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

How to change monster name.

activeplay2007

New Member
Joined
Sep 13, 2009
Messages
41
Reaction score
0
Location
Tennessee
Ok, I changed the xml name, and also edited the information and file path names, and still no change, its not even showing up in remeres map editor. How do i fix this?

This is the monster itself
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Rogane" namedescription="a Rogane" race="blood" experience="1800000000" speed="4800" manacost="0">
<health now="180000000" max="180000000"/>
<look type="302" corpse="0"/>
<targetchange interval="2000" 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 canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="3000" min="-1" max="-1800000"/>
<attack name="energy" interval="1000" chance="70" length="25" spread="7" min="-51000" max="-510000">
<attribute key="areaEffect" value="energy"/>
</attack>
</attacks>
<defenses armor="500" defense="500">
<defense name="healing" interval="2000" chance="25" min="20500" max="410000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="1"/>
<immunity lifedrain="0"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
</monster>

This is the monster folder.
<monster name="Rogane" file="z-specialbosses/rogane.xml"/>

What am I doing wrong?
 
Back
Top