From 1ea7ad3e2b2bd7a5a34293086f8ed69aba8b1366 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 30 Mar 2018 02:48:14 +0000 Subject: [PATCH] Untested: Some Grand Crusade quests to Helios. --- .../data/scripts/quests/MissingQuests.txt | 8 - .../31279-01.htm | 4 + .../31279-02.htm | 5 + .../31279-03.htm | 5 + .../31279-04.html | 3 + .../33853-01.html | 4 + .../33853-02.htm | 6 + ...ueenNavarisLetterVarkaSilenosBarracks.java | 136 ++++++++++ .../popup.html | 7 + .../33853-00.html | 3 + .../33853-00a.html | 4 + .../33853-01.htm | 5 + .../33853-02.htm | 5 + .../33853-03.htm | 5 + .../33853-04.htm | 4 + .../33853-05.html | 3 + .../33853-06.html | 4 + .../33853-07.html | 3 + .../Q10522_TheDarkSecretOfVarkaSilenos.java | 228 +++++++++++++++++ .../33853-00.html | 4 + .../33853-00a.htm | 4 + .../33853-01.htm | 5 + .../33853-02.htm | 5 + .../33853-03.htm | 5 + .../33853-04.htm | 4 + .../33853-05.html | 5 + .../33853-06.html | 5 + .../33853-07.html | 3 + ...sassinationOfTheVarkaSilenosCommander.java | 144 +++++++++++ .../33853-00.html | 4 + .../33853-00a.htm | 4 + .../33853-01.htm | 4 + .../33853-02.htm | 5 + .../33853-03.htm | 5 + .../33853-04.htm | 4 + .../33853-05.html | 4 + .../33853-06.html | 5 + .../33853-07.html | 4 + ...nationOfTheVarkaSilenosCommanderChief.java | 150 +++++++++++ .../31279-01.htm | 4 + .../31279-02.htm | 5 + .../31279-03.htm | 5 + .../31279-04.html | 3 + .../33852-01.html | 4 + .../33852-02.htm | 6 + ...525_QueenNavarisLetterKetraOrcOutpost.java | 135 ++++++++++ .../popup.html | 7 + .../33852-00.htm | 4 + .../33852-00a.html | 4 + .../33852-01.htm | 5 + .../33852-02.htm | 5 + .../33852-03.htm | 4 + .../33852-04.htm | 5 + .../33852-05.html | 5 + .../33852-06.html | 4 + .../33852-07.html | 3 + .../Q10526_TheDarkSecretOfTheKetraOrcs.java | 238 ++++++++++++++++++ .../33852-00.html | 4 + .../33852-00a.htm | 4 + .../33852-01.htm | 5 + .../33852-02.htm | 5 + .../33852-03.htm | 4 + .../33852-04.htm | 4 + .../33852-05.html | 4 + .../33852-06.html | 4 + .../33852-07.html | 4 + ...heAssassinationOfTheKetraOrcCommander.java | 145 +++++++++++ .../33852-00.html | 4 + .../33852-00a.htm | 4 + .../33852-01.htm | 5 + .../33852-02.htm | 6 + .../33852-03.htm | 5 + .../33852-04.htm | 4 + .../33852-05.html | 4 + .../33852-06.html | 5 + .../33852-07.html | 5 + ...28_TheAssassinationOfTheKetraOrcChief.java | 151 +++++++++++ .../scripts/quests/QuestMasterHandler.java | 16 ++ 78 files changed, 1645 insertions(+), 8 deletions(-) create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-04.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-01.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/Q10521_QueenNavarisLetterVarkaSilenosBarracks.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/popup.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00a.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-04.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-05.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-06.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-07.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/Q10522_TheDarkSecretOfVarkaSilenos.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00a.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-04.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-05.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-06.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-07.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/Q10523_TheAssassinationOfTheVarkaSilenosCommander.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00a.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-04.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-05.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-06.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-07.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-04.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-01.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/Q10525_QueenNavarisLetterKetraOrcOutpost.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/popup.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00a.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-04.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-05.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-06.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-07.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/Q10526_TheDarkSecretOfTheKetraOrcs.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00a.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-04.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-05.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-06.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-07.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/Q10527_TheAssassinationOfTheKetraOrcCommander.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00a.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-01.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-02.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-03.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-04.htm create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-05.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-06.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-07.html create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/Q10528_TheAssassinationOfTheKetraOrcChief.java diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/MissingQuests.txt b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/MissingQuests.txt index ede22d10fc..1643d36828 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/MissingQuests.txt +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/MissingQuests.txt @@ -76,14 +76,6 @@ 10456 Operation: Rescue 10457 Kefensis' Illusion 10506 Diana's Request -10521 Queen Navari's Letter: Varka Silenos Barracks Achieve Level 76 -10522 The Dark Secret of Varka Silenos Reveal the dark secret -10523 The Assassination of the Varka Silenos Commander Defeat Varka's Commander Mos -10524 The Assassination of the Varka Silenos Commander Chief Defeat Varka's Chief Horus -10525 Queen Navari's Letter, Ketra Orc Outpost Achieve Level 76 -10526 The Dark Secret of the Ketra Orcs Reveal the dark secret -10527 The Assassination of the Ketra Orc Commander Defeat Ketra's Commander Tayr -10528 The Assassination of the Ketra Orc Chief Defeat Ketra's Chief Brakki 10530 Kekropus' Letter, The Dragon's Transition Achieve Level 81 10531 Odd Happenings at Dragon Valley Strange Things Afoot in the Valley 10532 Uncovering the Conspiracy Eliminate the Undead and Dragons diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-01.htm new file mode 100644 index 0000000000..ded3de71a3 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-01.htm @@ -0,0 +1,4 @@ +High Priest Gregory:
+Haha. Queen Navari has already contacted me, and I have waiting for you. Have you heard what is happening?
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-02.htm new file mode 100644 index 0000000000..0f073cf3de --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-02.htm @@ -0,0 +1,5 @@ +High Priest Gregory:
+Hahaha. That's what I thought
+The Ertheia are quite impatient, and tend to rush over without asking too many questions when they're asked for help.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-03.htm new file mode 100644 index 0000000000..64deba5979 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-03.htm @@ -0,0 +1,5 @@ +High Priest Gregory:
+I thought that the Ertheia had nothing to do with this, but the Varka Silenos seem to be up to no good nowadays we have our eyes on them.
+We have been suspecting collision between the Embryo and the Varka Silenos for a long time now. Since the Ertheia also have something to do with the Embryo, you have been called on to provide help.
+For details, find the Giant's Minion Hansen in the Varka Silenos Barracks. + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-04.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-04.html new file mode 100644 index 0000000000..820899edd4 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/31279-04.html @@ -0,0 +1,3 @@ +High Priest Gregory:
+In the Town of Goddard has told you to go to the Giant's Minion Hansen in the Varka Silenos Barracks.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-01.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-01.html new file mode 100644 index 0000000000..40ef634ffa --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-01.html @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+You are...Ertheya.What brings you here?
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-02.htm new file mode 100644 index 0000000000..ec1ab6e9fd --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/33853-02.htm @@ -0,0 +1,6 @@ +Giant's Minion Hansen:
+I was worried that I hadn't received a reply to my request for backup. I was starting to think that it was difficult for the Ertheia to make it all the way out here.
+I wonder if you have heard about the ancient monster Sakum. We have gained intelligence that the ancient monster, who should have vanished years ago, was actually cloned by the Embryo and is currently in the Varka Silenos Barracks.
+It appears that the Embryo have colluded with the Varka Silenos. That means that we need to stop it right away. There is a lot work for us to do. Please come to me when you are done preparing.
+(You can obtain the next Queen Navari's Letter at Lv. 81.)
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/Q10521_QueenNavarisLetterVarkaSilenosBarracks.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/Q10521_QueenNavarisLetterVarkaSilenosBarracks.java new file mode 100644 index 0000000000..d54d908a58 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/Q10521_QueenNavarisLetterVarkaSilenosBarracks.java @@ -0,0 +1,136 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q10521_QueenNavarisLetterVarkaSilenosBarracks; + +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.model.Location; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.base.ClassId; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.network.NpcStringId; +import com.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage; + +import quests.LetterQuest; + +/** + * Queen Navari's Letter: Varka Silenos Barracks (10521) + * @URL https://l2wiki.com/Queen_Navari%27s_Letter:_Varka_Silenos_Barracks + * @author Gigi + * @date 2017-11-14 - [22:13:27] + */ +public class Q10521_QueenNavarisLetterVarkaSilenosBarracks extends LetterQuest +{ + // NPCs + private static final int GREGORY = 31279; + private static final int HANSEN = 33853; + // Items + private static final int VARKA_SILENOS_BARRAKS = 46730; + private static final int SOE_TOWN_OF_GODDARD = 46731; + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + // Teleport + private static final Location TELEPORT_LOC = new Location(147711, -52920, -2728); + + public Q10521_QueenNavarisLetterVarkaSilenosBarracks() + { + super(10521); + addTalkId(GREGORY, HANSEN); + setIsErtheiaQuest(true); + setLevel(MIN_LEVEL, MAX_LEVEL); + setStartLocation(SOE_TOWN_OF_GODDARD, TELEPORT_LOC); + setStartQuestSound("Npcdialog1.serenia_quest_13"); + registerQuestItems(SOE_TOWN_OF_GODDARD, VARKA_SILENOS_BARRAKS); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + + String htmltext = null; + switch (event) + { + case "31279-02.htm": + { + htmltext = event; + break; + } + case "31279-03.htm": + { + if (qs.isCond(2)) + { + qs.setCond(3, true); + giveItems(player, VARKA_SILENOS_BARRAKS, 1); + htmltext = event; + } + break; + } + case "33853-02.htm": + { + if (qs.isCond(3)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 1277640, 306); + giveStoryQuestReward(player, 10); + showOnScreenMsg(player, NpcStringId.YOU_HAVE_FINISHED_ALL_OF_QUEEN_NAVARI_S_LETTERS_GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_LETTERS_FROM_A_MINSTREL_AT_LV_85, ExShowScreenMessage.TOP_CENTER, 8000); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, true); + String htmltext = getNoQuestMsg(player); + + if (qs.isStarted()) + { + if (npc.getId() == GREGORY) + { + htmltext = (qs.isCond(2)) ? "31279-01.htm" : "31279-04.html"; + } + else if (qs.isCond(3)) + { + htmltext = "33853-01.html"; + } + } + return htmltext; + } + + @Override + public boolean canShowTutorialMark(L2PcInstance player) + { + return player.getClassId() == ClassId.RIPPER; + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/popup.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/popup.html new file mode 100644 index 0000000000..8e6096ec8f --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10521_QueenNavarisLetterVarkaSilenosBarracks/popup.html @@ -0,0 +1,7 @@ +The Queen's Letter:
+I got an emergency request from the Town of Goddard. Near the Town of Goddard at Varka Sillenos Barracks.
+It's different from the one we came in, but it's worth looking into. Go see High Priest Gregory.
+(A Scroll of Escape is enclosed. If you want to go now, use it to travel immediately.)
+ + + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00.html new file mode 100644 index 0000000000..f35fab5e21 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00.html @@ -0,0 +1,3 @@ + +Your character's level exceeds the level limit for this quest. + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00a.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00a.html new file mode 100644 index 0000000000..68cb6683bf --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-00a.html @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+I am sorry, but I can't trust you.
+(This quest is for Ertheia with Lv. 76 or above.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-01.htm new file mode 100644 index 0000000000..f79e8fe7d1 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-01.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+We lost touch with Spirit Realm a long time ago, and there are many of us who do not know about the Ertheia. However, I am a Kamael who knows of the stories of old times. I have not forgotten the reputation and powerful impression of the Ertheia.
+The Ertheia will be able to resolve the problems that with the Ertheia and the ancient monster Sakum.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-02.htm new file mode 100644 index 0000000000..a6c29bbe1e --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-02.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+I trust that you already know about the Embryo. We have received information that the Embryo, who are behind all of these problems, have joined hands with the Varka Silenos.
+We have also discovered that they have handed over Kampf as a token of cooperation. For now, in order to verify this intelligence, we will need to hide among the Varka Silenos and help the dark Embryo sympathizers who are helping them.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-03.htm new file mode 100644 index 0000000000..fd93eeeb76 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-03.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+If I am right, the helpers Embryo Sends will appear when Varka Silenos soldiers are in danger.
+When the Embryo sympathizers appear, defeat them.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-04.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-04.htm new file mode 100644 index 0000000000..e5cb092cc9 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-04.htm @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+Slay the Varka Silenoses here in the Varka Silenos Barracks and lure out the Embryo sympathizers.
+The Embryo sympathizers, I expect, will be Varka Backup Shooters or Varka Backup Wizards When the appear, take out 100 of each, and then return to me.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-05.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-05.html new file mode 100644 index 0000000000..31dd55df90 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-05.html @@ -0,0 +1,3 @@ +Giant's Minion Hansen:
+Who is under cover in the Varka Silenos Barracks has asked you to find and defeat the Embryo Support Troops hiding in the Varka Silenos Barracks. He says that once the monsters at the Varka Silenos Barracks have been defeated, the Varka Backup Shooters and Varka Backup Wizards will appear.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-06.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-06.html new file mode 100644 index 0000000000..bfa906524d --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-06.html @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+Good work. They must be very confused. Now that the situation has fallen into chaos, they will bring out Kampf. They've been saving him as their last defense against us.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-07.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-07.html new file mode 100644 index 0000000000..9626a240d6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/33853-07.html @@ -0,0 +1,3 @@ +Giant's Minion Hansen:
+For now, let's wait a bit and watch their movements. We will soon be able to figure out Kampf's whereabouts. Until then, get some rest.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/Q10522_TheDarkSecretOfVarkaSilenos.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/Q10522_TheDarkSecretOfVarkaSilenos.java new file mode 100644 index 0000000000..b50103f27d --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10522_TheDarkSecretOfVarkaSilenos/Q10522_TheDarkSecretOfVarkaSilenos.java @@ -0,0 +1,228 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q10522_TheDarkSecretOfVarkaSilenos; + +import java.util.HashSet; +import java.util.Set; + +import com.l2jmobius.gameserver.enums.CategoryType; +import com.l2jmobius.gameserver.enums.ChatType; +import com.l2jmobius.gameserver.enums.QuestSound; +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.enums.Race; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.holders.NpcLogListHolder; +import com.l2jmobius.gameserver.model.quest.Quest; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.model.quest.State; +import com.l2jmobius.gameserver.network.NpcStringId; + +/** + * The Dark Secret of Varka Silenos (10522) + * @URL https://l2wiki.com/The_Dark_Secret_of_Varka_Silenos + * @author Gigi + * @date 2017-11-17 - [19:27:54] + */ +public class Q10522_TheDarkSecretOfVarkaSilenos extends Quest +{ + // NPCs + private static final int HANSEN = 33853; + // Monsters + private static final int VARKA_SILENOS_RECRUIT = 21350; + private static final int VARKA_SILENOS_FOOTMAN = 21351; + private static final int VARKA_SILENOS_SCOUT = 21353; + private static final int VARKA_SILENOS_HUNTER = 21354; + private static final int VARKA_SILENOS_COMANDER = 21369; + private static final int VARKAS_ELITE_ESCORT = 21370; + private static final int VARKA_SILENOS_WARRIOR = 21358; + + private static final int VARKA_SILENOS_SHAMAN = 21357; + private static final int VARKA_SILENOS_PRIEST = 21355; + + private static final int VARKA_BACKUP_SHOOTER = 27514; + private static final int VARKA_BACKUP_WIZARD = 27515; + + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + + public Q10522_TheDarkSecretOfVarkaSilenos() + { + super(10522); + addStartNpc(HANSEN); + addTalkId(HANSEN); + addKillId(VARKA_BACKUP_SHOOTER, VARKA_BACKUP_WIZARD, VARKA_SILENOS_RECRUIT, VARKA_SILENOS_FOOTMAN, VARKA_SILENOS_SCOUT, VARKA_SILENOS_HUNTER, VARKA_SILENOS_SHAMAN, VARKA_SILENOS_COMANDER, VARKAS_ELITE_ESCORT, VARKA_SILENOS_WARRIOR, VARKA_SILENOS_PRIEST); + addCondRace(Race.ERTHEIA, "33853-00a.html"); + addCondStart(p -> p.isInCategory(CategoryType.FIGHTER_GROUP), "33853-00a.html"); + addCondLevel(MIN_LEVEL, MAX_LEVEL, "33853-00.html"); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + String htmltext = null; + switch (event) + { + case "33853-02.htm": + case "33853-03.htm": + { + htmltext = event; + break; + } + case "33853-04.htm": + { + qs.startQuest(); + htmltext = event; + break; + } + case "33853-07.html": + { + if (qs.isCond(2)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 492760460, 5519); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + String htmltext = getNoQuestMsg(player); + final QuestState qs = getQuestState(player, true); + switch (qs.getState()) + { + case State.CREATED: + { + htmltext = "33853-01.htm"; + break; + } + case State.STARTED: + { + if (qs.isCond(1)) + { + htmltext = "33853-05.html"; + } + else if (qs.isCond(2)) + { + htmltext = "33853-06.html"; + } + break; + } + case State.COMPLETED: + { + htmltext = getAlreadyCompletedMsg(player); + break; + } + } + return htmltext; + } + + @Override + public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon) + { + final QuestState qs = getQuestState(killer, true); + if ((qs != null) && qs.isCond(1)) + { + int killedShooter = qs.getInt("killed_" + VARKA_BACKUP_SHOOTER); + int killedWizard = qs.getInt("killed_" + VARKA_BACKUP_WIZARD); + + switch (npc.getId()) + { + case VARKA_SILENOS_RECRUIT: + case VARKA_SILENOS_FOOTMAN: + case VARKA_SILENOS_SCOUT: + case VARKA_SILENOS_HUNTER: + case VARKA_SILENOS_COMANDER: + case VARKAS_ELITE_ESCORT: + case VARKA_SILENOS_WARRIOR: + { + final L2Npc mob = addSpawn(VARKA_BACKUP_SHOOTER, npc, false, 60000); + mob.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.YOU_DARE_INTERFERE_WITH_EMBRYO_SURELY_YOU_WISH_FOR_DEATH); + addAttackPlayerDesire(mob, killer); + break; + } + + case VARKA_SILENOS_SHAMAN: + case VARKA_SILENOS_PRIEST: + { + final L2Npc mob = addSpawn(VARKA_BACKUP_WIZARD, npc, false, 60000); + mob.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.YOU_DARE_INTERFERE_WITH_EMBRYO_SURELY_YOU_WISH_FOR_DEATH); + addAttackPlayerDesire(mob, killer); + break; + } + + case VARKA_BACKUP_SHOOTER: + { + if (killedShooter < 100) + { + qs.set("killed_" + VARKA_BACKUP_SHOOTER, ++killedShooter); + playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET); + } + break; + } + case VARKA_BACKUP_WIZARD: + { + if (killedWizard < 100) + { + qs.set("killed_" + VARKA_BACKUP_WIZARD, ++killedWizard); + playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET); + } + break; + } + } + + if ((killedShooter >= 100) && (killedWizard >= 100)) + { + qs.setCond(2, true); + } + sendNpcLogList(killer); + } + return super.onKill(npc, killer, isSummon); + } + + @Override + public Set getNpcLogList(L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs.isCond(1)) + { + final Set holder = new HashSet<>(2); + holder.add(new NpcLogListHolder(VARKA_BACKUP_SHOOTER, false, qs.getInt("killed_" + VARKA_BACKUP_SHOOTER))); + holder.add(new NpcLogListHolder(VARKA_BACKUP_WIZARD, false, qs.getInt("killed_" + VARKA_BACKUP_WIZARD))); + return holder; + } + return super.getNpcLogList(player); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00.html new file mode 100644 index 0000000000..4a3f904d51 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00.html @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+I don't think it's time.
+(Only Ertheia characters with Lv. 76 or above who have completed the quest "The Dark Secret of the Varka Silenos".) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00a.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00a.htm new file mode 100644 index 0000000000..d0a1bae1b7 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-00a.htm @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+I don't think it's time.
+(This quest is for Ertheia Warriors with Lv. 76 or above.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-01.htm new file mode 100644 index 0000000000..a25017c22a --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-01.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+How are they keeping this so secret?.
+Kampf is nowhere to be found. We need to flush them out.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-02.htm new file mode 100644 index 0000000000..74c4af88fc --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-02.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+We intend to take out their commander.
+We have to assassinate their commander. When someone in such a high position is gone, they will have to bring out Kampf. When that happens, kill Kampf as well. Of course.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-03.htm new file mode 100644 index 0000000000..4d199a3c04 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-03.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+Of course, we don't expect it to be an easy task, to take out the Varka Silenos Commander.
+Also, Kampf still might not show up, if they're being careful. But it's the best plan we've got!
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-04.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-04.htm new file mode 100644 index 0000000000..ade373127d --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-04.htm @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+Find Varka's Silenos Commander Mos in the Varka Silenos Barracks, and defeat him.
+Even if Kampf does not show himself, do not be disappointed. Please return to me and report on the situation.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-05.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-05.html new file mode 100644 index 0000000000..f0af904d19 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-05.html @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+You haven't finished the mission yet. Let me explain again.
+Find Varka's Silenos Commander Mos in the Varka Silenos Barracks, and defeat him.
+Even if Kampf does not show himself, do not be disappointed. Please return to me and report on the situation.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-06.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-06.html new file mode 100644 index 0000000000..8fce01a13a --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-06.html @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+Hmm.. You have taken out Varka's Silenos Commander Mos, but Kampf did not show himself. Anyways, it's a good thing that you have taken out Varka's Silenos Commander Mos.
+With in now being out in the open that the Embryo and the Varka Silenos has conspired together, leaving one such as him alive cannot be good for us.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-07.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-07.html new file mode 100644 index 0000000000..57c69c1706 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/33853-07.html @@ -0,0 +1,3 @@ +Giant's Minion Hansen:
+Anyways you've worked hard for the mission. Here you should take some rest. I'll try to come up with a way to find Kampf.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/Q10523_TheAssassinationOfTheVarkaSilenosCommander.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/Q10523_TheAssassinationOfTheVarkaSilenosCommander.java new file mode 100644 index 0000000000..ef20191977 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10523_TheAssassinationOfTheVarkaSilenosCommander/Q10523_TheAssassinationOfTheVarkaSilenosCommander.java @@ -0,0 +1,144 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q10523_TheAssassinationOfTheVarkaSilenosCommander; + +import com.l2jmobius.gameserver.enums.CategoryType; +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.enums.Race; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.quest.Quest; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.model.quest.State; + +import quests.Q10522_TheDarkSecretOfVarkaSilenos.Q10522_TheDarkSecretOfVarkaSilenos; + +/** + * The Assassination of the Varka Silenos Commander Mos (10523) + * @author Gigi + * @date 2017-11-18 - [12:27:08] + */ +public class Q10523_TheAssassinationOfTheVarkaSilenosCommander extends Quest +{ + // NPCs + private static final int HANSEN = 33853; + // Monsters + private static final int VARKAS_COMMANDER_MOS = 27502; + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + + public Q10523_TheAssassinationOfTheVarkaSilenosCommander() + { + super(10523); + addStartNpc(HANSEN); + addTalkId(HANSEN); + addKillId(VARKAS_COMMANDER_MOS); + addCondRace(Race.ERTHEIA, "33853-00.html"); + addCondStart(p -> p.isInCategory(CategoryType.FIGHTER_GROUP), "33853-00a.htm"); + addCondLevel(MIN_LEVEL, MAX_LEVEL, "33853-00.html"); + addCondCompletedQuest(Q10522_TheDarkSecretOfVarkaSilenos.class.getSimpleName(), "33853-00.html"); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + String htmltext = null; + switch (event) + { + case "33853-02.htm": + case "33853-03.htm": + { + htmltext = event; + break; + } + case "33853-04.htm": + { + qs.startQuest(); + htmltext = event; + break; + } + case "33853-07.html": + { + if (qs.isCond(2)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 327446943, 1839); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + String htmltext = getNoQuestMsg(player); + final QuestState qs = getQuestState(player, true); + switch (qs.getState()) + { + case State.CREATED: + { + htmltext = "33853-01.htm"; + break; + } + case State.STARTED: + { + if (qs.isCond(1)) + { + htmltext = "33853-05.html"; + } + else if (qs.isCond(2)) + { + htmltext = "33853-06.html"; + } + break; + } + case State.COMPLETED: + { + htmltext = getAlreadyCompletedMsg(player); + break; + } + } + return htmltext; + } + + @Override + public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon) + { + final QuestState qs = getQuestState(killer, true); + if ((qs != null) && qs.isCond(1)) + { + qs.setCond(2, true); + } + return super.onKill(npc, killer, isSummon); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00.html new file mode 100644 index 0000000000..0a8cd4a3e6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00.html @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+I don't think it's time.
+(Only Ertheia characters with Lv. 76 or above who have completed the quest "The Assassination of the Varka Silenos Commander".) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00a.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00a.htm new file mode 100644 index 0000000000..9201565c4f --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-00a.htm @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+I don't think it's time.
+(This quest may only be undertaken by an Ertheia Warrior class character with level 76 or above who has completed the quest "Assassination of the Varka Silenos Commander".) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-01.htm new file mode 100644 index 0000000000..39e66605ea --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-01.htm @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+The situation is not favorable to us. Since you assassinated their commander, security's been tight around here. But we won't give up!
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-02.htm new file mode 100644 index 0000000000..8b40f370ad --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-02.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+It's a dangerous, but there is a way, nonetheless.
+We have to assassinate their chief. If they lose their chief on top of their commander, they will fail into chaos. So, I bet Kampf will show up this time.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-03.htm new file mode 100644 index 0000000000..dcdc114e20 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-03.htm @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+Of course, talking out the Varka Silenos chief won't be an easy thing do to. If the chief is taken out, Kampf is sure to reveal himself, +making this whole thing even more dangerous. But I have a good feeling about you. Will you take the mission?
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-04.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-04.htm new file mode 100644 index 0000000000..1767294cb1 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-04.htm @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+Be careful
+Find Varka's Silenos Chief Horus in the Varka Silenos Barracks, and defeat him. It won't be easy, but you'll be able to do it. When you're done, return to me, and report the situation.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-05.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-05.html new file mode 100644 index 0000000000..15138cd463 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-05.html @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+You haven't finished the mission yet.
+Find Varka's Silenos Chief Horus in the Varka Silenos Barracks, and defeat him. It won't be easy, but you'll be able to do it. When you're done, return to me, and report the situation.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-06.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-06.html new file mode 100644 index 0000000000..3138f894d3 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-06.html @@ -0,0 +1,5 @@ +Giant's Minion Hansen:
+Hahahaha! I knew it! When you killed Varka's Chief Horus, of course Kampf showed up. See, what did I tell you? Well done! I will report to my superiors right away.
+Well, I think that's it for both of us now. Time for some rest.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-07.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-07.html new file mode 100644 index 0000000000..b9085fd5b8 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/33853-07.html @@ -0,0 +1,4 @@ +Giant's Minion Hansen:
+Thank you for your hard work. Our greatest headache Kampf is gone, and we have even taken out the Varka Silenos Chief who had colluded with the Embryo!
+I'll be sure to let Kekropus know of your role in these dealings. You will always be honored among us, the Giant's Minions. Thank you.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief.java new file mode 100644 index 0000000000..eb3362559e --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief/Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief.java @@ -0,0 +1,150 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief; + +import com.l2jmobius.gameserver.enums.CategoryType; +import com.l2jmobius.gameserver.enums.ChatType; +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.enums.Race; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.quest.Quest; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.model.quest.State; +import com.l2jmobius.gameserver.network.NpcStringId; + +import quests.Q10523_TheAssassinationOfTheVarkaSilenosCommander.Q10523_TheAssassinationOfTheVarkaSilenosCommander; + +/** + * The Assassination of the Varka Silenos Commander Chief (10524) + * @author Gigi + * @date 2017-11-18 - [14:37:41] + */ +public class Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief extends Quest +{ + // NPCs + private static final int HANSEN = 33853; + // Monsters + private static final int VARKAS_CHIEF_HORUS = 27503; + private static final int KAMPF = 27516; + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + + public Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief() + { + super(10524); + addStartNpc(HANSEN); + addTalkId(HANSEN); + addKillId(VARKAS_CHIEF_HORUS); + addCondRace(Race.ERTHEIA, "33853-00.html"); + addCondStart(p -> p.isInCategory(CategoryType.FIGHTER_GROUP), "33853-00a.htm"); + addCondLevel(MIN_LEVEL, MAX_LEVEL, "33853-00.html"); + addCondCompletedQuest(Q10523_TheAssassinationOfTheVarkaSilenosCommander.class.getSimpleName(), "33853-00.html"); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + String htmltext = null; + switch (event) + { + case "33853-02.htm": + case "33853-03.htm": + { + htmltext = event; + break; + } + case "33853-04.htm": + { + qs.startQuest(); + htmltext = event; + break; + } + case "33853-07.html": + { + if (qs.isCond(2)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 351479151, 1839); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + String htmltext = getNoQuestMsg(player); + final QuestState qs = getQuestState(player, true); + switch (qs.getState()) + { + case State.CREATED: + { + htmltext = "33853-01.htm"; + break; + } + case State.STARTED: + { + if (qs.isCond(1)) + { + htmltext = "33853-05.html"; + } + else if (qs.isCond(2)) + { + htmltext = "33853-06.html"; + } + break; + } + case State.COMPLETED: + { + htmltext = getAlreadyCompletedMsg(player); + break; + } + } + return htmltext; + } + + @Override + public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon) + { + final QuestState qs = getQuestState(killer, true); + if ((qs != null) && qs.isCond(1)) + { + npc.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.COME_KAMPF_PROTECT_ME); + final L2Npc mob = addSpawn(KAMPF, npc, false, 120000); + addAttackPlayerDesire(mob, killer); + qs.setCond(2, true); + } + return super.onKill(npc, killer, isSummon); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-01.htm new file mode 100644 index 0000000000..7eae5b38af --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-01.htm @@ -0,0 +1,4 @@ +High Priest Gregory:
+Haha. Queen Navari has already contacted me, and I have waiting for you. Have you heard what is happening?
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-02.htm new file mode 100644 index 0000000000..70f5d24879 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-02.htm @@ -0,0 +1,5 @@ +High Priest Gregory:
+Hahaha. That's what I thought
+The Ertheia are quite impatient, and tend to rush over without asking too many questions when they're asked for help.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-03.htm new file mode 100644 index 0000000000..1cae17c304 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-03.htm @@ -0,0 +1,5 @@ +High Priest Gregory:
+I thought that the Ertheia had nothing to do with this, but the Ketra Orcs seem to be up to no good nowadays we have our eyes on them.
+We have been suspecting collision between the Embryo and the Ketra Orcs for a long time now. Since the Ertheia also have something to do with the Embryo, you have been called on to provide help.
+For details, find the Giant's Minion Lugonnes in the Ketra Orc Outpost. + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-04.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-04.html new file mode 100644 index 0000000000..1d3c008a6a --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/31279-04.html @@ -0,0 +1,3 @@ +High Priest Gregory:
+In the Town of Goddard has told you to go to the Giant's Minion Lugonnes in the Ketra Orc Outpost.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-01.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-01.html new file mode 100644 index 0000000000..81c26d4af9 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-01.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+You are... Ertheia. What brings you here?
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-02.htm new file mode 100644 index 0000000000..a992775a15 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/33852-02.htm @@ -0,0 +1,6 @@ +Giant's Minion Lugonnes:
+I was worried that I hadn't received a reply to my request for backup. I was starting to think that it was difficult for the Ertheia to make it all the way out here.
+I wonder if you have heard about the ancient monster Sakum. We have gained intelligence that the ancient monster, who should have vanished years ago, was actually cloned by the Embryo and is currently in the Ketra Orc Outpost.
+It appears that the Embryo have colluded with the Ketra Orcs. That means that we need to stop it right away. There is a lot work for us to do. Please come to me when you are done preparing.
+(You can obtain the next Queen Navari's Letter at Lv. 81.)
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/Q10525_QueenNavarisLetterKetraOrcOutpost.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/Q10525_QueenNavarisLetterKetraOrcOutpost.java new file mode 100644 index 0000000000..bb69017443 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/Q10525_QueenNavarisLetterKetraOrcOutpost.java @@ -0,0 +1,135 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q10525_QueenNavarisLetterKetraOrcOutpost; + +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.model.Location; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.base.ClassId; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.network.NpcStringId; +import com.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage; + +import quests.LetterQuest; + +/** + * Queen Navari's Letter, Ketra Orc Outpost (10521) + * @URL https://l2wiki.com/Queen_Navari%27s_Letter,_Ketra_Orc_Outpost + * @author Mobius + */ +public class Q10525_QueenNavarisLetterKetraOrcOutpost extends LetterQuest +{ + // NPCs + private static final int GREGORY = 31279; + private static final int LUGONNES = 33852; + // Items + private static final int KETRA_ORC_OUTPOST = 46732; + private static final int SOE_TOWN_OF_GODDARD = 46731; + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + // Teleport + private static final Location TELEPORT_LOC = new Location(147711, -52920, -2728); + + public Q10525_QueenNavarisLetterKetraOrcOutpost() + { + super(10521); + addTalkId(GREGORY, LUGONNES); + setIsErtheiaQuest(true); + setLevel(MIN_LEVEL, MAX_LEVEL); + setStartLocation(SOE_TOWN_OF_GODDARD, TELEPORT_LOC); + setStartQuestSound("Npcdialog1.serenia_quest_13"); + registerQuestItems(SOE_TOWN_OF_GODDARD, KETRA_ORC_OUTPOST); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + + String htmltext = null; + switch (event) + { + case "31279-02.htm": + { + htmltext = event; + break; + } + case "31279-03.htm": + { + if (qs.isCond(2)) + { + qs.setCond(3, true); + giveItems(player, KETRA_ORC_OUTPOST, 1); + htmltext = event; + } + break; + } + case "33852-02.htm": + { + if (qs.isCond(3)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 1277640, 306); + giveStoryQuestReward(player, 10); + showOnScreenMsg(player, NpcStringId.YOU_HAVE_FINISHED_ALL_OF_QUEEN_NAVARI_S_LETTERS_GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_LETTERS_FROM_A_MINSTREL_AT_LV_85, ExShowScreenMessage.TOP_CENTER, 8000); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, true); + String htmltext = getNoQuestMsg(player); + + if (qs.isStarted()) + { + if (npc.getId() == GREGORY) + { + htmltext = (qs.isCond(2)) ? "31279-01.htm" : "31279-04.html"; + } + else if (qs.isCond(3)) + { + htmltext = "33852-01.html"; + } + } + return htmltext; + } + + @Override + public boolean canShowTutorialMark(L2PcInstance player) + { + return player.getClassId() == ClassId.STRATOMANCER; + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/popup.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/popup.html new file mode 100644 index 0000000000..7e77b66e8c --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10525_QueenNavarisLetterKetraOrcOutpost/popup.html @@ -0,0 +1,7 @@ +The Queen's Letter:
+I got an emergency request from the Town of Goddard. Near the Town of Goddard at Ketra Orc Outpost.
+It's different from the one we came in, but it's worth looking into. Go see High Priest Gregory.
+(A Scroll of Escape is enclosed. If you want to go now, use it to travel immediately.)
+ + + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00.htm new file mode 100644 index 0000000000..d8740ffda2 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00.htm @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+I admire your valor, but we require someone more adept.
+(This quest may only be undertaken by a Ertheia Wizard class character with Lv. 76 or above.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00a.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00a.html new file mode 100644 index 0000000000..4f54129377 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-00a.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+I admire your valor, but we require someone more adept.
+(The quest is only for Ertheia characters.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-01.htm new file mode 100644 index 0000000000..ed577ad0d2 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-01.htm @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+The Kamael and Ertheia have not traditionally been close, but I know very well of the skills of the Ertheia.
+The Ertheia are sure to bring down Belos, the clone of Sakum created by the Embryo. However, before Belos is brought down, something must e done.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-02.htm new file mode 100644 index 0000000000..cf09b7f580 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-02.htm @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+First, find the Embryo, sympathizers among the Ketra Orcs, and teach them a lesson.
+This will make the work to follow much easier.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-03.htm new file mode 100644 index 0000000000..bf25f07c1f --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-03.htm @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+If I am right, the Embryo Sympathizers will appear when the Ketra Orcs soldiers are in danger. Wait for this to happen taking out the Embryo Sympathizers.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-04.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-04.htm new file mode 100644 index 0000000000..19f248edce --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-04.htm @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+I will explain again.
+If you kill some Ketra Orcs here in the Ketra Orc Outpost, Ketra Backup Shooters and Ketra Backup Wizards will appear.
+Kill 100 of each and come back to me. + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-05.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-05.html new file mode 100644 index 0000000000..7d11440eda --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-05.html @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+You're not yet done with the mission. I will explain again.
+If you kill some Ketra Orcs here in the Ketra Orc Outpost, Ketra Backup Shooters and Ketra Backup Wizards will appear.
+Kill 100 of each and come back to me. + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-06.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-06.html new file mode 100644 index 0000000000..6ebce375c3 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-06.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+You've certainly proved your worth! That was a devastating blow you struck. Now that the situation is desperate, they will bring out Belos. They've been saving it as a last resort.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-07.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-07.html new file mode 100644 index 0000000000..9f996024b5 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10526_TheDarkSecretOfTheKetraOrcs/33852-07.html @@ -0,0 +1,3 @@ +Giant's Minion Lugonnes:
+For now, we should wait, watching their activity. We will soon be able to locate Belos whereabouts. Get some rest.
+. + */ +package quests.Q10526_TheDarkSecretOfTheKetraOrcs; + +import java.util.HashSet; +import java.util.Set; + +import com.l2jmobius.gameserver.enums.CategoryType; +import com.l2jmobius.gameserver.enums.ChatType; +import com.l2jmobius.gameserver.enums.QuestSound; +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.enums.Race; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.holders.NpcLogListHolder; +import com.l2jmobius.gameserver.model.quest.Quest; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.model.quest.State; +import com.l2jmobius.gameserver.network.NpcStringId; + +/** + * The Dark Secret of the Ketra Orcs (10526) + * @URL https://l2wiki.com/The_Dark_Secret_of_the_Ketra_Orcs + * @author Gigi + * @date 2017-11-20 - [20:03:04] + */ +public class Q10526_TheDarkSecretOfTheKetraOrcs extends Quest +{ + // NPCs + private static final int LUGONNES = 33852; + // Monsters + private static final int KETRA_ORC_ELITE_SOLDIER = 21335; + private static final int KETRA_ORC_CENTURION = 21336; + private static final int KETRA_ORC_LIEUTENANT = 21332; + private static final int KETRA_ORC_RAIDER = 21327; + private static final int KETRA_ORC_WARRIOR = 21331; + private static final int KETRA_ORC_SCOUT = 21328; + private static final int KETRA_ORC_OFFICER = 21339; + private static final int KETRA_ORC_BATTALION_COMMANDER = 21340; + private static final int KETRA_ORC_HEAD_ROYAL_GUARD = 21346; + + private static final int KETRAS_PROPHET = 21347; + private static final int KETRA_ORC_GRAND_PRIEST = 21342; + private static final int KETRAS_HEAD_SHAMAN = 21345; + private static final int KETRA_ORC_SHAMAN = 21329; + private static final int KETRA_ORC_MEDIUM = 21334; + + private static final int KETRA_BACKUP_SHOOTER = 27511; + private static final int KETRA_BACKUP_WIZARD = 27512; + + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + + public Q10526_TheDarkSecretOfTheKetraOrcs() + { + super(10526); + addStartNpc(LUGONNES); + addTalkId(LUGONNES); + addKillId(KETRA_ORC_HEAD_ROYAL_GUARD, KETRA_ORC_WARRIOR, KETRA_ORC_MEDIUM, KETRA_BACKUP_SHOOTER, KETRA_ORC_SHAMAN, KETRAS_HEAD_SHAMAN, KETRA_BACKUP_WIZARD, KETRA_ORC_ELITE_SOLDIER, KETRA_ORC_CENTURION, KETRA_ORC_LIEUTENANT, KETRA_ORC_RAIDER, KETRAS_PROPHET, KETRA_ORC_SCOUT, KETRA_ORC_OFFICER, KETRA_ORC_BATTALION_COMMANDER, KETRA_ORC_GRAND_PRIEST); + addCondRace(Race.ERTHEIA, "33852-00a.html"); + addCondStart(p -> p.isInCategory(CategoryType.MAGE_GROUP), "33852-00.htm"); + addCondLevel(MIN_LEVEL, MAX_LEVEL, "33852-00.htm"); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + String htmltext = null; + switch (event) + { + case "33852-02.htm": + case "33852-03.htm": + { + htmltext = event; + break; + } + case "33852-04.htm": + { + qs.startQuest(); + htmltext = event; + break; + } + case "33852-07.html": + { + if (qs.isCond(2)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 492760460, 5519); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + String htmltext = getNoQuestMsg(player); + final QuestState qs = getQuestState(player, true); + switch (qs.getState()) + { + case State.CREATED: + { + htmltext = "33852-01.htm"; + break; + } + case State.STARTED: + { + if (qs.isCond(1)) + { + htmltext = "33852-05.html"; + } + else if (qs.isCond(2)) + { + htmltext = "33852-06.html"; + } + break; + } + case State.COMPLETED: + { + htmltext = getAlreadyCompletedMsg(player); + break; + } + } + return htmltext; + } + + @Override + public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon) + { + final QuestState qs = getQuestState(killer, true); + if ((qs != null) && qs.isCond(1)) + { + int killedShooter = qs.getInt("killed_" + KETRA_BACKUP_SHOOTER); + int killedWizard = qs.getInt("killed_" + KETRA_BACKUP_WIZARD); + + switch (npc.getId()) + { + case KETRA_ORC_ELITE_SOLDIER: + case KETRA_ORC_CENTURION: + case KETRA_ORC_LIEUTENANT: + case KETRA_ORC_RAIDER: + case KETRA_ORC_SCOUT: + case KETRA_ORC_OFFICER: + case KETRA_ORC_BATTALION_COMMANDER: + case KETRA_ORC_HEAD_ROYAL_GUARD: + case KETRA_ORC_WARRIOR: + { + final L2Npc mob = addSpawn(KETRA_BACKUP_SHOOTER, npc, false, 60000); + mob.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.YOU_DARE_INTERFERE_WITH_EMBRYO_SURELY_YOU_WISH_FOR_DEATH); + addAttackPlayerDesire(mob, killer); + break; + } + + case KETRAS_PROPHET: + case KETRA_ORC_GRAND_PRIEST: + case KETRA_ORC_SHAMAN: + case KETRAS_HEAD_SHAMAN: + case KETRA_ORC_MEDIUM: + { + final L2Npc mob = addSpawn(KETRA_BACKUP_WIZARD, npc, false, 60000); + mob.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.YOU_DARE_INTERFERE_WITH_EMBRYO_SURELY_YOU_WISH_FOR_DEATH); + addAttackPlayerDesire(mob, killer); + break; + } + + case KETRA_BACKUP_SHOOTER: + { + if (killedShooter < 100) + { + qs.set("killed_" + KETRA_BACKUP_SHOOTER, ++killedShooter); + playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET); + } + break; + } + case KETRA_BACKUP_WIZARD: + { + if (killedWizard < 100) + { + qs.set("killed_" + KETRA_BACKUP_WIZARD, ++killedWizard); + playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET); + } + break; + } + } + + if ((killedShooter >= 100) && (killedWizard >= 100)) + { + qs.setCond(2, true); + } + sendNpcLogList(killer); + } + return super.onKill(npc, killer, isSummon); + } + + @Override + public Set getNpcLogList(L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs.isCond(1)) + { + final Set holder = new HashSet<>(2); + holder.add(new NpcLogListHolder(KETRA_BACKUP_SHOOTER, false, qs.getInt("killed_" + KETRA_BACKUP_SHOOTER))); + holder.add(new NpcLogListHolder(KETRA_BACKUP_WIZARD, false, qs.getInt("killed_" + KETRA_BACKUP_WIZARD))); + return holder; + } + return super.getNpcLogList(player); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00.html new file mode 100644 index 0000000000..4f54129377 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+I admire your valor, but we require someone more adept.
+(The quest is only for Ertheia characters.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00a.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00a.htm new file mode 100644 index 0000000000..92f360d3d1 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-00a.htm @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+I admire your valor, but we require someone more adept.
+(This quest may only be undertaken by an Ertheia Wizard character with Lv. 76 or above who has completed the quest "The Dark Secret of the Ketra Orcs".) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-01.htm new file mode 100644 index 0000000000..29833ef546 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-01.htm @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+Hmm... it appears that they are bring extremely cautious.
+Belos is nowhere to be found. We need to flush them out.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-02.htm new file mode 100644 index 0000000000..cc005a3c48 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-02.htm @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+We will go after their commander. There's no way they will keepBelos hidden even when their commander is in danger.
+After creating a situation where they have no choice but to reveal Belos, we will slay Belos together once he shows himself.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-03.htm new file mode 100644 index 0000000000..3df4687275 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-03.htm @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+Of course, taking out theKetra Orc Commander will not be easy. Also, there is a chance that Belos will not show himself. However, it is still worth a shot. Even if we only manage to slay their commander, we have nothing to lose from that.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-04.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-04.htm new file mode 100644 index 0000000000..3f08a75517 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-04.htm @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+I will repeat my Instructions.
+Find and kill Ketra's Commander Tayr here at the Ketra Orc Outpost and report to me.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-05.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-05.html new file mode 100644 index 0000000000..309ee05fb6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-05.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+Have you not found Ketra's Commander Tayr?
+Again, find and kill Ketra's Commander Tayr here at the Ketra Orc Outpost and report to me.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-06.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-06.html new file mode 100644 index 0000000000..9880349e61 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-06.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+Hmm... Even after Ketra's Commander Tayr was killed, Belos didn't show up. I will think on this. Anyway, it is good that you killed Ketra's Commander Tayr. Now that the alliance between Embryo and the Ketra Orcs is proven, it is not good for us to have him alive.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-07.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-07.html new file mode 100644 index 0000000000..4437fe6cb6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/33852-07.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+Anyways, good work. You may get some rest now. I will devise another plan to bring Belos out into the open.
+I will tell you when I come up with a good idea. + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/Q10527_TheAssassinationOfTheKetraOrcCommander.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/Q10527_TheAssassinationOfTheKetraOrcCommander.java new file mode 100644 index 0000000000..f508466faf --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10527_TheAssassinationOfTheKetraOrcCommander/Q10527_TheAssassinationOfTheKetraOrcCommander.java @@ -0,0 +1,145 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q10527_TheAssassinationOfTheKetraOrcCommander; + +import com.l2jmobius.gameserver.enums.CategoryType; +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.enums.Race; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.quest.Quest; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.model.quest.State; + +import quests.Q10526_TheDarkSecretOfTheKetraOrcs.Q10526_TheDarkSecretOfTheKetraOrcs; + +/** + * The Assassination of the Ketra Orc Commander (10527) + * @URL https://l2wiki.com/The_Assassination_of_the_Ketra_Orc_Commander#Ertheia + * @author Gigi + * @date 2017-11-22 - [15:54:21] + */ +public class Q10527_TheAssassinationOfTheKetraOrcCommander extends Quest +{ + // NPCs + private static final int LUGONNES = 33852; + // Monsters + private static final int KETRAS_COMMANDER_TAYR = 27500; // Ketra's Commander Tayr + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + + public Q10527_TheAssassinationOfTheKetraOrcCommander() + { + super(10527); + addStartNpc(LUGONNES); + addTalkId(LUGONNES); + addKillId(KETRAS_COMMANDER_TAYR); + addCondRace(Race.ERTHEIA, "33852-00.html"); + addCondStart(p -> p.isInCategory(CategoryType.MAGE_GROUP), "33852-00a.htm"); + addCondLevel(MIN_LEVEL, MAX_LEVEL, "33852-00a.html"); + addCondCompletedQuest(Q10526_TheDarkSecretOfTheKetraOrcs.class.getSimpleName(), "33852-00a.html"); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + String htmltext = null; + switch (event) + { + case "33852-02.htm": + case "33852-03.htm": + { + htmltext = event; + break; + } + case "33852-04.htm": + { + qs.startQuest(); + htmltext = event; + break; + } + case "33852-07.html": + { + if (qs.isCond(2)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 327446943, 1839); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + String htmltext = getNoQuestMsg(player); + final QuestState qs = getQuestState(player, true); + switch (qs.getState()) + { + case State.CREATED: + { + htmltext = "33852-01.htm"; + break; + } + case State.STARTED: + { + if (qs.isCond(1)) + { + htmltext = "33852-05.html"; + } + else if (qs.isCond(2)) + { + htmltext = "33852-06.html"; + } + break; + } + case State.COMPLETED: + { + htmltext = getAlreadyCompletedMsg(player); + break; + } + } + return htmltext; + } + + @Override + public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon) + { + final QuestState qs = getQuestState(killer, true); + if ((qs != null) && qs.isCond(1)) + { + qs.setCond(2, true); + } + return super.onKill(npc, killer, isSummon); + } +} diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00.html new file mode 100644 index 0000000000..4f54129377 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+I admire your valor, but we require someone more adept.
+(The quest is only for Ertheia characters.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00a.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00a.htm new file mode 100644 index 0000000000..10c5477f53 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-00a.htm @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+I admire your valor, but we require someone more adept.
+(This quest may only be undertaken by an Ertheia Wizard character with Lv. 76 or above who has completed the quest "Assassination of the Ketra Orc Commander".) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-01.htm new file mode 100644 index 0000000000..f9d0f6cf7f --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-01.htm @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+The situation is not good. Since we took out their commander, their security has been tight. Though this was expected, it's hardly welcome.
+Of course, giving up now is not an option. We should simply do what we need to do.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-02.htm new file mode 100644 index 0000000000..b821c6ff04 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-02.htm @@ -0,0 +1,6 @@ +Giant's Minion Lugonnes:
+The most dangerous thing that we can do may also be the most sure-fire way of bringing Belos out.
+We should find and slay their chief. Having already lost their Commander, if they also lose their chief to us, the Ketra Orcs will be plunged into confusion.
+At that point, no matter what agreement they entered into with the Embryo, they'll have no choice but to bring out Belos.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-03.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-03.htm new file mode 100644 index 0000000000..750ea744c6 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-03.htm @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+I knew you'd agree with me.
+Of course, slaying the Ketra Orcs' chief won't be an easy undertaking. However according to my observations until now, you're up to the task.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-04.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-04.htm new file mode 100644 index 0000000000..b9bbc0df02 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-04.htm @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+Let me repeat my instructions.
+Find and kill Ketra's Chief Brakki here at the Ketra Orc Outpost and report to me.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-05.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-05.html new file mode 100644 index 0000000000..a6db00dd25 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-05.html @@ -0,0 +1,4 @@ +Giant's Minion Lugonnes:
+Have you not slayed Ketra's Chief Brakki yet?
+I will give you the instructions again. Find and kill Ketra's Chief Brakki here at the Ketra Orc Outpost and report to me.
+ \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-06.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-06.html new file mode 100644 index 0000000000..aebcd8ac80 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-06.html @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+Finally! Killing Ketra's Chief Brakki was exactly what we needed to flush out Belos. We should have done that first!
+Well, I think that's it for both of us now. Time for some rest.
+ + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-07.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-07.html new file mode 100644 index 0000000000..610d5f42ee --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/33852-07.html @@ -0,0 +1,5 @@ +Giant's Minion Lugonnes:
+So you got rid of Belos, and killed the chief of Ketra Orcs. working with Embryo, huh? what progress!
+Of course, that doesn't mean we can let our guard down against Embryo. They'll be up to on good somewhere else before long!
+We will not forget the help the Ertheia have given us. Anyway, I'll let Kekropus know of your valor. He will be grateful as well. We the Giant's Minions will always remember you. + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/Q10528_TheAssassinationOfTheKetraOrcChief.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/Q10528_TheAssassinationOfTheKetraOrcChief.java new file mode 100644 index 0000000000..3cbeffc8d7 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10528_TheAssassinationOfTheKetraOrcChief/Q10528_TheAssassinationOfTheKetraOrcChief.java @@ -0,0 +1,151 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q10528_TheAssassinationOfTheKetraOrcChief; + +import com.l2jmobius.gameserver.enums.CategoryType; +import com.l2jmobius.gameserver.enums.ChatType; +import com.l2jmobius.gameserver.enums.QuestType; +import com.l2jmobius.gameserver.enums.Race; +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; +import com.l2jmobius.gameserver.model.quest.Quest; +import com.l2jmobius.gameserver.model.quest.QuestState; +import com.l2jmobius.gameserver.model.quest.State; +import com.l2jmobius.gameserver.network.NpcStringId; + +import quests.Q10527_TheAssassinationOfTheKetraOrcCommander.Q10527_TheAssassinationOfTheKetraOrcCommander; + +/** + * The Assassination of the Ketra Orc Chief (10528) + * @URL https://l2wiki.com/The_Assassination_of_the_Ketra_Orc_Chief#Ertheia + * @author Gigi + * @date 2017-11-22 - [21:34:59] + */ +public class Q10528_TheAssassinationOfTheKetraOrcChief extends Quest +{ + // NPCs + private static final int LUGONNES = 33852; + // Monsters + private static final int KETRAS_CHIEF_BRAKKI = 27501; + private static final int BELOS = 27513; + // Misc + private static final int MIN_LEVEL = 76; + private static final int MAX_LEVEL = 80; + + public Q10528_TheAssassinationOfTheKetraOrcChief() + { + super(10528); + addStartNpc(LUGONNES); + addTalkId(LUGONNES); + addKillId(KETRAS_CHIEF_BRAKKI); + addCondRace(Race.ERTHEIA, "33852-00.html"); + addCondStart(p -> p.isInCategory(CategoryType.MAGE_GROUP), "33852-00a.htm"); + addCondLevel(MIN_LEVEL, MAX_LEVEL, "33852-00a.htm"); + addCondCompletedQuest(Q10527_TheAssassinationOfTheKetraOrcCommander.class.getSimpleName(), "33852-00a.htm"); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + final QuestState qs = getQuestState(player, false); + if (qs == null) + { + return null; + } + String htmltext = null; + switch (event) + { + case "33852-02.htm": + case "33852-03.htm": + { + htmltext = event; + break; + } + case "33852-04.htm": + { + qs.startQuest(); + htmltext = event; + break; + } + case "33852-07.html": + { + if (qs.isCond(2)) + { + if (player.getLevel() >= MIN_LEVEL) + { + addExpAndSp(player, 351479151, 1839); + qs.exitQuest(QuestType.ONE_TIME, true); + htmltext = event; + } + else + { + htmltext = getNoQuestLevelRewardMsg(player); + } + } + break; + } + } + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + String htmltext = getNoQuestMsg(player); + final QuestState qs = getQuestState(player, true); + switch (qs.getState()) + { + case State.CREATED: + { + htmltext = "33852-01.htm"; + break; + } + case State.STARTED: + { + if (qs.isCond(1)) + { + htmltext = "33852-05.html"; + } + else if (qs.isCond(2)) + { + htmltext = "33852-06.html"; + } + break; + } + case State.COMPLETED: + { + htmltext = getAlreadyCompletedMsg(player); + break; + } + } + return htmltext; + } + + @Override + public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon) + { + final QuestState qs = getQuestState(killer, true); + if ((qs != null) && qs.isCond(1)) + { + npc.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.COME_BELOS_PROTECT_ME); + final L2Npc mob = addSpawn(BELOS, npc, false, 120000); + addAttackPlayerDesire(mob, killer); + qs.setCond(2, true); + } + return super.onKill(npc, killer, isSummon); + } +} 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 6d0dfc4c95..7d69b19c58 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 @@ -332,6 +332,14 @@ import quests.Q10502_FreyaEmbroideredSoulCloak.Q10502_FreyaEmbroideredSoulCloak; import quests.Q10503_FrintezzaEmbroideredSoulCloak.Q10503_FrintezzaEmbroideredSoulCloak; import quests.Q10504_JewelOfAntharas.Q10504_JewelOfAntharas; import quests.Q10505_JewelOfValakas.Q10505_JewelOfValakas; +import quests.Q10521_QueenNavarisLetterVarkaSilenosBarracks.Q10521_QueenNavarisLetterVarkaSilenosBarracks; +import quests.Q10522_TheDarkSecretOfVarkaSilenos.Q10522_TheDarkSecretOfVarkaSilenos; +import quests.Q10523_TheAssassinationOfTheVarkaSilenosCommander.Q10523_TheAssassinationOfTheVarkaSilenosCommander; +import quests.Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief.Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief; +import quests.Q10525_QueenNavarisLetterKetraOrcOutpost.Q10525_QueenNavarisLetterKetraOrcOutpost; +import quests.Q10526_TheDarkSecretOfTheKetraOrcs.Q10526_TheDarkSecretOfTheKetraOrcs; +import quests.Q10527_TheAssassinationOfTheKetraOrcCommander.Q10527_TheAssassinationOfTheKetraOrcCommander; +import quests.Q10528_TheAssassinationOfTheKetraOrcChief.Q10528_TheAssassinationOfTheKetraOrcChief; import quests.Q10534_HatchlingResearch.Q10534_HatchlingResearch; import quests.Q10541_TrainLikeTheRealThing.Q10541_TrainLikeTheRealThing; import quests.Q10542_SearchingForNewPower.Q10542_SearchingForNewPower; @@ -754,6 +762,14 @@ public class QuestMasterHandler Q10503_FrintezzaEmbroideredSoulCloak.class, Q10504_JewelOfAntharas.class, Q10505_JewelOfValakas.class, + Q10521_QueenNavarisLetterVarkaSilenosBarracks.class, + Q10522_TheDarkSecretOfVarkaSilenos.class, + Q10523_TheAssassinationOfTheVarkaSilenosCommander.class, + Q10524_TheAssassinationOfTheVarkaSilenosCommanderChief.class, + Q10525_QueenNavarisLetterKetraOrcOutpost.class, + Q10526_TheDarkSecretOfTheKetraOrcs.class, + Q10527_TheAssassinationOfTheKetraOrcCommander.class, + Q10528_TheAssassinationOfTheKetraOrcChief.class, Q10534_HatchlingResearch.class, Q10541_TrainLikeTheRealThing.class, Q10542_SearchingForNewPower.class,