http://tailstar.net/hiromacro/1751307 에 쓴 글인데요.
바뀐 점이 2개입니다.
1. 제가 파티장이 되어버려서 다시 하냐고 묻는 창이 나타나면 우정점수 위치의 색값이 다른 색이네요.
그래서 어찌 될지 몰라서 색을 두 개 잡고 둘 중 하나라도 뜨면 레이드 종료인 것으로 파악 후 창을 닫도록 수정
2. 레이드 초대가 들어오면 이미 레이드 참여중이라는 문구가 뜨면서 레이드를 돌 수 없게 되는 현상이 발견되어
아예 레이드 초대들어온 것도 취소해버리도록 수정
그 외에는 그냥 구동 시간을 줄이고자 대기시간을 줄였습니다.
var #color 0
//result check
var #rcx 454
var #rcy 720
var #rcc 15923711
var #rcc2 6382694
// pop-up
var #popx 30
var #popy 131
var #popc 15527148
//no ticket
var #ticx 158
var #ticy 300
var #ticc 15527148
// Macro Start
:start
sleep 100
// Go Dungeon
:enter
sleep 2000
touchPress 0 47 768
sleep 2000
touchPress 0 61 99
sleep 500
touchDown 0 420 730
sleep 500
touchMove 0 40 70
sleep 500
touchUp 0
sleep 1000
touchPress 0 351 633
sleep 3000
getcolor #color #ticx #ticy
sleep 500
if #color == #ticc
toast No - Ticket ?:(
sleep 1000
touchPress 0 154 400
sleep 1000
touchPress 0 61 45
sleep 1000
goto :pop
else
goto :party
endif
//Make Party
:party
sleep 1000
touchPress 0 69 703
sleep 1000
touchPress 0 154 495
toast Let's Raid^^
goto :exit
endif
//End Party
:exit
sleep 500
toast Raiding.....^^
touchPress 0 365 770
getcolor #color #rcx #rcy
sleep 500
if #color == #rcc or #color == #rcc2
goto :pop
else
goto :exit
endif
//pop-up exit & Raid cancle
:pop
sleep 1000
touchPress 0 27 313
sleep 500
touchPress 0 160 315
sleep 500
touchPress 0 27 313
sleep 500
touchPress 0 160 484
sleep 500
touchPress 0 127 676
sleep 500
touchPress 0 160 315
goto :enter
endif
:end
자세한 설명은 원래 글 참조하는 것으로 하죠.. ㅋ
감사합니다. 조금 수정해서 아퀼러스도 사용중이긴한데 ㅋㅋ 도움이 됩니다^^;