This commit is contained in:
bash
2024-07-29 15:09:32 +00:00
parent 62a94b30cc
commit 89a60b61e3
4 changed files with 15 additions and 8 deletions

View File

@@ -62,12 +62,10 @@ fi
echo " " echo " "
echo "###########################################################################################" echo "###########################################################################################"
echo "Word of advice:" echo "# type in terminal: "
echo "## 1. -------------------------------------------------------------------------------------" echo "# - 'wow' : for the worlds-server session"
echo "After (re)starting the server and logging in with the client wait 5-10m so the bots can" echo "# - 'auth' : for the auth-server session"
echo "settle abit; getting an assigned level and teleport to an area for that level" echo "# - 'ctrl+b then d' : detach from session (if not working use ctrl-z)"
echo "## 2. -------------------------------------------------------------------------------------" echo "# - 'stop' : the kill the world and auth -server sessions"
echo "If you wanna type alot of commands in the world-server session you might want to disable" echo "# - 'update' :
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 "###########################################################################################" echo "###########################################################################################"

View File

@@ -0,0 +1,3 @@
USE acore_world;
UPDATE mod_auctionhousebot
SET minitems = 30000, maxitems = 40000;

3
sql/update_realm_ip.sql Normal file
View File

@@ -0,0 +1,3 @@
USE acore_auth;
SELECT * FROM realmlist;
UPDATE realmlist SET address='192.168.178.185';

View File

@@ -0,0 +1,3 @@
USE acore_auth;
SELECT * FROM realmlist;
UPDATE realmlist SET name='azerothcore.org';