신발사고 나가는 스크립 2개 복사해서 늘려도보고 시간도 늘려봤는데 ;;
여전히 상점에 같혀서 사냥중... 가방이 꽉차서 정수를 살수없습니다 라는 반복만하고있네요?
어떻게 해야할까요 도와주세요 ..ㅜㅜ
////---------------------자동신발구매--------------------
// 신발 부족
:key
sleep 3000
getcolor #color #mainx #mainy
sleep 50
if #color == #mainc
touchpress 0 43 584?
sleep 2000
touchpress 0 61 328?
sleep 500
touchpress 0 61 328
sleep 500
touchpress 0 61 328
sleep 500
touchpress 0 61 328
sleep 500
touchpress 0 61 328
sleep 500
touchpress 0 307 647
sleep 2000
touchpress 0 307 647
sleep 2000
touchpress 0 168 521
sleep 2000?
touchpress 0 449 771
sleep 2000 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<10000으로 수정해서 현제 돌려보는중?
touchpress 0 449 771
sleep 2000 ?<<<5000 (시간늘려봄 ..실패) ? ? ? ? ? ? ? ? ? ? ? ? ?<<<<10000으로 수정해서 현제돌려보는중?
touchpress 0 449 771 <<<(복사해서 하나 더붙여봄 ..실패..)
sleep 2000 <<<5000 ?(시간늘려봄 실패)
#key = 0
endif
goto :start
////---------------------자동신발구매--------------------
헬프미 ;;; ㅜㅜ
음 우롱님은
스크립내 안에 상점 체크를 추가 하셔야할듯하네요
좌우끝 흰색 부분 좌표 2개를
색값으로 따서 넣어보세요 이방법뿐일듯;
색값따실때는 흐린한 부분보다 정확한 색이 나오는곳이 좋습니다.
sleep 50
getcolor #color 상점 좌측 끝 흰색부분좌표
getcolor #color1 상점 우측 끝 흰색부분좌표
if #color == 좌측흰색값 and #color1 == 우측흰색값.
sleep 50
touchpress 0 449 771
sleep 500
touchpress 0 449 771
sleep 500
endif
//상점에서 구매 클릭 했을시
sleep 50
getcolor #color 상점구매클릭후 좌측 끝 흰색부분좌표
getcolor #color1 상점 구매클릭후 우측 끝 흰색부분좌표
if #color == 좌측흰색값 and #color1 == 우측흰색값.
sleep 50
touchpress 0 상점 구매 취소하기누르는 좌표 되도록 클릭하는 밑에 다른게 없도록하세요
sleep 500
touchpress 0 449 771
sleep 500
touchpress 0 449 771
sleep 500
endif