remove yell on valk, it's just annoying and not useful in any way. i more or less used it for debugging when testing the grab code but now it's just useless fluff.
added clarification to locals on healer grabs noting that they require those healers to be running DBM for the sync.
@@ -95,7 +95,6 @@
mod:AddBoolOption("ValkyrIcon")
mod:AddBoolOption("YellOnDefile", true, "announce")
mod:AddBoolOption("YellOnTrap", true, "announce")
-mod:AddBoolOption("YellOnValk", false, "announce")
mod:AddBoolOption("AnnounceValkGrabs", false)
--mod:AddBoolOption("DefileArrow")
mod:AddBoolOption("TrapArrow")
@@ -420,9 +419,6 @@
valkyrTargets[i] = true -- this person has been announced
if UnitName("raid"..i) == UnitName("player") then
specWarnYouAreValkd:Show()
- if mod.Options.YellOnValk then
- SendChatMessage(L.YellValk, "SAY")
- end
if mod:IsHealer() then
if isPAL then
mod:SendSync("PALGrabbed", UnitName("player"))
@@ -518,13 +518,12 @@
WarnPhase3Soon = "Show pre-warning for Phase 3 transition (at ~43%)",
ValkyrWarning = "Announce who has been grabbed by Val'kyr Shadowguards",
specWarnYouAreValkd = "Show special warning when you have been grabbed by a Val'kyr Shadowguard",--npc36609
- specWarnHealerGrabbed = "Show special warning when a paladin or priest healer has been grabbed",
+ specWarnHealerGrabbed = "Show special warning when a paladin or priest healer has been grabbed\n(requires that healer to be running DBM)",
specWarnDefileCast = "Show special warning for $spell:72762 on you",
specWarnDefileNear = "Show special warning for $spell:72762 near you",
specWarnTrapNear = "Show special warning for $spell:73539 near you",
YellOnDefile = "Yell on $spell:72762",
YellOnTrap = "Yell on $spell:73539",
- YellOnValk = "Yell on $spell:69037",
DefileIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(72762),
NecroticPlagueIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(73912),
RagingSpiritIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(69200),