• 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(15247)

immortal technique
Mar 3, 2003
1.964
0
this the last event that triggers when all iberia taken. it is not suppose to happen after 1492, since that is the date where al andalus shall have no provincial RR left ( provincial rr is permanent and only event can decrease it). with 6rr in all main cores(8)(sometimes 8 or even 10 becouse a few other previous events can affect this number, but 6 at LEAST)as such would be impossible here to war at all since this permanent rr will quicklly add up to a lot when having even a bit of we or under 0 stability.

point is that this is NOT suppose to happen after 1492 when ALL provincial RR shall be reseted to 0.

Code:
event = {
	id = 881991
	random = no
	country = CRD
	trigger = {
		NOT = { event = 881016 } #No crusade
		NOT = { event = 881805 } # crusade is over event # Christian victory events
		owned = { province = 444 data = -1 }
		owned = { province = 445 data = -1 }
		owned = { province = 443 data = -1 }
		owned = { province = 439 data = -1 }
		owned = { province = 438 data = -1 }
		owned = { province = 436 data = -1 }
		OR = {
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 434 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 434 data = -1 }
			}
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
			}
			AND = {
				owned = { province = 442 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 434 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 442 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 427 data = -1 }
			}
			AND = {
				owned = { province = 434 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 437 data = -1 }
			}
			AND = {
				owned = { province = 430 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 437 data = -1 }
			}
			AND = {
				owned = { province = 430 data = -1 }
				owned = { province = 428 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 437 data = -1 }
			}
			AND = {
				owned = { province = 431 data = -1 }
				owned = { province = 432 data = -1 }
				owned = { province = 433 data = -1 }
				owned = { province = 434 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 430 data = -1 }
				owned = { province = 431 data = -1 }
				owned = { province = 432 data = -1 }
				owned = { province = 435 data = -1 }
				owned = { province = 437 data = -1 }
			}
			countrysize = 11
		}
		OR = {
			event = 881814 #chistian loss events
			year = 1490
		}
		NOT = { vassal = { country = BAY country = CRD } }
		NOT = { vassal = { country = SAV country = CRD } }
		NOT = { vassal = { country = EIR country = CRD } }
		NOT = { vassal = { country = AUV country = CRD } }
		NOT = { vassal = { country = BRI country = CRD } }
		NOT = { vassal = { country = BUR country = CRD } }
		NOT = { vassal = { country = PAP country = CRD } }
		NOT = { vassal = { country = NAV country = CRD } }
		NOT = { vassal = { country = ASU country = CRD } }
		NOT = { vassal = { country = GEN country = CRD } }
	}
	name = "The Infidels Defeated"
	desc = "The crusaders have once more been repulsed by the will of Allah and the forces of the Sultan. Their lack of faith and poor training have seen them run from the battlefield before our men. We rejoice in a great victory for Allah."
	date = { year = 1450 }
	offset = 300
	deathdate = { year = 1491 }
	
	action_a = {
		name = "Let us complete the conquest of Iberia"
		command = { type = stability value = 1 }
		command = { type = vp value = 100 }
		command = { type = ai which = "Al-Andalus.ai" }
		command = { type = setflag which = early_explorer }
		command = { type = addcore which = 427 }
		command = { type = addcore which = 428 }
		command = { type = addcore which = 429 }
		command = { type = addcore which = 430 }
		command = { type = addcore which = 431 }
		command = { type = addcore which = 432 }
		command = { type = addcore which = 433 }
		command = { type = addcore which = 434 }
		command = { type = addcore which = 435 }
		command = { type = domestic which = offensive value = 1 }
		command = { type = DIP which = 1 value = 60 }
		command = { type = MIL which = 1 value = 60 }
		command = { type = ADM which = 1 value = 120 }
		command = { type = clrflag which = defendalandalus }
		command = { type = sleepevent which = 881990 }
		command = { type = sleepevent which = 881992 }
		command = { type = province_revoltrisk which = 429 value = 6 }
		command = { type = province_revoltrisk which = 430 value = 6 }
		command = { type = province_revoltrisk which = 437 value = 6 }
		command = { type = province_revoltrisk which = 438 value = 6 }
		command = { type = province_revoltrisk which = 439 value = 6 }
		command = { type = province_revoltrisk which = 440 value = 6 }
		command = { type = province_revoltrisk which = 441 value = 6 }
		command = { type = province_revoltrisk which = 442 value = 6 }
		command = { type = province_revoltrisk which = 443 value = 6 }
		command = { type = province_revoltrisk which = 444 value = 6 }
		command = { type = province_revoltrisk which = 445 value = 6 }
	}
	action_b = {
		name = "Establish our frontiers in the East"
		command = { type = stability value = 1 }
		command = { type = addcore which = 425 }
		command = { type = addcore which = 426 }
		command = { type = addcore which = 427 }
		command = { type = addcore which = 428 }
		command = { type = addcore which = 429 }
		command = { type = addcore which = 430 }
		command = { type = addcore which = 431 }
		command = { type = addcore which = 432 }
		command = { type = addcore which = 433 }
		command = { type = addcore which = 434 }
		command = { type = addcore which = 435 }
		command = { type = badboy value = 3 }
		command = { type = domestic which = offensive value = 1 }
		command = { type = domestic which = quality value = 1 }
		command = { type = vp value = 100 }
		command = { type = ai which = "Al-Andalus_france.ai" }
		command = { type = DIP which = 1 value = 120 }
		command = { type = MIL which = 1 value = 60 }
		command = { type = ADM which = 1 value = 60 }
		command = { type = clrflag which = defendalandalus }
		command = { type = sleepevent which = 881990 }
		command = { type = sleepevent which = 881992 }
		command = { type = province_revoltrisk which = 429 value = 6 }
		command = { type = province_revoltrisk which = 430 value = 6 }
		command = { type = province_revoltrisk which = 437 value = 6 }
		command = { type = province_revoltrisk which = 438 value = 6 }
		command = { type = province_revoltrisk which = 439 value = 6 }
		command = { type = province_revoltrisk which = 440 value = 6 }
		command = { type = province_revoltrisk which = 441 value = 6 }
		command = { type = province_revoltrisk which = 442 value = 6 }
		command = { type = province_revoltrisk which = 443 value = 6 }
		command = { type = province_revoltrisk which = 444 value = 6 }
		command = { type = province_revoltrisk which = 445 value = 6 }
	}
	action_c = {
		name = "Take the battle forward to Firanja"
		command = { type = stability value = 1 }
		command = { type = vp value = 100 }
		command = { type = ai which = "Al-Andalus_france.ai" }
		command = { type = addcore which = 418 }
		command = { type = addcore which = 419 }
		command = { type = addcore which = 420 }
		command = { type = addcore which = 421 }
		command = { type = addcore which = 422 }
		command = { type = addcore which = 423 }
		command = { type = addcore which = 424 }
		command = { type = addcore which = 425 }
		command = { type = addcore which = 426 }
		command = { type = addcore which = 427 }
		command = { type = addcore which = 428 }
		command = { type = addcore which = 429 }
		command = { type = addcore which = 430 }
		command = { type = addcore which = 431 }
		command = { type = addcore which = 432 }
		command = { type = addcore which = 433 }
		command = { type = addcore which = 434 }
		command = { type = addcore which = 435 }
		command = { type = badboy value = 8 }
		command = { type = domestic which = offensive value = 2 }
		command = { type = domestic which = land value = 1 }
		command = { type = domestic which = quality value = 1 }
		command = { type = domestic which = innovative value = -1 }
		command = { type = DIP which = 1 value = 60 }
		command = { type = MIL which = 1 value = 120 }
		command = { type = ADM which = 1 value = 60 }
		command = { type = clrflag which = defendalandalus }
		command = { type = sleepevent which = 881990 }
		command = { type = sleepevent which = 881992 }
		command = { type = province_revoltrisk which = 429 value = 6 }
		command = { type = province_revoltrisk which = 430 value = 6 }
		command = { type = province_revoltrisk which = 437 value = 6 }
		command = { type = province_revoltrisk which = 438 value = 6 }
		command = { type = province_revoltrisk which = 439 value = 6 }
		command = { type = province_revoltrisk which = 440 value = 6 }
		command = { type = province_revoltrisk which = 441 value = 6 }
		command = { type = province_revoltrisk which = 442 value = 6 }
		command = { type = province_revoltrisk which = 443 value = 6 }
		command = { type = province_revoltrisk which = 444 value = 6 }
		command = { type = province_revoltrisk which = 445 value = 6 }
	}
}
 

