Creature Handler Archive
Thread: Creature Handler XP macro
Page 1 of 1
mxduo
Thu Nov 27, 2003 1:28 pm
#1
Isn't therea macro that tells a pet to attack and targets creatures? If anyone knows this could you please Post it?
thanks
PopeyMardtrad
Thu Nov 27, 2003 1:50 pm
#2
u can :
for attack : /tellpet attack; or /tell pet attack; i don't remember if it's /tellpet or /tell pet
for follow : /tellpet follow; or /tell pet follow;
etc...
Aidy
Tue Jul 06, 2004 7:37 am
#3
Okay here's a macro for CH that can be used AFK for getting your early XP (Before those individuals start harping on about AFK macroing and how it is illeagal go to game, open holocron, click FAQ and read the question about AFK macros)
Right, I run this macro using a Minor Sludge Panther (CL 10) with a HAM of 900. You should invest in a factroy crate of stim a's (I got a crate of 25 for 4k) and empty the crate to your inventory, making sure the better stims you have are in your back pack so they don't get used.
Find a quiet spot outside a city set your Field of View to max (in the ctrl+o Options) and run the macro. With my low ham pet this works just fine with hardly a risk of it being incapped. For those of you that don't fully understnad all the command lines here is a brief description:
It will target the nearest animal/NPC and then send a /tell to pet to attack it (for ease of use if pasting this macro just change your pets attack command to kill or edit kill in macro to your command) after doing this a few times it will target the pet and gives enough time for pet to return to you, then it will start healing pet (using lesser stims) and give the "Trick" command (again change if need be) it will do this a few times then start over again.
Name the macro autokill!
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/target (yourpetsname);
/pause 60;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/macro autokill
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/ui action cycleTargetOutward;
/tellpet kill;
/pause 40;
/target (yourpetsname);
/pause 60;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/healdamage;
/say t1;
/pause 10;
/macro autokill
Enjoy.
Page 1 of 1