View Single Post
03-06-21, 05:58 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,324
There isn't a macro condition for that. What I tend to do is write a macro like this.
Code:
/cast [btn:1] ItemName; SpellName
This makes left-clicking the button use the item and right-clicking will create it.
Of course, replace ItemName and SpellName with the names of the actual item and creation spell.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 03-06-21 at 06:00 PM.
  Reply With Quote