Just hoping for some help with this one because I've been shooting in the dark all day at other problems and don't have another one in me... Basically want to know how to unlock housing in all facets for castle placement. Any help getting started would be appreciated.
 
The easiest way is to look for a class that makes sense where it could be and dig around
so this one was in HousePlacement.cs
C#:
            if (map == Map.Malas && (multiID == 0x007C || multiID == 0x007E))
                return HousePlacementResult.InvalidCastleKeep;
 
Back