Results 1 to 30 of 176

Thread: Hax's Great Faction Swaps

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Member Member Khazar_Dahvos's Avatar
    Join Date
    Feb 2007
    Location
    On a Navy ship
    Posts
    241

    Default Re: Hax's Great Faction Swaps

    sorry for the double post!!! It seems to work with forced diplomacy and spoils of victory mini-mod but I am going to check the eb script for pergamon recieving such a bulk payment after the first turn. could just be my installation because I have changed a couple of other things but nothing to do with money. hmmm looks like it is added into the money script not sure why its coming up since I am a human player and not the ai

    ;Cap treasury
    monitor_event FactionTurnStart FactionType thrace
    and not FactionIsLocal
    and Treasury > 300000
    console_command add_money thrace, -40000
    console_command add_money thrace, -40000
    end_monitor


    ;first 12 years
    monitor_event SettlementTurnStart FactionType thrace
    and not FactionIsLocal
    and I_TurnNumber < 61
    and Treasury < 100000
    console_command add_money thrace, 1200
    if I_NumberOfSettlements thrace < 25
    console_command add_money thrace, 300
    end_if
    if I_NumberOfSettlements thrace < 16
    console_command add_money thrace, 300
    end_if
    end_monitor
    Last edited by Khazar_Dahvos; 07-28-2008 at 23:34.

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