Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. /* Poziomy */
  2. 'Levels' => array(
  3. 'enabled' => true,
  4. 'ranks' => array(
  5. 25 => array('timeSpent' => 3600,'connections' => 20), /* id rangi / id rangi */
  6. 26 => array('timeSpent' => 7200,'connections' => 30),
  7. 28 => array('timeSpent' => 14400,'connections' => 40),
  8. 29 => array('timeSpent' => 28800,'connections' => 50),
  9. 30 => array('timeSpent' => 57600,'connections' => 60),
  10. 31 => array('timeSpent' => 115204,'connections' => 70),
  11. 32 => array('timeSpent' => 230408,'connections' => 80),
  12. 33 => array('timeSpent' => 460816,'connections' => 90),
  13. 34 => array('timeSpent' => 921632,'connections' => 100),
  14. 35 => array('timeSpent' => 1000000,'connections' => 110),
  15. ),
  16. 'ignored_ranks' => array(99,82),
  17. 'require' => array('clientList','serverGroupList','mysql'),
  18. 'interval' => array('days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10) // Optymalny czas: 10sek
  19. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement