Thread Tools Display Modes
09-09-11, 10:26 AM   #1
Brainn
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 263
[Request] Internal Cooldowns for item/enchant procs

i added the internal cds for the Power Torrent enchant and the DMC: Volcane procs to the cooldown engine, would propably be very usefull for other users too if this and a lot more other procs internal cooldowns could be tracked through the cooldown-engine.

Code:
RDXCD.RegisterCooldown("Item", nil, nil, nil, 74241, 45, nil, "SPELL_AURA_APPLIED");  -- Power Torrent
RDXCD.RegisterCooldown("Item", nil, nil, nil, 89091, 45, nil, "SPELL_AURA_APPLIED");  -- DMC: Volcano
theese two seem to work as expected for me.

also, a way to track item-cooldowns without the need to register them would be very usefull. adding one line to the script when you get some new onuse-item you want to track is not that much work, but still... the information is available through the game-engine, so it should be possible to track them without the register stuff.
  Reply With Quote
10-30-11, 04:48 AM   #2
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Add into RDX.

It is complicated to get the item cooldown. For the moment, it is the easier way I found.
__________________
RDX manager
Sigg
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Support » OpenRDX: Feature Requests » [Request] Internal Cooldowns for item/enchant procs

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