第 1 頁 (共 1 頁)
發表於 : 週日 9月 02, 2001 7:13 am
由 Cherry
在 2001-09-01 14:17, KIBO 寫了:
那~~~抄的範例呢???
抄寫我只有用這樣而以耶..拿超重在身上..
if mana>95
//UOA抄寫
sendmacro(11)
delay(7000)
end if
if mana<95
//冥想
sendkey(f4)
delay(2800)
end if
發表於 : 週六 9月 01, 2001 2:17 pm
由 KIBO
那~~~抄的範例呢???
發表於 : 週三 8月 22, 2001 5:24 pm
由 Cherry
在 2001-08-22 15:21, SANSAN 寫了:
作空白捲軸所需技能要哪些阿
伐木、木工、裁縫、魔法GM..
成必v約5成..
不過我魔法98..成必v一樣5~6成
發表於 : 週三 8月 22, 2001 3:21 pm
由 SANSAN
作空白捲軸所需技能要哪些阿
發表於 : 週一 8月 20, 2001 1:32 pm
由 Cherry
木工:
//在釣魚店邊做邊賣釣竿
//pos1木頭位置
//pos2自己
Drag 15 From pos1 to pos2
delay(1000)
repeat 5
if hits != 100
say "guard"
delay(1000)
//UOA補血
sendmacro(2)
delay(2500)
end if
if hits=0
stop
end if
sendmacro(11)
delay(5000)
End Repeat
Say "vendor sell"
delay(1000)
發表於 : 週一 8月 20, 2001 1:27 pm
由 Cherry
分礦融礦(EZSII):
//pos1為礦堆的位置
//pos2為分礦時那一個礦的目的地
//pos3為要熔礦(點2下)的那點位置
//var1和var2為時間間隔,視網路速度修改
drag 1 from pos1 to pos2
delay(var1)
Left DbClick pos3
delay(var2)
發表於 : 週一 8月 20, 2001 1:24 pm
由 Cherry
做捲軸(ezsII):
//先在身上放150個布及木頭,用UOA錄做空捲的macro
//user1用uoa去抓身上木頭的數目
//pos1放在主包包右上角的製好空軸
//pos2地上放做好空軸
//pos3地上的木頭
//pos4地上的布
//pos5身上的箱子或包包,放木頭跟布用的
if user1<30
delay(2000)
drag all from pos1 to pos2
delay(2000)
drag 2 from pos2 to pos1
delay(2000)
drag 150 from pos3 to pos5
delay(2000)
drag 150 from pos4 to pos5
delay(2000)
end if
SendMacro(15)
delay(4500)
發表於 : 週一 8月 20, 2001 1:21 pm
由 Cherry
賣東西:
say "vendor sell"
sellitem 100
stop
----------
適用EZSII
發表於 : 週一 8月 20, 2001 1:12 pm
由 Cherry