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

[General] Can I increase unit speed over limit?

Status
Not open for further replies.
Level 12
Joined
Mar 13, 2012
Messages
1,121
There is no way for a unit to run faster than 522.
Triggered Movement however can be used to break that limit. See this for example
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,255
You can use SetUnitX/Y natives to move a unit without interrupting its current movement order. This will allow you to move units faster than the maximum movement speed the game imposes.

As PurgeandFire mentioned, it will bug at very high speeds as the path finder will not be able to cope. It will bug at slower speeds if a lot of units are moving for the same player. It will also bug at slower speeds if units keep colliding with stuff.
 
Status
Not open for further replies.
Top