• 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

PC in zone Sub

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
I want to make a Sub so if there is a PC in the zone, anywhere it will pause my macro. But, I also dont want it to pause if I have my healer in zone with the farmer. Anyone know how to make this sub? Toons will be grouped. I have no clue here if anyone can help please let me know.

Would it look like this?

Rich (BB code):
Sub PCCheck 
   :pccheck
   /if (${Spawn[pc].ID}) { 
     /delay 1m
     /goto :pccheck
   } 
    
/return

Thanks.

N
 
/if (${SpawnCount[PC notid ${Me.ID} ${Spawn[=<friend>].ID}]})

That may work, I have never tested using two IDs with the notid option.
 
PC in zone Sub

Users who are viewing this thread

Back
Top
Cart