Ir para conteúdo
  • Cadastre-se
  • 0

Skill


raulFTW

Pergunta

Minha intenção é a seguinte aumentar o patak e diminuir um pouco o atak speed creio que ela ja faça isso só quero saber onde mecho nesses valores .. >>

 

<skill id="414" levels="8" name="Dead Eye">

<table name="#mpConsume">28 29 30 31 32 33 34 35</table>

<table name="#pAtk">124 134 145 155 166 177 188 199 222</table>

<table name="#accCombat">1 1 2 2 2 3 3 3</table>

<table name="#cAtk">1.15 1.15 1.15 1.17 1.17 1.17 1.2 1.2</table>

<set name="weaponsAllowed" val="32"/>

<set name="mpConsume" val="#mpConsume"/>

<set name="target" val="TARGET_SELF"/>

<set name="reuseDelay" val="180000"/>

<set name="hitTime" val="2000"/>

<set name="skillType" val="BUFF"/>

<set name="operateType" val="OP_ACTIVE"/>

<for>

<effect count="1" name="Buff" time="120" val="0">

<mul order="0x30" stat="pAtkSpd" val="1.2">

<using kind="Bow"/>

</mul>

<add order="0x40" stat="pAtk" val="#pAtk">

<using kind="Bow"/>

</add>

<add order="0x40" stat="accCombat" val="#accCombat">

<using kind="Bow"/>

</add>

<mul order="0x30" stat="cAtk" val="#cAtk">

<using kind="Bow"/>

</mul>

</effect>

</for>

</skill>

Raul Saubher

Link para o comentário
Compartilhar em outros sites

7 respostass a esta questão

Posts recomendados

<skill id="414" levels="8" name="Dead Eye">

<table name="#mpConsume">28 29 30 31 32 33 34 35</table>

<table name="#pAtk">124 134 145 155 166 177 188 199 222</table>

<table name="#accCombat">1 1 2 2 2 3 3 3</table>

<table name="#cAtk">1.15 1.15 1.15 1.17 1.17 1.17 1.2 1.2</table>

<set name="weaponsAllowed" val="32"/>

<set name="mpConsume" val="#mpConsume"/>

<set name="target" val="TARGET_SELF"/>

<set name="reuseDelay" val="180000"/>

<set name="hitTime" val="2000"/>

<set name="skillType" val="BUFF"/>

<set name="operateType" val="OP_ACTIVE"/>

<for>

<effect count="1" name="Buff" time="120" val="0">

<mul order="0x30" stat="pAtkSpd" val="1.2"> << Aqui esta aumentando 20% de Atk.Spd

<using kind="Bow"/>

</mul>

<add order="0x40" stat="pAtk" val="#pAtk"> << Aumentando #pAtk em P.ATK, os valores de #pAtk pode variar (124 134 145 155 166 177 188 199 222)

<using kind="Bow"/>

</add>

<add order="0x40" stat="accCombat" val="#accCombat"> << Adicionando #accCombat ao accCombat. #accCombar pode variar (1 1 2 2 2 3 3 3)

<using kind="Bow"/>

</add>

<mul order="0x30" stat="cAtk" val="#cAtk"> << Almtenta o cAtk em #cAtk que pode variar entre 15%(1.15), 17%(1.17) e 20%(1.2)

<using kind="Bow"/>

</mul>

</effect>

</for>

</skill>

 

Para diminuir o atak speed vc deve alterar o valor marcado de vermelho para um valor "negativo", exemplo...

0.95 = -5%

0.9 = -10%

0.8 = -20%

...

Melhor Tutorial Para Iniciantes e ate Mesmo Para Avançados:

Photoshop Total

----------------------------------------------------------------

Coloque Seus Conhecimentos Artísticos em Pratica na Melhor Competição de Design da Web:

ADS

Link para o comentário
Compartilhar em outros sites


<skill id="414" levels="8" name="Dead Eye">

<table name="#mpConsume">28 29 30 31 32 33 34 35</table>

<table name="#pAtk">124 134 145 155 166 177 188 199 222</table>

