var #color 0
var #chaos 528433
var #boost 6316163
var #itemsell 920351
var #request 7370105
var #result 772
:start
getcolor #color 1030 650
sleep 50
if #color == #chaos
sleep 50
//반복사냥//
touchpress 0 120 1573
sleep 2500
endif
getcolor #color 924 1085
sleep 50
if #color == #boost
sleep 50
//쾌속전투체크//
touchpress 0 346 660
sleep 2500
//확인//
touchpress 0 166 795
sleep 2500
endif
getcolor #color 993 1148
sleep 50
if #color == #itemsell
sleep 50
//장비판매확인//
touchpress 0 156 992
sleep 2500
endif
getcolor #color 828 1388
sleep 50
if #color == #request
sleep 50
//취소//
touchpress 0 270 1202
sleep 2500
endif
getcolor #color 816 517
sleep 50
if #color == #result
tiuchpress 0 166 795
sleep 1000
endif
:end
이렇게 작성을 하였는데.. 색값을 이렇게 사용하는게 맞나요??
if #color == #chaos >>>> if #color = #chaos =하나 지우시고요
//반복사냥// >>>>>> toast 반복사냥 이렇게해서 문구를 띄우시면 더 보기 좋을듯요
그리고
if ~~~~~~~~~
~~~~~~~
goto :이름1
:이름1
~~~~~~~
뭐이런식으로 나중에 편집하기 좋으시게
분리 해 놓는것도 방법입고요