Author Topic: Gunship with ranksystem  (Read 779 times)

Offline alyosha

  • Rank: Private
  • *
  • Posts: 203
Gunship with ranksystem
« on: November 24, 2011, 06:18:25 pm »
Hi, I have the gunship with the ranksystem, at level 7 (mod 2.6).
The problem is that who reaches the 7th rank have always the gunship after 10 seconds at every respawn. This spoil the gameplay.
It's possible to set that the the gunship is avaiable only one time at the achievement of the rank and for later respawns only airstrike or napalm?

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Re: Gunship with ranksystem
« Reply #1 on: December 07, 2011, 09:04:07 am »
This functionality can now be added by applying the latest fixpack (fix 47).
By setting ex_rank_gunship_next to 0, a player can have the WMD gunship once. From that point forward the code will only assign airstrikes.

After applying the fixpack, please change the following variable description in ranksystem.cfg to reflect the new setting:

// How long till the player is allowed gunship again
// 0 = disable (gunship once, then only airstrikes)
// 30 - 1800 = delay in seconds (default 60)
//set ex_rank_gunship_next "60"

To apply the new "gunship once" functionality, set it to 0:

// How long till the player is allowed gunship again
// 0 = disable (gunship once, then only airstrikes)
// 30 - 1800 = delay in seconds (default 60)
set ex_rank_gunship_next "0"

This only applies to the gunship linked to the ranksystem (ex_gunship "2").