제가 다른게임에서 쓰는 스크립트인데 우선 보시죠
var #block 0
var #break 0
var #breaks 200
var #tree 0
:tree
#tree = #tree + 1
touchdown 0 500 640 //
sleep 120
touchup 0
sleep 30
touchdown 0 280 330 //
sleep 120
touchup 0
if #tree >= 180
toast trees
set #tree 0
sleep 1000
goto :block
else
goto :tree
endif
:block
touchpress 0 130 300 // 큰템창 첫칸
touchpress 0 130 300
sleep 500
touchpress 0 130 400 // 큰템창 두번째칸
touchpress 0 130 400
sleep 500
touchpress 0 130 500 // 큰템창 세번째칸
touchpress 0 130 500
sleep 500
touchpress 0 130 600 // 큰템창 네번째칸
touchpress 0 130 600
sleep 500
touchpress 0 130 700 // 큰템창 다섯번째칸
touchpress 0 130 700
sleep 500
touchpress 0 130 100 // 큰템창 주먹
touchpress 0 130 100 // 큰템창 주먹
sleep 500
#block = #block + 1
if #block = 1
toast #block
sleep 500
set #breaks 200
touchdown 0 280 150 //
sleep 9000
touchup 0
sleep 100
touchdown 0 280 150 //
sleep 9000
touchup 0
sleep 100
touchdown 0 280 330 //
sleep 50
touchup 0
elseif #block = 2
toast #block
sleep 500
set #breaks 180
touchdown 0 280 330 // 오른쪽
sleep 9000
touup 0
sleep 50
touchdown 0 280 330 // 오른쪽
sleep 9000
touchup 0
sleep 100
touchdown 0 180 150 // 왼쪽
sleep 50
touchup 0
elseif #block = 3
toast #block
sleep 500
set #block 0
sleep 500
set #breaks 200
touchdown 1 280 150 // 왼쪽
touchdown 0 500 640 // 내위치
Sleep 9000
touchup 0
touchup 1
sleep 300
touchdown 1 280 150 //
touchdown 0 500 640 //
Sleep 9000
touchup 0
touchup 1
sleep 300
touchpress 0 280 330 //
sleep 50
touchpress 0 130 600 //
sleep 500
touchpress 0 130 700 //
sleep 500
touchpress 0 25 1120 //
sleep 2000
touchpress 0 490 610 //
sleep 100
touchpress 0 490 680 //
sleep 3000
touchpress 0 130 600 //
sleep 500
touchpress 0 130 700 //
sleep 500
touchpress 0 25 1120 //
sleep 2000
touchpress 0 490 610 //
sleep 100
touchpress 0 490 680 //
sleep 3000
touchdown 0 270 950 //
sleep 1000
touchup 0
sleep 1000
touchdown 0 130 100 //
sleep 200
touchup 0
sleep 500
goto :tree
endif
goto :break
:break
#break = #break + 1
touchpress 0 240 600 //
touchpress 0 500 640 //
touchpress 0 130 100 //
touchdown 0 500 640 //
sleep 750
touchup 0
if #break >= #breaks
set #break 0
goto :block
else
goto :break
endif
위 한글 써진 부분에 오른쪽 오른쪽 왼쪽을 하고 맨위 큰템창~ 부분을 클릭하고 왼쪽 내위치를하는데 맨위 큰템창을 클릭하지 않고 오른쪽 왼쪽 왼쪽 오른쪽 이 되게 하려면 뭐를 지워야 하나요~~
touchdown 1 280 150 // 왼쪽
touchdown 0 500 640 // 내위치
이것만나와있는데용?
오른왼왼오른 하시려면
touchdown 0 280 330 // 오른쪽
sleep 9000
touchup 0
sleep 100
touchdown 0 180 150 // 왼쪽
sleep 50
touchup 0touchdown 0 180 150 // 왼쪽
sleep 50
touchup 0
touchdown 0 280 330 // 오른쪽
sleep 9000
touchup 0
sleep 100
이래하시면 될것같긴한데
그리고 이건 다른건데, 맨 위에 트리값을 하나 올리려면calc #tree #tree + 1
로 하는게 설명문에써있는대로 아닌가요?
저도 맨 첨에 저렇게 했다가 안되서 바꾼기억이..