Results 1 to 9 of 9

Thread: where are they?

  1. #1
    Member Member saxonbattlemask's Avatar
    Join Date
    Nov 2008
    Location
    liverpool
    Posts
    31

    Default where are they?

    hiya i went the aedui an i got a message from the epeiros sayin take two cites an we will help u were are theres two places i cart find them anywhere ? an what do u get if u take them

  2. #2

    Default Re: where are they?

    Which cities are they?

  3. #3
    Member Member saxonbattlemask's Avatar
    Join Date
    Nov 2008
    Location
    liverpool
    Posts
    31

    Default Re: where are they?

    thats the thing i cart remeber the names soz

  4. #4
    the universal person Member everyone's Avatar
    Join Date
    Oct 2008
    Posts
    1,340

    Default Re: where are they?

    oh. I just got this thing a few minutes/hours ago on my Aedui campaign; around turn 260 you are given a chance to ally with Epeiros to help them fight off their enemies on the Danube if I'm not mistaken. So I checked the EBBS script for details.

    Spoiler Alert, click show to read: 
    declare_counter Epeirote_Invitation

    monitor_event SettlementTurnStart SettlementName Sulek
    and SettlementBuildingExists = hinterland_victory
    set_counter Epeirote_Invitation 3
    end_monitor

    ;AEDUI

    monitor_event FactionTurnStart FactionType gauls
    and I_LocalFaction gauls
    and I_CompareCounter Epeirote_Invitation != 3
    and I_SettlementOwner Vindobona != gauls
    and I_SettlementOwner Ak_Ink != gauls
    and I_SettlementOwner Vindobona != thrace
    and I_SettlementOwner Ak_Ink != thrace
    and I_NumberOfSettlements thrace > 0
    and not DiplomaticStanceFromFaction thrace < Suspicious ; comment the rest of the conditions out to test the script immediately
    and I_TurnNumber > 35
    and I_TurnNumber < 210
    and RandomPercent < 5


    console_command create_building Sulek hinterland_victory
    advance_advice_thread Epeirote_Invitation_Thread

    select_ui_element advisor_portrait_button
    simulate_mouse_click lclick down
    simulate_mouse_click lclick up

    set_counter Epeirote_Invitation 1
    end_monitor

    ; If player accepts, force the alliance, spawn Skepas and Moses and set counter
    monitor_event ButtonPressed ButtonPressed advisor_portrait_button
    and I_CompareCounter Epeirote_Invitation = 1
    and I_LocalFaction gauls

    console_command diplomatic_stance gauls thrace allied

    spawn_character slave Moses, diplomat, command 0, influence 0, management 0, subterfuge 0, age 59, , x 57, y 5

    spawn_army
    faction thrace
    character Skepas, named character, command 0, influence 0, management 0, subterfuge 0, age 20, x 57, y 5
    unit greek infantry thorakitai, exp 4 armour 0 weapon_lvl 0
    unit generic siege 30mina, exp 0 armour 0 weapon_lvl 0
    unit illyrian infantry taxeis illyrioi, exp 0 armour 0 weapon_lvl 0
    unit illyrian infantry taxeis illyrioi, exp 0 armour 0 weapon_lvl 0
    unit illyrian infantry taxeis illyrioi, exp 0 armour 0 weapon_lvl 0
    unit hellenistic infantry illyrian thureophoroi, exp 0 armour 0 weapon_lvl 0
    unit greek missile sphendenotai, exp 0 armour 0 weapon_lvl 0
    unit greek missile sphendenotai, exp 0 armour 0 weapon_lvl 0
    end

    set_counter Epeirote_Invitation 3
    end_monitor

    ; If player rejects prevent event from recurring
    monitor_event ButtonPressed ButtonPressed advisor_dismiss_button
    and I_CompareCounter Epeirote_Invitation = 1
    and I_LocalFaction gauls
    set_counter Epeirote_Invitation 3
    end_monitor


    ; When the player advances towards Danube bring Epeirote troops to area
    ; and move them to back up sieges
    monitor_event FactionTurnEnd FactionType thrace
    and I_CharacterTypeNearTile slave diplomat, 1 57,5
    and I_FactionNearTile gauls 10 111,154
    ; and DiplomaticStanceFromFaction gauls = Allied
    if not I_SettlementOwner Vindobona = gauls
    and not I_SettlementOwner Ak_Ink = gauls
    console_command move_character "Skepas" 114,152
    end_if
    if I_FactionNearTile gauls 2 111,161
    and I_SettlementOwner Vindobona != gauls
    console_command move_character "Skepas" 112,161
    if I_SettlementOwner Vindobona = slave
    console_command create_unit Vindobona "celtic infantry gaeroas" 1
    console_command create_unit Vindobona "hellenistic infantry illyrian thureophoroi" 2
    console_command create_unit Vindobona "dacian infantry drapanai" 1
    end_if
    end_if
    if I_FactionNearTile gauls 3 118,157
    and I_SettlementOwner Ak_Ink != gauls
    console_command move_character "Skepas" 119,156
    if I_SettlementOwner Ak_Ink = slave
    console_command create_unit Ak_Ink "celtic infantry gaeroas" 2
    console_command create_unit Ak_Ink "hellenistic infantry illyrian thureophoroi" 2
    console_command create_unit Ak_Ink "dacian infantry drapanai" 1
    end_if
    end_if
    if I_SettlementOwner Ak_Ink = gauls
    and I_SettlementOwner Vindobona = gauls

    monitor_event FactionTurnStart LocalFaction
    advance_advice_thread Epeirote_Invitation_End_Gallic_Thread
    console_command kill_character "Moses"
    terminate_monitor
    end_monitor

    while I_CharacterTypeNearTile slave diplomat, 1 57,5
    end_while

    end_if
    end_monitor


    according to that, it means that if accepted, the script will spawn a general named "Skepas" for Epeiros and some "Moses" fellow as a diplomat for the rebels (???). if you move an army near to the cities: Ak-Ink or Vindobona, the script will move Skepas there (and help you as reinforcements when you are fighting the rebels in that area.

    edit: to answer your question, Ak-Ink and vindobona are located somewhere east of the alps and northwest from the Getians
    Last edited by everyone; 12-06-2008 at 16:18.

  5. #5
    Member Member saxonbattlemask's Avatar
    Join Date
    Nov 2008
    Location
    liverpool
    Posts
    31

    Default Re: where are they?

    thank u

  6. #6
    Vicious Celt Warlord Member Celtic_Punk's Avatar
    Join Date
    Dec 2007
    Location
    In your kitchen, raiding your fridge!
    Posts
    1,575

    Default Re: where are they?

    you get it as the averni too.. Last time i sent an army to help the friggin romans sent 3 fullstacks to intercept me fullstack in Northern Italy. resulting in a insane heroic defeat and the loss of a good man.
    Last edited by Celtic_Punk; 12-07-2008 at 01:40.
    'Who Dares WINS!' - SAS
    "The republic stands for truth and honour. For all that is noblest in our race. By truth and honour, principle and sacrifice alone will Ireland be free."-Liam Mellows


    Who knows? If it's a enough day we may all end up Generals!"

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

    Default Re: where are they?

    Quote Originally Posted by saxonbattlemask View Post
    thats the thing i cart remeber the names soz
    If you don't know to which port you're sailing, every and no wind is favourable.

    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

  8. #8
    the universal person Member everyone's Avatar
    Join Date
    Oct 2008
    Posts
    1,340

    Default Re: where are they?

    and in the script it says to spawn an eleutheroi diplomat (???) called "Moses" what is the purpose of spawning the diplomat?

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

    Default Re: where are they?

    Memory cell.

    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

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