Thahordekiller wrote:
Here are some funny facs !? You cant switch weapon in combat, so either you have to play sublety and go ambush the whole time, or you can go combat and DPS with your 2 slowly swords :P...My self, i play sublety
Yes you can although there is a slight time delay when switching, I'm a daggers build but when I had Sword of Omen I used that for a while as the DPS was so much higher than the daggers I had.
Macros i used when using it:
simple weapon switch to swap mainhand weapon to weapon in your 3rd extra bag in slot 1 (basically used to interchange dagger / sword out of combat usually):
/script PickupContainerItem(3,1)
/script PickupInventoryItem(16);
Gouge and switch to dagger so i can quickly backstab:
/cast gouge
/script PickupContainerItem(3,1)
/script PickupInventoryItem(16);
Backstab or Ambush with dagger and switch back to sword:
/cast backstab
/script PickupContainerItem(3,1)
/script PickupInventoryItem(16);
/cast ambush
/script PickupContainerItem(3,1)
/script PickupInventoryItem(16);
These macros worked really nicely for me.