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

unmerged(58177)

Corporal
Jun 19, 2006
39
0
Hello!
Finnaly found some time to play EU2 again after finishing exams, I started a game as Kingdom of Hungary in the newest MyMAP. Map is beatifull as always, but some events are still refering to old province numbering, so I had to change them myslef. While trying to reshape Corvinus bohemian possetions, I get this problem:
#Matthias Corvinus proclaimed King by the Catholics
event = {
id = 129016
trigger = {
event = 188119 #HUN: The Bohemian throne
NOT = {
control = { province = 314 data = -1 }
control = { province = 315 data = -1 }
control = { province = 842 data = -1 }
control = { province = 881 data = -1 }
control = { province = 1441 data = -1 }
control = { province = 1446 data = -1 }
control = { province = 1974 data = -1 }
}
owned = { province = 328 data = -1 }
OR = {
owned = { province = 314 data = -1 }
owned = { province = 315 data = -1 }
owned = { province = 1974 data = -1 }
}
}
random = no
country = BOH
name = "Matthias Corvinus proclaimed King by the Catholics"
desc = "In order to back the rebels of Zelena Hora and depose Podiebrad, Pope Paul II excommunicated Jiriz Podiebrad on December 23rd 1466, released all his subjects from their oaths of allegiance and searched for a reliably catholic prince who would drive him away and take the Bohemian throne. After Friedrich II of Brandenburg's refusal to champion the campaign,Pius turned to Matthias Corvinus of Hungary. Betraying his former ally Podiebrad, Matthias accepted and invaded Moravia. Thesupporters of Podiebrad successfully prevented him from entering Hungary, but the lands of the Bohemian crown all fell to the King of Hungary. At a meeting in the Moravian town of Olmütz on May 3rd 1469, the catholic nobility proclaimed him Kingof Bohemia."
style = 1

date = { day = 1 month = january year = 1467 }
offset = 30
deathdate = { day = 1 month = march year = 1471 }

action_a = {
name = "They will regret this"
command = { type = stability value = -2 }
command = { type = secedeprovince which = HUN value = 314 } #Schleisen
command = { type = secedeprovince which = HUN value = 315 } #Moravia
command = { type = secedeprovince which = HUN value = 842 } #Teschen
command = { type = secedeprovince which = HUN value = 881 } #Oppeln
command = { type = secedeprovince which = HUN value = 1441 } #Brieg-Liegnitz
command = { type = secedeprovince which = HUN value = 1446 } #Oels
command = { type = secedeprovince which = HUN value = 1974 } #Oberlausitz
command = { type = breakvassal which = ICE } # princedom of Oppeln
command = { type = breakvassal which = GRE } # princedom of Oels
command = { type = breakvassal which = BUL } # princedom of Brieg-Liegnitz
command = { type = breakvassal which = COR } # Teschen
command = { type = trigger which = 188007 }
}
}
This one works OK, the problem is with event it triggers:
#Matthias Corvinus proclaimed King by the Catholics
event = {
id = 188007
random = no
country = HUN
name = "Matthias Corvinus proclaimed King by the Bohemian Catholics"
desc = "In order to back the rebels of Zelena Hora and depose Podiebrad, Pope Paul II excommunicated Jiriz Podiebrad on December 23rd 1466, released all his subjects from their oaths of allegiance and searched for a reliably catholic prince who would drive him away and take the Bohemian throne. After Friedrich II of Brandenburg's refusal to champion the campaign,Pius turned to Matthias Corvinus of Hungary. Betraying his former ally Podiebrad, Matthias accepted and invaded Moravia. Thesupporters of Podiebrad successfully prevented him from entering Hungary, but the lands of the Bohemian crown all fell to the King of Hungary. At a meeting in the Moravian town of Olmütz on May 3rd 1469, the catholic nobility proclaimed him Kingof Bohemia."
style = 1


action_a = {
name = "I am the rightful king by the will of God and Pope!"
command = { type = vassal which = ICE }
command = { type = vassal which = GRE }
command = { type = vassal which = BUL }
command = { type = vassal which = COR }
}
}
This is the one that is getting on my nerves :mad: . It just wont vassalise those little duchies! It will just flash on the screen, so I have no chance to click on it. But when I manualy canceled vassalisations of silesian duchies with Bohemia and then fired this event, it worked well. Looks like it still thinks that the duchies are Bohemian vassals (even when vassalages were broken in previous event) so just wont let me to have them :wacko: . Can anybody help me creating an event that simply switches the liege lord? :confused:

P.S. Where can I post mistake corrections for MyMAP-AGCEEP i made so far?
 
you shouldn't trigger vassalization event, in one that breaks vassalage, because it doesn't work.

all you need to do is some trigger/date rearranging to include above rule. :)