WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   OpenRDX: Feature Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=104)
-   -   [Request] Internal Cooldowns for item/enchant procs (https://www.wowinterface.com/forums/showthread.php?t=41393)

Brainn 09-09-11 10:26 AM

[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.

sigg 10-30-11 04:48 AM

Add into RDX.

It is complicated to get the item cooldown. For the moment, it is the easier way I found.


All times are GMT -6. The time now is 01:48 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI