• 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

GM check

Fryed

New member
Joined
Feb 21, 2006
RedCents
Any way to get GM check for current patch (12-05-2006)?

I donate to VIP section of MQ2 but have no idea how to get the plugin.

Thanks in advance.
 
Fryed said:
Any way to get GM check for current patch (12-05-2006)?

I donate to VIP section of MQ2 but have no idea how to get the plugin.

Thanks in advance.

Which GM check? The macro GM check should always work after a patch on visible GMs.
 
He's talking about MQ2GMCheck, I think, but tbh, just putting a segment in your hud is just as good and almost as useless for detecting GMs.
 
Just litter your scripts with entries like this. Cheesy but works

/call GMCheck

Sub GMCheck
/if (${Spawn[gm].ID}) {
/beep
/echo GM is visible in zone!!!!!
/popup GM IS VISIBLE IN ZONE!!!!!
/timed 1000 /unload
/endm
}
/return
 
Yes, was refering to the GMcheck plugin from last compile, but thanks for the tip, I'll try out the lines how you suggested.
 
RedQuest said:
He's talking about MQ2GMCheck, I think, but tbh, just putting a segment in your hud is just as good and almost as useless for detecting GMs.

I wouldn't say it's useless, but it's near it quite often. GMs can either go anon, or can drop the GM tag and appear to be a lvl 65, 70, or whatever character who's unguilded or even jump into someone's guild for whatever reason. I've seen three GMs so far that were lvl 65 and had no tag and weren't anon, yet my hud identified them.

Also, I did a /echo ${SpawnCount[GM]} and it said 1 each time. So, use the info as you wish, but I strongly believe in GM checks.

With that in mind, SoE can review what went on in a zone that had only you in it 4 years ago, if they maintain their backups of everything. It's not like they have to be in the zone to "see" what went on. GM checks are not fool-proof, but certainly worth including in the macro.
 
I saw a GM in Caverns of Exile the other day when they were doing an event with gold tickets on my server. He was the invisible man race and showed up on my map window. I did a /who all gm and it displayed nothing. I thought it was pretty funny.
 
Can anyone post that little piece of code that I can cut/paste into my hud.ini for the GM Check please? I tried to make it myself and just keep getting it wrong. Here is what I have atm:

GMIndicator=3,160,38,255,255,255,GM - ${NearestSpawn[GM]}

I can't for the life of me, can't figure out why its not working...
 
GM check

Users who are viewing this thread

Back
Top
Cart