As for specific warnings about the interrupts, isn't the castbars enough? Since you should always be on your target anyway.
Um no, an audio warning for an interrupt where 1 tick of it going off will wipe the raid is pretty damn useful. DBM has this feature for every major interrupt, it's a good feature, a useful feature, argue if you wish but you are just being stubborn. Anyway my code worked perfectly so if anyone else wants to use it feel free.
The sense of self-entitlement that some people seem to possess never ceases to amaze me.
What amazes me are authors who ignore reasonable questions and are apparently too important to even reply with a simple "we have no plans to include that functionality".
By the way, there are also no warnings for Shadow Nova on Halfus, Depravity on Cho'Gall in addition to Blast Nova on Nefarian, making this addon pretty useless for anyone that interrupts in current content.
function mod:BlastNova(...)
local sGUID = select(11, ...)
if sGUID == UnitGUID("target") then
self:Message(80734, L.blastnova_message, "Important", 80734, "Alarm")
self:FlashShake(80734)
end
end
Hi, I posted this on the wowinterface comments but thought I'd comment here as well. It seems there are no warnings for Blast Nova on Nefarian which is a big problem if you are an interrupter on that fight.
I've just started using BigWigs so would probably struggle to implement it myself, it would be great if it could be added so I can move to this mod full time.
They have regular warnings for casts on each platform and special warnings/timers for the add that you are targeting, the regular warning seemed superfluous to me and rather confusing so I think a screen flash/alarm in BigWigs for the mob you are targeting would be perfect.
0
Um no, an audio warning for an interrupt where 1 tick of it going off will wipe the raid is pretty damn useful. DBM has this feature for every major interrupt, it's a good feature, a useful feature, argue if you wish but you are just being stubborn. Anyway my code worked perfectly so if anyone else wants to use it feel free.
0
What amazes me are authors who ignore reasonable questions and are apparently too important to even reply with a simple "we have no plans to include that functionality".
By the way, there are also no warnings for Shadow Nova on Halfus, Depravity on Cho'Gall in addition to Blast Nova on Nefarian, making this addon pretty useless for anyone that interrupts in current content.
0
0
0
I've just started using BigWigs so would probably struggle to implement it myself, it would be great if it could be added so I can move to this mod full time.
The relevant code from DBM is here: http://paste.pocoo.org/show/336836/
They have regular warnings for casts on each platform and special warnings/timers for the add that you are targeting, the regular warning seemed superfluous to me and rather confusing so I think a screen flash/alarm in BigWigs for the mob you are targeting would be perfect.