antiblock
https://i.imgur.com/aJ17bf7.gif
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
ShareeN

Ajuda A Retirar A 6ª Skill Do Client

Question

Olá comunidade Cyber Gamers, o que me trouxe aqui foi a curiosidade de saber como retirar a 6ªskill de um Client de metin2.

Quem souber de algum tutorial que explique isso ao promenor ou quem souber explicar-me isso, leva +1 ;)

Aproveitem, desde já o meu obrigado a quem me ajudar e aos outros que por aqui passaram e nem se deram ao trabalho de responder :)

Cumprimentos by ShareeN

 

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Hey boy , acho que tens que tirar os ids dela no skill_proto (navicat) ..

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega
  • 0

Hey boy , acho que tens que tirar os ids dela no skill_proto (navicat) ..

 

Isso não tira do cliente xD

Share this post


Link to post
Share on other sites
  • 0

Para retirar a 6 (sexta) skill com os ID's 6, 21, 36, 51 do cliente.
 

locale_xx.epk & locale_xx.eix:
 

skilldesc.txt

skilltable.txt

Deves retirar as linhas dos ID's referidos acima.


root.epk & root.eix:

playersettingmodule.py:

Encontrar e substituir por:


 

SKILL_INDEX_DICT = {	JOB_WARRIOR : { 		1 : (1, 2, 3, 4, 5, 0, 0, 0, 137, 0, 138, 0, 139, 0,), 		2 : (16, 17, 18, 19, 20, 0, 0, 0, 137, 0, 138, 0, 139, 0,), 		"SUPPORT" : (122, 123, 121, 124, 125, 129, 0, 0, 130, 131,),	},	JOB_ASSASSIN : { 		1 : (31, 32, 33, 34, 35, 0, 0, 0, 137, 0, 138, 0, 139, 0, 140,), 		2 : (46, 47, 48, 49, 50, 0, 0, 0, 137, 0, 138, 0, 139, 0, 140,), 		"SUPPORT" : (122, 123, 121, 124, 125, 129, 0, 0, 130, 131,),	},	JOB_SURA : { 		1 : (61, 62, 63, 64, 65, 66, 0, 0, 137, 0, 138, 0, 139, 0,),		2 : (76, 77, 78, 79, 80, 81, 0, 0, 137, 0, 138, 0, 139, 0,),		"SUPPORT" : (122, 123, 121, 124, 125, 129, 0, 0, 130, 131,),	},	JOB_SHAMAN : { 		1 : (91, 92, 93, 94, 95, 96, 0, 0, 137, 0, 138, 0, 139, 0,),		2 : (106, 107, 108, 109, 110, 111, 0, 0, 137, 0, 138, 0, 139, 0,),		"SUPPORT" : (122, 123, 121, 124, 125, 129, 0, 0, 130, 131,),	},}

Deves também remover em player > skill_proto na base de dados os ID's das skills referidos acima.
 

Boa sorte! 

Share this post


Link to post
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
Sign in to follow this