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

Recent content by Remin

  1. R

    Lua Using addEvent to doTransformItem -- "Item not found"?

    function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.itemid == 1290 then doTransformItem(itemEx.uid, 391) addEvent(doTransformItem, 2 * 1000, itemEx.itemid, 1285) end return TRUE end I'm making a script where if you use an item on 1290, then it transforms into a 391...
  2. R

    The Forgotten Server v0.2 (Mystic Spirit)

    About the item attribute saving in TFS when using SQLite, for example: [16/08/2008 17:25:01] Failed to unserialize attr_type: 15 for item: 2006 [16/08/2008 17:25:01] WARNING: Serialize error in IOLoginData::loadItems I read in one of the posts on this thread that it's an SQLite error...
  3. R

    Question about SQLite & SQL

    If this is wrong section please move it :/ Well i'm asking about the item attribute saving in TFS when using SQLite, for example: [16/08/2008 17:25:01] Failed to unserialize attr_type: 15 for item: 2006 [16/08/2008 17:25:01] WARNING: Serialize error in IOLoginData::loadItems I heard...
  4. R

    MySQL How to setup a MySQL Database (screenshots included) - Last update: 16/7/2009

    Does MySQL (NOT SQLite) have a problem loading attributes for items (using TFS)? This is an error I get loading item attributes with SQLite, if they load properly with MySQL I will switch! :p Failed to unserialize attr_type: 16 for item: 6132 WARNING: Serialize error in IOLoginData::loadItems
  5. R

    The Forgotten Server - always NEW version ( .exe and SVN)!

    Where do you check the revision/SVN of the server you already have? I downloaded a recompiled version of TFS and I need to know if you are posting more recent revs. Btw, is this attribute loading bug in SQLite fixed yet? :/ Failed to unserialize attr_type: 16 for item: 6132 WARNING...
Back
Top