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

Windows Starting from the beggining Tibia serwer 8.60

bastek1313

New Member
Joined
Feb 19, 2016
Messages
1
Reaction score
0
Hello otlanders,

recently i've decided to start working on the tibia serwer but i need your help.

What distrubution should i use?

1 -


The Forgotten Server 1.2

2 -


The Forgotten Server 0.4

3 -


The Forgotten Server 0.3.6 (Crying Damson) V8




Thanks for your help!
 
Last edited:
I recommend to take a look at the specifications of each serwer; the 3 are good distros
In my opinion, 0.4. I'm working in that distro some years ago and I never had problems.
 
I'm not good into this stuff, but as I heard of:

Right now I would recommend you to choose TFS 0.4 if you don't want to face any errors (unless you change something to make them happen), but it's very obvious that the most current ones are MOST recommended ones, for example TFS 1.2, but it is not highly recommended due to downgrading and it includes a few bugs, you probably might not be able to solve them. However, it's your decision after all. If you want good features, I'd go for TFS 1.2.
 
The Forgotten Server 1.2

The best imo as It's still on development, that means that you can request fixes (not special features) and they will be solved within hours. Also It has the most clean and optimized code, with lots of new features included in the source code such as: onChangeOutfit, onAreaCombat, onTargetCombat and they might be useful when creating a custom server with events and all that stuff. Something that will make your life easier using TFS 1.x is that you are able to use metamethod (http://pastebin.com/nws8xHmK) that will make your code clean and easy to understand, for example instead of saying:
Code:
doPlayerAddItem(cid, 2160, 100)
you can easily declare it as:
Code:
player:addItem(2160, 100)
You can pick up this source code as base to start your server from the scratch.
https://otland.net/threads/8-60-the-forgotten-server-1-2.236489/

Good luck, if you ever have issues you can post them in the Support Board.
 
Back
Top