You may want to scroll up abit. I explained the difference between Exit Game and Exit Diablo.
Exit Diablo kills your client completely when used while in a game, so thats clearly not whats happening to you.
Exit Game can only be seen if you click on Exit Diablo from the Main Menu, so obviously you could not have accidently clicked Exit Game instead of Logout from within the game.
Anyways, read back a page and hopefully that fixes your issue. Just trying to steer you in the right direction, since you thought it had to do with random clicks, and thats just not the case at all ;p
Well, I LOVE this script. You are an absolute monster for creating this. It's very impressive.
So far with my demon hunter and barbarian running I have had pretty much zero issues. What I did change for my Demon Hunter though,
As the first command when the hunter enters the cellar I have "DoSprint()" because the one that is supposed to happen just outside the cellar isn't timed right, and I remove it. Adding delays to get another fog before the cellar just causes my guy to stand still with the fog wasting it. Adding the sprint just upon entering the cellar makes it work VERY nicely. I also changed it down to "Moving(1800)" instead of 2800. Beautiful from here on out.ElseIf $Hero == 'Hunter' Then
DoSprint()
RandClick("middle", Round(20 * $x_ratio), Round(708 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar
Moving(1800)
I have a problem when salvaging is on. As you all know, the chat displays/spams the information about what item returned what scrap.
Now: after the first run to town to salvage, the item pickup seems to be confused - I think it is trying "pick up" what's in the chat window. That's why the bot then runs to the lower left, clicking a few times, and only then porting. Waste of a few seconds there. Tried to re-use the pickup boxes of the "fixed" legendaries (still getting fake legendaries, by the way), but still no dice.
Any ideas?
You can.. but it will not be easy and you will need to bypass the recovery code (in cases where you click the cellar but something goes wrong). The way it works right now, there is no fixed wait time to enter the cellar. The code clicks on the cellar then scans the top right corner of the screen until it detects the text "Dank Cellar" unfortunatly this text fades in after you enter so it doesnt start immediatly but there is the delay you mentioned. its kinda annoying and im open to hearing better ways of detecting your inside
There was an error for the wizard on line 449 for the wizard. Change send("4") to Send($Skill4).
If you want to put Force Armor on, change your 4th sill to it, and put Send($Skill4) on line 275 (right after the sleep). This makes the bot put on Force Armor right at the start of the run.
i wanne say thx to you for the script !! its very awsome xo im getting like 250 gph with only 155% gold find !!
I'm testing the script ... but it cannot start... i got errors like
"area not found" with 3 areas and than "resume button not found"
i'm running on the correct aspect ratio both screen and game, and checked paths of tesseract ecc ...
any hint ?
After testing monk speed 12% / 20 % / 25% the path seems a lot better but theres like 50% chance that it wont click right on the entraceAlso you can remove randclick on safe exit since inner sanctuary makes you immune while tp.
can someone make this script working for other resolutions? cant find a monk script, so if anyone is able to edit this script i would pay for it.
1366x768 would be great =)
double post
@Blacksack
Since my GPH has yet to work (the rest of the script is flawless), im trying to adjust where it finds my Gold.Code:$mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, (1920 - 1571) * $x_ratio, (1080 - 525) * $y_ratio, 0)
Can you explain:No idea what anything in blue refers to.Code:(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, (1920 - 1571) * $x_ratio, (1080 - 525) * $y_ratio, 0)
As for the green, why are there 2 values in ( ).
What does the 0 at the very end represent?
I have never worked with the tesseract before, i would have assumed it would work like am image search, basically drawing a box around where to search for the gold, but the values in green throw me off.
Any chance you can give me a brief explanation of what i highlighted above?