Yoko

All sides of Injection
It is currently 2025-12-28 16:04:00

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: 2005-02-27 17:34:59 
Offline

Joined: 2005-01-23 11:31:59
Posts: 6
Вот скрипт на Алхимию,там он делает поисоны...А над чтоб делал иль простые хелы и кидал в мешок
Вот скрипт... ** ПОД ДрВ!!! **

Code:
sub alchemy() 
 VAR Exit=0, LastTimer
uo.print('Ñóíäóê ñ ðåãàìè è áóòûëêàìè')
uo.exec('addobject Bag')
while uo.targeting()
wait(100)
wend
uo.print('Ñóíäóê êóäà áóòûëêè áðîñàòü')
uo.exec('addobject Bag2')
while uo.targeting()
wait(100)
wend
while Exit<>1
UO.DeleteJournal()

UO.FindType('0x0F0E','0x0998','backpack')
If UO.GetQuantity('finditem')>0 Then
UO.SetReceivingContainer('Bag2')
wait(1000)
UO.Grab('all','finditem')
wait(1000)
UO.UnSetReceivingContainer()
Endif

UO.FindType('0x0F0E',-1,'backpack')
If UO.GetQuantity('finditem')<10 then
UO.FindType('0x0F0E','0x0000','Bag')
wait(1000)
UO.Grab('500','finditem')
wait(1000)
Endif

UO.FindType('0x0F88','0x0000','backpack')
If UO.GetQuantity('finditem')<20 then
UO.FindType('0x0F88','0x0000','Bag')
wait(1000)
UO.Grab('400','finditem')
wait(1000)
Endif

LastTimer=UO.Timer()
UO.DeleteJournal()

UO.UseType('0x0F88')
UO.WaitMenu('What','Poison')       
while NOT UO.InJournal("You put") AND NOT UO.InJournal("You toss the failed")
wait(500)
wend
If UO.InJournal("You toss the failed") then
repeat
wait(100)
until UO.Timer()>=LastTimer+100
Else
EndIf
wend   
end sub


Top
   
 Post subject:
PostPosted: 2005-02-27 17:47:12 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Это скрипт на прокачку пойзонинга. Почему бы тебе не предложить переделать мининг скрипт под крафт бутылок?


Top
   
 Post subject:
PostPosted: 2005-02-27 17:48:24 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
Прошу проследовать на 5 веселых букв. :lol:
Скажите как его зовут: "Поиск", "Поиск", "Поиск". ;)
Скулит наш поиск каждый день ведь посылать к нему не лень :lol:


Top
   
 Post subject:
PostPosted: 2005-02-27 18:19:37 
Offline

Joined: 2005-01-23 11:31:59
Posts: 6
Я ток пож лесер бутылки переделал :(
Code:
sub alchemy() 
VAR Exit=0, LastTimer
uo.print('&Ntilde;&oacute;&iacute;&auml;&oacute;&ecirc; &ntilde; &eth;&aring;&atilde;&agrave;&igrave;&egrave; &egrave; &aacute;&oacute;&ograve;&ucirc;&euml;&ecirc;&agrave;&igrave;&egrave;')
uo.exec('addobject Bag')
while uo.targeting()
wait(100)
wend
uo.print('&Ntilde;&oacute;&iacute;&auml;&oacute;&ecirc; &ecirc;&oacute;&auml;&agrave; &aacute;&oacute;&ograve;&ucirc;&euml;&ecirc;&egrave; &aacute;&eth;&icirc;&ntilde;&agrave;&ograve;&uuml;')
uo.exec('addobject Bag2')
while uo.targeting()
wait(100)
wend
while Exit<>1
UO.DeleteJournal()

UO.FindType('0x0F0E','0x0998','backpack')
If UO.GetQuantity('finditem')>0 Then
UO.SetReceivingContainer('Bag2')
wait(1000)
UO.Grab('all','finditem')
wait(1000)
UO.UnSetReceivingContainer()
Endif

UO.FindType('0x0F0E',-1,'backpack')
If UO.GetQuantity('finditem')<10 then
UO.FindType('0x0F0E','0x0000','Bag')
wait(1000)
UO.Grab('500','finditem')
wait(1000)
Endif

UO.FindType('0x0F85','0x0000','backpack')
If UO.GetQuantity('finditem')<20 then
UO.FindType('0x0F85','0x0000','Bag')
wait(1000)
UO.Grab('400','finditem')
wait(1000)
Endif

LastTimer=UO.Timer()
UO.DeleteJournal()

UO.UseType('0x0F85')
UO.WaitMenu('What','Heal')       
while NOT UO.InJournal("You put") AND NOT UO.InJournal("You toss the failed")
wait(500)
wend
If UO.InJournal("You toss the failed") then
repeat
wait(100)
until UO.Timer()>=LastTimer+100
Else
EndIf
wend   
end sub


Top
   
 Post subject:
PostPosted: 2005-02-27 18:39:19 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
Killerp wrote:
Я ток пож лесер бутылки переделал :(

Я непонял но если надо чтобы он делал последнее зелье то вот
Code:
UO.WaitMenu('What',"(last)")     

Заменить соответствующую строку.


Top
   
 Post subject:
PostPosted: 2005-02-27 18:53:07 
Offline

Joined: 2005-01-23 11:31:59
Posts: 6
I'm wrote:
Killerp wrote:
Я ток пож лесер бутылки переделал :(

Я непонял но если надо чтобы он делал последнее зелье то вот
Code:
UO.WaitMenu('What',"(last)")     

Заменить соответствующую строку.
спасиб


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 6 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:  
Powered by phpBB® Forum Software © phpBB Limited