unmerged(36826)

Antipope
Dec 11, 2004
4.650
0
Just a remainder that something ought to be done about the Genoan dow, he lost like 35K of infantry and i lost about 5K cav, 5K inf and 4 galleys and a warship.

Plus you might want to consider putting genoa's money into investment and reducing inflation as the sub left it on full mint...
 

Cicero

Captain
5 Badges
Jun 23, 2003
444
0
Visit site
  • Cities in Motion 2
  • Hearts of Iron III
  • Semper Fi
  • Victoria 2
  • 500k Club
- just 1 week till my 2 brandnew manus would have been finished, too bad i couldnt see it today.

- there is something bugged with the relation to Friesland. its my vassal but i cant annex: everytime i reach 200 relation it jumps back to relation 150 a very few days later. everytime!
i spent a shitload of ducats for bribing them, all wasted for nothing. is it a bug? or is it somehow coded that Bavaria cant annex Friesland?
 

unmerged(15247)

immortal technique
Mar 3, 2003
1.964
0
Stats

Finally done with the silly AI-bashing. Just some diplomatic moves between me and them now. Suits me. Perhaps it is time for war?


I do not recommend this procedure. Experience shows that a lot of other events for other countries tend to trigger also. And that may dismay players.

hansa and byz(!?) leading in income :cool: of hansa to be expected but looks like byz troops are not expensive enough:D

