mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Compare commits
20 Commits
AC_Data_v1
...
0a42c4507b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a42c4507b | ||
|
|
a67088f2df | ||
|
|
48c428cc75 | ||
|
|
ce41178db0 | ||
|
|
c338aa16ab | ||
|
|
dcd8286e80 | ||
|
|
3d3d752223 | ||
|
|
0451057d14 | ||
|
|
c50888ecc0 | ||
|
|
967f08cfbe | ||
|
|
c8d522b83f | ||
|
|
a0d5dce80d | ||
|
|
fa3f4404bb | ||
|
|
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 = 2200
|
||||
AiPlayerbot.MaxRandomBots = 2200
|
||||
AiPlayerbot.RandomBotMinLevel = 1
|
||||
AiPlayerbot.RandomBotMaxLevel = 80
|
||||
AiPlayerbot.DisableDeathKnightLogin = 0
|
||||
@@ -167,7 +166,7 @@ AiPlayerbot.SayWhenCollectingItems = 0
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
#AiPlayerbot.RandomBotUpdateInterval = 20
|
||||
AiPlayerbot.RandomBotUpdateInterval = 1
|
||||
AiPlayerbot.RandomBotUpdateInterval = 5
|
||||
AiPlayerbot.RandomBotCountChangeMinInterval = 1800
|
||||
AiPlayerbot.RandomBotCountChangeMaxInterval = 7200
|
||||
AiPlayerbot.MinRandomBotInWorldTime = 3600
|
||||
@@ -258,9 +257,20 @@ 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"
|
||||
|
||||
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
# RPG STRATEGY
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
#--------------------------------------------------------------------------------------------------------------------
|
||||
AiPlayerbot.ZoneBracket.400 = # Disabled because Freewind Post causes a lot of problems.
|
||||
|
||||
|
||||
#################################################################################################
|
||||
# END: custom playerbots.conf settings
|
||||
|
||||
@@ -75,16 +75,16 @@ ProcessPriority = 1
|
||||
UseProcessors = 0
|
||||
Network.OutUBuff = 16384
|
||||
|
||||
ThreadPool = 2
|
||||
MapUpdate.Threads = 8
|
||||
Network.Threads = 1
|
||||
ThreadPool = 8
|
||||
MapUpdate.Threads = 16
|
||||
Network.Threads = 4
|
||||
|
||||
MapUpdateInterval = 15
|
||||
MinWorldUpdateTime = 5
|
||||
|
||||
LoginDatabase.WorkerThreads = 2
|
||||
WorldDatabase.WorkerThreads = 2
|
||||
CharacterDatabase.WorkerThreads = 2
|
||||
LoginDatabase.WorkerThreads = 1
|
||||
WorldDatabase.WorkerThreads = 1
|
||||
CharacterDatabase.WorkerThreads = 1
|
||||
|
||||
LoginDatabase.SynchThreads = 1
|
||||
WorldDatabase.SynchThreads = 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
##########################################################################################
|
||||
# USER CONFIG
|
||||
##########################################################################################
|
||||
set -a; source settings.env; set +a
|
||||
|
||||
read -p "This will install the source code. Are you sure? (Y)es/(N)o: " -n 1 -r
|
||||
echo " ";
|
||||
if [[ $REPLY =~ ^[Yy]$ ]];
|
||||
@@ -98,10 +103,9 @@ 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 ${AC_CLIENT_DATA} --output ${ROOT_DIR}/_data/data.zip
|
||||
fi
|
||||
|
||||
|
||||
##########################################################################################
|
||||
# set azerothcore playerbot fork upstream with original azerothcore
|
||||
##########################################################################################
|
||||
|
||||
17
settings.env
17
settings.env
@@ -1,27 +1,28 @@
|
||||
REALM_IP="192.168.197.128"
|
||||
REALM_NAME="azerothcore.org"
|
||||
|
||||
AC_CLIENT_DATA="https://github.com/wowgaming/client-data/releases/download/v19/Data.zip"
|
||||
#AC_CLIENT_DATA="https://github.com/wowgaming/client-data/releases/download/v18.0/Data.zip"
|
||||
#AC_CLIENT_DATA="https://github.com/wowgaming/client-data/releases/download/v16/Data.zip"
|
||||
|
||||
AC_WOTLK_REPO="https://github.com/hermensbas/azerothcore-wotlk.git"
|
||||
#AC_WOTLK_REPO_BRANCH="Playerbot_v16"
|
||||
AC_WOTLK_REPO_BRANCH="Playerbot"
|
||||
|
||||
AC_MODE_PLAYER_BOTS_REPO="https://github.com/hermensbas/mod-playerbots.git"
|
||||
#AC_MODE_PLAYER_BOTS_REPO_BRANCH="master_v16"
|
||||
AC_MODE_PLAYER_BOTS_REPO_BRANCH="master"
|
||||
|
||||
# mod-player-bot-level-brackets
|
||||
AC_MODE_BRACKETS_REPO="https://github.com/hermensbas/mod-player-bot-level-brackets.git"
|
||||
AC_MODE_BRACKETS_REPO_BRANCH="main"
|
||||
|
||||
# new version of ah-bot
|
||||
# mod-ah-bot (new version)
|
||||
AC_MODE_AHBOT_REPO="https://github.com/hermensbas/mod-ah-bot.git"
|
||||
AC_MODE_AHBOT_REPO_BRANCH="master"
|
||||
|
||||
##### OG
|
||||
#AC_WOTLK_REPO="https://github.com/liyunfan1223/azerothcore-wotlk.git"
|
||||
#AC_WOTLK_REPO_BRANCH="Playerbot"
|
||||
|
||||
#AC_MODE_PLAYER_BOTS_REPO="https://github.com/liyunfan1223/mod-playerbots.git"
|
||||
#AC_MODE_PLAYER_BOTS_REPO_BRANCH="master"
|
||||
|
||||
# old version
|
||||
# old version of mod-ah-bot, not sure its needed for new version havent tested yet.
|
||||
#AH_BOT_MIN_ITEMS="25000"
|
||||
#AH_BOT_MAX_ITEMS="30000"
|
||||
#AC_MODE_AHBOT_REPO="https://github.com/azerothcore/mod-ah-bot.git"
|
||||
|
||||
Reference in New Issue
Block a user