Skip to content

Releases: shagu/pfQuest

4.5.1

04 Apr 13:46
Compare
Choose a tag to compare
db: update to the latest extractor results

4.5.0

02 Apr 22:36
Compare
Choose a tag to compare
database: extend quest queries for related zones

4.4.1

01 Apr 10:31
Compare
Choose a tag to compare
db: link questitem gameobject targets to quest db

4.4.0

30 Mar 19:35
Compare
Choose a tag to compare
map: unify tooltips and add exploration text

4.3.1

14 Feb 16:08
Compare
Choose a tag to compare
map: adjust wording for gameobject tooltips

4.3.0

13 Feb 15:34
Compare
Choose a tag to compare
db: update to latest map masks

4.2.7

25 Oct 21:50
Compare
Choose a tag to compare
ci: only build on new tags

pfQuest 3.1

26 May 13:15
Compare
Choose a tag to compare

pfQuest v3.1

CLI

It's now possible to search for all mines, all herbs and all chests via CLI.

/db meta <relation> [min [max]]

  • relation is either: chests, herbs or mines
  • min is the min required skill
  • max is the max required skill

Chests do of course don't have the skill option.

example:
/db meta mines to display all mines
/db meta mines 150 to display all mines that require a skill of more than 150
/db meta mines 50 175 to display all mines that require a skill between 50 and 175

Database

A bunch of object relation tables generated and added. This includes a list of all chests, mines and herbs.

Questing

The faction detection of quests has been improved. The addon should no longer display the quests of the opposite faction by default.

Bugfixes

Shift-Clicking on vendors no longer prints an error.
Adjusted the ingame CLI help colors.

pfQuest 3.0.2

20 May 13:06
Compare
Choose a tag to compare

pfQuest v3.0.2

a new noLoc package has been introduced for players with localized clients on non-localized servers

Database

  • moved to a new id based database structure
  • updated to the latest server databases
  • compressed database in order to speed up the loadscreen/memory usage
  • extended quest data (quest logs, objectives, ..)
  • cleaned up loots without a loot chance from loot tables
  • cleaned up duplicate database entries
  • additional quest data and quest relations for hundreds of quests

Questing

  • hundreds of additional quests are now properly supported
  • profession quests are only shown with the corresponding skill
  • quest-handling has been optimized and is now based on IDs
  • old quest history will be migrated automatically to the new id-based system

New Options

  • Minimum Drop Chance
    This option allows to set a treshold for the minimum dropchance of an item to be displayed.

  • Color Map Nodes By Spawn
    This option allows to color nodes by title instead clustering whole quests.

  • Show IDs
    This option will display IDs of items, objects, quests wherever it is possible.

  • Use Cut-Out Minimap Node Icon
    This option will show nodes with a transparent circle inside on the minimap, in order to see tracked ores or herbs.

  • Show Level+3 Questgiver Nodes
    This option allows to see questgivers on the map that will provide you quests within the next 3 levels.

  • Enable Quest Links
    This option can be used to disable questlinks on servers that might not support it (eg. Kronos)

Visuals / Features

New Quest Icons

new quest-icons

Multi-Selection via Ctrl-Key in Browser

animated

Shift-Key to Toggle Minimap Nodes**

shift

Extended Questlinks (current Quest-State)

image

Changes 3.0.1

  • fixed bad if-statement on quests without end point

Changes 3.0.2

pfQuest 3.0.1

18 May 12:08
Compare
Choose a tag to compare

pfQuest v3.0.1

a new noLoc package has been introduced for players with localized clients on non-localized servers

Database

  • moved to a new id based database structure
  • updated to the latest server databases
  • compressed database in order to speed up the loadscreen/memory usage
  • extended quest data (quest logs, objectives, ..)
  • cleaned up loots without a loot chance from loot tables
  • cleaned up duplicate database entries
  • additional quest data and quest relations for hundreds of quests

Questing

  • hundreds of additional quests are now properly supported
  • profession quests are only shown with the corresponding skill
  • quest-handling has been optimized and is now based on IDs
  • old quest history will be migrated automatically to the new id-based system

New Options

  • Minimum Drop Chance
    This option allows to set a treshold for the minimum dropchance of an item to be displayed.

  • Color Map Nodes By Spawn
    This option allows to color nodes by title instead clustering whole quests.

  • Show IDs
    This option will display IDs of items, objects, quests wherever it is possible.

  • Use Cut-Out Minimap Node Icon
    This option will show nodes with a transparent circle inside on the minimap, in order to see tracked ores or herbs.

  • Show Level+3 Questgiver Nodes
    This option allows to see questgivers on the map that will provide you quests within the next 3 levels.

  • Enable Quest Links
    This option can be used to disable questlinks on servers that might not support it (eg. Kronos)

Visuals / Features

New Quest Icons

new quest-icons

Multi-Selection via Ctrl-Key in Browser

animated

Shift-Key to Toggle Minimap Nodes**

shift

Extended Questlinks (current Quest-State)

image

Bugfixes 3.0.1

  • fixed bad if-statement on quests without end point