![]() |
![]() |
![]() ![]() ![]() Сообщений: 73 Рег. 25.12.2009 |
![]() Сообщение #1
|
====================================== sub HealSelf() if UO.Poisoned('self') then UO.usetype('0x0E24','0x05F5') ; drink cure, если нет и не ищи wait(500) end if ; --- your health < 35 % if UO.Life<(UO.Str*0.35) then UO.usetype('0x0E24','0x0446') ; drink great heal, если нет и не ищи wait(500) end if ; --- your health < 100 % if UO.Life<(UO.Str*1.00) then UO.DeleteJournal() UO.waittargetself() UO.usetype('0x0E21') ;("bandage") end if end sub |
|
|
|
Сейчас: 19 мая 2025 13:40 |