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

Macro - Simple Mage pet macro (1 Viewer)

Esiah

Active member
Joined
Dec 27, 2020
RedCents
218¢
I can not take credit for this one, but it might come in handy.

:Loop
/call GMCheck
/hidec all
/target npc

/if (${Range.Between[1,355:${Target.Distance}]}) {
/delay 1s
/pet attack
} else {
/target clear
/echo no tragets in range
}
/delay 2s
/goto :Loop

/return

| -------------------------------------------------------------------------------------
| SUB : Check for GM's
| -------------------------------------------------------------------------------------

Sub GMCheck
/if (${Spawn[gm].ID}) {
/beep
/beep
/echo GM entered the zone!
/echo For safety reasons the macro is ending...
/endmacro
}
/return
 
It appears to target anything within 1 and 355 and sends your pet to attack it. It Waits 2 seconds, then repeats. Will also alert you if a GM appears in the zone. Useful for high-level mage in a zone where the pet can just kill stuff in a few hits. Probably used to farm stuff (plat, gems, tradeskill mats, etc)
 
Macro - Simple Mage pet macro

Users who are viewing this thread

Back
Top