Ir para conteúdo

Featured Replies

Postado
  • Autor
  Em 22/05/2014 em 19:59, llucas75 disse:

 

Só por duvida os monstros que estão no task system tem isso aki 

 

<script>
<event name="KillingInTheNameOf"/>
</script>  
 
em que parte que fica ...
 
Demon.xml
 

Mostrar conteúdo oculto <?xml version="1.0" encoding="UTF-8"?>
<monster name="Demon" nameDescription="a demon" race="fire" experience="6000" speed="275" manacost="10000">
  <health now="8200" max="8200"/>
  <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="0" max="-120"/>
    <attack name="fire" interval="2000" chance="30" range="7" radius="7" target="1" min="-150" max="-250">
<attribute key="shootEffect" value="fire"/>
<attribute key="areaEffect" value="firearea"/>
</attack>
    <attack name="fire" interval="2000" 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="-300" max="-467">
<attribute key="areaEffect" value="purpleenergy"/>
</attack>
<attack name="speed" interval="2000" chance="15" target="1" speedchange="-750" duration="30000">
<attribute key="shootEffect" value="suddendeath"/>
</attack>
<attack name="energy" interval="3000" chance="10" range="1" target="1" min="-210" max="-300">
<attribute key="areaEffect" value="purpleenergy"/>
</attack>
  </attacks>
  <defenses armor="55" defense="55">
    <defense name="healing" interval="2000" chance="15" min="130" max="240">
      <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="50"/>
<element earthPercent="20"/>
<element icePercent="-15"/>
<element holyPercent="-15"/>
<element deathPercent="20"/>
</elements>
  <immunities>
    <immunity fire="1"/>
    <immunity drown="1"/>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="1">
    <summon name="fire elemental" interval="1000" chance="12"/>
  </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>
<script>
<event name="KillingInTheNameOf"/>
</script>  
  <loot>
  <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
  <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
<item id="2152" countmax="3" chance1="33333" chancemax="2000"/>
  <item id="2514" chance="1900"/>
  <item id="2472" chance="200"/>
<item id="2795" countmax="6" chance1="7500"/>
  <item id="5906" countmax="1" chance="2000"/>
<item id="5954" countmax="1" chance="2345"/>
    <item id="2164" chance="2100"/>
    <item id="2176" chance="3500"/>
<item id="1982" chance="1300"/>
    <item id="2165" chance="2300"/>
<item id="7591" chance="4500"/>
  <item id="1987" chance="100000">
<inside>
<item id="2393" chance="3800"/> 
<item id="2432" chance="3800"/> 
       <item id="2112" chance="4100"/> 
<item id="2396" chance="2600"/> 
<item id="2795" countmax="6" chance1="13000"/> 
<item id="2678" countmax="3" chance1="10000" chancemax="0"/> 
<item id="2148" countmax="100" chance1="100000" chancemax="0"/> 
<item id="2151" countmax="4" chance1="5500" chancemax="0"/>
<item id="2462" chance="3200"/> 
<item id="2149" countmax="3" chance1="11000" chancemax="0"/>
<item id="2171" chance="2200"/> 
<item id="2387" chance="32000"/>
<item id="2470" chance="1350"/>
<item id="7382" chance="300"/> 
<item id="7393" chance="1700"/> 
<item id="2520" chance="3100"/> 
<item id="2418" chance="1500"/> 
<item id="2377" chance="6666"/> 
</inside>
  </item>
</loot>
</monster>

 

aonde eu vejo que ta ?

  • Respostas 18
  • Visualizações 3.4k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • KKk vc não registrou o evento  KillingInTheNameOf no login.lua... vá onde vc achou esse task system e reinstale ele corretamente...

  • Eduardo Carvalho
    Eduardo Carvalho

    é só remover essa parte de todos os monsters que a tenha : <script>         <event name="KillingInTheNameOf"/> </script> faz isso ! Não lembro todos os monstros que tem , é só p

Postado

Em cima do loot do monstro e embaixo de voics... olhe

 

Mostrar conteúdo oculto

 

  <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>
<script>
<event name="KillingInTheNameOf"/>
</script>  
  <loot>
  <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
  <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
<item id="2152" countmax="3" chance1="33333" chancemax="2000"/>
  <item id="2514" chance="1900"/>

Postado
  • Autor

olha como ta o meu (demon.xml)

 

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Demon" nameDescription="a demon" race="fire" experience="6000" speed="280" manacost="0">
<health now="8200" max="8200"/>
<look type="35" corpse="5995"/>
<targetchange interval="5000" chance="10"/>
<strategy attack="100" defense="0"/>
<script>
        <event name="KillingInTheNameOf"/>
</script>
<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="80" attack="120"/>
<attack name="manadrain" interval="3000" chance="15" range="7" min="-0" max="-120"/>
<attack name="fire" interval="4000" chance="60" range="7" radius="7" target="1" min="-150" max="-250">
<attribute key="shootEffect" value="fire"/>
<attribute key="areaEffect" value="firearea"/>
</attack>
<attack name="firefield" interval="1000" chance="15" range="7" radius="1" target="1">
<attribute key="shootEffect" value="fire"/>
</attack>
<attack name="energy" interval="3000" chance="10" length="8" spread="0" min="-300" max="-460">
<attribute key="areaEffect" value="purpleenergy"/>
</attack>
<attack name="energy" interval="3000" chance="7" range="3" radius="1" target="1" min="-210" max="-300">
<attribute key="shootEffect" value="energy"/>
<attribute key="areaEffect" value="energy"/>
</attack>
<attack name="speed" interval="5000" chance="10" range="7" speedchange="-220" duration="5000">
</attack>
</attacks>
<defenses armor="30" defense="30">
<defense name="healing" interval="2000" chance="10" min="90" max="200">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
<defense name="speed" interval="1000" chance="5" speedchange="60" duration="20000">
<attribute key="areaEffect" value="redshimmer"/>
</defense>
</defenses>
<elements>
<element firePercent="100"/>
<element physicalPercent="25"/>
<element earthpercent="40"/>
<element energyPercent="50"/>
<element deathPercent="20"/>
<element icePercent="-12"/>
<element holyPercent="-12"/>
</elements>
<immunities>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity invisible="1"/>
</immunities>
<summons maxSummons="1">
<summon name="fire elemental" interval="4000" chance="10" max="1"/>
</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="90" chance="40000"/><!-- gold coin -->
<item id="2148" countmax="70" chance="40000"/><!-- gold coin -->
<item id="2148" countmax="38" chance="40000"/><!-- gold coin -->
<item id="7368" countmax="5" chance="15390"/><!-- assassin star -->
<item id="2152" countmax="1" chance="69660"/><!-- platinum coin -->
<item id="5954" chance="630"/><!-- demon horn -->
<item id="2164" chance="160"/><!-- might ring -->
<item id="2462" chance="1260"/><!-- devil helmet -->
<item id="2432" chance="3950"/><!-- fire axe -->
<item id="2470" chance="450"/><!-- golden legs -->
<item id="2514" chance="540"/><!-- mastermind shield -->
<item id="2472" chance="70"/><!-- magic plate armor -->
<item id="2795" countmax="6" chance1="66010"/><!-- fire mushroom -->
<item id="2179" chance="1130"/><!-- golden ring -->
<item id="7590" chance="10000"/><!-- great mana potion -->
<item id="7590" chance="10000"/><!-- great mana potion -->
<item id="8473" chance="12500"/><!-- ultimate health potion -->
<item id="8473" chance="12500"/><!-- ultimate health potion -->
<item id="1987" chance="100000"><!-- bag -->
<item id="2153" chance="300"/>
<item id="2154" chance="300"/>
<item id="2155" chance="300"/>
<item id="2156" chance="300"/>
<inside>
<item id="2520" chance="650"/><!-- demon shield -->
<item id="2418" chance="1580"/><!-- golden sickle -->
<item id="2176" chance="2570"/><!-- orb -->
<item id="2387" chance="19260"/><!-- double axe -->
<item id="1982" chance="1340"/><!-- purple tome -->
<item id="2393" chance="1790"/><!-- giant sword -->
<item id="2214" chance="590"/><!-- ring of healing -->
<item id="2149" chance="9400"/><!-- small emerald -->
<item id="2165" chance="1500"/><!-- stealth ring -->
<item id="2151" chance="3500"/><!-- talon -->
<item id="7590" chance="10000"/><!-- great mana potion -->
<item id="8473" chance="12500"/><!-- ultimate health potion -->
<item id="2171" chance="610"/><!-- platinum amulet -->
<item id="2396" chance="680"/><!-- ice rapier -->
<item id="7382" chance="90"/><!-- demonrage sword -->
<item id="7393" chance="110"/><!-- demon trophy -->
</inside>
</item>
</loot>
</monster>
Postado
  • Solução

é só remover essa parte de todos os monsters que a tenha :

<script>

        <event name="KillingInTheNameOf"/>
</script>

faz isso ! Não lembro todos os monstros que tem , é só procurar.

Creio que todos os monster que tem o nome no script tem o registro.

 

é só excluir :D

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