Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Posts posted by Nay

  1. If you did that as described in the wiki, then it will work.

    You must make sure that you select the C++ compilers (Common Tools for Visual Studio C++ 2015) in the Custom install step  (Next, Next, Next won't work).

    Once you install VS 2015, you should use the CMake Visual Studio 14 2015 Win64 generator.

    • Upvote 1
  2. A great tool to use when working with Trinity is "Finding in files" or basically being able to find uses of variables, names, etc in the code.

    If you search for "maxSuccessOpens" (current name of TYPE_CHEST Data5) you will find this comment: "Deprecated, pre 3.0 was used for mining nodes but since WotLK all mining nodes are usable once and grant all loot with a single use" and you will also see that it is never used.

×
×
  • Create New...