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

bug

justin123

New Member
Joined
Jan 29, 2009
Messages
21
Reaction score
0
hat of the mad doesnt give plus 1 mlv and when u look at it it says magician hat and when you try to wear it it says put this item in your hand
 
@talaturen/vanderlay:

Code:
	<item id="2323" article="a" name="hat of the mad">
		<attribute key="description" value="You have a vague feeling that it looks somewhat silly."/>
		<attribute key="weight" value="700"/>
		<attribute key="armor" value="3"/>
		<attribute key="magiclevelpoints" value="1"/>
		<attribute key="slotType" value="head"/>
	</item>
 
Back
Top