Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 04-05-2003, 06:07 AM
brainleacher
Fire Beetle
 
Join Date: Mar 2003
Posts: 17
Default

Well, I figured out why the npcs weren't casting spells. Almost all their npc_spells_ids were set to zero in the npc_types table.
So I ran this on them:


update npc_types set npc_spells_id=1 where class=2 or class=18;
update npc_types set npc_spells_id=2 where class=12 or class=28;
update npc_types set npc_spells_id=3 where class=11 or class=27;
update npc_types set npc_spells_id=4 where class=13 or class=29;
update npc_types set npc_spells_id=5 where class=14 or class=30;
update npc_types set npc_spells_id=6 where class=10 or class=26;
update npc_types set npc_spells_id=7 where class=6 or class=22;
update npc_types set npc_spells_id=8 where class=3 or class=19;
update npc_types set npc_spells_id=9 where class=5 or class=21;
update npc_types set npc_spells_id=10 where class=4 or class=20;
update npc_types set npc_spells_id=11 where class=8 or class=24;
update npc_types set npc_spells_id=12 where class=15 or class=31;


and now they cast.

But city defense is still not working, the city defense table has got all the correct npc ids and zone ids, must be a faction problem I think. I'll keep on checking the db.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:11 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3