It be what I do.
My bad, no I havent done an update.
Somewhere near 285
Code:
MouseDown("left")
Sleep($atk2Time*1000)
MouseUP("left")
Move that chunk of code up a few lines to just before the Sleep(500) and add the line RandMove(..............) mentioned in the code
It should end up looking something like this:
Code:
EndIf
RandMove(Round(450*$x_ratio),Round(70*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;hovers over the rare Sarkoth
MouseDown("left")
Sleep($atk2Time*1000)
MouseUP("left")
Sleep(500)
Looting tomes is buggy... Basically it hates you. I have found that as you do faster and faster runs, looting tomes is actually detrimental. The time it takes to loot them vs the amount they sell for generally makes them a negative asset. Basically, they literally aren't worth your time. However if you want to play with it.. Line 590ish
Code:
$TomeCount += LootItem("tome", 100)
Keep changing that number 100 until you are happy. The lower the less whites you will pick up (but possibly less tomes aswell). The higher the easier it is to pick up tomes, but youll get some whites aswell. Its the tolerance value.
![[Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-mainmenu-png](https://www.ownedcore.com/forums/attachments/diablo-3/diablo-3-bots-programs/d3-gold-profiles/8383d1443816811t-gold-item-farming-shimizokis-sarkoth-dh-script-autoit-mainmenu-png)
That is what I have as the default. so basically you want a nice small image, it doesn't have to be the whole "Resume Game". Either of the words will work. I will however point out the the images you just attached are JPGs not PNGs... double check because they do ACTUALLY have to be PNGs.