• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OpenTibia Remere's Map Editor 10.78

God Aremst

Kruger Developers
Joined
Mar 14, 2014
Messages
54
Reaction score
33
Location
mexico/rio bravo tamaulipas
/////*Please one moderator please attach this information to my thread and delete the first content*\\\\\
Remere's Map Editor 10.78 Content and support

[*] Use Tibia.dat original tibia.spr
[*] Version 7.4 to 10.78 Support
[*] Remere's Map Editor 10.78 + Live
[*] Official items.otb
[*] Is will be constantly updating items.xml

Requisites:

Microsoft Visual C++ 2010
[*]Windows 32Bits: http://www.microsoft.com/es-mx/download/details.aspx?id=5555
[*]Windows 64Bits: http://www.microsoft.com/es-mx/download/details.aspx?id=14632

Microsoft Visual C++ 2011/12
[*]Windows 32/64Bits: http://www.microsoft.com/es-mx/download/details.aspx?id=30679

Microsoft Visual C++ 2013
[*]Windows 32/64Bits: http://www.microsoft.com/en-us/download/details.aspx?id=40784

Note:

For all those that use maps Rl prior to making any changes to item.OTB and items.xml of this map editor i recommend first repair your map, because the maps hanging in various forums will bring more problems if used different types of editors..

It is recommended that you wait for official OTBM version or in its case repair the error using RME 10.78..

A test of future headaches for users...

Items.otb Old Version 10.76
wioyt1.png


Rme Items.Otb Oficiales 10.78
2ln8oer.png


Download Links:

Remere-s-Map-Editor-10.78:
https://github.com/ricker75/Remere-s-Map-Editor-10.78

Source Code:
https://github.com/hjnilsson/rme/

Creditos:
hjnilsson Sources De RME
Kruger Developers items.otb + actualizacion de Rme
Hebser Tester
 
Last edited by a moderator:
I reported your post so they can move it to the orginal post. Next time report.
 
thanks alot
but, How I can compile in linux ubuntu?

To Linux
Assuming that you have all required tools to compile (gcc, cmake, boost, mesa, wxWidgets, libarchive) clone the project, open you terminal and do the following commands:

Code:
-------*Clone the project*------
git clone [email protected]:krugerdevelopers/RME.git

---*Go to RME Folder*---
cd RME

# Preparing to build
mkdir build && cd build
cmake ..

------* Building*-----
make -j `nproc`

---*Running and enjoy*-----
./RME
 
To Linux
Assuming that you have all required tools to compile (gcc, cmake, boost, mesa, wxWidgets, libarchive) clone the project, open you terminal and do the following commands:

Code:
-------*Clone the project*------
git clone [email protected]:krugerdevelopers/RME.git

---*Go to RME Folder*---
cd RME

# Preparing to build
mkdir build && cd build
cmake ..

------* Building*-----
make -j `nproc`

---*Running and enjoy*-----
./RME
when I use the git clone
my terminal return this
Code:
The authenticity of host 'github.com (192.30.252.131)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.252.131' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
 
when I use the git clone
my terminal return this
Code:
The authenticity of host 'github.com (192.30.252.131)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.252.131' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Code:
git clone https://github.com/krugerdevelopers/RME.git
 
thanks for the correct command, but when I try compile I have alot of warnings and errors, can be about the all things that I need have to compile this...
you can post all commands to get all the things needed to compile correctly?
 
thanks for the correct command, but when I try compile I have alot of warnings and errors, can be about the all things that I need have to compile this...
you can post all commands to get all the things needed to compile correctly?

@silveralol

srry try again and use these commands.

Libs:
Code:
sudo apt-get install git libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-dev libarchive-dev

Go to RME Folder:
Code:
cd RME

Preparing to build:
Code:
mkdir build && cd build
cmake ..

Building:
Code:
make -j `nproc`

Running and enjoy:
Code:
./rme

Tested in ubuntu 15.04
rVZslww.png


JfeNWcn.png
 
this errors is not influent in the editor after compiling?
not will bug anything?
 
Why it cant save the map in 10.78? I change properties but after closing a map and opening again its 10.77...
 
use 10.76 version, it's stable and the only difference between this and 10.78 are looktypes
just saying
 
Ye, I changed tool to rme 3.0 with 10.77 support.. more stable and 0 problems.
 
a question, can i put this items.otb into a 9.83 ot server? if i can, how do i fix the conflicts between ids? editing my dat and spr too right? and i would need to add all the sprites too right?
 
a question, can i put this items.otb into a 9.83 ot server? if i can, how do i fix the conflicts between ids? editing my dat and spr too right? and i would need to add all the sprites too right?
put otb file from server TO rme and you will see server ids in mapeditor
copy items.xml also - it contains names of items
 
put otb file from server TO rme and you will see server ids in mapeditor
copy items.xml also - it contains names of items
yeah i know that, but my server is 9.83, i want these 10.78 items.otb
 
Back
Top