<table name="#accCombat">1 1 2 2 2 3 3 3</table>

<table name="#cAtk">1.15 1.15 1.15 1.17 1.17 1.17 1.2 1.2</table>

<set name="weaponsAllowed" val="32"/>

<set name="mpConsume" val="#mpConsume"/>

<set name="target" val="TARGET_SELF"/>

<set name="reuseDelay" val="180000"/>

<set name="hitTime" val="2000"/>

<set name="skillType" val="BUFF"/>

<set name="operateType" val="OP_ACTIVE"/>

<for>

<effect count="1" name="Buff" time="120" val="0">

<mul order="0x30" stat="pAtkSpd" val="1.2"> << Aqui esta aumentando 20% de Atk.Spd

<using kind="Bow"/>

</mul>

<add order="0x40" stat="pAtk" val="#pAtk"> << Aumentando #pAtk em P.ATK, os valores de #pAtk pode variar (124 134 145 155 166 177 188 199 222)

<using kind="Bow"/>

</add>

<add order="0x40" stat="accCombat" val="#accCombat"> << Adicionando #accCombat ao accCombat. #accCombar pode variar (1 1 2 2 2 3 3 3)

<using kind="Bow"/>

</add>

<mul order="0x30" stat="cAtk" val="#cAtk"> << Almtenta o cAtk em #cAtk que pode variar entre 15%(1.15), 17%(1.17) e 20%(1.2)

<using kind="Bow"/>

</mul>

</effect>

</for>

</skill>

 

Para diminuir o atak speed vc deve alterar o valor marcado de vermelho para um valor "negativo", exemplo...

0.95 = -5%

0.9 = -10%

0.8 = -20%

...

ta mais ai nao tem o de atakspeed

Raul Saubher

Link para o comentário
Compartilhar em outros sites

Essa linha é responsavel por alterar o ATKSpeed

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

esta multiplicando o atual pAtkSpd em 1.2 (ou seja, 20%)

vc disse que quer diminuir o atkspeed, então coloque um valor abaixo de 1, tipo os que citei acima...

se vc quer baixar o atkspeed em 10%, basta vc trocar o 1.2 por 0.9.

Quando mais proximo do zero (0) vc colocar, mais atkspeed ele vai TIRAR...

qualquer duvida poste novamente... ;)

Melhor Tutorial Para Iniciantes e ate Mesmo Para Avançados:

Photoshop Total

----------------------------------------------------------------

Coloque Seus Conhecimentos Artísticos em Pratica na Melhor Competição de Design da Web:

ADS

Link para o comentário
Compartilhar em outros sites

kk aporra da skill sumiu agora :///

 

Essa linha é responsavel por alterar o ATKSpeed

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

esta multiplicando o atual pAtkSpd em 1.2 (ou seja, 20%)

vc disse que quer diminuir o atkspeed, então coloque um valor abaixo de 1, tipo os que citei acima...

se vc quer baixar o atkspeed em 10%, basta vc trocar o 1.2 por 0.9.

Quando mais proximo do zero (0) vc colocar, mais atkspeed ele vai TIRAR...

qualquer duvida poste novamente... ;)

sumiu fera a skill

Raul Saubher

Link para o comentário
Compartilhar em outros sites

sumiu a xml, ou sumiu INGAME?

Melhor Tutorial Para Iniciantes e ate Mesmo Para Avançados:

Photoshop Total

----------------------------------------------------------------

Coloque Seus Conhecimentos Artísticos em Pratica na Melhor Competição de Design da Web:

ADS

Link para o comentário
Compartilhar em outros sites

Eta.. to com esse problema também ... sumiram 4 skills de hierophant dps q substituí a tabela enchant_skill_trees, ( já q minhas skills n estavam enchantando) mesmo com as xmls, aparentemente todas certas e as sqls em skill_trees também.. elas sumiram do jogo

se alguém puder responder ai

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...
  • Registre-se

    Faça parte da maior e  mais antigas comunidades sobre Lineage2 da América Latina.





×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.