Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Everything posted by Nay

  1. You need to import sql world, character and auth updates https://github.com/TrinityCore/TrinityCore/tree/master/sql/updates/auth
  2. As long as those two versions are higher than 5.1, it's okay.
  3. --- 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 ---
  4. Do not use a batch file to start it and rename the directory "`serv cattest" to something without special characters. Also verify that you got updated worldserver.conf and authserver.conf files
  5. It should work... but did you try running cmake without the openssl switches at all? (The wiki says "do not use if you have OpenSSL installed systemwide") Another thing, "-- Detected 32-bit platform" but you got x64 version of OpenSSL
  6. --- 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 ---
  7. basic knowledge of Git is required. also, it depends on your core version. *right now*, get TDB 50 and apply the sqls from /sql/updates/world
  8. Somehow you missed https://github.com/TrinityCore/TrinityCore/commit/b530602b96974c2a536f9e757739e207bf034fd7 (and most likely other sql files, as well)
  9. `git pull`, run cmake and compile then get the most recent world db from http://www.trinitycore.org/f/files/file/5-tdb-full-updates/
  10. Drop world db Import TDB 49 Import all sql updates with http://www.trinitycore.org/f/topic/43-windowslinux-combine-sql-updates/
  11. Wiki issues resolved http://trinitycore.info Quite a few formatting problems were introduced in the conversion from MediaWiki to Confluence and we would like help to make everything pretty again. Feel free to create an account at http://collab.kpsn.org/signup.action and edit the pages. The editor is very straightforward (and WYSIWYG)
  12. Gratz that you got it fixed. Are you sure you picked the right compile when generating a solution in CMake?
  13. We are in the process to change to a new wiki system. Use this in the meantime http://archive.trinitycore.info/
  14. Can anyone else verify that cmake 2.8.10 has issues? Edit: 2.8.10.2, Windows 8 x64 works fine here
  15. What cmake version are you using?
  16. Wiki updated, THANK YOU, gygias, a lot. That page had been outdated for a while Let me know if any other change is required
  17. But did you follow this guide? http://www.trinitycore.info/How-to:Linux
  18. Congratz on fixing it. A few notes: indeed, all the sql files in update folder are meant to be imported on top of the last full TDB, by file name (alphanumeric order, the default one) there are tools/scripts like http://www.trinitycore.org/f/topic/43-windowslinux-combine-sql-updates/ to do that easily all this is fairly well explained (imo) in the wiki
  19. Same here, can't login. I know we had some problems with the wiki when it was open to everyone but I still think everyone should be able to edit it. We have to fight spam in some other way, closing the wiki is not a solution. > Kinda discourages wiki editing (*summons KingPin *)
  20. I agree with last point. I think we should re-write the 3 how-tos (win/linux/mac). It's a bit tough and I think it could be way lighter. About that C:Trinity, it happens because DB section is shared by the 3 how-tos (since they are so similar)
  21. Quote from the wiki: It does refer to sqlbase for auth and character DBs
×
×
  • Create New...