Close
Showing results 1 to 6 of 6

Thread: Frilly reports

Hybrid View

  1. #1

    Default Frilly reports

    Any addons around that'd let me type something and have it report back how much gold each alt has atm in gchat?
    ie: type "/p $gold" or something

    Durability, reagents, etc would be awesome too

  2. #2

    Default

    It would take up another space but you could make a macro for your alts.
    /script SendChatMessage("[Money Pouch] contains "..(GetMoney()/10000).." gold.");

  3. #3

    Default

    Quote Originally Posted by 'Tasty',index.php?page=Thread&postID=106192#post10 6192
    It would take up another space but you could make a macro for your alts.
    /script SendChatMessage("[Money Pouch] contains "..(GetMoney()/10000).." gold.");
    excellent, exactly what i wanted.... is there any way to truncate the number to two decimals?

  4. #4

    Default

    Quote Originally Posted by 'Abyssal',index.php?page=Thread&postID=106782#post 106782
    Quote Originally Posted by 'Tasty',index.php?page=Thread&postID=106192#post10 6192
    It would take up another space but you could make a macro for your alts.
    /script SendChatMessage("[Money Pouch] contains "..(GetMoney()/10000).." gold.");
    excellent, exactly what i wanted.... is there any way to truncate the number to two decimals?
    Code:
    /script SendChatMessage("[Money Pouch] contains "..string.format("%.2f", (GetMoney()/10000)).." gold.");

  5. #5

    Default

    Quote Originally Posted by 'Blubber',index.php?page=Thread&postID=106788#post 106788
    Quote Originally Posted by 'Abyssal',index.php?page=Thread&postID=106782#post 106782

    Quote Originally Posted by 'Tasty',index.php?page=Thread&postID=106192#post10 6192
    It would take up another space but you could make a macro for your alts.
    /script SendChatMessage("[Money Pouch] contains "..(GetMoney()/10000).." gold.");
    excellent, exactly what i wanted.... is there any way to truncate the number to two decimals?
    Code:
    /script SendChatMessage("[Money Pouch] contains "..string.format("%.2f", (GetMoney()/10000)).." gold.");
    Change that to
    Code:
    /script SendChatMessage("[Money Pouch] contains "..string.format("%.2f", (GetMoney()/10000)).." gold.","PARTY");
    if you don't want to let everyone know how much gold you have.

  6. #6

    Default

    ya, I knew how to do PARTY messages, it's in there

Similar Threads

  1. Web based reports/images/xml based on your WoW inventory
    By Varmon in forum General WoW Discussion
    Replies: 0
    Last Post: 05-02-2009, 11:06 PM
  2. Boosting TBC Instances via 80s, preliminary reports: Excellent
    By Trammel in forum WoW The Burning Crusade (57-70)
    Replies: 3
    Last Post: 12-21-2008, 06:44 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •