netterrr
Member!
Log into closed battle.net manually, then go back to your bot and add -skiptobnet parameter. That should do it!
Also, don't set your load and login delays too low..
Also, don't set your load and login delays too low..
alright i try that for the 380 error thanx nettrrrOriginally posted by netterrr
Log into closed battle.net manually, then go back to your bot and add -skiptobnet parameter. That should do it!
Also, don't set your load and login delays too low..
global $rval
global $count
dim $wname[8]
$wname[0] = "D2Loader Error"
$wname[1] = "D2Loader Exception"
$wname[2] = "Hey guys"
$wname[3] = "Loader Error"
$wname[4] = "Diablo II Error"
$wname[5] = "Diablo II Exception"
$wname[6] = "Diablo II: Diablo II.exe - Programfel"
$wname[7] = "Diablo II: Diablo II.exe - Programfehler"
$msgbox = MsgBox (1, "Close my D2-Error", "Press ok to start")
if $msgbox = 2 then exit
while 1
For $count = 0 to 7
If (WinExists($wname[$count]) = 1) Then
WinActivate($wname[$count])
Send("{ENTER}")
ExitLoop
EndIf
Next
sleep (3000)
wend