update comment

This commit is contained in:
Grimfeather
2025-05-05 13:30:46 +02:00
committed by GitHub
parent 8e765337c7
commit 73d0bf7955

View File

@@ -3,7 +3,7 @@
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 */ Sql edit example: 5 turn-ins = 800000 rep, 1 turn-in = 4000000 rep */
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;
@@ -38,4 +38,4 @@ INSERT INTO `creature_loot_template` (`Chance`, `Comment`, `Entry`, `GroupId`, `
(1, NULL, 12118, 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), (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, 12259, 0, 20951, 1, 1, 1, 1, 0),
(1, NULL, 12264, 0, 20951, 1, 1, 1, 1, 0); (1, NULL, 12264, 0, 20951, 1, 1, 1, 1, 0);