Yoko

All sides of Injection
It is currently 2010-09-10 14:50:11

All times are UTC + 2 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: новое мое творение
PostPosted: 2008-12-23 13:43:53 
Offline

Joined: 2008-12-21 12:09:10
Posts: 4
скрипт берет из сундука (укажете его после запуска скрипта) 1 кег и найтшейд, крафтит пойзоны, потом сливает их в кег и сбрасывает полный кег в мусорку (укажете ее после запуска скрипта)

перед запуском скрипта положите себе в пак 50 бутылок, пустые кеги и найтшейд подготовьте заранее

если дойдут руки, сделаю что бы перс сам брал ресурсы, крафтил кег после чего качал химию



sub main()
uo.print('Мусорка')
uo.exec('addobject musor')
while uo.targeting()
wait(100)
wend
uo.print('Сумка')
uo.exec('addobject bag')
while uo.targeting()
wait(100)
wend
while not UO.Dead()
reload()
alchemy()
sliv()
#poison()

spik()
wend
end sub

sub alchemy()
while uo.count('0x0F0E') > 1 and UO.Count('0x0F88') > 1
UO.DeleteJournal()
ChekLag()
UO.WaitMenu('What','(2)')
UO.UseType(0x0F88)
UO.DeleteJournal()
while NOT UO.InJournal("You put") AND NOT UO.InJournal("You toss the failed")
wait(100)
wend
wend
end sub

sub poison()
while uo.count('0x0F0A') > 0
UO.FindType('0x0F0A','-1','backpack')
UO.DeleteJournal()
UO.UseSkill("Poisoning")
UO.WaitTargetObject(0x4148BFBE,'finditem')
while NOT UO.InJournal("You fail to apply") AND NOT UO.InJournal("You apply")
wait(100)
wend
wend
end sub

sub trash()
var keg=1-uo.count('0x1940')
UO.FindType('0x1940','-1','backpack')
UO.DeleteJournal()
UO.SetCatchbag('musor')
uo.exec("grab "+str(keg)+" finditem")
wait(3500)
UO.UnSetReceivingContainer()
UO.UnSetCatchBag()
ChekLag()
end sub

sub sliv()
while uo.count('0x0F0A') > 0
UO.UseType(0x1940)
UO.DeleteJournal()
UO.waittargettype(0x0F0A)
wait (100)
wend
trash()
end sub

sub reload()
UO.UnSetReceivingContainer()
UO.UnSetCatchBag()
var keg=1-uo.count('0x1940')
UO.findtype('0x1940', '-1', 'bag')
uo.exec("grab "+str(keg)+" finditem")
wait(3500)

var ns=200-uo.count('0x0F88')
if ns > 0 then
UO.findtype('0x0F88', '-1', 'bag')
uo.exec("grab "+str(ns)+" finditem")
ChekLag()
wait(3500)
end if
end sub

Sub spik()
UO.useskill("Spirit")
wait(6000)
UO.useskill("Spirit")
wait(6000)
end sub

sub ChekLag()
UO.DeleteJournal()
UO.Click('backpack')
repeat
wait(50)
until UO.InJournal('backpack')
end sub


Top
 Profile  
 
 Post subject:
PostPosted: 2008-12-23 13:56:17 
Offline

Joined: 2008-12-21 12:09:10
Posts: 4
отпишитесь кто, работает ли скрипт, а то у меня на оскоме все пашет, интересно заработает ли у других


Top
 Profile  
 
 Post subject: Re: новое мое творение
PostPosted: 2010-01-29 02:24:33 
Offline

Joined: 2006-05-06 16:10:12
Posts: 17
Location: LV
scp rabotait uso good :) snx za script :)

_________________
http://s004.radikal.ru/i205/1002/27/df76750635dd.gif


Top
 Profile  
 
 Post subject: Re: новое мое творение
PostPosted: 2010-02-02 12:18:52 
Offline

Joined: 2010-01-21 12:10:55
Posts: 1
Спасибо за скрипт ,тоже на оскоме играю .Нету некаких проблем.+)


Top
 Profile E-mail  
 
 Post subject: Re: новое мое творение
PostPosted: 2010-02-02 12:36:18 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 734
вы маньяки :D
хотя иной раз в простоте сила.

_________________
From UO


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

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 0 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 © 2000, 2002, 2005, 2007 phpBB Group