Ir para conteúdo
  • Cadastre-se

Alguém sabe arrumar esses dois erros?


Posts Recomendados

1° como o @Superion falou é Houses bugadas no Mapa

2° vá na pasta data\creaturescripts e mim manda o creturescripts.xml

<?xml version="1.0" encoding="UTF-8"?>
 
<creaturescripts>
 
 
<event type="joinchannel" name="ShowPokedex" event="script" value="newpokedex.lua"/>
<event type="leavechannel" name="ClosePokedex" event="script" value="newpokedex.lua"/>
<event type="kill" name="pokemons" event="script" value="bosses.lua"/>
<event type="login" name="aloot_reg" event="script" value="aloot.lua"/>
    <event type="kill" name="aloot_kill" event="script" value="aloot.lua"/>
    <event type="login" name="AntiHack" event="script" value="antihack.lua"/>
<event type="kill" name="task_count" script="task.lua"/>
<event type="kill" name="dropStone" script="dropStone.lua"/>
<event type="login" name="PlayerLogin" event="script" value="login.lua"/>
  <event type="login" name="AntiMc" event="script" value="antimc.lua"/>
 
        <event type="death" name="ArticunoTeleport" script="tparticuno.lua"/>
 
<event type="receivemail" name="Mail" event="script" value="mail.lua"/>
 
<event type="reportbug" name="SaveReportBug" script="reportbug.lua"/>
    
<event type="think" name="Idle" event="script" value="idle.lua"/>
 
 
<event type="death" name="Experience" event="script" value="pokeexp.lua"/>
 
<event type="spawn" name="Spawn" event="script" value="spawn.lua"/>
 
<event type="think" name="t" event="script" value="wildpoke.lua"/>
 
<event type="think" name="PokemonIdle" event="script" value="poketele.lua"/>
 
<event type="statschange" name="GeneralConfiguration" event="script" value="exp2.0.lua"/>
<event type="advance" name="EffectOnAdvance" event="script" value="levelup.lua"/>
 
 
<event type="direction" name="DirectionSystem" event="script" value="wildpoke.lua"/>
<event type="attack" name="AttackSystem" event="script" value="wildpoke.lua"/>
<event type="cast" name="CastSystem" event="script" value="wildpoke.lua"/>
<event type="target" name="WildAttack" event="script" value="playerattack.lua"/>
 
 
<event type="look" name="LookSystem" event="script" value="look.lua"/>
 
 
<event type="death" name="SummonDeath" event="script" value="goback.lua"/>
<event type="logout" name="PlayerLogout" event="script" value="goback.lua"/>
 
 
<!-- TV SYSTEM -->
<event type="joinchannel" name="WatchTv" event="script" value="tvsys.lua"/>
<event type="leavechannel" name="StopWatchingTv" event="script" value="tvsys.lua"/>
 
<event type="walk" name="WalkTv" event="script" value="tvsys.lua"/>
 
<event type="textedit" name="RecordTv" event="script" value="tvsys.lua"/>
 
 
<event type="traderequest" name="T2" event="script" value="trade system.lua"/>
 
<event type="tradeaccept" name="T1" event="script" value="trade system.lua"/>
 
</creaturescripts>
Link para o post
Compartilhar em outros sites

Troque por esse;

<creaturescripts>
 
 
<event type="joinchannel" name="ShowPokedex" event="script" value="newpokedex.lua"/>
<event type="leavechannel" name="ClosePokedex" event="script" value="newpokedex.lua"/>
<event type="kill" name="pokemons" event="script" value="bosses.lua"/>
<event type="login" name="aloot_reg" event="script" value="aloot.lua"/>
    <event type="kill" name="aloot_kill" event="script" value="aloot.lua"/>
    <event type="login" name="AntiHack" event="script" value="antihack.lua"/>
<event type="kill" name="task_count" script="task.lua"/>
<event type="kill" name="dropStone" script="dropStone.lua"/>
<event type="login" name="PlayerLogin" event="script" value="login.lua"/>
  <event type="login" name="AntiMc" event="script" value="antimc.lua"/>
 
<event type="receivemail" name="Mail" event="script" value="mail.lua"/>
 
<event type="reportbug" name="SaveReportBug" script="reportbug.lua"/>
    
<event type="think" name="Idle" event="script" value="idle.lua"/>
 
 
<event type="death" name="Experience" event="script" value="pokeexp.lua"/>
 
<event type="spawn" name="Spawn" event="script" value="spawn.lua"/>
 
<event type="think" name="t" event="script" value="wildpoke.lua"/>
 
<event type="think" name="PokemonIdle" event="script" value="poketele.lua"/>
 
