Yoko

All sides of Injection
It is currently 2026-01-17 17:33:31

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-12-10 10:53:47 
Offline
User avatar

Joined: 2004-10-13 15:08:08
Posts: 147
нашел скрипт на стилинг,хачю что бы вы мне немного помагли бы, такая тема, один чар варует бинты у другого,как сварует кидает их в мешок,который лежит на полу.

Code:
sub main()
sub стилинг()
repeat
uo.waittargetobject('0x402FE1CF'); ID  вещи
uo.exec ("useskill 'Stealing'")
if UO.Count('0x402FE1CF') then ;ID вещи
UO.setReceivingContainer('0x4023C502') ; ID мешка
uo.findtype('0x0E21','-1','backpack')
UO.grab("finditem")
UO.UnsetReceivingContainer()
end if
wait(4000)
until UO.Dead()
end sub

sub secondchar()
repeat
if not uo.count('0x0E21') then 
bgrab()
end if
wait(3000)
until false
end sub

sub bgrab()
uo.findtype('0x0E21','-1','0x4023C502') ; ID мешка
if uo.findcount() > 0 then
UO.grab('1',"finditem")
Wait(500)   
end if 
end sub

подправте скрипт пожалуста что б чар скидывал бинты в мешок,я тут пробовал сделать такой тока он у меня не работает вот он:

Code:
sub drop()
uo.FindType('0x0E21','0x0000','backpack')
if uo.GetQuantity('finditem')>0 then
uo.SetReceivingContainer('0x4023D2F7')
wait(1000)
uo.Drop('all','finditem')
wait(1000)
uo.UnSetReceivingContainer()
end if
Wait(2000)   
end if 
end sub

_________________
maxim viktorovich


Top
   
PostPosted: 2004-12-10 11:15:44 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
maximka4 wrote:
Code:
sub drop()
if UO.Count('0x0E21','0x0000') > 0 then
uo.FindType('0x0E21','0x0000','backpack')
UO.MoveItem('finditem','-1','0x4023D2F7')
wait(1000)
end if
end sub
я б ещё CheckLag() после wait поставил.


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

All times are UTC+02:00


Who is online

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