Yoko

All sides of Injection
It is currently 2025-10-15 23:29:06

All times are UTC+02:00




Post new topic  Reply to topic  [ 9 posts ] 
Author Message
 Post subject: химия
PostPosted: 2007-03-24 17:18:12 
Offline

Joined: 2006-03-29 18:56:12
Posts: 18
мешает тотл ману,заливает в кег,кег ложит в сундук
дайте плз линк поиск почемуто глючит :(


Last edited by The Vampire on 2007-03-28 11:25:46, edited 2 times in total.

Top
   
 Post subject:
PostPosted: 2007-03-28 11:24:09 
Offline

Joined: 2006-03-29 18:56:12
Posts: 18
ну очень прошу :wink:


Top
   
 Post subject:
PostPosted: 2007-03-28 13:20:43 
Offline
User avatar

Joined: 2005-04-05 04:13:24
Posts: 139
Location: DRW
хоть чутьчуть бы прошелся по форуму ради приличия... в соседнем разделе, сразу в первой теме:

Code:
#******************************# 
#*********** 1.01 *************#
#    Cooper & You Must Die     #
#******************************#
#******************************#

sub Alchemy()
var eye=' ' ; Тип Eyes of Newt
var forpotion= 18000 ;Задержка на изготовление
var potion=' ' ; Тип Маны
var color=' ' ; Цвет Маны
var sunduk=' ' ; Откуда брать, и куда складывать
var bottle=' ' ;Тип бутылок
var i
      while not uo.Dead()
          uo.DeleteJournal()
          uo.FindType(eye,'-1','my')
          if uo.GetQuantity('finditem') > 10 then
              uo.FindType(bottle,'-1','my')
              if uo.GetQuantity('finditem') > 10 then
                  uo.WaitMenu('What sort of potion do you','Total Mana')
                  uo.UseType(eye)
                  wait(forpotion)
                  CheckLag()
                  i = 0
                  repeat
                      wait(100)
                      k = k + 1
                  until uo.InJournal('You put') OR uo.InJournal('You toss') or (k>50)
                  if uo.InJournal('You put') then
                      uo.DeleteJournal()
                      uo.FindType(potion,color,'backpack')
                      CheckLag()
                      while uo.FindCount()
                          uo.moveitem('finditem','10',sunduk)
                          wait(500)
                      wend
                  end if
              else
                  uo.FindType(bottle,'-1',sunduk)
                  uo.moveitem('finditem','100')
                  wait(1000)
              end if     
          else             
              uo.FindType(eye,'-1',sunduk)
              uo.moveitem('finditem','100')
              wait(1000)
          end if
      wend
end sub

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


Top
   
 Post subject:
PostPosted: 2007-09-17 17:27:16 
Offline

Joined: 2007-09-17 16:21:03
Posts: 2
Стикма.а есть такой же скрипт тока на пойзон???


Top
   
 Post subject:
PostPosted: 2007-09-17 21:28:47 
Offline
User avatar

Joined: 2004-10-02 23:47:48
Posts: 89
Поменяй
Quote:
#******************************#
#*********** 1.01 *************#
# Cooper & You Must Die #
#******************************#
#******************************#

sub Alchemy()
var eye=' ' ; Тип Eyes of Newt тут
var forpotion= 18000 ;Задержка на изготовление
var potion=' ' ; Тип Маны тут
var color=' ' ; Цвет Маны тут
var sunduk=' ' ; Откуда брать, и куда складывать
var bottle=' ' ;Тип бутылок
var i
while not uo.Dead()
uo.DeleteJournal()
uo.FindType(eye,'-1','my')
if uo.GetQuantity('finditem') > 10 then
uo.FindType(bottle,'-1','my')
if uo.GetQuantity('finditem') > 10 then
uo.WaitMenu('What sort of potion do you','Total Mana') тут
uo.UseType(eye)
wait(forpotion)
CheckLag()
i = 0
repeat
wait(100)
k = k + 1
until uo.InJournal('You put') OR uo.InJournal('You toss') or (k>50)
if uo.InJournal('You put') then
uo.DeleteJournal()
uo.FindType(potion,color,'backpack')
CheckLag()
while uo.FindCount()
uo.moveitem('finditem','10',sunduk)
wait(500)
wend
end if
else
uo.FindType(bottle,'-1',sunduk)
uo.moveitem('finditem','100')
wait(1000)
end if
else
uo.FindType(eye,'-1',sunduk)
uo.moveitem('finditem','100')
wait(1000)
end if
wend
end sub

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


Top
   
 Post subject:
PostPosted: 2009-05-10 13:35:55 
Offline

Joined: 2009-05-05 19:48:00
Posts: 2
HellFire wrote:
Поменяй
Quote:
#******************************#
#*********** 1.01 *************#
# Cooper & You Must Die #
#******************************#
#******************************#

sub Alchemy()
var eye=' ' ; Тип Eyes of Newt тут
var forpotion= 18000 ;Задержка на изготовление
var potion=' ' ; Тип Маны тут
var color=' ' ; Цвет Маны тут
var sunduk=' ' ; Откуда брать, и куда складывать
var bottle=' ' ;Тип бутылок
var i
while not uo.Dead()
uo.DeleteJournal()
uo.FindType(eye,'-1','my')
if uo.GetQuantity('finditem') > 10 then
uo.FindType(bottle,'-1','my')
if uo.GetQuantity('finditem') > 10 then
uo.WaitMenu('What sort of potion do you','Total Mana') тут
uo.UseType(eye)
wait(forpotion)
CheckLag()
i = 0
repeat
wait(100)
k = k + 1
until uo.InJournal('You put') OR uo.InJournal('You toss') or (k>50)
if uo.InJournal('You put') then
uo.DeleteJournal()
uo.FindType(potion,color,'backpack')
CheckLag()
while uo.FindCount()
uo.moveitem('finditem','10',sunduk)
wait(500)
wend
end if
else
uo.FindType(bottle,'-1',sunduk)
uo.moveitem('finditem','100')
wait(1000)
end if
else
uo.FindType(eye,'-1',sunduk)
uo.moveitem('finditem','100')
wait(1000)
end if
wend
end sub

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



Slux a kak prapisat stobi bi bral bolse odnogo tipa regov dapustim mne nada takie banki craftit ja prost ih crav4u ne dla skilla a dla prodazi v bolsom koli4estve vot dapustim regi catorie mne nuzni dla 1 banki
3 Garlic, 3 Ginseng, 3 Mandrake Roots, 1 Magic bottle


Top
   
 Post subject:
PostPosted: 2009-11-29 16:01:53 
Offline

Joined: 2008-10-19 18:34:50
Posts: 20
Кто умнее разесните пожалуйсто что в этом скрипте обозначено с буквой К ?Пожалуйсто :?


Top
   
 Post subject:
PostPosted: 2009-11-29 16:04:49 
Offline

Joined: 2009-11-24 22:44:09
Posts: 18
Mental wrote:
Кто умнее разесните пожалуйсто что в этом скрипте обозначено с буквой К ?Пожалуйсто :?




repeat
wait(100)
k = k + 1
until uo.InJournal('You put') OR uo.InJournal('You toss') or (k>50)


Будет повторять это... и каждый раз к будет + 1 как только больше 50 скрипт пойдет читать дальше... вдруг у тебя по каким либо причинам не прошла варка и ничего не варится... тогда у тебя не будет ни физла ни бутылки.. вот в этом случае К и спасет :)


Top
   
 Post subject:
PostPosted: 2009-11-29 16:58:31 
Offline

Joined: 2008-10-19 18:34:50
Posts: 20
Я пускаю скрипт мне выкидывает Variable undefined - К . Как эту важную букву К дефенировать?Я пытался писать как букмц i типо
var k он выкинул: Bad operationfor this type of variable - K.
Так как с этой буквой обойтись? Я эксперементирую может что то нового научусь :)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 9 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