• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

MyFaceBurns

Major
58 Badges
Mar 23, 2012
530
334
  • For the Motherland
  • Victoria 2: A House Divided
  • Semper Fi
  • Heir to the Throne
  • Crusader Kings II
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Dharma
  • Europa Universalis III Complete
  • Crusader Kings II: Way of Life
  • 500k Club
  • Mount & Blade: With Fire and Sword
  • Mount & Blade: Warband
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Warlock: Master of the Arcane
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV
  • Stellaris
  • Crusader Kings II: Holy Fury
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis III
  • Europa Universalis IV: Art of War
  • Sword of the Stars II
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Gettysburg
  • Magicka
  • Naval War: Arctic Circle
  • Victoria: Revolutions
In the books, Melisandre assassinates Renly and thus causes Stannis to inherit his land and soldiers. However, I don't see an opportunity to do this in the mod. How am I, then, supposed to defeat Renly as Stannis? It doesn't seem possible to beat him with my vastly inferior armies.
 
Wait a few days, you'll get an event that lets you do exactly that.
 
Starting in "A Clash of Kings", you have to chose the "I am the rightful King" choice, then start a plot to kill Renly, after the Melisandre event fires if you have the Chosen by R'hllor trait.

It used to happen even without plotting.

There's actually a slim chance of Renly accepting Stan's claim, which makes the war pretty easy.
 
I had it happen without plotting in the current version. Just fired after about a week.
 
Well, heres that code for the event in 0.7.1. I may be wrong, but it appear to say that you can't be plotting to kill anyone BUT Renly, but don't have to be trying.

character_event = {
id = clash_of_kings.4
desc = "EVTDESCclash_of_kings.4"
picture = GFX_evt_parley_storms_end

is_triggered_only = yes

option = {
name = "EVTOPTAclash_of_kings.4" #battle
hidden_tooltip = {
if = {
limit = {
OR = {
NOT = { has_plot = plot_kill_character }
plot_target_char = { has_character_flag = renly_baratheon }
}
}
set_character_flag = shadow_baby_ftw
character_event = { id = red_priest.6 days = 4 }
}
}
}

}
 
Well, heres that code for the event in 0.7.1. I may be wrong, but it appear to say that you can't be plotting to kill anyone BUT Renly, but don't have to be trying.

character_event = {
id = clash_of_kings.4
desc = "EVTDESCclash_of_kings.4"
picture = GFX_evt_parley_storms_end

is_triggered_only = yes

option = {
name = "EVTOPTAclash_of_kings.4" #battle
hidden_tooltip = {
if = {
limit = {
OR = {
NOT = { has_plot = plot_kill_character }
plot_target_char = { has_character_flag = renly_baratheon }
}
}
set_character_flag = shadow_baby_ftw
character_event = { id = red_priest.6 days = 4 }
}
}
}

}

Shouldn't that be classified as a bug?