HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Description Problem

06-03-2008, 07:34 PM#1
zetanno
Hi ! When I edit a description I can use something like : <unit/ability raw code,desired field raw code> to get info direct from unit so I don't have to edit it every time I modify the unit . When it is used by original units/abilities is works but if I try to use it it doesn't work and it shows 0 in game . Why ?
06-03-2008, 08:16 PM#2
rulerofiron99
Because it is trying to get the data from ANOTHER ability.

When in the ability edito, press Ctrl-D to change all names to their raw data types, and enter in the correct names.
06-04-2008, 05:51 AM#3
zetanno
No ,I'm not . I'm editing a hero and trying to get his Str,Agi and Int per Level in his description . If I have a hero with raw code h000 I use this in his description : <h000,STRplus> but it always shows 0 . . .
06-05-2008, 05:44 AM#4
BBDino
That's because you can't get a hero's attribute value as a dynamic tooltip variable. Why? Because that's how things are.
06-05-2008, 07:45 AM#5
zetanno
Now thats better . Thanks !