Trinitycore: DB/Quest: Hot Fiery Death Quest Lootable Gauntlets Item is Empty.

Created on 9 Feb 2021  路  5Comments  路  Source: TrinityCore/TrinityCore

Description:

The quest Hot Fiery Death found in Lower Blackrock Spire (Blacksmith/Amorsmith? only) has a lootable item next to the corpse which is supposed to contain Unfired Plate Guantlets - they are not present when looting the arm.

image

image

Expected behaviour:

The lootable arm is supposed to contain a pair of Unfired Plate Guantlets. Both the quest and the gauntlets are required to continue this quest.

Steps to reproduce the problem:

Note: Blacksmithing is required.

  1. Head to Lower Blackrock Spire and either fight you way to location or take the jumping shortcut
    (First comment in Wowhead quest gives some rough idea on how to find it if you are not familiar with it)

Jump from up here (or fly or levivate or slow fall etc)

image

Go down this hidden ramp which will take you to the corpse.

image

  1. Click corpse to get quest
  2. Click Unified Plate Guantlets object to loot the item of the same name - but it's missing.

Branch(es):

3.3.5

TC rev. hash/commit:

TrinityCore rev. f6b22df9bd22 2021-01-13 00:53:43 +0200 (3.3.5 branch) (Win64, RelWithDebInfo, Static)

Operating system:

Windows 7 Ultimate x64 SP1

Comp-Database Sub-Conditions Sub-Loot

All 5 comments

But only https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?quest=5124 requires that item
And you just was able to interract with that Terminator's arm without that quest

Ok, I got it. According to comments you can interract with the object without blacksmithing but it will be empty. The quest was also bugged in 3xx and then fixed. Because of that comments are messy and super confusing.

Let's trust this one https://www.wowhead.com/quest=5124/fiery-plate-gauntlets#comments:id=1878879 and make item drop if player has blacksmithing

Let's trust this one https://www.wowhead.com/quest=5124/fiery-plate-gauntlets#comments:id=1878879 and make item drop if player has blacksmithing

That definitely looks good to me. The quest was active back in 2010 (per post above the one you quoted) but seems later removed by 2013 which makes that ... MOP? So for WOTLK we should be good if Blacksmithing is held.

~~~sql

UPDATE gameobject_loot_template SET QuestRequired='0' WHERE Entry=13574 AND Item=12812;

DELETE FROM conditions WHERE SourceTypeOrReferenceId=4 AND SourceGroup=13574 AND SourceEntry=12812;

INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, Comment) VALUES

(4, 13574, 12812, 0, 0, 9, 0, 5103, 0, 0, 0, 0, 0, '', 'Unfired Plate Gauntlets are lootable if quest 5103 taken'), -- or

(4, 13574, 12812, 0, 1, 9, 0, 5103, 0, 0, 0, 0, 0, '', 'Unfired Plate Gauntlets are lootable if quest 5124 taken'), -- or

(4, 13574, 12812, 0, 2, 28, 0, 5103, 0, 0, 0, 0, 0, '', 'Unfired Plate Gauntlets are lootable if quest 5103 complete in log');

fde8ee1398007c0ec1f409b96d0a26c31b235f6c

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Lopfest picture Lopfest  路  3Comments

Rushor picture Rushor  路  3Comments

daddycaddy picture daddycaddy  路  3Comments

Rushor picture Rushor  路  3Comments

Rushor picture Rushor  路  3Comments