Jump to content
TrinityCore

CDawg

Members
  • Posts

    1477
  • Joined

  • Last visited

  • Days Won

    85

Posts posted by CDawg

  1. 17 minutes ago, Adizbek said:

    Can you share you mysql conf

    I can help you configure optimal performance for your DB server, but I need to know details of your new server as well as what other services are running on the node. Shoot me a PM in IRC, or trinitycore PM (top right).

    You can't just share the mysql.conf. MySQL is configured for exactly that server based on the services running and especially hardware. I also use tools to help balance the correct amount of database usage (not too little, and not too much)
    I don't run JUST a worldserver on the node. It's a separate DB server dedicated for this very purpose as a DB server.

    Anyhow, you don't want to configure your machine with someone else's conf, that may have more/less memory, storage, etc.. you could do more harm than good, even if it's not noticeable at that very moment.

    • Upvote 1
  2. 6 hours ago, Wronglebowski said:

    Looks like there's been a development in how movemaps and such are extracted and read, and I'll have to regenerate. Doing that now, is there any major fixes/developments I should be aware of in the last six months?

    The best way is to look at the commits from your last commit (6 mos. ago). There are so many changes. Especially since you know that you will have to re-extract mmaps, vmaps, etc... ;)

  3. The wow client for the latest MacOS (Sierra 10.12+) is really buggy, due to the internal certificate and the binary had to be modified so Mac would accept it. For this very reason Mac doesn't handle running old software well, and for obvious reasons Blizz is not going to issue an updated client to run Wrath :P.

    Your best bet would be to load Wine and install the windows version of enUS.

    I do however have an official 3.3.5a Mac client, but you have to jump through alot of hoops to get it to work. If you are running a desktop mac, then you might be lucky not to have video problems with it. However, I run the Mac client on my Macbook Pro 15" and the video display wont go higher than 1024x768.

    PM me if you really want the Mac version, but just remember you have been warned!

    • Upvote 1
  4. 11 minutes ago, timsar said:

    extractor is runing and the size of file AreaPOI.db2 in dbc is over 100G, also exttractor is not complete yet.

    over 100G? Something doesn't seem right. Mine is only 100kb (7.2x) extracting the DBCs took only about 7-9 minutes on my machine.

    Edit: Also, this is enUS version, correct?

    • Upvote 1
  5. 1 hour ago, codeman8214 said:

    Why true it is not a bug but still should be noted to be added to default in trinitycore config file so it is not a problem in the future. 

    We can always add them and submit a PR ;)

    Not sure how many items that may need to be excluded.

    • Upvote 1
  6. ~/TrinityCore7/src$ grep -inr quest_tracker

    server/game/Handlers/QuestHandler.cpp:458:  if (sWorld->getBoolConfig(CONFIG_QUEST_ENABLE_QUEST_TRACKER)) // check if Quest Tracker is enabled

     

    There is a quest_tracker db, although I could not find it here: https://trinitycore.atlassian.net/wiki/display/tc/Characters where it should be...
    Be sure you have the config enabled.. https://github.com/TrinityCore/TrinityCore/blob/master/src/server/worldserver/worldserver.conf.dist#L997

    But, that's where it is stored. no need for a "log file" better to track in a DB.

    That what you are asking?

     

    EDIT:

    Iv'e only used it on my 3.3.5a servers. I just double checked that it works on the 7.x version.
     

    • Upvote 1
  7. For 7.x, I dont believe editing anything for the local client to get results to the server in the wdb. However, maybe someone can assist answer that once you modify the gameobject on the server db, that you may want to clear cache to until you get the results you desire.

    Even for 3.x I occasionally have to delete cache dir for certain server changes.. I know 7.x is pretty heavy on client storing now.

    • Upvote 1
  8. 9 hours ago, aspen said:

    This is a noob question, but I'm on the Server Setup section of the Installation Guide, and I have downloaded and compiled the 3.3.5 core. What I'm wondering is which version of wow do I use for 3.3.5? I have downloaded the starter edition which is 7.2.5. Is this the correct version? If not, how do I obtain the correct one?

     

    To add what Codeman8214 said..
    Just be sure it's enUS version if you are using 3.3.5a.

    • Upvote 1
  9. 6 hours ago, skipperheartbeat said:

    In synaptic, i installed default-libmysqlclient-dev to get it going again.

    Did you get it working?
    I had the same issue testing out mariadb and loading the libraries, I was furious that it overwrote my tables, libraries, data, etc.. (I thought it would install parallel and read my db so that I could test performance over true mysql server).

    I just completely uninstalled any trace of it. If you need to backup data, do a mysqldump first.

    https://askubuntu.com/questions/806107/remove-mariadb-mysql-databases

    • Upvote 1
  10. 20 hours ago, aspen said:

    If I install libmariadb-dev first then libmysqlclient-dev, libmysqlclient-dev overwrites libmysqlclient20 and I end up with this error during build:

    make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libmariadb.so', needed by 'src/server/database/libdatabase.so'.  Stop.

    You don't need mariadb (for your version of linux OS). I'm only using mysql. Your cmake config is still viewing marialib.
    Just blow away the build directory, remove mariadb, load only mysql and start over from cmake, then build.

    apt-get install libmysqlclient-dev mysql-server

    • Upvote 1
  11. iirc bnet "server" came out during Cata or mid expansion to hold ids and other games (not just wow). My memory vaguely serves me correctly.

    Anyhow, you are not required to run it for 4.x, it's a luxury item to have keeping track of friends, etc. during that time. I believe after Cata into MoP (5.x) it was then a requirement. But that is how Blizz currently uses a stronger authentication to the client.

    • Upvote 1
×
×
  • Create New...