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¶
Supporting pages:
Main Concepts¶
- A bot entry has a local handle, for example
scout. - The token selects the real bot account on the server.
slotselects which character slot to spawn for that account.- A group id such as
group = 1creates a CLI group named@1. group = 0means 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