Thread: Bugfixes
View Single Post
  #15  
Old 10-30-2012, 10:37 PM
camelotcrusade's Avatar
camelotcrusade camelotcrusade is offline
Approved Member
 
Join Date: Apr 2009
Location: San Francisco, CA
Posts: 448
Default

Omg you guys, it worked! I feel like a super modder now...

All I had to do was replace "magic_diversion" with "effect_stun." Worked great. No pause or anything, it just made the noise, showed the stun effect and the Skeleton lost his action points. Try it out if you want.

Manual Method

In addon_arena.lua, line 1010. Replace:

Code:
Attack.atom_spawn(act, tend, "magic_diversion", Attack.angleto(act))
with

Code:
Attack.atom_spawn(act, tend, "effect_stun", Attack.angleto(act))
Update: The attachment which replaces the "Fit of Energy/Rally" graphic with the "Stun" swirling stars effect has been consolidated into my other mods here.

Last edited by camelotcrusade; 11-05-2012 at 07:30 PM. Reason: Removed attachment and put in redirect.
Reply With Quote