|
Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo. Caso seja registrado, efetue login. Esqueceu sua senha? Clique aqui Recomendamos o uso do Mozilla Firefox para uma melhor visualização. |
|
| Início | Postados Hoje | Marcar Fóruns Como Lidos | Álbums | Banidos | SE Team | Medalhas |
|
|||||||
| Registrar | Loteria VIP | Staff SE | Regras do fórum | Membros | Arcade | Pesquisar | Postados Hoje | Marcar Fóruns Como Lidos | Experience |
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
LinkBack | Ferramentas do Tópico | Modos de Exibição |
|
|
|
|
#1 (permalink) |
|
Membro - General
![]() Registrado em: Aug 2009
Localização: Sao Paulo
Posts: 237
Agradeceu: 78
Agradecido 61 Vezes em 29 Posts
Nome Real: Júllio Cesar
|
como eu diminuo o tempo de duração dessa skill
la no meu sever ela ta durando quase 1 min! quero colocar ela pra durar 20 seg so! obrigado, Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
<skill id="176" levels="3" name="Frenzy">
<!-- Done by dc, completed by NewAge -->
<table name="#swordbluntpole"> 1.5 1.75 2.25 </table>
<table name="#sbp-under30"> 1.33 1.43 1.55 </table>
<table name="#twohand"> 1.75 2.0 2.5 </table>
<table name="#twohand-under30"> 1.43 1.5 1.6 </table>
<table name="#other"> 1.30 1.30 1.50 </table>
<table name="#accCombat"> 4 4 6 </table>
<table name="#mpConsume">14 21 25</table>
<table name="#aggro">303 438 523</table>
<set name="mpConsume" val="#mpConsume" />
<set name="target" val="TARGET_SELF" />
<set name="condition" val="32" />
<set name="reuseDelay" val="600000" />
<set name="hitTime" val="1500" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_ACTIVE" />
<set name="castRange" val="-1" />
<set name="effectRange" val="-1" />
<set name="aggroPoints" val="#aggro" />
<cond msg="Usable only when HP are 30 percent or lower.">
<player hp="30" />
|
|
|
|
| Links Patrocinados |
|
|
#2 (permalink) |
|
playstation
![]() Registrado em: Dec 2008
Localização: Belo Horizonte
Posts: 1,284
Agradeceu: 118
Agradecido 1,503 Vezes em 772 Posts
Nome Real: Marcelo
|
Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
<skill id="176" levels="3" name="Frenzy">
<!-- Done by dc, completed by NewAge -->
<table name="#swordbluntpole"> 1.33 1.43 1.55 </table>
<table name="#sbp-under30"> 1.5 1.75 2.25 </table>
<table name="#twohand"> 1.43 1.5 1.7 </table>
<table name="#twohand-under30"> 1.75 2 2.35 </table>
<table name="#other"> 1.3 1.3 1.5 </table>
<table name="#accCombat"> 4 4 6 </table>
<table name="#mpConsume">14 21 25</table>
<table name="#aggro">303 438 523</table>
<set name="mpConsume" val="#mpConsume"/>
<set name="target" val="TARGET_SELF"/>
<set name="condition" val="32"/>
<set name="reuseDelay" val="600000"/>
<set name="hitTime" val="1500"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="aggroPoints" val="#aggro"/>
<cond msg="Usable only when HP are 30 percent or lower.">
<player hp="30"/>
</cond>
<for>
<effect name="Buff" time="90" count="1" val="0" stackOrder="1" stackType="pinch">
<add order="0x40" stat="accCombat" val="#accCombat">
<using kind="Big Sword,Big Blunt"/> <!-- when using two-handed swords and blunt weapons. -->
</add>
<mul order="0x30" stat="pAtk" val="#swordbluntpole">
<using kind="Sword,Blunt,Pole"/>
<!-- when using a polearm or blunt weapon. (and Sword according to L2P) -->
</mul>
<mul order="0x30" stat="pAtk" val="#sbp-under30">
<and>
<player hp="30"/>
<using kind="Sword,Blunt,Pole"/>
</and>
</mul>
<mul order="0x30" stat="pAtk" val="#twohand">
<using kind="Big Sword,Big Blunt"/> <!-- when using two-handed swords and blunt weapons. -->
</mul>
<mul order="0x30" stat="pAtk" val="#twohand-under30">
<and>
<player hp="30"/>
<using kind="Big Sword,Big Blunt"/>
</and>
</mul>
<mul order="0x30" stat="pAtk" val="#other">
<and>
<using kind="Dual Fist,Dual Sword,Etc,Bow,Dagger,Ancient,Crossbow,Rapier"/>
<not>
<using kind="Sword,Blunt,Pole,Big Sword,Big Blunt"/>
</not>
</and>
</mul>
</effect>
</for>
</skill>
__________________
Há! Só posso rir de quem quer vender o que mal sabe fazer... Quer ser respondido direito!? Não faça perguntas idiotas. (Y) |
|
|
|
| O seguinte membro ao lado disse Obrigado(a) a : paytaly por gostar deste Post : |
cabelation (02-10-2009)
|
![]() |
| Ferramentas do Tópico | |
| Modos de Exibição | |
|
|