Not recognized as experienced by military base after Charon?

These are old bug reports that have been closed.
Locked
Ihlosi
Commonwealth Pilot
Commonwealth Pilot
Posts: 76
Joined: Mon Aug 04, 2008 9:00 pm

Just happened to me last game (RC2):

I finished the Charon system (destroyed all pirate bases, got my reward from the Korolov station), but I wasn't recognized as an experienced pilot by the military base in the system after St. Ks.

Is this a bug, or do I need to do other things in addition to Charon?
User avatar
Song
Fleet Admiral
Fleet Admiral
Posts: 2801
Joined: Mon Aug 17, 2009 4:27 am

There's at least 2 requirements....Korolov or Arena rank is one of them. XP value is another, I think.....My advice is: Go back and kill any enemy stations you've missed, along with as many random encounter enemies as you can. That may get XP up to the right amount.
Mischievous local moderator. She/Her pronouns.
User avatar
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

The requirements to join the militia (CW fortress) are as follows:

Code: Select all

(setq milCanEnterCC (lambda ()
				(or
					(gr (objGetData gPlayerShip "militiaRank") 0)
					(gr (typGetGlobalData &stBattleArena; "arenaSkill") 200)
					(gr (typGetGlobalData &stKorolovShipping; "xp") 0)
					(objGetItems gPlayerShip "*+MilitaryID")
					)
				))
You must have a skill of 200 in the arena, perform at least one succesful escort for korolov or have a military ID. Any one of those will get you at least one mission.

To get the arena skill of 200 you only have to survive the first couple of mass combat battles. Once you qualify to become a gladiator and fight one-on-one you've got it.
Coming soon: The Syrtian War adventure mod!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!
Locked