Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/12/19 in all areas

  1. M2 Download Center Download Here ( Internal ) Hi, folks! With this guide you will be able to combine textlines with images, like rubinum does. Usage is simple: emojiTextLine.SetText("|Eemoji/key_ctrl|e + |Eemoji/key_x|e + |Eemoji/key_rclick|e - Direct sell") The files are located in the icon pack, so basically the code will load from icon/{GIVEN_PATH}.tga - in the sample the path for the X is: icon/emoji/key_x.tga Here are the images from rubinum client:  Howto: Have fun Sorry for arab players , for sure they have also developers, so let's go guys, finish it ? If you have problem, maybe I made a mistake in the guide of missed out something, just leave a comment below. PS.: Sometimes the code tag of the board puts an extra invisible character mostly the end of the lines, if your IDE cries for syntax error, but it seems correct, check that part of the file with notepad++, it will show a ?(question mark) where the problem is.
    1 point
  2. M2 Download Center Download Here ( Internal ) I edited Async Class to use C++ Standard mutex and thread support AsyncSQL.h ASyncSQL.cpp plus if you have this line in main.cpp inside the main function inside the db core source delete it DBManager.Quit(); this line will close MySQL connections before making sure that all the queries are done (which may not save the last thing a player do before closing the server) plus it will dump a core file since the db core will abort without successful exit! #edited Using std::gurad (which unlock the mutex when the object is destroyed) instead of manually lock and unlock mutex rewrote the Profiler class with std::chrono #Note : Don't just copy and paste .. make a backup , test , then use it Best regards.
    1 point
  3. It's static because i need to use only one time fastly. If you need to detect same ip on PvP things or else it's good for you. if (!pkKiller || !pkVictim) return; //Null ptr prevent, the bool will check the desc. if (IsSameIp(pkKiller, pkVictim)) return; //Same ip detected Regards WeedHex
    1 point
  4. Hello! Tired of checking for new versions of libraries? Let's make life easier to everyone. I would like to stay information up to date in this thread. If you know about some of the libraries has got new version, please DM me or moderator to edit this topic. Currently here are only libraries that client use. PS: Don't forget to check this thread also! Boost License: Boost Software License (Content) Version: 1.69.0 Documentation: [Hidden Content] Link: [Hidden Content] Crypto++ License: Boost Software License (Content) Version: 8.0 Documentation: [Hidden Content] Link: [Hidden Content] libjpeg-turbo License: Mixed IJG, BSD and zlib (Content) Version: 2.0.1 Documentation: [Hidden Content] Link: [Hidden Content] LZO License: GNU (Content) Version: 2.10 Documentation: Not provided Link: [Hidden Content] Python License: Special license (Content) Version: 2.7.15 / 3.7.2 Documentation: [Hidden Content] Link: [Hidden Content] DirectX License: The DirectX APIs are part of the OS, so there's no fees to use them. Version: 12.0 (10.00.9926.0000) Documentation: [Hidden Content] Link: [Hidden Content] IL License: LGPL (Content) Version: 1.8.0 Documentation: [Hidden Content] Link: [Hidden Content] The Miles Sound System License: Propretial Version: 10 Documentation: Not provided Link: [Hidden Content] Granny 3D License: Propretial Version: 2.11 Documentation: Not provided Link: [Hidden Content] SpeedTree License: Propretial Version: 7 Documentation: [Hidden Content] Link: [Hidden Content] Themida License: Propretial Version: 2.4.5.0 Documentation: Not provided Link: [Hidden Content]
    1 point
  5. If you have GCC>5 version, you'll see this error when the linking src: Open (libpoly&libsql)/MAKEFILE and add to CFLAGS; -D_GLIBCXX_USE_CXX11_ABI=1 Do not forget to rebuild libpoly!
    1 point
  6. You can use any server files with source. You just need to remove DS quests, button and belt button.
    1 point
  7. #closed If you bought the system from @VegaS™, do not hesitate to contact him, i'm sure he will help you.Otherwise, I assume that you are using the published version. Best regards Raylee
    1 point
  8. he got autism, leave him alone
    1 point
  9. Something like that, but for weapons this is a bit messed up, not every camera view good for the different kind of weapons. But now I'm having fun. When I'm done I'll post it here, but my base is totally GF like, so, might not be fit 100% for this base.
    1 point
  10. I don't compile the source, i have rain serverfile:(
    1 point
×
×
  • 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.