# \[Windows] Remere's Map Editor - Opening Canary / OTServBR-Global Map

## Tutorial explaining how to open Canary or OTServBR-Global client id map with Remere's Map Editor.

{% hint style="warning" %}

### For Remere's Map Editor to work correctly you must have user and folder without accents and special characters.

{% endhint %}

## **1 - Downloads Required:**

**• Microsoft Visual C++ Redistributable 2017-2026:** ([32-bit download](https://aka.ms/vc14/vc_redist.x86.exe), [64-bit download](https://aka.ms/vc14/vc_redist.x64.exe))

**• Remere's Map Editor:** • [Download](https://docs.opentibiabr.com/opentibiabr/downloads/tools/editors#remeres-map-editor)

**• Client 15:** • [Download](https://github.com/dudantas/tibia-client/releases/latest)

## **2 - Remere's Map Editor and Client 15:**

• Download and extract Remere's Map Editor into a folder.

• Download and extract the Client 15 into a folder.

## **3 - Opening the RME:**

• When opening the RME, it will ask the directory of version 15, just indicate the folder where the Client 15 was extracted. Your client folder should be like this:

<div align="left"><figure><img src="https://1381914140-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzV9t92sKcMkphxwdvwZs%2Fuploads%2FIzWJPLY4XQ9CGcUyCd9J%2Fclient.png?alt=media&#x26;token=ad92ea1f-35fa-4789-b825-b4b748ad50a4" alt=""><figcaption></figcaption></figure></div>

• How to check client path:\
• File → Preferences:

<div align="left"><figure><img src="https://1381914140-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzV9t92sKcMkphxwdvwZs%2Fuploads%2FXTGywtex2TR1Y7skY2FP%2FRME1.png?alt=media&#x26;token=619f0a2a-0278-47a6-8f56-81f250184d85" alt=""><figcaption></figcaption></figure></div>

• Preferences → Client Folder:

<div align="left"><figure><img src="https://1381914140-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzV9t92sKcMkphxwdvwZs%2Fuploads%2Fb4L0fGLCVadxSEqbUwUO%2FRME2.png?alt=media&#x26;token=1c8bc858-25e9-42e7-8cb9-93679502036b" alt=""><figcaption></figcaption></figure></div>

## **4 - Opening the Map:**

### **4.1 - Canary:**

* Go to option File → Open map and open the file canary.otbm.
* RME will open the map with the houses and respawns.
* If the map does not open, go to File → Import → Import Map.

### **4.2 - OTServBR-Global:**

* Go to option File → Open map and open the file otservbr.otbm.
* RME will open the map with the houses and respawns.
* If the map does not open, go to File → Import → Import Map.
* The map starts at coordinates x: 31912, y: 31021, z: 7.

## **5 -** Frequently Asked Questions

1 - In the temple of Thais, there are 2 teleports that are not on the original map, what to do?\
**Answer:** the teleports are loaded by the server on the custom map called **otservbr-custom.otbm,** this map is in **data-otservbr-global/world/custom** folder.

```
-- Custom Map
-- NOTE: toggleMapCustom set to true will load all maps in custom map folder
toggleMapCustom = true
```

**2 -** How to add NPCs and monsters to RME? \
**Answer:** Edit the files in data/creatures/monsters.xml and data/creatures/npcs.xml\
• You can find the files in <https://github.com/opentibiabr/remeres-map-editor/tree/main/data/creatures>

**3 -** How can i convert my own map to client id?\
**Answer:** Download the tool to convert the map:\
<https://docs.opentibiabr.com/opentibiabr/downloads/tools/editors#convert-map-to-client-id>\
• **Before converting your map to client id, for your security make a backup!**\
• Open your server id map;\
• Convert to client id;\
• Close the converter.

**4 -** How can i solve this errors when i open my map?\
![](https://content.gitbook.com/content/zV9t92sKcMkphxwdvwZs/blobs/JrwWNpJ1NNhnmoFHbJ13/rootheaders.png)\
**Answer:** if you converted your own map to client id, you need to save one time to create the rootheaders (monsters and npcs) because in this RME the spawn is separated (monsters and npcs) and to fix your spawns you can see how the xml (monster.xml and npc.xml) are in the world folder of canary map.\
Your monster.xml should be like in this example:

```
<?xml version="1.0"?>
<monsters>
    <monster centerx="32383" centery="31998" centerz="8" radius="1">
        <monster name="Troll" x="1" y="1" z="8" spawntime="90" />
    </monster>
</monsters>
```

Your npc.xml should be like in this example:

```
<?xml version="1.0"?>
<npcs>
    <npc centerx="32104" centery="32190" centerz="6" radius="1">
        <npc name="The Oracle" x="0" y="0" z="6" spawntime="60" />
    </npc>
</npcs>
```

## **6 - Credits**

**Majesty (RME Tutorial)**

**hampusborgos and contributors (Original RME)**

**OpenTibiaBR and contributors (**[**https://github.com/opentibiabr/remeres-map-editor/graphs/contributors**](https://github.com/opentibiabr/remeres-map-editor/graphs/contributors)**)**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opentibiabr.com/opentibiabr/projects/canary/tutorials/mapping/windows-remeres-map-editor-opening-canary-otservbr-global-map.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
