Great work, loving this.
Great work, loving this.
got stuck in chest room again...
mangi3timer - Pastebin.com
this is a temporary solution ( i hope)
Kelz&Xosmos script, big thanks for them again
changes: added timer for boss rooms candle search -> after 2 mins in the chest room bot restarts
Func StartBoss()
ToolTip("Run " & $runcount & ": Entering Boss Room...", 0, 0)
Sleep(1500)
$found = False
while not $found
; Looks for candles in the top left corner
$coord = PixelSearch(Round(135 * $x_ratio), Round(572 * $y_ratio), Round(135 * $x_ratio), Round(572 * $y_ratio), 0x6D6236, 30)
If Not @error Then
$found = True
Sleep(500)
; Go at the bottom of the room
MouseClick("left", Round(777 * $x_ratio), Round(957 * $y_ratio), 2, 20)
Else
sleep(10)
EndIf
if TimerDiff($start) > 70000 Then
ToolTip("Run " & $runcount & ": PARA...", 0, 0)
menuleave2() ----> change 70000 (70 seconds) if your run takes more time.
EndIf
WEnd
BeatBoss()
EndFunc
also reduced pixelsearch sensitivity on resume button ! ( was on value 20 --> found button out of nowhere)
Works only if you choose normal exit ( not the tp+leave)
Lets hope this eliminates at least some afk-dc-s
i think manglemaw is fixed now. 250+ runs and only 2 legendaries
Yeah Manglemaw is no longer viable, dont get any useful things. Havent seen a set item in 24 hours.
Think its just bad RNG. I had 5 legs all day yesterday but today I had 4 legs in my first 6 runs.
Has anyone tested the new exit if stuck in chest room feature? I tried it out by just manually moving my toon to a different position. After the timer sees im stuck it exits fine and restarts the loop but once I get done killing the boss it seems to mess up everytime. It will loot items, then move the position to loot gold and exits as it should however the Tooltip stays stuck on Looting Gold and doesnt change to looking for resume button. After so many seconds it then goes to the PARA tooltip which thinks im stuck in chest room. This causes the Credits screen to be brought up and i get stuck in there.
Anyone else experience this? I have tried multiple times with the same result. Bot runs fine until it triggers the PARA tooltip then the following run breaks it.
you are right: there are 2 timers in the script:
1. after boss is killed 70 seconds,
2. chest room
what happens: timer starts with bot , stuck at chest --> 70 seconds pass --- > makes the bot NOT reset but start from beginning ---> boss timer comes up way over 70 seconds
any solutions?
Will just remove that part of the script for now I know nothing about these scripts to attempt a fix
Last edited by shockcircuit; 04-05-2014 at 09:52 AM.
Had a bountiful night of botting, ~ 8 hours of botting with the chest addition billxt came up with i got 21 legendaries.
well! i changed this bot! now it sells , repair, check bags full, send legs to bank! so opDDDD always good to know how to use auto it!!!! i will try to add log in if get disconnect at this config
![]()
@richardptt
Hey nice u can give me/us ur nice script?
greets
https://www.dropbox.com/sh/vv88cnxwp...E/diablo%20bot
WELL its still with some bugs, i spent over 5 hours right now trying to fix evry thing ! but i can do it with my wizzard 500k dps t3, REMOVE EVRY THING from ur bags or it will sell it
u can config it wich slots to sell or not! and it will pick also blues and u can turn it off
And u need ot install auto it!
just try it and tell me what u think!
Build: wizard http://eu.battle.net/d3/en/calculato...jO!iWYS!YZcZaZ
Last edited by richardptt; 04-05-2014 at 11:28 AM.
Died in T3 in the chest room. My bad for being greedy.
RIP.
Still can't get this to work. 1920x1080 windowed fullscreen, default gamma settings, and it only works with assistance. Instead of going for the resume button, it ends up just above my chat window. If I manually resume, it attempts to use to portal and clicks right under it. It's like the coordinate settings are just a bit off for me or something. Any ideas?