From 766df2b1bbbf713a19cf5b48f880990f3b2c6f8b Mon Sep 17 00:00:00 2001 From: Dreathean <132776330+Dreathean@users.noreply.github.com> Date: Sun, 27 Jul 2025 09:49:34 -0400 Subject: [PATCH] Updated Playerbot Commands (markdown) --- Playerbot-Commands.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Playerbot-Commands.md b/Playerbot-Commands.md index 289ed86..648854b 100644 --- a/Playerbot-Commands.md +++ b/Playerbot-Commands.md @@ -231,6 +231,17 @@ command | action ``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 +## 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 command | action @@ -329,17 +340,6 @@ command | action ``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) -## 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. \ No newline at end of file