DEVICE: Samsung Galaxy S3 - 4.3 - API 18 - 720x1280 4.3
SCREEN_SIZE: 480x800
val #warc
val #r
val #g
val #b
val #loop
:start
:war
getcolor #warc 214 724
#r = #warc % 256
#g = #warc / 256 % 256
#b = #warc / 256 / 256 % 256
toast #r #g #b
if #r < 25 and #g < 25 and #b < 25
sleep 1000
touchPress 0 342 672
sleep 800
goto :warstart
else
sleep 800
goto :warstart
endif
:warstart
toast start!!!!
sleep 1500
//원하는 라운드만 주석풀고 쓰세영
//1라운드
touchDown 0 58 310
//25라운드
//touchDown 0 58 431
//50라운드
//touchDown 0 58 542
//75라운드
//touchDown 0 58 662
sleep 150
touchUp 0
sleep 500
touchDown 0 163 484
sleep 115
touchUp 0
sleep 2000
toast 사냥중.......
:warsearch
toast #r #g #b
getcolor #warc 316 442
if #warc == 16777215
sleep 6500
goto :warend
else
sleep 3500
goto :warsearch
endif
:warend
toast warend!!!
sleep 1500
touchDown 0 182 404
sleep 120
touchUp 0
sleep 5500
touchDown 0 47 400
sleep 800
touchUp 0
sleep 5500
goto :war
:end
제가 쓰는 단순 골드 앵벌이용 미궁 1번방 반복 스크립트거든요...
손쓰님이 올려주신 자료였습니당
혹시.. 다시하기 버튼으로 계속 반복되게하려면 어딜 어찌 바꾸는지 알려주실수 있을까요ㅠㅠ?
혹시 지금 UI 개선된 다음 위 스크립트로 실행이 되나요??
일단 warend 부분을 아래처럼 바꿔보세요~
:warend
toast warend!!!
sleep 1500
touchDown 0 182 404
sleep 120
touchUp 0
sleep 2500
//다시하기 <-- 막으려면 아래 세줄 주석처리 //
touchPress 0?100 320
sleep 1000
touchPress 0 160 480
//확인 <-- 미궁 메인으로
//touchPress 0?100 480
sleep 5500
goto :war