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

Lua Help In items.lua

3alola1

I don't have time
Joined
Sep 2, 2010
Messages
927
Solutions
8
Reaction score
527
Location
Darashia
Hello I Had A problem in my items.lua

PHP:
[25/05/2013 10:39:27] >> Loading items
[25/05/2013 10:39:27] [Warning - Items::loadFromXml] Cannot load items file.
[25/05/2013 10:39:27] Line: 21891, Info: Premature end of data in tag items line 2
 
Here It is

PHP:
<item id="12644" article="a" name="Donate Shield">
		<attribute key="weight" value="4700"/>
		<attribute key="defense" value="40"/>
           <attribute key="skillaxe" value="8"/>
           <attribute key="skillsword" value="8"/>
           <attribute key="skillclub" value="8"/>
		<attribute key="weaponType" value="shield"/>
	</item>     
</items>

- - - Updated - - -

The last line!

- - - Updated - - -

Here it is ther last line
[/php]<item id="12644" article="a" name="Donate Shield">
<attribute key="weight" value="4700"/>
<attribute key="defense" value="40"/>
<attribute key="skillaxe" value="8"/>
<attribute key="skillsword" value="8"/>
<attribute key="skillclub" value="8"/>
<attribute key="weaponType" value="shield"/>
</item>
</items>
PHP:
 
Back
Top