TA

[nao Funciona] Flaming Arrow Nao Tem Ataque Magico

Por tavax, 06 de dez. de 2009 em Archived

6
1.1k
tavaxT
06 de dezembro de 2009 às 15:09

Olá pessoal numa das arrows.. shiver... flash.. earth.. flaming... tem ataque magico!

 

Scripit em Items.xml

 

 

<item id="7850" article="an" name="earth bolt" plural="earth bolts">

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

<attribute key="slotType" value="ammo"/>

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

<attribute key="hitChance" value="90"/>

<attribute key="elementFire" value="10"/>

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

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

<attribute key="ammoAction" value="removecount"/>

<attribute key="shootType" value="eartharrow"/>

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

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

</item>

 

Tem ai exemplo da eath

 

Espero contar com voces

kloxdamiK
07 de dezembro de 2009 às 11:07

Você que crio essa bolt? Não existe earth bolt..

 

O meu tá assim

 

<item id="7850" article="an" name="earth arrow" plural="earth arrows">

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

<attribute key="slotType" value="ammo"/>

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

<attribute key="hitChance" value="90"/>

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

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

<attribute key="ammoAction" value="removecount"/>

<attribute key="shootType" value="eartharrow"/>

 

Aqui funciona. Mas não acho que o problema esteja ai no itens.xml

 

Editado Dezembro 7 por klox

tavaxT
08 de dezembro de 2009 às 16:23

desculpa a demora na respostas !!! mas o seu esta funcioanado?? o seu da Hit + Magia??

 

E eu apenas rtquei a arrow por bolt! ^^ nada mais! e que ele aqui funciona mas nao fica com ataque magico!!

Fickss10F
10 de dezembro de 2009 às 20:13

verifique se no weapons.xml tem essa linha

<distance id="7850" type="earth" event="function" value="default"/>

 

se não

adicione ela

tavaxT
11 de dezembro de 2009 às 19:00

vou verificar ja edito o posto a dizer alguam coisa!!!

 

se nao der vlw pela ajuda XD

lucasjockeyL
11 de dezembro de 2009 às 21:28

Isso pode ajudar:

 

<attribute key="elementFire" value="11"/>

<attribute key="elementEnergy" value="11"/>

<attribute key="elementEarth" value="11"/>

<attribute key="elementHoly" value="11"/>

<attribute key="elementDeath" value="11"/>

<attribute key="elementIce" value="11"/>

 

~~

 

 

No meu OT o Flaming Arrow está configurado assim:

 

Items.xml

 

<item id="7840" article="a" name="flaming arrow" plural="flaming arrows">
        <attribute key="weight" value="70"/>
        <attribute key="slotType" value="ammo"/>
        <attribute key="attack" value="25"/>
        <attribute key="hitChance" value="90"/>
        <attribute key="weaponType" value="ammunition"/>
        <attribute key="ammoType" value="arrow"/>
        <attribute key="ammoAction" value="removecount"/>
        <attribute key="shootType" value="flammingarrow"/>
    </item>

 

Weapons.xml

 

<distance id="7840" type="fire" event="function" value="default"/>

 

;D