so i had a question i wanted to replace the run counter with a run counter that will give me GPH can any one maybe link a how to on this or somthing im not great with script so i wouldent know where to start
thanks
so i had a question i wanted to replace the run counter with a run counter that will give me GPH can any one maybe link a how to on this or somthing im not great with script so i wouldent know where to start
thanks
Could someone please tell me at what line(s) in the script i can change the random sleep timer ?
40 seconds is waaaay to high, i would like it ~10 seconds max. :P
Just curious if bags become full while the counter >2 for vendor run will it reset it and go to vendor ?
If not there's possibility of losing rares/legendaries/sets
@Thekingkong, no, we're getting our patch in couple of hours (its 00.44 atm, patch eta is ~06.00)
some more detail would be nice where you running for long periods of time?
did you run it after the patch this morning?
and did it just kick you and lock your accounts
or did you log off and try and come back later to find you was redirected to the customer service page?
or did you log in after the patch to find you where banned?
Last edited by xrpgkingx; 07-03-2012 at 05:46 PM.
Make it max=10 or whatever you want
Func RandSleep($min = 5, $max = 45, $chance = 3)
* * * * $randNum = Round(Random(1, 100))
* * * * If $Timer == True And $randNum <= $chance Then
* * * * * * * * $sleepTime = Random($min * 1000, $max * 1000)
* * * * * * * * GUICtrlSetData($lblStatus, "Status: Random Sleep - " & Round($sleepTime / 1000) & " secs")
*
* * * * * * * * For $c = 0 To 10
* * * * * * * * * * * * Sleep($sleepTime / 10)
* * * * * * * * Next
* * * * EndIf
EndFunc * ;==>RandSleep
*
hi all,
first of all BIG THANKS to notares and all those that contribute and contributed to the script!! awesome job guys! AWESOME!!
second, i wanted to ask about the warden going on line in D3 and the ban issue. how does it work? I read something regarding API's, DLL's and what not..
as far as i can understand (NOOB level..)we don't inject to DLL of the game or change anything in the game..
Is it something I/we need to be worried?
thanks in advance for answers!
So due to coming back to my PC and finding it on the banner screen, I added stealthingyew's "CheckFor banner" script fix, but now I've come back to the banner screen again with the mouse doing various movement in the bottom left corner, this was after 450 runs and the status was on "Open Window".
I haven't tried anything to fix it yet as the only thing I'd know to do next is to watch it until it hangs on the banner screen to see what actually causes it or happens directly before it hangs on banner. Any help would be appreciated.
well we cant call BS just yet if it turns out he is the only person to cry ban then maybe it will be BS but if more players show up saying they got baned then who knows the bans may come in waves or even on a player per player bases but i would find it hard swallow that only one person gets a ban from using a autoit program
Guys, I have a question - Although I am using the recommended resolution, I was originally having issues locating the cellar. I have since changed the co-ordinates by a a few to skew it a little more to the left so that it gets into the cellar most of the time but it still misses the cellar 1/3 times. Are you guys getting the cellar 100% of the time when it's open or is it just me?