Orpheus148 0 Report post Posted May 29, 2017 Can someone help me make a macro that will cast throw if I'm not stealthed and pickpocket (rank x) if I am stealthed Please and thanks! :) 0 Share this post Link to post Share on other sites
Korben 0 Report post Posted May 30, 2017 /script if not(string.find(GetShapeshiftFormInfo(1), "Invis" )) then CastSpellByName("Throw") else CastSpellByName("Pick Pocket"); end 0 Share this post Link to post Share on other sites
Orpheus148 0 Report post Posted May 30, 2017 thank you @Korben! 0 Share this post Link to post Share on other sites