이번에는 자동레이드 입니다.
여러 능력자분과 같이 변수 하나 변경으로 라그나 벨무트, 아퀼도는 것을 시도해 보았으나..
그저 올려주신 것들을 수정하는 정도네요.. 제 능력은 ㅋㅋ
역시나 원작자님은 금은동 님입니다.
올려주신 내용에 나름 수정해본 매크로 입니다. 그의 변경된 것은 없지만요...^^;
역시나, 이 매크로 역시 자동장비 정리나, 부활등의 기능은 없습니다.
그저 레이드에 자동으로 참여하는 식입니다.
제가 매크로 돌리는건 서브폰인 갤럭시S3로 간간히 모니터 하며 돌리기에...?
딱히 복잡한 기능이 필요없다고 느껴 금은동님의 것들을 수정하여 사용하고 있습니다.
사용법은 배속1, 지연시간 2초로 주시고 여관에서 시작하시면됩니다.
혹여나 라그나 벨무트로 변경하고 싶으시다면 주석을 참고해서 조정하시면 됩니다.
var #color 0
var #color1 0
var #color2 0
//입장 좌표(이좌표는 심연좌표입니다)
var #deepx 398
var #deepy 1173
:start
//팝업
?sleep 2000
getcolor #color 72 250
?sleep 500
#colora = #color
?if #colora > 10000000
?touchPress 0 85 586
?sleep 1000
?touchPress 0 250 850
?sleep 500
getcolor #color1 237 509
?endif
:quest
sleep 1500
touchpress 0 535 45
sleep 500
touchpress 0 535 45
sleep 500
touchpress 0 535 45
sleep 500
//초대거부
getcolor #color 217 333
?sleep 500
#colora = #color
?if #colora > 10000000
?touchPress 0 250 500
?endif
goto :startpre
//초대 방지용
:startpre
sleep 1000
getcolor #color2 237 509
?sleep #delay
?if #color1 == #color2
touchpress 0 237 509
sleep 800
touchpress 0 199 1218
sleep 800
touchpress 0 243 501
sleep 800
touchpress 0 241 645
sleep 800
goto :gomap
else
goto :gomap
?endif
//맵으로 가는 코드
:gomap
sleep 1500
touchPress 0 69 1208
sleep 100
goto :map
//월드맵 입장
:map
sleep 2000
touchdown 0 180 170
sleep 300
touchmove 0 663 1242
sleep 300
touchup 0
sleep 300
touchdown 0 180 170
sleep 300
touchmove 0 663 1242
sleep 300
touchup 0
sleep 1000
touchpress 0 #deepx #deepy
sleep 1500
//입장 안되었을시 교정용 코드 첫째는 렉방지용 둘째는 좌표 꼬임용
//getcolor #color 622 541
//if #color < 7500000
//sleep 500
//touchpress 0 #deepx #deepy
//endif
//getcolor #color 622 541
//if #color < 7500000
//sleep 500
//touchpress 0 94 46
//goto :startpre
//endif
//goto :run
//시작
:run
sleep 1000
touchpress 0 115 1130
sleep 800
touchpress 0 235 775
sleep 15000
goto :exit
//종료 인식용
:exit
sleep 800
getRGB #red #green #blue 65 50
if #red > 245 and #green > 245 and #blue > 245
sleep 50
goto :exit
else
sleep 5000
endif
:exit1
sleep 7000
:end