핸드폰 으로하는중인데..친구 선택은 하고들어갑니다..
그런데? 소환을 안해요,,, 어디가 잘못되었는지좀?..
알려주실분....
:shoe
sleep 500
getRGB #r #g #b #shoex #shoey
if #r >= 225 and #r <= 240 and #g >= 225 and #g <= 240 and #b >= 225 and #b <= 240
touchPress 0 #shoe1x #shoe1y
goto :end
else
touchDown 0 370 1029 //가방풀
sleep 100
touchUp 0
sleep 500
touchDown 0 808 1399 //친구선택
sleep 100
touchUp 0
sleep 500
touchDown 0 70 955 //입장
sleep 100
touchUp 0
sleep 30000
goto :hunt
endif
:shoe2
sleep 500
getRGB #r #g #b #shoex #shoey
if #r >= 225 and #r <= 240 and #g >= 225 and #g <= 240 and #b >= 225 and #b <= 240
touchPress 0 #shoe1x #shoe1y
goto :end
else
touchDown 0 370 1029 //가방풀
sleep 100
touchUp 0
sleep 500
touchDown 0 808 1399 //친구선택
sleep 100
touchUp 0
sleep 500
touchDown 0 70 955 //입장
sleep 100
touchUp 0
sleep 30000
goto :hunt2
endif
친구선택하고 나서 던전입장후에
goto :hunt 라는 곳으로 스크립트가 이동을 하는데
:hunt 이부분을 확인해보시는게 좋을듯하네요
(경우의 수로 인해서 hunt2 라는부분도 보이네요 그 부분도 확인해보세요)?