Ir para conteúdo
  • Cadastre-se

Classificação de Membros

Popular Content

Showing content with the highest reputation on 06/08/18 em todas as áreas

  1. Olá a todos, vim trazer uma source que achei ne um forum russo, não testei ela ainda, porque não sei compilar, não tenho informação muito, testa ela ai, se alguém conseguir compilar posta ai para nós !! Server grandcrused source
    2 points
  2. Boa tarde amigos! Nosso amigo @Hl4p3x postou um link com esta source, e eu adicionei a Lib do MariaDB pois é o Banco de Dados que mais gosto de usar. O Projeto esta na Versão 842 do CORE e 760 do DataPack. Testei o básico e não surgiu nenhum erro por enquanto, rodei e estou usando até o momento. Já deixei compilado para a galera que não manja fazer ? Projeto : DOWNLOAD Instalador MariaDB 10.2 : DOWNLOAD Qualquer duvida fico a disposição, eu somente compilei e coloquei a Lib do MariaDB para ser usado. Credito: Equipe L2JSunrise e pleo Link da Source Hl4p3x. Pra quem for usar BD MySQL ou outro, precisa mudar os caminhos na pasta config do GameServer e do LoginServer, e no assistente de instalação do DB na pasta Tools precisa definir o caminho da pasta BIN do seu BD também.
    2 points
  3. Tu sabe mexer em Java? Se sim, na aCis vai em gameserver/model/actor/ai/type/AttackableAI Procura a linha: if (target instanceof Player && ((Player) target).getKarma() > 0) E adicione após o 0 isso: || ((Player) target).getPvpFlag() != 0 Ficando assim: if (target instanceof Player && ((Player) target).getKarma() > 0 || ((Player) target).getPvpFlag() != 0) Testa e me fala se funcionou. Até!
    1 point
  4. Sabe informar de que mês é essa source, e se você pode postar a source pra caso eu queira adicionar algo antes de compilar?
    1 point
  5. nem a pasta do login tem :o_O:
    1 point
  6. Primeiramente, o nome dos ícones fica nos arquivos da pasta SYSTEM (armorgrp.dat, etcitemgrp.dat, skillgrp.dat e weapongrp.dat), pra vc achá-los fará o seguinte: (Vou dar como exemplos o Shield Dynasty): Abra o file edit > abra o arquivo WEAPONGRP.DAT (que é onde ficam as armas e escudos) > Qdo o documento abrir, copie todo o código e cole em um BLOCO DE NOTAS (pra poder usar a ferramenta de pesquisa CTRL + F), assim que colar o código, dê um CTRL + F e mande procurar por "9441" (ID do Escudo Dynasty). O código deverá estar assim: Citar 0 9441 3 2 5 12 0 LineageWeapons.dynasty_shield_m00_wp LineageWeaponsTex.dynasty_shield_t00_wp icon.shield_dynasty_shield_i00 -1 1390 8 1 0 0 1 8 0 1 LineageWeapons.dynasty_shield_m00_wp 1 LineageWeaponsTex.dynasty_shield_t00_wp 4 ItemSound.shield_steel_2 ItemSound.public_armor_08 MonSound.Hit_Metal_clang_10 ItemSound.shield_steel_8 ItemSound.itemdrop_shield_heavymetal ItemSound.itemequip_shield_heavymetal 0 0 0 0 6 0 0 -8 321 20 0 0 0 0 1000 0 -1 0 0.0000000 0.0000000 0.0000000 1.0000000 1.0000000 1.0000000 1.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1 -1 -1 -1 A parte destacada é o nosso ícone. Agora copie o nome do ícone, vá até a HTML do seu GM SHOP, e insira este código: Citar <img src="icon.shield_dynasty_shield_i00" width=32 height=32> As partes destacadas são o NOME DO ÍCONE e o TAMANHO DELE (Todo ícone vem com tamanho padrão de 32x32, então isso vc nao altera). E logo embaixo do código citado, vc coloca o botao: Citar <button value="Armaduras Dynasty" action="bypass -h npc_%objectId%_multisell NUMERO DA SUA MULTISELL" width=250 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> Pronto Lembre-se, os ícones estão nos arquivos armorgrp.dat, etcitemgrp.dat, skillgrp.dat e weapongrp.dat. Assim que liberar um pc aki eu posto as SS Se ajudei agradeça EDIT: Quem quiser add também os ÍCONES dos Buffs (qualquer um skill) Aqui abaixo segue a lista deles e seus códigos em HTML para serem adicionados nos NPCs basicamente da mesma forma que o Mend3 ensina acima! ------------------------------------------------------------ Normal Buffs ------------------------------------------------------------ Acument <img src=icon.skill1085 width=32 height=32> Guidance <img src=icon.skill1240 width=32 height=32> Magic Barrier <img src=icon.skill1243 width=32 height=32> Agility <img src=icon.skill1087 width=32 height=32> Medal Shield <img src=icon.skill1035 width=32 height=32> Wild Magic <img src=icon.skill1303 width=32 height=32> Resist Poison <img src=icon.skill1033 width=32 height=32> Blesse The Soul <img src=icon.skill1048 width=32 height=32> Bless The Body <img src=icon.skill1045 width=32 height=32> Concetration <img src=icon.skill1078 width=32 height=32> Invigor <img src=icon.skill1032 width=32 height=32> Empower <img src=icon.skill1059 width=32 height=32> Elemental Protection <img src=icon.skill1352 width=32 height=32> Bless Shield <img src=icon.skill1243 width=32 height=32> Resist Shock <img src=icon.skill1259 width=32 height=32> Vampiric Rage <img src=icon.skill1268 width=32 height=32> Unholy Resist <img src=icon.skill1393 width=32 height=32> Holy Resist <img src=icon.skill1392 width=32 height=32> Wind Walk <img src=icon.skill1204 width=32 height=32> Shield <img src=icon.skill1040 width=32 height=32> Might <img src=icon.skill1068 width=32 height=32> Berseker Spirit <img src=icon.skill1268 width=32 height=32> Haste <img src=icon.skill1086 width=32 height=32> Focus <img src=icon.skill1077 width=32 height=32> Death Wishper <img src=icon.skill1242 width=32 height=32> Greater Might <img src=icon.skill1388 width=32 height=32> Greater Shield <img src=icon.skill1389 width=32 height=32> Advance Block <img src=icon.skill1304 width=32 height=32> Arcana Protection <img src=icon.skill1354 width=32 height=32> Divine Protection <img src=icon.skill1353 width=32 height=32> ------------------------------------------------------------ Prophecyes & Chants ------------------------------------------------------------ Prophecy of Fire <img src=icon.skill1356 width=32 height=32> Prophecy of Water <img src=icon.skill1355 width=32 height=32> Prophecy of Wind <img src=icon.skill1357 width=32 height=32> Chant Of Victory <img src=icon.skill1363 width=32 height=32> Magnus <img src=icon.skill1413 width=32 height=32> ------------------------------------------------------------ Chants ------------------------------------------------------------ Chant of Battle <img src=icon.skill1007 width=32 height=32> Chant of Shielding <img src=icon.skill1009 width=32 height=32> Chant of Fire <img src=icon.skill1006 width=32 height=32> Chant of Flame <img src=icon.skill1002 width=32 height=32> Chant of Fury <img src=icon.skill1251 width=32 height=32> Chant of Evasion <img src=icon.skill1252 width=32 height=32> Chant of Rage <img src=icon.skill1253 width=32 height=32> Chant of Revenge <img src=icon.skill1284 width=32 height=32> Chant of Vampire <img src=icon.skill1310 width=32 height=32> Chant of Eagle <img src=icon.skill1309 width=32 height=32> Chant of Predator <img src=icon.skill1308 width=32 height=32> Chant of Spirit <img src=icon.skill1413 width=32 height=32> ------------------------------------------------------------ Dance's ------------------------------------------------------------ Dance of Warrior <img src=icon.skill0271 width=32 height=32> Dance of Inspiration <img src=icon.skill0272 width=32 height=32> Dance of Mystic <img src=icon.skill0273 width=32 height=32> Dance of Fire <img src=icon.skill0274 width=32 height=32> Dance of Fury <img src=icon.skill0275 width=32 height=32> Dance of Concentration <img src=icon.skill0276 width=32 height=32> Dance of Light <img src=icon.skill0277 width=32 height=32> Aqua Guard <img src=icon.skill0307 width=32 height=32> Earth Guard <img src=icon.skill0309 width=32 height=32> Dance of Vampire <img src=icon.skill0310 width=32 height=32> Dance of Protection <img src=icon.skill0311width=32 height=32> Dance of Shadow <img src=icon.skill0366 width=32 height=32> Dance of Siren <img src=icon.skill0365 width=32 height=32> Dance of Alignment <img src=icon.skill0530 width=32 height=32> ------------------------------------------------------------ Song's ------------------------------------------------------------ Song of Earth <img src=icon.skill0264 width=32 height=32> Song of Life <img src=icon.skill0265 width=32 height=32> Song of Water <img src=icon.skill0266 width=32 height=32> Song of Warding <img src=icon.skill0267 width=32 height=32> Song of Wind <img src=icon.skill0268 width=32 height=32> Song of Hunter <img src=icon.skill0269 width=32 height=32> Song of Invocation <img src=icon.skill0270 width=32 height=32> Song of Vitality <img src=icon.skill0304 width=32 height=32> Song of Vengeance <img src=icon.skill0305 width=32 height=32> Song of Flame Guard <img src=icon.skill0306 width=32 height=32> Song of Storm Guard <img src=icon.skill0307 width=32 height=32> Song of Meditination <img src=icon.skill0308 width=32 height=32> Song of Champion <img src=icon.skill0364 width=32 height=32> Song of Renewal <img src=icon.skill0349 width=32 height=32> Song of Elemental <img src=icon.skill0529 width=32 height=32> *Caso queira algum outro Buff/Skill que não esteja nessa lista, faça o seguinte: Use esse mesmo código: <img src=icon.skill0529 width=32 height=32> O número que está em VERMELHO é o ID do Buff/Skill que vai aparecer como ícone no NPC, você substitue pelo ID de qualquer outro Buff/Skill que vai dar certo. Pega as IDs dos Buffs/Skills na tabela skill_trees no navicat. Ou nas XMLs na pasta Gameserver/data/stats/skill/ Complementando Para colocar icones das letras é esse o código: icon.etc_alphabet_a_i00 No lugar do a de vermelho você coloca a letra que quer. Ex: quero colocar o nome Anthony. etc_alphabet_A_i00 etc_alphabet_n_i00 etc_alphabet_t_i00 etc_alphabet_h_i00 etc_alphabet_o_i00 etc_alphabet_n_i00 etc_alphabet_y_i00 OBS: não é com todas as letras que é possivel fazer isso, pois algumas não tem imagem. Ex: Letra M, se colocar assim, como as outras vai aparecer um quadrado preto. __________________ Creditos : Mend3 , Nostaugic e Paytaly
    1 point
  7. Ola... Beleza... aí com você la eu jogando um server quando foi fazer as dyes do meu Character e vi o modelo do html do npc Dye aí veio a ideia porque não fazer uma então aqui esta [+] Informação pra evita perguntas bobas [P] Tem como Adaptar pra interlude.. [R] Tem só usa a cabeça pra pensa, basta copia o HTML e coloca na sua rev e muda as imagems. Conjunto contém HTML + MULTISELL 1º Corpo de entrada 2º Adiciona Dyes 3º Deleta Dyes Download Créditos: L2-Windows ​Bom uso que a treta esteja com vocês
    1 point
×
×
  • 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.