Export to GitHub

trinitydb - issue #73

[Quest] Cuergo's Gold. Requested key will never be looted


Posted on Nov 23, 2010 by Swift Lion

TC ver: 10498 TDB: TDB: TDB_335.11.35.1_10413 (+CORE PATCHES)

This quest ( http://www.wowhead.com/quest=2882 ) can not be completed, since to open chest, you need a Cuergo's Key ( http://www.wowhead.com/item=9275 ).

According to wowhead, it is dropped by pirates of that zone, but I killed everybody several times, and it will never be looted.

Also, I searched in creature_loot_template and item_loot_template and item=9275 is not inside any of those two, so that is why I post this as a DB bug.

Maybe missings rows from *_loot_template for this item?

Comment #1

Posted on Nov 23, 2010 by Swift Lion

Sorry, I did not do a good SQL search. It seems that data is already in DB: select * from creature_loot_template where item=9275; +-------+------+---------------------+----------+---------+---------------+----------+ | entry | item | ChanceOrQuestChance | lootmode | groupid | mincountOrRef | maxcount | +-------+------+---------------------+----------+---------+---------------+----------+ | 7899 | 9275 | -100 | 1 | 0 | 1 | 1 | | 7901 | 9275 | -100 | 1 | 0 | 1 | 1 | | 7902 | 9275 | -100 | 1 | 0 | 1 | 1 | +-------+------+---------------------+----------+---------+---------------+----------+ And seems correct, please close this issue, I will open one as a core issue.

Comment #2

Posted on Dec 19, 2010 by Quick Dog

no, the Pirates, which drop this item, should spawn when you klick on this mast, where the treausre appears, but they donĀ“t so it must be fixxed, that the pirates and the chest spawn ;)

Status: New

Labels:
Type-Defect Priority-Medium