mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-02-02 01:03:47 +00:00
Compare commits
4 Commits
a82f7702f1
...
967f08cfbe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
967f08cfbe | ||
|
|
c8d522b83f | ||
|
|
a0d5dce80d | ||
|
|
fa3f4404bb |
@@ -98,10 +98,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/v18.0/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
|
||||
##########################################################################################
|
||||
|
||||
14
settings.env
14
settings.env
@@ -1,27 +1,25 @@
|
||||
REALM_IP="192.168.197.128"
|
||||
REALM_NAME="azerothcore.org"
|
||||
|
||||
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"
|
||||
|
||||
AC_MODE_PLAYER_BOTS_REPO="https://github.com/hermensbas/mod-playerbots.git"
|
||||
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