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

Loose Items With Aol (aol dont work)

murat65

Hoster
Joined
Mar 30, 2008
Messages
133
Reaction score
1
Location
Germany
Hello in my server aols dont work... why ? can anybody help me i can explain if someone know how to scpritt that pls reply me ty !
 
items.xml
Code:
<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" />
 
items.xml
Code:
<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" />

You forgot the closing </item>
 
Back
Top