매크로

자유
2014.12.12 03:59

만들고 만다!

조회 수 623 추천 2 댓글 13

쳇!!! 집이랑 직장이랑 뭔지 모르겠지만 컴퓨터가 달라지면서 색값이 다른 건지 뭐가 다른 건지 모르겠지만

집에서 되는 것이 직장에서 안 돌아가는 빌어먹을 상황이.. ㅠㅜ

집에서 돌릴 거 만들고 직장에서 돌릴 거 따로 만들어야 하다니.. ㅠㅜ


역추적을 통한 던전 진입 방식으로 이미 변경하여 올려주신 분이 계십니다.


http://tailstar.net/hiromacro/1888091


저도 발 빠르게 만들어볼게요!!


댓글을 읽다보니 혹시나... 지금 이게 완성된 거라고 생각하시고 쓰시려는 분이 있는 거 같던데..


아직 안 되는 거에요.. 이런 식으로 만들려고 한다는 거에요.. ㅠㅜ


혹시 된다고 생각하고 가져가셔서 "안 되잖아!!!! XXXXXXX" 라고 하지 말아주시고요.


위 링크에 다른 분이 미리 만든 분이 있으니 그거 저는 잘 되니까 그거 사용하시는 게 더 좋을 거에요.


저 다 만들려면 최소 일주일 걸릴지도.. ㅋㅋㅋ



사람들이 말하는 지도 끝으로 이동한 후 역추적을 통한 사냥터 진입 부분만 만들어 봤습니다.


태환은린님이 만든 매크로에 사냥터 들어가는 부분만 이걸로 교체해서 다시 만들어볼게요!


일단 다른 거 다 떠나서 지금까지 만든 부분만 올려볼게요




//색 확인

var #color0 0

var #color1 0

var #color2 0

var #color3 0


//메인화면 확인

var #room1x 43

var #room1y 43

var #room1c 16248537

var #room2x 44

var #room2y 352

var #room2c 16777215

var #room3x 40

var #room3y 759

var #room3c 5262907


//방확인

var #dun1x 392

var #dun1y 302

var #dun1c 5030114

var #dun2x 414

var #dun2y 332

var #dun2c 9360357

var #dun3x 425

var #dun3y 538

var #dun3c 3114925


//모험방확인

var #hunt1x 265

var #hunt2x 375

var #hunt1y 145

var #hunt2y 235

var #hunt3y 325

var #hunt4y 415

var #hunt5y 505

var #hunt6y 595

var #huntc1 10469628

var #huntc2 10206970


//상점 확인

var #buyshopx 46

var #buyshopy 580


//신발갯수 확인

var #key 0



:start

sleep 500


//모험준비

:main

sleep 500

getcolor #color1 #room1x #room1y

getcolor #color2 #room2x #room2y

getcolor #color3 #room3x #room3y

if #color1 == #room1c and #color2 == #room2c and #color3 == #room3c and #key == 0

toast 모험하기

sleep 500

touchPress 0 #room3x #room3y

sleep 500

goto :adv50

elseif #color1 == #room1c and #color2 == #room2c and #color3 == #room3c and #key == 1

toast 신발구매

sleep 500

touchPress 0 #buyshopx #buyshopy

sleep 500

goto :buyshoes

else

goto :popup

endif


//1번방선택

:roomselect1

toast 입장할 방을 찾습니다

getcolor #color0 #hunt1x #hunt1y

sleep 500

if #color0 == #huntc1

sleep 500

toast 1번방 입장

touchPress 0 210 175

sleep 500

goto :friend

elseif?

goto :roomselect2

endif


//2번방선택

:roomselect2

getcolor #color0 #hunt1x #hunt2y

sleep 500

if #color0 == #huntc1

sleep 500

toast 2번방 입장

touchPress 0 210 265

sleep 500

goto :friend

elseif?

goto :roomselect3

endif


//3번방선택

:roomselect3

getcolor #color0 #hunt2x #hunt2y

sleep 500

if #color0 == #huntc2

sleep 500

toast 3번방 입장

touchPress 0 320 265

sleep 500

goto :friend

elseif?

goto :roomselect4

endif


//4번방선택

:roomselect4

getcolor #color0 #hunt2x #hunt3y

sleep 500

if #color0 == #huntc2

sleep 500

toast 4번방 입장

touchPress 0 320 355

sleep 500

goto :friend

elseif?

goto :roomselect5

endif


//5번방선택

:roomselect5

getcolor #color0 #hunt2x #hunt4y

sleep 500

if #color0 == #huntc2

sleep 500

toast 5번방 입장

touchPress 0 320 445

sleep 500

goto :friend

elseif?

goto :roomselect6

endif


//6번방선택

:roomselect6

getcolor #color0 #hunt1x #hunt4y

sleep 500

if #color0 == #huntc1

sleep 500

toast 6번방 입장

touchPress 0 210 445

