Ir para conteúdo
  • 0

Catch Pokemon e Level Pokemon


Justiceiro751

Pergunta

Boa tarde xtibianos, estou tendo dois tipos de problemas na base Bolz Open Source postada a pouco tempo aqui no fórum.

 

1° Problema: Todos sabem que só é permitido carregar 6 pokemons na bag e que ao capturar um outro pokémon, o mesmo vai automaticamente para o Deposit Chest, porem o pokémon está indo morto para o Deposit Chest. Ta mais qual o problema Justiceiro ? O problema é que não da pra passar o pokémon para a bag, mesmo se você esvaziar ela, é necessário clicar primeiro com o botão direito em cima da ball com o pokémon capturado para poder desbloquea-lo e move-lo para a bag.

Espero que tenham entendido e que possam me ajudar.

 

2° Problema: Este problema é mais fácil de se explicar e talvez até mesmo de se resolver. O problema está no level necessário para usar determinado pokémon, pois eu estou com um char level 10 utilizando um pokémon level 85. Como resolver este tipo de problema ?

Link para o comentário
Compartilhar em outros sites

11 respostass a esta questão

Posts Recomendados

  • 0

 

Olá... a base que está utilizando é a que adaptamos uma source certo!? 

 

 

 

 

 

criamos um sistema de lock... para desbloquear é só clicar com o botão direito! caso queira tirar só excluir o arquivo LOCK

 

 

 

 

 

Link para o comentário
Compartilhar em outros sites

  • 0
1 minuto atrás, JairKevick disse:

Olá... a base que está utilizando é a que adaptamos uma source certo!? 

 

criamos um sistema de lock... para desbloquear é só clicar com o botão direito! caso queira tirar só excluir o arquivo LOCK

 

Obrigado por responder e solucionar o primeiro problema Jair.

Link para o comentário
Compartilhar em outros sites

  • 0
1 hora atrás, JairKevick disse:

 

agora qual o segundo problema?

 

O 2° problema está no level necessário para usar determinado pokémon, pois eu estou com um char level 10 utilizando um pokémon level 85.

Link para o comentário
Compartilhar em outros sites

  • 0

justiceiro vai no data/actions/scripts goback.lua procura por:

    local x = pokes[pokemon]
    local boosts = getItemAttribute(item.uid, "boost") or 0

 

adiciona embaixo:

    if getPlayerLevel(cid) < (x.level+boosts) then
       doPlayerSendCancel(cid, "You need level "..(x.level+boosts).." to use this pokemon.")
       return true
    end

Link para o comentário
Compartilhar em outros sites

  • 0

#Edit: Problema de level solucionado.

Obrigado @Scizorgame por compartilhar o seu conhecimento e a solucionar o meu problema.

 

 

1 hora atrás, Scizorgame disse:

justiceiro vai no data/actions/scripts goback.lua procura por:

    local x = pokes[pokemon]
    local boosts = getItemAttribute(item.uid, "boost") or 0

 

adiciona embaixo:

    if getPlayerLevel(cid) < (x.level+boosts) then
       doPlayerSendCancel(cid, "You need level "..(x.level+boosts).." to use this pokemon.")
       return true
    end

 

Bom dia Scizor, eu agradeço por estar compartilhando o código para a solução do problema do level. Porem após ter adicionado o código no goback.lua, foi retornado os seguintes erros na Distro.

 

Spoiler

[28/05/2016 11:30:41] The Forgotten Server, version 0.3.6 (Crying Damson)
[28/05/2016 11:30:41] Compiled with GNU C++ version 3.4.5 (mingw special) at May 10 2016, 21:36:09.
[28/05/2016 11:30:41] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
[28/05/2016 11:30:41] Visit our forum for updates, support and resources: http://otland.net.

[28/05/2016 11:30:42] >> Loading config (config.lua)
[28/05/2016 11:30:42] > Using SHA1 encryption
[28/05/2016 11:30:42] >> Checking software version... failed checking - malformed file.
[28/05/2016 11:30:43] >> Fetching blacklist
[28/05/2016 11:30:44] >> Loading RSA key
[28/05/2016 11:30:44] >> Starting SQL connection
[28/05/2016 11:30:44] >> Running Database Manager
[28/05/2016 11:30:51] > Optimizing table: account_viplist... [success]
[28/05/2016 11:30:51] > Optimizing table: accounts... [success]
[28/05/2016 11:30:52] > Optimizing table: bans... [success]
[28/05/2016 11:30:52] > Optimizing table: bugtracker... [success]
[28/05/2016 11:30:52] > Optimizing table: comments... [success]
[28/05/2016 11:30:53] > Optimizing table: environment_killers... [success]
[28/05/2016 11:30:53] > Optimizing table: forums... [success]
[28/05/2016 11:30:53] > Optimizing table: friends... [success]
[28/05/2016 11:30:53] > Optimizing table: global_storage... [success]
[28/05/2016 11:30:54] > Optimizing table: guild_invites... [success]
[28/05/2016 11:30:54] > Optimizing table: guild_ranks... [success]
[28/05/2016 11:30:55] > Optimizing table: guilds... [success]
[28/05/2016 11:30:55] > Optimizing table: house_auctions... [success]
[28/05/2016 11:30:55] > Optimizing table: house_data... [success]
[28/05/2016 11:30:56] > Optimizing table: house_lists... [success]
[28/05/2016 11:30:56] > Optimizing table: houses... [success]
[28/05/2016 11:30:57] > Optimizing table: killers... [success]
[28/05/2016 11:30:57] > Optimizing table: messages... [success]
[28/05/2016 11:30:57] > Optimizing table: news... [success]
[28/05/2016 11:30:57] > Optimizing table: player_deaths... [success]
[28/05/2016 11:30:58] > Optimizing table: player_depotitems... [success]
[28/05/2016 11:30:58] > Optimizing table: player_items... [success]
[28/05/2016 11:30:59] > Optimizing table: player_killers... [success]
[28/05/2016 11:30:59] > Optimizing table: player_namelocks... [success]
[28/05/2016 11:30:59] > Optimizing table: player_skills... [success]
[28/05/2016 11:31:00] > Optimizing table: player_spells... [success]
[28/05/2016 11:31:00] > Optimizing table: player_storage... [success]
[28/05/2016 11:31:01] > Optimizing table: player_viplist... [success]
[28/05/2016 11:31:01] > Optimizing table: players... [success]
[28/05/2016 11:31:02] > Optimizing table: poll... [success]
[28/05/2016 11:31:02] > Optimizing table: poll_answer... [success]
[28/05/2016 11:31:02] > Optimizing table: poll_votes... [success]
[28/05/2016 11:31:03] > Optimizing table: posts... [success]
[28/05/2016 11:31:03] > Optimizing table: server_config... [success]
[28/05/2016 11:31:04] > Optimizing table: server_motd... [success]
[28/05/2016 11:31:04] > Optimizing table: server_record... [success]
[28/05/2016 11:31:04] > Optimizing table: server_reports... [success]
[28/05/2016 11:31:05] > Optimizing table: threads... [success]
[28/05/2016 11:31:05] > Optimizing table: tile_items... [success]
[28/05/2016 11:31:06] > Optimizing table: tiles... [success]
[28/05/2016 11:31:06] > Optimizing table: video_comments... [success]
[28/05/2016 11:31:06] > Optimizing table: videos... [success]
[28/05/2016 11:31:07] >> Loading items
[28/05/2016 11:31:07] >> Loading groups
[28/05/2016 11:31:07] >> Loading vocations
[28/05/2016 11:31:07] >> Loading script systems
[28/05/2016 11:31:08] [Warning - Actions::registerEvent] Duplicate registered item id: 2580
[28/05/2016 11:31:08] [Warning - Actions::registerEvent] Duplicate registered item id: 10223
[28/05/2016 11:31:09] [Warning - Actions::registerEvent] Duplicate registered item id: 2550
[28/05/2016 11:31:10] [Warning - Event::loadScript] Event onKill not found (data/creaturescripts/scripts/Teste.lua)
[28/05/2016 11:31:10] >> Loading chat channels
[28/05/2016 11:31:10] >> Loading outfits
[28/05/2016 11:31:10] >> Loading experience stages
[28/05/2016 11:31:10] >> Loading monsters
[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/Shiny/Shiny Umbreon.xml)
[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Umbreon.xml)
[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Murkrow.xml)
[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/geracao 2/Steelix.xml)
[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/geracao 2/Scizor.xml)
[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Sneasel.xml)
[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/geracao 2/Skarmory.xml)
[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Tyranitar.xml)
[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/Shredder Team/Scizor.xml)
[28/05/2016 11:31:12] >> Loading mods...
[28/05/2016 11:31:12] > Loading buypremium_command.xml... done, but disabled.
[28/05/2016 11:31:12] > Loading changender_command.xml... done, but disabled.
[28/05/2016 11:31:12] > Loading custommonsters.xml... done, but disabled.
[28/05/2016 11:31:12] > Loading customspells.xml... done, but disabled.
[28/05/2016 11:31:12] > Loading firstitems.xml... done.
[28/05/2016 11:31:12] > Loading highscorebook.xml... done.
[28/05/2016 11:31:12] > 6 mods were loaded (4 disabled).
[28/05/2016 11:31:12] >> Loading map and spawns...
[28/05/2016 11:31:13] > Map size: 2048x2190.
[28/05/2016 11:31:13] > Map descriptions:
[28/05/2016 11:31:13] "Saved with Remere's Map Editor 2.2"
[28/05/2016 11:31:13] "No map description available."
[28/05/2016 11:31:15] Duplicate uniqueId 55556
[28/05/2016 11:31:15] Duplicate uniqueId 55558
[28/05/2016 11:31:16] Duplicate uniqueId 18279
[28/05/2016 11:31:17] > Map loading time: 4.96 seconds.
[28/05/2016 11:31:20] > Data parsing time: 3.2 seconds.
[28/05/2016 11:31:31] > Houses synchronization time: 11.4 seconds.
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00719 / 00831 / 007 ) (type = 5128, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00724 / 00830 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00724 / 00831 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00729 / 00817 / 007 ) (type = 5128, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00733 / 00816 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00733 / 00817 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00719 / 00825 / 007 ) (type = 5128, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00725 / 00824 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00725 / 00825 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00716 / 00841 / 007 ) (type = 5128, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00723 / 00840 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00723 / 00841 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00720 / 00844 / 007 ) (type = 5119, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00731 / 00850 / 007 ) (type = 5128, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00735 / 00848 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00735 / 00849 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00727 / 00853 / 007 ) (type = 5119, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00726 / 00856 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00726 / 00857 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00834 / 01038 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00834 / 01039 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00838 / 01036 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00840 / 01036 / 005 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01036 / 005 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01036 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00837 / 01040 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01041 / 005 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01041 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01043 / 006 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00837 / 01044 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00838 / 01044 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01044 / 006 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01046 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01046 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01036 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01038 / 006 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01039 / 006 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01038 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01039 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01038 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01039 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00847 / 01042 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00847 / 01050 / 006 )
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01042 / 005 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00851 / 01042 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01047 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01047 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00851 / 01050 / 006 )
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01048 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01048 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00859 / 01035 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00860 / 01035 / 006 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00863 / 01033 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00859 / 01036 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00859 / 01039 / 006 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00860 / 01036 / 006 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00863 / 01038 / 006 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01035 / 006 )
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00864 / 01038 / 005 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01036 / 006 )
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00861 / 01045 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00862 / 01045 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01040 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01041 / 005 )
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00865 / 01041 / 006 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00865 / 01042 / 006 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01040 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01041 / 006 )
[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00865 / 01045 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01045 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01033 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01035 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01033 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01033 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01035 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01036 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01037 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01036 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01037 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01041 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01041 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01041 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01041 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01043 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01043 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01043 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01043 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01043 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01043 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01043 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01043 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01049 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01050 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01049 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01050 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01048 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01049 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01048 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01049 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00870 / 01052 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01052 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00876 / 01052 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01052 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01054 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01055 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01054 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01055 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01031 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01031 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01037 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01038 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01039 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01036 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01040 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01043 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00898 / 01031 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01031 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01034 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01035 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01047 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01051 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01052 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01053 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01054 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01055 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01054 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01058 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01058 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01052 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01053 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00897 / 01057 / 006 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01047 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01050 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01052 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01053 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01054 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01050 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01051 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01052 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01053 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01031 / 005 )
[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01031 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01034 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01035 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01033 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01034 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01034 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01037 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01043 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00898 / 01031 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01031 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01034 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01035 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01047 / 004 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01052 / 004 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01053 / 004 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01052 / 004 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01053 / 004 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01047 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01045 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01045 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00909 / 01045 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01048 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01051 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00905 / 01049 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00905 / 01050 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01052 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01052 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01049 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01091 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01690 / 01089 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01691 / 01089 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01092 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01035 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00913 / 01035 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01035 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00917 / 01035 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01035 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01037 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01038 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00919 / 01039 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00919 / 01039 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00921 / 01036 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00921 / 01036 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01042 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01043 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01042 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01043 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01043 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01043 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01044 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01692 / 01086 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01692 / 01087 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01703 / 01080 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01698 / 01087 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01020 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01020 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01020 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01020 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01022 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01023 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01024 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01025 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01024 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01025 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01024 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01025 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01024 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01025 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01028 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01028 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01028 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01028 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01028 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01696 / 01064 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01697 / 01064 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01012 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01012 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01012 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01019 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01019 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01019 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01023 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01023 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00907 / 01023 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01020 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01023 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00907 / 01023 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01020 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01020 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01015 / 005 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01015 / 006 )
[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01012 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01012 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01012 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01016 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01016 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00894 / 01019 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01020 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01021 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01020 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01021 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01023 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01023 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00894 / 01020 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00896 / 01023 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00898 / 01023 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01010 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01010 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01010 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01013 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01014 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01022 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01023 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01020 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01010 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01015 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00881 / 01019 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00881 / 01020 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01025 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00875 / 01025 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01025 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01025 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01655 / 01069 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01659 / 01069 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01660 / 01069 / 006 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01010 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01010 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01011 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01012 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01018 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01022 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01023 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01010 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00881 / 01010 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01013 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01014 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01023 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01021 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01022 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01010 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00875 / 01010 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01016 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01017 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01024 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01014 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01015 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01013 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01014 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01022 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00882 / 01022 / 004 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01021 / 004 )
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01023 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01023 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01023 / 006 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00846 / 01021 / 005 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00875 / 01017 / 003 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01021 / 003 )
[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00882 / 01022 / 003 )
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01024 / 005 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01024 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01024 / 006 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00844 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00844 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00851 / 01024 / 005 )
[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00851 / 01024 / 006 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01022 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01023 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01022 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01023 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01016 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01020 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01022 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01023 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01025 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01025 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01025 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00868 / 01025 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01003 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01003 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01003 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01003 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01007 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01003 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01003 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01003 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01003 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01005 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01006 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01005 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01006 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01008 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01009 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00859 / 01009 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00859 / 01010 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01008 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00862 / 01009 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01010 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01008 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01009 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01012 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01012 / 006 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01019 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01022 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01023 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01020 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01016 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01022 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01023 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01025 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01025 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01025 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00868 / 01025 / 005 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01003 / 004 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01003 / 004 )
[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01006 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01007 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01003 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01003 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01005 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01006 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01008 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01009 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00865 / 01012 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01017 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01018 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01022 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01023 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01016 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01022 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01023 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01025 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01025 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01025 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00868 / 01025 / 004 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 00999 / 005 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 00999 / 005 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 00999 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 00999 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00888 / 01000 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00888 / 01001 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01002 / 005 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01003 / 005 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01003 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00882 / 01004 / 005 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01006 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01007 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01004 / 005 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 01004 / 005 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01004 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 01004 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01004 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01665 / 01050 / 006 )
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01665 / 01051 / 006 )
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01180 / 01035 / 006 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01181 / 01035 / 006 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01183 / 01034 / 007 ) (type = 6438, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01179 / 01036 / 007 ) (type = 6439, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01180 / 01036 / 006 )
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01181 / 01036 / 006 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01185 / 01034 / 007 ) (type = 1212, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01181 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01184 / 01041 / 007 ) (type = 1212, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01186 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01188 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01196 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01198 / 01033 / 007 ) (type = 1212, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01194 / 01038 / 007 ) (type = 6439, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01195 / 01037 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01195 / 01038 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01196 / 01037 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01196 / 01038 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01203 / 01038 / 007 ) (type = 6437, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01199 / 01041 / 007 ) (type = 1212, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01202 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01234 / 01476 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01234 / 01477 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01235 / 01479 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01237 / 01477 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01239 / 01479 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01240 / 01476 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01240 / 01477 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01241 / 01477 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01235 / 01483 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01238 / 01481 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01238 / 01482 / 005 )
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01237 / 01482 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01241 / 01483 / 006 )
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01241 / 01481 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01243 / 01483 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01480 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01483 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01480 / 006 )
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01245 / 01480 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01239 / 01484 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01239 / 01487 / 006 )
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01239 / 01487 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01241 / 01484 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01243 / 01484 / 005 )
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01241 / 01487 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01244 / 01487 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01486 / 006 )
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01244 / 01487 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01245 / 01486 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01065 / 00891 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01062 / 00895 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01063 / 00894 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01062 / 00896 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01063 / 00898 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01064 / 00898 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01069 / 00895 / 006 )
[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01073 / 00893 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01073 / 00894 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01071 / 00898 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01072 / 00898 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01061 / 00893 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01061 / 00894 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01063 / 00892 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01064 / 00895 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01065 / 00893 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01065 / 00894 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01070 / 00892 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01070 / 00895 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01071 / 00893 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01071 / 00894 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01073 / 00893 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01073 / 00894 / 005 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01642 / 01079 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01645 / 01077 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01641 / 01083 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01642 / 01080 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01645 / 01082 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01647 / 01085 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01647 / 01086 / 006 )
[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01079 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01080 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01084 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01085 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01089 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01644 / 01089 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01647 / 01089 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01648 / 01089 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01654 / 01094 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01661 / 01092 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01661 / 01093 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01080 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01086 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01082 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01083 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01082 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01083 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01086 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01094 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01091 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01094 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01092 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01091 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01673 / 01083 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01080 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01673 / 01084 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01087 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01683 / 01078 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01683 / 01079 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01694 / 01081 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01694 / 01082 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01696 / 01079 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01701 / 01083 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01697 / 01066 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01697 / 01067 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01700 / 01068 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01700 / 01069 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01694 / 01072 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01696 / 01072 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01698 / 01072 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01675 / 01056 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01056 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01676 / 01063 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01675 / 01067 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01676 / 01064 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01678 / 01067 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01680 / 01067 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01683 / 01056 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01056 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01688 / 01063 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01690 / 01063 / 006 )
[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01067 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01688 / 01064 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01688 / 01067 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01689 / 01067 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01690 / 01064 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01662 / 01059 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01663 / 01063 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01656 / 01064 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01663 / 01064 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01657 / 01069 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01646 / 01060 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01066 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01067 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01646 / 01064 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01642 / 01069 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01069 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01066 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01067 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01069 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01650 / 01069 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01644 / 01053 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01049 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01050 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01648 / 01052 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01648 / 01053 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01646 / 01056 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01049 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01050 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01049 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01050 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01067 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01068 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01070 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01070 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01070 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01070 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01068 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01670 / 01044 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01670 / 01045 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01675 / 01047 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01671 / 01048 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01672 / 01048 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01048 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01080 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01619 / 01084 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01085 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01087 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01619 / 01088 / 006 )
[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01620 / 01088 / 006 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01088 / 006 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01090 / 006 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01090 / 006 )
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01169 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01169 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01170 / 01011 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01172 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01172 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01173 / 01011 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01176 / 01011 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01178 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01178 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01170 / 01012 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01015 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01173 / 01012 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01015 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01176 / 01012 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01177 / 01015 / 007 ) (type = 7819, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01016 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01016 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01177 / 01016 / 007 ) (type = 7820, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01171 / 01026 / 005 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01171 / 01027 / 005 )
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01027 / 006 ) (type = 7811, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01174 / 01026 / 005 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01174 / 01027 / 005 )
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01027 / 006 ) (type = 7811, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01024 / 006 ) (type = 6447, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01024 / 007 ) (type = 6447, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01026 / 007 ) (type = 6249, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01027 / 007 ) (type = 6447, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01028 / 006 ) (type = 7812, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01172 / 01029 / 005 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01174 / 01029 / 005 )
[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01028 / 006 ) (type = 7812, sid = 1, pid = 0)
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01620 / 01657 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01659 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01657 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01658 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01659 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01660 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01622 / 01661 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01620 / 01665 / 007 )
[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01621 / 01665 / 007 )
[28/05/2016 11:31:41] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01623 / 01665 / 007 )
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01659 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01612 / 01657 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01613 / 01658 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01613 / 01659 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01659 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01664 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01611 / 01665 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01614 / 01665 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01664 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01594 / 01658 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01662 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01661 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01662 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01598 / 01662 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01594 / 01665 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01594 / 01669 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01673 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01672 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01673 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01598 / 01673 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01597 / 01688 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01597 / 01694 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01598 / 01695 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01606 / 01687 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01600 / 01690 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01602 / 01688 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01603 / 01692 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01603 / 01693 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01604 / 01695 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01605 / 01694 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01583 / 01689 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01687 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01587 / 01686 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01593 / 01686 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01688 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01691 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01588 / 01691 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01689 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01593 / 01691 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01595 / 01688 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01696 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01697 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01593 / 01697 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01595 / 01696 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01580 / 01693 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01695 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01588 / 01695 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01581 / 01699 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01578 / 01703 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01579 / 01703 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01579 / 01704 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01580 / 01707 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01583 / 01707 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01701 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01704 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01709 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01710 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01711 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01614 / 01710 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01614 / 01711 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01709 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01711 / 007 )
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01610 / 01714 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01607 / 01717 / 007 ) (type = 7026, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01717 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01718 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01719 / 007 ) (type = 7025, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01613 / 01717 / 007 ) (type = 6900, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01712 / 007 ) (type = 6891, sid = 1, pid = 0)
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01714 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01617 / 01719 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01718 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01630 / 01711 / 006 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01711 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01715 / 006 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01713 / 006 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01714 / 006 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01713 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01630 / 01713 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01630 / 01714 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01716 / 006 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01716 / 007 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01715 / 006 )
[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01715 / 007 )
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01486 / 01850 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01486 / 01851 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01850 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01851 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01845 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01848 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01837 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01839 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01840 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01830 / 007 ) (type = 1251, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01831 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01519 / 01835 / 007 ) (type = 1254, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01838 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01840 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01835 / 007 ) (type = 1254, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01528 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01531 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01839 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01840 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01530 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01508 / 01842 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01843 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01510 / 01843 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01511 / 01842 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01506 / 01845 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01508 / 01847 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01844 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01510 / 01844 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01511 / 01847 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01849 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01846 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01847 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01523 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01523 / 01847 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01848 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01523 / 01848 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01846 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01530 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01848 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01849 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01848 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01849 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01531 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01825 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01827 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01826 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01829 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01798 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01799 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01798 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01799 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01519 / 01796 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01805 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01800 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01805 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01805 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01804 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01805 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01804 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01805 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01530 / 01807 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01808 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01811 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01813 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01813 / 007 ) (type = 1254, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01501 / 01804 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01501 / 01807 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01503 / 01805 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01503 / 01806 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01504 / 01802 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01507 / 01802 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01504 / 01805 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01504 / 01806 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01805 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01807 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01503 / 01810 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01505 / 01810 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01507 / 01810 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01087 / 01023 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01089 / 01023 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01091 / 01023 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01087 / 01031 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01093 / 01025 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01091 / 01028 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01091 / 01029 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01092 / 01031 / 007 ) (type = 5303, sid = 1, pid = 0)
[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01093 / 01030 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01060 / 01019 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01060 / 01021 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01050 / 01066 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01050 / 01070 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01059 / 01064 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01059 / 01070 / 006 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01059 / 01070 / 007 ) (type = 5304, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00732 / 01296 / 007 ) (type = 6441, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00732 / 01298 / 007 ) (type = 5107, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00729 / 01349 / 007 ) (type = 5098, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00737 / 01301 / 006 ) (type = 5105, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01043 / 01196 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01043 / 01197 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01034 / 01202 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01035 / 01207 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01041 / 01203 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00988 / 01215 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01205 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00988 / 01216 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01055 / 01226 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01224 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01225 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01048 / 01232 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01052 / 01232 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01054 / 01213 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01048 / 01218 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01051 / 01216 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01054 / 01219 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01220 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01221 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01048 / 01234 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01052 / 01238 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01240 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01241 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01037 / 01241 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01037 / 01242 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01045 / 01235 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01040 / 01239 / 007 ) (type = 1250, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01028 / 01235 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01029 / 01239 / 007 ) (type = 1252, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01024 / 01241 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01024 / 01242 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01036 / 01250 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01043 / 01250 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01248 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01249 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01018 / 01255 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01018 / 01256 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01254 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01031 / 01254 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01019 / 01261 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01026 / 01261 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01033 / 01262 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01064 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01065 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01068 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01069 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01065 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01070 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01071 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01012 / 01071 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01074 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01063 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01066 / 004 )
[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01064 / 004 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01065 / 004 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01021 / 01067 / 004 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01025 / 01065 / 004 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01025 / 01066 / 004 )
[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01021 / 01070 / 004 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01069 / 004 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01070 / 004 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01073 / 004 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01074 / 004 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01072 / 004 )
[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01021 / 01073 / 004 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01021 / 01074 / 004 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01077 / 004 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01071 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01070 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01014 / 01071 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01072 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01074 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01014 / 01072 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01005 / 01063 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01003 / 01067 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01064 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01065 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01068 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01063 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01009 / 01064 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01009 / 01065 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01066 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01023 / 01063 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01066 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01066 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01067 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01022 / 01072 / 003 )
[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01023 / 01074 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01023 / 01075 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01026 / 01073 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01024 / 01077 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01026 / 01076 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01074 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01075 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01073 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01077 / 003 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01037 / 006 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01038 / 006 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01067 / 01040 / 006 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01042 / 006 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01043 / 006 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01067 / 01045 / 006 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01019 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01018 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01021 / 01019 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01020 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01021 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01020 / 01021 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01021 / 01020 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01020 / 01027 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01033 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01033 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01036 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01037 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01038 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01012 / 01036 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01012 / 01037 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01013 / 01036 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01013 / 01037 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01036 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01037 / 004 )
[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01038 / 004 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01609 / 01709 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01612 / 01709 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01711 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01709 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01609 / 01712 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01713 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01714 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01715 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01578 / 01695 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01693 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01582 / 01693 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01695 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01701 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01705 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01706 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01707 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01582 / 01705 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01582 / 01706 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01707 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01697 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01698 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01688 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01689 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01585 / 01686 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01586 / 01686 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01686 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01686 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01688 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01689 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01588 / 01688 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01593 / 01691 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01688 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01689 / 006 )
[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01688 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01689 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01692 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01599 / 01693 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01599 / 01694 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01604 / 01685 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01606 / 01687 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01690 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01693 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01694 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01668 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01668 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01669 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01671 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01669 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01659 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01657 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01596 / 01657 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01660 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01661 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01596 / 01662 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01657 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01662 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01601 / 01660 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01601 / 01661 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01604 / 01657 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01606 / 01657 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01608 / 01659 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01660 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01661 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01605 / 01662 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01607 / 01662 / 006 )
[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01658 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01659 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01615 / 01657 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01660 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01660 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01661 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01615 / 01662 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01657 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01658 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01622 / 01657 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01657 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01662 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01621 / 01662 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01662 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01617 / 01674 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01621 / 01674 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01675 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01674 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01619 / 01677 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01676 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01676 / 006 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01615 / 01657 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01660 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01660 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01661 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01657 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01617 / 01659 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01622 / 01657 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01657 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01660 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01661 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01662 / 005 )
[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01657 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01657 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01657 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01660 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01601 / 01657 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01659 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01605 / 01657 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01606 / 01657 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01608 / 01659 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01608 / 01661 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01664 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01667 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01593 / 01667 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01667 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01597 / 01667 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01664 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01671 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01593 / 01668 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01668 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01671 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01597 / 01668 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01669 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01664 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01627 / 01666 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01627 / 01667 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01666 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01665 / 005 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01516 / 01795 / 006 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01517 / 01794 / 006 )
[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01519 / 01794 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01796 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01797 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01516 / 01796 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01800 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01801 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01517 / 01803 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01519 / 01800 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01521 / 01794 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01522 / 01798 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01524 / 01796 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01524 / 01797 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01521 / 01803 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01522 / 01803 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01523 / 01801 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01523 / 01802 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01524 / 01801 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01843 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01486 / 01843 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01846 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01847 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01844 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01845 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01487 / 01845 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01851 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01849 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01851 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01852 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01852 / 006 )
[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01489 / 01843 / 006 )
[28/05/2016 11:31:55] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01490 / 01846 / 006 )
[28/05/2016 11:31:55] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01491 / 01844 / 006 )
[28/05/2016 11:31:55] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01491 / 01850 / 006 )
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01466 / 01831 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01464 / 01835 / 007 ) (type = 3544, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01466 / 01832 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01470 / 01833 / 007 ) (type = 3535, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01452 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01452 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01455 / 01837 / 007 ) (type = 3544, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01460 / 01837 / 007 ) (type = 3544, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01457 / 01819 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01457 / 01820 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01463 / 01820 / 007 ) (type = 3544, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01455 / 01826 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01455 / 01827 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01458 / 01824 / 007 ) (type = 3535, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01467 / 01810 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01467 / 01811 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01467 / 01813 / 007 ) (type = 3535, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01469 / 01818 / 007 ) (type = 3535, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01453 / 01800 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01453 / 01801 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01462 / 01801 / 007 ) (type = 3544, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01444 / 01815 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01444 / 01816 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01446 / 01820 / 007 ) (type = 3535, sid = 1, pid = 0)
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01449 / 01847 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01451 / 01851 / 005 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01451 / 01848 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01451 / 01849 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01452 / 01848 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01452 / 01849 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01456 / 01848 / 005 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01456 / 01849 / 005 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01457 / 01848 / 005 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01457 / 01849 / 005 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01455 / 01847 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01458 / 01851 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01465 / 01848 / 006 )
[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01465 / 01849 / 006 )
[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 00660 / 00841 / 006 ) (type = 5128, sid = 1, pid = 0)
[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 01008 / 01070 / 007 ) (type = 1754, sid = 1, pid = 0)
[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 01008 / 01071 / 007 ) (type = 1755, sid = 1, pid = 0)
[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 01013 / 01072 / 007 ) (type = 1249, sid = 1, pid = 0)
[28/05/2016 11:31:56] > Content unserialization time: 25.07 seconds.
[28/05/2016 11:31:56] >> Checking world type... PvP
[28/05/2016 11:31:57] >> Initializing game state modules and registering services...
[28/05/2016 11:31:57] > Global address: 25.10.19.229
[28/05/2016 11:31:57] > Local ports: 7171    7172    
[28/05/2016 11:31:57] >> All modules were loaded, server is starting up...
[28/05/2016 11:31:57] >> PXJ server Online!

 

 

