все удалить и это вставить
PHP код:do
local f = CreateFrame("frame"); f:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED"); f.g = UnitGUID("player")
f:SetScript("OnEvent",function(s,_,_,e,sg,_,_,_,dn,_,id,_,_,t)
if e == "SPELL_MISSED" and sg == s.g and (id == 12809 or id == 46968 or id == 676) then
print(GetSpellLink(id).. " : |cffff0000"..t .."|r : "..dn)
end
end)
end





Ответить с цитированием