sleep 500

goto :friend

elseif?

goto :roomselect7

endif


//7번방선택

:roomselect7

getcolor #color0 #hunt1x #hunt5y

sleep 500

if #color0 == #huntc1

sleep 500

toast 7번방 입장

touchPress 0 210 535

sleep 500

goto :friend

elseif?

goto :roomselect8

endif


//8번방선택

:roomselect8

getcolor #color0 #hunt1x #hunt6y

sleep 500

if #color0 == #huntc1

sleep 500

toast 8번방 입장

touchPress 0 210 625

sleep 500

goto :friend

elseif?

goto :roomselect9

endif


//9번방선택

:roomselect9

getcolor #color0 #hunt2x #hunt6y

sleep 500

if #color0 == #huntc2

sleep 500

toast 1번방 입장

touchPress 0 320 625

sleep 500

goto :friend

elseif?

goto :main

endif



========== 맵 찾기 =============


//맵이동 - 크라운즈랜딩성

:adv50

sleep 500

toast 크라운즈랜딩성 확인

touchPress 0 457 270

sleep 500

touchDown 0 98 81

sleep 500

touchmove 0 479 799

sleep 500

touchUp 0

sleep 500

goto :adv51

endif


//맵확인 - 성채

:adv51

toast 성채 확인

touchPress 0 354 611

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv52

endif


//맵확인 - 안개 낀 성벽

:adv52

toast 안개 낀 성벽 확인

touchPress 0 297 703

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv53

endif


//맵확인 - 랜딩 가든

:adv53

toast 랜딩 가든 확인

touchPress 0 296 569

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv54

endif


//맵확인 - 성의 입구

:adv54

toast 성의 입구 확인

touchPress 0 335 489

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv55

endif


//맵확인 - 존의 호박밭

:adv55

toast 존의 호박밭 확인

touchPress 0 451 736

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv40

endif


//맵이동 - 검은 바위산

:adv40

toast 검은바위산 확인

touchDown 0 439 192

sleep 500

touchMove 0 1 799

sleep 500

touchUp 0

sleep 500

goto :adv41

endif


//맵확인 - 검은 성채

:adv41

toast 검은 성채 확인

touchPress 0 362 490

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv42

endif


//맵확인 - 검은 성채 가는 길

:adv42

toast 검은 성채 가는 길 확인

touchPress 0 361 316

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv43

endif


//맵확인 - 망자의 산길

:adv43

toast 망자의 산길 확인

touchPress 0 247 283

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv44

endif


//맵확인 - 메아리 무덤

:adv44

toast 메아리 무덤 확인

touchPress 0 199 338

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv45

endif


//맵확인 - 검은 바위산 입구

:adv45

toast 검은 바위산 입구 확인

touchPress 0 181 469

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv30

endif


//맵이동 - 잊혀진 숲

:adv30

sleep 500

toast 잊혀진 숲 확인

touchDown 0 92 215

sleep 500

touchmove 0 479 799

sleep 500

touchUp 0

sleep 500

touchDown 0 198 738

sleep 500

touchmove 0 479 1

sleep 500

touchUp 0

sleep 500

goto :adv31

endif


//맵확인 - 돌보지 않은 탑

:adv31

toast 돌보지 않는 탑 확인

touchPress 0 289 416

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv32

endif


//맵확인 - 안개 지대

:adv32

toast 안개 지대 확인

touchPress 0 188 442

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv33

endif


//맵확인 - 그림자 강

:adv33

toast 그림자 강 확인

touchPress 0 134 421

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv34

endif


//맵확인 - 잊혀진 유적

:adv34

toast 잊혀진 유적 확인

touchPress 0 180 267

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv20

endif


//맵이동 - 추락자의 사막

:adv20

sleep 500

toast 추락자의 사막 확인

touchDown 0 98 81

sleep 500

touchmove 0 479 799

sleep 500

touchUp 0

sleep 500

goto :adv21

endif


//맵확인 - 상아이빨 호수

:adv21

toast 상아이빨 호수 확인

touchPress 0 133 523

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv22

endif


//맵확인 - 추락자의 유적

:adv22

toast 추락자의 유적 확인

touchPress 0 376 130

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv23

endif


//맵확인 - 모래 폭풍의 언덕

:adv23

toast 모래 폭풍의 언덕 확인

touchPress 0 282 125

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv24

endif


//맵확인 - 사막지대

:adv24

toast 사막지대 확인

touchPress 0 234 169

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv25

endif


//맵확인 - 옐로우 월

:adv25

toast 옐로우 월 확인

touchPress 0 284 285

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv10

endif


//맵이동 - 골렘 언덕

:adv10

sleep 500

toast 골렘 언덕 확인

touchDown 0 431 725

sleep 500

touchmove 0 1 1

sleep 500

touchUp 0

sleep 500

goto :adv11

endif


//맵확인 - 요정 폭포

