mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
testing
This commit is contained in:
@@ -62,12 +62,10 @@ fi
|
||||
echo " "
|
||||
|
||||
echo "###########################################################################################"
|
||||
echo "Word of advice:"
|
||||
echo "## 1. -------------------------------------------------------------------------------------"
|
||||
echo "After (re)starting the server and logging in with the client wait 5-10m so the bots can"
|
||||
echo "settle abit; getting an assigned level and teleport to an area for that level"
|
||||
echo "## 2. -------------------------------------------------------------------------------------"
|
||||
echo "If you wanna type alot of commands in the world-server session you might want to disable"
|
||||
echo "## the playerbots mod through the playerbot config, since the playerbots generates alot of"
|
||||
echo "## output which disrupts the command line typing :) When done enable again ./config/module"
|
||||
echo "# type in terminal: "
|
||||
echo "# - 'wow' : for the worlds-server session"
|
||||
echo "# - 'auth' : for the auth-server session"
|
||||
echo "# - 'ctrl+b then d' : detach from session (if not working use ctrl-z)"
|
||||
echo "# - 'stop' : the kill the world and auth -server sessions"
|
||||
echo "# - 'update' :
|
||||
echo "###########################################################################################"
|
||||
|
||||
3
sql/update_ahbot_config.sql
Normal file
3
sql/update_ahbot_config.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE acore_world;
|
||||
UPDATE mod_auctionhousebot
|
||||
SET minitems = 30000, maxitems = 40000;
|
||||
3
sql/update_realm_ip.sql
Normal file
3
sql/update_realm_ip.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE acore_auth;
|
||||
SELECT * FROM realmlist;
|
||||
UPDATE realmlist SET address='192.168.178.185';
|
||||
3
sql/update_realm_name.sql
Normal file
3
sql/update_realm_name.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE acore_auth;
|
||||
SELECT * FROM realmlist;
|
||||
UPDATE realmlist SET name='azerothcore.org';
|
||||
Reference in New Issue
Block a user