Difference between revisions of "ChatWarsBot"

From ChatWars Wiki
Jump to: navigation, search
m (fix icon)
(Player info and tool commands: Add many commands that interact with items and some other commands)
Line 18: Line 18:
 
| <code>/stock </code> ||n/a ||n/a || Lists all [[Resource|resources]] that a player has. Does not include stock in [[Exchange]]
 
| <code>/stock </code> ||n/a ||n/a || Lists all [[Resource|resources]] that a player has. Does not include stock in [[Exchange]]
 
|-
 
|-
| <code>/name </code> || newname || /name StrongWarrior || Changes the name of the player used in the game
+
| <code>/name </code> || newname || <code>/name StrongWarrior</code> || Changes the name of the player used in the game
 
|-
 
|-
 
| <code>/promo </code> || n/a || n/a || Gives you a link you can share with your friends so that you can permanently gain stamina (subjected to whether said friend plays the game till level 3 or not)
 
| <code>/promo </code> || n/a || n/a || Gives you a link you can share with your friends so that you can permanently gain stamina (subjected to whether said friend plays the game till level 3 or not)
Line 31: Line 31:
 
|-
 
|-
 
| <code>/report</code> || n/a || n/a || Shows your latest battle report
 
| <code>/report</code> || n/a || n/a || Shows your latest battle report
 +
|-
 +
| <code>/more</code> || n/a || n/a || Shows all resources and parts in the player's stock, including the corresponding add command.
 +
|-
 +
| <code>/a</code> || item code quantity || <code>/a_01 2</code> || Adds a resource from player's stock to the workbench.
 +
|-
 +
| <code>/d</code> || item code quantity || <code>/d_01 2</code> || Returns a resource from workbench to the player's stock.
 +
|-
 +
| <code>/c</code> || item code quantity || <code>/c_23 2</code> || Craft the specified item for the specified quantity, provided the player has learned the recipe, has enough resources, and has the required gold or mana.
 +
|-
 +
| <code>/i</code> || item code || <code>/i_a26</code> || Inspects the given item. The item name is shown and stats are shown if the item may be equipped.
 +
|-
 +
| <code>/view</code> || item code || <code>/view_a26</code> || Same effect as <code>/i</code>.
 +
|-
 +
| <code>/craft</code> || item code || <code>/craft_23 2</code> || Same effect as <code>/c</code>.
 +
|-
 +
| <code>/buy</code> || item code || <code>/buy_a01</code> || Purchases an item from the shop and adds it to the player's bag, provided the item is available and the player has enough gold.
 +
|-
 +
| <code>/sell</code> || item code || <code>/sell_a01</code> || Sells an item to the shop, provided the item is in the player's bag.
 +
|-
 +
| <code>/on</code> || item code || <code>/on_a01</code> || Equips an item from the player's bag.
 +
|-
 +
| <code>/off</code> || item code || <code>/off_a01</code> || Un-equip an item and move it to the player's bag.
 +
|-
 +
| <code>/wrap</code> || item code || <code>/wrap_a06</code> || Wrap an item, thereby moving it from the player's bag to the Equipment section. Only equipment may be wrapped.
 +
|-
 +
| <code>/bind</code> || item code || <code>/bind_tch</code> || Unwrap an item, thereby moving it from the Equipment section to the player's bag.
 +
|-
 +
| <code>/use</code> || item code || <code>/use_100</code> || Use a [[Consumable]] item, including a [[Pouch of Gold]].
 +
|-
 +
| <code>/sg</code> || item code || <code>/sg_02</code> || Sell exactly 75 items of the specified resource for 75 gold, if they exist in the player's stock. This will trigger a 24-hour cooldown of the command.
 +
|-
 +
| <code>/sc</code> || item code quantity || <code>/sc_02 100</code> || Accept a merchant's offer to buy resources for a specified amount of gold (usually 2 💰). This is only available for Sentinels that intervene a [[Foray]], defeat the other player, and get a message from the game bot about the merchant. The offer lasts 3 minutes from when the message was delivered to the player.
 +
|-
 +
| <code>/level_up</code> || n/a || n/a || Display's the character's available skill points and skills that may be leveled.
 +
|-
 +
| <code>/effects</code> || n/a || n/a || Show current effects and cooldowns
 +
|-
 +
| <code>/mem</code> || n/a || n/a || Gives the player an option to [[Rebirth]] if they meet the required level.
 +
|-
 +
| <code>/tributes</code> || n/a || n/a || Shows the player's last ten [[Tribute|tributes]], if they are of the knight class.
 
|}
 
|}
  

Revision as of 00:07, 29 June 2020

The ChatWarsBot is the game bot in telegram for playing ChatWars. It can be contacted @chtwrsbot.

List of bot commands

Player info and tool commands

Command optional arguments Example Effect
/me n/a n/a Shows short player info about Class, Castle Level, Experience, Currency, Stamina, Attributes, Mana, Equipment, Inventory, State, and time until Battle of the Seven Castles
/hero n/a n/a Shows short player info about Level, Attribute, Experience, Stamina, Mana, Currency, Expertise, currently running potions and lists all equipped Equipment
/class n/a n/a Shows the level of all skills a player has skilled.
/inv n/a n/a Shows all equipped Equipment and all equipment hold in the Bag Bag.png.
/stock n/a n/a Lists all resources that a player has. Does not include stock in Exchange
/name newname /name StrongWarrior Changes the name of the player used in the game
/promo n/a n/a Gives you a link you can share with your friends so that you can permanently gain stamina (subjected to whether said friend plays the game till level 3 or not)
/arena n/a n/a Brings you directly to the Arena
/misc n/a n/a Shows you your miscellaneous tab
/top n/a n/a Shows the list of other commands for leaderboards
/revoke n/a n/a Revokes all api access to your profile
/report n/a n/a Shows your latest battle report
/more n/a n/a Shows all resources and parts in the player's stock, including the corresponding add command.
/a item code quantity /a_01 2 Adds a resource from player's stock to the workbench.
/d item code quantity /d_01 2 Returns a resource from workbench to the player's stock.
/c item code quantity /c_23 2 Craft the specified item for the specified quantity, provided the player has learned the recipe, has enough resources, and has the required gold or mana.
/i item code /i_a26 Inspects the given item. The item name is shown and stats are shown if the item may be equipped.
/view item code /view_a26 Same effect as /i.
/craft item code /craft_23 2 Same effect as /c.
/buy item code /buy_a01 Purchases an item from the shop and adds it to the player's bag, provided the item is available and the player has enough gold.
/sell item code /sell_a01 Sells an item to the shop, provided the item is in the player's bag.
/on item code /on_a01 Equips an item from the player's bag.
/off item code /off_a01 Un-equip an item and move it to the player's bag.
/wrap item code /wrap_a06 Wrap an item, thereby moving it from the player's bag to the Equipment section. Only equipment may be wrapped.
/bind item code /bind_tch Unwrap an item, thereby moving it from the Equipment section to the player's bag.
/use item code /use_100 Use a Consumable item, including a Pouch of Gold.
/sg item code /sg_02 Sell exactly 75 items of the specified resource for 75 gold, if they exist in the player's stock. This will trigger a 24-hour cooldown of the command.
/sc item code quantity /sc_02 100 Accept a merchant's offer to buy resources for a specified amount of gold (usually 2 💰). This is only available for Sentinels that intervene a Foray, defeat the other player, and get a message from the game bot about the merchant. The offer lasts 3 minutes from when the message was delivered to the player.
/level_up n/a n/a Display's the character's available skill points and skills that may be leveled.
/effects n/a n/a Show current effects and cooldowns
/mem n/a n/a Gives the player an option to Rebirth if they meet the required level.
/tributes n/a n/a Shows the player's last ten tributes, if they are of the knight class.

game information

Command optional arguments Example Effect
/time n/a n/a Shows time of day, date and time in the game
/skill _skillabbrv /skill_cll shows info about specific skill

Market commands

Command optional arguments Example Effect
/t_XX All exchange available item codes. /t_01

Thread offers now:
25 pcs for 29💰
17 pcs for 30💰
2 pcs for 32💰
➕Buy:
Buy 1: /wtb_01
Buy 5: /wtb_01_5

You have 2💰 and 57 Thread
➖Sell:
Sell 1 quickly: /wts_01
Sell 5 quickly: /wts_01_5
Sell 10 for 29💰 each: /wts_01_10_29

Auction.png Auction commands

Command optional arguments Example Effect
/au XX All auction available for item name. /au Lion Blade

2 active lots:
━━━
#1 Lion blade
8👝 24 minutes /l_124567

#2 Lion blade
8👝 31 minutes /l_124568