This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
So I made a chain lightning, but I can't get it working for more than 5 targets. I work with data beams, not missiles.
If I increase targets above 5, it just gets broken only affecting 1 target.
Is that because of some failsafe not allowing more effects per spell or something? I use 3 effects per bounce, search, dmg and set.
So is there a workaround or something I have missed? Took me long to figure out that more than 5 targets breaks my ability, not me being stupid T_T
Bump
Depending on how it's implemented, if you're using recursion you'll hit the maximum effect chain depth relatively quickly (5 targets sounds about right.)
I use this pattern:
Set -> search -> set -> search ...... -> dmg -> launch location (previous search)
etc.
So what would be the other method to implement? I can do it with only 5 too, but 10 would be so much more awesome :>
Bump for other method (explanation/link , anything is fine :> )
Hurr, bumpz.
try look how this person has done it: http://www.sc2mapster.com/maps/custom-unit-spell-polarity-shift/files/2-custom-unit-spell-shocking-grasp/
Thanks. Maybe I can use something similar then... :>
So I made a chain lightning, but I can't get it working for more than 5 targets. I work with data beams, not missiles.
If I increase targets above 5, it just gets broken only affecting 1 target.
Is that because of some failsafe not allowing more effects per spell or something? I use 3 effects per bounce, search, dmg and set.
So is there a workaround or something I have missed? Took me long to figure out that more than 5 targets breaks my ability, not me being stupid T_T
Bump
Depending on how it's implemented, if you're using recursion you'll hit the maximum effect chain depth relatively quickly (5 targets sounds about right.)
I use this pattern:
Set -> search -> set -> search ......
-> dmg -> launch location (previous search)
etc.
So what would be the other method to implement? I can do it with only 5 too, but 10 would be so much more awesome :>
Bump for other method (explanation/link , anything is fine :> )
Hurr, bumpz.
try look how this person has done it: http://www.sc2mapster.com/maps/custom-unit-spell-polarity-shift/files/2-custom-unit-spell-shocking-grasp/
Thanks. Maybe I can use something similar then... :>