This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
A very lightweight and simple mod that instantly says "Sapped" to alert those around you whenever a rogue saps you.
Great for Arenas, Battlegrounds and World PvP!
Check out my other mods: - SayGMOTD - SayMassRez
update for prepatch 9.0.1 please!
Would this work again if it was changed to party/raid chat? (classic)
was open world say blocked for classic? I think this will only work in BGs
this addon isnt working for me in classic, anyone else have this issue?
In reply to mckeonj1:
yeah seems like its saying nothing while this rogue sapped me and did his thing.
Doesn't work for me either.
Update first line of SaySapped.toc to## Interface: 80000
and replace the contents of SaySapped.lua with this to fix it for game version 8.0.1:
local SaySapped = CreateFrame("Frame") SaySapped.playername = UnitName("player") SaySapped:SetScript("OnEvent", function(self, evt) if( evt == "COMBAT_LOG_EVENT_UNFILTERED" )then local _, event, _, _, sourceName, _, _, _, dstName, _,_,spellId = CombatLogGetCurrentEventInfo() if( (spellId == 6770) and (dstName == SaySapped.playername) and (event == "SPELL_AURA_APPLIED" or event == "SPELL_AURA_REFRESH") )then SendChatMessage("Sapped","SAY") DEFAULT_CHAT_FRAME:AddMessage("Sapped by: "..(sourceName or "(unknown)")) end end end) SaySapped:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED") DEFAULT_CHAT_FRAME:AddMessage("SaySapped loaded")
In reply to dslater:
Great addon, using it years later!
Just a fun thing - you can edit SaySapped.lua easily and change this line:
SendChatMessage("Sapped","SAY")
to for example:
SendChatMessage("{triangle} - Sapped - Flare/AOE ! {triangle}","SAY")
Updated yaaay
i've used this faithfully since TBC and my heart just leaped a little to see it updated :)
any replacement for this addon?
I really hope this gets updated for Legion. It's a great must have addon and I already miss it.
Preach!
open say sapped.LUA and change sapped with
"{rt8} Sapped {rt8}"
can you add some skulls at the beginning and the end : (skull) Sapped (skull)
Bump for an update to 5.2, love the addon. Thanks!
Great little addon. Very useful in BGs
Can we get an update for this soon? I love this addon.
Please update
update for prepatch 9.0.1 please!
Would this work again if it was changed to party/raid chat? (classic)
was open world say blocked for classic? I think this will only work in BGs
this addon isnt working for me in classic, anyone else have this issue?
In reply to mckeonj1:
yeah seems like its saying nothing while this rogue sapped me and did his thing.
In reply to mckeonj1:
Doesn't work for me either.
Update first line of SaySapped.toc to
## Interface: 80000
and replace the contents of SaySapped.lua with this to fix it for game version 8.0.1:
In reply to dslater:
Great addon, using it years later!
Just a fun thing - you can edit SaySapped.lua easily and change this line:
SendChatMessage("Sapped","SAY")
to for example:
SendChatMessage("{triangle} - Sapped - Flare/AOE ! {triangle}","SAY")
Updated yaaay
i've used this faithfully since TBC and my heart just leaped a little to see it updated :)
any replacement for this addon?
I really hope this gets updated for Legion. It's a great must have addon and I already miss it.
Preach!
open say sapped.LUA and change sapped with
"{rt8} Sapped {rt8}"
can you add some skulls at the beginning and the end : (skull) Sapped (skull)
Bump for an update to 5.2, love the addon. Thanks!
Great little addon. Very useful in BGs
Can we get an update for this soon? I love this addon.
Please update