spot 3 tightlly contested by bavaria/al andalus/ and abbasid

bavaria huge manpower already, again followed by byz lol.

That is true. In that case, event effects shall be edited in manually. How much BB should he get for event-annexation?
0.66 for the 2 provinces(0.33/province)



need to be adressed:
1- genoa-hansa rather odd war under the circumstances.

2- bavaria issue with friesland(beats me). ai tends to get decrease relations events when human tries to diplo but NOT every time.mattyg what's up with that??

3-al andalus cot fixing issue, move it to castile and TEST it works before the next session? for this session investment compensation but no cash(maybe just a bit of it cash, as calculating annual income from cot wich would be inflation free anyway).

4- dansihmed inheritance for abbasid

5-the issue with the permanent provincial RR that will remain forever in al andalus main cores(8) post 1492( it can range from 6 value to 10 depending the wrong order that events might trigger. more wrong or less wrong LOL)
see post 381 for event details.
 
Last edited:

Therion

Field Marshal
21 Badges
Sep 7, 2006
2.637
83
  • Heir to the Throne
  • Mount & Blade: With Fire and Sword
  • Mount & Blade: Warband
  • 500k Club
  • War of the Roses
  • Victoria 2: A House Divided
  • Victoria 2
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Arsenal of Democracy
  • Hearts of Iron III
  • For The Glory
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III
  • Deus Vult
  • Darkest Hour
  • Crusader Kings II
Just a remainder that something ought to be done about the Genoan dow, he lost like 35K of infantry and i lost about 5K cav, 5K inf and 4 galleys and a warship.

Plus you might want to consider putting genoa's money into investment and reducing inflation as the sub left it on full mint...
Yes, I'll give compensations for that. TC Pilot's behavour was disgraceful. He won't be asked to sub another time.

- there is something bugged with the relation to Friesland. its my vassal but i cant annex: everytime i reach 200 relation it jumps back to relation 150 a very few days later. everytime!
i spent a shitload of ducats for bribing them, all wasted for nothing. is it a bug? or is it somehow coded that Bavaria cant annex Friesland?
Hmm, this is strange. How many ducats have you lost on this? I will reimburse you if I find that Friesland has no events reducing relations.

this the last event that triggers when all iberia taken. it is not suppose to happen after 1492, since that is the date where al andalus shall have no provincial RR left ( provincial rr is permanent and only event can decrease it). with 6rr in all main cores(8)(sometimes 8 or even 10 becouse a few other previous events can affect this number, but 6 at LEAST)as such would be impossible here to war at all since this permanent rr will quicklly add up to a lot when having even a bit of we or under 0 stability.

point is that this is NOT suppose to happen after 1492 when ALL provincial RR shall be reseted to 0.

