View Single Post
  #1  
Old 05-20-2007, 04:27 PM
Ropethunder
Fire Beetle
 
Join Date: Apr 2007
Posts: 16
Default Updating my DB to support the latest EQEmu?

My server runs fine with Angelox's database but always errors when trying to use the official ProjectEQ database from the main website.

If I understand correctly the errors I'm receiving when trying to run my server are due to changes in EQEmu since the last official release of this database?

Where can I get a list of the changes that need to be made to this database to make it function correctly?

I tried to use the database from the ProjectEQ CVS but I received an error when trying to source the .sql files.


Quote:
[Debug] [ZONE__INIT] Loading commands
[Debug] [ZONE__INIT] 193 commands loaded
[Error] Starting Log: logs/eqemu_error_zone_3608.log
[Error] Error in LoadRules query SELECT ruleset_id FROM rule_sets WHERE name='default': #1146: Table 'eqemu_projecteq.rule_sets' doesn't exist
[Debug] [RULES__ERROR] Failed to find ruleset 'default' for load operation. Canceling.
[Debug] [ZONE__INIT] No rule set configured, using default rules

..

[Status] Booting gfaydark
Map header: 74949 faces, 4817 nodes, 124159 facelists
Loaded map: 224847 vertices, 74949 faces
Map BB: (-2693.16 -> 2766.28, -2803.81 -> 2717.22, -98.53 -> 801.81)
Map ./Maps/gfaydark.map loaded.
Path File ./Maps/gfaydark.path not found.
[Debug] The next weather check for zone: gfaydark will be in 9002 seconds.
Error loading NPCs from database. Bad query: #1054: Unknown column 'npc_types.trackable' in 'field list'
[Status] Loading spawn conditions...
[Status] Loading static zone points...
[Status] Loading spawn groups...
[Status] Loading spawn2 points...
[Status] Loading player corpses...
[Status] Loading traps...
[Status] Loading ground spawns...
[Status] Loading Ground Spawns from DB...
[Status] Loading World Objects from DB...
[Status] Loading Objects from DB...
[Status] Loading doors for gfaydark ...
[Status] Loading Doors from database...
[Status] Loading AA information...
[Error] Error in GetAASkillVars 'SELECT cost, max_level, hotkey_sid, hotkey_sid2, title_sid, desc_sid, type, prereq_skill, prereq_minpoints, spell_type, spell_r
efresh, classes, berserker,spellid,class_type,name,cost_inc FROM altadv_vars WHE
RE skill_id=2': #1054: Unknown column 'cost_inc' in 'field list'

Last edited by Ropethunder; 05-21-2007 at 12:55 AM..
Reply With Quote