• 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!

Solved Is there a function to increase max hp/mana

freaked1

Active Member
Joined
Jan 30, 2008
Messages
486
Solutions
5
Reaction score
29
Location
Sweden
Hello, is there a function for TFS 1.1 to increase max hp/mana?
I can't seem to find it in compat.lua am I missing something or just doing something wrong when looking for it?
Or what would be the best way to do this if I want to use an item to increase max hp/mana.
 
Simply add this attribute to an item to increase the max hp or max mp of the wearer by X%:
Code:
<attribute key="maxhitpointspercent" value="150"/>
<attribute key="maxmanapointspercent" value="150"/>

If you want to increase max mana/hp, your numerical value needs to be >100. If you want to decrease max mana/hp, the value needs to be <100.
 
Back
Top