Yoko

All sides of Injection
It is currently 2026-01-16 19:53:51

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2010-02-15 22:06:16 
Offline
User avatar

Joined: 2010-02-15 21:38:43
Posts: 3
Location: Тюмень
С помощью этого скрипта чар сначало таймит живку а потом убивает её.
Прошу дописать, чтобы после убийства он ещё + качал на трупе Forensic Evaluation :)
Code:
sub AnimalTaming()
    VAR animal = '0x00DC' # тип животного
    var COLanimal = '0x0000' # цвет животного
    uo.Set('finddistance', 8)
    Repeat
        uo.FindType(animal, COLanimal, 'ground')
        if uo.FindCount()>0 then
            uo.warmode(0)
            wait(500)
            UO.DeleteJournal()
            while not UO.InJournal('It seems|see the creature|already|rememb')
                UO.DeleteJournal()
                UO.WaitTargetObject('finditem') 
                UO.Useskill('Animal Taming')
                repeat
                    wait(100)
                until UO.InJournal('fail|It seems|already|rememb') or uo.GetX('finditem')==0
                wait(500)
            wend
            If Uo.InJournal('It seems|already') Then
                uo.say('all come')
                uo.attack('finditem')
                repeat
                    wait(100)
                until uo.dead() or uo.GetX('finditem')==0
                uo.warmode(0)
                wait(500)
            endif
        endif
        wait(500)
    Until uo.Dead()
end sub


Зарание большое спасибо!

_________________
Sphere 55R 4.0.2, Client 2.0.3
The Best Ultima Online Shard


Top
   
PostPosted: 2010-02-16 10:37:13 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Чтото вы многоуважаемый Мухамор не брезгуете моими скриптами с Антареса пользоваться :lol: И где же та "рассовая" ненависть? :mrgreen:

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2010-02-16 11:23:44 
Offline
User avatar

Joined: 2010-02-15 21:38:43
Posts: 3
Location: Тюмень
Хм...а почему я должен брезговать Вашими скриптами пользоваться?)) на Антаресе не когда не играл, но скрипты всегда брал лобо с Еко либо с форума Антареса.....

_________________
Sphere 55R 4.0.2, Client 2.0.3
The Best Ultima Online Shard


Top
   
PostPosted: 2010-02-19 08:34:22 
Offline
User avatar

Joined: 2010-02-15 21:38:43
Posts: 3
Location: Тюмень
помогите плиз...там ведь не так сложно форенсик засунуть в скрипт....

_________________
Sphere 55R 4.0.2, Client 2.0.3
The Best Ultima Online Shard


Top
   
PostPosted: 2010-03-24 00:00:37 
Offline

Joined: 2009-06-12 20:10:00
Posts: 240
Location: Vasa Smerti(RASToMAN) DRW
Code:
sub AnimalTaming()
    VAR animal = '0x00DC' # тип животного
    var COLanimal = '0x0000' # цвет животного
    var body = ' ' # тут тип трупа
    uo.Set('finddistance', 8)
    Repeat
        uo.FindType(animal, COLanimal, 'ground')
        if uo.FindCount()>0 then
            uo.warmode(0)
            wait(500)
            UO.DeleteJournal()
            while not UO.InJournal('It seems|see the creature|already|rememb')
                UO.DeleteJournal()
                UO.WaitTargetObject('finditem')
                UO.Useskill('Animal Taming')
                repeat
                    wait(100)
                until UO.InJournal('fail|It seems|already|rememb') or uo.GetX('finditem')==0
                wait(500)
            wend
            If Uo.InJournal('It seems|already') Then
                uo.say('all come')
                uo.attack('finditem')
                repeat
                    wait(100)
                until uo.dead() or uo.GetX('finditem')==0
                uo.warmode(0)
                forensic()
                wait(500)
            endif
        endif
        wait(500)
    Until uo.Dead()
end sub

sub forensic()
var n, p
 uo.warmode(0)
  uo.disarm('arm')
   p=0
 for n=0 to 5
  uo.deletejournal()
    uo.waittargetground(body)
     uo.useskill('Forensic Evaluation')
  while not uo.injournal('stop|This is the|You can tell')
   wait(200)
   if p<15 then
    p=p+1
   else
    uo.sayu('stop')
    uo.waittargetground(body)
     uo.useskill('Forensic Evaluation')
     p=0
   endif
  wend
   p=0
    wait(1500)
 next
  ir()
end sub

sub ir()
 uo.ignorereset()
end sub


пробуЙ


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: No registered users and 4 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited