Unit movement reduction trigger

LuckyStrike

New Member
Reaction score
1
Hy, is there anny way to make a trigger to reduce a hero's movement speed by X% when a specific ability learned?
 

BRUTAL

I'm working
Reaction score
118
something like
Code:
Actions
    Set real = 0.00
    Unit - Set (Triggering unit) movement speed to ((Current movement speed of (Triggering unit)) - real)
set real to your percent of whatever you want
 

Bonuy

New Member
Reaction score
6
You can also use:
Code:
example
    Actions
        Set something = ((Integer((Current movement speed of (Triggering unit)))) / 2) = 50%, /3 = 33%, /4 = 25%, /5 = 20%, /6 = (something), /10 = 10%
        Unit - Set (Triggering unit) movement speed to (Real(something))
 
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