antiblock
diamwall
  • Chatbox

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

[Release] How To - Calendário De Eventos - Metin2

9 posts in this topic

antiblock
Cyphriun

Malta esqueci de dizer , mas existe depois outro ficheiro dentro da pasta de download que colocam no ficheiro do vosso cliente , root.eix/epk , é simples mas esqueci-me.

Alguém poderia colocar isto ali em cima , agradecia hehe

 

Cumprimentos,

Berry

Share this post


Link to post
Share on other sites

Boas pessoal , muitos de vocês tiveram a mesma dúvida que eu tive quando tentei introduzir o calendário de eventos no meu Servidor.

Uma coisa tão simples demorou a perceber ... mas pronto , está totalmente inserido sem quaisquer erros/bugs.

 

1º Faz o download disto > 

https://mega.co.nz/#!blIwRboC!zR9u3fXGPDQhqtzC_0Tp8rQCFfmWTMOJZYVIcge jJpc

Pronto , agora no ficheiro root.eix/epk do teu Cliente , descompactas e vais ao ficheiro game.py e colocas isto :

def Calendar(self):import calendarself.calendar = calendar.Calendar()self.calendar.Show()

Depois procuras por isto:

onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)

E adicionas isto por baixo:

onPressKeyDict[app.DIK_F6] = lambda : self.Calendar()

* onde está F6 podes alterar para outra tecla * 

exemplo:

onPressKeyDict[app.DIK_F9] = lambda : self.Calendar()

Pronto , compactas o ficheiro root e colocas de novo no teu Cliente.

Agora pegas no ficheiro que sacas-te calendar.eix/epk e colocas na pasta Pack do teu Cliente, vais a Index e adicionas uma nova linha, ex:

calendar*

Pronto , agora tens o ficheiro events.calendar , este é o problema de muitos de vocês , não sabem onde colocá-lo e eu respondo , sou um burro ! porque é tão simples . Bastou andar a ler um pouco nos ficheiros do calendar.eix/epk para saber onde colocá-lo.

 

É na pasta inicial do Cliente , onde inicias o Jogo e tens o ficheiro config.exe ... tão simples. Colocas lá ele e voilá :) 

 

Vais ao Jogo clicas na tecla F6 (se alteras-te a tecla clicas na que escolheste) e tens ai o Calendário.

 

Nota - Para alterar as imagens é no ficheiro calendar.eix/epk 

 

 

Espero que tenha ajudado, +1 se ajudei :$

Cumprimentos,

Berry !

alguém já conseguil colocar??

Share this post


Link to post
Share on other sites

Eu mesmo testei e funciona 100%

Share this post


Link to post
Share on other sites

Password para o mega?

Share this post


Link to post
Share on other sites

PODEM ME EXPLICAR PQ DÁ ESTE ERRO??


0409 01:26:28129 :: Traceback (most recent call last):

0409 01:26:28129 ::   File "networkModule.py", line 237, in SetGamePhase

0409 01:26:28129 ::   File "system.py", line 130, in __pack_import

0409 01:26:28130 ::   File "
0409 01:26:28130 :: game.py
0409 01:26:28130 :: ", line 
0409 01:26:28130 :: 2335
0409 01:26:28130 :: 

0409 01:26:28130 ::     
0409 01:26:28130 :: def Calendar(self):import calendarself.calendar = calendar.Calendar()self.calendar.Show()            

0409 01:26:28130 ::     
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 :: ^

0409 01:26:28130 :: SyntaxError
0409 01:26:28131 :: : 
0409 01:26:28131 :: invalid syntax
0409 01:26:28131 :: 

Edited by F5D3W0 (see edit history)

Share this post


Link to post
Share on other sites
19 horas atrás, F5D3W0 disse:

PODEM ME EXPLICAR PQ DÁ ESTE ERRO??


0409 01:26:28129 :: Traceback (most recent call last):

0409 01:26:28129 ::   File "networkModule.py", line 237, in SetGamePhase

0409 01:26:28129 ::   File "system.py", line 130, in __pack_import

0409 01:26:28130 ::   File "
0409 01:26:28130 :: game.py
0409 01:26:28130 :: ", line 
0409 01:26:28130 :: 2335
0409 01:26:28130 :: 

0409 01:26:28130 ::     
0409 01:26:28130 :: def Calendar(self):import calendarself.calendar = calendar.Calendar()self.calendar.Show()            

0409 01:26:28130 ::     
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 ::  
0409 01:26:28130 :: ^

0409 01:26:28130 :: SyntaxError
0409 01:26:28131 :: : 
0409 01:26:28131 :: invalid syntax
0409 01:26:28131 :: 

 

def Calendar(self):import calendarself.calendar = calendar.Calendar()self.calendar.Show()

No python tens de ter os tabs e as quebras de linha

Share this post


Link to post
Share on other sites

Continua sem dar consegues me dar algum suporte via Discord? Ou algo do genero?

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