Creature's script, просто нажми мя |
Creature's script, просто нажми мя |
Сообщений: 73 Рег. 25.12.2009 |
9 июня 2010 15:30
Сообщение #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 |
|
|
|
Сейчас: 26 ноября 2024 04:56 |