<div dir="ltr"><div><div><div><div><div><div><div><div><div>hello<br></div>i would like to play with region flags.<br></div>i could not find any information on the wiki about it except the console command to set them.<br></div>the "Robust" example files are not documenting all the flags.<br></div>i could find all the flags explained in the file :<br>opensim/OpenSim/Framework/RegionFlags.cs<br><br></div>my goal is to replace some empty sea regions added around another region to prevent registration on this place.<br></div><div>like on this drawing :)<br>XXX<br></div><div>XOX<br></div><div>XXX<br></div><div>region X = no region, just a reserved place<br></div><div>region O = normal region<br><br></div>when setting all the X regions with any of "persistent", "lockedout" or "reservation" flag, the centered O region is still trying to contacting neighbour regions (the X ones) when avatar is coming etc... and is always receiving a ConnectFailure (Connection refused).<br></div><div><br></div>when another region is trying to connect on the same place, robust is refusing the attachment and is saying that a "varregion" is already located on this place.<br><br></div>is it a normal behavior that the regions are still contacted and that robust is speaking about a varregion or something not updated after the varregion migration ?<br></div>what flags do you recommend to reserve a location ?<br></div>