Results 1 to 5 of 5

Thread: MotH for Client Rulers / Generals

  1. #1
    Legatvs Member SwissBarbar's Avatar
    Join Date
    May 2008
    Location
    Helvetia
    Posts
    1,905

    Default MotH for Client Rulers / Generals

    I have a client general or how ever they are called, who got "Man of the Hour". Now he's a family member (who get punished when they enter client states) and still has the client general trait (for which he gets punished when entering a non-client city). Is he a poor, homeless fellow now or what can I do?
    Last edited by SwissBarbar; 02-14-2009 at 16:47.
    Balloon-Count: x 15


    Many thanks to Hooahguy for this great sig.

  2. #2
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,792

    Default Re: MotH for Client Rulers / Generals

    You can paste this into the bottom of your EDCT:

    Code:
    Trigger ClientRuler_Is_Adopted
      WhenToTest CharacterTurnEnd
    
        Condition IsGeneral
              and Trait FamilyMember > 0
              and Trait ClientRuler > 0
              and not FactionType slave
              
      Affects ReverseClientRuler  1  Chance  100
    
    Trigger Ally_Is_Adopted
      WhenToTest CharacterTurnEnd
    
        Condition IsGeneral
              and Trait FamilyMember > 0
              and Trait Type4Governor > 0
              and not FactionType slave
              
      Affects ReverseClientRuler  1  Chance  100

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  3. #3
    Legatvs Member SwissBarbar's Avatar
    Join Date
    May 2008
    Location
    Helvetia
    Posts
    1,905

    Default Re: MotH for Client Rulers / Generals

    thank you very much
    Balloon-Count: x 15


    Many thanks to Hooahguy for this great sig.

  4. #4
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,792

    Default Re: MotH for Client Rulers / Generals

    No wait, I saw an error now. Here's the fixed one.

    Code:
    Trigger ClientRuler_Is_Adopted
      WhenToTest CharacterTurnEnd
    
        Condition IsGeneral
              and Trait FamilyMember > 0
              and Trait ClientRuler > 0
              and not FactionType slave
              
      Affects ReverseClientRuler  1  Chance  100
    
    Trigger Ally_Is_Adopted
      WhenToTest CharacterTurnEnd
    
        Condition IsGeneral
              and Trait FamilyMember > 0
              and Trait Type4Governor > 0
              and not FactionType slave
              
      Affects ReverseType4Governor  1  Chance  100

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  5. #5
    Legatvs Member SwissBarbar's Avatar
    Join Date
    May 2008
    Location
    Helvetia
    Posts
    1,905

    Default Re: MotH for Client Rulers / Generals

    I had no time to fix it yet, so thanks again
    Balloon-Count: x 15


    Many thanks to Hooahguy for this great sig.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO