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

Cant Start my Serv

Dani

New Member
Joined
Sep 1, 2008
Messages
40
Reaction score
0
This is what like happens when i run my otserv.


-----------------------------------------------------
:: Initializing the random mumbers...[done]
:: Loarding lua script cigfig.lua... warning: [CigfigManager] Md5password is dep recated. Use passwordtype instead.

This application has requsted the Runtime to terminate it in an ususaul way.
Please contact the application's support team for more infermation.
-----------------------------------------------------
This is what my otserv seys before i start it... then my own computer need to shut down program or bla bla bla..


What is wrong with my otserver?
 
I do believe the config you are using for the server has the option "md5password=yes/no", which is depricated (old), so it suggests that you use "passwordtype=plain/md5/sha1" instead.

So my guess would be to open the config.lua, find the "md5password" thing and replace it with "passwordtype", and ofcourse add the proper value after it; "plain", "md5" or "sha1" depending on what you want to use.
 
when i changed this... it went BOOM AGEIN.
THIS IS MY CONFIG
---------------------------------------------------------------------------
-------- config.lua --------
-- Config file for OTServ --
----------------------------

-- data directory location
datadir = "data/"

-- map location
map = "data/world/thais.otx"

-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "XML"

-- map store location (for XML only)
mapstore = "data/world/thais-mapstore.xml"

-- house store location (for XML only)
housestore = "data/world/thais-housestore.xml"

-- bans storage (for XML only)
banIdentifier = "data/bans.xml"

-- server name
servername = "Eat His legs"

-- server location
location = "SWEDEN"

-- server ip (the ip that server listens on)
ip = "127.0.0.1"

-- server port (the port that server listens on)
port = "7171"

-- server url
url = ""

-- server owner name
ownername = "GameMaster Dani"

-- server owner email
owneremail = "[email protected]"

-- world name
worldname = "dont forget his legs!"

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

-- exhausted time in ms (1000 = 1 second) for none-aggressive spells/weapons
exhausted = 500

-- exhausted time in ms (1000 = 1 second) for aggressive spells/weapons
fightexhausted = 500

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

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

-- set to 0 = disabled (default), 1 = enabled
enablehotkeys = 1

-- minimum amount of time between actions ('Use') (1000 = 1 second)
minactioninterval = 200

-- minimum amount of time between extended actions ('Use with...') (1000 = 1 second)
minactionexinterval = 200

-- house rent period
-- options: daily, weekly, monthly
houserentperiod = "yearly"

-- rates (experience, skill, magic level, loot and spawn)
rate_exp = 1000000
rate_skill = 10
rate_mag = 50
rate_loot = 1
rate_spawn = 60

-- despawn configs
-- how many floors can a monster go from his spawn before despawning
despawnrange = 2

-- how many square metters can a monster be far from his spawn before despawning
despawnradius = 50

-- max number of messages a player can say before getting muted (default 4), set to 0 to disable muting
maxmessagebuffer = 5

-- motd (the message box that you sometimes get before you choose characters)
motd = "Welcome to your last nightmare - You can login with 1/1 till 7/7. Have Fun - Say -buylist to see what you can buy with your Frags"
motdnum = "1"

-- login message
loginmsg = "Welcome to your last nightmare - You can login with 1/1 till 7/7. Have Fun - Say -buylist to see what you can buy with your Frags"

-- how many logins attempts until ip is temporary disabled
-- set to 0 to disable
logintries = 0

-- how long the retry timeout until a new login can be made (without disabling the ip)
retrytimeout = 5000

-- how long the player need to wait until the ip is allowed again
logintimeout = 60 * 1000

-- allow clones (multiple logins of the same char)
-- options: 0 (no), 1 (yes)
allowclones = 0

-- only one player online per account
-- options: 0 (no), 1 (yes)
checkaccounts = 0

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

-- save client debug assertion reports
-- options: 0 (no), 1 (yes)
saveclientdebug = 0

-- md5 passwords for accounts
-- options: plain, md5
passwordtype = "plain"

-- SQL type
-- options: mysql, sqlite
sql_type = "mysql"

--- MySQL part (ignore if you are using SQLite)
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db = "otserv"

--- SQLite part (ignore if you are using MySQL)
sqlite_db = "db.s3db"

-------------------------------------------------------------------------------------------------
---------------------------- World War Basic Configuration ----------------------------
-------------------------------------------------------------------------------------------------

-- allow outfit change
outfitchange = "no"

-- "no" for orginal world war spells - "yes" for real tibia spells
RealTibiaSpells = "no"

-- allow players with same ip login twice
AllowMcers = "yes"

--Auto clean(0 - off, 1 - one minute, 60 - one hour)
autoclean = 30
---------------------------------------------------------------------------
please tell me whats wrong
 
Last edited:
i dont know...
but i thought meybe u guys can take a look on my config..
i dont know if i have does anything worng...
when u gúys find a misstake on my config...
write the right word/part
:p
 
--- MySQL part (ignore if you are using SQLite)
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db = "otserv"

Well, I don't know, but maybe, because you didn't put the password, or maybe your database's name in config.lua doesn't match...
Like Charizard said, we can't do much if you don't tell what, exactly, is the problem.
 
Well, I don't know, but maybe, because you didn't put the password, or maybe your database's name in config.lua doesn't match...
Like Charizard said, we can't do much if you don't tell what, exactly, is the problem.


erm... what password?
 
erm... i made a new creature war map...
but another problem... it's looking for a webbsite in libiconv-2 and its doesnt find it.. but i have odll files... should i replace libiconv-2? with the on from odll file?
 
Back
Top