- 58
- 2025
- 25
[Location, Faction, Race] Harvest Festival holiday quests. Alliance variant at Uther's Tomb (Western Plaguelands). Horde variant at Grom's Monument (Ashenvale).
[Name, Type] Quest 8149 "Honoring a Hero" (Alliance) and Quest 8150 "Honoring a Hero" (Horde) - annual Harvest Festival holiday quests. Each requires placing a tribute (item 19850 Uther's Tribute / 19851 Grom's Tribute) at the respective monument; the credit objective targets a creature (quest_objective type = 0, NPC) - entries 108639 and 108644 respectively.
[Problem Description] The quest objectives are configured to credit on NPC entries 108639 (Uther's Tomb trigger) and 108644 (Grom's Monument trigger), but those creature templates DO NOT exist in creature_template (0 rows for both). Without the templates the trigger NPCs cannot be spawned anywhere in the world. Net effect: when a player uses the tribute item at the correct spot during Harvest Festival, the cast resolves but there is no trigger creature to credit the objective against, so the quest objective stays at 0/1 and the holiday quest cannot complete - on both factions.
Reproducible DB queries (read-only, world DB):
SELECT questId, id, type, objectId, description FROM quest_objective WHERE questId IN (8149, 8150);
-- 8149: type 0 (NPC), objectId 108639, "Place a tribute at Uther's Tomb"
-- 8150: type 0 (NPC), objectId 108644, "Place a tribute at Grom's Monument"
SELECT entry, name FROM creature_template WHERE entry IN (108639, 108644); -- 0 rows
[How it should work] Creature_template entries 108639 and 108644 should exist as invisible trigger NPCs spawned at Uther's Tomb (Western Plaguelands) and Grom's Monument (Ashenvale) respectively. The tribute spells (24194 / 24195) cast by the players' tribute items should resolve onto those trigger NPCs and credit the quest objective, allowing the annual Harvest Festival "Honoring a Hero" achievement to complete on both factions.
Links: Q8149 http://mop-shoot.tauri.hu/?quest=8149 | Q8150 http://mop-shoot.tauri.hu/?quest=8150
[Name, Type] Quest 8149 "Honoring a Hero" (Alliance) and Quest 8150 "Honoring a Hero" (Horde) - annual Harvest Festival holiday quests. Each requires placing a tribute (item 19850 Uther's Tribute / 19851 Grom's Tribute) at the respective monument; the credit objective targets a creature (quest_objective type = 0, NPC) - entries 108639 and 108644 respectively.
[Problem Description] The quest objectives are configured to credit on NPC entries 108639 (Uther's Tomb trigger) and 108644 (Grom's Monument trigger), but those creature templates DO NOT exist in creature_template (0 rows for both). Without the templates the trigger NPCs cannot be spawned anywhere in the world. Net effect: when a player uses the tribute item at the correct spot during Harvest Festival, the cast resolves but there is no trigger creature to credit the objective against, so the quest objective stays at 0/1 and the holiday quest cannot complete - on both factions.
Reproducible DB queries (read-only, world DB):
SELECT questId, id, type, objectId, description FROM quest_objective WHERE questId IN (8149, 8150);
-- 8149: type 0 (NPC), objectId 108639, "Place a tribute at Uther's Tomb"
-- 8150: type 0 (NPC), objectId 108644, "Place a tribute at Grom's Monument"
SELECT entry, name FROM creature_template WHERE entry IN (108639, 108644); -- 0 rows
[How it should work] Creature_template entries 108639 and 108644 should exist as invisible trigger NPCs spawned at Uther's Tomb (Western Plaguelands) and Grom's Monument (Ashenvale) respectively. The tribute spells (24194 / 24195) cast by the players' tribute items should resolve onto those trigger NPCs and credit the quest objective, allowing the annual Harvest Festival "Honoring a Hero" achievement to complete on both factions.
Links: Q8149 http://mop-shoot.tauri.hu/?quest=8149 | Q8150 http://mop-shoot.tauri.hu/?quest=8150