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

Windows Hey Items.xml problem Some Help please

Post ur Item.xml in
LUA:
items.xml
Just copy and paste the content's of the items.xml.
It's much easier for us to look what the problem might be.
 
The only problem was , Aol Bug so here its aol.
<item id="2173" article="an" name="amulet of loss">
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="charges" value="1" />
<attribute key="preventDrop" value="1" />
</item>
 
LUA:
<item id="2173" article="an" name="amulet of loss">
        <attribute key="weight" value="420" />
        <attribute key="slotType" value="necklace" />
        <attribute key="preventDrop" value="1" />
    </item>

try it

- - - Updated - - -

Mine worked?

- - - Updated - - -

If u use Notepad to edit the items, Don't do that again.
Use Notepad ++, its much better, it shows also colours.
And its much better to look at it.
 
Back
Top