Thread: "Spell" Quest
View Single Post
  #11  
Old 10-26-2013, 03:20 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

The way you have it the spell would have to be self only. If you have it as targettype 5 it will not work correctly.

The spell goes off (self only) and hits the client and triggers that event "EVENT_SPELL_EFFECT_CLIENT".

If you aren't doing it that way is why it could possibly not be working.

Guessing you have it as targettype 13 which is "lifetap"... but the way you are doing it with this quest it would need to be targettype 6.

If you change the event to.. "EVENT_SPELL_EFFECT_NPC" it would trigger when the spell lands on a NPC.. and it should function correctly still with the way KK wrote it.


(sorry if this is confusing I am a little tired)
Reply With Quote