• 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

Sub PCCheck (Help Please!!)

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
 
/if (${SpawnCount[PC notid ${Spawn[PC ${HealerFriend}].ID}]}>=2) {

It is safe to assume a count of 1 means only you and the person you named.
 
Sub PCCheck (Help Please!!)

Users who are viewing this thread

Back
Top
Cart