View Single Post
  #1  
Old 04-25-2012, 12:58 AM
Hateborne
Hill Giant
 
Join Date: May 2010
Posts: 125
Question WeaponProc Buff Spamming 25k after it recasts itself 2-3 times?

Hello All, I broke something.

I have a buff that is recasting itself on first 2-3 'procs'. It then proceeds to spam 25k nukes.

The spell (which we will call SKBuff, spell id 1233) has:
Code:
Slot) Name // effect_base_value // max // effect_limit_value
1) WeaponProc  1234 0 400
2) ImprovedHeal -100 0 0
3) Illusion 161 0 0 (iksar skeleton)
4) CurrentHP -1000 0 0
SKBuff Trigger (spell id 1234) has:
Code:
Slot) Name // effect_base_value // max // effect_limit_value
1) CurrentHP -1000 0 0 0
The SKBuff is supposed to add weapon proc, drastically cut down the healing ability, keep illusion iksar (for giggles), and keep a steady DoT on player to encourage him/her not to run around in this form.


Like mentioned above, it does the "cast on you" and "emptiness fades" message twice and then spams 25k procs. Has anyone else experienced similar issues?


-Hate
Reply With Quote