Editado por Justiceiro751
Link para o comentário
Compartilhar em outros sites

  • 0
8 minutos atrás, Justiceiro751 disse:

 

Bom dia Scizor, eu agradeço por estar compartilhando o código para a solução do problema do level. Porem após ter adicionado o código no goback.lua, foi retornado os seguintes erros na Distro.

 

  Ocultar conteúdo

[28/05/2016 11:30:41] The Forgotten Server, version 0.3.6 (Crying Damson)

[28/05/2016 11:30:41] Compiled with GNU C++ version 3.4.5 (mingw special) at May 10 2016, 21:36:09.

[28/05/2016 11:30:41] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.

[28/05/2016 11:30:41] Visit our forum for updates, support and resources: http://otland.net.

[28/05/2016 11:30:42] >> Loading config (config.lua)

[28/05/2016 11:30:42] > Using SHA1 encryption

[28/05/2016 11:30:42] >> Checking software version... failed checking - malformed file.

[28/05/2016 11:30:43] >> Fetching blacklist

[28/05/2016 11:30:44] >> Loading RSA key

[28/05/2016 11:30:44] >> Starting SQL connection

[28/05/2016 11:30:44] >> Running Database Manager

[28/05/2016 11:30:51] > Optimizing table: account_viplist... [success]

