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

I was wondering why...

Adje

Banned User
Joined
Mar 9, 2008
Messages
28
Reaction score
0
Why doesnt my Paladin Armor give any skills?
Code:
	<item id="8891" article="a" name="paladin armor">
		<attribute key="description" value="It increases your distance skill by 2."/>
		<attribute key="armor" value="12"/>
		<attribute key="slotType" value="body"/>
		<attribute key="weight" value="6500"/>
		<attribute key="skillDist" value="2"/>




And why doesnt my spellbook give any magic levels?
Code:
	<item id="8900" article="a" name="spellbook of enlightenment">
		<attribute key="description" value="It shows your spells and can also shield against attack when worn."/>
		<attribute key="weight" value="4500"/>
		<attribute key="magicpoints" value="1"/>
		<attribute key="defense" value="18"/>
		<attribute key="weaponType" value="shield"/>
 
You have to add moveevent to movements.xml also, you will see how when youll open the file.
 
Back
Top