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

What is the ID of this item?

QuaS

Cykotitan Pwned =/
Joined
Sep 11, 2008
Messages
838
Reaction score
28
Location
Poland/ Wroclaw
I need This Plants on Mountain Item ID xD I can't fnd it in RME ;p


tg9jex.png
 
For This one, Who want do something easier, here is a brush:

Create flowery_wall.xml in Remere's Map Editor\extensions

Put there:

PHP:
<materialsextension name="Flowery wall" author="QuaS" description="Just make world easier." client="8.40;8.41;8.42;8.50"> 
	
<brush name="flowery wall" type="doodad" server_lookid="8011" draggable="false" on_blocking="true" one_size="true">
		<alternate> 
			<composite chance="10">
				<tile x="0" y="0"> <item id="8011"/> </tile>
			</composite>
			<composite chance="10">
				<tile x="0" y="0"> <item id="8014"/> </tile>
			</composite>
		</alternate>
		<alternate> 
			<composite chance="10">
				<tile x="0" y="0"> <item id="8012"/> </tile>
			</composite>
			<composite chance="10">
				<tile x="0" y="0"> <item id="8013"/> </tile>
			</composite>
		</alternate>
	</brush>

	<tileset name="Nature">  
		<doodad>  
			<brush name="flowery wall"/> 
		</doodad>  
	</tileset> 
	
</materialsextension>

Now u can use this brush, and if u want to change direction from north to east just put "X" keyword on ur keyboard
 
Back
Top