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

Horse's for RME.

Klank

Althea ¤ A New World Developer
Joined
Feb 21, 2008
Messages
1,095
Reaction score
660
Location
Norway
Hello.

Anyone got a file with horse or horses? Need it for mount and can't rly find it anywhere <_<

If you got another custom mount or something please share :rolleyes:
 
Last edited:
Do you mean just the monster xml?

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Brown Horse" nameDescription="a brown horse" race="blood" experience="0" speed="220" manacost="260">
	<health now="75" max="75"/>
	<look type="436" corpse="0"/>
	<targetchange interval="2000" chance="20"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="1"/>
		<flag attackable="1"/>
		<flag hostile="0"/>
		<flag illusionable="1"/>
		<flag convinceable="1"/>
		<flag pushable="1"/>
		<flag canpushitems="0"/>
		<flag canpushcreatures="0"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="25"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="10" attack="2"/>
	</attacks>
	<defenses armor="2" defense="2"/>
</monster>

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Fire Horse" nameDescription="a fire horse" race="blood" experience="0" speed="220" manacost="260">
	<health now="75" max="75"/>
	<look type="429" corpse="0"/>
	<targetchange interval="2000" chance="20"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="1"/>
		<flag attackable="1"/>
		<flag hostile="0"/>
		<flag illusionable="1"/>
		<flag convinceable="1"/>
		<flag pushable="1"/>
		<flag canpushitems="0"/>
		<flag canpushcreatures="0"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="25"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="10" attack="2"/>
	</attacks>
	<defenses armor="2" defense="2"/>
</monster>

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Grey Horse" nameDescription="a grey horse" race="blood" experience="0" speed="220" manacost="260">
	<health now="75" max="75"/>
	<look type="434" corpse="0"/>
	<targetchange interval="2000" chance="20"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="1"/>
		<flag attackable="1"/>
		<flag hostile="0"/>
		<flag illusionable="1"/>
		<flag convinceable="1"/>
		<flag pushable="1"/>
		<flag canpushitems="0"/>
		<flag canpushcreatures="0"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="25"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="10" attack="2"/>
	</attacks>
	<defenses armor="2" defense="2"/>
</monster>
 
Yeah, as a regular creature, but it should be mount able. Im trying ur xml now



Got them working, but how do i get the brown horse mountable using a sugar oat?
 
Last edited:
Back
Top