Skip to content
Kerooker edited this page Oct 11, 2017 · 15 revisions

This page explains how to install the forgottenmapeditor module as a "third-party" module with otclient

First you need to obtain an otclient binary if you haven't done so from here: OT Client Repo Read the wiki in there to learn how to compile it.

Second you need git, download it from Git for Windows on Linux, just launch your package manager, for example, in APT based distros:

apt-get install git

And then clone the repo:

git clone https://github.com/asamy/forgottenmapeditor.git

Note This step applies for both windows and linux or even mac os, though, alternatively, you can choose to use GUI for git)

Note This will create a directory for it, there's no need to create one.

Third copy the the otclient binary with it's modules to the forgottenmapeditor folder.

  • forgottenmapeditor/
    • otclient.exe

Fourth copy the following files to data/materials/VERSION (where VERSION is something like 1010):

  • Tibia.dat
  • Tibia.spr

From Tibia and then from your Server:

  • items.otb
  • items.xml
  • monster folder
  • (Optionally) npc's folder(Only XML Files!)

Place the map you want to load wherever you want under /data/materials.

If you want to auto load a specific version on each start up, modify the file:

forgottenmapeditor/modules/mapeditor_startup/startup.lua

Now you can safely run the binary (otclient.exe).

Clone this wiki locally