It is currently 19 Apr 2024, 13:46

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 17 Jun 2010, 22:25 
Offline
Бывалый игрок
User avatar

Joined: 30 Apr 2010, 09:33
Posts: 406
запускаем функцию Start, появляется прицел, указываем контейнер куда скидывать, ждем ...
Code:
sub Start()
uo.Print('************************')
uo.Print('Переброс буков UoRpg.net by reTry')
uo.Print('************************')
uo.Print('   ')
uo.Print('   ')
uo.Print('Куда?')
uo.Exec('addobject kuda')
while uo.Targeting()
wait(100)
wend

uo.SetReceivingContainer('backpack')
var i
DIM Move[9]
Move[0]=0x3BE1 # U
Move[1]=0x3BE2 # O
Move[2]=0x3BE3 # R
Move[3]=0x3BE4 # P
Move[4]=0x3BE5 # G
Move[5]=0x3BE6 # .
Move[6]=0x3BE7 # N
Move[7]=0x3BE8 # E
Move[8]=0x3BE9 # T
for i=0 to 8

CheckLag()
UO.FindType(Move[i], '-1','backpack')
while UO.GetQuantity('finditem')>=1
UO.MoveItem('finditem','-1','kuda')
Wait(150)
UO.FindType(Move[i],'-1','backpack')
wend
next
uo.print('Переброс Буков Закончен!')
uo.UnSetReceivingContainer('backpack')
end sub

sub CheckLag()
if uo.Waiting()>0 then
uo.Exec('canceltarget')
end if
uo.DeleteJournal()
uo.Click('backpack')
repeat
wait(50)
until uo.InJournal('backpack')
end sub

_________________
Image
Gefest, The Crafter 12 lvl
Commander Lee, The Knight 12 lvl


Top
 Profile  
 
PostPosted: 20 Jun 2010, 18:45 
Offline
Бывалый игрок
User avatar

Joined: 17 Mar 2010, 20:28
Posts: 416
О спасиб, полезный скрипт


Top
 Profile  
 
PostPosted: 21 Jun 2010, 10:45 
Offline
Бывалый игрок
User avatar

Joined: 30 Apr 2010, 09:33
Posts: 406
Gign wrote:
О спасиб, полезный скрипт

:D

_________________
Image
Gefest, The Crafter 12 lvl
Commander Lee, The Knight 12 lvl


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

All times are UTC + 2 hours [ DST ]


Who is online

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