Hello, can you help me?
I want to add hp percentage to my lines for battle:
and like:
where 89% is the percentage.
I want to add hp percentage to my lines for battle:
if( dt == TYPE_HIT )
{
snprintf( buf1, 256, "&R[$n] &Wdamages &R[$N] &Wfor &Y[%d] &Whp.", dam);
snprintf( buf2, 256, "&R[$N] &Wdamages &R[$n] &Wfor &Y[%d] &Whp.", dam);
snprintf( buf3, 256, "&R[$n] &Wdamages &R[$N] &Wfor &Y[%d] &Whp.", dam);
}
and like:
[oblisgr] his [conan] for 10 dmg (89%)
where 89% is the percentage.