Yoko

All sides of Injection
It is currently 2025-11-10 12:08:20

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2007-06-20 18:25:55 
Offline

Joined: 2006-10-21 13:59:41
Posts: 29
что бы тупо стилил у левочара если стилил кидал в сундук по айди ! и всё!Заранее спс!


Top
   
 Post subject:
PostPosted: 2007-06-20 22:20:47 
Offline
User avatar

Joined: 2007-06-20 15:38:11
Posts: 53
Code:
sub main() 
Var i
Var catch='0x40023EA6'
var item='0x143E'
start:

 
i=0
   UO.waittargetobject("0x00002064")
   UO.usetype('0x13C6')
        wait(10000)
 repeat
         UO.FindType(item,'-1','backpack')
        UO.MoveItem('finditem','-1',catch)
        UO.Print("Sbros")
       
     UO.exec("findtype 0x143E -1 lastcontainer") 
     UO.waittargetobject("finditem")
     UO.usetype('0x13C6')
     wait(5000)
     i=i+1
 until UO.InJournal("You failed to open container") or UO.InJournal("You couldn't open the container") or UO.InJournal("Targeting Cancelled")  or i==4
 goto start
 CheckSave()
end sub

sub CheckSave()
If UO.InJournal("Saving World State") Then
UO.Print("Saving World State")
UO.DeleteJournal()
Wait(25000)
EndIf
end sub


это то что тебе нужно
насколько я понял тебе еще нужно скрипт который будет поднимать с сундука ту вещь которую первый чар скинул в сендук да ?


Code:
sub main() 
var sunduk='0x40023EA6'
var color='0x0386'
var produkt='0x01BE'
start:

UO.FindType('0x143E',-1,'backpack')
If UO.GetQuantity('finditem')<1 then
UO.FindType('0x143E', color, sunduk)
UO.Grab('10','finditem')
Endif
Wait(1000)
goto start

end sub
[/code]


Top
   
 Post subject:
PostPosted: 2007-06-21 09:14:52 
Offline

Joined: 2006-10-21 13:59:41
Posts: 29
1 скрипт на снупинг) а я попросил на стилинг =//=


Top
   
 Post subject:
PostPosted: 2007-06-21 10:54:20 
Offline
User avatar

Joined: 2007-06-20 15:38:11
Posts: 53
там скрипт на стилинг
ты просто настрой его под себя


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 6 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