Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ENG [Server achievements] # PL [Osiągnięcia]
- 'achievements' => array
- (
- 'enabled' => true,
- 'ignored_groups' => array(120,240,8),
- 'header_group' => 20,
- 'levels_group' => 340,
- 'footer_group' => 405,
- 'info' => array
- (
- 'connections' => array
- (
- 'enabled' => true,
- 'header_group' => 365,
- 'groups' => array
- (
- /********************
- group_sgid => required_connections,
- *********************/
- 366 => 5,
- 367 => 10,
- 368 => 20,
- 369 => 25,
- 370 => 50,
- 371 => 75,
- 372 => 90,
- 373 => 100,
- 374 => 125,
- 375 => 150,
- 376 => 175,
- 377 => 200,
- 378 => 250,
- 379 => 400,
- 380 => 500,
- 381 => 750,
- 382 => 1000,
- ),
- ),
- 'time_spent' => array
- (
- 'enabled' => true,
- 'header_group' => 383,
- 'groups' => array
- (
- /********************
- group_sgid => required_time_spent,
- *********************/
- 384 => 1 * 60 * 60,
- 385 => 2 * 60 * 60,
- 386 => 5 * 60 * 60,
- 387 => 10 * 60 * 60,
- 388 => 20 * 60 * 60,
- 389 => 25 * 60 * 60,
- 390 => 50 * 60 * 60,
- 391 => 75 * 60 * 60,
- 403 => 90 * 60 * 60,
- 392 => 100 * 60 * 60,
- 393 => 120 * 60 * 60,
- 394 => 150 * 60 * 60,
- 395 => 200 * 60 * 60,
- 396 => 250 * 60 * 60,
- 397 => 300 * 60 * 60,
- 398 => 400 * 60 * 60,
- 399 => 500 * 60 * 60,
- 400 => 750 * 60 * 60,
- 401 => 900 * 60 * 60,
- 402 => 1000 * 60 * 60,
- ),
- ),
- ),
- 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
- ),
- );
Advertisement
Add Comment
Please, Sign In to add comment