namespace Server.Multis
{
public abstract class BaseHouse : BaseMulti
{
private static int m_AccountHouseLimit = Config.Get("Housing.AccountHouseLimit", 3);
public static bool NewVendorSystem
{
get
{
return Core.AOS;
}
}// Is new player vendor system enabled?
public const int MaxCoOwners = 15;
public static int MaxFriends
{
think this is right but stil cant have mor then one house
[doublepost=1483828438][/doublepost]# Number of houses allowed per account
# Note that only the most recently placed house will auto-refresh
AccountHouseLimit=3
also have this in housing.cfg