Page 1 of 1

Подправте

Posted: 2008-05-23 20:43:37
by 4elovek

Code: Select all

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: Select all

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

Posted: 2008-05-23 21:57:05
by 4elovek
up!

Posted: 2008-05-23 21:58:53
by 4elovek
up!