• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - autoexec / zoned.cfg

whatsaname

Active member
Joined
Sep 21, 2005
RedCents
32¢
I recently put in some entries in to zoned.cfg specifically for PoK, Lobby, GGH to pause plugins / macros when zoning there.

I'd now like to be able to refine those so i can exclude some macro's from being paused (Explorer or EpicReq in particular)

Any suggestions on a /if combo that could do this?

Essentially, IF EpicReq or Explorer is running, dont pause.

I am no coder, and my attempts so far have failed
 
Code:
/if (!${Select[${Macro.Name},EpicReq,Explorer]}) /mqp on

So if the macro name isn't EpicReq or Explorer, then pause the macro.

If you want to add more things, just put a comma and add the name, without any spaces on either side of it.

Code:
/if (!${Select[${Macro.Name},EpicReq,Explorer,Kissassist,rgmercs,pubcrawl]}) /mqp on
as an example.
 
I should extend on this to say I'm not in game to verify the output of ${Macro.Name} , so if it has explorer.mac instead of explorer then you'd need to alter it to include that.

You can check the output by doing /echo ${Macro.Name} with a macro running.
 
I believe if the macro runs out of a subfokder it also includes the name of the subfolder. Not positive on that though.
 
Question - autoexec / zoned.cfg

Users who are viewing this thread

Back
Top
Cart