im having a problem with a skill. Im making a skill named Tidal Crush, which creates waves from four diferent directions (Namely West, East, North and South) that will meet in a center point. When the tides meets in the center, it will create a crushing force that stuns enemies caught. Now my problem is, everytime I try to cast the skill; it does nothing........ Can anyone help me?
Here are the trigers.
Here are the trigers.
-
Tidal Crush
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Tidal Crush
-
-
Actions
-
Set SkillPos = (Position of (Casting unit))
-
Set SkillPointPos = (Target point of issued order)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Tidal Crush for (Casting unit)) Equal to 1
-
-
Then - Actions
-
Unit - Create 1 Tidal Crush (Level 1) for (Owner of (Casting unit)) at (SkillPos offset by (-5.00, 0.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (-5.00, 0.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 1) for (Owner of (Casting unit)) at (SkillPos offset by (5.00, 0.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (5.00, 0.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 1) for (Owner of (Casting unit)) at (SkillPos offset by (0.00, 5.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (0.00, 5.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 1) for (Owner of (Casting unit)) at (SkillPos offset by (0.00, -5.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (0.00, -5.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 1) for (Owner of (Casting unit)) at SkillPointPos facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - War Stomp
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
-
If - Conditions
-
(Level of Tidal Crush for (Casting unit)) Equal to 2
-
Then - Actions
-
Unit - Create 1 Tidal Crush (Level 2) for (Owner of (Casting unit)) at (SkillPos offset by (-5.00, 0.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (-5.00, 0.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 2) for (Owner of (Casting unit)) at (SkillPos offset by (5.00, 0.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (5.00, 0.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 2) for (Owner of (Casting unit)) at (SkillPos offset by (0.00, 5.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (0.00, 5.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 2) for (Owner of (Casting unit)) at (SkillPos offset by (0.00, -5.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (0.00, -5.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 2) for (Owner of (Casting unit)) at SkillPointPos facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - War Stomp
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
-
-
If - Conditions
-
(Level of Tidal Crush for (Casting unit)) Equal to 3
-
Then - Actions
-
Unit - Create 1 Tidal Crush (Level 3) for (Owner of (Casting unit)) at (SkillPos offset by (-5.00, 0.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (-5.00, 0.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 3) for (Owner of (Casting unit)) at (SkillPos offset by (5.00, 0.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (5.00, 0.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 3) for (Owner of (Casting unit)) at (SkillPos offset by (0.00, 5.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (0.00, 5.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 3) for (Owner of (Casting unit)) at (SkillPos offset by (0.00, -5.00)) facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave (SkillPos offset by (0.00, -5.00))
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Tidal Crush (Level 3) for (Owner of (Casting unit)) at SkillPointPos facing Default building facing degrees
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - War Stomp
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
-
Else - Actions
-
-
-
-