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

Need help to create a ot!

Chubby Bunny

New Member
Joined
Mar 25, 2018
Messages
63
Reaction score
0
Hi! I have been trying to create a 8.54 or 8.6 ot now for some time but I don't get anywhere... Can someone help with every single step on how to do? I want to make a swevolution ot with the evolutions map! Appreciate all help I can get! Been looking through tutorials but they wont work :/
 
go to cmd and type
Code:
cd "your directory here"
then type theforgottenserver.exe
this will make it run inside of cmd so it doesn't close the console

also, what server version are you using?
 
U can use tfs 1.2 downgraded to tibia 8.6 , or 0.4
go to cmd and type
Code:
cd "your directory here"
then type theforgottenserver.exe
this will make it run inside of cmd so it doesn't close the console

also, what server version are you using?
thank you guys, i got it to work finally but now i cant login due to "Temple position is wrong" any ideas how to change the map or get this to work?
 
thank you guys, i got it to work finally but now i cant login due to "Temple position is wrong" any ideas how to change the map or get this to work?
Login to the database using phpmyadmin and change the position of your character, best way would be to set posx, posy, posz to 0 and just set the townid to the correct one for the city (Check your map editor if you don't know the townid).
If you are using GesiorAAC you need to change the sample characters to use the correct temple position.

If you are using ZnoteAAC, change the position in config.php.
 
Login to the database using phpmyadmin and change the position of your character, best way would be to set posx, posy, posz to 0 and just set the townid to the correct one for the city (Check your map editor if you don't know the townid).
If you are using GesiorAAC you need to change the sample characters to use the correct temple position.

If you are using ZnoteAAC, change the position in config.php.
Is there an easy way just to change the map? i have downloaded the map i would like to use on my server
 
Is there an easy way just to change the map? i have downloaded the map i would like to use on my server
Just replace all the files in world forlder, then in config.lua edit the mapname.

Using an TFS 1.X example:
Code:
mapName = "forgotten"
Change "forgotten" or whatever its named on your server to the name of the new files you placed in the folder.

For example: newmap.otbm
Should be written like this in config.lua
Code:
mapName = "newmap"
 
Login to the database using phpmyadmin and change the position of your character, best way would be to set posx, posy, posz to 0 and just set the townid to the correct one for the city (Check your map editor if you don't know the townid).
If you are using GesiorAAC you need to change the sample characters to use the correct temple position.

If you are using ZnoteAAC, change the position in config.php.
I can login now, and i have created an account via the account manager ingame, but i cant create a character :s any ideas?
 
Just replace all the files in world forlder, then in config.lua edit the mapname.

Using an TFS 1.X example:
Code:
mapName = "forgotten"
Change "forgotten" or whatever its named on your server to the name of the new files you placed in the folder.

For example: newmap.otbm
Should be written like this in config.lua
Code:
mapName = "newmap"
I am using these files to run the server with [8.60] Pheonixia
can i use [8.54] Evolutions - Clean Map this map on them even though the server is 8.6 and the map is 8.54? or do i need 8.6 map?
 
Just replace all the files in world forlder, then in config.lua edit the mapname.

Using an TFS 1.X example:
Code:
mapName = "forgotten"
Change "forgotten" or whatever its named on your server to the name of the new files you placed in the folder.

For example: newmap.otbm
Should be written like this in config.lua
Code:
mapName = "newmap"
I really appreciate your help btw! But this pops up now when i try to run the server FATAL: OTBM Loader - Could not open the file data/world/Evolution.otbm.
 
Just replace all the files in world forlder, then in config.lua edit the mapname.

Using an TFS 1.X example:
Code:
mapName = "forgotten"
Change "forgotten" or whatever its named on your server to the name of the new files you placed in the folder.

For example: newmap.otbm
Should be written like this in config.lua
Code:
mapName = "newmap"
[8.60] Classic Unedited Evolutions Map tried with this aswell, same error
 
Back
Top