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

User Tag List

Page 9 of 13 FirstFirst ... 5678910111213 LastLast
Results 121 to 135 of 185
  1. #121
    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 server1 View Post
    Hey myran would you mind uploading your DBC files?
    if I only give you DBCs, then you'll need maps which I can't upload because of the file size.
    Sorry :/

    [Guide] How to compile TrinityCore, Start to Finish
  2. #122
    johnsmom's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    -.- I hate being noob...
    Please help
    It says that when I open worldserver too...

  3. #123
    nottah's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by johnsmom View Post


    -.- I hate being noob...
    Please help
    It says that when I open worldserver too...

    you need to have zip from 8722_openssl_libs.zip - trinitycore - OpenSSL library binaries for Windows build, rev 8722 and higher. Drag & drop the lib directory inside this .zip to YourTCdir\externals. - Project Hosting on Google Code.

    Then from Myran's excellent guide

    " Open the archive, open "lib", then you'll see 4 folders;
    win32_debug
    win32_release
    x64_debug
    x64_release

    open win32_release
    you'll see some dlls and some Libs, take all of the libs and place them in C:/program files(x86)/Visual Studio 9.0/VC/lib/ "

    I got the same error as you, so I grabbed the same zip and took those files and put it in my server folder where worldserver and authserver is located. Maybe a lazy fix but it worked fine Good Luck

  4. #124
    johnsmom's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I put all the libs from win32_release into C:/program files(x86)/Visual Studio 9.0/VC/lib/ at the beginning, and i'm not sure what you meant by
    Originally Posted by nottah View Post
    I got the same error as you, so I grabbed the same zip and took those files and put it in my server folder where worldserver and authserver is located. Maybe a lazy fix but it worked fine Good Luck

  5. #125
    nottah's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by johnsmom View Post
    I put all the libs from win32_release into C:/program files(x86)/Visual Studio 9.0/VC/lib/ at the beginning, and i'm not sure what you meant by
    Those same files drop into the folder you start worldserver and authserver from.

  6. #126
    johnsmom's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I put all the libs from win32_release into C:/program files(x86)/Visual Studio 9.0/VC/lib/ at the beginning, and i'm not sure what you meant by
    Originally Posted by nottah View Post
    I got the same error as you, so I grabbed the same zip and took those files and put it in my server folder where worldserver and authserver is located. Maybe a lazy fix but it worked fine Good Luck
    Edit: -.- I'm such a noob... got it though =D +rep to Myran for such a great guide and all the extra help he gave me, and +rep to nottah for all the help he gave me!!

  7. #127
    nottah's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good job! thanks

  8. #128
    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 johnsmom View Post
    I put all the libs from win32_release into C:/program files(x86)/Visual Studio 9.0/VC/lib/ at the beginning, and i'm not sure what you meant by
    this time, instead of putting the libs in VC/lib put the dlls in your SOURCE/bin/win32_release folder.

  9. #129
    mwood100's Avatar Private
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey myran, i tried to make my server public so my friends could play on it with me, and when i set up the no-ip stuff noone can connect not even me, i changed my realmlist and all that stuff too, do i need to change anything in my worldserver.conf files?, please help -_- also on a side note, i cant give axxess to my database to one of my friends (he is helping iwth the stuff) any ideas on that too? or no? thanks in advance

    Mwood100

  10. #130
    V1cTorY's Avatar Member
    Reputation
    26
    Join Date
    Feb 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mwood100 View Post
    hey myran, i tried to make my server public so my friends could play on it with me, and when i set up the no-ip stuff noone can connect not even me, i changed my realmlist and all that stuff too, do i need to change anything in my worldserver.conf files?, please help -_- also on a side note, i cant give axxess to my database to one of my friends (he is helping iwth the stuff) any ideas on that too? or no? thanks in advance

    Mwood100
    make sure in the realmlist table in Navicat is changed too, thats the only one you change, and then make sure your ports are forwarded properly.

    ---------- Post added at 07:26 PM ---------- Previous post was at 07:25 PM ----------

    Any Myran, do you know of any ways to create custom vendors for Trinity or any sqls that someone has made for vendors i can use in a mall? i can't find any.

  11. #131
    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)
    Check Acid-Web for some mall vendors.
    (replace acid with AC)

    It's just about the only thing they're good for :P

  12. #132
    mwood100's Avatar Private
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay two new issues -_- or well 1 i should say my and my friend are changing the rates and stuff for the server, we kept it all in the same exact format that it was in, but now the authserver and the worldserver wont start up here are the log files

    server.log

    Code:
     2010-07-28 19:11:00 ERROR: Could not connect to MySQL database at 5.11.107.58: Host 'DandD-PC' is not allowed to connect to this MySQL server
    
    2010-07-28 19:11:00 ERROR: Cannot connect to world database 5.11.107.58;3306;root;root;world
    auth.log

    Code:
    2010-07-28 19:10:50 TrinityCore Rev: 8973 Debug Hash: 0b146a42461b (Win32,little-endian) (realm-daemon)
    2010-07-28 19:10:50 <Ctrl-C> to stop.
    
    2010-07-28 19:10:50 Using configuration file authserver.conf.
    2010-07-28 19:10:50 ERROR: Could not connect to MySQL database at 5.11.107.58: Host 'DandD-PC' is not allowed to connect to this MySQL server
    
    2010-07-28 19:10:50 ERROR: Cannot connect to database
    we tried changing the values of the things we changed back to default but they still wont start up, any ideas on what we broke? lol

    EDIT: he did have to reinstall the sql editor (we use heidisql) because it was "malfunctioning" to put it simply could that be the problem?
    Last edited by mwood100; 07-28-2010 at 09:42 PM.

  13. #133
    V1cTorY's Avatar Member
    Reputation
    26
    Join Date
    Feb 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    check acid-web for some mall vendors.
    (replace acid with ac)

    it's just about the only thing they're good for
    find me oneee (: I need to make a mall myran ...find me trinity vendors!! (:

  14. #134
    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)
    You really expect someone else to do the work for you....:eh: and actually believe they'll do it? :rofl: :rofl:

    On the DAY I installed TC I had come across, like, 3 different malls that can be added to it. And I wasn't even LOOKING for it!






    (Try "Tri Force Mall", many many vendors)

  15. #135
    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 mwood100 View Post
    okay two new issues -_- or well 1 i should say my and my friend are changing the rates and stuff for the server, we kept it all in the same exact format that it was in, but now the authserver and the worldserver wont start up here are the log files

    server.log

    Code:
     2010-07-28 19:11:00 ERROR: Could not connect to MySQL database at 5.11.107.58: Host 'DandD-PC' is not allowed to connect to this MySQL server
    
    2010-07-28 19:11:00 ERROR: Cannot connect to world database 5.11.107.58;3306;root;root;world
    auth.log

    Code:
    2010-07-28 19:10:50 TrinityCore Rev: 8973 Debug Hash: 0b146a42461b (Win32,little-endian) (realm-daemon)
    2010-07-28 19:10:50 <Ctrl-C> to stop.
    
    2010-07-28 19:10:50 Using configuration file authserver.conf.
    2010-07-28 19:10:50 ERROR: Could not connect to MySQL database at 5.11.107.58: Host 'DandD-PC' is not allowed to connect to this MySQL server
    
    2010-07-28 19:10:50 ERROR: Cannot connect to database
    we tried changing the values of the things we changed back to default but they still wont start up, any ideas on what we broke? lol

    EDIT: he did have to reinstall the sql editor (we use heidisql) because it was "malfunctioning" to put it simply could that be the problem?
    It's some sort of permissions error.
    Seems to me like some sort of port isn't open (3306) if someone is trying to connect from outside.
    Otherwise I'm really not sure, but editing your configs won't affect it unless you change the MySQL connection strings.

Page 9 of 13 FirstFirst ... 5678910111213 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 09:04 AM. 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