diff --git a/1_download.sh b/1_download.sh index 5064d49..7e32d8e 100755 --- a/1_download.sh +++ b/1_download.sh @@ -47,14 +47,6 @@ then git clone https://github.com/azerothcore/mod-ah-bot.git ${ROOT_DIR}/_download/modules/mod-ah-bot - ########################################################################################## - # Clone module mod-progression-system - ########################################################################################## - sudo rm -rf ${ROOT_DIR}/_download/modules/mod-progression-system > /dev/null 2>&1 - git config --global --add safe.directory "${ROOT_DIR}/_download/modules/mod-progression-system" - git clone https://github.com/azerothcore/mod-progression-system.git ${ROOT_DIR}/_download/modules/mod-progression-system - - ########################################################################################## # Download client-data (only if file does not exist) ########################################################################################## diff --git a/5_config.sh b/5_config.sh index c1a700c..b2f175e 100755 --- a/5_config.sh +++ b/5_config.sh @@ -58,10 +58,6 @@ then ${ROOT_DIR}/_server/azerothcore/env/dist/etc/modules/mod_ahbot.conf.dist > \ ${ROOT_DIR}/_server/azerothcore/env/dist/etc/modules/mod_ahbot.conf | exit 1 - sudo cat ${ROOT_DIR}/config/modules/progression_system.conf \ - ${ROOT_DIR}/_server/azerothcore/env/dist/etc/modules/progression_system.conf.dist > \ - ${ROOT_DIR}/_server/azerothcore/env/dist/etc/modules/progression_system.conf | exit 1 - ########################################################################################## # Set alias to start, stop and open wow or auth tmux sessions diff --git a/_download/azerothcore b/_download/azerothcore deleted file mode 160000 index 5276676..0000000 --- a/_download/azerothcore +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5276676a11bfef5c3a637759b8f8594005c5e837 diff --git a/_download/modules/mod-ah-bot b/_download/modules/mod-ah-bot deleted file mode 160000 index 8b06eb4..0000000 --- a/_download/modules/mod-ah-bot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8b06eb4906e8116b29c348cdad3108050cad8790 diff --git a/_download/modules/mod-playerbots b/_download/modules/mod-playerbots deleted file mode 160000 index 8816758..0000000 --- a/_download/modules/mod-playerbots +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8816758490a0e33327f53af2c31d1f369044be5a diff --git a/_download/modules/mod-progression-system b/_download/modules/mod-progression-system deleted file mode 160000 index a174835..0000000 --- a/_download/modules/mod-progression-system +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a17483568872939d6c10189f030cd04e548f53cd diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index efa22ea..27c7719 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -6,16 +6,16 @@ AiPlayerbot.Enabled = 1 -# randombots (maps: 0=Eastern 1=Kingdoms, Kalimdor, 530=Outland, 571=Northrend) +# randombots (maps: 0=Eastern Kingdoms, 1=Kalimdor, 530=Outland, 571=Northrend) AiPlayerbot.MinRandomBots = 2250 AiPlayerbot.MaxRandomBots = 2300 AiPlayerbot.RandomBotMinLevel = 1 -AiPlayerbot.RandomBotMaxLevel = 30 +AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.RandomBotMaxLevelChance = 0.1 AiPlayerbot.RandomBotFixedLevel = 0 AiPlayerbot.DisableRandomLevels = 0 -AiPlayerbot.RandomBotMaps = 0,1 +AiPlayerbot.RandomBotMaps = 0,1,530,571 AiPlayerbot.RandomBotTeleLowerLevel = 3 AiPlayerbot.RandomBotTeleHigherLevel = 1 AiPlayerbot.AutoTeleportForLevel = 1 @@ -31,8 +31,6 @@ AiPlayerbot.RandomBotAccountCount = 300 # bots gear level limits AiPlayerbot.AutoGearQualityLimit = 3 -AiPlayerbot.LimitEnchantExpansion = 60 -AiPlayerbot.LimitGearExpansion = 60 # player summoned group/raid bots limits diff --git a/config/modules/progression_system.conf b/config/modules/progression_system.conf deleted file mode 100644 index 202a760..0000000 --- a/config/modules/progression_system.conf +++ /dev/null @@ -1,7 +0,0 @@ -################################################################################################# -# START: custom progression_system.conf settings -################################################################################################# - -################################################################################################# -# END: custom progression_system.conf settings -################################################################################################# diff --git a/config/worldserver.conf b/config/worldserver.conf index 92c4243..4fd75b7 100644 --- a/config/worldserver.conf +++ b/config/worldserver.conf @@ -3,8 +3,8 @@ ################################################################################################# # world server config (Expansion 0 = classic, 1 = bc, 2 = wotlk) -Expansion = 0 -MaxPlayerLevel = 60 +Expansion = 2 +MaxPlayerLevel = 80 GameType = 1 PlayerLimit = 0