Quote Originally Posted by Mikhail Mengsk View Post
Sorry, i'm using the mod, i've started a Baktrian campaign and i would like to see that new "ancillaries".

I have a great FM who has 10 menagement and 10 influence, with 5 command stars, and still don't get any office...

I've conquered the eleutherioi's cities between the old Seleucid border and the indian cities, reaching the persian gulf, and 2 seleucid cities (before attacking them, i've forced them to rebel thanks to my spies) Alexandreia Ariana and Propthasia.

Why aren't my FM getting any office? THey have less than 8 ancillaries.
;------------------------------------------
Trigger acquire_baktrian_satrapy_arachosia : name of ancillary
WhenToTest CharacterTurnEnd : you can get after you press end turn button
Condition FactionType romans_brutii : you can only get this ancillary if you play with baktria
and EndedInSettlement : your general or FM stayed in a city
and RemainingMPPercentage = 100 : and did not move during the turn
and IsGeneral : FM or general not spy / diplomat
and not IsFactionHeir : is not faction heir
and not IsFactionLeader : is not faction leader
and SettlementName Alexandropolis : must stay in the defined city
and SettlementBuildingExists >= governors_palace : the settlement should be at least a city
and Attribute SenateStanding < 11 : order of ancillaries in fact it is hardly to express its details
and not FactionwideAncillaryExists baktrian_satrapy_of_arachosia : there is no other ancillary / prevents getting the ancillary more than once
and RandomPercent > 90 : if you comlete this conditions %90 your FM will get ancillary

AcquireAncillary baktrian_satrapy_of_arachosia Chance 100
Affects NumAncillariesAcquired 1 Chance 100 : these two lines are untouchable parts but you have to code like that to get ancillary
you needn't any defined city to get archistrategos and dioiketes.

for satrapies/strategos governors : you should have : Nisa, Alexandropolis, Patala, Baktra and these cities should be at least a city not large town or town.

if it does not help:

put at least 2 or more FMs to that city,
plus I can confess that rookie generals (no ancillary or young) can get than legendary ones I do not why but my 9 star general could not get one satrapy but a new comes of age general took it in the second turn.

if it does not help use the code:
give_ancillary "character name" "catamite" gives a spy or assassin this ancillary= +1 subterfuge
give_ancillary "character name" "courtesan(ancillary)" gives a spy or assassin this ancillary= +1 subterfuge
P.S. and reading previous messages also helps.