Yoko

All sides of Injection
It is currently 2026-01-17 12:37:11

All times are UTC+02:00




Post new topic  Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Хилинг
PostPosted: 2004-11-18 03:15:44 
Offline
User avatar

Joined: 2004-11-02 23:52:47
Posts: 86
Дайте пожалуйсто скрипт на хилинг для шарда DrW.
У меня был скрипт, но он очень древний, и теперь он не работает =(


Top
   
 Post subject: Re: Хилинг
PostPosted: 2004-11-18 07:28:01 
Offline
User avatar

Joined: 2004-11-06 12:56:58
Posts: 58
Location: Украина, Днепропетровск.
Optical wrote:
Дайте пожалуйсто скрипт на хилинг для шарда DrW.
У меня был скрипт, но он очень древний, и теперь он не работает =(

Тут через поиск я нашел штук 5-7 разных... и загляни в "Скрипты и Клуб.".....

_________________
Just Be! Все ФИГНЯ, кроме пчёл!!! А пчёлы ваще фигня!


Top
   
 Post subject: Re: Хилинг
PostPosted: 2004-11-18 07:48:46 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
Optical wrote:
Дайте пожалуйсто скрипт на хилинг для шарда DrW.
У меня был скрипт, но он очень древний, и теперь он не работает =(

Code:
sub Train_Healing() 
var i,j,tekstr
uo.undress()
wait(100)
repeat
   UO.FindType(0x0E21,"-1","my")
   if UO.FindCount() then
      tekstr=uo.str
      wait(100)
      cheklag()
      uo.usetype(0x1F00); Cursed Hat
      uo.useskill ("Spirit Speak")
      wait(2000)
      j=0
      repeat
         wait(10)
         j=j+1
      until (uo.life <= tekstr-1) or (j>1000)
      cheklag()
      uo.undress()
      wait(100)
      cheklag()
      uo.exec('bandageself')
      Wait(2000)
   else
      UO.FindType(0x0E20,"-1","my")
      if UO.FindCount() then
         cheklag()
         uo.waittargettype(0x1008)   # wash basin
         uo.UseType(0x0E20)   #bloody bandages
      else
         cheklag()
         uo.print("You haven't bandages")
         uo.exec("terminate Train_Healing")
         Play_Sound(1)
      endif
   endif
until uo.dead()
end sub

sub cheklag()
uo.deletejournal()
uo.click('backpack')
Repeat
wait(100)
Until UO.InJournal("backpack")
end sub


Я вот этим качал !!! Взял тута чей-то и добавил кое что !!!

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2004-11-18 12:19:27 
Offline
User avatar

Joined: 2004-11-14 20:23:48
Posts: 24
Location: не важно!
или вот еще неплохой...
Code:
sub hill() 
   var exit, LastTimer, live
   var Reconnect=1 ; добавлено мной

   if Reconnect==1 then ; добавлено мной
   uo.Exec('exec Reconnect') ; добавлено мной
   end if ; добавлено мной

   uo.disarm()
   wait(2000)
   exit = 0
   while exit <> 1
      live = UO.STR
      CheckLag()
      uo.waittargettype ('0x1008')
      uo.usetype ('0x0E20')
      wait(500)
      uo.usetype('0x0E85') ;kursnutaja kirka
   
     uo.useskill('Spirit Speak')

      repeat
         wait(500)
      until UO.Life < live
      CheckLag()
   
      LastTimer=UO.Timer()

      repeat
         UO.BandageSelf()
         wait(4000)
      until UO.Life==UO.STR OR LastTimer+300<UO.Timer()
   wend
   end sub

_________________
-=$؆=-


Top
   
 Post subject:
PostPosted: 2004-11-18 13:42:49 
Offline
Junior Expert
User avatar

Joined: 2004-10-12 00:48:57
Posts: 92
Location: Шард МЕ2
ООО.. Дираф, дарофф..
Ты сас где бегаешь?

_________________
The pleasure of satisfying a savage instinct, undomesticated by the ego, is incomparably much more intense then the one of satisfying a tamed instinct. S.Freud.


Top
   
 Post subject:
PostPosted: 2004-11-18 14:09:33 
Offline
User avatar

Joined: 2004-11-14 20:23:48
Posts: 24
Location: не важно!
drcrazy wrote:
ООО.. Дираф, дарофф..
Ты сас где бегаешь?

в окло, а ты кто?))

_________________
-=$؆=-


Top
   
 Post subject:
PostPosted: 2004-11-18 14:28:04 
Offline
User avatar

Joined: 2004-06-23 08:55:32
Posts: 128
Или вот мой :)

Code:
sub Train_Healing()
var i
while True
   UO.FindType(0x0E21,"-1","my")
   if UO.FindCount() then
      uo.usetype(0x1718); Cursed Hat
      CheckLag()
      if i==3 or not i then
         Spirit() #----
         i=1
      else
         i=i+1
      endif
#      uo.useskill ("Spirit Speak")
         wait(2000)
      uo.undress()
      wait(100)
      uo.exec('bandageself')
      Wait(2000)
   else
      UO.FindType(0x0E20,"-1","my")
      if UO.FindCount() then
         uo.waittargettype(0x1008)   # wash basin
         uo.UseType(0x0E20)   #bloody bandages
         CheckLag()
      else
         uo.print("You haven't bandages")
         uo.exec("terminate Train_Healing")
         Play_Sound(1)
      endif
   endif
