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

TFS 0.X Ring and backpack with absorbpercentall dont have desc :(

vexler222

Active Member
Joined
Apr 22, 2012
Messages
714
Solutions
15
Reaction score
46
I have problem with this items, i add absorbpercentall for ring and backpack but i dont have desc in game with it.

You see WrRing.
It can only be wielded properly by .
It weighs 5.00 oz.
ItemID: [10309].
Position: [X: 956] [Y: 1119] [Z: 7].

You see WrBackpack (Vol:40).
It can only be wielded properly by .
It weighs 18.00 oz.
ItemID: [11119].
Position: [X: 955] [Y: 1123] [Z: 7].

Code:
<item id="10522" name="WrBackpack">
        <attribute key="weight" value="1700" />
        <attribute key="containerSize" value="35" />
        <attribute key="slotType" value="backpack" />
        <attribute key="absorbpercentall" value="7" />
    </item>

    <item id="9003" name="WrRing">
        <attribute key="weight" value="500" />
        <attribute key="manashield" value="1" />
        <attribute key="absorbPercentAll" value="12" />
        <attribute key="magiclevelpoints" value="24" />
        <attribute key="skillShield" value="88" />
        <attribute key="slotType" value="ring" />
    </item>[/ocde]
 
Back
Top