Maintenance for the week of May 18:
• NA megaservers for maintenance – May 18, 4:00AM EDT (8:00 UTC) - 9:00AM EDT (13:00 UTC)
• EU megaservers for maintenance – May 18, 8:00 UTC (4:00AM EDT) - 13:00 UTC (9:00AM EDT)

How to track Caluurions proc cooldown?

Mariusghost84
Mariusghost84
✭✭✭✭✭
Is there a way to track caluurions set cooldown? Ive tried addon called "cooldowns" but it doesnt work, i see the caluurions icon but its not counting down or reacting. Does anyone know of a working solution for tracking set cooldowns?
  • mocap
    mocap
    ✭✭✭✭✭
    You can use Bufftimers2 addon if you can't find better options. You need to name your track bar exactly with you calurion set name including your current official localization with case sensitive. In English in will be... well, Caluurion's Legacy xd

    Next you need to
    locate and open Window.lua file in addon directory, then find:
    function BuffTimers:WindowRefresh(barNumber, endTime)
      local remainTime = endTime - GetFrameTimeSeconds()
    

    and replace it to
    function BuffTimers:WindowRefresh(barNumber, endTime)
      local remainTime = endTime - GetFrameTimeSeconds() + 7
    

    though from now this addon will work exclusivly for Caluurion set. Same way you can track syvarra, venomous smite etc. Feel free to test it with /reloadui console command since there is no need to restart the game to apply/install/uninstall addons or any changes in addons. Last and obvious - next addon update and this little edit will gone.
  • EF321
    EF321
    ✭✭✭✭✭
    ✭✭
    Srendarr tracks all sorts of cooldowns, haven't tried it specifically with caluurion's, but it might be worth trying.
  • Necrotech_Master
    Necrotech_Master
    ✭✭✭✭✭
    ✭✭✭✭✭
    EF321 wrote: »
    Srendarr tracks all sorts of cooldowns, haven't tried it specifically with caluurion's, but it might be worth trying.

    i use ssrendar and it definitely can track proc cooldowns (i use it on my mag necro to time dark convergence use)

    i dont remember if that was something enabled by default or something that needed some settings config to add to the display
    plays PC/NA
    handle @Necrotech_Master
    active player since april 2014

    i have my main house (grand topal hideaway) listed in the housing tours, it has multiple target dummies, scribing altar, and grandmaster stations (fully filled out with current game), as well as almost every antiquity furnishing on display to preview them

    in progress: acquiring mundus stones (currently only have the thief)

    feel free to stop by and use the facilities
Sign In or Register to comment.