Ir para conteúdo

[Encerrado] Pedido Pokemon Monster


hakkan224

Posts Recomendados

Queria saber se alguem poderia criar um pokemon "BRAVE CHARIZARD" pra mim usar como base pra criar outros eu fiz um mas ele ataca o player n sai dano

 

 

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

<monster name="Brave Charizard" nameDescription="a charizard" race="fire" experience="750" speed="147" manacost="0">

<health now="70000" max="70000"/>

<look type="418" head="85" body="85" legs="95" feet="113" corpse="11851"/>

<targetchange interval="10000" chance="0"/>

<strategy attack="100" defense="0"/>

<flags>

<flag summonable="1"/>

<flag attackable="1"/>

<flag hostile="1"/>

<flag illusionable="1"/>

<flag convinceable="1"/>

<flag pushable="1"/>

<flag canpushitems="0"/>

<flag canpushcreatures="0"/>

<flag targetdistance="1"/>

<flag staticattack="97"/>

<flag runonhealth="0"/>

<flag hungerdelay="17"/>

</flags>

<attacks>

<attack name="melee" interval="2000" chance="100" range="10" min="-50" max="-100"/>

<attack name="Dragon Claw" interval="2570" chance="31" range="50"/>

<attack name="Ember" interval="2664" chance="30" range="80"/>

<attack name="Flamethrower" interval="3580" chance="28" range="80"/>

<attack name="Fireball" interval="3040" chance="28" range="80"/>

<attack name="Fire Fang" interval="2852" chance="29" range="50"/>

<attack name="Raging Blast" interval="3846" chance="28" range="80"/>

<attack name="Fire Blast" interval="4128" chance="27" range="100"/>

<attack name="Wing Attack" interval="4128" chance="27" range="100"/>

<attack name="Magma Storm" interval="5128" chance="18" range="100"/>

<attack name="Rage" interval="3510" chance="25" range="40"/>

</attacks>

<defenses armor="0" defense="0"/>

<voices interval="5000" chance="10">

<voice sentence="CHARIZARD!"/>

</voices>

<loot>

<item id="12152" chance="7000" count="1" countmax="1"/>

<item id="12162" chance="100000" countmax="100"/>

<item id="12157" chance="7000" count="1" countmax="1"/>

<item id="11447" chance="750" count="1" countmax="1"/>

<item id="12159" chance="2000" count="1" countmax="1"/>

</loot>

<script>

<event name="Spawn"/>

</script>

</monster>

 

 

 

ALGUEM PODE ME AJUDAR? SE SIM DOU REP

Link para o comentário
Compartilhar em outros sites

Sim, vaai em lib/configuration e add isso depois do charizard add isso:

 


["Brave Charizard"] =  {move1 = {name = "Dragon Claw", level = 85, cd = 15, dist = 1, target = 1, f = 60, t = "dragon"},
move2 = {name = "Ember", level = 85, cd = 10, dist = 10, target = 1, f = 42, t = "fire"},
move3 = {name = "Flamethrower", level = 85, cd = 20, dist = 1, target = 0, f = 80, t = "fire"},
move4 = {name = "Fireball", level = 85, cd = 25, dist = 10, target = 1, f = 75, t = "fire"},
move5 = {name = "Fire Fang", level = 85, cd = 20, dist = 1, target = 1, f = 65, t = "fire"},
move6 = {name = "Raging Blast", level = 85, cd = 35, dist = 1, target = 0, f = 100, t = "fire"},
move7 = {name = "Fire Blast", level = 85, cd = 60, dist = 1, target = 0, f = 115, t = "fire"},
move8 = {name = "Wing Attack", level = 90, cd = 35, dist = 1, target = 0, f = 75, t = "flying"},
move9 = {name = "Magma Storm", level = 95, cd = 90, dist = 1, target = 0, f = 95, t = "fire"},
move10 = {name = "Scary Face", level = 90, cd = 50, dist = 1, target = 0, f = 0, t = "ghost"},
move11 = {name = "Rage", level = 85, cd = 40, dist = 1, target = 0, f = 0, t = "dragon"},

 

Ae vc muda os ataque e poe o q quer ae dps vc tem q add o brave charizard em todas as partes como catch, pokedex essas coisa etc.

Link para o comentário
Compartilhar em outros sites

Como assim tira o catch? Se vc n add esse brave charizard em todas as sessões como catch pokedex o pokemon novo vai da erro.

 

Pra ele bate + q o charizard comum so muda o f= no move dele.

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

Tipo to com ele aqui normal ele ta dando cath... e eu n adiconei ele no cath

 

Pq vc deve ter copiado o status do charizard comum e colocado em todas as sessoes como pokedex, catch entao ele fica cmomo charizard o.0

Link para o comentário
Compartilhar em outros sites

Aqui não vai caber, entao faça isso em lib/configuration em status pokemon kanto add isso:

 

["Brave Charizard"] = {offense = 8.5, defense = 7.8, specialattack = 11, vitality = 7.8, agility = 167, exp = 209, level = 85, type = "fire", type2 = "flying"},

 

Depois em Fotos embaixo do charizard add isso:

 

["Brave Charizard"] = 11994,

 

e em pokescatch add isso:

 

["Brave Charizard"] = {chance = 5000, corpse = 6005},

 

Ae se muda a chance dele pra qul vc quiser.

 

e em Newpokedex add isso embaixo do charizard:

 

["Brave Charizard"] = {gender = 875, level = 75, storage = 100, stoCatch = 666006},

 

em OldPokedex mesma coisa embaixo do charizard:

 

{"Brave Charizard", 75, 1006},

 

Ae dps e com vc, vc vai la no final do configuration e add Brave Charizard nas Habilidade dele como Dig etc.

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

  • 5 years later...
A questão neste tópico de suporte foi encerrada por falta de respostas. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta.

+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...