MatthewH86
Chieftain
- Joined
- Aug 25, 2007
- Messages
- 44
The building IDs are slightly askew from 1.07
The Portugese Feitoria should be after the Custom House and not after the Roman Forum. As a result all the IDs are 1 out between them.
I noticed this when I kept failing the Roman UHV due to it effectively asking me to build Greek Odeons...
Original
Fixed
The Portugese Feitoria should be after the Custom House and not after the Roman Forum. As a result all the IDs are 1 out between them.
I noticed this when I kept failing the Roman UHV due to it effectively asking me to build Greek Odeons...
Original
Spoiler :
Code:
iCustomHouse = 24
iDrydock = 25
iAirport = 26
iForge = 27
iMaliMint = 28
iFactory = 29
iGermanAssemblyPlant = 30
iCoalPlant = 31
iJapaneseShalePlant = 32
iHydroPlant = 33
iNuclearPlant = 34
iIndustrialPark = 35
iObelisk = 36
iEgyptianObelisk = 37
iEthiopianStele = 38
iNativeAmericaTotem = 39
iPublicTransportation = 40
iAcademy = 41
iLibrary = 42
iArabianMadrassa = 43
iUniversity = 44
iKoreanSeowon = 45
iObservatory = 46
iFrenchSalon = 47
iLaboratory = 48
iRussianResearchInstitute = 49
iTheatre = 50
iChinesePavillion = 51
iByzantineHippodrome = 52
iColosseum = 53
iGreekOdeon = 54
iMayaBallCourt = 55
iBabylonGarden = 56
iBroadcastTower = 57
iMarket = 58
iRomanForum = 59
iPortugalFeitoria = 60
iGrocer = 61
Fixed
Spoiler :
Code:
iCustomHouse = 24
iPortugalFeitoria = 25
iDrydock = 26
iAirport = 27
iForge = 28
iMaliMint = 29
iFactory = 30
iGermanAssemblyPlant = 31
iCoalPlant = 32
iJapaneseShalePlant = 33
iHydroPlant = 34
iNuclearPlant = 35
iIndustrialPark = 36
iObelisk = 37
iEgyptianObelisk = 38
iEthiopianStele = 39
iNativeAmericaTotem = 40
iPublicTransportation = 41
iAcademy = 42
iLibrary = 43
iArabianMadrassa = 44
iUniversity = 45
iKoreanSeowon = 46
iObservatory = 47
iFrenchSalon = 48
iLaboratory = 49
iRussianResearchInstitute = 50
iTheatre = 51
iChinesePavillion = 52
iByzantineHippodrome = 53
iColosseum = 54
iGreekOdeon = 55
iMayaBallCourt = 56
iBabylonGarden = 57
iBroadcastTower = 58
iMarket = 59
iRomanForum = 60
iGrocer = 61