Hello!
Iam having doors not working as intended.
This is the settings in Items.xml for the door not working
18:48 You see a gate of expertise for level 50.
ItemID: [12165], ActionID: [1050].
TransformTo: [12166] (onUse).
Position: [X: 33080] [Y: 31215] [Z: 7].
Anyone can open the door and its NOT dragging you into its position when you click on it(Like a normal gate of expertise). It just opens and stays that in open position until you close it again. (It just function as a regular door..)
Really need help.
Thanks in advance!
Iam having doors not working as intended.
This is the settings in Items.xml for the door not working
Code:
<item id="12165" article="a" name="gate of expertise">
<attribute key="type" value="door" />
<attribute key="levelDoor" value="1000" />
<attribute key="blockprojectile" value="1" />
<attribute key="transformUseTo" value="12166"/>
</item>
<item id="12166" article="a" name="gate of expertise">
<attribute key="type" value="door"/>
<attribute key="closingDoor" value="1"/>
<attribute key="transformUseTo" value="12165"/>
</item>
18:48 You see a gate of expertise for level 50.
ItemID: [12165], ActionID: [1050].
TransformTo: [12166] (onUse).
Position: [X: 33080] [Y: 31215] [Z: 7].
Anyone can open the door and its NOT dragging you into its position when you click on it(Like a normal gate of expertise). It just opens and stays that in open position until you close it again. (It just function as a regular door..)
Really need help.
Thanks in advance!
Last edited: