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

Need help adding monster to mapeditor

masterjojje

Tibia geek! :D
Joined
Feb 10, 2009
Messages
158
Reaction score
1
Location
Sweden
Hello, need help to add my custom monster to remeres map editor. I have tried to File->Import->Add npc/monster file and load my monster it says "couldn´t open file "fjant anton.xml", wrong format? Please help me someone I give rep+++:D
 
<?xml version="1.0" encoding="UTF-8"?>
<monster name="fjant anton" nameDescription="a fjant anton" race="blood" experience="900000" speed="2800" manacost="0">
<health now="80000" max="80000"/>
<look type="55" head="0" body="0" legs="0" feet="0" corpse="5999"/>
<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"/>
</flags>
<attacks>
<attack name="melee" interval="1000" min="-5000" max="-5300"/>
<attack name="physical" interval="1000" chance="15" range="7" min="-3000" max="-3850">
<attribute key="shootEffect" value="largerock"/>
</attack>
</attacks>
<defenses armor="40" defense="45">
<defense name="speed" interval="1000" chance="7" speedchange="2900" duration="4000">
<attribute key="areaEffect" value="redshimmer"/>
</defense>
</defenses>
<elements>
<element earthPercent="80"/>
<element holyPercent="30"/>
<element firePercent="30"/>
<element energyPercent="10"/>
<element physicalPercent="10"/>
<element icePercent="-10"/>
<element deathPercent="-5"/>
</elements>
<immunities>
<immunity paralyze="1"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="I'm so retarted ööhhh!"/>
<voice sentence="Åh fy fan vad gott med körv!"/>
<voice sentence="Döda invandrarna!" yell="1"/>
</voices>
<loot>
<item id="2160" countmax="15" chance="100000"/>
</loot>
</monster>




Sorry i posted like this but im a little bit retarded dont know how i do the
Code:
 thingy ;)
 
Put it in code tag. You will find it when you go advanced edit of post. It has a sign "#" Just click it and put script text in the middle.

or paste it on nopaste.org

And put link here ;p
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="fjant anton" nameDescription="a fjant anton" race="blood" experience="900000" speed="2800" manacost="0">
  <health now="80000" max="80000"/>
  <look type="55" head="0" body="0" legs="0" feet="0" corpse="5999"/>
  <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"/>
  </flags>
  <attacks>
    <attack name="melee" interval="1000" min="-5000" max="-5300"/>
    <attack name="physical" interval="1000" chance="15" range="7" min="-3000" max="-3850">
      <attribute key="shootEffect" value="largerock"/>
    </attack>
  </attacks>
  <defenses armor="40" defense="45">
    <defense name="speed" interval="1000" chance="7" speedchange="2900" duration="4000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <elements>
	<element earthPercent="80"/>
	<element holyPercent="30"/>
	<element firePercent="30"/>
	<element energyPercent="10"/>
	<element physicalPercent="10"/>
	<element icePercent="-10"/>
	<element deathPercent="-5"/>
  </elements>
  <immunities>
    <immunity paralyze="1"/>
    <immunity invisible="0"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="I'm so retarted ööhhh!"/>
    <voice sentence="Åh fy fan vad gott med körv!"/>
    <voice sentence="Döda invandrarna!" yell="1"/>
  </voices>
  <loot>
    <item id="2160" countmax="15" chance="100000"/>
  </loot>
</monster>
 
<voices interval="5000" chance="10">
<voice sentence="I'm so retarted ööhhh!"/>
<voice sentence="Åh fy fan vad gott med körv!"/>
<voice sentence="Döda invandrarna!" yell="1"/>
</voices>

make them english remove Åh, "ö"
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="fjant anton" nameDescription="a fjant anton" race="blood" experience="900000" speed="2800" manacost="0">
  <health now="80000" max="80000"/>
  <look type="55" head="0" body="0" legs="0" feet="0" corpse="5999"/>
  <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"/>
  </flags>
  <attacks>
    <attack name="melee" interval="1000" min="-5000" max="-5300"/>
    <attack name="physical" interval="1000" chance="15" range="7" min="-3000" max="-3850">
      <attribute key="shootEffect" value="largerock"/>
    </attack>
  </attacks>
  <defenses armor="40" defense="45">
    <defense name="speed" interval="1000" chance="7" speedchange="2900" duration="4000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <elements>
	<element earthPercent="80"/>
	<element holyPercent="30"/>
	<element firePercent="30"/>
	<element energyPercent="10"/>
	<element physicalPercent="10"/>
	<element icePercent="-10"/>
	<element deathPercent="-5"/>
  </elements>
  <immunities>
    <immunity paralyze="1"/>
    <immunity invisible="0"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="I'm so retarted oohhh!"/>
    <voice sentence="Ah fy fan vad gott med korv!"/>
    <voice sentence="Doda invandrarna!" yell="1"/>
  </voices>
  <loot>
    <item id="2160" countmax="15" chance="100000"/>
  </loot>
</monster>

This should work - sorry man but no German alphabet signs are allowed in this script ;s

I replaced "o with two dots over" for "o"
 
Back
Top