[28/05/2016 11:30:51] > Optimizing table: accounts... [success]

[28/05/2016 11:30:52] > Optimizing table: bans... [success]

[28/05/2016 11:30:52] > Optimizing table: bugtracker... [success]

[28/05/2016 11:30:52] > Optimizing table: comments... [success]

[28/05/2016 11:30:53] > Optimizing table: environment_killers... [success]

[28/05/2016 11:30:53] > Optimizing table: forums... [success]

[28/05/2016 11:30:53] > Optimizing table: friends... [success]

[28/05/2016 11:30:53] > Optimizing table: global_storage... [success]

[28/05/2016 11:30:54] > Optimizing table: guild_invites... [success]

[28/05/2016 11:30:54] > Optimizing table: guild_ranks... [success]

[28/05/2016 11:30:55] > Optimizing table: guilds... [success]

[28/05/2016 11:30:55] > Optimizing table: house_auctions... [success]

[28/05/2016 11:30:55] > Optimizing table: house_data... [success]

[28/05/2016 11:30:56] > Optimizing table: house_lists... [success]

[28/05/2016 11:30:56] > Optimizing table: houses... [success]

[28/05/2016 11:30:57] > Optimizing table: killers... [success]

[28/05/2016 11:30:57] > Optimizing table: messages... [success]

