• 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 Why aren't my boots working (ITEMS.XML) + showattributes

dizoxur

New Member
Joined
Feb 27, 2009
Messages
54
Reaction score
0
Well I want to give them extra stats, +3 every skill but it doesn't seem to work. Weird thing is that the other items I gave + stats do work...

So, what am I doing wrong? This is the part of the boots copied from items.xml
Code:
	<item id="11113" name="donation boots">
		<attribute key="slotType" value="feet" />
		<attribute key="weight" value="2250" />
		<attribute key="skillSword" value="3" />
		<attribute key="skillClub" value="3" />
		<attribute key="skillAxe" value="3" />
		<attribute key="skillFist" value="3" />
		<attribute key="skillShield" value="3" />
		<attribute key="skillDist" value="3" />
		<attribute key="armor" value="3" />
		<attribute key="healthGain" value="50" />
		<attribute key="healthTicks" value="1000" />
		<attribute key="manaGain" value="75" />
		<attribute key="manaTicks" value="1000" />
		<attribute key="speed" value="70" />
	</item>

so, any pro's? :p
 
Last edited:
Back
Top