Ir para conteúdo
  • 0

Problema com monster "Morte"


WalidGharib

Pergunta

Então venho tendo um problema com o monstro 'morte', fui editar meu mapa pela primeira vez mexi em algumas coisas no mapa e quando troquei o do server por o qual mexi os mortes desapareceram do mapa e esses dias fui tentar mexer no mapa denovo so que agora queria criar mais hunt's de morte porem nao conseguia importa o monster morte


morte.xml

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Morte" nameDescription="a Morte" race="undead" experience="11500" speed="370" manacost="0">
<health now="11000" max="11000"/>
<look type="300" corpse="8955"/>
<targetchange interval="5000" chance="10"/>
<strategy attack="80" defense="20"/>

<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="85"/>
<flag runonhealth="0"/>
</flags>

<attacks>
<attack name="melee" interval="2000" skill="140" attack="140"/>
<attack name="death" interval="2000" chance="15" range="7" target="1" min="0" max="-60">
<attribute key="shootEffect" value="suddendeath"/>
<attribute key="areaEffect" value="mortarea"/>
</attack>
<attack name="lifedrain" interval="2000" chance="15" length="7" spread="0" min="0" max="-800">
<attribute key="areaEffect" value="redspark"/>
</attack>
<attack name="physical" interval="2000" chance="14" radius="4" target="0" min="0" max="-500">
<attribute key="areaEffect" value="redspark"/>
</attack>
<attack name="physical" interval="3000" chance="19" length="7" spread="3" min="0" max="-450">
<attribute key="areaEffect" value="explosionarea"/>
</attack>
</attacks>

<defenses armor="30" defense="30">
<defense name="healing" interval="1000" chance="25" min="100" max="195">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>

<elements>
<element energyPercent="-5"/>
<element earthPercent="10"/>
<element icePercent="5"/>
<element holyPercent="-10"/>
<element deathPercent="30"/>
<element firePercent="-10"/>
</elements>

<immunities>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity invisible="1"/>
</immunities>

<voices interval="5000" chance="10">
<voice sentence="MORRE DIABO!" yell="1"/>
<voice sentence="Come a little closer!" yell="1"/>
<voice sentence="The end is near!" yell="1"/>
</voices>

<loot>
<item id="2148" countmax="98" chance="40000"/> -- gold coin
<item id="2148" countmax="100" chance="40000"/> -- gold coin
<item id="2152" countmax="4" chance="20000"/> -- Platinum Coin
<item id="2150" countmax="3" chance="10000"/> -- small amethyst
<item id="6558" chance="13500"/> -- concentrated demonic blood
<item id="6558" chance="18500"/> -- concentrated demonic blood
<item id="6500" countmax="1" chance="7800"/> -- demonic essence
<item id="6300" chance="3300"/> -- death ring
<item id="5909" countmax="1" chance="3800"/> -- white piece of cloth
<item id="2521" chance="8500"/> -- dark shield
<item id="1987" chance="100000">
<inside>
<item id="5022" countmax="4" chance="40000"/> -- orichalcum pearl
<item id="8889" chance="2100"/> -- skullcracker armor
<item id="7418" chance="2200"/> -- nightmare blade
<item id="7589" chance="8500"/> -- strong mana potion
<item id="8910" chance="6000"/> -- underworld rod
<item id="8473" chance="8777"/> -- ultimate health potion
<item id="2112" chance="4100"/> --addon doll
</inside>
</item>
</loot>
</monster>

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

  • 0

Cuidado ao criar + de 1 tópico com o mesmo sentido, na próxima você sera alertado.

 

Morte.xml

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Morte" nameDescription="a Morte" race="undead" experience="11500" speed="370" manacost="0">
  <health now="11000" max="11000"/>
  <look type="300" corpse="8955"/>
  <targetchange interval="5000" chance="10"/>
  <strategy attack="80" defense="20"/>
  
	<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="85"/>
		<flag runonhealth="0"/>
	</flags>
  
  <attacks>
  	<attack name="melee" interval="2000" skill="140" attack="140"/>
	<attack name="death" interval="2000" chance="15" range="7" target="1" min="0" max="-60">
		<attribute key="shootEffect" value="suddendeath"/>
      	<attribute key="areaEffect" value="mortarea"/>
    </attack>
	<attack name="lifedrain" interval="2000" chance="15" length="7" spread="0" min="0" max="-800">
		<attribute key="areaEffect" value="redspark"/>
	</attack>
	<attack name="physical" interval="2000" chance="14" radius="4" target="0" min="0" max="-500">
      	<attribute key="areaEffect" value="redspark"/>
   	</attack>
	<attack name="physical" interval="3000" chance="19" length="7" spread="3" min="0" max="-450">
		<attribute key="areaEffect" value="explosionarea"/>
	</attack>
  </attacks>
  
  <defenses armor="30" defense="30">
    <defense name="healing" interval="1000" chance="25" min="100" max="195">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
  
	<elements>
		<element energyPercent="-5"/>
		<element earthPercent="10"/>
		<element icePercent="5"/>
		<element holyPercent="-10"/>
		<element deathPercent="30"/>
		<element firePercent="-10"/>
	</elements>
	
  <immunities>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>
  
  <voices interval="5000" chance="10">
    <voice sentence="MORRE DIABO!" yell="1"/>
    <voice sentence="Come a little closer!" yell="1"/>
    <voice sentence="The end is near!" yell="1"/>
  </voices>
  
	<loot>
		<item id="2148" countmax="98" chance="40000"/>	-- gold coin
		<item id="2148" countmax="100" chance="40000"/>	-- gold coin
		<item id="2152" countmax="4" chance="20000"/>	-- Platinum Coin
		<item id="2150" countmax="3" chance="10000"/>	-- small amethyst
		<item id="6558" chance="13500"/>				-- concentrated demonic blood
		<item id="6558" chance="18500"/>				-- concentrated demonic blood
		<item id="6500" countmax="1" chance="7800"/>	-- demonic essence
		<item id="6300" chance="3300"/>				-- death ring
		<item id="5909" countmax="1" chance="3800"/>	-- white piece of cloth
		<item id="2521" chance="8500"/>			-- dark shield
		<item id="1987" chance="100000">
    		<inside>
				<item id="5022" countmax="4" chance="40000"/>	-- orichalcum pearl
				<item id="8889" chance="2100"/>			-- skullcracker armor
				<item id="7418" chance="2200"/>			-- nightmare blade
				<item id="7589" chance="8500"/>			-- strong mana potion
				<item id="8910" chance="6000"/>			-- underworld rod
				<item id="8473" chance="8777"/>			-- ultimate health potion
                             	<item id="2112" chance="4100"/>                 --addon doll
			</inside>
		</item>
	</loot>
</monster>

e lembre-se de registra-lo no monsters.xml e depois importa-lo para o rme.

 

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...