Hey all, I'm very new to eqemu. I have managed to set up a server using the following link for linux.
https://github.com/EQEmu/Server#-deb...tucentosfedora
Every thing is working pretty good and I'm learning about the database structure. The issue/problem that I'm having is changing the spells that NPC cast, specifically Phinigel Autropos. It seems that when I re-spawn him he casts some buffs on himself ie., manaskin and arch shielding. Then when he is engaged he has some other spells he cast ie., Inferno of Al'kabor. I looked in the npc_types table to get his (spell list) npc_spells_id which is 1346 but when I go to the npc_spells_entries table and do a search for that npc_spells_id of 1346 it returns no results. I have created a new entry in the npc_spells_entries table for testing and assigned him the spell enticement of flame and he casts that when engaged. I guess my question is how would I go about changing the buffs that he casts when spawned as well as the spells that he cast when enganged. Thanks so much for your help it is greatly appreciated.