시즌3 업데이트에 맞추어 전에 사용하던 메크로를 좀 변경해보았습니다.
갤럭시S3용입니다~
사용방법은,?
반복하고 싶은 방 선택 후 친구 선택화면에서 실행하시면 됩니다.
주의하실점은, 장비 풀, 동료 풀 모두 무시하고 반복적으로 실행됩니다.
//변수설정
var #color 0
var #R 0
var #G 0
var #B 0
:start
sleep 1500
//가방무시
:pat
touchpress 0 235 780
sleep 2500
//친구선택
touchpress 0 538 930
sleep 500
touchpress 0 40 655
sleep 10000
touchPress 0 655 591
sleep 10000
//종료확인
:exit
sleep 100
getRGB #red #green #blue 67 45
if #red > 245 and #green > 245 and #blue > 245
sleep 50
goto :exit
else
sleep 100
goto :exit1
endif
:exit1
sleep 200
getRGB #red #green #blue 67 45
if #red > 100 and #red < 104 and #green > 100 and #green < 104 and #blue > 100 and #blue < 104
goto :exit3
endif
getcolor #color 369 90
sleep 100
if #color == 0
sleep 50
goto :exit3
endif
sleep 3000
:exit3
sleep 1000
getcolor #color 693 114
sleep 150
if #color == 0
goto : exit2
endif
touchpress 0 80 640
sleep 2000
touchpress 0 64 455
sleep 1000
touchpress 0 64 455
sleep 3000
goto :pat
:end
감사합니당~~~