Yoko

All sides of Injection
It is currently 2025-12-28 20:06:42

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2005-02-27 10:03:00 
Offline
User avatar

Joined: 2004-10-13 15:08:08
Posts: 147
помгите пожалуйста.

Code:
sub main() 
  uo.findtype('0x0EED',-1,'backpack')
  uo.moveitem('finditem','1','0x002A101E')
end sub

_________________
maxim viktorovich


Top
   
PostPosted: 2005-02-27 10:15:08 
Offline

Joined: 2005-02-07 19:28:26
Posts: 37
maximka4 wrote:
помгите пожалуйста.

Code:
sub main() 
  uo.findtype('0x0EED',-1,'backpack')
  uo.moveitem('finditem','1','0x002A101E')
end sub


Если просто зацыклить то:
Code:
sub main()
 while true
  uo.findtype('0x0EED',-1,'backpack')
  uo.moveitem('finditem','1','0x002A101E')
 wend
end sub


Но скорее тебе лучше либо:
Code:
sub main() 
 repeat
  uo.findtype('0x0EED',-1,'backpack')
  uo.moveitem('finditem','1','0x002A101E')
 until UO.FindCount() > 0
end sub


либо

Code:
sub main() 
 uo.findtype('0x0EED',-1,'backpack')
 while UO.FindCount() > 0
  uo.moveitem('finditem','1','0x002A101E')
  uo.findtype('0x0EED',-1,'backpack')
 wend
end sub


Top
   
 Post subject:
PostPosted: 2005-02-27 17:16:18 
Offline
User avatar

Joined: 2004-10-13 15:08:08
Posts: 147
большое спасибо, а ты можешь два скритпа соеденить?
если можешь то пожалуйста загляни сюда.
http://yoko.netroof.net/forum/viewtopic ... 8074#18074

_________________
maxim viktorovich


Top
   
 Post subject:
PostPosted: 2005-02-27 20:53:26 
Offline

Joined: 2005-02-07 19:28:26
Posts: 37
maximka4 wrote:
большое спасибо, а ты можешь два скритпа соеденить?
если можешь то пожалуйста загляни сюда.
http://yoko.netroof.net/forum/viewtopic ... 8074#18074

Иди проверяй, вроде соеденил, сам пользуюсь:)


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