• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.2 Shield Defense

lazarus321

Member
Joined
May 8, 2017
Messages
222
Reaction score
23
why the value of the defense is not shown in the game even putting the tag "showattributes"?
Any changes you need to make at the source?


C++:
    <item id="2516" article="a" name="dragon shield">
        <attribute key="weight" value="6000" />
        <attribute key="defense" value="31" />
        <attribute key="weaponType" value="shield" />
        <attribute key="showattributes" value="1" />
    </item>
 
Back
Top