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

Unserialize attr_type o.o?

cire2003

New Member
Joined
May 31, 2008
Messages
29
Reaction score
0
When i run my server, i get that error on all items that got attribute. That mean charges left, time left and even key #.

Here is 1 of the error that im getting everytime that some1 log.

[06/09/2008 15:43:43] Failed to unserialize attr_type: 16 for item: 6132
[06/09/2008 15:43:43] WARNING: Serialize error in IOLoginData::loadItems

Using tfs 0.2 rev 1073. Was doing that on older version as well >.<"

Tks
 
Last edited:
Show me your items.xml please.
Paste it on *CODE* or *QUOTE*.
Or attach it :)!

I would be glad to help you! :p

If you want to put a code do this:

HTML:
[CODE]
Your text here.
[/CODE]

Same with quote:

HTML:
[QUOTE]
Your text here.
[/QUOTE]
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<items>
	...
	<item id="6132" name="soft boots">
		<attribute key="weight" value="800"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="transformEquipTo" value="2640"/>
		<attribute key="stopduration" value="1"/>
		<attribute key="showduration" value="1"/>
	</item>
        ...
</items>

Was gonna paste whole xml file but text lenght was 2 long :P if u rlly need whole file, i probably could put it as attached file.

tks for help :D
 
I read quite a few threads on people with this problem, If your using Sqlite
From what i read You're gonna have to ignore it until 0.3 stable version
 
Back
Top