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

Solved Error importing creature to rme

Thorn

Spriting since 2013
Joined
Sep 24, 2012
Messages
2,203
Solutions
1
Reaction score
921
Location
Chile
hii people of otland, well i was wondering if any one could help me, i'm trying to import a creature to rme but it keeps telling me invalid format, couldn't load, something like that, i believe is a monster problem, well here is my monster if anyone could help me :D

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="God" nameDescription="GOD (Level ilimitado) He has ilimited times Prestige. He is a GOD" race="blood" experience="1905000000" speed="1050" manacost="0">
	<health now="120000" max="120000"/>
	<look type="131" head="95" body="129" legs="95" feet="0" addons="3" corpse="6080"/>
	<targetchange interval="5000" chance="8"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="0"/>
		<flag convinceable="0"/>
		<flag pushable="0"/>
		<flag canpushitems="1"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
            <flag skull="red"/>
	</flags>
	<attacks>
		<attack name="melee" interval="100" min="-9000" max="-11000"/>
		<attack name="physical" interval="200" chance="20" range="7" min="-9000" max="-11000">
			<attribute key="shootEffect" value="spear"/>
		</attack>
		<attack name="melee" interval="100" chance="15" range="7" radius="3" target="0" min="-9000" max="-11000">
			<attribute key="areaEffect" value="blackspark"/>
		</attack>
	</attacks>
<defense>
	<defenses armor="25" defense="30">
		<defense name="healing" interval="10" chance="25" min="5000" max="6000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element earthPercent="100"/>
		<element icePercent="100"/>
		<element firePercent="95"/>
		<element energyPercent="80"/>
		<element physicalPercent="22"/>
		<element deathPercent="20"/>
		<element holyPercent="-16"/>
	</elements>
	<immunities>
      <immunity physical="0"/>
      <immunity energy="0"/>
      <immunity fire="0"/>
      <immunity poison="0"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="0"/>
      <immunity outfit="0"/>
      <immunity drunk="0"/>
      <immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="Alabame" yell="1"/>
		<voice sentence="Arrodillate ante el único DIOS" yell="1"/>
		<voice sentence="Eres solo un pequeño insecto..." yell="1"/>
		<voice sentence="jajajaja!! moriras!"/>
	</voices>
	<loot>
<item>
		<item id="2457" chance="10000"/><!-- steel helmet -->
		<item id="2417" chance="7000"/><!-- battle hammer -->
		<item id="2160" countmax="100" chance="100000"/><!-- crystal coin -->
		<item id="2476" chance="800"/><!-- knight armor -->
		<item id="2489" chance="1428"/><!-- dark armor -->
		<item id="2490" chance="6666"/><!-- dark helmet -->
		<item id="2381" chance="9000"/><!-- halberd -->
		<item id="2389" countmax="100" chance="20000"/><!-- spear -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="2477" chance="1000"/><!-- knight legs -->
				<item id="2691" countmax="2" chance="20000"/><!-- brown bread -->
				<item id="2478" chance="13000"/><!-- brass legs -->
				<item id="2475" countmax="1" chance="2000"/><!-- warrior helmet -->
				<item id="2463" chance="2500"/><!-- plate armor -->
				<item id="2160" countmax="20" chance="100000"/><!-- crystal coin -->
				<item id="2120" chance="20000"/><!-- rope -->
				<item id="2387" chance="6666"/><!-- double axe -->
				<item id="2377" chance="2857"/><!-- two handed sword -->
				<item id="2430" chance="1333"/><!-- knight axe -->
				<item id="2414" chance="909"/><!-- dragon lance -->
				<item id="2195" chance="555"/><!-- boots of haste -->
				<item id="2133" countmax="1" chance="800"/><!-- ruby necklace -->
			</inside>
		</item>
	</loot>
</monster>
 
Delete one <item> after <loot>
XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="God" nameDescription="GOD (Level ilimitado) He has ilimited times Prestige. He is a GOD" race="blood" experience="1905000000" speed="1050" manacost="0">
<health now="120000" max="120000"/>
<look type="131" head="95" body="129" legs="95" feet="0" addons="3" corpse="6080"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="100" defense="0"/>
<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="0"/>
		<flag convinceable="0"/>
		<flag pushable="0"/>
		<flag canpushitems="1"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
        <flag skull="red"/>
</flags>
<attacks>
		<attack name="melee" interval="100" min="-9000" max="-11000"/>
		<attack name="physical" interval="200" chance="20" range="7" min="-9000" max="-11000">
			<attribute key="shootEffect" value="spear"/>
		</attack>
		<attack name="melee" interval="100" chance="15" range="7" radius="3" target="0" min="-9000" max="-11000">
			<attribute key="areaEffect" value="blackspark"/>
		</attack>
</attacks>
	<defenses armor="35" defense="35">
		<defense name="healing" interval="10" chance="25" min="5000" max="6000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
	</defenses>
<elements>
		<element earthPercent="100"/>
		<element icePercent="100"/>
		<element firePercent="95"/>
		<element energyPercent="80"/>
		<element physicalPercent="22"/>
		<element deathPercent="20"/>
		<element holyPercent="-16"/>
</elements>
<immunities>
      <immunity physical="0"/>
      <immunity energy="0"/>
      <immunity fire="0"/>
      <immunity poison="0"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="0"/>
      <immunity outfit="0"/>
      <immunity drunk="0"/>
      <immunity invisible="1"/>
