• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Zone GM check?? (1 Viewer)

Thanggorodrim

New member
Joined
Feb 20, 2006
RedCents
Have reloaded a few things since patch.. Have not got the Check for GM's when I enter the zones. Can someone plz remind me how I get that back up again.

Thang
 
Macro, you would put in...

Rich (BB code):
 GM Check
Sub gmcheck  
  /if (${Spawn[gm].ID}) {  
    /echo GM DETECTED!
             /beep 
 	/beep 
 	/beep  
 	/q 
 	/endmac 
 	/unload 
             /q  
  }  
/return
Make sure to put this at the top of the macro
Rich (BB code):
     /call gmcheck
-For a HUD you would put something like this in the .ini
Rich (BB code):
   GMIndicator=3,0,58,255,255,255,GM - ${NearestSpawn[GM]}

Not sure if there is any Plugins for GM checking, there probly is though..




----If I helped you in any way, don't forget to add a Redcent! :)
 
Zone GM check??

Users who are viewing this thread

Back
Top