From 3aedc481c74448bd2d6c991ed0e2ff9399b02c4c Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:44:07 +0200 Subject: [PATCH] Updated Playerbot Documentation (markdown) --- Playerbot-Documentation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Playerbot-Documentation.md b/Playerbot-Documentation.md index 707b7ce..d3eb840 100644 --- a/Playerbot-Documentation.md +++ b/Playerbot-Documentation.md @@ -1,5 +1,18 @@ Playerbots are programmed to respond to chat commands. The Unbot addon is designed to handle most of the common chat commands for the player, but you may still have need for manual chat commands as you play. It is important to distinguish between "Altbots" and "Rndbots": Altbots are manually player-created bots on a normal account, whereas "Rndbots" and their accounts are automatically generated based on .conf settings. Rndbots will automatically gear themselves, apply talents, and roam the world whereas Altbots will not. +## Recommanded config +worldserver.conf +```bash +# otherwise bots wont accept quests +Quests.IgnoreAutoAccept = 1 + +# performance +MapUpdate.Threads = 6 + +# no player limit for the bots +PlayerLimit = 0 +``` + ## Altbot Setup Commands command | action