update optional sql

This commit is contained in:
valsan-azerty-boi
2025-05-03 23:20:25 +02:00
parent 52d97a9b88
commit 63a698897d
4 changed files with 5 additions and 50 deletions

View File

@@ -1,6 +1,8 @@
/* Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank. /* Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank.
This reduces the reputation requirements to obtain keys to Honored and thus allows you to go to heroic dungeons more quickly. This reduces the reputation requirements to obtain keys to Honored and thus allows you to go to heroic dungeons more quickly.
This allows players to catch up fairly advanced server progression more easily. */ This allows players to catch up fairly advanced server progression more easily.
This rep nerf was officially implemented in patch 2.3 (Zul'Aman raid content, 2008).
Sql edit example: RequiredReputationRank = 6 for Revered, 5 for Honored, 4 for Friendly */
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE (`entry` = 30622); UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE (`entry` = 30622);
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE (`entry` = 30637); UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE (`entry` = 30637);
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE (`entry` = 30633); UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE (`entry` = 30633);

View File

@@ -1,9 +0,0 @@
/* Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank.
This reduces the reputation requirements to obtain keys to Friendly and thus allows you to go to heroic dungeons more quickly.
This allows players to catch up fairly advanced server progression more easily. */
UPDATE `item_template` SET `RequiredReputationRank` = 4 WHERE (`entry` = 30622);
UPDATE `item_template` SET `RequiredReputationRank` = 4 WHERE (`entry` = 30637);
UPDATE `item_template` SET `RequiredReputationRank` = 4 WHERE (`entry` = 30633);
UPDATE `item_template` SET `RequiredReputationRank` = 4 WHERE (`entry` = 30634);
UPDATE `item_template` SET `RequiredReputationRank` = 4 WHERE (`entry` = 30623);
UPDATE `item_template` SET `RequiredReputationRank` = 4 WHERE (`entry` = 30635);

View File

@@ -2,7 +2,8 @@
This reduces the quest requirements to be more reasonably completable by a solo player or small group. This reduces the quest requirements to be more reasonably completable by a solo player or small group.
Be sure to run AFTER vanilla_quest_reputations.sql. Be sure to run AFTER vanilla_quest_reputations.sql.
Increases the Rep for The Hand of the Righteous by 40 times, so only about 5 turn-ins are necessary instead of 200. Increases the Rep for The Hand of the Righteous by 40 times, so only about 5 turn-ins are necessary instead of 200.
Feel free to adjust to taste - divide RewardFactionOverride1 by 100 to get the amount of rep that would be awarded */ Feel free to adjust to taste - divide RewardFactionOverride1 by 100 to get the amount of rep that would be awarded
Sql edit example: 5 time = 800000 rep by turn-in, 1 time = 4000000 rep by turn-in */
UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8301; UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8301;
UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8302; UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8302;

View File

@@ -1,39 +0,0 @@
/* Optional but suggested change. The AQ quests originally was designed for a large group of players to farm items given to a chosen player to turn in.
This reduces the quest requirements to be more reasonably completable by a solo player or small group.
Be sure to run AFTER vanilla_quest_reputations.sql.
Increases the Rep for The Hand of the Righteous, so only about 1 turn-in is necessary instead of 200. */
UPDATE quest_template SET RewardFactionOverride1=4220000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8301;
UPDATE quest_template SET RewardFactionOverride1=4220000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8302;
/* Revert drop rate for Nightmare_corruption to nerfed WotLK drop rate */
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21146;
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21147;
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21148;
/* Revert Narain's Scrying Goggles to nerfed WotLK drop rate */
DELETE FROM `creature_loot_template` WHERE `Item` = 20951;
INSERT INTO `creature_loot_template` (`Chance`, `Comment`, `Entry`, `GroupId`, `Item`, `LootMode`, `MaxCount`, `MinCount`, `QuestRequired`, `Reference`) VALUES
(1, NULL, 11502, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Molten Giant - Narain\'s Scrying Goggles', 11658, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Molten Destroyer - Narain\'s Scrying Goggles', 11659, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Flamewaker - Narain\'s Scrying Goggles', 11661, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Flamewaker Priest - Narain\'s Scrying Goggles', 11662, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Flamewaker Healer - Narain\'s Scrying Goggles', 11663, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Flamewaker Elite - Narain\'s Scrying Goggles', 11664, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Lava Annihilator - Narain\'s Scrying Goggles', 11665, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Firewalker - Narain\'s Scrying Goggles', 11666, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Flameguard - Narain\'s Scrying Goggles', 11667, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Firelord - Narain\'s Scrying Goggles', 11668, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Ancient Core Hound - Narain\'s Scrying Goggles', 11673, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 11982, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 11988, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 12056, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 12057, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Lava Elemental - Narain\'s Scrying Goggles', 12076, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 12098, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Lava Reaver - Narain\'s Scrying Goggles', 12100, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Lava Surger - Narain\'s Scrying Goggles', 12101, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 12118, 0, 20951, 1, 1, 1, 1, 0),
(100, 'Flamewaker Protector - Narain\'s Scrying Goggles', 12119, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 12259, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 12264, 0, 20951, 1, 1, 1, 1, 0);