매크로

조회 수 788 추천 0 댓글 5

밑에글에 이어서?...이건 레이드반복용이구요...

아템정리는 짜다... 주케 창고가 넓어서 관뒀어요 ㅡ.ㅡㅎ

역시나 갤럭시s2 3G 모델용이구요...

갤럭시s2LET나 LET HD 는 돌아갈지 모르겠어요 ㅠ.ㅠ

?

굽신굽신

?

* 악 어제 올려놓고 바로퇴근했더니.... 다른게 올라갔네요 수정할께요...

?

DEVICE: SHW-M250S 4.0.4
SCREEN_SIZE: 480x800

// 던전루프횟수
var #dungeon_loop_count 0


// 레이드위치
var #raidx 340
var #raidy 160


// 물약스크롤위치
var #scroll1x 50
var #scroll1y 650
var #scroll2x 50
var #scroll2y 705
var #scroll3x 50
var #scroll3y 760

// 색획득변수용
var #color1 0
var #color2 0
var #color3 0

?

:start

toast 시작합니다.


// 루프시작
:loop


?// 이전파티로 재도전 확인
? sleep 500
?getcolor #color1 160 200
?getcolor #color2 280 210
?if #color1 == 16776191 and #color2 == 8682875
?touchpress 0 160 260
?toast 재도전취소
?goto :loop
?endif

?// 마을확인후 모험하기 버튼 클릭
?sleep 5000
?getcolor #color1 50 430
?getcolor #color2 50 750
?if #color1 == 15122002 and #color2 == 16246750
?touchpress 0 35 760
?toast 마을확인
?else
?sleep 1000
?touchpress 0 65 45
?sleep 100
?touchpress 0 450 770
?toast 마을이아님
?goto :loop
?endif

?// 레이드 위치 클릭
?sleep 2000
?touchpress 0 #raidx #raidy
?sleep 4000

?// 레이드 파티초대메시지
?getcolor #color1 265 340
?getcolor #color2 265 440
?if #color1 == 10789532 and #color2 == 15132646
?touchpress 0 160 400
?sleep 1000
?touchpress 0 140 780
?sleep 1000
?touchpress 0 155 250
?sleep 1000
?touchpress 0 160 400
?toast 초대거절
?goto :loop
?endif

?// 레이드 신청 클릭
?sleep 2000
?touchpress 0 80 700
?
?// 입장하기 클릭
?sleep 2000
?touchpress 0 160 520
?
?// 아이템 정리
?// sleep 500
?// getcolor #color1 300 210
?// getcolor #color2 160 210
?// if #color1 == 2693136 and #color2 == 16250871
?// goto :itemfull
?// endif


?// 조건까지반복
?:dungeon_loop
?
? // 물약쓰기
? getcolor #color1 40 30
? if #color1 == 16777215
? touchpress 0 #scroll3x #scroll3y
? sleep 100
? touchpress 0 #scroll2x #scroll2y
? sleep 100
? touchpress 0 #scroll1x #scroll1y
? sleep 100
? endif
?
? toast 레이드중-#dungeon_loop_count회
? sleep 1000
? //종료등의 화면넘기기용
? touchpress 0 #scroll1x #scroll1y

? // 이전파티로 재도전 확인
? sleep 500
? getcolor #color1 160 200
? getcolor #color2 280 210
? if #color1 == 16776191 and #color2 == 8682875
? touchpress 0 160 260
? toast 재도전취소
? goto :loop
? endif

? // 레이드종료 및 마을확인
? sleep 500
? getcolor #color1 50 430
? getcolor #color2 50 750
? if #color1 == 15122002 and #color2 == 16246750
? #dungeon_loop_count = #dungeon_loop_count + 1
? toast 마을확인
? goto :loop
? endif

?


?
?goto :dungeon_loop
goto :loop

?

?

// 아이템정리함수
:itemfull
?touchpress 0 160 270
?toast 장비창이동
?sleep 5000

