Ir para conteúdo

Featured Replies

  • Respostas 8
  • Visualizações 1k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Olá amigo NathanAmaro , é Muito facil de fazer o que você quer!!!! (adiicionar magias) , que o bixo irá soltar neste caso o monstro ira soltar a magia Young como você pediu       Nessa parte você

Postado

Olá amigo NathanAmaro , é Muito facil de fazer o que você quer!!!! (adiicionar magias) , que o bixo irá soltar neste caso o monstro ira soltar a magia Young como você pediu

 

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Death Kiss" nameDescription="Death Kiss" race="blood" experience="55000" speed="400" manacost="0">
<health now="85000" max="85000"/>
<look type="365" head="0" body="0" legs="0" feet="0" corpse="9916"/>
<targetchange interval="2000" chance="50"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="0"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="1000" skill="200" attack="200"/>
<attack name="energy" interval="2500" chance="50" range="7" min="-2000" max="-3850">
<attribute key="shootEffect" value="energy"/>
</attack>
<attack name="fire" interval="4000" chance="50" range="7" min="-1950" max="-4550">
<attribute key="shootEffect" value="fire"/>
</attack>
<attack name="physical" interval="4500" chance="50" range="7" min="-2800" max="-4900">
<attribute key="shootEffect" value="suddendeath"/>
<attribute key="areaEffect" value="mortarea"/>
</attack>
<attack name="hellfire_exori" interval="1000" chance="50" range="7" min="-1000" max="-1850">
<attribute key="shootEffect" value="fire"/>
</attack>
<attack name="lifedrain" interval="1000" chance="50" range="7" min="-900" max="-1550">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
<attack name="manadrain" interval="3000" chance="50" range="7" min="-550" max="-850">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
</attacks>
<defenses armor="50" defense="0"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Inferior creatures, bow before my power!"/>
</voices>
<loot capacity="400">
<item id="10137" countmax="1" chance="99999"/>
<item id="10137" countmax="1" chance="99999"/>
<item id="10137" countmax="1" chance="99999"/>
<item id="10137" countmax="1" chance="99999"/>
</loot>
</monster>

 

 
Nessa parte você possui isso
 

 

 

<attack name="hellfire_exori" interval="1000" chance="50" range="7" min="-1000" max="-1850">

<attribute key="shootEffect" value="fire"/>

 

 
 
Você irá trocar por isso
 

<attack name="Young" interval="1000" chance="50" range="7" min="-1000" max="-1850">

<attribute key="shootEffect" value="physical"/>

 

 

 

 

 

<attack name="Aqui vai ser nome da magia na qual você boto em spells. Arquivo.lua" 

 

<attribute key="shootEffect" value="Aqui você poe o efeito , Recomendo por o efeito que está sendo utilizado no spell"/> 

 

min="-aqui o minimo que o bicho vai bater na magia " max="-aqui o máximo que o bicho ira bater na magia"

 

 

Então seu monstro ficou assim

 

 

 

 

<?xml version="1.0" encoding="UTF-8"?>

<monster name="Death Kiss" nameDescription="Death Kiss" race="blood" experience="55000" speed="400" manacost="0">

  <health now="85000" max="85000"/>
  <look type="365" head="0" body="0" legs="0" feet="0" corpse="9916"/>
  <targetchange interval="2000" chance="50"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="0"/>
    <flag targetdistance="0"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="1000" skill="200" attack="200"/>
    <attack name="energy" interval="2500" chance="50" range="7" min="-2000" max="-3850">
      <attribute key="shootEffect" value="energy"/>
    </attack>
    <attack name="fire" interval="4000" chance="50" range="7" min="-1950" max="-4550">
      <attribute key="shootEffect" value="fire"/>
    </attack>
    <attack name="physical" interval="4500" chance="50" range="7" min="-2800" max="-4900">
      <attribute key="shootEffect" value="suddendeath"/>
      <attribute key="areaEffect" value="mortarea"/>
    </attack>
    <attack name="Young" interval="1000" chance="50" range="7" min="-1000" max="-1850">
      <attribute key="shootEffect" value="physical"/>
    </attack>
    <attack name="lifedrain" interval="1000" chance="50" range="7" min="-900" max="-1550">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
    <attack name="manadrain" interval="3000" chance="50" range="7" min="-550" max="-850">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
  </attacks>
  <defenses armor="50" defense="0"/>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="0"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
  <voice sentence="Inferior creatures, bow before my power!"/>
  </voices>
  <loot capacity="400">
    <item id="10137" countmax="1" chance="99999"/>
    <item id="10137" countmax="1" chance="99999"/>
    <item id="10137" countmax="1" chance="99999"/>
    <item id="10137" countmax="1" chance="99999"/>
  </loot>
</monster>
 

 

 

 

 

Se gostou de seu REP+++

 

 

Postado

eu tbm posso ajudar ,

me contatem no Skype

xD

 

 

2.14 - Suporte fora do fórum:

É extremamente proibido oferecer suporte fora do TibiaKing.com, como por exemplo: "To querendo tal map, me adiciona no Skype", "Me adiciona no Skype que eu resolvo", ou então, "Eu tenho esse script, me adiciona no skype que a gente vê"... Enfim, se você fizer isso seu tópico será imediatamente fechado e você poderá ser punido!
 

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo