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

Basic

Jafab

Learning Graphic Design
Joined
Jun 30, 2010
Messages
339
Reaction score
5
Location
Miami, FL
Okay guys, i wanna make this item:

<item id="2121" article="a" name="Krato's Ring">
<attribute key="weight" value="40" />
<attribute key="slotType" value="ring" />
</item>

To protect add skills by 7 and protect against everything 10%.

Could you help me?
 
Try using this!
<attribute key="absorbPercentelements" value="10" /> --> 10% Protection to all the elements
<attribute key="skillSword" value="7" /> --> Increase skill by 7
<attribute key="skillDist" value="7" />
<attribute key="skillAxe" value="7" />
<attribute key="skillClub" value="7" />
<attribute key="magiclevelpoints" value="7" />
 
Back
Top