Breakvassal command bug
Here is a simple events sequence to check it:
Both Aragon and Naples are at peace in 1419, so that's not the problem.
Now all three events will fire normally, but events 1 and 3 will always work fine, while 2 will only work if you saved and reloaded your game between the 3rd and 10th of january.
As Aragon you will not be able to break the vassalage through the diplomatic menu either until you save/reload.
As Naples the command will work fine anytime.
Here is a simple events sequence to check it:
Code:
#event1#
event = {
id = 150500
random = no
country = ARG
style = 1
date = { day = 3 month = january year = 1419 }
name = "event1"
desc = ""
action_a = {
name = "Ok"
command = { type = vassal which = NAP }
}
}
#event2#
event = {
id = 150501
random = no
country = ARG
style = 1
date = { day = 10 month = january year = 1419 }
name = "event2"
desc = ""
action_a = {
name = "Ok"
command = { type = breakvassal which = NAP }
}
}
#event3#
event = {
id = 150502
random = no
country = NAP
style = 1
date = { day = 17 month = january year = 1419 }
name = "event3"
desc = ""
action_a = {
name = "Ok"
command = { type = breakvassal which = ARG }
}
}
Both Aragon and Naples are at peace in 1419, so that's not the problem.
Now all three events will fire normally, but events 1 and 3 will always work fine, while 2 will only work if you saved and reloaded your game between the 3rd and 10th of january.
As Aragon you will not be able to break the vassalage through the diplomatic menu either until you save/reload.
As Naples the command will work fine anytime.
Last edited by a moderator:
Upvote
0