Thread Tools Display Modes
09-24-10, 02:56 PM   #1
anotherbiffname
A Cliff Giant
Join Date: Mar 2009
Posts: 60
NUI spell duration PTR

Idk if im missing it or maybe it was another addon i had on live but the dot cooldown isnt showing anymore on the spell when i have someone targeted for example im on my Mage, and how much time on Living Bomb isnt showing on the bar
 
09-24-10, 03:38 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Hmm, might be a problem with the spell cooldown function. I'll test it out on my warlock next time Im on the PTR.
__________________
 
09-26-10, 02:28 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
okay, I couldn't see a change in the frame name but I only took a quick look. But can confirm that cooldowns and durations don't seem to be working on the PTR.

Oh, this could be why. I don't recall a special Cooldown frame type but I could be wrong but here goes anyway. This is a segment of code from ActionButtonTemplate.xml.

Code:
		<Frames>
			<Cooldown name="$parentCooldown" inherits="CooldownFrameTemplate">
				<Size x="36" y="36"/>
				<Anchors>
					<Anchor point="CENTER">
						<Offset>
							<AbsDimension x="0" y="-1"/>
						</Offset>
					</Anchor>
				</Anchors> 
			</Cooldown>
		</Frames>
__________________
 
09-26-10, 01:18 PM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Yeah... I think this is just a layering issue. Hopefully an easy fix.
__________________

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/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » NUI spell duration PTR

Thread Tools
Display Modes

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