• 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!

Solved [MAP] Houses!

Cypher

TwinkSoft Owner
Joined
Mar 21, 2011
Messages
834
Reaction score
16
Hey guys, this is something simple.
I receive this message when I run my server:
> Map loading time: 0.672 seconds.
[Warning - Houses : : loadFromXml] House entry not set for: Forgotten Head Quarter <Flat1, Area 42> <89>

And I don't even have house tiles on my map, what can I do?

Best answer: Will receive REP+ & Like!

Thank you!

SOLVED
 
Last edited:
Hey guys, this is something simple.
I receive this message when I run my server:


And I don't even have house tiles on my map, what can I do?

Best answer: Will receive REP+ & Like!

Thank you!

Open houses.xml, you might have a house lol.
 
XML:
<?xml version="1.0" encoding="UTF-8"?>
<houses>
  <house name="" houseid="89" entryx="0" entryy="0" entryz="0" rent="0" townid="0" size="0"/>
  <house name="" houseid="95" entryx="0" entryy="0" entryz="0" rent="0" townid="0" size="0"/>
  <house name="" houseid="101" entryx="0" entryy="0" entryz="0" rent="0" townid="0" size="0"/>
</houses>

Solved

What do I have to do to delete those houses without gettin' console bugs?
 
Last edited:
Back
Top