Ability Trigger help.

BassZ

New Member
Reaction score
1
Hey im making a spell called Sunder(Fairy Fire) and i want a trigger that makes it so as long as a unit is under the effect of sunder its movement speed is reduced by 50%.

How would i do this in a trigger?
 

Sil3nt

SUP?
Reaction score
134
Have a trigger check every # seconds if unit has buff then set unit movespeed to # Else Set unit movespeed to default movespeed.

This is not mui though..
 

Draphoelix

It's not the wintercold that's killing me
Reaction score
132
Why don't u simple base it of Drunkez Haze, Shadow Strike, Frost Arrow or something?
 

hio77

New Member
Reaction score
1
not sure dont have we open but i think you can use like an existing aura and set it to like -50 as i said dont have we open so i cant be sure but i think that would work if you what it to be an aura :D
 

ZiggyMcjoney

Data editor?! AAAHHHHH!
Reaction score
95
Code:
Events
 A unit starts the effect of an ability

Conditions
 Ability being cast Equal to Sunder Armour

Actions
 Set Temp_Point = Position of (Target unit of ability being cast)
 Create 1 Dummy Unit at Temp_Point for Owner of (Triggering unit) facing Default building facing degrees
 Add Slow (Dummy Ability) to Last created unit
 Add a 2.00 second Generic Expiration timer to Last created unit
 Order Last created unit to Human Sorceress - Slow (Target unit of ability being cast)
 Custom Script: call RemoveLocation (udg_Temp_Point)
 

hio77

New Member
Reaction score
1
Code:
Events
 A unit starts the effect of an ability

Conditions
 Ability being cast Equal to Sunder Armour

Actions
 Set Temp_Point = Position of (Target unit of ability being cast)
 Create 1 Dummy Unit at Temp_Point for Owner of (Triggering unit) facing Default building facing degrees
 Add Slow (Dummy Ability) to Last created unit
 Add a 2.00 second Generic Expiration timer to Last created unit
 Order Last created unit to Human Sorceress - Slow (Target unit of ability being cast)
 Custom Script: call RemoveLocation (udg_Temp_Point)
or use this :D
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top