• 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 Item which add 1000hp to maximum hp.

medium

New Member
Joined
Nov 2, 2011
Messages
54
Reaction score
0
Hi!.
I want do item which add xxx point HP . No regenerate , but add , to max Hp.
For example :
Person have 60 k hp , when he equip that item he have 70k hp , but when he dequip that item he have again 60 k hp.
Please help me!
 
Adds 100 hp
Code:
<attribute key="maxHitPoints" value="100"/>
Adds 20% of someones hp
Code:
<attribute key="maxHitPointsPercent" value="120"/>
 
Back
Top