Making PoK/Lobby/Bazaar Macro paused

KennyNinja

New member
Joined
Oct 17, 2006
Messages
176
Reaction score
0
Points
0
I read around few instructions like (from htw):

Open explorer, go to your MQ2dir\Configs (create the Configs directory if it's not there)
Create a new file, name it: poknowledge.cfg
Add 1 line: /if (${Macro.Name.NotEqual["NULL"]}) /end
Save file.

How could i make macros not end but pause/not work while at those zones(PoK, Bazaar, Lobby, Hall, Tranquility? I do have a check in macro, but sometimes it fails, and anyway not a bad idea to have a safetrigger for those zones. Create cfg with each shortname and add a condition?
 
I've never used that method, but I'd assume you could do that and replace the "/end" with "/mqpause" to get what you are looking for.
 
:mainloop
/if (${Select[${Zone.ID},344,202,151,345]}) /goto :mainloop