From 45abbfcbab0e09a9c94de556d27b8558d1106c7d Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 3 Apr 2019 01:12:51 +0000 Subject: [PATCH] Addition of missing quest placeholders. --- .../data/scripts/quests/MissingQuests.txt | 96 ++++----- .../scripts/quests/QuestMasterHandler.java | 85 +++++++- .../not_done/Q00353_PowerOfDarkness.java | 36 ++++ .../Q00480_AnotherLegacyOfCrumaTower.java | 36 ++++ ...504_CompetitionForTheBanditStronghold.java | 36 ++++ .../Q00655_AGrandPlanForTamingWildBeasts.java | 36 ++++ .../quests/not_done/Q00750_SevenFlowers.java | 36 ++++ .../Q00759_TheDwarvenNightmareContinues.java | 36 ++++ .../quests/not_done/Q00767_BanishingEvil.java | 36 ++++ .../quests/not_done/Q00768_TerrorOfTown.java | 36 ++++ .../Q00769_TheTruthConcealedInBeauty.java | 36 ++++ .../Q00770_MaintainingTheFieldBusiness.java | 36 ++++ ...71_PartakingInThePurificationCampaign.java | 36 ++++ ...0780_UtilizeTheDarknessSeedOfInfinity.java | 36 ++++ ..._UtilizeTheDarknessSeedOfAnnihilation.java | 36 ++++ ...0782_UtilizeTheDarknessSeedOfHellfire.java | 36 ++++ .../not_done/Q00789_WaitingForPaagrio.java | 36 ++++ .../not_done/Q10352_LegacyOfCrumaTower.java | 36 ++++ ...57_AltarOfBloodThatAwakensDestruction.java | 36 ++++ .../not_done/Q10456_OperationRescue.java | 36 ++++ .../not_done/Q10457_KefensisIllusion.java | 36 ++++ .../not_done/Q10458_ToTheDesertQuarry.java | 36 ++++ .../not_done/Q10463_TheSoulOfASword.java | 36 ++++ .../quests/not_done/Q10506_PaddysRequest.java | 36 ++++ .../quests/not_done/Q10507_PaddysRequest.java | 36 ++++ .../quests/not_done/Q10508_PaddysRequest.java | 36 ++++ ...Q10713_TheHerosJourneyBloodySwampland.java | 36 ++++ ...714_TheHerosJourneySeedOfAnnihilation.java | 36 ++++ ...TheHerosJourneyHarnakUndergroundRuins.java | 36 ++++ ...10716_TheHerosJourneyKartiasLabyrinth.java | 36 ++++ ...Q10718_TheHerosJourneyFairySettlement.java | 36 ++++ ...10721_TheHerosJourneyPrisonOfDarkness.java | 36 ++++ .../Q10722_TheHerosJourneyFortuna.java | 36 ++++ .../Q10724_TheHerosJourneyIsleOfSouls.java | 36 ++++ .../Q10725_TheHerosJourneyNornilsCave.java | 36 ++++ .../Q10727_TheHerosJourneySealOfShilen.java | 36 ++++ .../Q10728_TheHerosJourneyCemetary.java | 36 ++++ ...729_TheHerosJourneyGuillotineFortress.java | 36 ++++ .../Q10730_TheHerosJourneyOrbisTemple.java | 36 ++++ .../Q10747_TheHerosJourneyPaganTemple.java | 36 ++++ .../Q10748_MysteriousSuggestion1.java | 36 ++++ .../Q10749_MysteriousSuggestion2.java | 36 ++++ .../Q10809_TheHerosJourneyBlazingSwamp.java | 36 ++++ .../data/scripts/quests/MissingQuests.txt | 113 +++++----- .../scripts/quests/QuestMasterHandler.java | 87 +++++++- .../Q00480_AnotherLegacyOfCrumaTower.java | 36 ++++ ...504_CompetitionForTheBanditStronghold.java | 36 ++++ .../Q00655_AGrandPlanForTamingWildBeasts.java | 36 ++++ .../quests/not_done/Q00750_SevenFlowers.java | 36 ++++ .../Q00759_TheDwarvenNightmareContinues.java | 36 ++++ .../quests/not_done/Q00767_BanishingEvil.java | 36 ++++ .../quests/not_done/Q00768_TerrorOfTown.java | 36 ++++ .../Q00769_TheTruthConcealedInBeauty.java | 36 ++++ .../Q00770_MaintainingTheFieldBusiness.java | 36 ++++ ...71_PartakingInThePurificationCampaign.java | 36 ++++ ...0780_UtilizeTheDarknessSeedOfInfinity.java | 36 ++++ ..._UtilizeTheDarknessSeedOfAnnihilation.java | 36 ++++ ...0782_UtilizeTheDarknessSeedOfHellfire.java | 36 ++++ .../not_done/Q00789_WaitingForPaagrio.java | 36 ++++ .../Q00816_PlansToRepairTheStronghold.java | 36 ++++ .../not_done/Q00824_AttackTheCommandPost.java | 36 ++++ .../not_done/Q10352_LegacyOfCrumaTower.java | 36 ++++ ...57_AltarOfBloodThatAwakensDestruction.java | 36 ++++ .../not_done/Q10456_OperationRescue.java | 36 ++++ .../not_done/Q10457_KefensisIllusion.java | 36 ++++ .../not_done/Q10458_ToTheDesertQuarry.java | 36 ++++ .../quests/not_done/Q10506_DianasRequest.java | 36 ++++ ...Q10713_TheHerosJourneyBloodySwampland.java | 36 ++++ ...714_TheHerosJourneySeedOfAnnihilation.java | 36 ++++ ...TheHerosJourneyHarnakUndergroundRuins.java | 36 ++++ ...10716_TheHerosJourneyKartiasLabyrinth.java | 36 ++++ ...Q10718_TheHerosJourneyFairySettlement.java | 36 ++++ ...10721_TheHerosJourneyPrisonOfDarkness.java | 36 ++++ .../Q10722_TheHerosJourneyFortuna.java | 36 ++++ .../Q10724_TheHerosJourneyIsleOfSouls.java | 36 ++++ .../Q10725_TheHerosJourneyNornilsCave.java | 36 ++++ .../Q10727_TheHerosJourneySealOfShilen.java | 36 ++++ .../Q10728_TheHerosJourneyCemetary.java | 36 ++++ ...729_TheHerosJourneyGuillotineFortress.java | 36 ++++ .../Q10730_TheHerosJourneyOrbisTemple.java | 36 ++++ .../Q10747_TheHerosJourneyPaganTemple.java | 36 ++++ .../Q10748_MysteriousSuggestion1.java | 36 ++++ .../Q10749_MysteriousSuggestion2.java | 36 ++++ .../Q10809_TheHerosJourneyBlazingSwamp.java | 36 ++++ .../Q10844_BloodyBattleSeizingSupplies.java | 36 ++++ .../Q10845_BloodyBattleRescueTheSmiths.java | 36 ++++ ...10846_BloodyBattleMeetingTheCommander.java | 36 ++++ .../scripts/quests/QuestMasterHandler.java | 143 ++++++++++++- ...504_CompetitionForTheBanditStronghold.java | 36 ++++ .../Q00655_AGrandPlanForTamingWildBeasts.java | 36 ++++ .../Q00744_TheAlligatorHunterReturns.java | 36 ++++ .../Q00745_TheOutlawsAreIncoming.java | 36 ++++ .../Q00746_TheReasonOneCannotWait.java | 36 ++++ .../Q00747_DefendingTheForsakenPlains.java | 36 ++++ .../not_done/Q00748_EndlessRevenge.java | 36 ++++ .../quests/not_done/Q00750_SevenFlowers.java | 36 ++++ .../Q00759_TheDwarvenNightmareContinues.java | 36 ++++ .../not_done/Q00766_10DayAdventure.java | 36 ++++ .../not_done/Q00773_ToCalmTheFlood.java | 36 ++++ .../not_done/Q00774_DreamingOfPeace.java | 36 ++++ ...0780_UtilizeTheDarknessSeedOfInfinity.java | 36 ++++ ..._UtilizeTheDarknessSeedOfAnnihilation.java | 36 ++++ ...0782_UtilizeTheDarknessSeedOfHellfire.java | 36 ++++ .../not_done/Q00789_WaitingForPaagrio.java | 36 ++++ .../not_done/Q00792_TheSuperionGiants.java | 36 ++++ .../Q00816_PlansToRepairTheStronghold.java | 36 ++++ .../not_done/Q00824_AttackTheCommandPost.java | 36 ++++ .../Q00836_RequestFromTheBlackbirdClan.java | 36 ++++ .../Q00837_RequestFromTheGiantTrackers.java | 36 ++++ ...838_RequestFromTheMotherTreeGuardians.java | 36 ++++ ...00839_RequestFromTheUnworldlyVisitors.java | 36 ++++ ...0840_RequestFromTheKingdomsRoyalGuard.java | 36 ++++ .../Q00841_ContaminationContainment.java | 36 ++++ .../quests/not_done/Q00842_CaptiveDemons.java | 36 ++++ .../Q00843_GiantEvolutionControl.java | 36 ++++ .../not_done/Q00844_GiantsTreasure.java | 36 ++++ .../Q00845_SabotageTheEmbryoSupplies.java | 36 ++++ .../not_done/Q00846_BuildingUpStrength.java | 36 ++++ .../not_done/Q00910_RedLibraRequestLv1.java | 36 ++++ .../not_done/Q00911_RedLibraRequestLv2.java | 36 ++++ .../not_done/Q00912_RedLibraRequestLv3.java | 36 ++++ .../not_done/Q00913_RedLibraRequestLv4.java | 36 ++++ .../not_done/Q00914_RedLibraRequestLv5.java | 36 ++++ .../not_done/Q00923_ShinedustExtraction.java | 36 ++++ .../Q00924_GiantOfTheRestorationRoom.java | 36 ++++ .../quests/not_done/Q00929_SeekerRescue.java | 36 ++++ .../Q00930_DisparagingThePhantoms.java | 36 ++++ .../not_done/Q00931_MemoriesOfTheWind.java | 36 ++++ .../quests/not_done/Q00932_SayhasEnergy.java | 36 ++++ .../Q00938_TheFishermansOtherHobby.java | 36 ++++ .../not_done/Q10298_WastelandQueen.java | 36 ++++ ...57_AltarOfBloodThatAwakensDestruction.java | 36 ++++ ...loringTheDimensionSealingTheDimension.java | 36 ++++ .../quests/not_done/Q10396_WitchOfSpores.java | 36 ++++ .../Q10418_TheImmortalPirateKing.java | 36 ++++ .../not_done/Q10457_KefensisIllusion.java | 36 ++++ .../quests/not_done/Q10506_DianasRequest.java | 36 ++++ .../Q10531_OddHappeningsAtDragonValley.java | 36 ++++ .../Q10532_UncoveringTheConspiracy.java | 36 ++++ .../not_done/Q10537_KamaelDisarray.java | 36 ++++ .../not_done/Q10538_GiantsEvolution.java | 36 ++++ .../Q10539_EnergySupplyCutoffPlan.java | 36 ++++ .../not_done/Q10540_ThwartingMimirsPlan.java | 36 ++++ .../Q10748_MysteriousSuggestion1.java | 36 ++++ .../Q10749_MysteriousSuggestion2.java | 36 ++++ .../Q10844_BloodyBattleSeizingSupplies.java | 36 ++++ .../Q10845_BloodyBattleRescueTheSmiths.java | 36 ++++ ...10846_BloodyBattleMeetingTheCommander.java | 36 ++++ .../Q10848_TrialsBeforeTheBattle.java | 36 ++++ .../not_done/Q10849_TrialsForAdaptation.java | 36 ++++ .../quests/not_done/Q10851_ElvenBotany.java | 36 ++++ .../Q10852_TheMotherTreeRevivalProject.java | 36 ++++ .../not_done/Q10853_ToWeakenTheGiants.java | 36 ++++ .../not_done/Q10854_ToSeizeTheFortress.java | 36 ++++ .../not_done/Q10856_SuperionAppears.java | 36 ++++ .../not_done/Q10857_SecretTeleport.java | 36 ++++ ...0858_QueenRamonaControllerOfTheVessel.java | 36 ++++ .../Q10859_OwnTheEarthAndTheHeavens.java | 36 ++++ .../dist/game/data/stats/npcs/34200-34299.xml | 76 +++++++ .../dist/game/data/stats/npcs/36700-36799.xml | 96 +++++++++ .../data/scripts/quests/MissingQuests.txt | 2 +- .../scripts/quests/QuestMasterHandler.java | 185 ++++++++++++++++- ...504_CompetitionForTheBanditStronghold.java | 36 ++++ .../Q00655_AGrandPlanForTamingWildBeasts.java | 36 ++++ ...665_BasicTrainingForHunterGuildMember.java | 36 ++++ ...Q00666_KnowledgeableHunterGuildMember.java | 36 ++++ .../Q00667_HowToCoverShilensEyes.java | 36 ++++ .../not_done/Q00668_FightWithGiants.java | 36 ++++ .../Q00669_IntenseFightAgainstDragon.java | 36 ++++ .../not_done/Q00671_PathToFindingThePast.java | 36 ++++ .../not_done/Q00672_EmbryoTheArchenemy.java | 36 ++++ .../not_done/Q00673_BelethAmbition.java | 36 ++++ .../Q00744_TheAlligatorHunterReturns.java | 36 ++++ .../Q00745_TheOutlawsAreIncoming.java | 36 ++++ .../Q00746_TheReasonOneCannotWait.java | 36 ++++ .../Q00747_DefendingTheForsakenPlains.java | 36 ++++ .../not_done/Q00748_EndlessRevenge.java | 36 ++++ .../quests/not_done/Q00750_SevenFlowers.java | 36 ++++ .../Q00759_TheDwarvenNightmareContinues.java | 36 ++++ .../not_done/Q00766_10DayAdventure.java | 36 ++++ .../not_done/Q00773_ToCalmTheFlood.java | 36 ++++ .../not_done/Q00774_DreamingOfPeace.java | 36 ++++ ...0780_UtilizeTheDarknessSeedOfInfinity.java | 36 ++++ ..._UtilizeTheDarknessSeedOfAnnihilation.java | 36 ++++ ...0782_UtilizeTheDarknessSeedOfHellfire.java | 36 ++++ .../not_done/Q00789_WaitingForPaagrio.java | 36 ++++ .../not_done/Q00792_TheSuperionGiants.java | 36 ++++ .../Q00816_PlansToRepairTheStronghold.java | 36 ++++ .../not_done/Q00824_AttackTheCommandPost.java | 36 ++++ .../Q00836_RequestFromTheBlackbirdClan.java | 36 ++++ .../Q00837_RequestFromTheGiantTrackers.java | 36 ++++ ...838_RequestFromTheMotherTreeGuardians.java | 36 ++++ ...00839_RequestFromTheUnworldlyVisitors.java | 36 ++++ ...0840_RequestFromTheKingdomsRoyalGuard.java | 36 ++++ .../Q00841_ContaminationContainment.java | 36 ++++ .../quests/not_done/Q00842_CaptiveDemons.java | 36 ++++ .../Q00843_GiantEvolutionControl.java | 36 ++++ .../not_done/Q00844_GiantsTreasure.java | 36 ++++ .../Q00845_SabotageTheEmbryoSupplies.java | 36 ++++ .../not_done/Q00846_BuildingUpStrength.java | 36 ++++ .../not_done/Q00923_ShinedustExtraction.java | 36 ++++ .../Q00924_GiantOfTheRestorationRoom.java | 36 ++++ .../quests/not_done/Q00929_SeekerRescue.java | 36 ++++ .../Q00930_DisparagingThePhantoms.java | 36 ++++ .../not_done/Q00931_MemoriesOfTheWind.java | 36 ++++ .../quests/not_done/Q00932_SayhasEnergy.java | 36 ++++ ...0985_AdventureGuildsSpecialRequestLv1.java | 36 ++++ ...0986_AdventureGuildsSpecialRequestLv2.java | 36 ++++ ...0987_AdventureGuildsSpecialRequestLv3.java | 36 ++++ ...0988_AdventureGuildsSpecialRequestLv4.java | 36 ++++ ...0989_AdventureGuildsSpecialRequestLv5.java | 36 ++++ .../not_done/Q10298_WastelandQueen.java | 36 ++++ ...10355_BlacksmithsSoulAwakeningWeapon1.java | 36 ++++ ...10356_BlacksmithsSoulAwakeningWeapon2.java | 36 ++++ ...loringTheDimensionSealingTheDimension.java | 36 ++++ .../quests/not_done/Q10396_WitchOfSpores.java | 36 ++++ .../Q10418_TheImmortalPirateKing.java | 36 ++++ .../Q10423_EmbryoStrongholdAmbush.java | 36 ++++ .../not_done/Q10454_FinalEmbryoApostle.java | 36 ++++ .../not_done/Q10457_KefensisIllusion.java | 36 ++++ .../quests/not_done/Q10506_DianasRequest.java | 36 ++++ .../Q10531_OddHappeningsAtDragonValley.java | 36 ++++ .../Q10532_UncoveringTheConspiracy.java | 36 ++++ ...10535_BlacksmithsSoulAwakeningWeapon3.java | 36 ++++ .../not_done/Q10537_KamaelDisarray.java | 36 ++++ .../not_done/Q10538_GiantsEvolution.java | 36 ++++ .../Q10539_EnergySupplyCutoffPlan.java | 36 ++++ .../not_done/Q10540_ThwartingMimirsPlan.java | 36 ++++ .../Q10748_MysteriousSuggestion1.java | 36 ++++ .../Q10749_MysteriousSuggestion2.java | 36 ++++ .../Q10844_BloodyBattleSeizingSupplies.java | 36 ++++ .../Q10845_BloodyBattleRescueTheSmiths.java | 36 ++++ ...10846_BloodyBattleMeetingTheCommander.java | 36 ++++ .../Q10848_TrialsBeforeTheBattle.java | 36 ++++ .../not_done/Q10849_TrialsForAdaptation.java | 36 ++++ .../quests/not_done/Q10851_ElvenBotany.java | 36 ++++ .../Q10852_TheMotherTreeRevivalProject.java | 36 ++++ .../not_done/Q10853_ToWeakenTheGiants.java | 36 ++++ .../not_done/Q10854_ToSeizeTheFortress.java | 36 ++++ .../not_done/Q10856_SuperionAppears.java | 36 ++++ .../not_done/Q10857_SecretTeleport.java | 36 ++++ ...0858_QueenRamonaControllerOfTheVessel.java | 36 ++++ .../Q10859_OwnTheEarthAndTheHeavens.java | 36 ++++ .../Q10873_ExaltedReachingAnotherLevel.java | 36 ++++ .../not_done/Q10874_AgainstTheNewEnemy.java | 36 ++++ .../quests/not_done/Q10875_ForReputation.java | 36 ++++ .../quests/not_done/Q10876_LeadersGrace.java | 36 ++++ .../not_done/Q10877_BreakThroughCrisis.java | 36 ++++ .../not_done/Q10879_ExaltedGuideToPower.java | 36 ++++ .../not_done/Q10880_TheLastOneStanding.java | 36 ++++ .../quests/not_done/Q10881_ForThePride.java | 36 ++++ .../not_done/Q10882_VictoryCollection.java | 36 ++++ .../quests/not_done/Q10883_ImmortalHonor.java | 36 ++++ .../data/scripts/quests/MissingQuests.txt | 2 +- .../scripts/quests/QuestMasterHandler.java | 159 +++++++++++++- ...504_CompetitionForTheBanditStronghold.java | 36 ++++ ...61_BasicMissionHarnakUndergroundRuins.java | 36 ++++ .../Q00562_BasicMissionAltarOfEvil.java | 36 ++++ .../Q00563_BasicMissionBloodySwampland.java | 36 ++++ ...0564_BasicMissionKartiasLabyrinthSolo.java | 36 ++++ ...00565_BasicMissionFairySettlementWest.java | 36 ++++ ...00566_BasicMissionFairySettlementEast.java | 36 ++++ .../Q00567_BasicMissionIsleOfSouls.java | 36 ++++ .../Q00568_SpecialMissionNornilsCave.java | 36 ++++ .../Q00569_BasicMissionSealOfShilen.java | 36 ++++ ...0_SpecialMissionKartiasLabyrinthParty.java | 36 ++++ ...1_SpecialMissionProofOfUnityFieldRaid.java | 36 ++++ ...SpecialMissionProofOfCourageFieldRaid.java | 36 ++++ ...pecialMissionProofOfStrengthFieldRaid.java | 36 ++++ .../Q00574_SpecialMissionNornilsGarden.java | 36 ++++ .../Q00575_SpecialMissionFortuna.java | 36 ++++ .../Q00576_SpecialMissionDefeatSpezion.java | 36 ++++ .../not_done/Q00580_BeyondTheMemories.java | 36 ++++ .../Q00581_ThePurificationRitual.java | 36 ++++ .../not_done/Q00582_WashBloodWithBlood.java | 36 ++++ .../not_done/Q00583_MeaningOfSurvival.java | 36 ++++ .../not_done/Q00584_NeverSayGoodBye.java | 36 ++++ .../not_done/Q00585_CantGoAgainstTheTime.java | 36 ++++ .../not_done/Q00586_MutatedCreatures.java | 36 ++++ .../Q00587_MoreAggressiveOperation.java | 36 ++++ .../quests/not_done/Q00588_HeadOnCrash.java | 36 ++++ .../Q00655_AGrandPlanForTamingWildBeasts.java | 36 ++++ ...665_BasicTrainingForHunterGuildMember.java | 36 ++++ .../Q00666_HunterGuildMembersKnowledge.java | 36 ++++ .../not_done/Q00667_CoveringShilensEyes.java | 36 ++++ .../not_done/Q00668_ABattleWithTheGiants.java | 36 ++++ .../Q00669_DesperateFightWithTheDragons.java | 36 ++++ .../not_done/Q00671_PathToFindingThePast.java | 36 ++++ .../not_done/Q00672_ArchenemyEmbryo.java | 36 ++++ .../not_done/Q00673_BelethAmbition.java | 36 ++++ ...674_ChangesInTheShadowOfTheMotherTree.java | 36 ++++ .../Q00675_WhatTheThreadOfThePastShows.java | 36 ++++ .../not_done/Q00737_ASwordHiddenInASmile.java | 36 ++++ ...onalExplorationOfTheUnworldlyVisitors.java | 36 ++++ .../not_done/Q00743_AtTheAltarOfOblivion.java | 36 ++++ .../Q00744_TheAlligatorHunterReturns.java | 36 ++++ .../Q00745_TheOutlawsAreIncoming.java | 36 ++++ .../Q00746_TheReasonOneCannotWait.java | 36 ++++ .../Q00747_DefendingTheForsakenPlains.java | 36 ++++ .../not_done/Q00748_EndlessRevenge.java | 36 ++++ .../not_done/Q00749_TiesWithTheGuardians.java | 36 ++++ .../quests/not_done/Q00750_SevenFlowers.java | 36 ++++ .../Q00759_TheDwarvenNightmareContinues.java | 36 ++++ .../not_done/Q00773_ToCalmTheFlood.java | 36 ++++ .../not_done/Q00774_DreamingOfPeace.java | 36 ++++ ...0780_UtilizeTheDarknessSeedOfInfinity.java | 36 ++++ ..._UtilizeTheDarknessSeedOfAnnihilation.java | 36 ++++ ...0782_UtilizeTheDarknessSeedOfHellfire.java | 36 ++++ .../not_done/Q00789_WaitingForPaagrio.java | 36 ++++ .../not_done/Q00792_TheSuperionGiants.java | 36 ++++ .../Q00816_PlansToRepairTheStronghold.java | 36 ++++ .../not_done/Q00824_AttackTheCommandPost.java | 36 ++++ .../Q00836_RequestFromTheBlackbirdClan.java | 36 ++++ .../Q00837_RequestFromTheGiantTrackers.java | 36 ++++ ...838_RequestFromTheMotherTreeGuardians.java | 36 ++++ ...00839_RequestFromTheUnworldlyVisitors.java | 36 ++++ ...0840_RequestFromTheKingdomsRoyalGuard.java | 36 ++++ .../Q00841_ContaminationContainment.java | 36 ++++ .../quests/not_done/Q00842_CaptiveDemons.java | 36 ++++ .../Q00843_GiantEvolutionControl.java | 36 ++++ .../not_done/Q00844_GiantsTreasure.java | 36 ++++ .../Q00845_SabotageTheEmbryoSupplies.java | 36 ++++ .../not_done/Q00846_BuildingUpStrength.java | 36 ++++ .../not_done/Q00923_ShinedustExtraction.java | 36 ++++ .../Q00924_GiantOfTheRestorationRoom.java | 36 ++++ .../quests/not_done/Q00929_SeekerRescue.java | 36 ++++ .../Q00930_DisparagingThePhantoms.java | 36 ++++ .../not_done/Q00931_MemoriesOfTheWind.java | 36 ++++ .../quests/not_done/Q00932_SayhasEnergy.java | 36 ++++ ...0985_AdventureGuildsSpecialRequestLv1.java | 36 ++++ ...0986_AdventureGuildsSpecialRequestLv2.java | 36 ++++ ...0987_AdventureGuildsSpecialRequestLv3.java | 36 ++++ ...0988_AdventureGuildsSpecialRequestLv4.java | 36 ++++ ...0989_AdventureGuildsSpecialRequestLv5.java | 36 ++++ .../not_done/Q10298_WastelandQueen.java | 36 ++++ .../not_done/Q10355_BlacksmithsSoul1.java | 36 ++++ .../not_done/Q10356_BlacksmithsSoul2.java | 36 ++++ ...loringTheDimensionSealingTheDimension.java | 36 ++++ .../quests/not_done/Q10396_WitchOfSpores.java | 36 ++++ .../Q10418_TheImmortalPirateKing.java | 36 ++++ .../not_done/Q10423_EmbryoStrongholdRaid.java | 36 ++++ .../not_done/Q10454_FinalEmbryoApostle.java | 36 ++++ .../not_done/Q10457_KefensisIllusion.java | 36 ++++ .../quests/not_done/Q10506_DianasRequest.java | 36 ++++ .../Q10531_OddHappeningsAtDragonValley.java | 36 ++++ .../Q10532_UncoveringTheConspiracy.java | 36 ++++ .../not_done/Q10535_BlacksmithsSoul3.java | 36 ++++ .../not_done/Q10537_KamaelDisarray.java | 36 ++++ .../not_done/Q10538_GiantsEvolution.java | 36 ++++ .../Q10539_EnergySupplyCutoffPlan.java | 36 ++++ .../not_done/Q10540_ThwartingMimirsPlan.java | 36 ++++ .../Q10552_ChallengeBalthusKnight.java | 36 ++++ .../Q10553_WhatMattersMoreThanAbility.java | 36 ++++ .../quests/not_done/Q10554_GiftForYou.java | 36 ++++ .../not_done/Q10555_ChargeAtAntharas.java | 36 ++++ .../Q10556_ForgottenPowerStartOfFate.java | 36 ++++ .../not_done/Q10557_NewPowerWindsOfFate.java | 36 ++++ .../quests/not_done/Q10558_HiddenInChaos.java | 36 ++++ .../not_done/Q10559_BeforeTheGuide.java | 36 ++++ .../not_done/Q10560_WayOfWanderingKnight.java | 36 ++++ .../not_done/Q10561_AcrossTheDeathLine.java | 36 ++++ .../quests/not_done/Q10562_TakeUpArms.java | 36 ++++ .../not_done/Q10563_ControlOfPower.java | 36 ++++ .../quests/not_done/Q10564_ProveProgress.java | 36 ++++ .../not_done/Q10565_NothingIsImpossible.java | 36 ++++ .../quests/not_done/Q10566_BestChoice.java | 36 ++++ .../Q10567_SpecialMissionNornilsGarden.java | 36 ++++ ...10568_KamaelsTechnologicalAdvancement.java | 36 ++++ .../not_done/Q10569_DeclarationOfWar.java | 36 ++++ .../Q10570_HurrahForKamaelsIndependence.java | 36 ++++ .../Q10571_StrategicReconciliation.java | 36 ++++ .../Q10572_ToExpelTheEmbryosForces.java | 36 ++++ .../Q10574_SpecialMissionFortuna.java | 36 ++++ .../quests/not_done/Q10575_LetsGoFishing.java | 36 ++++ .../not_done/Q10576_GlitteringWeapons.java | 36 ++++ .../not_done/Q10577_TemperARustingBlade.java | 36 ++++ .../not_done/Q10578_TheSoulOfASword.java | 36 ++++ .../Q10579_ContainingTheAttributePower.java | 36 ++++ .../Q10580_SpecialMissionDefeatSpezion.java | 36 ++++ .../not_done/Q10594_FergasonsScheme.java | 36 ++++ .../Q10595_TheDimensionalWarpPart8.java | 36 ++++ .../Q10596_TheDimensionalWarpPart9.java | 36 ++++ ...0597_EscapeToTheShadowOfTheMotherTree.java | 36 ++++ .../not_done/Q10598_WithAllYourMight.java | 36 ++++ ...99_ThreadOfFateHangingOnTheMotherTree.java | 36 ++++ .../Q10748_MysteriousSuggestion1.java | 36 ++++ .../Q10749_MysteriousSuggestion2.java | 36 ++++ .../Q10844_BloodyBattleSeizingSupplies.java | 36 ++++ .../Q10845_BloodyBattleRescueTheSmiths.java | 36 ++++ ...10846_BloodyBattleMeetingTheCommander.java | 36 ++++ .../Q10848_TrialsBeforeTheBattle.java | 36 ++++ .../not_done/Q10849_TrialsForAdaptation.java | 36 ++++ .../quests/not_done/Q10851_ElvenBotany.java | 36 ++++ .../Q10852_TheMotherTreeRevivalProject.java | 36 ++++ .../not_done/Q10853_ToWeakenTheGiants.java | 36 ++++ .../not_done/Q10854_ToSeizeTheFortress.java | 36 ++++ .../not_done/Q10856_SuperionAppears.java | 36 ++++ .../not_done/Q10857_SecretTeleport.java | 36 ++++ ...0858_QueenRamonaControllerOfTheVessel.java | 36 ++++ .../Q10859_OwnTheEarthAndTheHeavens.java | 36 ++++ .../Q10873_ExaltedReachingAnotherLevel.java | 36 ++++ .../not_done/Q10874_AgainstTheNewEnemy.java | 36 ++++ .../quests/not_done/Q10875_ForReputation.java | 36 ++++ .../quests/not_done/Q10876_LeadersGrace.java | 36 ++++ .../not_done/Q10877_BreakThroughCrisis.java | 36 ++++ .../not_done/Q10879_ExaltedGuideToPower.java | 36 ++++ .../not_done/Q10880_TheLastOneStanding.java | 36 ++++ .../quests/not_done/Q10881_ForThePride.java | 36 ++++ .../not_done/Q10882_VictoryCollection.java | 36 ++++ .../quests/not_done/Q10883_ImmortalHonor.java | 36 ++++ .../data/scripts/quests/MissingQuests.txt | 9 +- .../scripts/quests/QuestMasterHandler.java | 174 +++++++++++++++- ...504_CompetitionForTheBanditStronghold.java | 36 ++++ .../Q00529_RegularBarrierMaintenance.java | 36 ++++ ...61_BasicMissionHarnakUndergroundRuins.java | 36 ++++ .../Q00562_BasicMissionAltarOfEvil.java | 36 ++++ .../Q00563_BasicMissionBloodySwampland.java | 36 ++++ ...0564_BasicMissionKartiasLabyrinthSolo.java | 36 ++++ ...00565_BasicMissionFairySettlementWest.java | 36 ++++ ...00566_BasicMissionFairySettlementEast.java | 36 ++++ .../Q00567_BasicMissionIsleOfSouls.java | 36 ++++ .../Q00568_SpecialMissionNornilsCave.java | 36 ++++ .../Q00569_BasicMissionSealOfShilen.java | 36 ++++ ...0_SpecialMissionKartiasLabyrinthParty.java | 36 ++++ ...1_SpecialMissionProofOfUnityFieldRaid.java | 36 ++++ ...SpecialMissionProofOfCourageFieldRaid.java | 36 ++++ ...pecialMissionProofOfStrengthFieldRaid.java | 36 ++++ .../Q00574_SpecialMissionNornilsGarden.java | 36 ++++ .../Q00575_SpecialMissionFortuna.java | 36 ++++ .../Q00576_SpecialMissionDefeatSpezion.java | 36 ++++ .../Q00577_BasicMissionSilentValley.java | 36 ++++ .../not_done/Q00580_BeyondTheMemories.java | 36 ++++ .../Q00581_ThePurificationRitual.java | 36 ++++ .../not_done/Q00582_WashBloodWithBlood.java | 36 ++++ .../not_done/Q00583_MeaningOfSurvival.java | 36 ++++ .../not_done/Q00584_NeverSayGoodBye.java | 36 ++++ .../not_done/Q00585_CantGoAgainstTheTime.java | 36 ++++ .../not_done/Q00586_MutatedCreatures.java | 36 ++++ .../Q00587_MoreAggressiveOperation.java | 36 ++++ .../quests/not_done/Q00588_HeadOnCrash.java | 36 ++++ .../quests/not_done/Q00589_ASecretChange.java | 36 ++++ .../not_done/Q00590_ToEachTheirOwn.java | 36 ++++ .../not_done/Q00591_GreatAmbitions.java | 36 ++++ .../Q00599_DemonsAndDimensionalEnergy.java | 36 ++++ .../Q00600_KeyToTheRefiningProcess.java | 36 ++++ .../Q00655_AGrandPlanForTamingWildBeasts.java | 36 ++++ ...665_BasicTrainingForHunterGuildMember.java | 36 ++++ .../Q00666_HunterGuildMembersKnowledge.java | 36 ++++ .../not_done/Q00667_CoveringShilensEyes.java | 36 ++++ .../not_done/Q00668_ABattleWithTheGiants.java | 36 ++++ .../Q00669_DesperateFightWithTheDragons.java | 36 ++++ .../not_done/Q00671_PathToFindingThePast.java | 36 ++++ .../not_done/Q00672_ArchenemyEmbryo.java | 36 ++++ .../not_done/Q00673_BelethAmbition.java | 36 ++++ ...674_ChangesInTheShadowOfTheMotherTree.java | 36 ++++ .../Q00675_WhatTheThreadOfThePastShows.java | 36 ++++ .../not_done/Q00737_ASwordHiddenInASmile.java | 36 ++++ ...onalExplorationOfTheUnworldlyVisitors.java | 36 ++++ .../not_done/Q00743_AtTheAltarOfOblivion.java | 36 ++++ .../Q00744_TheAlligatorHunterReturns.java | 36 ++++ .../Q00745_TheOutlawsAreIncoming.java | 36 ++++ .../Q00747_DefendingTheForsakenPlains.java | 36 ++++ .../not_done/Q00748_EndlessRevenge.java | 36 ++++ .../not_done/Q00749_TiesWithTheGuardians.java | 36 ++++ .../quests/not_done/Q00750_SevenFlowers.java | 36 ++++ .../Q00759_TheDwarvenNightmareContinues.java | 36 ++++ .../not_done/Q00773_ToCalmTheFlood.java | 36 ++++ .../not_done/Q00774_DreamingOfPeace.java | 36 ++++ ...0780_UtilizeTheDarknessSeedOfInfinity.java | 36 ++++ ..._UtilizeTheDarknessSeedOfAnnihilation.java | 36 ++++ ...0782_UtilizeTheDarknessSeedOfHellfire.java | 36 ++++ .../not_done/Q00789_WaitingForPaagrio.java | 36 ++++ .../not_done/Q00792_TheSuperionGiants.java | 36 ++++ .../Q00816_PlansToRepairTheStronghold.java | 36 ++++ .../not_done/Q00824_AttackTheCommandPost.java | 36 ++++ .../Q00836_RequestFromTheBlackbirdClan.java | 36 ++++ .../Q00837_RequestFromTheGiantTrackers.java | 36 ++++ ...838_RequestFromTheMotherTreeGuardians.java | 36 ++++ ...00839_RequestFromTheUnworldlyVisitors.java | 36 ++++ ...0840_RequestFromTheKingdomsRoyalGuard.java | 36 ++++ .../Q00841_ContaminationContainment.java | 36 ++++ .../quests/not_done/Q00842_CaptiveDemons.java | 36 ++++ .../Q00843_GiantEvolutionControl.java | 36 ++++ .../not_done/Q00844_GiantsTreasure.java | 36 ++++ .../Q00845_SabotageTheEmbryoSupplies.java | 36 ++++ .../not_done/Q00846_BuildingUpStrength.java | 36 ++++ .../not_done/Q00923_ShinedustExtraction.java | 36 ++++ .../Q00924_GiantOfTheRestorationRoom.java | 36 ++++ .../quests/not_done/Q00929_SeekerRescue.java | 36 ++++ .../Q00930_DisparagingThePhantoms.java | 36 ++++ .../not_done/Q00931_MemoriesOfTheWind.java | 36 ++++ .../quests/not_done/Q00932_SayhasEnergy.java | 36 ++++ ...0985_AdventureGuildsSpecialRequestLv1.java | 36 ++++ ...0986_AdventureGuildsSpecialRequestLv2.java | 36 ++++ ...0987_AdventureGuildsSpecialRequestLv3.java | 36 ++++ ...0988_AdventureGuildsSpecialRequestLv4.java | 36 ++++ ...0989_AdventureGuildsSpecialRequestLv5.java | 36 ++++ .../not_done/Q10298_WastelandQueen.java | 36 ++++ .../not_done/Q10355_BlacksmithsSoul1.java | 36 ++++ .../not_done/Q10356_BlacksmithsSoul2.java | 36 ++++ ...loringTheDimensionSealingTheDimension.java | 36 ++++ .../Q10418_TheImmortalPirateKing.java | 36 ++++ .../not_done/Q10423_EmbryoStrongholdRaid.java | 36 ++++ .../not_done/Q10454_FinalEmbryoApostle.java | 36 ++++ .../not_done/Q10457_KefensisIllusion.java | 36 ++++ .../quests/not_done/Q10506_DianasRequest.java | 36 ++++ ...IvoryTowersResearchSeaOfSporesJournal.java | 36 ++++ .../Q10531_OddHappeningsAtDragonValley.java | 36 ++++ .../Q10532_UncoveringTheConspiracy.java | 36 ++++ .../not_done/Q10533_OrfensAmbition.java | 36 ++++ .../not_done/Q10535_BlacksmithsSoul3.java | 36 ++++ .../not_done/Q10537_KamaelDisarray.java | 36 ++++ .../not_done/Q10538_GiantsEvolution.java | 36 ++++ .../Q10539_EnergySupplyCutoffPlan.java | 36 ++++ .../not_done/Q10540_ThwartingMimirsPlan.java | 36 ++++ .../Q10552_ChallengeBalthusKnight.java | 36 ++++ .../Q10553_WhatMattersMoreThanAbility.java | 36 ++++ .../quests/not_done/Q10554_GiftForYou.java | 36 ++++ .../not_done/Q10555_ChargeAtAntharas.java | 36 ++++ .../Q10556_ForgottenPowerStartOfFate.java | 36 ++++ .../not_done/Q10557_NewPowerWindsOfFate.java | 36 ++++ .../quests/not_done/Q10558_HiddenInChaos.java | 36 ++++ .../not_done/Q10559_BeforeTheGuide.java | 36 ++++ .../not_done/Q10560_WayOfWanderingKnight.java | 36 ++++ .../not_done/Q10561_AcrossTheDeathLine.java | 36 ++++ .../quests/not_done/Q10562_TakeUpArms.java | 36 ++++ .../not_done/Q10563_ControlOfPower.java | 36 ++++ .../quests/not_done/Q10564_ProveProgress.java | 36 ++++ .../not_done/Q10565_NothingIsImpossible.java | 36 ++++ .../quests/not_done/Q10566_BestChoice.java | 36 ++++ .../Q10567_SpecialMissionNornilsGarden.java | 36 ++++ ...10568_KamaelsTechnologicalAdvancement.java | 36 ++++ .../not_done/Q10569_DeclarationOfWar.java | 36 ++++ .../Q10570_HurrahForKamaelsIndependence.java | 36 ++++ .../Q10571_StrategicReconciliation.java | 36 ++++ .../Q10572_ToExpelTheEmbryosForces.java | 36 ++++ .../Q10574_SpecialMissionFortuna.java | 36 ++++ .../quests/not_done/Q10575_LetsGoFishing.java | 36 ++++ .../not_done/Q10576_GlitteringWeapons.java | 36 ++++ .../not_done/Q10577_TemperARustingBlade.java | 36 ++++ .../not_done/Q10578_TheSoulOfASword.java | 36 ++++ .../Q10579_ContainingTheAttributePower.java | 36 ++++ .../Q10580_SpecialMissionDefeatSpezion.java | 36 ++++ .../not_done/Q10594_FergasonsScheme.java | 36 ++++ .../Q10595_TheDimensionalWarpPart8.java | 36 ++++ .../Q10596_TheDimensionalWarpPart9.java | 36 ++++ ...0597_EscapeToTheShadowOfTheMotherTree.java | 36 ++++ .../not_done/Q10598_WithAllYourMight.java | 36 ++++ ...99_ThreadOfFateHangingOnTheMotherTree.java | 36 ++++ .../Q10748_MysteriousSuggestion1.java | 36 ++++ .../Q10749_MysteriousSuggestion2.java | 36 ++++ .../Q10844_BloodyBattleSeizingSupplies.java | 36 ++++ .../Q10845_BloodyBattleRescueTheSmiths.java | 36 ++++ ...10846_BloodyBattleMeetingTheCommander.java | 36 ++++ .../Q10848_TrialsBeforeTheBattle.java | 36 ++++ .../not_done/Q10849_TrialsForAdaptation.java | 36 ++++ .../quests/not_done/Q10851_ElvenBotany.java | 36 ++++ .../Q10852_TheMotherTreeRevivalProject.java | 36 ++++ .../not_done/Q10853_ToWeakenTheGiants.java | 36 ++++ .../not_done/Q10854_ToSeizeTheFortress.java | 36 ++++ .../not_done/Q10856_SuperionAppears.java | 36 ++++ .../not_done/Q10857_SecretTeleport.java | 36 ++++ ...0858_QueenRamonaControllerOfTheVessel.java | 36 ++++ .../Q10859_OwnTheEarthAndTheHeavens.java | 36 ++++ .../Q10873_ExaltedReachingAnotherLevel.java | 36 ++++ .../not_done/Q10874_AgainstTheNewEnemy.java | 36 ++++ .../quests/not_done/Q10875_ForReputation.java | 36 ++++ .../quests/not_done/Q10876_LeadersGrace.java | 36 ++++ .../not_done/Q10877_BreakThroughCrisis.java | 36 ++++ .../not_done/Q10879_ExaltedGuideToPower.java | 36 ++++ .../not_done/Q10880_TheLastOneStanding.java | 36 ++++ .../quests/not_done/Q10881_ForThePride.java | 36 ++++ .../not_done/Q10882_VictoryCollection.java | 36 ++++ .../quests/not_done/Q10883_ImmortalHonor.java | 36 ++++ .../Q10886_SaviorsPathSearchTheRefinery.java | 36 ++++ .../Q10887_SaviorsPathDemonsAndAtelia.java | 36 ++++ .../Q10888_SaviorsPathDefeatTheEmbryo.java | 36 ++++ ...10889_SaviorsPathFallenEmperorsThrone.java | 36 ++++ .../Q10890_SaviorsPathFallOfEtina.java | 36 ++++ .../quests/not_done/Q10891_AtANewPlace.java | 36 ++++ .../Q10892_RevengeOneStepAtATime.java | 36 ++++ .../not_done/Q10893_EndOfTwistedFate.java | 36 ++++ .../data/scripts/quests/MissingQuests.txt | 9 +- .../scripts/quests/QuestMasterHandler.java | 194 +++++++++++++++++- ...504_CompetitionForTheBanditStronghold.java | 36 ++++ .../Q00529_RegularBarrierMaintenance.java | 36 ++++ .../not_done/Q00560_HowToOvercomeFear.java | 36 ++++ ...61_BasicMissionHarnakUndergroundRuins.java | 36 ++++ .../Q00562_BasicMissionAltarOfEvil.java | 36 ++++ .../Q00563_BasicMissionBloodySwampland.java | 36 ++++ ...0564_BasicMissionKartiasLabyrinthSolo.java | 36 ++++ ...00565_BasicMissionFairySettlementWest.java | 36 ++++ ...00566_BasicMissionFairySettlementEast.java | 36 ++++ .../Q00567_BasicMissionIsleOfSouls.java | 36 ++++ .../Q00568_SpecialMissionNornilsCave.java | 36 ++++ .../Q00569_BasicMissionSealOfShilen.java | 36 ++++ ...0_SpecialMissionKartiasLabyrinthParty.java | 36 ++++ ...1_SpecialMissionProofOfUnityFieldRaid.java | 36 ++++ ...SpecialMissionProofOfCourageFieldRaid.java | 36 ++++ ...pecialMissionProofOfStrengthFieldRaid.java | 36 ++++ .../Q00574_SpecialMissionNornilsGarden.java | 36 ++++ .../Q00576_SpecialMissionDefeatSpezion.java | 36 ++++ .../Q00577_BasicMissionSilentValley.java | 36 ++++ .../not_done/Q00578_BasicMissionCemetery.java | 36 ++++ .../Q00579_BasicMissionBlazingSwamp.java | 36 ++++ .../not_done/Q00580_BeyondTheMemories.java | 36 ++++ .../Q00581_ThePurificationRitual.java | 36 ++++ .../not_done/Q00582_WashBloodWithBlood.java | 36 ++++ .../not_done/Q00583_MeaningOfSurvival.java | 36 ++++ .../not_done/Q00584_NeverSayGoodBye.java | 36 ++++ .../not_done/Q00585_CantGoAgainstTheTime.java | 36 ++++ .../not_done/Q00586_MutatedCreatures.java | 36 ++++ .../Q00587_MoreAggressiveOperation.java | 36 ++++ .../quests/not_done/Q00588_HeadOnCrash.java | 36 ++++ .../quests/not_done/Q00589_ASecretChange.java | 36 ++++ .../not_done/Q00590_ToEachTheirOwn.java | 36 ++++ .../not_done/Q00591_GreatAmbitions.java | 36 ++++ .../Q00593_BasicMissionPaganTemple.java | 36 ++++ .../Q00594_BasicMissionDimensionalRift.java | 36 ++++ ...00595_SpecialMissionRaidersCrossroads.java | 36 ++++ .../Q00596_SpecialMissionDefeatBaylor.java | 36 ++++ .../Q00599_DemonsAndDimensionalEnergy.java | 36 ++++ .../Q00600_KeyToTheRefiningProcess.java | 36 ++++ .../Q00655_AGrandPlanForTamingWildBeasts.java | 36 ++++ ...665_BasicTrainingForHunterGuildMember.java | 36 ++++ .../Q00666_HunterGuildMembersKnowledge.java | 36 ++++ .../not_done/Q00667_CoveringShilensEyes.java | 36 ++++ .../not_done/Q00668_ABattleWithTheGiants.java | 36 ++++ .../Q00669_DesperateFightWithTheDragons.java | 36 ++++ .../not_done/Q00671_PathToFindingThePast.java | 36 ++++ .../not_done/Q00672_ArchenemyEmbryo.java | 36 ++++ .../not_done/Q00673_BelethAmbition.java | 36 ++++ ...674_ChangesInTheShadowOfTheMotherTree.java | 36 ++++ .../Q00675_WhatTheThreadOfThePastShows.java | 36 ++++ .../Q00682_TheStrongInTheClosedSpace.java | 36 ++++ .../Q00683_AdventOfKrofinSubspecies.java | 36 ++++ .../not_done/Q00684_DisturbedFields.java | 36 ++++ .../not_done/Q00737_ASwordHiddenInASmile.java | 36 ++++ ...onalExplorationOfTheUnworldlyVisitors.java | 36 ++++ .../not_done/Q00743_AtTheAltarOfOblivion.java | 36 ++++ .../Q00744_TheAlligatorHunterReturns.java | 36 ++++ .../Q00745_TheOutlawsAreIncoming.java | 36 ++++ .../Q00747_DefendingTheForsakenPlains.java | 36 ++++ .../not_done/Q00748_EndlessRevenge.java | 36 ++++ .../not_done/Q00749_TiesWithTheGuardians.java | 36 ++++ .../quests/not_done/Q00750_SevenFlowers.java | 36 ++++ .../Q00759_TheDwarvenNightmareContinues.java | 36 ++++ .../not_done/Q00773_ToCalmTheFlood.java | 36 ++++ .../not_done/Q00774_DreamingOfPeace.java | 36 ++++ ...0780_UtilizeTheDarknessSeedOfInfinity.java | 36 ++++ ..._UtilizeTheDarknessSeedOfAnnihilation.java | 36 ++++ ...0782_UtilizeTheDarknessSeedOfHellfire.java | 36 ++++ .../not_done/Q00789_WaitingForPaagrio.java | 36 ++++ .../not_done/Q00792_TheSuperionGiants.java | 36 ++++ .../Q00816_PlansToRepairTheStronghold.java | 36 ++++ .../not_done/Q00824_AttackTheCommandPost.java | 36 ++++ .../Q00836_RequestFromTheBlackbirdClan.java | 36 ++++ .../Q00837_RequestFromTheGiantTrackers.java | 36 ++++ ...838_RequestFromTheMotherTreeGuardians.java | 36 ++++ ...00839_RequestFromTheUnworldlyVisitors.java | 36 ++++ ...0840_RequestFromTheKingdomsRoyalGuard.java | 36 ++++ .../Q00841_ContaminationContainment.java | 36 ++++ .../quests/not_done/Q00842_CaptiveDemons.java | 36 ++++ .../Q00843_GiantEvolutionControl.java | 36 ++++ .../not_done/Q00844_GiantsTreasure.java | 36 ++++ .../Q00845_SabotageTheEmbryoSupplies.java | 36 ++++ .../not_done/Q00846_BuildingUpStrength.java | 36 ++++ .../not_done/Q00923_ShinedustExtraction.java | 36 ++++ .../Q00924_GiantOfTheRestorationRoom.java | 36 ++++ .../quests/not_done/Q00929_SeekerRescue.java | 36 ++++ .../Q00930_DisparagingThePhantoms.java | 36 ++++ .../not_done/Q00931_MemoriesOfTheWind.java | 36 ++++ .../quests/not_done/Q00932_SayhasEnergy.java | 36 ++++ ...0985_AdventureGuildsSpecialRequestLv1.java | 36 ++++ ...0986_AdventureGuildsSpecialRequestLv2.java | 36 ++++ ...0987_AdventureGuildsSpecialRequestLv3.java | 36 ++++ ...0988_AdventureGuildsSpecialRequestLv4.java | 36 ++++ ...0989_AdventureGuildsSpecialRequestLv5.java | 36 ++++ .../not_done/Q10298_WastelandQueen.java | 36 ++++ .../not_done/Q10355_BlacksmithsSoul1.java | 36 ++++ .../not_done/Q10356_BlacksmithsSoul2.java | 36 ++++ ...loringTheDimensionSealingTheDimension.java | 36 ++++ .../Q10418_TheImmortalPirateKing.java | 36 ++++ .../not_done/Q10423_EmbryoStrongholdRaid.java | 36 ++++ .../not_done/Q10454_FinalEmbryoApostle.java | 36 ++++ .../not_done/Q10457_KefensisIllusion.java | 36 ++++ .../Q10516_UnveiledFafurionTemple.java | 36 ++++ .../not_done/Q10517_FafurionsMinions.java | 36 ++++ .../Q10518_SucceedingThePriestess.java | 36 ++++ .../Q10519_ControllingYourTemper.java | 36 ++++ .../not_done/Q10520_TempleGuardians.java | 36 ++++ ...IvoryTowersResearchFloatingSeaJournal.java | 36 ++++ .../Q10531_OddHappeningsAtDragonValley.java | 36 ++++ .../Q10532_UncoveringTheConspiracy.java | 36 ++++ .../not_done/Q10533_OrfensAmbition.java | 36 ++++ .../not_done/Q10535_BlacksmithsSoul3.java | 42 ++++ .../not_done/Q10537_KamaelDisarray.java | 36 ++++ .../not_done/Q10538_GiantsEvolution.java | 36 ++++ .../Q10539_EnergySupplyCutoffPlan.java | 36 ++++ .../not_done/Q10540_ThwartingMimirsPlan.java | 36 ++++ .../Q10552_ChallengeBalthusKnight.java | 36 ++++ .../Q10553_WhatMattersMoreThanAbility.java | 36 ++++ .../quests/not_done/Q10554_GiftForYou.java | 36 ++++ .../not_done/Q10555_ChargeAtAntharas.java | 36 ++++ .../Q10556_ForgottenPowerStartOfFate.java | 36 ++++ .../not_done/Q10557_NewPowerWindsOfFate.java | 36 ++++ .../quests/not_done/Q10558_HiddenInChaos.java | 36 ++++ .../not_done/Q10559_BeforeTheGuide.java | 36 ++++ .../not_done/Q10560_WayOfWanderingKnight.java | 36 ++++ .../not_done/Q10561_AcrossTheDeathLine.java | 36 ++++ .../quests/not_done/Q10562_TakeUpArms.java | 36 ++++ .../not_done/Q10563_ControlOfPower.java | 36 ++++ .../quests/not_done/Q10564_ProveProgress.java | 36 ++++ .../not_done/Q10565_NothingIsImpossible.java | 36 ++++ .../quests/not_done/Q10566_BestChoice.java | 36 ++++ .../Q10567_SpecialMissionNornilsGarden.java | 36 ++++ ...10568_KamaelsTechnologicalAdvancement.java | 36 ++++ .../not_done/Q10569_DeclarationOfWar.java | 36 ++++ .../Q10570_HurrahForKamaelsIndependence.java | 36 ++++ .../Q10571_StrategicReconciliation.java | 36 ++++ .../Q10572_ToExpelTheEmbryosForces.java | 36 ++++ .../quests/not_done/Q10575_LetsGoFishing.java | 36 ++++ .../not_done/Q10576_GlitteringWeapons.java | 36 ++++ .../not_done/Q10577_TemperARustingBlade.java | 36 ++++ .../not_done/Q10578_TheSoulOfASword.java | 36 ++++ .../Q10579_ContainingTheAttributePower.java | 36 ++++ .../Q10580_SpecialMissionDefeatSpezion.java | 36 ++++ .../Q10588_SpecialMissionDefeatBaylor.java | 36 ++++ .../not_done/Q10594_FergasonsScheme.java | 36 ++++ .../Q10595_TheDimensionalWarpPart8.java | 36 ++++ .../Q10596_TheDimensionalWarpPart9.java | 36 ++++ ...0597_EscapeToTheShadowOfTheMotherTree.java | 36 ++++ .../not_done/Q10598_WithAllYourMight.java | 36 ++++ ...99_ThreadOfFateHangingOnTheMotherTree.java | 36 ++++ .../Q10748_MysteriousSuggestion1.java | 36 ++++ .../Q10749_MysteriousSuggestion2.java | 36 ++++ .../Q10844_BloodyBattleSeizingSupplies.java | 36 ++++ .../Q10845_BloodyBattleRescueTheSmiths.java | 36 ++++ ...10846_BloodyBattleMeetingTheCommander.java | 36 ++++ .../Q10848_TrialsBeforeTheBattle.java | 36 ++++ .../not_done/Q10849_TrialsForAdaptation.java | 36 ++++ .../quests/not_done/Q10851_ElvenBotany.java | 36 ++++ .../Q10852_TheMotherTreeRevivalProject.java | 36 ++++ .../not_done/Q10853_ToWeakenTheGiants.java | 36 ++++ .../not_done/Q10854_ToSeizeTheFortress.java | 36 ++++ .../not_done/Q10856_SuperionAppears.java | 36 ++++ .../not_done/Q10857_SecretTeleport.java | 36 ++++ ...0858_QueenRamonaControllerOfTheVessel.java | 36 ++++ .../Q10859_OwnTheEarthAndTheHeavens.java | 36 ++++ .../Q10873_ExaltedReachingAnotherLevel.java | 36 ++++ .../not_done/Q10874_AgainstTheNewEnemy.java | 36 ++++ .../quests/not_done/Q10875_ForReputation.java | 36 ++++ .../quests/not_done/Q10876_LeadersGrace.java | 36 ++++ .../not_done/Q10877_BreakThroughCrisis.java | 36 ++++ .../not_done/Q10879_ExaltedGuideToPower.java | 36 ++++ .../not_done/Q10880_TheLastOneStanding.java | 36 ++++ .../quests/not_done/Q10881_ForThePride.java | 36 ++++ .../not_done/Q10882_VictoryCollection.java | 36 ++++ .../quests/not_done/Q10883_ImmortalHonor.java | 36 ++++ .../Q10886_SaviorsPathSearchTheRefinery.java | 36 ++++ .../Q10887_SaviorsPathDemonsAndAtelia.java | 36 ++++ .../Q10888_SaviorsPathDefeatTheEmbryo.java | 36 ++++ ...10889_SaviorsPathFallenEmperorsThrone.java | 36 ++++ .../Q10890_SaviorsPathFallOfEtina.java | 36 ++++ .../quests/not_done/Q10891_AtANewPlace.java | 36 ++++ .../Q10892_RevengeOneStepAtATime.java | 36 ++++ .../not_done/Q10893_EndOfTwistedFate.java | 36 ++++ .../not_done/Q10895_RestrainQueenKrosha.java | 36 ++++ .../Q10896_VisitTheAdventureGuild.java | 36 ++++ .../not_done/Q10897_ShowYourAbility.java | 36 ++++ .../quests/not_done/Q10898_TowardAGoal.java | 36 ++++ .../not_done/Q10899_VeteranAdventurer.java | 36 ++++ .../not_done/Q10900_PathToStrength.java | 36 ++++ .../not_done/Q10901_AModelAdventurer.java | 36 ++++ .../scripts/quests/QuestMasterHandler.java | 9 + ...0910_RequestFromTheRedLibraGuildBasic.java | 36 ++++ ...questFromTheRedLibraGuildIntermediate.java | 36 ++++ ...2_RequestFromTheRedLibraGuildAdvanced.java | 36 ++++ ...uestFromTheRedLibraGuildSuperAdvanced.java | 36 ++++ .../data/scripts/quests/MissingQuests.txt | 36 ++-- .../scripts/quests/QuestMasterHandler.java | 37 ++++ .../not_done/Q00630_PirateTreasureHunt.java | 36 ++++ .../Q00657_MonsterArenaTrialForWarriors.java | 36 ++++ ...658_MonsterArenaTrialForEliteWarriors.java | 36 ++++ .../quests/not_done/Q00664_QuarrelsTime.java | 36 ++++ ...0910_RequestFromTheRedLibraGuildBasic.java | 36 ++++ ...questFromTheRedLibraGuildIntermediate.java | 36 ++++ ...2_RequestFromTheRedLibraGuildAdvanced.java | 36 ++++ ...uestFromTheRedLibraGuildSuperAdvanced.java | 36 ++++ .../quests/not_done/Q10506_DianasRequest.java | 36 ++++ ...Q10861_MonsterArenaTheBirthOfAWarrior.java | 36 ++++ ...Q10862_MonsterArenaChallenge10Battles.java | 36 ++++ ...863_MonsterArenaNewChallenge15Battles.java | 36 ++++ ...864_MonsterArenaBraveWarrior25Battles.java | 36 ++++ .../Q10865_MonsterArenaLastCall40Battles.java | 36 ++++ .../quests/not_done/Q10867_GoneMissing.java | 36 ++++ .../not_done/Q10868_TheDarkSideOfPower.java | 36 ++++ .../not_done/Q10870_UnfinishedDevice.java | 36 ++++ .../not_done/Q10871_DeathToThePirateKing.java | 36 ++++ .../data/scripts/quests/MissingQuests.txt | 41 ++-- .../scripts/quests/QuestMasterHandler.java | 35 ++++ .../not_done/Q00630_PirateTreasureHunt.java | 36 ++++ .../Q00657_MonsterArenaTrialForWarriors.java | 36 ++++ ...658_MonsterArenaTrialForEliteWarriors.java | 36 ++++ .../quests/not_done/Q00664_QuarrelsTime.java | 36 ++++ ...0910_RequestFromTheRedLibraGuildBasic.java | 36 ++++ ...questFromTheRedLibraGuildIntermediate.java | 36 ++++ ...2_RequestFromTheRedLibraGuildAdvanced.java | 36 ++++ ...uestFromTheRedLibraGuildSuperAdvanced.java | 36 ++++ ...Q10861_MonsterArenaTheBirthOfAWarrior.java | 36 ++++ ...Q10862_MonsterArenaChallenge10Battles.java | 36 ++++ ...863_MonsterArenaNewChallenge15Battles.java | 36 ++++ ...864_MonsterArenaBraveWarrior25Battles.java | 36 ++++ .../Q10865_MonsterArenaLastCall40Battles.java | 36 ++++ .../quests/not_done/Q10867_GoneMissing.java | 36 ++++ .../not_done/Q10868_TheDarkSideOfPower.java | 36 ++++ .../not_done/Q10870_UnfinishedDevice.java | 36 ++++ .../not_done/Q10871_DeathToThePirateKing.java | 36 ++++ .../data/scripts/quests/MissingQuests.txt | 9 +- .../scripts/quests/QuestMasterHandler.java | 37 ++++ .../not_done/Q00630_PirateTreasureHunt.java | 36 ++++ .../Q00657_MonsterArenaTrialForWarriors.java | 36 ++++ ...658_MonsterArenaTrialForEliteWarriors.java | 36 ++++ .../quests/not_done/Q00664_QuarrelsTime.java | 36 ++++ ...Q00910_RequestFromTheRedLibraGuildLv1.java | 36 ++++ ...Q00911_RequestFromTheRedLibraGuildLv2.java | 36 ++++ ...Q00912_RequestFromTheRedLibraGuildLv3.java | 36 ++++ ...Q00913_RequestFromTheRedLibraGuildLv4.java | 36 ++++ ...Q00914_RequestFromTheRedLibraGuildLv5.java | 36 ++++ ...Q10861_MonsterArenaTheBirthOfAWarrior.java | 36 ++++ ...Q10862_MonsterArenaChallenge10Battles.java | 36 ++++ ...863_MonsterArenaNewChallenge15Battles.java | 36 ++++ ...864_MonsterArenaBraveWarrior25Battles.java | 36 ++++ .../Q10865_MonsterArenaLastCall40Battles.java | 36 ++++ .../quests/not_done/Q10867_GoneMissing.java | 36 ++++ .../not_done/Q10868_TheDarkSideOfPower.java | 36 ++++ .../not_done/Q10870_UnfinishedDevice.java | 36 ++++ .../not_done/Q10871_DeathToThePirateKing.java | 36 ++++ 838 files changed, 30842 insertions(+), 174 deletions(-) create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00353_PowerOfDarkness.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10463_TheSoulOfASword.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10506_PaddysRequest.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10507_PaddysRequest.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10508_PaddysRequest.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00910_RedLibraRequestLv1.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00911_RedLibraRequestLv2.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00912_RedLibraRequestLv3.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00913_RedLibraRequestLv4.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00914_RedLibraRequestLv5.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00938_TheFishermansOtherHobby.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00666_KnowledgeableHunterGuildMember.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00667_HowToCoverShilensEyes.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00668_FightWithGiants.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00669_IntenseFightAgainstDragon.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00672_EmbryoTheArchenemy.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoulAwakeningWeapon1.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoulAwakeningWeapon2.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdAmbush.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoulAwakeningWeapon3.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchSeaOfSporesJournal.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00560_HowToOvercomeFear.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00578_BasicMissionCemetery.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00579_BasicMissionBlazingSwamp.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00593_BasicMissionPaganTemple.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00594_BasicMissionDimensionalRift.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00595_SpecialMissionRaidersCrossroads.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00596_SpecialMissionDefeatBaylor.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00682_TheStrongInTheClosedSpace.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00683_AdventOfKrofinSubspecies.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00684_DisturbedFields.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10516_UnveiledFafurionTemple.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10517_FafurionsMinions.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10518_SucceedingThePriestess.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10519_ControllingYourTemper.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10520_TempleGuardians.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchFloatingSeaJournal.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10588_SpecialMissionDefeatBaylor.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10895_RestrainQueenKrosha.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10896_VisitTheAdventureGuild.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10897_ShowYourAbility.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10898_TowardAGoal.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10899_VeteranAdventurer.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10900_PathToStrength.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10901_AModelAdventurer.java create mode 100644 L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java create mode 100644 L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java create mode 100644 L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java create mode 100644 L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/MissingQuests.txt index d277266161..7ffda053f6 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/MissingQuests.txt @@ -1,48 +1,48 @@ -353 Power of Darkness -480 Another Legacy of Cruma Tower -504 Competition for the Bandit Stronghold -505 Blood Offering -655 A Grand Plan for Taming Wild Beasts -750 Seven Flowers -759 The Dwarven Nightmare Continues -767 Banishing Evil -768 Terror of Town -769 The Truth Concealed in Beauty -770 Maintaining the Field Business -771 Partaking in the Purification Campaign -780 Utilize the Darkness - Seed of Infinity -781 Utilize the Darkness - Seed of Annihilation -782 Utilize the Darkness - Seed of Hellfire -789 Waiting for Pa'agrio -10352 Legacy of Cruma Tower -10357 Altar of Blood that Awakens Destruction -10456 Operation: Rescue -10457 Kefensis' Illusion -10458 To the Desert Quarry -10463 The Soul of a Sword -10506 Paddy's Request -10507 Paddy's Request -10508 Paddy's Request -10712 The Minstrel's Song, Part 1 -10713 The Hero's Journey: Bloody Swampland -10714 The Hero's Journey: Seed of Annihilation -10715 The Hero's Journey: Harnak Underground Ruins -10716 The Hero's Journey: Kartia's Labyrinth -10717 The Minstrel's Song, Part 2 -10718 The Hero's Journey: Fairy Settlement -10720 The Minstrel's Song, Part 3 -10721 The Hero's Journey: Prison of Darkness -10722 The Hero's Journey: Fortuna -10723 The Minstrel's Song, Part 4 -10724 The Hero's Journey: Isle of Souls -10725 The Hero's Journey: Nornil's Cave -10726 The Minstrel's Song, Part 5 -10727 The Hero's Journey: Seal of Shilen -10728 The Hero's Journey: Cemetary -10729 The Hero's Journey: Guillotine Fortress -10730 The Hero's Journey: Orbis Temple -10731 The Minstrel's Song, Part 6 -10747 The Hero's Journey: Pagan Temple -10748 Mysterious Suggestion - 1 -10749 Mysterious Suggestion - 2 -10809 The Hero's Journey: Blazing Swamp \ No newline at end of file +353 Power of Darkness +480 Another Legacy of Cruma Tower +504 Competition for the Bandit Stronghold +505 Blood Offering +655 A Grand Plan for Taming Wild Beasts +750 Seven Flowers +759 The Dwarven Nightmare Continues +767 Banishing Evil +768 Terror of Town +769 The Truth Concealed in Beauty +770 Maintaining the Field Business +771 Partaking in the Purification Campaign +780 Utilize the Darkness - Seed of Infinity +781 Utilize the Darkness - Seed of Annihilation +782 Utilize the Darkness - Seed of Hellfire +789 Waiting for Pa'agrio +10352 Legacy of Cruma Tower +10357 Altar of Blood that Awakens Destruction +10456 Operation: Rescue +10457 Kefensis' Illusion +10458 To the Desert Quarry +10463 The Soul of a Sword +10506 Paddy's Request +10507 Paddy's Request +10508 Paddy's Request +10712 The Minstrel's Song, Part 1 +10713 The Hero's Journey: Bloody Swampland +10714 The Hero's Journey: Seed of Annihilation +10715 The Hero's Journey: Harnak Underground Ruins +10716 The Hero's Journey: Kartia's Labyrinth +10717 The Minstrel's Song, Part 2 +10718 The Hero's Journey: Fairy Settlement +10720 The Minstrel's Song, Part 3 +10721 The Hero's Journey: Prison of Darkness +10722 The Hero's Journey: Fortuna +10723 The Minstrel's Song, Part 4 +10724 The Hero's Journey: Isle of Souls +10725 The Hero's Journey: Nornil's Cave +10726 The Minstrel's Song, Part 5 +10727 The Hero's Journey: Seal of Shilen +10728 The Hero's Journey: Cemetary +10729 The Hero's Journey: Guillotine Fortress +10730 The Hero's Journey: Orbis Temple +10731 The Minstrel's Song, Part 6 +10747 The Hero's Journey: Pagan Temple +10748 Mysterious Suggestion - 1 +10749 Mysterious Suggestion - 2 +10809 The Hero's Journey: Blazing Swamp \ No newline at end of file diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/QuestMasterHandler.java index 4e9b2a7e75..4119a0ff19 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -451,6 +451,47 @@ import quests.Q10798_LettersFromTheQueenDragonValley.Q10798_LettersFromTheQueenD import quests.Q10799_StrangeThingsAfootInTheValley.Q10799_StrangeThingsAfootInTheValley; import quests.Q10800_ReconnaissanceAtDragonValley.Q10800_ReconnaissanceAtDragonValley; import quests.Q10801_TheDimensionalWarpPart1.Q10801_TheDimensionalWarpPart1; +import quests.not_done.Q00353_PowerOfDarkness; +import quests.not_done.Q00480_AnotherLegacyOfCrumaTower; +import quests.not_done.Q00504_CompetitionForTheBanditStronghold; +import quests.not_done.Q00655_AGrandPlanForTamingWildBeasts; +import quests.not_done.Q00750_SevenFlowers; +import quests.not_done.Q00759_TheDwarvenNightmareContinues; +import quests.not_done.Q00767_BanishingEvil; +import quests.not_done.Q00768_TerrorOfTown; +import quests.not_done.Q00769_TheTruthConcealedInBeauty; +import quests.not_done.Q00770_MaintainingTheFieldBusiness; +import quests.not_done.Q00771_PartakingInThePurificationCampaign; +import quests.not_done.Q00780_UtilizeTheDarknessSeedOfInfinity; +import quests.not_done.Q00781_UtilizeTheDarknessSeedOfAnnihilation; +import quests.not_done.Q00782_UtilizeTheDarknessSeedOfHellfire; +import quests.not_done.Q00789_WaitingForPaagrio; +import quests.not_done.Q10352_LegacyOfCrumaTower; +import quests.not_done.Q10357_AltarOfBloodThatAwakensDestruction; +import quests.not_done.Q10456_OperationRescue; +import quests.not_done.Q10457_KefensisIllusion; +import quests.not_done.Q10458_ToTheDesertQuarry; +import quests.not_done.Q10463_TheSoulOfASword; +import quests.not_done.Q10506_PaddysRequest; +import quests.not_done.Q10507_PaddysRequest; +import quests.not_done.Q10508_PaddysRequest; +import quests.not_done.Q10713_TheHerosJourneyBloodySwampland; +import quests.not_done.Q10714_TheHerosJourneySeedOfAnnihilation; +import quests.not_done.Q10715_TheHerosJourneyHarnakUndergroundRuins; +import quests.not_done.Q10716_TheHerosJourneyKartiasLabyrinth; +import quests.not_done.Q10718_TheHerosJourneyFairySettlement; +import quests.not_done.Q10721_TheHerosJourneyPrisonOfDarkness; +import quests.not_done.Q10722_TheHerosJourneyFortuna; +import quests.not_done.Q10724_TheHerosJourneyIsleOfSouls; +import quests.not_done.Q10725_TheHerosJourneyNornilsCave; +import quests.not_done.Q10727_TheHerosJourneySealOfShilen; +import quests.not_done.Q10728_TheHerosJourneyCemetary; +import quests.not_done.Q10729_TheHerosJourneyGuillotineFortress; +import quests.not_done.Q10730_TheHerosJourneyOrbisTemple; +import quests.not_done.Q10747_TheHerosJourneyPaganTemple; +import quests.not_done.Q10748_MysteriousSuggestion1; +import quests.not_done.Q10749_MysteriousSuggestion2; +import quests.not_done.Q10809_TheHerosJourneyBlazingSwamp; /** * @author NosBit @@ -892,7 +933,49 @@ public class QuestMasterHandler Q10798_LettersFromTheQueenDragonValley.class, Q10799_StrangeThingsAfootInTheValley.class, Q10800_ReconnaissanceAtDragonValley.class, - Q10801_TheDimensionalWarpPart1.class + Q10801_TheDimensionalWarpPart1.class, + // Not done. + Q00353_PowerOfDarkness.class, + Q00480_AnotherLegacyOfCrumaTower.class, + Q00504_CompetitionForTheBanditStronghold.class, + Q00655_AGrandPlanForTamingWildBeasts.class, + Q00750_SevenFlowers.class, + Q00759_TheDwarvenNightmareContinues.class, + Q00767_BanishingEvil.class, + Q00768_TerrorOfTown.class, + Q00769_TheTruthConcealedInBeauty.class, + Q00770_MaintainingTheFieldBusiness.class, + Q00771_PartakingInThePurificationCampaign.class, + Q00780_UtilizeTheDarknessSeedOfInfinity.class, + Q00781_UtilizeTheDarknessSeedOfAnnihilation.class, + Q00782_UtilizeTheDarknessSeedOfHellfire.class, + Q00789_WaitingForPaagrio.class, + Q10352_LegacyOfCrumaTower.class, + Q10357_AltarOfBloodThatAwakensDestruction.class, + Q10456_OperationRescue.class, + Q10457_KefensisIllusion.class, + Q10458_ToTheDesertQuarry.class, + Q10463_TheSoulOfASword.class, + Q10506_PaddysRequest.class, + Q10507_PaddysRequest.class, + Q10508_PaddysRequest.class, + Q10713_TheHerosJourneyBloodySwampland.class, + Q10714_TheHerosJourneySeedOfAnnihilation.class, + Q10715_TheHerosJourneyHarnakUndergroundRuins.class, + Q10716_TheHerosJourneyKartiasLabyrinth.class, + Q10718_TheHerosJourneyFairySettlement.class, + Q10721_TheHerosJourneyPrisonOfDarkness.class, + Q10722_TheHerosJourneyFortuna.class, + Q10724_TheHerosJourneyIsleOfSouls.class, + Q10725_TheHerosJourneyNornilsCave.class, + Q10727_TheHerosJourneySealOfShilen.class, + Q10728_TheHerosJourneyCemetary.class, + Q10729_TheHerosJourneyGuillotineFortress.class, + Q10730_TheHerosJourneyOrbisTemple.class, + Q10747_TheHerosJourneyPaganTemple.class, + Q10748_MysteriousSuggestion1.class, + Q10749_MysteriousSuggestion2.class, + Q10809_TheHerosJourneyBlazingSwamp.class }; public static void main(String[] args) diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00353_PowerOfDarkness.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00353_PowerOfDarkness.java new file mode 100644 index 0000000000..1578705fff --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00353_PowerOfDarkness.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00353_PowerOfDarkness extends Quest +{ + private static final int START_NPC = 31044; + + public Q00353_PowerOfDarkness() + { + super(353); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.java new file mode 100644 index 0000000000..08f11653b0 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00480_AnotherLegacyOfCrumaTower extends Quest +{ + private static final int START_NPC = 33155; + + public Q00480_AnotherLegacyOfCrumaTower() + { + super(480); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java new file mode 100644 index 0000000000..b57d61f097 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00504_CompetitionForTheBanditStronghold extends Quest +{ + private static final int START_NPC = 35437; + + public Q00504_CompetitionForTheBanditStronghold() + { + super(504); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java new file mode 100644 index 0000000000..0d0201000c --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00655_AGrandPlanForTamingWildBeasts extends Quest +{ + private static final int START_NPC = 35627; + + public Q00655_AGrandPlanForTamingWildBeasts() + { + super(655); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java new file mode 100644 index 0000000000..9e3d0e5d2a --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00750_SevenFlowers extends Quest +{ + private static final int START_NPC = 33697; + + public Q00750_SevenFlowers() + { + super(750); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java new file mode 100644 index 0000000000..e3bea64a64 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00759_TheDwarvenNightmareContinues extends Quest +{ + private static final int START_NPC = 30537; + + public Q00759_TheDwarvenNightmareContinues() + { + super(759); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.java new file mode 100644 index 0000000000..4282911d84 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00767_BanishingEvil extends Quest +{ + private static final int START_NPC = 32655; + + public Q00767_BanishingEvil() + { + super(767); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.java new file mode 100644 index 0000000000..2a5d2ac717 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00768_TerrorOfTown extends Quest +{ + private static final int START_NPC = 33841; + + public Q00768_TerrorOfTown() + { + super(768); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.java new file mode 100644 index 0000000000..78fce47d37 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00769_TheTruthConcealedInBeauty extends Quest +{ + private static final int START_NPC = 32741; + + public Q00769_TheTruthConcealedInBeauty() + { + super(769); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.java new file mode 100644 index 0000000000..af25e78dea --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00770_MaintainingTheFieldBusiness extends Quest +{ + private static final int START_NPC = 32646; + + public Q00770_MaintainingTheFieldBusiness() + { + super(770); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.java new file mode 100644 index 0000000000..0b364df031 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00771_PartakingInThePurificationCampaign extends Quest +{ + private static final int START_NPC = 32647; + + public Q00771_PartakingInThePurificationCampaign() + { + super(771); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java new file mode 100644 index 0000000000..9fddeeb672 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00780_UtilizeTheDarknessSeedOfInfinity extends Quest +{ + private static final int START_NPC = 32603; + + public Q00780_UtilizeTheDarknessSeedOfInfinity() + { + super(780); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java new file mode 100644 index 0000000000..273efcea09 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00781_UtilizeTheDarknessSeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 32734; + + public Q00781_UtilizeTheDarknessSeedOfAnnihilation() + { + super(781); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java new file mode 100644 index 0000000000..5fcb34de4b --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00782_UtilizeTheDarknessSeedOfHellfire extends Quest +{ + private static final int START_NPC = 33669; + + public Q00782_UtilizeTheDarknessSeedOfHellfire() + { + super(782); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java new file mode 100644 index 0000000000..960662e407 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00789_WaitingForPaagrio extends Quest +{ + private static final int START_NPC = 34014; + + public Q00789_WaitingForPaagrio() + { + super(789); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.java new file mode 100644 index 0000000000..c69e4bfc3f --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10352_LegacyOfCrumaTower extends Quest +{ + private static final int START_NPC = 33155; + + public Q10352_LegacyOfCrumaTower() + { + super(10352); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java new file mode 100644 index 0000000000..3242bbc587 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10357_AltarOfBloodThatAwakensDestruction extends Quest +{ + private static final int START_NPC = 33515; + + public Q10357_AltarOfBloodThatAwakensDestruction() + { + super(10357); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.java new file mode 100644 index 0000000000..1859fab268 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10456_OperationRescue extends Quest +{ + private static final int START_NPC = 31590; + + public Q10456_OperationRescue() + { + super(10456); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java new file mode 100644 index 0000000000..ffd77b8033 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10457_KefensisIllusion extends Quest +{ + private static final int START_NPC = 31590; + + public Q10457_KefensisIllusion() + { + super(10457); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.java new file mode 100644 index 0000000000..6db01b7b3c --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10458_ToTheDesertQuarry extends Quest +{ + private static final int START_NPC = 31619; + + public Q10458_ToTheDesertQuarry() + { + super(10458); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10463_TheSoulOfASword.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10463_TheSoulOfASword.java new file mode 100644 index 0000000000..1aaaa4573c --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10463_TheSoulOfASword.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10463_TheSoulOfASword extends Quest +{ + private static final int START_NPC = 30677; + + public Q10463_TheSoulOfASword() + { + super(10463); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10506_PaddysRequest.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10506_PaddysRequest.java new file mode 100644 index 0000000000..8c757f6c66 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10506_PaddysRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10506_PaddysRequest extends Quest +{ + private static final int START_NPC = 32378; + + public Q10506_PaddysRequest() + { + super(10506); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10507_PaddysRequest.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10507_PaddysRequest.java new file mode 100644 index 0000000000..3312b658ec --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10507_PaddysRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10507_PaddysRequest extends Quest +{ + private static final int START_NPC = 32378; + + public Q10507_PaddysRequest() + { + super(10507); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10508_PaddysRequest.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10508_PaddysRequest.java new file mode 100644 index 0000000000..3d01fedc3c --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10508_PaddysRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10508_PaddysRequest extends Quest +{ + private static final int START_NPC = 32378; + + public Q10508_PaddysRequest() + { + super(10508); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.java new file mode 100644 index 0000000000..e5a3ccc732 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10713_TheHerosJourneyBloodySwampland extends Quest +{ + private static final int START_NPC = 33955; + + public Q10713_TheHerosJourneyBloodySwampland() + { + super(10713); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.java new file mode 100644 index 0000000000..1c591c32ca --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10714_TheHerosJourneySeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 33955; + + public Q10714_TheHerosJourneySeedOfAnnihilation() + { + super(10714); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.java new file mode 100644 index 0000000000..444db0ce25 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10715_TheHerosJourneyHarnakUndergroundRuins extends Quest +{ + private static final int START_NPC = 33955; + + public Q10715_TheHerosJourneyHarnakUndergroundRuins() + { + super(10715); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.java new file mode 100644 index 0000000000..e1b95ab65d --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10716_TheHerosJourneyKartiasLabyrinth extends Quest +{ + private static final int START_NPC = 33955; + + public Q10716_TheHerosJourneyKartiasLabyrinth() + { + super(10716); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.java new file mode 100644 index 0000000000..25b5f8e1b0 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10718_TheHerosJourneyFairySettlement extends Quest +{ + private static final int START_NPC = 33956; + + public Q10718_TheHerosJourneyFairySettlement() + { + super(10718); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.java new file mode 100644 index 0000000000..e8f37b739b --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10721_TheHerosJourneyPrisonOfDarkness extends Quest +{ + private static final int START_NPC = 33956; + + public Q10721_TheHerosJourneyPrisonOfDarkness() + { + super(10721); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.java new file mode 100644 index 0000000000..9e30c3f293 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10722_TheHerosJourneyFortuna extends Quest +{ + private static final int START_NPC = 33956; + + public Q10722_TheHerosJourneyFortuna() + { + super(10722); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.java new file mode 100644 index 0000000000..aa1d01526f --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10724_TheHerosJourneyIsleOfSouls extends Quest +{ + private static final int START_NPC = 33957; + + public Q10724_TheHerosJourneyIsleOfSouls() + { + super(10724); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.java new file mode 100644 index 0000000000..05960162e7 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10725_TheHerosJourneyNornilsCave extends Quest +{ + private static final int START_NPC = 33957; + + public Q10725_TheHerosJourneyNornilsCave() + { + super(10725); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.java new file mode 100644 index 0000000000..dd91c55d9f --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10727_TheHerosJourneySealOfShilen extends Quest +{ + private static final int START_NPC = 33958; + + public Q10727_TheHerosJourneySealOfShilen() + { + super(10727); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.java new file mode 100644 index 0000000000..0d949765d2 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10728_TheHerosJourneyCemetary extends Quest +{ + private static final int START_NPC = 33958; + + public Q10728_TheHerosJourneyCemetary() + { + super(10728); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.java new file mode 100644 index 0000000000..2084a0570e --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10729_TheHerosJourneyGuillotineFortress extends Quest +{ + private static final int START_NPC = 33958; + + public Q10729_TheHerosJourneyGuillotineFortress() + { + super(10729); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.java new file mode 100644 index 0000000000..5b4483b569 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10730_TheHerosJourneyOrbisTemple extends Quest +{ + private static final int START_NPC = 33958; + + public Q10730_TheHerosJourneyOrbisTemple() + { + super(10730); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.java new file mode 100644 index 0000000000..b265efe16c --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10747_TheHerosJourneyPaganTemple extends Quest +{ + private static final int START_NPC = 33958; + + public Q10747_TheHerosJourneyPaganTemple() + { + super(10747); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java new file mode 100644 index 0000000000..ee28e339fb --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10748_MysteriousSuggestion1 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10748_MysteriousSuggestion1() + { + super(10748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java new file mode 100644 index 0000000000..ea17e1f650 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10749_MysteriousSuggestion2 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10749_MysteriousSuggestion2() + { + super(10749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.java new file mode 100644 index 0000000000..3ce619651d --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10809_TheHerosJourneyBlazingSwamp extends Quest +{ + private static final int START_NPC = 33958; + + public Q10809_TheHerosJourneyBlazingSwamp() + { + super(10809); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/MissingQuests.txt index 3cb6198dfa..80f9e4357a 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/MissingQuests.txt @@ -1,57 +1,56 @@ -480 Another Legacy of Cruma Tower -504 Competition for the Bandit Stronghold -655 A Grand Plan for Taming Wild Beasts -665 Great Pirate Zaken's Treasure -666 Leona Blackbird's Treasure -667 Queen Beora's Legacy -668 The Gladiator's Treasure -669 High Priest's Treasure -670 Turek Orc's Treasure -750 Seven Flowers -759 The Dwarven Nightmare Continues -767 Banishing Evil -768 Terror of Town -769 The Truth Concealed in Beauty -770 Maintaining the Field Business -771 Partaking in the Purification Campaign -780 Utilize the Darkness - Seed of Infinity -781 Utilize the Darkness - Seed of Annihilation -782 Utilize the Darkness - Seed of Hellfire -789 Waiting for Pa'agrio -816 Plans to Repair the Stronghold -824 Attack the Command Post -833 Devil's Treasure, Tauti -834 Against Dragonclaw -10352 Legacy of Cruma Tower -10357 Altar of Blood that Awakens Destruction -10374 That Place Succubus -10456 Operation: Rescue -10457 Kefensis' Illusion -10458 To the Desert Quarry -10506 Diana's Request -10712 The Minstrel's Song, Part 1 -10713 The Hero's Journey: Bloody Swampland -10714 The Hero's Journey: Seed of Annihilation -10715 The Hero's Journey: Harnak Underground Ruins -10716 The Hero's Journey: Kartia's Labyrinth -10717 The Minstrel's Song, Part 2 -10718 The Hero's Journey: Fairy Settlement -10720 The Minstrel's Song, Part 3 -10721 The Hero's Journey: Prison of Darkness -10722 The Hero's Journey: Fortuna -10723 The Minstrel's Song, Part 4 -10724 The Hero's Journey: Isle of Souls -10725 The Hero's Journey: Nornil's Cave -10726 The Minstrel's Song, Part 5 -10727 The Hero's Journey: Seal of Shilen -10728 The Hero's Journey: Cemetary -10729 The Hero's Journey: Guillotine Fortress -10730 The Hero's Journey: Orbis Temple -10731 The Minstrel's Song, Part 6 -10747 The Hero's Journey: Pagan Temple -10748 Mysterious Suggestion - 1 -10749 Mysterious Suggestion - 2 -10809 The Hero's Journey: Blazing Swamp -10844 Bloody Battle - Seizing Supplies -10845 Bloody Battle - Rescue the Smiths -10846 Bloody Battle - Meeting the Commander \ No newline at end of file +480 Another Legacy of Cruma Tower +504 Competition for the Bandit Stronghold +655 A Grand Plan for Taming Wild Beasts +665 Great Pirate Zaken's Treasure +666 Leona Blackbird's Treasure +667 Queen Beora's Legacy +668 The Gladiator's Treasure +669 High Priest's Treasure +670 Turek Orc's Treasure +750 Seven Flowers +759 The Dwarven Nightmare Continues +767 Banishing Evil +768 Terror of Town +769 The Truth Concealed in Beauty +770 Maintaining the Field Business +771 Partaking in the Purification Campaign +780 Utilize the Darkness - Seed of Infinity +781 Utilize the Darkness - Seed of Annihilation +782 Utilize the Darkness - Seed of Hellfire +789 Waiting for Pa'agrio +816 Plans to Repair the Stronghold +824 Attack the Command Post +833 Devil's Treasure, Tauti +834 Against Dragonclaw +10352 Legacy of Cruma Tower +10357 Altar of Blood that Awakens Destruction +10456 Operation: Rescue +10457 Kefensis' Illusion +10458 To the Desert Quarry +10506 Diana's Request +10712 The Minstrel's Song, Part 1 +10713 The Hero's Journey: Bloody Swampland +10714 The Hero's Journey: Seed of Annihilation +10715 The Hero's Journey: Harnak Underground Ruins +10716 The Hero's Journey: Kartia's Labyrinth +10717 The Minstrel's Song, Part 2 +10718 The Hero's Journey: Fairy Settlement +10720 The Minstrel's Song, Part 3 +10721 The Hero's Journey: Prison of Darkness +10722 The Hero's Journey: Fortuna +10723 The Minstrel's Song, Part 4 +10724 The Hero's Journey: Isle of Souls +10725 The Hero's Journey: Nornil's Cave +10726 The Minstrel's Song, Part 5 +10727 The Hero's Journey: Seal of Shilen +10728 The Hero's Journey: Cemetary +10729 The Hero's Journey: Guillotine Fortress +10730 The Hero's Journey: Orbis Temple +10731 The Minstrel's Song, Part 6 +10747 The Hero's Journey: Pagan Temple +10748 Mysterious Suggestion - 1 +10749 Mysterious Suggestion - 2 +10809 The Hero's Journey: Blazing Swamp +10844 Bloody Battle - Seizing Supplies +10845 Bloody Battle - Rescue the Smiths +10846 Bloody Battle - Meeting the Commander \ No newline at end of file diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/QuestMasterHandler.java index c88fa53754..513e2f2332 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -491,6 +491,48 @@ import quests.Q10839_BlackbirdsNameValue.Q10839_BlackbirdsNameValue; import quests.Q10840_TimeToRecover.Q10840_TimeToRecover; import quests.Q10841_DeepInsideAteliaFortress.Q10841_DeepInsideAteliaFortress; import quests.Q10843_AnomalyInTheEnchantedValley.Q10843_AnomalyInTheEnchantedValley; +import quests.not_done.Q00480_AnotherLegacyOfCrumaTower; +import quests.not_done.Q00504_CompetitionForTheBanditStronghold; +import quests.not_done.Q00655_AGrandPlanForTamingWildBeasts; +import quests.not_done.Q00750_SevenFlowers; +import quests.not_done.Q00759_TheDwarvenNightmareContinues; +import quests.not_done.Q00767_BanishingEvil; +import quests.not_done.Q00768_TerrorOfTown; +import quests.not_done.Q00769_TheTruthConcealedInBeauty; +import quests.not_done.Q00770_MaintainingTheFieldBusiness; +import quests.not_done.Q00771_PartakingInThePurificationCampaign; +import quests.not_done.Q00780_UtilizeTheDarknessSeedOfInfinity; +import quests.not_done.Q00781_UtilizeTheDarknessSeedOfAnnihilation; +import quests.not_done.Q00782_UtilizeTheDarknessSeedOfHellfire; +import quests.not_done.Q00789_WaitingForPaagrio; +import quests.not_done.Q00816_PlansToRepairTheStronghold; +import quests.not_done.Q00824_AttackTheCommandPost; +import quests.not_done.Q10352_LegacyOfCrumaTower; +import quests.not_done.Q10357_AltarOfBloodThatAwakensDestruction; +import quests.not_done.Q10456_OperationRescue; +import quests.not_done.Q10457_KefensisIllusion; +import quests.not_done.Q10458_ToTheDesertQuarry; +import quests.not_done.Q10506_DianasRequest; +import quests.not_done.Q10713_TheHerosJourneyBloodySwampland; +import quests.not_done.Q10714_TheHerosJourneySeedOfAnnihilation; +import quests.not_done.Q10715_TheHerosJourneyHarnakUndergroundRuins; +import quests.not_done.Q10716_TheHerosJourneyKartiasLabyrinth; +import quests.not_done.Q10718_TheHerosJourneyFairySettlement; +import quests.not_done.Q10721_TheHerosJourneyPrisonOfDarkness; +import quests.not_done.Q10722_TheHerosJourneyFortuna; +import quests.not_done.Q10724_TheHerosJourneyIsleOfSouls; +import quests.not_done.Q10725_TheHerosJourneyNornilsCave; +import quests.not_done.Q10727_TheHerosJourneySealOfShilen; +import quests.not_done.Q10728_TheHerosJourneyCemetary; +import quests.not_done.Q10729_TheHerosJourneyGuillotineFortress; +import quests.not_done.Q10730_TheHerosJourneyOrbisTemple; +import quests.not_done.Q10747_TheHerosJourneyPaganTemple; +import quests.not_done.Q10748_MysteriousSuggestion1; +import quests.not_done.Q10749_MysteriousSuggestion2; +import quests.not_done.Q10809_TheHerosJourneyBlazingSwamp; +import quests.not_done.Q10844_BloodyBattleSeizingSupplies; +import quests.not_done.Q10845_BloodyBattleRescueTheSmiths; +import quests.not_done.Q10846_BloodyBattleMeetingTheCommander; /** * @author NosBit @@ -972,7 +1014,50 @@ public class QuestMasterHandler Q10839_BlackbirdsNameValue.class, Q10840_TimeToRecover.class, Q10841_DeepInsideAteliaFortress.class, - Q10843_AnomalyInTheEnchantedValley.class + Q10843_AnomalyInTheEnchantedValley.class, + // Not done. + Q00480_AnotherLegacyOfCrumaTower.class, + Q00504_CompetitionForTheBanditStronghold.class, + Q00655_AGrandPlanForTamingWildBeasts.class, + Q00750_SevenFlowers.class, + Q00759_TheDwarvenNightmareContinues.class, + Q00767_BanishingEvil.class, + Q00768_TerrorOfTown.class, + Q00769_TheTruthConcealedInBeauty.class, + Q00770_MaintainingTheFieldBusiness.class, + Q00771_PartakingInThePurificationCampaign.class, + Q00780_UtilizeTheDarknessSeedOfInfinity.class, + Q00781_UtilizeTheDarknessSeedOfAnnihilation.class, + Q00782_UtilizeTheDarknessSeedOfHellfire.class, + Q00789_WaitingForPaagrio.class, + Q00816_PlansToRepairTheStronghold.class, + Q00824_AttackTheCommandPost.class, + Q10352_LegacyOfCrumaTower.class, + Q10357_AltarOfBloodThatAwakensDestruction.class, + Q10456_OperationRescue.class, + Q10457_KefensisIllusion.class, + Q10458_ToTheDesertQuarry.class, + Q10506_DianasRequest.class, + Q10713_TheHerosJourneyBloodySwampland.class, + Q10714_TheHerosJourneySeedOfAnnihilation.class, + Q10715_TheHerosJourneyHarnakUndergroundRuins.class, + Q10716_TheHerosJourneyKartiasLabyrinth.class, + Q10718_TheHerosJourneyFairySettlement.class, + Q10721_TheHerosJourneyPrisonOfDarkness.class, + Q10722_TheHerosJourneyFortuna.class, + Q10724_TheHerosJourneyIsleOfSouls.class, + Q10725_TheHerosJourneyNornilsCave.class, + Q10727_TheHerosJourneySealOfShilen.class, + Q10728_TheHerosJourneyCemetary.class, + Q10729_TheHerosJourneyGuillotineFortress.class, + Q10730_TheHerosJourneyOrbisTemple.class, + Q10747_TheHerosJourneyPaganTemple.class, + Q10748_MysteriousSuggestion1.class, + Q10749_MysteriousSuggestion2.class, + Q10809_TheHerosJourneyBlazingSwamp.class, + Q10844_BloodyBattleSeizingSupplies.class, + Q10845_BloodyBattleRescueTheSmiths.class, + Q10846_BloodyBattleMeetingTheCommander.class }; public static void main(String[] args) diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.java new file mode 100644 index 0000000000..08f11653b0 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00480_AnotherLegacyOfCrumaTower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00480_AnotherLegacyOfCrumaTower extends Quest +{ + private static final int START_NPC = 33155; + + public Q00480_AnotherLegacyOfCrumaTower() + { + super(480); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java new file mode 100644 index 0000000000..b57d61f097 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00504_CompetitionForTheBanditStronghold extends Quest +{ + private static final int START_NPC = 35437; + + public Q00504_CompetitionForTheBanditStronghold() + { + super(504); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java new file mode 100644 index 0000000000..0d0201000c --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00655_AGrandPlanForTamingWildBeasts extends Quest +{ + private static final int START_NPC = 35627; + + public Q00655_AGrandPlanForTamingWildBeasts() + { + super(655); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java new file mode 100644 index 0000000000..9e3d0e5d2a --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00750_SevenFlowers extends Quest +{ + private static final int START_NPC = 33697; + + public Q00750_SevenFlowers() + { + super(750); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java new file mode 100644 index 0000000000..e3bea64a64 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00759_TheDwarvenNightmareContinues extends Quest +{ + private static final int START_NPC = 30537; + + public Q00759_TheDwarvenNightmareContinues() + { + super(759); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.java new file mode 100644 index 0000000000..4282911d84 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00767_BanishingEvil.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00767_BanishingEvil extends Quest +{ + private static final int START_NPC = 32655; + + public Q00767_BanishingEvil() + { + super(767); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.java new file mode 100644 index 0000000000..2a5d2ac717 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00768_TerrorOfTown.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00768_TerrorOfTown extends Quest +{ + private static final int START_NPC = 33841; + + public Q00768_TerrorOfTown() + { + super(768); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.java new file mode 100644 index 0000000000..78fce47d37 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00769_TheTruthConcealedInBeauty.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00769_TheTruthConcealedInBeauty extends Quest +{ + private static final int START_NPC = 32741; + + public Q00769_TheTruthConcealedInBeauty() + { + super(769); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.java new file mode 100644 index 0000000000..af25e78dea --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00770_MaintainingTheFieldBusiness.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00770_MaintainingTheFieldBusiness extends Quest +{ + private static final int START_NPC = 32646; + + public Q00770_MaintainingTheFieldBusiness() + { + super(770); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.java new file mode 100644 index 0000000000..0b364df031 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00771_PartakingInThePurificationCampaign.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00771_PartakingInThePurificationCampaign extends Quest +{ + private static final int START_NPC = 32647; + + public Q00771_PartakingInThePurificationCampaign() + { + super(771); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java new file mode 100644 index 0000000000..9fddeeb672 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00780_UtilizeTheDarknessSeedOfInfinity extends Quest +{ + private static final int START_NPC = 32603; + + public Q00780_UtilizeTheDarknessSeedOfInfinity() + { + super(780); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java new file mode 100644 index 0000000000..273efcea09 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00781_UtilizeTheDarknessSeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 32734; + + public Q00781_UtilizeTheDarknessSeedOfAnnihilation() + { + super(781); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java new file mode 100644 index 0000000000..5fcb34de4b --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00782_UtilizeTheDarknessSeedOfHellfire extends Quest +{ + private static final int START_NPC = 33669; + + public Q00782_UtilizeTheDarknessSeedOfHellfire() + { + super(782); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java new file mode 100644 index 0000000000..960662e407 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00789_WaitingForPaagrio extends Quest +{ + private static final int START_NPC = 34014; + + public Q00789_WaitingForPaagrio() + { + super(789); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java new file mode 100644 index 0000000000..6d1c912371 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00816_PlansToRepairTheStronghold extends Quest +{ + private static final int START_NPC = 34058; + + public Q00816_PlansToRepairTheStronghold() + { + super(816); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java new file mode 100644 index 0000000000..f4d7143f0b --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00824_AttackTheCommandPost extends Quest +{ + private static final int START_NPC = 34089; + + public Q00824_AttackTheCommandPost() + { + super(824); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.java new file mode 100644 index 0000000000..c69e4bfc3f --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10352_LegacyOfCrumaTower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10352_LegacyOfCrumaTower extends Quest +{ + private static final int START_NPC = 33155; + + public Q10352_LegacyOfCrumaTower() + { + super(10352); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java new file mode 100644 index 0000000000..3242bbc587 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10357_AltarOfBloodThatAwakensDestruction extends Quest +{ + private static final int START_NPC = 33515; + + public Q10357_AltarOfBloodThatAwakensDestruction() + { + super(10357); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.java new file mode 100644 index 0000000000..1859fab268 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10456_OperationRescue.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10456_OperationRescue extends Quest +{ + private static final int START_NPC = 31590; + + public Q10456_OperationRescue() + { + super(10456); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java new file mode 100644 index 0000000000..ffd77b8033 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10457_KefensisIllusion extends Quest +{ + private static final int START_NPC = 31590; + + public Q10457_KefensisIllusion() + { + super(10457); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.java new file mode 100644 index 0000000000..6db01b7b3c --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10458_ToTheDesertQuarry.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10458_ToTheDesertQuarry extends Quest +{ + private static final int START_NPC = 31619; + + public Q10458_ToTheDesertQuarry() + { + super(10458); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java new file mode 100644 index 0000000000..55bbcd3c25 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10506_DianasRequest extends Quest +{ + private static final int START_NPC = 8625; + + public Q10506_DianasRequest() + { + super(10506); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.java new file mode 100644 index 0000000000..e5a3ccc732 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10713_TheHerosJourneyBloodySwampland.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10713_TheHerosJourneyBloodySwampland extends Quest +{ + private static final int START_NPC = 33955; + + public Q10713_TheHerosJourneyBloodySwampland() + { + super(10713); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.java new file mode 100644 index 0000000000..1c591c32ca --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10714_TheHerosJourneySeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10714_TheHerosJourneySeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 33955; + + public Q10714_TheHerosJourneySeedOfAnnihilation() + { + super(10714); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.java new file mode 100644 index 0000000000..444db0ce25 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10715_TheHerosJourneyHarnakUndergroundRuins.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10715_TheHerosJourneyHarnakUndergroundRuins extends Quest +{ + private static final int START_NPC = 33955; + + public Q10715_TheHerosJourneyHarnakUndergroundRuins() + { + super(10715); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.java new file mode 100644 index 0000000000..e1b95ab65d --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10716_TheHerosJourneyKartiasLabyrinth.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10716_TheHerosJourneyKartiasLabyrinth extends Quest +{ + private static final int START_NPC = 33955; + + public Q10716_TheHerosJourneyKartiasLabyrinth() + { + super(10716); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.java new file mode 100644 index 0000000000..25b5f8e1b0 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10718_TheHerosJourneyFairySettlement.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10718_TheHerosJourneyFairySettlement extends Quest +{ + private static final int START_NPC = 33956; + + public Q10718_TheHerosJourneyFairySettlement() + { + super(10718); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.java new file mode 100644 index 0000000000..e8f37b739b --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10721_TheHerosJourneyPrisonOfDarkness.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10721_TheHerosJourneyPrisonOfDarkness extends Quest +{ + private static final int START_NPC = 33956; + + public Q10721_TheHerosJourneyPrisonOfDarkness() + { + super(10721); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.java new file mode 100644 index 0000000000..9e30c3f293 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10722_TheHerosJourneyFortuna.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10722_TheHerosJourneyFortuna extends Quest +{ + private static final int START_NPC = 33956; + + public Q10722_TheHerosJourneyFortuna() + { + super(10722); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.java new file mode 100644 index 0000000000..aa1d01526f --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10724_TheHerosJourneyIsleOfSouls.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10724_TheHerosJourneyIsleOfSouls extends Quest +{ + private static final int START_NPC = 33957; + + public Q10724_TheHerosJourneyIsleOfSouls() + { + super(10724); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.java new file mode 100644 index 0000000000..05960162e7 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10725_TheHerosJourneyNornilsCave.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10725_TheHerosJourneyNornilsCave extends Quest +{ + private static final int START_NPC = 33957; + + public Q10725_TheHerosJourneyNornilsCave() + { + super(10725); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.java new file mode 100644 index 0000000000..dd91c55d9f --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10727_TheHerosJourneySealOfShilen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10727_TheHerosJourneySealOfShilen extends Quest +{ + private static final int START_NPC = 33958; + + public Q10727_TheHerosJourneySealOfShilen() + { + super(10727); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.java new file mode 100644 index 0000000000..0d949765d2 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10728_TheHerosJourneyCemetary.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10728_TheHerosJourneyCemetary extends Quest +{ + private static final int START_NPC = 33958; + + public Q10728_TheHerosJourneyCemetary() + { + super(10728); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.java new file mode 100644 index 0000000000..2084a0570e --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10729_TheHerosJourneyGuillotineFortress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10729_TheHerosJourneyGuillotineFortress extends Quest +{ + private static final int START_NPC = 33958; + + public Q10729_TheHerosJourneyGuillotineFortress() + { + super(10729); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.java new file mode 100644 index 0000000000..5b4483b569 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10730_TheHerosJourneyOrbisTemple.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10730_TheHerosJourneyOrbisTemple extends Quest +{ + private static final int START_NPC = 33958; + + public Q10730_TheHerosJourneyOrbisTemple() + { + super(10730); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.java new file mode 100644 index 0000000000..b265efe16c --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10747_TheHerosJourneyPaganTemple.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10747_TheHerosJourneyPaganTemple extends Quest +{ + private static final int START_NPC = 33958; + + public Q10747_TheHerosJourneyPaganTemple() + { + super(10747); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java new file mode 100644 index 0000000000..ee28e339fb --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10748_MysteriousSuggestion1 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10748_MysteriousSuggestion1() + { + super(10748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java new file mode 100644 index 0000000000..ea17e1f650 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10749_MysteriousSuggestion2 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10749_MysteriousSuggestion2() + { + super(10749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.java new file mode 100644 index 0000000000..3ce619651d --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10809_TheHerosJourneyBlazingSwamp.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10809_TheHerosJourneyBlazingSwamp extends Quest +{ + private static final int START_NPC = 33958; + + public Q10809_TheHerosJourneyBlazingSwamp() + { + super(10809); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java new file mode 100644 index 0000000000..b17d483120 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10844_BloodyBattleSeizingSupplies extends Quest +{ + private static final int START_NPC = 34057; + + public Q10844_BloodyBattleSeizingSupplies() + { + super(10844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java new file mode 100644 index 0000000000..d68ad6fb9a --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10845_BloodyBattleRescueTheSmiths extends Quest +{ + private static final int START_NPC = 34064; + + public Q10845_BloodyBattleRescueTheSmiths() + { + super(10845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java new file mode 100644 index 0000000000..0e1a7ced7b --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10846_BloodyBattleMeetingTheCommander extends Quest +{ + private static final int START_NPC = 34064; + + public Q10846_BloodyBattleMeetingTheCommander() + { + super(10846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/QuestMasterHandler.java index 6a9f86747c..43bec0e486 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -457,6 +457,76 @@ import quests.Q10839_BlackbirdsNameValue.Q10839_BlackbirdsNameValue; import quests.Q10840_TimeToRecover.Q10840_TimeToRecover; import quests.Q10841_DeepInsideAteliaFortress.Q10841_DeepInsideAteliaFortress; import quests.Q10843_AnomalyInTheEnchantedValley.Q10843_AnomalyInTheEnchantedValley; +import quests.not_done.Q00504_CompetitionForTheBanditStronghold; +import quests.not_done.Q00655_AGrandPlanForTamingWildBeasts; +import quests.not_done.Q00744_TheAlligatorHunterReturns; +import quests.not_done.Q00745_TheOutlawsAreIncoming; +import quests.not_done.Q00746_TheReasonOneCannotWait; +import quests.not_done.Q00747_DefendingTheForsakenPlains; +import quests.not_done.Q00748_EndlessRevenge; +import quests.not_done.Q00750_SevenFlowers; +import quests.not_done.Q00759_TheDwarvenNightmareContinues; +import quests.not_done.Q00766_10DayAdventure; +import quests.not_done.Q00773_ToCalmTheFlood; +import quests.not_done.Q00774_DreamingOfPeace; +import quests.not_done.Q00780_UtilizeTheDarknessSeedOfInfinity; +import quests.not_done.Q00781_UtilizeTheDarknessSeedOfAnnihilation; +import quests.not_done.Q00782_UtilizeTheDarknessSeedOfHellfire; +import quests.not_done.Q00789_WaitingForPaagrio; +import quests.not_done.Q00792_TheSuperionGiants; +import quests.not_done.Q00816_PlansToRepairTheStronghold; +import quests.not_done.Q00824_AttackTheCommandPost; +import quests.not_done.Q00836_RequestFromTheBlackbirdClan; +import quests.not_done.Q00837_RequestFromTheGiantTrackers; +import quests.not_done.Q00838_RequestFromTheMotherTreeGuardians; +import quests.not_done.Q00839_RequestFromTheUnworldlyVisitors; +import quests.not_done.Q00840_RequestFromTheKingdomsRoyalGuard; +import quests.not_done.Q00841_ContaminationContainment; +import quests.not_done.Q00842_CaptiveDemons; +import quests.not_done.Q00843_GiantEvolutionControl; +import quests.not_done.Q00844_GiantsTreasure; +import quests.not_done.Q00845_SabotageTheEmbryoSupplies; +import quests.not_done.Q00846_BuildingUpStrength; +import quests.not_done.Q00910_RedLibraRequestLv1; +import quests.not_done.Q00911_RedLibraRequestLv2; +import quests.not_done.Q00912_RedLibraRequestLv3; +import quests.not_done.Q00913_RedLibraRequestLv4; +import quests.not_done.Q00914_RedLibraRequestLv5; +import quests.not_done.Q00923_ShinedustExtraction; +import quests.not_done.Q00924_GiantOfTheRestorationRoom; +import quests.not_done.Q00929_SeekerRescue; +import quests.not_done.Q00930_DisparagingThePhantoms; +import quests.not_done.Q00931_MemoriesOfTheWind; +import quests.not_done.Q00932_SayhasEnergy; +import quests.not_done.Q00938_TheFishermansOtherHobby; +import quests.not_done.Q10298_WastelandQueen; +import quests.not_done.Q10357_AltarOfBloodThatAwakensDestruction; +import quests.not_done.Q10373_ExploringTheDimensionSealingTheDimension; +import quests.not_done.Q10396_WitchOfSpores; +import quests.not_done.Q10418_TheImmortalPirateKing; +import quests.not_done.Q10457_KefensisIllusion; +import quests.not_done.Q10506_DianasRequest; +import quests.not_done.Q10531_OddHappeningsAtDragonValley; +import quests.not_done.Q10532_UncoveringTheConspiracy; +import quests.not_done.Q10537_KamaelDisarray; +import quests.not_done.Q10538_GiantsEvolution; +import quests.not_done.Q10539_EnergySupplyCutoffPlan; +import quests.not_done.Q10540_ThwartingMimirsPlan; +import quests.not_done.Q10748_MysteriousSuggestion1; +import quests.not_done.Q10749_MysteriousSuggestion2; +import quests.not_done.Q10844_BloodyBattleSeizingSupplies; +import quests.not_done.Q10845_BloodyBattleRescueTheSmiths; +import quests.not_done.Q10846_BloodyBattleMeetingTheCommander; +import quests.not_done.Q10848_TrialsBeforeTheBattle; +import quests.not_done.Q10849_TrialsForAdaptation; +import quests.not_done.Q10851_ElvenBotany; +import quests.not_done.Q10852_TheMotherTreeRevivalProject; +import quests.not_done.Q10853_ToWeakenTheGiants; +import quests.not_done.Q10854_ToSeizeTheFortress; +import quests.not_done.Q10856_SuperionAppears; +import quests.not_done.Q10857_SecretTeleport; +import quests.not_done.Q10858_QueenRamonaControllerOfTheVessel; +import quests.not_done.Q10859_OwnTheEarthAndTheHeavens; /** * @author NosBit @@ -904,7 +974,78 @@ public class QuestMasterHandler Q10839_BlackbirdsNameValue.class, Q10840_TimeToRecover.class, Q10841_DeepInsideAteliaFortress.class, - Q10843_AnomalyInTheEnchantedValley.class + Q10843_AnomalyInTheEnchantedValley.class, + // Not done. + Q00504_CompetitionForTheBanditStronghold.class, + Q00655_AGrandPlanForTamingWildBeasts.class, + Q00744_TheAlligatorHunterReturns.class, + Q00745_TheOutlawsAreIncoming.class, + Q00746_TheReasonOneCannotWait.class, + Q00747_DefendingTheForsakenPlains.class, + Q00748_EndlessRevenge.class, + Q00750_SevenFlowers.class, + Q00759_TheDwarvenNightmareContinues.class, + Q00766_10DayAdventure.class, + Q00773_ToCalmTheFlood.class, + Q00774_DreamingOfPeace.class, + Q00780_UtilizeTheDarknessSeedOfInfinity.class, + Q00781_UtilizeTheDarknessSeedOfAnnihilation.class, + Q00782_UtilizeTheDarknessSeedOfHellfire.class, + Q00789_WaitingForPaagrio.class, + Q00792_TheSuperionGiants.class, + Q00816_PlansToRepairTheStronghold.class, + Q00824_AttackTheCommandPost.class, + Q00836_RequestFromTheBlackbirdClan.class, + Q00837_RequestFromTheGiantTrackers.class, + Q00838_RequestFromTheMotherTreeGuardians.class, + Q00839_RequestFromTheUnworldlyVisitors.class, + Q00840_RequestFromTheKingdomsRoyalGuard.class, + Q00841_ContaminationContainment.class, + Q00842_CaptiveDemons.class, + Q00843_GiantEvolutionControl.class, + Q00844_GiantsTreasure.class, + Q00845_SabotageTheEmbryoSupplies.class, + Q00846_BuildingUpStrength.class, + Q00910_RedLibraRequestLv1.class, + Q00911_RedLibraRequestLv2.class, + Q00912_RedLibraRequestLv3.class, + Q00913_RedLibraRequestLv4.class, + Q00914_RedLibraRequestLv5.class, + Q00923_ShinedustExtraction.class, + Q00924_GiantOfTheRestorationRoom.class, + Q00929_SeekerRescue.class, + Q00930_DisparagingThePhantoms.class, + Q00931_MemoriesOfTheWind.class, + Q00932_SayhasEnergy.class, + Q00938_TheFishermansOtherHobby.class, + Q10298_WastelandQueen.class, + Q10357_AltarOfBloodThatAwakensDestruction.class, + Q10373_ExploringTheDimensionSealingTheDimension.class, + Q10396_WitchOfSpores.class, + Q10418_TheImmortalPirateKing.class, + Q10457_KefensisIllusion.class, + Q10506_DianasRequest.class, + Q10531_OddHappeningsAtDragonValley.class, + Q10532_UncoveringTheConspiracy.class, + Q10537_KamaelDisarray.class, + Q10538_GiantsEvolution.class, + Q10539_EnergySupplyCutoffPlan.class, + Q10540_ThwartingMimirsPlan.class, + Q10748_MysteriousSuggestion1.class, + Q10749_MysteriousSuggestion2.class, + Q10844_BloodyBattleSeizingSupplies.class, + Q10845_BloodyBattleRescueTheSmiths.class, + Q10846_BloodyBattleMeetingTheCommander.class, + Q10848_TrialsBeforeTheBattle.class, + Q10849_TrialsForAdaptation.class, + Q10851_ElvenBotany.class, + Q10852_TheMotherTreeRevivalProject.class, + Q10853_ToWeakenTheGiants.class, + Q10854_ToSeizeTheFortress.class, + Q10856_SuperionAppears.class, + Q10857_SecretTeleport.class, + Q10858_QueenRamonaControllerOfTheVessel.class, + Q10859_OwnTheEarthAndTheHeavens.class }; public static void main(String[] args) diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java new file mode 100644 index 0000000000..b57d61f097 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00504_CompetitionForTheBanditStronghold extends Quest +{ + private static final int START_NPC = 35437; + + public Q00504_CompetitionForTheBanditStronghold() + { + super(504); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java new file mode 100644 index 0000000000..0d0201000c --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00655_AGrandPlanForTamingWildBeasts extends Quest +{ + private static final int START_NPC = 35627; + + public Q00655_AGrandPlanForTamingWildBeasts() + { + super(655); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java new file mode 100644 index 0000000000..3c1943eaf8 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00744_TheAlligatorHunterReturns extends Quest +{ + private static final int START_NPC = 30332; + + public Q00744_TheAlligatorHunterReturns() + { + super(744); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java new file mode 100644 index 0000000000..cba05e9213 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00745_TheOutlawsAreIncoming extends Quest +{ + private static final int START_NPC = 30677; + + public Q00745_TheOutlawsAreIncoming() + { + super(745); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java new file mode 100644 index 0000000000..4075706af6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00746_TheReasonOneCannotWait extends Quest +{ + private static final int START_NPC = 30196; + + public Q00746_TheReasonOneCannotWait() + { + super(746); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java new file mode 100644 index 0000000000..7773c3971a --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00747_DefendingTheForsakenPlains extends Quest +{ + private static final int START_NPC = 33864; + + public Q00747_DefendingTheForsakenPlains() + { + super(747); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java new file mode 100644 index 0000000000..89c83506b2 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00748_EndlessRevenge extends Quest +{ + private static final int START_NPC = 33864; + + public Q00748_EndlessRevenge() + { + super(748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java new file mode 100644 index 0000000000..9e3d0e5d2a --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00750_SevenFlowers extends Quest +{ + private static final int START_NPC = 33697; + + public Q00750_SevenFlowers() + { + super(750); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java new file mode 100644 index 0000000000..e3bea64a64 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00759_TheDwarvenNightmareContinues extends Quest +{ + private static final int START_NPC = 30537; + + public Q00759_TheDwarvenNightmareContinues() + { + super(759); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.java new file mode 100644 index 0000000000..98bb54cfc6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00766_10DayAdventure extends Quest +{ + private static final int START_NPC = 33958; + + public Q00766_10DayAdventure() + { + super(766); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java new file mode 100644 index 0000000000..3d36eca6d8 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00773_ToCalmTheFlood extends Quest +{ + private static final int START_NPC = 32921; + + public Q00773_ToCalmTheFlood() + { + super(773); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java new file mode 100644 index 0000000000..c72545cf5c --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00774_DreamingOfPeace extends Quest +{ + private static final int START_NPC = 30370; + + public Q00774_DreamingOfPeace() + { + super(774); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java new file mode 100644 index 0000000000..9fddeeb672 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00780_UtilizeTheDarknessSeedOfInfinity extends Quest +{ + private static final int START_NPC = 32603; + + public Q00780_UtilizeTheDarknessSeedOfInfinity() + { + super(780); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java new file mode 100644 index 0000000000..273efcea09 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00781_UtilizeTheDarknessSeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 32734; + + public Q00781_UtilizeTheDarknessSeedOfAnnihilation() + { + super(781); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java new file mode 100644 index 0000000000..5fcb34de4b --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00782_UtilizeTheDarknessSeedOfHellfire extends Quest +{ + private static final int START_NPC = 33669; + + public Q00782_UtilizeTheDarknessSeedOfHellfire() + { + super(782); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java new file mode 100644 index 0000000000..960662e407 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00789_WaitingForPaagrio extends Quest +{ + private static final int START_NPC = 34014; + + public Q00789_WaitingForPaagrio() + { + super(789); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java new file mode 100644 index 0000000000..0533747c04 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00792_TheSuperionGiants extends Quest +{ + private static final int START_NPC = 34243; + + public Q00792_TheSuperionGiants() + { + super(792); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java new file mode 100644 index 0000000000..6d1c912371 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00816_PlansToRepairTheStronghold extends Quest +{ + private static final int START_NPC = 34058; + + public Q00816_PlansToRepairTheStronghold() + { + super(816); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java new file mode 100644 index 0000000000..f4d7143f0b --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00824_AttackTheCommandPost extends Quest +{ + private static final int START_NPC = 34089; + + public Q00824_AttackTheCommandPost() + { + super(824); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java new file mode 100644 index 0000000000..e9e1436231 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00836_RequestFromTheBlackbirdClan extends Quest +{ + private static final int START_NPC = 36750; + + public Q00836_RequestFromTheBlackbirdClan() + { + super(836); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java new file mode 100644 index 0000000000..401bceb0ce --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00837_RequestFromTheGiantTrackers extends Quest +{ + private static final int START_NPC = 36751; + + public Q00837_RequestFromTheGiantTrackers() + { + super(837); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java new file mode 100644 index 0000000000..08699b33ec --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00838_RequestFromTheMotherTreeGuardians extends Quest +{ + private static final int START_NPC = 36752; + + public Q00838_RequestFromTheMotherTreeGuardians() + { + super(838); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java new file mode 100644 index 0000000000..7d63aa7bdb --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00839_RequestFromTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 36753; + + public Q00839_RequestFromTheUnworldlyVisitors() + { + super(839); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java new file mode 100644 index 0000000000..bd38310aac --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00840_RequestFromTheKingdomsRoyalGuard extends Quest +{ + private static final int START_NPC = 36754; + + public Q00840_RequestFromTheKingdomsRoyalGuard() + { + super(840); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java new file mode 100644 index 0000000000..d54ba62131 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00841_ContaminationContainment extends Quest +{ + private static final int START_NPC = 34233; + + public Q00841_ContaminationContainment() + { + super(841); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java new file mode 100644 index 0000000000..0d29eebe7f --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00842_CaptiveDemons extends Quest +{ + private static final int START_NPC = 34219; + + public Q00842_CaptiveDemons() + { + super(842); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java new file mode 100644 index 0000000000..49420d7b99 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00843_GiantEvolutionControl extends Quest +{ + private static final int START_NPC = 34237; + + public Q00843_GiantEvolutionControl() + { + super(843); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java new file mode 100644 index 0000000000..042b1615c1 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00844_GiantsTreasure extends Quest +{ + private static final int START_NPC = 34237; + + public Q00844_GiantsTreasure() + { + super(844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java new file mode 100644 index 0000000000..47b82b1d89 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00845_SabotageTheEmbryoSupplies extends Quest +{ + private static final int START_NPC = 34235; + + public Q00845_SabotageTheEmbryoSupplies() + { + super(845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java new file mode 100644 index 0000000000..b1c15a3745 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00846_BuildingUpStrength extends Quest +{ + private static final int START_NPC = 34236; + + public Q00846_BuildingUpStrength() + { + super(846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00910_RedLibraRequestLv1.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00910_RedLibraRequestLv1.java new file mode 100644 index 0000000000..53b3d15285 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00910_RedLibraRequestLv1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00910_RedLibraRequestLv1 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00910_RedLibraRequestLv1() + { + super(910); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00911_RedLibraRequestLv2.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00911_RedLibraRequestLv2.java new file mode 100644 index 0000000000..dae5ddee51 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00911_RedLibraRequestLv2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00911_RedLibraRequestLv2 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00911_RedLibraRequestLv2() + { + super(911); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00912_RedLibraRequestLv3.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00912_RedLibraRequestLv3.java new file mode 100644 index 0000000000..da4f68ac91 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00912_RedLibraRequestLv3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00912_RedLibraRequestLv3 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00912_RedLibraRequestLv3() + { + super(912); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00913_RedLibraRequestLv4.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00913_RedLibraRequestLv4.java new file mode 100644 index 0000000000..9d2b5ec396 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00913_RedLibraRequestLv4.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00913_RedLibraRequestLv4 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00913_RedLibraRequestLv4() + { + super(913); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00914_RedLibraRequestLv5.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00914_RedLibraRequestLv5.java new file mode 100644 index 0000000000..f3f47fd80c --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00914_RedLibraRequestLv5.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00914_RedLibraRequestLv5 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00914_RedLibraRequestLv5() + { + super(914); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java new file mode 100644 index 0000000000..95487ecd19 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00923_ShinedustExtraction extends Quest +{ + private static final int START_NPC = 34217; + + public Q00923_ShinedustExtraction() + { + super(923); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java new file mode 100644 index 0000000000..33175346f1 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00924_GiantOfTheRestorationRoom extends Quest +{ + private static final int START_NPC = 34217; + + public Q00924_GiantOfTheRestorationRoom() + { + super(924); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java new file mode 100644 index 0000000000..14a4694a53 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00929_SeekerRescue extends Quest +{ + private static final int START_NPC = 34230; + + public Q00929_SeekerRescue() + { + super(929); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java new file mode 100644 index 0000000000..6d4154be83 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00930_DisparagingThePhantoms extends Quest +{ + private static final int START_NPC = 34230; + + public Q00930_DisparagingThePhantoms() + { + super(930); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java new file mode 100644 index 0000000000..2dc5cf5d6f --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00931_MemoriesOfTheWind extends Quest +{ + private static final int START_NPC = 34055; + + public Q00931_MemoriesOfTheWind() + { + super(931); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java new file mode 100644 index 0000000000..4465dfcac1 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00932_SayhasEnergy extends Quest +{ + private static final int START_NPC = 34056; + + public Q00932_SayhasEnergy() + { + super(932); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00938_TheFishermansOtherHobby.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00938_TheFishermansOtherHobby.java new file mode 100644 index 0000000000..42a653b696 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q00938_TheFishermansOtherHobby.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00938_TheFishermansOtherHobby extends Quest +{ + private static final int START_NPC = 34138; + + public Q00938_TheFishermansOtherHobby() + { + super(938); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java new file mode 100644 index 0000000000..6826748864 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10298_WastelandQueen extends Quest +{ + private static final int START_NPC = 30332; + + public Q10298_WastelandQueen() + { + super(10298); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.java new file mode 100644 index 0000000000..3242bbc587 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10357_AltarOfBloodThatAwakensDestruction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10357_AltarOfBloodThatAwakensDestruction extends Quest +{ + private static final int START_NPC = 33515; + + public Q10357_AltarOfBloodThatAwakensDestruction() + { + super(10357); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java new file mode 100644 index 0000000000..f2f9df4361 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10373_ExploringTheDimensionSealingTheDimension extends Quest +{ + private static final int START_NPC = 34227; + + public Q10373_ExploringTheDimensionSealingTheDimension() + { + super(10373); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java new file mode 100644 index 0000000000..539dc2663e --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10396_WitchOfSpores extends Quest +{ + private static final int START_NPC = 30196; + + public Q10396_WitchOfSpores() + { + super(10396); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java new file mode 100644 index 0000000000..aa914c23e2 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10418_TheImmortalPirateKing extends Quest +{ + private static final int START_NPC = 30121; + + public Q10418_TheImmortalPirateKing() + { + super(10418); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java new file mode 100644 index 0000000000..ffd77b8033 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10457_KefensisIllusion extends Quest +{ + private static final int START_NPC = 31590; + + public Q10457_KefensisIllusion() + { + super(10457); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java new file mode 100644 index 0000000000..55bbcd3c25 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10506_DianasRequest extends Quest +{ + private static final int START_NPC = 8625; + + public Q10506_DianasRequest() + { + super(10506); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java new file mode 100644 index 0000000000..4cc5717857 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10531_OddHappeningsAtDragonValley extends Quest +{ + private static final int START_NPC = 33973; + + public Q10531_OddHappeningsAtDragonValley() + { + super(10531); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java new file mode 100644 index 0000000000..4352dc6071 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10532_UncoveringTheConspiracy extends Quest +{ + private static final int START_NPC = 33973; + + public Q10532_UncoveringTheConspiracy() + { + super(10532); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java new file mode 100644 index 0000000000..6e6a75874e --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10537_KamaelDisarray extends Quest +{ + private static final int START_NPC = 34237; + + public Q10537_KamaelDisarray() + { + super(10537); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java new file mode 100644 index 0000000000..0cecdb0b43 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10538_GiantsEvolution extends Quest +{ + private static final int START_NPC = 34218; + + public Q10538_GiantsEvolution() + { + super(10538); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java new file mode 100644 index 0000000000..fe4c3b3e84 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10539_EnergySupplyCutoffPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10539_EnergySupplyCutoffPlan() + { + super(10539); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java new file mode 100644 index 0000000000..9c04662d41 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10540_ThwartingMimirsPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10540_ThwartingMimirsPlan() + { + super(10540); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java new file mode 100644 index 0000000000..ee28e339fb --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10748_MysteriousSuggestion1 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10748_MysteriousSuggestion1() + { + super(10748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java new file mode 100644 index 0000000000..ea17e1f650 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10749_MysteriousSuggestion2 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10749_MysteriousSuggestion2() + { + super(10749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java new file mode 100644 index 0000000000..b17d483120 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10844_BloodyBattleSeizingSupplies extends Quest +{ + private static final int START_NPC = 34057; + + public Q10844_BloodyBattleSeizingSupplies() + { + super(10844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java new file mode 100644 index 0000000000..d68ad6fb9a --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10845_BloodyBattleRescueTheSmiths extends Quest +{ + private static final int START_NPC = 34064; + + public Q10845_BloodyBattleRescueTheSmiths() + { + super(10845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java new file mode 100644 index 0000000000..0e1a7ced7b --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10846_BloodyBattleMeetingTheCommander extends Quest +{ + private static final int START_NPC = 34064; + + public Q10846_BloodyBattleMeetingTheCommander() + { + super(10846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java new file mode 100644 index 0000000000..1de76a4355 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10848_TrialsBeforeTheBattle extends Quest +{ + private static final int START_NPC = 31595; + + public Q10848_TrialsBeforeTheBattle() + { + super(10848); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java new file mode 100644 index 0000000000..4952fd35b6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10849_TrialsForAdaptation extends Quest +{ + private static final int START_NPC = 34054; + + public Q10849_TrialsForAdaptation() + { + super(10849); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java new file mode 100644 index 0000000000..76c2813745 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10851_ElvenBotany extends Quest +{ + private static final int START_NPC = 34234; + + public Q10851_ElvenBotany() + { + super(10851); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java new file mode 100644 index 0000000000..477c7f4c30 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10852_TheMotherTreeRevivalProject extends Quest +{ + private static final int START_NPC = 34233; + + public Q10852_TheMotherTreeRevivalProject() + { + super(10852); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java new file mode 100644 index 0000000000..2dfbec5a22 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10853_ToWeakenTheGiants extends Quest +{ + private static final int START_NPC = 34237; + + public Q10853_ToWeakenTheGiants() + { + super(10853); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java new file mode 100644 index 0000000000..561512eade --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10854_ToSeizeTheFortress extends Quest +{ + private static final int START_NPC = 34235; + + public Q10854_ToSeizeTheFortress() + { + super(10854); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java new file mode 100644 index 0000000000..f8de0eac89 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10856_SuperionAppears extends Quest +{ + private static final int START_NPC = 34222; + + public Q10856_SuperionAppears() + { + super(10856); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java new file mode 100644 index 0000000000..0b03f1317a --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10857_SecretTeleport extends Quest +{ + private static final int START_NPC = 34222; + + public Q10857_SecretTeleport() + { + super(10857); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java new file mode 100644 index 0000000000..e2ade60ef6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10858_QueenRamonaControllerOfTheVessel extends Quest +{ + private static final int START_NPC = 34222; + + public Q10858_QueenRamonaControllerOfTheVessel() + { + super(10858); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java new file mode 100644 index 0000000000..e39efc44d2 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10859_OwnTheEarthAndTheHeavens extends Quest +{ + private static final int START_NPC = 34222; + + public Q10859_OwnTheEarthAndTheHeavens() + { + super(10859); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/34200-34299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/34200-34299.xml index 0b62cacab4..49f70cf87f 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/34200-34299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/34200-34299.xml @@ -538,6 +538,82 @@ + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + KAMAEL diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/36700-36799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/36700-36799.xml index 1091bb3665..4dfa19bc85 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/36700-36799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/36700-36799.xml @@ -1075,4 +1075,100 @@ + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/MissingQuests.txt index 06b0a3dbb3..811a8307dd 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/MissingQuests.txt @@ -172,4 +172,4 @@ 10880 The Last One Standing 10881 For the Pride 10882 Victory Collection -10883 Immortal Honor +10883 Immortal Honor \ No newline at end of file diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/QuestMasterHandler.java index f8224d73a5..bac0256c36 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -455,6 +455,97 @@ import quests.Q10839_BlackbirdsNameValue.Q10839_BlackbirdsNameValue; import quests.Q10840_TimeToRecover.Q10840_TimeToRecover; import quests.Q10841_DeepInsideAteliaFortress.Q10841_DeepInsideAteliaFortress; import quests.Q10843_AnomalyInTheEnchantedValley.Q10843_AnomalyInTheEnchantedValley; +import quests.not_done.Q00504_CompetitionForTheBanditStronghold; +import quests.not_done.Q00655_AGrandPlanForTamingWildBeasts; +import quests.not_done.Q00665_BasicTrainingForHunterGuildMember; +import quests.not_done.Q00666_KnowledgeableHunterGuildMember; +import quests.not_done.Q00667_HowToCoverShilensEyes; +import quests.not_done.Q00668_FightWithGiants; +import quests.not_done.Q00669_IntenseFightAgainstDragon; +import quests.not_done.Q00671_PathToFindingThePast; +import quests.not_done.Q00672_EmbryoTheArchenemy; +import quests.not_done.Q00673_BelethAmbition; +import quests.not_done.Q00744_TheAlligatorHunterReturns; +import quests.not_done.Q00745_TheOutlawsAreIncoming; +import quests.not_done.Q00746_TheReasonOneCannotWait; +import quests.not_done.Q00747_DefendingTheForsakenPlains; +import quests.not_done.Q00748_EndlessRevenge; +import quests.not_done.Q00750_SevenFlowers; +import quests.not_done.Q00759_TheDwarvenNightmareContinues; +import quests.not_done.Q00766_10DayAdventure; +import quests.not_done.Q00773_ToCalmTheFlood; +import quests.not_done.Q00774_DreamingOfPeace; +import quests.not_done.Q00780_UtilizeTheDarknessSeedOfInfinity; +import quests.not_done.Q00781_UtilizeTheDarknessSeedOfAnnihilation; +import quests.not_done.Q00782_UtilizeTheDarknessSeedOfHellfire; +import quests.not_done.Q00789_WaitingForPaagrio; +import quests.not_done.Q00792_TheSuperionGiants; +import quests.not_done.Q00816_PlansToRepairTheStronghold; +import quests.not_done.Q00824_AttackTheCommandPost; +import quests.not_done.Q00836_RequestFromTheBlackbirdClan; +import quests.not_done.Q00837_RequestFromTheGiantTrackers; +import quests.not_done.Q00838_RequestFromTheMotherTreeGuardians; +import quests.not_done.Q00839_RequestFromTheUnworldlyVisitors; +import quests.not_done.Q00840_RequestFromTheKingdomsRoyalGuard; +import quests.not_done.Q00841_ContaminationContainment; +import quests.not_done.Q00842_CaptiveDemons; +import quests.not_done.Q00843_GiantEvolutionControl; +import quests.not_done.Q00844_GiantsTreasure; +import quests.not_done.Q00845_SabotageTheEmbryoSupplies; +import quests.not_done.Q00846_BuildingUpStrength; +import quests.not_done.Q00923_ShinedustExtraction; +import quests.not_done.Q00924_GiantOfTheRestorationRoom; +import quests.not_done.Q00929_SeekerRescue; +import quests.not_done.Q00930_DisparagingThePhantoms; +import quests.not_done.Q00931_MemoriesOfTheWind; +import quests.not_done.Q00932_SayhasEnergy; +import quests.not_done.Q00985_AdventureGuildsSpecialRequestLv1; +import quests.not_done.Q00986_AdventureGuildsSpecialRequestLv2; +import quests.not_done.Q00987_AdventureGuildsSpecialRequestLv3; +import quests.not_done.Q00988_AdventureGuildsSpecialRequestLv4; +import quests.not_done.Q00989_AdventureGuildsSpecialRequestLv5; +import quests.not_done.Q10298_WastelandQueen; +import quests.not_done.Q10355_BlacksmithsSoulAwakeningWeapon1; +import quests.not_done.Q10356_BlacksmithsSoulAwakeningWeapon2; +import quests.not_done.Q10373_ExploringTheDimensionSealingTheDimension; +import quests.not_done.Q10396_WitchOfSpores; +import quests.not_done.Q10418_TheImmortalPirateKing; +import quests.not_done.Q10423_EmbryoStrongholdAmbush; +import quests.not_done.Q10454_FinalEmbryoApostle; +import quests.not_done.Q10457_KefensisIllusion; +import quests.not_done.Q10506_DianasRequest; +import quests.not_done.Q10531_OddHappeningsAtDragonValley; +import quests.not_done.Q10532_UncoveringTheConspiracy; +import quests.not_done.Q10535_BlacksmithsSoulAwakeningWeapon3; +import quests.not_done.Q10537_KamaelDisarray; +import quests.not_done.Q10538_GiantsEvolution; +import quests.not_done.Q10539_EnergySupplyCutoffPlan; +import quests.not_done.Q10540_ThwartingMimirsPlan; +import quests.not_done.Q10748_MysteriousSuggestion1; +import quests.not_done.Q10749_MysteriousSuggestion2; +import quests.not_done.Q10844_BloodyBattleSeizingSupplies; +import quests.not_done.Q10845_BloodyBattleRescueTheSmiths; +import quests.not_done.Q10846_BloodyBattleMeetingTheCommander; +import quests.not_done.Q10848_TrialsBeforeTheBattle; +import quests.not_done.Q10849_TrialsForAdaptation; +import quests.not_done.Q10851_ElvenBotany; +import quests.not_done.Q10852_TheMotherTreeRevivalProject; +import quests.not_done.Q10853_ToWeakenTheGiants; +import quests.not_done.Q10854_ToSeizeTheFortress; +import quests.not_done.Q10856_SuperionAppears; +import quests.not_done.Q10857_SecretTeleport; +import quests.not_done.Q10858_QueenRamonaControllerOfTheVessel; +import quests.not_done.Q10859_OwnTheEarthAndTheHeavens; +import quests.not_done.Q10873_ExaltedReachingAnotherLevel; +import quests.not_done.Q10874_AgainstTheNewEnemy; +import quests.not_done.Q10875_ForReputation; +import quests.not_done.Q10876_LeadersGrace; +import quests.not_done.Q10877_BreakThroughCrisis; +import quests.not_done.Q10879_ExaltedGuideToPower; +import quests.not_done.Q10880_TheLastOneStanding; +import quests.not_done.Q10881_ForThePride; +import quests.not_done.Q10882_VictoryCollection; +import quests.not_done.Q10883_ImmortalHonor; /** * @author NosBit @@ -900,7 +991,99 @@ public class QuestMasterHandler Q10839_BlackbirdsNameValue.class, Q10840_TimeToRecover.class, Q10841_DeepInsideAteliaFortress.class, - Q10843_AnomalyInTheEnchantedValley.class + Q10843_AnomalyInTheEnchantedValley.class, + // Not done. + Q00504_CompetitionForTheBanditStronghold.class, + Q00655_AGrandPlanForTamingWildBeasts.class, + Q00665_BasicTrainingForHunterGuildMember.class, + Q00666_KnowledgeableHunterGuildMember.class, + Q00667_HowToCoverShilensEyes.class, + Q00668_FightWithGiants.class, + Q00669_IntenseFightAgainstDragon.class, + Q00671_PathToFindingThePast.class, + Q00672_EmbryoTheArchenemy.class, + Q00673_BelethAmbition.class, + Q00744_TheAlligatorHunterReturns.class, + Q00745_TheOutlawsAreIncoming.class, + Q00746_TheReasonOneCannotWait.class, + Q00747_DefendingTheForsakenPlains.class, + Q00748_EndlessRevenge.class, + Q00750_SevenFlowers.class, + Q00759_TheDwarvenNightmareContinues.class, + Q00766_10DayAdventure.class, + Q00773_ToCalmTheFlood.class, + Q00774_DreamingOfPeace.class, + Q00780_UtilizeTheDarknessSeedOfInfinity.class, + Q00781_UtilizeTheDarknessSeedOfAnnihilation.class, + Q00782_UtilizeTheDarknessSeedOfHellfire.class, + Q00789_WaitingForPaagrio.class, + Q00792_TheSuperionGiants.class, + Q00816_PlansToRepairTheStronghold.class, + Q00824_AttackTheCommandPost.class, + Q00836_RequestFromTheBlackbirdClan.class, + Q00837_RequestFromTheGiantTrackers.class, + Q00838_RequestFromTheMotherTreeGuardians.class, + Q00839_RequestFromTheUnworldlyVisitors.class, + Q00840_RequestFromTheKingdomsRoyalGuard.class, + Q00841_ContaminationContainment.class, + Q00842_CaptiveDemons.class, + Q00843_GiantEvolutionControl.class, + Q00844_GiantsTreasure.class, + Q00845_SabotageTheEmbryoSupplies.class, + Q00846_BuildingUpStrength.class, + Q00923_ShinedustExtraction.class, + Q00924_GiantOfTheRestorationRoom.class, + Q00929_SeekerRescue.class, + Q00930_DisparagingThePhantoms.class, + Q00931_MemoriesOfTheWind.class, + Q00932_SayhasEnergy.class, + Q00985_AdventureGuildsSpecialRequestLv1.class, + Q00986_AdventureGuildsSpecialRequestLv2.class, + Q00987_AdventureGuildsSpecialRequestLv3.class, + Q00988_AdventureGuildsSpecialRequestLv4.class, + Q00989_AdventureGuildsSpecialRequestLv5.class, + Q10298_WastelandQueen.class, + Q10355_BlacksmithsSoulAwakeningWeapon1.class, + Q10356_BlacksmithsSoulAwakeningWeapon2.class, + Q10373_ExploringTheDimensionSealingTheDimension.class, + Q10396_WitchOfSpores.class, + Q10418_TheImmortalPirateKing.class, + Q10423_EmbryoStrongholdAmbush.class, + Q10454_FinalEmbryoApostle.class, + Q10457_KefensisIllusion.class, + Q10506_DianasRequest.class, + Q10531_OddHappeningsAtDragonValley.class, + Q10532_UncoveringTheConspiracy.class, + Q10535_BlacksmithsSoulAwakeningWeapon3.class, + Q10537_KamaelDisarray.class, + Q10538_GiantsEvolution.class, + Q10539_EnergySupplyCutoffPlan.class, + Q10540_ThwartingMimirsPlan.class, + Q10748_MysteriousSuggestion1.class, + Q10749_MysteriousSuggestion2.class, + Q10844_BloodyBattleSeizingSupplies.class, + Q10845_BloodyBattleRescueTheSmiths.class, + Q10846_BloodyBattleMeetingTheCommander.class, + Q10848_TrialsBeforeTheBattle.class, + Q10849_TrialsForAdaptation.class, + Q10851_ElvenBotany.class, + Q10852_TheMotherTreeRevivalProject.class, + Q10853_ToWeakenTheGiants.class, + Q10854_ToSeizeTheFortress.class, + Q10856_SuperionAppears.class, + Q10857_SecretTeleport.class, + Q10858_QueenRamonaControllerOfTheVessel.class, + Q10859_OwnTheEarthAndTheHeavens.class, + Q10873_ExaltedReachingAnotherLevel.class, + Q10874_AgainstTheNewEnemy.class, + Q10875_ForReputation.class, + Q10876_LeadersGrace.class, + Q10877_BreakThroughCrisis.class, + Q10879_ExaltedGuideToPower.class, + Q10880_TheLastOneStanding.class, + Q10881_ForThePride.class, + Q10882_VictoryCollection.class, + Q10883_ImmortalHonor.class }; public static void main(String[] args) diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java new file mode 100644 index 0000000000..b57d61f097 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00504_CompetitionForTheBanditStronghold extends Quest +{ + private static final int START_NPC = 35437; + + public Q00504_CompetitionForTheBanditStronghold() + { + super(504); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java new file mode 100644 index 0000000000..0d0201000c --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00655_AGrandPlanForTamingWildBeasts extends Quest +{ + private static final int START_NPC = 35627; + + public Q00655_AGrandPlanForTamingWildBeasts() + { + super(655); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java new file mode 100644 index 0000000000..9e7cfb2649 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00665_BasicTrainingForHunterGuildMember extends Quest +{ + private static final int START_NPC = 34267; + + public Q00665_BasicTrainingForHunterGuildMember() + { + super(665); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00666_KnowledgeableHunterGuildMember.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00666_KnowledgeableHunterGuildMember.java new file mode 100644 index 0000000000..c903abce5a --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00666_KnowledgeableHunterGuildMember.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00666_KnowledgeableHunterGuildMember extends Quest +{ + private static final int START_NPC = 34267; + + public Q00666_KnowledgeableHunterGuildMember() + { + super(666); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00667_HowToCoverShilensEyes.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00667_HowToCoverShilensEyes.java new file mode 100644 index 0000000000..5f19ae8077 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00667_HowToCoverShilensEyes.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00667_HowToCoverShilensEyes extends Quest +{ + private static final int START_NPC = 34267; + + public Q00667_HowToCoverShilensEyes() + { + super(667); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00668_FightWithGiants.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00668_FightWithGiants.java new file mode 100644 index 0000000000..e02cfb7620 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00668_FightWithGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00668_FightWithGiants extends Quest +{ + private static final int START_NPC = 34267; + + public Q00668_FightWithGiants() + { + super(668); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00669_IntenseFightAgainstDragon.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00669_IntenseFightAgainstDragon.java new file mode 100644 index 0000000000..8f7a73c238 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00669_IntenseFightAgainstDragon.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00669_IntenseFightAgainstDragon extends Quest +{ + private static final int START_NPC = 34267; + + public Q00669_IntenseFightAgainstDragon() + { + super(669); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java new file mode 100644 index 0000000000..5056e137f2 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00671_PathToFindingThePast extends Quest +{ + private static final int START_NPC = 34267; + + public Q00671_PathToFindingThePast() + { + super(671); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00672_EmbryoTheArchenemy.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00672_EmbryoTheArchenemy.java new file mode 100644 index 0000000000..38135c24f0 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00672_EmbryoTheArchenemy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00672_EmbryoTheArchenemy extends Quest +{ + private static final int START_NPC = 34267; + + public Q00672_EmbryoTheArchenemy() + { + super(672); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java new file mode 100644 index 0000000000..c492e3e355 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00673_BelethAmbition extends Quest +{ + private static final int START_NPC = 34267; + + public Q00673_BelethAmbition() + { + super(673); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java new file mode 100644 index 0000000000..3c1943eaf8 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00744_TheAlligatorHunterReturns extends Quest +{ + private static final int START_NPC = 30332; + + public Q00744_TheAlligatorHunterReturns() + { + super(744); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java new file mode 100644 index 0000000000..cba05e9213 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00745_TheOutlawsAreIncoming extends Quest +{ + private static final int START_NPC = 30677; + + public Q00745_TheOutlawsAreIncoming() + { + super(745); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java new file mode 100644 index 0000000000..4075706af6 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00746_TheReasonOneCannotWait extends Quest +{ + private static final int START_NPC = 30196; + + public Q00746_TheReasonOneCannotWait() + { + super(746); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java new file mode 100644 index 0000000000..7773c3971a --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00747_DefendingTheForsakenPlains extends Quest +{ + private static final int START_NPC = 33864; + + public Q00747_DefendingTheForsakenPlains() + { + super(747); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java new file mode 100644 index 0000000000..89c83506b2 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00748_EndlessRevenge extends Quest +{ + private static final int START_NPC = 33864; + + public Q00748_EndlessRevenge() + { + super(748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java new file mode 100644 index 0000000000..9e3d0e5d2a --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00750_SevenFlowers extends Quest +{ + private static final int START_NPC = 33697; + + public Q00750_SevenFlowers() + { + super(750); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java new file mode 100644 index 0000000000..e3bea64a64 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00759_TheDwarvenNightmareContinues extends Quest +{ + private static final int START_NPC = 30537; + + public Q00759_TheDwarvenNightmareContinues() + { + super(759); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.java new file mode 100644 index 0000000000..98bb54cfc6 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00766_10DayAdventure.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00766_10DayAdventure extends Quest +{ + private static final int START_NPC = 33958; + + public Q00766_10DayAdventure() + { + super(766); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java new file mode 100644 index 0000000000..3d36eca6d8 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00773_ToCalmTheFlood extends Quest +{ + private static final int START_NPC = 32921; + + public Q00773_ToCalmTheFlood() + { + super(773); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java new file mode 100644 index 0000000000..c72545cf5c --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00774_DreamingOfPeace extends Quest +{ + private static final int START_NPC = 30370; + + public Q00774_DreamingOfPeace() + { + super(774); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java new file mode 100644 index 0000000000..9fddeeb672 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00780_UtilizeTheDarknessSeedOfInfinity extends Quest +{ + private static final int START_NPC = 32603; + + public Q00780_UtilizeTheDarknessSeedOfInfinity() + { + super(780); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java new file mode 100644 index 0000000000..273efcea09 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00781_UtilizeTheDarknessSeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 32734; + + public Q00781_UtilizeTheDarknessSeedOfAnnihilation() + { + super(781); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java new file mode 100644 index 0000000000..5fcb34de4b --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00782_UtilizeTheDarknessSeedOfHellfire extends Quest +{ + private static final int START_NPC = 33669; + + public Q00782_UtilizeTheDarknessSeedOfHellfire() + { + super(782); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java new file mode 100644 index 0000000000..960662e407 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00789_WaitingForPaagrio extends Quest +{ + private static final int START_NPC = 34014; + + public Q00789_WaitingForPaagrio() + { + super(789); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java new file mode 100644 index 0000000000..0533747c04 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00792_TheSuperionGiants extends Quest +{ + private static final int START_NPC = 34243; + + public Q00792_TheSuperionGiants() + { + super(792); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java new file mode 100644 index 0000000000..6d1c912371 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00816_PlansToRepairTheStronghold extends Quest +{ + private static final int START_NPC = 34058; + + public Q00816_PlansToRepairTheStronghold() + { + super(816); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java new file mode 100644 index 0000000000..f4d7143f0b --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00824_AttackTheCommandPost extends Quest +{ + private static final int START_NPC = 34089; + + public Q00824_AttackTheCommandPost() + { + super(824); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java new file mode 100644 index 0000000000..e9e1436231 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00836_RequestFromTheBlackbirdClan extends Quest +{ + private static final int START_NPC = 36750; + + public Q00836_RequestFromTheBlackbirdClan() + { + super(836); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java new file mode 100644 index 0000000000..401bceb0ce --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00837_RequestFromTheGiantTrackers extends Quest +{ + private static final int START_NPC = 36751; + + public Q00837_RequestFromTheGiantTrackers() + { + super(837); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java new file mode 100644 index 0000000000..08699b33ec --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00838_RequestFromTheMotherTreeGuardians extends Quest +{ + private static final int START_NPC = 36752; + + public Q00838_RequestFromTheMotherTreeGuardians() + { + super(838); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java new file mode 100644 index 0000000000..7d63aa7bdb --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00839_RequestFromTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 36753; + + public Q00839_RequestFromTheUnworldlyVisitors() + { + super(839); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java new file mode 100644 index 0000000000..bd38310aac --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00840_RequestFromTheKingdomsRoyalGuard extends Quest +{ + private static final int START_NPC = 36754; + + public Q00840_RequestFromTheKingdomsRoyalGuard() + { + super(840); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java new file mode 100644 index 0000000000..d54ba62131 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00841_ContaminationContainment extends Quest +{ + private static final int START_NPC = 34233; + + public Q00841_ContaminationContainment() + { + super(841); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java new file mode 100644 index 0000000000..0d29eebe7f --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00842_CaptiveDemons extends Quest +{ + private static final int START_NPC = 34219; + + public Q00842_CaptiveDemons() + { + super(842); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java new file mode 100644 index 0000000000..49420d7b99 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00843_GiantEvolutionControl extends Quest +{ + private static final int START_NPC = 34237; + + public Q00843_GiantEvolutionControl() + { + super(843); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java new file mode 100644 index 0000000000..042b1615c1 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00844_GiantsTreasure extends Quest +{ + private static final int START_NPC = 34237; + + public Q00844_GiantsTreasure() + { + super(844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java new file mode 100644 index 0000000000..47b82b1d89 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00845_SabotageTheEmbryoSupplies extends Quest +{ + private static final int START_NPC = 34235; + + public Q00845_SabotageTheEmbryoSupplies() + { + super(845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java new file mode 100644 index 0000000000..b1c15a3745 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00846_BuildingUpStrength extends Quest +{ + private static final int START_NPC = 34236; + + public Q00846_BuildingUpStrength() + { + super(846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java new file mode 100644 index 0000000000..95487ecd19 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00923_ShinedustExtraction extends Quest +{ + private static final int START_NPC = 34217; + + public Q00923_ShinedustExtraction() + { + super(923); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java new file mode 100644 index 0000000000..33175346f1 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00924_GiantOfTheRestorationRoom extends Quest +{ + private static final int START_NPC = 34217; + + public Q00924_GiantOfTheRestorationRoom() + { + super(924); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java new file mode 100644 index 0000000000..14a4694a53 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00929_SeekerRescue extends Quest +{ + private static final int START_NPC = 34230; + + public Q00929_SeekerRescue() + { + super(929); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java new file mode 100644 index 0000000000..6d4154be83 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00930_DisparagingThePhantoms extends Quest +{ + private static final int START_NPC = 34230; + + public Q00930_DisparagingThePhantoms() + { + super(930); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java new file mode 100644 index 0000000000..2dc5cf5d6f --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00931_MemoriesOfTheWind extends Quest +{ + private static final int START_NPC = 34055; + + public Q00931_MemoriesOfTheWind() + { + super(931); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java new file mode 100644 index 0000000000..4465dfcac1 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00932_SayhasEnergy extends Quest +{ + private static final int START_NPC = 34056; + + public Q00932_SayhasEnergy() + { + super(932); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java new file mode 100644 index 0000000000..26bafc1b0b --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00985_AdventureGuildsSpecialRequestLv1 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00985_AdventureGuildsSpecialRequestLv1() + { + super(985); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java new file mode 100644 index 0000000000..45b793227c --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00986_AdventureGuildsSpecialRequestLv2 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00986_AdventureGuildsSpecialRequestLv2() + { + super(986); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java new file mode 100644 index 0000000000..c2069551d4 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00987_AdventureGuildsSpecialRequestLv3 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00987_AdventureGuildsSpecialRequestLv3() + { + super(987); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java new file mode 100644 index 0000000000..3462cbc868 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00988_AdventureGuildsSpecialRequestLv4 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00988_AdventureGuildsSpecialRequestLv4() + { + super(988); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java new file mode 100644 index 0000000000..fad44eeeaa --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00989_AdventureGuildsSpecialRequestLv5 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00989_AdventureGuildsSpecialRequestLv5() + { + super(989); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java new file mode 100644 index 0000000000..6826748864 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10298_WastelandQueen extends Quest +{ + private static final int START_NPC = 30332; + + public Q10298_WastelandQueen() + { + super(10298); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoulAwakeningWeapon1.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoulAwakeningWeapon1.java new file mode 100644 index 0000000000..5f6e4931af --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoulAwakeningWeapon1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10355_BlacksmithsSoulAwakeningWeapon1 extends Quest +{ + private static final int START_NPC = 34095; + + public Q10355_BlacksmithsSoulAwakeningWeapon1() + { + super(10355); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoulAwakeningWeapon2.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoulAwakeningWeapon2.java new file mode 100644 index 0000000000..ecb42af033 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoulAwakeningWeapon2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10356_BlacksmithsSoulAwakeningWeapon2 extends Quest +{ + private static final int START_NPC = 31126; + + public Q10356_BlacksmithsSoulAwakeningWeapon2() + { + super(10356); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java new file mode 100644 index 0000000000..f2f9df4361 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10373_ExploringTheDimensionSealingTheDimension extends Quest +{ + private static final int START_NPC = 34227; + + public Q10373_ExploringTheDimensionSealingTheDimension() + { + super(10373); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java new file mode 100644 index 0000000000..539dc2663e --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10396_WitchOfSpores extends Quest +{ + private static final int START_NPC = 30196; + + public Q10396_WitchOfSpores() + { + super(10396); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java new file mode 100644 index 0000000000..aa914c23e2 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10418_TheImmortalPirateKing extends Quest +{ + private static final int START_NPC = 30121; + + public Q10418_TheImmortalPirateKing() + { + super(10418); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdAmbush.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdAmbush.java new file mode 100644 index 0000000000..7b4a42e522 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdAmbush.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10423_EmbryoStrongholdAmbush extends Quest +{ + private static final int START_NPC = 34319; + + public Q10423_EmbryoStrongholdAmbush() + { + super(10423); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java new file mode 100644 index 0000000000..aaafabba0b --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10454_FinalEmbryoApostle extends Quest +{ + private static final int START_NPC = 34319; + + public Q10454_FinalEmbryoApostle() + { + super(10454); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java new file mode 100644 index 0000000000..ffd77b8033 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10457_KefensisIllusion extends Quest +{ + private static final int START_NPC = 31590; + + public Q10457_KefensisIllusion() + { + super(10457); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java new file mode 100644 index 0000000000..55bbcd3c25 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10506_DianasRequest extends Quest +{ + private static final int START_NPC = 8625; + + public Q10506_DianasRequest() + { + super(10506); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java new file mode 100644 index 0000000000..4cc5717857 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10531_OddHappeningsAtDragonValley extends Quest +{ + private static final int START_NPC = 33973; + + public Q10531_OddHappeningsAtDragonValley() + { + super(10531); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java new file mode 100644 index 0000000000..4352dc6071 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10532_UncoveringTheConspiracy extends Quest +{ + private static final int START_NPC = 33973; + + public Q10532_UncoveringTheConspiracy() + { + super(10532); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoulAwakeningWeapon3.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoulAwakeningWeapon3.java new file mode 100644 index 0000000000..17788b97b4 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoulAwakeningWeapon3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10535_BlacksmithsSoulAwakeningWeapon3 extends Quest +{ + private static final int START_NPC = 31126; + + public Q10535_BlacksmithsSoulAwakeningWeapon3() + { + super(10535); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java new file mode 100644 index 0000000000..6e6a75874e --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10537_KamaelDisarray extends Quest +{ + private static final int START_NPC = 34237; + + public Q10537_KamaelDisarray() + { + super(10537); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java new file mode 100644 index 0000000000..0cecdb0b43 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10538_GiantsEvolution extends Quest +{ + private static final int START_NPC = 34218; + + public Q10538_GiantsEvolution() + { + super(10538); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java new file mode 100644 index 0000000000..fe4c3b3e84 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10539_EnergySupplyCutoffPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10539_EnergySupplyCutoffPlan() + { + super(10539); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java new file mode 100644 index 0000000000..9c04662d41 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10540_ThwartingMimirsPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10540_ThwartingMimirsPlan() + { + super(10540); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java new file mode 100644 index 0000000000..ee28e339fb --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10748_MysteriousSuggestion1 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10748_MysteriousSuggestion1() + { + super(10748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java new file mode 100644 index 0000000000..ea17e1f650 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10749_MysteriousSuggestion2 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10749_MysteriousSuggestion2() + { + super(10749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java new file mode 100644 index 0000000000..b17d483120 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10844_BloodyBattleSeizingSupplies extends Quest +{ + private static final int START_NPC = 34057; + + public Q10844_BloodyBattleSeizingSupplies() + { + super(10844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java new file mode 100644 index 0000000000..d68ad6fb9a --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10845_BloodyBattleRescueTheSmiths extends Quest +{ + private static final int START_NPC = 34064; + + public Q10845_BloodyBattleRescueTheSmiths() + { + super(10845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java new file mode 100644 index 0000000000..0e1a7ced7b --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10846_BloodyBattleMeetingTheCommander extends Quest +{ + private static final int START_NPC = 34064; + + public Q10846_BloodyBattleMeetingTheCommander() + { + super(10846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java new file mode 100644 index 0000000000..1de76a4355 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10848_TrialsBeforeTheBattle extends Quest +{ + private static final int START_NPC = 31595; + + public Q10848_TrialsBeforeTheBattle() + { + super(10848); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java new file mode 100644 index 0000000000..4952fd35b6 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10849_TrialsForAdaptation extends Quest +{ + private static final int START_NPC = 34054; + + public Q10849_TrialsForAdaptation() + { + super(10849); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java new file mode 100644 index 0000000000..76c2813745 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10851_ElvenBotany extends Quest +{ + private static final int START_NPC = 34234; + + public Q10851_ElvenBotany() + { + super(10851); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java new file mode 100644 index 0000000000..477c7f4c30 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10852_TheMotherTreeRevivalProject extends Quest +{ + private static final int START_NPC = 34233; + + public Q10852_TheMotherTreeRevivalProject() + { + super(10852); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java new file mode 100644 index 0000000000..2dfbec5a22 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10853_ToWeakenTheGiants extends Quest +{ + private static final int START_NPC = 34237; + + public Q10853_ToWeakenTheGiants() + { + super(10853); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java new file mode 100644 index 0000000000..561512eade --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10854_ToSeizeTheFortress extends Quest +{ + private static final int START_NPC = 34235; + + public Q10854_ToSeizeTheFortress() + { + super(10854); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java new file mode 100644 index 0000000000..f8de0eac89 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10856_SuperionAppears extends Quest +{ + private static final int START_NPC = 34222; + + public Q10856_SuperionAppears() + { + super(10856); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java new file mode 100644 index 0000000000..0b03f1317a --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10857_SecretTeleport extends Quest +{ + private static final int START_NPC = 34222; + + public Q10857_SecretTeleport() + { + super(10857); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java new file mode 100644 index 0000000000..e2ade60ef6 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10858_QueenRamonaControllerOfTheVessel extends Quest +{ + private static final int START_NPC = 34222; + + public Q10858_QueenRamonaControllerOfTheVessel() + { + super(10858); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java new file mode 100644 index 0000000000..e39efc44d2 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10859_OwnTheEarthAndTheHeavens extends Quest +{ + private static final int START_NPC = 34222; + + public Q10859_OwnTheEarthAndTheHeavens() + { + super(10859); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java new file mode 100644 index 0000000000..c5f78d9735 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10873_ExaltedReachingAnotherLevel extends Quest +{ + private static final int START_NPC = 33907; + + public Q10873_ExaltedReachingAnotherLevel() + { + super(10873); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java new file mode 100644 index 0000000000..f0b8991975 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10874_AgainstTheNewEnemy extends Quest +{ + private static final int START_NPC = 34230; + + public Q10874_AgainstTheNewEnemy() + { + super(10874); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java new file mode 100644 index 0000000000..d0fd0c0010 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10875_ForReputation extends Quest +{ + private static final int START_NPC = 34237; + + public Q10875_ForReputation() + { + super(10875); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java new file mode 100644 index 0000000000..d571bd4396 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10876_LeadersGrace extends Quest +{ + private static final int START_NPC = 34138; + + public Q10876_LeadersGrace() + { + super(10876); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java new file mode 100644 index 0000000000..bb784ceb60 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10877_BreakThroughCrisis extends Quest +{ + private static final int START_NPC = 34267; + + public Q10877_BreakThroughCrisis() + { + super(10877); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java new file mode 100644 index 0000000000..4cc7e8964c --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10879_ExaltedGuideToPower extends Quest +{ + private static final int START_NPC = 33907; + + public Q10879_ExaltedGuideToPower() + { + super(10879); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java new file mode 100644 index 0000000000..fd57c17b09 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10880_TheLastOneStanding extends Quest +{ + private static final int START_NPC = 34055; + + public Q10880_TheLastOneStanding() + { + super(10880); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java new file mode 100644 index 0000000000..ed97c39c39 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10881_ForThePride extends Quest +{ + private static final int START_NPC = 34236; + + public Q10881_ForThePride() + { + super(10881); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java new file mode 100644 index 0000000000..f60478b4c5 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10882_VictoryCollection extends Quest +{ + private static final int START_NPC = 34180; + + public Q10882_VictoryCollection() + { + super(10882); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java new file mode 100644 index 0000000000..9c6626da2e --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10883_ImmortalHonor extends Quest +{ + private static final int START_NPC = 32548; + + public Q10883_ImmortalHonor() + { + super(10883); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/MissingQuests.txt index 9be3729d09..2ef4034567 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/MissingQuests.txt @@ -236,4 +236,4 @@ 10880 The Last One Standing 10881 For the Pride 10882 Victory Collection -10883 Immortal Honor +10883 Immortal Honor \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/QuestMasterHandler.java index 932bfb44d5..cccb781bef 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -443,6 +443,7 @@ import quests.Q10839_BlackbirdsNameValue.Q10839_BlackbirdsNameValue; import quests.Q10840_TimeToRecover.Q10840_TimeToRecover; import quests.Q10841_DeepInsideAteliaFortress.Q10841_DeepInsideAteliaFortress; import quests.Q10843_AnomalyInTheEnchantedValley.Q10843_AnomalyInTheEnchantedValley; +import quests.not_done.*; /** * @author NosBit @@ -876,7 +877,163 @@ public class QuestMasterHandler Q10839_BlackbirdsNameValue.class, Q10840_TimeToRecover.class, Q10841_DeepInsideAteliaFortress.class, - Q10843_AnomalyInTheEnchantedValley.class + Q10843_AnomalyInTheEnchantedValley.class, + // Not done. + Q00504_CompetitionForTheBanditStronghold.class, + Q00561_BasicMissionHarnakUndergroundRuins.class, + Q00562_BasicMissionAltarOfEvil.class, + Q00563_BasicMissionBloodySwampland.class, + Q00564_BasicMissionKartiasLabyrinthSolo.class, + Q00565_BasicMissionFairySettlementWest.class, + Q00566_BasicMissionFairySettlementEast.class, + Q00567_BasicMissionIsleOfSouls.class, + Q00568_SpecialMissionNornilsCave.class, + Q00569_BasicMissionSealOfShilen.class, + Q00570_SpecialMissionKartiasLabyrinthParty.class, + Q00571_SpecialMissionProofOfUnityFieldRaid.class, + Q00572_SpecialMissionProofOfCourageFieldRaid.class, + Q00573_SpecialMissionProofOfStrengthFieldRaid.class, + Q00574_SpecialMissionNornilsGarden.class, + Q00575_SpecialMissionFortuna.class, + Q00576_SpecialMissionDefeatSpezion.class, + Q00580_BeyondTheMemories.class, + Q00581_ThePurificationRitual.class, + Q00582_WashBloodWithBlood.class, + Q00583_MeaningOfSurvival.class, + Q00584_NeverSayGoodBye.class, + Q00585_CantGoAgainstTheTime.class, + Q00586_MutatedCreatures.class, + Q00587_MoreAggressiveOperation.class, + Q00588_HeadOnCrash.class, + Q00655_AGrandPlanForTamingWildBeasts.class, + Q00665_BasicTrainingForHunterGuildMember.class, + Q00666_HunterGuildMembersKnowledge.class, + Q00667_CoveringShilensEyes.class, + Q00668_ABattleWithTheGiants.class, + Q00669_DesperateFightWithTheDragons.class, + Q00671_PathToFindingThePast.class, + Q00672_ArchenemyEmbryo.class, + Q00673_BelethAmbition.class, + Q00674_ChangesInTheShadowOfTheMotherTree.class, + Q00675_WhatTheThreadOfThePastShows.class, + Q00737_ASwordHiddenInASmile.class, + Q00738_DimensionalExplorationOfTheUnworldlyVisitors.class, + Q00743_AtTheAltarOfOblivion.class, + Q00744_TheAlligatorHunterReturns.class, + Q00745_TheOutlawsAreIncoming.class, + Q00746_TheReasonOneCannotWait.class, + Q00747_DefendingTheForsakenPlains.class, + Q00748_EndlessRevenge.class, + Q00749_TiesWithTheGuardians.class, + Q00750_SevenFlowers.class, + Q00759_TheDwarvenNightmareContinues.class, + Q00773_ToCalmTheFlood.class, + Q00774_DreamingOfPeace.class, + Q00780_UtilizeTheDarknessSeedOfInfinity.class, + Q00781_UtilizeTheDarknessSeedOfAnnihilation.class, + Q00782_UtilizeTheDarknessSeedOfHellfire.class, + Q00789_WaitingForPaagrio.class, + Q00792_TheSuperionGiants.class, + Q00816_PlansToRepairTheStronghold.class, + Q00824_AttackTheCommandPost.class, + Q00836_RequestFromTheBlackbirdClan.class, + Q00837_RequestFromTheGiantTrackers.class, + Q00838_RequestFromTheMotherTreeGuardians.class, + Q00839_RequestFromTheUnworldlyVisitors.class, + Q00840_RequestFromTheKingdomsRoyalGuard.class, + Q00841_ContaminationContainment.class, + Q00842_CaptiveDemons.class, + Q00843_GiantEvolutionControl.class, + Q00844_GiantsTreasure.class, + Q00845_SabotageTheEmbryoSupplies.class, + Q00846_BuildingUpStrength.class, + Q00923_ShinedustExtraction.class, + Q00924_GiantOfTheRestorationRoom.class, + Q00929_SeekerRescue.class, + Q00930_DisparagingThePhantoms.class, + Q00931_MemoriesOfTheWind.class, + Q00932_SayhasEnergy.class, + Q00985_AdventureGuildsSpecialRequestLv1.class, + Q00986_AdventureGuildsSpecialRequestLv2.class, + Q00987_AdventureGuildsSpecialRequestLv3.class, + Q00988_AdventureGuildsSpecialRequestLv4.class, + Q00989_AdventureGuildsSpecialRequestLv5.class, + Q10298_WastelandQueen.class, + Q10355_BlacksmithsSoul1.class, + Q10356_BlacksmithsSoul2.class, + Q10373_ExploringTheDimensionSealingTheDimension.class, + Q10396_WitchOfSpores.class, + Q10418_TheImmortalPirateKing.class, + Q10423_EmbryoStrongholdRaid.class, + Q10454_FinalEmbryoApostle.class, + Q10457_KefensisIllusion.class, + Q10506_DianasRequest.class, + Q10531_OddHappeningsAtDragonValley.class, + Q10532_UncoveringTheConspiracy.class, + Q10535_BlacksmithsSoul3.class, + Q10537_KamaelDisarray.class, + Q10538_GiantsEvolution.class, + Q10539_EnergySupplyCutoffPlan.class, + Q10540_ThwartingMimirsPlan.class, + Q10552_ChallengeBalthusKnight.class, + Q10553_WhatMattersMoreThanAbility.class, + Q10554_GiftForYou.class, + Q10555_ChargeAtAntharas.class, + Q10556_ForgottenPowerStartOfFate.class, + Q10557_NewPowerWindsOfFate.class, + Q10558_HiddenInChaos.class, + Q10559_BeforeTheGuide.class, + Q10560_WayOfWanderingKnight.class, + Q10561_AcrossTheDeathLine.class, + Q10562_TakeUpArms.class, + Q10563_ControlOfPower.class, + Q10564_ProveProgress.class, + Q10565_NothingIsImpossible.class, + Q10566_BestChoice.class, + Q10567_SpecialMissionNornilsGarden.class, + Q10568_KamaelsTechnologicalAdvancement.class, + Q10569_DeclarationOfWar.class, + Q10570_HurrahForKamaelsIndependence.class, + Q10571_StrategicReconciliation.class, + Q10572_ToExpelTheEmbryosForces.class, + Q10574_SpecialMissionFortuna.class, + Q10575_LetsGoFishing.class, + Q10576_GlitteringWeapons.class, + Q10577_TemperARustingBlade.class, + Q10578_TheSoulOfASword.class, + Q10579_ContainingTheAttributePower.class, + Q10580_SpecialMissionDefeatSpezion.class, + Q10594_FergasonsScheme.class, + Q10595_TheDimensionalWarpPart8.class, + Q10596_TheDimensionalWarpPart9.class, + Q10597_EscapeToTheShadowOfTheMotherTree.class, + Q10598_WithAllYourMight.class, + Q10599_ThreadOfFateHangingOnTheMotherTree.class, + Q10748_MysteriousSuggestion1.class, + Q10749_MysteriousSuggestion2.class, + Q10844_BloodyBattleSeizingSupplies.class, + Q10845_BloodyBattleRescueTheSmiths.class, + Q10846_BloodyBattleMeetingTheCommander.class, + Q10848_TrialsBeforeTheBattle.class, + Q10849_TrialsForAdaptation.class, + Q10851_ElvenBotany.class, + Q10852_TheMotherTreeRevivalProject.class, + Q10853_ToWeakenTheGiants.class, + Q10854_ToSeizeTheFortress.class, + Q10856_SuperionAppears.class, + Q10857_SecretTeleport.class, + Q10858_QueenRamonaControllerOfTheVessel.class, + Q10859_OwnTheEarthAndTheHeavens.class, + Q10873_ExaltedReachingAnotherLevel.class, + Q10874_AgainstTheNewEnemy.class, + Q10875_ForReputation.class, + Q10876_LeadersGrace.class, + Q10877_BreakThroughCrisis.class, + Q10879_ExaltedGuideToPower.class, + Q10880_TheLastOneStanding.class, + Q10881_ForThePride.class, + Q10882_VictoryCollection.class, + Q10883_ImmortalHonor.class }; public static void main(String[] args) diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java new file mode 100644 index 0000000000..b57d61f097 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00504_CompetitionForTheBanditStronghold extends Quest +{ + private static final int START_NPC = 35437; + + public Q00504_CompetitionForTheBanditStronghold() + { + super(504); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java new file mode 100644 index 0000000000..ed2428129e --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00561_BasicMissionHarnakUndergroundRuins extends Quest +{ + private static final int START_NPC = 34413; + + public Q00561_BasicMissionHarnakUndergroundRuins() + { + super(561); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java new file mode 100644 index 0000000000..1bdf89eda7 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00562_BasicMissionAltarOfEvil extends Quest +{ + private static final int START_NPC = 34413; + + public Q00562_BasicMissionAltarOfEvil() + { + super(562); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java new file mode 100644 index 0000000000..c1a74b7f5a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00563_BasicMissionBloodySwampland extends Quest +{ + private static final int START_NPC = 34413; + + public Q00563_BasicMissionBloodySwampland() + { + super(563); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java new file mode 100644 index 0000000000..1c4363f679 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest +{ + private static final int START_NPC = 34413; + + public Q00564_BasicMissionKartiasLabyrinthSolo() + { + super(564); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java new file mode 100644 index 0000000000..25b8716bc2 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00565_BasicMissionFairySettlementWest extends Quest +{ + private static final int START_NPC = 34413; + + public Q00565_BasicMissionFairySettlementWest() + { + super(565); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java new file mode 100644 index 0000000000..b388c510bd --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00566_BasicMissionFairySettlementEast extends Quest +{ + private static final int START_NPC = 34413; + + public Q00566_BasicMissionFairySettlementEast() + { + super(566); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java new file mode 100644 index 0000000000..486601fefa --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00567_BasicMissionIsleOfSouls extends Quest +{ + private static final int START_NPC = 34413; + + public Q00567_BasicMissionIsleOfSouls() + { + super(567); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java new file mode 100644 index 0000000000..43e0f350a7 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00568_SpecialMissionNornilsCave extends Quest +{ + private static final int START_NPC = 34413; + + public Q00568_SpecialMissionNornilsCave() + { + super(568); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java new file mode 100644 index 0000000000..3dd2eb81f2 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00569_BasicMissionSealOfShilen extends Quest +{ + private static final int START_NPC = 34413; + + public Q00569_BasicMissionSealOfShilen() + { + super(569); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java new file mode 100644 index 0000000000..fd7a87a8d7 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00570_SpecialMissionKartiasLabyrinthParty extends Quest +{ + private static final int START_NPC = 34413; + + public Q00570_SpecialMissionKartiasLabyrinthParty() + { + super(570); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java new file mode 100644 index 0000000000..abe3122700 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00571_SpecialMissionProofOfUnityFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00571_SpecialMissionProofOfUnityFieldRaid() + { + super(571); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java new file mode 100644 index 0000000000..e59fdc7876 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00572_SpecialMissionProofOfCourageFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00572_SpecialMissionProofOfCourageFieldRaid() + { + super(572); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java new file mode 100644 index 0000000000..ba4fc98089 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00573_SpecialMissionProofOfStrengthFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00573_SpecialMissionProofOfStrengthFieldRaid() + { + super(573); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java new file mode 100644 index 0000000000..d110586817 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00574_SpecialMissionNornilsGarden extends Quest +{ + private static final int START_NPC = 34413; + + public Q00574_SpecialMissionNornilsGarden() + { + super(574); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.java new file mode 100644 index 0000000000..ba464e81b4 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00575_SpecialMissionFortuna extends Quest +{ + private static final int START_NPC = 34413; + + public Q00575_SpecialMissionFortuna() + { + super(575); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java new file mode 100644 index 0000000000..9559914126 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00576_SpecialMissionDefeatSpezion extends Quest +{ + private static final int START_NPC = 34413; + + public Q00576_SpecialMissionDefeatSpezion() + { + super(576); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java new file mode 100644 index 0000000000..5a3c2403f4 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00580_BeyondTheMemories extends Quest +{ + private static final int START_NPC = 33344; + + public Q00580_BeyondTheMemories() + { + super(580); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java new file mode 100644 index 0000000000..63378e4973 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00581_ThePurificationRitual extends Quest +{ + private static final int START_NPC = 34414; + + public Q00581_ThePurificationRitual() + { + super(581); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java new file mode 100644 index 0000000000..d59ab02e69 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00582_WashBloodWithBlood extends Quest +{ + private static final int START_NPC = 34414; + + public Q00582_WashBloodWithBlood() + { + super(582); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java new file mode 100644 index 0000000000..4acc17b7ef --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00583_MeaningOfSurvival extends Quest +{ + private static final int START_NPC = 30137; + + public Q00583_MeaningOfSurvival() + { + super(583); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java new file mode 100644 index 0000000000..81c6a8549b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00584_NeverSayGoodBye extends Quest +{ + private static final int START_NPC = 30137; + + public Q00584_NeverSayGoodBye() + { + super(584); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java new file mode 100644 index 0000000000..83df330ebd --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00585_CantGoAgainstTheTime extends Quest +{ + private static final int START_NPC = 32921; + + public Q00585_CantGoAgainstTheTime() + { + super(585); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java new file mode 100644 index 0000000000..f2d16c667a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00586_MutatedCreatures extends Quest +{ + private static final int START_NPC = 30370; + + public Q00586_MutatedCreatures() + { + super(586); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java new file mode 100644 index 0000000000..dce336b6df --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00587_MoreAggressiveOperation extends Quest +{ + private static final int START_NPC = 33780; + + public Q00587_MoreAggressiveOperation() + { + super(587); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java new file mode 100644 index 0000000000..d83c47dcdc --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00588_HeadOnCrash extends Quest +{ + private static final int START_NPC = 33796; + + public Q00588_HeadOnCrash() + { + super(588); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java new file mode 100644 index 0000000000..0d0201000c --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00655_AGrandPlanForTamingWildBeasts extends Quest +{ + private static final int START_NPC = 35627; + + public Q00655_AGrandPlanForTamingWildBeasts() + { + super(655); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java new file mode 100644 index 0000000000..9e7cfb2649 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00665_BasicTrainingForHunterGuildMember extends Quest +{ + private static final int START_NPC = 34267; + + public Q00665_BasicTrainingForHunterGuildMember() + { + super(665); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java new file mode 100644 index 0000000000..55184299ff --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00666_HunterGuildMembersKnowledge extends Quest +{ + private static final int START_NPC = 34267; + + public Q00666_HunterGuildMembersKnowledge() + { + super(666); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java new file mode 100644 index 0000000000..1a67b4f7b1 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00667_CoveringShilensEyes extends Quest +{ + private static final int START_NPC = 34267; + + public Q00667_CoveringShilensEyes() + { + super(667); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java new file mode 100644 index 0000000000..b91367d4ee --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00668_ABattleWithTheGiants extends Quest +{ + private static final int START_NPC = 34267; + + public Q00668_ABattleWithTheGiants() + { + super(668); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java new file mode 100644 index 0000000000..55ea717aad --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00669_DesperateFightWithTheDragons extends Quest +{ + private static final int START_NPC = 34267; + + public Q00669_DesperateFightWithTheDragons() + { + super(669); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java new file mode 100644 index 0000000000..5056e137f2 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00671_PathToFindingThePast extends Quest +{ + private static final int START_NPC = 34267; + + public Q00671_PathToFindingThePast() + { + super(671); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java new file mode 100644 index 0000000000..bb865b0800 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00672_ArchenemyEmbryo extends Quest +{ + private static final int START_NPC = 34267; + + public Q00672_ArchenemyEmbryo() + { + super(672); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java new file mode 100644 index 0000000000..c492e3e355 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00673_BelethAmbition extends Quest +{ + private static final int START_NPC = 34267; + + public Q00673_BelethAmbition() + { + super(673); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java new file mode 100644 index 0000000000..d0899e7882 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00674_ChangesInTheShadowOfTheMotherTree extends Quest +{ + private static final int START_NPC = 34415; + + public Q00674_ChangesInTheShadowOfTheMotherTree() + { + super(674); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java new file mode 100644 index 0000000000..7ce9c6b6ad --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00675_WhatTheThreadOfThePastShows extends Quest +{ + private static final int START_NPC = 34415; + + public Q00675_WhatTheThreadOfThePastShows() + { + super(675); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java new file mode 100644 index 0000000000..825f3a7e80 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00737_ASwordHiddenInASmile extends Quest +{ + private static final int START_NPC = 34243; + + public Q00737_ASwordHiddenInASmile() + { + super(737); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java new file mode 100644 index 0000000000..c59c45dbb4 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00738_DimensionalExplorationOfTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 34360; + + public Q00738_DimensionalExplorationOfTheUnworldlyVisitors() + { + super(738); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java new file mode 100644 index 0000000000..68fd2c9455 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00743_AtTheAltarOfOblivion extends Quest +{ + private static final int START_NPC = 34054; + + public Q00743_AtTheAltarOfOblivion() + { + super(743); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java new file mode 100644 index 0000000000..3c1943eaf8 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00744_TheAlligatorHunterReturns extends Quest +{ + private static final int START_NPC = 30332; + + public Q00744_TheAlligatorHunterReturns() + { + super(744); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java new file mode 100644 index 0000000000..cba05e9213 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00745_TheOutlawsAreIncoming extends Quest +{ + private static final int START_NPC = 30677; + + public Q00745_TheOutlawsAreIncoming() + { + super(745); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.java new file mode 100644 index 0000000000..4075706af6 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00746_TheReasonOneCannotWait.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00746_TheReasonOneCannotWait extends Quest +{ + private static final int START_NPC = 30196; + + public Q00746_TheReasonOneCannotWait() + { + super(746); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java new file mode 100644 index 0000000000..7773c3971a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00747_DefendingTheForsakenPlains extends Quest +{ + private static final int START_NPC = 33864; + + public Q00747_DefendingTheForsakenPlains() + { + super(747); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java new file mode 100644 index 0000000000..89c83506b2 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00748_EndlessRevenge extends Quest +{ + private static final int START_NPC = 33864; + + public Q00748_EndlessRevenge() + { + super(748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java new file mode 100644 index 0000000000..a1156367b2 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00749_TiesWithTheGuardians extends Quest +{ + private static final int START_NPC = 34356; + + public Q00749_TiesWithTheGuardians() + { + super(749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java new file mode 100644 index 0000000000..9e3d0e5d2a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00750_SevenFlowers extends Quest +{ + private static final int START_NPC = 33697; + + public Q00750_SevenFlowers() + { + super(750); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java new file mode 100644 index 0000000000..e3bea64a64 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00759_TheDwarvenNightmareContinues extends Quest +{ + private static final int START_NPC = 30537; + + public Q00759_TheDwarvenNightmareContinues() + { + super(759); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java new file mode 100644 index 0000000000..3d36eca6d8 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00773_ToCalmTheFlood extends Quest +{ + private static final int START_NPC = 32921; + + public Q00773_ToCalmTheFlood() + { + super(773); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java new file mode 100644 index 0000000000..c72545cf5c --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00774_DreamingOfPeace extends Quest +{ + private static final int START_NPC = 30370; + + public Q00774_DreamingOfPeace() + { + super(774); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java new file mode 100644 index 0000000000..9fddeeb672 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00780_UtilizeTheDarknessSeedOfInfinity extends Quest +{ + private static final int START_NPC = 32603; + + public Q00780_UtilizeTheDarknessSeedOfInfinity() + { + super(780); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java new file mode 100644 index 0000000000..273efcea09 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00781_UtilizeTheDarknessSeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 32734; + + public Q00781_UtilizeTheDarknessSeedOfAnnihilation() + { + super(781); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java new file mode 100644 index 0000000000..5fcb34de4b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00782_UtilizeTheDarknessSeedOfHellfire extends Quest +{ + private static final int START_NPC = 33669; + + public Q00782_UtilizeTheDarknessSeedOfHellfire() + { + super(782); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java new file mode 100644 index 0000000000..960662e407 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00789_WaitingForPaagrio extends Quest +{ + private static final int START_NPC = 34014; + + public Q00789_WaitingForPaagrio() + { + super(789); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java new file mode 100644 index 0000000000..0533747c04 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00792_TheSuperionGiants extends Quest +{ + private static final int START_NPC = 34243; + + public Q00792_TheSuperionGiants() + { + super(792); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java new file mode 100644 index 0000000000..6d1c912371 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00816_PlansToRepairTheStronghold extends Quest +{ + private static final int START_NPC = 34058; + + public Q00816_PlansToRepairTheStronghold() + { + super(816); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java new file mode 100644 index 0000000000..f4d7143f0b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00824_AttackTheCommandPost extends Quest +{ + private static final int START_NPC = 34089; + + public Q00824_AttackTheCommandPost() + { + super(824); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java new file mode 100644 index 0000000000..e9e1436231 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00836_RequestFromTheBlackbirdClan extends Quest +{ + private static final int START_NPC = 36750; + + public Q00836_RequestFromTheBlackbirdClan() + { + super(836); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java new file mode 100644 index 0000000000..401bceb0ce --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00837_RequestFromTheGiantTrackers extends Quest +{ + private static final int START_NPC = 36751; + + public Q00837_RequestFromTheGiantTrackers() + { + super(837); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java new file mode 100644 index 0000000000..08699b33ec --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00838_RequestFromTheMotherTreeGuardians extends Quest +{ + private static final int START_NPC = 36752; + + public Q00838_RequestFromTheMotherTreeGuardians() + { + super(838); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java new file mode 100644 index 0000000000..7d63aa7bdb --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00839_RequestFromTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 36753; + + public Q00839_RequestFromTheUnworldlyVisitors() + { + super(839); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java new file mode 100644 index 0000000000..bd38310aac --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00840_RequestFromTheKingdomsRoyalGuard extends Quest +{ + private static final int START_NPC = 36754; + + public Q00840_RequestFromTheKingdomsRoyalGuard() + { + super(840); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java new file mode 100644 index 0000000000..d54ba62131 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00841_ContaminationContainment extends Quest +{ + private static final int START_NPC = 34233; + + public Q00841_ContaminationContainment() + { + super(841); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java new file mode 100644 index 0000000000..0d29eebe7f --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00842_CaptiveDemons extends Quest +{ + private static final int START_NPC = 34219; + + public Q00842_CaptiveDemons() + { + super(842); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java new file mode 100644 index 0000000000..49420d7b99 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00843_GiantEvolutionControl extends Quest +{ + private static final int START_NPC = 34237; + + public Q00843_GiantEvolutionControl() + { + super(843); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java new file mode 100644 index 0000000000..042b1615c1 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00844_GiantsTreasure extends Quest +{ + private static final int START_NPC = 34237; + + public Q00844_GiantsTreasure() + { + super(844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java new file mode 100644 index 0000000000..47b82b1d89 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00845_SabotageTheEmbryoSupplies extends Quest +{ + private static final int START_NPC = 34235; + + public Q00845_SabotageTheEmbryoSupplies() + { + super(845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java new file mode 100644 index 0000000000..b1c15a3745 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00846_BuildingUpStrength extends Quest +{ + private static final int START_NPC = 34236; + + public Q00846_BuildingUpStrength() + { + super(846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java new file mode 100644 index 0000000000..95487ecd19 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00923_ShinedustExtraction extends Quest +{ + private static final int START_NPC = 34217; + + public Q00923_ShinedustExtraction() + { + super(923); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java new file mode 100644 index 0000000000..33175346f1 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00924_GiantOfTheRestorationRoom extends Quest +{ + private static final int START_NPC = 34217; + + public Q00924_GiantOfTheRestorationRoom() + { + super(924); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java new file mode 100644 index 0000000000..14a4694a53 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00929_SeekerRescue extends Quest +{ + private static final int START_NPC = 34230; + + public Q00929_SeekerRescue() + { + super(929); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java new file mode 100644 index 0000000000..6d4154be83 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00930_DisparagingThePhantoms extends Quest +{ + private static final int START_NPC = 34230; + + public Q00930_DisparagingThePhantoms() + { + super(930); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java new file mode 100644 index 0000000000..2dc5cf5d6f --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00931_MemoriesOfTheWind extends Quest +{ + private static final int START_NPC = 34055; + + public Q00931_MemoriesOfTheWind() + { + super(931); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java new file mode 100644 index 0000000000..4465dfcac1 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00932_SayhasEnergy extends Quest +{ + private static final int START_NPC = 34056; + + public Q00932_SayhasEnergy() + { + super(932); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java new file mode 100644 index 0000000000..26bafc1b0b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00985_AdventureGuildsSpecialRequestLv1 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00985_AdventureGuildsSpecialRequestLv1() + { + super(985); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java new file mode 100644 index 0000000000..45b793227c --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00986_AdventureGuildsSpecialRequestLv2 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00986_AdventureGuildsSpecialRequestLv2() + { + super(986); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java new file mode 100644 index 0000000000..c2069551d4 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00987_AdventureGuildsSpecialRequestLv3 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00987_AdventureGuildsSpecialRequestLv3() + { + super(987); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java new file mode 100644 index 0000000000..3462cbc868 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00988_AdventureGuildsSpecialRequestLv4 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00988_AdventureGuildsSpecialRequestLv4() + { + super(988); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java new file mode 100644 index 0000000000..fad44eeeaa --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00989_AdventureGuildsSpecialRequestLv5 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00989_AdventureGuildsSpecialRequestLv5() + { + super(989); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java new file mode 100644 index 0000000000..6826748864 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10298_WastelandQueen extends Quest +{ + private static final int START_NPC = 30332; + + public Q10298_WastelandQueen() + { + super(10298); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java new file mode 100644 index 0000000000..a370dba676 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10355_BlacksmithsSoul1 extends Quest +{ + private static final int START_NPC = 34095; + + public Q10355_BlacksmithsSoul1() + { + super(10355); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java new file mode 100644 index 0000000000..430165b096 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10356_BlacksmithsSoul2 extends Quest +{ + private static final int START_NPC = 31126; + + public Q10356_BlacksmithsSoul2() + { + super(10356); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java new file mode 100644 index 0000000000..f2f9df4361 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10373_ExploringTheDimensionSealingTheDimension extends Quest +{ + private static final int START_NPC = 34227; + + public Q10373_ExploringTheDimensionSealingTheDimension() + { + super(10373); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.java new file mode 100644 index 0000000000..539dc2663e --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10396_WitchOfSpores.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10396_WitchOfSpores extends Quest +{ + private static final int START_NPC = 30196; + + public Q10396_WitchOfSpores() + { + super(10396); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java new file mode 100644 index 0000000000..aa914c23e2 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10418_TheImmortalPirateKing extends Quest +{ + private static final int START_NPC = 30121; + + public Q10418_TheImmortalPirateKing() + { + super(10418); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java new file mode 100644 index 0000000000..4a83a46a55 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10423_EmbryoStrongholdRaid extends Quest +{ + private static final int START_NPC = 34319; + + public Q10423_EmbryoStrongholdRaid() + { + super(10423); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java new file mode 100644 index 0000000000..aaafabba0b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10454_FinalEmbryoApostle extends Quest +{ + private static final int START_NPC = 34319; + + public Q10454_FinalEmbryoApostle() + { + super(10454); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java new file mode 100644 index 0000000000..ffd77b8033 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10457_KefensisIllusion extends Quest +{ + private static final int START_NPC = 31590; + + public Q10457_KefensisIllusion() + { + super(10457); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java new file mode 100644 index 0000000000..55bbcd3c25 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10506_DianasRequest extends Quest +{ + private static final int START_NPC = 8625; + + public Q10506_DianasRequest() + { + super(10506); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java new file mode 100644 index 0000000000..4cc5717857 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10531_OddHappeningsAtDragonValley extends Quest +{ + private static final int START_NPC = 33973; + + public Q10531_OddHappeningsAtDragonValley() + { + super(10531); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java new file mode 100644 index 0000000000..4352dc6071 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10532_UncoveringTheConspiracy extends Quest +{ + private static final int START_NPC = 33973; + + public Q10532_UncoveringTheConspiracy() + { + super(10532); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java new file mode 100644 index 0000000000..1bd83089fa --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10535_BlacksmithsSoul3 extends Quest +{ + private static final int START_NPC = 31126; + + public Q10535_BlacksmithsSoul3() + { + super(10535); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java new file mode 100644 index 0000000000..6e6a75874e --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10537_KamaelDisarray extends Quest +{ + private static final int START_NPC = 34237; + + public Q10537_KamaelDisarray() + { + super(10537); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java new file mode 100644 index 0000000000..0cecdb0b43 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10538_GiantsEvolution extends Quest +{ + private static final int START_NPC = 34218; + + public Q10538_GiantsEvolution() + { + super(10538); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java new file mode 100644 index 0000000000..fe4c3b3e84 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10539_EnergySupplyCutoffPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10539_EnergySupplyCutoffPlan() + { + super(10539); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java new file mode 100644 index 0000000000..9c04662d41 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10540_ThwartingMimirsPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10540_ThwartingMimirsPlan() + { + super(10540); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java new file mode 100644 index 0000000000..3a83023ebe --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10552_ChallengeBalthusKnight extends Quest +{ + private static final int START_NPC = 34359; + + public Q10552_ChallengeBalthusKnight() + { + super(10552); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java new file mode 100644 index 0000000000..84ced1cf2a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10553_WhatMattersMoreThanAbility extends Quest +{ + private static final int START_NPC = 34361; + + public Q10553_WhatMattersMoreThanAbility() + { + super(10553); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java new file mode 100644 index 0000000000..84dd557526 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10554_GiftForYou extends Quest +{ + private static final int START_NPC = 34383; + + public Q10554_GiftForYou() + { + super(10554); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java new file mode 100644 index 0000000000..04e7267fe1 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10555_ChargeAtAntharas extends Quest +{ + private static final int START_NPC = 34361; + + public Q10555_ChargeAtAntharas() + { + super(10555); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java new file mode 100644 index 0000000000..be7350b909 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10556_ForgottenPowerStartOfFate extends Quest +{ + private static final int START_NPC = 34361; + + public Q10556_ForgottenPowerStartOfFate() + { + super(10556); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java new file mode 100644 index 0000000000..ca396b5a5b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10557_NewPowerWindsOfFate extends Quest +{ + private static final int START_NPC = 34361; + + public Q10557_NewPowerWindsOfFate() + { + super(10557); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java new file mode 100644 index 0000000000..a7db839754 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10558_HiddenInChaos extends Quest +{ + private static final int START_NPC = 33880; + + public Q10558_HiddenInChaos() + { + super(10558); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java new file mode 100644 index 0000000000..0946ec693a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10559_BeforeTheGuide extends Quest +{ + private static final int START_NPC = 33880; + + public Q10559_BeforeTheGuide() + { + super(10559); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java new file mode 100644 index 0000000000..d4b8a16848 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10560_WayOfWanderingKnight extends Quest +{ + private static final int START_NPC = 34362; + + public Q10560_WayOfWanderingKnight() + { + super(10560); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java new file mode 100644 index 0000000000..8010599c85 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10561_AcrossTheDeathLine extends Quest +{ + private static final int START_NPC = 34362; + + public Q10561_AcrossTheDeathLine() + { + super(10561); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java new file mode 100644 index 0000000000..c1ad0aa24e --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10562_TakeUpArms extends Quest +{ + private static final int START_NPC = 34362; + + public Q10562_TakeUpArms() + { + super(10562); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java new file mode 100644 index 0000000000..9f83e547d8 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10563_ControlOfPower extends Quest +{ + private static final int START_NPC = 34362; + + public Q10563_ControlOfPower() + { + super(10563); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java new file mode 100644 index 0000000000..9e8a1e3c6b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10564_ProveProgress extends Quest +{ + private static final int START_NPC = 34362; + + public Q10564_ProveProgress() + { + super(10564); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java new file mode 100644 index 0000000000..578891f2cc --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10565_NothingIsImpossible extends Quest +{ + private static final int START_NPC = 34362; + + public Q10565_NothingIsImpossible() + { + super(10565); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java new file mode 100644 index 0000000000..bf40ed06ce --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10566_BestChoice extends Quest +{ + private static final int START_NPC = 34362; + + public Q10566_BestChoice() + { + super(10566); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java new file mode 100644 index 0000000000..9cc7476384 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10567_SpecialMissionNornilsGarden extends Quest +{ + private static final int START_NPC = 34413; + + public Q10567_SpecialMissionNornilsGarden() + { + super(10567); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java new file mode 100644 index 0000000000..afa6d7876a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10568_KamaelsTechnologicalAdvancement extends Quest +{ + private static final int START_NPC = 34243; + + public Q10568_KamaelsTechnologicalAdvancement() + { + super(10568); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java new file mode 100644 index 0000000000..7c6f648d9f --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10569_DeclarationOfWar extends Quest +{ + private static final int START_NPC = 34222; + + public Q10569_DeclarationOfWar() + { + super(10569); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java new file mode 100644 index 0000000000..118efb64aa --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10570_HurrahForKamaelsIndependence extends Quest +{ + private static final int START_NPC = 34222; + + public Q10570_HurrahForKamaelsIndependence() + { + super(10570); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java new file mode 100644 index 0000000000..6893bc887f --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10571_StrategicReconciliation extends Quest +{ + private static final int START_NPC = 34360; + + public Q10571_StrategicReconciliation() + { + super(10571); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java new file mode 100644 index 0000000000..92d3039518 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10572_ToExpelTheEmbryosForces extends Quest +{ + private static final int START_NPC = 34235; + + public Q10572_ToExpelTheEmbryosForces() + { + super(10572); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.java new file mode 100644 index 0000000000..1ca1574965 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10574_SpecialMissionFortuna extends Quest +{ + private static final int START_NPC = 34413; + + public Q10574_SpecialMissionFortuna() + { + super(10574); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java new file mode 100644 index 0000000000..d524d995b1 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10575_LetsGoFishing extends Quest +{ + private static final int START_NPC = 34138; + + public Q10575_LetsGoFishing() + { + super(10575); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java new file mode 100644 index 0000000000..63cc06cc8d --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10576_GlitteringWeapons extends Quest +{ + private static final int START_NPC = 30471; + + public Q10576_GlitteringWeapons() + { + super(10576); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java new file mode 100644 index 0000000000..5917adfffa --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10577_TemperARustingBlade extends Quest +{ + private static final int START_NPC = 30677; + + public Q10577_TemperARustingBlade() + { + super(10577); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java new file mode 100644 index 0000000000..0676042bf6 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10578_TheSoulOfASword extends Quest +{ + private static final int START_NPC = 31316; + + public Q10578_TheSoulOfASword() + { + super(10578); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java new file mode 100644 index 0000000000..ca5672f0e4 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10579_ContainingTheAttributePower extends Quest +{ + private static final int START_NPC = 30847; + + public Q10579_ContainingTheAttributePower() + { + super(10579); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java new file mode 100644 index 0000000000..9696a2b2bc --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10580_SpecialMissionDefeatSpezion extends Quest +{ + private static final int START_NPC = 34413; + + public Q10580_SpecialMissionDefeatSpezion() + { + super(10580); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java new file mode 100644 index 0000000000..c2c862780d --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10594_FergasonsScheme extends Quest +{ + private static final int START_NPC = 33681; + + public Q10594_FergasonsScheme() + { + super(10594); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java new file mode 100644 index 0000000000..76dec5a4e4 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10595_TheDimensionalWarpPart8 extends Quest +{ + private static final int START_NPC = 33974; + + public Q10595_TheDimensionalWarpPart8() + { + super(10595); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java new file mode 100644 index 0000000000..2e12432a1a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10596_TheDimensionalWarpPart9 extends Quest +{ + private static final int START_NPC = 33974; + + public Q10596_TheDimensionalWarpPart9() + { + super(10596); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java new file mode 100644 index 0000000000..9b730f4625 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10597_EscapeToTheShadowOfTheMotherTree extends Quest +{ + private static final int START_NPC = 34411; + + public Q10597_EscapeToTheShadowOfTheMotherTree() + { + super(10597); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java new file mode 100644 index 0000000000..66b45b1424 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10598_WithAllYourMight extends Quest +{ + private static final int START_NPC = 34411; + + public Q10598_WithAllYourMight() + { + super(10598); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java new file mode 100644 index 0000000000..76aee15981 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10599_ThreadOfFateHangingOnTheMotherTree extends Quest +{ + private static final int START_NPC = 34412; + + public Q10599_ThreadOfFateHangingOnTheMotherTree() + { + super(10599); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java new file mode 100644 index 0000000000..ee28e339fb --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10748_MysteriousSuggestion1 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10748_MysteriousSuggestion1() + { + super(10748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java new file mode 100644 index 0000000000..ea17e1f650 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10749_MysteriousSuggestion2 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10749_MysteriousSuggestion2() + { + super(10749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java new file mode 100644 index 0000000000..b17d483120 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10844_BloodyBattleSeizingSupplies extends Quest +{ + private static final int START_NPC = 34057; + + public Q10844_BloodyBattleSeizingSupplies() + { + super(10844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java new file mode 100644 index 0000000000..d68ad6fb9a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10845_BloodyBattleRescueTheSmiths extends Quest +{ + private static final int START_NPC = 34064; + + public Q10845_BloodyBattleRescueTheSmiths() + { + super(10845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java new file mode 100644 index 0000000000..0e1a7ced7b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10846_BloodyBattleMeetingTheCommander extends Quest +{ + private static final int START_NPC = 34064; + + public Q10846_BloodyBattleMeetingTheCommander() + { + super(10846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java new file mode 100644 index 0000000000..1de76a4355 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10848_TrialsBeforeTheBattle extends Quest +{ + private static final int START_NPC = 31595; + + public Q10848_TrialsBeforeTheBattle() + { + super(10848); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java new file mode 100644 index 0000000000..4952fd35b6 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10849_TrialsForAdaptation extends Quest +{ + private static final int START_NPC = 34054; + + public Q10849_TrialsForAdaptation() + { + super(10849); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java new file mode 100644 index 0000000000..76c2813745 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10851_ElvenBotany extends Quest +{ + private static final int START_NPC = 34234; + + public Q10851_ElvenBotany() + { + super(10851); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java new file mode 100644 index 0000000000..477c7f4c30 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10852_TheMotherTreeRevivalProject extends Quest +{ + private static final int START_NPC = 34233; + + public Q10852_TheMotherTreeRevivalProject() + { + super(10852); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java new file mode 100644 index 0000000000..2dfbec5a22 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10853_ToWeakenTheGiants extends Quest +{ + private static final int START_NPC = 34237; + + public Q10853_ToWeakenTheGiants() + { + super(10853); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java new file mode 100644 index 0000000000..561512eade --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10854_ToSeizeTheFortress extends Quest +{ + private static final int START_NPC = 34235; + + public Q10854_ToSeizeTheFortress() + { + super(10854); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java new file mode 100644 index 0000000000..f8de0eac89 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10856_SuperionAppears extends Quest +{ + private static final int START_NPC = 34222; + + public Q10856_SuperionAppears() + { + super(10856); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java new file mode 100644 index 0000000000..0b03f1317a --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10857_SecretTeleport extends Quest +{ + private static final int START_NPC = 34222; + + public Q10857_SecretTeleport() + { + super(10857); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java new file mode 100644 index 0000000000..e2ade60ef6 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10858_QueenRamonaControllerOfTheVessel extends Quest +{ + private static final int START_NPC = 34222; + + public Q10858_QueenRamonaControllerOfTheVessel() + { + super(10858); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java new file mode 100644 index 0000000000..e39efc44d2 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10859_OwnTheEarthAndTheHeavens extends Quest +{ + private static final int START_NPC = 34222; + + public Q10859_OwnTheEarthAndTheHeavens() + { + super(10859); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java new file mode 100644 index 0000000000..c5f78d9735 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10873_ExaltedReachingAnotherLevel extends Quest +{ + private static final int START_NPC = 33907; + + public Q10873_ExaltedReachingAnotherLevel() + { + super(10873); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java new file mode 100644 index 0000000000..f0b8991975 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10874_AgainstTheNewEnemy extends Quest +{ + private static final int START_NPC = 34230; + + public Q10874_AgainstTheNewEnemy() + { + super(10874); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java new file mode 100644 index 0000000000..d0fd0c0010 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10875_ForReputation extends Quest +{ + private static final int START_NPC = 34237; + + public Q10875_ForReputation() + { + super(10875); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java new file mode 100644 index 0000000000..d571bd4396 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10876_LeadersGrace extends Quest +{ + private static final int START_NPC = 34138; + + public Q10876_LeadersGrace() + { + super(10876); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java new file mode 100644 index 0000000000..bb784ceb60 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10877_BreakThroughCrisis extends Quest +{ + private static final int START_NPC = 34267; + + public Q10877_BreakThroughCrisis() + { + super(10877); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java new file mode 100644 index 0000000000..4cc7e8964c --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10879_ExaltedGuideToPower extends Quest +{ + private static final int START_NPC = 33907; + + public Q10879_ExaltedGuideToPower() + { + super(10879); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java new file mode 100644 index 0000000000..fd57c17b09 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10880_TheLastOneStanding extends Quest +{ + private static final int START_NPC = 34055; + + public Q10880_TheLastOneStanding() + { + super(10880); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java new file mode 100644 index 0000000000..ed97c39c39 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10881_ForThePride extends Quest +{ + private static final int START_NPC = 34236; + + public Q10881_ForThePride() + { + super(10881); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java new file mode 100644 index 0000000000..f60478b4c5 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10882_VictoryCollection extends Quest +{ + private static final int START_NPC = 34180; + + public Q10882_VictoryCollection() + { + super(10882); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java new file mode 100644 index 0000000000..9c6626da2e --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10883_ImmortalHonor extends Quest +{ + private static final int START_NPC = 32548; + + public Q10883_ImmortalHonor() + { + super(10883); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/MissingQuests.txt index 940d1c9c02..7d9b71e3c4 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/MissingQuests.txt @@ -46,10 +46,10 @@ 673 Beleth' Ambition 674 Changes in the Shadow of the Mother Tree 675 What the Thread of the Past Shows -676 Hunter Guild Request – Wasteland West -677 Hunter Guild Request – Wasteland East -678 Hunter Guild Request – Forest of the Dead -679 Hunter Guild Request – Swamp of Screams +676 Hunter Guild Request - Wasteland West +677 Hunter Guild Request - Wasteland East +678 Hunter Guild Request - Forest of the Dead +679 Hunter Guild Request - Swamp of Screams 680 Hunter Guild Request - Sea of Spores 681 Hunter Guild Request - Shadow of the Mother Tree 690 |Attack| Begin Alliance Base Defense - 1 @@ -175,7 +175,6 @@ 10355 Blacksmith's Soul-awakening Weapon - 1 10356 Blacksmith's Soul-awakening Weapon - 2 10373 Exploring the Dimension - Sealing the Dimension -10396 Witch of Spores 10418 The Immortal Pirate King 10423 Embryo Stronghold Ambush 10454 Final Embryo Apostle diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/QuestMasterHandler.java index 083a83ff78..2548e20937 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -392,6 +392,7 @@ import quests.Q10839_BlackbirdsNameValue.Q10839_BlackbirdsNameValue; import quests.Q10840_TimeToRecover.Q10840_TimeToRecover; import quests.Q10841_DeepInsideAteliaFortress.Q10841_DeepInsideAteliaFortress; import quests.Q10843_AnomalyInTheEnchantedValley.Q10843_AnomalyInTheEnchantedValley; +import quests.not_done.*; /** * @author NosBit @@ -774,7 +775,178 @@ public class QuestMasterHandler Q10839_BlackbirdsNameValue.class, Q10840_TimeToRecover.class, Q10841_DeepInsideAteliaFortress.class, - Q10843_AnomalyInTheEnchantedValley.class + Q10843_AnomalyInTheEnchantedValley.class, + // Not done. + Q00504_CompetitionForTheBanditStronghold.class, + Q00529_RegularBarrierMaintenance.class, + Q00561_BasicMissionHarnakUndergroundRuins.class, + Q00562_BasicMissionAltarOfEvil.class, + Q00563_BasicMissionBloodySwampland.class, + Q00564_BasicMissionKartiasLabyrinthSolo.class, + Q00565_BasicMissionFairySettlementWest.class, + Q00566_BasicMissionFairySettlementEast.class, + Q00567_BasicMissionIsleOfSouls.class, + Q00568_SpecialMissionNornilsCave.class, + Q00569_BasicMissionSealOfShilen.class, + Q00570_SpecialMissionKartiasLabyrinthParty.class, + Q00571_SpecialMissionProofOfUnityFieldRaid.class, + Q00572_SpecialMissionProofOfCourageFieldRaid.class, + Q00573_SpecialMissionProofOfStrengthFieldRaid.class, + Q00574_SpecialMissionNornilsGarden.class, + Q00575_SpecialMissionFortuna.class, + Q00576_SpecialMissionDefeatSpezion.class, + Q00577_BasicMissionSilentValley.class, + Q00580_BeyondTheMemories.class, + Q00581_ThePurificationRitual.class, + Q00582_WashBloodWithBlood.class, + Q00583_MeaningOfSurvival.class, + Q00584_NeverSayGoodBye.class, + Q00585_CantGoAgainstTheTime.class, + Q00586_MutatedCreatures.class, + Q00587_MoreAggressiveOperation.class, + Q00588_HeadOnCrash.class, + Q00589_ASecretChange.class, + Q00590_ToEachTheirOwn.class, + Q00591_GreatAmbitions.class, + Q00599_DemonsAndDimensionalEnergy.class, + Q00600_KeyToTheRefiningProcess.class, + Q00655_AGrandPlanForTamingWildBeasts.class, + Q00665_BasicTrainingForHunterGuildMember.class, + Q00666_HunterGuildMembersKnowledge.class, + Q00667_CoveringShilensEyes.class, + Q00668_ABattleWithTheGiants.class, + Q00669_DesperateFightWithTheDragons.class, + Q00671_PathToFindingThePast.class, + Q00672_ArchenemyEmbryo.class, + Q00673_BelethAmbition.class, + Q00674_ChangesInTheShadowOfTheMotherTree.class, + Q00675_WhatTheThreadOfThePastShows.class, + Q00737_ASwordHiddenInASmile.class, + Q00738_DimensionalExplorationOfTheUnworldlyVisitors.class, + Q00743_AtTheAltarOfOblivion.class, + Q00744_TheAlligatorHunterReturns.class, + Q00745_TheOutlawsAreIncoming.class, + Q00747_DefendingTheForsakenPlains.class, + Q00748_EndlessRevenge.class, + Q00749_TiesWithTheGuardians.class, + Q00750_SevenFlowers.class, + Q00759_TheDwarvenNightmareContinues.class, + Q00773_ToCalmTheFlood.class, + Q00774_DreamingOfPeace.class, + Q00780_UtilizeTheDarknessSeedOfInfinity.class, + Q00781_UtilizeTheDarknessSeedOfAnnihilation.class, + Q00782_UtilizeTheDarknessSeedOfHellfire.class, + Q00789_WaitingForPaagrio.class, + Q00792_TheSuperionGiants.class, + Q00816_PlansToRepairTheStronghold.class, + Q00824_AttackTheCommandPost.class, + Q00836_RequestFromTheBlackbirdClan.class, + Q00837_RequestFromTheGiantTrackers.class, + Q00838_RequestFromTheMotherTreeGuardians.class, + Q00839_RequestFromTheUnworldlyVisitors.class, + Q00840_RequestFromTheKingdomsRoyalGuard.class, + Q00841_ContaminationContainment.class, + Q00842_CaptiveDemons.class, + Q00843_GiantEvolutionControl.class, + Q00844_GiantsTreasure.class, + Q00845_SabotageTheEmbryoSupplies.class, + Q00846_BuildingUpStrength.class, + Q00923_ShinedustExtraction.class, + Q00924_GiantOfTheRestorationRoom.class, + Q00929_SeekerRescue.class, + Q00930_DisparagingThePhantoms.class, + Q00931_MemoriesOfTheWind.class, + Q00932_SayhasEnergy.class, + Q00985_AdventureGuildsSpecialRequestLv1.class, + Q00986_AdventureGuildsSpecialRequestLv2.class, + Q00987_AdventureGuildsSpecialRequestLv3.class, + Q00988_AdventureGuildsSpecialRequestLv4.class, + Q00989_AdventureGuildsSpecialRequestLv5.class, + Q10298_WastelandQueen.class, + Q10355_BlacksmithsSoul1.class, + Q10356_BlacksmithsSoul2.class, + Q10373_ExploringTheDimensionSealingTheDimension.class, + Q10418_TheImmortalPirateKing.class, + Q10423_EmbryoStrongholdRaid.class, + Q10454_FinalEmbryoApostle.class, + Q10457_KefensisIllusion.class, + Q10506_DianasRequest.class, + Q10529_IvoryTowersResearchSeaOfSporesJournal.class, + Q10531_OddHappeningsAtDragonValley.class, + Q10532_UncoveringTheConspiracy.class, + Q10533_OrfensAmbition.class, + Q10535_BlacksmithsSoul3.class, + Q10537_KamaelDisarray.class, + Q10538_GiantsEvolution.class, + Q10539_EnergySupplyCutoffPlan.class, + Q10540_ThwartingMimirsPlan.class, + Q10552_ChallengeBalthusKnight.class, + Q10553_WhatMattersMoreThanAbility.class, + Q10554_GiftForYou.class, + Q10555_ChargeAtAntharas.class, + Q10556_ForgottenPowerStartOfFate.class, + Q10557_NewPowerWindsOfFate.class, + Q10558_HiddenInChaos.class, + Q10559_BeforeTheGuide.class, + Q10560_WayOfWanderingKnight.class, + Q10561_AcrossTheDeathLine.class, + Q10562_TakeUpArms.class, + Q10563_ControlOfPower.class, + Q10564_ProveProgress.class, + Q10565_NothingIsImpossible.class, + Q10566_BestChoice.class, + Q10567_SpecialMissionNornilsGarden.class, + Q10568_KamaelsTechnologicalAdvancement.class, + Q10569_DeclarationOfWar.class, + Q10570_HurrahForKamaelsIndependence.class, + Q10571_StrategicReconciliation.class, + Q10572_ToExpelTheEmbryosForces.class, + Q10574_SpecialMissionFortuna.class, + Q10575_LetsGoFishing.class, + Q10576_GlitteringWeapons.class, + Q10577_TemperARustingBlade.class, + Q10578_TheSoulOfASword.class, + Q10579_ContainingTheAttributePower.class, + Q10580_SpecialMissionDefeatSpezion.class, + Q10594_FergasonsScheme.class, + Q10595_TheDimensionalWarpPart8.class, + Q10596_TheDimensionalWarpPart9.class, + Q10597_EscapeToTheShadowOfTheMotherTree.class, + Q10598_WithAllYourMight.class, + Q10599_ThreadOfFateHangingOnTheMotherTree.class, + Q10748_MysteriousSuggestion1.class, + Q10749_MysteriousSuggestion2.class, + Q10844_BloodyBattleSeizingSupplies.class, + Q10845_BloodyBattleRescueTheSmiths.class, + Q10846_BloodyBattleMeetingTheCommander.class, + Q10848_TrialsBeforeTheBattle.class, + Q10849_TrialsForAdaptation.class, + Q10851_ElvenBotany.class, + Q10852_TheMotherTreeRevivalProject.class, + Q10853_ToWeakenTheGiants.class, + Q10854_ToSeizeTheFortress.class, + Q10856_SuperionAppears.class, + Q10857_SecretTeleport.class, + Q10858_QueenRamonaControllerOfTheVessel.class, + Q10859_OwnTheEarthAndTheHeavens.class, + Q10873_ExaltedReachingAnotherLevel.class, + Q10874_AgainstTheNewEnemy.class, + Q10875_ForReputation.class, + Q10876_LeadersGrace.class, + Q10877_BreakThroughCrisis.class, + Q10879_ExaltedGuideToPower.class, + Q10880_TheLastOneStanding.class, + Q10881_ForThePride.class, + Q10882_VictoryCollection.class, + Q10883_ImmortalHonor.class, + Q10886_SaviorsPathSearchTheRefinery.class, + Q10887_SaviorsPathDemonsAndAtelia.class, + Q10888_SaviorsPathDefeatTheEmbryo.class, + Q10889_SaviorsPathFallenEmperorsThrone.class, + Q10890_SaviorsPathFallOfEtina.class, + Q10891_AtANewPlace.class, + Q10892_RevengeOneStepAtATime.class, + Q10893_EndOfTwistedFate.class }; public static void main(String[] args) diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java new file mode 100644 index 0000000000..b57d61f097 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00504_CompetitionForTheBanditStronghold extends Quest +{ + private static final int START_NPC = 35437; + + public Q00504_CompetitionForTheBanditStronghold() + { + super(504); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.java new file mode 100644 index 0000000000..94c6a35374 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00529_RegularBarrierMaintenance extends Quest +{ + private static final int START_NPC = 34448; + + public Q00529_RegularBarrierMaintenance() + { + super(529); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java new file mode 100644 index 0000000000..ed2428129e --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00561_BasicMissionHarnakUndergroundRuins extends Quest +{ + private static final int START_NPC = 34413; + + public Q00561_BasicMissionHarnakUndergroundRuins() + { + super(561); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java new file mode 100644 index 0000000000..1bdf89eda7 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00562_BasicMissionAltarOfEvil extends Quest +{ + private static final int START_NPC = 34413; + + public Q00562_BasicMissionAltarOfEvil() + { + super(562); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java new file mode 100644 index 0000000000..c1a74b7f5a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00563_BasicMissionBloodySwampland extends Quest +{ + private static final int START_NPC = 34413; + + public Q00563_BasicMissionBloodySwampland() + { + super(563); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java new file mode 100644 index 0000000000..1c4363f679 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest +{ + private static final int START_NPC = 34413; + + public Q00564_BasicMissionKartiasLabyrinthSolo() + { + super(564); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java new file mode 100644 index 0000000000..25b8716bc2 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00565_BasicMissionFairySettlementWest extends Quest +{ + private static final int START_NPC = 34413; + + public Q00565_BasicMissionFairySettlementWest() + { + super(565); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java new file mode 100644 index 0000000000..b388c510bd --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00566_BasicMissionFairySettlementEast extends Quest +{ + private static final int START_NPC = 34413; + + public Q00566_BasicMissionFairySettlementEast() + { + super(566); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java new file mode 100644 index 0000000000..486601fefa --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00567_BasicMissionIsleOfSouls extends Quest +{ + private static final int START_NPC = 34413; + + public Q00567_BasicMissionIsleOfSouls() + { + super(567); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java new file mode 100644 index 0000000000..43e0f350a7 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00568_SpecialMissionNornilsCave extends Quest +{ + private static final int START_NPC = 34413; + + public Q00568_SpecialMissionNornilsCave() + { + super(568); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java new file mode 100644 index 0000000000..3dd2eb81f2 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00569_BasicMissionSealOfShilen extends Quest +{ + private static final int START_NPC = 34413; + + public Q00569_BasicMissionSealOfShilen() + { + super(569); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java new file mode 100644 index 0000000000..fd7a87a8d7 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00570_SpecialMissionKartiasLabyrinthParty extends Quest +{ + private static final int START_NPC = 34413; + + public Q00570_SpecialMissionKartiasLabyrinthParty() + { + super(570); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java new file mode 100644 index 0000000000..abe3122700 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00571_SpecialMissionProofOfUnityFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00571_SpecialMissionProofOfUnityFieldRaid() + { + super(571); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java new file mode 100644 index 0000000000..e59fdc7876 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00572_SpecialMissionProofOfCourageFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00572_SpecialMissionProofOfCourageFieldRaid() + { + super(572); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java new file mode 100644 index 0000000000..ba4fc98089 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00573_SpecialMissionProofOfStrengthFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00573_SpecialMissionProofOfStrengthFieldRaid() + { + super(573); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java new file mode 100644 index 0000000000..d110586817 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00574_SpecialMissionNornilsGarden extends Quest +{ + private static final int START_NPC = 34413; + + public Q00574_SpecialMissionNornilsGarden() + { + super(574); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.java new file mode 100644 index 0000000000..ba464e81b4 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00575_SpecialMissionFortuna.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00575_SpecialMissionFortuna extends Quest +{ + private static final int START_NPC = 34413; + + public Q00575_SpecialMissionFortuna() + { + super(575); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java new file mode 100644 index 0000000000..9559914126 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00576_SpecialMissionDefeatSpezion extends Quest +{ + private static final int START_NPC = 34413; + + public Q00576_SpecialMissionDefeatSpezion() + { + super(576); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.java new file mode 100644 index 0000000000..6e0b76ab08 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00577_BasicMissionSilentValley extends Quest +{ + private static final int START_NPC = 34413; + + public Q00577_BasicMissionSilentValley() + { + super(577); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java new file mode 100644 index 0000000000..5a3c2403f4 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00580_BeyondTheMemories extends Quest +{ + private static final int START_NPC = 33344; + + public Q00580_BeyondTheMemories() + { + super(580); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java new file mode 100644 index 0000000000..63378e4973 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00581_ThePurificationRitual extends Quest +{ + private static final int START_NPC = 34414; + + public Q00581_ThePurificationRitual() + { + super(581); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java new file mode 100644 index 0000000000..d59ab02e69 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00582_WashBloodWithBlood extends Quest +{ + private static final int START_NPC = 34414; + + public Q00582_WashBloodWithBlood() + { + super(582); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java new file mode 100644 index 0000000000..4acc17b7ef --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00583_MeaningOfSurvival extends Quest +{ + private static final int START_NPC = 30137; + + public Q00583_MeaningOfSurvival() + { + super(583); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java new file mode 100644 index 0000000000..81c6a8549b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00584_NeverSayGoodBye extends Quest +{ + private static final int START_NPC = 30137; + + public Q00584_NeverSayGoodBye() + { + super(584); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java new file mode 100644 index 0000000000..83df330ebd --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00585_CantGoAgainstTheTime extends Quest +{ + private static final int START_NPC = 32921; + + public Q00585_CantGoAgainstTheTime() + { + super(585); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java new file mode 100644 index 0000000000..f2d16c667a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00586_MutatedCreatures extends Quest +{ + private static final int START_NPC = 30370; + + public Q00586_MutatedCreatures() + { + super(586); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java new file mode 100644 index 0000000000..dce336b6df --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00587_MoreAggressiveOperation extends Quest +{ + private static final int START_NPC = 33780; + + public Q00587_MoreAggressiveOperation() + { + super(587); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java new file mode 100644 index 0000000000..d83c47dcdc --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00588_HeadOnCrash extends Quest +{ + private static final int START_NPC = 33796; + + public Q00588_HeadOnCrash() + { + super(588); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.java new file mode 100644 index 0000000000..1eb694e858 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00589_ASecretChange extends Quest +{ + private static final int START_NPC = 34424; + + public Q00589_ASecretChange() + { + super(589); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.java new file mode 100644 index 0000000000..eab6ff2cbc --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00590_ToEachTheirOwn extends Quest +{ + private static final int START_NPC = 34424; + + public Q00590_ToEachTheirOwn() + { + super(590); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.java new file mode 100644 index 0000000000..c06c4c54ed --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00591_GreatAmbitions extends Quest +{ + private static final int START_NPC = 34435; + + public Q00591_GreatAmbitions() + { + super(591); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.java new file mode 100644 index 0000000000..b47d5d9d6a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00599_DemonsAndDimensionalEnergy extends Quest +{ + private static final int START_NPC = 34425; + + public Q00599_DemonsAndDimensionalEnergy() + { + super(599); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.java new file mode 100644 index 0000000000..3629f8e161 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00600_KeyToTheRefiningProcess extends Quest +{ + private static final int START_NPC = 34427; + + public Q00600_KeyToTheRefiningProcess() + { + super(600); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java new file mode 100644 index 0000000000..0d0201000c --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00655_AGrandPlanForTamingWildBeasts extends Quest +{ + private static final int START_NPC = 35627; + + public Q00655_AGrandPlanForTamingWildBeasts() + { + super(655); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java new file mode 100644 index 0000000000..9e7cfb2649 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00665_BasicTrainingForHunterGuildMember extends Quest +{ + private static final int START_NPC = 34267; + + public Q00665_BasicTrainingForHunterGuildMember() + { + super(665); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java new file mode 100644 index 0000000000..55184299ff --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00666_HunterGuildMembersKnowledge extends Quest +{ + private static final int START_NPC = 34267; + + public Q00666_HunterGuildMembersKnowledge() + { + super(666); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java new file mode 100644 index 0000000000..1a67b4f7b1 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00667_CoveringShilensEyes extends Quest +{ + private static final int START_NPC = 34267; + + public Q00667_CoveringShilensEyes() + { + super(667); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java new file mode 100644 index 0000000000..b91367d4ee --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00668_ABattleWithTheGiants extends Quest +{ + private static final int START_NPC = 34267; + + public Q00668_ABattleWithTheGiants() + { + super(668); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java new file mode 100644 index 0000000000..55ea717aad --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00669_DesperateFightWithTheDragons extends Quest +{ + private static final int START_NPC = 34267; + + public Q00669_DesperateFightWithTheDragons() + { + super(669); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java new file mode 100644 index 0000000000..5056e137f2 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00671_PathToFindingThePast extends Quest +{ + private static final int START_NPC = 34267; + + public Q00671_PathToFindingThePast() + { + super(671); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java new file mode 100644 index 0000000000..bb865b0800 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00672_ArchenemyEmbryo extends Quest +{ + private static final int START_NPC = 34267; + + public Q00672_ArchenemyEmbryo() + { + super(672); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java new file mode 100644 index 0000000000..c492e3e355 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00673_BelethAmbition extends Quest +{ + private static final int START_NPC = 34267; + + public Q00673_BelethAmbition() + { + super(673); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java new file mode 100644 index 0000000000..d0899e7882 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00674_ChangesInTheShadowOfTheMotherTree extends Quest +{ + private static final int START_NPC = 34415; + + public Q00674_ChangesInTheShadowOfTheMotherTree() + { + super(674); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java new file mode 100644 index 0000000000..7ce9c6b6ad --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00675_WhatTheThreadOfThePastShows extends Quest +{ + private static final int START_NPC = 34415; + + public Q00675_WhatTheThreadOfThePastShows() + { + super(675); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java new file mode 100644 index 0000000000..825f3a7e80 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00737_ASwordHiddenInASmile extends Quest +{ + private static final int START_NPC = 34243; + + public Q00737_ASwordHiddenInASmile() + { + super(737); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java new file mode 100644 index 0000000000..c59c45dbb4 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00738_DimensionalExplorationOfTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 34360; + + public Q00738_DimensionalExplorationOfTheUnworldlyVisitors() + { + super(738); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java new file mode 100644 index 0000000000..68fd2c9455 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00743_AtTheAltarOfOblivion extends Quest +{ + private static final int START_NPC = 34054; + + public Q00743_AtTheAltarOfOblivion() + { + super(743); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java new file mode 100644 index 0000000000..3c1943eaf8 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00744_TheAlligatorHunterReturns extends Quest +{ + private static final int START_NPC = 30332; + + public Q00744_TheAlligatorHunterReturns() + { + super(744); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java new file mode 100644 index 0000000000..cba05e9213 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00745_TheOutlawsAreIncoming extends Quest +{ + private static final int START_NPC = 30677; + + public Q00745_TheOutlawsAreIncoming() + { + super(745); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java new file mode 100644 index 0000000000..7773c3971a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00747_DefendingTheForsakenPlains extends Quest +{ + private static final int START_NPC = 33864; + + public Q00747_DefendingTheForsakenPlains() + { + super(747); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java new file mode 100644 index 0000000000..89c83506b2 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00748_EndlessRevenge extends Quest +{ + private static final int START_NPC = 33864; + + public Q00748_EndlessRevenge() + { + super(748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java new file mode 100644 index 0000000000..a1156367b2 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00749_TiesWithTheGuardians extends Quest +{ + private static final int START_NPC = 34356; + + public Q00749_TiesWithTheGuardians() + { + super(749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java new file mode 100644 index 0000000000..9e3d0e5d2a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00750_SevenFlowers extends Quest +{ + private static final int START_NPC = 33697; + + public Q00750_SevenFlowers() + { + super(750); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java new file mode 100644 index 0000000000..e3bea64a64 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00759_TheDwarvenNightmareContinues extends Quest +{ + private static final int START_NPC = 30537; + + public Q00759_TheDwarvenNightmareContinues() + { + super(759); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java new file mode 100644 index 0000000000..3d36eca6d8 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00773_ToCalmTheFlood extends Quest +{ + private static final int START_NPC = 32921; + + public Q00773_ToCalmTheFlood() + { + super(773); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java new file mode 100644 index 0000000000..c72545cf5c --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00774_DreamingOfPeace extends Quest +{ + private static final int START_NPC = 30370; + + public Q00774_DreamingOfPeace() + { + super(774); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java new file mode 100644 index 0000000000..9fddeeb672 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00780_UtilizeTheDarknessSeedOfInfinity extends Quest +{ + private static final int START_NPC = 32603; + + public Q00780_UtilizeTheDarknessSeedOfInfinity() + { + super(780); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java new file mode 100644 index 0000000000..273efcea09 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00781_UtilizeTheDarknessSeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 32734; + + public Q00781_UtilizeTheDarknessSeedOfAnnihilation() + { + super(781); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java new file mode 100644 index 0000000000..5fcb34de4b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00782_UtilizeTheDarknessSeedOfHellfire extends Quest +{ + private static final int START_NPC = 33669; + + public Q00782_UtilizeTheDarknessSeedOfHellfire() + { + super(782); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java new file mode 100644 index 0000000000..960662e407 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00789_WaitingForPaagrio extends Quest +{ + private static final int START_NPC = 34014; + + public Q00789_WaitingForPaagrio() + { + super(789); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java new file mode 100644 index 0000000000..0533747c04 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00792_TheSuperionGiants extends Quest +{ + private static final int START_NPC = 34243; + + public Q00792_TheSuperionGiants() + { + super(792); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java new file mode 100644 index 0000000000..6d1c912371 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00816_PlansToRepairTheStronghold extends Quest +{ + private static final int START_NPC = 34058; + + public Q00816_PlansToRepairTheStronghold() + { + super(816); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java new file mode 100644 index 0000000000..f4d7143f0b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00824_AttackTheCommandPost extends Quest +{ + private static final int START_NPC = 34089; + + public Q00824_AttackTheCommandPost() + { + super(824); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java new file mode 100644 index 0000000000..e9e1436231 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00836_RequestFromTheBlackbirdClan extends Quest +{ + private static final int START_NPC = 36750; + + public Q00836_RequestFromTheBlackbirdClan() + { + super(836); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java new file mode 100644 index 0000000000..401bceb0ce --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00837_RequestFromTheGiantTrackers extends Quest +{ + private static final int START_NPC = 36751; + + public Q00837_RequestFromTheGiantTrackers() + { + super(837); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java new file mode 100644 index 0000000000..08699b33ec --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00838_RequestFromTheMotherTreeGuardians extends Quest +{ + private static final int START_NPC = 36752; + + public Q00838_RequestFromTheMotherTreeGuardians() + { + super(838); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java new file mode 100644 index 0000000000..7d63aa7bdb --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00839_RequestFromTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 36753; + + public Q00839_RequestFromTheUnworldlyVisitors() + { + super(839); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java new file mode 100644 index 0000000000..bd38310aac --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00840_RequestFromTheKingdomsRoyalGuard extends Quest +{ + private static final int START_NPC = 36754; + + public Q00840_RequestFromTheKingdomsRoyalGuard() + { + super(840); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java new file mode 100644 index 0000000000..d54ba62131 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00841_ContaminationContainment extends Quest +{ + private static final int START_NPC = 34233; + + public Q00841_ContaminationContainment() + { + super(841); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java new file mode 100644 index 0000000000..0d29eebe7f --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00842_CaptiveDemons extends Quest +{ + private static final int START_NPC = 34219; + + public Q00842_CaptiveDemons() + { + super(842); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java new file mode 100644 index 0000000000..49420d7b99 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00843_GiantEvolutionControl extends Quest +{ + private static final int START_NPC = 34237; + + public Q00843_GiantEvolutionControl() + { + super(843); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java new file mode 100644 index 0000000000..042b1615c1 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00844_GiantsTreasure extends Quest +{ + private static final int START_NPC = 34237; + + public Q00844_GiantsTreasure() + { + super(844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java new file mode 100644 index 0000000000..47b82b1d89 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00845_SabotageTheEmbryoSupplies extends Quest +{ + private static final int START_NPC = 34235; + + public Q00845_SabotageTheEmbryoSupplies() + { + super(845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java new file mode 100644 index 0000000000..b1c15a3745 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00846_BuildingUpStrength extends Quest +{ + private static final int START_NPC = 34236; + + public Q00846_BuildingUpStrength() + { + super(846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java new file mode 100644 index 0000000000..95487ecd19 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00923_ShinedustExtraction extends Quest +{ + private static final int START_NPC = 34217; + + public Q00923_ShinedustExtraction() + { + super(923); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java new file mode 100644 index 0000000000..33175346f1 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00924_GiantOfTheRestorationRoom extends Quest +{ + private static final int START_NPC = 34217; + + public Q00924_GiantOfTheRestorationRoom() + { + super(924); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java new file mode 100644 index 0000000000..14a4694a53 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00929_SeekerRescue extends Quest +{ + private static final int START_NPC = 34230; + + public Q00929_SeekerRescue() + { + super(929); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java new file mode 100644 index 0000000000..6d4154be83 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00930_DisparagingThePhantoms extends Quest +{ + private static final int START_NPC = 34230; + + public Q00930_DisparagingThePhantoms() + { + super(930); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java new file mode 100644 index 0000000000..2dc5cf5d6f --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00931_MemoriesOfTheWind extends Quest +{ + private static final int START_NPC = 34055; + + public Q00931_MemoriesOfTheWind() + { + super(931); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java new file mode 100644 index 0000000000..4465dfcac1 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00932_SayhasEnergy extends Quest +{ + private static final int START_NPC = 34056; + + public Q00932_SayhasEnergy() + { + super(932); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java new file mode 100644 index 0000000000..26bafc1b0b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00985_AdventureGuildsSpecialRequestLv1 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00985_AdventureGuildsSpecialRequestLv1() + { + super(985); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java new file mode 100644 index 0000000000..45b793227c --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00986_AdventureGuildsSpecialRequestLv2 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00986_AdventureGuildsSpecialRequestLv2() + { + super(986); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java new file mode 100644 index 0000000000..c2069551d4 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00987_AdventureGuildsSpecialRequestLv3 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00987_AdventureGuildsSpecialRequestLv3() + { + super(987); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java new file mode 100644 index 0000000000..3462cbc868 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00988_AdventureGuildsSpecialRequestLv4 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00988_AdventureGuildsSpecialRequestLv4() + { + super(988); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java new file mode 100644 index 0000000000..fad44eeeaa --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00989_AdventureGuildsSpecialRequestLv5 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00989_AdventureGuildsSpecialRequestLv5() + { + super(989); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java new file mode 100644 index 0000000000..6826748864 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10298_WastelandQueen extends Quest +{ + private static final int START_NPC = 30332; + + public Q10298_WastelandQueen() + { + super(10298); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java new file mode 100644 index 0000000000..a370dba676 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10355_BlacksmithsSoul1 extends Quest +{ + private static final int START_NPC = 34095; + + public Q10355_BlacksmithsSoul1() + { + super(10355); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java new file mode 100644 index 0000000000..430165b096 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10356_BlacksmithsSoul2 extends Quest +{ + private static final int START_NPC = 31126; + + public Q10356_BlacksmithsSoul2() + { + super(10356); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java new file mode 100644 index 0000000000..f2f9df4361 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10373_ExploringTheDimensionSealingTheDimension extends Quest +{ + private static final int START_NPC = 34227; + + public Q10373_ExploringTheDimensionSealingTheDimension() + { + super(10373); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java new file mode 100644 index 0000000000..aa914c23e2 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10418_TheImmortalPirateKing extends Quest +{ + private static final int START_NPC = 30121; + + public Q10418_TheImmortalPirateKing() + { + super(10418); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java new file mode 100644 index 0000000000..4a83a46a55 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10423_EmbryoStrongholdRaid extends Quest +{ + private static final int START_NPC = 34319; + + public Q10423_EmbryoStrongholdRaid() + { + super(10423); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java new file mode 100644 index 0000000000..aaafabba0b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10454_FinalEmbryoApostle extends Quest +{ + private static final int START_NPC = 34319; + + public Q10454_FinalEmbryoApostle() + { + super(10454); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java new file mode 100644 index 0000000000..ffd77b8033 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10457_KefensisIllusion extends Quest +{ + private static final int START_NPC = 31590; + + public Q10457_KefensisIllusion() + { + super(10457); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java new file mode 100644 index 0000000000..55bbcd3c25 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10506_DianasRequest extends Quest +{ + private static final int START_NPC = 8625; + + public Q10506_DianasRequest() + { + super(10506); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchSeaOfSporesJournal.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchSeaOfSporesJournal.java new file mode 100644 index 0000000000..468e22ec8e --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchSeaOfSporesJournal.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10529_IvoryTowersResearchSeaOfSporesJournal extends Quest +{ + private static final int START_NPC = 33846; + + public Q10529_IvoryTowersResearchSeaOfSporesJournal() + { + super(10529); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java new file mode 100644 index 0000000000..4cc5717857 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10531_OddHappeningsAtDragonValley extends Quest +{ + private static final int START_NPC = 33973; + + public Q10531_OddHappeningsAtDragonValley() + { + super(10531); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java new file mode 100644 index 0000000000..4352dc6071 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10532_UncoveringTheConspiracy extends Quest +{ + private static final int START_NPC = 33973; + + public Q10532_UncoveringTheConspiracy() + { + super(10532); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.java new file mode 100644 index 0000000000..5be2469b78 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10533_OrfensAmbition extends Quest +{ + private static final int START_NPC = 33846; + + public Q10533_OrfensAmbition() + { + super(10533); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java new file mode 100644 index 0000000000..1bd83089fa --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10535_BlacksmithsSoul3 extends Quest +{ + private static final int START_NPC = 31126; + + public Q10535_BlacksmithsSoul3() + { + super(10535); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java new file mode 100644 index 0000000000..6e6a75874e --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10537_KamaelDisarray extends Quest +{ + private static final int START_NPC = 34237; + + public Q10537_KamaelDisarray() + { + super(10537); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java new file mode 100644 index 0000000000..0cecdb0b43 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10538_GiantsEvolution extends Quest +{ + private static final int START_NPC = 34218; + + public Q10538_GiantsEvolution() + { + super(10538); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java new file mode 100644 index 0000000000..fe4c3b3e84 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10539_EnergySupplyCutoffPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10539_EnergySupplyCutoffPlan() + { + super(10539); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java new file mode 100644 index 0000000000..9c04662d41 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10540_ThwartingMimirsPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10540_ThwartingMimirsPlan() + { + super(10540); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java new file mode 100644 index 0000000000..3a83023ebe --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10552_ChallengeBalthusKnight extends Quest +{ + private static final int START_NPC = 34359; + + public Q10552_ChallengeBalthusKnight() + { + super(10552); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java new file mode 100644 index 0000000000..84ced1cf2a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10553_WhatMattersMoreThanAbility extends Quest +{ + private static final int START_NPC = 34361; + + public Q10553_WhatMattersMoreThanAbility() + { + super(10553); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java new file mode 100644 index 0000000000..84dd557526 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10554_GiftForYou extends Quest +{ + private static final int START_NPC = 34383; + + public Q10554_GiftForYou() + { + super(10554); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java new file mode 100644 index 0000000000..04e7267fe1 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10555_ChargeAtAntharas extends Quest +{ + private static final int START_NPC = 34361; + + public Q10555_ChargeAtAntharas() + { + super(10555); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java new file mode 100644 index 0000000000..be7350b909 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10556_ForgottenPowerStartOfFate extends Quest +{ + private static final int START_NPC = 34361; + + public Q10556_ForgottenPowerStartOfFate() + { + super(10556); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java new file mode 100644 index 0000000000..ca396b5a5b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10557_NewPowerWindsOfFate extends Quest +{ + private static final int START_NPC = 34361; + + public Q10557_NewPowerWindsOfFate() + { + super(10557); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java new file mode 100644 index 0000000000..a7db839754 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10558_HiddenInChaos extends Quest +{ + private static final int START_NPC = 33880; + + public Q10558_HiddenInChaos() + { + super(10558); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java new file mode 100644 index 0000000000..0946ec693a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10559_BeforeTheGuide extends Quest +{ + private static final int START_NPC = 33880; + + public Q10559_BeforeTheGuide() + { + super(10559); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java new file mode 100644 index 0000000000..d4b8a16848 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10560_WayOfWanderingKnight extends Quest +{ + private static final int START_NPC = 34362; + + public Q10560_WayOfWanderingKnight() + { + super(10560); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java new file mode 100644 index 0000000000..8010599c85 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10561_AcrossTheDeathLine extends Quest +{ + private static final int START_NPC = 34362; + + public Q10561_AcrossTheDeathLine() + { + super(10561); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java new file mode 100644 index 0000000000..c1ad0aa24e --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10562_TakeUpArms extends Quest +{ + private static final int START_NPC = 34362; + + public Q10562_TakeUpArms() + { + super(10562); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java new file mode 100644 index 0000000000..9f83e547d8 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10563_ControlOfPower extends Quest +{ + private static final int START_NPC = 34362; + + public Q10563_ControlOfPower() + { + super(10563); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java new file mode 100644 index 0000000000..9e8a1e3c6b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10564_ProveProgress extends Quest +{ + private static final int START_NPC = 34362; + + public Q10564_ProveProgress() + { + super(10564); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java new file mode 100644 index 0000000000..578891f2cc --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10565_NothingIsImpossible extends Quest +{ + private static final int START_NPC = 34362; + + public Q10565_NothingIsImpossible() + { + super(10565); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java new file mode 100644 index 0000000000..bf40ed06ce --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10566_BestChoice extends Quest +{ + private static final int START_NPC = 34362; + + public Q10566_BestChoice() + { + super(10566); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java new file mode 100644 index 0000000000..9cc7476384 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10567_SpecialMissionNornilsGarden extends Quest +{ + private static final int START_NPC = 34413; + + public Q10567_SpecialMissionNornilsGarden() + { + super(10567); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java new file mode 100644 index 0000000000..afa6d7876a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10568_KamaelsTechnologicalAdvancement extends Quest +{ + private static final int START_NPC = 34243; + + public Q10568_KamaelsTechnologicalAdvancement() + { + super(10568); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java new file mode 100644 index 0000000000..7c6f648d9f --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10569_DeclarationOfWar extends Quest +{ + private static final int START_NPC = 34222; + + public Q10569_DeclarationOfWar() + { + super(10569); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java new file mode 100644 index 0000000000..118efb64aa --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10570_HurrahForKamaelsIndependence extends Quest +{ + private static final int START_NPC = 34222; + + public Q10570_HurrahForKamaelsIndependence() + { + super(10570); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java new file mode 100644 index 0000000000..6893bc887f --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10571_StrategicReconciliation extends Quest +{ + private static final int START_NPC = 34360; + + public Q10571_StrategicReconciliation() + { + super(10571); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java new file mode 100644 index 0000000000..92d3039518 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10572_ToExpelTheEmbryosForces extends Quest +{ + private static final int START_NPC = 34235; + + public Q10572_ToExpelTheEmbryosForces() + { + super(10572); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.java new file mode 100644 index 0000000000..1ca1574965 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10574_SpecialMissionFortuna.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10574_SpecialMissionFortuna extends Quest +{ + private static final int START_NPC = 34413; + + public Q10574_SpecialMissionFortuna() + { + super(10574); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java new file mode 100644 index 0000000000..d524d995b1 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10575_LetsGoFishing extends Quest +{ + private static final int START_NPC = 34138; + + public Q10575_LetsGoFishing() + { + super(10575); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java new file mode 100644 index 0000000000..63cc06cc8d --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10576_GlitteringWeapons extends Quest +{ + private static final int START_NPC = 30471; + + public Q10576_GlitteringWeapons() + { + super(10576); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java new file mode 100644 index 0000000000..5917adfffa --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10577_TemperARustingBlade extends Quest +{ + private static final int START_NPC = 30677; + + public Q10577_TemperARustingBlade() + { + super(10577); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java new file mode 100644 index 0000000000..0676042bf6 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10578_TheSoulOfASword extends Quest +{ + private static final int START_NPC = 31316; + + public Q10578_TheSoulOfASword() + { + super(10578); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java new file mode 100644 index 0000000000..ca5672f0e4 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10579_ContainingTheAttributePower extends Quest +{ + private static final int START_NPC = 30847; + + public Q10579_ContainingTheAttributePower() + { + super(10579); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java new file mode 100644 index 0000000000..9696a2b2bc --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10580_SpecialMissionDefeatSpezion extends Quest +{ + private static final int START_NPC = 34413; + + public Q10580_SpecialMissionDefeatSpezion() + { + super(10580); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java new file mode 100644 index 0000000000..c2c862780d --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10594_FergasonsScheme extends Quest +{ + private static final int START_NPC = 33681; + + public Q10594_FergasonsScheme() + { + super(10594); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java new file mode 100644 index 0000000000..76dec5a4e4 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10595_TheDimensionalWarpPart8 extends Quest +{ + private static final int START_NPC = 33974; + + public Q10595_TheDimensionalWarpPart8() + { + super(10595); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java new file mode 100644 index 0000000000..2e12432a1a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10596_TheDimensionalWarpPart9 extends Quest +{ + private static final int START_NPC = 33974; + + public Q10596_TheDimensionalWarpPart9() + { + super(10596); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java new file mode 100644 index 0000000000..9b730f4625 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10597_EscapeToTheShadowOfTheMotherTree extends Quest +{ + private static final int START_NPC = 34411; + + public Q10597_EscapeToTheShadowOfTheMotherTree() + { + super(10597); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java new file mode 100644 index 0000000000..66b45b1424 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10598_WithAllYourMight extends Quest +{ + private static final int START_NPC = 34411; + + public Q10598_WithAllYourMight() + { + super(10598); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java new file mode 100644 index 0000000000..76aee15981 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10599_ThreadOfFateHangingOnTheMotherTree extends Quest +{ + private static final int START_NPC = 34412; + + public Q10599_ThreadOfFateHangingOnTheMotherTree() + { + super(10599); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java new file mode 100644 index 0000000000..ee28e339fb --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10748_MysteriousSuggestion1 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10748_MysteriousSuggestion1() + { + super(10748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java new file mode 100644 index 0000000000..ea17e1f650 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10749_MysteriousSuggestion2 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10749_MysteriousSuggestion2() + { + super(10749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java new file mode 100644 index 0000000000..b17d483120 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10844_BloodyBattleSeizingSupplies extends Quest +{ + private static final int START_NPC = 34057; + + public Q10844_BloodyBattleSeizingSupplies() + { + super(10844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java new file mode 100644 index 0000000000..d68ad6fb9a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10845_BloodyBattleRescueTheSmiths extends Quest +{ + private static final int START_NPC = 34064; + + public Q10845_BloodyBattleRescueTheSmiths() + { + super(10845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java new file mode 100644 index 0000000000..0e1a7ced7b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10846_BloodyBattleMeetingTheCommander extends Quest +{ + private static final int START_NPC = 34064; + + public Q10846_BloodyBattleMeetingTheCommander() + { + super(10846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java new file mode 100644 index 0000000000..1de76a4355 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10848_TrialsBeforeTheBattle extends Quest +{ + private static final int START_NPC = 31595; + + public Q10848_TrialsBeforeTheBattle() + { + super(10848); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java new file mode 100644 index 0000000000..4952fd35b6 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10849_TrialsForAdaptation extends Quest +{ + private static final int START_NPC = 34054; + + public Q10849_TrialsForAdaptation() + { + super(10849); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java new file mode 100644 index 0000000000..76c2813745 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10851_ElvenBotany extends Quest +{ + private static final int START_NPC = 34234; + + public Q10851_ElvenBotany() + { + super(10851); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java new file mode 100644 index 0000000000..477c7f4c30 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10852_TheMotherTreeRevivalProject extends Quest +{ + private static final int START_NPC = 34233; + + public Q10852_TheMotherTreeRevivalProject() + { + super(10852); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java new file mode 100644 index 0000000000..2dfbec5a22 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10853_ToWeakenTheGiants extends Quest +{ + private static final int START_NPC = 34237; + + public Q10853_ToWeakenTheGiants() + { + super(10853); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java new file mode 100644 index 0000000000..561512eade --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10854_ToSeizeTheFortress extends Quest +{ + private static final int START_NPC = 34235; + + public Q10854_ToSeizeTheFortress() + { + super(10854); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java new file mode 100644 index 0000000000..f8de0eac89 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10856_SuperionAppears extends Quest +{ + private static final int START_NPC = 34222; + + public Q10856_SuperionAppears() + { + super(10856); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java new file mode 100644 index 0000000000..0b03f1317a --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10857_SecretTeleport extends Quest +{ + private static final int START_NPC = 34222; + + public Q10857_SecretTeleport() + { + super(10857); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java new file mode 100644 index 0000000000..e2ade60ef6 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10858_QueenRamonaControllerOfTheVessel extends Quest +{ + private static final int START_NPC = 34222; + + public Q10858_QueenRamonaControllerOfTheVessel() + { + super(10858); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java new file mode 100644 index 0000000000..e39efc44d2 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10859_OwnTheEarthAndTheHeavens extends Quest +{ + private static final int START_NPC = 34222; + + public Q10859_OwnTheEarthAndTheHeavens() + { + super(10859); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java new file mode 100644 index 0000000000..c5f78d9735 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10873_ExaltedReachingAnotherLevel extends Quest +{ + private static final int START_NPC = 33907; + + public Q10873_ExaltedReachingAnotherLevel() + { + super(10873); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java new file mode 100644 index 0000000000..f0b8991975 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10874_AgainstTheNewEnemy extends Quest +{ + private static final int START_NPC = 34230; + + public Q10874_AgainstTheNewEnemy() + { + super(10874); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java new file mode 100644 index 0000000000..d0fd0c0010 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10875_ForReputation extends Quest +{ + private static final int START_NPC = 34237; + + public Q10875_ForReputation() + { + super(10875); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java new file mode 100644 index 0000000000..d571bd4396 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10876_LeadersGrace extends Quest +{ + private static final int START_NPC = 34138; + + public Q10876_LeadersGrace() + { + super(10876); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java new file mode 100644 index 0000000000..bb784ceb60 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10877_BreakThroughCrisis extends Quest +{ + private static final int START_NPC = 34267; + + public Q10877_BreakThroughCrisis() + { + super(10877); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java new file mode 100644 index 0000000000..4cc7e8964c --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10879_ExaltedGuideToPower extends Quest +{ + private static final int START_NPC = 33907; + + public Q10879_ExaltedGuideToPower() + { + super(10879); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java new file mode 100644 index 0000000000..fd57c17b09 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10880_TheLastOneStanding extends Quest +{ + private static final int START_NPC = 34055; + + public Q10880_TheLastOneStanding() + { + super(10880); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java new file mode 100644 index 0000000000..ed97c39c39 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10881_ForThePride extends Quest +{ + private static final int START_NPC = 34236; + + public Q10881_ForThePride() + { + super(10881); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java new file mode 100644 index 0000000000..f60478b4c5 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10882_VictoryCollection extends Quest +{ + private static final int START_NPC = 34180; + + public Q10882_VictoryCollection() + { + super(10882); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java new file mode 100644 index 0000000000..9c6626da2e --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10883_ImmortalHonor extends Quest +{ + private static final int START_NPC = 32548; + + public Q10883_ImmortalHonor() + { + super(10883); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.java new file mode 100644 index 0000000000..ab509780ee --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10886_SaviorsPathSearchTheRefinery extends Quest +{ + private static final int START_NPC = 34425; + + public Q10886_SaviorsPathSearchTheRefinery() + { + super(10886); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.java new file mode 100644 index 0000000000..c947d71420 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10887_SaviorsPathDemonsAndAtelia extends Quest +{ + private static final int START_NPC = 34427; + + public Q10887_SaviorsPathDemonsAndAtelia() + { + super(10887); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.java new file mode 100644 index 0000000000..7c10deddd8 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10888_SaviorsPathDefeatTheEmbryo extends Quest +{ + private static final int START_NPC = 34427; + + public Q10888_SaviorsPathDefeatTheEmbryo() + { + super(10888); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.java new file mode 100644 index 0000000000..454973a6c8 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10889_SaviorsPathFallenEmperorsThrone extends Quest +{ + private static final int START_NPC = 34425; + + public Q10889_SaviorsPathFallenEmperorsThrone() + { + super(10889); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.java new file mode 100644 index 0000000000..8cce172106 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10890_SaviorsPathFallOfEtina extends Quest +{ + private static final int START_NPC = 34425; + + public Q10890_SaviorsPathFallOfEtina() + { + super(10890); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.java new file mode 100644 index 0000000000..169f441603 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10891_AtANewPlace extends Quest +{ + private static final int START_NPC = 34057; + + public Q10891_AtANewPlace() + { + super(10891); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.java new file mode 100644 index 0000000000..6ea9bd4746 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10892_RevengeOneStepAtATime extends Quest +{ + private static final int START_NPC = 34425; + + public Q10892_RevengeOneStepAtATime() + { + super(10892); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.java new file mode 100644 index 0000000000..3c48074b6b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10893_EndOfTwistedFate extends Quest +{ + private static final int START_NPC = 34425; + + public Q10893_EndOfTwistedFate() + { + super(10893); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/MissingQuests.txt index 7763aca276..1620447075 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/MissingQuests.txt @@ -56,10 +56,10 @@ 673 Beleth' Ambition 674 Changes in the Shadow of the Mother Tree 675 What the Thread of the Past Shows -676 Hunter Guild Request – Wasteland West -677 Hunter Guild Request – Wasteland East -678 Hunter Guild Request – Forest of the Dead -679 Hunter Guild Request – Swamp of Screams +676 Hunter Guild Request - Wasteland West +677 Hunter Guild Request - Wasteland East +678 Hunter Guild Request - Forest of the Dead +679 Hunter Guild Request - Swamp of Screams 680 Hunter Guild Request - Sea of Spores 681 Hunter Guild Request - Shadow of the Mother Tree 682 The Strong in the Closed Space @@ -188,7 +188,6 @@ 10355 Blacksmith's Soul-awakening Weapon - 1 10356 Blacksmith's Soul-awakening Weapon - 2 10373 Exploring the Dimension - Sealing the Dimension -10396 Witch of Spores 10418 The Immortal Pirate King 10423 Embryo Stronghold Ambush 10454 Final Embryo Apostle diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/QuestMasterHandler.java index f85dab9d45..76a4dd3f5d 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -390,6 +390,7 @@ import quests.Q10839_BlackbirdsNameValue.Q10839_BlackbirdsNameValue; import quests.Q10840_TimeToRecover.Q10840_TimeToRecover; import quests.Q10841_DeepInsideAteliaFortress.Q10841_DeepInsideAteliaFortress; import quests.Q10843_AnomalyInTheEnchantedValley.Q10843_AnomalyInTheEnchantedValley; +import quests.not_done.*; /** * @author NosBit @@ -770,7 +771,198 @@ public class QuestMasterHandler Q10839_BlackbirdsNameValue.class, Q10840_TimeToRecover.class, Q10841_DeepInsideAteliaFortress.class, - Q10843_AnomalyInTheEnchantedValley.class + Q10843_AnomalyInTheEnchantedValley.class, + // Not done. + Q00504_CompetitionForTheBanditStronghold.class, + Q00529_RegularBarrierMaintenance.class, + Q00560_HowToOvercomeFear.class, + Q00561_BasicMissionHarnakUndergroundRuins.class, + Q00562_BasicMissionAltarOfEvil.class, + Q00563_BasicMissionBloodySwampland.class, + Q00564_BasicMissionKartiasLabyrinthSolo.class, + Q00565_BasicMissionFairySettlementWest.class, + Q00566_BasicMissionFairySettlementEast.class, + Q00567_BasicMissionIsleOfSouls.class, + Q00568_SpecialMissionNornilsCave.class, + Q00569_BasicMissionSealOfShilen.class, + Q00570_SpecialMissionKartiasLabyrinthParty.class, + Q00571_SpecialMissionProofOfUnityFieldRaid.class, + Q00572_SpecialMissionProofOfCourageFieldRaid.class, + Q00573_SpecialMissionProofOfStrengthFieldRaid.class, + Q00574_SpecialMissionNornilsGarden.class, + Q00576_SpecialMissionDefeatSpezion.class, + Q00577_BasicMissionSilentValley.class, + Q00578_BasicMissionCemetery.class, + Q00579_BasicMissionBlazingSwamp.class, + Q00580_BeyondTheMemories.class, + Q00581_ThePurificationRitual.class, + Q00582_WashBloodWithBlood.class, + Q00583_MeaningOfSurvival.class, + Q00584_NeverSayGoodBye.class, + Q00585_CantGoAgainstTheTime.class, + Q00586_MutatedCreatures.class, + Q00587_MoreAggressiveOperation.class, + Q00588_HeadOnCrash.class, + Q00589_ASecretChange.class, + Q00590_ToEachTheirOwn.class, + Q00591_GreatAmbitions.class, + Q00593_BasicMissionPaganTemple.class, + Q00594_BasicMissionDimensionalRift.class, + Q00595_SpecialMissionRaidersCrossroads.class, + Q00596_SpecialMissionDefeatBaylor.class, + Q00599_DemonsAndDimensionalEnergy.class, + Q00600_KeyToTheRefiningProcess.class, + Q00655_AGrandPlanForTamingWildBeasts.class, + Q00665_BasicTrainingForHunterGuildMember.class, + Q00666_HunterGuildMembersKnowledge.class, + Q00667_CoveringShilensEyes.class, + Q00668_ABattleWithTheGiants.class, + Q00669_DesperateFightWithTheDragons.class, + Q00671_PathToFindingThePast.class, + Q00672_ArchenemyEmbryo.class, + Q00673_BelethAmbition.class, + Q00674_ChangesInTheShadowOfTheMotherTree.class, + Q00675_WhatTheThreadOfThePastShows.class, + Q00682_TheStrongInTheClosedSpace.class, + Q00683_AdventOfKrofinSubspecies.class, + Q00684_DisturbedFields.class, + Q00737_ASwordHiddenInASmile.class, + Q00738_DimensionalExplorationOfTheUnworldlyVisitors.class, + Q00743_AtTheAltarOfOblivion.class, + Q00744_TheAlligatorHunterReturns.class, + Q00745_TheOutlawsAreIncoming.class, + Q00747_DefendingTheForsakenPlains.class, + Q00748_EndlessRevenge.class, + Q00749_TiesWithTheGuardians.class, + Q00750_SevenFlowers.class, + Q00759_TheDwarvenNightmareContinues.class, + Q00773_ToCalmTheFlood.class, + Q00774_DreamingOfPeace.class, + Q00780_UtilizeTheDarknessSeedOfInfinity.class, + Q00781_UtilizeTheDarknessSeedOfAnnihilation.class, + Q00782_UtilizeTheDarknessSeedOfHellfire.class, + Q00789_WaitingForPaagrio.class, + Q00792_TheSuperionGiants.class, + Q00816_PlansToRepairTheStronghold.class, + Q00824_AttackTheCommandPost.class, + Q00836_RequestFromTheBlackbirdClan.class, + Q00837_RequestFromTheGiantTrackers.class, + Q00838_RequestFromTheMotherTreeGuardians.class, + Q00839_RequestFromTheUnworldlyVisitors.class, + Q00840_RequestFromTheKingdomsRoyalGuard.class, + Q00841_ContaminationContainment.class, + Q00842_CaptiveDemons.class, + Q00843_GiantEvolutionControl.class, + Q00844_GiantsTreasure.class, + Q00845_SabotageTheEmbryoSupplies.class, + Q00846_BuildingUpStrength.class, + Q00923_ShinedustExtraction.class, + Q00924_GiantOfTheRestorationRoom.class, + Q00929_SeekerRescue.class, + Q00930_DisparagingThePhantoms.class, + Q00931_MemoriesOfTheWind.class, + Q00932_SayhasEnergy.class, + Q00985_AdventureGuildsSpecialRequestLv1.class, + Q00986_AdventureGuildsSpecialRequestLv2.class, + Q00987_AdventureGuildsSpecialRequestLv3.class, + Q00988_AdventureGuildsSpecialRequestLv4.class, + Q00989_AdventureGuildsSpecialRequestLv5.class, + Q10298_WastelandQueen.class, + Q10355_BlacksmithsSoul1.class, + Q10356_BlacksmithsSoul2.class, + Q10373_ExploringTheDimensionSealingTheDimension.class, + Q10418_TheImmortalPirateKing.class, + Q10423_EmbryoStrongholdRaid.class, + Q10454_FinalEmbryoApostle.class, + Q10457_KefensisIllusion.class, + Q10516_UnveiledFafurionTemple.class, + Q10517_FafurionsMinions.class, + Q10518_SucceedingThePriestess.class, + Q10519_ControllingYourTemper.class, + Q10520_TempleGuardians.class, + Q10529_IvoryTowersResearchFloatingSeaJournal.class, + Q10531_OddHappeningsAtDragonValley.class, + Q10532_UncoveringTheConspiracy.class, + Q10533_OrfensAmbition.class, + Q10535_BlacksmithsSoul3.class, + Q10537_KamaelDisarray.class, + Q10538_GiantsEvolution.class, + Q10539_EnergySupplyCutoffPlan.class, + Q10540_ThwartingMimirsPlan.class, + Q10552_ChallengeBalthusKnight.class, + Q10553_WhatMattersMoreThanAbility.class, + Q10554_GiftForYou.class, + Q10555_ChargeAtAntharas.class, + Q10556_ForgottenPowerStartOfFate.class, + Q10557_NewPowerWindsOfFate.class, + Q10558_HiddenInChaos.class, + Q10559_BeforeTheGuide.class, + Q10560_WayOfWanderingKnight.class, + Q10561_AcrossTheDeathLine.class, + Q10562_TakeUpArms.class, + Q10563_ControlOfPower.class, + Q10564_ProveProgress.class, + Q10565_NothingIsImpossible.class, + Q10566_BestChoice.class, + Q10567_SpecialMissionNornilsGarden.class, + Q10568_KamaelsTechnologicalAdvancement.class, + Q10569_DeclarationOfWar.class, + Q10570_HurrahForKamaelsIndependence.class, + Q10571_StrategicReconciliation.class, + Q10572_ToExpelTheEmbryosForces.class, + Q10575_LetsGoFishing.class, + Q10576_GlitteringWeapons.class, + Q10577_TemperARustingBlade.class, + Q10578_TheSoulOfASword.class, + Q10579_ContainingTheAttributePower.class, + Q10580_SpecialMissionDefeatSpezion.class, + Q10588_SpecialMissionDefeatBaylor.class, + Q10594_FergasonsScheme.class, + Q10595_TheDimensionalWarpPart8.class, + Q10596_TheDimensionalWarpPart9.class, + Q10597_EscapeToTheShadowOfTheMotherTree.class, + Q10598_WithAllYourMight.class, + Q10599_ThreadOfFateHangingOnTheMotherTree.class, + Q10748_MysteriousSuggestion1.class, + Q10749_MysteriousSuggestion2.class, + Q10844_BloodyBattleSeizingSupplies.class, + Q10845_BloodyBattleRescueTheSmiths.class, + Q10846_BloodyBattleMeetingTheCommander.class, + Q10848_TrialsBeforeTheBattle.class, + Q10849_TrialsForAdaptation.class, + Q10851_ElvenBotany.class, + Q10852_TheMotherTreeRevivalProject.class, + Q10853_ToWeakenTheGiants.class, + Q10854_ToSeizeTheFortress.class, + Q10856_SuperionAppears.class, + Q10857_SecretTeleport.class, + Q10858_QueenRamonaControllerOfTheVessel.class, + Q10859_OwnTheEarthAndTheHeavens.class, + Q10873_ExaltedReachingAnotherLevel.class, + Q10874_AgainstTheNewEnemy.class, + Q10875_ForReputation.class, + Q10876_LeadersGrace.class, + Q10877_BreakThroughCrisis.class, + Q10879_ExaltedGuideToPower.class, + Q10880_TheLastOneStanding.class, + Q10881_ForThePride.class, + Q10882_VictoryCollection.class, + Q10883_ImmortalHonor.class, + Q10886_SaviorsPathSearchTheRefinery.class, + Q10887_SaviorsPathDemonsAndAtelia.class, + Q10888_SaviorsPathDefeatTheEmbryo.class, + Q10889_SaviorsPathFallenEmperorsThrone.class, + Q10890_SaviorsPathFallOfEtina.class, + Q10891_AtANewPlace.class, + Q10892_RevengeOneStepAtATime.class, + Q10893_EndOfTwistedFate.class, + Q10895_RestrainQueenKrosha.class, + Q10896_VisitTheAdventureGuild.class, + Q10897_ShowYourAbility.class, + Q10898_TowardAGoal.class, + Q10899_VeteranAdventurer.class, + Q10900_PathToStrength.class, + Q10901_AModelAdventurer.class }; public static void main(String[] args) diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.java new file mode 100644 index 0000000000..b57d61f097 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00504_CompetitionForTheBanditStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00504_CompetitionForTheBanditStronghold extends Quest +{ + private static final int START_NPC = 35437; + + public Q00504_CompetitionForTheBanditStronghold() + { + super(504); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.java new file mode 100644 index 0000000000..94c6a35374 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00529_RegularBarrierMaintenance.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00529_RegularBarrierMaintenance extends Quest +{ + private static final int START_NPC = 34448; + + public Q00529_RegularBarrierMaintenance() + { + super(529); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00560_HowToOvercomeFear.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00560_HowToOvercomeFear.java new file mode 100644 index 0000000000..1c28d68590 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00560_HowToOvercomeFear.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00560_HowToOvercomeFear extends Quest +{ + private static final int START_NPC = 34489; + + public Q00560_HowToOvercomeFear() + { + super(560); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.java new file mode 100644 index 0000000000..ed2428129e --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00561_BasicMissionHarnakUndergroundRuins.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00561_BasicMissionHarnakUndergroundRuins extends Quest +{ + private static final int START_NPC = 34413; + + public Q00561_BasicMissionHarnakUndergroundRuins() + { + super(561); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.java new file mode 100644 index 0000000000..1bdf89eda7 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00562_BasicMissionAltarOfEvil.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00562_BasicMissionAltarOfEvil extends Quest +{ + private static final int START_NPC = 34413; + + public Q00562_BasicMissionAltarOfEvil() + { + super(562); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.java new file mode 100644 index 0000000000..c1a74b7f5a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00563_BasicMissionBloodySwampland.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00563_BasicMissionBloodySwampland extends Quest +{ + private static final int START_NPC = 34413; + + public Q00563_BasicMissionBloodySwampland() + { + super(563); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.java new file mode 100644 index 0000000000..1c4363f679 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00564_BasicMissionKartiasLabyrinthSolo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest +{ + private static final int START_NPC = 34413; + + public Q00564_BasicMissionKartiasLabyrinthSolo() + { + super(564); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.java new file mode 100644 index 0000000000..25b8716bc2 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00565_BasicMissionFairySettlementWest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00565_BasicMissionFairySettlementWest extends Quest +{ + private static final int START_NPC = 34413; + + public Q00565_BasicMissionFairySettlementWest() + { + super(565); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.java new file mode 100644 index 0000000000..b388c510bd --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00566_BasicMissionFairySettlementEast.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00566_BasicMissionFairySettlementEast extends Quest +{ + private static final int START_NPC = 34413; + + public Q00566_BasicMissionFairySettlementEast() + { + super(566); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.java new file mode 100644 index 0000000000..486601fefa --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00567_BasicMissionIsleOfSouls.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00567_BasicMissionIsleOfSouls extends Quest +{ + private static final int START_NPC = 34413; + + public Q00567_BasicMissionIsleOfSouls() + { + super(567); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.java new file mode 100644 index 0000000000..43e0f350a7 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00568_SpecialMissionNornilsCave.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00568_SpecialMissionNornilsCave extends Quest +{ + private static final int START_NPC = 34413; + + public Q00568_SpecialMissionNornilsCave() + { + super(568); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.java new file mode 100644 index 0000000000..3dd2eb81f2 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00569_BasicMissionSealOfShilen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00569_BasicMissionSealOfShilen extends Quest +{ + private static final int START_NPC = 34413; + + public Q00569_BasicMissionSealOfShilen() + { + super(569); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.java new file mode 100644 index 0000000000..fd7a87a8d7 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00570_SpecialMissionKartiasLabyrinthParty.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00570_SpecialMissionKartiasLabyrinthParty extends Quest +{ + private static final int START_NPC = 34413; + + public Q00570_SpecialMissionKartiasLabyrinthParty() + { + super(570); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.java new file mode 100644 index 0000000000..abe3122700 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00571_SpecialMissionProofOfUnityFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00571_SpecialMissionProofOfUnityFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00571_SpecialMissionProofOfUnityFieldRaid() + { + super(571); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.java new file mode 100644 index 0000000000..e59fdc7876 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00572_SpecialMissionProofOfCourageFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00572_SpecialMissionProofOfCourageFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00572_SpecialMissionProofOfCourageFieldRaid() + { + super(572); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.java new file mode 100644 index 0000000000..ba4fc98089 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00573_SpecialMissionProofOfStrengthFieldRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00573_SpecialMissionProofOfStrengthFieldRaid extends Quest +{ + private static final int START_NPC = 34413; + + public Q00573_SpecialMissionProofOfStrengthFieldRaid() + { + super(573); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.java new file mode 100644 index 0000000000..d110586817 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00574_SpecialMissionNornilsGarden.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00574_SpecialMissionNornilsGarden extends Quest +{ + private static final int START_NPC = 34413; + + public Q00574_SpecialMissionNornilsGarden() + { + super(574); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.java new file mode 100644 index 0000000000..9559914126 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00576_SpecialMissionDefeatSpezion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00576_SpecialMissionDefeatSpezion extends Quest +{ + private static final int START_NPC = 34413; + + public Q00576_SpecialMissionDefeatSpezion() + { + super(576); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.java new file mode 100644 index 0000000000..6e0b76ab08 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00577_BasicMissionSilentValley.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00577_BasicMissionSilentValley extends Quest +{ + private static final int START_NPC = 34413; + + public Q00577_BasicMissionSilentValley() + { + super(577); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00578_BasicMissionCemetery.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00578_BasicMissionCemetery.java new file mode 100644 index 0000000000..557a0c683a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00578_BasicMissionCemetery.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00578_BasicMissionCemetery extends Quest +{ + private static final int START_NPC = 34413; + + public Q00578_BasicMissionCemetery() + { + super(578); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00579_BasicMissionBlazingSwamp.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00579_BasicMissionBlazingSwamp.java new file mode 100644 index 0000000000..d7c1d64375 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00579_BasicMissionBlazingSwamp.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00579_BasicMissionBlazingSwamp extends Quest +{ + private static final int START_NPC = 34413; + + public Q00579_BasicMissionBlazingSwamp() + { + super(579); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.java new file mode 100644 index 0000000000..5a3c2403f4 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00580_BeyondTheMemories.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00580_BeyondTheMemories extends Quest +{ + private static final int START_NPC = 33344; + + public Q00580_BeyondTheMemories() + { + super(580); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.java new file mode 100644 index 0000000000..63378e4973 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00581_ThePurificationRitual.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00581_ThePurificationRitual extends Quest +{ + private static final int START_NPC = 34414; + + public Q00581_ThePurificationRitual() + { + super(581); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.java new file mode 100644 index 0000000000..d59ab02e69 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00582_WashBloodWithBlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00582_WashBloodWithBlood extends Quest +{ + private static final int START_NPC = 34414; + + public Q00582_WashBloodWithBlood() + { + super(582); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.java new file mode 100644 index 0000000000..4acc17b7ef --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00583_MeaningOfSurvival.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00583_MeaningOfSurvival extends Quest +{ + private static final int START_NPC = 30137; + + public Q00583_MeaningOfSurvival() + { + super(583); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.java new file mode 100644 index 0000000000..81c6a8549b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00584_NeverSayGoodBye.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00584_NeverSayGoodBye extends Quest +{ + private static final int START_NPC = 30137; + + public Q00584_NeverSayGoodBye() + { + super(584); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.java new file mode 100644 index 0000000000..83df330ebd --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00585_CantGoAgainstTheTime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00585_CantGoAgainstTheTime extends Quest +{ + private static final int START_NPC = 32921; + + public Q00585_CantGoAgainstTheTime() + { + super(585); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.java new file mode 100644 index 0000000000..f2d16c667a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00586_MutatedCreatures.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00586_MutatedCreatures extends Quest +{ + private static final int START_NPC = 30370; + + public Q00586_MutatedCreatures() + { + super(586); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.java new file mode 100644 index 0000000000..dce336b6df --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00587_MoreAggressiveOperation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00587_MoreAggressiveOperation extends Quest +{ + private static final int START_NPC = 33780; + + public Q00587_MoreAggressiveOperation() + { + super(587); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.java new file mode 100644 index 0000000000..d83c47dcdc --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00588_HeadOnCrash.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00588_HeadOnCrash extends Quest +{ + private static final int START_NPC = 33796; + + public Q00588_HeadOnCrash() + { + super(588); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.java new file mode 100644 index 0000000000..1eb694e858 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00589_ASecretChange.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00589_ASecretChange extends Quest +{ + private static final int START_NPC = 34424; + + public Q00589_ASecretChange() + { + super(589); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.java new file mode 100644 index 0000000000..eab6ff2cbc --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00590_ToEachTheirOwn.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00590_ToEachTheirOwn extends Quest +{ + private static final int START_NPC = 34424; + + public Q00590_ToEachTheirOwn() + { + super(590); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.java new file mode 100644 index 0000000000..c06c4c54ed --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00591_GreatAmbitions.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00591_GreatAmbitions extends Quest +{ + private static final int START_NPC = 34435; + + public Q00591_GreatAmbitions() + { + super(591); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00593_BasicMissionPaganTemple.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00593_BasicMissionPaganTemple.java new file mode 100644 index 0000000000..bb12aed75f --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00593_BasicMissionPaganTemple.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00593_BasicMissionPaganTemple extends Quest +{ + private static final int START_NPC = 34413; + + public Q00593_BasicMissionPaganTemple() + { + super(593); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00594_BasicMissionDimensionalRift.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00594_BasicMissionDimensionalRift.java new file mode 100644 index 0000000000..3bd67da53b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00594_BasicMissionDimensionalRift.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00594_BasicMissionDimensionalRift extends Quest +{ + private static final int START_NPC = 34413; + + public Q00594_BasicMissionDimensionalRift() + { + super(594); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00595_SpecialMissionRaidersCrossroads.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00595_SpecialMissionRaidersCrossroads.java new file mode 100644 index 0000000000..35e49bcc4f --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00595_SpecialMissionRaidersCrossroads.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00595_SpecialMissionRaidersCrossroads extends Quest +{ + private static final int START_NPC = 34413; + + public Q00595_SpecialMissionRaidersCrossroads() + { + super(595); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00596_SpecialMissionDefeatBaylor.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00596_SpecialMissionDefeatBaylor.java new file mode 100644 index 0000000000..60fa301268 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00596_SpecialMissionDefeatBaylor.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00596_SpecialMissionDefeatBaylor extends Quest +{ + private static final int START_NPC = 34413; + + public Q00596_SpecialMissionDefeatBaylor() + { + super(596); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.java new file mode 100644 index 0000000000..b47d5d9d6a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00599_DemonsAndDimensionalEnergy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00599_DemonsAndDimensionalEnergy extends Quest +{ + private static final int START_NPC = 34425; + + public Q00599_DemonsAndDimensionalEnergy() + { + super(599); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.java new file mode 100644 index 0000000000..3629f8e161 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00600_KeyToTheRefiningProcess.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00600_KeyToTheRefiningProcess extends Quest +{ + private static final int START_NPC = 34427; + + public Q00600_KeyToTheRefiningProcess() + { + super(600); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.java new file mode 100644 index 0000000000..0d0201000c --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00655_AGrandPlanForTamingWildBeasts.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00655_AGrandPlanForTamingWildBeasts extends Quest +{ + private static final int START_NPC = 35627; + + public Q00655_AGrandPlanForTamingWildBeasts() + { + super(655); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.java new file mode 100644 index 0000000000..9e7cfb2649 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00665_BasicTrainingForHunterGuildMember.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00665_BasicTrainingForHunterGuildMember extends Quest +{ + private static final int START_NPC = 34267; + + public Q00665_BasicTrainingForHunterGuildMember() + { + super(665); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.java new file mode 100644 index 0000000000..55184299ff --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00666_HunterGuildMembersKnowledge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00666_HunterGuildMembersKnowledge extends Quest +{ + private static final int START_NPC = 34267; + + public Q00666_HunterGuildMembersKnowledge() + { + super(666); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.java new file mode 100644 index 0000000000..1a67b4f7b1 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00667_CoveringShilensEyes.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00667_CoveringShilensEyes extends Quest +{ + private static final int START_NPC = 34267; + + public Q00667_CoveringShilensEyes() + { + super(667); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.java new file mode 100644 index 0000000000..b91367d4ee --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00668_ABattleWithTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00668_ABattleWithTheGiants extends Quest +{ + private static final int START_NPC = 34267; + + public Q00668_ABattleWithTheGiants() + { + super(668); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.java new file mode 100644 index 0000000000..55ea717aad --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00669_DesperateFightWithTheDragons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00669_DesperateFightWithTheDragons extends Quest +{ + private static final int START_NPC = 34267; + + public Q00669_DesperateFightWithTheDragons() + { + super(669); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.java new file mode 100644 index 0000000000..5056e137f2 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00671_PathToFindingThePast.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00671_PathToFindingThePast extends Quest +{ + private static final int START_NPC = 34267; + + public Q00671_PathToFindingThePast() + { + super(671); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.java new file mode 100644 index 0000000000..bb865b0800 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00672_ArchenemyEmbryo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00672_ArchenemyEmbryo extends Quest +{ + private static final int START_NPC = 34267; + + public Q00672_ArchenemyEmbryo() + { + super(672); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.java new file mode 100644 index 0000000000..c492e3e355 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00673_BelethAmbition.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00673_BelethAmbition extends Quest +{ + private static final int START_NPC = 34267; + + public Q00673_BelethAmbition() + { + super(673); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.java new file mode 100644 index 0000000000..d0899e7882 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00674_ChangesInTheShadowOfTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00674_ChangesInTheShadowOfTheMotherTree extends Quest +{ + private static final int START_NPC = 34415; + + public Q00674_ChangesInTheShadowOfTheMotherTree() + { + super(674); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.java new file mode 100644 index 0000000000..7ce9c6b6ad --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00675_WhatTheThreadOfThePastShows.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00675_WhatTheThreadOfThePastShows extends Quest +{ + private static final int START_NPC = 34415; + + public Q00675_WhatTheThreadOfThePastShows() + { + super(675); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00682_TheStrongInTheClosedSpace.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00682_TheStrongInTheClosedSpace.java new file mode 100644 index 0000000000..f0063db8fe --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00682_TheStrongInTheClosedSpace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00682_TheStrongInTheClosedSpace extends Quest +{ + private static final int START_NPC = 34413; + + public Q00682_TheStrongInTheClosedSpace() + { + super(682); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00683_AdventOfKrofinSubspecies.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00683_AdventOfKrofinSubspecies.java new file mode 100644 index 0000000000..71789741b8 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00683_AdventOfKrofinSubspecies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00683_AdventOfKrofinSubspecies extends Quest +{ + private static final int START_NPC = 33907; + + public Q00683_AdventOfKrofinSubspecies() + { + super(683); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00684_DisturbedFields.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00684_DisturbedFields.java new file mode 100644 index 0000000000..9d1a9819e7 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00684_DisturbedFields.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00684_DisturbedFields extends Quest +{ + private static final int START_NPC = 33907; + + public Q00684_DisturbedFields() + { + super(684); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.java new file mode 100644 index 0000000000..825f3a7e80 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00737_ASwordHiddenInASmile.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00737_ASwordHiddenInASmile extends Quest +{ + private static final int START_NPC = 34243; + + public Q00737_ASwordHiddenInASmile() + { + super(737); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.java new file mode 100644 index 0000000000..c59c45dbb4 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00738_DimensionalExplorationOfTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00738_DimensionalExplorationOfTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 34360; + + public Q00738_DimensionalExplorationOfTheUnworldlyVisitors() + { + super(738); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.java new file mode 100644 index 0000000000..68fd2c9455 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00743_AtTheAltarOfOblivion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00743_AtTheAltarOfOblivion extends Quest +{ + private static final int START_NPC = 34054; + + public Q00743_AtTheAltarOfOblivion() + { + super(743); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.java new file mode 100644 index 0000000000..3c1943eaf8 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00744_TheAlligatorHunterReturns.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00744_TheAlligatorHunterReturns extends Quest +{ + private static final int START_NPC = 30332; + + public Q00744_TheAlligatorHunterReturns() + { + super(744); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.java new file mode 100644 index 0000000000..cba05e9213 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00745_TheOutlawsAreIncoming.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00745_TheOutlawsAreIncoming extends Quest +{ + private static final int START_NPC = 30677; + + public Q00745_TheOutlawsAreIncoming() + { + super(745); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.java new file mode 100644 index 0000000000..7773c3971a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00747_DefendingTheForsakenPlains.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00747_DefendingTheForsakenPlains extends Quest +{ + private static final int START_NPC = 33864; + + public Q00747_DefendingTheForsakenPlains() + { + super(747); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.java new file mode 100644 index 0000000000..89c83506b2 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00748_EndlessRevenge.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00748_EndlessRevenge extends Quest +{ + private static final int START_NPC = 33864; + + public Q00748_EndlessRevenge() + { + super(748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.java new file mode 100644 index 0000000000..a1156367b2 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00749_TiesWithTheGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00749_TiesWithTheGuardians extends Quest +{ + private static final int START_NPC = 34356; + + public Q00749_TiesWithTheGuardians() + { + super(749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.java new file mode 100644 index 0000000000..9e3d0e5d2a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00750_SevenFlowers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00750_SevenFlowers extends Quest +{ + private static final int START_NPC = 33697; + + public Q00750_SevenFlowers() + { + super(750); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.java new file mode 100644 index 0000000000..e3bea64a64 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00759_TheDwarvenNightmareContinues.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00759_TheDwarvenNightmareContinues extends Quest +{ + private static final int START_NPC = 30537; + + public Q00759_TheDwarvenNightmareContinues() + { + super(759); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.java new file mode 100644 index 0000000000..3d36eca6d8 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00773_ToCalmTheFlood.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00773_ToCalmTheFlood extends Quest +{ + private static final int START_NPC = 32921; + + public Q00773_ToCalmTheFlood() + { + super(773); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.java new file mode 100644 index 0000000000..c72545cf5c --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00774_DreamingOfPeace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00774_DreamingOfPeace extends Quest +{ + private static final int START_NPC = 30370; + + public Q00774_DreamingOfPeace() + { + super(774); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.java new file mode 100644 index 0000000000..9fddeeb672 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00780_UtilizeTheDarknessSeedOfInfinity.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00780_UtilizeTheDarknessSeedOfInfinity extends Quest +{ + private static final int START_NPC = 32603; + + public Q00780_UtilizeTheDarknessSeedOfInfinity() + { + super(780); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.java new file mode 100644 index 0000000000..273efcea09 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00781_UtilizeTheDarknessSeedOfAnnihilation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00781_UtilizeTheDarknessSeedOfAnnihilation extends Quest +{ + private static final int START_NPC = 32734; + + public Q00781_UtilizeTheDarknessSeedOfAnnihilation() + { + super(781); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.java new file mode 100644 index 0000000000..5fcb34de4b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00782_UtilizeTheDarknessSeedOfHellfire.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00782_UtilizeTheDarknessSeedOfHellfire extends Quest +{ + private static final int START_NPC = 33669; + + public Q00782_UtilizeTheDarknessSeedOfHellfire() + { + super(782); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.java new file mode 100644 index 0000000000..960662e407 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00789_WaitingForPaagrio.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00789_WaitingForPaagrio extends Quest +{ + private static final int START_NPC = 34014; + + public Q00789_WaitingForPaagrio() + { + super(789); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.java new file mode 100644 index 0000000000..0533747c04 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00792_TheSuperionGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00792_TheSuperionGiants extends Quest +{ + private static final int START_NPC = 34243; + + public Q00792_TheSuperionGiants() + { + super(792); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.java new file mode 100644 index 0000000000..6d1c912371 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00816_PlansToRepairTheStronghold.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00816_PlansToRepairTheStronghold extends Quest +{ + private static final int START_NPC = 34058; + + public Q00816_PlansToRepairTheStronghold() + { + super(816); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.java new file mode 100644 index 0000000000..f4d7143f0b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00824_AttackTheCommandPost.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00824_AttackTheCommandPost extends Quest +{ + private static final int START_NPC = 34089; + + public Q00824_AttackTheCommandPost() + { + super(824); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.java new file mode 100644 index 0000000000..e9e1436231 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00836_RequestFromTheBlackbirdClan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00836_RequestFromTheBlackbirdClan extends Quest +{ + private static final int START_NPC = 36750; + + public Q00836_RequestFromTheBlackbirdClan() + { + super(836); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.java new file mode 100644 index 0000000000..401bceb0ce --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00837_RequestFromTheGiantTrackers.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00837_RequestFromTheGiantTrackers extends Quest +{ + private static final int START_NPC = 36751; + + public Q00837_RequestFromTheGiantTrackers() + { + super(837); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.java new file mode 100644 index 0000000000..08699b33ec --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00838_RequestFromTheMotherTreeGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00838_RequestFromTheMotherTreeGuardians extends Quest +{ + private static final int START_NPC = 36752; + + public Q00838_RequestFromTheMotherTreeGuardians() + { + super(838); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.java new file mode 100644 index 0000000000..7d63aa7bdb --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00839_RequestFromTheUnworldlyVisitors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00839_RequestFromTheUnworldlyVisitors extends Quest +{ + private static final int START_NPC = 36753; + + public Q00839_RequestFromTheUnworldlyVisitors() + { + super(839); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.java new file mode 100644 index 0000000000..bd38310aac --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00840_RequestFromTheKingdomsRoyalGuard.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00840_RequestFromTheKingdomsRoyalGuard extends Quest +{ + private static final int START_NPC = 36754; + + public Q00840_RequestFromTheKingdomsRoyalGuard() + { + super(840); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.java new file mode 100644 index 0000000000..d54ba62131 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00841_ContaminationContainment.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00841_ContaminationContainment extends Quest +{ + private static final int START_NPC = 34233; + + public Q00841_ContaminationContainment() + { + super(841); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.java new file mode 100644 index 0000000000..0d29eebe7f --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00842_CaptiveDemons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00842_CaptiveDemons extends Quest +{ + private static final int START_NPC = 34219; + + public Q00842_CaptiveDemons() + { + super(842); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.java new file mode 100644 index 0000000000..49420d7b99 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00843_GiantEvolutionControl.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00843_GiantEvolutionControl extends Quest +{ + private static final int START_NPC = 34237; + + public Q00843_GiantEvolutionControl() + { + super(843); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.java new file mode 100644 index 0000000000..042b1615c1 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00844_GiantsTreasure.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00844_GiantsTreasure extends Quest +{ + private static final int START_NPC = 34237; + + public Q00844_GiantsTreasure() + { + super(844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.java new file mode 100644 index 0000000000..47b82b1d89 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00845_SabotageTheEmbryoSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00845_SabotageTheEmbryoSupplies extends Quest +{ + private static final int START_NPC = 34235; + + public Q00845_SabotageTheEmbryoSupplies() + { + super(845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.java new file mode 100644 index 0000000000..b1c15a3745 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00846_BuildingUpStrength.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00846_BuildingUpStrength extends Quest +{ + private static final int START_NPC = 34236; + + public Q00846_BuildingUpStrength() + { + super(846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.java new file mode 100644 index 0000000000..95487ecd19 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00923_ShinedustExtraction.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00923_ShinedustExtraction extends Quest +{ + private static final int START_NPC = 34217; + + public Q00923_ShinedustExtraction() + { + super(923); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.java new file mode 100644 index 0000000000..33175346f1 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00924_GiantOfTheRestorationRoom.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00924_GiantOfTheRestorationRoom extends Quest +{ + private static final int START_NPC = 34217; + + public Q00924_GiantOfTheRestorationRoom() + { + super(924); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.java new file mode 100644 index 0000000000..14a4694a53 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00929_SeekerRescue.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00929_SeekerRescue extends Quest +{ + private static final int START_NPC = 34230; + + public Q00929_SeekerRescue() + { + super(929); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.java new file mode 100644 index 0000000000..6d4154be83 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00930_DisparagingThePhantoms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00930_DisparagingThePhantoms extends Quest +{ + private static final int START_NPC = 34230; + + public Q00930_DisparagingThePhantoms() + { + super(930); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.java new file mode 100644 index 0000000000..2dc5cf5d6f --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00931_MemoriesOfTheWind.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00931_MemoriesOfTheWind extends Quest +{ + private static final int START_NPC = 34055; + + public Q00931_MemoriesOfTheWind() + { + super(931); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.java new file mode 100644 index 0000000000..4465dfcac1 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00932_SayhasEnergy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00932_SayhasEnergy extends Quest +{ + private static final int START_NPC = 34056; + + public Q00932_SayhasEnergy() + { + super(932); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.java new file mode 100644 index 0000000000..26bafc1b0b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00985_AdventureGuildsSpecialRequestLv1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00985_AdventureGuildsSpecialRequestLv1 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00985_AdventureGuildsSpecialRequestLv1() + { + super(985); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.java new file mode 100644 index 0000000000..45b793227c --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00986_AdventureGuildsSpecialRequestLv2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00986_AdventureGuildsSpecialRequestLv2 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00986_AdventureGuildsSpecialRequestLv2() + { + super(986); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.java new file mode 100644 index 0000000000..c2069551d4 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00987_AdventureGuildsSpecialRequestLv3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00987_AdventureGuildsSpecialRequestLv3 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00987_AdventureGuildsSpecialRequestLv3() + { + super(987); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.java new file mode 100644 index 0000000000..3462cbc868 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00988_AdventureGuildsSpecialRequestLv4.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00988_AdventureGuildsSpecialRequestLv4 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00988_AdventureGuildsSpecialRequestLv4() + { + super(988); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.java new file mode 100644 index 0000000000..fad44eeeaa --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q00989_AdventureGuildsSpecialRequestLv5.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00989_AdventureGuildsSpecialRequestLv5 extends Quest +{ + private static final int START_NPC = 33946; + + public Q00989_AdventureGuildsSpecialRequestLv5() + { + super(989); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.java new file mode 100644 index 0000000000..6826748864 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10298_WastelandQueen.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10298_WastelandQueen extends Quest +{ + private static final int START_NPC = 30332; + + public Q10298_WastelandQueen() + { + super(10298); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.java new file mode 100644 index 0000000000..a370dba676 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10355_BlacksmithsSoul1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10355_BlacksmithsSoul1 extends Quest +{ + private static final int START_NPC = 34095; + + public Q10355_BlacksmithsSoul1() + { + super(10355); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.java new file mode 100644 index 0000000000..430165b096 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10356_BlacksmithsSoul2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10356_BlacksmithsSoul2 extends Quest +{ + private static final int START_NPC = 31126; + + public Q10356_BlacksmithsSoul2() + { + super(10356); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.java new file mode 100644 index 0000000000..f2f9df4361 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10373_ExploringTheDimensionSealingTheDimension.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10373_ExploringTheDimensionSealingTheDimension extends Quest +{ + private static final int START_NPC = 34227; + + public Q10373_ExploringTheDimensionSealingTheDimension() + { + super(10373); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.java new file mode 100644 index 0000000000..aa914c23e2 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10418_TheImmortalPirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10418_TheImmortalPirateKing extends Quest +{ + private static final int START_NPC = 30121; + + public Q10418_TheImmortalPirateKing() + { + super(10418); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.java new file mode 100644 index 0000000000..4a83a46a55 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10423_EmbryoStrongholdRaid.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10423_EmbryoStrongholdRaid extends Quest +{ + private static final int START_NPC = 34319; + + public Q10423_EmbryoStrongholdRaid() + { + super(10423); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.java new file mode 100644 index 0000000000..aaafabba0b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10454_FinalEmbryoApostle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10454_FinalEmbryoApostle extends Quest +{ + private static final int START_NPC = 34319; + + public Q10454_FinalEmbryoApostle() + { + super(10454); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.java new file mode 100644 index 0000000000..ffd77b8033 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10457_KefensisIllusion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10457_KefensisIllusion extends Quest +{ + private static final int START_NPC = 31590; + + public Q10457_KefensisIllusion() + { + super(10457); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10516_UnveiledFafurionTemple.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10516_UnveiledFafurionTemple.java new file mode 100644 index 0000000000..3ba5996c3a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10516_UnveiledFafurionTemple.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10516_UnveiledFafurionTemple extends Quest +{ + private static final int START_NPC = 33907; + + public Q10516_UnveiledFafurionTemple() + { + super(10516); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10517_FafurionsMinions.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10517_FafurionsMinions.java new file mode 100644 index 0000000000..6796b5c747 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10517_FafurionsMinions.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10517_FafurionsMinions extends Quest +{ + private static final int START_NPC = 34489; + + public Q10517_FafurionsMinions() + { + super(10517); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10518_SucceedingThePriestess.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10518_SucceedingThePriestess.java new file mode 100644 index 0000000000..1f7922f99d --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10518_SucceedingThePriestess.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10518_SucceedingThePriestess extends Quest +{ + private static final int START_NPC = 33907; + + public Q10518_SucceedingThePriestess() + { + super(10518); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10519_ControllingYourTemper.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10519_ControllingYourTemper.java new file mode 100644 index 0000000000..ed9d303185 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10519_ControllingYourTemper.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10519_ControllingYourTemper extends Quest +{ + private static final int START_NPC = 34490; + + public Q10519_ControllingYourTemper() + { + super(10519); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10520_TempleGuardians.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10520_TempleGuardians.java new file mode 100644 index 0000000000..8341a32537 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10520_TempleGuardians.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10520_TempleGuardians extends Quest +{ + private static final int START_NPC = 34490; + + public Q10520_TempleGuardians() + { + super(10520); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchFloatingSeaJournal.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchFloatingSeaJournal.java new file mode 100644 index 0000000000..9a48a0c740 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10529_IvoryTowersResearchFloatingSeaJournal.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10529_IvoryTowersResearchFloatingSeaJournal extends Quest +{ + private static final int START_NPC = 33846; + + public Q10529_IvoryTowersResearchFloatingSeaJournal() + { + super(10529); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.java new file mode 100644 index 0000000000..4cc5717857 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10531_OddHappeningsAtDragonValley.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10531_OddHappeningsAtDragonValley extends Quest +{ + private static final int START_NPC = 33973; + + public Q10531_OddHappeningsAtDragonValley() + { + super(10531); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.java new file mode 100644 index 0000000000..4352dc6071 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10532_UncoveringTheConspiracy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10532_UncoveringTheConspiracy extends Quest +{ + private static final int START_NPC = 33973; + + public Q10532_UncoveringTheConspiracy() + { + super(10532); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.java new file mode 100644 index 0000000000..5be2469b78 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10533_OrfensAmbition.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10533_OrfensAmbition extends Quest +{ + private static final int START_NPC = 33846; + + public Q10533_OrfensAmbition() + { + super(10533); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java new file mode 100644 index 0000000000..eedd15aa75 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10535_BlacksmithsSoul3.java @@ -0,0 +1,42 @@ +/* + * 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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10535_BlacksmithsSoul3 extends Quest +{ + private static final int[] START_NPC = + { + 31126, + 34483, + 34484, + 34485 + }; + + public Q10535_BlacksmithsSoul3() + { + super(10535); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.java new file mode 100644 index 0000000000..6e6a75874e --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10537_KamaelDisarray.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10537_KamaelDisarray extends Quest +{ + private static final int START_NPC = 34237; + + public Q10537_KamaelDisarray() + { + super(10537); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.java new file mode 100644 index 0000000000..0cecdb0b43 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10538_GiantsEvolution.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10538_GiantsEvolution extends Quest +{ + private static final int START_NPC = 34218; + + public Q10538_GiantsEvolution() + { + super(10538); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.java new file mode 100644 index 0000000000..fe4c3b3e84 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10539_EnergySupplyCutoffPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10539_EnergySupplyCutoffPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10539_EnergySupplyCutoffPlan() + { + super(10539); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.java new file mode 100644 index 0000000000..9c04662d41 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10540_ThwartingMimirsPlan.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10540_ThwartingMimirsPlan extends Quest +{ + private static final int START_NPC = 34237; + + public Q10540_ThwartingMimirsPlan() + { + super(10540); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.java new file mode 100644 index 0000000000..3a83023ebe --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10552_ChallengeBalthusKnight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10552_ChallengeBalthusKnight extends Quest +{ + private static final int START_NPC = 34359; + + public Q10552_ChallengeBalthusKnight() + { + super(10552); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.java new file mode 100644 index 0000000000..84ced1cf2a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10553_WhatMattersMoreThanAbility.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10553_WhatMattersMoreThanAbility extends Quest +{ + private static final int START_NPC = 34361; + + public Q10553_WhatMattersMoreThanAbility() + { + super(10553); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.java new file mode 100644 index 0000000000..84dd557526 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10554_GiftForYou.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10554_GiftForYou extends Quest +{ + private static final int START_NPC = 34383; + + public Q10554_GiftForYou() + { + super(10554); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.java new file mode 100644 index 0000000000..04e7267fe1 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10555_ChargeAtAntharas.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10555_ChargeAtAntharas extends Quest +{ + private static final int START_NPC = 34361; + + public Q10555_ChargeAtAntharas() + { + super(10555); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.java new file mode 100644 index 0000000000..be7350b909 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10556_ForgottenPowerStartOfFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10556_ForgottenPowerStartOfFate extends Quest +{ + private static final int START_NPC = 34361; + + public Q10556_ForgottenPowerStartOfFate() + { + super(10556); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.java new file mode 100644 index 0000000000..ca396b5a5b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10557_NewPowerWindsOfFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10557_NewPowerWindsOfFate extends Quest +{ + private static final int START_NPC = 34361; + + public Q10557_NewPowerWindsOfFate() + { + super(10557); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.java new file mode 100644 index 0000000000..a7db839754 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10558_HiddenInChaos.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10558_HiddenInChaos extends Quest +{ + private static final int START_NPC = 33880; + + public Q10558_HiddenInChaos() + { + super(10558); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.java new file mode 100644 index 0000000000..0946ec693a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10559_BeforeTheGuide.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10559_BeforeTheGuide extends Quest +{ + private static final int START_NPC = 33880; + + public Q10559_BeforeTheGuide() + { + super(10559); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.java new file mode 100644 index 0000000000..d4b8a16848 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10560_WayOfWanderingKnight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10560_WayOfWanderingKnight extends Quest +{ + private static final int START_NPC = 34362; + + public Q10560_WayOfWanderingKnight() + { + super(10560); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.java new file mode 100644 index 0000000000..8010599c85 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10561_AcrossTheDeathLine.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10561_AcrossTheDeathLine extends Quest +{ + private static final int START_NPC = 34362; + + public Q10561_AcrossTheDeathLine() + { + super(10561); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.java new file mode 100644 index 0000000000..c1ad0aa24e --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10562_TakeUpArms.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10562_TakeUpArms extends Quest +{ + private static final int START_NPC = 34362; + + public Q10562_TakeUpArms() + { + super(10562); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.java new file mode 100644 index 0000000000..9f83e547d8 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10563_ControlOfPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10563_ControlOfPower extends Quest +{ + private static final int START_NPC = 34362; + + public Q10563_ControlOfPower() + { + super(10563); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.java new file mode 100644 index 0000000000..9e8a1e3c6b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10564_ProveProgress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10564_ProveProgress extends Quest +{ + private static final int START_NPC = 34362; + + public Q10564_ProveProgress() + { + super(10564); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.java new file mode 100644 index 0000000000..578891f2cc --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10565_NothingIsImpossible.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10565_NothingIsImpossible extends Quest +{ + private static final int START_NPC = 34362; + + public Q10565_NothingIsImpossible() + { + super(10565); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.java new file mode 100644 index 0000000000..bf40ed06ce --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10566_BestChoice.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10566_BestChoice extends Quest +{ + private static final int START_NPC = 34362; + + public Q10566_BestChoice() + { + super(10566); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.java new file mode 100644 index 0000000000..9cc7476384 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10567_SpecialMissionNornilsGarden.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10567_SpecialMissionNornilsGarden extends Quest +{ + private static final int START_NPC = 34413; + + public Q10567_SpecialMissionNornilsGarden() + { + super(10567); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.java new file mode 100644 index 0000000000..afa6d7876a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10568_KamaelsTechnologicalAdvancement.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10568_KamaelsTechnologicalAdvancement extends Quest +{ + private static final int START_NPC = 34243; + + public Q10568_KamaelsTechnologicalAdvancement() + { + super(10568); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.java new file mode 100644 index 0000000000..7c6f648d9f --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10569_DeclarationOfWar.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10569_DeclarationOfWar extends Quest +{ + private static final int START_NPC = 34222; + + public Q10569_DeclarationOfWar() + { + super(10569); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.java new file mode 100644 index 0000000000..118efb64aa --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10570_HurrahForKamaelsIndependence.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10570_HurrahForKamaelsIndependence extends Quest +{ + private static final int START_NPC = 34222; + + public Q10570_HurrahForKamaelsIndependence() + { + super(10570); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.java new file mode 100644 index 0000000000..6893bc887f --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10571_StrategicReconciliation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10571_StrategicReconciliation extends Quest +{ + private static final int START_NPC = 34360; + + public Q10571_StrategicReconciliation() + { + super(10571); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.java new file mode 100644 index 0000000000..92d3039518 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10572_ToExpelTheEmbryosForces.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10572_ToExpelTheEmbryosForces extends Quest +{ + private static final int START_NPC = 34235; + + public Q10572_ToExpelTheEmbryosForces() + { + super(10572); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.java new file mode 100644 index 0000000000..d524d995b1 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10575_LetsGoFishing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10575_LetsGoFishing extends Quest +{ + private static final int START_NPC = 34138; + + public Q10575_LetsGoFishing() + { + super(10575); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.java new file mode 100644 index 0000000000..63cc06cc8d --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10576_GlitteringWeapons.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10576_GlitteringWeapons extends Quest +{ + private static final int START_NPC = 30471; + + public Q10576_GlitteringWeapons() + { + super(10576); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.java new file mode 100644 index 0000000000..5917adfffa --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10577_TemperARustingBlade.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10577_TemperARustingBlade extends Quest +{ + private static final int START_NPC = 30677; + + public Q10577_TemperARustingBlade() + { + super(10577); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.java new file mode 100644 index 0000000000..0676042bf6 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10578_TheSoulOfASword.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10578_TheSoulOfASword extends Quest +{ + private static final int START_NPC = 31316; + + public Q10578_TheSoulOfASword() + { + super(10578); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.java new file mode 100644 index 0000000000..ca5672f0e4 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10579_ContainingTheAttributePower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10579_ContainingTheAttributePower extends Quest +{ + private static final int START_NPC = 30847; + + public Q10579_ContainingTheAttributePower() + { + super(10579); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.java new file mode 100644 index 0000000000..9696a2b2bc --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10580_SpecialMissionDefeatSpezion.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10580_SpecialMissionDefeatSpezion extends Quest +{ + private static final int START_NPC = 34413; + + public Q10580_SpecialMissionDefeatSpezion() + { + super(10580); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10588_SpecialMissionDefeatBaylor.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10588_SpecialMissionDefeatBaylor.java new file mode 100644 index 0000000000..a5870c2938 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10588_SpecialMissionDefeatBaylor.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10588_SpecialMissionDefeatBaylor extends Quest +{ + private static final int START_NPC = 34413; + + public Q10588_SpecialMissionDefeatBaylor() + { + super(10588); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.java new file mode 100644 index 0000000000..c2c862780d --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10594_FergasonsScheme.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10594_FergasonsScheme extends Quest +{ + private static final int START_NPC = 33681; + + public Q10594_FergasonsScheme() + { + super(10594); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.java new file mode 100644 index 0000000000..76dec5a4e4 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10595_TheDimensionalWarpPart8.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10595_TheDimensionalWarpPart8 extends Quest +{ + private static final int START_NPC = 33974; + + public Q10595_TheDimensionalWarpPart8() + { + super(10595); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.java new file mode 100644 index 0000000000..2e12432a1a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10596_TheDimensionalWarpPart9.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10596_TheDimensionalWarpPart9 extends Quest +{ + private static final int START_NPC = 33974; + + public Q10596_TheDimensionalWarpPart9() + { + super(10596); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.java new file mode 100644 index 0000000000..9b730f4625 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10597_EscapeToTheShadowOfTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10597_EscapeToTheShadowOfTheMotherTree extends Quest +{ + private static final int START_NPC = 34411; + + public Q10597_EscapeToTheShadowOfTheMotherTree() + { + super(10597); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.java new file mode 100644 index 0000000000..66b45b1424 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10598_WithAllYourMight.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10598_WithAllYourMight extends Quest +{ + private static final int START_NPC = 34411; + + public Q10598_WithAllYourMight() + { + super(10598); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.java new file mode 100644 index 0000000000..76aee15981 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10599_ThreadOfFateHangingOnTheMotherTree.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10599_ThreadOfFateHangingOnTheMotherTree extends Quest +{ + private static final int START_NPC = 34412; + + public Q10599_ThreadOfFateHangingOnTheMotherTree() + { + super(10599); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.java new file mode 100644 index 0000000000..ee28e339fb --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10748_MysteriousSuggestion1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10748_MysteriousSuggestion1 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10748_MysteriousSuggestion1() + { + super(10748); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.java new file mode 100644 index 0000000000..ea17e1f650 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10749_MysteriousSuggestion2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10749_MysteriousSuggestion2 extends Quest +{ + private static final int START_NPC = 33685; + + public Q10749_MysteriousSuggestion2() + { + super(10749); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.java new file mode 100644 index 0000000000..b17d483120 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10844_BloodyBattleSeizingSupplies.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10844_BloodyBattleSeizingSupplies extends Quest +{ + private static final int START_NPC = 34057; + + public Q10844_BloodyBattleSeizingSupplies() + { + super(10844); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.java new file mode 100644 index 0000000000..d68ad6fb9a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10845_BloodyBattleRescueTheSmiths.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10845_BloodyBattleRescueTheSmiths extends Quest +{ + private static final int START_NPC = 34064; + + public Q10845_BloodyBattleRescueTheSmiths() + { + super(10845); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.java new file mode 100644 index 0000000000..0e1a7ced7b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10846_BloodyBattleMeetingTheCommander.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10846_BloodyBattleMeetingTheCommander extends Quest +{ + private static final int START_NPC = 34064; + + public Q10846_BloodyBattleMeetingTheCommander() + { + super(10846); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.java new file mode 100644 index 0000000000..1de76a4355 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10848_TrialsBeforeTheBattle.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10848_TrialsBeforeTheBattle extends Quest +{ + private static final int START_NPC = 31595; + + public Q10848_TrialsBeforeTheBattle() + { + super(10848); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.java new file mode 100644 index 0000000000..4952fd35b6 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10849_TrialsForAdaptation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10849_TrialsForAdaptation extends Quest +{ + private static final int START_NPC = 34054; + + public Q10849_TrialsForAdaptation() + { + super(10849); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.java new file mode 100644 index 0000000000..76c2813745 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10851_ElvenBotany.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10851_ElvenBotany extends Quest +{ + private static final int START_NPC = 34234; + + public Q10851_ElvenBotany() + { + super(10851); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.java new file mode 100644 index 0000000000..477c7f4c30 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10852_TheMotherTreeRevivalProject.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10852_TheMotherTreeRevivalProject extends Quest +{ + private static final int START_NPC = 34233; + + public Q10852_TheMotherTreeRevivalProject() + { + super(10852); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.java new file mode 100644 index 0000000000..2dfbec5a22 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10853_ToWeakenTheGiants.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10853_ToWeakenTheGiants extends Quest +{ + private static final int START_NPC = 34237; + + public Q10853_ToWeakenTheGiants() + { + super(10853); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.java new file mode 100644 index 0000000000..561512eade --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10854_ToSeizeTheFortress.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10854_ToSeizeTheFortress extends Quest +{ + private static final int START_NPC = 34235; + + public Q10854_ToSeizeTheFortress() + { + super(10854); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.java new file mode 100644 index 0000000000..f8de0eac89 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10856_SuperionAppears.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10856_SuperionAppears extends Quest +{ + private static final int START_NPC = 34222; + + public Q10856_SuperionAppears() + { + super(10856); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.java new file mode 100644 index 0000000000..0b03f1317a --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10857_SecretTeleport.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10857_SecretTeleport extends Quest +{ + private static final int START_NPC = 34222; + + public Q10857_SecretTeleport() + { + super(10857); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.java new file mode 100644 index 0000000000..e2ade60ef6 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10858_QueenRamonaControllerOfTheVessel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10858_QueenRamonaControllerOfTheVessel extends Quest +{ + private static final int START_NPC = 34222; + + public Q10858_QueenRamonaControllerOfTheVessel() + { + super(10858); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.java new file mode 100644 index 0000000000..e39efc44d2 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10859_OwnTheEarthAndTheHeavens.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10859_OwnTheEarthAndTheHeavens extends Quest +{ + private static final int START_NPC = 34222; + + public Q10859_OwnTheEarthAndTheHeavens() + { + super(10859); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.java new file mode 100644 index 0000000000..c5f78d9735 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10873_ExaltedReachingAnotherLevel.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10873_ExaltedReachingAnotherLevel extends Quest +{ + private static final int START_NPC = 33907; + + public Q10873_ExaltedReachingAnotherLevel() + { + super(10873); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.java new file mode 100644 index 0000000000..f0b8991975 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10874_AgainstTheNewEnemy.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10874_AgainstTheNewEnemy extends Quest +{ + private static final int START_NPC = 34230; + + public Q10874_AgainstTheNewEnemy() + { + super(10874); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.java new file mode 100644 index 0000000000..d0fd0c0010 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10875_ForReputation.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10875_ForReputation extends Quest +{ + private static final int START_NPC = 34237; + + public Q10875_ForReputation() + { + super(10875); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.java new file mode 100644 index 0000000000..d571bd4396 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10876_LeadersGrace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10876_LeadersGrace extends Quest +{ + private static final int START_NPC = 34138; + + public Q10876_LeadersGrace() + { + super(10876); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.java new file mode 100644 index 0000000000..bb784ceb60 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10877_BreakThroughCrisis.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10877_BreakThroughCrisis extends Quest +{ + private static final int START_NPC = 34267; + + public Q10877_BreakThroughCrisis() + { + super(10877); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.java new file mode 100644 index 0000000000..4cc7e8964c --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10879_ExaltedGuideToPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10879_ExaltedGuideToPower extends Quest +{ + private static final int START_NPC = 33907; + + public Q10879_ExaltedGuideToPower() + { + super(10879); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.java new file mode 100644 index 0000000000..fd57c17b09 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10880_TheLastOneStanding.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10880_TheLastOneStanding extends Quest +{ + private static final int START_NPC = 34055; + + public Q10880_TheLastOneStanding() + { + super(10880); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.java new file mode 100644 index 0000000000..ed97c39c39 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10881_ForThePride.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10881_ForThePride extends Quest +{ + private static final int START_NPC = 34236; + + public Q10881_ForThePride() + { + super(10881); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.java new file mode 100644 index 0000000000..f60478b4c5 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10882_VictoryCollection.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10882_VictoryCollection extends Quest +{ + private static final int START_NPC = 34180; + + public Q10882_VictoryCollection() + { + super(10882); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.java new file mode 100644 index 0000000000..9c6626da2e --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10883_ImmortalHonor.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10883_ImmortalHonor extends Quest +{ + private static final int START_NPC = 32548; + + public Q10883_ImmortalHonor() + { + super(10883); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.java new file mode 100644 index 0000000000..ab509780ee --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10886_SaviorsPathSearchTheRefinery.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10886_SaviorsPathSearchTheRefinery extends Quest +{ + private static final int START_NPC = 34425; + + public Q10886_SaviorsPathSearchTheRefinery() + { + super(10886); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.java new file mode 100644 index 0000000000..c947d71420 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10887_SaviorsPathDemonsAndAtelia.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10887_SaviorsPathDemonsAndAtelia extends Quest +{ + private static final int START_NPC = 34427; + + public Q10887_SaviorsPathDemonsAndAtelia() + { + super(10887); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.java new file mode 100644 index 0000000000..7c10deddd8 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10888_SaviorsPathDefeatTheEmbryo.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10888_SaviorsPathDefeatTheEmbryo extends Quest +{ + private static final int START_NPC = 34427; + + public Q10888_SaviorsPathDefeatTheEmbryo() + { + super(10888); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.java new file mode 100644 index 0000000000..454973a6c8 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10889_SaviorsPathFallenEmperorsThrone.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10889_SaviorsPathFallenEmperorsThrone extends Quest +{ + private static final int START_NPC = 34425; + + public Q10889_SaviorsPathFallenEmperorsThrone() + { + super(10889); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.java new file mode 100644 index 0000000000..8cce172106 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10890_SaviorsPathFallOfEtina.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10890_SaviorsPathFallOfEtina extends Quest +{ + private static final int START_NPC = 34425; + + public Q10890_SaviorsPathFallOfEtina() + { + super(10890); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.java new file mode 100644 index 0000000000..169f441603 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10891_AtANewPlace.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10891_AtANewPlace extends Quest +{ + private static final int START_NPC = 34057; + + public Q10891_AtANewPlace() + { + super(10891); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.java new file mode 100644 index 0000000000..6ea9bd4746 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10892_RevengeOneStepAtATime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10892_RevengeOneStepAtATime extends Quest +{ + private static final int START_NPC = 34425; + + public Q10892_RevengeOneStepAtATime() + { + super(10892); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.java new file mode 100644 index 0000000000..3c48074b6b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10893_EndOfTwistedFate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10893_EndOfTwistedFate extends Quest +{ + private static final int START_NPC = 34425; + + public Q10893_EndOfTwistedFate() + { + super(10893); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10895_RestrainQueenKrosha.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10895_RestrainQueenKrosha.java new file mode 100644 index 0000000000..330aee79e7 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10895_RestrainQueenKrosha.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10895_RestrainQueenKrosha extends Quest +{ + private static final int START_NPC = 33907; + + public Q10895_RestrainQueenKrosha() + { + super(10895); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10896_VisitTheAdventureGuild.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10896_VisitTheAdventureGuild.java new file mode 100644 index 0000000000..512d263e71 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10896_VisitTheAdventureGuild.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10896_VisitTheAdventureGuild extends Quest +{ + private static final int START_NPC = 34413; + + public Q10896_VisitTheAdventureGuild() + { + super(10896); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10897_ShowYourAbility.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10897_ShowYourAbility.java new file mode 100644 index 0000000000..2743cff3b1 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10897_ShowYourAbility.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10897_ShowYourAbility extends Quest +{ + private static final int START_NPC = 34413; + + public Q10897_ShowYourAbility() + { + super(10897); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10898_TowardAGoal.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10898_TowardAGoal.java new file mode 100644 index 0000000000..e4cb601f54 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10898_TowardAGoal.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10898_TowardAGoal extends Quest +{ + private static final int START_NPC = 34413; + + public Q10898_TowardAGoal() + { + super(10898); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10899_VeteranAdventurer.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10899_VeteranAdventurer.java new file mode 100644 index 0000000000..d6cd815989 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10899_VeteranAdventurer.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10899_VeteranAdventurer extends Quest +{ + private static final int START_NPC = 34413; + + public Q10899_VeteranAdventurer() + { + super(10899); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10900_PathToStrength.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10900_PathToStrength.java new file mode 100644 index 0000000000..0b47b9d9fc --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10900_PathToStrength.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10900_PathToStrength extends Quest +{ + private static final int START_NPC = 34413; + + public Q10900_PathToStrength() + { + super(10900); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10901_AModelAdventurer.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10901_AModelAdventurer.java new file mode 100644 index 0000000000..51a7d4f7e0 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/not_done/Q10901_AModelAdventurer.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10901_AModelAdventurer extends Quest +{ + private static final int START_NPC = 34413; + + public Q10901_AModelAdventurer() + { + super(10901); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/QuestMasterHandler.java index aa9502e96c..9be4188a3a 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -182,6 +182,10 @@ import quests.Q00662_AGameOfCards.Q00662_AGameOfCards; import quests.Q00933_ExploringTheWestWingOfTheDungeonOfAbyss.Q00933_ExploringTheWestWingOfTheDungeonOfAbyss; import quests.Q00935_ExploringTheEastWingOfTheDungeonOfAbyss.Q00935_ExploringTheEastWingOfTheDungeonOfAbyss; import quests.Q11000_MoonKnight.Q11000_MoonKnight; +import quests.not_done.Q00910_RequestFromTheRedLibraGuildBasic; +import quests.not_done.Q00911_RequestFromTheRedLibraGuildIntermediate; +import quests.not_done.Q00912_RequestFromTheRedLibraGuildAdvanced; +import quests.not_done.Q00913_RequestFromTheRedLibraGuildSuperAdvanced; /** * @author NosBit @@ -355,6 +359,11 @@ public class QuestMasterHandler Q00933_ExploringTheWestWingOfTheDungeonOfAbyss.class, Q00935_ExploringTheEastWingOfTheDungeonOfAbyss.class, Q11000_MoonKnight.class, + // Not done. + Q00910_RequestFromTheRedLibraGuildBasic.class, + Q00911_RequestFromTheRedLibraGuildIntermediate.class, + Q00912_RequestFromTheRedLibraGuildAdvanced.class, + Q00913_RequestFromTheRedLibraGuildSuperAdvanced.class }; public static void main(String[] args) diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java new file mode 100644 index 0000000000..c0512d1ac1 --- /dev/null +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00910_RequestFromTheRedLibraGuildBasic extends Quest +{ + private static final int START_NPC = 34214; + + public Q00910_RequestFromTheRedLibraGuildBasic() + { + super(910); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java new file mode 100644 index 0000000000..876de10547 --- /dev/null +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00911_RequestFromTheRedLibraGuildIntermediate extends Quest +{ + private static final int START_NPC = 34214; + + public Q00911_RequestFromTheRedLibraGuildIntermediate() + { + super(911); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java new file mode 100644 index 0000000000..ac2c7d3f36 --- /dev/null +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00912_RequestFromTheRedLibraGuildAdvanced extends Quest +{ + private static final int START_NPC = 34214; + + public Q00912_RequestFromTheRedLibraGuildAdvanced() + { + super(912); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java new file mode 100644 index 0000000000..11d12fc6f5 --- /dev/null +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00913_RequestFromTheRedLibraGuildSuperAdvanced extends Quest +{ + private static final int START_NPC = 34214; + + public Q00913_RequestFromTheRedLibraGuildSuperAdvanced() + { + super(913); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/MissingQuests.txt index c228340534..d267cc8fb0 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/MissingQuests.txt @@ -1,18 +1,18 @@ -630 Pirate Treasure Hunt -657 Monster Arena: Trial for Warriors -658 Monster Arena: Trial for Elite Warriors -664 Quarrels Time -910 Request from the Red Libra Guild - Basic -911 Request from the Red Libra Guild - Intermediate -912 Request from the Red Libra Guild - Advanced -913 Request from the Red Libra Guild - Super Advanced -10506 Diana's Request -10861 Monster Arena - The Birth of a Warrior -10862 Monster Arena - Challenge: 10 battles -10863 Monster Arena - New Challenge: 15 battles -10864 Monster Arena - Brave Warrior: 25 battles -10865 Monster Arena - Last Call: 40 battles -10867 Gone Missing -10868 The Dark Side of Power -10870 Unfinished Device -10871 Death to the Pirate King! +630 Pirate Treasure Hunt +657 Monster Arena: Trial for Warriors +658 Monster Arena: Trial for Elite Warriors +664 Quarrels Time +910 Request from the Red Libra Guild - Basic +911 Request from the Red Libra Guild - Intermediate +912 Request from the Red Libra Guild - Advanced +913 Request from the Red Libra Guild - Super Advanced +10506 Diana's Request +10861 Monster Arena - The Birth of a Warrior +10862 Monster Arena - Challenge: 10 battles +10863 Monster Arena - New Challenge: 15 battles +10864 Monster Arena - Brave Warrior: 25 battles +10865 Monster Arena - Last Call: 40 battles +10867 Gone Missing +10868 The Dark Side of Power +10870 Unfinished Device +10871 Death to the Pirate King! \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/QuestMasterHandler.java index fdb1790909..60dcaf23ea 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -180,6 +180,24 @@ import quests.Q11020_BlacksmithsRequest.Q11020_BlacksmithsRequest; import quests.Q11021_RedGemNecklace1.Q11021_RedGemNecklace1; import quests.Q11022_RedGemNecklace2.Q11022_RedGemNecklace2; import quests.Q11023_RedGemNecklace3.Q11023_RedGemNecklace3; +import quests.not_done.Q00630_PirateTreasureHunt; +import quests.not_done.Q00657_MonsterArenaTrialForWarriors; +import quests.not_done.Q00658_MonsterArenaTrialForEliteWarriors; +import quests.not_done.Q00664_QuarrelsTime; +import quests.not_done.Q00910_RequestFromTheRedLibraGuildBasic; +import quests.not_done.Q00911_RequestFromTheRedLibraGuildIntermediate; +import quests.not_done.Q00912_RequestFromTheRedLibraGuildAdvanced; +import quests.not_done.Q00913_RequestFromTheRedLibraGuildSuperAdvanced; +import quests.not_done.Q10506_DianasRequest; +import quests.not_done.Q10861_MonsterArenaTheBirthOfAWarrior; +import quests.not_done.Q10862_MonsterArenaChallenge10Battles; +import quests.not_done.Q10863_MonsterArenaNewChallenge15Battles; +import quests.not_done.Q10864_MonsterArenaBraveWarrior25Battles; +import quests.not_done.Q10865_MonsterArenaLastCall40Battles; +import quests.not_done.Q10867_GoneMissing; +import quests.not_done.Q10868_TheDarkSideOfPower; +import quests.not_done.Q10870_UnfinishedDevice; +import quests.not_done.Q10871_DeathToThePirateKing; /** * @author NosBit @@ -351,6 +369,25 @@ public class QuestMasterHandler Q11021_RedGemNecklace1.class, Q11022_RedGemNecklace2.class, Q11023_RedGemNecklace3.class, + // Not done. + Q00630_PirateTreasureHunt.class, + Q00657_MonsterArenaTrialForWarriors.class, + Q00658_MonsterArenaTrialForEliteWarriors.class, + Q00664_QuarrelsTime.class, + Q00910_RequestFromTheRedLibraGuildBasic.class, + Q00911_RequestFromTheRedLibraGuildIntermediate.class, + Q00912_RequestFromTheRedLibraGuildAdvanced.class, + Q00913_RequestFromTheRedLibraGuildSuperAdvanced.class, + Q10506_DianasRequest.class, + Q10861_MonsterArenaTheBirthOfAWarrior.class, + Q10862_MonsterArenaChallenge10Battles.class, + Q10863_MonsterArenaNewChallenge15Battles.class, + Q10864_MonsterArenaBraveWarrior25Battles.class, + Q10865_MonsterArenaLastCall40Battles.class, + Q10867_GoneMissing.class, + Q10868_TheDarkSideOfPower.class, + Q10870_UnfinishedDevice.class, + Q10871_DeathToThePirateKing.class }; public static void main(String[] args) diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java new file mode 100644 index 0000000000..a61779c4c1 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00630_PirateTreasureHunt extends Quest +{ + private static final int START_NPC = 34021; + + public Q00630_PirateTreasureHunt() + { + super(630); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java new file mode 100644 index 0000000000..14c82f8527 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00657_MonsterArenaTrialForWarriors extends Quest +{ + private static final int START_NPC = 34277; + + public Q00657_MonsterArenaTrialForWarriors() + { + super(657); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java new file mode 100644 index 0000000000..b6ca3364cd --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00658_MonsterArenaTrialForEliteWarriors extends Quest +{ + private static final int START_NPC = 34277; + + public Q00658_MonsterArenaTrialForEliteWarriors() + { + super(658); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java new file mode 100644 index 0000000000..71bce1d733 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00664_QuarrelsTime extends Quest +{ + private static final int START_NPC = 34021; + + public Q00664_QuarrelsTime() + { + super(664); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java new file mode 100644 index 0000000000..c0512d1ac1 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00910_RequestFromTheRedLibraGuildBasic extends Quest +{ + private static final int START_NPC = 34214; + + public Q00910_RequestFromTheRedLibraGuildBasic() + { + super(910); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java new file mode 100644 index 0000000000..876de10547 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00911_RequestFromTheRedLibraGuildIntermediate extends Quest +{ + private static final int START_NPC = 34214; + + public Q00911_RequestFromTheRedLibraGuildIntermediate() + { + super(911); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java new file mode 100644 index 0000000000..ac2c7d3f36 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00912_RequestFromTheRedLibraGuildAdvanced extends Quest +{ + private static final int START_NPC = 34214; + + public Q00912_RequestFromTheRedLibraGuildAdvanced() + { + super(912); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java new file mode 100644 index 0000000000..11d12fc6f5 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00913_RequestFromTheRedLibraGuildSuperAdvanced extends Quest +{ + private static final int START_NPC = 34214; + + public Q00913_RequestFromTheRedLibraGuildSuperAdvanced() + { + super(913); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.java new file mode 100644 index 0000000000..d2f2940289 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10506_DianasRequest.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10506_DianasRequest extends Quest +{ + private static final int START_NPC = 9001; + + public Q10506_DianasRequest() + { + super(10506); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java new file mode 100644 index 0000000000..c07be09242 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10861_MonsterArenaTheBirthOfAWarrior extends Quest +{ + private static final int START_NPC = 34277; + + public Q10861_MonsterArenaTheBirthOfAWarrior() + { + super(10861); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java new file mode 100644 index 0000000000..29a2419ee7 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10862_MonsterArenaChallenge10Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10862_MonsterArenaChallenge10Battles() + { + super(10862); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java new file mode 100644 index 0000000000..212ec5018d --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10863_MonsterArenaNewChallenge15Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10863_MonsterArenaNewChallenge15Battles() + { + super(10863); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java new file mode 100644 index 0000000000..1fa9a9a504 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10864_MonsterArenaBraveWarrior25Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10864_MonsterArenaBraveWarrior25Battles() + { + super(10864); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java new file mode 100644 index 0000000000..4513cbd631 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10865_MonsterArenaLastCall40Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10865_MonsterArenaLastCall40Battles() + { + super(10865); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java new file mode 100644 index 0000000000..34c590f471 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10867_GoneMissing extends Quest +{ + private static final int START_NPC = 34020; + + public Q10867_GoneMissing() + { + super(10867); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java new file mode 100644 index 0000000000..98cced110e --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10868_TheDarkSideOfPower extends Quest +{ + private static final int START_NPC = 34022; + + public Q10868_TheDarkSideOfPower() + { + super(10868); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java new file mode 100644 index 0000000000..59751bd0d3 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10870_UnfinishedDevice extends Quest +{ + private static final int START_NPC = 34021; + + public Q10870_UnfinishedDevice() + { + super(10870); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java new file mode 100644 index 0000000000..6d7d109ce1 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10871_DeathToThePirateKing extends Quest +{ + private static final int START_NPC = 34017; + + public Q10871_DeathToThePirateKing() + { + super(10871); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/MissingQuests.txt index fd369869b7..a8d7a17b53 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/MissingQuests.txt @@ -1,24 +1,17 @@ -630 Pirate Treasure Hunt -657 Monster Arena: Trial for Warriors -658 Monster Arena: Trial for Elite Warriors -664 Quarrels Time -910 Request from the Red Libra Guild - Basic -911 Request from the Red Libra Guild - Intermediate -912 Request from the Red Libra Guild - Advanced -913 Request from the Red Libra Guild - Super Advanced -10861 Monster Arena - The Birth of a Warrior -10862 Monster Arena - Challenge: 10 battles -10863 Monster Arena - New Challenge: 15 battles -10864 Monster Arena - Brave Warrior: 25 battles -10865 Monster Arena - Last Call: 40 battles -10867 Gone Missing -10868 The Dark Side of Power -10870 Unfinished Device -10871 Death to the Pirate King! - -TODO: Check Antharas rewards. -11006 Future: People -11012 Future: Elves -11018 Future: Dark Elves -10994 Future: Orcs -10993 Future: Dwarves \ No newline at end of file +630 Pirate Treasure Hunt +657 Monster Arena: Trial for Warriors +658 Monster Arena: Trial for Elite Warriors +664 Quarrels Time +910 Request from the Red Libra Guild - Basic +911 Request from the Red Libra Guild - Intermediate +912 Request from the Red Libra Guild - Advanced +913 Request from the Red Libra Guild - Super Advanced +10861 Monster Arena - The Birth of a Warrior +10862 Monster Arena - Challenge: 10 battles +10863 Monster Arena - New Challenge: 15 battles +10864 Monster Arena - Brave Warrior: 25 battles +10865 Monster Arena - Last Call: 40 battles +10867 Gone Missing +10868 The Dark Side of Power +10870 Unfinished Device +10871 Death to the Pirate King! \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/QuestMasterHandler.java index fdb1790909..1bcb8dbd89 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -180,6 +180,23 @@ import quests.Q11020_BlacksmithsRequest.Q11020_BlacksmithsRequest; import quests.Q11021_RedGemNecklace1.Q11021_RedGemNecklace1; import quests.Q11022_RedGemNecklace2.Q11022_RedGemNecklace2; import quests.Q11023_RedGemNecklace3.Q11023_RedGemNecklace3; +import quests.not_done.Q00630_PirateTreasureHunt; +import quests.not_done.Q00657_MonsterArenaTrialForWarriors; +import quests.not_done.Q00658_MonsterArenaTrialForEliteWarriors; +import quests.not_done.Q00664_QuarrelsTime; +import quests.not_done.Q00910_RequestFromTheRedLibraGuildBasic; +import quests.not_done.Q00911_RequestFromTheRedLibraGuildIntermediate; +import quests.not_done.Q00912_RequestFromTheRedLibraGuildAdvanced; +import quests.not_done.Q00913_RequestFromTheRedLibraGuildSuperAdvanced; +import quests.not_done.Q10861_MonsterArenaTheBirthOfAWarrior; +import quests.not_done.Q10862_MonsterArenaChallenge10Battles; +import quests.not_done.Q10863_MonsterArenaNewChallenge15Battles; +import quests.not_done.Q10864_MonsterArenaBraveWarrior25Battles; +import quests.not_done.Q10865_MonsterArenaLastCall40Battles; +import quests.not_done.Q10867_GoneMissing; +import quests.not_done.Q10868_TheDarkSideOfPower; +import quests.not_done.Q10870_UnfinishedDevice; +import quests.not_done.Q10871_DeathToThePirateKing; /** * @author NosBit @@ -351,6 +368,24 @@ public class QuestMasterHandler Q11021_RedGemNecklace1.class, Q11022_RedGemNecklace2.class, Q11023_RedGemNecklace3.class, + // Not done. + Q00630_PirateTreasureHunt.class, + Q00657_MonsterArenaTrialForWarriors.class, + Q00658_MonsterArenaTrialForEliteWarriors.class, + Q00664_QuarrelsTime.class, + Q00910_RequestFromTheRedLibraGuildBasic.class, + Q00911_RequestFromTheRedLibraGuildIntermediate.class, + Q00912_RequestFromTheRedLibraGuildAdvanced.class, + Q00913_RequestFromTheRedLibraGuildSuperAdvanced.class, + Q10861_MonsterArenaTheBirthOfAWarrior.class, + Q10862_MonsterArenaChallenge10Battles.class, + Q10863_MonsterArenaNewChallenge15Battles.class, + Q10864_MonsterArenaBraveWarrior25Battles.class, + Q10865_MonsterArenaLastCall40Battles.class, + Q10867_GoneMissing.class, + Q10868_TheDarkSideOfPower.class, + Q10870_UnfinishedDevice.class, + Q10871_DeathToThePirateKing.class }; public static void main(String[] args) diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java new file mode 100644 index 0000000000..a61779c4c1 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00630_PirateTreasureHunt extends Quest +{ + private static final int START_NPC = 34021; + + public Q00630_PirateTreasureHunt() + { + super(630); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java new file mode 100644 index 0000000000..14c82f8527 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00657_MonsterArenaTrialForWarriors extends Quest +{ + private static final int START_NPC = 34277; + + public Q00657_MonsterArenaTrialForWarriors() + { + super(657); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java new file mode 100644 index 0000000000..b6ca3364cd --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00658_MonsterArenaTrialForEliteWarriors extends Quest +{ + private static final int START_NPC = 34277; + + public Q00658_MonsterArenaTrialForEliteWarriors() + { + super(658); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java new file mode 100644 index 0000000000..71bce1d733 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00664_QuarrelsTime extends Quest +{ + private static final int START_NPC = 34021; + + public Q00664_QuarrelsTime() + { + super(664); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.java new file mode 100644 index 0000000000..c0512d1ac1 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildBasic.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00910_RequestFromTheRedLibraGuildBasic extends Quest +{ + private static final int START_NPC = 34214; + + public Q00910_RequestFromTheRedLibraGuildBasic() + { + super(910); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.java new file mode 100644 index 0000000000..876de10547 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildIntermediate.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00911_RequestFromTheRedLibraGuildIntermediate extends Quest +{ + private static final int START_NPC = 34214; + + public Q00911_RequestFromTheRedLibraGuildIntermediate() + { + super(911); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.java new file mode 100644 index 0000000000..ac2c7d3f36 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildAdvanced.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00912_RequestFromTheRedLibraGuildAdvanced extends Quest +{ + private static final int START_NPC = 34214; + + public Q00912_RequestFromTheRedLibraGuildAdvanced() + { + super(912); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.java new file mode 100644 index 0000000000..11d12fc6f5 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildSuperAdvanced.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00913_RequestFromTheRedLibraGuildSuperAdvanced extends Quest +{ + private static final int START_NPC = 34214; + + public Q00913_RequestFromTheRedLibraGuildSuperAdvanced() + { + super(913); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java new file mode 100644 index 0000000000..c07be09242 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10861_MonsterArenaTheBirthOfAWarrior extends Quest +{ + private static final int START_NPC = 34277; + + public Q10861_MonsterArenaTheBirthOfAWarrior() + { + super(10861); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java new file mode 100644 index 0000000000..29a2419ee7 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10862_MonsterArenaChallenge10Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10862_MonsterArenaChallenge10Battles() + { + super(10862); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java new file mode 100644 index 0000000000..212ec5018d --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10863_MonsterArenaNewChallenge15Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10863_MonsterArenaNewChallenge15Battles() + { + super(10863); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java new file mode 100644 index 0000000000..1fa9a9a504 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10864_MonsterArenaBraveWarrior25Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10864_MonsterArenaBraveWarrior25Battles() + { + super(10864); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java new file mode 100644 index 0000000000..4513cbd631 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10865_MonsterArenaLastCall40Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10865_MonsterArenaLastCall40Battles() + { + super(10865); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java new file mode 100644 index 0000000000..34c590f471 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10867_GoneMissing extends Quest +{ + private static final int START_NPC = 34020; + + public Q10867_GoneMissing() + { + super(10867); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java new file mode 100644 index 0000000000..98cced110e --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10868_TheDarkSideOfPower extends Quest +{ + private static final int START_NPC = 34022; + + public Q10868_TheDarkSideOfPower() + { + super(10868); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java new file mode 100644 index 0000000000..59751bd0d3 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10870_UnfinishedDevice extends Quest +{ + private static final int START_NPC = 34021; + + public Q10870_UnfinishedDevice() + { + super(10870); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java new file mode 100644 index 0000000000..6d7d109ce1 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10871_DeathToThePirateKing extends Quest +{ + private static final int START_NPC = 34017; + + public Q10871_DeathToThePirateKing() + { + super(10871); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/MissingQuests.txt index a61f7dd22d..6687b5bb20 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/MissingQuests.txt @@ -15,11 +15,4 @@ 10867 Gone Missing 10868 The Dark Side of Power 10870 Unfinished Device -10871 Death to the Pirate King! - -TODO: Check Antharas rewards. -11006 Future: People -11012 Future: Elves -11018 Future: Dark Elves -10994 Future: Orcs -10993 Future: Dwarves \ No newline at end of file +10871 Death to the Pirate King! \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/QuestMasterHandler.java index fdb1790909..589d02932b 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -180,6 +180,24 @@ import quests.Q11020_BlacksmithsRequest.Q11020_BlacksmithsRequest; import quests.Q11021_RedGemNecklace1.Q11021_RedGemNecklace1; import quests.Q11022_RedGemNecklace2.Q11022_RedGemNecklace2; import quests.Q11023_RedGemNecklace3.Q11023_RedGemNecklace3; +import quests.not_done.Q00630_PirateTreasureHunt; +import quests.not_done.Q00657_MonsterArenaTrialForWarriors; +import quests.not_done.Q00658_MonsterArenaTrialForEliteWarriors; +import quests.not_done.Q00664_QuarrelsTime; +import quests.not_done.Q00910_RequestFromTheRedLibraGuildLv1; +import quests.not_done.Q00911_RequestFromTheRedLibraGuildLv2; +import quests.not_done.Q00912_RequestFromTheRedLibraGuildLv3; +import quests.not_done.Q00913_RequestFromTheRedLibraGuildLv4; +import quests.not_done.Q00914_RequestFromTheRedLibraGuildLv5; +import quests.not_done.Q10861_MonsterArenaTheBirthOfAWarrior; +import quests.not_done.Q10862_MonsterArenaChallenge10Battles; +import quests.not_done.Q10863_MonsterArenaNewChallenge15Battles; +import quests.not_done.Q10864_MonsterArenaBraveWarrior25Battles; +import quests.not_done.Q10865_MonsterArenaLastCall40Battles; +import quests.not_done.Q10867_GoneMissing; +import quests.not_done.Q10868_TheDarkSideOfPower; +import quests.not_done.Q10870_UnfinishedDevice; +import quests.not_done.Q10871_DeathToThePirateKing; /** * @author NosBit @@ -351,6 +369,25 @@ public class QuestMasterHandler Q11021_RedGemNecklace1.class, Q11022_RedGemNecklace2.class, Q11023_RedGemNecklace3.class, + // Not done. + Q00630_PirateTreasureHunt.class, + Q00657_MonsterArenaTrialForWarriors.class, + Q00658_MonsterArenaTrialForEliteWarriors.class, + Q00664_QuarrelsTime.class, + Q00910_RequestFromTheRedLibraGuildLv1.class, + Q00911_RequestFromTheRedLibraGuildLv2.class, + Q00912_RequestFromTheRedLibraGuildLv3.class, + Q00913_RequestFromTheRedLibraGuildLv4.class, + Q00914_RequestFromTheRedLibraGuildLv5.class, + Q10861_MonsterArenaTheBirthOfAWarrior.class, + Q10862_MonsterArenaChallenge10Battles.class, + Q10863_MonsterArenaNewChallenge15Battles.class, + Q10864_MonsterArenaBraveWarrior25Battles.class, + Q10865_MonsterArenaLastCall40Battles.class, + Q10867_GoneMissing.class, + Q10868_TheDarkSideOfPower.class, + Q10870_UnfinishedDevice.class, + Q10871_DeathToThePirateKing.class }; public static void main(String[] args) diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.java new file mode 100644 index 0000000000..a61779c4c1 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00630_PirateTreasureHunt.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00630_PirateTreasureHunt extends Quest +{ + private static final int START_NPC = 34021; + + public Q00630_PirateTreasureHunt() + { + super(630); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.java new file mode 100644 index 0000000000..14c82f8527 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00657_MonsterArenaTrialForWarriors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00657_MonsterArenaTrialForWarriors extends Quest +{ + private static final int START_NPC = 34277; + + public Q00657_MonsterArenaTrialForWarriors() + { + super(657); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.java new file mode 100644 index 0000000000..b6ca3364cd --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00658_MonsterArenaTrialForEliteWarriors.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00658_MonsterArenaTrialForEliteWarriors extends Quest +{ + private static final int START_NPC = 34277; + + public Q00658_MonsterArenaTrialForEliteWarriors() + { + super(658); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.java new file mode 100644 index 0000000000..71bce1d733 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00664_QuarrelsTime.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00664_QuarrelsTime extends Quest +{ + private static final int START_NPC = 34021; + + public Q00664_QuarrelsTime() + { + super(664); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java new file mode 100644 index 0000000000..53ddf8abba --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00910_RequestFromTheRedLibraGuildLv1 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00910_RequestFromTheRedLibraGuildLv1() + { + super(910); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java new file mode 100644 index 0000000000..b9cf4a94bc --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00911_RequestFromTheRedLibraGuildLv2 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00911_RequestFromTheRedLibraGuildLv2() + { + super(911); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java new file mode 100644 index 0000000000..8a53f157bb --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00912_RequestFromTheRedLibraGuildLv3 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00912_RequestFromTheRedLibraGuildLv3() + { + super(912); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java new file mode 100644 index 0000000000..1c06417811 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00913_RequestFromTheRedLibraGuildLv4 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00913_RequestFromTheRedLibraGuildLv4() + { + super(913); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java new file mode 100644 index 0000000000..79b5261bce --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q00914_RequestFromTheRedLibraGuildLv5 extends Quest +{ + private static final int START_NPC = 34214; + + public Q00914_RequestFromTheRedLibraGuildLv5() + { + super(914); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.java new file mode 100644 index 0000000000..c07be09242 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10861_MonsterArenaTheBirthOfAWarrior.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10861_MonsterArenaTheBirthOfAWarrior extends Quest +{ + private static final int START_NPC = 34277; + + public Q10861_MonsterArenaTheBirthOfAWarrior() + { + super(10861); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.java new file mode 100644 index 0000000000..29a2419ee7 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10862_MonsterArenaChallenge10Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10862_MonsterArenaChallenge10Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10862_MonsterArenaChallenge10Battles() + { + super(10862); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.java new file mode 100644 index 0000000000..212ec5018d --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10863_MonsterArenaNewChallenge15Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10863_MonsterArenaNewChallenge15Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10863_MonsterArenaNewChallenge15Battles() + { + super(10863); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.java new file mode 100644 index 0000000000..1fa9a9a504 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10864_MonsterArenaBraveWarrior25Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10864_MonsterArenaBraveWarrior25Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10864_MonsterArenaBraveWarrior25Battles() + { + super(10864); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.java new file mode 100644 index 0000000000..4513cbd631 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10865_MonsterArenaLastCall40Battles.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10865_MonsterArenaLastCall40Battles extends Quest +{ + private static final int START_NPC = 34277; + + public Q10865_MonsterArenaLastCall40Battles() + { + super(10865); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.java new file mode 100644 index 0000000000..34c590f471 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10867_GoneMissing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10867_GoneMissing extends Quest +{ + private static final int START_NPC = 34020; + + public Q10867_GoneMissing() + { + super(10867); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.java new file mode 100644 index 0000000000..98cced110e --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10868_TheDarkSideOfPower.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10868_TheDarkSideOfPower extends Quest +{ + private static final int START_NPC = 34022; + + public Q10868_TheDarkSideOfPower() + { + super(10868); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.java new file mode 100644 index 0000000000..59751bd0d3 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10870_UnfinishedDevice.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10870_UnfinishedDevice extends Quest +{ + private static final int START_NPC = 34021; + + public Q10870_UnfinishedDevice() + { + super(10870); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +} diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.java new file mode 100644 index 0000000000..6d7d109ce1 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/not_done/Q10871_DeathToThePirateKing.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 com.l2jmobius.Config; +import com.l2jmobius.gameserver.model.quest.Quest; + +/** + * @author Mobius + */ +public class Q10871_DeathToThePirateKing extends Quest +{ + private static final int START_NPC = 34017; + + public Q10871_DeathToThePirateKing() + { + super(10871); + addStartNpc(START_NPC); + addTalkId(START_NPC); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + } +}