Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Everything posted by Nay

  1. You can still use `race`. Pandarens can have 3 races, one for neutral, another for horde and another for alliance.
  2. WPP can do it. Make sure that the config "creature_template" is set to true.
  3. See https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide - Development State
  4. Current 6.x branch supports 7.0.3 clients (this branch will be renamed soon)
  5. What generator did you pick in CMake? Post the CMake log
  6. Make sure that you install the C++ compiler when installing VS https://trinitycore.atlassian.net/wiki/display/tc/Windows+Requirements
  7. Read the first link I gave you. It answers all your questions.
  8. The only branches that "matter" are 6.x and 3.3.5. All the other ones are work in progress that will be merged eventually with one of the other two.
  9. --- Canned message start --- This thread does not belong in this section in its current form, and should be reposted in the tracker. Please read this thread to make your future help requests more effective. Read This too Search on tracker before posting any bug report. --- Canned message end ---
  10. 7.0.3 (22423) https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide
  11. I wouldn't go out of my way to implement a "blizzlike" bug. If the bug already happens on TC, too bad, it probably won't be fixed. But if the bug does not exist it would be kinda madness to introduce it on purpose.
  12. @RedDoesStuff: Install the correct version of OpenSSL (32 bits vs 64 bits)
  13. Use the updates in the commits.
  14. Delete the hotfix DB, do not import anything manually and let worldserver create and fill the table with automatic updates.
  15. Last night Nicky joined IRC and we helped him. The problem was in the cmake setup. It's all good now.
  16. Stop worldserver Make sure automatic updates are enabled DROP DATABASE `world_tr`; CREATE DATABASE `world_tr`; mysql world_tr < TDB_world_6.04_2016_04_11.sql or TDB_full_world_335.61_2016_04_11.sql Start worldserver ... Profit
  17. https://github.com/TrinityCore/TrinityCore/blob/6.x/src/server/worldserver/worldserver.conf.dist#L1279 Updates.EnableDatabases = 0 Disabling them is not recommended.
  18. --- 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 ---
  19. Current supported client version is 7.0.3
  20. What's the hash/commit of your compile and what is your client build?
  21. Those "macro redefinition" warnings are just warnings, you can still compile with that. In your last screenshots everything seems fine (assuming that you selected the Generator: Visual Studio 14 2015 Win64)
  22. In CMake, change MYSQL_LIBRARY to link the correct libmysql.lib (32 bits vs 64 bits)
  23. 3.3.5a branch is fixed on that version, 6.x branch is a moving target Edit: 7.0.3 now supported on 6.x
  24. All seems fine. What happens if you go to Build menu and compile?
×
×
  • Create New...