Ir para conteúdo

Featured Replies

Postado

Estou com uma dúvida ao colocar o atributo <attribute key="decayTo" value="xxxx" /> no item.xml.

 

Não esta funcionando.

 

Ex. fiery sword para blacksteel sword e vice versa. Utilizo TFS 1.2.

 

-espada 1

    <item id="7747" article="a" name="fiery blacksteel sword">
        <attribute key="weight" value="5900" />
        <attribute key="defense" value="22" />
        <attribute key="attack" value="35" />
        <attribute key="weaponType" value="sword" />
        <attribute key="slotType" value="two-handed" />
        <attribute key="elementFire" value="7" />
        <attribute key="charges" value="1000" />
        <attribute key="showcharges" value="1" />
        <attribute key="decayTo" value="7406" />
    </item>

 

-espada 2

 

    <item id="7406" article="a" name="blacksteel sword">
        <attribute key="description" value="This sword is only granted to a greenhorn of the Svargrond arena." />
        <attribute key="weight" value="5900" />
        <attribute key="defense" value="22" />
        <attribute key="attack" value="42" />
        <attribute key="weaponType" value="sword" />
        <attribute key="slotType" value="two-handed" />
        <attribute key="charges" value="1000" />
        <attribute key="showcharges" value="1" />
        <attribute key="decayTo" value="7747" />
    </item>

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

Postado

Se não estou enganado faltou o:
<attribute key="duration" value="300" />

@lazarus321 

<item id="7406" article="a" name="blacksteel sword">
	<attribute key="description" value="This sword is only granted to a greenhorn of the Svargrond arena." />
    <attribute key="weight" value="5900" />
    <attribute key="defense" value="22" />
    <attribute key="attack" value="42" />
    <attribute key="weaponType" value="sword" />
    <attribute key="slotType" value="two-handed" />
    <attribute key="charges" value="1000" />
    <attribute key="showcharges" value="1" />
    <attribute key="decayTo" value="7747" />
    <attribute key="duration" value="300" />
</item>
<item id="7747" article="a" name="fiery blacksteel sword">
	<attribute key="weight" value="5900" />
    <attribute key="defense" value="22" />
    <attribute key="attack" value="35" />
    <attribute key="weaponType" value="sword" />
    <attribute key="slotType" value="two-handed" />
    <attribute key="elementFire" value="7" />
    <attribute key="charges" value="1000" />
    <attribute key="showcharges" value="1" />
    <attribute key="decayTo" value="7406" />
  	<attribute key="duration" value="300" />
 </item>

 

Postado
5 minutos atrás, lazarus321 disse:

Entao...da forma que está funciona direitinho ela transforma da fire para a normal. Porem o contrario já não consigo fazer.

Sem títul.png

 

Usa da forma que coloquei acima...
Creio que irá funcionar...

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.

Conteúdo Similar

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo