• 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

check for PC's within X range

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
Cart