The cooldown window still seem to have problems picking CD's up, i have yet to see anything popping up on the monitor (heroism/battleres etc have all been used). Could be related to the errors perhaps?
The cooldown window still seem to have problems picking CD's up, i have yet to see anything popping up on the monitor (heroism/battleres etc have all been used). Could be related to the errors perhaps?
yeah, update to the latest alpha and it should work fine, I ticked all the boxes for testing and went into AV, and got a gazillion bars :)
Probably uses a different CLUE event :) I just check for "SPELL_CAST_SUCCESS"
Provide me with a rebirth log and I'll see what I can do
The other option is to tell the druid to use oRA3 :p
-Ammo
Forgive my noobness, but I gotta ask: why are you looking for "SPELL_CAST_SUCCESS" for Rebirth, when LibResComm-1.0 should have it? In my planning stages way back when on SmartRes2, Dathrarhek said if I didn't want to check for Rebirth, then unload the CallBack during combat.
Because oRA3 would want to see Rebirth, then wouldn't you just use LRC1, and leave it be? I only ask because I noticed oRA3 is using LibResComm-1.0 ...
Forgive my noobness, but I gotta ask: why are you looking for "SPELL_CAST_SUCCESS" for Rebirth, when LibResComm-1.0 should have it? In my planning stages way back when on SmartRes2, Dathrarhek said if I didn't want to check for Rebirth, then unload the CallBack during combat.
Because oRA3 would want to see Rebirth, then wouldn't you just use LRC1, and leave it be? I only ask because I noticed oRA3 is using LibResComm-1.0 ...
LRC-1.0 depends on other people having the lib.
The CLUE handler is to catch cooldowns from the combatlog, and once I receieve a proper Comm I override the CLUE started bar.
For some time now - my ORA checks have just stopped working. /radur, /raver, /radura and /razone all bring up the correct window, and I can access the window / buttons from the interface, but the list of data is empty.
There are no error messages and it does not seem to have anything to do with whether I am promoted, unpromoted or raid leader.
Any suggestions on where to start looking for the problem? (Im running the latest and greatest version from wowace, but this has been a problem for a few weeks now).
First off, thanks for adding the combatlog cooldown watch!
One request, could you add the Protection Paladins talent "Ardent Defender"?
When the heal saves the Pally from death, there is a 2 Minute cooldown on the effect.
For some time now - my ORA checks have just stopped working. /radur, /raver, /radura and /razone all bring up the correct window, and I can access the window / buttons from the interface, but the list of data is empty.
There are no error messages and it does not seem to have anything to do with whether I am promoted, unpromoted or raid leader.
Any suggestions on where to start looking for the problem? (Im running the latest and greatest version from wowace, but this has been a problem for a few weeks now).
Actually its BOTH that are malfunctioning. I was initially using ORA2 but then I started having difficulties setting MTs. I would get the message "MT Set" but the tank would never be set. Checks did not work either. I then switched to ORA3 and now I can set MT targets, but checks do not work.
Is there any SORT of add on I should look for that might be interfering?
Very minor -- In the new Curse Client v4, it lists oRA2 as a "Boss Encounter" mod, and oRA3 as "Miscellaneous" which might make it harder for someone to find. Maybe. I did say it was minor.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
yeah, update to the latest alpha and it should work fine, I ticked all the boxes for testing and went into AV, and got a gazillion bars :)
-Ammo
Probably uses a different CLUE event :) I just check for "SPELL_CAST_SUCCESS"
Provide me with a rebirth log and I'll see what I can do
The other option is to tell the druid to use oRA3 :p
-Ammo
Forgive my noobness, but I gotta ask: why are you looking for "SPELL_CAST_SUCCESS" for Rebirth, when LibResComm-1.0 should have it? In my planning stages way back when on SmartRes2, Dathrarhek said if I didn't want to check for Rebirth, then unload the CallBack during combat.
Because oRA3 would want to see Rebirth, then wouldn't you just use LRC1, and leave it be? I only ask because I noticed oRA3 is using LibResComm-1.0 ...
LRC-1.0 depends on other people having the lib.
The CLUE handler is to catch cooldowns from the combatlog, and once I receieve a proper Comm I override the CLUE started bar.
-Ammo
Thanks, I'll add SPELL_RESURRECT as well
There are no error messages and it does not seem to have anything to do with whether I am promoted, unpromoted or raid leader.
Any suggestions on where to start looking for the problem? (Im running the latest and greatest version from wowace, but this has been a problem for a few weeks now).
There are two combat log events for rebirth, one showing spell cast and source, the next with resurrect, source, and target.
So from your example above,
One request, could you add the Protection Paladins talent "Ardent Defender"?
When the heal saves the Pally from death, there is a 2 Minute cooldown on the effect.
I think http://www.wowhead.com/?spell=66235 is the actual heal, but there is also a 2min debuff placed on the Paladin - http://www.wowhead.com/?spell=66233
this oRA3 or oRA2?
-Ammo
Actually its BOTH that are malfunctioning. I was initially using ORA2 but then I started having difficulties setting MTs. I would get the message "MT Set" but the tank would never be set. Checks did not work either. I then switched to ORA3 and now I can set MT targets, but checks do not work.
Is there any SORT of add on I should look for that might be interfering?
9/1 22:02:34.898 An action was blocked in combat because of taint from oRA3 - oRA3FrameSub:SetPoint()
9/1 22:02:34.898 Interface\AddOns\oRA3\oRA3.lua:810 AdjustPanelInset()
9/1 22:02:34.898 Interface\AddOns\oRA3\oRA3.lua:310 ?()
9/1 22:02:34.898 Interface\AddOns\AddonLoader\CallbackHandler-1.0\CallbackHandler-1.0.lua:146 method()
9/1 22:02:34.898 safecall Dispatcher[1]:4
9/1 22:02:34.898 xpcall()
9/1 22:02:34.898 safecall Dispatcher[1]:13 ?()
9/1 22:02:34.898 Interface\AddOns\AddonLoader\CallbackHandler-1.0\CallbackHandler-1.0.lua:91 Fire()
9/1 22:02:34.898 Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119
The same taint repeated throughout the raid that night at various times (went back to oRA2 since then so haven't seen it repeat).
Still same problem in the Release version.
Also, Rebirths were not catched from the combatlog yesterday with r260, so this is also a problem in the Release version.
Fixed in alpha
-Ammo