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

Wrong charges

Exura ATS

New Member
Joined
Feb 5, 2017
Messages
72
Reaction score
4
Something is not working, idk, on my items.xml the item "might ring" has 20 charges:
Lua:
    <item id="2164" article="a" name="might ring">
       <attribute key="weight" value="80"/>
       <attribute key="slotType" value="ring"/>
       <attribute key="charges" value="20"/>
       <attribute key="showcharges" value="1"/>
       <attribute key="absorbPercentPhysical" value="20"/>
       <attribute key="absorbPercentFire" value="20"/>
       <attribute key="absorbPercentIce" value="20"/>
       <attribute key="absorbPercentEarth" value="20"/>
       <attribute key="absorbPercentDeath" value="20"/>
       <attribute key="absorbPercentHoly" value="20"/>
       <attribute key="absorbPercentEnergy" value="20"/>
       <attribute key="showattributes" value="1"/>
   </item>

But when I "look" it in-game, it has 100 charges:
00:05 You see a might ring (protection physical +20%, energy +20%, earth +20%, fire +20%, ice +20%, holy +20%, death +20%) that has 100 charges left.
It weighs 0.80 oz.

Does anyone know what can be happening?
TFS 0.3.7
 
Most likely where you got it from,
If it's an NPC check the variables, might be 2164, 100
Same if you use /i 2164, CHARGES HERE
Note that /i might default it to 100, so try setting it to 2164, 20.
 
Back
Top