<event type="statschange" name="GeneralConfiguration" event="script" value="exp2.0.lua"/>
<event type="advance" name="EffectOnAdvance" event="script" value="levelup.lua"/>
 
 
<event type="direction" name="DirectionSystem" event="script" value="wildpoke.lua"/>
<event type="attack" name="AttackSystem" event="script" value="wildpoke.lua"/>
<event type="cast" name="CastSystem" event="script" value="wildpoke.lua"/>
<event type="target" name="WildAttack" event="script" value="playerattack.lua"/>
 
 
<event type="look" name="LookSystem" event="script" value="look.lua"/>
 
 
<event type="death" name="SummonDeath" event="script" value="goback.lua"/>
<event type="logout" name="PlayerLogout" event="script" value="goback.lua"/>
 
 
<!-- TV SYSTEM -->
<event type="joinchannel" name="WatchTv" event="script" value="tvsys.lua"/>
<event type="leavechannel" name="StopWatchingTv" event="script" value="tvsys.lua"/>
 
<event type="walk" name="WalkTv" event="script" value="tvsys.lua"/>
 
<event type="textedit" name="RecordTv" event="script" value="tvsys.lua"/>
 
 
<event type="traderequest" name="T2" event="script" value="trade system.lua"/>
 
<event type="tradeaccept" name="T1" event="script" value="trade system.lua"/>
 
</creaturescripts>
Link para o post
Compartilhar em outros sites

 

Troque por esse;

<creaturescripts>
 
 
<event type="joinchannel" name="ShowPokedex" event="script" value="newpokedex.lua"/>
<event type="leavechannel" name="ClosePokedex" event="script" value="newpokedex.lua"/>
<event type="kill" name="pokemons" event="script" value="bosses.lua"/>
<event type="login" name="aloot_reg" event="script" value="aloot.lua"/>
    <event type="kill" name="aloot_kill" event="script" value="aloot.lua"/>
    <event type="login" name="AntiHack" event="script" value="antihack.lua"/>
<event type="kill" name="task_count" script="task.lua"/>
<event type="kill" name="dropStone" script="dropStone.lua"/>
<event type="login" name="PlayerLogin" event="script" value="login.lua"/>
  <event type="login" name="AntiMc" event="script" value="antimc.lua"/>
 
<event type="receivemail" name="Mail" event="script" value="mail.lua"/>
 
<event type="reportbug" name="SaveReportBug" script="reportbug.lua"/>
    
<event type="think" name="Idle" event="script" value="idle.lua"/>
 
 
<event type="death" name="Experience" event="script" value="pokeexp.lua"/>
 
<event type="spawn" name="Spawn" event="script" value="spawn.lua"/>
 
<event type="think" name="t" event="script" value="wildpoke.lua"/>
 
<event type="think" name="PokemonIdle" event="script" value="poketele.lua"/>
 
<event type="statschange" name="GeneralConfiguration" event="script" value="exp2.0.lua"/>
<event type="advance" name="EffectOnAdvance" event="script" value="levelup.lua"/>
 
 
<event type="direction" name="DirectionSystem" event="script" value="wildpoke.lua"/>
<event type="attack" name="AttackSystem" event="script" value="wildpoke.lua"/>
<event type="cast" name="CastSystem" event="script" value="wildpoke.lua"/>
<event type="target" name="WildAttack" event="script" value="playerattack.lua"/>
 
 
<event type="look" name="LookSystem" event="script" value="look.lua"/>
 
 
<event type="death" name="SummonDeath" event="script" value="goback.lua"/>
<event type="logout" name="PlayerLogout" event="script" value="goback.lua"/>
 
 
<!-- TV SYSTEM -->
<event type="joinchannel" name="WatchTv" event="script" value="tvsys.lua"/>
<event type="leavechannel" name="StopWatchingTv" event="script" value="tvsys.lua"/>
 
<event type="walk" name="WalkTv" event="script" value="tvsys.lua"/>
 
<event type="textedit" name="RecordTv" event="script" value="tvsys.lua"/>
 
 
<event type="traderequest" name="T2" event="script" value="trade system.lua"/>
 
<event type="tradeaccept" name="T1" event="script" value="trade system.lua"/>
 
</creaturescripts>

O erro ainda continuaaa

Link para o post
Compartilhar em outros sites

O erro ainda continuaaa

vá na pasta data\monsters\pokes e mim mande os xml do articuno, moltres e zapdos

Link para o post
Compartilhar em outros sites

vá na pasta data\monsters\pokes e mim mande os xml do articuno, moltres e zapdos

