But i wanted to use a mace in my main hand.
I was thinking of changing to this.
If "Stealth" = "Yes" Then
/script PickupContainerItem(0,1);
/script PickupInventoryItem(16);
End If
/cast Cheap Shot
/script OppAttack("Stealth", "Backstab");
If "Stealth" = "No" Then
/script PickupContainerItem(0,1);
/script PickupInventoryItem(16);
End If
/script OppAttack("Sinister Strike");
But when i do use it the 1st weapon swap will not work if im in Stealth or not.
Also does any1 know how i can add delay times in the macro?