Creature Handler Archive
Thread: Possible way to macro pet training
Page 1 of 1
Joker9125
Tue Oct 12, 2004 8:07 pm
#1
A thought occured to me today. If i bring up the radial menu with my mouse and it gives me 5 options I could select option 3 and a drop down box will appear with a list of 5 more options. Following me so far? Ok so I wonder if its possible to select radial menu options with macro commands. This example might better explain what I am getting at. I dont know alot about macros so these probably are NOT the right commands.
/openradialmenu; (opens the radial menu)
/pause 0.1; (to make sure the last command is done executing)
/selectoption2; (for this example well say this is the train option)
/pause 0.1;
/selectlistoption1; (this would select the first thing from the dropdown list which in this case would be a pet command)
/pause 0.1;
/tellpet (command);
I caint log in to expirament with this to see if this could work or not so im just posting the idea here.
lammergeier
Thu Oct 14, 2004 12:13 am
#2
the only macro I've used for training pets (and this is ONLY worth using for Tame/Train/Release) is:
macro trainpet
/tellpet TTR;
/pause 5;
/macro trainpet;
I still have to summon the radial option for training by hand, and select the command to train manually. instead of spamming commands to a pet that I won't be keeping (and which often doesn't understand the command) manually, I just flood all the pet commands with a placeholder like 'TTR', or 'xp', or whatever and save myself the typing.
macro trainpet
/tellpet TTR;
/pause 5;
/macro trainpet;
I still have to summon the radial option for training by hand, and select the command to train manually. instead of spamming commands to a pet that I won't be keeping (and which often doesn't understand the command) manually, I just flood all the pet commands with a placeholder like 'TTR', or 'xp', or whatever and save myself the typing.
Page 1 of 1