Sign in to follow this  
Followers 0
KkthnxTV

[Declined][The War Within]: [Quest] Restore the Flow [Item] Locrian Swale

3 posts in this topic

Title: [Quest] Restore the Flow [Item] Locrian Swale
Bugtracker Link:


Patch Content:

-- Fix Locrian Swale pickup (GO 375690) for quest 65350
UPDATE `gameobject_template` SET `type` = 3 WHERE `entry` = 375690;

DELETE FROM `gameobject_loot_template` WHERE `Entry` = 375690;
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(375690, 188199, 100, 0, 1, 0, 1, 1, 'Locrian Swale');

Share this post


Link to post
Share on other sites

Sorry the QuestRequired should be 1. I believe? I am still super new to this

-- Fix Locrian Swale pickup (GO 375690) for quest 65350
UPDATE `gameobject_template` SET `type` = 3 WHERE `entry` = 375690;

DELETE FROM `gameobject_loot_template` WHERE `Entry` = 375690;
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(375690, 188199, 100, 1, 1, 0, 1, 1, 'Locrian Swale - Quest 65350');

I am super confused here so I have been told you guy use an older way?

-- Fix Locrian Swale pickup (GO 375690) for quest 65350
UPDATE `gameobject_template` SET `type` = 3 WHERE `entry` = 375690;

DELETE FROM `gameobject_loot_template` WHERE `entry` = 375690 AND `item` = 188199;
INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (375690, 188199, -100, 0, 1, 1);

I apologize if I am getting all this wrong. Just trying to help.

Edited by KkthnxTV
1 person likes this

Share this post


Link to post
Share on other sites

Hello dear @KkthnxTV,

Thank you for taking your time writing this fix!
This quest has been fixed already and you can continue questing.

Kind Regards,
Firestorm Staff, Qalmir

1 person likes this

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0