Code: Select all
sub несуть()
uo.exec ("bandageself")
check()
if uo.life < 175 Then
uo.usetype('0x0F09','0x042C')
end if
if uo.life < 140 Then
uo.msg ('.drink_heal_great')
end if
if uo.life < 80 Then
UO.waittargetself()
UO.Exec("cast 'Heal'")
WAIT(50)
end if
end sub
Возможно ли сделать такой момент , что бы допустим
Code: Select all
if uo.life < 80 Then
UO.waittargetself()
UO.Exec("cast 'Heal'")
работал в промежутке от
ниже 80 хп , но не ниже 50 ???
задать тем рамки работы по хп .
[/code]