Hi,
I'm trying to write a macro to swap to my shield and cast shield bash. Using supermacro I've written the below - but it doesn't always work.
Can anyone recommend a better macro? At the moment I'm only level 29 so I do not have pummel.
/run if 1==0 then CastSpellByName("Shield Bash");end (For the tooltip)
/equip Lucine Longsword (1h Sword)
/equip Crest of Darkshire (Shield)
/cast Shield Bash
/equip Archeus (2h Sword)
Thanks!