• 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 1.2] Weird Problem with Items.xml

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Hello everyone, I was editing some items and it appers a weird problem when you look at theses items.. Check the image below:

c3B0eTT7i.png


The weight is above the description, and check the code that I'm using for theses two items:
Code:
<attribute key="description" value="Description" />
     <attribute key="weight" value="200" />
     <attribute key="weaponType" value="wand" />
     <attribute key="shootType" value="holy" />
     <attribute key="range" value="4" />

Code:
<attribute key="description" value="Description 1." />
     <attribute key="slotType" value="ring" />
     <attribute key="weight" value="200" />
     <attribute key="absorbPercentDeath" value="3" />
     <attribute key="absorbPercentHoly" value="3" />
     <attribute key="absorbPercentPhysical" value="3" />
     <attribute key="absorbPercentIce" value="4" />
     <attribute key="showattributes" value="1" />

How I fix it? Probably a fix for it's so stupid, but I don't find any way to fix it.

Thanks.
 
Back
Top Bottom