Ir para conteúdo
  • Cadastre-se

(Resolvido)[HELP] Summon


Ir para solução Resolvido por JujuLady,

Posts Recomendados

PRIMEIRAMENTE BOA NOITE, PESSOA TIBIAKING  :rock:

 

 

ESTOU COM UM PROBLEMA NO SUMMON DE MAGE

 

CRIEI UM MONSTRO CHAMADO GOD MAGE MUITO FORTE E OS PLAYERS ESTAO SUMONANDO ELE COMO EU TIRO ISSO ESTA ACABANDO COM A WAR , AGUARDO !

Link para o post
Compartilhar em outros sites
  • Solução

Simples.

data>monster>local do monster

Abra o arquivo do monster.

 

<flags>

<flag summonable="1"/>

 

 
 
- Coloque 0 no lugar do 1
 
<flag summonable="0"/>

 

 
 
Se não der certo,eu não sei oque pode ser :s
Se der .. +Rep <3
Editado por JujuLady (veja o histórico de edições)

~ Se ajudei +Rep

sheele_schere__akame_ga_kill__minimalist

~ Sheele

Link para o post
Compartilhar em outros sites

codigo dele ta diferente esta assim

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="God Mage" nameDescription="God Mage" race="BLOOD" experience="150000" speed="1800" manacost="0">
  <health now="100000" max="100000"/>
  <look type="130" head="95" body="116" legs="121" feet="115" corpse="6068"/>
  <targetchange interval="10000" chance="20"/>
  <strategy attack="10" defense="0"/>
  <flags>
    <flag summonable="1"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="1"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag staticattack="98"/>
    <flag targetdistance="1"/>
    <flag runonhealth="0"/>
    <flag skull="black"/>
  </flags>
  <attacks>
      <attack name="melee" interval="2000" skill="550" attack="100" poison="10"/>
    <attack name="fire" interval="30000" chance="35" range="7" radius="7" target="1" min="-1000" max="-1000">
<attribute key="shootEffect" value="fire"/>
<attribute key="areaEffect" value="firearea"/>
    </attack>
<attack name="melee" interval="1800" chance="40" range="7" radius="5" target="0" min="-1000" max="-1000">
<attribute key="areaEffect" value="blackspark"/>
</attack>
    <attack name="energy" interval="3000" chance="30" length="8" spread="0" min="-1000" max="-1000">
<attribute key="areaEffect" value="energy"/>
    </attack>
    <attack name="physical" interval="2000" chance="20" range="7" radius="5" target="0" min="-1000" max="-1000">
        <attribute key="areaEffect" value="greenshimmer"/>
    </attack>
    <attack name="physical" interval="2000" chance="15" range="7" radius="13" target="0" min="-1000" max="-1000">
        <attribute key="areaEffect" value="rednote"/>
    </attack>
    <attack name="physical" interval="2000" chance="20" radius="14" target="0" min="-1000" max="-1000">
        <attribute key="areaEffect" value="bluebubble"/>
    </attack>
<attack name="melee" interval="3000" chance="15" range="7" radius="3" target="0" min="-100" max="-1000">
<attribute key="areaEffect" value="blueshimmer"/>
</attack>
  </attacks>
  <defenses armor="55" defense="65">
    <defense name="healing" interval="3000000000" chance="35" min="30" max="80">
<attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    <defense name="speed" interval="4000" chance="80" speedchange="440" duration="6000">
<attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <elements>
<element firePercent="100"/>
<element earthPercent="100"/>
<element energyPercent="100"/>
<element deathPercent="60"/>
<element physicalPercent="40"/>
<element icePercent="-25"/>
  </elements>
  <immunities>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="0">
    <summon name="subwat boss" interval="4000" chance="33"/>
  </summons>
  <loot>
<item id="2160" countmax="100" chance="10000"/>
<item id="2160" countmax="100" chance="10000"/>
<item id="2160" countmax="100" chance="10000"/>
<item id="11192" countmax="30" chance="10000"/>
<item id="4863" chance="10000"/>
<item id="4869" chance="10000"/>
<item id="8304" chance="10000"/>
  </loot>
</monster>
Link para o post
Compartilhar em outros sites

~

 

