re
well i made my skill but im havin some kind of problem with it.. any help would be appriciated... heres my spell
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to Blade Weave
Actions
Unit Group - Add all units of (Units within 512.00 of (Target point of ability being cast)) to bladeweavetarget
Animation - Change (Triggering unit)'s vertex coloring to (100.00%, 100.00%, 100.00%) with 50.00% transparency
Unit - Make (Triggering unit) Invulnerable
Wait 0.50 game-time seconds
For each (Integer BladeDanceHitAmount) from 5 to 6, do (Actions)
Loop - Actions
Unit - Move (Triggering unit) instantly to (Target point of ability being cast)
Animation - Play (Triggering unit)'s attack,slam animation
Unit - Order (Triggering unit) to damage (Target unit of ability being cast) for (Max(((Percentage life of (Target unit of ability being cast)) x 25.00), ((Percentage life of (Target unit of ability being cast)) x 30.00))) using attack type Chaos and damage type Universal.
Selection - Clear selection for (Triggering player)
Selection - Select (Random unit from bladeweavetarget)
**(These next 2 come after the looped action) Animation - Change (Triggering unit)'s vertex coloring to (100.00%, 100.00%, 100.00%) with 0.00% transparency
Unit - Make (Triggering unit) Vulnerable
The only thing that happens when i use the skil is that my hero becomes invulnerable and 50% transparent, then he teleports to the middle of the map and nothing else happens.. any ideas why this is happening?