Yoko
http://forum.yoko.com.ua/

В чем проблема ?
http://forum.yoko.com.ua/viewtopic.php?f=20&t=1178
Page 1 of 1

Author:  maKuLenZ [ 2004-08-20 05:37:50 ]
Post subject:  В чем проблема ?

sub main()
var horse='0x00EE'
var deed ='0x14F0'
var vendorserial='0x0020A2C8' #
while uo.gold>30
uo.findtype(deed,"-1","me")
uo.exec('moveitem '+uo.getserial('finditem')+' 1 '+vendorserial)
uo.deletejournal()
repeat
wait(1000)
until uo.injournal('feed it!')
uo.deletejournal()
repeat
UO.Say("all release")
wait(500)
until uo.injournal('free again!')
tame(horse)

uo.waittargetobject(uo.getserial('finditem'))
UO.Say("stable")
uo.deletejournal()
repeat
wait(1000)
until uo.injournal('back.')

wend
UO.UseSkill("Hiding")

end sub



sub tame(animaltype)
repeat
wait (2000)
uo.set("finddistance","50")
UO.findtype('horse',"-1",'ground')
uo.waittargetobject('finditem')

uo.deletejournal()
uo.useskill("Animal Taming")
uo.deletejournal()
repeat
wait(1000)
until uo.injournal('failed') or uo.injournal('successfully') or uo.injournal('within your line')
if uo.injournal('unresponsive') then
wait(360000)
endif
if uo.injournal('angered') then
wait(10000)
endif
until uo.injournal('successfully')
end sub

Не могу понять, почему после того как произходит all release скрипт не видет зверя ? Скрипт под зулухотел.. Спасиба заранее :wink:

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/