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

Hello people. Can't start the server.

Gubailovo

Well-Known Member
Joined
Dec 19, 2013
Messages
412
Solutions
2
Reaction score
71
writes such error




in MYSQL I'm not strong
a link to the server http://www.uploaddiamond.nl/uploads/6556/download.php


can't import a map to another server
writes such error

help? Write a personal message.
for earlier thanks

this server is translated to my native language. 12 classes of occupations. fishing, given luck, time is needed to hook in the fish. the crafting system is very well developed, from the extraction of ordinary stones and felling trees to create armor weapons and items of interior. new exclusive mobs. huge map . quests. football .arena. system of increase of skill for money . lifedrain, mandrain. and a lot of everything. for me it is very important to run this server.

on the server changed almost all of the normal tibia . left only interface.

efd417a15c74.gif
12a728a03892.gif
4d8344ea3aa3.gif
15c2b32e7f2c.gif
327c1ec21b4a.gif
c68f8f35d2ae.gif
83a868b13a11.gif
e1b8ab0df352.gif
7b0d81d80617.gif
6823e98ea1b0.gif


4d2c441503f3.gif
51fb59c272ca.gif
7d06c2a74f85.gif
3a2529a31ae1.gif
0c2987fb2e36.gif
b0e4d31198b7.gif



guys if anyone have something happen , please unsubscribe to the PM
 
Last edited by a moderator:
what can there be wrong?
Code:
-- datadir
datadir = "data/"

-- map
-- sets what map to load, if sql, determines the sql map
map = "data/world/map.otbm"
mapstore = "data/world/map-mapstore.xml"
housestore = "data/world/map-housestore.xml"
houserentperiod = "monthly"

-- sets what map to load
-- map =

-- OTBM for binary, SQL for SQL map, XML for OTX maps
mapkind = "OTBM"

-- SQL for acc/player info from SQL, XML for acc/player info from XML
sourcedata = "XML"

-- bans
banIdentifier = "data/bans.xml"

-- the message the player gets when he logs in
loginmsg = "Welcome to Darkonia RPG."

-- Tips
Mess_1 = "Любую информацию по игре можно найти в нашей библиотеке: http://www.chronicles.darkoniarpg.ru/"
Mess_2 = "Последнее обновление от 27 ноября 2006 года, о нем можно прочитать в новостях : http://darkoniarpg.ru/home.php?page=news"
Mess_3 = "Последний багфикс от 13.11.2006 о нем можно прочитать в новостях : http://darkoniarpg.ru/phpbb/viewtopic.php?t=1095"

-- the port otserv listens on
port = "7171"

-- name of our server
servername = "Darkonia RPG"

-- name of the owner of our server
ownername = "Gubailovo"

-- email of the owner of our server
owneremail = "[email protected]"

-- the url for more server info
url = "http://darkoniarpg.ru/"

-- the location of the server
location = "Russia"

-- the ip the server should redirect too
ip = "192.168.0.100"

-- The messagebox you sometimes get before you choose characters
motd = "Welcome to the Darkonia RPG!"
motdnum="0"

-- use md5 passwords for accounts, yes/no
md5passwords = "no"

-- world type. options: pvp, no-pvp, pvp-enforced
worldtype = "pvp"

-- max number of players allowed
maxplayers = "500"

-- exhausted time in ms (1000 = 1sec)
exhausted = 1000

-- exhaustion time for healing spells (1000 = 1sec)
exhaustedheal = 1000

-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1sec)
exhaustedadd = 500

-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1sec)
pzlocked = 60*1000

-- allow multiple logins of the same char
allowclones = 0

-- vocation names
vocations = {"маг", "друид", "рейнджер", "рыцарь", "лич", "мастер заклинаний", "оборотень", "жрец", "жулик", "меткий стрелок", "вампир", "паладин"}
promoted_vocations = {"мастер магии", "старший друид", "королевский рейнджер", "элитный рыцарь", "повелитель мертвых", "мастер рун", "меняющийся", "верховный жрец", "вор", "снайпер", "носферату", "чемпион"}

--- SQL part
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db   = ""


--- SQL MAP part
sqlmap = "test_map"
map_host = "localhost"
map_user = "root"
map_pass = ""
map_db   = ""

---------------------------- Save configuration ------------------------------
-- how often do server saves it's state complete (0 = off, 5 = 5min, 60 = hour)
serversave = 40
 
Back
Top