-
Posts
470 -
Joined
-
Last visited
-
Days Won
84
Everything posted by Shauren
-
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)
-
That looks like you are using mysql 8 which is not supported
-
[master branch] Adding a custom certificate.
Shauren replied to Infernales's topic in Help and Support
I have never figured out how to calculate the ShaHashPublicKeyInfo field in certificate bundle file so the answer is "it cant be done" -
No, the auctionhouse branch has some ah backend changes, not related to any functionality, both of them have the bot
-
[SOLVED]How does itemcount work in character_queststatus table?
Shauren replied to Magnuss's topic in Solved Issues
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)) -
[SOLVED]How does itemcount work in character_queststatus table?
Shauren replied to Magnuss's topic in Solved Issues
It doesn't work. https://github.com/TrinityCore/TrinityCore/commit/8411ec7ed6366e3f9c0dc722671492ed091b8fbd -
I don't even know what to say... any version from 2011 definitely isn't supported
-
Could not prepare statements of the Character database
Shauren replied to shadedmagus's topic in Help and Support
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 -
Could not prepare statements of the Character database
Shauren replied to shadedmagus's topic in Help and Support
You do not need to switch distros, the reason for this is mysql version 8 (and newer) -
Could not prepare statements of the Character database
Shauren replied to shadedmagus's topic in Help and Support
should be fixed in https://github.com/TrinityCore/TrinityCore/commit/389092ab23ab04c700a0e9be8301e8c3e2424d86 -
CacheDataQueries = 1
-
This is intended, mmaps_generator by default uses as many threads as number of cpu cores, you can control it with --threads option
-
--- 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 ---
-
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
-
worldserver continue take cpu 100% on ubuntu16.04
Shauren replied to cloudfox's topic in Help and Support
There is a config for this - set Console.Enable to 0 for background processes -
Trinity Core's sniffer for Wow (NO LONGER UPDATED)
Shauren replied to Shauren's topic in Releases and Announcements
Will NOT be updated anymore. Source code https://github.com/Shauren/WSTC -
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
-
DB2FileLoaderRegularImpl is master branch, not 3.3.5
-
Pretty much what Aokromes said, I kind of took a break and only started working on this today
-
That warning indeed comes from boost - there is nothing we can do about it except wait for next boost release
-
[SOLVED]Missing gossip_menu_option_trainer in wpp
Shauren replied to AussieGuy's topic in Solved Issues
WPP now supports it as of https://github.com/TrinityCore/WowPacketParser/commit/62e3cab188c9622596eaee1e8b052e6610f8ef64