mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Optional AQ Questline Rep tweak
This commit is contained in:
5
sql/world/base/ZZ_aq_quest_nerf.sql
Normal file
5
sql/world/base/ZZ_aq_quest_nerf.sql
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
/* Optional but suggested change. 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;
|
||||||
|
UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8302;
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* Removes transports added in WotLK that remove separation between the continents in early game. */
|
||||||
-- From Stormwind to Auberdine
|
-- From Stormwind to Auberdine
|
||||||
DELETE FROM `transports` WHERE `guid`=2;
|
DELETE FROM `transports` WHERE `guid`=2;
|
||||||
|
|
||||||
Reference in New Issue
Block a user