View Single Post
  #2  
Old 10-26-2004, 09:25 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Code:
[Error] Error in LoadTraps query 'SELECT id,x,y,z,effect,effectvalue,effectvalue2,skill,spawnchance,maxzdiff,radius,chance FROM traps WHERE zone='gfaydark'': #1146: Table 'eq2.traps' doesn't exist
ERROR: Couldn't load traps.
free(): invalid pointer 0x823b4a4!
Zone->Init failed
[Error] Zone bootup FAILED!
The answer is here : you have several tables that don't exist in your database: traps, aa_actions, aa_swarmpets.
traps is fatal for zone.exe and makes it crash.

You gonna have to check if you really sourced all the needed fixes, this one per example : http://www.eqemulator.net/sql/wr_update.sql ...
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote