2 proc, 2 core per proc and 2 Go ram.
Win7 x64.
I run diablo fine but just at the moment where the bot check for looting = crazy freeze.
Wondering if anyone else is having this issue or has any suggestions.
After a successful run where there is no loot to be salvaged, my guy will run up to the vendor, pass him, sit in the corner for a second, then pause the script and never resume. It works fine after salvaging then moving to the vendor. I have had this issue on both my VM and my PC.
Any help is appreciated.
At my work I have 5 ESXi servers that run over 300 VMs. VMware tends to have worse performance with multiple processors or multiple cores. You may get better performance if you set your VM to a single core. That is what I use and I have no performance issues during the OCR process.
This is picture ofFor anyone running a different resolution than 1920x1080, you will have to find your own values to input.Code:$slot1x = 1434 ; first slot x coordinate $slot1y = 607 ; first slot y coordinate $offset = 48 ; offset for each slot $slotLineTopX = 1414 ;First slot line x coordinate $slotLineTopY = 632 ;First slot line y coordinate $slotLineBotX = 1458 ;First slot line x coordinate $slotLineBotY = 634 ;First slot line y coordinate $slotLineOffSet = 48 ;offset for each line $CellMiddleTopX = 1429 $CellMiddleTopY = 604 $CellMiddleBotX = 1435 $CellMiddleBotY =609 $CellMiddleO = 48
$slot1x = 1434 - The orange dot in Bag Slot 1,1. (ie, the dead center of bag slot 1,1).
$slot1y = 607 - The orange dot in Bag Slot 1,1. (ie, the dead center of bag slot 1,1).
$offset = 48 - The orange dot in either Bag Slot 1,2 or 2,1. Doesnt matter which way you go. You only need 1 offset (x or y since its a square and equally spaced).
$slotLineTopX = 1414 - This is the left green line.
$slotLineTopY = 632 - This is the top yellow line.
$slotLineBotX = 1458 - This is the rigth green line.
$slotLineBotY = 634 - This is the bottom yellow line.
$slotLineOffSet = 48 - This should be the same as $offset from the orange dots.
$CellMiddleTopX = 1429 - Left Red Line.
$CellMiddleTopY = 604 - Top Blue Line.
$CellMiddleBotX = 1435 - Right Red Line.
$CellMiddleBotY = 609 - Bottom Blue Line
$CellMiddleO = 48 - Same as above offsets.
This should allow the script to scan your items correctly on different resolutions (you will need the correct PNGs as well), but this should fix the scanning areas.
Yeah full low setting and yes i run the script as admin.
When i try on my normal computer, there are no frezze when he checks.
Thank for your help !
Here are all the scan areas, the little middle box is checking to see if there's an item in the slot, the line in between the cells tells us if there's a two slot item, and the big box is just the area to move the mouse to do the image search.
$offset = 48
BIG BOX
SLOT LINECode:$slot1topx = 1414 ; first slot x coordinate $slot1topy = 588; first slot y coordinate $slot1botx = 1457 ; first slot x coordinate $slot1boty = 630; first slot y coordinate
Code:$slotLineTopX = 1414 ;First slot line x coordinate $slotLineTopY = 632 ;First slot line y coordinate $slotLineBotX = 1458 ;First slot line x coordinate $slotLineBotY = 634 ;First slot line y coordinate
LITTLE BOX
Code:$CellMiddleTopX = 1429 $CellMiddleTopY = 604 $CellMiddleBotX = 1435 $CellMiddleBotY =609
The point of analscan is to remove the highlight around the new items, if thats there the pixelsearch for slot line will fail. I'm working on making the mouse move to random cells each time it does the analyzing but still check all the cells.
Last edited by chancity; 07-16-2012 at 06:19 PM.
works for the other 900 people who have downloaded so far.
899/900 means something on your end.
I will work on making that part of the script, only actually using smokescreen so it doesn't take 2800 seconds.
you need to take your own screenshots, read the thread.
= is the start button. what the hell are you asking
Ive been busy Ill do it tonight
00:43 <AuctionHouseBeta> I do not bot at all. I created a bot but never used it
Well, if im running on a 1366 x 768 and the offsets are set toFor me, when the time comes to scan, it is scanning off my screen (i can actually see the mouse move to the second monitor and do its thing lol). Thats why i had to grab my own coords. Everything else in the script works flawlessly. The looting, the pathing, the killing, even repairing. But i havent been able to get the salvaging or stashing to work, since its looking off my screen when the scan starts.Code:$slot1x = 1434 ; first slot x coordinate $slot1y = 607 ; first slot y coordinate $offset = 48 ; offset for each slot