amazing script ... running smoothly here (1366), only the GFH counter isn't working, I have to do something specific to work in 1366?
Ya, GPH works half and half for me when i used the default tesseract search area. For 1366 x 768 replace the below.
Old code
New code:Code:$CurrentGold = _TesseractScreenCapture(0, "", 1, 2, 1450*$x_ratio, 504*$y_ratio, 1570*$x_ratio, 530*$y_ratio, 0)
I dont think i have ever seen it get the wrong gold info with these search parameters.Code:$CurrentGold = _TesseractScreenCapture(0, "", 1, 5, 1054, 360, 1117, 372, 0)
T_T bot just selling legendary plan, 1sec to press X to stop bot.. but too late tt.
the bot shouldn't stash it?
Last edited by Leschaps; 07-19-2012 at 06:58 PM.
Okey i now officially blame LATM for lack of sleep... 1 freaking hour.![]()
Until a few hours ago I was running v8 with 0 pickup radius, and the ferrets got all of the gold most of the time, only occasionally missing a pile or two. I since picked up another piece with +6 radius, and the ferrets take care of the rest every time. Only saying because a piece with good GF, MF, *and* radius can be expensive, there is no need for 3-4 of them with this script.
The solution to the script pausing while trying to salvage is to upgrade to v8 or later, it is fixed now. Stashing all rares works, but is unnecessary now. If you disabled the pausing at the blacksmith and vendor to prevent this behavior, you can put them back on as a safety measure.
You can try to widen it by a few pixels, or just use your own coords around your gold. the 1054 is the left most spot, 360 is the top, 1117 is right, and 372 is right. So you can try like 1060, 362, 1120, 372.
It may also be your load time, since it seems like its grabbing all the other numbers correctly.. ie the accumulated gold is correct, its just your starting gold is not right. It gets the starting gold on your very first log in, and if you log in a little slow, it may not have the time to get the info on the open / close of your inventory.
So i would first try to adjust your load time, see if that fixes it. It not, you can mess with adjusting the search area a little more.