發表於 : 週日 2月 17, 2002 9:49 pm
f1:
if pos4>=20
say "請勿站在我的右邊,或身上"//跟別人講說你的走道方向
pos4=0
end if
pos4=pos4+1
if hits<pos1//要補血的血量
call handage
end if
if hits<pos2//危機血量(快被打死ㄉ那一瞬間))
call hitsA
end if
if hits>=pos3//pos3是自己最大血量
call hitsB
end if
JUMP f1
hitsA:
if hits<pos2
goto 2332,871,26//逃跑的位址(用.where查看)
call handage
back:
jump f1
end if
handage:
if hits<pos1
SendMacro(3)//上一個動作+目標指定自己的uoa巨集
DELAY(3400)
jump back
end if
hitsB:
if hits>=pos3
goto 2335,871,26//打的位址(用.where查看)
jump back
end if
這一篇有可以提醒大家讓出走道ㄉ
if pos4>=20
say "請勿站在我的右邊,或身上"//跟別人講說你的走道方向
pos4=0
end if
pos4=pos4+1
if hits<pos1//要補血的血量
call handage
end if
if hits<pos2//危機血量(快被打死ㄉ那一瞬間))
call hitsA
end if
if hits>=pos3//pos3是自己最大血量
call hitsB
end if
JUMP f1
hitsA:
if hits<pos2
goto 2332,871,26//逃跑的位址(用.where查看)
call handage
back:
jump f1
end if
handage:
if hits<pos1
SendMacro(3)//上一個動作+目標指定自己的uoa巨集
DELAY(3400)
jump back
end if
hitsB:
if hits>=pos3
goto 2335,871,26//打的位址(用.where查看)
jump back
end if
這一篇有可以提醒大家讓出走道ㄉ