發表於 : 週六 2月 16, 2002 2:34 am
嗚.......12:00開始拼.....2:33做好
嗚嗚嗚嗚~真ㄉ變趴趴ㄌ(軟趴趴)
f1:
if hits<pos1//要補血的血量
call handage
end if
if hits<pos2//危機血量(快被打死ㄉ那一瞬間))
call hitsA
end if
if hits>=pos3//pos3是自己最大血量
call hitsB
end if
hitsA:
if hits<pos2
goto 1232,1736,7//將要逃跑的位址(用.where查看)
call handage
back:
jump f1
end if
handage:
if hits<pos1
SENDKEY(F1)//上一個動作+目標指定自己
DELAY(3400)
jump back
end if
hitsB:
if hits>=pos3
goto 1231,1738,7//對打的位址(用.where查看)
jump back
end if
嗚嗚嗚嗚~真ㄉ變趴趴ㄌ(軟趴趴)
f1:
if hits<pos1//要補血的血量
call handage
end if
if hits<pos2//危機血量(快被打死ㄉ那一瞬間))
call hitsA
end if
if hits>=pos3//pos3是自己最大血量
call hitsB
end if
hitsA:
if hits<pos2
goto 1232,1736,7//將要逃跑的位址(用.where查看)
call handage
back:
jump f1
end if
handage:
if hits<pos1
SENDKEY(F1)//上一個動作+目標指定自己
DELAY(3400)
jump back
end if
hitsB:
if hits>=pos3
goto 1231,1738,7//對打的位址(用.where查看)
jump back
end if