Lost Lamb taming

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
BigPeter
Noob
Noob
Posts: 6
Joined: 23 Feb 2018, 16:19
Noob?: Yes

Lost Lamb taming

#1 Post 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?

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Lost Lamb taming

#2 Post 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.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

BigPeter
Noob
Noob
Posts: 6
Joined: 23 Feb 2018, 16:19
Noob?: Yes

Re: Lost Lamb taming

#3 Post 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.

BigPeter
Noob
Noob
Posts: 6
Joined: 23 Feb 2018, 16:19
Noob?: Yes

Re: Lost Lamb taming

#4 Post 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

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Lost Lamb taming

#5 Post 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)

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

BigPeter
Noob
Noob
Posts: 6
Joined: 23 Feb 2018, 16:19
Noob?: Yes

Re: Lost Lamb taming

#6 Post 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

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: Lost Lamb taming

#7 Post 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

BigPeter
Noob
Noob
Posts: 6
Joined: 23 Feb 2018, 16:19
Noob?: Yes

Re: Lost Lamb taming

#8 Post 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?

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: Lost Lamb taming

#9 Post by c4c1n6kr3m1 »

i use send

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Lost Lamb taming

#10 Post by fadreus »

Like wise; if everything else failed, use send usually solve everything >w<
Hahaha..

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply