BlaquuTM

Untitled

Aug 31st, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. // ENG [Server achievements] # PL [Osiągnięcia]
  2. 'achievements' => array
  3. (
  4. 'enabled' => true,
  5. 'ignored_groups' => array(120,240,8),
  6. 'header_group' => 20,
  7. 'levels_group' => 340,
  8. 'footer_group' => 405,
  9. 'info' => array
  10. (
  11. 'connections' => array
  12. (
  13. 'enabled' => true,
  14. 'header_group' => 365,
  15. 'groups' => array
  16. (
  17. /********************
  18.  
  19. group_sgid => required_connections,
  20.  
  21. *********************/
  22.  
  23. 366 => 5,
  24. 367 => 10,
  25. 368 => 20,
  26. 369 => 25,
  27. 370 => 50,
  28. 371 => 75,
  29. 372 => 90,
  30. 373 => 100,
  31. 374 => 125,
  32. 375 => 150,
  33. 376 => 175,
  34. 377 => 200,
  35. 378 => 250,
  36. 379 => 400,
  37. 380 => 500,
  38. 381 => 750,
  39. 382 => 1000,
  40. ),
  41. ),
  42. 'time_spent' => array
  43. (
  44. 'enabled' => true,
  45. 'header_group' => 383,
  46. 'groups' => array
  47. (
  48. /********************
  49.  
  50. group_sgid => required_time_spent,
  51.  
  52. *********************/
  53.  
  54. 384 => 1 * 60 * 60,
  55. 385 => 2 * 60 * 60,
  56. 386 => 5 * 60 * 60,
  57. 387 => 10 * 60 * 60,
  58. 388 => 20 * 60 * 60,
  59. 389 => 25 * 60 * 60,
  60. 390 => 50 * 60 * 60,
  61. 391 => 75 * 60 * 60,
  62. 403 => 90 * 60 * 60,
  63. 392 => 100 * 60 * 60,
  64. 393 => 120 * 60 * 60,
  65. 394 => 150 * 60 * 60,
  66. 395 => 200 * 60 * 60,
  67. 396 => 250 * 60 * 60,
  68. 397 => 300 * 60 * 60,
  69. 398 => 400 * 60 * 60,
  70. 399 => 500 * 60 * 60,
  71. 400 => 750 * 60 * 60,
  72. 401 => 900 * 60 * 60,
  73. 402 => 1000 * 60 * 60,
  74. ),
  75. ),
  76. ),
  77. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  78. ),
  79. );
Advertisement
Add Comment
Please, Sign In to add comment