Download
(36Kb)
Download
Updated: 10-19-10 02:31 PM
Pictures
File Info
Updated:10-19-10 02:31 PM
Created:11-03-08 12:47 PM
Downloads:14,232
Favorites:102
MD5:

Digits  Popular! (More than 5000 hits)

Version: 1.0.4
by: Satrina, father0fnine

Well, it's that time
I haven't actually played WoW in over a year at this point, except for some time put in for Cataclysm since it launched. I had figured that Cataclysm would rekindle the fire, but it just has not. I am done with MMO games.

As I noted on the SBF page, given the other demands on my time these days, and without actually playing the game, it's really hard to justify allocating time to maintaining addons.

What's to become of Digits? I release it to the public domain. If you want to take the code and maintain it, knock yourself out. It's pretty simple stuff.

Version 1.0.3
- Digits now forces an update every 0.25 seconds while you are in combat

Version 1.0.2
- Really fix runic power update for Deathknight

Version 1.0.1
- Fix runic power update for Deathknight
- Add CallbackHandler-1.0 library to zipfile

Version 1.0.0
- Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 02-14-09, 06:28 PM  
Satrina
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 639
Uploads: 13
Once SBF 3.1 is released, I will be rewriting Digits to allow for as many digits displays for whoever you want. Will be a little bit yet, though, as SBF 3.1 is just entering beta testing.
Report comment to moderator  
Reply With Quote
Unread 02-13-09, 06:03 PM  
Thayloo
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Originally posted by Shaigan
This addon seems to be useful, but would it be possible to display the health / mana of the group and target also ?
I second that, or am I just so dumb that I can't figure out how to do it lol.
Report comment to moderator  
Reply With Quote
Unread 01-27-09, 04:15 PM  
Chike
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Runic Power Trumps All?

I'm running into an issue since 3.08 with Warriors, Druids, and Rogues not displaying their rage/energy.

With these classes, when I go to the Digits options page, "Runic Power" is lit up but everything else is grayed out.

During combat, Health displays but nothing else (no display for Rage on the Warrior or Energy on the Rogue).

I have it set to display percentages during combat.

Mana users seem to be unaffected -- the mod works fine on my hunter and shaman.

Thanks much for this mod -- it (and its precursor "Rage") is one of my favorite mods out there.

==============
Edit:

I fixed the problem by deleting the Digits.lua and Digits.lua.bak files in the SavedVariables folder. Not sure what the issue was, but this seems to have corrected the issue.
Last edited by Chike : 01-27-09 at 04:24 PM.
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 06:16 AM  
Headhuntress
A Defias Bandit
 
Headhuntress's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 26
Uploads: 4
A slight tweak

Would it be possible to make the display modes togglable so you can have both percent and absolute value showing at the same time?
Report comment to moderator  
Reply With Quote
Unread 11-27-08, 11:42 PM  
Satrina
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 639
Uploads: 13
Sure, I'd put those changes into the main release. Not sure why it would lag, since it works immediately off of events firing. I'll poke around and see what I can see.

You can email me the files you changed if you like: [email protected]
Last edited by Satrina : 11-28-08 at 12:44 PM.
Report comment to moderator  
Reply With Quote
Unread 11-27-08, 10:25 PM  
grindholme
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Further modifications?

Hello Satrina,

First, thank you very much for this and all your other mods.

I went into the lua of Digits and made some small edits that I think other addon-users might like as well. I put some simple checks in so that at 100% health, the health number doesn't show, and at 0 rage, the power number doesn't show. This combined with the "show out of combat" option takes non-info off the screen, which is always good. Would you consider adding these changes to the main addon? I have some guildmates who are interested in my version, but I'd be more comfortable having them get it from here; I'm not certain I haven't introduced any bugs or slowdown.

Also, after playing around with Digits for a bit, I was dismayed to note that it seems to lag about a quarter-second behind my Pitbull frames when it comes to updating rage and health numbers. Is this a known issue?

Again, thank you for sharing the products of your work with the community!
Report comment to moderator  
Reply With Quote
Unread 11-27-08, 08:02 PM  
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 123
File comments: 82
Uploads: 2
Q: Can you put a bar in?
A: Say it with me: "numeric head-up display"

I lol'd. Thanks for this Satrina
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
Report comment to moderator  
Reply With Quote
Unread 11-26-08, 09:00 AM  
Veven
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Percentage

Is it possible to remove the % while displaying health/mana as a percentage? Probably not worth implementing as an option, but is there a simple way for me to alter that property?

Thanks for the mod!
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 04:30 PM  
Satrina
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 639
Uploads: 13
The weird part is, it worked fine for me like that testing with a deathknight O_o Fixed line 51 so that nobody else gets the same problem though, thanks for pointing it out!
Last edited by Satrina : 11-19-08 at 04:30 PM.
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 02:06 PM  
drykill
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by Satrina
Oops, I forgot a dependency for LibSharedMedia in the zipfile. Will fix.

Weird about runic, it was working on the beta server. Will look into it!

Edit: Both fixed
Thank you for making this addon . The runic power display is still broken in 1.0.1 because I think you made a typo on line 51:

Code:
if (self.class ~= "DEATHKNIGHT") then
should be
Code:
if (self.class == "DEATHKNIGHT") then
Works like a charm after that change.
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 09:51 AM  
Shaigan
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
This addon seems to be useful, but would it be possible to display the health / mana of the group and target also ?
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 08:24 AM  
Satrina
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 639
Uploads: 13
Oops, I forgot a dependency for LibSharedMedia in the zipfile. Will fix.

Weird about runic, it was working on the beta server. Will look into it!

Edit: Both fixed
Last edited by Satrina : 11-19-08 at 09:25 AM.
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 05:11 PM  
drykill
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
You need this LibSharedMedia-3.0 to get this addon to display.

Runic Power display doesn't update while in combat either.
Last edited by drykill : 11-18-08 at 06:26 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.