Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quest] [11607] The Lost Spirits #5647

Closed
peycho opened this issue Mar 11, 2012 · 4 comments
Closed

[Quest] [11607] The Lost Spirits #5647

peycho opened this issue Mar 11, 2012 · 4 comments

Comments

@peycho
Copy link

peycho commented Mar 11, 2012

TrinityCore rev. 4f5f148
TDB 335.11.46+

Quest: The Lost Spirits - http://www.wowhead.com/quest=11607
Quest item: Core of Malice - http://www.wowhead.com/?item=34711

When you use the quest item, you don't get credit and you don't free Kaskala Craftsman / Kaskala Shaman

I sow one closed report of that quest, but still don't working.

@Yoni140
Copy link

Yoni140 commented Jun 12, 2012

Confirmed on 9c417ff

@nelegalno
Copy link
Contributor

#590

@gecko32
Copy link
Contributor

gecko32 commented Jul 6, 2012

This Fixes the Quest

-- Update Event Type From On Summon(11) to Reset(25)
UPDATE `smart_scripts` SET `event_type`=25 WHERE `entryorguid`=25321 AND `source_type`=0 AND `id`=0;
UPDATE `smart_scripts` SET `event_type`=25 WHERE `entryorguid`=25322 AND `source_type`=0 AND `id`=0;
-- Update Core of Malice drop rate
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=-100 WHERE `entry`=25355 AND `item`=34711;

Not part of quest but found This

-- Remove item Tuskarr Ritual Object from Beryl Hounds
DELETE FROM `creature_loot_template` WHERE `entry`=25355 AND `item`=34713;

@nelegalno
Copy link
Contributor

Fix works

P.S. Shouldn't we also remove Tuskarr Ritual Object from Beryl Reclaimer by the same logic:

-- Remove item Tuskarr Ritual Object from Beryl Reclaimer
DELETE FROM `creature_loot_template` WHERE `entry`=25449 AND `item`=34713;

@ghost ghost assigned ZxBiohazardZx Nov 17, 2012
krofna pushed a commit to krofna/TrinityCore that referenced this issue Dec 18, 2012
NPC Jezelle Pruitt Closes TrinityCore#856
Standards and Practices Closes TrinityCore#1539
An Improper Burial Closes TrinityCore#1977
Postponing the Inevitable Closes TrinityCore#2350
Rune of Dawn Closes TrinityCore#2782
No Rest For The Wicked Closes TrinityCore#4013
Gregory Tabor Closes TrinityCore#4350
Anatoly Will Talk Closes TrinityCore#4551
Pilgrim's Bounty Closes TrinityCore#5025
The Fallen Sisters Bugged again Closes TrinityCore#5419
The Lost Spirits Closes TrinityCore#5647
Feedin' Da Goolz Closes #5679
The One That Got Away Closes TrinityCore#5764
Find the Ancient Hero Closes TrinityCore#5785
Shattrath Daily Quests missing ExclusiveGroup Closes TrinityCore#5821
Nether Drake Egg Closes TrinityCore#6284
Quest - 28056 Closes TrinityCore#6627
Before the Gate of Horror Closes TrinityCore#5760
Quest Audio - 12593 Closes TrinityCore#6632
Souls of the Decursed Closes TrinityCore#6724
Norgannon's Shell (12872,12928) Closes TrinityCore#7837
Windcaller Yessendra (15498),Warden Haro (15499),Keyl Swiftclaw (15500),Mokvar (16012) & Deliana (16013) quests  Closes TrinityCore#7907
Attunement to the Core (7487,7848) Closes TrinityCore#7908
spawn location in OG near Rogg (37072) Closes TrinityCore#8021
Missing Fires for Hallow End Q  Closes TrinityCore#8086
Wickerman Festival NPC & GO's Closes TrinityCore#8133
Hallow's End Pumpkin Treat & Tricky Treat time fix Closes TrinityCore#8244
Exhausted Vrykul - not responding after using discipline stick on him Closes TrinityCore#8288
raczman pushed a commit to raczman/TrinityCore that referenced this issue Apr 20, 2014
NPC Jezelle Pruitt Closes TrinityCore#856
Standards and Practices Closes TrinityCore#1539
An Improper Burial Closes TrinityCore#1977
Postponing the Inevitable Closes TrinityCore#2350
Rune of Dawn Closes TrinityCore#2782
No Rest For The Wicked Closes TrinityCore#4013
Gregory Tabor Closes TrinityCore#4350
Anatoly Will Talk Closes TrinityCore#4551
Pilgrim's Bounty Closes TrinityCore#5025
The Fallen Sisters Bugged again Closes TrinityCore#5419
The Lost Spirits Closes TrinityCore#5647
Feedin' Da Goolz Closes #5679
The One That Got Away Closes TrinityCore#5764
Find the Ancient Hero Closes TrinityCore#5785
Shattrath Daily Quests missing ExclusiveGroup Closes TrinityCore#5821
Nether Drake Egg Closes TrinityCore#6284
Quest - 28056 Closes TrinityCore#6627
Before the Gate of Horror Closes TrinityCore#5760
Quest Audio - 12593 Closes TrinityCore#6632
Souls of the Decursed Closes TrinityCore#6724
Norgannon's Shell (12872,12928) Closes TrinityCore#7837
Windcaller Yessendra (15498),Warden Haro (15499),Keyl Swiftclaw (15500),Mokvar (16012) & Deliana (16013) quests  Closes TrinityCore#7907
Attunement to the Core (7487,7848) Closes TrinityCore#7908
spawn location in OG near Rogg (37072) Closes TrinityCore#8021
Missing Fires for Hallow End Q  Closes TrinityCore#8086
Wickerman Festival NPC & GO's Closes TrinityCore#8133
Hallow's End Pumpkin Treat & Tricky Treat time fix Closes TrinityCore#8244
Exhausted Vrykul - not responding after using discipline stick on him Closes TrinityCore#8288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants