Results 1 to 8 of 8

Thread: How to recruit/retrain Marshall of Templars??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default How to recruit/retrain Marshall of Templars??

    Hey everyone,

    I have a little problem and searched everywhere but no rock solid answer for it. I have lost my Marshall of Templars unit and have only 25 men left in my Constables of Jerusalem unit. Now I cant figure out how to bring back my Marshalls unit and retrain the constables. I have Jerusalem almost fully upgraded with a Templars Headquarters. So Am I missing something or do I have to recruit them in another city??

    Many Thanks in advance

  2. #2
    Kinjo's Avatar Taiko
    Join Date
    Oct 2003
    Location
    United States
    Posts
    5,758

    Default Re: How to recruit/retrain Marshall of Templars??

    Quote Originally Posted by Epic View Post
    Hey everyone,

    I have a little problem and searched everywhere but no rock solid answer for it. I have lost my Marshall of Templars unit and have only 25 men left in my Constables of Jerusalem unit. Now I cant figure out how to bring back my Marshalls unit and retrain the constables. I have Jerusalem almost fully upgraded with a Templars Headquarters. So Am I missing something or do I have to recruit them in another city??

    Many Thanks in advance
    Well according to the campaign script when the unit dies it is suppose auto recruit the unit for you so that there is only one at any given time.

  3. #3
    the_mango55's Avatar Comes Rei Militaris
    Citizen

    Join Date
    Oct 2004
    Location
    Raleigh, NC
    Posts
    20,753

    Default Re: How to recruit/retrain Marshall of Templars??

    I don't know about Jerusalem, but with Antioch you retrain your unique units at Krak de Chevaliers.

    Try to rebuild/retrain in your largest castle.
    ttt
    Adopted son of Lord Sephiroth, Youngest sibling of Pent uP Rage, Prarara the Great, Nerwen Carnesîr, TB666 and, Boudicca. In the great Family of the Black Prince

  4. #4

    Default Re: How to recruit/retrain Marshall of Templars??

    I've been continuing on my campaign and now all of a sudden I can retrain my Constable unit in any major city. However still no signs of the Marshall unit.

  5. #5

    Icon5 Re: How to recruit/retrain Marshall of Templars??

    I too have been unable to locate where to Recruit either the Marshal of Templars or the Constable of Jersusalem. I was able to retrain a Marshal unit at Kerak however.

    What's more, late in my campaign I turned on Auto-Management to allow the AI to spend my money for me, and within a few turns I noticed that not only had the AI recruited a new Constable of Jerusalem for me... it had recruited several of them, and several Marshal's as well. All of these were recruited at Citadels and not cities.

    Does anyone know why this happened? Is it intentional or a bug? And where and how are you supposed to recruit these special units?

  6. #6
    the_mango55's Avatar Comes Rei Militaris
    Citizen

    Join Date
    Oct 2004
    Location
    Raleigh, NC
    Posts
    20,753

    Default Re: How to recruit/retrain Marshall of Templars??

    Seems like a bug. They are supposed to be unique, and you are supposed to only have one of each.
    ttt
    Adopted son of Lord Sephiroth, Youngest sibling of Pent uP Rage, Prarara the Great, Nerwen Carnesîr, TB666 and, Boudicca. In the great Family of the Black Prince

  7. #7

    Default Re: How to recruit/retrain Marshall of Templars??

    Yes, I did some looking around in the "campaign_script.txt" for the crusades and indeed there are scripts that should prevent you from recruiting more than one of the unit Crusader units. The game is supposed to detect if your unit has been lost and THEN add it to your recruitment roster. However for some reason this does not occur. Furthermore it seems that the AI is able to recruit these units without them appearing in the user interface recruitment roster.

    Here is the section of the txt file that deals with the unique units. If anyone here knows how to mod the game maybe they can see what's going wrong with the script.

    ;------------------- RECRUITMENT - UNIQUE UNITS -------------------;

    ;Only one unique unit can exist at a time

    ;Jerusalem
    ;Marshall of the Templars
    ;Constable of Jerusalem

    ;Antioch
    ;Marshall of the Hospitallers
    ;Canons of the Holy Sepulcher

    ;Test if the unit doesn't exist at start of turn
    ;Increment event counter - allows recruitment

    set_event_counter no_templar_marshall 0
    set_event_counter no_jerusalem_constable 0
    set_event_counter no_hospitaller_marshall 0
    set_event_counter no_canon_sepluchre 0

    monitor_event FactionTurnStart FactionType jerusalem
    and I_EventCounter no_templar_marshall == 0
    and not I_UnitExists jerusalem Marshall of the Templars
    add_events
    event counter no_templar_marshall
    date 0
    end_add_events
    end_monitor

    monitor_event FactionTurnStart FactionType jerusalem
    and I_EventCounter no_jerusalem_constable == 0
    and not I_UnitExists jerusalem Constable of Jerusalem
    add_events
    event counter no_jerusalem_constable
    date 0
    end_add_events
    end_monitor

    monitor_event FactionTurnStart FactionType antioch
    and I_EventCounter no_hospitaller_marshall == 0
    and not I_UnitExists antioch Marshall of the Hospitallers
    add_events
    event counter no_hospitaller_marshall
    date 0
    end_add_events
    end_monitor

    monitor_event FactionTurnStart FactionType antioch
    and I_EventCounter no_canon_sepluchre == 0
    and not I_UnitExists antioch Canons of the Holy Sepulcher
    add_events
    event counter no_canon_sepluchre
    date 0
    end_add_events
    end_monitor

    ;Test if the unit exists at start of turn
    ;Decrement event counter - stops recruitment

    monitor_event AddedToTrainingQueue UnitType Marshall of the Templars
    and I_EventCounter no_templar_marshall == 1
    set_event_counter no_templar_marshall 0
    end_monitor

    monitor_event AddedToTrainingQueue UnitType Constable of Jerusalem
    and I_EventCounter no_jerusalem_constable == 1
    set_event_counter no_jerusalem_constable 0
    end_monitor

    monitor_event AddedToTrainingQueue UnitType Marshall of the Hospitallers
    and I_EventCounter no_hospitaller_marshall == 1
    set_event_counter no_hospitaller_marshall 0
    end_monitor

    monitor_event AddedToTrainingQueue UnitType Canons of the Holy Sepulcher
    and I_EventCounter no_canon_sepluchre == 1
    set_event_counter no_canon_sepluchre 0
    end_monitor

  8. #8

    Default Re: How to recruit/retrain Marshall of Templars??

    I noticed the seem thing. I currently am playing the crusades campaign as the Byzantines and have noticed that the Principality of Antioch has no problem having at least 3 units of Marshall of the Hospitallers. They have two in their lands in the west right now and I just killed one in a battle. I could see them all simultaneously too.

    This might explain how they completely dominated the Turks in the war that they are fighting. If they could get a unit of Canons of the Holy Sepulcher as well as a unit of Marshall of the Hospitallers in every army the Turks would have almost no chance since they don't have a human controlling them.
    Member of S.I.N.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •