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

Item Tooltips

Status
Not open for further replies.
Level 13
Joined
Oct 27, 2008
Messages
1,176
Heres the general thing for my tooltips.
Problem I'm having is the color of the name doesn't seem to change at all. It just stays white.
Code:
Name:
  |cFF808080(Name)|r = Tier 1
  |cFFF0F8FF(Name)|r = Tier 2
  |cFF7FFF00(Name)|r = Tier 3
  |cFF0000CD(Name)|r = Tier 4
  |cFF4B0082(Name)|r = Tier 5
Type:
  |n|cFFDC143C(Type)|r
Bonus'
  |n(BONUS)
 
Level 6
Joined
Jan 26, 2009
Messages
98
The |cff needs to appear before any color code, it shows to the editor's AI that you're going to put 1 color.
The ffcc00 is the code of the color.
We didn't put a space between the "S|cff" because if we put would look like: S torm Bolt.
The |r after the color is the color code end (if you don't put it the text will stay colored until the end).
The "t" after the code color is (are) the word (s) that you'll want to be colored.
 
Status
Not open for further replies.
Top