第 1 頁 (共 1 頁)
發表於 : 週二 11月 27, 2001 3:14 pm
由 DS
我以前有po過一個...
我還有寫教學喔
只要搭配uoa,身上一沒紅箭就立刻停止攻擊
EZS:
if user1>0
sendkey(f4)
delay(1500)
end if
if user1<5
drag 2200 from pos1 to pos2
delay(3000)
end if
if user1=0
stop
end if
請參考這裡:
http://knight.fcu.edu.tw/~d8762135/4.htm
發表於 : 週二 11月 27, 2001 9:28 am
由 Goblin
提供3個版本:
第一(普通型)
sendkey(xx) [這是打靶的key]
delay(1000)
if wght < 200
drag 1000 from pos2 to pos1 [當重量小於200時,拖地上紅箭到自己身上]
end if
[此種很可能因箭被檔到或你人被檔到而導致ezs出錯,不好用]
第二(自殺型)
sendkey(xx) [這是打靶的key]
delay(1000)
if wght < 200
drag 1000 from pos2 to pos1 [當重量小於200時,拖地上紅箭到自己身上]
end if
if wght < 150
say "/suicide"
end if
if hits=0
end script
end if
[拖不到箭就自殺,自殺後也不會一直跑ezs了]
第三(比較棒的...)
sendkey(xx) [這是打靶的key]
delay(1000)
if wght < 200
drag 1000 from pos2 to pos1 [當重量小於200時,拖地上紅箭到自己身上]
end if
if wght < 150
sendkey(Delete) [這會幫你把身上的弓卸下來]
end if
[*此ezs必需黏在靶旁邊射,當你卸下弓後就是練拳頭囉*]
--------------------------------------------
當然偶還看過靶若不在視線範圍就會停止打靶的ezs....
你們有興趣可以自己去各大工會找練弓箭的ezs,
很多輪都寫的粉棒,不管拿弓遠射或近站打靶皆不會因靶跑掉而觸犯bug..
就這樣囉...
若ezs方面有問題口以再問偶囉~~
<font size=-1>[ 這篇文章被編輯過: Goblin 在 2001-11-27 09:32 ]</font>
發表於 : 週二 11月 27, 2001 8:56 am
由 Flare
請問有人可以提供一下嗎?
thx!