Yoko

All sides of Injection
It is currently 2024-04-16 20:23:03

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2014-09-28 20:35:16 
Offline

Joined: 2014-09-28 20:28:06
Posts: 3
Собственно скрипт для прокачки Item ID версия инжекта последняя. стоит свернуть окно с инжектом как через случайное время скрипт исчезает из активных.
Code:
sub itemid()
    var cont_source='0x64EEC7B1' # бекпак с бинтами
   var cont_dest='0x64EEC7B3' # бекпак куда скидывать бинты
   var t_bandages='0x0E21'
   var amount=1
   uo.ignorereset()
   uo.findtype(t_bandages,-1,2)
   if uo.findcount() then
      uo.print('Сначала выкинь бинты которые у тебя в паке')
      uo.moveitem('finditem',0,cont_dest); # бекпак куда складывать
      wait(500)
   endif
   uo.useobject(cont_source) # бекпак с бинтами
   uo.useobject(cont_dest) # бекпак куда складывать
   wait(500)
   while uo.skillval('Item ID',1)<1000
      uo.findtype(t_bandages,-1,cont_source)
      if uo.findcount()==0 then
         uo.print('Бинты кончились')
         return
      endif
      uo.moveitem('finditem',amount)
      wait(500)
      uo.findtype(t_bandages,-1,-1)
      if uo.findcount()==0 then
         uo.print('нет бинтов')
         return
      endif
      uo.waittargetobject('finditem')
      uo.useskill('Item Identification')
      wait(7000)
      uo.moveitem('finditem',0,cont_dest); # бекпак куда складывать
      wait(500)
   wend
endsub
sub cheklag()
   UO.DeleteJournal()
   UO.Click('backpack')
   repeat
      wait(500)
   until UO.InJournal('backpack')
end sub


Top
   
PostPosted: 2014-09-28 20:39:41 
Offline

Joined: 2011-06-11 19:54:23
Posts: 820
"Бинты кончились" или "нет бинтов" в журнале имеется?


Top
   
PostPosted: 2014-09-28 21:10:41 
Offline

Joined: 2014-09-28 20:28:06
Posts: 3
Juicy Fruit wrote:
"Бинты кончились" или "нет бинтов" в журнале имеется?

это в _showjournal ? нет не видел.
Бинты есть в большом коль-ве.
т.е он рандомное кол-во циклов работает и и заканчивается


Top
   
PostPosted: 2014-09-29 13:47:18 
Offline

Joined: 2014-09-28 20:28:06
Posts: 3
xe12e wrote:
Juicy Fruit wrote:
"Бинты кончились" или "нет бинтов" в журнале имеется?

это в _showjournal ? нет не видел.
Бинты есть в большом коль-ве.
т.е он рандомное кол-во циклов работает и и заканчивается

Отвечу сам себе , нужны были задержки по больше т.к. коннект не очень быстрый. )


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 12 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