Page 1 of 1

I need some help to complete a Razor macro...

Posted: Wed Feb 18, 2009 9:19 am
by Furync
I've finally got my tamer-bard where I need to start raising taming. It sucks and it's slow, but other than that it's ok...

:arrow: Here is my macro

useskill animal taming
wait for target
target nearest gray
say: all release

It works but by far not fantastic. At least it releases the pet everytime I try to tame a new one.

Now here's what I'd like it to do...

useskill animal taming
wait for target
target nearest gray
if sysmessage "accepts" (from "it seems to accept you as it's master")
:arrow: ---rename pet to Poop --- (how do I do this?)
all release
else
if sysmessage "fail"
start over?

Basically, if I press the button, it will start taming, and keep doing so until the pet is tamed, if failed it should retry until tamed, once tamed it should rename the pet and release it.

Would it work in that order? or do I have to have to add in "end if's" or "wait" or something?

Am I dreaming in color? I just seems like I could save a lot of time clicking on the screen and such... it's enough trying to dodge the pk's... I dont want to worry about renaming pets and such.

Thanks in advance for the help!!

Re: I need some help to complete a Razor macro...

Posted: Wed Feb 18, 2009 12:59 pm
by Dick Cheney
why do you need to rename the pet if you are saying all release?

Re: I need some help to complete a Razor macro...

Posted: Wed Feb 18, 2009 4:30 pm
by Red
To signify that it has been tamed in the past.

Re: I need some help to complete a Razor macro...

Posted: Wed Feb 18, 2009 4:46 pm
by Dick Cheney
I don't think you could rename it with a razor macro.