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

Помогите плиз со скриптом на сбор шерсти
http://forum.yoko.com.ua/viewtopic.php?f=20&t=17386
Page 1 of 1

Author:  proff-2010 [ 2014-02-02 20:22:50 ]
Post subject:  Помогите плиз со скриптом на сбор шерсти

помогите переделать этот скрипт чтобы запрыгивал на лодку и просто скидывал шерсть, переделки на клубки и ткань это не надо,при запуске проходит все норм но почему то все равно не скидывает шерсть, пишет кенселавтотаргет ивсе жедт следующего полета большая просьба помоч !


Code:
sub start()
uo.Print("Стартую.")
wait(1000)
mana:
if UO.Mana<UO.Int then
wait(1000)
goto mana
else
goto recall
endif
recall:
uo.Print("Полетели в первый дом.")
wait(1000)
go:
UO.Exec("cast 'Recall' '0x7EB63D8D'");
wait(3000)
if UO.Injournal ("Points not gained") then
UO.deletejournal()
goto go
else
uo.Exec('exec dom1')
endif
end sub

sub dom1()
wait(10000)
uo.set( 'finddistance', 2 )
start:
if uo.countground('0x00CF')<1 then
goto end
else
UO.Exec("waittargetground 0x00CF")
UO.Exec("usetype 0x0F51")
wait(400)
goto start
endif
end:
uo.Print("В этом доме больше некого стричь.")
wait(1000)
uo.Exec('exec recall')
end sub

sub recall()
mana:
if UO.Mana<UO.Int then
wait(1000)
goto mana
else
goto recall
endif
recall:
uo.Print("Полетели во второй дом.")
wait(1000)
go:
UO.Exec("cast 'Recall' '0x7EB63E0D'");
if UO.Injournal ("Points not gained") then
wait(3000)
UO.deletejournal()
goto go
else
uo.Exec('exec dom2')
endif
end sub

sub dom2()
wait(10000)
uo.set( 'finddistance', 2 )
start:
if uo.countground('0x00CF')<1 then
goto end
else
UO.Exec("waittargetground 0x00CF")
UO.Exec("usetype 0x0F51")
wait(400)
goto start
endif
end:
uo.Print("В этом доме больше некого стричь.")
wait(1000)
uo.Exec('exec recall_dom')
end sub

sub recall_dom()
mana:
if UO.Mana<UO.Int then
wait(1000)
goto mana
else
goto recall
endif
recall:
uo.Print("Полетели домой.")
wait(1000)
go:
UO.Exec("cast 'Recall' '0x7EB63E42'");
wait(3000)
if UO.Injournal ("Points not gained") then
UO.deletejournal()
goto go
else
uo.Exec('exec dom')
endif
end sub

sub dom()
wait(10000)
uo.Print("Начинаю переработку шерсти.")
start:
if uo.count('0x0DF8')<1 then
wait(10000)
uo.Print("Шерсть кончилась.")
goto klubky
else
UO.Exec("waittargetground 0x1015")
UO.Exec("usetype 0x0DF8")
wait(4000)
goto start
endif

klubky:
uo.Print("Начинаю переработку клубков в ткань.")
start1:
if uo.count('0x0E1F')<5 then
wait(10000)
uo.Print("ОТЛИЧНО! У нас теперь много ткани! :)")
goto end
else
UO.Exec("waittargetground 0x105F")
UO.Exec("usetype 0x0E1F")
wait(300)
goto start1
endif
end:
uo.Exec('exec drop_and_wait')
end sub

sub drop_and_wait()
wait(10000)
uo.Print("Скидываю ткань под ноги.")
wait(300)
UO.Exec("waittargetobject '^0x0F95'")
UO.Say(",drop")
uo.Print("Ждём респавна шерсти на овечках.")
wait(300000)
uo.Exec('exec start')
end sub

sub eda()
start:
UO.Exec("usetype 0x097B")
wait(20000)
goto start
end sub

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