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

How can u set the unit maximum speed above 522(the limit)

Status
Not open for further replies.
Level 11
Joined
Mar 8, 2006
Messages
277
How can u set the unit maximu speed of a unit above 522 couse i saw thats the limit. I saw in azeroth grand prix speed more then that but it is to hard for me to understand how(i dont know jass) or on an spell (SPEED METTER) but i didnt read it good, i still dont understand how u can do that. i think it is posible to make it on a easy way.
If u know in anyway to do that tell me how.
How can u set the unit max life by an action.
and Force ui key condition....
 
Level 18
Joined
Mar 7, 2005
Messages
824
just go in the world editor, then on the upper part of the screen and click on "advance" then click on "gameplay - constants" search for units maximum speed and set it from 522 to your speed you want (if u cant set it higher, press shift and hold it then click again to change it now it should work. you can change it now normaly in the object editor individualy on each unit ;)

have fun!
 
PurplePoot said:
raging, that was not directed to u, it was directed to Tr!KzZ, as i've tried that

i also tried your way ( a long, long, time ago ), with no success... so... how did you do it?

Well if the normal easy way of pick unit set unit speed stuff does not work then make a variable for it and assign that variable to a unit and then set the movement speed for the "variable" to your desired speed and it will definetly work, did that in several maps where I had to adjsut the movement speed all the time :)
 
Level 11
Joined
Mar 8, 2006
Messages
277
z

O sorry sir but i said i want MORE MORE then 522 i mean 1000 i think it is enought.The think with variabile i already used and it ONlY work up to 522 not nore then that.But it is posible so how the fuck?
 
Level 25
Joined
Mar 31, 2004
Messages
4,468
Do you understand what "Hardcoded" means?

It means they CAN'T go faster than that. 522 is the limit, that is as much as Warcraft 3 can handle. It is NOT possible to get above 522 unless you modify the engine, its that simple!

If you're so certain that the car map got above this, then check its triggers and tell me how
 
Level 11
Joined
Mar 8, 2006
Messages
277
OK

Ok i know and used the thing with move unit instanlty already but when i do that i cant make that unit to play ther unit walk animation when it is moving like this it is more cool. U can use point with ofset.Other animation work.How can u set u play the unit walk animation when a unit it is moved instanly in the front of him very 0.10 seconds lets say..
 
Level 10
Joined
Jul 14, 2004
Messages
463
It doesn't work with the GUI Set Unit Animation, but I found out that it does if you use the custom script function SetUnitAnimationByIndex.
To use it find out the unit's name by using it in a short trigger and converting that to custom text or use GetTriggerUnit() or whatever function.
Then enter the following into a custom script action:
Code:
call SetUnitAnimationByIndex( unit, number )
The number is the animation. Try to find out which is the correct one or use wc3viewer: Open the model, count the animations down to the desired one beginning with zero and you have your number.
 
Level 10
Joined
Jul 14, 2004
Messages
463
If you know c++, java or any other programming language, JASS is quite easy to understand. I didn't learn it systematically, too. Just everytime if something doesn't work as I want it to work, I look for a JASS function that could do the job browsing the functions in JASS Shop Pro.
And if I'm scripting something, I can always convert triggers to custom text and have the function name I need. For the basics of JASS, Daelin wrote a cool tutorial. If you also work like me and always start thinking with the GUI, his Basic JASS tips might also be very useful for you, later also the Advanced JASS tips.
Anyways, the function I use mostly is this SetUnitAnimationByIndex because it's often unevitable in Cinematics.
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
i rly thought i one time made a dummy unit that had 5000 movespeed cuz i wanted it look like its moving instantly, but, dunno for sure if it worked anymore. ok if u cant do that, then just every 0.03 sec move it alittle further with X and Y coordinates and play its movement animation (i once saw some1 doing this in a spell)

and Graber, go talk about ur self made hand somewhere else :roll:
 
Level 2
Joined
Jun 23, 2006
Messages
13
solution

Hey I found a way u can do this. Run around naked on the streets shouting 523!!524!!525!!!etc, then jump from the roof of a very tall building.5 minutes later you should be able to do this. :)
 
Status
Not open for further replies.
Top