From f74110578baabf00c25c56189b4c294947a89a2e Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 5 May 2025 15:04:46 +0200 Subject: [PATCH] Updated Playerbot Commands (markdown) --- Playerbot-Commands.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Playerbot-Commands.md b/Playerbot-Commands.md index f461c8e..0fc47d3 100644 --- a/Playerbot-Commands.md +++ b/Playerbot-Commands.md @@ -290,6 +290,17 @@ 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