Creature Handler Archive
Thread: Hunting macro
Page 1 of 1
Wallach1
Sat Jun 19, 2004 11:09 pm
#1
somone once posted a macro that did an auto target and then sicks your pet on them, then attacks. then repeats every 8-10 seconds.
can't seem to find it. think someone can help me out? it's something like Outradius target or something like that.
Khales
PurpleWarrior
Sun Jun 20, 2004 12:24 pm
#2
(getting in before the AFK-haters jump on you) 
Name the macro AttackLoop
/ui action targetSelf;
/ui action cycleTargetOutward;
/say pet attack
/pause 5;
/attack;
/pause 8;
/macro AttackLoop;
Feel free to change it - your pet only needs to hit it once. The /attack is so you can shoot the target to death after your pet has hit it. If you want the pet to do the total kill, just take out one pause and the /attack.
Fiddle with the timing until it works for you.
Wallach1
Sun Jun 20, 2004 3:35 pm
#3
Thanks, I apreciate its. I ain't gonna be hunting afk, just wanted to make it a bit easiers.
khales
Page 1 of 1