antiblock
https://arwen2.global/
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
WildEgo

Como Tirar Butão Itemshop Do Menu Do Client

5 posts in this topic

Boas comunidade venho-vos apresentar um tutorial!

Um pouco antigo mas usual.

1º Passo:

Descompatar Root.eix/.epk

2º Passo:

Encontrar o ficheiro denominado "constinfo"

3º Passo:

Abri-lo com um softwere de edição de texto

4º Passo:

Procurar IN_GAME_SHOP_ENABLE = 1

5º Passo:

Substituir o 1 por 0

6º Passo:

Compatar o Root.eix/.epk

Resultado:

Imagem colocada

Créditos:

[*]Base: Ymir Co.

[*]Tutorial: Luis Bizarro

[*]Ideia: Achilles (epvp)

[*]Imagem: Achilles (epvp)

[*]Softwere de edição: Notepad++

É tudo por agora,

Luis Bizarro

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

E que tal fazeres um tuto de meter + 1 butanite e associar code hein?

Share this post


Link to post
Share on other sites

Bom, mais isso depende do locale_xx em alguns clientes como o Client_by_ic3 isso não funcionar XD.....

Share this post


Link to post
Share on other sites

Bom, mais isso depende do locale_xx em alguns clientes como o Client_by_ic3 isso não funcionar XD.....

É capaz de não funcionar em todos, pode existir exepções.Não testei em vários clients!PS: Não é locale mas sim root :|C,Luis Bizarro

Share this post


Link to post
Share on other sites

Não vai funcionar em alguns clients pois depende da configuração da locale_xx que está na ROOT !
Mesmo alterando na constinfo.py para =0 continuava a aparecer a SHOP IN GAME.
Quebrei a cabeça para encontrar onde na programação Phyton que tava insistindo nisso... E encontrei ! :D

SEGUE ABAIXO A MANEIRA COMPLETA PARA DESABILITAR:

Abra o ficheiro Locale.py da pack "root.eix e root.epk"

Procure pelas linhas que contém "constInfo.IN_GAME_SHOP_ENABLE = 1
E mude TODAS para 0 (zero)

Exemplo:
 

if IsEUROPE()  and  IsBRAZIL()  :
FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath()
LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath()
constInfo.IN_GAME_SHOP_ENABLE = 0
elif IsSINGAPORE() :
FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath()
LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath()
constInfo.IN_GAME_SHOP_ENABLE = 0
elif IsNEWCIBN() :
FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath()
LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath()
constInfo.IN_GAME_SHOP_ENABLE = 0
elif IsTAIWAN():
APP_TITLE = "°«III°ê"
FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath()
LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath()
 
constInfo.IN_GAME_SHOP_ENABLE = 0
elif IsJAPAN():
APP_TITLE = "CRUEL WAR - Return of the Metin2"
FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath()
LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath()
 
constInfo.IN_GAME_SHOP_ENABLE = 0
else:
FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath()
LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath()
 
constInfo.IN_GAME_SHOP_ENABLE = 0

 

 

Salve, recompacte ponha no cliente e pronto ! Desabilitado 100%

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