Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Posts posted by Nay

  1. You will need a 3.3.5a (12340) client version to extract 3.3.5a files. You will need that specific version (I heard that there are some torrents around that still have it).

    The extractors that you compile on Ubuntu won't work on Windows. However you can extract client files using Linux (as long as you have a wow client in your Linux install).

    If you want to run the extracts on Windows, you can clone the repo and in CMake select only TOOLS to compile instead of the whole thing.

  2. Create the auth, characters and world db manually.

    Import https://github.com/TrinityCore/TrinityCore/blob/3.3.5/sql/base/auth_database.sql to the auth DB.

    Import https://github.com/TrinityCore/TrinityCore/blob/3.3.5/sql/base/characters_database.sql to the characters DB.

    Import https://github.com/TrinityCore/TrinityCore/releases/tag/TDB335.61 to the world DB.

    And then start worldserver normally. It should automatically apply the SQL updates it needs from now on.

    P.S Trinity3?

    • Upvote 1
  3. You are mixing a lot of different things.

    realmlist.frm is an interal file used by MySQL to store the realmlist table. You cannot edit it directly. Learn MySQL basics (like the guide I linked above) and learn how to execute queries on a database.

    realmlist.wtf is a WoW client file used in versions before Cataclysm and it has nothing to do with the TC's realmlist table.

    Please stop using repacks and follow our guides at the wiki. https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide

×
×
  • Create New...