• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Unable to create house.

empasor123

Member
Joined
Jul 17, 2024
Messages
43
Solutions
1
Reaction score
11
GitHub
empasor123
1784151959018.webp

Unable to create a house using RME 3.7 for my Nekiro Downgrade 8.0 Server?

I remember there was a blue splash on the exit tile, nothing seems to work for me right now.
Any ideas? :)
 
Solution
I traced the issue to house doors being saved by RME with Door ID 0. TFS therefore never registered them in House::doorSet, so ownership worked but the door only displayed “open/closed door.”

I added a fallback that assigns the first available Door ID and resolves the description directly from its HouseTile.
The house Lua scripts existed, but aleta sio, aleta som, aleta grav and alana sio were missing from spells.xml.
After registering them and recompiling, everything works correctly.

Thx :D
CTRL + H or click on top menu: Show -> show houses
Thx mate, one problem solved, any ideas on this? :O

Edit: !buyhouse works. But it does not say that there is a owner on the house, or that is up for sale. Just "Closed door"
 

Attachments

Last edited:
Thx mate, one problem solved, any ideas on this? :O

Edit: !buyhouse works. But it does not say that there is a owner on the house, or that is up for sale.
Remove and add the house again. Also check if the door is tiled with the house tiles and if it is having a house tile remove the house tile and add it again.
 
Thx mate, one problem solved, any ideas on this? :O

Edit: !buyhouse works. But it does not say that there is a owner on the house, or that is up for sale. Just "Closed door"

Choose the house again and press it on the house door
 
I traced the issue to house doors being saved by RME with Door ID 0. TFS therefore never registered them in House::doorSet, so ownership worked but the door only displayed “open/closed door.”

I added a fallback that assigns the first available Door ID and resolves the description directly from its HouseTile.
The house Lua scripts existed, but aleta sio, aleta som, aleta grav and alana sio were missing from spells.xml.
After registering them and recompiling, everything works correctly.

Thx :D
 
Solution
Back
Top