Moderator
M
Moderator
19:25, 20th Aug 2011
Pharaoh_: The spell seems to be MUI.
• Add locust to the rune circle.
• The "speed" is not really configurable. You should add a value, which you will be subtracting 0.03 from, just like the "stopcount" variable.
• Use (Triggering player) instead of (Owner of S_caster[S_Index2]).
•
• You don't need S_stopmax; just use S_stopcount with the value of S_stopmax and subtract 0.03 in the looping trigger.
•
• Untick the "Disables Other abilities" and use a Base Order ID (in case other spells are made out of Channel on the same hero).You can also use "Targeting image" and set an AoE value for the sake of the visuals.
• I really liked the effect
Edit: Important changes have been made; resource approved with a rating of 4/5 (Recommended).
Pharaoh_: The spell seems to be MUI.
• The "speed" is not really configurable. You should add a value, which you will be subtracting 0.03 from, just like the "stopcount" variable.
•
- Set S_stopmax[S_index2] = (2.00 + (Real((Level of Unknown (A000) for S_caster[S_index2]))))
• You don't need S_stopmax; just use S_stopcount with the value of S_stopmax and subtract 0.03 in the looping trigger.
•
- Custom script: call RemoveLocation (udg_S_dummypoint)
• Untick the "Disables Other abilities" and use a Base Order ID (in case other spells are made out of Channel on the same hero).
• I really liked the effect
Edit: Important changes have been made; resource approved with a rating of 4/5 (Recommended).