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

auto heal
http://forum.yoko.com.ua/viewtopic.php?f=20&t=7347
Page 1 of 1

Author:  kaulins1122 [ 2006-04-12 22:38:36 ]
Post subject:  auto heal

sub heal ()
while NOT UO.Dead()
wait(1500)
If UO.Life<UO.Str Then
UO.SetArm('CWeapon')
UO.Exec("bandageself")
wait(500)
UO.Arm('CWeapon')
uo.print("Лечимся")
Endif
wend
end sub


vot etat script vso normalnoi TOKO KAK ZDELAT STOB >> stop aut_heal ?!?!?

Author:  Scripts Writer [ 2006-04-12 23:29:03 ]
Post subject: 

Code:
sub healll () 
while NOT UO.Dead()
wait(1500)
If UO.Life<UO.Str Then
UO.SetArm('CWeapon')
UO.Exec("bandageself")
wait(500)
UO.Arm('CWeapon')
uo.print("Лечимся")
Endif
wend
end sub



Code:
sub stop()
 uo.Say(',terminate healll')
end sub

Author:  BigMouseI [ 2006-04-15 09:09:52 ]
Post subject: 

Code:
sub heal ()
while NOT UO.Dead()
wait(1500)
If UO.Life<UO.Str Then
UO.SetArm('CWeapon')
UO.Exec("bandageself")
wait(500)
UO.Arm('CWeapon')
uo.print("Лечимся")
Endif
wend
end sub


Code:
sub stop()
UO.Exec('terminate heal')
UO.Print('Вырубаем')
end sub

Author:  Scripts Writer [ 2006-04-15 13:48:19 ]
Post subject: 

BigMouseI wrote:
Code:
sub heal ()
while NOT UO.Dead()
wait(1500)
If UO.Life<UO.Str Then
UO.SetArm('CWeapon')
UO.Exec("bandageself")
wait(500)
UO.Arm('CWeapon')
uo.print("Лечимся")
Endif
wend
end sub


Code:
sub stop()
UO.Exec('terminate heal')
UO.Print('Вырубаем')
end sub


Потрясающе

Author:  BigMouseI [ 2006-04-15 20:43:58 ]
Post subject: 

You Must Die wrote:

Потрясающе



Меня тоже радует...

Author:  flake [ 2006-04-16 00:28:18 ]
Post subject: 

Зачем же тратить 2 клавиши, когда хватает одной?

Code:
sub heal () 
  if uo.GetGlobal( 'heal' ) == '1' then
    uo.SetGlobal( 'heal', '0' ) 
    return
  else
    uo.SetGlobal( 'heal', '1' )
  endif
while NOT UO.Dead() AND (uo.GetGlobal( 'heal' ) == '1')
wait(1500)
If UO.Life<UO.Str Then
UO.SetArm('CWeapon')
UO.Exec("bandageself")
wait(500)
UO.Arm('CWeapon')
uo.print("Лечимся")
Endif
wend
end sub

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