?sleep 2000
?touchpress 0 400 455
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?sleep 2000
?touchpress 0 400 535
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?sleep 2000
?touchpress 0 400 620
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?sleep 2000
?touchpress 0 400 700
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?sleep 2000
?touchpress 0 305 455
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?sleep 2000
?touchpress 0 305 535
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?sleep 2000
?touchpress 0 305 620
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?sleep 2000
?touchpress 0 305 700
?sleep 2000
?touchpress 0 40 540
?sleep 1000
?touchpress 0 160 260
?sleep 2000
?touchpress 0 430 725

?// 창고창으로 이동
?sleep 3000
?touchpress 0 60 725
?touchpress 0 60 725
?touchpress 0 60 725

?// 창고로 장비이동
?sleep 1500
?touchdown 0 400 455
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0

?sleep 1500
?touchdown 0 400 535
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0

?sleep 1500
?touchdown 0 400 620
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0

?sleep 1500
?touchdown 0 400 700
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0

?sleep 1500
?touchdown 0 305 455
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0

?sleep 1500
?touchdown 0 305 535
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0

?sleep 1500
?touchdown 0 305 620
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0
?sleep 1500
?touchdown 0 305 700
?sleep 500
?touchmove 0 365 244
?sleep 1000
?touchup 0
?
?sleep 3000
?touchpress 0 65 45
?sleep 3000
?touchpress 0 65 45
?goto :loop

?

////////////////////////////////
:loop_end

log 종료 레이드반복-#dungeon_loop_count
:end



List of Articles
분류 제목 글쓴이 최근변경 추천
자유 스크립트좀 수정해주실분 찾습니다..ㅎ 13 케론 2015.03.19 0/0
자유 히로매크로 잘사용하고 있습니다 꾸벅.. 하늘아이랑 2014.11.07 0/0
질문 히로 매크로가 먼가여??? 10 셔우링 2014.11.09 0/0
질문 태환은린님 소스 질문있어요!! 5 아이세린 2014.11.07 0/0
정보 별되 레이드 반복 갤럭시S2용 매크로 5 자반 2014.11.08 0/0
정보 별되 9번반복 템정리 갤럭시S2용 매크로 4 자반 2014.11.09 0/0
질문 히로메크로 실행이안되요.. 도와주세용 백인노 2014.11.07 0/0
질문 touchdown 과 touchpress 차이점이 무엇인가요?? 7 다녕 2014.11.09 0/0
정보 잊혀진심장 맵 9번방 무한반복 매크로 31 epox 2014.11.13 2/0
질문 1일sss 메크로관련 질문이요~ 6 아영이당 2014.11.11 0/0
질문 히로매크로하고싶습니다.. 2 dfasdfsdf 2014.11.07 0/0
질문 히로매크로 스크립트 붙여 넣기가 안되여 ㅜㅜ 7 하나마나용 2015.11.26 1/0
질문 태환은린님의 1일스스스를 쓰고있습니다. 14 반달곰벌레 2014.12.24 1/0
자유 라이안님스크린사이즈가? 8 교쿠 2014.11.07 0/0
질문 태환님 OVA 파일 로 별되 업뎃할시 오류뜨면 어떡해 해... 3 히로별되 2014.11.12 0/0
자유 신규 레이드 오토 돌리려면.. 도데체 얼마나 쎄야 하는... 8 샤키 2014.11.07 0/0
자유 똑같은 소스인데 다르게 동작하는 이유는 무엇일까요? 8 호로도옹동 2014.11.14 0/0
질문 별되히로매크로관련 8 참새궁둥이 2014.11.08 1/0
질문 그저 레이드스크립트 고수님들 봐주세요 ㅠ 17 케론 2014.11.07 0/0
자유 히로 매크로로 원하는 성능이 안나오네요... 6 천구텐구 2014.11.08 0/0
Board Pagination Prev 1 ... 105106107108109110111112113 ... 123 Next
/ 123

전체 최신 인기글

전체 주간 인기글