Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 07/21/17 in all areas

  1. ~/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.
    1 point
  2. Found the problem!!! I was able to duplicate it. I was working on screen sessions and just noticed that I already had a worldserver running on that port. So it was occupied. Long story short. it looks like worldserver is not "restarting" properly. you have to do a full .server shutdown check that you don't have another worldserver running on the same port. Example: $ ps auxf | grep -i worldserver cellyson 14595 0.7 5.0 1490564 1250720 pts/2 Tl 16:06 1:06 \_ ./worldserver
    1 point
  3. Fixed when i updated to the last revision 7.2.5 24461, thanks all.
    1 point
  4. That is a very very old characters database. That column was replaced a year ago. Read the instructions closely on adding a new characters database.
    1 point
×
×
  • Create New...