Jump to content
Sign in to follow this  
josebarbosa

Ajeitando a arbalest no tibia 8,0

Recommended Posts

josebarbosa    0
josebarbosa

Oi pela segunda ves venho postar uma coisa aqui no otsever networks.

Percebi que aki nun tinah um script para consertar a arbalest que removese a nescesidade de bolts para usala por iso postarei ese aqui.

 

Imtaum vamos la wink.gif .

 

Primeiro va na pasta itens dentro da pasta data e abra o itens.xml.

 

Nele procure pelo script da arbalest ID:5803 o script sera mais ou menos este daki:

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

<item id="5803" name="arbalest">

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

<attribute key="weaponType" value="distance"/>

<attribute key="slotType" value="two-handed"/>

<attribute key="ammoType" value="bolt"/>

</item>

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

Subistitua tudo por:

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

<item id="5803" name="arbalest">

<attribute key="description" value="It is a bit heavy due to the iron mounting, but very precise."/>

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

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

<attribute key="attack" value="50"/>

<attribute key="weaponType" value="distance"/>

<attribute key="slotType" value="two-handed"/>

<attribute key="range" value="6"/>

</item>

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

Agora vou explicar o code:

 

<attribute key="description" value="It is a bit heavy due to the iron mounting, but very precise."/>

E oq fala sobre a arma quando vc da look.

 

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

E o peso do iten no caso arbalest 9500 = 95,00oz.

 

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

E a defesa do iten no caso 0.

 

<attribute key="attack" value="50"/>

E o ataque do iten no caso botei 50.

 

<attribute key="weaponType" value="distance"/>

E o tipo da arma no caso distance.

 

<attribute key="slotType" value="two-handed"/>

E o tipo de slot do iten no caso 2 mãos.

 

<attribute key="range" value="6"/>

E a distancia que a arma pod ataqua no caso 6sqm.

 

Pronto agora que vc entendeu o script altereo se prescisar.

 

Por favor se copiar ese topico botar creditos.

 

Espero ter ajudado.Se gostou poste algo se naum naum prescisa xingar wink.gif .

Share this post


Link to post
Share on other sites
josebarbosa    0
josebarbosa

Oi pela segunda ves venho postar uma coisa aqui no otsever networks.

Percebi que aki nun tinah um script para consertar a arbalest que removese a nescesidade de bolts para usala por iso postarei ese aqui.

 

Imtaum vamos la wink.gif .

 

Primeiro va na pasta itens dentro da pasta data e abra o itens.xml.

 

Nele procure pelo script da arbalest ID:5803 o script sera mais ou menos este daki:

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

<item id="5803" name="arbalest">

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

<attribute key="weaponType" value="distance"/>

<attribute key="slotType" value="two-handed"/>

<attribute key="ammoType" value="bolt"/>

</item>

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

Subistitua tudo por:

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

<item id="5803" name="arbalest">

<attribute key="description" value="It is a bit heavy due to the iron mounting, but very precise."/>

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

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

<attribute key="attack" value="50"/>

<attribute key="weaponType" value="distance"/>

<attribute key="slotType" value="two-handed"/>

<attribute key="range" value="6"/>

</item>

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

Agora vou explicar o code:

 

<attribute key="description" value="It is a bit heavy due to the iron mounting, but very precise."/>

E oq fala sobre a arma quando vc da look.

 

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

E o peso do iten no caso arbalest 9500 = 95,00oz.

 

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

E a defesa do iten no caso 0.

 

<attribute key="attack" value="50"/>

E o ataque do iten no caso botei 50.

 

<attribute key="weaponType" value="distance"/>

E o tipo da arma no caso distance.

 

<attribute key="slotType" value="two-handed"/>

E o tipo de slot do iten no caso 2 mãos.

 

<attribute key="range" value="6"/>

E a distancia que a arma pod ataqua no caso 6sqm.

 

Pronto agora que vc entendeu o script altereo se prescisar.

 

Por favor se copiar ese topico botar creditos.

 

Espero ter ajudado.Se gostou poste algo se naum naum prescisa xingar wink.gif .

Share this post


Link to post
Share on other sites
josebarbosa    0
josebarbosa

Oi pela segunda ves venho postar uma coisa aqui no otsever networks.

Percebi que aki nun tinah um script para consertar a arbalest que removese a nescesidade de bolts para usala por iso postarei ese aqui.

 

Imtaum vamos la wink.gif .

 

Primeiro va na pasta itens dentro da pasta data e abra o itens.xml.

 

Nele procure pelo script da arbalest ID:5803 o script sera mais ou menos este daki:

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

<item id="5803" name="arbalest">

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

<attribute key="weaponType" value="distance"/>

<attribute key="slotType" value="two-handed"/>

<attribute key="ammoType" value="bolt"/>

</item>

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

Subistitua tudo por:

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

<item id="5803" name="arbalest">

