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

doors dont work?

Onizuka

Member
Joined
Jul 5, 2008
Messages
2,291
Reaction score
14
only this type of doors dont want to work..

Lua:
 <item id="12156" article="a" name="gate of expertise">
    <attribute key="type" value="door" />
    <attribute key="levelDoor" value="1000" />
    <attribute key="blockprojectile" value="1" />
  </item>

Why won't they work?
do i need to add something to libs or action scripts?

they don't open or anything at all.
 
fixed it my self, was missing in lib and action.xml xDD

Fixed ;l

and its new northern zao doors.
thats why most people dont have it i guess? idk
 
Go to actions/actions.xml and add this?

Code:
<action fromid="ID1" toid="ID2" event="script" value="other/doors.lua"/>

Just change ID1 and ID2 to IDs of horizontal and vertical door of that type.
(if you need help setting the door up to work only for levels x+ , check this)
 
Back
Top