• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[Solved] 100 or 128?

Status
Not open for further replies.
Level 12
Joined
Nov 3, 2013
Messages
989
Can someone clearify if 100 or 128 represents one square ingame. As far as i know in a spell/ability you say 100, 200, 300 units etc. but i know that one square in editor is 128 x 128.

If i make a trigger do i write 128 or 100?

  • Set Temp_Point[1] = (Temp_Point[1] offset by 128.00 towards Temp_Real[1] degrees)
or

  • Set Temp_Point[1] = (Temp_Point[1] offset by 100.00 towards Temp_Real[1] degrees)
Edit: it's 128 figured it out by just testing it myself
 
Last edited:

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,202
Blizzard was not really thinking when they made WC3. This is why you have horrible distances that few can make sense of and judge how far is meant. This is why in SC2 they made all tile units a distance of 1 and used that measurement for the entire game. It is very easy to tell how far or big something is in SC2 but in WC3 you can only really by physically using it and learning.
 
Status
Not open for further replies.
Top