Results 1 to 8 of 8

Thread: Script error or FAQ is outdated?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    torongill's Avatar Praepositus
    Join Date
    Aug 2009
    Location
    Canary Islands
    Posts
    5,786

    Default Script error or FAQ is outdated?

    In my ongoing Aedui campaign I just built 4 Great Markets, but I didn't get the reforms. Searching through the threads and FAQ had convinced me that I have done something wrong, but then, as a last measure, I glimpsed in the script... There was a surprise:
    Code:
    monitor_event FactionTurnEnd FactionIsLocal
    
    if I_CompareCounter Celt_ForumCount > 5
            set_counter Celt_Reform 1
    end_if
    
    if I_CompareCounter Celt_ForumCount > 9
    and I_CompareCounter Celt_CityCount > 5
    and I_CompareCounter Celt_TempleCount > 5
    
            set_counter Celt_Reform 2
    end_if
    I myself have never modified these entries; I have a modded 1.6 BI EB, but the script from which I took this entry was the one "before EB". So I have to ask myself, is the FAQ outdated and 1.2 EB had tweaks in the celtic reforms, or the person, who created the BI mod changed it?
    Quote Originally Posted by Hibernicus II View Post
    What's EB?
    "I Eddard of the house Stark, Lord of Winterfell and Warden of the North, sentence you to die."
    "Per Ballista ad astra!" - motto of the Roman Legionary Artillery.
    Republicans in all their glory...

  2. #2
    Ferdiad's Avatar Patricius
    Join Date
    Feb 2010
    Location
    Ireland
    Posts
    28,041

    Default Re: Script error or FAQ is outdated?

    ;reset Celt counters
    monitor_event FactionTurnEnd FactionIsLocal

    if I_CompareCounter Celt_ForumCount > 5
    set_counter Celt_Reform 1
    end_if

    if I_CompareCounter Celt_ForumCount > 9
    and I_CompareCounter Celt_CityCount > 5
    and I_CompareCounter Celt_TempleCount > 5

    set_counter Celt_Reform 2
    end_if
    from mine

  3. #3
    Entropy Judge's Avatar Vicarius
    Join Date
    Apr 2008
    Location
    Wisconsin
    Posts
    2,660

    Default Re: Script error or FAQ is outdated?

    Well, the FAQ is outdated - it still says the current version is 1.1.
    I beat back their first attack with ease. Properly employed, E's can be very deadly, deadlier even than P's and Z's, though they're not as lethal as Paula Abdul or Right Said Fred.
    ~ Miaowara Tomokato, Samurai Cat Goes to the Movies

  4. #4
    Ferdiad's Avatar Patricius
    Join Date
    Feb 2010
    Location
    Ireland
    Posts
    28,041

    Default Re: Script error or FAQ is outdated?

    The one at the org is up to date, I guess they dont care for us TWCers

  5. #5

    Default Re: Script error or FAQ is outdated?

    Quote Originally Posted by Ferdiad View Post
    The one at the org is up to date, I guess they dont care for us TWCers
    That is simply not true. Our secret headquarters is over at the org so the central point of activity is there but you see many team members been active here.
    I'll go and check the FAQ and let them be updated.

    XSamatan

  6. #6
    Ferdiad's Avatar Patricius
    Join Date
    Feb 2010
    Location
    Ireland
    Posts
    28,041

    Default Re: Script error or FAQ is outdated?

    I should have added a smilie, I was joking.

  7. #7

    Default Re: Script error or FAQ is outdated?

    You should have, humor, sarcasm and irony is hard to distinguish on a text based communication.
    Nevertheless, I'll look if the FAQ's are wrong.

    XSamatan

  8. #8
    Ferdiad's Avatar Patricius
    Join Date
    Feb 2010
    Location
    Ireland
    Posts
    28,041

    Default Re: Script error or FAQ is outdated?

    I understand that, it was a mistake.

Posting Permissions

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