Jump to content
TrinityCore

[SOLVED]Problems setting up server


chakuze
 Share

Recommended Posts

Hi,

System: Mac OS El Capitan 10.11.2

I have followed this guide: https://community.trinitycore.org/topic/10515-howto-compile-trinitycore-on-mac-os-x-using-homebrew/ to build Trinity. My build succeeded after a tweak of myself (changing mysql path).
First issue occurred: What did I actually just build? Some kind of Trinity base that is necessary no matter if I want to run 3.3.5 or 6.x? If it does matter, how could I chose JUST to install 3.3.5, I couldn't find that in the guide.

Anyway, my build succeeded and I went straight into the next step (server setup): https://trinitycore.atlassian.net/wiki/display/tc/Server+Setup
Now a few new problems appear for me:

  • I should extract Vmps, MMaps using Trinity extractors. At first DTOOLS=1 was not set, because it was not mentioned in the guide above. I tried to re-run the 'CMake-Config-Thing' but after adding -DTOOLS=1 at the end of the parameter list and paste it into the console it executes it directly... apparently without using the last parameter. If I add -DTOOLS=1 somewhere inside, it also executes everything directly but leaving out the last parameter which is then of course "-DWITH_WARNINGS=1". Why does the console executes it directly?
  • How do I install/build the extractors and where to find them afterwards and how to use 'em?
  • In the guide it says "unknown makro: 'localtabgroup'", I guess the wiki page is somehow corrupt? Well, I was going through this tutorial because I have no idea and now something essentiell is missing -.-

For the moment my build succeeded, but I don't know if it contains everything necessary and whether its prepared for 3.3.5, 6.x or both of them.

Which are the next steps from now on to get me past WoW Login Screen?

I hope someone can help me out! I'd suppose a lot of people encountered similar problems and might have fixed them already.

Thanks in advance,
chakuze

Link to comment
Share on other sites

Sure!

  • I still don't know why it executes it directly, if you add -DTOOLS=1 in the end, but it doesn't matter. First your run the complete cmake stuff written in the tutorial and after your run again cmake with just -DTOOLS=1 as parameter
  • Extractors are located in the /bin/ folder of your builded realm
  • You use them by doing this:

    cd /Users/<your directory>/<realm directory>/
    mkdir data
    cd data

  • mkdir buildings vmaps mmaps

    <path of the mapextractor> -i <path to wow client root directory>

    <path of the vmap4extractor> -l -d <path to wow client root directory>/Data

    <path of the vmap4assembler> buildings vmaps

    <path of the mmaps_generator>

If anything is unclear, post here :)

 

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • By PavelFreeman
      Hello, I want to compile Trinity, but I get this errors...

      Did everything according to the documentation (https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130077/Installation+Guide) for Windows 10.

      Visual Studio 2019.
    • By PhaseV
      I unfortunately had to find out that there are no bags for the profession of leather processing in the current database for 3.3.5.  Is that also the case with you?  Can someone who has this available as SQL?
      Greetz PhaseV
    • By Valufa
      Hello, would anyone know if there is an XML OR JSON file with all the class spells from section 3.3.5a?
      If not, would you know how to inform the procedure on how to extract this information from the game client, or some way faster than Web Scraping?
       
    • By Dipdill
      So I got a new Trinity Core server up and running.  For the life of me I can not get my client to connect.  I have edited the Data\enUS\realmlist.wtf to point to my server.  I have confirmed that the firewalls are open to both 8085 and 3724.  When I open the wow.exe client I use my credentials and it immediately goes to Downloading Update screen and sits at 0%.  I have also added set patchlist to my server thinking that might help and still no go.  I downloaded the client from warmane as mentioned in this thread:  
      Did I miss a step on patching the wow.exe file?  I know on the new master branch there is a patching process... but I didn't see one for the 3.3.5 branch.  
      Thanks
    • By Hesione
      I'm having a problem with a number of factions not getting the flag "at war" in the reputation tab, and this is unable to be selected by the player. Currently, this is with The Oracles, as my character has their reputation with Frenzyheart. The problem occurs when one of two opposing factions is chosen as the positive reputation one. That said, Bloodsail Buccaneers seems to work fine.
      I did a search on how to fix this, and found this on the TrinityCore issues tracker: https://github.com/TrinityCore/TrinityCore/issues/9469 (specifically https://github.com/TrinityCore/TrinityCore/issues/9469#issuecomment-78925130)
      Do I just go into the ReputationManager.cpp file and edit it directly? I don't understand how the dbc/cpp files are used. Are they called by the client each time the client is started up?
      I found the code for ReputationManager.cpp here: https://github.com/TrinityCore/TrinityCore/blob/master/src/server/game/Reputation/ReputationMgr.cpp
      I don't understand how the fix goes into this code. I can see a Git pull (push?) whereas I thought I could just edit ReputationManager.cpp directly. If so, which lines do I replace (if any)? Otherwise, where should I insert the fix?
       
×
×
  • Create New...