mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Updated Playerbot Commands (markdown)
parent
deb4f90364
commit
766df2b1bb
@ -231,6 +231,17 @@ command | action
|
|||||||
``pet family "family"`` | randomly summon a tameable pet of the given family
|
``pet family "family"`` | randomly summon a tameable pet of the given family
|
||||||
``pet rename "new name"`` | rename the current pet and refresh its name in the client UI
|
``pet rename "new name"`` | rename the current pet and refresh its name in the client UI
|
||||||
|
|
||||||
|
## Account linking for Altbot control
|
||||||
|
|
||||||
|
As an alternative to controlling the characters from your own account or guild member accounts, this allows to link up different accounts together to allow control of the characters as Altbots. This is based on the ``AiPlayerbot.AllowTrustedAccountBots = 1`` option in the playerbots config file.
|
||||||
|
|
||||||
|
command | action
|
||||||
|
:---|:---
|
||||||
|
``.playerbots account setKey somePlayerDefinedSecurityKeyValue`` | Define a securityKey for the current account (the key will be overridden when defined multiple times)
|
||||||
|
``.playerbots account link ACCOUNTNAME somePlayerDefinedSecurityKeyValue`` | Link an account by using its securityKey
|
||||||
|
``.playerbots account linkedAccounts`` | Shows a list of accounts, which are currently linked with this account
|
||||||
|
``.playerbots account unlink ACCOUNTNAME`` | Remove a linked account (this will remove the link for both sides, ensuring that access to the characters can be canceled from both sides anytime)
|
||||||
|
|
||||||
## Miscellaneous Commands
|
## Miscellaneous Commands
|
||||||
|
|
||||||
command | action
|
command | action
|
||||||
@ -329,17 +340,6 @@ command | action
|
|||||||
``playerbot rndbot grind`` | (BUGGED: crashes server) teleport rndbot only if needed (needs more testing)
|
``playerbot rndbot grind`` | (BUGGED: crashes server) teleport rndbot only if needed (needs more testing)
|
||||||
``playerbot rndbot change_strategy`` | re-roll whether bots are grinding or RPG'ing (based on AiPlayerbot.RandomBotRpgChance setting)
|
``playerbot rndbot change_strategy`` | re-roll whether bots are grinding or RPG'ing (based on AiPlayerbot.RandomBotRpgChance setting)
|
||||||
|
|
||||||
## Account linking for Altbot control
|
|
||||||
|
|
||||||
As an alternative to controlling the characters from your own account or guild member accounts, this allows to link up different accounts together to allow control of the characters as Altbots. This is based on the ``AiPlayerbot.AllowTrustedAccountBots = 1`` option in the playerbots config file.
|
|
||||||
|
|
||||||
command | action
|
|
||||||
:---|:---
|
|
||||||
``.playerbots account setKey somePlayerDefinedSecurityKeyValue`` | Define a securityKey for the current account (the key will be overridden when defined multiple times)
|
|
||||||
``.playerbots account link ACCOUNTNAME somePlayerDefinedSecurityKeyValue`` | Link an account by using its securityKey
|
|
||||||
``.playerbots account linkedAccounts`` | Shows a list of accounts, which are currently linked with this account
|
|
||||||
``.playerbots account unlink ACCOUNTNAME`` | Remove a linked account (this will remove the link for both sides, ensuring that access to the characters can be canceled from both sides anytime)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Special thanks to Whipowill for creating the original Playerbots Operators Manual https://github.com/whipowill/wow-addon-playerbots/blob/master/MANUAL.md, fuzz1111 for contributing many confirmed active commands, and Ky for testing many old and new commands.
|
Special thanks to Whipowill for creating the original Playerbots Operators Manual https://github.com/whipowill/wow-addon-playerbots/blob/master/MANUAL.md, fuzz1111 for contributing many confirmed active commands, and Ky for testing many old and new commands.
|
||||||
Loading…
x
Reference in New Issue
Block a user