mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-02-02 01:03:47 +00:00
Update 5_server-configure.sh
This commit is contained in:
@@ -55,4 +55,26 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
##########################################################################################
|
||||||
|
# Apply server realm configuration
|
||||||
|
##########################################################################################
|
||||||
|
source ${ROOT_DIR}/script/update_realm_ip.sh ${REALM_IP}
|
||||||
|
source ${ROOT_DIR}/script/update_realm_name.sh ${REALM_NAME}
|
||||||
|
echo " "
|
||||||
|
|
||||||
|
|
||||||
|
##########################################################################################
|
||||||
|
# Apply ah-bot custom configuration
|
||||||
|
##########################################################################################
|
||||||
|
source ${ROOT_DIR}/script/update_ahbot_config.sh ${AH_BOT_MIN_ITEMS} ${AH_BOT_MAX_ITEMS}
|
||||||
|
echo " "
|
||||||
|
|
||||||
|
|
||||||
|
##########################################################################################
|
||||||
|
# Clear playerbots account and characters (enforces performance and bot levels balance)
|
||||||
|
##########################################################################################
|
||||||
|
source ${ROOT_DIR}/script/clear_playerbots.sh
|
||||||
|
echo " "
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user