Ultimate Fishing Macro Advice

I made a macro for swapping my fishing poles with my weapon in legion at some point, and it worked really well at the time. All I needed to do was just swap out the name of the weapon in the weapon slot on each character.

#showtooltip
/cast [nomod] Fishing
/equip [noequipped:Fishing Poles, mod] Underlight Angler
/equip [equipped:Fishing Poles, mod] “insert weapon name here”

However now it’s not legion, and if I need to equip more than one weapon I don’t quite know what to do. I don’t want to change the macro to equip items for a specific bag slot as I am too used to using the elvui clean bags function which reorganises everything. Maybe I could change it to if I shift it equips an equipment set with my weapons, and another set with my rod?
Any help? Thank you.

Edit: After a whole lot of digging and trial and error, I finally got it to work. Here is the macro I have now,

#showtooltip
/cast [nomod] Fishing
/equipset [noequipped:Fishing Poles, mod] Fishing
/equipset [equipped:Fishing Poles, mod] Normal

Assuming you dont bother using equipment slots much, this macro will let you shift cast to change between your set named “Fishing” and “Normal”, and without shift it will just cast your line like normal.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.