Guest User

test

a guest
Sep 30th, 2014
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. 'CharMapServers' => array(
  2. array(
  3. 'ServerName' => '123ro',
  4. 'Renewal' => false,
  5. 'MaxCharSlots' => 9,
  6. 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)
  7. //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names.
  8. //'Database' => 'ragnarok', // Defaults to DbConfig.Database
  9. 'ExpRates' => array(
  10. 'Base' => 100, // Rate at which (base) exp is given
  11. 'Job' => 100, // Rate at which job exp is given
  12. 'Mvp' => 100 // MVP bonus exp rate
  13. ),
  14. 'DropRates' => array(
  15. // The rate the common items (in the ETC tab, besides card) are dropped
  16. 'Common' => 100,
  17. 'CommonBoss' => 100,
  18. // The rate healing items (that restore HP or SP) are dropped
  19. 'Heal' => 100,
  20. 'HealBoss' => 100,
  21. // The rate usable items (in the item tab other then healing items) are dropped
  22. 'Useable' => 100,
  23. 'UseableBoss' => 100,
  24. // The rate at which equipment is dropped
  25. 'Equip' => 100,
  26. 'EquipBoss' => 100,
  27. // The rate at which cards are dropped
  28. 'Card' => 100,
  29. 'CardBoss' => 100,
  30. // The rate adjustment for the MVP items that the MVP gets directly in their inventory
  31. 'MvpItem' => 100
  32. ),
  33. 'CharServer' => array(
  34. 'Address' => 'xx.xx.xx.xx',
  35. 'Port' => 6121
  36.  
  37. ),
  38. 'MapServer' => array(
  39. 'Address' => 'xx.x.x.x',
  40. 'Port' => 5121
  41.  
  42. ),
  43.  
  44. array(
  45. 'ServerName' => '1234ro',
  46. 'Renewal' => true,
  47. 'MaxCharSlots' => 9,
  48. 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)
  49. //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names.
  50. //'Database' => 'ragnarok', // Defaults to DbConfig.Database
  51. 'ExpRates' => array(
  52. 'Base' => 100, // Rate at which (base) exp is given
  53. 'Job' => 100, // Rate at which job exp is given
  54. 'Mvp' => 100 // MVP bonus exp rate
  55. ),
  56. 'DropRates' => array(
  57. // The rate the common items (in the ETC tab, besides card) are dropped
  58. 'Common' => 100,
  59. 'CommonBoss' => 100,
  60. // The rate healing items (that restore HP or SP) are dropped
  61. 'Heal' => 100,
  62. 'HealBoss' => 100,
  63. // The rate usable items (in the item tab other then healing items) are dropped
  64. 'Useable' => 100,
  65. 'UseableBoss' => 100,
  66. // The rate at which equipment is dropped
  67. 'Equip' => 100,
  68. 'EquipBoss' => 100,
  69. // The rate at which cards are dropped
  70. 'Card' => 100,
  71. 'CardBoss' => 100,
  72. // The rate adjustment for the MVP items that the MVP gets directly in their inventory
  73. 'MvpItem' => 100
  74. ),
  75. 'CharServer' => array(
  76. 'Address' => 'x.x.x.x',
  77. 'Port' => 6122
  78.  
  79. ),
  80. 'MapServer' => array(
  81. 'Address' => 'x.x.x.x',
  82. 'Port' => 5122
  83.  
  84. ),
Advertisement
Add Comment
Please, Sign In to add comment