Ir para conteúdo
  • Cadastre-se

AJUDA - MONSTROS NAO SOLTAM FIRE BALL


Posts Recomendados

boa noite galera, estou fazendo meu teste server ..  [ praxedeserver.ddns.net:8090 ]

e notei que os monstros nao estao atacando com fireball , apenas ataque fisicos, alguem pode explica? ajudar a resolver..

Link para o post
Compartilhar em outros sites

Poste o XML de algum monstro que não esteja usando esse attack, só para análise do script.

Se te ajudei com o que postei, clique em liked.png
Bizzle

Link para o post
Compartilhar em outros sites

TEM 2 AI, DRAGON E DRAGON LORD.

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Dragon" nameDescription="a dragon" race="blood" experience="700" speed="180" manacost="0">
    <health now="1000" max="1000"/>
    <look type="34" corpse="5973"/>
    <targetchange interval="5000" chance="8"/>
    <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="1"/>
        <flag targetdistance="1"/>
        <flag staticattack="90"/>
        <flag runonhealth="300"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" skill="50" attack="40"/>
        <attack name="fire" interval="2000" chance="8" length="8" spread="3" min="-100" max="-170">
            <attribute key="areaEffect" value="firearea"/>
        </attack>
        <attack name="fire" interval="2000" chance="12" range="7" radius="4" target="1" min="-60" max="-110">
            <attribute key="shootEffect" value="fire"/>
            <attribute key="areaEffect" value="firearea"/>
        </attack>
    </attacks>
    <defenses armor="25" defense="18">
        <defense name="healing" interval="2000" chance="10" min="30" max="55">
            <attribute key="areaEffect" value="blueshimmer"/>
        </defense>
    </defenses>
    <elements>
        <element earthPercent="80"/>
        <element energyPercent="20"/>
        <element icePercent="-10"/>
    </elements>
    <immunities>
        <immunity fire="1"/>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
    <voices interval="5000" chance="15">
        <voice sentence="GROOAAARRR" yell="1"/>
        <voice sentence="FCHHHHH" yell="1"/>
    </voices>
    <loot>
    <item id="2148" countmax="100" chance="32800" /><!-- gold coin -->
    <item id="2148" countmax="5" chance="32800" /><!-- gold coin -->
    <item id="2434" chance="1050" /><!-- dragon hammer -->
    <item id="2457" chance="3800" /><!-- steel helmet -->
    <item id="2672" chance="57025" /><!-- dragon ham -->
    <item id="2509" chance="15525" /><!-- steel shield -->
    <item id="2406" chance="25650" /><!-- short sword -->
    <item id="2398" chance="21000" /><!-- mace -->
    <item id="2455" chance="10400" /><!-- crossbow -->
    <item id="2546" countmax="10" chance="4900" /><!-- burst arrow -->
    <item id="2397" chance="4375" /><!-- longsword -->
    <item id="2647" chance="2425" /><!-- plate legs -->
    <item id="2409" chance="1050" /><!-- serpent sword -->
    <item id="2387" chance="1600" /><!-- double axe -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2413" chance="2400" /><!-- broadsword -->
            <item id="5920" chance="1550" /><!-- green dragon scale -->
            <item id="2145" chance="925" /><!-- small diamond -->
            <item id="7588" chance="1000" /><!-- strong health potion -->
            <item id="2187" chance="1500" /><!-- wand of inferno -->
            <item id="2177" chance="600" /><!-- life crystal -->
            <item id="2516" chance="800" /><!-- dragon shield -->
            <item id="5877" chance="1450" /><!-- green dragon leather -->
            <item id="7430" chance="600" /><!-- dragonbone staff -->
        </inside>
    </item>
</loot>





















</monster>

 

 

 

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Dragon Lord" nameDescription="a dragon lord" race="blood" experience="2100" speed="240" manacost="0">
    <health now="1900" max="1900"/>
    <look type="39" corpse="5984"/>
    <targetchange interval="5000" chance="8"/>
    <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="1"/>
        <flag targetdistance="1"/>
        <flag staticattack="90"/>
        <flag runonhealth="300"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" skill="90" attack="44"/>
        <attack name="fire" interval="2000" chance="11" range="7" radius="4" target="1" min="-100" max="-200">
            <attribute key="shootEffect" value="fire"/>
            <attribute key="areaEffect" value="firearea"/>
        </attack>
        <attack name="fire" interval="2000" chance="9" length="8" spread="3" min="-150" max="-250">
            <attribute key="areaEffect" value="firearea"/>
        </attack>
        <attack name="firefield" interval="2000" chance="5" range="7" radius="4" target="1">
            <attribute key="shootEffect" value="fire"/>
        </attack>
    </attacks>
    <defenses armor="22" defense="35">
        <defense name="healing" interval="2000" chance="15" min="60" max="100">
            <attribute key="areaEffect" value="blueshimmer"/>
        </defense>
    </defenses>
    <elements>
        <element earthPercent="80"/>
        <element energyPercent="20"/>
        <element icePercent="-10"/>
    </elements>
    <immunities>
        <immunity fire="1"/>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
    <voices interval="5000" chance="10">
        <voice sentence="ZCHHHHH" yell="1"/>
        <voice sentence="YOU WILL BURN!" yell="1"/>
    </voices>
    <loot>
    <item id="2148" countmax="100" chance="33525" /><!-- gold coin -->
    <item id="2148" countmax="100" chance="33525" /><!-- gold coin -->
    <item id="2148" countmax="45" chance="33525" /><!-- gold coin -->
    <item id="2672" chance="74850" /><!-- dragon ham -->
    <item id="2796" chance="12375" /><!-- green mushroom -->
    <item id="2146" chance="5425" /><!-- small sapphire -->
    <item id="5882" chance="2550" /><!-- red dragon scale -->
    <item id="2547" countmax="7" chance="4275" /><!-- power bolt -->
    <item id="2167" chance="5525" /><!-- energy ring -->
    <item id="7402" chance="575" /><!-- dragon slayer -->
    <item id="7378" countmax="3" chance="6525" /><!-- royal spear -->
    <item id="1950" chance="9450" /><!-- book -->
    <item id="2033" chance="3400" /><!-- golden mug -->
    <item id="2177" chance="1050" /><!-- life crystal -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2498" chance="725" /><!-- royal helmet -->
            <item id="2528" chance="800" /><!-- tower shield -->
            <item id="7588" chance="850" /><!-- strong health potion -->
            <item id="5948" chance="1525" /><!-- red dragon leather -->
            <item id="2392" chance="875" /><!-- fire sword -->
            <item id="2479" chance="950" /><!-- strange helmet -->
            <item id="2492" chance="600" /><!-- dragon scale mail -->
            <item id="7399" chance="400" /><!-- dragon lord trophy -->
        </inside>
    </item>
</loot>



















</monster>


alguem ?

Link para o post
Compartilhar em outros sites

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