Forum Index » Technical Support »

Post a reply

Medeah
Posted 02:29PM, Monday, November 9, 2009 (2 years, 2 months ago)
#0
Hello!

I was wondering if there is any way to change the cooldown timers manually or through some update of sorts, in case some don't match anymore.

E.g. My Druid Rebirth is broadcasting a 30min duration instead of a 20min one, making its real cooldown hard to track.

Thank you.
Last updated by Medeah
dargen
Posted 02:49PM, Monday, November 9, 2009 (2 years, 2 months ago)
#1
I'll change the cooldown duration from 30 to 20 in the next update. Until then, if you feel comfortable changing the addon yourself, you can use a text editor (like Notepad) to change the "CT_RaidAssist.lua" file located in the "CT_RaidAssist" folder as follows:

Starting at line 1389 you should see the following 3 lines of text:

	elseif ( event == "UNIT_SPELLCAST_SUCCEEDED" ) then
if ( arg2 == CT_RA_REBIRTH ) then
CT_RA_AddMessage("CD 1 30");


To change the rebirth cooldown from 30 to 20, change the 3rd line to:

			CT_RA_AddMessage("CD 1 20");


If you change the file while you are logged into the game, you will need to log out or reload your UI (/console reloadui) before the change will take effect.
Last updated by dargen
Medeah
Posted 04:38PM, Monday, November 9, 2009 (2 years, 2 months ago)
#2
Thanks a lot!

Keep up the good work. :)

Quick Reply

You cannot reply to this topic. Try logging in first.