Fartaunt specific mob types

Sekkuar

Premium Member
Joined
Sep 26, 2017
Messages
1
Reaction score
0
Points
1
Hi all,

I'm pretty new to MMOBugs/MQ2 and was wanting to AFK farm decaying skeletons. I basically wanted a macro that will go through all the decaying skeletons in the zone and /fartaunt it to have it come to me and then my pet will kill it. This seems like it should be fairly simple to pull off, but my few attempts either hasn't worked or is super slow. If anyone has anything I'd be very appreciative! Thanks in advance.
 
This sounds like a recipe for disaster in a public zone though here is a half ass macro to do it.

Code:
Sub Main
:Top
/target clear
/delay 1s
/target decaying
/delay 2s
/if ${Target.ID} {
/fartaunt
}
/delay 20s
/goto :Top