Jump to content
Sign in to follow this  
Tinycze

Switching between main and offhand macro

Recommended Posts

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.

Share this post


Link to post
Share on other sites

/script local a,b=CursorHasItem,PickupInventoryItem;if(not a())then CloseMerchant();b(17);if(a())then b(16);end end

Share this post


Link to post
Share on other sites

try using outfitter and make macro's utilizing the following commands

 

/outfitter wear outfitname


/outfitter unwear outfitname


/outfitter toggle outfitname

Edited by Lebowski

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×