找个战士运行这个脚本
sub attackanimal()
uo.exec("addobject attackanimal")
while uo.targeting()
wait(200)
wend
start:
uo.attack("attackanimal")
wait(2000)
while uo.gethp("attackanimal") < 20 #想把动物血打到多少以下自己改,目前是20以下
uo.warmode(0)
wait(500)
wend
goto start
end sub
弓手用这个
sub mVeterinary()
uo.print("Welcome use Zerg's Veterinary Script v1.0")
uo.print("Our Website http://www.wowbw.com")
uo.print("Press on animal please...")
uo.exec("addobject animal")
while uo.targeting()
wait(200)
wend
Repeat
while uo.gethp("animal") < 20 #想把动物血打到多少以下自己改,目前是20以下
uo.waittargetobject("animal")
uo.usetype("bandage")
wait(5000)
wend
wait(500)
until uo.count("bandage")==0
end sub
| Zerg 2006-03-21 18:16:07 0樓 |
在网吧没有UO。未经过测试。。不能保证运行效果。 | Zerg 2006-03-21 18:16:45 1樓 |
thank you very much! tonight test..... | 依塔 2006-03-21 18:46:03 2樓 |
无法测试~~~~~` | alucardxlx 2006-07-22 13:42:04 3樓 |