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

Bunny Slippers

derkon

New Member
Joined
Oct 13, 2009
Messages
81
Reaction score
0
Location
UK, but im Polish!
I need bunny slippers with 4 armor. And protection to everything 10%, and speed 25. I want them to have energy for 666 minutes, and you can wear them from lvl 66.

Please help!! I will give rep+
 
Code:
<item id="2644" name="bunny slippers">
		<attribute key="absorbPercentAll" value="10"/>
		<attribute key="armor" value="4"/>
		<attribute key="weight" value="1200"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="duration" value="14400"/> <<< change to 60 x 666
		<attribute key="speed" value="25"/>
		<attribute key="showduration" value="1"/>
rep++
 
Code:
<item id="2644" name="bunny slippers">
		<attribute key="absorbPercentAll" value="10"/>
		<attribute key="armor" value="4"/>
		<attribute key="weight" value="1200"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="duration" value="666"/> 
		<attribute key="speed" value="25"/>
		<attribute key="showduration" value="1"/>

Where does it say, what lvl you need to wear them?
 
Code:
<item id="2644" name="bunny slippers">
		<attribute key="absorbPercentAll" value="10"/>
		<attribute key="armor" value="4"/>
		<attribute key="weight" value="1200"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="duration" value="666"/> 
		<attribute key="speed" value="25"/>
		<attribute key="showduration" value="1"/>

Where does it say, what lvl you need to wear them?

movements.xml
 
Back
Top