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

Hole!

SeloothDominik

Banned User
Joined
May 27, 2010
Messages
1,775
Reaction score
103
Location
Germany
Hello Guys ;)

I have a question. I have a hole(ID:469). It is open in the MapEditor, but closed in-game. You must open it with a shouvel. Can someone tell me please the Action ID for the hole, so that the hole will be always open, or the ID of the hole which is always open.

sry for my english hehe

Kind Regard,
Dominik =)
 
You can use 8585, and remove decayTo and duration from items.xml:
Code:
	<item id="8585" article="a" name="hole">
		<attribute key="floorchange" value="down" />
[B][COLOR="red"]		<attribute key="decayTo" value="8579" />
		<attribute key="duration" value="600" />[/COLOR][/B]
	</item>
 
Back
Top