Download
(12Kb)
Download
Updated: 10-08-10 06:47 AM
Pictures
File Info
Updated:10-08-10 06:47 AM
Created:09-12-10 12:21 PM
Downloads:3,048
Favorites:10
MD5:

Health On Plate

Version: 40000.1
by: Drauer [More]


HealthOnPlate is simple addon that modifies standard Blizz nameplates to show HP value (and %) for any WoW version (3.3.5, 4.0.1, 4.0.3...).

Usage:
* 'V' key (or Blizz option) to turn on nameplates on
* Configuration (font size and outline) is saved globally and can be accessed in Blizzard's Addon Panel.

40000.1
- out of beta!
- options panel!
Optional Files (0)


Post A Reply Comment Options
Unread 03-19-11, 08:44 AM  
Crone
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Can only % be shown?
Report comment to moderator  
Reply With Quote
Unread 03-25-11, 07:55 PM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
position??

howcan i move the plates position upward charactor not at the middle
it makes me to click non-npc quest's target hardly
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 12:43 AM  
Drauer
A Fallenroot Satyr
 
Drauer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 88
Uploads: 22
@shinchih2001
Check line 56 in HealthOnPlate.lua -
Code:
healthBar.hpText:SetPoint("CENTER", healthBar, "CENTER", 0, 0)
. Last two zero's are X and Y offset - you can change that to anything you like.

@Crone
Modify like 36 from
Code:
self.hpText:SetFormattedText("%d (%.1f%%)", value, valuepc)
to
Code:
self.hpText:SetFormattedText("%.1f%%", valuepc)
__________________
Quando omni flunkus moritati
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: