一、脚本campaign_script
修改必备的指示就不赘述了
第一步傻瓜教程:请搜索;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;byzantium
将修改语句加在这串代码前面,记得回车。
以下为修改的开始,进入游戏后,系统自动赠送一座锻冶行会
monitor_event PreFactionTurnStart FactionIsLocal
and I_NumberOfSettlements papal_states >= 0
if I_SettlementOwner London = england
and I_LocalFaction england
console_command create_building London gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Paris = france
and I_LocalFaction france
console_command create_building Paris gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Frankfurt = hre
and I_LocalFaction hre
console_command create_building Frankfurt gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Leon = spain
and I_LocalFaction spain
console_command create_building Leon gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Lisbon = portugal
and I_LocalFaction portugal
console_command create_building Lisbon gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Milan = milan
and I_LocalFaction milan
console_command create_building Milan gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Venice = venice
and I_LocalFaction venice
console_command create_building Venice gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Palermo = sicily
and I_LocalFaction sicily
console_command create_building Palermo gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Constantinople = byzantium
and I_LocalFaction byzantium
console_command create_building Constantinople gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Arhus = denmark
and I_LocalFaction denmark
console_command create_building Arhus gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Cairo = egypt
and I_LocalFaction egypt
console_command create_building Cairo gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Cordoba = moors
and I_LocalFaction moors
console_command create_building Cordoba gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Iconium = turks
and I_LocalFaction turks
console_command create_building Iconium gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Cracow = poland
and I_LocalFaction poland
console_command create_building Cracow gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Budapest = hungary
and I_LocalFaction hungary
console_command create_building Budapest gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Moscow = russia
and I_LocalFaction russia
console_command create_building Moscow gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Edinburgh = scotland
and I_LocalFaction scotland
console_command create_building Edinburgh gm_swordsmiths_guild
terminate_monitor
end_if
end_monitor
;;;;;;;;;;;;修改【赠送锻冶行会总部】----------
修改必备的指示就不赘述了
第一步傻瓜教程:请搜索;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;byzantium
将修改语句加在这串代码前面,记得回车。
以下为修改的开始,进入游戏后,系统自动赠送一座锻冶行会
monitor_event PreFactionTurnStart FactionIsLocal
and I_NumberOfSettlements papal_states >= 0
if I_SettlementOwner London = england
and I_LocalFaction england
console_command create_building London gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Paris = france
and I_LocalFaction france
console_command create_building Paris gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Frankfurt = hre
and I_LocalFaction hre
console_command create_building Frankfurt gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Leon = spain
and I_LocalFaction spain
console_command create_building Leon gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Lisbon = portugal
and I_LocalFaction portugal
console_command create_building Lisbon gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Milan = milan
and I_LocalFaction milan
console_command create_building Milan gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Venice = venice
and I_LocalFaction venice
console_command create_building Venice gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Palermo = sicily
and I_LocalFaction sicily
console_command create_building Palermo gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Constantinople = byzantium
and I_LocalFaction byzantium
console_command create_building Constantinople gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Arhus = denmark
and I_LocalFaction denmark
console_command create_building Arhus gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Cairo = egypt
and I_LocalFaction egypt
console_command create_building Cairo gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Cordoba = moors
and I_LocalFaction moors
console_command create_building Cordoba gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Iconium = turks
and I_LocalFaction turks
console_command create_building Iconium gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Cracow = poland
and I_LocalFaction poland
console_command create_building Cracow gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Budapest = hungary
and I_LocalFaction hungary
console_command create_building Budapest gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Moscow = russia
and I_LocalFaction russia
console_command create_building Moscow gm_swordsmiths_guild
terminate_monitor
end_if
if I_SettlementOwner Edinburgh = scotland
and I_LocalFaction scotland
console_command create_building Edinburgh gm_swordsmiths_guild
terminate_monitor
end_if
end_monitor
;;;;;;;;;;;;修改【赠送锻冶行会总部】----------










