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

Canary Help with RME

RakTheGoose

New Member
Joined
Jun 9, 2025
Messages
3
Reaction score
0
GitHub
GooseWithAKnife
Hi there,

I have looked through multiple threads, links and githubs for a solution to this, but it seems like i have a setup that's unique.

Client: cipsoft 13.40.93b0a1
Server: Canary 3.2.1 (otservbr)
MyAAC 1.5
Windows


I have tried every combo of map editor, but they either do not work, or show a completely blank map except a small building.

And none of the map editors seem to be able to load the npc file that's in Canary 3.2.1 (otservbr) because it's expecting .xml when Canary uses .lua files. and the data-otservbr-global/world/otservbr-npc.xml isnt loading either.

Please help.
 
You need to set in rme, file > properties > client version,
location of the unpacked client 11.

Rme for canary:
or

Sprites for canary:
1749697676997.webp
This is pointing to my 13.40 cipsoft client.

1749697704748.webp
when loading canary/data-otservbr-global/world/otservbr.otbm

1749697755553.webp
after the world is done loading.

1749697781330.webp
the only npc.xml that exists in Canary 3.21

1749697804320.webp
when trying to load said file.
Post automatically merged:

1749697879559.webp
completely blank map.
Post automatically merged:

You need to set in rme, file > properties > client version,
location of the unpacked client 11.

Rme for canary:
or

Sprites for canary:
also there's no "Remeres Map Editor 13.x" on that page.

1749698043505.webp
which points to https://docs.opentibiabr.com/opentibiabr/downloads/tools/editors#remeres-map-editor
Post automatically merged:

1749698515125.webp
the error when trying the map editor Client Folder is pointed at client-11 file you linked to.
 
Last edited:
Make first:
Set catalog-content.json as read only.

Edit 13.05.2025: uncheck catalog-content.json in the client game, as read only,
and if there is, a eventsschedule.json file,
then set cache/eventsschedule.json to read only



How to change to read only:
Right click on the file, > properties, and check read only, and click ok.


Blank map:
Sometimes rme loading maps, in the empty places.
In rme, click edit > find everything.
From the search results,
click anything, and this teleport you, to the item, on the map


Npcs:
Tutorial, how to add,
 
Last edited:
Make first:
Set catalog-content.json as read only.

How to change to read only:
Right click on the file, > properties, and check read only, and click ok.


Blank map:
Sometimes rme loading maps, in the empty places.
In rme, click edit > find everything.
From the search results,
click anything, and this teleport you, to this item.


Npcs:
I don't no, if i will help here.
From other method than canary, is to select all npcs files, like norma.xml, Lily.xml etc
By ctrl+a, this select all npc xml files.
Client 13.40 has /assets/catalog-content.json, Client 11 does not.

also for NPCs... Canary doesnt have any XML for NPCs... its all LUA. Canary 3.21 is not TFS


Edit -> Find on Map -> Find Everything seems to have worked. thank you.

Now my question is, if Canary only has LUA for npcs... how can i add my NPCs to the map?

Edit: Saving the map with RME 4.0 seems to have corrupted it. Looking into the original otbm in a hex editor seems to have mentioned RME 3.8, which conveniently is called 13x

Which can be found here: https://github.com/opentibiabr/reme...nload/v3.8/remeres-map-editor-13x-windows.zip

Seems to have worked, here's how it's done for anyone else who stumbles upon this thread.

  1. Get the editor above, 13x which is RME 3.8
  2. Point RME to your 13.40 cipsoft game files
  3. It will complain about missing Sprites, point that to your Client11-sprites folder
  4. Click "NO" on the NPC popup. (no idea how to get NPCs to load so far, will update when i find out)
  5. Open your Canary's data-otservbr-global/world/otservbr.otbm file
  6. Go to Edit -> Find on Map -> Find Everything and click on one of the assets on the left.
  7. Done :)
 
Last edited:
Last edited:
Back
Top