View Single Post
  #3  
Old 11-15-2004, 09:58 PM
wontonjoe
Fire Beetle
 
Join Date: Oct 2004
Posts: 9
Default

thanks man, that worked but i had to use 127.0.0.1 instead of 226.207.xxx.xxx

but im having another problem now, after i create a character, when it tries to load a zone, it kicks me back to login screen.
here is the error im getting.
world
[code]
Attempting autobootup of sebilis (89) for Lostheart
Zoneserver SetZone: 127.0.0.1:7997 sebilis (89)
Enter world: Lostheart: sebilis (89)
Broadcasting a world time update
Zoneserver SetZone: 127.0.0.1:7997 sebilis (89)
Received unknown opcode: 0x0376 size:0 bytes
127.0.0.1:3696: TCPConnection::RecvData(): Error: 10054
Removing zoneserver from ip:0.0.0.0 port:0 (127.0.0.1:7997)
Client disconnected
Removing client from ip:216.207.242.231 port:3702


Boot5Zones.bat

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.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------------------------[code][/code]
Reply With Quote