PDA

View Full Version : npc's summoning horses


bloodfiendserver
04-30-2006, 07:02 AM
Is there a way to make npc's buff themselves? i was looking at making some roaming knights, and i need to get them on horses so i have them cast the spell but they need a target and cant target themselves what do i do?

RangerDown
04-30-2006, 11:12 AM
I'll start you off in the right direction: Review the npc_spells and npc_spells_entries tables of your database. These will control which spells NPC's have at their disposal.

attempt37
04-30-2006, 02:45 PM
You could also consider using perl to make the npc cast the buff upon spawning so they are always on the horse. As far as I remember the horse summon doesn't require a target.

fathernitwit
05-01-2006, 01:12 PM
the way horses are handled in the client is pretty hackish. I wouldent be suprised if they just stood there under the horse instead of riding it. Anyways, a perl quest is prolly the best way to go.