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

Locked doors

Fifflaren

Art of Conquest
Joined
Dec 11, 2018
Messages
154
Solutions
1
Reaction score
50
So I was making this quest where you unlock a door using a key, and everything works fine the door unlocks as it should but I would like it to close after you have walked in. Something like questdoors do. VIDEO!
 
Solution
in data\movements\movements.xml add one more line with the door id like this
XML:
<movevent event="StepOut" itemid="doorid" script="closingdoor.lua" />
in data\movements\movements.xml add one more line with the door id like this
XML:
<movevent event="StepOut" itemid="doorid" script="closingdoor.lua" />
 
Solution
Back
Top