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

Colonel
Jan 1, 2005
946
0
So played it a bit and managed to survive and keep a rather large counry with double the land tech then my neighbours and a 16k army in my 4 province Timurid until I invaded Kabul and got handed down by everyone DoW and is now a one provinces in 1600 something. I wonder although...how to become Mughal Empire now...or is it to late?
 
Lord Skane said:
So played it a bit and managed to survive and keep a rather large counry with double the land tech then my neighbours and a 16k army in my 4 province Timurid until I invaded Kabul and got handed down by everyone DoW and is now a one provinces in 1600 something. I wonder although...how to become Mughal Empire now...or is it to late?

Yes, for the normal event it´s too late (see below). However if you feel like you deserve it,then simply fire the even manually ;)

Code:
#(1514-1520) Babur's Ambition
event = {
	id = 296613
	trigger = {
		owned = { province = 1527 data = -1 } #Kabul
		NOT = {
			exists = MOG
			exists = KUS
		}
		OR = {
			event = 296770
			event = 296771
		}
	}
	random = no
	country = TIM
	name = "EVENTNAME3804" #Babur's Ambition
	desc = "EVENTHIST3804"
	#-#Zahir-ud-din Muhammad, better known as Babur, was a Timurid Prince with the blood of Genghis Khan and Tamerlane flowing through his veins, who became the founder of the mighty Mughal dynasty. His early years were spent in bitter struggle with the Uzbeks, who under their brilliant Khan Muhammad Shaybani had occupied the old Timurid capital of Samarkand. Weary of this useless quest, Babur eventually turned his ambitious gaze east towards India - a much more fruitful ambition, as it would turn out...

	date = { day = 1 month = march year = 1514 }
	offset = 1
	deathdate = { day = 1 month = march year = 1520 }

	action_a = {
		name = "ACTIONNAME3804A" #Unleash the Tiger!
		command = { type = flagname which = "" }
		command = { type = country which = MOG }
		command = { type = add_countryculture which = hindi }
		command = { type = domestic which = QUALITY value = 3 }
		command = { type = INF which = -2 value = 10000 }
		command = { type = INF which = -1 value = 10000 }
		command = { type = INF which = -1 value = 10000 }
		command = { type = CAV which = -2 value = 20000 }
		command = { type = ART which = -2 value = 10 }
		command = { type = cash value = 300 }
		command = { type = relation which = DLH value = -400 }
		command = { type = addcore which = 543 } #Delhi
		command = { type = addcore which = 1523 } #Thar
		command = { type = land value = 3000 }
		#command = { type = AI which = Mughal.ai }
	}
}
 
Lord Skane said:
Oh but If I want it to happen automatically :) How to do it then? I need Kabul It seems! Which I had lost...doh!
As ConjurerDragon said, it is too late. You should go back before 1520... :)

Anyway, you can fire this event at any time: be sure MOG doesn't exist (of course), use console (F12) and type: event 296613

And this thread belongs to AGCEEP sub-forum for sure. :)
 
AH okay! most sorry.

I want to be able to trigger it without cheating :p So I guess either a restart then or trying to make something out of my one province Timurid :D