SCREEN_SIZE: 720x1280 (softkey)
var #var 0
var #Jake 0
var #sleep 0
var #default 0
var #cycle 0
var #a 1
var #b 0
var #temp 0
:start
touchpress 0 220 1130
sleep 1500
touchpress 0 70 1000
sleep 1500
touchpress 0 70 1000
sleep 5600
goto :first
:first
// touchpress 0 60 740
// touchpress 0 160 740
// sleep 25000
// goto :Jake
goto :Next
:Attack
touchpress 0 60 740
sleep 10000
sleep #sleep
#var = 1
#cycle = #cycle + 1
goto :Next
:Reset
touchpress 0 160 740
sleep 10000
sleep #sleep
#var = 2
goto :Next
:Jake
touchpress 0 160 960
sleep 10000
sleep #sleep
#var = 0
#Jake = 1
goto :Next
:Karon
touchpress 0 160 1060
sleep 10000
sleep #sleep
#var = 0
#Jake = 0
goto :Next
:Next
getcolor #color 560 70
if #color == 16777215
touchpress 0 245 1170
log 공격횟수 : #cycle
vibrate 300
toast end
sleep 2000
forcestop
goto :end
elseif #color != 16777215
#b = 2
goto :sleep
endif
:sleep
if #b == 2
rand #temp 0 100
endif
if #temp <= 85 and #temp != 0
#a = 1
#b = 0
elseif #temp >= 90 and #temp <= 95
#a = 0
#b = 1
elseif #temp == 100 or #temp == 0
#a = 1
#b = 1
else
#a = 0
#b = 0
endif
#sleep = 1500 + (500)*(#a) + (1500)*(#b)
if #var == 0
goto :Attack
elseif #var == 1
goto :Reset
elseif #var == 2 and #Jake == 0
goto :Jake
elseif #var == 2 and #Jake == 1
goto :Karon
endif
:end
파스칼 보진입니다.
영웅번호순으로 에스파다 카론 제이크 카르마 파스칼 입니다.
진행하다보면 스킬이 밀리는데 대략 다잡을때쯤이라 큰 상관은 없는거같아서 일단 올려봅니다.
자동스킬 켜도됩니다.
잡고싶은 용을 골라서 입장하신 후 진행하세요.