dragonseeds
12-03-2003, 02:56 PM
After i select a character, I get booted back to the login screen. I dont know whats wrong, i have read on the forums for a long time but cant find anything. Heres my "boot5zones.bat" file.
--------------Start-----------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
start zone . godsblink.no-ip.org 7995 192.168.1.30
start zone . godsblink.no-ip.org 7996 192.168.1.30
start zone . godsblink.no-ip.org 7997 192.168.1.30
start zone . godsblink.no-ip.org 7998 192.168.1.30
start zone . godsblink.no-ip.org 7999 192.168.1.30
exit
cls
:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
---------------END------------------------
I think thats is whats causing the problem but i am not sure.
--------------Start-----------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
start zone . godsblink.no-ip.org 7995 192.168.1.30
start zone . godsblink.no-ip.org 7996 192.168.1.30
start zone . godsblink.no-ip.org 7997 192.168.1.30
start zone . godsblink.no-ip.org 7998 192.168.1.30
start zone . godsblink.no-ip.org 7999 192.168.1.30
exit
cls
:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
---------------END------------------------
I think thats is whats causing the problem but i am not sure.