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

Lua This item's dont work

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
this item's dont work.. text on item says that it give mlvl and all but it dont .. :( ?
Code:
	<item id="9931" article="a" name="Cock Boots">
		<attribute key="description" value="Cococo!.."/>
		<attribute key="weight" value="950"/>
		<attribute key="armor" value="3"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="absorbPercentDeath" value="50"/>
		<attribute key="duration" value="0"/>
		<attribute key="showduration" value="0"/>
		<attribute key="magiclevelpoints" value="2"/>
		<attribute key="speed" value="30"/>
		<attribute key="healthGain" value="1"/>
		<attribute key="healthTicks" value="2700"/>
		<attribute key="manaGain" value="4"/>
		<attribute key="manaTicks" value="2500"/>
	</item>
	<item id="9928" article="a" name="anni legs">
		<attribute key="weight" value="6500"/>
		<attribute key="armor" value="10"/>
		<attribute key="slotType" value="legs"/>
		<attribute key="absorbPercentDeath" value="5"/>
		<attribute key="absorbPercentHoly" value="5"/>
		<attribute key="skillSword" value="2"/>
		<attribute key="skillClub" value="2"/>
		<attribute key="skillAxe" value="2"/>
		<attribute key="skillDist" value="2"/>
	</item>
	<item id="9929" article="a" name="sweddy dress">
		<attribute key="weight" value="6500"/>
		<attribute key="armor" value="19"/>
		<attribute key="skillSword" value="4"/>
		<attribute key="skillClub" value="4"/>
		<attribute key="skillAxe" value="4"/>
		<attribute key="skillDist" value="4"/>
		<attribute key="magiclevelpoints" value="2"/>
		<attribute key="slotType" value="body"/>
		<attribute key="absorbPercentDeath" value="3"/>
	</item>
 
Back
Top