Yoko

All sides of Injection
It is currently 2025-12-25 22:27:34

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2005-03-12 08:30:04 
Offline

Joined: 2004-10-30 21:28:19
Posts: 76
Скрипт проходит один круг и останавливается! помогите сделать, что бы он не прекращался пока бутылки с пойзоном не закончатся!!!

Code:
sub Poisoning()
UO.FindType('0x0F0A','0x0000','backpack')
      While UO.GetQuantity('finditem') > 0
         UO.DeleteJournal()
         repeat
         UO.UseSkill("Poisoning")
         UO.WaitTargetObject(dagger,'finditem')
         while  NOT UO.InJournal("You apply")
         if UO.InJournal("You fail to apply")then
         Healing()
         end if
            wait(300)           
      wend
end sub


Top
   
 Post subject:
PostPosted: 2005-03-12 08:40:18 
Offline
Junior Expert
User avatar

Joined: 2004-11-13 00:43:55
Posts: 474
Location: Киберзадроцк
Используй
Code:
REPEAT
.....
Until (Условие)
или
Code:
While (Условие)
.....
Wend


Top
   
 Post subject:
PostPosted: 2005-03-12 08:44:09 
Offline

Joined: 2004-10-30 21:28:19
Posts: 76
а по подробней нельзя?


Top
   
PostPosted: 2005-03-12 11:58:07 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
Code:
sub Poisoning()
UO.FindType('0x0F0A','0x0000','backpack')
      While UO.GetQuantity('finditem') > 0
         UO.DeleteJournal()
         repeat
         UO.UseSkill("Poisoning")
         UO.WaitTargetObject(dagger,'finditem')
         while  NOT UO.InJournal("You apply")
         if UO.InJournal("You fail to apply")then
         Healing()
         end if
            wait(300)           
      wend
end sub

А гдеже Until? :shock:


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