I already configure the array for the 2nd server. Here's what i got:
'ServerName' => 'Freyr',
'BaseExpRates' => 500000,
'JobExpRates' => 500000,
'MvpExpRates' => 500000,
'DropRates' => 25,
'MvpDropRates' => 15,
'CardDropRates' => 10,
'MaxCharSlots' => 9,
'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)
//'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names.
'Database' => 'ragnarok2', // Defaults to DbConfig.Database
'CharServer' => array(
'Address' => 'xxxxxxx',
'Port' => 6122
),
'MapServer' => array(
'Address' => 'xxxxxx',
'Port' => 5122
),
whats with the credits table?
EDIT:
Everything is fine. I just added the credits table manually. thank you all