</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="Alabame" yell="1"/>
		<voice sentence="Arrodillate ante el único DIOS" yell="1"/>
		<voice sentence="Eres solo un pequeño insecto..." yell="1"/>
		<voice sentence="jajajaja!! moriras!"/>
	</voices>
<loot>
		<item id="2457" chance="10000"/><!-- steel helmet -->
		<item id="2417" chance="7000"/><!-- battle hammer -->
		<item id="2160" countmax="100" chance="100000"/><!-- crystal coin -->
		<item id="2476" chance="800"/><!-- knight armor -->
		<item id="2489" chance="1428"/><!-- dark armor -->
		<item id="2490" chance="6666"/><!-- dark helmet -->
		<item id="2381" chance="9000"/><!-- halberd -->
		<item id="2389" countmax="100" chance="20000"/><!-- spear -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="2477" chance="1000"/><!-- knight legs -->
				<item id="2691" countmax="2" chance="20000"/><!-- brown bread -->
				<item id="2478" chance="13000"/><!-- brass legs -->
				<item id="2475" countmax="1" chance="2000"/><!-- warrior helmet -->
				<item id="2463" chance="2500"/><!-- plate armor -->
				<item id="2160" countmax="20" chance="100000"/><!-- crystal coin -->
				<item id="2120" chance="20000"/><!-- rope -->
				<item id="2387" chance="6666"/><!-- double axe -->
				<item id="2377" chance="2857"/><!-- two handed sword -->
				<item id="2430" chance="1333"/><!-- knight axe -->
				<item id="2414" chance="909"/><!-- dragon lance -->
				<item id="2195" chance="555"/><!-- boots of haste -->
				<item id="2133" countmax="1" chance="800"/><!-- ruby necklace -->
			</inside>
		</item>
</loot>
</monster>
 
XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="God" nameDescription="GOD (Level ilimitado) He has ilimited times Prestige. He is a GOD" race="blood" experience="1905000000" speed="1050" manacost="0">
	<health now="120000" max="120000"/>
	<look type="131" head="95" body="129" legs="95" feet="0" addons="3" corpse="6080"/>
	<targetchange interval="5000" chance="8"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="0"/>
		<flag convinceable="0"/>
		<flag pushable="0"/>
		<flag canpushitems="1"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
            <flag skull="red"/>
	</flags>
	<attacks>
		<attack name="melee" interval="100" min="-9000" max="-11000"/>
		<attack name="physical" interval="200" chance="20" range="7" min="-9000" max="-11000">
			<attribute key="shootEffect" value="spear"/>
		</attack>
		<attack name="melee" interval="100" chance="15" range="7" radius="3" target="0" min="-9000" max="-11000">
			<attribute key="areaEffect" value="blackspark"/>
		</attack>
	</attacks>
	<defenses armor="25" defense="30">
		<defense name="healing" interval="10" chance="25" min="5000" max="6000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element earthPercent="100"/>
		<element icePercent="100"/>
		<element firePercent="95"/>
		<element energyPercent="80"/>
		<element physicalPercent="22"/>
		<element deathPercent="20"/>
		<element holyPercent="-16"/>
	</elements>
	<immunities>
      		<immunity physical="0"/>
      		<immunity energy="0"/>
      		<immunity fire="0"/>
      		<immunity poison="0"/>
     		<immunity lifedrain="0"/>
      		<immunity paralyze="0"/>
      		<immunity outfit="0"/>
      		<immunity drunk="0"/>
      		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="Alabame" yell="1"/>
		<voice sentence="Arrodillate ante el unico DIOS" yell="1"/>
		<voice sentence="Eres solo un pequeno insecto..." yell="1"/>
		<voice sentence="jajajaja!! moriras!"/>
	</voices>
	<loot>
		<item id="2457" chance="10000"/><!-- steel helmet -->
		<item id="2417" chance="7000"/><!-- battle hammer -->
		<item id="2160" countmax="100" chance="100000"/><!-- crystal coin -->
		<item id="2476" chance="800"/><!-- knight armor -->
		<item id="2489" chance="1428"/><!-- dark armor -->
		<item id="2490" chance="6666"/><!-- dark helmet -->
		<item id="2381" chance="9000"/><!-- halberd -->
		<item id="2389" countmax="100" chance="20000"/><!-- spear -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="2477" chance="1000"/><!-- knight legs -->
				<item id="2691" countmax="2" chance="20000"/><!-- brown bread -->
				<item id="2478" chance="13000"/><!-- brass legs -->
				<item id="2475" countmax="1" chance="2000"/><!-- warrior helmet -->
				<item id="2463" chance="2500"/><!-- plate armor -->
				<item id="2160" countmax="20" chance="100000"/><!-- crystal coin -->
				<item id="2120" chance="20000"/><!-- rope -->
				<item id="2387" chance="6666"/><!-- double axe -->
				<item id="2377" chance="2857"/><!-- two handed sword -->
				<item id="2430" chance="1333"/><!-- knight axe -->
				<item id="2414" chance="909"/><!-- dragon lance -->
				<item id="2195" chance="555"/><!-- boots of haste -->
				<item id="2133" countmax="1" chance="800"/><!-- ruby necklace -->
			</inside>
		</item>
	</loot>
</monster>

You can't use things like ú and ñ in the voice sentence.
 
Back
Top