[28/05/2016 11:30:57] > Optimizing table: news... [success]

[28/05/2016 11:30:57] > Optimizing table: player_deaths... [success]

[28/05/2016 11:30:58] > Optimizing table: player_depotitems... [success]

[28/05/2016 11:30:58] > Optimizing table: player_items... [success]

[28/05/2016 11:30:59] > Optimizing table: player_killers... [success]

[28/05/2016 11:30:59] > Optimizing table: player_namelocks... [success]

[28/05/2016 11:30:59] > Optimizing table: player_skills... [success]

[28/05/2016 11:31:00] > Optimizing table: player_spells... [success]

[28/05/2016 11:31:00] > Optimizing table: player_storage... [success]

[28/05/2016 11:31:01] > Optimizing table: player_viplist... [success]

[28/05/2016 11:31:01] > Optimizing table: players... [success]

[28/05/2016 11:31:02] > Optimizing table: poll... [success]

[28/05/2016 11:31:02] > Optimizing table: poll_answer... [success]

[28/05/2016 11:31:02] > Optimizing table: poll_votes... [success]

[28/05/2016 11:31:03] > Optimizing table: posts... [success]

[28/05/2016 11:31:03] > Optimizing table: server_config... [success]

[28/05/2016 11:31:04] > Optimizing table: server_motd... [success]

[28/05/2016 11:31:04] > Optimizing table: server_record... [success]

[28/05/2016 11:31:04] > Optimizing table: server_reports... [success]

[28/05/2016 11:31:05] > Optimizing table: threads... [success]

[28/05/2016 11:31:05] > Optimizing table: tile_items... [success]

[28/05/2016 11:31:06] > Optimizing table: tiles... [success]

[28/05/2016 11:31:06] > Optimizing table: video_comments... [success]

[28/05/2016 11:31:06] > Optimizing table: videos... [success]

[28/05/2016 11:31:07] >> Loading items

[28/05/2016 11:31:07] >> Loading groups

[28/05/2016 11:31:07] >> Loading vocations

[28/05/2016 11:31:07] >> Loading script systems

[28/05/2016 11:31:08] [Warning - Actions::registerEvent] Duplicate registered item id: 2580

[28/05/2016 11:31:08] [Warning - Actions::registerEvent] Duplicate registered item id: 10223

[28/05/2016 11:31:09] [Warning - Actions::registerEvent] Duplicate registered item id: 2550

[28/05/2016 11:31:10] [Warning - Event::loadScript] Event onKill not found (data/creaturescripts/scripts/Teste.lua)

[28/05/2016 11:31:10] >> Loading chat channels

[28/05/2016 11:31:10] >> Loading outfits

[28/05/2016 11:31:10] >> Loading experience stages

[28/05/2016 11:31:10] >> Loading monsters

[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/Shiny/Shiny Umbreon.xml)

[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Umbreon.xml)

[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Murkrow.xml)

[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/geracao 2/Steelix.xml)

[28/05/2016 11:31:11] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/geracao 2/Scizor.xml)

[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Sneasel.xml)

[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/geracao 2/Skarmory.xml)

[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type dark. (data/monster/pokes/geracao 2/Tyranitar.xml)

[28/05/2016 11:31:12] [Warning - Monsters::loadMonster] Unknown race type steel. (data/monster/pokes/Shredder Team/Scizor.xml)

[28/05/2016 11:31:12] >> Loading mods...

[28/05/2016 11:31:12] > Loading buypremium_command.xml... done, but disabled.

[28/05/2016 11:31:12] > Loading changender_command.xml... done, but disabled.

[28/05/2016 11:31:12] > Loading custommonsters.xml... done, but disabled.

[28/05/2016 11:31:12] > Loading customspells.xml... done, but disabled.

[28/05/2016 11:31:12] > Loading firstitems.xml... done.

[28/05/2016 11:31:12] > Loading highscorebook.xml... done.

[28/05/2016 11:31:12] > 6 mods were loaded (4 disabled).

[28/05/2016 11:31:12] >> Loading map and spawns...

[28/05/2016 11:31:13] > Map size: 2048x2190.

[28/05/2016 11:31:13] > Map descriptions:

[28/05/2016 11:31:13] "Saved with Remere's Map Editor 2.2"

[28/05/2016 11:31:13] "No map description available."

[28/05/2016 11:31:15] Duplicate uniqueId 55556

[28/05/2016 11:31:15] Duplicate uniqueId 55558

[28/05/2016 11:31:16] Duplicate uniqueId 18279

[28/05/2016 11:31:17] > Map loading time: 4.96 seconds.

[28/05/2016 11:31:20] > Data parsing time: 3.2 seconds.

[28/05/2016 11:31:31] > Houses synchronization time: 11.4 seconds.

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00719 / 00831 / 007 ) (type = 5128, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00724 / 00830 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00724 / 00831 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00729 / 00817 / 007 ) (type = 5128, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00733 / 00816 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00733 / 00817 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00719 / 00825 / 007 ) (type = 5128, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00725 / 00824 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00725 / 00825 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00716 / 00841 / 007 ) (type = 5128, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00723 / 00840 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00723 / 00841 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00720 / 00844 / 007 ) (type = 5119, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00731 / 00850 / 007 ) (type = 5128, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00735 / 00848 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00735 / 00849 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00727 / 00853 / 007 ) (type = 5119, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00726 / 00856 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00726 / 00857 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00834 / 01038 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:31] [Warning - IOMapSerialize::loadItems] NULL item at ( 00834 / 01039 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00838 / 01036 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00840 / 01036 / 005 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01036 / 005 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01036 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00837 / 01040 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01041 / 005 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01041 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01043 / 006 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00837 / 01044 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00838 / 01044 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01044 / 006 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01046 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01046 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01036 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01038 / 006 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01039 / 006 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01038 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01039 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01038 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01039 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00847 / 01042 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00847 / 01050 / 006 )

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01042 / 005 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00851 / 01042 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01047 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01047 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00851 / 01050 / 006 )

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01048 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00852 / 01048 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00859 / 01035 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00860 / 01035 / 006 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00863 / 01033 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00859 / 01036 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00859 / 01039 / 006 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00860 / 01036 / 006 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00863 / 01038 / 006 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01035 / 006 )

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00864 / 01038 / 005 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01036 / 006 )

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00861 / 01045 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00862 / 01045 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01040 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01041 / 005 )

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00865 / 01041 / 006 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00865 / 01042 / 006 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01040 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01041 / 006 )

