Yoko

All sides of Injection
It is currently 2024-03-28 11:25:38

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
 Post subject: Пандорки
PostPosted: 2014-08-10 22:07:47 
Offline
User avatar

Joined: 2012-04-12 12:25:52
Posts: 13
Всем привет =) Кто может помочь дописать функцию на открытие пандорок локпиками, что бы вручную их не вскрывать ? P.S. Если возможно, что бы он в случаи неудачной попытки пробовал дальше, пока не откроет, и переходил к следующей :D Заранее спасибо !

Code:
sub empter()
VAR Sunduk1 = '0x47D508DD' ;сундук для пустых коробок
VAR Sunduk2 = '0x479A8020' ;сундук для хлама
VAR Meshok = '0x09AA' ;тип пандоры (есть два типа, в одну сторону и в другую)
VAR MeshSer
repeat
uo.findtype(Meshok,-1,'backpack')
MeshSer = UO.GetSerial( 'finditem' )
uo.useobject(MeshSer)
wait(600)
repeat
uo.findtype(-1,-1,MeshSer)
uo.moveitem('finditem',0,Sunduk2)
wait(600)
until not UO.GetQuantity('finditem')
wait(600)
uo.moveitem(MeshSer,0,Sunduk1)
until not UO.count(Meshok)
end sub


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

All times are UTC+02:00


Who is online

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