Thread Tools Display Modes
09-25-10, 05:57 PM   #1
Whattamattau
A Deviate Faerie Dragon
 
Whattamattau's Avatar
Join Date: Oct 2008
Posts: 11
nUI ptr... Holy Power

ok... with my luck this is probably already in works.... or i am just missing it all together....

displaying holy power.... ie... i dont see it anywhere....
not really a problem if all i use is crusader strike and count to 3 w/every application of it... but with a chance to proc off other abilities it feels like i'm just playing a guessing game as to when i have my 3 stacks for templars verdict...

otherwise no real problems that i have encountered
 
09-26-10, 01:18 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
This feature is not currently present in nUI5... I'm working on adding it.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
09-27-10, 02:27 PM   #3
Whattamattau
A Deviate Faerie Dragon
 
Whattamattau's Avatar
Join Date: Oct 2008
Posts: 11
glad to know i not losing it or going blind then =)
 
09-28-10, 04:28 AM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Oh.... no... I didn't mean to imply that!

~grin~
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
10-01-10, 11:21 PM   #5
Ywoski
A Defias Bandit
Join Date: Apr 2009
Posts: 2
was searching forums about this and came across someone using this code on their ui

it could probly be place under the HUD bars but alas, i know nothing bout code, and you may already be aware of that kinda code but just in case thought id post it in case it helps in any way

Code:
if UnitClass("player") == "Paladin" then
	f = CreateFrame("Frame", "FakePlayerFrame");
	f.unit = "player";
	PaladinPowerBar:SetParent(FakePlayerFrame);
	PaladinPowerBar_OnLoad(PaladinPowerBar);
	PaladinPowerBar:ClearAllPoints();
	PaladinPowerBar:SetPoint("CENTER", "UIParent", "CENTER", 0, -195);
	PaladinPowerBar:Show();
end
 
10-12-10, 07:45 PM   #6
bgdish
A Deviate Faerie Dragon
Join Date: Dec 2009
Posts: 10
Holy Power

Haven't seen any posts from you regarding a Holy Power display since this thread. You're probably workin' your ass off with the patch release today... just thought I'd inquire. A Holy Power display would be pretty important for me.

Thanks.
 
10-12-10, 08:11 PM   #7
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Originally Posted by bgdish View Post
Haven't seen any posts from you regarding a Holy Power display since this thread. You're probably workin' your ass off with the patch release today... just thought I'd inquire. A Holy Power display would be pretty important for me.

Thanks.
Scott made a post in the Announcements topic here: http://www.wowinterface.com/forums/s...ad.php?t=35384
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » nUI ptr... Holy Power


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off