mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
added additional talent commands, moved playerbots bot init to misc in favor of autogear for altbot setup
parent
b31ffbd63b
commit
b2d9c2568a
@ -9,10 +9,12 @@ command | action
|
|||||||
``.playerbots bot add *`` | login all altbots
|
``.playerbots bot add *`` | login all altbots
|
||||||
``.playerbots bot remove *`` | logout all altbots
|
``.playerbots bot remove *`` | logout all altbots
|
||||||
``maintenance`` | enable altbot to learn all available spells and skills, supplement consumables, enchant gear, and repair. Can also be used on rndbots, but they automatically do this. Whisper for an individual bot or use /p or /r to simultaneously target multiple bots.
|
``maintenance`` | enable altbot to learn all available spells and skills, supplement consumables, enchant gear, and repair. Can also be used on rndbots, but they automatically do this. Whisper for an individual bot or use /p or /r to simultaneously target multiple bots.
|
||||||
``autogear`` | automatically gear your altbot, with quality based on your .conf settings AutoGearQualityLimit and AutoGearScoreLimit. Can also be used on rndbots, but they automatically do this upon level up.
|
``autogear`` | automatically gear your altbot, with quality based on your .conf settings AutoGearQualityLimit and AutoGearScoreLimit. Can also be used on rndbots, but they automatically do their own gear initilization upon level up.
|
||||||
``talents spec [spec] pve`` | force altbot (or rndbot) to change their talents to the chosen spec, see the .conf for list of spec shortnames. At this time it is highly advised to also use “reset botAI” after using this command.
|
``talents`` | check current spec of bot
|
||||||
|
``talents spec list`` | check specs available for the class
|
||||||
|
``talents spec [spec name]`` | force bot to change their talents to the chosen spec, see the .conf for list of spec names or whisper your bot "talents spec list". At this time it is highly advised to also use “reset botAI” after using this command.
|
||||||
|
``talents apply <link>`` | apply talents link to bot
|
||||||
``reset botAI`` | reset bot settings
|
``reset botAI`` | reset bot settings
|
||||||
``.playerbots bot init=rare name1,name2,name3`` | respawn bot at your level with talents & rare gear (gearing currently bugged, recommend autogear instead)
|
|
||||||
|
|
||||||
## Party/Raid General Commands
|
## Party/Raid General Commands
|
||||||
|
|
||||||
@ -128,7 +130,6 @@ uld | enable uld strats (Note: Flame Leviathan only, WIP on future bosses)
|
|||||||
icc | enable icc strats (Note: all normal mode currently doable, HC is WIP)
|
icc | enable icc strats (Note: all normal mode currently doable, HC is WIP)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Defaults
|
### Defaults
|
||||||
|
|
||||||
- Tank classes default w/ ``tank aoe``
|
- Tank classes default w/ ``tank aoe``
|
||||||
@ -184,14 +185,14 @@ command | action
|
|||||||
``r [item]`` | choose quest reward
|
``r [item]`` | choose quest reward
|
||||||
``[quest]`` | show quest and objectives status
|
``[quest]`` | show quest and objectives status
|
||||||
``talk`` | talk to the selected npc (to complete a quest)
|
``talk`` | talk to the selected npc (to complete a quest)
|
||||||
``u [game object]`` | use game object (use los command to obtain the game object link)
|
``u [game object]`` | use game object (use "los" command to obtain the game object link)
|
||||||
|
|
||||||
|
|
||||||
## Miscellaneous Commands
|
## Miscellaneous Commands
|
||||||
|
|
||||||
command | action
|
command | action
|
||||||
:---|:---
|
:---|:---
|
||||||
``los`` | enlist game objects, items, creatures and npcs bot can see
|
``los`` | list game objects, items, creatures and npcs the bot can see
|
||||||
``stats`` | show stat summary (inventory, gold, xp, etc.)
|
``stats`` | show stat summary (inventory, gold, xp, etc.)
|
||||||
``home`` | set home at the selected innkeeper
|
``home`` | set home at the selected innkeeper
|
||||||
``playerbot bot initself`` | CAREFUL WITH THIS - re-rolls YOUR character
|
``playerbot bot initself`` | CAREFUL WITH THIS - re-rolls YOUR character
|
||||||
@ -199,6 +200,7 @@ command | action
|
|||||||
``playerbot bot tweak`` | sets the tweakvalue (seems to be related to a config value that's no longer present and the variable it changes doesn't seem to actually do anything anymore)
|
``playerbot bot tweak`` | sets the tweakvalue (seems to be related to a config value that's no longer present and the variable it changes doesn't seem to actually do anything anymore)
|
||||||
``playerbot bot self`` | make yourself into a bot, you have to logout to turn this off, dont run it twice without doing so (it wont toggle it back off like its supposed to, it actually seems to apply multiple AI's onto yourself all fighting to do different things, sounds fun until it crashes the server)
|
``playerbot bot self`` | make yourself into a bot, you have to logout to turn this off, dont run it twice without doing so (it wont toggle it back off like its supposed to, it actually seems to apply multiple AI's onto yourself all fighting to do different things, sounds fun until it crashes the server)
|
||||||
``playerbot bot lookup`` | doesn't do anything but print out a useless usage message (which says you're supposed to give it a class parameter but doing so doesn't change anything because the function called is literally *just* the usage message there's no functionality there)
|
``playerbot bot lookup`` | doesn't do anything but print out a useless usage message (which says you're supposed to give it a class parameter but doing so doesn't change anything because the function called is literally *just* the usage message there's no functionality there)
|
||||||
|
``.playerbots bot init=rare name1,name2,name3`` | respawn bot at your level with talents & rare gear (gearing currently bugged, recommend autogear instead)
|
||||||
|
|
||||||
|
|
||||||
## Overrides
|
## Overrides
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user