[28/05/2016 11:31:32] [Warning - IOMapSerialize::loadItems] NULL item at ( 00865 / 01045 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01045 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01033 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01035 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01033 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01033 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01035 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01036 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01037 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01036 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01037 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01041 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01041 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01041 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01041 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01043 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01043 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01043 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01043 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01043 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01043 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01043 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01043 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01049 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01050 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01049 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01050 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01048 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01049 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01048 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01049 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00870 / 01052 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01052 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00876 / 01052 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01052 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01054 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01055 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01054 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01055 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01031 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01031 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01037 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01038 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01039 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01036 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01040 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01043 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00898 / 01031 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01031 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01034 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01035 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01047 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01051 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01052 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01053 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01054 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01055 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01054 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01058 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01058 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01052 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01053 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00897 / 01057 / 006 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01047 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01050 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01052 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01053 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01054 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01050 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01051 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01052 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01053 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01031 / 005 )

[28/05/2016 11:31:32] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01031 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01034 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01035 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01033 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01034 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01034 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00892 / 01037 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01043 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00898 / 01031 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00899 / 01031 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01034 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01035 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01047 / 004 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01052 / 004 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01053 / 004 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01052 / 004 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01053 / 004 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01047 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01045 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01045 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00909 / 01045 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01048 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01051 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00905 / 01049 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00905 / 01050 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01052 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01052 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01049 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01091 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01690 / 01089 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01691 / 01089 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01092 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01035 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00913 / 01035 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01035 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00917 / 01035 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01035 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01037 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01038 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00919 / 01039 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00919 / 01039 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00921 / 01036 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00921 / 01036 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01042 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01043 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01042 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01043 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01043 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01043 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01044 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01692 / 01086 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01692 / 01087 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01703 / 01080 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01698 / 01087 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01020 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01020 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01020 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01020 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01022 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00915 / 01023 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01024 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01025 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01024 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00910 / 01025 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01024 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01025 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01024 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00918 / 01025 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01028 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00912 / 01028 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00914 / 01028 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01028 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00916 / 01028 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01696 / 01064 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01697 / 01064 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01012 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00901 / 01012 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01012 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01019 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01019 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01019 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00903 / 01023 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01023 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00907 / 01023 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01020 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00906 / 01023 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00907 / 01023 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01020 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00908 / 01020 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01015 / 005 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01015 / 006 )

[28/05/2016 11:31:33] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01012 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01012 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01012 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01016 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01016 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00894 / 01019 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01020 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01021 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01020 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00891 / 01021 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01023 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01023 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00894 / 01020 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00896 / 01023 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00898 / 01023 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01010 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01010 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00879 / 01010 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01013 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01014 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01022 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01023 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01020 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01010 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01015 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00881 / 01019 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00881 / 01020 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01025 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00875 / 01025 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01025 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01025 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01655 / 01069 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01659 / 01069 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01660 / 01069 / 006 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00873 / 01010 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01010 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01011 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01012 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01018 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01022 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00871 / 01023 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01010 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00881 / 01010 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01013 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01014 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01023 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01021 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01022 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00874 / 01010 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00875 / 01010 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01016 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00872 / 01017 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00877 / 01024 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01014 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01015 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01013 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01014 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00880 / 01022 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00882 / 01022 / 004 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01021 / 004 )

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01023 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01023 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01023 / 006 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00846 / 01021 / 005 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00875 / 01017 / 003 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00878 / 01021 / 003 )

[28/05/2016 11:31:34] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00882 / 01022 / 003 )

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01024 / 005 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00841 / 01024 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00842 / 01024 / 006 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00843 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00844 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00844 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:34] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01026 / 005 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00851 / 01024 / 005 )

[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00849 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00850 / 01026 / 006 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:35] [Warning - IOMapSerialize::loadItems] NULL item at ( 00851 / 01024 / 006 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01022 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01023 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01022 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01023 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01016 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01020 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01022 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01023 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01025 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01025 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01025 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00868 / 01025 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01003 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01003 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01003 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01003 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01007 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01003 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01003 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01003 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01003 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01005 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01006 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01005 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01006 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01008 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01009 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00859 / 01009 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00859 / 01010 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01008 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00862 / 01009 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01010 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01008 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01009 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01012 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01012 / 006 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01019 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01022 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01023 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01020 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01016 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01022 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01023 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01025 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01025 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01025 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00868 / 01025 / 005 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01003 / 004 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01003 / 004 )

[28/05/2016 11:31:35] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01006 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01007 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00866 / 01003 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01003 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01005 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01006 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01008 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01009 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00865 / 01012 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01017 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01018 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01022 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00858 / 01023 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00864 / 01016 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01022 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00869 / 01023 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00860 / 01025 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00861 / 01025 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00867 / 01025 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00868 / 01025 / 004 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 00999 / 005 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 00999 / 005 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 00999 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 00999 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00888 / 01000 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00888 / 01001 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01002 / 005 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01003 / 005 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00893 / 01003 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00882 / 01004 / 005 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01006 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00883 / 01007 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01004 / 005 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 01004 / 005 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00889 / 01004 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00890 / 01004 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 00895 / 01004 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01665 / 01050 / 006 )

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01665 / 01051 / 006 )

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01180 / 01035 / 006 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01181 / 01035 / 006 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01183 / 01034 / 007 ) (type = 6438, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01179 / 01036 / 007 ) (type = 6439, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01180 / 01036 / 006 )

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01181 / 01036 / 006 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01185 / 01034 / 007 ) (type = 1212, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01181 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01184 / 01041 / 007 ) (type = 1212, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01186 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01188 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01196 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01198 / 01033 / 007 ) (type = 1212, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01194 / 01038 / 007 ) (type = 6439, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01195 / 01037 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01195 / 01038 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01196 / 01037 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01196 / 01038 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01203 / 01038 / 007 ) (type = 6437, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01199 / 01041 / 007 ) (type = 1212, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01202 / 01041 / 007 ) (type = 6438, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01234 / 01476 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01234 / 01477 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01235 / 01479 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:36] [Warning - IOMapSerialize::loadItems] NULL item at ( 01237 / 01477 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01239 / 01479 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01240 / 01476 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01240 / 01477 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01241 / 01477 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01235 / 01483 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01238 / 01481 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01238 / 01482 / 005 )

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01237 / 01482 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01241 / 01483 / 006 )

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01241 / 01481 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01243 / 01483 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01480 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01483 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01480 / 006 )

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01245 / 01480 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01239 / 01484 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01239 / 01487 / 006 )

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01239 / 01487 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01241 / 01484 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01243 / 01484 / 005 )

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01241 / 01487 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01244 / 01487 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01245 / 01486 / 006 )

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01244 / 01487 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01245 / 01486 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01065 / 00891 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01062 / 00895 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01063 / 00894 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01062 / 00896 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01063 / 00898 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01064 / 00898 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01069 / 00895 / 006 )

[28/05/2016 11:31:37] [Warning - IOMapSerialize::loadItems] NULL item at ( 01073 / 00893 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01073 / 00894 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01071 / 00898 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01072 / 00898 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01061 / 00893 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01061 / 00894 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01063 / 00892 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01064 / 00895 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01065 / 00893 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01065 / 00894 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01070 / 00892 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01070 / 00895 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01071 / 00893 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01071 / 00894 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01073 / 00893 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01073 / 00894 / 005 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01642 / 01079 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01645 / 01077 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01641 / 01083 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01642 / 01080 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01645 / 01082 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01647 / 01085 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01647 / 01086 / 006 )

