Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Everything posted by Nay

  1. Trinity usually follows live client builds.
  2. --- 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 ---
  3. @Skizooo paste CMake output logs (from the CMake GUI Window) and a VS screenshot
  4. Anyone can create an account at https://trinitycore.atlassian.net/admin/users/sign-up and edit pages (button in the upper right corner).
  5. --- 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 ---
  6. Which version of OpenSSL do you have and OS?
  7. Did you explicitly select the C++ compiler when installing VS?
  8. It's just another fork a bunch of hacks and some awful code in (e.g https://github.com/Kittnz/Sunwell/blob/master/src/server/game/DungeonFinding/LFG.h#L136). Nothing too uncommon. You can read more about it at http://web.archive.org/web/20160306072707/http://sunwell.pl/ (select the text or disable CSS to read)
  9. You need vc140 libs for VS 2015 and vs120 libs for VS 2013...
  10. Instead of using -DSCRIPTS=1 use -DSCRIPTS='static'
  11. https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide
  12. There are multiple configs named AuctionHouseBot.Class.Glyph.* in worldserver.conf. Have you looked at those?
  13. You need to download the correct Boost binaries from https://sourceforge.net/projects/boost/files/boost-binaries/ @Sicarius
  14. Use SpellWork https://github.com/TrinityCore/spellwork_cs
  15. Clear the build dir and do not specify a value for SCRIPTS manually. What happens?
  16. I'm not sure why a sniffer would have anything to do with the world database... do you mean parser (WPP)?
  17. Not sure what "Cscripts" is. The name of the CMake variable is SCRIPTS and its default is "static". Paste the CMake output.
  18. 5 years later, yes, it's possible. https://trinitycore.atlassian.net/wiki/display/tc/Using+the+script+hotswapping+system
  19. Start here: https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide and follow the steps carefully.
  20. run gcc --version replace your -DPREFIX by -DCMAKE_INSTALL_PREFIX (Are you following an outdated install guide?)
  21. Glad you got it fixed but reading the wiki carefully next time will save you time (https://trinitycore.atlassian.net/wiki/display/tc/Windows+Requirements)
  22. This is explained in the wiki. https://trinitycore.atlassian.net/wiki/display/tc/Server+Setup https://trinitycore.atlassian.net/wiki/display/tc/Networking
  23. Replace the UNKNOWNs by proper values (in most cases it will be 0).
  24. What compiler are you using?
×
×
  • Create New...