Code:
event = {
	id = 881991
	random = no
	country = CRD
	trigger = {
		NOT = { event = 881016 } #No crusade
		NOT = { event = 881805 } # crusade is over event # Christian victory events
		owned = { province = 444 data = -1 }
		owned = { province = 445 data = -1 }
		owned = { province = 443 data = -1 }
		owned = { province = 439 data = -1 }
		owned = { province = 438 data = -1 }
		owned = { province = 436 data = -1 }
		OR = {
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 434 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 434 data = -1 }
			}
			AND = {
				owned = { province = 440 data = -1 }
				owned = { province = 441 data = -1 }
				owned = { province = 442 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
			}
			AND = {
				owned = { province = 442 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 434 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 442 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 427 data = -1 }
			}
			AND = {
				owned = { province = 434 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 437 data = -1 }
			}
			AND = {
				owned = { province = 430 data = -1 }
				owned = { province = 440 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 437 data = -1 }
			}
			AND = {
				owned = { province = 430 data = -1 }
				owned = { province = 428 data = -1 }
				owned = { province = 437 data = -1 }
				owned = { province = 429 data = -1 }
				owned = { province = 437 data = -1 }
			}
			AND = {
				owned = { province = 431 data = -1 }
				owned = { province = 432 data = -1 }
				owned = { province = 433 data = -1 }
				owned = { province = 434 data = -1 }
				owned = { province = 435 data = -1 }
			}
			AND = {
				owned = { province = 430 data = -1 }
				owned = { province = 431 data = -1 }
				owned = { province = 432 data = -1 }
				owned = { province = 435 data = -1 }
				owned = { province = 437 data = -1 }
			}
			countrysize = 11
		}
		OR = {
			event = 881814 #chistian loss events
			year = 1490
		}
		NOT = { vassal = { country = BAY country = CRD } }
		NOT = { vassal = { country = SAV country = CRD } }
		NOT = { vassal = { country = EIR country = CRD } }
		NOT = { vassal = { country = AUV country = CRD } }
		NOT = { vassal = { country = BRI country = CRD } }
		NOT = { vassal = { country = BUR country = CRD } }
		NOT = { vassal = { country = PAP country = CRD } }
		NOT = { vassal = { country = NAV country = CRD } }
		NOT = { vassal = { country = ASU country = CRD } }
		NOT = { vassal = { country = GEN country = CRD } }
	}
	name = "The Infidels Defeated"
	desc = "The crusaders have once more been repulsed by the will of Allah and the forces of the Sultan. Their lack of faith and poor training have seen them run from the battlefield before our men. We rejoice in a great victory for Allah."
	date = { year = 1450 }
	offset = 300
	deathdate = { year = 1491 }
	
	action_a = {
		name = "Let us complete the conquest of Iberia"
		command = { type = stability value = 1 }
		command = { type = vp value = 100 }
		command = { type = ai which = "Al-Andalus.ai" }
		command = { type = setflag which = early_explorer }
		command = { type = addcore which = 427 }
		command = { type = addcore which = 428 }
		command = { type = addcore which = 429 }
		command = { type = addcore which = 430 }
		command = { type = addcore which = 431 }
		command = { type = addcore which = 432 }
		command = { type = addcore which = 433 }
		command = { type = addcore which = 434 }
		command = { type = addcore which = 435 }
		command = { type = domestic which = offensive value = 1 }
		command = { type = DIP which = 1 value = 60 }
		command = { type = MIL which = 1 value = 60 }
		command = { type = ADM which = 1 value = 120 }
		command = { type = clrflag which = defendalandalus }
		command = { type = sleepevent which = 881990 }
		command = { type = sleepevent which = 881992 }
		command = { type = province_revoltrisk which = 429 value = 6 }
		command = { type = province_revoltrisk which = 430 value = 6 }
		command = { type = province_revoltrisk which = 437 value = 6 }
		command = { type = province_revoltrisk which = 438 value = 6 }
		command = { type = province_revoltrisk which = 439 value = 6 }
		command = { type = province_revoltrisk which = 440 value = 6 }
		command = { type = province_revoltrisk which = 441 value = 6 }
		command = { type = province_revoltrisk which = 442 value = 6 }
		command = { type = province_revoltrisk which = 443 value = 6 }
		command = { type = province_revoltrisk which = 444 value = 6 }
		command = { type = province_revoltrisk which = 445 value = 6 }
	}
	action_b = {
		name = "Establish our frontiers in the East"
		command = { type = stability value = 1 }
		command = { type = addcore which = 425 }
		command = { type = addcore which = 426 }
		command = { type = addcore which = 427 }
		command = { type = addcore which = 428 }
		command = { type = addcore which = 429 }
		command = { type = addcore which = 430 }
		command = { type = addcore which = 431 }
		command = { type = addcore which = 432 }
		command = { type = addcore which = 433 }
		command = { type = addcore which = 434 }
		command = { type = addcore which = 435 }
		command = { type = badboy value = 3 }
		command = { type = domestic which = offensive value = 1 }
		command = { type = domestic which = quality value = 1 }
		command = { type = vp value = 100 }
		command = { type = ai which = "Al-Andalus_france.ai" }
		command = { type = DIP which = 1 value = 120 }
		command = { type = MIL which = 1 value = 60 }
		command = { type = ADM which = 1 value = 60 }
		command = { type = clrflag which = defendalandalus }
		command = { type = sleepevent which = 881990 }
		command = { type = sleepevent which = 881992 }
		command = { type = province_revoltrisk which = 429 value = 6 }
		command = { type = province_revoltrisk which = 430 value = 6 }
		command = { type = province_revoltrisk which = 437 value = 6 }
		command = { type = province_revoltrisk which = 438 value = 6 }
		command = { type = province_revoltrisk which = 439 value = 6 }
		command = { type = province_revoltrisk which = 440 value = 6 }
		command = { type = province_revoltrisk which = 441 value = 6 }
		command = { type = province_revoltrisk which = 442 value = 6 }
		command = { type = province_revoltrisk which = 443 value = 6 }
		command = { type = province_revoltrisk which = 444 value = 6 }
		command = { type = province_revoltrisk which = 445 value = 6 }
	}
	action_c = {
		name = "Take the battle forward to Firanja"
		command = { type = stability value = 1 }
		command = { type = vp value = 100 }
		command = { type = ai which = "Al-Andalus_france.ai" }
		command = { type = addcore which = 418 }
		command = { type = addcore which = 419 }
		command = { type = addcore which = 420 }
		command = { type = addcore which = 421 }
		command = { type = addcore which = 422 }
		command = { type = addcore which = 423 }
		command = { type = addcore which = 424 }
		command = { type = addcore which = 425 }
		command = { type = addcore which = 426 }
		command = { type = addcore which = 427 }
		command = { type = addcore which = 428 }
		command = { type = addcore which = 429 }
		command = { type = addcore which = 430 }
		command = { type = addcore which = 431 }
		command = { type = addcore which = 432 }
		command = { type = addcore which = 433 }
		command = { type = addcore which = 434 }
		command = { type = addcore which = 435 }
		command = { type = badboy value = 8 }
		command = { type = domestic which = offensive value = 2 }
		command = { type = domestic which = land value = 1 }
		command = { type = domestic which = quality value = 1 }
		command = { type = domestic which = innovative value = -1 }
		command = { type = DIP which = 1 value = 60 }
		command = { type = MIL which = 1 value = 120 }
		command = { type = ADM which = 1 value = 60 }
		command = { type = clrflag which = defendalandalus }
		command = { type = sleepevent which = 881990 }
		command = { type = sleepevent which = 881992 }
		command = { type = province_revoltrisk which = 429 value = 6 }
		command = { type = province_revoltrisk which = 430 value = 6 }
		command = { type = province_revoltrisk which = 437 value = 6 }
		command = { type = province_revoltrisk which = 438 value = 6 }
		command = { type = province_revoltrisk which = 439 value = 6 }
		command = { type = province_revoltrisk which = 440 value = 6 }
		command = { type = province_revoltrisk which = 441 value = 6 }
		command = { type = province_revoltrisk which = 442 value = 6 }
		command = { type = province_revoltrisk which = 443 value = 6 }
		command = { type = province_revoltrisk which = 444 value = 6 }
		command = { type = province_revoltrisk which = 445 value = 6 }
	}
}

