You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
Will go to bag and check all items on the first row. If the item is of a consumable type, collect it.
Next item will replace the current one so we check again the same position until a consumable is not found (max 20 times)
printInColor` "INFO""Collect resources from Bag"inputTapSleep960444# go to Bagcount=0forixin12345; dox=$((128+207*($ix-1)))
while_count=0untilfalsedoif [[ $while_count-ge20 ]]; thenbreak; fiinputTapSleep $x4000.5# check if blue button (Use) and the dark rectangle with the amount exists# the slider and the rectangle can be a little up or down based on the itemiftestColorOR-d36101540aff2bf&& (\
testColorOR-d377712196d553c|| \
testColorOR-d377712596d553c|| \
testColorOR-d377712856d553c|| \
testColorOR-d377713256b553c ); then
((count++))
((while_count++))
inputTapSleep54015400.3# 'Use'inputTapSleep9754050.3inputTapSleep9754050.3# closeelseinputTapSleep9754050.3breakfidone# untildone# for ixprintInColor"DONE""Collected $count resources from Bag"inputTapSleep401780# home
For now, I've added this in the collectMail() function and it works as expected every time but can be added as a new, separate feature.
July 23 Update: covered latest changes in graphics (items moved a little higher and the Back button was moved down a little)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Will go to bag and check all items on the first row. If the item is of a consumable type, collect it.
Next item will replace the current one so we check again the same position until a consumable is not found (max 20 times)
For now, I've added this in the
collectMail()
function and it works as expected every time but can be added as a new, separate feature.July 23 Update: covered latest changes in graphics (items moved a little higher and the Back button was moved down a little)
Beta Was this translation helpful? Give feedback.
All reactions