Results 1 to 23 of 23

Thread: Yuezhi - anyone figure how to trigger?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Carthalo or Karali Member KuKulzA's Avatar
    Join Date
    Aug 2007
    Posts
    237

    Default Re: Yuezhi - anyone figure how to trigger?

    Quote Originally Posted by Soggius Chippius
    Edit: Sorry, one last thing I meant to ask. Is Xiyu meant to rebel to Sauromatae? Cause in my campaign it has (after Baktria finally took it) but it just seems a bit odd for it to go to Sauromatae rather than Saka.
    it's happened in my Sauromatae campaigns


  2. #2
    Member Member mrtwisties's Avatar
    Join Date
    Nov 2007
    Location
    Sydney, Australia
    Posts
    235

    Default Re: Yuezhi - anyone figure how to trigger?

    Can anyone help me to trigger an earlier Yuezhi invasion?

  3. #3
    Member Member mrtwisties's Avatar
    Join Date
    Nov 2007
    Location
    Sydney, Australia
    Posts
    235

    Default Re: Yuezhi - anyone figure how to trigger?

    I'm hoping it's as easy as a few quick changes to EBBS_script:

    Code:
    monitor_event FactionTurnStart FactionIsLocal
                  and I_TurnNumber = 401
                  and I_CompareCounter YuezhiInvasionOn = 1
        if I_LocalFaction armenia
            set_counter YuezhiAdvice 1
        end_if
    Code:
    monitor_event FactionTurnStart FactionType britons
                  and I_NumberOfSettlements britons > 0
                  and I_TurnNumber > 401
                  and I_TurnNumber < 416
                  and I_CompareCounter DamageChighu = 0
                  and I_CompareCounter YuezhiInvasionOn = 1
                  and not I_LocalFaction britons
    Code:
    monitor_event FactionTurnStart FactionType egypt
                  and I_NumberOfSettlements egypt > 0
                  and I_TurnNumber > 401
                  and I_TurnNumber < 416
                  and I_CompareCounter DamageChighu = 0
                  and I_CompareCounter YuezhiInvasionOn = 1
                  and not I_LocalFaction egypt
    Code:
    monitor_event FactionTurnStart FactionType spain
                  and I_NumberOfSettlements spain > 0
                  and I_TurnNumber > 401
                  and I_TurnNumber < 416
                  and I_CompareCounter DamageChighu = 0
                  and I_CompareCounter YuezhiInvasionOn = 1
                  and not I_LocalFaction spain

  4. #4

    Default Re: Yuezhi - anyone figure how to trigger?

    Well 3 things.

    1. Make a back-up EBBS script file if you haven't yet.
    2. As far as I can tell, thats all you should need to do. Test it by setting them to spawn on turn 2 or something.
    3. Next time make a new thread for something like this, no need to necro an old one.
    I shouldn't have to live in a world where all the good points are horrible ones.

    Is he hurt? Everybody asks that. Nobody ever says, 'What a mess! I hope the doctor is not emotionally harmed by having to deal with it.'

  5. #5
    Member Member mrtwisties's Avatar
    Join Date
    Nov 2007
    Location
    Sydney, Australia
    Posts
    235

    Default Re: Yuezhi - anyone figure how to trigger?

    Sorry, just trying to be tidy.

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