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

House error

AnDy1990

New Member
Joined
Mar 6, 2008
Messages
104
Reaction score
0
Get this error I dont know how to fix..

hope someone can help me.


Code:
Error: [Houses::loadhousesXML] Uknown house, id= 1 
Warning: could not load house data.
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<houses>
  <house name="Thais 13" houseid="1" entryx="806" entryy="1005" entryz="7" rent="0" townid="0" size="21"/>
  <house name="Thais 93" houseid="2" entryx="805" entryy="1006" entryz="6" rent="0" townid="0" size="21"/>
  <house name="Thais 91" houseid="3" entryx="802" entryy="995" entryz="6" rent="0" townid="0" size="17"/>
  <house name="Thais 92" houseid="4" entryx="802" entryy="997" entryz="6" rent="0" townid="0" size="28"/>
  <house name="Thais 12" houseid="5" entryx="801" entryy="997" entryz="7" rent="0" townid="0" size="32"/>
  <house name="Thais 52" houseid="6" entryx="771" entryy="1025" entryz="7" rent="0" townid="0" size="71"/>
  <house name="Thais 53" houseid="7" entryx="784" entryy="1025" entryz="7" rent="0" townid="0" size="83"/>
  <house name="Thais 54" houseid="8" entryx="780" entryy="1035" entryz="7" rent="0" townid="0" size="82"/>
  <house name="Thais 55" houseid="9" entryx="792" entryy="1035" entryz="7" rent="0" townid="0" size="82"/>
  <house name="Thais 21" houseid="10" entryx="757" entryy="1005" entryz="7" rent="0" townid="0" size="13"/>
  <house name="Thais 22" houseid="11" entryx="757" entryy="1010" entryz="7" rent="0" townid="0" size="13"/>
  <house name="Thais 23" houseid="12" entryx="758" entryy="1017" entryz="7" rent="0" townid="0" size="13"/>
  <house name="Thais 24" houseid="13" entryx="757" entryy="1005" entryz="6" rent="0" townid="0" size="13"/>
  <house name="Thais 25" houseid="14" entryx="757" entryy="1010" entryz="6" rent="0" townid="0" size="13"/>
  <house name="Thais 26" houseid="15" entryx="758" entryy="1017" entryz="6" rent="0" townid="0" size="19"/>
  <house name="Thais 27" houseid="16" entryx="758" entryy="1022" entryz="6" rent="0" townid="0" size="13"/>
  <house name="Thais 28" houseid="17" entryx="757" entryy="1005" entryz="5" rent="0" townid="0" size="13"/>
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<houses>
  <house name="Thais 13" houseid="1" entryx="806" entryy="1005" entryz="7" rent="0" townid="0" size="21"/>
  <house name="Thais 93" houseid="2" entryx="805" entryy="1006" entryz="6" rent="0" townid="0" size="21"/>
  <house name="Thais 91" houseid="3" entryx="802" entryy="995" entryz="6" rent="0" townid="0" size="17"/>
  <house name="Thais 92" houseid="4" entryx="802" entryy="997" entryz="6" rent="0" townid="0" size="28"/>
  <house name="Thais 12" houseid="5" entryx="801" entryy="997" entryz="7" rent="0" townid="0" size="32"/>
  <house name="Thais 52" houseid="6" entryx="771" entryy="1025" entryz="7" rent="0" townid="0" size="71"/>
  <house name="Thais 53" houseid="7" entryx="784" entryy="1025" entryz="7" rent="0" townid="0" size="83"/>
  <house name="Thais 54" houseid="8" entryx="780" entryy="1035" entryz="7" rent="0" townid="0" size="82"/>
  <house name="Thais 55" houseid="9" entryx="792" entryy="1035" entryz="7" rent="0" townid="0" size="82"/>
  <house name="Thais 21" houseid="10" entryx="757" entryy="1005" entryz="7" rent="0" townid="0" size="13"/>
  <house name="Thais 22" houseid="11" entryx="757" entryy="1010" entryz="7" rent="0" townid="0" size="13"/>
  <house name="Thais 23" houseid="12" entryx="758" entryy="1017" entryz="7" rent="0" townid="0" size="13"/>
  <house name="Thais 24" houseid="13" entryx="757" entryy="1005" entryz="6" rent="0" townid="0" size="13"/>
  <house name="Thais 25" houseid="14" entryx="757" entryy="1010" entryz="6" rent="0" townid="0" size="13"/>
  <house name="Thais 26" houseid="15" entryx="758" entryy="1017" entryz="6" rent="0" townid="0" size="19"/>
  <house name="Thais 27" houseid="16" entryx="758" entryy="1022" entryz="6" rent="0" townid="0" size="13"/>
  <house name="Thais 28" houseid="17" entryx="757" entryy="1005" entryz="5" rent="0" townid="0" size="13"/>


Put ID 1 on the door of the house..
 
tried to rebuild but dont seem to work, nobody got a house.xml they feel to share with me, if they are using storm rl map. so I can get the entries.

-Andy
 
Back
Top