mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-02-02 09:13:45 +00:00
Compare commits
7 Commits
AC_Data_v1
...
a82f7702f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a82f7702f1 | ||
|
|
5542af014a | ||
|
|
9724d52962 | ||
|
|
7e32e15f04 | ||
|
|
ca2b60d386 | ||
|
|
25535ad564 | ||
|
|
4504286481 |
@@ -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
|
||||
@@ -258,9 +257,11 @@ PlayerbotsDatabase.SynchThreads = 1
|
||||
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
# custom strategies
|
||||
# custom strategies (AiPlayerbot.RandomBotNonCombatStrategies also used for .playerbot bot self)
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
AiPlayerbot.RandomBotNonCombatStrategies = "+grind,+new rpg"
|
||||
#AiPlayerbot.RandomBotNonCombatStrategies = "+grind,+loot,+new rpg"
|
||||
|
||||
#################################################################################################
|
||||
# END: custom playerbots.conf settings
|
||||
|
||||
@@ -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
|
||||
@@ -230,7 +232,7 @@ nc +pvp
|
||||
nc -pvp
|
||||
|
||||
# equip urself
|
||||
.playerbot bot self, whisper yourself autogear and then use .playerbot bot self
|
||||
'.playerbot bot self', whisper yourself 'maintenance', whisper yourself 'autogear', whisper yourself 'nc +new rpg,+grind'
|
||||
|
||||
# After init or talents respec make sure you reset bot AI (see unbot).
|
||||
.playerbot bot add <name-of-character-on-account> (or account name instead of character name to add all characters on an account
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user