What values do we change to reduce the amount of time it waits before clicking resume game?
The hovering above chat area before clicking resume too, can that be removed?
So coming out of a game, and having the cursor move straight to resume ASAP without hovering over chat area or pausing awhile before clicking resume.
Anyone knows what values to change? I think this can really streamline the entire run process.
Thanks!
my monitor is 1680x1050 but i cant seem to change it to 1600x900, i also try in desktop it still doesnt let me. Says out of range =/
can anyone help me with this or my monitor just unable to support 1600x900
my Dh go near the cellar, not enough close to see it, click near ( on its right ) as soon as dh click, he click back to his position then TP to town.
i checked by mayself, something it's open.
I tried to look around, i've the same issue on 2 scripts.
i'm on 1920*1200 native, i put windowed fullscreen 1920*1080 ( have to put full screen to select it )
any idea, thank you
Not sure what you're asking. @ScriptDir means the directory the script is in and thats how autoit reads it. The only designation you need is to make sure you change line 112 in your .au3 file to this:Also change the inside the .ini file it to read like this:Code:If $pngLoc == "@ScriptDir" Then $pngLoc = @ScriptDir & "\pics\"
So if you have a folder on your desktop called Script, then inside that you would have a folder called pics and the actual script (.au3 file and .ini file). In the pics folder are all the png images included when you download the botfiles, just drag and drop the actual .png's into the \pics\ folder.Code:[Custom Loot] PNG Location=@ScriptDir
The overall file structure would then be this:
ETC. with the images.Code:C:\Users\<USER>\Desktop\Script\DH.au3 C:\Users\<USER>\Desktop\Script\DH.ini C:\Users\<USER>\Desktop\Script\pics\MainMenu.png
What this means is that you can essentially have the script and \pics\ folder in any directory and as long as that is where you run the script from, it finds the images fine.
To stop it hovering over the chat, just remove line 136:
Code:MouseMove(Round(Random(0,400)*$x_ratio),Round(Random(700,1080)*$y_ratio),3);Moves mouse out of the way
Last edited by Danglah; 06-25-2012 at 11:32 AM.
dank cellar not found is what keeps on happening on my end i have the proper png for my reso and everything is working except for that part![]()
I constantly get "The game connection has been lost." errors. is there any way to add something to this script that whenever it sees that error pop up it hits okay taking your game to the main menu Then restarts script?
Does anyone else have a problem with the bot constantly picking up white items and not doing anything with them and then inventory fills up?
thanks for your script notAres. i have a problem though, after 1 or 2 hours of running, my game gets stuck at the loading screen of the game, and it never gets through.. Any ideas whats wrong? never happend before. Not sure if its related to the script
anyone knows what the problem is with this
Expects - OldRuins
Found - OldRuins
Checking - DankCellar
Not Found - DankCellar
Calling - TownPortal
i have the proper png and reso no matter what i do it keeps saying that![]()
Turn on Letterbox, if this doesnt work, change the x/y numbers (for mouse move to the cellar) in the script.
As far as i know, the code doesnt include selling white items, so you have to manually sell the whites.
This means, the script doesnt find the DankCellar warp point.
Either it is closed or the mouse moving doesnt work.
Last edited by Trynd; 06-25-2012 at 11:47 AM.
what to do when your primary stash is full? i went to work and leaved the bot working... after 9 hours my stash was complete full of rares/legendarys/set and the bot was trying to put the items on the stash in kinda endless loop...
thank you for taking the time to answer my question when the script resumes the game it uses the skills then moves around but never to the point it reaches the dank cellar![]()
Hey guys,
ive reported of some mysterious "cannot find resume button errors"
now ive seen live how it happened.
Cellear was closed and my char was about to teleport back.
I died right then when the teleport was finished.
Bot left the game in town and the script was confused and came into banner menu (dunno why)
after a while banner menu got closed but the mouse was right over the resume game button
so that ist was highlighted. Thats why he cant find the resume game button anymore becouse
its looks diffrently when the mouse is over it. So i guess imagesearch doenst work in this case.
The script runs so flawlessly but this is the only thing that annoying.
Described phenomenon happens about once per night.
Has anybody observed this too?
Or has anybody an idea to solve this?
Thanks in advance!