Ir para conteúdo

[monster] Demon Of Mort ~~


Robssito

Posts Recomendados

Olá galera...

Hoje acordei com vontade de postar no Xtibia.com

Não sei se vocês vão gostar e tals, mas vamos la!

 

 

Abra a pasta do seu ot: data/monsters/demons e crie um arquivo chamado: demon of mort.lua e escreva isso:

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Demon of Mort" nameDescription="a demon of mort" race="fire" experience="45000" speed="420" manacost="100000">
  <health now="400000" max="400000"/>
  <look type="35" corpse="5995"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="90" defense="10"/>
  <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="2000" skill="100" attack="110"/>
    <attack name="manadrain" interval="2000" chance="13" range="7" min="-250" max="-500"/>
    <attack name="fire" interval="2000" chance="30" range="7" radius="7" target="1" min="-250" max="-1500">
        <attribute key="shootEffect" value="fire"/>
        <attribute key="areaEffect" value="firearea"/>
    </attack>
    <attack name="firefield" interval="500" chance="12" range="7" radius="1" target="1">
        <attribute key="shootEffect" value="fire"/>
    </attack>
    <attack name="lifedrain" interval="1000" chance="12" length="8" spread="0" min="-3000" max="-4500">
        <attribute key="areaEffect" value="purpleenergy"/>
    </attack>
    <attack name="speed" interval="2000" chance="15" target="1" speedchange="-800" duration="30000">
        <attribute key="shootEffect" value="suddendeath"/>
    </attack>
    <attack name="physical" interval="1000" chance="20" range="7" min="-3500" max="-5450">
    </attack>
    <attack name="energy" interval="3000" chance="10" range="1" target="1" min="-5000" max="-6800">
        <attribute key="areaEffect" value="purpleenergy"/>
    </attack>
  </attacks>
  <defenses armor="100" defense="150">
    <defense name="healing" interval="2000" chance="15" min="-850" max="-1200">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    <defense name="speed" interval="1000" chance="8" speedchange="290" duration="5000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
    <elements>
        <element physicalPercent="30"/>
        <element energyPercent="85"/>
        <element earthPercent="85"/>
        <element icePercent="-30"/>
        <element holyPercent="-35"/>
        <element deathPercent="25"/>
    </elements>
  <immunities>
    <immunity fire="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="1">
    <summon name="fire elemental" interval="1000" chance="8"/>
  </summons>
  <voices interval="5000" chance="10">
    <voice sentence="MUHAHAHAHA!" yell="1"/>
    <voice sentence="I SMELL FEEEEEAAAR!" yell="1"/>
    <voice sentence="CHAMEK ATH UTHUL ARAK!" yell="1"/>
    <voice sentence="Your resistance is futile!"/>
    <voice sentence="Your soul will be mine!" yell="0"/>
  </voices>
  <loot>
    <item id="2148" countmax="100" chance1="100000" chancemax="0"/> -- gold coins
    <item id="2148" countmax="100" chance1="100000" chancemax="0"/> -- gold coins
    <item id="2152" countmax="150" chance1="100000" chancemax="2000"/> --Plat
    <item id="2514" chance="4900"/> --mastermind shield
    <item id="2472" chance="4100"/> --magic plate armor
    <item id="5906" countmax="1" chance="4000"/> -- demon dust
    <item id="5954" countmax="1" chance="4345"/> -- demon horn
    <item id="2164" chance="4100"/> --might ring
    <item id="2176" chance="5500"/> --orb
    <item id="1982" chance="3300"/> --purpel tome
    <item id="2165" chance="5300"/> --stealth ring
    <item id="1987" chance="100000">
        <inside>
             <item id="2393" chance="5300"/> --giantsword
             <item id="2432" chance="5800"/> --fire axe
            <item id="2214" chance="2222"/> --ring of healing
            <item id="2396" chance="2600"/> --ice rapier
            <item id="2179" chance="1100"/> --golden ring
            <item id="2795" countmax="6" chance="16000"/>
            <item id="2678" countmax="3" chance1="12000" chancemax="0"/>
            <item id="2148" countmax="100" chance1="100000" chancemax="0"/> -- gold coin
            <item id="2151" countmax="4" chance1="5500" chancemax="0"/>
            <item id="2462" chance="3200"/> --devil helmet
            <item id="2149" countmax="3" chance1="11000" chancemax="0"/>
            <item id="2171" chance="4900"/> --platinum amulet
            <item id="2387" chance="32000"/> --double axe
            <item id="2470" chance="3850"/> --golden legs
            <item id="7382" chance="3100"/> -- Demonrage Sword
            <item id="7393" chance="1700"/> -- Demon Trophy
            <item id="2520" chance="5100"/> --demon shield
            <item id="2418" chance="1500"/> --golden sickle
            <item id="2377" chance="8666"/> --two-handed sword
        </inside>
    </item>
</loot>
</monster>

Agora em monsters.xml escreva isso

<monster name="Demon of Mort" file="demons/Demon of Mort.xml"/>

Esse ae é o Demon of Mort criado por mim!

Eu aconselho a ponhar esse monstro em servers de xp maior do que 800!

 

A pedido de alguns postarei ss

demonofmort.jpg

 

É isso ae pessoal!

Vlw e até a próxima

 

ATT: GOD Roob ~~

Editado por Robssito
Link para o comentário
Compartilhar em outros sites

Bom primeiramente você poderia postar uma ScreenShot (Foto) do monster para que possamos visualizar o seu trabalho, achei que alguns danos como estes:

 

<attack name="physical" interval="1000" chance="20" range="7" min="-3500" max="-5450">

</attack>

<attack name="energy" interval="3000" chance="10" range="1" target="1" min="-5000" max="-6800">

</attack>

<attack name="lifedrain" interval="1000" chance="12" length="8" spread="0" min="-3000" max="-4500">

</attack>

 

Ficaram fortes demais para o monster, você poderia botar "0" nisso: manacost="100000">, pois se o monster não da para summonar então pode ser "0", a loot ficou bem balanceada, então é isso.

 

Edit:

 

Poderia botar algum visual diferente como de um Morgaroth com outras cores por exemplo.

 

Abraços.

Editado por MattheusOT
Link para o comentário
Compartilhar em outros sites

Vlw pelo apoio ae cara

Vou tentar dar uma balanceada no monstro

 

O monstro esta com o outfit de demon, irei mais pra frente por outro outfit nele, mas agora não da, pois estou trabalhando em um projeto de otserver global, mas mais pra frente irei arrumar esse monstro :D

Link para o comentário
Compartilhar em outros sites

Ao contrário de muitos, achei o Monster bem balanceado em certos aspectos, principalmente devido a sugestão de utilização em servers com xp 800+ (porém utilizei-o em OT com xp 5000+).

Não vejo a necessidade de SS's, uma vez que seu outfit base é de um Demon.

Tópico muito bem organizado e editado.

 

Parabéns pelo Trabalho!

 

Att

___

Nosctradamus

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...