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
  #4  
Old 05-03-2003, 07:07 AM
Armanthuz
Sarnak
 
Join Date: Apr 2003
Posts: 72
Default

Im starting to get the picture...


I used sql front end to take things apart a little better...

I didnt understand that npc_spells and npc_spells_entries were 2 different tables, i do now.... By this point i had amassed a repeating sequence of spell entries.. so i deleted spells and entries table. I sourced in the below text at the end of my npc_spells.txt file..

# **************
# Dragon Roar
# **************

INSERT INTO npc_spells (id, name, parent_list, attack_proc)
VALUES (13, "DRAGON SPELLS", 0, -1);

INSERT INTO npc_spells_entries (npc_spells_id, spellid, type, minlevel, maxlevel, manacost, recast_delay, priority) VALUES (13, 789, 1, 54, 255, -2, -1, 50);



Now it ceratinly looks better when i pull up sql front end, and it has an id of 397....


i even went into game and had lord nagafen (my test subject) cast dragon roar on me to confirm it works.. ( it casts on me and lasts proper time but does nothing to interfere with my abilitys)


UNFORTUNATELY after all this nagafen refuses to cast this spell on his own...



I'm outta ideas at this point so ill await someones suggestiomn thats brighter than i am...
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 12:53 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