Hero Pet Trainer

01/19/2010 20:53 Lion2205#16
Quote:
Originally Posted by sa0sin View Post
the schlatter bot works better for a pet lvler than this lol and its not even intended to pet lvl ahahhah =P
Well my intend is to Feed your pet, while your afk or something... or even if you forget to Feed them while playing...
01/20/2010 11:34 sa0sin#17
yeah i understand that lion. but its not working at all. it just spams the 0. how is anyone gonna run that thing administrator without getting hero bugged?....idk its kinda weird. i wish it worked for me
01/20/2010 12:55 ax5#18
it works for me. yes the bot spam 0
01/20/2010 13:27 sa0sin#19
instead of waiting for my pets hunger to get to 90 it just spamms it lol, wow this needs alot of work. Thanks for trying anyway
01/20/2010 18:49 Lion2205#20
Quote:
Originally Posted by sa0sin View Post
instead of waiting for my pets hunger to get to 90 it just spamms it lol, wow this needs alot of work. Thanks for trying anyway
it's not my fault ^^, i dont use AutoIt at all.. This is my first time i try it and im not even sure what i did wrong.
01/20/2010 20:38 ax5#21
Quote:
Originally Posted by lion2205 View Post
it's not my fault ^^, i dont use AutoIt at all.. This is my first time i try it and im not even sure what i did wrong.
It`s ok :) i can post a Demo Pet feeder
01/20/2010 21:21 schlat#22
how does it work?
do u use memory + sendkey
or
pixxelsearch + mousemove
or
imagesearch?

if it should only a pet food bot, try it with imagesearch!
For petlvling u only use the low pet foods, thats are only 2 different for mounts and combat pets. Make 2 pics of it and use the imagesearch-lib...like that

If _ImageSearch(@ScriptDir & "/pics/petFood1.bmp", 1, $x, $y, 10) Then
MouseMove($x,$y,0)
MouseClick("right",$x,$y,1)
EndIf

If _ImageSearch(@ScriptDir & "/pics/petFood2.bmp", 1, $x, $y, 10) Then
MouseMove($x,$y,0)
MouseClick("right",$x,$y,1)
EndIf

This code search u the petfood-images in u screen (Quickslot or inventory) and if succesfully found it makes an right click on it.
After that u need only a delay- or detecting the pet hunger- function...and volla!
01/21/2010 07:33 audiblemindz#23
i think imma try makin one using sendkeys see if that will work just simple as hell... timers and sendkeys lol
01/21/2010 09:15 sa0sin#24
please do =] cuz im having a hard time =[
03/21/2010 11:58 respect100#25
can it make the pet evolve faster like 10x the time...or more xP..or is there any kind of program like this ?
03/24/2010 15:57 pvpzero#26
Quote:
Originally Posted by respect100 View Post
can it make the pet evolve faster like 10x the time...or more xP..or is there any kind of program like this ?
no, it can't

This program is only for pet feeder
03/24/2010 17:01 ax5#27
Its easy to make a pet feeder use the


If _ImageSearch(@ScriptDir & "/pics/petFood1.bmp", 1, $x, $y, 10) Then
MouseMove($x,$y,0)
MouseClick("right",$x,$y,1)
EndIf

If _ImageSearch(@ScriptDir & "/pics/petFood2.bmp", 1, $x, $y, 10) Then
MouseMove($x,$y,0)
MouseClick("right",$x,$y,1)
EndIf
03/24/2010 20:22 xakal775#28
not work delay Zeros in 1second Fix It.
03/25/2010 00:26 Lion2205#29
Quote:
Originally Posted by ax5 View Post
Its easy to make a pet feeder use the


If _ImageSearch(@ScriptDir & "/pics/petFood1.bmp", 1, $x, $y, 10) Then
MouseMove($x,$y,0)
MouseClick("right",$x,$y,1)
EndIf

If _ImageSearch(@ScriptDir & "/pics/petFood2.bmp", 1, $x, $y, 10) Then
MouseMove($x,$y,0)
MouseClick("right",$x,$y,1)
EndIf
Make a new one then, as you can see my experience with Auto Failed.
06/08/2010 16:05 Aimless Angel#30
~closed~