What's new

Nessingwary Safari Quest Conditions

orangefire

Gold Supporter
MoP Premium
Veteran Member
112
2021
91
I noticed the quest progression of the Nessingwary Safari chain was a bit broken, so I setup the proper conditions with it. This will make it so that:

Tortoise Mastery requires completion of Stag Mastery, Fox Mastery, and Mushan Mastery: Darkhide.
Parental Mastery requires completion of Tortoise Mastery.
Mushan Mastery: Darkhide requires completion of Mushan Mastery.

The first two quests were previously becoming available upon completion of Stag Mastery and Mushan Mastery: Darkhide was immediately available.

SQL:
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (19, 0, 30185, 0, 1, 8, 0, 32038, 0, 0, 0, 0, 0, '', 'Nessingwary Safari Progression');
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (19, 0, 30185, 0, 1, 8, 0, 30182, 0, 0, 0, 0, 0, '', 'Nessingwary Safari Progression');
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (19, 0, 30185, 0, 1, 8, 0, 30184, 0, 0, 0, 0, 0, '', 'Nessingwary Safari Progression');
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (19, 0, 30186, 0, 1, 8, 0, 30185, 0, 0, 0, 0, 0, '', 'Nessingwary Safari Progression');
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (19, 0, 30184, 0, 1, 8, 0, 30181, 0, 0, 0, 0, 0, '', 'Nessingwary Safari Progression');
 
Top