sorry sorry sorry sorry
Last edited by frankdahtank; 07-11-2012 at 10:37 AM. Reason: i'm dumb
How does the script work out if this is a Legendary/Set/Rare item exactly? I'm just wondering if the script is actually picking up what it is suppose to pick up? I was keeping an eye on it and one time a rare item dropped and the script didn't pick it up!! If it missed this item, then who know what else the script is missing while we're away!!
Thanks
Add the function at the bottom of the script.
At the top where all variables are declared put $runPause = 0.
Then write the following line at the part in the code where you want it to pause, for example while it's in the menu or when it's in town:
made a little typo in the function, here is the correct 1:Code:call("RandomPause", $run)
Code:func RandomPause($run) if $runPause = 0 then $runPause = $run + Round(Random(20,30)) Elseif $runPause = $run Then sleep(Random(10000, 30000)) $runPause = 0 EndIf EndFunc
Last edited by jcunit; 07-11-2012 at 11:57 AM.
Sweet thx, got no experience whatsoever in scripting/programming etc, just computer stuff in general so ^^ Thx for the clarifications, gonna give it another go.
I've been using a tolerance of |90 for picking up tomes and gems, it has been working out well.
PixelSearch uses as default value of shade variation of 0 ( exact match), in the script you can see lootGear uses a default of 2. You could try raising that a little more if you're stil missing stuff.
How much MS/ pickup radius do I need to max my gph? I'm currently at 25% and 20. 25% ms doesnt seem worth it since the bot mostly teleports.
Hey Chancity, just wondering if you noticed, but the Exit Game button's text has been changed to Exit Diablo III. :s
i've got 298gf, can't seem to do more than that without reducing my movement speed. Is 25% ms really necesary?