mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Solve AQ Event Order (#114)
Oh my, this took me a while to figure out. - removed AQ skip options. AQ quest line is optional for everyone. No need for a config option for this. If you want to skip the war effort phase you just run to the Scarab Gong and hit it. - After the the pre-AQ (war effort) phase you now enter the AQ war phase. The AQ gates have been opened, the gong was rung. you can still finish the AQ quest line during this phase. New quest added to finish the AQ war, called Chaos and Destruction. objective is to kill the three Colossus bugs in the hives. - After the Chaos and Destruction quest has been completed the scarab gong will be gone. - you can ignore the Chaos and Destruction quest. it's not mandatory to complete because the gates to AQ are open. but doing so means you do not get the Field Duty quests, those are only available after the AQ war is over. I gave the Chaos and Destruction quest a 48 hour timer, but it's symbolic really. You can pick it up again at the scarab gong. I still need quest text for the Chaos and Destruction quest. Maybe someone can come up with good quest text. If not, I'll try to do it myself.
This commit is contained in:
@@ -111,26 +111,6 @@ IndividualProgression.PreviousGearTuning = 0.01
|
||||
#
|
||||
IndividualProgression.HunterPetLevelFix = 1
|
||||
|
||||
# IndividualProgression.RequirePreAQQuests
|
||||
# Description: AQ is the only vanilla tier that does not require attunement, because of the "server-wide attunement" quest line.
|
||||
# Enable this option to require players to complete the 'Bang a Gong' quest line to enter AQ
|
||||
# Please note that this is a very grindly quest chain requiring quests to be completed 200+ times - to make this
|
||||
# more reasonable, some optional quest nerfs can be found in the module's SQL files.
|
||||
# If disabled, players can proceed to AQ immediately after Blackwing Lair
|
||||
# Default: 1 - Enabled
|
||||
# 0 - Disabled
|
||||
#
|
||||
IndividualProgression.RequirePreAQQuests = 1
|
||||
|
||||
# IndividualProgression.RequireAQWarEffort
|
||||
# Description: The AQ war effort can be skipped by disabling this option.
|
||||
# If this option is diabled, the player will go directly to the AQ war phase after killing Nefarian
|
||||
# The player will skip the preAQ phase and the AQ gate will be open. The 'Bang a Gong' quest cannot be completed.
|
||||
# Default: 1 - Enabled
|
||||
# 0 - Disabled
|
||||
#
|
||||
IndividualProgression.RequireAQWarEffort = 1
|
||||
|
||||
# IndividualProgression.RequireNaxxStrathEntrance
|
||||
# Description: If enabled, requires players to first enter Naxx 40 through the original beta entrance in the back of Stratholme
|
||||
# before being able to use the teleportation crystal in EPL. This is consistent behavior with other Vanilla raids (MC, BL).
|
||||
|
||||
Reference in New Issue
Block a user