<attribute key="description" value="It is a bit heavy due to the iron mounting, but very precise."/>

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

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

<attribute key="attack" value="50"/>

<attribute key="weaponType" value="distance"/>

<attribute key="slotType" value="two-handed"/>

<attribute key="range" value="6"/>

</item>

 

----------------------------------------------------------CODE-----------------------------------------------------------

 

Agora vou explicar o code:

 

<attribute key="description" value="It is a bit heavy due to the iron mounting, but very precise."/>

E oq fala sobre a arma quando vc da look.

 

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

E o peso do iten no caso arbalest 9500 = 95,00oz.

 

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

E a defesa do iten no caso 0.

 

<attribute key="attack" value="50"/>

E o ataque do iten no caso botei 50.

 

<attribute key="weaponType" value="distance"/>

E o tipo da arma no caso distance.

 

<attribute key="slotType" value="two-handed"/>

E o tipo de slot do iten no caso 2 mãos.

 

<attribute key="range" value="6"/>

E a distancia que a arma pod ataqua no caso 6sqm.

 

Pronto agora que vc entendeu o script altereo se prescisar.

 

Por favor se copiar ese topico botar creditos.

 

Espero ter ajudado.Se gostou poste algo se naum naum prescisa xingar wink.gif .

Share this post


Link to post
Share on other sites
DuDz    0
DuDz

Aprovado.

 

Abraços,

 

//DuD

Share this post


Link to post
Share on other sites
DuDz    0
DuDz

Aprovado.

 

Abraços,

 

//DuD

Share this post


Link to post
Share on other sites
DuDz    0
DuDz

Aprovado.

 

Abraços,

 

//DuD

Share this post


Link to post
Share on other sites
BazukeroMaster    0
BazukeroMaster

wow... bem bom

gostei desse tal arbalest

OTServs cada vez mais completos xD

 

vlws pelo script laugh.gif

flws~~

 

Share this post


Link to post
Share on other sites
BazukeroMaster    0
BazukeroMaster

wow... bem bom

gostei desse tal arbalest

OTServs cada vez mais completos xD

 

vlws pelo script laugh.gif

flws~~

 

Share this post


Link to post
Share on other sites
BazukeroMaster    0
BazukeroMaster

wow... bem bom

gostei desse tal arbalest

OTServs cada vez mais completos xD

 

vlws pelo script laugh.gif

flws~~

 

Share this post


Link to post
Share on other sites
kabelock    0
kabelock

Ow bem legal msm, eu ja tinha feito mas gostei ta de parabens

 

 

 

 

 

<!-- como diz nosso colega:

 

- Já fiz a "PôÍ Quêstê", muito boa, tenho um "Arbalestê", bom tambem...

 

 

asdhasdhuhausduhashudhuasdhuauhd

Share this post


Link to post
Share on other sites
kabelock    0
kabelock

Ow bem legal msm, eu ja tinha feito mas gostei ta de parabens

 

 

 

 

 

<!-- como diz nosso colega:

 

- Já fiz a "PôÍ Quêstê", muito boa, tenho um "Arbalestê", bom tambem...

 

 

asdhasdhuhausduhashudhuasdhuauhd

Share this post


Link to post
Share on other sites
kabelock    0
kabelock

Ow bem legal msm, eu ja tinha feito mas gostei ta de parabens

 

 

 

 

 

<!-- como diz nosso colega:

 

- Já fiz a "PôÍ Quêstê", muito boa, tenho um "Arbalestê", bom tambem...

 

 

asdhasdhuhausduhashudhuasdhuauhd

Share this post


Link to post
Share on other sites
matheusrp    0
matheusrp

Muito legal mano .... laugh.gif

Share this post


Link to post
Share on other sites
matheusrp    0
matheusrp

Muito legal mano .... laugh.gif

Share this post


Link to post
Share on other sites
matheusrp    0
matheusrp

Muito legal mano .... laugh.gif

Share this post


Link to post
Share on other sites
Kevox    0
Kevox
Muito legal mano .... laugh.gif [/b]

 

 

Alertado.

Espero que isto sirva-te de lição.

Share this post


Link to post
Share on other sites
Kevox    0
Kevox
Muito legal mano .... laugh.gif [/b]

 

 

Alertado.

Espero que isto sirva-te de lição.

Share this post


Link to post
Share on other sites
Kevox    0
Kevox
Muito legal mano .... laugh.gif [/b]

 

 

Alertado.

Espero que isto sirva-te de lição.

Share this post


Link to post
Share on other sites
HenneT    3
HenneT

Hum... fico massinha aqui não estava funcionando, valeu! x]

 

 

 

 

Abraços HeNnET cool.gif\\

Share this post


Link to post
Share on other sites
HenneT    3
HenneT

Hum... fico massinha aqui não estava funcionando, valeu! x]

 

 

 

 

Abraços HeNnET cool.gif\\

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×