|
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 | Comunidade | Arcade | Postados Hoje | Pesquisar | Experience |
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
Ferramentas do Tópico | Modos de Exibição |
|
|
#1 |
|
Membro - Cabo
![]() Registrado em: Jan 2009
Localização: Rolândia - Paraná
Posts: 27
Agradeceu: 8
Agradecido 2 Vezes em 2 Posts
|
Bom,
gostaria de 2 ajudas .. 1 - a skill frenzy esta com 15 mim... queria mudar ela pra 3 mim.. e 2 - a mana potion tem muito peso, enche a bag muito rapido, queria tirar o peso delas. a eu peguei a rev do leonardo(presuntinho) se alguem souber se tem o cavalo lah me fala a ID dele... vlw abraços ! |
|
|
| Links Patrocinados |
|
|
#2 | ||||||||||||||
|
Amigo SE
![]() Registrado em: Dec 2008
Localização: São Paulo
Posts: 1,188
Agradeceu: 162
Agradecido 1,768 Vezes em 486 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
Nome Real: Victor
|
Edite o peso da mana na table etcitem na linha dela, coluna weight
Va ateh a skill Frenzy na pasta data/stats/skills e mude time ou duration dela ( durantion em MS e TIME em S )
__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] |
||||||||||||||
|
|
|||||||||||||||
|
|
#3 |
|
Membro - Cabo
![]() Registrado em: Jan 2009
Localização: Rolândia - Paraná
Posts: 27
Agradeceu: 8
Agradecido 2 Vezes em 2 Posts
|
aew..
alguem sabe o numero da xml do frenzy? vlw abrs |
|
|
|
|
#4 | ||||||||||||||
|
Membro - Karma
![]() Registrado em: Dec 2008
Localização: Dwarven Vilage
Posts: 333
Agradeceu: 91
Agradecido 76 Vezes em 46 Posts
Nome Real: Héros
|
XML do Frenzy 0100-0199 so da CLT + F e escrever Frenzy
Se Te Ajudei Aperta o obrigado Porfas :D |
||||||||||||||
|
|
|||||||||||||||
|
|
#5 |
|
Membro - Cabo
![]() Registrado em: Jan 2009
Localização: Rolândia - Paraná
Posts: 27
Agradeceu: 8
Agradecido 2 Vezes em 2 Posts
|
Veja o meu xml do frenzy, e onde eu mudo ???
<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" /> </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"> <using kind="Dual Fist,Dual Sword,Etc,Bow,Dagger,Ancient,Crossbow,Rapier" /> </mul> </effect> </for> </skill> |
|
|
|
|
#6 | ||||||||||||||
|
Membro - Karma
![]() Registrado em: Dec 2008
Localização: Dwarven Vilage
Posts: 333
Agradeceu: 91
Agradecido 76 Vezes em 46 Posts
Nome Real: Héros
|
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" /> <<---- Bom eu acho que eh ali pois eu mudo as vezes por aqui <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"> <using kind="Dual Fist,Dual Sword,Etc,Bow,Dagger,Ancient,Crossbow,Rapier" /> </mul> </effect> </for> </skill> |
||||||||||||||
|
|
|||||||||||||||
|
|
#7 |
|
Amigo SE
![]() Registrado em: Dec 2008
Localização: Um lugar onde vc não sabe onde é.
Posts: 400
Agradeceu: 201
Agradecido 444 Vezes em 128 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
A id do cavalo eh 20029.
e o que o Kaos falou tá certo.
__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] |
|
|
|
|
#8 | ||||||||||||||
|
Amigo SE
![]() Registrado em: Dec 2008
Localização: São Paulo
Posts: 1,188
Agradeceu: 162
Agradecido 1,768 Vezes em 486 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
Nome Real: Victor
|
LoL nao ta nao
Hit Time eh o tempo que demora pra fazer ela ( o cast ) O tempo de duração eh aqui : Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
<for> <effect name="Buff" time="90" count="1" val="0" stackOrder="1" stackType="pinch"> Soh mudar para quantos segundos vc quer
__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] |
||||||||||||||
|
|
|||||||||||||||
|
|
#9 |
|
Membro - Cabo
![]() Registrado em: Jan 2009
Localização: Rolândia - Paraná
Posts: 27
Agradeceu: 8
Agradecido 2 Vezes em 2 Posts
|
eu mudei esse time ai ...
de 90 pra 25 .. nem liga o serv liga... ai tive q volta pra 90 .. ai ligo ... estranho o0 vlw |
|
|
|
|
#10 |
|
Amigo SE
![]() Registrado em: Jan 2009
Localização: Aden Castle Town
Posts: 370
Agradeceu: 81
Agradecido 768 Vezes em 98 Posts
|
Para ficar 3 mim a skill vc tem q colocar "180"
teste, se nao funcionar poste falando!! |
|
|
![]() |
|
|
Tópicos Similares
|
||||
| Tópico | Tópico Iniciado Por | Fórum | Respostas | Última Mensagem |
| [1.05x] Muserver.1.05 | leibk | [Mu | Admin] Dúvidas | 2 | 24-06-2009 10:55 AM |
| Delay Mana Potion | activecaptions | [L2J] Dúvidas Solucionadas | 4 | 09-06-2009 09:59 PM |
| Mana Potion e Siege | ozzy | [L2J] Dúvidas Solucionadas | 2 | 04-05-2009 02:38 PM |
| Bug Mana Potion | hawkye | [L2J] Dúvidas Solucionadas | 5 | 10-04-2009 02:23 AM |
| mana potion e buffer | Xplod | [L2J] Dúvidas Solucionadas | 2 | 01-03-2009 11:18 AM |