Hi all! Thanks to TheLuBu for the great bot, I'm loving it!
I've modified the script for fire Barb a bit to work for me. I can kill Ghom in around 10 seconds now reliably.
The code is as follows:
Code:
; Barb
Func barb()
Sleep(1000)
; Buffs
Send("1")
Sleep(20)
Send("2")
Sleep(20)
;Start Fight
MouseClick("Left", Round(390 * $x_ratio), Round(510 * $y_ratio)) ; Move against wall
Sleep(1000)
MouseMove(Round(728 * $x_ratio), Round(280 * $y_ratio)) ; Point mouse straight
Sleep(2750) ; 4 seconds before using bersek
Send("4")
Sleep(800)
Send("1")
Sleep(200)
Send("3")
Sleep(200)
$questcomplete = False
While Not $questcomplete
UseHealthPot()
$coord = PixelSearch(Round(560 * $x_ratio), Round(540 * $y_ratio), Round(630 * $x_ratio), Round(580 * $y_ratio), $questcompleteclr, 10)
If @error Then
Sleep(20)
MouseClick("Right")
Sleep(50)
Send("{SHIFTDOWN}")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
MouseClick("Left")
Sleep(50)
Send("1")
Sleep(50)
Send("{SHIFTup}")
Sleep(20)
If IsPlayerDead() Then Return False;#-# It will now check for death, if player is dead
Else
$questcomplete = True
Sleep(10)
EndIf
WEnd
Return True;
EndFunc ;==>barb
And here's the build: http://bit.ly/1nlIjIG