• 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 Item shows stats when look on it, but not increasing in value 8.6

chyssler

Member
Joined
May 8, 2012
Messages
41
Reaction score
7
Hello everyone, I made some custom items (not sprites), and I added stats to them like Magic level + etc.. but it doesnt adds up on the character itself. how do i fix that?
cApHf9J.png


I added the stats in the Items.xml file of the server

qCwulrZ.png


XML:
                <item id="12682" article="a" name="Magic Shield">
        <attribute key="weight" value="28000" />
        <attribute key="weaponType" value="shield" />
        <attribute key="magiclevelpoints" value="40" />
        <attribute key="defense" value="20000" />
    </item>
 
Back
Top