Afficher un message
  #1734  
Vieux 13/03/2007, 20h17
Avatar de ric novice
ric novice ric novice est déconnecté
Son excellence postissime
 
Date d'inscription: août 2005
Messages: 1 598
Par défaut

l'event est deja passé (en 1700) et une commande ne donne pas le resultat voulu (ligne en gras ci dessous),mini bug d'affichage qui est connu par bcp de joeurs

d'ailleurs Aedan a fait faire la meme modif dans la mollo apres que je lui ai indiqué la solution

c du pur confort, mais je prefere avoir drapeau de l'uk et non de l'england

****

#The Act of Union#
event = {
id = 3037
trigger = {
OR = {
vassal = { country = ENG country = SCO }
AND = {
owned = { province = 238 data = -1 }
owned = { province = 239 data = -1 }
NOT = { exists = SCO }
}
}
}
random = no
country = ENG
name = "EVENTNAME3037"
desc = "EVENTHIST3037"
style = 4
date = { day = 1 month = january year = 1700 }
offset = 10
deathdate = { day = 1 month = january year = 1820 }
action_a ={ #We are Great Britain#
name = "ACTIONNAME3037A"
command = { type = flag which = 6 }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = stability value = 1 }
command = { type = addcore which = 236 }
command = { type = addcore which = 237 }
command = { type = addcore which = 238 }
command = { type = addcore which = 239 }
command = { type = addcore which = 837 }
command = { type = addcore which = 1915 }
command = { type = provinceculture which = 237 value = anglosaxon }
command = { type = provinceculture which = 238 value = anglosaxon }
command = { type = provinceculture which = 239 value = anglosaxon }

.

Dernière modification par ric novice ; 13/03/2007 à 20h22.
Réponse avec citation