I'm modding the Mana Robe macro to fully switch from regular gear to equip wiz epic in primary and Mana Robe in chest. And then switch back to regular gear when mana is 100% (most wiz don't equip these full time)
I know that /if $equip(Primary) checks to see if you have a weapon equipped in mainhand.
So /if $equip(Primary, "Staff of the Four")!=TRUE /call EquipEpic
should check to see if Staff of the Four is equipped in mainhand and if not it will call my EquipEpic function correct?
The problem i'm getting is MQ can't parse the IF command on that line. I think this is because $equip(Primary) is not set up to check a filter but i'm not sure.
Any help is appreciated thanks
