Skip to content

Commit

Permalink
Merge pull request #23 from mangelgar14/Fix_Ascending_Heights
Browse files Browse the repository at this point in the history
AH: Fix on the character color to search
  • Loading branch information
Devil4ngle authored Nov 18, 2024
2 parents 54b5f0f + b769eba commit 9f686fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/AscendingHeights.au3
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Func AscendingHeightsPlay()
Sleep(2000)
MouseClick("left", 560, 570, 1, 0)
EndIf

PixelSearch(700, 385, 730, 385, 0x7A444A)
If Not @error Then
cSend(15000, 0, "d")
Expand All @@ -49,9 +50,8 @@ Func AscendingHeightsPlay()
EndIf
EndIf

$aPosPlayer = PixelSearch(375, 260, 900, 730, 0x633E75)
$aPosPlayer = PixelSearch(375, 260, 900, 730, 0x11869E, 31)
If @error Then ContinueLoop

$aPosPlatform = searchAllPlatformBellowPlayer($aPosPlayer[0], $aPosPlayer[1], $bSame)
If Not IsArray($aPosPlatform) Then ContinueLoop

Expand Down

0 comments on commit 9f686fb

Please sign in to comment.