[NA] The Pixel Bot Your WAY *NEW*

02/28/2008 00:49 leggojake#16
Quote:
Originally Posted by kenv202 View Post
bob do u know how to go about making the bot attack a mob until the mob dies then switch to next target? i would assume it involve hp coloring of the mob also mix with cmd If...When
very simple. think like a programmer, try not rely too much on others. this is what my bot did. anyways..

if the monster is clicked, try incoroprating a script where it doesnt attack until it searches the red color in the hp of the mob. Then maybe it wont search other monsters until that hp is depleted.
02/28/2008 00:55 Bobs16#17
Quote:
Originally Posted by kenv202 View Post
bob do u know how to go about making the bot attack a mob until the mob dies then switch to next target? i would assume it involve hp coloring of the mob also mix with cmd If...When
I have no reason in putting this in because exp is exp rather they die or live doesn't matter. I can help you with it all you would need to do is set another pixel search after the first one looking for the color black of the dead Hp bar. If $scoord = pixelsearch ox1c1c1c (assuming this is the black) = 0 then send ("{attk keys}") And then set all the attack keys under this. If ox1c1c1c = ($coord[0] $coord[1] )then sleep(50)

It would be something like the mess I wrote above that is just to give you a general idea.
02/28/2008 01:05 kenv202#18
bob do u have messenger i can chat to you directly for help kinda =P?

PS: off topic sorry XD
02/28/2008 01:18 Bobs16#19
Quote:
Originally Posted by kenv202 View Post
bob do u have messenger i can chat to you directly for help kinda =P?

PS: off topic sorry XD
I am at work only thing I use is Xfire if you want PM with your user name.
02/28/2008 01:41 kenv202#20
hm i cant seem to get the auto hp to work..hm i followed ur instruction but hm..
02/28/2008 01:43 widellen#21
I dont undetstand why it wont work for me. The only thing my bot is doing is open cabal window, then my char dont do anyting. i have follow the guide like 3 times but same result. I use the "Findet Tool" in the game (no printscreen) and i get 0xA89F35 (its a darker yellow mobs) plz help :)
02/28/2008 01:56 Bobs16#22
Cant really help just keep trying pixels are hard to find sometimes.
02/28/2008 01:59 widellen#23
yes. been trying for 4 hours now. every bot that i try to use does the same thing. Open cabal windows then nothing more :( i use the ringt options to. :S
02/28/2008 02:05 kenv202#24
manual playing for u then =(
02/28/2008 02:32 sinx000#25
Quote:
Originally Posted by widellen View Post
yes. been trying for 4 hours now. every bot that i try to use does the same thing. Open cabal windows then nothing more :( i use the ringt options to. :S
u do realize this work with north american version only right? //
02/28/2008 04:09 corzy666#26
is there a way that you can add some more codes to it, so it can fight a few different color mobs??? im not really sure how to do it =/
02/28/2008 06:58 santiviciate#27
I have a problem i can see the colors but when i open cabal in the place that should say the color like 0x00000 i just see the ceros the cordinates are well but the color ??


Thanks
02/29/2008 00:18 Bobs16#28
Quote:
Originally Posted by santiviciate View Post
I have a problem i can see the colors but when i open cabal in the place that should say the color like 0x00000 i just see the ceros the cordinates are well but the color ??


Thanks
Try to uninstall and reinstall the newer autoit version.
02/29/2008 06:23 koltar#29
I was having the same problem as santa was, however i just used a diff program to find the colors. The problem that i am having is when i do the function send("1") it doesnt work. I cant seem to get mouseclick to work either. if i hover the mouse over the right icon it does click it but it wont do it on its own even if i set mouseposition to that icon. =(. Any ideas?
02/29/2008 08:13 koltar#30
this is for corzy666.


Im not positive but i think if you change this line
$Coord = PixelSearch (389, 203, 994, 618, 0X5A5909, 20, 4)

to this

$Coord = PixelSearch (389, 203, 994, 618, 0X5A5909, 255, 4)
it may hit all mobs since it will cover the entire spectrum of colors