antiblock
diamwall

CjMt2

Membro
  • Content Count

    6
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    CjMt2 got a reaction from DemonZ in [HOT] BEST PRODUCTION (Blade2) Lançadas 20/07/2017   
    Update 05.11.2017
    Server: main.cpp
    std::ifstream exppet_table_open("/usr/game/share/exppettable.txt"); must be:
    std::ifstream exppet_table_open("/share/exppettable.txt"); Metin2Client Distribute Win32 Error 9
     
    error RC1015: cannot open include file 'afxres.h'.
    source\UserInterface\UserInterface.rc 10 1 UserInterface
    I replaced #include "afxres.h" with #include "WinRes.h"
     
    error C2065: 'CHARACTER_NAME_MAX_LEN' : undeclared identifier
    source\UserInterface\PythonNonPlayer.h 62 1 GameLib
     
    warning C4200: nonstandard extension used : zero-sized array in struct/union
    source\UserInterface\PythonNonPlayer.h 62 1 GameLib
     
    error C2229: struct 'CPythonNonPlayer::SMobTable' has an illegal zero-sized array
    source\UserInterface\PythonNonPlayer.h 63 1 GameLib
     
    05.11.2017 TankYou for this files.