Yoko

All sides of Injection
It is currently 2025-10-11 21:39:20

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Хелп плиз !!!
PostPosted: 2006-07-07 13:46:10 
Offline
User avatar

Joined: 2006-07-07 13:35:23
Posts: 2
Я хотел попрасить Мастеров написать мне скрипт плиз на Animal Taming и добавить в него функцыю Anatomy :roll:
И вот вам на всякий случай скрипт ! :roll:


Code:
var fruit='0x0C77' ##Вид еды которую вы будете есть 
var food= '0x097B' ##Тип еды которой кормить живку
var Timer=UO.Timer()
var Animal, Staff

sub AnimalTaming()
#¤Leo¤#
UO.Msg('all release')

UO.Print(Select Animal...')
UO.Exec('addobject Animal')
   while uo.Targeting()
      wait(100)
   wend

UO.Print('Select Staff...')
UO.Exec('addobject Staff')
   while uo.Targeting()
      wait(100)
   wend

UO.DeleteJournal()
while not UO.InJournal('It seems') or not UO.InJournal('see the creature')
   UO.DeleteJournal()
   UO.WaitTargetObject('Animal') 
   UO.UseObject('Staff')
      repeat
         wait(100)
      until UO.InJournal('fail') or UO.InJournal('It seems') or UO.InJournal('see the creature')
   if UO.Timer()>(Timer+1200) then
      UO.SetReceivingContainer('Animal')
         wait(500)
      UO.FindType(fruit)
         if UO.GetQuantity('finditem')>0 then
            UO.Grab('5','finditem')
               wait(500)
         end if
      UO.UnSetReceivingContainer('Animal')
         wait(500)
      UO.UseType(food)
      Timer=UO.Timer()
   end if
UO.Msg('all release')
wend
end sub


Top
   
 Post subject:
PostPosted: 2006-07-08 16:27:52 
Offline
User avatar

Joined: 2006-05-23 11:48:22
Posts: 145
сцуки мою аватраку сперли :( О ужас....(флуд )


Top
   
 Post subject:
PostPosted: 2006-07-08 16:28:56 
Offline
User avatar

Joined: 2006-05-23 11:48:22
Posts: 145
Ты хотябы шард на писал.... как тайминг работает и т.д скрипт который ты выложил .... на нем качаешь ты тайминг?


Top
   
 Post subject:
PostPosted: 2006-07-08 21:09:11 
Offline
User avatar

Joined: 2006-03-23 19:25:23
Posts: 101
klonuk wrote:
Ты хотябы шард на писал.... как тайминг работает и т.д скрипт который ты выложил .... на нем качаешь ты тайминг?


А знаю такого, Шард у него ДрВ, нубик 1 такой)

_________________
:O


Top
   
 Post subject:
PostPosted: 2006-07-09 00:25:49 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Code:
   UO.DeleteJournal()
   UO.WaitTargetObject('Animal')
   UO.UseObject('Staff')


Code:
   UO.DeleteJournal()
   UO.WaitTargetObject('Animal')
   UO.UseSkill('Anatomy')
   UO.WaitTargetObject('Animal')
   UO.UseObject('Staff')


Code:
var fruit='0x0C77' ##Âèä åäû êîòîðóþ âû áóäåòå åñòü
var food= '0x097B' ##Òèï åäû êîòîðîé êîðìèòü æèâêó
var Timer=UO.Timer()
var Animal, Staff

sub AnimalTaming()
#¤Leo¤#
UO.Msg('all release')

UO.Print(Select Animal...')
UO.Exec('addobject Animal')
   while uo.Targeting()
      wait(100)
   wend

UO.Print('Select Staff...')
UO.Exec('addobject Staff')
   while uo.Targeting()
      wait(100)
   wend

UO.DeleteJournal()
while not UO.InJournal('It seems') or not UO.InJournal('see the creature')
 UO.DeleteJournal()
   UO.WaitTargetObject('Animal')
   UO.UseSkill('Anatomy')
   wait(2500) ;if anatomy dont fuck up taming then set wait(200)
   UO.WaitTargetObject('Animal')
   UO.UseObject('Staff')
      repeat
         wait(100)
      until UO.InJournal('fail') or UO.InJournal('It seems') or UO.InJournal('see the creature')
   if UO.Timer()>(Timer+1200) then
      UO.SetReceivingContainer('Animal')
         wait(500)
      UO.FindType(fruit)
         if UO.GetQuantity('finditem')>0 then
            UO.Grab('5','finditem')
               wait(500)
         end if
      UO.UnSetReceivingContainer('Animal')
         wait(500)
      UO.UseType(food)
      Timer=UO.Timer()
   end if
UO.Msg('all release')
wend
end sub

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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 9 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