SeifUO

Member
ServUO Version
Publish 57
Ultima Expansion
Lord Blackthorn's Revenge
Whenever I try to build houses, some tiles are simply missing.
I believe its because I am using the UOR Expansion?
Which file should I tweak to get all the expansions tiles?
thank you!
1650337333657.png
 
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
 
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?
 
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?
what version of servuo are you using? pub 57 right?

EDIT: sorry, i'm forgetting changes between 57 and current. Since you made an edit to a file in the Server folder then you will need to recompile. A simple restart will not pick up those changes.
 
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
Wicked, worked for me thank you!
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back