L2Territory territory = new L2Territory(loc_id);
territory.add(xMin, yMin, zMin, zMax);
territory.add(xMax, yMin, zMin, zMax);
territory.add(xMax, yMax, zMin, zMax);
territory.add(xMin, yMax, zMin, zMax);
territory.validate();
TerritoryTable.getInstance().getLocations().put(loc_id, territory);
L2World.addTerritory(territory);
if(!_rooms.containsKey(type))
{
_rooms.put(type, new FastMap<Integer, DimensionalRiftRoom>().setShared(true));