• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

The Forgotten Server for Tibia 9.54

D_Evans89

Member
Joined
Dec 3, 2014
Messages
175
Reaction score
12
I downloaded the distro about 3 hours ago and I need some help! ( this is the thread I used for download: http://otland.net/threads/9-60-9-61-the-forgotten-server-v0-2-14-mystic-spirit.166619/ )

I made a server and hosted it about 6 years ago but alots changed since then..

Ok so I guess the easiest way to do this is to just list the questions.


(1) What skill numbers refer to what skills?



(2) I remember when I was hosting there was a folder where it had listed all the accounts that were made. including username, password, vocation, sex, and other character info. Does this distro not have it or am I blind?

(3) When I start up my server and make a character to be the GM how do I give him the authority. I remember back in the day, I would have gone into his character folder and changed something. But it seems impossible without the character folder.

(4) If there is anything else I should be asking feel free to post in reply.
 
You can use SQLite or MySQL as database for accounts, players etc.

Tutorial for MySQL and more
http://otland.net/threads/video-tut...ing-ot-server-website-and-shop-system.166818/

SQLite tutorial
http://otland.net/threads/sqlite-accessing-and-modifying-the-database.189738/

SQLite is more easy since you don't have to setup anything and useful if you just want to test things or have a small amount of players, else it's better to use MySQL.
To make your character god set group_id in players to 3, type in accounts to 5.

What do you mean by the first question? I can't see the picture.
 
This is how fast they gain skills, 1.1 is most fast and how higher the number how slower it goes. It's not recommended to change it unless you want to change the difference between vocations.
For example letting a knight gain faster ml but the rest still the same.
If you want to change the rates, change it in config.lua.
 
ok but what does each skill id represent? what skill id is ml? what skill id is sword? what skill id is distance? ect..

also does it matter which version of uniserver I download? because I downloaded the UniServer Zero XI
 
Last edited by a moderator:
The manamultiplier is for magiclevel.

Skill IDs
Code:
SKILL_FIST = 0
SKILL_CLUB = 1
SKILL_SWORD = 2
SKILL_AXE = 3
SKILL_DISTANCE = 4
SKILL_SHIELD = 5
SKILL_FISHING = 6

You can find these kind of things in data/global.lua.

It does not matter which version of uniform server you download, you can use the latest one but also an older version.
 
" Loading database driver...Failed to connect to database. MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061)
[03/12/2014 17:58:03] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SQLite which doesn't require any connection."

I was following the video, what did I do wrong? do I need to change the ip in config.lua (connection config) and if so to what do I change it to?
 
for some reason or another it wont let me log onto it to test anything out. it doesn't say anything it just wont load? im using otland ip changer and have phpmyadmin running, im using correct client version and im using ip 127.0.0.1.

The server is up and running right now for me to test but tibia wont connect to it
 
Back
Top