Jump to content
rafaga

Shield bash macro

Recommended Posts

Hey. Is there any shield bash macro? I need to simply unequip 2h, equip shild and use bash. I can't seem to find one...

Share this post


Link to post
Share on other sites

Actually, when i use the macro:

/uneq Zhovur Axe
/eq Worn Heater Shield
/cast Shield Bash(Rank 1)
 

My weapon turns faded so i can't equp it again until i completely relaunch wow client. Is there any solution? Or maybe i use the macro wrong?

Share this post


Link to post
Share on other sites

IbP6QK0.jpg

Place you shield in an action slot, then use following macro having care to replace ID with the number of the slot you placed the shield into (refer to image above).
 

/run if IsEquippedAction(ID) ~= true then PickupInventoryItem(16) PutItemInBackpack() UseAction(ID) else CastSpellByName("Shield Bash") end

I never used such macro personally (made something similar to this one for a friend once) so it may need some tweaking.

Edited by WobLight

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

×