EZS / UOA macro for animals taming .
版主: sobo、nono、哆啦A夢(doraemon)
- alexwong11hk
- 高級玩家
- 文章: 408
- 註冊時間: 週三 9月 25, 2002 11:14 pm
- alexwong11hk
- 高級玩家
- 文章: 408
- 註冊時間: 週三 9月 25, 2002 11:14 pm
BonBone
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
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
-
- 中級玩家
- 文章: 288
- 註冊時間: 週三 9月 04, 2002 3:10 pm
- alexwong11hk
- 高級玩家
- 文章: 408
- 註冊時間: 週三 9月 25, 2002 11:14 pm
EZS / UOA macro for animals taming .
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被觸發的地方
if you have anything other good idea for animals taming or get any problem after read all , please post and share all guild members .
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被觸發的地方

誰在線上
正在瀏覽這個版面的使用者:沒有註冊會員 和 8 位訪客