It works where it was before you changed the position. You run abit to the right at the start, i hope you understand where
tell us then richard, the only thing i found was a wrong sleep timer with a value of 360 where he doesnt have enough time for the loot function and bugs out
; Go into position for the boss
Func StartBoss()
Sleep(1500)
$found = False
while not $found
; Looks for candles in the top left corner
$coord = PixelSearch(135, 572, 135, 572, 0x6D6236, 30)
If Not @error Then
$found = True
Sleep(500)
; Go at the bottom of the room
MouseClick("left", 777, 957, 2, 20)
Else
sleep(10)
EndIf
WEnd
BeatBoss()
EndFunc
; Fights the boss
Func BeatBoss()
Sleep(2500) ; Waits for the player to arrive at the battle spot. Dont put this too low
$dead = False
; Use some spells
Send("2")
Sleep(200)
Send("3")
Sleep(200)
Send("4")
MouseMove(1150, 137)
MouseDown("right")
Sleep(200)
Send("1")
sleep($bossTimer)
while not $dead
This is what he means // the red dot
no, because just because it says " loot " on tooltip doesnt mean is that , and the config is made if u waste or fail at loot, it will go on, other wise if u had bags full it would spam loot and drop it over and over again,
the real problem was when u get at boss's room, he does a pixel search on some candles and if didnt had time enought or failed at scan then the bot would try to search the blue door wich u had already in , other wors u cant find what is not there
Can some oen TELL ME what is CORE coins! and how i have them ?
StrikeN asked if you could revert the position the character is running before the fight starts. This is the old code where hes just running a few steps. This is also the good fighting sequence for a DH. But im still to stupid to combine yours and this code
Would be awesome. I could use the bot then aswell with my DH
found an issue with the set stasher..
the old hex alone doesn't work, because amus & rings are darker
added a Searchresult 5 with 0x326815, its the darker green
testing now
https://www.dropbox.com/sh/vv88cnxwprzt9jq/qFUwjQkZq4
copy demonhunter bot, i havent tryed because i am having problems with conection
i still have to do a demon hunter fight mode
well i just dl'ed the bot.au3 from an hour ago that you uploaded, amus and rings didn't work with that
now ill add my color and try again when my inv gets full again