Ir para conteúdo
  • 0

[Resolvido] Duvida Em Boots Vip (Melhor Que Soft)


JumentoCuzaum

Pergunta

meu item não esta igual a soft melhor dizendo melhor...:

 

em items esta assim:

 

<item id="2641" name="Neon Slayer Boots">
			<attribute key="weight" value="800" />
			<attribute key="slotType" value="feet" />
			<attribute key="decayTo" value="2641" />
			<attribute key="transformDeEquipTo" value="2641" />
			<attribute key="healthGain" value="1" />
			<attribute key="healthTicks" value="1000" />
			<attribute key="manaGain" value="150" />
			<attribute key="manaTicks" value="500" />
			<attribute key="showduration" value="1" />
			<attribute key="speed" value="50" />
	</item>

 

em movements.xml esta assim:

 


<movevent type="Equip" itemid="2641" slot="feet" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="2641" slot="feet" event="function" value="onDeEquipItem"/>

 

e no jogo assim:

 

Neon Slayer Boots that is brand-new.

 

mais quando eu coloco como se fosse a soft boots não muda nada continua a mesma :S

Link para o comentário
Compartilhar em outros sites

Posts Recomendados

  • 0

ok

Pelo ao contrario esse código é como uma etiqueta de roupa nova, ela demostra que o iten é novo pelo que eu andei estudando no meu OT server.

 

Pela PM que você me mandou vou sana sua dúvida  de uma vez.

[color=#282828][font=helvetica, arial, sans-serif]quero infinita que encha life 100 mana 150 hp por 1 segundo e mana por meio segundo + speed 50 num é este codigo?[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<item id="2641" name="Neon Slayer Boots">[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<attribute key="weight" value="800" />[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<attribute key="slotType" value="feet" />[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<attribute key="healthGain" value="100" />[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<attribute key="healthTicks" value="1000" />[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<attribute key="manaGain" value="150" />[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<attribute key="manaTicks" value="500" />[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]<attribute key="speed" value="50" />[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]</item>[/font][/color]

 

 

 

<item id="2641" name="Neon Slayer Boots">
<attribute key="weight" value="800" />
<attribute key="healthGain" value="100" />
<attribute key="healthTicks" value="1000" />
<attribute key="manaGain" value="150" />
<attribute key="manaTicks" value="500" />
<attribute key="speed" value="100" />
<attribute key="slotType" value="feet" />

 

Adicione o código acima que eu postei e fim de papo.

Dúvida sanada, Tópico reportado.

Link para o comentário
Compartilhar em outros sites

  • 0

não! não funcionou! :S ficou so assim in game:

You see Neon Slayer Boots.

 

e mais nada :S e coloquei em um char num funcionou...

 

fiz assim:

<item id="2641" name="Neon Slayer Boots">
<attribute key="weight" value="800" />
<attribute key="healthGain" value="100" />
<attribute key="healthTicks" value="1000" />
<attribute key="manaGain" value="150" />
<attribute key="manaTicks" value="500" />
<attribute key="speed" value="100" />
<attribute key="slotType" value="feet" />   

em items.xml é somente isto mesmo?

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...