Jump to content

Mali

Honorable Member
  • Posts

    919
  • Joined

  • Days Won

    886
  • Feedback

    100%

Everything posted by Mali

  1. #Update V2(You need Emoji Textline) Custom Sort:Change item.h
  2. Make etc/make.conf settings.An Advice to you: Use Clang8 instead of GCC9
  3. I'm not interested in client sorry You can use more c++ features.Check GCC site for more information.
  4. For FreeBSD 9.2 latest gcc version is gcc7-devel but I may share FreeBSD 12 with gcc9-devel
  5. M2 Download Center Download Here ( Github Backup ) - Download Here ( GitHub ) Download Here ( VM 9.2 ) or Download Here ( VM 12 ) Use this source: [Hidden Content] or [Hidden Content]
  6. I'm using this, you can use number or string with same function: bool Check_IP (auto first, auto second) { return first == second; }
  7. No not needed. Also I don't recommend define that macro because already defined in bits/c++config.h. Just add libpoly not whole project.It will be fine, tested.
  8. I think your fault at py and you are using 15*9
  9. delete that codes from stl.h and use these: std::min std::max std::minmax note: #include <algorithm>
  10. For questiondialog go root/uishop.py find def AskBuyItem(self, slotPos): Add this control before itemBuyQuestionDialog = uiCommon.QuestionDialog(): if shop.IsMainPlayerPrivateShop(): return For Server-Side go shop.cpp Find in int CShop::Buy(LPCHARACTER ch, BYTE pos) if (IsPCShop()) { ///Add below if (m_pkPC == ch) return false; Not tested!
  11. [Hidden Content] syntax CheckValidPos(ch, type, distance)
  12. self.OwnerMoney.SetText(localeInfo.NumberToMoneyString(str(exchange.GetElkFromSelf()))) self.TargetMoney.SetText(localeInfo.NumberToMoneyString(str(exchange.GetElkFromTarget())))
  13. If you have Cryptopp 7.0.0 you'll see: Open cipher.h and add; using CryptoPP::byte; Note:Also you can use std::byte (#include <cstddef>) but you need to change cryptopp declarations too.
  14. 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!
  15. another way: [Hidden Content]
  16. Usage: ChatPacket(CHAT_TYPE_INFO, Translate("TESTSTRING", DEFAULT_LANG));
  17. delete that codes from stl.h and use these: std::min std::max std::minmax note: #include <algorithm>
  18. Nice work bro, but active your windows
  19. #Update Added hide shop feauture
  20. Tomorrow, I will add hide shops and you can delete water etc.
  21. M2 Download Center Download Here ( Internal ) Download Here ( GitHub )
×
×
  • 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.