Sersn
Posts: 6 Joined: Tue Mar 01, 2011 6:37 am
#1
Post
by Sersn » Mon Mar 07, 2011 8:52 am
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
can someone help me?
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#2
Post
by rock5 » Mon Mar 07, 2011 9:41 am
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")
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
How to: copy and paste in micromacro
________________________
Quote:
“They say hard work never hurt anybody, but I figure, why take the chance.”
Sersn
Posts: 6 Joined: Tue Mar 01, 2011 6:37 am
#3
Post
by Sersn » Sun Mar 13, 2011 6:15 am
i dont know how to geet this working,
can u tell me? im iew in booting rom
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#4
Post
by rock5 » Sun Mar 13, 2011 9:57 pm
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 feed4. 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.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
How to: copy and paste in micromacro
________________________
Quote:
“They say hard work never hurt anybody, but I figure, why take the chance.”
Sersn
Posts: 6 Joined: Tue Mar 01, 2011 6:37 am
#5
Post
by Sersn » Tue Mar 15, 2011 8:32 pm
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?
lisa
Posts: 8332 Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia
#6
Post
by lisa » Tue Mar 15, 2011 8:41 pm
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")
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#7
Post
by rock5 » Tue Mar 15, 2011 9:57 pm
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?
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
How to: copy and paste in micromacro
________________________
Quote:
“They say hard work never hurt anybody, but I figure, why take the chance.”
Sersn
Posts: 6 Joined: Tue Mar 01, 2011 6:37 am
#8
Post
by Sersn » Wed Mar 16, 2011 7:14 am
the game is running in german, so i habe to type german commands?
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#9
Post
by rock5 » Wed Mar 16, 2011 7:23 am
Sersn wrote: the game is running in german, so i habe to type german commands?
Yes the item name should be as you see it in game. Or you could just use the id number 204791.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
How to: copy and paste in micromacro
________________________
Quote:
“They say hard work never hurt anybody, but I figure, why take the chance.”
Sersn
Posts: 6 Joined: Tue Mar 01, 2011 6:37 am
#10
Post
by Sersn » Wed Mar 16, 2011 8:02 am
IT IS WORKING
LOVE YOU ALL