Yoko

All sides of Injection
It is currently 2024-03-28 14:43:23

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: DRW Veterinary
PostPosted: 2015-12-03 17:43:40 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Скрипт на прокачку ветеринари через морф в демона.
Потребуется съёмный курсовый горгет, реги на морф и бинты.

Перед первым запуском скрипта одеваем на чара горгет и даём комнду в клиенте ,setdress zzz
Настройка скрипта:
var NormalStr=180 - скоко силы у чара
var DaemonStr=330 - скоко силы в морфе
Проверено на версии 505.18, новые с ходу не заработали, потом попробую.


Code:
sub Vet()
   var   NormalStr=180
   var   DaemonStr=330

   UO.UnDress('zzz')
   While True
      Repeat
         If UO.Mana<50 Then
            Repeat
               UO.DeleteJournal()
               UO.UseSkill('Meditation')
               Repeat
                  wait(100)
               Until UO.InJournal('lose|peace')
            Until UO.InJournal('peace')
         End if

         UO.DeleteJournal()
         UO.WaitMenu('What','Daemon')
         UO.Cast('Polymorph')
         Repeat
            Wait(100)
         Until UO.Str==DaemonStr OR UO.InJournal("fizzles")
      Until UO.Str==DaemonStr

      While UO.Str>NormalStr
         If UO.Life<UO.STR Then
            While UO.Life<>UO.STR
               UO.DeleteJournal()
               UO.Exec("bandageself")
               Repeat
                  wait(100)
               Until UO.InJournal("bloody|barely|need")
            Wend
         End if

         UO.Dress('zzz')
         Repeat
            Wait(100)
         Until UO.Life<DaemonStr-1

         UO.UnDress('zzz')
         Repeat
            Wait(100)
         Until UO.Str==DaemonStr OR UO.Str<=NormalStr
      Wend
   Wend
end sub


Top
   
 Post subject: Re: DRW Veterinary
PostPosted: 2015-12-07 21:22:51 
Offline

Joined: 2012-07-27 23:43:14
Posts: 249
это великое возвращение? :)


Top
   
 Post subject: Re: DRW Veterinary
PostPosted: 2015-12-11 23:19:12 
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  [ 3 posts ] 

All times are UTC+02:00


Who is online

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