- Joined
- Oct 6, 2022
- Messages
- 185
Hello, I'm currently making a skill called petrify like Medusa but can also disable Bladestorm then petrifies the Bladestorm caster but i don't know how. The skill was not targetable btw. Thanks in advance 

-
Petrify
-
Events
-
Unit - A unit Begins channeling an ability
-
-
Conditions
-
(Ability being cast) Equal to Petrify (more powerful)
-
-
Actions
-
Set ULT_Caster = (Triggering unit)
-
Unit - Create 1 Casting Dummy for (Owner of ULT_Caster) at ((Position of ULT_Caster) offset by 100.00 towards (Facing of ULT_Caster) degrees) facing Default building facing degrees
-
Unit Group - Add (Last created unit) to ULT_DummyArea
-
Unit - Create 1 Casting Dummy for (Owner of ULT_Caster) at ((Position of ULT_Caster) offset by 200.00 towards (Facing of ULT_Caster) degrees) facing Default building facing degrees
-
Unit Group - Add (Last created unit) to ULT_DummyArea
-
Unit - Create 1 Casting Dummy for (Owner of ULT_Caster) at ((Position of ULT_Caster) offset by 400.00 towards (Facing of ULT_Caster) degrees) facing Default building facing degrees
-
Unit Group - Add (Last created unit) to ULT_DummyArea
-
Unit - Create 1 Casting Dummy for (Owner of ULT_Caster) at ((Position of ULT_Caster) offset by 600.00 towards (Facing of ULT_Caster) degrees) facing Default building facing degrees
-
Unit Group - Add (Last created unit) to ULT_DummyArea
-
Unit - Create 1 Casting Dummy for (Owner of ULT_Caster) at ((Position of ULT_Caster) offset by 800.00 towards (Facing of ULT_Caster) degrees) facing Default building facing degrees
-
Unit Group - Add (Last created unit) to ULT_DummyArea
-
Unit Group - Pick every unit in ULT_DummyArea and do (Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units within 300.00 of (Position of (Picked unit)) matching ((((Matching unit) belongs to an enemy of (Owner of ULT_Caster)) Equal to True) and (((((Matching unit) is A structure) Equal to False) and (((Matching unit) is alive) Equal to True)) and ((((Matchi and do (Actions)
-
Loop - Actions
-
Unit - Create 1 Casting Dummy for (Owner of ULT_Caster) at (Position of (Picked unit)) facing Default building facing degrees
-
Unit - Add Petrify Dummy to (Last created unit)
-
Unit - Set level of Petrify Dummy for (Last created unit) to (Level of Petrify (more powerful) for ULT_Caster)
-
Set ULT_DummyCaster = (Last created unit)
-
Unit - Order ULT_DummyCaster to Night Elf Keeper Of The Grove - Entangling Roots (Picked unit)
-
-
-
-
-
Wait 1.00 seconds
-
Unit Group - Pick every unit in ULT_DummyArea and do (Actions)
-
Loop - Actions
-
Unit - Remove (Picked unit) from the game
-
-
-
Unit Group - Remove all units from ULT_DummyArea
-
-