• 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] Normal Door Problem

Hrsha

Member
Joined
May 30, 2010
Messages
450
Reaction score
21
Location
Egypt
Hi Guys

i have problem in my map - all normal doors does not work

Code:
01:43 You see a closed door.
It is locked.
ItemID: [1252].
Position: [X: 1096] [Y: 1040] [Z: 7].

when i try to open it says "It is locked." and it does not open at all

.. thanks for reading rep+
 
You have to open the map in the editor, use the 'find' option, search for every door and change them all to two itemId's up. For example, 1252 would be 1254 (if I remember correctly). If you think there's an easier way, there really isn't. The only other option I can think of is editing the door system and redoing all of the doors in items.xml.

Have fun! :thumbup:
 
You have to open the map in the editor, use the 'find' option, search for every door and change them all to two itemId's up. For example, 1252 would be 1254 (if I remember correctly). If you think there's an easier way, there really isn't. The only other option I can think of is editing the door system and redoing all of the doors in items.xml.

Have fun! :thumbup:

it works fine now >>> Thanks <<<
 
Back
Top