Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. local _,race = UnitRace("player")
  2. local racials = {
  3. ["BloodElf"] = "Arcane Torrent",
  4. ["Draenei"] = "Gift of the Naaru",
  5. ["DarkIronDwarf"] = "Fireblood",
  6. ["Dwarf"] = "Stoneform",
  7. ["Gnome"] = "Escape Artist",
  8. ["Goblin"] = "Rocket Jump",
  9. ["HighmountainTauren"] = "Bull Rush",
  10. ["Human"] = "Every Man for Himself",
  11. ["KulTiran"] = "Haymaker",
  12. ["LightforgedDraenei"] = "Light's Judgment",
  13. ["MagharOrc"] = "Ancestral Call",
  14. ["Nightborne"] = "Arcane Pulse",
  15. ["NightElf"] = "Shadowmeld",
  16. ["Orc"] = "Blood Fury",
  17. ["Pandaren"] = "Quaking Palm",
  18. ["Scourge"] = "Will of the Forsaken",
  19. ["Tauren"] = "War Stomp",
  20. ["Troll"] = "Berserking",
  21. ["VoidElf"] = "Spatial Rift",
  22. ["Worgen"] = "Darkflight",
  23. ["ZandalariTroll"] = "Regeneratin'",
  24. }
  25.  
  26. if racials[race] then
  27. EditMacro("Racist", nil, nil, "#showtooltip\n/use " .. racials[race], 1, 1)
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement