Updated Playerbot Commands (markdown)

Dreathean 2025-07-27 09:48:11 -04:00
parent f09b63111d
commit deb4f90364

@ -1,6 +1,7 @@
Playerbots are programmed to respond to chat commands. The Multibot and Unbot addons are designed to handle most of the common chat commands for the player, but you may still have need for manual chat commands as you play. It is important to distinguish between "Altbots" and "Rndbots": Altbots are manually player-created bots on a normal account, whereas "Rndbots" and their accounts are automatically generated based on .conf settings. Rndbots will automatically gear themselves, apply talents, and roam the world whereas Altbots will not. Playerbots are programmed to respond to chat commands. The Multibot and Unbot addons are designed to handle most of the common chat commands for the player, but you may still have need for manual chat commands as you play. It is important to distinguish between "Altbots" and "Rndbots": Altbots are manually player-created bots on a normal account, whereas "Rndbots" and their accounts are automatically generated based on .conf settings. Rndbots will automatically gear themselves, apply talents, and roam the world whereas Altbots will not.
## Altbot Setup Commands ## Altbot Setup Commands
Altbots are characters that you create on your account (or others) first, and then get assigned bot control via the commands below.
command | action command | action
:---|:--- :---|:---
@ -17,6 +18,13 @@ command | action
``talents apply <link>`` | apply talents link to bot ``talents apply <link>`` | apply talents link to bot
``reset botAI`` | reset bot settings ``reset botAI`` | reset bot settings
## AddClass Setup Command
AddClass bots utilize unused Rndbots in your system. They are currently recommended only to be used for testing purposes i.e. quickly forming a raid group to test certain bots in a given raid, whereas Altbots are strongly recommended for long-term progression playthroughs.
command | action
:---|:---
``.playerbots bot addclass [className]`` | summon a new Rndbot of the desired class (note: death knight syntax is dk, otherwise the rest are standard)
## Party/Raid General Commands ## Party/Raid General Commands
command | action command | action