Download
(11Kb)
Download
Updated: 08-10-08 01:14 PM
Pictures
File Info
Updated:08-10-08 01:14 PM
Created:unknown
Downloads:11,498
Favorites:31
MD5:

Widget Meters  Popular! (More than 5000 hits)

Version: 0.34.20200
by: Beladona [More]

This addon was previously known as WDN Mobile Status Meters. I had deprecated it as the need for it wasn't as great as it once was. Unfortunately while testing WotLK I found myself wishing I had a standalone durability and experience meter again.

I am resurrecting this addon for that reason. The code could probably be better optimized, but I have cleaned it up and made it work in the Beta as it is. The old status meters had a reputation bar as well, which I may or may not add back in.

Let me know if you run into any errors, or if you would like to help localizing it for your language (as right now it is ONLY available in enUS)

------------------------------------------------------------------------------

Tooltips for each bar provide detailed information such as specific breakdowns of durability per item, or xp left to reach the next level. You can move the bar by holding down CTRL and dragging the bar around. It is clamped so there is never a fear of moving it offscreen where you cannot access it. You may also insert special text into the chat window by opening a chat edit box, and Shift clicking the meter. This works in much the same way that shift-clicking a chat link would.

0.34.30000
-----------------------------------
* updated for WOTLK
* removed Reputation bar pending changes to work with beta code
* cleaned up code, and replaced my old rwlib with LibStub
Post A Reply Comment Options
Unread 12-11-05, 02:59 AM  
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view AddOns

Forum posts: 539
File comments: 66
Uploads: 4
Please post a bug or feature request through my portal for any issues or suggestions you might have. You can also use the following forum thread:
http://www.wowinterface.com/forums/s...ead.php?t=2622

Bear in mind that bug reports and feature requests take precedent over posts in the above thread. I will do my best to reply whenever possible, but it may not always be an immediate reponse.
Last edited by Beladona : 06-23-06 at 07:04 PM.
Report comment to moderator  
Reply With Quote
Unread 12-13-05, 12:31 PM  
neriak_x
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 39
Uploads: 4
-- delete pls
__________________
~ N: "All Semicolons must die!" ~R: "Yay!"
Neriak's Portal
Last edited by neriak_x : 12-13-05 at 12:32 PM.
Report comment to moderator  
Reply With Quote
Unread 06-26-06, 11:41 AM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
I really like this.I use Charcoal wich has it's own Xp bar and I also have FuBAr, which kas it's version.....BUT I like the small percentage bar this uses. TY!
Report comment to moderator  
Reply With Quote
Unread 06-27-06, 10:17 AM  
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view AddOns

Forum posts: 539
File comments: 66
Uploads: 4
thank you! It is good to know people still like it! I am actually planning t expand this to include other status bars as well, such as honor, and reputation. I hope to add docking capabilities as well, to allow you to dock them to the edges of the screen, to other windows (like the player guages) and to each other.
Report comment to moderator  
Reply With Quote
Unread 08-28-06, 02:37 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 105
File comments: 151
Uploads: 3
Just wanted to say I really like this one. It's neat and tidy, leaving me lots of space on the screen.
Looking forward to when it can be used to track Reputation (after L60)
Report comment to moderator  
Reply With Quote
Unread 09-07-06, 02:08 PM  
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view AddOns

Forum posts: 539
File comments: 66
Uploads: 4
My next project is to add a reputation bar, as requested by numerous people. This may be more difficult as I have two options:

1) use the same method that Blizzard does now, by only allowing a single reputation to be shown as a bar at a time
2) allow multiple reputation bars to be spawned, up to a limit of maybe 5?

Input would be appreciated on this...

Other features being worked on:
* localizations (I can use help here once I get the first enUS localization finished)
* customizable text strings
* customizable color schemes
* sticky bars, allowing them to stick to one another, and be moved as a group
Report comment to moderator  
Reply With Quote
Unread 09-07-06, 02:30 PM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
A GUI with options to check or uncheck wich rep bars to be displayed??
Report comment to moderator  
Reply With Quote
Unread 09-07-06, 05:22 PM  
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view AddOns

Forum posts: 539
File comments: 66
Uploads: 4
The defualt UI has this already. You go to your reputation tab, click show at experience bar, and viola - the reputation shows up! I would simply be using this same method to show my bars instead...

The difference would be that the default ui only allows a single reputation to be shown, so mine would allow multiple, up to like 5 (this is an arbitrary number as I really haven't begun testing the performance impact of having multiples, nor how many would be acceptable within performance limits...)
Report comment to moderator  
Reply With Quote
Unread 09-07-06, 10:57 PM  
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view AddOns

Forum posts: 539
File comments: 66
Uploads: 4
fixed an issue that I failed to find during my testing. I forgot to check this addon with a character who had empty inventory slots. After doing so I foun d that an empty inventory slot resulted in an error being thrown.

This has been fixed, and will now properly skip inventory slots which are empty.
Report comment to moderator  
Reply With Quote
Unread 09-07-06, 11:51 PM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 105
File comments: 151
Uploads: 3
Sadly... I'm getting an error in modules\options.lua:64 "wdnDurableFrame" (a nil value)

As for the rep bar. I must say I kinda like the idea of having a couple of them. More than five would be too much for me, though.
Report comment to moderator  
Reply With Quote
Unread 09-08-06, 06:09 AM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
Originally posted by Beladona
The defualt UI has this already. You go to your reputation tab, click show at experience bar, and viola - the reputation shows up! I would simply be using this same method to show my bars instead...

The difference would be that the default ui only allows a single reputation to be shown, so mine would allow multiple, up to like 5 (this is an arbitrary number as I really haven't begun testing the performance impact of having multiples, nor how many would be acceptable within performance limits...)
lol, that's what I was thinkin. Think it would work o.k. with custon UI's like Charcoal?
Report comment to moderator  
Reply With Quote
Unread 09-27-06, 11:51 PM  
daman619
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
just a suggestion, i would like it if the xp bar was like the original as in where you get to see how much xp you have and how much rested xp you have right on the bar. i know you can mouse over and look at the popup but i rather look at the bar once and know all the info. it's just a small tid bit. good addon though. nice and simple.
Last edited by daman619 : 09-27-06 at 11:52 PM.
Report comment to moderator  
Reply With Quote
Unread 11-10-06, 03:01 PM  
Darkmatterr
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
how do u move the statbars around?
Report comment to moderator  
Reply With Quote
Unread 12-14-06, 10:16 PM  
Togusa
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Any chance of this Add On being updated for the 2.0 Patch???
Report comment to moderator  
Reply With Quote
Unread 12-19-06, 07:57 AM  
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view AddOns

Forum posts: 539
File comments: 66
Uploads: 4
Originally posted by Togusa
Any chance of this Add On being updated for the 2.0 Patch???
try this:
http://www.wowinterface.com/download...fo.php?id=5489

I am currently working on two other very large projects that take precedence, so I will probably not have time to get this updated to the beta version until later in the week. I apologize, however the beta ui linked above should work in the retail 2.0 patch
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: