Because NRB don't allow to switch weapons while auto attacking (which is not blizzlike), i write this macro to allow us to unequip bow/gun on the hunter clas call of Nefarian :
- Code: Select all
/script AttackTarget()
/script ClearTarget()
/script TargetLastTarget()
/run local p,s="player",18 if GetInventoryItemLink(p,s)then PickupInventoryItem(s)PutItemInBackpack()end
It work great. It's very easy to write a macro to desequip/equip your ranged weapon in one button, but it's very risky and i prefer have a bind on this macro, and another on my bow.
Dev