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
and
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]
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: