Originally Posted by
djenkov
Script and version:2.0.1
Help or request: Help
Desktop resolution: 1600x900
Diablo 3 window type:window mode full screen
Operating system (32-bit or 64-bit):
Manual or auto install:auto 64-bit
Move bound to mouse3: yes
Where are you starting the: from the checkpoint?/game menu?(I don't get the question).
Game language:english
Hi,I have a minor problem with the scripts.If the cellar is closed sometimes the bot does not teleport after it uses mirror image.It happens only from time to time.Any idea how to fix this?
This is causing some deaths.
Happens to me too , just manually increase the delay
Code:
If FindCellar() = 1 Then
If CheckDead() Then
Return
EndIf
GUICtrlSetData($lblStatus, "Status: Cellar - Found")
RandClick("left",Round($cellarCoordx[$CellCoord] * $x_ratio),Round($cellarCoordy[$CellCoord] * $y_ratio),1)
Moving($walktime)
Else ;ABORT RUN
GUICtrlSetData($lblStatus, "Status: Cellar - Not Found" & @CRLF)
Sleep(10)
mousemove(962,518,1) ;Keep me safE!
Send($Hydra)
Sleep(620)
Send($MirrorImage)
Sleep(400)
send("{SHIFTDOWN}")
sleep(200)
Mouseclick("left")
sleep(300)
send("{SHIFTUP}")
sleep(400) ; <<<<<<< INCREASE THIS
Call("TownPortal")
If Not CheckDead() Then
Call("LeaveGame")
EndIf
Return
EndIf