:adv11

toast 요정 폭포 확인

touchPress 0 262 636

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv12

endif


//맵확인 - 쓰러진 골렘

:adv12

toast 쓰러진 골렘 확인

touchPress 0 302 318

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

elseif

goto :adv13

endif


//맵확인 - 놀우드

:adv13

toast 놀우드 확인

touchPress 0 106 339

sleep 2000

getcolor #color1 #dun1x #dun1y

getcolor #color2 #dun2x #dun2y

getcolor #color3 #dun3x #dun3y

if #color1 == #dun1c and #color2 == #dun2c and #color3 == #dun3c

sleep 500

goto :roomselect1

endif


========= 잡다한거 ========


//친구선택

:friend

goto :end


//신발구매

:buyshoes

#key = 0

sleep 1000

touchPress 0 319 646

sleep 1000

touchPress 0 304 648

sleep 1000

touchPress 0 160 480

toast 신발 구매 성공

sleep 1000

touchPress 0 447 769

sleep 1000

touchPress 0 447 769

sleep 1000

toast 메인화면으로

goto :main

endif


//팝업 닫기

:popup



//종료

:end







위까지입니다. 이 중 빨간색 부분은 고쳐야 하는 부분입니다.

추가해야 되는 건 뭐 다른 거 이리저리 해야지요


첫번째 빨간 부분은 NEW 를 찾아가는 건데요 E 의 윗부분 주황색 부분을 찾는 겁니다.

일단 제 상태는 7번방에 NEW 가 있어서 7번방에 NEW 가 있는 분은 친구 선택 창까지는 열릴 겁니다.


두번째 빨간 부분은 친구 선택 창까지만 일단 확인한거라 뭐.. ㅋ


현재 확인한 건 메인에서 맵 들어가는지

들어가서 열린 던전 찾아가는지 (찾는데 꽤 걸리긴 합니다. 골렘 언덕가면 죽어날지도.. ㅠㅜ)

(찾는 데 걸리는 시간을 줄이고자 sleep 1000 했더니 인식을 못하고.. ㅠㅜ 1500 확인해봐야 합니다.)

던전 찾았으면 방 찾는지 확인하였고


그리고 던전 내에서 매크로 켜면 바로 방을 찾아가는지 까지 확인하였습니다.


이상 허접떼기였습니다.



List of Articles
분류 제목 글쓴이 최근변경 추천
자유 이번 SSS작 문제 관련 아이디어.. 그저 답답한 마음에 ... 3 멋쟁이시인사 2014.12.11 1/0
자유 현재로써는 드래그 역순 탐색이 최선인건가요? 3 o0osan 2014.12.11 0/0
자유 오토핫키 공부하다가 히로매크로로 하스작..... 7 그냥그래요 2014.12.12 0/0
자유 해당 맵 입장후 사냥터 입장부분 인식이 안되는데, 도... 5 해피가든 2014.12.11 0/0
자유 다들 이글을 보시면 많은생각이 들꺼라 생각됩니다만.. 20 오드리 2014.12.12 1/0
자유 히로 메크로 벨무트 스크립좀 부탁드립니다 ㅠㅠ 1 아캄토룸ㅋ 2014.12.11 0/0
자유 벨무트 레이드 스크립트입니다. 24 Love리오 2015.05.29 3/0
자유 유로매크로중에 6 운영자님감사 2014.12.13 0/0
자유 머리가 조금만 똑똑했으면. . . 4 v발렌시아v 2014.12.12 0/0
자유 만들고 만다! 13 라온아띠 2014.12.12 2/0
자유 심연 스크랩좀 (검은마루절벽) 올려주세요 ㅠㅠ 5 달아씨 2014.12.12 0/0
자유 오래 켜놓으면 색값을 못읽어요 2 바다표범 2014.12.12 0/0
자유 히로매크로 toast명령어는 최대한 쓰지마세요. 10 우후훅 2014.12.15 0/0
자유 이번에 패치후 심연 스크립트좀 부탁드립니다. 유우나레이 2014.12.12 0/0
자유 AMD 그래픽카드만 안되네요. 10 너는내떡밥 2014.12.26 0/0
자유 love리오님의 벨무트 스크립트 문의 1 담이 2014.12.12 0/0
자유 일반성채 퀘스트, 테스트완료 스크립트 5 그냥그래요 2014.12.13 0/0
자유 벤클리프님 스크립트가 베스트로 가버렸네요ㅠ 11 너는내떡밥 2014.12.13 0/0
자유 아아아아....거미방장비자동판매스크립트짜기 실패... 1 파닥찡 2014.12.12 0/0
자유 문득 궁폭금해진게 있는데 왜 요폭 3번방에서 6 해피가든 2014.12.13 0/0
Board Pagination Prev 1 ... 789101112131415 ... 36 Next
/ 36

전체 최신 인기글

전체 주간 인기글