• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

House Problem

OldXar

Member
Joined
Feb 17, 2009
Messages
215
Reaction score
6
For some reason I have a problem with my houses, I have tons of working houses but now recently if I want to add a new house it's not added to my database, the house information is however saved in my house.xml file.

Ofcourse I'm not able to buy the house or anything.
Does anyone know what the problem might be ?
 
you want to be able buying house? ok

talkactions.xml

XML:
<talkaction words="!buyhouse" filter="word-spaced" event="function" value="houseBuy"/>
<talkaction words="!sellhouse" event="function" value="houseSell"/>
 
you want to be able buying house? ok

talkactions.xml

XML:
<talkaction words="!buyhouse" filter="word-spaced" event="function" value="houseBuy"/>
<talkaction words="!sellhouse" event="function" value="houseSell"/>

No, that works fine... I have a few houses that are added,...

Code:
It belongs to house 'Humble IV'. Nobody owns this house. It costs 20000 gold coins.

But then I have others,...
Code:
15:17 You see a closed door.

When I check my house.xml file all the houses are added, however when I check my database table, I can find the old houses listed but new houses are not added.

Edit: All my houses have house tiles and an exit, they are also listen in my map editor.

Kind Regards,
 
Don't you know Bump it Up ! You've got to Bump it Up !
Don't you know Bump it Up ! You've got to Bump it Up !
.....:blink:
 
Just to be sure, you have the house tiles/zones also on the walls and doors of the houses?

Yes, I know you are trying to help but I know how to map houses, the problem is that they are not entering in my Mysql database....

Kind Regards,
 
Back
Top