Thread: Latest Build
View Single Post
  #12  
Old 11-08-2004, 02:26 PM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

Actually, disregard my post above since I have that working now, however, I am getting this line of text sent to my console after the world and zone have been running for a few minutes. Anyone if there is a quick fix to this? I am using the PEQSErver.com Kunark database.

Error in LoadTempMerchantData query 'select ml.npcid,ml.slot,ml.itemid,ml.charges from merchantlist_temp ml, npc_types nt, spawnentry se, spawn2 s2 where nt.id=ml.npcid and nt.id=se.npcid and se.spawngroupid=s2.spawngroupid and s2.zone='qeynos' group by ml.npcid,slot order by npcid,slot asc' #1146: Table 'eq.merchantlist_temp' doesn't exist

EDIT:

I am also seeing this in my eqemu_error_zone.og:

2514 [11.08. - 20:22:56] Starting Log: logs/eqemu_error_zone.log
2514 [11.08. - 20:22:56] worldserver.Connect() FAILED!

Any ideas?

EDIT x2:

I did a ps -aux and I see both ./world and ./zone running even with the errors. I logged in to eqemu and saw my server shows up on the server list, but it shows up as LOCKED even though I have locked=false in my Loginserver.ini file so I cant log into it. Is it showing as locked even though these errors are reporting?
Reply With Quote