i get the delay as well when im at 1920x1080, once i lower my res to 800x600 the delay is almost gone. its your computer. i adjusted my ram and cores appropriately and it marginally fixed the issue.
i get the delay as well when im at 1920x1080, once i lower my res to 800x600 the delay is almost gone. its your computer. i adjusted my ram and cores appropriately and it marginally fixed the issue.
Okay, that seems about right. But now I have the issue about salvaging and vendoring and identifying. My script wont do any of that on the 1366x768 resolution. After a full bag it checks all the items slowly but skips a lot of the items and checks all of the top row. When it goes to salvaging, it just pauses the script and it says "Frozen to prevent vendor of worn item, sorry....". And I have a few rares unidentified in my inventory which should have been identified after the item check.
I wrote a post within the last 15 pages on this thread explaining how to fix all the 1366x768 issues. Just look back a few pages.
The changes have already been implimented in the DH version of Chancitys script if you want to look at it as a reference, or you can just find my post a few pages back detailing what is needed.
Basically you need the right pixel color for the SlotLines, you need to rename some PNGs in the 1366 pics folder, and you need to add a lot of PNGs to the folder. Either in this post or in the DH post (and maybe both), i posted all the pics needed and detailed how to fix the issues.
any idea how to set the bot to ID all the rares that the bot pick up ._. cause it keep trying to sell un'id rares
I've read through the last 18 pages to the pages of which you've posted on, I've done all that. I added the pictures I found on LATM's thread where you posted 1366x768 pictures and renamed everything correctly. I didn't find anything about SlotLines and pixel colors, although I did find some posts between you and chancity on LATM's thread about inventory, which could be the slotline and pixel colors but I'm not sure what you two are saying. It's all mostly code. I tried to add you're code where you posted to fix salvaging, vendoring, and stashing but that doesn't work at all. My script still looks only at the top line in my inventory when it does the item check. And before it salvages, the script pauses and gives me the freezing error and nothing is done. It's also still not looting any flawless emerald gems even when tolerance is at 70.
Last edited by iMoogle; 07-18-2012 at 05:00 PM.
Just want to verify you are using:
This
and notCode:$SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x312018,1)
Code:$SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x2C1B14,1)
This alone should get you scanning all 60 slots, and has worked for everyone thats posted. From there, its just a matter of adding in the correct pngs and renaming them. This should also stop the script from pausing (i think), tho there are a few things that could cause that.
Last edited by iMoogle; 07-18-2012 at 05:06 PM.
There is no flawlessemerald.png for the 1366 script, unless you made your own. There is one in there for all flawless gems, and you will probably have to change the default tolerance from 40 to 90 to loot them.
Err, i guess there is an Em2.png. This pic is very old and has nothing to do with this script, just happened to be copied over from probably noAres.
The 1920x1080 script using a text based png to find emeralds. I would try using that method.
Last edited by Angrycoder; 07-18-2012 at 05:14 PM.
Which png is it to loot all flawless gems? I deleted all the unnecessary pngs you said to delete on one of your posts. I only have Em2.png in the folder, unless to loot all flawless gems is Gems.png?