Ir para conteúdo

Golden Bow + C Arrow


Alvo

Posts Recomendados

Queria saber como colocar o c arrow pra funfar com o g bow.

No items,xml o c arrow ta assim :

 

<item id="2352" article="a" name="crystal arrow">

<attribute key="description" value="This arrow seems not suitable for the use with ordinary bows. It seems to be rotting rapidly."/>

<attribute key="weight" value="100"/>

<attribute key="decayTo" value="0"/>

<attribute key="duration" value="86400"/>

 

 

 

oq eu faço?

 

vlw

Link para o comentário
Compartilhar em outros sites

Não testei mais acho que eh isso:

 

Coloque isso:

 

		<attribute key="weight" value="70"/>
	<attribute key="attack" value="25"/>
	<attribute key="hitChance" value="90"/>
	<attribute key="weaponType" value="ammunition"/>
	<attribute key="ammoType" value="arrow"/>
	<attribute key="shootType" value="arrow"/>
	<attribute key="ammoAction" value="removecount"/>

No Lugar Disso:

 

<attribute key="description" value="This arrow seems not suitable for the use with ordinary bows. It seems to be rotting rapidly."/>
<attribute key="weight" value="100"/>
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="86400"/>

 

 

Depois mude o Attack que você queira e taalz.

Editado por MattheusOT
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...