• 1 page(s)
Could someone help me with an addon?

What I'm trying to do is take Cirk's LootValue and make the coin value look like blizzards, with the coins. I have edited the display pretty significantly (removed the "sell for", corrected the gold display, recolored, etc.). However, I'm really a noob with lua. What I want to do is take the gold display code,

COIN_GOLD_AND_SILVER_AND_COPPER_FORMAT = "|cff"..COLOR_GOLD.."%d|r.|cff"..COLOR_SILVER.."%02d|r.|cff"..COLOR_COPPER.."%02d|r",
COIN_GOLD_AND_SILVER_FORMAT = "|cff"..COLOR_GOLD.."%d|r.|cff"..COLOR_SILVER.."%02d|r",
COIN_GOLD_ONLY_FORMAT = "|cff"..COLOR_GOLD.."%d|r",
COIN_SILVER_AND_COPPER_FORMAT = "|cff"..COLOR_SILVER.."%d|r.|cff"..COLOR_COPPER.."%02d|r",
COIN_SILVER_ONLY_FORMAT = "|cff"..COLOR_SILVER.."%d|r",
COIN_COPPER_ONLY_FORMAT = "|cff"..COLOR_COPPER.."%d|r",

 

And insert coin images in tga format after the colors. The %d is the amount, and the COLOR's are predefined colors for the numbers. The r. are periods between, for example, the number of silver and copper.

 

Any help on this would be VERY much appreciated!


[edited by: gothic251 at 10:09 PM (GMT -6) on 17 Nov 2008]

Report this thread post

The best place to post your question is: http://forums.wowace.com/forumdisplay.php?f=33

See my "Thread to end all threads thread" for the answer to your question!

Report this thread post
  • 1 page(s)
Subscribe to this thread: (you will receive emails when new posts are made)