View Single Post
  #2  
Old 02-23-2009, 03:01 PM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

I am having a similar problem. I was able to log in when i was running rev 350, but after changing to rev 355 (and now 356), I can't even get zones to come up. I receive this error:

[02.23. - 13:41:21] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!

I have tried with and without the added columns from the following sql statements:

Code:
ALTER TABLE `faction_list` ADD COLUMN `mod_c16` smallint(6) NOT NULL default '0' AFTER `mod_c15`;
ALTER TABLE `faction_list` ADD COLUMN `mod_r330` smallint(6) NOT NULL default '0' AFTER `mod_r161`;
I doubt this is related, but at the same time, I am receiving errors where it can't find or interpret rules (but they are there.) All 3 are related to aggro...

[02.23. - 13:40:52] [RULES__ERROR] Unable to find rule 'Spells:BardSpellAggroMod'
[02.23. - 13:40:52] [RULES__ERROR] Unable to interpret rule record for Spells:BardSpellAggroMod
[02.23. - 13:40:52] [RULES__ERROR] Unable to find rule 'Spells:PetSpellAggroMod'
[02.23. - 13:40:52] [RULES__ERROR] Unable to interpret rule record for Spells:PetSpellAggroMod
[02.23. - 13:40:52] [RULES__ERROR] Unable to find rule 'Spells:SpellAggroModifier'
[02.23. - 13:40:52] [RULES__ERROR] Unable to interpret rule record for Spells:SpellAggroModifier

I've tried wiping the db and starting over, but that hasn't helped. I am using the most recent peq db, downloaded earlier today.
Reply With Quote