Pet 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
firefox2015
Noob
Noob
Posts: 3
Joined: 22 Feb 2015, 04:29
Noob?: Yes

Pet Taming

#1 Post by firefox2015 »

I have make macro to taming lost lamb
but bot not taming it

i also make "do im " for item also cannot

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
}

virulent
Noob
Noob
Posts: 6
Joined: 02 Feb 2015, 15:41
Noob?: Yes

Re: Pet Taming

#2 Post by virulent »

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
}

Post Reply