VerendTheUndead

Untitled

Dec 22nd, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. ===[[MACRO COMMANDS FOR MICRO MENU THINGS:]]===
  2. [Brackets like this indicate title text, dont copy paste it]
  3. \\double backslash means comment, dont copy paste either
  4.  
  5.  
  6. [CHARACTER FRAME]
  7. run local c=GetMouseButtonClicked() if c=="LeftButton" then ToggleCharacter("PaperDollFrame"); elseif c=="RightButton" then ShowCloak(not ShowingCloak()) end
  8.  
  9. \\left click to show your character, like the default "c" button, and right click toggles cloak visibility
  10.  
  11.  
  12. [SPELLBOOK]
  13. /run ToggleSpellBook(BOOKTYPE_SPELL);
  14.  
  15.  
  16. [TALENTS, SPEC]
  17. /click TalentMicroButton
  18.  
  19.  
  20. [ACHIEVEMENTS]
  21. /run ToggleAchievementFrame();
  22.  
  23.  
  24. [QUEST LOG]
  25. /run ToggleQuestLog();
  26.  
  27.  
  28. [GROUP FINDER]
  29. /dungeonfinder
  30.  
  31.  
  32. [COLLECTIONS]
  33. #showtooltip Revive Battle Pets
  34. /run local c=GetMouseButtonClicked() if c=="LeftButton" then ToggleCollectionsJournal(1) elseif c=="RightButton" then ToggleCollectionsJournal(1) end
  35. /cast [btn:3] Revive Battle Pets
  36.  
  37. \\Left click opens pet journal, right click opens mounts, middle click (mouse wheel) casts revive battle pets
  38.  
  39.  
  40. [DUNGEON JOURNAL]
  41. /click EJMicroButton
  42.  
  43.  
  44. [STORE]
  45. /run ToggleStoreUI()
  46.  
  47. \\y'know that game that costs money to buy initially, and a subscription for admission to continue to play? let's add micro transactions to it! bliz pls, i thought my sub money went to putting things into game so i could earn stuff like this :< /endrant
  48.  
  49.  
  50. [GAME MENU]
  51. /run GameMenuFrame:Show()
  52.  
  53.  
  54. ===[[LINKS AND ADDITIONAL INFORMATION]]===
  55. [Corresponding imgur gallery tutorial link]
  56. adfly: http://adf.ly/1TuEXw
  57. non adfly: http://imgur.com/a/65KFL
  58.  
  59. [stream]
  60. http://www.twitch.tv/verendtheundead
  61. \\come chill, watch me talk to myself, or ask for addon shiz
  62. [paypal]
  63. verendtheundead@gmail.com
  64. \\buy me a beer, apple cider is my shit
Add Comment
Please, Sign In to add comment