thanks for the reply
i tried but it doesn't work there are some guilds that can be converted like the swordsmith guild
Code:
building guild_swordsmiths_guild
{
convert_to guild_swordsmiths_guild
levels swordsmiths_guild m_swordsmiths_guild gm_swordsmiths_guild
{
swordsmiths_guild requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
{
convert_to 0
capability
{
weapon_melee_blade 1
}
material wooden
construction 1
cost 1000
settlement_min village
upgrades
{
m_swordsmiths_guild
}
}
m_swordsmiths_guild requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
{
convert_to 1
capability
{
weapon_melee_blade 2
}
faction_capability
{
heavy_cavalry_bonus bonus 1
}
material wooden
construction 1
cost 2000
settlement_min town
upgrades
{
gm_swordsmiths_guild
}
}
gm_swordsmiths_guild requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
{
convert_to 2
capability
{
weapon_melee_blade 3
}
faction_capability
{
heavy_cavalry_bonus bonus 2
}
material wooden
construction 1
cost 3000
settlement_min large_town
upgrades
{
}
}
}
plugins
{
}
}
so i think woodsmens guild isnt allowed to be build in a city but how do i change that??