[28/05/2016 11:31:37] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01079 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01080 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01084 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01085 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01089 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01644 / 01089 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01647 / 01089 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01648 / 01089 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01654 / 01094 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01661 / 01092 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01661 / 01093 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01080 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01086 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01082 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01083 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01082 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01083 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01086 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01094 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01091 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01094 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01092 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01091 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01673 / 01083 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01080 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01673 / 01084 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01087 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01683 / 01078 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01683 / 01079 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01694 / 01081 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01694 / 01082 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01696 / 01079 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01701 / 01083 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01697 / 01066 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01697 / 01067 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01700 / 01068 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01700 / 01069 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01694 / 01072 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01696 / 01072 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01698 / 01072 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01675 / 01056 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01056 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01676 / 01063 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01675 / 01067 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01676 / 01064 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01678 / 01067 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01680 / 01067 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01683 / 01056 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01056 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01688 / 01063 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01690 / 01063 / 006 )

[28/05/2016 11:31:38] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01685 / 01067 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01688 / 01064 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01688 / 01067 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01689 / 01067 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01690 / 01064 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01662 / 01059 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01663 / 01063 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01656 / 01064 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01663 / 01064 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01657 / 01069 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01646 / 01060 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01066 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01067 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01646 / 01064 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01642 / 01069 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01643 / 01069 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01066 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01067 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01649 / 01069 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01650 / 01069 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01644 / 01053 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01049 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01651 / 01050 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01648 / 01052 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01648 / 01053 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01646 / 01056 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01049 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01050 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01049 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01050 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01067 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01068 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01070 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01070 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01070 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01070 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01633 / 01068 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01670 / 01044 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01670 / 01045 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01675 / 01047 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01671 / 01048 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01672 / 01048 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01677 / 01048 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01080 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01619 / 01084 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01085 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01087 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01619 / 01088 / 006 )

[28/05/2016 11:31:39] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01620 / 01088 / 006 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01088 / 006 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01090 / 006 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01090 / 006 )

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01169 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01169 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01170 / 01011 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01172 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01172 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01173 / 01011 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01176 / 01011 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01178 / 01008 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01178 / 01009 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01170 / 01012 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01015 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01173 / 01012 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01015 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01176 / 01012 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01177 / 01015 / 007 ) (type = 7819, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01016 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01016 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01177 / 01016 / 007 ) (type = 7820, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01171 / 01026 / 005 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01171 / 01027 / 005 )

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01027 / 006 ) (type = 7811, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01174 / 01026 / 005 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01174 / 01027 / 005 )

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01027 / 006 ) (type = 7811, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01024 / 006 ) (type = 6447, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01024 / 007 ) (type = 6447, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01026 / 007 ) (type = 6249, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01175 / 01027 / 007 ) (type = 6447, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01171 / 01028 / 006 ) (type = 7812, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01172 / 01029 / 005 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01174 / 01029 / 005 )

[28/05/2016 11:31:40] [Warning - IOMapSerialize::loadItems] NULL item at ( 01174 / 01028 / 006 ) (type = 7812, sid = 1, pid = 0)

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01620 / 01657 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01659 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01657 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01658 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01659 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01660 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01622 / 01661 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01620 / 01665 / 007 )

[28/05/2016 11:31:40] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01621 / 01665 / 007 )

[28/05/2016 11:31:41] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01623 / 01665 / 007 )

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01659 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01612 / 01657 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01613 / 01658 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01613 / 01659 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01659 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01664 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01611 / 01665 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01614 / 01665 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01664 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01594 / 01658 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01662 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01661 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01662 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01598 / 01662 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01594 / 01665 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01594 / 01669 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01673 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01672 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01673 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01598 / 01673 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01597 / 01688 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01597 / 01694 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01598 / 01695 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01606 / 01687 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01600 / 01690 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01602 / 01688 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01603 / 01692 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01603 / 01693 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01604 / 01695 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01605 / 01694 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01583 / 01689 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01687 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01587 / 01686 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01593 / 01686 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01688 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01691 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01588 / 01691 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01689 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01593 / 01691 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01595 / 01688 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01590 / 01696 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:41] [Warning - IOMapSerialize::loadItems] NULL item at ( 01592 / 01697 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01593 / 01697 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01595 / 01696 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01580 / 01693 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01695 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01588 / 01695 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01581 / 01699 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01578 / 01703 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01579 / 01703 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01579 / 01704 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01580 / 01707 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01583 / 01707 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01701 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01585 / 01704 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01709 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01710 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01711 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01614 / 01710 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01614 / 01711 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01709 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01711 / 007 )

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01610 / 01714 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01607 / 01717 / 007 ) (type = 7026, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01717 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01718 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01608 / 01719 / 007 ) (type = 7025, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01613 / 01717 / 007 ) (type = 6900, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Warning - IOMapSerialize::loadItems] NULL item at ( 01616 / 01712 / 007 ) (type = 6891, sid = 1, pid = 0)

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01714 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01617 / 01719 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01718 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01630 / 01711 / 006 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01711 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01715 / 006 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01713 / 006 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01714 / 006 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01628 / 01713 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01630 / 01713 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01630 / 01714 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01716 / 006 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01631 / 01716 / 007 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01715 / 006 )

[28/05/2016 11:31:42] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01634 / 01715 / 007 )

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01486 / 01850 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01486 / 01851 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01850 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01851 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01845 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01848 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01837 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01839 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01840 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01487 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01488 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01830 / 007 ) (type = 1251, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01491 / 01831 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01519 / 01835 / 007 ) (type = 1254, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01838 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01840 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01835 / 007 ) (type = 1254, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01528 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01531 / 01835 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01839 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01840 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01530 / 01843 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01508 / 01842 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01843 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01510 / 01843 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:43] [Warning - IOMapSerialize::loadItems] NULL item at ( 01511 / 01842 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01506 / 01845 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01508 / 01847 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01844 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01510 / 01844 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01511 / 01847 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01849 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01846 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01847 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01523 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01523 / 01847 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01848 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01523 / 01848 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01846 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01530 / 01846 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01848 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01849 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01848 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01849 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01531 / 01853 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01825 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01827 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01518 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01826 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01829 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01830 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01521 / 01829 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01798 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01516 / 01799 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01798 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01799 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01519 / 01796 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:44] [Warning - IOMapSerialize::loadItems] NULL item at ( 01517 / 01805 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01800 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01520 / 01805 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01522 / 01805 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01804 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01526 / 01805 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01804 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01805 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01530 / 01807 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01808 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01525 / 01811 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01527 / 01813 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01529 / 01813 / 007 ) (type = 1254, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01501 / 01804 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01501 / 01807 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01503 / 01805 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01503 / 01806 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01504 / 01802 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01507 / 01802 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01504 / 01805 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01504 / 01806 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01805 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01509 / 01807 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01503 / 01810 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01505 / 01810 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01507 / 01810 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01087 / 01023 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01089 / 01023 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01091 / 01023 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01087 / 01031 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01093 / 01025 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01091 / 01028 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01091 / 01029 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01092 / 01031 / 007 ) (type = 5303, sid = 1, pid = 0)

[28/05/2016 11:31:45] [Warning - IOMapSerialize::loadItems] NULL item at ( 01093 / 01030 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01060 / 01019 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01060 / 01021 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01050 / 01066 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01050 / 01070 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01059 / 01064 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01059 / 01070 / 006 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01059 / 01070 / 007 ) (type = 5304, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00732 / 01296 / 007 ) (type = 6441, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00732 / 01298 / 007 ) (type = 5107, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00729 / 01349 / 007 ) (type = 5098, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00737 / 01301 / 006 ) (type = 5105, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01043 / 01196 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01043 / 01197 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01034 / 01202 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01035 / 01207 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01041 / 01203 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00988 / 01215 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01205 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 00988 / 01216 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01055 / 01226 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01224 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01225 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01048 / 01232 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01052 / 01232 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01054 / 01213 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01048 / 01218 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01051 / 01216 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:46] [Warning - IOMapSerialize::loadItems] NULL item at ( 01054 / 01219 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01220 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01061 / 01221 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01048 / 01234 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01052 / 01238 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01240 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01241 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01037 / 01241 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01037 / 01242 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01045 / 01235 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01040 / 01239 / 007 ) (type = 1250, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01028 / 01235 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01029 / 01239 / 007 ) (type = 1252, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01024 / 01241 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01024 / 01242 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01036 / 01250 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01043 / 01250 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01248 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01049 / 01249 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01018 / 01255 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01018 / 01256 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01254 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01031 / 01254 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01019 / 01261 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01026 / 01261 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Warning - IOMapSerialize::loadItems] NULL item at ( 01033 / 01262 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01064 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01065 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01068 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01069 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01065 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01070 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01071 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01012 / 01071 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01074 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01063 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01066 / 004 )

