antiblock
Rodnia | Alpha & Omega
  • 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  
-Dash_

[Source]Cliente - Binário

13 posts in this topic

Boas CG, 

 

Hoje trago a vocês a Source do binário.

 

Informações importantes:

  • Aconselho a utilizarem o Visual Studio 2013 para compilação (É o que uso, e não tenho problemas).
  • Diretório binary: Onde é salvo o executável após a compilação.
  • Diretório extern: Onde estão os arquivos de include e library necessários para compilação.
  • Diretório source: Onde estão a source do binário (arquivos cpp e h).
  • Diretório vs_files: Onde estão os arquivos necessários para executar o projeto no visual studio.
  • Source montada pelo Reboot, e melhoradas por mim. 

Bug's Fix:

  • Todas montarias atacam.
  • Python 2.7.
  • Mini map fixed.
  • Cryptoop 5.6.2
  • boost 1.55

Download

 

Até a próxima ;)

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif

Foste tu que montaste?

Share this post


Link to post
Share on other sites

Foste tu que montaste?

Foram montadas pelo Reboot, e melhoradas por mim.

Share this post


Link to post
Share on other sites

Tem incompatibilize com alguns client's (fácil de resolver)...

E tem 5 inventário e acusa 2 falsos positivos.

 

De resto parece estável ;)

Share this post


Link to post
Share on other sites

Como fasso para descompilar um binario já compilado ?

Share this post


Link to post
Share on other sites

Como fasso para descompilar um binario já compilado ?

não fazes... lol

Share this post


Link to post
Share on other sites

Boas,

Estou com um problema ao tentar abrir metin2client.exe

 

O client fecha e aparece-me esse erro.

 

Agradecia se alguém poder me ajuda!


 

Citar

0116 22:07:00685 :: ui:2815: RuntimeWarning: tp_compare didn't return -1 or -2 for exception

0116 22:07:00686 :: 
introLogin.py(line:511) __LoadScript
ui.py(line:2808) LoadScriptFile
ui.py(line:2998) LoadChildren
ui.py(line:2998) LoadChildren
ui.py(line:2815) LoadChildren

LoginWindow.__LoadScript.LoadObject - <type 'exceptions.OverflowError'>:Python int too large to convert to C long

0116 22:07:00686 :: ============================================================================================================
0116 22:07:00686 :: Abort!!!!


 

 

Share this post


Link to post
Share on other sites

ScriptLib/PythonUtils.cpp adiciona

// Python int too large to convert to C long
#define PyLong_AsLong PyLong_AsLongLong
#define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong

 

Share this post


Link to post
Share on other sites

Fiz download e o mesmo funciona correctamente.

Obrigado ao Tyler Durden pela correção, deixei de ser esse problema.

Share this post


Link to post
Share on other sites
7 horas atrás, Tyler Durden disse:

ScriptLib/PythonUtils.cpp adiciona


// Python int too large to convert to C long
#define PyLong_AsLong PyLong_AsLongLong
#define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong

 

Obrigado ! :)

Share this post


Link to post
Share on other sites

como resolver ?

 

Tem incompatibilize com alguns client's (fácil de resolver)...

E tem 5 inventário e acusa 2 falsos positivo

 

Spoiler

0117 19:40:27804 :: Failed to load script file : locale/pt/ui/InventoryWindow.py
0117 19:40:27805 :: 
ui.py(line:2763) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
locale/pt/ui/InventoryWindow.py(line:88) <module>

LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_RING1'

0117 19:40:27805 :: ============================================================================================================
0117 19:40:27805 :: Abort!!!!


0117 19:40:27805 :: 
uiInventory.py(line:293) __LoadWindow
ui.py(line:2780) LoadScriptFile
exception.py(line:36) Abort

InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:

0117 19:40:27805 :: ============================================================================================================
0117 19:40:27805 :: Abort!!!!

 

 

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