hey!
i got the same problem as some guys.. the cursor do not click the resume game =(
hope you find a solution soon
cuz seems that the bot is awesome
Peace
hey!
i got the same problem as some guys.. the cursor do not click the resume game =(
hope you find a solution soon
cuz seems that the bot is awesome
Peace
I will be working on a more robust version of this, today.
The next test version will be a LOT slower than the current 'live' version to try and iron out the bugs you guys have reported.
@Thaelion
I can't seem to get my character current gold using memory reading unless I'm running my bot in debug mode. Got any advice for me?
i have the same problem with the other guys bout the bot not clicking the resume button... i think the problem is it doesnt see the hex color on the location given on the script... can i ask how you get the hex color on the position so i could try and replace mine and see if it works?
Does warden detect this?
Hi Thaelion , am I able to disable myself from picking gems ? I think that picking gems is slowing down the process..can be alot faster if without pick up gems
Last edited by FireStormZ; 07-09-2012 at 01:55 AM.
You cant unless you know where the gem's code is, in future, I will add config options in there,
But, if you want to hack at it, here is what your looking for .
Remove that and it wont loot gems.Code:If StringInStr($OBject[$i][2],"Ruby") or StringInStr($OBject[$i][2],"Amethys") or StringInStr($OBject[$i][2],"Emerald") or StringInStr($OBject[$i][2],"Topaz") Then PowerUseGUID($OBject[$i][1],0x7545) $GemCount += 1 $foundobject = 1 ExitLoop EndIf
somehow i cant get the hex color with autoit windows info im running on full screen 800x600 and the autoit info would not stay on top for me to drag the thingy to get the color hex... and when i set it in full screen window the coords goes out of sync![]()