Yoko

All sides of Injection
It is currently 2025-11-03 08:13:33

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2006-08-20 20:13:27 
Offline

Joined: 2006-07-25 14:10:53
Posts: 42
Помогите дописать скрипт, что бы он проваерял, есле в мешочке 200 карт искать другой! спасибо.
Code:
sub a()
   VAR Sunduk1 = '0x403A33E2'       ; pystie meshki
   VAR Sunduk2 = '0x403A33E2'       ; kyda skladivat
   VAR Meshok = '0x0E76'          ; meshki
   VAR Map = '0x14EB'          ; 
   VAR MeshSer, i
          UO.FindType( Meshok, '-1', Sunduk1 )   
      MeshSer = UO.GetSerial( 'finditem' )
      UO.MoveItem( MeshSer, '0', Sunduk2 )
      wait(500)
         repeat   
      i = 0
            If UO.Count( Map ) > 0 Then
            i = i + 1
            UO.FindType( Map )
            UO.MoveItem( 'finditem', '0', MeshSer )
            wait(500)
            UO.Print( str(i) + ' maps moved' )
         Endif
      Until UO.Count( Map ) == 0
end sub


Top
   
 Post subject:
PostPosted: 2006-08-21 11:51:04 
Offline

Joined: 2006-07-25 14:10:53
Posts: 42
Help me please !


Top
   
 Post subject:
PostPosted: 2006-08-21 12:11:01 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
вот скрипт каторый я использую, надеюсь сможеш переделать для себя...

Code:
check:
uo.findtype('0x0E76', -1 , chestwithbags )
if uo.findcount() then
del('255|bag')
uo.click('finditem')
uo.ignore('finditem')
repeat
wait(100)
until uo.injournal('bag')
if uo.injournal('255') then
uo.moveitem('finditem', 0 , chesttoput )
goto check
endif
endif

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2006-08-23 00:31:42 
Offline

Joined: 2006-07-25 14:10:53
Posts: 42
Спасибо огромное :)


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:  
Powered by phpBB® Forum Software © phpBB Limited