DEVICE: Samsung Galaxy S4 - 4.2.2 - API 17 - 1080x1920 4.2.2
SCREEN_SIZE: 480x800
var #color 0
//모험 여관
var #mainx 457
var #mainy 542
var #mainc 447982
//필드 확인
var #mapx 432
var #mapy 309
var #mapc 5553629
//이미파티중
var #nox 160
var #noy 445
var #noc 152072
//레이드 대기실
var #mapsx 432
var #mapsy 309
var #mapsc 5553629
//레이드중
var #hunterx 55
var #huntery 17
var #hunterc 9147547
//레이드종료
var #endx 56
var #endy 16
var #endc 3619646
//장비정리창
var #itemx 278
var #itemy 405
var #itemc 923941
//인벤정리
var #invenx 447
var #inveny 36
var #invenc 1800675
//판매확인 등급판매
var #sellx 161
var #selly 327
var #sellc 12504300
//다음칸이동
var #selx 161
var #sely 327
var #selc 16711423
//나가기
var #backx 47
var #backy 46
var #backc 2245030
//재파티 팝업
var #aginx 275
var #aginy 405
var #aginc 2436922
//초대취소
var #nonox 278
var #nonoy 405
var #nonoc 2436922
//매크로 시작 라벨
:start
sleep 100
//모험 여관
:main
sleep 100
getcolor #color #mainx #mainy
sleep 50
if #color == #mainc
toast 모험여관
sleep 500
touchpress 0 44 760
sleep 1000
goto :map
endif
//필드 확인
:map
sleep 1000
getcolor #color #mapx #mapy
sleep 50
if #color == #mapc
toast 필드 확인
sleep 500
//심연좌표 232 737
//벨무좌표 337 163
touchpress 0 232 737
sleep 500
goto :item
endif
//장비정리창
:item
sleep 100
getcolor #color #itemx #itemy
sleep 100
if #color == #itemc
sleep 500
touchpress 0 167 455
sleep 500
touchpress 0 72 44
sleep 500
touchpress 0 61 128?
sleep 500
goto :back
else
goto :maps
endif
//레이드 대기실
:maps
sleep 50
getcolor #color #mapsx #mapsy
sleep 50
if #color == #mapsc
toast 레이드 대기실
sleep 500
touchpress 0 79 701
sleep 500
touchpress 0 161 535
sleep 1000
goto :hunter
endif
//레이드 입장
:hunter
sleep 500
getcolor #color #hunterx #huntery
sleep 500
if #color == #hunterc
toast 레이드 입장
sleep 1000
goto :end
endif
//레이드 종료
:end
sleep 500
getcolor #color #endx #endy
sleep 500
if #color == #endc
toast 레이드 중
sleep 1000
//추보선택여부
//touchpress 0?
//아이템선택 좌표설정?
//1번 ?168 177
//2번 ?168 362
//3번 ?168 444
//4번 ?168 525
//선택안함 215 400
touchpress 0 215 400
sleep 1000
//추보선택여부
//touchpress 0 54 266
else
goto :agin
endif
//인벤정리
:back
sleep 10000
getcolor #color #invenx #inveny
sleep 500
if #color == #invenc
toast 아이템팔자
sleep 5000
touchpress 0 61 671
sleep 4000
touchpress 0 61 671
sleep 4000
touchpress 0 61 671
sleep 4000
touchpress 0 393 456
sleep 5000
touchpress 0 41 539
sleep 5000
goto :sell
else
endif
//판매확인
:sell
sleep 100
getcolor #color #sellx #selly
sleep 200
if #color == #sellc
sleep 100
touchpress 0 161 327
sleep 5000
goto :backout
else
goto :sell1
endif
//판매확인1
:sell1
sleep 100
getcolor #color #selx #sely
sleep 200
if #color == #selc
sleep 1000
touchpress 0 161 327
sleep 1000
touchpress 0 430 722
sleep 1000
touchpress 0 304 457
sleep 1000
touchpress 0 41 539
sleep 1000
touchpress 0 161 327
sleep 1000
else
goto :backout
endif
//인벤아웃
:backout
sleep 10000
getcolor #color #backx #backy
sleep 500
if #color == #backc
toast 나가자
sleep 50
touchpress 0 47 46
sleep 500
goto :main
endif
//재파티 팝업
:agin
sleep 100
getcolor #color #aginx #aginy
sleep 50
if #color == #aginc
toast 팝업 취소
sleep 1000
touchpress 0 162 371
sleep 300
goto :nono
else
goto :main
endif
//초대취소
:nono
sleep 100
getcolor #color #nonox nonoy
sleep 50
if #color == #nonoc
toast 초대취소
sleep 500
touchpress 0 161 371
sleep 500
goto :main
else
goto :main
endif
//////////////////////
:end
거스티님 스트립트인데...
저는 한번은 되는데 한판끝나고 재파티창부터 ?안되고 가만히 있네요...
조언좀 부탁드려요...