PDA

View Full Version : NPC Spells


HurtinuDaily
12-16-2005, 05:28 AM
Can you add more then one spell to an NPC in the database under NPC_spells_id. Also how do you find out what spell is what ID??

mattmeck
12-16-2005, 07:38 AM
yes


and you can look in the forums somewhere for the list that was made or log in game and type #findspell (name)

HurtinuDaily
12-16-2005, 08:29 AM
Thanks, I am assuming you just separate the spells with a space, like in the poast i read, but I wasnt sure if the post was outdated. cant fnd the spell list, guess I will ahve to di it the hard way.

fathernitwit
12-16-2005, 11:37 AM
npc_spells_id references the npc_spells and npc_spells_entries tables, which can contain an entire set of spells with various limitations and AI settings.

use lucy for spell lookups, much friendlier... their IDs (in the URL) are real.

HurtinuDaily
12-19-2005, 03:29 AM
perfect, thanks alot.