mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Add explanation to AQ Quest Nerf SQL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user