Если кому не сложно, выкиньте в топ, простенький скриптец, чтобы стоял 1-3 тварей, релизил и опять тамил, никого кормить не надо((
Зарание Благодарен!

Moderators: Murderator+, Murderator
Spirit wrote:sub taming()
UO.DeleteJournal()
while not UO.InJournal("It seems") or not UO.InJournal("You can't see")
UO.Say("all release")
UO.DeleteJournal()
UO.WaitTargetLast()
UO.UseType(0x13F8)
repeat
wait(200)
until UO.InJournal("fail") or UO.InJournal("It seems") or UO.InJournal("You can't see")
wend
end sub
Первый раз тыкнешь то палке, патом по животному, потом запускаешь скрипт..
Code: Select all
sub taming()
UO.DeleteJournal()
while not UO.InJournal("It seems") or not UO.InJournal("You can't see")
UO.Say("all release")
UO.DeleteJournal()
UO.WaitTargetLast()
uo.useskill("Animal Taming')
repeat
wait(200)
until UO.InJournal("fail") or UO.InJournal("It seems") or UO.InJournal("You can't see")
wend
end sub