• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

what is point value?

Status
Not open for further replies.
Level 7
Joined
Jun 15, 2010
Messages
218
Stats - Point Value

Its always 100 at every unit.

What does this mean? and what happens if i change it?


edit: ok thanks:) that where i hoped for. comes out very usefull for me.
 
Last edited:
Level 28
Joined
Jan 26, 2007
Messages
4,789
Nothing happens when you change it.
(I tried checking the score screen, but that didn't change when I increased/decreased this value).
Maybe someone could verify this? (At the very least, it doesn't do anything important ^^).

You can use this value in triggers as a constant unit value (a value that will never change).
Could be used as the lumber bounty, some kind of stat, ... - any kind of constant you wish to store inside the unit data without too much of a hassle with variables.
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
Point value is a point that granted to any unit that kill it.
I checked the unitEditor.html by magos, and found up massive description about the units
I think the point is shown after the game ends
(I tried checking the score screen, but that didn't change when I increased/decreased this value).
Maybe I didn't test it correctly (as the units I killed didn't belong to a valid player) though.
 
Status
Not open for further replies.
Top