Creature Handler Archive

Thread: Looking for training macro.

Dakathar
Sat Mar 12, 2005 11:17 am
#1

I was wondering if anyone had already made a creature training macro and if not does anyone know the syntax to do such a thing?

Thanks.
Combat_Medic_to_be
Sat Mar 12, 2005 12:11 pm
#2

There is no such thing. There is no command to train a pet. You can make life a little easier by writing macros with "/say attack;" in them and put them on your toolbar. That way you just have to hit a key to train your pet after selecting train from the radial menu.



Jendi Akasce - Nevaeh
A carebear tumbleweed

RaidenIV
Sat Mar 12, 2005 4:03 pm
#3



I have a macro that does half the work for me.

Simply goes like this.


/tellp store;

/pause 3;

/tellp group;

/pause3;

etc.

etc.


That way, all you have to do is keep using the radial to prepare him for the learning.


Should add, that this only works for BE pets, unless you want to modify the code so that it repeats the /tellp command; line multiple times, which will work for every command except store.

Message Edited by RaidenIV on 03-13-2005 08:20 AM

HybridDyalect
Sun Mar 13, 2005 11:09 am
#4

The only problem I can see with the above mentioned macro is: if you train a pet in Store, but fail in 3 other commands to train it, then if you use the macro again, the pet will store before you can train in the commands that you failed with. The same is that if you fail to train the pet in one command, and then forget to hit the next command on the radial, then you might have something like the group command for the store command. The only way to get all of the commands without mess ups, is making each command a macro, and just hitting the macro on the toolbar to train it.
RaidenIV
Mon Mar 14, 2005 1:05 am
#5

Uhh.. hence the reasonI explained why this wouldn't work with store. And to combat the problem of getting the commands in the wrong places.. well, thats why you actually pay attention to what you're doing while using this macro.

Really, its not as tough as you're making it seem.
Page 1 of 1
Previous Next