Page 1 of 1

Automatic Pet Feeding

Posted: Mon Mar 07, 2011 8:52 am
by Sersn
hey guys :)

has someone a script to feed a pet with all food for it in my bag?
i have so much millers-cake to feed, but to click all 1000s of cakes is just.......s**t :D

can someone help me?

Re: Automatic Pet Feeding

Posted: Mon Mar 07, 2011 9:41 am
by rock5
You do it like this

Code: Select all

mypet = CEggPet(n) -- where 'n' is the pet number slot you want to feed
mypet:feed("Miller\'s Special Cake", "all")

Re: Automatic Pet Feeding

Posted: Sun Mar 13, 2011 6:15 am
by Sersn
i dont know how to geet this working,
can u tell me? im iew in booting rom :)

Re: Automatic Pet Feeding

Posted: Sun Mar 13, 2011 9:57 pm
by rock5
You can use the CommandLine file for this.

1. Start the bot.
2. At the waypoint files list, select Commandline.xml
3. At the prompt type

Code: Select all

mypet = CEggPet(n) -- where 'n' is the pet number slot you want to feed
4. And then

Code: Select all

mypet:feed("Miller\'s Special Cake", "all")
You could also add it somewhere in your chicken waypoint file so it feeds them while collecting them.

Re: Automatic Pet Feeding

Posted: Tue Mar 15, 2011 8:32 pm
by Sersn
is did exactly what you said, but nothing happend

is there a command to start or what i have to do after typing this 2 lines?

Re: Automatic Pet Feeding

Posted: Tue Mar 15, 2011 8:41 pm
by lisa
I'll just assume you copied it exactly.

If your pet is in the first pet egg slot do

Code: Select all

mypet = CEggPet(1)
mypet:feed("Miller\'s Special Cake", "all")


If second pet egg slot do

Code: Select all

mypet = CEggPet(2)
mypet:feed("Miller\'s Special Cake", "all")

Re: Automatic Pet Feeding

Posted: Tue Mar 15, 2011 9:57 pm
by rock5
Sersn wrote:is did exactly what you said, but nothing happend
Nothing happened at all? No error messages or anything? Are you running in English? Are your Miller's Special Cakes in your inventroy?

Re: Automatic Pet Feeding

Posted: Wed Mar 16, 2011 7:14 am
by Sersn
the game is running in german, so i habe to type german commands? :D

Re: Automatic Pet Feeding

Posted: Wed Mar 16, 2011 7:23 am
by rock5
Sersn wrote:the game is running in german, so i habe to type german commands? :D
Yes the item name should be as you see it in game. Or you could just use the id number 204791.

Re: Automatic Pet Feeding

Posted: Wed Mar 16, 2011 8:02 am
by Sersn
IT IS WORKING

LOVE YOU ALL :D