• 🏆 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!

Tooltip rawdata help

Status
Not open for further replies.
Level 3
Joined
Jan 16, 2010
Messages
24
ok
i have read like 3 tutorials on raw data and spent well over an hour on google trying to solve this problem and without success so i decided that i am probably nuts and that i need help

i created a custom upgrade and i want to use raw data to display the damage bonus it gives per level in the tooltip

The upgrade's rawdata code is: R001:Rhme
i am trying to access its mod1 attribute
i tried: <R001, mod1> <Rhme, mod1> <R001:Rhme, mod1> and all return the value 0
(mod1 attribute is set to 10)

in order not to make this thread that useless, i want to ask another question, which is if you can find the level of the next upgrade as you do with %d for spells... same problem, isn't working if possible
 
Level 3
Joined
Jan 16, 2010
Messages
24
i have made prints... maybe i am crazy:

this is what i write
93853883.jpg


this is what i get
20354813.jpg


note, base1 is 3, not 1. it returns 1 to any field i would require like it would be a boleean or something:|
 
Status
Not open for further replies.
Top