fictionx Posted November 7, 2015 Posted November 7, 2015 why when i create a new account and make a character, the account set automatically to VIP?. I want the new account set to the group ID 0 and no 5. How can i change this? Greetings.- Quote
Elsa Mist Posted November 7, 2015 Posted November 7, 2015 https://github.com/rathena/FluxCP/blob/master/config/servers.php // Login server configuration. 'LoginServer' => array( 'Address' => '127.0.0.1', 'Port' => 6900, 'UseMD5' => false, 'NoCase' => true, // rA account case-sensitivity; Default: Case-INsensitive (true). 'GroupID' => 0, // Default account group ID during registration. //'Database' => 'ragnarok' ), 'GroupID' => 0, // Default account group ID during registration. Quote
fictionx Posted November 8, 2015 Author Posted November 8, 2015 Solved, the problem was a script. Thank you Elsa Mist . Quote
Question
fictionx
why when i create a new account and make a character, the account set automatically to VIP?.
I want the new account set to the group ID 0 and no 5. How can i change this?
Greetings.-
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.