rafaga 0 Report post Posted February 22, 2017 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... 0 Share this post Link to post Share on other sites
Lebowski 0 Report post Posted February 23, 2017 use supermacro or outfitter 0 Share this post Link to post Share on other sites
rafaga 0 Report post Posted February 23, 2017 Thank you! 0 Share this post Link to post Share on other sites
rafaga 0 Report post Posted February 24, 2017 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? 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted February 24, 2017 (edited) 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 February 24, 2017 by WobLight 0 Share this post Link to post Share on other sites
rafaga 0 Report post Posted February 25, 2017 i'll give it a try. Thank you! 0 Share this post Link to post Share on other sites