Addon Info.
Change Log
Optional Files (0)
Archived (1)
Comments (10)
  Category: Combat Mods
Addon Information
Works with WoTLK
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Satrina's Portal Bug Reports Feature Requests
Author:
Version:
1.0.2
Date:
11-19-2008 05:29 PM
Size:
34.07 Kb
Downloads:
2,077
Favorites:
37
MD5:
Pictures
Click to enlarge
Digits showing health and rage
Digits   Popular!
Digits 1.0.2 - 19 November, 2008

Version 1.0.2
- Really fix runic power update for Deathknight

Digits is a numeric head-up display of health and power (mana/rage/energy/runic). When you enter combat it will appear, and when you leave combat it will hide.

Configuration:
* Open up the Interface panel, it's in the AddOns list (/digits is a shortcut)
* Press buttons, slide sliders.
* While the interface frame is open, the digits displays are draggable to wherever you want them to be.

Q&A
Q: Can you put a bar in?
A: Say it with me: "numeric head-up display"

Q: Can I make the font bigger than 35?
A: Sadly, no. That seems to be a hard limit. Even increasing the scale doesn't work.

Q: How do I get more fonts to choose from?
A: Digits uses the SharedMedia library, so the fonts you get from whatever other addons you have that use it will all be available.

Q: Why not bars anyway?
A: I am one of those (apparently very rare) people who get no useful information in any way from a status bar that is used to show a quantity. On the other hand, I can observe a number in my peripheral vision and parse it without having to pay full attention to it. So, I make things without bars. It doesn't cost me anything to make the addon publicly available, so if other people who also like not-bar displays find my stuff useful, then I'm glad I can help.
  Change Log - Digits
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 - Digits
Sorry, there are currently no optional files available.
  Archived Versions - Digits
File Name
Version
Size
Author
Date
1.0.1
34kB
Satrina
11-19-2008 10:08 AM
  Comments - Digits
Post A Reply
Author Comments Comment Options
Old 12-06-2008, 07:16 AM  
Headhuntress
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
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?
Headhuntress is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-28-2008, 12:42 AM  
Satrina
A Murloc Raider
Premium Member
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 280
Uploads: 23
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: satrina@evilempireguild.org

Last edited by Satrina : 11-28-2008 at 01:44 PM.
Satrina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-27-2008, 11: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!
grindholme is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-27-2008, 09:02 PM  
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar

Forum posts: 121
File comments: 73
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
__________________
"All power tends to corrupt and absolute power corrupts absolutely." "Advice to Persons About to Write History — Don't." -John Dalberg-Acton
blackpandemic is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-26-2008, 10:00 AM  
Veven
A Kobold Labourer

Forum posts: 0
File comments: 3
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!
Veven is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-19-2008, 05:30 PM  
Satrina
A Murloc Raider
Premium Member
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 280
Uploads: 23
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-2008 at 05:30 PM.
Satrina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-19-2008, 03:06 PM  
drykill
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Quote:
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.
drykill is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-19-2008, 10: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 ?
Shaigan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-19-2008, 09:24 AM  
Satrina
A Murloc Raider
Premium Member
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 280
Uploads: 23
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-2008 at 10:25 AM.
Satrina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-18-2008, 06:11 PM  
drykill
A Kobold Labourer

Forum posts: 0
File comments: 3
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-2008 at 07:26 PM.
drykill is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOUI | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.