I need to see object's hit points in %
Moderators: Murderator+, Murderator
I need to see object's hit points in %
I need to see object's hit points in % beacuse i'm trying to make some healing script and i don't want to use a bandage every XXX ms.
Re: I need to see object's hit points in %
Potkan wrote:I need to see object's hit points in % beacuse i'm trying to make some healing script and i don't want to use a bandage every XXX ms.
search for any sparring script and you will find a good example
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Re: I need to see object's hit points in %
Potkan wrote:I need to see object's hit points in % beacuse i'm trying to make some healing script
Code: Select all
UO.Print(str(100*UO.GetHP('laststatus')/UO.GetMaxHP('laststatus'))+'%')