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

OTS DBKO Error : unable to load config.lua

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: DBKO v0.8 (alpha) ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Server made by Jacolos for DBKO :> ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: Initializing the random numbers... [done]
:: Loading lua script config.lua...

Error: Unable to load config.lua!
 
did you comment out all of those lines or was it already like that?
every line you see with -- is a comment, which means it won't be read
normal text like this do you want to enable cap system? (yes/no) isn't a comment and will give you errors
if you still want that text you need to put a -- in front of it so it becomes -- do you want to enable cap system? (yes/no)
 
that's exactly what i'm telling you
all of that text (i only used that one as an example) needs to be a comment, not plain text
 
Do you know why there is this :
Screenshot

i need change to this : Screenshot ?

-- you want to enable cap system? (yes/no)
capsystem = "no"

im not good in english i need to do this ? ^

or maybe i need only save

kicktime = 9999999

maxsummons = 10000

without comments yes?
 
Last edited by a moderator:
please don't post 4 times in a row, it's against the board rules

and yes, that's exactly what i'm talking about
add comment to the line on top of the line with the = sign, and uncomment the line with the = sign
 
Why are you using this trash server it doesnt even have source files, you cant edit anything on it. It just waste of time, better download something more reliable.
 
I install older version and now it works but i have new problem :
Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\class\iobox.php on line 105

public $attrs;
public function __construct($name){
foreach( array_keys($_POST) as $key){
if (eregi('^'.$name.'__',$key)){
$p = explode('__', $key);
$this->attrs[$p[1]] = trim($_POST[$key]);
}
}
 
Back
Top