1 頁 (共 1 頁)

發表於 : 週一 10月 28, 2002 11:59 am
caling
就麻 ㄏㄨㄢˊ ㄌㄝ....=oOo=

發表於 : 週一 10月 28, 2002 11:52 am
小葉子
什麼是小白?

發表於 : 週日 10月 27, 2002 7:11 pm
Axl
多一個MACOR 去MARK不就好了
符石使用次數有限 還是看技能咧
用符石書才能練的久
被小白幹掉也不會虧了符石
那裡小白可是很多的呀

不加損血判斷叫警衛肯定會後悔

發表於 : 週日 10月 27, 2002 6:59 pm
caling
還有..當你的浮石書..需要重新mark時..你就不能飛了..
這macro不太實用ㄟ..

發表於 : 週日 10月 27, 2002 9:09 am
alexwong11hk
hihi ,axl

sure have more problem on that ,
will be try for 修正 on next time .

發表於 : 週日 10月 27, 2002 3:36 am
Axl
某些地方有點問題
需要修正吧

BonBone

發表於 : 週六 10月 26, 2002 9:59 pm
alexwong11hk
yes , is same for that .
and just need record taming animals / recall by UOA only .

fianlly,my animals taming skill just up to 81 . and will up to GM in 3 days .

ps : after over 60 . you can up 0.3 skill /per hours

發表於 : 週六 10月 26, 2002 9:54 pm
Silientiary
簡單的說你朋友的ez在單一地點訓完釋放後,利用符石書自動recall到下一地點,繼續訓動物,依此類推,這樣動物就不會記得原主人,可以重複訓。
是這樣嗎???

發表於 : 週六 10月 26, 2002 9:31 pm
alexwong11hk
:(

maybe , jazz try for 翻一下 .

發表於 : 週六 10月 26, 2002 9:13 pm
小葉子
真復雜

你可以打中文了嗎?

EZS / UOA macro for animals taming .

發表於 : 週六 10月 26, 2002 4:58 pm
alexwong11hk
skill under 60 :

you can use UOA for record the taming macro ,
then use UO forever to run it on 1 room .

1.
如果沒出錯的話, 巨集內容應該大約如下:
----------------------------
use skill/cast spell // animals taming by UO hotkey
target
delay 15000 // the delay time you can change if you want .
speak // all release by UO hotkey
use skill/cast spell
target
delay 15000
speak
use skill/cast spell
target
delay 15000
speak
use skill/cast spell
target
delay 15000
speak

5) 再來就是開啟uoaforever執行檔
6) 按begin鍵, 就可以成功跑了^^(這時緊記uoa巨集頁裏下底部份, 你有選對有該巨集位置。)


skill over 60 :
have 2 way for the animals taming macro :

A ) you can setup all macro by UOA and use it on EZS.
-----------------------------
repeat 2
sendmacro(1)
delay 1000
end repeat

sendmacro(12)
repeat 2
sendmacro(2)
delay 1000
end repeat

sendmacro(13)
repeat 2
sendmacro(3)
delay 1000
end repeat

sendmacro(14)
repeat 2
sendmacro(4)
delay 1000
end repeat

sendmacro(11)


ps : macro 1 / 2 /3 /4 is taming all animals for 4 different room by UOA .
macro 11/12/13/14 is recall , you also can use UOA for record it .

B) this macro is get from friend , and more easy for use .
---------------------
repeat 16 // 16 can change to 100
sendkey(F9) // F9 is taming hotkey by UO
delay 8000 // delay time you can change to 1000
say "all release"
delay 1000
end repeat

sendmacro(12) // macro 12 is recall ,* same for A)
delay 1000

repeat 16
sendkey(F9)
delay 8000
say "all release"
delay 1000
end repeat

sendmacro(13)
delay 1000

repeat 16
sendkey(F9)
delay 8000
say "all release"
delay 1000
end repeat

sendmacro(15)
delay 1000

repeat 16
sendkey(F9)
delay 8000
say "all release"
delay 1000
end repeat

sendmacro(11)
delay 1000


ps * F9 setting is : you can setup it on UO for hotkey .
1, useskill animals taming
2, waitfortarget
3, last target
4, targetnext

* but all macro have same problem is cannot say guild when get attack ..
if you want to setting . please read below . this parts is get from other friend , too but i havenot use and test . then if you want can try for add .


各位練功時可以外加以下script
必須使用esz2 要用uoa另外外掛uop.dll
----------------------------------
on hits < 99 jump guard

你原本的script

guard:
sendkey(X)//X為你原本的補繃帶熱鑑的按鍵碼
delay(3000)
say "guard"//你要先叫警衛也可以拉 把這行移到補繃帶上面
delay(1000)
sendkey(9)//按TAB一次進入戰鬥
delay(300)
sendkey(9)//再按TAB依次進入和平狀態
delay(300)
resume//RESUME會跳回原來SCRIPT被觸發的地方


:oops: if you have anything other good idea for animals taming or get any problem after read all , please post and share all guild members .