|
Post by BillyD on Apr 19, 2005 16:33:52 GMT -5
Hi, I am working on a mining bot and need a bit map screenshot of a Gold Ore being mined without pickaxe being broken. If anyone could supply me with one I will gladly share my code with you once this program is completed. For the screenshot to be beneficial to me:
1)You need to change your resolution to 1024x768 (in the config program)
2)You need to change your Window Model to Model 4 (in the in-game config menu)
3)Under Config -> Windows your minimum lines displayed needs to be 7 and maximum is 8.
I would really appreciate anyones help in getting this screenshot as i need to get some co-ordinates for my script.
|
|
|
Post by TinyTerror on Apr 19, 2005 17:06:59 GMT -5
Wouldnt this only be helpful to identify the result of mining?
|
|
|
Post by BillyD on Apr 19, 2005 17:48:40 GMT -5
yes, to check if a gold ore was mined, i have a screenshot of gold ore but I have not successfully mined a gold ore lately with my pickaxe not breaking.
|
|
|
Post by BillyD on Apr 19, 2005 19:33:44 GMT -5
woot just got a gold ore while mining before i went to bed, nevermind the above. Thanks.
|
|
|
Post by BillyD on Apr 21, 2005 18:46:24 GMT -5
Is the syntax for this If statement correct? for some reason when i have a mining point selected it's still not hitting control 1. the two variables $target1 & $target2 both contain the values of two pixels in mining point target.
If PixelGetColor(938,670) = $target1 AND PixelGetColor(946,690) = $target2 Then Send("^1") EndIf sleep(3000)
|
|
|
Post by dirtytofu on Apr 23, 2005 17:58:55 GMT -5
Try to put a delay before the Send call.
|
|