mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
removed progression mod
This commit is contained in:
@@ -47,14 +47,6 @@ then
|
|||||||
git clone https://github.com/azerothcore/mod-ah-bot.git ${ROOT_DIR}/_download/modules/mod-ah-bot
|
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)
|
# Download client-data (only if file does not exist)
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|||||||
@@ -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.dist > \
|
||||||
${ROOT_DIR}/_server/azerothcore/env/dist/etc/modules/mod_ahbot.conf | exit 1
|
${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
|
# Set alias to start, stop and open wow or auth tmux sessions
|
||||||
|
|||||||
Submodule _download/azerothcore deleted from 5276676a11
Submodule _download/modules/mod-ah-bot deleted from 8b06eb4906
Submodule _download/modules/mod-playerbots deleted from 8816758490
Submodule _download/modules/mod-progression-system deleted from a174835688
@@ -6,16 +6,16 @@
|
|||||||
AiPlayerbot.Enabled = 1
|
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.MinRandomBots = 2250
|
||||||
AiPlayerbot.MaxRandomBots = 2300
|
AiPlayerbot.MaxRandomBots = 2300
|
||||||
AiPlayerbot.RandomBotMinLevel = 1
|
AiPlayerbot.RandomBotMinLevel = 1
|
||||||
AiPlayerbot.RandomBotMaxLevel = 30
|
AiPlayerbot.RandomBotMaxLevel = 80
|
||||||
AiPlayerbot.RandomBotMaxLevelChance = 0.1
|
AiPlayerbot.RandomBotMaxLevelChance = 0.1
|
||||||
AiPlayerbot.RandomBotFixedLevel = 0
|
AiPlayerbot.RandomBotFixedLevel = 0
|
||||||
AiPlayerbot.DisableRandomLevels = 0
|
AiPlayerbot.DisableRandomLevels = 0
|
||||||
|
|
||||||
AiPlayerbot.RandomBotMaps = 0,1
|
AiPlayerbot.RandomBotMaps = 0,1,530,571
|
||||||
AiPlayerbot.RandomBotTeleLowerLevel = 3
|
AiPlayerbot.RandomBotTeleLowerLevel = 3
|
||||||
AiPlayerbot.RandomBotTeleHigherLevel = 1
|
AiPlayerbot.RandomBotTeleHigherLevel = 1
|
||||||
AiPlayerbot.AutoTeleportForLevel = 1
|
AiPlayerbot.AutoTeleportForLevel = 1
|
||||||
@@ -31,8 +31,6 @@ AiPlayerbot.RandomBotAccountCount = 300
|
|||||||
|
|
||||||
# bots gear level limits
|
# bots gear level limits
|
||||||
AiPlayerbot.AutoGearQualityLimit = 3
|
AiPlayerbot.AutoGearQualityLimit = 3
|
||||||
AiPlayerbot.LimitEnchantExpansion = 60
|
|
||||||
AiPlayerbot.LimitGearExpansion = 60
|
|
||||||
|
|
||||||
|
|
||||||
# player summoned group/raid bots limits
|
# player summoned group/raid bots limits
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
#################################################################################################
|
|
||||||
# START: custom progression_system.conf settings
|
|
||||||
#################################################################################################
|
|
||||||
|
|
||||||
#################################################################################################
|
|
||||||
# END: custom progression_system.conf settings
|
|
||||||
#################################################################################################
|
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
||||||
# world server config (Expansion 0 = classic, 1 = bc, 2 = wotlk)
|
# world server config (Expansion 0 = classic, 1 = bc, 2 = wotlk)
|
||||||
Expansion = 0
|
Expansion = 2
|
||||||
MaxPlayerLevel = 60
|
MaxPlayerLevel = 80
|
||||||
GameType = 1
|
GameType = 1
|
||||||
PlayerLimit = 0
|
PlayerLimit = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user