We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to inform about Blood Beast swing hits on Deathbringer Saurfang so raid can wake up.
Something like this, but modified for DBM
do local f = CreateFrame("Frame") f:SetScript("OnEvent", function(_, _, _, cEvent, _, sourceName, _, _, destName) if (cEvent == "SWING_DAMAGE" and sourceName == "Blood Beast" and IsInRaid()) then SendChatMessage(">> Saurfang Blood Power generated, Blood Beast swing hit: " .. destName .. " <<", "RAID") end end) f:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED") end
No response
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion, I can implement it, but never as a chat spam. SA however looks like a viable approach
Sorry, something went wrong.
ICC-DBS: warn when Blood Beast hit swing (Fix #197)
f3d03f9
No branches or pull requests
Is your feature request related to a problem? Please describe.
Add option to inform about Blood Beast swing hits on Deathbringer Saurfang so raid can wake up.
Desired solution
Something like this, but modified for DBM
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: