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

Windows HELP~ Importing Creatures to RME.

Oif Oif Oif

New Member
Joined
Aug 5, 2009
Messages
548
Reaction score
1
Location
Lexus HQ
Hey OTlander's, k well i am having a problem and i don't know what it is. i was just wondering if anybody could help me. the problem is whenever i try to import a creature to my RME map (8.54) i get this error.

eh.jpg


I apologize for the blury photograph, but it says: "Error OT data file "G:/Server Files/otserver/data/monster/Romulus.xml". Couldn't open file "Romulus.xml" , Invalid format?"

The creature name is Romulus, I don't really understand what the error messege is telling me, because English is my second language. :~/

Well i would deeply appreciate the help and i will bump up your reputation -.^
Thanks!

~ Yours,
Oif
 
Does it do that for every file or just a few?
Its just that file that doesn't work. everything else seems to be fine x_x

post your Romulus.xml here

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Romulus" nameDescription="a romulus" race="blood" experience="9000000" speed="200" manacost="0">
	<health now="100000" max="100000"/>
	<look type="259" corpse="7320"/>
	<targetchange interval="60000" chance="0"/>
	<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 staticattack="50"/>
		<flag lightlevel="0"/>
		<flag lightcolor="0"/>
		<flag targetdistance="1"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="-0" max="-35"/>
		<attack name="physical" interval="1000" chance="34" range="7" radius="3" target="1" min="-10000" max="-15000">
			<attribute key="shootEffect" value="snowball"/>
		</attack>
		<attack name="melee" interval="1000" chance="35" range="7" radius="3" target="0" min="-12000" max="-13000">
			<attribute key="areaEffect" value="blackspark"/>
	</attacks>
	<defenses armor="30" defense="30"/>
	<elements>
		<element icePercent="100"/>
		<element firePercent="40"/>
		<element holyPercent="10"/>
		<element energyPercent="-15"/>
		<element deathPercent="-5"/>
	</elements>
	<voices interval="2000" chance="70">
		<voice sentence="You do not belong here!!!"/>
		<voice sentence="Freeze!"/>
		<voice sentence="Dont Underestimate my size!"/>
		<voice sentence="Looks can be deceiving!"/>
	</voices>
	<loot>
		<item id="9970" countmax="2" chance="4000"/><!-- fish -->
		<item id="9970" countmax="2" chance="4000"/><!-- gold coin -->
		<item id="2553" chance="20000"/><!-- pick -->
        	<item id="10521" chance="500"/><!-- pick -->
	      <item id="8884" chance="700"/><!-- pick -->
            <item id="7888" chance="1000"/><!-- pick -->
	</loot>
</monster>
 
XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Romulus" nameDescription="a romulus" race="blood" experience="9000000" speed="200" manacost="0">
	<health now="100000" max="100000"/>
	<look type="259" corpse="7320"/>
	<targetchange interval="60000" chance="0"/>
	<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 staticattack="50"/>
		<flag lightlevel="0"/>
		<flag lightcolor="0"/>
		<flag targetdistance="1"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="-0" max="-35"/>
		<attack name="physical" interval="1000" chance="34" range="7" radius="3" target="1" min="-10000" max="-15000">
			<attribute key="shootEffect" value="snowball"/>
		</attack>
		<attack name="melee" interval="1000" chance="35" range="7" radius="3" target="0" min="-12000" max="-13000">
			<attribute key="areaEffect" value="blackspark"/>
		</attack>
	</attacks>
	<defenses armor="30" defense="30"/>
	<elements>
		<element icePercent="100"/>
		<element firePercent="40"/>
		<element holyPercent="10"/>
		<element energyPercent="-15"/>
		<element deathPercent="-5"/>
	</elements>
	<voices interval="2000" chance="70">
		<voice sentence="You do not belong here!!!"/>
		<voice sentence="Freeze!"/>
		<voice sentence="Dont Underestimate my size!"/>
		<voice sentence="Looks can be deceiving!"/>
	</voices>
	<loot>
		<item id="9970" countmax="2" chance="4000"/><!-- fish -->
		<item id="9970" countmax="2" chance="4000"/><!-- gold coin -->
		<item id="2553" chance="20000"/><!-- pick -->
		<item id="10521" chance="500"/><!-- pick -->
		<item id="8884" chance="700"/><!-- pick -->
		<item id="7888" chance="1000"/><!-- pick -->
	</loot>
</monster>
 
Back
Top