4 Commits

Author SHA1 Message Date
bashermens
7e32e15f04 Update 1_source-install.sh 2025-11-06 17:51:51 +01:00
bash
ca2b60d386 Update readme.md 2025-11-06 00:26:42 +01:00
bash
25535ad564 Update 1_source-install.sh 2025-11-05 23:19:17 +01:00
bash
4504286481 Update playerbots.conf 2025-10-26 18:09:01 +01:00
3 changed files with 6 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ AiPlayerbot.Enabled = 1
AiPlayerbot.DeleteRandomBotAccounts = 0
AiPlayerbot.RandomBotAccountPrefix = "rndbot"
AiPlayerbot.LimitTalentsExpansion = 0
AiPlayerbot.RandomBotJoinBG = 1
# Bot group invitation permission level (0 = GM only, 1 = accept based on level, 2 = always accept)
# Default: 1 (accept based on level)
@@ -35,10 +36,8 @@ AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300
#--------------------------------------------------------------------------------------------------------------------
#--------------------------------------------------------------------------------------------------------------------
AiPlayerbot.MinRandomBots = 500
AiPlayerbot.MaxRandomBots = 500
#AiPlayerbot.MinRandomBots = 3000
#AiPlayerbot.MaxRandomBots = 3000
AiPlayerbot.MinRandomBots = 2000
AiPlayerbot.MaxRandomBots = 2000
AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 80
AiPlayerbot.DisableDeathKnightLogin = 0

View File

@@ -203,6 +203,8 @@ Use the above (ifconfig) IP for the following router poort-forwarding and/or fir
.event start|stop id
.distance (amount of yards between you and selected target)
.gps
.go xyz
/whisper bot nc +debug
```
## useful bot commands

View File

@@ -98,7 +98,7 @@ then
if ! [ -f ${ROOT_DIR}/_data/data.zip ];
then
mkdir -p ${ROOT_DIR}/_data > /dev/null 2>&1
sudo curl -L https://github.com/wowgaming/client-data/releases/download/v17/data.zip --output ${ROOT_DIR}/_data/data.zip
sudo curl -L https://github.com/wowgaming/client-data/releases/download/v18.0/Data.zip --output ${ROOT_DIR}/_data/data.zip
fi