Hey Mates,
so I am trying out the macros.
Want to use Shield Bash via
/script UseContainerItem(0, 1);
/script UseContainerItem(0, 2);
/cast Shield Bash
So I equip mainhand and offhand and can Shield Bash as intended.
Then I wanna use heroic strike as an example, so I wanna switch back to my Two Hand Weapon. If I use /script UseContainerItem(0, 1); I have my weapon equipped, if I do it accidently twice, I have my 1hand weapon again. If I am doing it right,
/script UseContainerItem(0, 1); heroic strike everything ist fine
but if I want to use
/script UseContainerItem(0, 1); overpower after shield bash and then /script UseContainerItem(0, 1); heroic strike, I would cast heroic strike with my 1handweapon.
So do I need two macros per skill or is there something more I can use?
Thx so far for your help