Author Topic: Bonus Frequencies  (Read 1584 times)

0 Members and 1 Guest are viewing this topic.

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Bonus Frequencies
« on: June 22, 2008, 06:22:32 pm »
Hey,
Does anyone know the Bonus Frequencies and their numbers?

eg. 0 => None, 1 =>Very Few

Thanks
Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Bonus Frequencies
« Reply #1 on: June 23, 2008, 07:18:50 am »
from http://wiki.soldat.nl/Soldat.ini:

0 means none, the higher the number after 0, the shorter the interval. 5 is the highest (fewest).
There are other worlds than these

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: Bonus Frequencies
« Reply #2 on: June 23, 2008, 07:33:13 am »
The higher the number, the more bonuses.

Quote
0 = disables bonuses
...
5 = lots

From http://static.soldat.pl/man/manual-en.html#KOMENDY (/BONUS command)
« Last Edit: June 23, 2008, 07:35:00 am by mar77a »

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Re: Bonus Frequencies
« Reply #3 on: June 23, 2008, 03:46:20 pm »
Thanks guys, But I needed the word corresponding with the number.
It wasn't written anywhere...

So I had to host a server to find it. For those who need it :
Code: [Select]
        case '0':
        $mode= 'None';
        break;
        case '1':
        $mode= 'Very Few';
        break;
        case '2':
        $mode= 'Few';
        break;
        case '3':
        $mode= 'Often';
        break;
        case '4':
        $mode= 'Very Often';
        break;
        case '5':
        $mode= 'Max';
        break;
Soldat Lobby Avec Players -New Release! - Updated AGAIN!