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

Sub PCCheck (Help Please!!) (1 Viewer)

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
Ok I got this sub from someone else and it works perfect if there is no one in the zone. Which cuts out a healer for me, cause it will pause the macro. Can anyone please please please PLEASE...

Show me how to make this Sub work and NOT count group members, either by name or by group id or something.

I have searched everywhere for pc check and I cant find anything and I want a healer in with my macro, but I dont want it stopping because it sees the healer as another pc that isint my bot.

Rich (BB code):
Sub PCCheck 

   :redopc
   /if (${SpawnCount[PC notid ${Me.ID}]}) { 
     
      /echo Player Nearby!!! Pausing the macro... 
      /doability "Feign Death"
      /afk on
      /delay 1m
      /goto :redopc
   } 

/return

Thanks a TON if you can tell me how to do this and it really works!

N
 
Sub PCCheck (Help Please!!)

Users who are viewing this thread

Back
Top