Thread Tools Display Modes
11-14-10, 08:21 AM   #1
Myriana
A Murloc Raider
Join Date: May 2010
Posts: 6
Duration / macros

Hi,
Is it technically possible to have durations on a macro button placed in the action bar?

Ex:
Immolate: duration ok
Macro /cast Immolate: no time displayed
 
11-14-10, 09:13 AM   #2
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Yes. I use ncCooldown for my cd timers. And it shows on my macro's

Did you use
#showtooltip
/cast spell
__________________
[SIGPIC][/SIGPIC]
 
11-14-10, 09:43 AM   #3
Myriana
A Murloc Raider
Join Date: May 2010
Posts: 6
Code:
#showtooltip immolate 
/use 10 
/cast [@pettarget]Firebolt 
/cast Immolate
ncCooldown doesn't work.

duration (timer) <> cooldown

Last edited by Myriana : 11-14-10 at 09:53 AM.
 
11-14-10, 08:56 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
change it to #showtooltip Immolate ( capital i )

Also set the icon to the ? I think it is symbol so that it uses the showtooltip spell image automatically.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
11-15-10, 01:28 PM   #5
Myriana
A Murloc Raider
Join Date: May 2010
Posts: 6
Thank you for your answer but it makes no difference.
I still do not have the nUi blue numbers on button.
 
11-15-10, 03:20 PM   #6
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Hmm, let me check my macro buttons and see if they still work. I am sure they used to work fine.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
11-16-10, 07:32 AM   #7
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
What do you mean by duration? The time from when you cast it until when you can use it again?
__________________
[SIGPIC][/SIGPIC]
 
11-16-10, 08:25 AM   #8
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I presume by duration you mean the time remaining on the spell as cast on the target as opposed to the cooldown timer. That is a feature that has never worked and frankly I'm not sure how I could make it work.

The way that the duration timer works on a button is to match the action on the button with the aura on the target. If they match, then the time remaining on the aura is displayed on the action bar while the target is active. The problem with macro's is there's no way for nUI to match the action(s) in the macro with the aura on the target.
__________________

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: Suggestion Box » Duration / macros


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