I'm running the 16:9 script, newest version, at 1366x768 resolution. It is not updating the GPH and Accum. Gold correctly.... For Accum. Gold it's just showing my total Gold that I currently have, and the GPH is an obscenely large number.
Getting an error with this line :
MouseMove(1530 * $x_ratio),0 * $y_ratio), 1)
It says that there are an invalid number of parameters, but it definitely ran for a while and didn't have problems with it before my stash filled up, so is it just because the stash filled up?
Im still having problems since im new to this but in the shots folder I see start and celler. What goes in here and where do i get what needs to be in there?
what timer should i change, if my wizard just teleport back to town when game start, indstead of tp'ing to cellar?![]()
When my stock is full, it tries to loot the item ... how can i break the loop?
can anyone send me the version before graphic user interface?
Does anyone mind sharing their 1366 x 768 au3, ini with me?
I've had some serious issues clicking the open cellars.
************************************************
2012-07-08 14:41:37 :
************************************************
Chancity's Dank Celler
Stats:
Total Runtime: 3 hours, 49 minutes
Open Cellar Avg: 23.9s - Closed Cellar Avg: 11.6s
Total Cellars Found: 146 (38%)
Total Cellars Not Found: 240 (62%)
Total Deaths: 4 (1%)
Total Repairs: 0 (0%)
Loot:
Rares: 0 Legendary's: 0 Set Items: 0 Gems: 0
211K Per Hour - Accumulated Gold: 667K
I tried almost every viable option over the posts I've found, but the problem still exists!
i'm having a few problems. i'm running at 1366x768 and the script seems to be stashing quite a few blues instead of selling them. it also doesn't stash some rares sometimes and sometimes it doesn't even pick up rares (i've seen it just skip over a few them). any idea whats going on here?
also, sometimes i lost connection. i've added the disconnect and lost connection image to my pics folder for 1366x768 but when i get a disconnect it still hangs at the screen. do i have to edit the script at all to get it to recognize the image i've added?
any help would be greatly appreciated!
Last edited by hib333; 07-08-2012 at 01:55 PM.
For those getting stuck in the exit game yes/no loop after dying try this. Find this part of the code in the script:
And add in send escape so it looks like this:Code:GUICtrlSetData($lblStatus, "ERROR: Cannot find Resume button")
In the newer versions of the script it looks like this with send space. You can find it by searching for Func RestartRun and look at the buttom of that function.Code:Else GUICtrlSetData($lblStatus, "ERROR: Cannot find Resume button") Send("{Escape}") Return EndIf
Change the space to escapeCode:Else Send("{SPACE}") Return EndIf
Hitting space works for getting out of the banner and character sheet menus on the main screen, but escape works for getting out of those and the exit game popup. Let me know if it works.Code:Else Send("{Escape}") Return EndIf
Anyone know what line to change in order to vendor at two lines of inventory instead of full? I watched it not pickup because it was full, then stash and leave game (leaving the loot behind). Though very high probability, I don't need that happening to a rare/legend!
Great work btw chancity, you are the man!