Yoko

All sides of Injection
It is currently 2025-11-05 19:26:11

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2005-07-07 10:40:16 
Offline
User avatar

Joined: 2004-07-03 09:34:31
Posts: 18
Location: Russia, Siberia, Tymen, Kaskara
Помогите мне написать скрипт выбрасывания в мусорку?

Вобщем мне нужно чтобы был UO.useObject('мусорка') или UO.usefromground('мусорка') затем как бы курсором на установленый мною оьект (0x0DD6). как это сделать? Я почитал готовые скрипты, но ничего не понял... пожалуйста помогите

_________________
DeP


Top
   
 Post subject:
PostPosted: 2005-07-07 12:44:18 
Offline

Joined: 2005-06-12 09:14:09
Posts: 52
Location: Moscow, Russia
Code:
UO.waittargettype('0x0DD6')
UO.Useobject('айди мусорки')

Это при условии что объект для выбрасывания в паке.


Top
   
 Post subject:
PostPosted: 2005-07-07 17:12:56 
Offline
User avatar

Joined: 2004-07-03 09:34:31
Posts: 18
Location: Russia, Siberia, Tymen, Kaskara
а как сделать чтобы он завершался?
Code:
sub trash() 
 While NOT UO.Count('0x0DD6')==0 and NOT UO.Dead()
 UO.waittargettype('0x0DD6')
 UO.Useobject('0x40023C44')
wait(500)
wend
end sub


он уменя по окончании объектов запрашивает еще...

_________________
DeP


Top
   
 Post subject:
PostPosted: 2005-07-08 09:06:23 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
DePawlur wrote:
а как сделать чтобы он завершался?
Code:
sub trash() 
  uo.findtype('0x0DD6',-1,'backpack')
  While UO.findcount() and NOT UO.Dead()
    UO.waittargetobject('finditem')
    UO.Useobject('0x40023C44')
    checklag()
    uo.findtype('0x0DD6',-1,'backpack')
  wend
end sub


он уменя по окончании объектов запрашивает еще...
а так?


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: Bing [Bot] and 2 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