<monster name="God Mage" nameDescription="God Mage" race="BLOOD" experience="150000" speed="1800" manacost="0">

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

 
  <health now="100000" max="100000"/>
  <look type="130" head="95" body="116" legs="121" feet="115" corpse="6068"/>
  <targetchange interval="10000" chance="20"/>
  <strategy attack="10" defense="0"/>
  <flags>
    <flag summonable="1"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="1"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag staticattack="98"/>
    <flag targetdistance="1"/>
    <flag runonhealth="0"/>
    <flag skull="black"/>
 
________________________________________________Se preferir copie e cole isso no arquivo:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="God Mage" nameDescription="God Mage" race="BLOOD" experience="150000" speed="1800" manacost="0">
  <health now="100000" max="100000"/>
  <look type="130" head="95" body="116" legs="121" feet="115" corpse="6068"/>
  <targetchange interval="10000" chance="20"/>
  <strategy attack="10" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="1"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag staticattack="98"/>
    <flag targetdistance="1"/>
    <flag runonhealth="0"/>
    <flag skull="black"/>
  </flags>
  <attacks>
      <attack name="melee" interval="2000" skill="550" attack="100" poison="10"/>
    <attack name="fire" interval="30000" chance="35" range="7" radius="7" target="1" min="-1000" max="-1000">
<attribute key="shootEffect" value="fire"/>
<attribute key="areaEffect" value="firearea"/>
    </attack>
<attack name="melee" interval="1800" chance="40" range="7" radius="5" target="0" min="-1000" max="-1000">
<attribute key="areaEffect" value="blackspark"/>
</attack>
    <attack name="energy" interval="3000" chance="30" length="8" spread="0" min="-1000" max="-1000">
<attribute key="areaEffect" value="energy"/>
    </attack>
    <attack name="physical" interval="2000" chance="20" range="7" radius="5" target="0" min="-1000" max="-1000">
        <attribute key="areaEffect" value="greenshimmer"/>
    </attack>
    <attack name="physical" interval="2000" chance="15" range="7" radius="13" target="0" min="-1000" max="-1000">
        <attribute key="areaEffect" value="rednote"/>
    </attack>
    <attack name="physical" interval="2000" chance="20" radius="14" target="0" min="-1000" max="-1000">
        <attribute key="areaEffect" value="bluebubble"/>
    </attack>
<attack name="melee" interval="3000" chance="15" range="7" radius="3" target="0" min="-100" max="-1000">
<attribute key="areaEffect" value="blueshimmer"/>
</attack>
  </attacks>
  <defenses armor="55" defense="65">
    <defense name="healing" interval="3000000000" chance="35" min="30" max="80">
<attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    <defense name="speed" interval="4000" chance="80" speedchange="440" duration="6000">
<attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <elements>
<element firePercent="100"/>
<element earthPercent="100"/>
<element energyPercent="100"/>
<element deathPercent="60"/>
<element physicalPercent="40"/>
<element icePercent="-25"/>
  </elements>
  <immunities>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="0">
    <summon name="subwat boss" interval="4000" chance="33"/>
  </summons>
  <loot>
<item id="2160" countmax="100" chance="10000"/>
<item id="2160" countmax="100" chance="10000"/>
<item id="2160" countmax="100" chance="10000"/>
<item id="11192" countmax="30" chance="10000"/>
<item id="4863" chance="10000"/>
<item id="4869" chance="10000"/>
<item id="8304" chance="10000"/>
  </loot>
</monster>
Editado por JujuLady (veja o histórico de edições)

~ Se ajudei +Rep

sheele_schere__akame_ga_kill__minimalist

~ Sheele

Link para o post
Compartilhar em outros sites

MEU DEUS , PELO AMOOOOOR DE DEUS, DESCULPA TER FEITO ISSO, PUTA QUE PARIU DE VISÃO  :facepalm:

 

ACHEI MUDEI , VALEU JUJU, NOGARD :*****

Link para o post
Compartilhar em outros sites

MEU DEUS , PELO AMOOOOOR DE DEUS, DESCULPA TER FEITO ISSO, PUTA QUE PARIU DE VISÃO  :facepalm:

 

ACHEI MUDEI , VALEU JUJU, NOGARD :*****

 

De nada ^^

Eu também respondi as presas e deve ter ficado meio confuso.

Desculpe.

~ Se ajudei +Rep

sheele_schere__akame_ga_kill__minimalist

~ Sheele

Link para o post
Compartilhar em outros sites
  • 4 years later...

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

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo