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

Need help with items![REP++]

jaku77

New Member
Joined
Feb 14, 2009
Messages
42
Reaction score
0
Hello, I am makeing server and everything is done but i havent made the donate items wich adds like skills example: I would like to make an item wich gives 10 distance and 10 protection for death and its an armor. So help me please and if you help rep++
Greetings Jaku.
 
PHP:
	<item id="8868" article="a" name="velvet mantle">
		<attribute key="weight" value="2850"/>
		<attribute key="armor" value="12"/>
		<attribute key="absorbPercentDeath" value="10"/>
		<attribute key="skillDist" value="10"/>
		<attribute key="slotType" value="body"/>
	</item>

1. Copy this text
2. open items.xml
3. press ctrl + f and search for Velvet Mantle(not the best item for distance)
4. then paste the new code(as listed above) instead of the old one
5. enjoy ur item
6. rep me
 
Back
Top