wend
end sub

Люди,запихните в этот скрипт реконетер пожалуеста.А то я пробывал,у меня не получалось.

_________________
©Blodmoon :)


Top
   
 Post subject:
PostPosted: 2004-11-19 00:06:18 
Offline
User avatar

Joined: 2004-11-06 12:56:58
Posts: 58
Location: Украина, Днепропетровск.
Bloodmoon wrote:
Или вот мой :)

Code:
sub Train_Healing()
var i
while True
   UO.FindType(0x0E21,"-1","my")
   if UO.FindCount() then
      uo.usetype(0x1718); Cursed Hat
      CheckLag()
      if i==3 or not i then
         Spirit() #----
         i=1
      else
         i=i+1
      endif
#      uo.useskill ("Spirit Speak")
         wait(2000)
      uo.undress()
      wait(100)
      uo.exec('bandageself')
      Wait(2000)
   else
      UO.FindType(0x0E20,"-1","my")
      if UO.FindCount() then
         uo.waittargettype(0x1008)   # wash basin
         uo.UseType(0x0E20)   #bloody bandages
         CheckLag()
      else
         uo.print("You haven't bandages")
         uo.exec("terminate Train_Healing")
         Play_Sound(1)
      endif
   endif
wend
end sub

Люди,запихните в этот скрипт реконетер пожалуеста.А то я пробывал,у меня не получалось.

Вот табе реконэкт:
Code:
 var Reconnect=1 ## 1 - Включить реконнект на сферу при дисконнекте, 0 - выключить.


sub Train_Healing()
var i

if Reconnect==1 then
uo.Exec('exec Reconnect')
end if

while True
   UO.FindType(0x0E21,"-1","my")
   if UO.FindCount() then
      uo.usetype(0x1718); Cursed Hat
      CheckLag()
      if i==3 or not i then
         Spirit() #----
         i=1
      else
         i=i+1
      endif
#      uo.useskill ("Spirit Speak")
         wait(2000)
      uo.undress()
      wait(100)
      uo.exec('bandageself')
      Wait(2000)
   else
      UO.FindType(0x0E20,"-1","my")
      if UO.FindCount() then
         uo.waittargettype(0x1008)   # wash basin
         uo.UseType(0x0E20)   #bloody bandages
         CheckLag()
      else
         uo.print("You haven't bandages")
         uo.exec("terminate Train_Healing")
         Play_Sound(1)
      endif
   endif
wend
end sub

sub Reconnect()
var reconnectTime, rFlag
reconnectTime = '0'
rFlag = 1
repeat
while (uo.ObjAtLayer('Bpack') == '')
if rFlag then
reconnectTime = MakeTime()
rFlag = 0
endif
wait(20000) ## - WorldSave.
uo.Say('')
wait(3000)
uo.Say('')
wait(3000)
uo.Say('')
wait(3000)
uo.LDblClick(357,164)
uo.LClick(616,459)
wait(3000)
wend
wait(3000)
if (rFlag == 0) and (reconnectTime <> '0') then
uo.TextOpen()
uo.TextPrint('Disconnected & Reconnected @ '+reconnectTime)
rFlag = 1
reconnectTime = '0'
end if
until false
end sub

sub MakeTime()
var d, t, ret, i
ret = str(uo.Time())
t = ""
for i = 0 to Len(ret)
t = ret[Len(ret)-i] + t
if (i == 2) or (i == 4) then
t = ":" + t
end if
next
ret = str(uo.Date())
d = ""
for i = 0 to Len(ret)
d = ret[Len(ret)-i] + d
if (i == 2) or (I == 4) then
d = "." + d
end if
next
ret = t + " @ " + d
return ret
end sub 

BETEPAH, не смейся :)))

_________________
Just Be! Все ФИГНЯ, кроме пчёл!!! А пчёлы ваще фигня!


Top
   
 Post subject:
PostPosted: 2004-11-19 09:53:16 
Offline
Expert!
User avatar

Joined: 2004-05-31 09:31:51
Posts: 838
Я сдерживаюсь ......пытаюсь... :oops: .......нет НЕМОГУ ....аааа... :lol: :mrgreen:

_________________
Все просто.
BETEPAH ™


Top
   
 Post subject:
PostPosted: 2004-11-19 10:46:08 
Offline
Junior Expert
User avatar

Joined: 2004-10-12 00:48:57
Posts: 92
Location: Шард МЕ2
Di®A†h wrote:
в окло, а ты кто?))


Хех.. я шард имел ввиду..
Я с тобой на Энигме играл.. Пару раз на сходках виделись..

_________________
The pleasure of satisfying a savage instinct, undomesticated by the ego, is incomparably much more intense then the one of satisfying a tamed instinct. S.Freud.


Top
   
 Post subject:
PostPosted: 2004-11-19 18:31:47 
Offline
User avatar

Joined: 2004-06-23 08:55:32
Posts: 128
BETEPAH wrote:
Я сдерживаюсь ......пытаюсь... :oops: .......нет НЕМОГУ ....аааа... :lol: :mrgreen:

Чего смеешься? :)

_________________
©Blodmoon :)


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 7 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