• 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 (venorean) door error (TFS 1.0)

frock1337

New Member
Joined
Aug 31, 2014
Messages
35
Reaction score
0
When I click on look on the door of a house with the id [19852] im getting this message
Code:
17:21 You see a closed door.
ItemID: [19852].

instead of something like:
Code:
17:21 You see an closed door.
It belongs to house 'Inferno Street 1'. Nobody owns this house. It costs 88000 gold coins.
ItemID: [1214].

all the other doors do work
 
How is it added in items.xml, does it have type door? Does it have a Door ID (1 or higher) in de map editor?

items.xml
<item id="19852" article="a" name="closed door">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
</item>

How can I see if it has door ID (1 or higher) in the map editor?
 
door id 0 :/ is there a possibility to change all the doors together to id 1? Or do I have to change them 1 by 1 because there are much doors that have to be changed :(
 
You have to change them 1 by 1. You can also select the house and add a house tile there at the door, it will automaticly add a Door ID to the door.
 
Give every door in the house a different id, this is for the house command to give players acces to certain doors. If 2 doors have the same door id, giving acces to 1 door will also give acces to the other door.
 
Back
Top