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)
|