• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua tfs [0.4] getCreatureMaxHealth

Sun

Knowledge is power - France is bacon
Joined
Jan 26, 2015
Messages
333
Solutions
22
Reaction score
244
How would I go by to just get the players unedited maxhealth? say for example if the player were to have an item that increases maxhealth equipped. To get the maxhealth without that bonus?
 
Last edited:
getCreatureMaxHealth(cid) returns maxHealth with the buffs :p


Had no idea about this xd in my LUA_FUNCTIONS file it's just getCreatureMaxHealth(cid)
Looking around at a couple of 0.4 sources, it might have been removed after 0.3.7
Can you report back if it works or not?
 
Back
Top