• 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.

[vJASS] Spell - Passively Increase Movement Speed

Status
Not open for further replies.
Level 17
Joined
Feb 11, 2011
Messages
1,860
Hi guys,

I am making a spell which involves passively increasing the hero's movement speed when the skill is learned. What is the best way to do this? Use a movement speed library?

I tried basing an ability off Item Move Speed Bonus and adding it by code, but as you may know, the ability doesn't stack (so if the unit buys Boots of Speed, there will be an issue).

Any solutions?

Thanks!
 
  • EU was already suggested both by DSG and me (REQUIRE NOTHING).
  • SetUnitMoveSpeed can work just fine if you increase unit default movement speed (REQUIRE TRIGGER and DUMMY ABILITY ICON).
  • Spellbook + Item Movement Speed bonus ability (REQUIRE TRIGGER, 2 ABILITIES and DUMMY ABILITY ICON).
  • Anything else is useless really.
 
Status
Not open for further replies.
Top