Yoko

All sides of Injection
It is currently 2026-01-16 20:09:41

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-08-29 09:15:56 
Offline

Joined: 2004-08-29 09:13:43
Posts: 1
дайте скрипт на кукинг чтоб рыбу готовил


Top
   
PostPosted: 2004-08-29 15:32:42 
Offline

Joined: 2004-06-02 21:35:27
Posts: 42
gbs666 wrote:
дайте скрипт на кукинг чтоб рыбу готовил

Вот - для дрв ... если не не дрв бегаешь то выбери вместо форжа на чем у вас готовят!
Code:
sub Cooking() 
var Exit=0, LastTimer, TryToPoison
uo.Print('Выбери Сундук С Жратвой:')
uo.Exec('addobject Container')
while uo.Targeting()
wait(100)
wend
uo.Print('Выбери Жаровню:')
uo.Exec('addobject Forge')
while uo.Targeting()
wait(100)
wend
while Exit<>1
uo.DeleteJournal()
uo.FindType('0x097B','0x0000','backpack')
if uo.GetQuantity('finditem')>200 Then
uo.SetReceivingContainer('Container')
wait(1000)
uo.Grab('all','finditem')
wait(1000)
uo.UnSetReceivingContainer()
end if
uo.FindType('0x097A',-1,'backpack') 
if uo.GetQuantity('finditem')<2 then
uo.FindType('0x097A','0x0000','Container')
wait(1000)
uo.Grab('300','finditem')
wait(1000)
end if
LastTimer=uo.Timer()
uo.DeleteJournal()
uo.FindType('0x097A','0x0000','backpack')
uo.WaitTargetObject('Forge')
uo.UseObject('finditem')
wait(4000)
CheckLag()
if uo.InJournal("You burn") then
repeat
wait(100)
until uo.Timer()>=LastTimer+100
else
end if
wend
end sub

sub CheckLag()
uo.DeleteJournal()
uo.Click('backpack')
repeat
wait(500)
until uo.InJournal('backpack')
end sub

_________________
Ultima Online It's LiFe!
Peace All Smokers!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited