Jump to content

6th skill ninja e guerreiro


WLN
 Share

Recommended Posts

Como eu estava procurando e não encontrei nenhum tutorial de como adicionar o 6th skill com links online eu comparei arquivos e resolvi postar aqui o necessário para adicionar o 6th skill

é necessário ter o patch3.eix/epk no cliente, caso não tenha, faça o download abaixo.

http://www19.zippyshare.com/v/Lu2nPiB8/file.html

Scan:https://www.virustotal.com/pt/file/ada762ced3bb5d7e7f6196803bb6d6e1f133935d7e40564115ffead5ff24fde0/analysis/1488375867/

vá no questlib.lua e procure

special.active_skill_list e subtitua toda função por :

special.active_skill_list = { { { 1, 2, 3, 4, 5, 6}, { 16, 17, 18, 19, 20, 21}, }, { {31, 32, 33, 34, 35, 36}, {46, 47, 48, 49, 50, 51}, }, { {61, 62, 63, 64, 65, 66}, {76, 77, 78, 79, 80, 81}, }, { {91, 92, 93, 94, 95, 96}, {106, 107, 108, 109, 110, 111}, },}

vá no locale.lua e procure :locale.GM_SKILL_NAME_DICT = {

e subtitua tudo por:

[spoiler=locale]locale.GM_SKILL_NAME_DICT = { [1] = "Sequência de Golpes", [2] = "Vórtice", [3] = "Fúria", [4] = "Lâmina Espiritual", [5] = "Investida Rápida", [6] = "Corte", [16] = "Técnica Cortante", [17] = "Impacto Terrestre", [18] = "Tremor", [19] = "Defesa Superior", [20] = "Disparo de Energia", [21] = "Relâmpago", [31] = "Punhalada Suprema", [32] = "Avanço Ágil", [33] = "Acrobacia", [34] = "Esconder", [35] = "Veneno de Serpente", [36] = "Ataque Rapido", [46] = "Tiro Concentrado", [47] = "Chuva de Flechas", [48] = "Flecha de Fogo", [49] = "Passos Leves", [50] = "Flecha Venenosa", [51] = "explosão de raiva", [61] = "Palmo de Energia", [62] = "Ciclone", [63] = "Lâmina Sombria", [64] = "Medo", [65] = "Aura Negra", [66] = "Dissipar Magia", [76] = "Esfera Espiritual", [77] = "Fogo das Sombras", [78] = "Evocar Elemental", [79] = "Proteção Sobrenatural", [80] = "Magia Negra", [81] = "Espiral da Escuridão", [91] = "Energia Concentrada", [92] = "Dragão Veloz", [93] = "Rogido Do Dragão", [94] = "Escudo de Dragão", [95] = "Escudo Espelhado", [96] = "Olhos de Dragão", [106] = "Lança Elétrica", [107] = "Campo Estático", [108] = "Corrente Elétrica", [109] = "Curar Ferimentos", [110] = "Passos de Pluma", [111] = "Encantamentos Naturais"}

Vá ao skill_proto do servidor e adicione a query:[spoiler=Query]INSERT INTO `new_skill_proto` VALUES ('6', 0xB0DDBBEAC5B8BFEC, '1', '1', '1', '0', 'HP', '-( 3*atk + (atk + 1.5 * str)*k)*1.07', '300+150*k', '', '', '60', '-( 3*atk + (atk + 1.5 * str)*k)*1.07', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '', '', '', '', '', '', '50+150*k', '0', '0', 'MELEE', '4', '1', '0', '200');INSERT INTO `new_skill_proto` VALUES ('21', 0xB4EBC1F8B0A2, '1', '1', '1', '0', 'HP', '-(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)*1.1', '300+180*k', '', '', '60', '-(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)*1.1', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '100+k*1000/6', '2', '', '', '', '', '50+140*k', '0', '0', 'MELEE', '9', '1', '0', '400');INSERT INTO `new_skill_proto` VALUES ('51', 0xB4EBC1F8B0A2, '2', '1', '1', '0', 'HP', '-((lv*2+(atk + str*6 + dex*18)*k)*1.1)', '300+180*k', '', '', '60', '-((lv*2+(atk + str*6 + dex*18)*k)*1.1)', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '100+k*1000/6', '2', '', '', '', '', '50+160*k', '0', '0', 'MELEE', '10', '1', '800', '0');INSERT INTO `new_skill_proto` VALUES ('36', 0xB1C3BDC5C5BABFB5, '2', '1', '1', '0', 'HP', '-((lv*2+(atk + str*6 + dex*18)*k)*1.1)', '300+180*k', '', '', '60', '-((lv*2+(atk + str*6 + dex*18)*k)*1.1)', '', 'ATTACK,USE_ARROW_DAMAGE', '', 'NONE', '', '', '', '', '', '', '50+160*k', '0', '0', 'RANGE', '10', '1', '800', '0');

O playersettingmodule deixarei o meu em anexo para comparaçãodeixarei também meu skill_desk e skill_table

playersettingmodule.7z

skilldesc.txt

skilltable.txt

playersettingmodule.7z

skilldesc.txt

skilltable.txt

playersettingmodule.7z

skilldesc.txt

skilltable.txt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...