OK, tricky one now I think. Looking for a way to test if I have this in my main hand:
It’s for my fishing macro - If I don’t have it - equip my fishing gearset. Also for my combat macros - if I do have it equipped, switch to my combat set.
For example, this doesn’t work (it used to with fishing poles as they were two-handed)
#showtooltip Stormstrike
/equipset [equipped:Shields][noequipped:One-Hand] Enhancement
/targetenemy [noexists]
/assist [help]
/cast Stormstrike
And when I’m fishing:
#showtooltip Fishing
/equipset [equipped:One-Hand] Fishing Buddy
/cast Fishing
I tried using “Mace” but I have this in my off hand and it sees that so either always or never triggers depending.
Anyone know how to test using macro conditionals between the Spear and a mace/axe/dagger and/or ignoring the off-hand?
For now as a workaround I’m removing my off-hand in the fishing set and then looking for any weapon type. It’s messy but it works for now. I just want the right way to do it.