Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://youtu.be/1cymqaxje5M
- https://youtu.be/1cymqaxje5M
- https://youtu.be/1cymqaxje5M
- local f = CreateFrame("Frame", "DBMRUBY");
- f:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
- f:SetScript("OnEvent", function(self, event, ...)
- local arg = {...}
- local myname = UnitName("player")
- if arg[2] == "SPELL_AURA_APPLIED"
- -- and arg[4] == "Халион"
- -- and arg[7] ~= "nil"
- and arg[9] == 78722 then
- SendChatMessage("*** Берса ***", "YELL")
- -- SendChatMessage("*** Берса ***", "RAID_WARNING")
- end;
- end)
- https://goo.gl/SsxW1l
- https://goo.gl/SsxW1l
- https://goo.gl/SsxW1l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement