• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Donation ITEMS!

thecycles

Member
Joined
Apr 7, 2010
Messages
620
Reaction score
5
Is there an tutorial that shows how to make donates and how much points they should cost? And how much they should attack, protect and stuff.
Please I need it very fast!

Reep++
 
Thank you, but how do I change their Attack? Ex. Fire axe:
01:40 You see a fire axe (Atk:8457832 physical + 11 fire, Def:16 +1).
It can only be wielded properly by players of level 35 or higher.

If I want to change the atk to 8457832, how do i Do?I know it is little hard to understand. Please help me guys!
 
Find an item that does have death protection, copy it to the item you want to add death protection to, and edit the number.
Should be easy enough?

Red
 
Yeah, add it under any other attribute. Like this for example..

XML:
<item id="1234" article="an" name="item">
		<attribute key="weight" value="50"/>
		<attribute key="armor" value="10"/>
		<attribute key="slotType" value="head"/>
		<attribute key="absorbPercentDeath" value="80"/>
	        </item>
 
Back
Top