Forien / foundryvtt-forien-quest-log

This module provides comprehensive Quest Log system for players and Game Masters to use with Foundry Virtual Tabletop
MIT License
21 stars 34 forks source link

Entity Content Links don't work #129

Open GregariousImpala opened 2 years ago

GregariousImpala commented 2 years ago

Using a quest entity content link @Quest[ID] results in a broken link, which, when hovered over, reads, Unknown Tag "Quest"

Using Foundry VTT Version 9, build 245 DnD 5e - Fifth Edition System ver. 1.5.7

typhonrt commented 2 years ago

HI @GregariousImpala. The maintained FQL repo is here. This is a known issue with v9 as there was a last minute breaking change ~10 days before v9 stable dropped that prevented the solution for "entity content links" w/ @Quest[ID]. A fix is to change @Quest[ID] to @JournalEntry[ID], but unfortunately that is a manual step through various areas where the link is referenced.

You can see this issue for a discussion

There is a continuation module for the quest log in the works for late Q1 release w/ an upgrade path and things will be fixed there.