Moderator
M
Moderator
Reviewed by Maker, Knives Attack v1.1, 8th Jan 2013
Approved
This is a useful alternative for Fan of Knives. The spell is triggered quite well and it is easily configurable.
The blood effetc could be adjusted or changed, it could look a bit better.
Reviewed by Maker, Knives Attack v1.0, 3rd Jan 2013
Required changes:
- Make the caster deal the damage
Suggested changes:
- Save the Cos and Sin values of the angle, then you don't need to
calculate them during each loop, also cuts off the degtorad conversion->
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- And - All (Conditions) are true
- Conditions
- (KA_TempUnit[2] is dead) Equal to False
- (KA_TempUnit[2] belongs to an ally of KA_Owner)...
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- (KA_TempUnit[2] is dead) Equal to False
- (KA_TempUnit[2] belongs to an ally of KA_Owner)...
- Get rid of Remove Dummy trigger, the dummy is set to not decay and
has 1 second death time. It will be removed quickly automatically- With low cooldown values, KA_Group index keeps on growing and
it can eventually grow too high and the spell won't work correctly