TourGuide Turtle

From Turtle WoW Wiki

TourGuide is a powerleveling and questing guide framework. It provides step-by-step instructions, quest tracking, and guide management to streamline leveling and quest progression.

Installation

GitAddonsManager

The easiest way to keep TourGuide up to date is by using GitAddonsManager.

  1. Add the Repository: Add the following URL to GitAddonsManager: https://github.com/LarsArnth/TourGuide-Turtle.git
  2. Select the Branch: Ensure that the master branch is selected.
  3. Update: Using GitAddonsManager, you can check for and install updates for all your AddOns with a single click.

Manual Installation

If you prefer manual installation, follow these steps:

  1. Download manually via GitHub by clicking on [<> Code] -> Download ZIP
  2. Rename the folder to "TourGuide-Turtle"
  3. Move the folder into TWoW/Interface/AddOns
  4. Restart Turtle wow

Optional:


Git links


Commands

  • /tg — Open the guide interface and settings.
  • /tourguide — Alternative command to open the guide UI.


Features

  • Automatic detection of objective completion
    • Detect quest accept, completion and turn-in
    • Detect travel (by foot, flight, boat and stone)
    • Detection of flight point discovery
    • Detection of Hearth point change
  • Conditionals based on player’s class and item possession (only tell the player to accept the quest if they have the item that starts the quest)
  • Small “Lego block” style frame shows current objective, detailed tool-tips on hover
  • “Use item” frame, for those annoying quests where you have to use an item on a mob before you kill it, or you have to equip something, or you have to use an item to start a quest
  • Pop out frame for detailed view of quest sequence
  • Automatic mapping of coordinates with TomTom and quest-giver locations from pfQuest if installed


Preview

Screenshot of the Guide List, with the Status Frame on the top right.


FAQs

Q: How do I switch between guides?

  • A: Use the Guide List panel to select a different guide.

Q: How can I reset a guide?

  • A: Shift-click the guide in the Guide List to reset its progress.

Q: How does auto quest tracking work?

  • A: Enable "Auto Track" in options; the addon will automatically track quests you are working on.

Q: Can I skip follow-up quests automatically?

  • A: Yes, enable "Skip Follow-Ups" to automatically skip suggested follow-up quests.

Q: How do I report guide errors?

  • A: Enable debugging with /tg debug and review error messages in chat.


Contributors