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

While I'm creating new character then by default this character has set hidden account information

ligus

New Member
Joined
Apr 26, 2010
Messages
253
Reaction score
0
Hey, I want to change one thing - while someone is creating new character then by default information about this character should not be hidden. Where can I do that?
Thanks

 
in config.lua:
Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "sqlite"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "cath"
    sqlPass = "vqZ4JXLS7SyN6WJX"
    sqlDatabase = "otland"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain" <!-- right here -->
 
in config.lua:
Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "sqlite"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "cath"
    sqlPass = "vqZ4JXLS7SyN6WJX"
    sqlDatabase = "otland"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain" <!-- right here -->

That just change the password encryption. Not what he search for i think
 
default info after character creation not be hidden, what else could it be?

edit: does he mean that when u created character, u can't see it when u logout, but you need to login again to see ur character in character list? That's if you use an account manager in-game.

only solution I can think of: set up a website aac
 
The problem is only on the website. After creating new character no one sees information:
Account Information
Last login: 29 January 2014, 1:57 am
Created: 4 December 2013, 1:57 am
Account Status: Premium Account

Characters
Name Level Status

1. Druid 180 Druid Offline


To make it visible to everyone then after creating new character everyone should go to account managment -> edit -> uncheck "check to hide your account information"
It should be done by default, how can it be solved?
 
Back
Top