I'm having trouble to get some events for China to fire. Although they do meet the conditions, the triggers do not activate.
The wierd thing is though, that if you save and quit and reload, the events immediately fire. I am not sure what's wrong. BTW, these events are for AoN, but I haven't been getting much help from there, so I'm posting the event here to see if you guys can help any.
Here are events 16492 and 16495:
do you guys have any tips?
The wierd thing is though, that if you save and quit and reload, the events immediately fire. I am not sure what's wrong. BTW, these events are for AoN, but I haven't been getting much help from there, so I'm posting the event here to see if you guys can help any.
Here are events 16492 and 16495:
Code:
#20 Jan 1841: The Opium War - Convention of Chuanbi#
event = {
id = 16492
random = no
country = CHI
name = "Convention of Chuanbi"
desc = "On January 7 1841, the British captured the two forts at the Bogue entrance. Qishan, the Manchu official who replaced Commissioner Lin, who saw that the way was then open to Guangzhou, agreed on January 20 1841 to sign the Convention of Chuanbi. By this convention the island of Hong Kong was to be ceded to the British Crown, though all duties payable there were to belong to China. The convention was also to provide for compensation to be paid for the opium destroyed by Commissioner Lin and there was to be intercourse on an equal footing between Great Britain and the Middle Kingdom. The Emperor was not at all pleased with these terms."
style = 1
deathdate = { day = 1 month = january year = 1915 }
trigger = {
OR = {
control = { province = 659 data = ENG }
control = { province = 657 data = ENG }
}
}
action_a = {
name = "Sentence Qishan to death! The war is still on!"
command = { type = secedeprovince which = ENG value = 657 }
command = { type = population which = 657 value = -50000 }
command = { type = provincetax which = 657 value = -5000 }
command = { type = treasury value = -300 }
command = { type = trigger which = 16493 } #Convention of Chuanbi - British response#
}
}
#20 Jan 1841: The Opium War - Convention of Chuanbi - British response#
event = {
id = 16493
random = no
country = ENG
name = "Convention of Chuanbi"
desc = "On January 7 1841, the British captured the two forts at the Bogue entrance. The local Chinese commissioner, who saw that the way was then open to Guangzhou, agreed on January 20 1841 to sign the Convention of Chuanbi. By this convention the island of Hong Kong was to be ceded to the British Crown, though all duties payable there were to belong to China. The convention was also to provide for compensation to be paid for the opium destroyed by Commissioner Lin and there was to be intercourse on an equal footing between Great Britain and the Middle Kingdom. The Crown hoped that Captain Elliot would take more. The compensation for the opium was insufficient, and no income came from Hong Kong."
trigger = {
event = 16492
}
style = 1
deathdate = { day = 1 month = january year = 1915 }
action_a = {
name = "Results of the Convention - War is still on!"
command = { type = treasury value = 300 }
command = { type = removecore which = 657 }
command = { type = removecore which = 659 }
}
}
#29 Aug 1842: The Opium War - Treaty of Nanjing with Britain #
event = {
id = 16495
random = no
country = CHI
name = "Treaty of Nanjing"
desc = "Britain has won the first opium war. To further humiliate China, they have set out the following additional terms in their treaty: Guangzhou, Amoy, Fuzhou, Ninbo and Shanghai are to be treaty ports. China should pay 6 million in compensation for the loss of trade profit while the war was proceeding (specifically in opium). The Supplementary Treaty of the Bogue with Britain contained the seeds of extra-territoriality, the practice whereby foreigners resident in China were governed by the officials and laws of their home country, so that the conditions that caused the first opium war would never happen again. The Bogue Treaty also included the hated most-favoured nation clause, which allowed any nation dealing with China the same privileges accorded Britain."
style = 1
deathdate = { day = 1 month = january year = 1915 }
trigger = {
event = 16490
atwar = no
OR = {
owned = { province = 657 data = ENG }
owned = { province = 656 data = ENG }
owned = { province = 659 data = ENG }
owned = { province = 661 data = ENG }
owned = { province = 658 data = ENG }
owned = { province = 660 data = ENG }
owned = { province = 1566 data = ENG }
owned = { province = 657 data = ENG }
owned = { province = 1555 data = ENG }
owned = { province = 1545 data = ENG }
owned = { province = 1544 data = ENG }
owned = { province = 1557 data = ENG }
owned = { province = 689 data = ENG }
owned = { province = 1542 data = ENG }
owned = { province = 1540 data = ENG }
owned = { province = 1541 data = ENG }
owned = { province = 1543 data = ENG }
owned = { province = 1539 data = ENG }
owned = { province = 641 data = ENG }
owned = { province = 635 data = ENG }
owned = { province = 645 data = ENG }
owned = { province = 643 data = ENG }
owned = { province = 646 data = ENG }
owned = { province = 1564 data = ENG }
owned = { province = 648 data = ENG }
owned = { province = 1561 data = ENG }
owned = { province = 651 data = ENG }
owned = { province = 647 data = ENG }
owned = { province = 650 data = ENG }
owned = { province = 1562 data = ENG }
owned = { province = 1558 data = ENG }
owned = { province = 1560 data = ENG }
owned = { province = 1563 data = ENG }
owned = { province = 1559 data = ENG }
owned = { province = 654 data = ENG }
owned = { province = 1565 data = ENG }
owned = { province = 652 data = ENG }
owned = { province = 1567 data = ENG }
owned = { province = 653 data = ENG }
owned = { province = 655 data = ENG }
owned = { province = 1556 data = ENG }
owned = { province = 1553 data = ENG }
}
}
action_a = {
name = "Grumble..."
command = { type = trade value = -40000 }
command = { type = treasury value = -500 }
command = { type = province_revoltrisk which = 653 value = 1 }
command = { type = province_revoltrisk which = 655 value = 1 }
command = { type = province_revoltrisk which = 656 value = 1 }
command = { type = province_revoltrisk which = 658 value = 1 }
command = { type = trigger which = 16496 }
command = { type = secedeprovince which = ENG value = 657 }
}
}
do you guys have any tips?