In the options menu, to get item pickup to work, does it have to say "1920x1080" under resolution? Mind is faded out and says 1280x800 but under D3Pref.txt I'm told it's 1920x1080...
In the options menu, to get item pickup to work, does it have to say "1920x1080" under resolution? Mind is faded out and says 1280x800 but under D3Pref.txt I'm told it's 1920x1080...
That may be a way to fix it, another method would be to adjust the tolerances until you pick up items more often. Chances are though if you missed it once, you will miss it again.
1920x1080 is the only supported resolution for item pickup (If you are running a smaller resolution it may not work). However if you make your own PNGs on your native resolution and replace the ones you downloaded... it should work.
-Darkling Lord
Does anyone has this new script version working with 1280x780 resolution?
My monitor resolution is 1920x1080, my D3Pref.txt shows 1920x1080, however in-game it shows another value and it's grayed out. I'm not able to pick up gems whatsoever. I would make my own PNGs but I'm not sure how. To my understanding I have to zoom in and do something pixel-by-pixel
@notAres
Have you tested the random sleep chance? I cant seem to get it to work for some reason, it just never does the long sleep.
$Timer = True
Func RandomSleep()
If $Timer And Random(1,20) = 20 Then
Sleep(Random(30000,60000)
EndIf
EndFunc
I changed it to Random (1,2) = 2 and Random(1,1) = 1 to try and force it to fire, just not happening.
Last edited by Shimizoki; 06-11-2012 at 10:28 PM.
-Darkling Lord
Last edited by Shimizoki; 06-11-2012 at 10:59 PM.
-Darkling Lord
Theoretically yes, if the 5 is a 100it should always run. the 5 represents the % chance. 5 = 5%, 100 = 100% chance
EDIT::
I am very prone to editing my previous post 100 times within 3 minutes of posting it. I like getting basic details out there quickly, then coming back and giving the long response. I think it helps other people... maybe not.
Last edited by Shimizoki; 06-11-2012 at 10:41 PM.
-Darkling Lord