For quite some time the death warnings don't work for me anymore. Neither the sound nor the text warning, although I have enabled both, for every specc (tank, ranged/melee dd, healer)
What could be the reason for that?
RBS says shadowprotection from priests is missing, although i have the paladin resistance aura active, as far as i know, both add the same amount of resistance.
RBS says shadowprotection from priests is missing, although i have the paladin resistance aura active, as far as i know, both add the same amount of resistance.
If the Paladin is out of range, phase, dead, etc then you will be glad of the Priest buff.
Surprising as it sounds - I've not raided or done any HC yet since expansion. Other things have got in the way like levelling alts with my wife. And RL.
As far as I know it works other than the hunter thing. And I've seen it working in a normal. If it's not working please let me know but ideally post a transcript. I prefer bugs raised in the ticket system though: http://www.wowace.com/addons/raidbuffstatus/tickets/
I'm having issues with the tracker for Dark Intent. A lot of the time it will show as us having 1-2 slackers even though everyone has their individual buff up. Also for some reason if someone has their buff up on a target and someone else casts theirs on the same target, the first person will show up as no longer having their buff active.
Hi
Since last time I posted an loaded the new version I tried all possibilities (disabling everything except the death warnings, enable only one death warning, delete the whole folder and install new, delete per curse client with reinstal, etc) but I still don't manage to get the death warnings to work. I'm using the english client and are normally raid leader in our group. But I read in another forum that for others the warnings work perfectly. So I assume I'm doing something wrong? But I have no idea what that could be :/
WoW v4.3 on getting invited to a raid got the following error:
Message: Interface\AddOns\RaidBuffStatus\Core.lua:5589: 'for' limit must be a number
Time: 11/29/11 17:04:48
Count: 1
Stack: (tail call): ?
Interface\AddOns\RaidBuffStatus\Core.lua:5589: in function `IsInBGQueue'
Interface\AddOns\RaidBuffStatus\Core.lua:5412: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[5]"]:4: in function <[string "safecall Dispatcher[5]"]:4>
[C]: ?
[string "safecall Dispatcher[5]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
1. Open core.lua in a text editor
2. Scroll all the way to the bottom
3. Replace the RaidBuffStatus:IsInBGQueue() function with
function RaidBuffStatus:IsInBGQueue()
for i = 1, GetMaxBattlefieldID() do
local status = GetBattlefieldStatus(i)
if status == "queued" then
return true
end
end
return false
end
or
function RaidBuffStatus:IsInBGQueue()
return #CURRENT_BATTLEFIELD_QUEUES>0 or #PREVIOUS_BATTLEFIELD_QUEUES>0
end
1. Open core.lua in a text editor
2. Scroll all the way to the bottom
3. Replace the RaidBuffStatus:IsInBGQueue() function with
function RaidBuffStatus:IsInBGQueue()
for i = 1, GetMaxBattlefieldID() do
local status = GetBattlefieldStatus(i)
if status == "queued" then
return true
end
end
return false
end
or
function RaidBuffStatus:IsInBGQueue()
return #CURRENT_BATTLEFIELD_QUEUES>0 or #PREVIOUS_BATTLEFIELD_QUEUES>0
end
Either one will do.
thanks. Used the second one as a single line is easier than 10 lines :p
Confirmed that's a bug.
I've made a ticket for it:
http://www.wowace.com/addons/raidbuffstatus/tickets/309-death-warnings-not-working/
do cc break.-warnings work right now?
If the Paladin is out of range, phase, dead, etc then you will be glad of the Priest buff.
You tell me ;)
Surprising as it sounds - I've not raided or done any HC yet since expansion. Other things have got in the way like levelling alts with my wife. And RL.
As far as I know it works other than the hunter thing. And I've seen it working in a normal. If it's not working please let me know but ideally post a transcript. I prefer bugs raised in the ticket system though:
http://www.wowace.com/addons/raidbuffstatus/tickets/
its a combatlog issue i think, it seems that the _broken events dont fire for all cc-spells, just for some of them.
Not your fault ;)
Yes, it's a combatlog issue, as I already described here:
http://forums.wowace.com/showthread.php?t=11183&page=50#495
paladin auras persist throught death, i was told. Was introduced some time ago it seems.
This just means that the aura is still active after you are resurrected (previously you had to switch it on again).
Since last time I posted an loaded the new version I tried all possibilities (disabling everything except the death warnings, enable only one death warning, delete the whole folder and install new, delete per curse client with reinstal, etc) but I still don't manage to get the death warnings to work. I'm using the english client and are normally raid leader in our group. But I read in another forum that for others the warnings work perfectly. So I assume I'm doing something wrong? But I have no idea what that could be :/
Message: Interface\AddOns\RaidBuffStatus\Core.lua:5589: 'for' limit must be a number
Time: 11/29/11 17:04:48
Count: 1
Stack: (tail call): ?
Interface\AddOns\RaidBuffStatus\Core.lua:5589: in function `IsInBGQueue'
Interface\AddOns\RaidBuffStatus\Core.lua:5412: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[5]"]:4: in function <[string "safecall Dispatcher[5]"]:4>
[C]: ?
[string "safecall Dispatcher[5]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals: <none>
1. Open core.lua in a text editor
2. Scroll all the way to the bottom
3. Replace the RaidBuffStatus:IsInBGQueue() function with
or Either one will do.
thanks. Used the second one as a single line is easier than 10 lines :p
In whole not act :(
I have selected the option to be disabled in combat unless I press the button though either option doesn't show it.
Is it a normal?