Page 1 of 2

Lost Lamb taming

Posted: 24 Feb 2018, 13:30
by BigPeter
Hey guys,

I am having some issues taming Lost Lambs with the Hunter Rope item in iRO RE:Start. I am using the following macro:

automacro fix_tele4 {
location pay_fild08
monster Lost Lamb < 3
console /You attack Monster Lost Lamb/
inventory "hunting rope" >= 1
run-once 1
call thefix4
}

macro thefix4 {
$mm = $.lastMonsterID
$id = @inventory (Hunting Rope)
do as
pause 1
do is $id
pause 1
do pet c $mm
pause 1
release all
}

The macro seems to run and use the item but after running it for hours and plenty of attempts I never get any success. Any ideas?

Re: Lost Lamb taming

Posted: 24 Feb 2018, 15:23
by fadreus
Ain't taming monster need it to be at lower health to increase the success rate?
Coz your automacro triggered when you hit it once.

The command pet c / capture; how does it do in real time though (xkore mode)?

By replicating bot behavior by doing it manually, precisely as bot would do; do you ever succeed?
If yes, ignore my reply.
If no, that is the problem you need to work on.

Re: Lost Lamb taming

Posted: 24 Feb 2018, 15:42
by BigPeter
fadreus wrote:Ain't taming monster need it to be at lower health to increase the success rate?
Coz your automacro triggered when you hit it once.

The command pet c / capture; how does it do in real time though (xkore mode)?

By replicating bot behavior by doing it manually, precisely as bot would do; do you ever succeed?
If yes, ignore my reply.
If no, that is the problem you need to work on.
Thanks for the reply Fadreus. I have had luck doing it manually. But no luck with the above macro. Watching the console it seems to be doing everything correctly so I am really not sure what I need to change. This is my first time trying to use the pet c command.

Re: Lost Lamb taming

Posted: 24 Feb 2018, 16:06
by BigPeter
fadreus wrote:Ain't taming monster need it to be at lower health to increase the success rate?
Coz your automacro triggered when you hit it once.

The command pet c / capture; how does it do in real time though (xkore mode)?

By replicating bot behavior by doing it manually, precisely as bot would do; do you ever succeed?
If yes, ignore my reply.
If no, that is the problem you need to work on.

I realize now the
do as

is not being completed. My character keeps attacking the Lost Lamb. I am not sure why

Re: Lost Lamb taming

Posted: 24 Feb 2018, 18:48
by fadreus
BigPeter wrote:I realize now the
do as
I never use taming stuff with bot before.
But as for stop attacking mobs, here some suggestion.

- use function xconf (for monster = mconf) to stop attacking monster (3 or -1 before/after command as)
- override AI to interrupt during attacking (add delay, pause, etc)

Re: Lost Lamb taming

Posted: 25 Feb 2018, 12:23
by BigPeter
fadreus wrote:
BigPeter wrote:I realize now the
do as
I never use taming stuff with bot before.
But as for stop attacking mobs, here some suggestion.

- use function xconf (for monster = mconf) to stop attacking monster (3 or -1 before/after command as)
- override AI to interrupt during attacking (add delay, pause, etc)

so I got the AI to turn off and my char to stop attacking. The issue now is there is an issue with the pet c command- I get this console message

Error in function 'pet [capture|c]' (Capture Pet)
must be a monster index.


it looks like lost lamb may need to be added to where ever pets are stored in Kore. Have to do some digging

Re: Lost Lamb taming

Posted: 25 Feb 2018, 12:46
by c4c1n6kr3m1
i'll tell you another reason

catch pet and catch lamb in iRO is different
i learned that since this quest appeared a few years ago

Re: Lost Lamb taming

Posted: 25 Feb 2018, 12:51
by BigPeter
c4c1n6kr3m1 wrote:i'll tell you another reason

catch pet and catch lamb in iRO is different
i learned that since this quest appeared a few years ago

ah! interesting. Did you find any solution?

Re: Lost Lamb taming

Posted: 25 Feb 2018, 13:25
by c4c1n6kr3m1
i use send

Re: Lost Lamb taming

Posted: 25 Feb 2018, 13:31
by fadreus
Like wise; if everything else failed, use send usually solve everything >w<
Hahaha..