View Single Post
01-10-06, 02:47 PM   #2
Lozareth
An Onyxian Warder
 
Lozareth's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 366
I'd say install Discord Macro Functions and create this regular macro then drop it in the button:

/script local m={"highest mana gem", "2nd highest", "3rd highest", "4th highest"}; for _,x in m do if UseItemByName(x) then break end end
__________________
High Pope of the Divine Chihuahua
http://www.discordmods.com
  Reply With Quote