• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

PC check code correct? (1 Viewer)

Oceanrescue

New member
Joined
Nov 15, 2005
RedCents
Trying to put a PC player check in a few of my macros. Is this still the correct code? I couldnt get it to work for me today. Any help is appreciated. Just want my toon to go afk when someone gets close and then check again in the time i set.



Sub PC check

:redopc
/if (${Spawn[pc noalert 2 radius 500].ID}) {
/echo player nearby
/beep
/beep

/echo Player is Near!!!
/echo pausing the macro...

/afk Making a snack, brb.
/delay 2m
/goto :redopc
}
/return
 
Could do:

Rich (BB code):
Sub PC Check

:check

/if (${SpawnCount[pc radius 500]}>1) { 
     /echo Player is close...
     /echo Pausing the Macro until they leave... 
     /beep
     /afk Making a snack, brb.
     /delay 2m
     /goto :check
} 
/return


Redcents are acceptable *nods
 
PC check code correct?

Users who are viewing this thread

Back
Top