Not sure if this is the correct sub.
I want to edit this macro
#showtooltip
/cast [nomod] Kick
/cast [mod:shift] Dismantle
What I need is to cast Pick Pocket when in stealth. But I cant seem to make that work. Any ideas?
Printable View
Not sure if this is the correct sub.
I want to edit this macro
#showtooltip
/cast [nomod] Kick
/cast [mod:shift] Dismantle
What I need is to cast Pick Pocket when in stealth. But I cant seem to make that work. Any ideas?
I assume you want to cast Pick Pocket when in stealth, Dismantle if shift is pressed and Kick otherwise. If so, i think it would go like this:
#showtooltip
/cast [stealth] Pick Pocket; [mod:shift] Dismantle; Kick
Yes that is exactly what I needed! Thank you very much!