View Single Post
  #4  
Old 03-07-2004, 07:44 AM
Jezebell
Discordant
 
Join Date: Feb 2004
Location: Florida
Posts: 441
Default Trouble with mini-login server

Well, I have my server on the list with 0 Pop-count, but I am still getting errors:

Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=0, max id=0
[Error] DBLoadItems query 'SELECT gmflag,minstatus,unknown002,unknown005,unknown
107,unknown108,id,weight,norent,nodrop,size,itemclass,idfile,lore,slots,cost,nam
e,icon,unknown105,booktype,filename,bagtype,bagslots,bagsize,bagwr,augslot1type,
augslot2type,augslot3type,augslot4type,augslot5type,unknown018,unknown019,unknow
n020,casttime2,unknown061,unknown067,unknown069,unknown070,unknown076,unknown077
,augtype,ldonpointtheme,ldonpointcost,unknown099,astr,asta,aagi,adex,awis,aint,a
cha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,banedmgamt,banedmgbody,banedmgrace
,magic,hasteproclvl,light,delay,effecttype,range,damage,material,maxcharges,recl
evel,recskill,charmfile,factionmod1,factionmod2,factionmod3,factionmod4,factiona
mt1,factionamt2,factionamt3,factionamt4,reqlevel,hp,mana,ac,color,classes,races,
spellid,casttime,focusid,itemtype,accuracy,avoidance,bardtype,bardvalue,combatef
fects,deity,elemdmgamt,elemdmgtype,sellrate,shielding,spellshield,strikethrough,
stunresist,tradeskills FROM items ORDER BY id', #1054: Unknown column 'casttime2
' in 'field list'
Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[Error] Error: Could not load item data.  But ignoring
[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
HELP I WORK IN THE EQEMU SWEATSHOP, YOU'RE MY ONLY HOPE!
TCP listening on: 192.168.2.69:9000
World server listening on: 192.168.2.69:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
317360 New TCP connection: 67.8.129.150:2969
317360 New TCP connection: 67.8.129.150:2968
317360 New TCP connection: 67.8.129.150:2967
317360 New TCP connection: 67.8.129.150:2970
317360 New TCP connection: 67.8.129.150:2966
New zoneserver: #1 67.8.129.150:2969
Zoneserver SetConnectInfo: 67.8.129.150:2969: 192.168.2.69:7997
New zoneserver: #2 67.8.129.150:2966
New zoneserver: #3 67.8.129.150:2970
New zoneserver: #4 67.8.129.150:2967
New zoneserver: #5 67.8.129.150:2968
Zoneserver SetConnectInfo: 67.8.129.150:2968: 192.168.2.69:7996
Zoneserver SetConnectInfo: 67.8.129.150:2967: 192.168.2.69:7998
Zoneserver SetConnectInfo: 67.8.129.150:2970: 192.168.2.69:7995
Zoneserver SetConnectInfo: 67.8.129.150:2966: 192.168.2.69:7999
380953 New client from ip: 192.168.2.69 port: 2974
[Error] Expecting OP_SendLoginInfo, got 254
Removing client from ip:192.168.2.69 port:2974
The last error happens when I try to login.

I seem to be having ALOT of difficulty with MySQL and getting DB's sourced in, I am getting alot of errors about duplicate entries. Heck i don't even know if I am doing it right, the program is definately not easy to use. I downloaded Myra's DB's and tried to source them in but not sure how to tell if it worked. Also do you have to manually enter in item and mob info?
Reply With Quote