im working on a bot for Elite packs in crypt of the ancients (Act 1 Quest 6) and i have it working in hell but in inferno, i need to be able to kill the elite.
i was wondering if anyone has any code that can recognize elite packs. (only Yellow ones)
this is what i have so far:
func isChamp()
$Pixel3 = PixelSearch($Screen[0],$Screen[1],$Screen[2],$Screen[3],0xEAC23C,8 )
if Not @error Then
return True
EndIf
return False