Advertisement
alexdubovyck

[НЕ УДАЛЯТЬ!] EWT | Обсидиановое крыло ночи .mount 42498

Nov 13th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. /run DEFAULT_CHAT_FRAME:AddMessage("\124cffa335ee\124Hitem:83086:0:0:0:0:0:0:0:0\124h[Сердце крыла ночи]\124h\124r");
  2.  
  3. id 83086
  4. visual 42498
  5.  
  6. .mount 71223
  7. .mount 42498
  8.  
  9. ---------------------------------------------
  10. -- PLAYER_ENTERING_WORLD
  11. ---------------------------------------------
  12. local f = CreateFrame("Frame")
  13. function eventHandler(self, event, ...)
  14.  
  15. if not morfing_mychar then
  16. local morfing_mychar = true
  17.  
  18. RunMacroText("/run test()")
  19. print("Тest mount")
  20.  
  21. end
  22.  
  23. end;
  24. f:SetScript("OnEvent", eventHandler)
  25. f:RegisterEvent("PLAYER_ENTERING_WORLD")
  26.  
  27. function test()
  28. RunMacroText(".mount 42498")
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement