I'm playing as Hussites, and finally got enough money to convert Carpathia (I'm of course Reformed). However, after successful conversion, Carpathia is still Catholic. Why? Is it a bug?

There is nothing we can do about this behaviour without modifying the source code.
The same as succesful missionaries.Ah ok, thanks for the answer. By the way, will random conversions "work" before the Reformation events?
city = {
[COLOR="Yellow"]fortress = { level = 1 }[/COLOR]
population = 18000
location = 568
}
#(1474) Isabel and Fernando Kings of Castile
#by Twoflower and Fodoron
event = {
id = 142012
random = no
country = CAS
name = "EVENTNAME142012" #Isabel and Fernando Kings of Castile
desc = "EVENTHIST142012"
date = { day = 13 month = december year = 1474 }
action_a = {
name = "ACTIONNAME142012A" #Isabel and Fernando will rule Castile jointly from now on
command = { type = stability value = 2 }
[COLOR="Red"]command = { type = dynastic which = CAS }[/COLOR]
command = { type = relation which = ARG value = 150 }
command = { type = wakeleader which = 029801 } #Fernando (CAS)
command = { type = domestic which = centralization value = 1 }
command = { type = domestic which = aristocracy value = -1 }
}
}
#(1516) Death of Fernando of Aragon
#by sturmvogel
event = {
id = 285223
trigger = {
OR = {
monarch = 0127500 #Isabel y Fernando
monarch = 0127526 #Fernando I
}
}
random = no
country = SPA
name = "EVENTNAME285223" #Death of Fernando of Aragon
desc = "EVENTHIST285223"
#-#
date = { day = 23 month = january year = 1516 }
action_a = {
name = "DAMN"
command = { type = domestic which = centralization value = -1 }
command = { type = remove_countryculture which = amazonian } #Catalan
command = { }
}
}
Umm.. you wrote the event that removes it...
Code:#(1516) Death of Fernando of Aragon #by sturmvogel event = { id = 285223 trigger = { OR = { monarch = 0127500 #Isabel y Fernando monarch = 0127526 #Fernando I } } random = no country = SPA name = "EVENTNAME285223" #Death of Fernando of Aragon desc = "EVENTHIST285223" #-# date = { day = 23 month = january year = 1516 } action_a = { name = "DAMN" command = { type = domestic which = centralization value = -1 } command = { type = remove_countryculture which = amazonian } #Catalan command = { } } }
The death of King Fernando of Aragon weakened the authority of the Crown of Spain over the separate crowns of Aragon because it now lacked anyone who knew the players and the system well enough to get them to do the royal bidding. The various governments of Aragon took advantage of the inexperienced Burgundians who came with Carlos I to reassert their ancient rights and privileges.
what? Can't a guy have a senior moment around here without a few comments from the peanut gallery?o
Souldn't it be a RM with ARG as safety instead?How can a country have a dynastic marriage with itself? And it's not a typo for Aragon since 142011 gives one.
Code:#(1474) Isabel and Fernando Kings of Castile #by Twoflower and Fodoron event = { id = 142012 random = no country = CAS name = "EVENTNAME142012" #Isabel and Fernando Kings of Castile desc = "EVENTHIST142012" date = { day = 13 month = december year = 1474 } action_a = { name = "ACTIONNAME142012A" #Isabel and Fernando will rule Castile jointly from now on command = { type = stability value = 2 } [COLOR="Red"]command = { type = dynastic which = CAS }[/COLOR] command = { type = relation which = ARG value = 150 } command = { type = wakeleader which = 029801 } #Fernando (CAS) command = { type = domestic which = centralization value = 1 } command = { type = domestic which = aristocracy value = -1 } } }
Souldn't it be a RM with ARG as safety instead?
Weird things could happen between 1469 (RM in CAS_142010 or CAS_142011) and 1474...