Ir para conteúdo
  • Cadastre-se

(Resolvido)[ERRO] Criando monstro


Ir para solução Resolvido por Caronte,

Posts Recomendados

entao, andei preocurando pelo TK e não encontrei nada a respeito sobre o assunto..sem mais delongas vamos lah. Estou querendo criar um monstro usando o typeex, mais ao eu colocar o id do item "1543" simplesmente ele não aparece no rme e na distro não aparece nenhum erro tbm..quando invoco o monstro com o comando do god aparece "Sorry not possible".

Fiquei testando e consegui criar um monstro com o typeex "1544" e funciona perfeitamente.. não sei é o item ou se sou, mais refiz tudo perfeitamente e não consegui.

Caso exista outra maneira de criar o montro com esse id "1543" ou trocando o loktype pelo typeex (qe eu usei) gostaria que me explicassem..

OBS: USO TFS 0.36... 8.60

Editado por Myshhler (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

O tópico foi movido para a área correta, preste mais atenção da próxima vez!
Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680

Este tópico foi movido:
De: "OTServSuporte OTServSuporte de Scripts"
Para: "OTServSuporte OTServSuporte de OTServ Geral"

                              _
                          .-'` `}
                  _./)   /       }
                .'o   \ |       }
                '.___.'`.\    {`
                /`\_/  , `.    }                                      ME DA UMA NOZ!
                \=' .-'   _`\  {
                 `'`;/      `,  }
                    _\   @   ;  }
                   /__`;-...'--'

Cluck!

Link para o post
Compartilhar em outros sites

Como você está configurando?

Se quiser sua dúvida tirada, mande PM com os links, e não com a dúvida (outros podem ter a mesma dúvida, e o fórum serve para ser usado).

 

Tópicos:


 

yNlhRVC.png

 

55px-Judo_yellow_belt.svg.png

Link para o post
Compartilhar em outros sites

Como você está configurando?

aqui esta o script..

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Protectt" nameDescription="a Porttao" race="blood" experience="122500" speed="0" manacost="0">
  <health now="25000" max="25000"/>
  <typeex="1543"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="0" defense="0"/>
  <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="80"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" skill="0" attack="0"/>
    <attack name="physical" interval="2000" chance="15" range="7" min="-100" max="-185">
      <attribute key="shootEffect" value="largerock"/>
    </attack>
  </attacks>
  <defenses armor="500" defense="250">
    <defense name="speed" interval="1000" chance="7" speedchange="320" duration="4000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
	<elements>
		<element physicalPercent="10"/>
		<element earthPercent="80"/>
		<element icePercent="-10"/>
		<element holyPercent="30"/>
		<element deathPercent="-5"/>
		<element firePercent="30"/>
	</elements>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="0"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="You're so little!"/>
    <voice sentence="Human flesh - delicious!"/>
    <voice sentence="Crush the intruders!" yell="1"/>
  </voices>
  <loot>
    <item id="2148" countmax="70" chance="100000"/>
    <item id="2671" countmax="3" chance="10000"/>
    <item id="2023" chance="11000"/>
    <item id="2174" countmax="1" chance="800"/>
    <item id="2387" chance="2000"/>
    <item id="2377" chance="4000"/>
    <item id="2231" countmax="1" chance="7000"/>
    <item id="5930" countmax="1" chance="2500"/>
    <item id="2393" chance="688"/>
    <item id="2454" chance="488"/>
    <item id="2150" countmax="2" chance="4000"/>
    <item id="1987" chance="100000">
      <inside>
        <item id="2463" countmax="1" chance="2000"/>
        <item id="2160" countmax="100" chance="6000"/>
        <item id="2666" countmax="6" chance="40000"/>
        <item id="2125" chance="300"/>
        <item id="2645" chance="400"/>
        <item id="2188" chance="1000"/>
        <item id="2161" chance="3333"/>
        <item id="5893" countmax="1" chance="10200"/>
      </inside>
    </item>
  </loot>
</monster>

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

 

aqui esta o script..


 

 

é look typeex , e não somente typeex.

 

ficaria assim: 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Protectt" nameDescription="a Porttao" race="blood" experience="122500" speed="0" manacost="0">
  <health now="25000" max="25000"/>
  <look typeex="1543"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="0" defense="0"/>
  <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="80"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" skill="0" attack="0"/>
    <attack name="physical" interval="2000" chance="15" range="7" min="-100" max="-185">
      <attribute key="shootEffect" value="largerock"/>
    </attack>
  </attacks>
  <defenses armor="500" defense="250">
    <defense name="speed" interval="1000" chance="7" speedchange="320" duration="4000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
	<elements>
		<element physicalPercent="10"/>
		<element earthPercent="80"/>
		<element icePercent="-10"/>
		<element holyPercent="30"/>
		<element deathPercent="-5"/>
		<element firePercent="30"/>
	</elements>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="0"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="You're so little!"/>
    <voice sentence="Human flesh - delicious!"/>
    <voice sentence="Crush the intruders!" yell="1"/>
  </voices>
  <loot>
    <item id="2148" countmax="70" chance="100000"/>
    <item id="2671" countmax="3" chance="10000"/>
    <item id="2023" chance="11000"/>
    <item id="2174" countmax="1" chance="800"/>
    <item id="2387" chance="2000"/>
    <item id="2377" chance="4000"/>
    <item id="2231" countmax="1" chance="7000"/>
    <item id="5930" countmax="1" chance="2500"/>
    <item id="2393" chance="688"/>
    <item id="2454" chance="488"/>
    <item id="2150" countmax="2" chance="4000"/>
    <item id="1987" chance="100000">
      <inside>
        <item id="2463" countmax="1" chance="2000"/>
        <item id="2160" countmax="100" chance="6000"/>
        <item id="2666" countmax="6" chance="40000"/>
        <item id="2125" chance="300"/>
        <item id="2645" chance="400"/>
        <item id="2188" chance="1000"/>
        <item id="2161" chance="3333"/>
        <item id="5893" countmax="1" chance="10200"/>
      </inside>
    </item>
  </loot>
</monster>

Se quiser sua dúvida tirada, mande PM com os links, e não com a dúvida (outros podem ter a mesma dúvida, e o fórum serve para ser usado).

 

Tópicos:


 

yNlhRVC.png

 

55px-Judo_yellow_belt.svg.png

Link para o post
Compartilhar em outros sites

é look typeex , e não somente typeex.

 

ficaria assim: 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Protectt" nameDescription="a Porttao" race="blood" experience="122500" speed="0" manacost="0">
  <health now="25000" max="25000"/>
  <look typeex="1543"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="0" defense="0"/>
  <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="80"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" skill="0" attack="0"/>
    <attack name="physical" interval="2000" chance="15" range="7" min="-100" max="-185">
      <attribute key="shootEffect" value="largerock"/>
    </attack>
  </attacks>
  <defenses armor="500" defense="250">
    <defense name="speed" interval="1000" chance="7" speedchange="320" duration="4000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
	<elements>
		<element physicalPercent="10"/>
		<element earthPercent="80"/>
		<element icePercent="-10"/>
		<element holyPercent="30"/>
		<element deathPercent="-5"/>
		<element firePercent="30"/>
	</elements>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="0"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="You're so little!"/>
    <voice sentence="Human flesh - delicious!"/>
    <voice sentence="Crush the intruders!" yell="1"/>
  </voices>
  <loot>
    <item id="2148" countmax="70" chance="100000"/>
    <item id="2671" countmax="3" chance="10000"/>
    <item id="2023" chance="11000"/>
    <item id="2174" countmax="1" chance="800"/>
    <item id="2387" chance="2000"/>
    <item id="2377" chance="4000"/>
    <item id="2231" countmax="1" chance="7000"/>
    <item id="5930" countmax="1" chance="2500"/>
    <item id="2393" chance="688"/>
    <item id="2454" chance="488"/>
    <item id="2150" countmax="2" chance="4000"/>
    <item id="1987" chance="100000">
      <inside>
        <item id="2463" countmax="1" chance="2000"/>
        <item id="2160" countmax="100" chance="6000"/>
        <item id="2666" countmax="6" chance="40000"/>
        <item id="2125" chance="300"/>
        <item id="2645" chance="400"/>
        <item id="2188" chance="1000"/>
        <item id="2161" chance="3333"/>
        <item id="5893" countmax="1" chance="10200"/>
      </inside>
    </item>
  </loot>
</monster>

 

Vlw me ajudou 

Editado por Anuudek (veja o histórico de edições)

Atenciosamente, Anuudek.

                                                               banner.gif

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