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

Protection on items

xkevinz

Member
Joined
Aug 15, 2007
Messages
358
Reaction score
5
When i put the attributes for protections % on an item. do I need to add the item into movements as well for it to work as well? please repyl asap
 
you add the attributes directly in the items.xml if your hosting a rl map just lookup like whats that frost armor, that reduces the % to ice damage, and you can just add it to whatever your making, and yes you will have to add it under movements,
 
As a side note, if the item's armor value is 0 or none, and you still want protection <element>% to show up, you will need to add the following:
Code:
		<attribute key="showattributes" value="1"/>
 
Back
Top