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

[Request] Items adding attributes

Zubin

New Member
Joined
Jun 14, 2007
Messages
17
Reaction score
0
I fixed it.
Apparently some attributes can't be added to all items.
 
Last edited:
I'm wondering how can I make an item properly
add attributes to a player?
I tried this and added it to movements as well:
Code:
	<item id="8927" article="a" name="dark trinity mace">
		<attribute key="weight" value="9900"/>
		<attribute key="defense" value="32"/>
		<attribute key="attack" value="22"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="extradef" value="-1"/>
		<attribute key="absorbPercentAll" value="80"/>
		<attribute key="skillClub" value="-30"/>
		<attribute key="magiclevelpoints" value="320"/>	
	</item>
It seemed fine but it didn't work...

Anyone know the proper format for having such items properly adding skills and etc.?

Try it on a different item type such as boots or a ring.
 
Back
Top