View Single Post
  #2  
Old 12-03-2003, 02:04 PM
dragonseeds
Fire Beetle
 
Join Date: Dec 2003
Posts: 6
Default Help

I had the same problem. What I did was, I set the first one as my Local IP adress and the second one as my dns adress and mine works fine.
REM:--------------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

REM:---------------END------------------------



there ya go!
Reply With Quote