Ir para conteúdo
  • Cadastre-se

Normal INCLUIR TIBIA 7.92 EM MAP REMERES EDITOR


Posts Recomendados

Olá, não sei se estou postando no local correto, caso não esteja peço desculpas de ante-mão,

pois bem, eu gostaria de usar o Remeres mapa editor para trabalhar no meu mapa 7.92, entretanto ele não o reconhece, sendo que reconhece versões anteriores como 7.4 e 7.6.

<client_config>
    <!--
        This file should only be edited by OT mainters.
        If you don't know what you're doing, changing anything
        in this file

        ** CAN BREAK ANY MAP YOU OPEN PERMANENTLY. **

    -->

    <otbs>
        <!--
            Just list all OTB versions here 
            This is only used as a mapping for parsing the versions later on
        -->
        <otb client="7.40" version="1" id="1"/>
        <otb client="7.50" version="1" id="1"/>
        <otb client="7.55" version="1" id="2"/>
        <otb client="7.60" version="1" id="3"/>
        <otb client="7.70" version="1" id="3"/>
        <otb client="7.80" version="1" id="4"/>
        <otb client="7.90" version="1" id="5"/>
        <otb client="7.92" version="1" id="6"/>
        <otb client="8.00" version="2" id="7"/>
        <otb client="8.10" version="2" id="8"/>
        <otb client="8.11" version="2" id="9"/>
        <otb client="8.20" version="3" id="10"/>
        <otb client="8.30" version="3" id="11"/>
        <otb client="8.40" version="3" id="12"/>
        <otb client="8.41" version="3" id="13"/>
        <otb client="8.42" version="3" id="14"/>
        <otb client="8.50" version="3" id="15"/>
        <otb client="8.54 (bad)" version="3" id="16"/>
        <otb client="8.54" version="3" id="17"/>
        <otb client="8.55" version="3" id="18"/>
        <otb client="8.60 (old)" version="3" id="19"/>
        <otb client="8.60" version="3" id="20"/>
        <otb client="8.61" version="3" id="21"/>
        <otb client="8.62" version="3" id="22"/>
        <otb client="8.70" version="3" id="23"/>
        <otb client="8.71" version="3" id="24"/>
        <otb client="8.72" version="3" id="25"/>
        <otb client="8.73" version="3" id="26"/>
        <otb client="8.74" version="3" id="26"/>
        <otb client="9.00" version="3" id="27"/>
        <otb client="9.10" version="3" id="28"/>
        <otb client="9.20" version="3" id="29"/>
        <!-- No 9.30 OTB -->
        <otb client="9.40" version="3" id="30"/>
        <otb client="9.44" version="3" id="31"/>
        <otb client="9.44.v2" version="3" id="32"/>
        <otb client="9.44.v3" version="3" id="33"/>
        <otb client="9.44.v4" version="3" id="34"/>
        <otb client="9.46" version="3" id="35"/>
        <otb client="9.50" version="3" id="36"/>
        <otb client="9.52" version="3" id="37"/>
        <otb client="9.53" version="3" id="38"/>
        <otb client="9.54" version="3" id="39"/>
        <otb client="9.60" version="3" id="40"/>
    </otbs>

    <clients>
        <!--
            List all client versions here
            
            name is the name that's displayed in the UI for this version.
            
            otb is what otb file it uses (see above). More than one client
            using the same otb version WILL NOT WORK

            Tag the ones that can be selected in the UI with visible

            Tag the ONE that is the default when the editor opens up on the
            first time with default="true"

            otbm - There can be multiple otbm subtags, list what map version
            that client version uses. If multiple, set one as default="true"
            and the editor will use that one as the default for new maps.
            Otherwise the first one will be preferred.

            extensions - Tag with range of extensions that version should load.
            If you set it for to=8.20 for example, all made extension for 8.20
            and later will be loaded

            data - The .dat / .spr id (first four bytes). Used to recognize
            the client data files. The datversion / sprversion is what version
            of the loader the editor should use (ie. last time data format
            changed)

         -->

        <client name="7.4" otb="7.40" visible="true" data_directory="740">
            <otbm version="1"/>
            <extensions from="7.4" to="7.4"/>
            <data datversion="7.4" sprversion="7.0" dat="0x41BF619C" spr="0x41B9EA86"/>
        </client>

        <client name="7.6" otb="7.60" visible="true" data_directory="760">
            <otbm version="1"/>
            <extensions from="7.6" to="7.6"/>
            <data datversion="7.6" sprversion="7.0" dat="0x439D5A33" spr="0x439852BE"/>
        </client>
		
        <client name="8.00" otb="8.00" visible="true" data_directory="800">
            <otbm version="2"/>
            <extensions from="8.00" to="8.00"/>
            <data datversion="7.8" sprversion="7.0" dat="0x467FD7E6" spr="0x467F9E74"/>
        </client>

        <client name="8.10" otb="8.10" visible="true" data_directory="810">
            <otbm version="2"/>
            <extensions from="8.10" to="8.10"/>
            <data datversion="7.8" sprversion="7.0" dat="0x475D3747" spr="0x475D0B01"/>
            <data datversion="7.8" sprversion="7.0" dat="0x47F60E37" spr="0x47EBB9B2"/>
        </client>

        <client name="8.20 - 8.31" otb="8.20" visible="true" data_directory="820">
            <otbm version="2"/>
            <extensions from="8.20 - 8.31"/>
            <fucked_up_charges/> <!-- Special tag, only for this version -->

            <data datversion="7.8" sprversion="7.0" dat="0x486905AA" spr="0x4868ECC9"/>
            <data datversion="7.8" sprversion="7.0" dat="0x486CCA2B" spr="0x4868ECC9"/>
            <data datversion="7.8" sprversion="7.0" dat="0x489980A1" spr="0x489980A5"/>
            <data datversion="7.8" sprversion="7.0" dat="0x48DA1FB6" spr="0x48C8E712"/>
        </client>

		
		
		
		
        <client name="8.40" otb="8.40" visible="true" data_directory="840">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="7.8" sprversion="7.0" dat="0x493D607A" spr="0x493D4E7C"/>
            <data datversion="7.8" sprversion="7.0" dat="0x49B7CC19" spr="0x49B140EA"/>
            <data datversion="7.8" sprversion="7.0" dat="0x49C233C9" spr="0x49B140EA"/>
        </client>

        <client name="8.50" otb="8.50" visible="true" data_directory="850">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="7.8" sprversion="7.0" dat="0x4A49C5EB" spr="0x4A44FD4E"/>
            <data datversion="7.8" sprversion="7.0" dat="0x4A4CC0DC" spr="0x4A44FD4E"/>
            <data datversion="7.8" sprversion="7.0" dat="0x4AE97492" spr="0x4A44FD4E"/>
        </client>

        <client name="8.54 (bad)" otb="8.54 (bad)" visible="false" data_directory="854">
            <otbm version="3"/>
            <data datversion="7.8" sprversion="7.0" dat="0x4B1E2CAA" spr="0x4B1E2C87"/>
            <data datversion="7.8" sprversion="7.0" dat="0x4B28B89E" spr="0x4B1E2C87"/>
        </client>

        <client name="8.54" otb="8.54" visible="true" data_directory="854">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="7.8" sprversion="7.0" dat="0x4B1E2CAA" spr="0x4B1E2C87"/>
            <data datversion="7.8" sprversion="7.0" dat="0x4B28B89E" spr="0x4B1E2C87"/>
        </client>

        <client name="8.60 (old)" otb="8.60 (old)" visible="false" data_directory="860">
            <otbm version="3"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4C2C7993" spr="0x4C220594"/>
        </client>

        <client name="8.60" otb="8.60" visible="true" data_directory="860">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4C2C7993" spr="0x4C220594"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4C6A4CBC" spr="0x4C63F145"/>
        </client>

        <client name="8.70" otb="8.70" visible="true" data_directory="870">
            <otbm version="3"/>
            <!-- Experimental
            <otbm version="4"/>
            -->
            <extensions from="8.20 - 8.31"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4CFE22C5" spr="0x4CFD078A"/>
        </client>

        <client name="9.10" otb="9.10" visible="true" data_directory="910">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4E12DAFF" spr="0x4E12DB27"/>
        </client>

        <client name="9.20 - 9.31" otb="9.20" visible="true" data_directory="920">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4E807C08" spr="0x4E807C23"/>
        </client>

        <client name="9.46" otb="9.46" visible="true" data_directory="946">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4F6B341F" spr="0x4F5DCEF7"/>
        </client>

        <client name="9.54" otb="9.54" visible="true" data_directory="954">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="8.6" sprversion="7.0" dat="0x4FD5956B" spr="0x4FD595B7"/>
        </client>

        <client name="9.60" default="true" visible="true" otb="9.60" data_directory="960">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="9.6" sprversion="9.6" dat="0x4FFA74CC" spr="0x4FFA74F9"/>
        </client>
    </clients>

    <conversions>
        <!-- Used by the editor to figure out when to run conversions -->
        <convert after="760" using="760to740"/>
        <convert before="810" using="800to810"/>
        <convert at="854" using="854badto854"/>
    </conversions>

