• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

[General] <H00D,STR> <H00D,STRplus> in hero description Returns "0" , why ??

Status
Not open for further replies.
Level 6
Joined
Jan 4, 2014
Messages
227
The <H00D,STR> <H00D,STRplus> Tags are used in description to show the hero starting strength and stregth gain per level, but they are returning "0" in game, whats the problem ?
 
Level 6
Joined
Jan 4, 2014
Messages
227
I think it is just Hpal
That is the unique code of that unit. The H00D is the parent code which is used to reduce filesize.
If you refer to Hpal, you should get your unit no matter what.

i have two paladins, so using Hpal may take the data from the original paladin, true or not ??
 
Level 24
Joined
Aug 1, 2013
Messages
4,658
i have two paladins, so using Hpal may take the data from the original paladin, true or not ??

Woops. it was the other way around.

If you create a new unit it will make a new unique id.
If you have NewGen WE, you can show the id of objects by pressing ctrl + D (Dont know if it can be done without NewGen because that is too long ago for me.)
The new Ids will start with a capitol letter for heroes and a small letter for non-heroes. after that there are 3 letters/digits which can result to 46656 unique ids.

For the problem in this... STR always returns 0.
 
If you have NewGen WE, you can show the id of objects by pressing ctrl + D (Dont know if it can be done without NewGen because that is too long ago for me.)
Regular WE can. NewGen also allows the user to customize the ID of an object being created (though it can't be edited afterwards; you have to Copy-Paste the object and delete the old one).
 
Status
Not open for further replies.
Top