[28/05/2016 11:31:47] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01064 / 004 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01065 / 004 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01021 / 01067 / 004 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01025 / 01065 / 004 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01025 / 01066 / 004 )

[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01021 / 01070 / 004 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01069 / 004 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01070 / 004 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01073 / 004 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01025 / 01074 / 004 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01072 / 004 )

[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01021 / 01073 / 004 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:48] [Warning - IOMapSerialize::loadItems] NULL item at ( 01021 / 01074 / 004 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01077 / 004 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01071 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01070 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01014 / 01071 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01072 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01074 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01014 / 01072 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01005 / 01063 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01003 / 01067 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01064 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01004 / 01065 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01008 / 01068 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01063 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01009 / 01064 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01009 / 01065 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01066 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01023 / 01063 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01066 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01066 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01067 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01022 / 01072 / 003 )

[28/05/2016 11:31:48] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01023 / 01074 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01023 / 01075 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01026 / 01073 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01024 / 01077 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01026 / 01076 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01074 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01075 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01073 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01017 / 01077 / 003 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01037 / 006 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01038 / 006 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01067 / 01040 / 006 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01042 / 006 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01068 / 01043 / 006 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01067 / 01045 / 006 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01019 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01019 / 01018 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01021 / 01019 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01020 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01010 / 01021 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01020 / 01021 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01021 / 01020 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01020 / 01027 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01033 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01033 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01036 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01037 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01011 / 01038 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01012 / 01036 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01012 / 01037 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01013 / 01036 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01013 / 01037 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01015 / 01036 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01037 / 004 )

[28/05/2016 11:31:49] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01016 / 01038 / 004 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01609 / 01709 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01612 / 01709 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01711 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01709 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01609 / 01712 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01713 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01714 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01715 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01578 / 01695 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01693 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01582 / 01693 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01695 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01701 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01705 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01706 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01580 / 01707 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01582 / 01705 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01582 / 01706 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01707 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01697 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01698 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01688 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01583 / 01689 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01585 / 01686 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01586 / 01686 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01686 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01686 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01688 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01584 / 01689 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01588 / 01688 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01593 / 01691 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01688 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01689 / 006 )

[28/05/2016 11:31:50] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01688 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01689 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01692 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01599 / 01693 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01599 / 01694 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01604 / 01685 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01606 / 01687 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01690 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01693 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01694 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01668 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01668 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01669 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01671 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01669 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01659 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01657 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01596 / 01657 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01660 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01591 / 01661 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01596 / 01662 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01657 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01600 / 01662 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01601 / 01660 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01601 / 01661 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01604 / 01657 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01606 / 01657 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01608 / 01659 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01660 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01661 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01605 / 01662 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01607 / 01662 / 006 )

[28/05/2016 11:31:51] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01658 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01659 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01615 / 01657 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01660 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01660 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01661 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01615 / 01662 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01657 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01658 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01622 / 01657 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01657 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01618 / 01662 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01621 / 01662 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01662 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01617 / 01674 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01621 / 01674 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01675 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01674 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01619 / 01677 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01676 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01676 / 006 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01615 / 01657 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01613 / 01660 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01660 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01614 / 01661 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01657 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01617 / 01659 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01622 / 01657 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01625 / 01657 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01660 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01616 / 01661 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01624 / 01662 / 005 )

[28/05/2016 11:31:52] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01657 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01657 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01657 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01660 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01601 / 01657 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01603 / 01659 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01605 / 01657 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01606 / 01657 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01608 / 01659 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01608 / 01661 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01664 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01590 / 01667 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01593 / 01667 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01667 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01597 / 01667 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01664 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01592 / 01671 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01593 / 01668 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01668 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01595 / 01671 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01597 / 01668 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01598 / 01669 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01626 / 01664 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01627 / 01666 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01627 / 01667 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01629 / 01666 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01632 / 01665 / 005 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01516 / 01795 / 006 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01517 / 01794 / 006 )

[28/05/2016 11:31:53] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01519 / 01794 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01796 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01797 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01516 / 01796 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01800 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01515 / 01801 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01517 / 01803 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01519 / 01800 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01521 / 01794 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01522 / 01798 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01524 / 01796 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01524 / 01797 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01521 / 01803 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01522 / 01803 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01523 / 01801 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01523 / 01802 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01524 / 01801 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01843 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01486 / 01843 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01846 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01847 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01844 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01845 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01487 / 01845 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01851 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01849 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01851 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01484 / 01852 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01485 / 01852 / 006 )

[28/05/2016 11:31:54] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01489 / 01843 / 006 )

[28/05/2016 11:31:55] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01490 / 01846 / 006 )

[28/05/2016 11:31:55] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01491 / 01844 / 006 )

[28/05/2016 11:31:55] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01491 / 01850 / 006 )

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01466 / 01831 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01464 / 01835 / 007 ) (type = 3544, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01466 / 01832 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01470 / 01833 / 007 ) (type = 3535, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01452 / 01836 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01452 / 01837 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01455 / 01837 / 007 ) (type = 3544, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01460 / 01837 / 007 ) (type = 3544, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01457 / 01819 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01457 / 01820 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01463 / 01820 / 007 ) (type = 3544, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01455 / 01826 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01455 / 01827 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01458 / 01824 / 007 ) (type = 3535, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01467 / 01810 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01467 / 01811 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01467 / 01813 / 007 ) (type = 3535, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01469 / 01818 / 007 ) (type = 3535, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01453 / 01800 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01453 / 01801 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01462 / 01801 / 007 ) (type = 3544, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01444 / 01815 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01444 / 01816 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:55] [Warning - IOMapSerialize::loadItems] NULL item at ( 01446 / 01820 / 007 ) (type = 3535, sid = 1, pid = 0)

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01449 / 01847 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01451 / 01851 / 005 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01451 / 01848 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01451 / 01849 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01452 / 01848 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01452 / 01849 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01456 / 01848 / 005 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01456 / 01849 / 005 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01457 / 01848 / 005 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01457 / 01849 / 005 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01455 / 01847 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01458 / 01851 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01465 / 01848 / 006 )

[28/05/2016 11:31:56] [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at position ( 01465 / 01849 / 006 )

[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 00660 / 00841 / 006 ) (type = 5128, sid = 1, pid = 0)

[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 01008 / 01070 / 007 ) (type = 1754, sid = 1, pid = 0)

[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 01008 / 01071 / 007 ) (type = 1755, sid = 1, pid = 0)

[28/05/2016 11:31:56] [Warning - IOMapSerialize::loadItems] NULL item at ( 01013 / 01072 / 007 ) (type = 1249, sid = 1, pid = 0)

[28/05/2016 11:31:56] > Content unserialization time: 25.07 seconds.

[28/05/2016 11:31:56] >> Checking world type... PvP

[28/05/2016 11:31:57] >> Initializing game state modules and registering services...

[28/05/2016 11:31:57] > Global address: 25.10.19.229

[28/05/2016 11:31:57] > Local ports: 7171    7172    

[28/05/2016 11:31:57] >> All modules were loaded, server is starting up...

[28/05/2016 11:31:57] >> PXJ server Online!

 

isso é alguma coisa do mapa, fez alguma alteração nele ou nos items ?

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...