Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'CharMapServers' => array(
- array(
- 'ServerName' => '123ro',
- 'Renewal' => false,
- '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' => 'ragnarok', // Defaults to DbConfig.Database
- 'ExpRates' => array(
- 'Base' => 100, // Rate at which (base) exp is given
- 'Job' => 100, // Rate at which job exp is given
- 'Mvp' => 100 // MVP bonus exp rate
- ),
- 'DropRates' => array(
- // The rate the common items (in the ETC tab, besides card) are dropped
- 'Common' => 100,
- 'CommonBoss' => 100,
- // The rate healing items (that restore HP or SP) are dropped
- 'Heal' => 100,
- 'HealBoss' => 100,
- // The rate usable items (in the item tab other then healing items) are dropped
- 'Useable' => 100,
- 'UseableBoss' => 100,
- // The rate at which equipment is dropped
- 'Equip' => 100,
- 'EquipBoss' => 100,
- // The rate at which cards are dropped
- 'Card' => 100,
- 'CardBoss' => 100,
- // The rate adjustment for the MVP items that the MVP gets directly in their inventory
- 'MvpItem' => 100
- ),
- 'CharServer' => array(
- 'Address' => 'xx.xx.xx.xx',
- 'Port' => 6121
- ),
- 'MapServer' => array(
- 'Address' => 'xx.x.x.x',
- 'Port' => 5121
- ),
- array(
- 'ServerName' => '1234ro',
- 'Renewal' => true,
- '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' => 'ragnarok', // Defaults to DbConfig.Database
- 'ExpRates' => array(
- 'Base' => 100, // Rate at which (base) exp is given
- 'Job' => 100, // Rate at which job exp is given
- 'Mvp' => 100 // MVP bonus exp rate
- ),
- 'DropRates' => array(
- // The rate the common items (in the ETC tab, besides card) are dropped
- 'Common' => 100,
- 'CommonBoss' => 100,
- // The rate healing items (that restore HP or SP) are dropped
- 'Heal' => 100,
- 'HealBoss' => 100,
- // The rate usable items (in the item tab other then healing items) are dropped
- 'Useable' => 100,
- 'UseableBoss' => 100,
- // The rate at which equipment is dropped
- 'Equip' => 100,
- 'EquipBoss' => 100,
- // The rate at which cards are dropped
- 'Card' => 100,
- 'CardBoss' => 100,
- // The rate adjustment for the MVP items that the MVP gets directly in their inventory
- 'MvpItem' => 100
- ),
- 'CharServer' => array(
- 'Address' => 'x.x.x.x',
- 'Port' => 6122
- ),
- 'MapServer' => array(
- 'Address' => 'x.x.x.x',
- 'Port' => 5122
- ),
Advertisement
Add Comment
Please, Sign In to add comment