Heres how its set up atm.
Computer With DB and world.exe
db.ini
Code:
[Database]
host=localhost
user=USERNAME
password=PASSWORD
database=eq
compression=off
Other Computer
db.ini
Code:
[Database]
host=EXTERNAL IP OF HOST COMPUTER
user=USERNAME
password=PASSWORD
database=eq
compression=off
Code:
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone katta (EXTERNAL IP OF COMPUTER 1) 7995 (EXTERNAL IP OF COMPUTER 1)
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
When i run it i get the Error #2006 and it still cant find the db i dont think. I'm not sure if anythings wrong in those files please help if it is.