Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

/docommand /end in there, that should be it.I'm a programmer, but not an MQ one.. could this be gotten around with aCaution: that is then handled for all macros, for all chars!
/if ${Me.Name} === foo /docommand /end?Not sure if macroland knows === but yes, you can throw all kinds of conditions in there.I'm a programmer, but not an MQ one.. could this be gotten around with a/if ${Me.Name} === foo /docommand /end?

Sounds very easy to do, thanks. Given you can run only one macro at a time per character, it doesn't bother me.yes, just create a "zoned.cfg" file in your config folder, that will execute everytime you zone. If you put/docommand /endin there, that should be it.
Caution: that is then handled for all macros, for all chars!
Thank you. If I opt for this solution, would the correct syntax be :I do this in some raid scripts, can either use
${Me.Zoning}
or if I know the exact zone I want it running in I just check that i'm in that zone
/if (!${Zone.ShortName.Equal[PoKnowledge]}) /endmac
can also check instance names, etc.
/if (${Me.Zoning}) /end
/SetWinTitle ${Me.Name}.${EverQuest.Server} (Lvl:${Me.Level} ${Me.Class}) ${Zone.Name} ${Me.Instance}
/docommand /end
