• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved MaxHealthPercent

AnarchGov

Member
Joined
Oct 3, 2011
Messages
263
Reaction score
6
This attribute adds a certain percentage of health points to the character that is wearing it. Howver it only works on certain EQ? Anyone know why?

REP++
 
under the item you want to add it to in items.xml use this
Code:
<attribute key="maxhitpointspercent" value="X" />
change X to the value you want .. it will work with any equip able item
 
Back
Top