• 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 One last question before I start my ot

Dkadsfe

Member
Joined
Apr 1, 2016
Messages
280
Reaction score
22
This ring does not add magic levels or skills how do i fix it? TFS 0.3.6
Code:
    <item id="2086" article="a" name="Angel's Ring">
        <attribute key="magiclevelpoints" value="15" />
        <attribute key="absorbPercentall" value="1" />
        <attribute key="skillsword" value="5" />
        <attribute key="skillaxe" value="5" />
        <attribute key="slotType" value="ring" />
        <attribute key="skilldist" value="5" />
        <attribute key="skillshield" value="5" />
        <attribute key="showattributes" value="1" />
        <attribute key="weight" value="100" />
    </item>

This also is wierd the armor works but the helmet doesnt
Code:
    <item id="2499" article="an" name="Angel Helmet">
        <attribute key="weight" value="2950" />
        <attribute key="armor" value="50" />
        <attribute key="showattributes" value="1" />
        <attribute key="magiclevelpoints" value="50" />
        <attribute key="absorbPercentall" value="2" />
        <attribute key="slotType" value="head" />
    </item>
    <item id="2500" article="an" name="Angel Armor">
        <attribute key="weight" value="9900" />
        <attribute key="armor" value="50" />
        <attribute key="showattributes" value="1" />
        <attribute key="magiclevelpoints" value="50" />
        <attribute key="absorbPercentall" value="2" />
        <attribute key="slotType" value="body" />
    </item>
 
Back
Top