Originally Posted by
LokiMadness
Im having a few problems with custom looting and some other questions.
"Custom looting = True" Images are in the same place as all the other images are. So they are in the right folder, since I had to take screenshots of everything to get the bot working, since Im running at my own edited version "1680x1050 as WD" just had to do a lot of changes to get bot to get to right spot and change a lot of spells, but having some problems with the looting
Atm its set to not loot magical, and screenshots from "Tomb" are working. SO the setup should be in working order. I have also taken screenshots of "Plan: and "Design:" also for "Mythic" but he does not seem to loot any of the. so Im guessing something is wrong with the "Settings" / images... I have not done any changes to tolerance.
Since Im also running a WD with this script picking up Gold with +0 pickup radius was a bit of a problem. so I tried adding a screenshot of "Gold" and that dint work either, could have been that all the gold are having animated glimmer around them, making it harder for the image recognition to work properly.
Do I have to editing the code itself to write the names of the new images in the au3 file ?
Feel free to comment what I have written, if you have information regarding custom looting like plans and designs, and how to improve the gold looting, and plz skip comments like "buy gear with pickup radius"
Subfolders for images ?
Would it be possible to make subfolders ? Because what I have read in previous comments is that the more images you have in the folder the longer it takes for the bot to search for matches.
So making a folder called "basic" and have the basic images like "MainMenu.png" Tristtram, and all the basic images needed to get the bot to work.
Make a 2nd folder for "stashing" and have images that are related to moving loot from bags to the stach.
and a 3;e called "looting" where you have images of stuff u want the bot to match for when you are looting.
That would make it alot easier for the bot to make matches.
> It should be "Tome" not "Tomb", just for reference 
> You either change the image names in the script to match the image names you have, or save your images with the same names in the script.
> Try to increase the tolerance.
> Make sure you are running the game and your desktop in the same reso as the script needs and [Bthen[/B] take the images in that same reso in game.
> I don't use this particular script, but all the scripts I know only use a main folder, and all the different functions look in that folder for different images/purposes.
You can try this if you want; for example, under stashing you may see something like this:
Code:
If _ImageSearchArea($pngLoc & "tomeIcon.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,100) Then
Change the tomeIcon.png to stashfolder/tomeIcon.png where "stashfolder" is your stashing subfolder and see if that works. I did not test this obviously 
> Btw for the path in the script, make sure you have the backslash \ at the end as many people miss that, for example:
Code:
$pngLoc = "c:\windows\games\images\subfolder\"
> Also you can try these tips of mine and see if they help:
http://www.ownedcore.com/forums/diab...ml#post2376922 (Auto It: Dank Cellar Script(s) Custom Looting question!)