• 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 gate of expertise, Only the worthy may pass

Nighthaze

New Member
Joined
Aug 10, 2013
Messages
6
Reaction score
0
Hello everybody,

Im mapping my own Quest Room and when im going to pass the door to the TP i get this message "Only the worthy may pass." And im in my GM

What is the probblem do i use wrong door and how do i change the LvL to pass the door?

Thank's In Advance!
 
Last edited:
use this is remers map editor

right click on the "exp door" go to properties where it has actionid: 0 change to : 1100 for level 100, 1500 for level 500 and so on :D

so if you wanted a level 200 exp door do it should look like this

Actionid: 1200
 
of if iam on high xp and my script is like this what should i use
Code:
<item id="5121" article="a" name="gate of expertise">
        <attribute key="type" value="door" />
        <attribute key="levelDoor" value="1000" />
        <attribute key="blockprojectile" value="1" />
 
Back
Top