Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/05/19 in all areas

  1. Hi everyone! Summer is almost here and i prepared stuff for your summer events! Videos:
    3 points
  2. Check this part: # Sash refine effect if app.ENABLE_ACCE_SYSTEM: slotNumberChecked = 0 if not constInfo.IS_AUTO_POTION(itemVnum): self.wndItem.DeactivateSlot(i) This if-clauser is meaningless (you are already checking for auto potion few lines above). Get rid of it. That should do the trick for you.
    2 points
  3. Boost is bunch of C++ libraries aiming to establish "existing practice" and provide reference implementations. Boost libraries are even suitable for eventual standardization. Please keep in mind this is just common guide to update Boost with no source codes changes. Each update has it's own individual changes, see release notes for more information. Step By Step Guide 1, Download the newest package of Boost Here is the official site of Boost. Download the "Current Release" version, do not change it with "Beta Release" and make sure archive is in .tar.gz format. 2, Upload the content on server In the Compilation folder make folder named Boost and upload there the archive you have downloaded. Once the archive is uploaded extract it by using this command: tar xvzf [NameOfTheArchive].tar.gz. After that delete the archive. 3, Delete the old version Before updating we need to delete old version of the Boost. Go to the Extern/Includes/Boost folder and delete the boost folder. 4, Copy files into the Extern folder After you have deleted the old version, go to the extracted folder and from there copy whole boost folder into the Extern/Includes/Boost folder. 5, Delete the folder with Boost source codes Once you have done this, we don't need the folder with sources anymore. Delete it.
    1 point
  4. #closed by request Best regards Raylee
    1 point
  5. Try to rewrite the whole path. There is smth like ../liblua/lua50/and so on. Write the whole path instead of two dots it would help.
    1 point
  6. M2 Download Center Download Here ( Internal ) Hello guys, here's free metin2 server presentation + editable logo for you.
    1 point
  7. You should check the repository, already is before your comment. Update: - removed count method + added support for c++11
    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.