Jump to content
TrinityCore

Shauren

Developers
  • Posts

    470
  • Joined

  • Last visited

  • Days Won

    84

Everything posted by Shauren

  1. I don't have any knowledge about building on mac, just repeating that mysql 8 is not supported on any platform (not related to mac specifically)
  2. That looks like you are using mysql 8 which is not supported
  3. I have never figured out how to calculate the ShaHashPublicKeyInfo field in certificate bundle file so the answer is "it cant be done"
  4. No, the auctionhouse branch has some ah backend changes, not related to any functionality, both of them have the bot
  5. Its used to speedup quest status checks so you dont need to iterate entire inventory all the time (this is super important because its part of SMSG_UPDATE_OBJECT (sparkling of gameobjects with quest items))
  6. It doesn't work. https://github.com/TrinityCore/TrinityCore/commit/8411ec7ed6366e3f9c0dc722671492ed091b8fbd
  7. I don't even know what to say... any version from 2011 definitely isn't supported
  8. No, you should not be getting compile time errors if you did not reinstall any packages First try "make clean" and build again, if that fails delete build directory completely and restart with cmake step
  9. You do not need to switch distros, the reason for this is mysql version 8 (and newer)
  10. should be fixed in https://github.com/TrinityCore/TrinityCore/commit/389092ab23ab04c700a0e9be8301e8c3e2424d86
  11. This is intended, mmaps_generator by default uses as many threads as number of cpu cores, you can control it with --threads option
  12. --- Canned message start --- It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread. --- Canned message end ---
  13. https://www.visualstudio.com/downloads/ and choose "Build Tools for Visual Studio 2017". TCt used to work with mingw but has not been supported for many years and probably doesn't work anymore As long as you use VS compiler any IDE should work
  14. There is a config for this - set Console.Enable to 0 for background processes
  15. Will NOT be updated anymore. Source code https://github.com/Shauren/WSTC
  16. Since you are using soap to send account creation commands then you can just send the kick command (.kick)
  17. Server side part of it was completed (in same state as current 7.2.5) and is available on a different branch https://github.com/TrinityCore/TrinityCore/tree/7.3.2 Only client part remains
  18. DB2FileLoaderRegularImpl is master branch, not 3.3.5
  19. Shauren

    7.3

    Pretty much what Aokromes said, I kind of took a break and only started working on this today
  20. That warning indeed comes from boost - there is nothing we can do about it except wait for next boost release
  21. WPP now supports it as of https://github.com/TrinityCore/WowPacketParser/commit/62e3cab188c9622596eaee1e8b052e6610f8ef64
×
×
  • Create New...