From 4dd3d0066a7d9050d862a36358801f483e84e669 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:13:52 +0200 Subject: [PATCH] Update readme.md --- readme.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index b6a472b..6b332c3 100644 --- a/readme.md +++ b/readme.md @@ -118,15 +118,6 @@ Use the above (ifconfig) IP for the following router poort-forwarding and/or fir # 8085 TCP WORLD-SERVER ```` -## useful bot commands -See mod-playerbot/src/strategy/actions/ChatActionContext.h | cpp -```bash -.playerbot bot init=white | common | uncommon | rare | epic | legendary -.playerbot bot init=MaxItemLevel -autogear (whenever init is broken) -maintenance ( e.g. clears quest log, smart destroy items in inventory etc) -``` - ## useful AC GM commands ```bash .server info (shows latency and amount of bots) @@ -139,3 +130,20 @@ maintenance ( e.g. clears quest log, smart destroy items in inventory etc) .level .character level ``` + +## useful bot commands +See mod-playerbot/src/strategy/actions/ChatActionContext.h | cpp +See mod-playerbot/src/strategy/action/ActionContext.h | cpp +See mod-playerbot/src/ChatFilter.ccp +See unbot add-on tooltips + +```bash +unbot has init=auto but that doesnt always work, esp when ur level 1 (for now) +Alternativy use the following or when the bots are to strong you can lower the equipment +.playerbot bot init=white | common | uncommon | rare | epic | legendary +.playerbot bot init=MaxItemLevel +autogear (whenever init is broken, max equipment levelItem configured in playerbot.conf) +maintenance ( e.g. clears quest log, smart destroy items in inventory etc) + +# After init or respect reset bot AI (unbot) +```