Releases: shagu/pfQuest
4.5.1
4.5.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.7
pfQuest 3.1
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
ormines
min
is the min required skillmax
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
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
Multi-Selection via Ctrl-Key in Browser
Shift-Key to Toggle Minimap Nodes**
Extended Questlinks (current Quest-State)
Changes 3.0.1
- fixed bad if-statement on quests without end point
Changes 3.0.2
- use cut-out minimap icons per default
- add support for pfUI's farm-mode
/farm
pfQuest 3.0.1
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
Multi-Selection via Ctrl-Key in Browser
Shift-Key to Toggle Minimap Nodes**
Extended Questlinks (current Quest-State)
Bugfixes 3.0.1
- fixed bad if-statement on quests without end point