I haven't quite understood this. Is this firing in 1492? How come if deathdate is at 1491? And how do you know? SP-test?


I have never encountered all these bugs before......
 
Last edited:

Monkii-sama

Lt. General
74 Badges
Mar 13, 2005
1.462
0
  • Cities: Skylines
  • Europa Universalis III Complete
  • Magicka
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Heir to the Throne
  • Cities: Skylines Deluxe Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Battle for Bosporus
  • Europa Universalis III: Chronicles
  • Arsenal of Democracy
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Hearts of Iron Anthology
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For The Glory
  • For the Motherland
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Not sure that those Friesland things aren't just Scandal at the court and such for the AI?
 

MattyG

Attention is love.
15 Badges
Mar 23, 2003
3.690
1
  • Crusader Kings II: The Old Gods
  • Deus Vult
  • Diplomacy
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis III Complete
  • 500k Club
  • Europa Universalis III: Collection
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Rule Britannia
  • Crusader Kings III
  • Europa Universalis 4: Emperor
Some answers:

1. Friesland has ai event to reduce relationship with Bavaria to ensure there is no DA until after Ane. You need to delve into the Friesland story to understand why.

After the Ane period, if she has survived, then it's possible.

2. The Al-Andalus thing doesn't really make sense, but I will put in additional triggers to make certain those events only happen if the crusade happens, as they are there to cancel out the -6 RR that happens when the crusade starts.

