Weapon swap ability macro

Hey, just wondering if there is any sort of macro I can make for weapon swapping, so when I have a melee weapon it uses Mongoose Bite and when I have a ranged weapon equipped it replaces it with Arcane shot. Thanks!

I think you can just use an “/cast [equipped:bows] Arcane Shot; [noequipped:bows] Mongoose Bite” or the like. You can look up macro conditionals off the first few Google search results.

I doubt you’re going to get much use out of it though, as a sad heads-up.

Yes.

#showtooltip
/use [equipped:bows][equipped:guns][equipped:crossbows]Arcane Shot;Raptor Strike

Also:

#showtooltip
/equip <Ranged Weapon Name>
/use Disengage

and

#showtooltip
/equip <Melee Weapon Name>
/use [@mouseover,harm,nodead][]Harpoon
/target [@mouseover,harm,nodead]

Check this sticky for a ton of useful information on macros in general:
Macros: Essential Information

1 Like