Those are known issues for 1366 resolutions, and it's not official supported.
Your gonna have to do trial and error runs m8.![]()
Those are known issues for 1366 resolutions, and it's not official supported.
Your gonna have to do trial and error runs m8.![]()
Last edited by Khalen; 07-19-2012 at 04:25 PM.
1. My gem pickup works fine, but i use a text image of the word "less squa".
2. You dont have the latest files uploaded, which basically just renames the rareup.png to rare.png. You dont need to redownload if thats your only issue, just rename the png.
3. Definitely has to do with custom looting. When i turn off custom looting, it loots 3-4 times faster.
4. I have never seen it miss the location of any vendor or salvage, BUT you claimed to run on 1360x768 and then said (or whatever resolution). Both 1360x768 and 1366x768 are common resolutions. This script can do 1366, and if you are using a 1360, they may be why your pathing is slightly off... 1360 and 1366 are extremely close, i believe even the PNGs can work for both (tho not tested).
5. Ya, the analyze time can take 4-5 seconds per item. I believe raulph00 (i know i spelled his name wrong) has worked on a faster searching array and is sharing it with Chancity, so things may speed up soon.
See my post quite a few pages ago (sorry, can't seem to get search to work) about this for an explanation. Basically, the LootCustom function is searching the entire screen, you need to make it use the same coordinates as LootGear nearby. Search your script for "Func LootCustom" and replace the "While _ImageSearchArea" line with this:
Code:While _ImageSearchArea($urlString, 1, 420 * $x_ratio, 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $gX, $gY, $accuracy)
Even if I use the changed ImageSearch from Angrycoder, it still runs in the direction of the chat window and tries to loot?? oO
Since we don't know which parts of gear you have bought already, neither what your dps is or anything, I will just go throught a normal beginners list step-by-step.
1) Turn the bot online during the night.
2) Wake up, and wake up very happily with your new, free invested five millions of cash, or so I assume. (If you don't get roughly five millions, sell your acquired essences etc cheap on AH to get fast cash). "Waste" a million or so to buy a 1300 ish DPS HELLION Crossbow. Simply filtrate auction house with max. buyout 1M and filtrate the results on highest DPS . purchase.
3) Get a pair of boots with 10% (or higher) movement speed with some primary stats and GF included. You can find those very cheap with like 150 Dex, 20 GF and 12% MS on AH.
4) Filtrate AH with max. buyouts on ~400,000-500,000 with GF, MF and primary stat on them. Buy the slot you need. Search around AH once every hour to see if there is anything new and cheap, and within a few days you will have awesome gear and ~500k GPH.
Further tips: Don't forget to keep your DPS 20k+, get ~20 Pickup Radius.
That is atleast something to go on. YW.
Any way to make this bot just pick up rares/set/legendary and stash them after a certain number of runs? All this complicated shit isnt even worth it.
What resolution? I dont think the imagesearch was clicking over there, it sounds more like its the pixelsearch trying to click on the yellow and blue text (as if it found a rare or magic item).
You can try changing the green numbers. The larger the number, the more to the right it starts the search area. So you can try starting at 600, see if that fixes it. Then work your way back down.Code:Func LootGear($color, $tolerance = 2) $count = 0 $Loot = PixelSearch(Round(420 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $color, $tolerance) If Not @error Then While Not @error $count += 1 MouseClick('left', $Loot[0], $Loot[1], 1, 3) Sleep(50) MouseMove(Round(Random(0, 400) * $x_ratio), Round(Random(700, 1080) * $y_ratio), 1) ;Moves mouse out of the way sleep($timingLoot) If $count >= 15 Then ExitLoop EndIf $Loot = PixelSearch(Round(400 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $color, $tolerance) WEnd EndIf Return $count EndFunc ;==>LootGear
I dont know why the 2 green numbers are different, it looks like they both should be 420 as default.
I also dont know why if you are running a standard 16:9 resolution you would be having this problem, but thats where i would start.
the complicated shit is what makes this fun for me and I think why Chance enjoys the hard part of the coding. Feel free to splice someone elses old code that stashes hundred of bad rares. I personally filled my stash of 3 pages in ~16 hours, so this script was a necessity to filter the garbage.
Will include the fix, gimi a second.
square.png has nothing to do with the script. I left it in by mistake. I'm going to purge all the unneeded images.
flawlesssquare.png is the text of "flawless square emer"
only to do a quick hour of running, but im about to head out again...I ... promise...
00:43 <AuctionHouseBeta> I do not bot at all. I created a bot but never used it
was there a solution to the script pausing when trying to salvage?
I literally have not died since version 6. I mean. Never. 0 Deaths. Anyone else having awesome runs?
I'll edit the fix to have you stop clicking on salvage soon. Although to be perfectly honest, if you are using a templar like you should be, the guy talks so much it should almost never happen. Never even realized this was an issue for most.
Just watched the bot pick up 2k on a failure run. Notbad.jpg
Last edited by LATM; 07-19-2012 at 05:41 PM.
00:43 <AuctionHouseBeta> I do not bot at all. I created a bot but never used it