diff --git a/sql/world/base/zz_optional_aq_quest_nerf.sql b/sql/world/base/zz_optional_aq_quest_nerf.sql index 658cbcb..149d16a 100644 --- a/sql/world/base/zz_optional_aq_quest_nerf.sql +++ b/sql/world/base/zz_optional_aq_quest_nerf.sql @@ -1,4 +1,6 @@ -/* Optional but suggested change. Be sure to run AFTER vanilla_quest_reputations.sql. +/* 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 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 */ UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8301;