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

AFK spawn watching macro on alt PC/window ect? (1 Viewer)

j12784

New member
Joined
Jul 3, 2006
RedCents
10¢
I was wondering if anyone had some idea how to set up a spawn watching bot on an alt PC/account that would send me / guildies a tell when something spawns? i remember back when velious first came out my roomate and I used a macro like this and parked 5-10 alts at a time in different zones. But i can't remember how exactly we did it.

Thanks much!!111!
 
Something like this? This is something I whipped up while farming the shadow guys in Twilight Sea for blacksmithing. So it would wake me up when they started respawning. I added the /tell and comment for this post.

Rich (BB code):
Sub Main

/echo >> Checking for a lesser shadow.

  :Main_Loop
  /delay 1
  /doevents

  /if (${Bool[${Spawn[npc a lesser shadow]}]}) {
    /echo Found a lesser shadow
    /beep
    /tell dudename Hey that lesser shadow spawned.
    | Maybe gate out or something.
    /endmacro
  }

  /goto :Main_Loop

/return
 
AFK spawn watching macro on alt PC/window ect?

Users who are viewing this thread

Back
Top