Advertisement
alexdubovyck

По тактике: Савиана Огненная Пропасть

Dec 5th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. https://youtu.be/1cymqaxje5M
  2. https://youtu.be/1cymqaxje5M
  3. https://youtu.be/1cymqaxje5M
  4.  
  5. local f = CreateFrame("Frame", "DBMRUBY");
  6. f:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
  7. f:SetScript("OnEvent", function(self, event, ...)
  8.  
  9. local arg = {...}
  10. local myname = UnitName("player")
  11.  
  12. if arg[2] == "SPELL_AURA_APPLIED"
  13. -- and arg[4] == "Халион"
  14. -- and arg[7] ~= "nil"
  15. and arg[9] == 78722 then
  16.     SendChatMessage("*** Берса ***", "YELL")
  17.     -- SendChatMessage("*** Берса ***", "RAID_WARNING")
  18. end;
  19.  
  20. end)
  21.  
  22. https://goo.gl/SsxW1l
  23. https://goo.gl/SsxW1l
  24. https://goo.gl/SsxW1l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement