Updated Playerbot Documentation (markdown)

Dreathean 2024-09-30 08:14:31 -04:00
parent 3a982a7651
commit 6a6ba35bea

@ -4,7 +4,7 @@ Playerbots are programmed to respond to chat commands. The Unbot addon is design
command | action
:---|:---
``.playerbots bot add name1,name2,name3`` | login altbots. You can login an entire account at once by using the account name instead of character name if they are in your guild, given you have the corresponding config settings set to 1.
``.playerbots bot add name1,name2,name3`` | login altbots. You can login an entire account at once by using the account name instead of character name if they are in your guild, given you have the corresponding config settings set to 1. Note that you are also able to login altbots from other accounts depending on your configurations.
``.playerbots bot remove name1,name2,name3`` | logout altbots
``.playerbots bot add *`` | login all altbots
``.playerbots bot remove *`` | logout all altbots
@ -39,7 +39,7 @@ Furthermore, you can specify by group or type for some commands like "attack" an
## Strategies
The bots are programmed to respond to triggers by listing possible actions and choosing one based on a strategy. Bots use two categories of strategies: combat and non-combat. You can add, subtract, or toggle strategies using the combat and non-combat prefixes in your commands:
The bots are programmed to respond to triggers by listing possible actions and choosing one based on a strategy. Bots use two categories of strategies: combat and non-combat. You can add, subtract, or toggle strategies using the combat (co) and non-combat (nc) prefixes in your commands:
```
co +strategy1,-strategy2,~strategy3
@ -82,10 +82,13 @@ strategy | description
strategy | description
:---|:---
``food`` | initiate or stop eating/drinking
``pvp`` | turn on or off pvp mode
### Raid-Specific Strategies
Note: These raid strategies are now automatically applied upon entering the instance. You should receive a whisper from your bots confirming activation.
strategy | description
:---|:---
mc | enable mc strats (Note: Baron Geddon only)