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

Solved "skillAxe =4" + others!

Lifer420

Advanced OT User
Joined
Jul 27, 2009
Messages
1,490
Reaction score
196
I've turned some items into "donate (voc here) items" and for instance, the donate ek armor.


Code:
    <item id="2505" article="an" name="donate ek armor">
        <attribute key="weight" value="11400" />
        <attribute key="armor" value="18" />
        <attribute key="slotType" value="body" />
        <attribute key="absorbPercentDeath" value="3" />
        <attribute key="skillAxe" value="3" />
        <attribute key="skillClub" value="3" />
        <attribute key="skillSword" value="3" />
    </item>

In game it says that it gives all that when you look at it, but it doesn't give any of it. Any ideas? Does this for every EK item and every RP item.
 
Back
Top