Articuno -----------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Articuno" nameDescription="a articuno" race="ice" experience="1000" speed="400" manacost="0">
    <health now="220" max="220"/>
    <look type="634" head="100" body="100" legs="95" feet="113" corpse="0"/>
    <targetchange interval="2000" 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"/>
        
    </flags>
    <script>
        <event name="Spawn"/>
    </script>
    <attacks>
        <attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
        <attack name="Drill Peck" interval="2805" chance="80" range="1"/>
        <attack name="Ice Wind" interval="2993" chance="80" range="4"/>
        <attack name="Wing Attack" interval="2946" chance="80" range="4"/>
        <attack name="Ice Beam" interval="2993" chance="80" range="6"/>
        <attack name="Aurora Beam" interval="2946" chance="80" range="6"/>
        <attack name="Tornado" interval="3940" chance="80" range="4"/>
        <attack name="Sing" interval="5069" chance="80" range="3"/>
        <attack name="Aerial Ace" interval="3510" chance="80" range="6"/>
        <attack name="Blizzard" interval="4309" chance="80" range="6"/>
<attack name="Roost" interval="2852" chance="29" range="1"/>
    </attacks>
    <defenses armor="0" defense="0"/>
    <voices interval="5000" chance="10">
        <voice sentence="ARTICUNO!"/>
    </voices>
    <loot>
    </loot>
</monster>

zapdos -------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Zapdos" nameDescription="a zapdos" race="electric" experience="1000" speed="387" manacost="0">
  <health now="210" max="210"/>
  <look type="550" head="100" body="100" legs="95" feet="113" corpse="11987"/>
  <targetchange interval="2000" 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"/>
</flags>
    <attacks>
        <attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
        <attack name="Thunder Bolt" interval="1500" chance="80" range="10"/>
        <attack name="Thunder Wave" interval="2500" chance="80" range="6"/>
        <attack name="Drill Peck" interval="2000" chance="80" range="1"/>
        <attack name="Tornado" interval="3000" chance="80" range="5"/>
        <attack name="Wing Attack" interval="2500" chance="80" range="1"/>
        <attack name="Thunder" interval="3000" chance="80" range="4"/>
        <attack name="Electric Storm" interval="4000" chance="80" range="6"/>
<attack name="Aerial Ace" interval="4000" chance="80" range="6"/>
<attack name="Electro Field" interval="4000" chance="80" range="6"/>
<attack name="Roost" interval="5000" chance="80" range="6"/>
    </attacks>
<defenses armor="0" defense="0">
</defenses>
 <voices interval="5000" chance="10">
 <voice sentence="ZAPDOS!"/>
 </voices>
  <loot>
    <item id="12164" chance="3500" count="1" countmax="1"/>
    <item id="12198" chance="3500" count="1" countmax="1"/> 
    <item id="12176" chance="3500" count="1" countmax="1"/>
    <item id="11444" chance="3500" count="1" countmax="1"/>  
    <item id="12150" chance="500" count="1" countmax="1"/>
        <item id="12338" chance="10" count="1"/> --bag box --bag box
  </loot>
<script>
<event name="Spawn"/>
</script>
</monster>

MOLTRES ---------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Moltres" nameDescription="a moltres" race="fire" experience="1000" speed="267" manacost="0">
    <health now="220" max="220"/>
    <look type="616" head="100" body="100" legs="95" feet="113" corpse="11921"/>
    <targetchange interval="2000" 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"/>
        
    </flags>
  <attacks>
<attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
    <attack name="Wing Attack" interval="2523" chance="80" range="1"/>
    <attack name="Ember" interval="2664" chance="80" range="10"/>
    <attack name="Fireball" interval="2993" chance="80" range="10"/>
    <attack name="Flamethrower" interval="3369" chance="80" range="3"/>
<attack name="Fire Blast" interval="4093" chance="80" range="5"/>
<attack name="Sunny Day" interval="4093" chance="80" range="5"/>
<attack name="Inferno" interval="4293" chance="80" range="6"/>
<attack name="Aerial Ace" interval="5128" chance="80" range="6"/>
<attack name="Roost" interval="5128" chance="80" range="100"/>
  </attacks>
    <defenses armor="0" defense="0"/>
    <voices interval="5000" chance="10">
        <voice sentence="MOLTRES!"/>
    </voices>
    <loot>
        <item id="12151" chance="500" count="1" countmax="1"/>
        <item id="12152" chance="3000" count="1" countmax="1"/>
        <item id="12162" chance="10000" countmax="40"/>
        <item id="11447" chance="500" count="1" countmax="1"/>
        <item id="12180" chance="500" count="1" countmax="1"/>
        <item id="12338" chance="10" count="1"/> --bag box --bag box
    </loot>
    <script>
        <event name="Spawn"/>
    </script>
</monster>
 
Link para o post
Compartilhar em outros sites

Estava olhando e não achei o erro, poderia mim manda um MP?

que falo com você e resolveremos o erro ^^

Link para o post
Compartilhar em outros sites

Estava olhando e não achei o erro, poderia mim manda um MP?

que falo com você e resolveremos o erro ^^

Mandei msg So olhar la !

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