Yoko

All sides of Injection
It is currently 2025-10-17 03:50:30

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2009-04-04 17:02:17 
Offline

Joined: 2009-03-29 21:40:04
Posts: 5
sub taming()
UO.UseSkill('Animal Taming');
wait(10000)
until UO.InJournal('You fail') OR UO.InJournal('вы')
If Uo.InJournal ('You fail')Then
UO.WaitTargetObject('lasttarget')
If Uo.InJournal('вы') Then
UO.Say('All Come')
UO.Usefromground('horse')
UO.Usefromground('0x00E2')
UO.Usefromground('0x00E4')
UO.Usefromground('0x00CC')
UO.Usefromground('0x00C8')
UO.Usefromground('0x00D2')
UO.Usefromground('0x00DB')
UO.Usefromground('0x00DC')
UO.Usefromground('0x00DA')
end sub


Top
   
 Post subject:
PostPosted: 2009-04-05 10:06:01 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Code:
sub taming() 
   UO.DeleteJournal()
   UO.UseSkill('Animal Taming')
   Repeat
      wait(500)
   until UO.InJournal('You|вы')

   While (Uo.InJournal('You fail'))
      UO.DeleteJournal()
      UO.WaitTargetObject('lasttarget')
      UO.UseSkill('Animal Taming')
      Repeat
         wait(500)
      until UO.InJournal('You|вы')
   Wend
   UO.Say('All Come')
   wait(500)
   UO.Usefromground('horse')
   UO.Usefromground('0x00E2')
   UO.Usefromground('0x00E4')
   UO.Usefromground('0x00CC')
   UO.Usefromground('0x00C8')
   UO.Usefromground('0x00D2')
   UO.Usefromground('0x00DB')
   UO.Usefromground('0x00DC')
   UO.Usefromground('0x00DA')
end sub


Top
   
 Post subject:
PostPosted: 2009-04-06 09:23:01 
Offline

Joined: 2009-03-29 21:40:04
Posts: 5
Savage wrote:
Code:
sub taming() 
   UO.DeleteJournal()
   UO.UseSkill('Animal Taming')
   Repeat
      wait(500)
   until UO.InJournal('You|вы')

   While (Uo.InJournal('You fail'))
      UO.DeleteJournal()
      UO.WaitTargetObject('lasttarget')
      UO.UseSkill('Animal Taming')
      Repeat
         wait(500)
      until UO.InJournal('You|вы')
   Wend
   UO.Say('All Come')
   wait(500)
   UO.Usefromground('horse')
   UO.Usefromground('0x00E2')
   UO.Usefromground('0x00E4')
   UO.Usefromground('0x00CC')
   UO.Usefromground('0x00C8')
   UO.Usefromground('0x00D2')
   UO.Usefromground('0x00DB')
   UO.Usefromground('0x00DC')
   UO.Usefromground('0x00DA')
end sub


Спасибо Влад но не робит

Таргет появляется на животное, кидал его на цель
жду, не затамил он не повторяет , а когда затамил не алл комит (
Короче не робит ((


Top
   
 Post subject:
PostPosted: 2009-04-06 10:13:14 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
А раньше работало?
Я так понимаю, сообщения надо править.


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