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

TheBagelmeister

First Lieutenant
4 Badges
Jan 7, 2005
215
0
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
There's a little problem with this event:

Code:
#Henry VIII's Offer

event = {
id = 3827
random = no
country = ENG
name = "EVENTNAME3827"
desc = "EVENTHIST3827"

trigger = {
	NOT = { event = 3828 ###Henry VIII's Offer - Ireland Refused
		}
	}
date = { day = 1 month = october year = 1542 }
offset = 30
deathdate = { day = 31 month = december year = 1542 }

action_a ={ #Accept them#
name = "ACTIONNAME3827A"
command = { type = vassal which = EIR }
command = { type = vassal which = CON }
command = { type = vassal which = LEI }
command = { type = vassal which = MST }
command = { type = vassal which = ULS }
command = { type = addcore which = 231 } #Connaught
command = { type = addcore which = 232 } #Ulster
command = { type = addcore which = 234 } #Leinster
command = { type = addcore which = 235 } #Munster

}
}

should be changed to:

Code:
#Henry VIII's Offer

event = {
id = 3827
random = no
country = ENG
name = "EVENTNAME3827"
desc = "EVENTHIST3827"

trigger = {
	NOT = { event = 3828 ###Henry VIII's Offer - Ireland Refused
		}
	}
date = { day = 1 month = october year = 1542 }
offset = 30
deathdate = { day = 31 month = december year = 1542 }

action_a ={ #Accept them#
name = "ACTIONNAME3827A"
command = { type = vassal which = EIR }
command = { type = vassal which = CON }
command = { type = vassal which = LEI }
command = { type = vassal which = MST }
command = { type = vassal which = ULS }
command = { type = addcore which = 231 } #Connaught
command = { type = addcore which = 232 } #Ulster
[color=orange]command = { type = addcore which = 233 } #Meath#[/color]
command = { type = addcore which = 234 } #Leinster
command = { type = addcore which = 235 } #Munster
}
}

Considering that in the 1520 scenario, England does not have a core on province 233, the core should either be added by this event, or added in the scenario file.

While this isn't a bug, I thought I'd like to point it out.
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
TheBagelmeister said:
Considering that in the 1520 scenario, England does not have a core on province 233, the core should either be added by this event, or added in the scenario file.

While this isn't a bug, I thought I'd like to point it out.
Meath (233) being a core of England in 1419, I don't see why it shouldn't be in 1520. Certainly a bug in 1520 scenario setup but I'm not sure. Any confirmation?

In this case, ENG_3827 is not to be modified.