1 頁 (共 1 頁)

[教學]練弓技 (需配合UOA)

發表於 : 週一 7月 22, 2002 9:59 am
taipeiwolf
//F2為lastAttack
//一次拿3000隻箭在身上射
//當沒箭時就再自動補充
//pos1為箭堆的位置
//pos2為自己主包包的位置
//先用UOA的resource功能用user1取得藍箭或紅箭的值
//
if user1>0
sendkey(f2)
delay(1000)
end if
if user1=0
drag 3000 from pos1 to pos2
delay(3000)
end if