Yoko

All sides of Injection
It is currently 2026-01-19 06:46:16

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Подправте
PostPosted: 2008-05-23 20:43:37 
Offline

Joined: 2008-01-02 12:01:17
Posts: 19
Location: __
Code:
sub trash() 
While TRUE
  UO.FindType( '0x1BDD','0x0000', -1 )
  if uo.FindCount() then
    UO.MoveItem( 'finditem', 0, 'ground')
    wait(1000)
  end if
  UO.FindType( '0x1BDD','0x03CD', -1 )
  if uo.FindCount() then
    UO.MoveItem( 'finditem', 0, 'ground')
    wait (1000)
  endif
  UO.FindType( '0x1BDD','0x04D1', -1 )
  if uo.FindCount() then
    UO.MoveItem( 'finditem', 0, 'ground')
    wait (1000)
  endif
  UO.FindType( '0x1BDD','0x0099', -1 )
  if uo.FindCount() then
    UO.MoveItem( 'finditem', 0, 'ground')
    wait (1000)
  endif
Wend
end sub


Code:
sub trash() 
; vikidivaet kosti s sunduka
 While TRUE

  if UO.Count( '0x1BDD','0x0000' ) > 0 then
   UO.FindType( '0x1BDD','0x0000', -1 )
   UO.MoveItem( 'finditem', 0, 'ground')
  wait(1000)
  end if
 
if UO.count( '0x1BDD','0x03CD' ) > 0 then
UO.FindType( '0x1BDD','0x03CD', -1 )
 UO.MoveItem( 'finditem', 0, 'ground')
 wait (1000)
 endif
 
if UO.count( '0x1BDD','0x04D1' ) > 0 then
UO.FindType( '0x1BDD','0x04D1', -1 )
 UO.MoveItem( 'finditem', 0, 'ground')
 wait (1000)
 endif
 
if UO.count( '0x1BDD','0x0099' ) > 0 then
UO.FindType( '0x1BDD','0x0099', -1 )
 UO.MoveItem( 'finditem', 0, 'ground')
 wait (1000)
endif

 Wend
 
end sub


vot 2 scripta v princip odin i tot ze no sdelan i ispravlen raznimi ljudjmi
no, 1 i 2 slu4ae viskakivaet o6ibka

scripta na vikidivanie trash logov pod sebja


Last edited by 4elovek on 2008-05-24 07:50:21, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2008-05-23 21:57:05 
Offline

Joined: 2008-01-02 12:01:17
Posts: 19
Location: __
up!


Top
   
 Post subject:
PostPosted: 2008-05-23 21:58:53 
Offline

Joined: 2008-01-02 12:01:17
Posts: 19
Location: __
up!


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

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