Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Everything posted by Nay

  1. "1442376000" is a unix timestamp, the number of seconds since the epoch 1 January 1970 http://www.unixtimestamp.com/index.php
  2. Import TDB_full_world_6.02_2015_07_14.sql into an empty DB and then all the .sql files in /sql/updates/world. It's that simple.
  3. SMART_ACTION_CALL_FOR_HELP is a good idea, I forgot about that
  4. There doesn't seem to exist an easy way to do this. `creature_formations` works however you'll need to calculate the distance and angles to match current spawn positions.
  5. Long story short the sniffer needs to be adapted for each different build and so far PTR is not worth that trouble.
  6. I have no idea why might this happen nor have I ever see this error before. My only suggestion is to start from scratch, delete the build dir and re-clone the repo.
  7. The patcher has a -e option to disable updates, have you tried that?
  8. sudo apt-get install libboost-regex-dev
  9. ​http://community.trinitycore.org/forum/13-wdbadbsniffs/
  10. @dragos14: One of the DLLs you are using was compiled with VS 2013 instead of the VS 2015. You can use Dependency Walker to find the culprit binary and replace it. @Spire: _BUILD_DIRECTIVE should not be missing, find why that happens. Your change in the files is simply hiding the problem.
  11. --- 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 ---
  12. Although I dislike having a one-for-all topic, answer me in http://community.trinitycore.org/topic/120-compile-or-cmake-problems/?do=findComment&comment=75456
  13. item_template no longer exists. If the item doesn't exist in item-sparse.db2 it might need to be added to the hotfix database. P.S Post your sniff in http://community.trinitycore.org/forum/13-wdbadbsniffs/ and let us handle template updates.
  14. @Spire: Start by reverting any change you have done. After that, post the contents of the cmake output. @dragos14: What's your error?
  15. Nobody can answer that yet.
  16. If a quest giver offers you a deprecated quests, that sounds like a bug that should be reported in the tracker.
  17. @runic: use a Trinity repository without modifications and see if it still works. I don't know what "FRoZeNLaND" is.
  18. That seems fine... BOOST_ROOT is defined in environment variables, right?
  19. I mean the contents of that directory... it's what the dir command does (a.k.a ls)
  20. Paste a dir of the Boost install directory.
  21. GCC 4.7.2 didn't support "using" that was used in a commit.
  22. This is fixed on 3.3.5 now with https://github.com/TrinityCore/TrinityCore/commit/1a553b780b160deb8fdb6bd948c7d7999e19798f
  23. @dhr, @tuko: that issue has been fixed on 6.x 2 days ago and on 3.3.5 5 minutes ago
×
×
  • Create New...