Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Everything posted by Nay

  1. @dreezydylan https://community.trinitycore.org/topic/120-compile-or-cmake-problems/?page=88#comment-78203 Step 2, check the note that says "Important note when installing Visual Studio 2015".
  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. https://github.com/TrinityCore/TrinityCore/commit/fa74fa1f4db379b24dfd3366860e15dd6ed28e5a
  4. https://community.trinitycore.org/search/?type=all&q=LoginREST.ExternalAddress
  5. TDB 6.04 & TDB 335.61 released.
  6. From the .help text: Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcount #bonusListIDs Mythic Edict of Argus with socket http://www.wowhead.com/item=124382/edict-of-argus&bonus=565:567 .additem 124382 1 565;567
  7. --- Canned message start --- Trinity does not support repacks. Please learn to compile and configure the source yourself, you will learn more and may even find that the error doesnt exist in vanilla TC. Please refer to the author of the repack for your questions if you continue to use said repack. --- Canned message end ---
  8. 2014? We are on 2016. Get sources from https://github.com/TrinityCore/TrinityCore/tree/3.3.5 and try again. P.S If you ever post a crashlog again, make sure that you compiled in Debug mode.
  9. I'm not sure if you noticed that the repo you linked is named TrinityCoreLegacy/TrinityCore. Check https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide#InstallationGuide-DevelopmentState for the supported version/branches.
  10. The only sources we support is https://github.com/TrinityCore/TrinityCore/tree/3.3.5 and the TDB available for it is TDB 335.60 https://github.com/TrinityCore/TrinityCore/releases/tag/TDB335.60
  11. Obviously that config can have other values but you probably specified an invalid value (perhaps because of quotes? int configs can't have quotes around numbers afaik)
  12. Mhmm, HonorPointsAfterDuel is fine in the conf in the repo (https://github.com/TrinityCore/TrinityCore/blob/6.x/src/server/worldserver/worldserver.conf.dist#L2729). I guess you changed it at some point in time? "0" is a valid value, "Zero" is not
  13. https://github.com/TrinityCore/TrinityCore/issues/14682
  14. Try after https://github.com/TrinityCore/TrinityCore/commit/9431b94bff939457cb915da3728cda6067674558 It has nothing to do with the DB. If your crashlog is to be trusted, the value of HonorPointsAfterDuel in worldserver.conf seems to be invalid. After updating you should see the error being printed to the console.
  15. Should no longer crash after https://github.com/TrinityCore/TrinityCore/commit/9aadd97fba29a4b736058d0caa705e7545838585
  16. I don't really recommend it but you can get the AI* from an Unit* and then dynamic_cast the UI to your custom AI type, calling whatever methods you have there (including setters).
  17. Nay

    WPP

    https://github.com/TrinityCore/WowPacketParser/commit/80a9763fb3ce143569809617b278ba3198887ca1 +
  18. Try clearing the build folder completely.
  19. Branches/versions are described in https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide An updated patcher now prevents client updates by default (previous way was to use -e when calling the patcher).
  20. You sure that you are connecting to the right server (realmlist)? What examples of names are you trying and what branch are you using? You can change the realm name in the realmlist table of the auth database.
  21. http://www.computerhope.com/issues/ch000549.htm
  22. Simply add the /bin folder of the Git install to PATH.
  23. CMake runs the git command to get the version info, existence of the .git directory is not enough on its own.
  24. The archive is not supposed to have any of that info. We take the version from Git, if you don't have it then that info is not available. You can get Git for Windows from https://git-scm.com/download/win, there are portable versions available. I'm not sure how you play to use the RPi3, it cannot compile TC.
×
×
  • Create New...