AL

Golden Bow + C Arrow

Por Alvo, 26 de set. de 2009 em Archived

script
2
1.2k
AlvoA
26 de setembro de 2009 às 21:09

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

\Mattheus ~*\
26 de setembro de 2009 às 21:13

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 Setembro 26 por MattheusOT