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

Lua Website errors

8683984

New Member
Joined
Jun 5, 2009
Messages
95
Reaction score
2
Location
Sweden
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for '-5.0/no DST' instead in C:\xampp\htdocs\latestnews.php on line 20

And it doesn't work to creat an account whats wrong? when i'm trying make an account it says "this link is broken" in swedish "denna länk är bruten".

-- Account manager
accountManager = "false"
namelockManager = "false"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 32369
newPlayerSpawnPosY = 32241
newPlayerSpawnPosZ = 7
newPlayerTownId = 5
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = "no"


anything wrong? please help
 
Last edited:
he's geting this text when trying to make an acc Wrong characters configuration. Try again or contact with admin. ADMIN: Edit file config/config.php and set valid characters to copy names. Character to copyDruid Sample doesn't exist
 
Should have a "character templates" in DB. Its characters with default (new characters) values - level, skills, magic level (etc.).

Just make those templates by self in DB (in pma for example) and put their names in config.php :).

It will be 4 characters (for each vocation).
 
Back
Top