Hello all
I am looking for something that will alert me with about 15 beeps when a certain mob pops. Currently I have a macro running that will target whatever mob is in a 300 radius and sick my pet on it ( great for faction farming ) but there is also a mob in the zone I am hunting, here is what I am using...any help would be great...
Its simple, and I use it when I am around, so I would really like something to beep when my mob pops.
Veg
I am looking for something that will alert me with about 15 beeps when a certain mob pops. Currently I have a macro running that will target whatever mob is in a 300 radius and sick my pet on it ( great for faction farming ) but there is also a mob in the zone I am hunting, here is what I am using...any help would be great...
Rich (BB code):
#turbo
Sub Main
:loopstart
|--- /if (!${Me.Buff[Gather Shadows].ID}) /keypress 4
/if (${Target.Distance}>300) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 300
/delay 10
/pet attack
/goto :loopstart
/return
Its simple, and I use it when I am around, so I would really like something to beep when my mob pops.
Veg