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

JonatasLucas

New Member
Joined
Jun 12, 2013
Messages
116
Reaction score
3
I have a bug in monsters fisso a monster in my otserv called poseidon more when I put him to hunt and he saved it when I enter the ot he is not it. so the call to the "/ m" and the following error appears when opening

78xjfJV.jpg



POSEIDON.XML

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Poseidon" nameDescription="a poseidon" race="blood" experience="12500000" speed="3500" manacost="390">
    <health now="5300000" max="5300000"/>
    <look type="275" head="0" body="0" legs="0" feet="0" corpse="8307"/>
    <targetchange interval="2000" chance="50"/>
    <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="85"/>
        <flag canpushcreatures="1"/>
        <flag targetdistance="0"/>
        <flag runonhealth="300"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" skill="4200" attack="4200"/>
        <attack name="earth" interval="1000" chance="5" length="9" spread="3" min="-16000" max="-30005">
            <attribute key="areaEffect" value="bigplants"/>
        </attack>
        <attack name="ice" interval="1000" chance="7" length="90" spread="3" min="-12000" max="-23000">
            <attribute key="areaEffect" value="icearea"/>
        </attack>
        <attack name="drowncondition" interval="1000" chance="80" radius="4" target="1" max="-3000">
            <attribute key="areaEffect" value="bluebubble"/>
        </attack>
    </attacks>
  <defenses armor="16" defense="20">
    <defense name="healing" interval="1000" chance="55" min="1000" max="5000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    </defenses>
    <immunities>
        <immunity ice="1"/>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
    <voices interval="3000" chance="20">
        <voice sentence="CHHHRRRR"/>
        <voice sentence="HISSSS"/>
    </voices>
    <elements>
        <element firePercent="30"/>
        <element energyPercent="-10"/>
        <element physicalPercent="-15"/>
        <element deathPercent="-10"/>
    </elements>
  <loot>
    <item id="9971" countmax="5" chance="40000"/>    -- gold coin
    <item id="2146" countmax="1" chance="10000"/>    -- small saphire
    <item id="2666" countmax="4" chance="20000"/>    -- meat
    <item id="2214" chance="10000"/>            -- ring of healing
    <item id="8929" chance="1200"/>            -- Thaian Sword
    <item id="1987" chance="100000">
      <inside>
        <item id="2672" countmax="3" chance="20000"/>    -- dragon ham
        <item id="2470" chance="3100"/>           -- Glacier amulet
        <item id="2514" chance="1500"/>            -- Frozen Plate
        <item id="2472" chance="2600"/>            -- Lunar Staff
      </inside>
    </item>
  </loot>
</monster>

<monster name="Poseidon" file="RadBr/Poseidon.xml"/>
 
Back
Top