condif/appilication.php
'AllowMD5PasswordSearch' => false,
'ReallyAllowMD5PasswordSearch' => false, // Are you POSITIVELY sure?
config/server.php
// Login server configuration.
'LoginServer' => array(
'Address' => '127.0.0.1',
'Port' => 6900,
'UseMD5' => false,
'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true).
'Level' => 0, // Default account level during registration.
//'Database' => 'ragnarok'
),