</client_config>

Desde já agradeço pela colaboração.

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Conteúdo Similar

    • Por Jaurez
      .
    • Por Cat
      Em alguns casos, o tibia 8.60 comum não abre de jeito nenhum no map editor, mesmo desmarcando check file signatures e configurando o path corretamente.
       
      Este é o client 8.60 adaptado para o Remere's Map Editor. Resolvi postar já que ele foi removido do site oficial do RME. (ficou apenas a versão para linux lá)
      Se estiver tendo problemas para abrir a versão 8.60, tente utilizar este.
                                                                                                                     
      Baixar o Tibia Client 8.60 que funciona no Remere’s Map Editor
      Essa versão do Tibia 8.60 client resolve o erro unsupported client version ou Could not locate tibia.dat and/or tibia.spr, please navigate to your tibia 8.60 installation folder.
       
      Downloads
      https://tibiaking.com/applications/core/interface/file/attachment.php?id=47333

      Scan: https://www.virustotal.com/gui/file/333e172ac49ba2028db9eb5889994509e7d2de28ebccfa428c04e86defbe15cc
       
    • Por danilo belato
      Fala Galera To Com um problema aki 
       
      quero exporta umas sprites de um server para colocar em outro 
       
      eu clico na sprites ai aparece tds a forma delas do lado de la >>
       
      ai eu clico nela e ponho a opiçao de export mais quando salvo a sprite ela n abri 
       
      aparece isso quando tento vê-la 
       
      visualização não disponível ( no formatos png e bitmap)
       
      Agora no formato idc fala que o paint n pode ler 
       
      me ajudem ae...
    • Por Vitor Bicaleto
      Galera to com o script do addon doll aqui, quando eu digito apenas "!addon" ele aparece assim: Digite novamente, algo está errado!"
      quando digito por exemplo: "!addon citizen" ele não funciona e não da nenhum erro
       
      mesma coisa acontece com o mount doll.. 
    • Por Ayron5
      Substitui uma stone no serve, deu tudo certo fora  esse  erro ajudem  Valendo  Rep+  Grato  

      Erro: data/actions/scripts/boost.lua:557: table index is nil
       [Warning - Event::loadScript] Cannot load script (data/actions/scripts/boost.lua)

      Script:
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo