From 5ab451b10c67f61c6419072a088d04d8cc66b5e1 Mon Sep 17 00:00:00 2001
From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Wed, 16 Oct 2019 16:42:58 +0000
Subject: [PATCH] Addition of dummy not done quests.
---
.../data/scripts/quests/MissingQuests.txt | 198 +++++++++---------
.../scripts/quests/QuestMasterHandler.java | 32 +++
.../Q00282_ADayOfKindnessAndCaring.java | 36 ++++
.../not_done/Q01900_StormIsleSecretSpot.java | 36 ++++
.../not_done/Q01901_StormIsleFurtiveDeal.java | 36 ++++
.../not_done/Q10514_NewPathToGlory.java | 36 ++++
.../not_done/Q10515_NewWayForPride.java | 36 ++++
.../not_done/Q10589_WhereFatesIntersect.java | 36 ++++
.../not_done/Q10590_ReawakenedFate.java | 36 ++++
.../quests/not_done/Q10591_NobleMaterial.java | 36 ++++
.../Q10673_ValentinesDayLucysReply.java | 36 ++++
.../Q11024_PathOfDestinyBeginning.java | 36 ++++
.../not_done/Q11025_PathOfDestinyProving.java | 36 ++++
.../Q11026_PathOfDestinyConviction.java | 36 ++++
.../Q11027_PathOfDestinyOvercome.java | 36 ++++
.../Q11028_WindOfDestinyEncounter.java | 36 ++++
.../not_done/Q11029_WindOfDestinyPromise.java | 36 ++++
.../not_done/Q11030_WindOfDestinyChoice.java | 36 ++++
.../not_done/Q11031_TrainingBeginsNow.java | 36 ++++
.../not_done/Q11032_CurseOfUndying.java | 36 ++++
.../not_done/Q11033_AntidoteIngredients.java | 36 ++++
.../not_done/Q11034_ResurrectedOne.java | 36 ++++
.../not_done/Q11035_DeathlyMischief.java | 36 ++++
.../not_done/Q11036_ChangedSpirits.java | 36 ++++
.../not_done/Q11037_WhyAreTheRatelHere.java | 36 ++++
.../Q11038_GrowlersTurnedViolent.java | 36 ++++
.../Q11039_CommunicationBreakdown.java | 36 ++++
.../Q11040_AttackOfTheEnragedForest.java | 36 ++++
.../not_done/Q11041_CheckOutTheSituation.java | 36 ++++
.../not_done/Q11042_SuspiciousMovements.java | 36 ++++
.../quests/not_done/Q11043_SomeonesTrace.java | 36 ++++
.../quests/not_done/Q11044_KetraOrcs.java | 36 ++++
.../Q11045_TheyMustBeUpToSomething.java | 36 ++++
.../not_done/Q11046_PrayingForSafety.java | 36 ++++
34 files changed, 1283 insertions(+), 99 deletions(-)
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q00282_ADayOfKindnessAndCaring.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01900_StormIsleSecretSpot.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01901_StormIsleFurtiveDeal.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10514_NewPathToGlory.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10515_NewWayForPride.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10589_WhereFatesIntersect.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10590_ReawakenedFate.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10591_NobleMaterial.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10673_ValentinesDayLucysReply.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11024_PathOfDestinyBeginning.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11025_PathOfDestinyProving.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11026_PathOfDestinyConviction.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11027_PathOfDestinyOvercome.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11028_WindOfDestinyEncounter.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11029_WindOfDestinyPromise.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11030_WindOfDestinyChoice.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11031_TrainingBeginsNow.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11032_CurseOfUndying.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11033_AntidoteIngredients.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11034_ResurrectedOne.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11035_DeathlyMischief.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11036_ChangedSpirits.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11037_WhyAreTheRatelHere.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11038_GrowlersTurnedViolent.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11039_CommunicationBreakdown.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11040_AttackOfTheEnragedForest.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11041_CheckOutTheSituation.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11042_SuspiciousMovements.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11043_SomeonesTrace.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11044_KetraOrcs.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11045_TheyMustBeUpToSomething.java
create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11046_PrayingForSafety.java
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/MissingQuests.txt
index e3ab5328d7..be865c3123 100644
--- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/MissingQuests.txt
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/MissingQuests.txt
@@ -1,44 +1,44 @@
-282
+282 A Day of Kindness and Caring
504 Competition for the Bandit Stronghold
-513 Request from the Red Libra Guild - Field of Silence
-514 Request from the Red Libra Guild - Field of Whispers
-515
-516
-517
-518
-519
-520
-521
-525
-526
-527
-528
-530
-531
-532
-533
-534
-535
-536
-537
-538
-539
-540
-541
-542
-543
-544
-545
-546
-547
-548
-549
-550
+513 Red Libra Request - Field of Silence
+514 Red Libra Request - Field of Whispers
+515 Red Libra Request - Plains of the Lizardmen
+516 Red Libra Request - Sel Mahum Training Grounds
+517 Red Libra Request - Alligator Island
+518 Red Libra Request - Tanor Canyon
+519 Request from the Red Libra Guild - Ivory Tower Crater
+520 Request from the Red Libra Guild - Breka's Stronghold
+521 Request from the Red Libra Guild - Isle of Prayer
+525 Snow's Plea - Altar of Evil
+526 Snow's Plea - Fairy Settlement
+527 Snow's Plea - Isle of Souls
+528 Snow's Plea - Seal of Shilen
+530 Snow's Plea - Raider's Crossroads
+531 Snow's Plea - Silent Valley
+532 Snow's Plea - Hellbound
+533 Snow's Plea - Enchanted Valley
+534 Snow's Plea - Giant's Cave
+535 Snow's Plea - Garden of Spirits
+536 Snow's Plea - Atelia Fortress
+537 Snow's Plea - Superion
+538 Snow's Plea - Shadow of the Mother Tree
+539 Snow's Plea - Atelia Refinery
+540 Snow's Plea - Sea of Spores
+541 Snow's Plea - Field of Silence
+542 Snow's Plea - Field of Whispers
+543 Snow's Plea - Kartia's Labyrinth
+544 Snow's Plea - Crystal Prison (Baylor)
+545 Snow's Plea - Nightmare Kamaloka
+546 Snow's Plea - Embryo Command Post
+547 Snow's Plea - Altar of Shilen
+548 Snow's Plea - Fallen Emperor's Throne
+549 Snow's Plea - Fall of Etina
+550 Snow's Plea - Krofin's Nest
555 Red Libra Request - Atelia Refinery
556 Red Libra Request - Fallen Emperor's Throne
557 Red Libra Request - Fall of Etina
-558 Request from the Red Libra Guild - Sea of Spores
-559 Request from the Red Libra Guild - Krofin’s Nest
+558 Red Libra Request - Sea of Spores
+559 Request from the Red Libra Guild - Krofin's Nest
567 Basic Mission: Isle of Souls
568 Special Mission: Nornil's Cave
569 Basic Mission: Seal of Shilen
@@ -55,7 +55,7 @@
587 More Aggressive Operation
588 Head-on Crash
591 Great Ambitions
-592
+592 Snow's Plea - Monsters from Three Areas
593 Basic Mission: Pagan Temple
594 Basic Mission: Dimensional Rift
595 Special Mission: Raider's Crossroads
@@ -65,7 +65,7 @@
655 A Grand Plan for Taming Wild Beasts
665 Basic Training for Hunter Guild Member
666 Knowledgeable Hunter Guild Member
-668 Fight with Giants
+668 Fight with the Giants
669 Intense Fight against Dragon
671 Path to Finding the Past
672 Embryo the Archenemy
@@ -82,9 +82,9 @@
696 |Support| Defense Battery Crafting Support - 1
697 |Support| Defense Battery Crafting Support - 2
698 |Support| Defense Battery Crafting Support - 3
-699 |Attack| Sabotage Embryo Solider - 1
-700 |Attack| Sabotage Embryo Solider - 2
-701 |Attack| Sabotage Embryo Solider - 3
+699 |Attack| Sabotage Embryo Soldier - 1
+700 |Attack| Sabotage Embryo Soldier - 2
+701 |Attack| Sabotage Embryo Soldier - 3
702 |Defense| Gracian Soldier Support - 1
703 |Defense| Gracian Soldier Support - 2
704 |Defense| Gracian Soldier Support - 3
@@ -96,7 +96,7 @@
710 |Attack| Neutralize Embryo - 3
711 |Defense| All-out Battle - 1
712 |Defense| All-out Battle - 2
-713 |Defense| Join the battle - 3
+713 |Defense| All-out Battle - 3
714 |Support| Installing Defense Battery - 1
715 |Support| Installing Defense Battery - 2
716 |Support| Installing Defense Battery - 3
@@ -107,13 +107,13 @@
721 |Defense| Eliminate Embryo Captain - 2
722 |Defense| Eliminate Embryo Captain - 3
723 |Support| Eliminate Enemy with Defense Battery - 1
-724 |Support| Defeat enemies with the defense artillery - 2
+724 |Support| Eliminate Enemy with Defense Battery - 2
725 |Support| Eliminate Enemy with Defense Battery - 3
729 |Attack| Impede Kain
730 |Defense| Impede Kain
731 |Support| Impede Kain
732 Red Libra's Request - Kartia's Labyrinth
-733 Red Libra's Request - Crystal Prison (Baylor)
+733 Red Libra Request - Crystal Prison (Baylor)
734 Red Libra Request - Nightmare Kamaloka
735 Red Libra Request - Embryo Command Post
736 Red Libra Request - Altar of Shilen
@@ -122,15 +122,15 @@
749 Ties with the Guardians
759 The Dwarven Nightmare Continues
773 To Calm the Flood
-774 Dreaming of peace
+774 Dreaming of Peace
780 Utilize the Darkness - Seed of Infinity
781 Utilize the Darkness - Seed of Annihilation
782 Utilize the Darkness - Seed of Hellfire
792 The Superion Giants
816 Plans to Repair the Stronghold
-824 Attack the Command Post
+824 Command Post Raid
833 Devil's Treasure, Tauti
-834 Against Dragonclaw
+834 Against Dragonclaw
836 Request from the Blackbird Clan
837 Request from the Giant Trackers
838 Request from the Mother Tree Guardians
@@ -149,7 +149,7 @@
918 Red Libra Request - Atelia Fortress
919 Red Libra Request - Superion
923 Shinedust Extraction
-924 Giant of the Restoration Room
+924 Recovered Giants
929 Seeker Rescue
930 Disparaging the Phantoms
931 Memories of the Wind
@@ -160,34 +160,34 @@
987 Adventure Guild's Special Request - Lv. 3
988 Adventure Guild's Special Request - Lv. 4
989 Adventure Guild's Special Request - Lv. 5
-1900
-1901
+1900 Storm Isle - Secret Spot
+1901 Storm Isle - Furtive Deal
10298 Wasteland Queen
-10355 Blacksmith's Soul-awakening Weapon - 1
-10356 Blacksmith's Soul-awakening Weapon - 2
+10355 Blacksmiths Soul - 1
+10356 Blacksmiths Soul - 2
10373 Exploring the Dimension - Sealing the Dimension
10418 The Immortal Pirate King
-10423 Embryo Stronghold Ambush
+10423 Embryo Stronghold Raid
10454 Final Embryo Apostle
10457 Kefensis' Illusion
-10514
-10515
-10535 Blacksmith's Soul-awakening Weapon - 3
-10537 Kamael Disarray To Retbach
-10538 Giant's Evolution Cause of failed evolution
-10539 Energy Supply Cutoff Plan Defeat Halisha's Henchman
-10540 Thwarting Mimir's Plan Defeating Mimir
-10552 Challenge! Balthus Knight!
-10553 What Matters More Than Ability
-10554 Gift for You
-10555 Charge at Antharas
-10556 Forgotten Power: Start of Fate
-10557 New Power, Winds of Fate
-10558 Hidden in Chaos
-10559 Before the Guide
-10563 Control of Power
-10564 Prove Progress
-10565 Nothing Is Impossible
+10514 New Path to Glory
+10515 New Way for Pride
+10535 Blacksmiths Soul - 3
+10537 Kamael Disarray
+10538 Giant's Evolution
+10539 Energy Supply Cutoff Plan
+10540 Thwarting Mimir's Plan
+10552 Thwarting Mimir's Plan
+10553 Thwarting Mimir's Plan
+10554 To Weaken the Giants
+10555 To Weaken the Giants
+10556 To Weaken the Giants
+10557 To Weaken the Giants
+10558 To Weaken the Giants
+10559 To Weaken the Giants
+10563 To Weaken the Giants
+10564 Kamael's Technological Advancement
+10565 Kamael's Technological Advancement
10567 Special Mission: Nornil's Garden
10568 Kamael's Technological Advancement
10569 Declaration of War
@@ -195,16 +195,16 @@
10572 To Expel the Embryo's Forces
10577 Temper a Rusting Blade
10578 The Soul of a Sword
-10589
-10590
-10591
+10589 Where Fates Intersect
+10590 Reawakened Fate
+10591 Noble Material
10594 Fergason's Scheme
10595 The Dimensional Warp, Part 8
10596 The Dimensional Warp, Part 9
10597 Escape to the Shadow of the Mother Tree
10598 With All Your Might
10599 Thread of Fate Hanging on the Mother Tree
-10673
+10673 Valentine's Day, Lucy's Reply
10848 Trials before the Battle
10849 Trials for Adaptation
10852 The Mother Tree Revival Project
@@ -237,26 +237,26 @@
10899 Veteran Adventurer
10900 Path to Strength
10901 A Model Adventurer
-11024
-11025
-11026
-11027
-11028
-11029
-11030
-11031
-11032
-11033
-11034
-11035
-11036
-11037
-11038
-11039
-11040
-11041
-11042
-11043
-11044
-11045
-11046
\ No newline at end of file
+11024 Path of Destiny - Beginning
+11025 Path of Destiny - Proving
+11026 Path of Destiny - Conviction
+11027 Path of Destiny - Overcome
+11028 Wind of Destiny - Encounter
+11029 Wind of Destiny - Promise
+11030 Wind of Destiny - Choice
+11031 Training Begins Now
+11032 Curse of Undying
+11033 Antidote Ingredients
+11034 Resurrected One
+11035 Deathly Mischief
+11036 Changed Spirits
+11037 Why are the Ratel here?
+11038 Growlers Turned Violent
+11039 Communication Breakdown
+11040 Attack of the Enraged Forest
+11041 Check Out the Situation
+11042 Suspicious Movements
+11043 Someone's Trace
+11044 Ketra Orcs...?
+11045 They Must Be Up to Something
+11046 Praying for Safety
\ No newline at end of file
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/QuestMasterHandler.java
index 9d46a701d1..6fc0827d21 100644
--- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/QuestMasterHandler.java
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/QuestMasterHandler.java
@@ -192,6 +192,7 @@ public class QuestMasterHandler
Q00040_ASpecialOrder.class,
Q00115_TheOtherSideOfTruth.class,
Q00119_LastImperialPrince.class,
+ Q00282_ADayOfKindnessAndCaring.class, // TODO: Not done.
Q00337_AudienceWithTheLandDragon.class,
Q00452_FindingtheLostSoldiers.class,
Q00453_NotStrongEnoughAlone.class,
@@ -329,7 +330,9 @@ public class QuestMasterHandler
Q00987_AdventureGuildsSpecialRequestLv3.class, // TODO: Not done.
Q00988_AdventureGuildsSpecialRequestLv4.class, // TODO: Not done.
Q00989_AdventureGuildsSpecialRequestLv5.class, // TODO: Not done.
+ Q01900_StormIsleSecretSpot.class, // TODO: Not done.
Q10282_ToTheSeedOfAnnihilation.class,
+ Q01901_StormIsleFurtiveDeal.class, // TODO: Not done.
Q10283_RequestOfIceMerchant.class,
Q10284_AcquisitionOfDivineSword.class,
Q10285_MeetingSirra.class,
@@ -360,6 +363,8 @@ public class QuestMasterHandler
Q10501_ZakenEmbroideredSoulCloak.class,
Q10502_FreyaEmbroideredSoulCloak.class,
Q10503_FrintezzaEmbroideredSoulCloak.class,
+ Q10514_NewPathToGlory.class, // TODO: Not done.
+ Q10515_NewWayForPride.class, // TODO: Not done.
Q10516_UnveiledFafurionTemple.class, // FIXME: Custom.
Q10517_FafurionsMinions.class, // FIXME: Custom.
Q10518_SucceedingThePriestess.class, // FIXME: Custom.
@@ -384,6 +389,9 @@ public class QuestMasterHandler
Q10577_TemperARustingBlade.class,
Q10578_TheSoulOfASword.class,
Q10579_ContainingTheAttributePower.class,
+ Q10589_WhereFatesIntersect.class, // TODO: Not done.
+ Q10590_ReawakenedFate.class, // TODO: Not done.
+ Q10591_NobleMaterial.class, // TODO: Not done.
Q10594_FergasonsScheme.class, // TODO: Not done.
Q10595_TheDimensionalWarpPart8.class, // TODO: Not done.
Q10596_TheDimensionalWarpPart9.class, // TODO: Not done.
@@ -391,6 +399,7 @@ public class QuestMasterHandler
Q10598_WithAllYourMight.class, // TODO: Not done.
Q10599_ThreadOfFateHangingOnTheMotherTree.class, // TODO: Not done.
Q10658_MakkumInTheDimension.class,
+ Q10673_ValentinesDayLucysReply.class, // TODO: Not done.
Q10701_TheRoadToDestruction.class,
Q10702_TheRoadToInfinity.class,
Q10748_MysteriousSuggestion1.class, // TODO: Not done.
@@ -463,6 +472,29 @@ public class QuestMasterHandler
Q10899_VeteranAdventurer.class, // TODO: Not done.
Q10900_PathToStrength.class, // TODO: Not done.
Q10901_AModelAdventurer.class, // TODO: Not done.
+ Q11024_PathOfDestinyBeginning.class, // TODO: Not done.
+ Q11025_PathOfDestinyProving.class, // TODO: Not done.
+ Q11026_PathOfDestinyConviction.class, // TODO: Not done.
+ Q11027_PathOfDestinyOvercome.class, // TODO: Not done.
+ Q11028_WindOfDestinyEncounter.class, // TODO: Not done.
+ Q11029_WindOfDestinyPromise.class, // TODO: Not done.
+ Q11030_WindOfDestinyChoice.class, // TODO: Not done.
+ Q11031_TrainingBeginsNow.class, // TODO: Not done.
+ Q11032_CurseOfUndying.class, // TODO: Not done.
+ Q11033_AntidoteIngredients.class, // TODO: Not done.
+ Q11034_ResurrectedOne.class, // TODO: Not done.
+ Q11035_DeathlyMischief.class, // TODO: Not done.
+ Q11036_ChangedSpirits.class, // TODO: Not done.
+ Q11037_WhyAreTheRatelHere.class, // TODO: Not done.
+ Q11038_GrowlersTurnedViolent.class, // TODO: Not done.
+ Q11039_CommunicationBreakdown.class, // TODO: Not done.
+ Q11040_AttackOfTheEnragedForest.class, // TODO: Not done.
+ Q11041_CheckOutTheSituation.class, // TODO: Not done.
+ Q11042_SuspiciousMovements.class, // TODO: Not done.
+ Q11043_SomeonesTrace.class, // TODO: Not done.
+ Q11044_KetraOrcs.class, // TODO: Not done.
+ Q11045_TheyMustBeUpToSomething.class, // TODO: Not done.
+ Q11046_PrayingForSafety.class, // TODO: Not done.
};
public static void main(String[] args)
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q00282_ADayOfKindnessAndCaring.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q00282_ADayOfKindnessAndCaring.java
new file mode 100644
index 0000000000..0cda8c09fe
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q00282_ADayOfKindnessAndCaring.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q00282_ADayOfKindnessAndCaring extends Quest
+{
+ private static final int START_NPC = 34506;
+
+ public Q00282_ADayOfKindnessAndCaring()
+ {
+ super(282);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01900_StormIsleSecretSpot.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01900_StormIsleSecretSpot.java
new file mode 100644
index 0000000000..5163f61ebd
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01900_StormIsleSecretSpot.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q01900_StormIsleSecretSpot extends Quest
+{
+ private static final int START_NPC = 34528;
+
+ public Q01900_StormIsleSecretSpot()
+ {
+ super(1900);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01901_StormIsleFurtiveDeal.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01901_StormIsleFurtiveDeal.java
new file mode 100644
index 0000000000..beb2a45aaf
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q01901_StormIsleFurtiveDeal.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q01901_StormIsleFurtiveDeal extends Quest
+{
+ private static final int START_NPC = 34528;
+
+ public Q01901_StormIsleFurtiveDeal()
+ {
+ super(1901);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10514_NewPathToGlory.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10514_NewPathToGlory.java
new file mode 100644
index 0000000000..574d97412c
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10514_NewPathToGlory.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q10514_NewPathToGlory extends Quest
+{
+ private static final int START_NPC = 30070;
+
+ public Q10514_NewPathToGlory()
+ {
+ super(10514);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10515_NewWayForPride.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10515_NewWayForPride.java
new file mode 100644
index 0000000000..e6f1536f4a
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10515_NewWayForPride.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q10515_NewWayForPride extends Quest
+{
+ private static final int START_NPC = 30657;
+
+ public Q10515_NewWayForPride()
+ {
+ super(10515);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10589_WhereFatesIntersect.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10589_WhereFatesIntersect.java
new file mode 100644
index 0000000000..ce8f1983d3
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10589_WhereFatesIntersect.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q10589_WhereFatesIntersect extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q10589_WhereFatesIntersect()
+ {
+ super(10589);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10590_ReawakenedFate.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10590_ReawakenedFate.java
new file mode 100644
index 0000000000..b0f68434e5
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10590_ReawakenedFate.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q10590_ReawakenedFate extends Quest
+{
+ private static final int START_NPC = 34513;
+
+ public Q10590_ReawakenedFate()
+ {
+ super(10590);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10591_NobleMaterial.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10591_NobleMaterial.java
new file mode 100644
index 0000000000..815f5af34e
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10591_NobleMaterial.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q10591_NobleMaterial extends Quest
+{
+ private static final int START_NPC = 34513;
+
+ public Q10591_NobleMaterial()
+ {
+ super(10591);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10673_ValentinesDayLucysReply.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10673_ValentinesDayLucysReply.java
new file mode 100644
index 0000000000..e6e78d8ccd
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q10673_ValentinesDayLucysReply.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q10673_ValentinesDayLucysReply extends Quest
+{
+ private static final int START_NPC = 34511;
+
+ public Q10673_ValentinesDayLucysReply()
+ {
+ super(10673);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11024_PathOfDestinyBeginning.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11024_PathOfDestinyBeginning.java
new file mode 100644
index 0000000000..4df63b1cc4
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11024_PathOfDestinyBeginning.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11024_PathOfDestinyBeginning extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11024_PathOfDestinyBeginning()
+ {
+ super(11024);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11025_PathOfDestinyProving.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11025_PathOfDestinyProving.java
new file mode 100644
index 0000000000..09a0a3f374
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11025_PathOfDestinyProving.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11025_PathOfDestinyProving extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11025_PathOfDestinyProving()
+ {
+ super(11025);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11026_PathOfDestinyConviction.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11026_PathOfDestinyConviction.java
new file mode 100644
index 0000000000..95fc31184e
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11026_PathOfDestinyConviction.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11026_PathOfDestinyConviction extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11026_PathOfDestinyConviction()
+ {
+ super(11026);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11027_PathOfDestinyOvercome.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11027_PathOfDestinyOvercome.java
new file mode 100644
index 0000000000..27e654404b
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11027_PathOfDestinyOvercome.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11027_PathOfDestinyOvercome extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11027_PathOfDestinyOvercome()
+ {
+ super(11027);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11028_WindOfDestinyEncounter.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11028_WindOfDestinyEncounter.java
new file mode 100644
index 0000000000..6a1778d49b
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11028_WindOfDestinyEncounter.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11028_WindOfDestinyEncounter extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11028_WindOfDestinyEncounter()
+ {
+ super(11028);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11029_WindOfDestinyPromise.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11029_WindOfDestinyPromise.java
new file mode 100644
index 0000000000..40c88072e3
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11029_WindOfDestinyPromise.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11029_WindOfDestinyPromise extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11029_WindOfDestinyPromise()
+ {
+ super(11029);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11030_WindOfDestinyChoice.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11030_WindOfDestinyChoice.java
new file mode 100644
index 0000000000..ea4eba6dcb
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11030_WindOfDestinyChoice.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11030_WindOfDestinyChoice extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11030_WindOfDestinyChoice()
+ {
+ super(11030);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11031_TrainingBeginsNow.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11031_TrainingBeginsNow.java
new file mode 100644
index 0000000000..dc74a62811
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11031_TrainingBeginsNow.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11031_TrainingBeginsNow extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11031_TrainingBeginsNow()
+ {
+ super(11031);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11032_CurseOfUndying.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11032_CurseOfUndying.java
new file mode 100644
index 0000000000..fd1f6080b7
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11032_CurseOfUndying.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11032_CurseOfUndying extends Quest
+{
+ private static final int START_NPC = 33178;
+
+ public Q11032_CurseOfUndying()
+ {
+ super(11032);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11033_AntidoteIngredients.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11033_AntidoteIngredients.java
new file mode 100644
index 0000000000..73b21cea88
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11033_AntidoteIngredients.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11033_AntidoteIngredients extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11033_AntidoteIngredients()
+ {
+ super(11033);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11034_ResurrectedOne.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11034_ResurrectedOne.java
new file mode 100644
index 0000000000..5b09e9833b
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11034_ResurrectedOne.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11034_ResurrectedOne extends Quest
+{
+ private static final int START_NPC = 33177;
+
+ public Q11034_ResurrectedOne()
+ {
+ super(11034);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11035_DeathlyMischief.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11035_DeathlyMischief.java
new file mode 100644
index 0000000000..ca31889a44
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11035_DeathlyMischief.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11035_DeathlyMischief extends Quest
+{
+ private static final int START_NPC = 33509;
+
+ public Q11035_DeathlyMischief()
+ {
+ super(11035);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11036_ChangedSpirits.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11036_ChangedSpirits.java
new file mode 100644
index 0000000000..81abd31c60
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11036_ChangedSpirits.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11036_ChangedSpirits extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11036_ChangedSpirits()
+ {
+ super(11036);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11037_WhyAreTheRatelHere.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11037_WhyAreTheRatelHere.java
new file mode 100644
index 0000000000..85bbb3d37c
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11037_WhyAreTheRatelHere.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11037_WhyAreTheRatelHere extends Quest
+{
+ private static final int START_NPC = 33963;
+
+ public Q11037_WhyAreTheRatelHere()
+ {
+ super(11037);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11038_GrowlersTurnedViolent.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11038_GrowlersTurnedViolent.java
new file mode 100644
index 0000000000..f1b5abc524
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11038_GrowlersTurnedViolent.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11038_GrowlersTurnedViolent extends Quest
+{
+ private static final int START_NPC = 33963;
+
+ public Q11038_GrowlersTurnedViolent()
+ {
+ super(11038);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11039_CommunicationBreakdown.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11039_CommunicationBreakdown.java
new file mode 100644
index 0000000000..0d8288abeb
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11039_CommunicationBreakdown.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11039_CommunicationBreakdown extends Quest
+{
+ private static final int START_NPC = 33963;
+
+ public Q11039_CommunicationBreakdown()
+ {
+ super(11039);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11040_AttackOfTheEnragedForest.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11040_AttackOfTheEnragedForest.java
new file mode 100644
index 0000000000..2e770a34d7
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11040_AttackOfTheEnragedForest.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11040_AttackOfTheEnragedForest extends Quest
+{
+ private static final int START_NPC = 33963;
+
+ public Q11040_AttackOfTheEnragedForest()
+ {
+ super(11040);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11041_CheckOutTheSituation.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11041_CheckOutTheSituation.java
new file mode 100644
index 0000000000..45e108019f
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11041_CheckOutTheSituation.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11041_CheckOutTheSituation extends Quest
+{
+ private static final int START_NPC = 34505;
+
+ public Q11041_CheckOutTheSituation()
+ {
+ super(11041);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11042_SuspiciousMovements.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11042_SuspiciousMovements.java
new file mode 100644
index 0000000000..fd39d04f9e
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11042_SuspiciousMovements.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11042_SuspiciousMovements extends Quest
+{
+ private static final int START_NPC = 30648;
+
+ public Q11042_SuspiciousMovements()
+ {
+ super(11042);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11043_SomeonesTrace.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11043_SomeonesTrace.java
new file mode 100644
index 0000000000..c302d0e3c1
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11043_SomeonesTrace.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11043_SomeonesTrace extends Quest
+{
+ private static final int START_NPC = 30648;
+
+ public Q11043_SomeonesTrace()
+ {
+ super(11043);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11044_KetraOrcs.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11044_KetraOrcs.java
new file mode 100644
index 0000000000..0bb861f925
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11044_KetraOrcs.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11044_KetraOrcs extends Quest
+{
+ private static final int START_NPC = 30648;
+
+ public Q11044_KetraOrcs()
+ {
+ super(11044);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11045_TheyMustBeUpToSomething.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11045_TheyMustBeUpToSomething.java
new file mode 100644
index 0000000000..a6361766ae
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11045_TheyMustBeUpToSomething.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11045_TheyMustBeUpToSomething extends Quest
+{
+ private static final int START_NPC = 30648;
+
+ public Q11045_TheyMustBeUpToSomething()
+ {
+ super(11045);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11046_PrayingForSafety.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11046_PrayingForSafety.java
new file mode 100644
index 0000000000..e35283fb67
--- /dev/null
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/not_done/Q11046_PrayingForSafety.java
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package quests.not_done;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.quest.Quest;
+
+/**
+ * @author Mobius
+ */
+public class Q11046_PrayingForSafety extends Quest
+{
+ private static final int START_NPC = 30648;
+
+ public Q11046_PrayingForSafety()
+ {
+ super(11046);
+ addStartNpc(START_NPC);
+ addTalkId(START_NPC);
+ addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
+ }
+}