new ExpansionInfo(
2,
"Renaissance",
ClientFlags.Trammel,
FeatureFlags.ExpansionUOR,
CharacterListFlags.ExpansionUOR,
HousingFlags.None),
what version of servuo are you using? pub 57 right?Seemed pretty logic but it didnt work
Could it be within the game files ie roof.txt
Thought, my servUO loaded as if nothing was changed in the codes (usually loads a bit slower).. Do I need to recompile or something since its a server file?
Wicked, worked for me thank you!tiles are expansion based
<root>\Server\ExpansionInfo.cs
enum: HousingFlags
so i'm guessing you are using a pub 57 or earlier
within the "ExpansionInfo" method you should see
C#:new ExpansionInfo( 2, "Renaissance", ClientFlags.Trammel, FeatureFlags.ExpansionUOR, CharacterListFlags.ExpansionUOR, HousingFlags.None),
if your client version is up to date enough, change the HousingFlags.None to HousingEJ
We use essential cookies to make this site work, and optional cookies to enhance your experience.