Skip to content

roWars User Guide

roWars lets you control game characters through a bot gateway, an interactive CLI, and a Python SDK.

This guide is for users who want to run bots, issue commands, create groups, or write small automation scripts. It intentionally avoids internal architecture details.

Start Here

  1. Getting Started
  2. CLI
  3. SDK

Supporting pages:

Main Concepts

  • A bot entry has a local handle, for example scout.
  • The token selects the real bot account on the server.
  • slot selects which character slot to spawn for that account.
  • A group id such as group = 1 creates a CLI group named @1.
  • group = 0 means the bot starts without a group.

Typical CLI Session

rowars> /bots
rowars> /connect scout
rowars> /spawn scout
rowars> /use scout
scout> where
scout> move 160 190 wait
scout> enemies
scout> attack xxx
scout> /back
rowars> /disconnect scout