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

[how;to] Replace mountain edge border.

TheNotoriousNaS

OFWGKTA
Senator
Joined
Oct 11, 2007
Messages
2,829
Reaction score
21
Location
Locked in the idiot box with the rest
This tutorial will show you how the replace top mountain edge border (replacing stone flooring with rocks) without making extensions.

2ppxy5e.png


Start off by going to C:\Program\Remere's Map Editor\data\840 and then open borders.xml:
Now search for 'mountain edge border' and replace the current code with this;
Code:
	<border id="1"> -- mountain edge border --	
		<borderitem edge="n"   item="4456"/>
		<borderitem edge="w"   item="4459"/>
		<borderitem edge="e"   item="4457"/>
		<borderitem edge="s"   item="4458"/>
		<borderitem edge="cnw" item="4460"/>
		<borderitem edge="cne" item="4461"/>
		<borderitem edge="cse" item="4462"/>
		<borderitem edge="csw" item="4463"/>
		<borderitem edge="dnw" item="4464"/>
		<borderitem edge="dne" item="4465"/>
		<borderitem edge="dse" item="4466"/>
		<borderitem edge="dsw" item="4467"/>
	</border>
Now save and you're done. ;)
 
Last edited:
[how;to] Replace rock ground border.

This tutorial will show you how the replace rock ground border with the new one.

wu2i4n.png


Start off by going to C:\Program\Remere's Map Editor\data\840 and then open borders.xml:
Now search for 'stone border' and replace the current code with this;
Code:
	<border id="20" group="1"> -- stone border --
		<borderitem edge="n"   item="7641"/>
		<borderitem edge="e"   item="7642"/>
		<borderitem edge="s"   item="7643"/>
		<borderitem edge="w"   item="7644"/>
		<borderitem edge="cnw" item="7645"/>
		<borderitem edge="cne" item="7646"/>
		<borderitem edge="csw" item="7647"/>
		<borderitem edge="cse" item="7648"/>
		<borderitem edge="dnw" item="7649"/>
		<borderitem edge="dne" item="7650"/>
		<borderitem edge="dsw" item="7651"/>
		<borderitem edge="dse" item="7652"/>
Now save and you're done. ;)
 
Last edited:
Hmm... What can i say? Very nic and short tutorial.. I understand everything ;d That's good job :)
 
Nice post, but personally i think the older mountain boarders look better. (Just my opinion)
 
Back
Top