• 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

macro help

Joined
May 27, 2005
RedCents
I have a macro i am using trying to write a gm checker that will
pause the macro everytime it detects a gm online
here is the command so far but it doesnt work
help pls

:asktaskmaster
/varset TaskSetting 0
/who all GM
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/delay 300s
/return
}
 
there is a gm on right now when i do a who all gm they are in POK
but the macro doesnt beep or pause the rest of the macro
very new to this type of stuff use to just take and use
now trying to learn
 
${Spawn[gm].ID} only checks the current zone. If you wanted any zone with / all gm then you'd have to parse for the string that comes up when you do / all gm except for the parts of the string that are not unique to gms.
 
macro help

Users who are viewing this thread

Back
Top
Cart