• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Hey! i need help with a door script

valdezhito4

New Member
Joined
Nov 5, 2011
Messages
7
Reaction score
0
Hello,
I need help with a script, the experience door respect me the experience I put , but the door is left open. and the lower level can go. I want to click the door and I pass it. inside the room.

Here is my ITEM.XML

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

that's the door.
please help!
 
Hello,
I need help with a script, the experience door respect me the experience I put , but the door is left open. and the lower level can go. I want to click the door and I pass it. inside the room.

Here is my ITEM.XML

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

that's the door.
please help!

Just change it in RME if i understand you right. Rightclick on the door and choose properties and in action id put etc "1100" is for lvl 100+ "1080" is for lvl 80+
 
Hey man!! it's not the problem!!!
i put action id for example for lvl 200 i put "1200"
and only players can OPEN THE DOOR...
but the door stay open!! and when the lvl 200 open the door, all level can pass it!!
i need to cloose the door every time one player open ):
Help!
 
Back
Top