안녕하세요.
멜랑님에게 허락받고 멜랑님의 스크립트에서 우정받기?추가할 필요가 있을것 같아서 작업하게 됐습니다.
우정받기?원치 않으면 작업안해도 됩니다.
1080x1920 스크립트에서
if #color1 = #메인화면색값1 and #color2 = #메인화면색값2 and #f_s = 0
??set #error 0
??toast 메인화면 확인!!!
??sleep 2000
??goto :이동지역판단
?elseif #color1 = #메인화면색값1 and #color2 = #메인화면색값2 and #f_s = 1
??set #f_s?1
??set #error 0
??sleep 2000
??goto :이동지역판단1
?
이부분을 찾아서? set #f_s 1를 set #f_s 2로 고치고 goto :이동지역판단1 밑에 삽입합니다.
?elseif #color1 = #메인화면색값1 and #color2 = #메인화면색값2 and #f_s = 2
??set #f_s?1
??set #error 0
??sleep 2000
??goto :이동지역판단2
?endif
삽입끝나면
:이동지역판단
//나중에 추가로 여러 상황 적용라벨
?touchPress 0 90 315
?sleep 5000
?toast 친구 관리창 이동
?sleep 2000
?getColor #color1 612 978
?sleep 500
?getColor #color2 612 945
?sleep 500?
?touchPress 0 780 1230
?sleep 5000
:우정보내기
?if #error > 50
??set #error 0
??goto :error_label
?endif
?getColor #color3 612 978
?sleep 500
?getColor #color4 612 945
?sleep 500
?if #color1 = #color3 and #color2 = #color4
??toast 우정 보내기 완료.
??sleep 5000
??touchPress 0 1023 135
??sleep 2000
??set #error 0
??set #f_s 2
??goto :메인화면이동
?endif
?touchPress 0 255 960
?sleep 2000
?#error = #error + 1
?
?goto :우정보내기
윗부분에서?set #f_s 1을 set #f_s 2로 고치고 goto :우정보내기 밑에 ?삽입합니다.
:이동지역판단2
?touchPress 0 1023 1521
?sleep 5000
?toast 우편 관리창 이동
?sleep 2000
?touchPress 0 896 1173
?sleep 5000
?getColor #color1 716 892
?sleep 500
?getColor #color2 715 879
?sleep 500?
?touchPress 0 122 946
?sleep 5000
:우정점수
?if #error > 50
??set #error 0
??goto :error_label
?endif
?getColor #color3 716 892
?sleep 500
?getColor #color4 715 879
?sleep 500
?if #color1 = #color3 and #color2 = #color4
??toast 우정 받기 완료.
??sleep 5000
??touchPress 0 1023 135
??sleep 2000
??set #error 0
??set #f_s 1
??goto :메인화면이동
?endif
?touchPress 0 261 958
?sleep 2000
?#error = #error + 1
?
?goto :우정점수
삽입하고 나서 저장합니다
주의 : 히로매크로 정지하고 메모장이나 에디터플러스에서?작업한 후 저장해서 HiroMacro\Documents 폴더 안에 붙여넣기해서 덮어쓰기합니다.
???????? 아니면 jota에서 저장한 후?실행해도 됩니다.
레이븐에서?버그나 오류(추가작업:서버통신실패팝업,맵이동불가능현상)가?있어서 지금 작업하고 있는 중입니다
그리고 테스트완료하게 되면 올리도록 하겠습니다.