Ir para conteúdo

Featured Replies

Postado

Galera assim, criei um item novo no meu OT, e bom coloquei atributos no itens,xml, club, sword etc, adicionei no movements, também, mas quando equipo o item  não muda nada, alguém poderia me responder o porque ? e me ajudar. agradeço.

  • Respostas 7
  • Visualizações 336
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Amigo na parte em movements está errado,  testa assim.      

  • Exatamente da forma que o amigo acima mencionou. Seu erro foi ter declarado os itens com: slot="feet" No elmo você coloca slot="head". Na armadura você coloca slot="armor". Na legs vo

Postado
8 horas atrás, ZeenG disse:

Galera assim, criei um item novo no meu OT, e bom coloquei atributos no itens,xml, club, sword etc, adicionei no movements, também, mas quando equipo o item  não muda nada, alguém poderia me responder o porque ? e me ajudar. agradeço.

Se For item tipo armor, legs, helment, etc... acho que voce tem que add umas tag no xml da pasta movements.

Postado
  • Autor

Está assim, meus queridos amigos :D

em movements está assim.

<!-- Destroyer Helmet -->

    <movevent type="Equip" itemid="13412" slot="feet" event="function" value="onEquipItem"/>
    <movevent type="DeEquip" itemid="13412" slot="feet" event="function" value="onDeEquipItem"/>
         <vocation name="Destroyer Knight"/>

    <!-- Destroyer Armor -->  
    
     <movevent type="Equip" itemid="13411" slot="feet" event="function" value="onEquipItem"/>
    <movevent type="DeEquip" itemid="13411" slot="feet" event="function" value="onDeEquipItem"/>
         <vocation name="Destroyer Knight"/> 

    <!-- Destroyer Legs -->

    <movevent type="Equip" itemid="13413" slot="feet" event="function" value="onEquipItem"/>
    <movevent type="DeEquip" itemid="13413" slot="feet" event="function" value="onDeEquipItem"/>
         <vocation name="Destroyer Knight"/>

    <!-- Destroyer Boots -->  
    
     <movevent type="Equip" itemid="13414" slot="feet" event="function" value="onEquipItem"/>
    <movevent type="DeEquip" itemid="13414" slot="feet" event="function" value="onDeEquipItem"/>
         <vocation name="Destroyer Knight"/>    


e essa é a parte do itens.xml .


<item id="13412" article="a" name="Destroyer knight helmet">
        <attribute key="weight" value="2950" />
        <attribute key="armor" value="23" />
        <attribute key="absorbPercentPhysical" value="12" />
        <attribute key="skillShield" value="11"/>
        <attribute key="skillSword" value="8"/>
        <attribute key="skillClub" value="8"/>
        <attribute key="skillAxe" value="8"/>
        <attribute key="slotType" value="head" />
    </item>
    <item id="13411" article="a" name="Destroyer knight armor">
        <attribute key="weight" value="8500" />
        <attribute key="absorbPercentDeath" value="20" />
	    <attribute key="absorbPercentHoly" value="10" />
        <attribute key="skillShield" value="15"/>
        <attribute key="skillSword" value="15"/>
        <attribute key="skillClub" value="15"/>
        <attribute key="skillAxe" value="15"/>
        <attribute key="armor" value="36" />
        <attribute key="slotType" value="body" />
    </item>
    <item id="13413" name="Destroyer knight legs">
        <attribute key="weight" value="5400" />
        <attribute key="armor" value="15" />
        <attribute key="skillSword" value="15"/>
        <attribute key="skillClub" value="15"/>
        <attribute key="skillAxe" value="15"/>
        <attribute key="absorbPercentDeath" value="15" />
        <attribute key="skillShield" value="15"/>
        <attribute key="slotType" value="legs" />
    </item>
    <item id="13414" name="Destroyer knight boots">
        <attribute key="weight" value="3200" />
        <attribute key="armor" value="14" />
		<attribute key="speed" value="25" />
		<attribute key="healthGain" value="50" />
		<attribute key="healthTicks" value="2000" />
		<attribute key="manaGain" value="100" />
		<attribute key="manaTicks" value="1000" />
        <attribute key="slotType" value="feet" />
    </item>

@anderkrox @Tauzyu @Fir3element

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

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