Yoko
http://forum.yoko.com.ua/

Hide - Stealth
http://forum.yoko.com.ua/viewtopic.php?f=17&t=13878
Page 1 of 1

Author:  murdoc89 [ 2008-08-07 23:32:47 ]
Post subject:  Hide - Stealth

Нужен скрипт на хайд + стелс .Тоесть встал в хайд подождал 10 сек , если не встал то повтор хайда , если встал - то стелс , если стелс удачно то опять стелс ,..... я такого плана не могу найти в поисковике .
Если не утруждает , прошу помочь. Заранее благодарен.

Author:  murdoc89 [ 2008-08-08 09:45:04 ]
Post subject:  Re: Hide - Stealth

ап

Author:  lpushech [ 2008-08-08 15:37:46 ]
Post subject: 

Code:
sub Stealth()
   var i=1
   repeat
      for i=1 to 8
         if not uo.hidden() then
            UO.DeleteJournal()
            UO.UseSkill("Hiding")
            Repeat
               Wait(10)
            Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
         end if
         uo.press(35)
         wait(200)
      next
      for i=1 to 8
         if not uo.hidden() then
            UO.DeleteJournal()
            UO.UseSkill("Hiding")
            Repeat
               Wait(10)
            Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
         end if
         uo.press(33)
         wait(200)
      next
      Wait(100)
   until UO.Dead()
end sub


попробуй этот

Author:  lobik [ 2009-06-26 10:01:20 ]
Post subject: 

sub hiding()
UO.Print('в хайд')

UO.UseSkill('Hiding')
VAR i = 1
While i < 5
If UO.InJournal("You have hidden yourself well") Then
wait(600)
stealth()
Else
wait(2500)
UO.print('alibaba')
Endif
i = i + 1
Wend
end sub

sub stealth()
UO.DeleteJournal()
VAR i = 1
While i < 100
UO.Print('I Mig 35')
UO.UseSkill('Stealth')
If UO.InJournal('You have revealed yourself') or UO.InJournal('You must be hidden to use Stealth') Then
wait(100)
hiding()
Else
wait(7500)
Endif
i = i + 1
Wend
end sub

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/