Yoko

All sides of Injection
It is currently 2025-10-19 07:38:12

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2009-04-11 16:54:28 
Offline
User avatar

Joined: 2009-04-11 10:27:52
Posts: 20
Есть такой скриптик, перелаживает реги из сумки в ящик и поидеи выбрасывает пустую сумку, вот он! Code:
Code:
sub MoveRegi() 
var DropBag= 1 # 1 - пустой мешочек выкидывать, 0 - оставить
uo.Print('Viberite otkuda: ')
uo.Exec('addobject otkuda')
while uo.Targeting()
wait(100)
wend

uo.Print('Viberite kuda: ')
uo.Exec('addobject kuda')
while uo.Targeting()
wait(100)
wend

uo.SetReceivingContainer('otkuda')
var i
DIM MoveRegi[8]
MoveRegi[0]=0x0F7A # Black Pearls
MoveRegi[1]=0x0F85 # Ginseng
MoveRegi[2]=0x0F88 # Nightshade
MoveRegi[3]=0x0F8C # Sulfurous Ash
MoveRegi[4]=0x0F8D # Spider's Silk
MoveRegi[5]=0x0F86 # Mandrake Roots
MoveRegi[6]=0x0F84 # Garlic
MoveRegi[7]=0x0F7B # Blood Moss
for i=0 to 7
UO.FindType(MoveRegi[i], '-1', 'otkuda')
while UO.GetQuantity('finditem') > 0
UO.MoveItem('finditem','-1','kuda')
Wait(200)
UO.FindType(MoveRegi[i],'-1','otkuda')
wend
next
uo.UnSetReceivingContainer('otkuda')
if DropBag==1 then
uo.drophere('otkuda')
end if
uo.print('MoveRegi Off!')
end sub





При его запуске, появляетьса таргеты откуда и куда выкидывать реги, он опусташает одну сумку и останавливаетьса, даже не выкинут пустой баг! Можно ли зделать так, что бы он выкидывал в сундук все реги со всех сумок и соответственно походу скидывал пустые сумки??
Просто за ходку у меня по 200 сумочек както очень напряжно делать это в ручную (
Заранее спасибо !!!


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 1 guest


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