[Guide] How to compile TrinityCore, Start to Finish menu

User Tag List

Page 2 of 13 FirstFirst 123456 ... LastLast
Results 16 to 30 of 185
  1. #16
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like I said in your PM, trinity is restructuring their core ATM, you can wait it out or do a checkout of revision 556e3ed496.

    [Guide] How to compile TrinityCore, Start to Finish
  2. #17
    psychobandit's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    226
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    I don't know many of the default ones anymore, my command system is modified a lot.

    .gm visible off makes you invisible though :P
    .explorecheat opens all maps
    .taxicheat opens all flightpaths

    pretty much all I know
    My commands are like ascent :P
    O.K., thanks anyway

    I did find a big list of commands last night, not everything I wanted but still has a lot more than the in-game list
    I do wish TC had the commands like ascent does, they just make a lot more sense to me, very straight forward...oh well

  3. #18
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe I'll write a guide on how to rename/change commands some time.

  4. #19
    hihiri's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jun 2006
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i go to execute one of the files for the world it runs likeee... 126 items and then it stops. the timer keeps going but it has nothing else to execute to. ive tried both of the databases and got the same thing. Any help would be awsome (ill rep if you help me fix it xD)

  5. #20
    PewPewNao's Avatar Active Member
    Reputation
    23
    Join Date
    Jan 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get some errors :

    8>LINK : fatal error LNK1181: cannot open input file 'libmySQL.lib'
    8>Build log was saved at "file:/***************
    \VC90\trinityrealm__Win32_Release\BuildLog.htm"
    8>TrinityRealm - 1 error(s), 10 warning(s)

    9>LINK : fatal error LNK1181: cannot open input file 'libmySQL.lib'
    9>TrinityCore - 1 error(s), 10 warning(s)

  6. #21
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PewPewNao View Post
    I get some errors :

    8>LINK : fatal error LNK1181: cannot open input file 'libmySQL.lib'
    8>Build log was saved at "file:/***************
    \VC90\trinityrealm__Win32_Release\BuildLog.htm"
    8>TrinityRealm - 1 error(s), 10 warning(s)

    9>LINK : fatal error LNK1181: cannot open input file 'libmySQL.lib'
    9>TrinityCore - 1 error(s), 10 warning(s)
    Like I said, Trinity is restructuring their source.
    Clone trinity to revision 556e3ed496(The rev right before they started restructuring)

    ---------- Post added at 04:43 PM ---------- Previous post was at 04:40 PM ----------

    Originally Posted by hihiri View Post
    When i go to execute one of the files for the world it runs likeee... 126 items and then it stops. the timer keeps going but it has nothing else to execute to. ive tried both of the databases and got the same thing. Any help would be awsome (ill rep if you help me fix it xD)
    Open up a command prompt.
    (cmd.exe)

    now type
    Code:
    mysql -u root -pPASSWORD -D world < WORLDSQL.sql
    PASSWORD is your mysql password, WORLDSQL.sql is the full path to your world SQL file.

  7. #22
    psychobandit's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    226
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I recently cloned the rep. because I am going to update to 3.3.3a soon....since they're restructuring, I'd like to figure out which rev I have. How exactly do I go about that? (it doesn't work like TortoiseSVN).

  8. #23
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, you can tell if they started to restructure by looking in the src folder.
    if you see "server" and "tools" then you need to downgrade to rev 556e3ed496

    If you see
    "game" and "realmd" then you're good to go

  9. #24
    Grif's Avatar Banned
    Reputation
    191
    Join Date
    Sep 2007
    Posts
    584
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got a problem with mySQL program you linked, i manage to folow up to half of it, but when i go on about
    doing mySQL picture part, it doesnt have the password thingy, so my version somehow doesnt get last 2-3 Slides ( steps).
    Any idea about that? So i could continue folowing the guide and see how it plays out;p

  10. #25
    psychobandit's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    226
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    Well, you can tell if they started to restructure by looking in the src folder.
    if you see "server" and "tools" then you need to downgrade to rev 556e3ed496

    If you see
    "game" and "realmd" then you're good to go
    O.K., thanks, I do have to DL the other rev 'cause I do have those "server" & "tools" folders....

    So there isn't a way to find the current rev # on what I've DL'd? I'd like to know how for future ref. if it's possible

  11. #26
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Grif View Post
    I got a problem with mySQL program you linked, i manage to folow up to half of it, but when i go on about
    doing mySQL picture part, it doesnt have the password thingy, so my version somehow doesnt get last 2-3 Slides ( steps).
    Any idea about that? So i could continue folowing the guide and see how it plays out;p
    Have you installed MySQL before?
    Also, make sure that when you finished installing MySQL that you check the option to "Configure my MySQL server"

    ---------- Post added at 03:40 PM ---------- Previous post was at 03:38 PM ----------

    BUMP: This guide now shows you the correct way to compile AFTER trinitycore's restructuring changes.

  12. #27
    dekription's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I must say, That this guide has been the best one i have found so far!! It was simple graphical and most importantly worked like a charm. I do believe this is my first post in this community and I finally got time to sit down and tinker a little. Thanks Much for the powerful guide and I am Giving you Rep point

  13. #28
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for both the complement and the rep
    If you have any suggestions, I'm open to adding more to the guide.

  14. #29
    brydon10's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great tutorial, and if anyone is having problems, use revision 556e3ed4965e when downloading your tinitycore, their repo is messed up right now and that is the latest working revision apparently

  15. #30
    Hurt's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any problem with using Microsoft Visual C++ Express 2010? Or should I only get 2008?

    I've been messing with Arcemu but I think I'm going to scrap it and try this since this guide is detailed and up to date . I only want a server just for my own use for a machinima project. I've tried various online private servers but between servers constantly crashing, servers with 2 seconds of lag every 15 seconds, and servers with people who keep barging in to my instance, bothering me and ruining my fraps sessions, I've decided I need to run my own server.

    Also is there any problem with running it on Windows 7-64bit? And finally, what kind of CPU/Ram is needed to run the server if its dedicated to that task and if my WoW sessions are on a different computer?

    Thanks!

Page 2 of 13 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Guide]How To Compile Ascent
    By SectorSeven in forum WoW EMU Guides & Tutorials
    Replies: 144
    Last Post: 12-19-2008, 02:37 PM
  2. [Guide] How to compile your own DLL
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 58
    Last Post: 06-19-2008, 09:38 AM
  3. [Guide] How to compile scripts!
    By Aldaus in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 01-19-2008, 05:41 AM
  4. Guide: How to Compile Ascent yourself! [With photos]
    By Skaren in forum WoW EMU Guides & Tutorials
    Replies: 33
    Last Post: 01-08-2008, 08:18 PM
  5. [Guide] How to: Change the starting stats of a new character
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-30-2007, 10:11 PM
All times are GMT -5. The time now is 06:28 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search