• Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!

Move speed

Status
Not open for further replies.
Level 8
Joined
Jul 22, 2008
Messages
331
move speed do not stack.
you wold need triggers.
trg1:
unit aquires an item
item aquired equal to (boots of slow)
set unit's move speed to X
trg2:
unit aquires an item
item aquired equal to (boots of mega slow) and item caried by hero manipulting item equal to (boots of slow)
set unit's move speed to X
 
Level 19
Joined
May 1, 2008
Messages
1,130
use it like this it will work better
event: unit aquires an item
condition: item type of item being manipulated = bots -30
action: (arithmetic) set hero manipulating items ms to current ms of hero manipulating item - 30

event: unit aquires an item
condition: item type of item being manipulated = bots -40
action: (arithmetic) set hero manipulating items ms to current ms of hero manipulating item - 40

and then do this triggers again with hero loses an item to set ms back to normal
 
Status
Not open for further replies.
Top