• 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 --->

check for PC's within X range (1 Viewer)

Bloodcell

Member
Joined
Jul 26, 2005
RedCents
what would be the correct /if command to have macro check for any PC's within 200 range ?


I tried /if (${Spawn[pc radius 200].ID}) with no succces
 
Rich (BB code):
/alert add 1 pc "YourName" 
/alert add 1 pc "YourFriend'sName"

/if (${SpawnCount[pc radius 200 noalert 1]}>0) {
     /endmacro
}
This will allow you to add a list of people that you can ignore the proximity of.

-SimpleMynd
 
check for PC's within X range

Users who are viewing this thread

Back
Top