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

Lua Add New ID Door

Hammel

Mapper
Joined
Dec 14, 2009
Messages
37
Reaction score
0
I have a problem with scripts :x

Well, how I can make the door id 12310 work like a norma gate expensive door for level 50 [I have put action id 1050]? The door doesn't open, I think it's because the moveevents of the door.

I did this
Code:
        <movevent type="StepOut" itemid="12310" event="script" value="closingdoor.lua"/>	
       <movevent type="StepOut" itemid="12312" event="script" value="closingdoor.lua"/>

and

Code:
 	<movevent type="StepIn" itemid="12310" event="script" value="walkback.lua"/>
	<movevent type="StepIn" itemid="12312" event="script" value="walkback.lua"/>

but it didn't work
Could someone help me with this?

[Trying ressolve]

Another

Can someone give me a actual script about scarab coins in tomb? Thanks [Solved]
 
Last edited:
Back
Top