• 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

Question - slayer pet kill macro?

Joined
Jan 13, 2026
RedCents
732¢
Hello, ive been trying to figure out MQ2 as a whole coming from EMU and seeing the actual scale of this I'm trying to grasp how to make a macro to use my pet to specifically kill mobs. for slayer achievement.
its a 55 level pet so it cant go nuts thats for sure.

i think its going to go something like
Sub Main
:Main
/target (mob name)
/pet attack
/pause 5s or somehow check if mob is dead.
/hidecorpse all

/goto :Main


(ive been reading peoples macros trying to figure out anything that would help my brain absorb any of this Mq2 language.)
 
Hello, ive been trying to figure out MQ2 as a whole coming from EMU and seeing the actual scale of this I'm trying to grasp how to make a macro to use my pet to specifically kill mobs. for slayer achievement.
its a 55 level pet so it cant go nuts thats for sure.

i think its going to go something like
Sub Main
:Main
/target (mob name)
/pet attack
/pause 5s or somehow check if mob is dead.
/hidecorpse all

/goto :Main


(ive been reading peoples macros trying to figure out anything that would help my brain absorb any of this Mq2 language.)
i'd use something like > Pocketfarm <
 
i will try that. thank you.
edit#1
initial impressions of pocketfarm, it does not work well underwater.
i will try to tweak it somehow to get better results before moving to a different macro.
 
Last edited:
what i came up with is crude but it works.

sub main
:Loop
/target nameofmob
/pet attack
/delay 3s
/target nameofmob
/pet attack
/delay 3s
/target nameofmob
/pet attack
/delay 3s
/goto :loop

/return

more edits for spawn rates etc. and making it smarter are coming.
I only learn really by doing and making mistakes so cheers
 
Last edited:
i am going to try pocketfarm ect on other spawns, but what i was chewing on today respawned really fast and this worked for the slayer i had in mind :D
 
This will help with your slayer

 
Question - slayer pet kill macro?

Users who are viewing this thread

Back
Top
Cart