Quest Tracker is a tool for TrinityCore that tracks most abandoned quests (see details). This repository provides a web interface to display tracked quests.
Enable the Quest Tracker in your worldserver.conf file by setting:
Quests.EnableQuestTracker = 1
-
Clone this repository:
git clone https://github.com/masterking32/TC-Quest-Tracker.git
-
Navigate to the cloned directory:
cd TC-Quest-Tracker
-
In your web server folder, run:
composer install
-
Copy and edit config.php.dist to set your database connection parameters. Rename it to config.php.
-
Ensure the
pdo_mysql
extension is enabled in yourphp.ini
file by uncommenting:extension=pdo_mysql
-
Open your web browser and navigate to the folder where you installed the tracker (e.g., http://localhost/TC-Quest-Tracker).
TC-Quest-Tracker is open-source software licensed under the GNU AGPL license.