[[71] The Rune of Command (11352)] - Objective Wrong
Gogo1951 opened this issue ยท 5 comments
As far as I know "Stone Giants" become the "Runed Stone Giants", without chaning it's ID. Therefore there is no way for us to differentiate, since basically the "Runed Stone Giants" still are "Stone Giants".
I'll reopen this to verify my thesis.
Can confirm this is the case. The original fix was to mark Stone Giants (23725) instead of Captive Stone Giants (24345), which is the original data error. Unfortunately, while Runed Stone Giants (24329) exist with their own NPC ID, the way they actually exist ingame is that regular Stone Giants dynamically transform into Runed Stone Giants without changing their ID. This means that there is no way to discern the two without just comparing their names, which Questie does not yet support.
TL;DR the original fix is still applicable, but it's causing some false positives that we don't currently have the capability to fix.