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

Question - Tracking named? (1 Viewer)

wild_rose1

Member
Joined
Jun 17, 2011
RedCents
78¢
Is there a better way to check for named mobs in a zone than /who npc # or /who npc named?

In alot of zones this also vendors and other npcs :-(

Is there a macro that will watch for named spawns in current zone if ou leave a mule there? I once had a macro called namedwatch, but cant find it anymore
 
Try this just replace the NPCname with your named

Rich (BB code):
| spawnalert.mac by Maskoi at Redguides.com 10/12/02012

Sub Main

    /echo Starting Spawn Alert Macro by Maskoi at Redguides.com
     
    :KeepLooking
        /if (${SpawnCount[npc NPCname1]}>0) /call BEEPHEY
        /if (${SpawnCount[npc NPCname2]}>0) /call BEEPHEY
        /if (${SpawnCount[npc NPCname3]}>0) /call BEEPHEY
        /delay 50
    /goto :KeepLooking

/return

Sub BEEPHEY
    /beep
    /vt 3 007
    /beep
/return
 
Last edited:
Question - Tracking named?

Users who are viewing this thread

Back
Top