• 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 Attr. errors on runes

Rhumor

Dutch & Proud
Joined
Jul 7, 2007
Messages
451
Reaction score
2
I need some help. When a character has several runes in his backpack, and he relogs to another character there will be a huge freeze and the server will give errors:
[26/10/2008 11:27:24] Failed to unserialize attr_type: 22 for item: 2313
[26/10/2008 11:27:24] WARNING: Serialize error in IOLoginData::loadItems

That is for example when someone has explosion runes. When he relogs it will give that error many times in a row so there will be a freeze for 1-5 minutes.

How more runes the player has how longer the freeze lasts.

I did not edit anything on the server yet, all I did was enable account manager and used SQLite. Anyone knows what causes this? Thank you!

Edit: <item id="2273" article="an" name="ultimate healing rune">
<attribute key="runeSpellName" value="adura vita"/>
<attribute key="weight" value="120"/>
<attribute key="charges" value="1"/>
</item>

it gave an attr. error so maybe there is something wrong with that?
 
I tried MySQL but somehow it just stucks at Loading Map and the db name, username, pass etc are good (I'm using a public mysql DB hoster) and the import was succesfull :S
 
Back
Top