Advertisement
TrulyInsane1

WoW Macro - Use Quest Item @MouseOver

Jul 18th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Description:
  2.  
  3. This macro uses your quest items at the touch of a button. For instance, mouse-over a wounded soldier and hit your macro. Provided you are tracking the quest and have the item in your bag, it’ll bandage/heal him!
  4.  
  5. The macro runs through the first six items in your quest tracker and tries to use them. If you have more than six quests that use items, you may want to add some more lines.
  6.  
  7. /target [@mouseover]
  8. /click WatchFrameItem1
  9. /click WatchFrameItem2
  10. /click WatchFrameItem3
  11. /click WatchFrameItem4
  12. /click WatchFrameItem5
  13. /click WatchFrameItem6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement