| Yoko http://forum.yoko.com.ua/ |
|
| дайте плиз скрипт http://forum.yoko.com.ua/viewtopic.php?f=20&t=1595 |
Page 1 of 1 |
| Author: | maximka4 [ 2004-10-13 15:17:16 ] |
| Post subject: | дайте плиз скрипт |
дайте плиз скрипт на алхимию(drw)чтоб брал из сундука ginseng и бутылки и делал heal,а потом сделайнный heal складывал в сундук. если никто не может дать скрипт ,то плиз переделайте вот мой. sub main() sub Alchemy() var Exit=0,LastTimer while Exit<>1 uo.DeleteJournal() uo.FindType('0x0F0E',-1,'backpack') ; if uo.GetQuantity('finditem')<10 then uo.FindType('0x0F0E','0x0000','0x4019305E') ; (bottle, container) wait(1000) uo.Grab('500','finditem') wait(100) end if uo.FindType('0x0F85','0x0000','backpack') ; if uo.GetQuantity('finditem')<20 then uo.FindType('0x0F85','0x0000','0x4019305E') ; wait(1000) uo.Grab('1000','finditem') wait(500) end if LastTimer=uo.Timer() uo.WaitMenu('What','(last)') ; uo.UseType(0x0F85) ; 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 end sub |
|
| Author: | Lord Desa [ 2004-11-03 03:46:31 ] |
| Post subject: | |
sub alchemy() # BETEPa„? # VAR Exit=0, LastTimer uo.print('C‘C?CC¤C?CR C± C°C?C?C C¬CO CO C?C?C?C»C«CRC C¬CO') uo.exec('addobject Bag') while uo.targeting() wait(100) wend uo.print('C‘C?CC¤C?CR CRC?C¤C C?C?C?C»C«CRCO C?C°C®C±C C?C?') uo.exec('addobject Bag2') while uo.targeting() wait(100) wend while Exit<>1 UO.DeleteJournal() UO.FindType('0x0F0E','0x09BB','backpack') If UO.GetQuantity('finditem')>100 Then UO.SetReceivingContainer('Bag2') wait(1000) UO.Grab('all','finditem') wait(1000) UO.UnSetReceivingContainer() Endif UO.FindType('0x0F85','0x0000','backpack') ; Gs If UO.GetQuantity('finditem')<20 then UO.FindType('0x0F85','0x0000','0x400515AA'); Gs, container wait(1000) UO.Grab('700','finditem') wait(1000) Endif LastTimer=UO.Timer() UO.WaitMenu('What','(last)') ; menu UO.UseType(0x0F85) ; Ginseng UO.FindType('0x0F0E',-1,'backpack') If UO.GetQuantity('finditem')<10 then UO.FindType('0x0F0E','0x0000','Bag') wait(1000) UO.Grab('100','finditem') wait(500) Endif 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 sub CheckLag() UO.DeleteJournal() UO.Click('backpack') repeat wait(50) until UO.InJournal('backpack') end sub |
|
| Author: | Bloodmoon [ 2004-11-03 12:00:51 ] |
| Post subject: | |
Использй поиск!:) |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|