• 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.

Ubertip

Status
Not open for further replies.
Level 3
Joined
Aug 31, 2007
Messages
40
Yes, I am very strict about my English inside the game.

Anyways, I am using RAW DATA for my object editor. How do I select a certain level's UBERTIP to show up on the description. (in simple terms how do I make when a Hero wants to choose an ability, he sees the next level's ability description on the Ability Picker before he picks it) Such as Wind Walk, before you choose Level 1 Windwalk, you see 10% speed, 40 bonus dmg, 20 seconds duration. How do you make it for every single level? (I have 10 levels of the ability)
 
Last edited:
Level 24
Joined
Jun 26, 2006
Messages
3,406
For 10 levels, it's best to just say what the base is, and then what the increments are. If you go and do the entire tooltip for 10 levels, you're going to run out of space. As far as I know, there's no way to change what a learning tooltip says as you progress from one level of an ability to the next.
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
Check out the default tooltips, if you want; they use the raw data codes of the ability + its correct field that it should read from.

It may look like, for eg; <Ancl,DataD1> (or something)

For example, here's WindWalk's tooltip;

Allows the Blademaster to become invisible, and move faster for a set amount of time. When the Blademaster attacks a unit to break invisibility, he will deal bonus damage. |n|n|cffffcc00Level 1|r - <AOwk,DataB1,%>% move, <AOwk,DataC1> bonus damage, <AOwk,Dur1> seconds. |n|cffffcc00Level 2|r - <AOwk,DataB2,%>% move, <AOwk,DataC2> bonus damage, <AOwk,Dur2> seconds. |n|cffffcc00Level 3|r - <AOwk,DataB3,%>% move, <AOwk,DataC3> bonus damage, <AOwk,Dur3> seconds.
(Notice how it still has to list the differences per level, you can't totally change it)
 
Level 3
Joined
Aug 31, 2007
Messages
40
Check out the default tooltips, if you want; they use the raw data codes of the ability + its correct field that it should read from.

It may look like, for eg; <Ancl,DataD1> (or something)

For example, here's WindWalk's tooltip;

(Notice how it still has to list the differences per level, you can't totally change it)

is there a way you can list the custom UBERTIPS (that you can type in as extended info) as like ubertip1 or something?
 
Status
Not open for further replies.
Top