Tinycze 0 Report post Posted February 24, 2017 Hi guys, anyone knows how to make macro for switching between main and offhand weapon? I tried that many times, but I'm never satisfied with solution. I want to switch dagger to main hand and mace to off hand, then cast ambush. And for sinister strike I want to have mace again in my main hand. Is that possible? Thank you for answers. 0 Share this post Link to post Share on other sites
Moiz 0 Report post Posted February 24, 2017 /script local a,b=CursorHasItem,PickupInventoryItem;if(not a())then CloseMerchant();b(17);if(a())then b(16);end end 0 Share this post Link to post Share on other sites
Tinycze 0 Report post Posted February 24, 2017 I tried this one, but my weapons are still switching when I'm casting Sinister strike. 0 Share this post Link to post Share on other sites
Lebowski 0 Report post Posted February 24, 2017 (edited) try using outfitter and make macro's utilizing the following commands /outfitter wear outfitname /outfitter unwear outfitname /outfitter toggle outfitname Edited February 24, 2017 by Lebowski 0 Share this post Link to post Share on other sites
Tinycze 0 Report post Posted February 25, 2017 That finally works! Thank you sir! 0 Share this post Link to post Share on other sites