• 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.

Quendorsof

Captain
89 Badges
Sep 25, 2010
460
31
  • Sengoku
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Impire
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Crusader Kings II
  • Ship Simulator Extremes
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Pre-order
  • Humble Paradox Bundle
  • Europa Universalis IV: Common Sense
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Charlemagne
  • A Game of Dwarves
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Dungeonland
  • Europa Universalis III: Chronicles
  • For the Motherland
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Cities: Skylines - Snowfall
  • Mount & Blade: Warband
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Holy Knight (pre-order)
  • Victoria 3 Sign Up
  • 500k Club
  • War of the Roses
  • Warlock: Master of the Arcane
  • Victoria 2
  • Teleglitch: Die More Edition
After 127 years of his dynasty doing nothing but hunting for the White Stag the current Serene Doge of Venice found the White Stag and promptly decided to let it go. What?

Looking in the event files I noticed the following

option = {
name = EVTOPTA_WoL_5030 # Kill and get hunter trait
trigger = {
NOT = { lifestyle_traits = 1 }
}
prestige = 200
add_trait = hunter

So apparently because my character was a hunter already he could not kill the white stag. It feels rather counterintuitive to me that I had to choose not to become a hunter when I first saw the stag in order to be able to kill it.

Furthermore on the option to spare it I find

option = {
name = EVTOPTB_WoL_5030 # Spare the animal's life
prestige = 200
set_character_flag = achievement_epic_hunt

The character flag achievement_epic_hunt appears to do nothing. If this was intended to also complete the achievement
"Great Hunter
Kill your prey in the Epic Hunt"
then it should be achievement_great_hunter as it is in the first option. The way it is atm though it's a flag that at least is not mentioned anywhere else in the list of hunting focus events or in the achievements.


Full event:
# Actually finds and kills animal
character_event = {
id = WoL.5030
picture = GFX_evt_mysterious_forest
border = GFX_event_normal_frame_war

is_triggered_only = yes

desc = { # Stag
trigger = {
has_character_flag = white_stag
}
text = EVTDESC_WoL_5030_stag
}
desc = { # Bear
trigger = {
has_character_flag = white_bear
}
text = EVTDESC_WoL_5030_bear
}
desc = { # Tiger
trigger = {
has_character_flag = white_tiger
}
text = EVTDESC_WoL_5030_tiger
}
desc = { # Lion
trigger = {
has_character_flag = white_lion
}
text = EVTDESC_WoL_5030_lion
}

option = {
name = EVTOPTA_WoL_5030 # Kill and get hunter trait
trigger = {
NOT = { lifestyle_traits = 1 }
}
prestige = 200
add_trait = hunter
set_character_flag = achievement_great_hunter
clr_character_flag = do_not_disturb
clr_character_flag = failed_epic_hunt
if = {
limit = { has_character_modifier = hunting_white_stag }
remove_character_modifier = hunting_white_stag
}
if = {
limit = { has_character_modifier = hunting_white_bear }
remove_character_modifier = hunting_white_bear
}
if = {
limit = { has_character_modifier = hunting_white_tiger }
remove_character_modifier = hunting_white_tiger
}
if = {
limit = { has_character_modifier = hunting_white_lion }
remove_character_modifier = hunting_white_lion
}
if = {
limit = { has_nickname = no }
give_nickname = nick_the_hunter
}
add_character_modifier = {
modifier = master_hunter
duration = -1
}
}
option = {
name = EVTOPTB_WoL_5030 # Spare the animal's life
prestige = 200
set_character_flag = achievement_epic_hunt
clr_character_flag = do_not_disturb
clr_character_flag = failed_epic_hunt
if = {
limit = { has_character_modifier = hunting_white_stag }
remove_character_modifier = hunting_white_stag
}
if = {
limit = { has_character_modifier = hunting_white_bear }
remove_character_modifier = hunting_white_bear
}
if = {
limit = { has_character_modifier = hunting_white_tiger }
remove_character_modifier = hunting_white_tiger
}
if = {
limit = { has_character_modifier = hunting_white_lion }
remove_character_modifier = hunting_white_lion
}
if = {
limit = { has_nickname = no }
give_nickname = nick_the_hunter
}
add_character_modifier = {
modifier = master_hunter
duration = -1
}
}
}
 
Upvote 0

Jorlem

Field Marshal
118 Badges
May 9, 2012
4.564
4.056
  • Victoria 3 Sign Up
  • Crusader Kings III: Royal Edition
  • Imperator: Rome Deluxe Edition
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Victoria 2
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Imperator: Rome - Magna Graecia
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Crusader Kings II
  • 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: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Dungeonland
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • The Showdown Effect
  • War of the Roses
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Humble Paradox Bundle
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Mandate of Heaven
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Tyranny - Bastards Wound
As a minor note, you should use
Code:
 tags instead of spoiler tags for that sort of thing.  That way it preserves the spacing and indentations when you paste code into a post.  The button for it is the # on the Advanced posting toolbar.