I will have to look and see what happened to Genoa ... gulp.
 

unmerged(15247)

immortal technique
Mar 3, 2003
1.964
0
That was my idea too.

yes can be once or twice many times, but i repeat: NOT in a consistent manner as cicero has reported

I haven't quite understood this. Is this firing in 1492? How come if deathdate is at 1491? And how do you know? SP-test?


I have never encountered all these bugs before......
yes, sp but this will suerlly happen here as well. problem is that this is the LAST event that will trigger and will leave at LEAST 6 rr permanent in 8 main cores. the 6command should be MINUS 6(and thus end the period of al andalus "turmoil" designed to END in 1492), especially since all options have it.
 

unmerged(36826)

Antipope
Dec 11, 2004
4.650
0
I will have to look and see what happened to Genoa ... gulp.

To give a short summing up.

TC pilot comes in, says his war is unwinnable against Sicily, asks if i want to sell Firenze, i say that the perm should handle this and no i don't want to sell.
He then dows, i say that this is not something the perm would endorse but it carries on. He loses an entire army trying to take Firenze, tries to build a new one, that is also crushed by my northern army says he has ruined genoa, then leaves.
I cover mainland genoa for a little while, then at mat's request leave and wait for the 3 year peace to work
 

unmerged(15247)

immortal technique
Mar 3, 2003
1.964
0
2. The Al-Andalus thing doesn't really make sense, but I will put in additional triggers to make certain those events only happen if the crusade happens, as they are there to cancel out the -6 RR that happens when the crusade starts.
.

u NEED to actually play it:rolleyes:. as i been telling you, it does not make sense theoretically but as you shall see it happens as such.
do not sleep event becouse it suppose to trigger when all iberia united and make al andalus have a choicein trying expanding further or not, etc. this is based on the description al andalus has as the implemented for the "historcal" path.

the easiest solution is to add NEGATIVE 6rr instead of positive one(and thus reduce the permanent one to at most 2 or 4 in one casescenario)

also once u fix this event (and the cot one) FOR SURE, send the modified events to martin(or tell him how). someone decided that we won't switch or update this version, so all this bugs need by applied manually within the save or by the host(if event).
 

Cicero

Captain
5 Badges
Jun 23, 2003
444
0
Visit site
  • Cities in Motion 2
  • Hearts of Iron III
  • Semper Fi
  • Victoria 2
  • 500k Club
need to be adressed:
2- bavaria issue with friesland(beats me). ai tends to get decrease relations events when human tries to diplo but NOT every time.mattyg what's up with that??

i had bribed Friesland about 6 times to 200 relation. everytime relation dropped to exactly 150 before i was able to send the next diplomat next month. i couldnt even click the diploannexbuttom.
i dont need to be compensated anyhow for that. but it would be cool if Friesland could be annexable next session if its a bug. :D

edit:
Some answers:

1. Friesland has ai event to reduce relationship with Bavaria to ensure there is no DA until after Ane. You need to delve into the Friesland story to understand why.

After the Ane period, if she has survived, then it's possible.

Ane ???
And when does this period end?
 
Last edited:

Therion

Field Marshal
21 Badges
Sep 7, 2006
2.637
83
  • Heir to the Throne
  • Mount & Blade: With Fire and Sword
  • Mount & Blade: Warband
  • 500k Club
  • War of the Roses
  • Victoria 2: A House Divided
  • Victoria 2
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Arsenal of Democracy
  • Hearts of Iron III
  • For The Glory
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III
  • Deus Vult
  • Darkest Hour
  • Crusader Kings II
Interesting there was just 1 human war so far. In my case, I couldn't bring myself to DOW the TO in his times of trouble fighting multiple AIs. We had been having a good understanding after all. Only time can tell whether this was a mistake...
 

Monkii-sama

Lt. General
74 Badges
Mar 13, 2005
1.462
0
  • Cities: Skylines
  • Europa Universalis III Complete
  • Magicka
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Heir to the Throne
  • Cities: Skylines Deluxe Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Battle for Bosporus
  • Europa Universalis III: Chronicles
  • Arsenal of Democracy
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Hearts of Iron Anthology
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For The Glory
  • For the Motherland
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
1 human war?