View Single Post
  #1  
Old 10-23-2004, 09:02 PM
egamer1
Fire Beetle
 
Join Date: May 2003
Posts: 9
Default unknow opcode: 0x02eb size:0 bytes

unknow opcode: 0x02eb size:0 bytes
ok i get this error when i try to log in to my server runing it on eqemu live and its version 6.0 in game it reads as 'zone unavalible'
this error come in the world.exe file right after i try to log in with a newly created char ok here is my info and such

login.ini read out xx.xx.xx.xxx is my external ip
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=LegitDontLogIn
worldaddress=xx.xx.xx.xxx
locked=FALSE
account=
password=


[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=GoD
chataddress=
chatport=

Db.ini read out
# READ README.TXT!

[Database]
host=localhost
user=xxxxxxxxxxxxxxxx
password=xxxxxxxxxxx
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe

ok boot zone 5 read out xx.xx.xx.xxx is my external ip
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "EXTERNAL_IP_HERE" 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 . xx.xx.xx.xxx 8780 127.0.0.1
start zone . xx.xx.xx.xxx 8781 127.0.0.1
start zone . xx.xx.xx.xxx 8782 127.0.0.1
start zone . xx.xx.xx.xxx 8783 127.0.0.1
start zone . xx.xx.xx.xxx 8784 127.0.0.1
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------------------------

ok now the world.exe read out
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=15720, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Assassinating people that whine about horses...done
TCP listening on: xx.xx.xx.xxx :9000
World server listening on: xx.xx.xx.xxx :9000
Connected to LoginServer: newlogin1.eqemulator.net:5994
20281 New TCP connection: 127.0.0.1:1477
New zoneserver: #1 127.0.0.1:1477
Zoneserver SetConnectInfo: 127.0.0.1:1477: xx.xx.xx.xxx:8784
20406 New TCP connection: 127.0.0.1:1478
20406 New TCP connection: 127.0.0.1:1479
20406 New TCP connection: 127.0.0.1:1480
20406 New TCP connection: 127.0.0.1:1481
New zoneserver: #2 127.0.0.1:1481
New zoneserver: #3 127.0.0.1:1480
New zoneserver: #4 127.0.0.1:1479
New zoneserver: #5 127.0.0.1:1478
Zoneserver SetConnectInfo: 127.0.0.1:1478: xx.xx.xx.xxx:8782
Zoneserver SetConnectInfo: 127.0.0.1:1479: xx.xx.xx.xxx:8780
Zoneserver SetConnectInfo: 127.0.0.1:1480: xx.xx.xx.xxx:8781
Zoneserver SetConnectInfo: 127.0.0.1:1481: xx.xx.xx.xxx:8783
449281 New client from ip: xxx.xxx.x.x port: 1490 (ip of my router)
Logged in: FirstLogin LS#27638: me (not my real acount name)
Received unknown opcode: 0x02eb size:0 bytes
Read group ID for 'Dafdasf': 0
0: 20 2C 30 2C 47 6F 44 2E - 44 61 66 64 61 73 66 2C | ,0,GoD.Dafdasf,
16: 30 36 37 61 37 39 64 34 - 00 | 067a79d4.
Attempting autobootup of qeynos (1) for Dafdasf
Zoneserver SetZone: xx.xx.xx.xxx:8782 (0)
Zoneserver SetZone: xx.xx.xx.xxx:8782 (0)
Received unknown opcode: 0x02eb size:0 bytes
Reply With Quote