• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

TitanNetWorth

  Download the Curse Client

Project Updated:
Files Updated: Sun, Nov 4 2007
Category: Auction & Economy
Tags:

, , , , and [Edit Tags]

Project Manager: DuskwalkerEU
Current Version: v0.5
Downloads Today: 3
Downloads Total: 12,801
Favorites: 60
Comments: 13
  • About TitanNetWorth
  •  

A simple plugin to Titan Panels which displays your total net worth of items and gold. This mod requires Auctioneer to be enabled so that it can use Auctioneer's database to determine item values.

When your bank frame is opened or when you pick up an item, this mod will scan through your bag contents and determine your items' value based on the median buyout prices stored in Auctioneer. If Auctioneer doesn't have the price of a particular item then it won't be added to your total, which means the estimates aren't entirely accurate. Also, things like soulbound items generally won't be found on auction and hence cannot have their value estimated this way.

Regardless, it's still quite a cute little addon, and it's fun to watch your net worth go up and down as you loot and trade. Hope you enjoy it.

Future Plans:

  • Translate localization file into different languages
  • Add the total value of your learned spells/skills (eg. Riding)
  • Downloads (6)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  TitanNetWorth v0.5 Release 2.2.3 165 11/4/2007
  TitanNetWorth v0.4.3 Release 2.2.3 1 11/4/2007
  TitanNetWorth v0.4.1 Release 2.1.3 1 8/29/2007
  TitanNetWorth v0.4 Release 2.1.3 1 8/28/2007
  TitanNetWorth v0.3 Release 2.1.3 1 8/27/2007
Advertisement
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • any idea on when thsi coudl be updated for lich king and wrath-titan panel?

  • That would be great, especially for those of us who keep our mains in Outland and do our mercantile business via alts. Thanks for the response:)

  • belleboom, this mod gives you the total (Auctioneer) values of all items in the current toon's bags and bank. So it will keep track seperately for each character.

    I also checked out that Total Gold mod; it looks kinda interesting. I might maybe add a similar feature later on, depending how much free time I have. ;p

  • Neat idea:) Is the total for the current character only or (like with Total Gold) for all characters on the faction/server?

  • I added some neat event hooks so the totals get updated as you loot, buy and sell items, etc. I find it quite fascinating to watch how much cash I'm making when I grind in different areas, like farming for primals or running instances.

    Also, I changed the SavedVariables file structure a bit, but everything should upgrade nicely. If you have any problems, let me know.

  • I removed those annoying messages every time you open your bank frame. :P Also fixed things up a bit so your totals update as you gain/lose cash.

    The code is also now ready to be localized, so if someone out there wants to translate to other languages, let me know.

    Enjoy.

  • teakan said 

    Works perfectly! You fixed an error I was getting when opening my bags in ArkInventory that would appear with the previous version.

    OK - so I made a modification to the 0.5 version that grabs all the gold from all characters on the current server, but it doesn't grab all the assets, but it's at least a step in the right direction!

    Change line 44 in TitanNetWorth.lua to:

    tooltipText = tooltipText .. format(NetWorth.localstr.tooltipMoneyFormat, NetWorth:BreakMoney(TitanPanelGoldTrackerButton_TotalGold())) .. "\n"; 

    Note: for this to work, you need the TitanGoldTracker addon installed.  :)

    Thanks for all your work on this Dustwalker. :)