Jump to content

Juppsy

Inactive Member
  • Posts

    48
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Juppsy

  1. I'm compiling with gcc5, using c++11. I'm need a newer version of c++?
  2. I was trying with older Crypto++ and the newer boost few minutes ago, and the error are the same. Well, I tink the problem is from boost.
  3. Open every VC++ Project from every folder and search for <PlatformToolset> and replace with <PlatformToolset>v120_xp</PlatformToolset>. Hope I helped you.
  4. Hello community, today I decided to upgrade boost-libs (1.55.0_10) and cryptopp (5.6.2_2) via pkg. I rezolved the compilation errors, but I have linking errors, most probably from cryptopp.
  5. For binary source go to UserInterface/Locale_inc.h and comment this lines:
  6. For me is working 100%. Thanks!
  7. Right click on UserInterface Project - > Properties - > Linking - > Advenced - > Scroll to the last and set to no.
  8. You have a little mistake. On char_item.cpp part you have "estination_size" instread of "destination_size". Regards. #Edit: I tested it, it works good but my client syserr spam 0415 19:07:11581 :: Cannot find item by 0 Anyone know why?
  9. Can you share it without the logo?
  10. Ok, I just imported it but I never used World Editor and I really don't know how to change the color. Can you tell me if you have some free time?
  11. I do like this but I have this problem: [Hidden Content]
  12. Go to your_client_source/UserInterface/GameType.h and after: #ifdef ENABLE_COSTUME_SYSTEM const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19; // [ÁÖÀÇ] ¼ýÀÚ(19) ÇϵåÄÚµù ÁÖÀÇ. ÇöÀç ¼­¹ö¿¡¼­ ÄÚ½ºÃõ ½½·ÔÀº 19ºÎÅÍÀÓ. ¼­¹ö common/length.h ÆÄÀÏÀÇ EWearPositions ¿­°ÅÇü Âü°í. const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0; const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1; const DWORD c_Costume_Slot_Count = 2; const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count; #endif That: #ifdef ENABLE_MOUNT_COSTUME_SYSTEM const DWORD c_Costume_Mount_Slot_Start = c_Equipment_Start + 24; const DWORD c_Costume_Mount_Slot_Shoulder = c_Costume_Slot_Start + 0; const DWORD c_Costume_Mount_Slot_Count = 1; const DWORD c_Costume_Mount_Slot_End = c_Costume_Mount_Slot_Start + c_Costume_Mount_Slot_Count; #endif Regards.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.