Skip to content

masterking32/TC-Quest-Tracker

Repository files navigation

TC-Quest-Tracker

Quest Tracker is a tool for TrinityCore that tracks most abandoned quests (see details). This repository provides a web interface to display tracked quests.

Prerequisites

  • A web server with PHP 8.0+ and MySQL/MariaDB
  • Composer and Git installed

Enabling Quest Tracker

Enable the Quest Tracker in your worldserver.conf file by setting:

Quests.EnableQuestTracker = 1

Installation

  1. Clone this repository:

    git clone https://github.com/masterking32/TC-Quest-Tracker.git
  2. Navigate to the cloned directory:

    cd TC-Quest-Tracker
  3. In your web server folder, run:

    composer install
  4. Copy and edit config.php.dist to set your database connection parameters. Rename it to config.php.

  5. Ensure the pdo_mysql extension is enabled in your php.ini file by uncommenting:

    extension=pdo_mysql
    
  6. Open your web browser and navigate to the folder where you installed the tracker (e.g., http://localhost/TC-Quest-Tracker).


Screenshots

Screenshot 1 Screenshot 2

License

TC-Quest-Tracker is open-source software licensed under the GNU AGPL license.

Credits

About

Tracks most abandoned quests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published