From 25adfeefeadca211a46a85ade2aad5344b73da86 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 27 Jul 2019 18:59:32 +0000 Subject: [PATCH] Addition of quest Enhance Your Weapon (350). --- .../quests/350_EnhanceYourWeapon/30115-08.htm | 7 - .../quests/350_EnhanceYourWeapon/30115-12.htm | 11 -- .../quests/350_EnhanceYourWeapon/30115-21.htm | 5 - .../quests/350_EnhanceYourWeapon/30194-08.htm | 7 - .../quests/350_EnhanceYourWeapon/30194-12.htm | 11 -- .../quests/350_EnhanceYourWeapon/30194-21.htm | 5 - .../quests/350_EnhanceYourWeapon/30856-08.htm | 7 - .../quests/350_EnhanceYourWeapon/30856-12.htm | 11 -- .../quests/350_EnhanceYourWeapon/30856-21.htm | 5 - .../quests/350_EnhanceYourWeapon/__init__.py | 71 --------- .../30115-01.htm | 2 +- .../30115-02.htm | 2 +- .../30115-03.htm | 2 +- .../30115-04.htm | 2 +- .../30115-05.htm | 2 +- .../30115-06.htm | 2 +- .../30115-07.htm | 2 +- .../Q350_EnhanceYourWeapon/30115-08.htm | 7 + .../30115-09.htm | 0 .../30115-10.htm | 0 .../30115-11.htm | 0 .../Q350_EnhanceYourWeapon/30115-12.htm | 11 ++ .../30115-13.htm | 0 .../30115-14.htm | 0 .../30115-15.htm | 0 .../30115-16.htm | 0 .../30115-17.htm | 0 .../30115-18.htm | 0 .../30115-19.htm | 0 .../30115-20.htm | 0 .../Q350_EnhanceYourWeapon/30115-21.htm | 5 + .../30194-01.htm | 2 +- .../30194-02.htm | 2 +- .../30194-03.htm | 2 +- .../30194-04.htm | 2 +- .../30194-05.htm | 2 +- .../30194-06.htm | 2 +- .../30194-07.htm | 2 +- .../Q350_EnhanceYourWeapon/30194-08.htm | 7 + .../30194-09.htm | 0 .../30194-10.htm | 0 .../30194-11.htm | 0 .../Q350_EnhanceYourWeapon/30194-12.htm | 11 ++ .../30194-13.htm | 0 .../30194-14.htm | 0 .../30194-15.htm | 0 .../30194-16.htm | 0 .../30194-17.htm | 0 .../30194-18.htm | 0 .../30194-19.htm | 0 .../30194-20.htm | 0 .../Q350_EnhanceYourWeapon/30194-21.htm | 5 + .../30856-01.htm | 2 +- .../30856-02.htm | 2 +- .../30856-03.htm | 2 +- .../30856-04.htm | 2 +- .../30856-05.htm | 2 +- .../30856-06.htm | 2 +- .../30856-07.htm | 2 +- .../Q350_EnhanceYourWeapon/30856-08.htm | 7 + .../30856-09.htm | 0 .../30856-10.htm | 0 .../30856-11.htm | 0 .../Q350_EnhanceYourWeapon/30856-12.htm | 11 ++ .../30856-13.htm | 0 .../30856-14.htm | 0 .../30856-15.htm | 0 .../30856-16.htm | 0 .../30856-17.htm | 0 .../30856-18.htm | 0 .../30856-19.htm | 0 .../30856-20.htm | 0 .../Q350_EnhanceYourWeapon/30856-21.htm | 5 + .../Q350_EnhanceYourWeapon.java | 148 ++++++++++++++++++ .../exit.htm | 0 .../scripts/quests/QuestMasterHandler.java | 2 + 76 files changed, 240 insertions(+), 161 deletions(-) delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-08.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-12.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-21.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-08.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-12.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-21.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-08.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-12.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-21.htm delete mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/__init__.py rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-01.htm (57%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-02.htm (87%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-03.htm (86%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-04.htm (77%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-05.htm (86%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-06.htm (82%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-07.htm (85%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-08.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-09.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-10.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-11.htm (100%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-12.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-13.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-14.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-15.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-16.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-17.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-18.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-19.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30115-20.htm (100%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-21.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-01.htm (56%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-02.htm (87%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-03.htm (85%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-04.htm (77%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-05.htm (86%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-06.htm (82%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-07.htm (85%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-08.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-09.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-10.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-11.htm (100%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-12.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-13.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-14.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-15.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-16.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-17.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-18.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-19.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30194-20.htm (100%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-21.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-01.htm (57%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-02.htm (87%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-03.htm (85%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-04.htm (77%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-05.htm (86%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-06.htm (82%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-07.htm (85%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-08.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-09.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-10.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-11.htm (100%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-12.htm rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-13.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-14.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-15.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-16.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-17.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-18.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-19.htm (100%) rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/30856-20.htm (100%) create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-21.htm create mode 100644 L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/Q350_EnhanceYourWeapon.java rename L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/{350_EnhanceYourWeapon => Q350_EnhanceYourWeapon}/exit.htm (100%) diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-08.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-08.htm deleted file mode 100644 index 6c31f52c9d..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-08.htm +++ /dev/null @@ -1,7 +0,0 @@ -Grand Magister Jurek:
-Please choose one of the following three types of crystals:
-Red Soul Crystal
-Green Soul Crystal
-Blue Soul Crystal
-Each crystal bestows a different power upon the weapon it enhances, and the powers may vary from weapon to weapon. - \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-12.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-12.htm deleted file mode 100644 index ab3fcede6f..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-12.htm +++ /dev/null @@ -1,11 +0,0 @@ -Grand Magister Jurek:
-From the following areas, which area's evil creatures would you like to obtain more information about?
-Northern Oren
-Forest of Mirrors
-Cave of Giants
-Devastated Castle
-Tower of Insolence
-Lair of Antharas
-Eva's Underwater Garden
-Devil's Isle - \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-21.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-21.htm deleted file mode 100644 index bdfdf65495..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-21.htm +++ /dev/null @@ -1,5 +0,0 @@ -Grand Magister Jurek:
-How is your mission going? Oh, I see that you need a new crystal!
-"Yes, please, may I have another?"
-"Quit" - \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-08.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-08.htm deleted file mode 100644 index 9e699cb3ce..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-08.htm +++ /dev/null @@ -1,7 +0,0 @@ -Master Gideon:
-Please choose one of the following three types of crystals:
-Red Soul Crystal
-Green Soul Crystal
-Blue Soul Crystal
-Each crystal bestows a different power upon the weapon it enhances, and the powers may vary from weapon to weapon. - diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-12.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-12.htm deleted file mode 100644 index 6fbc46da47..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-12.htm +++ /dev/null @@ -1,11 +0,0 @@ -Master Gideon:
-From the following areas, which area's evil creatures would you like to obtain more information about?
-Northern Oren
-Forest of Mirrors
-Cave of Giants
-Devastated Castle
-Tower of Insolence
-Lair of Antharas
-Eva's Underwater Garden
-Devil's Isle - diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-21.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-21.htm deleted file mode 100644 index 343bd23379..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-21.htm +++ /dev/null @@ -1,5 +0,0 @@ -Master Gideon:
-How is your mission going? Oh, I see that you need a new crystal!
-"Yes, please, may I have another?"
-"Quit" - diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-08.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-08.htm deleted file mode 100644 index 5cd34d85aa..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-08.htm +++ /dev/null @@ -1,7 +0,0 @@ -Magister Winonin:
-Please choose one of the following three types of crystals:
-Red Soul Crystal
-Green Soul Crystal
-Blue Soul Crystal
-Each crystal bestows a different power upon the weapon it enhances, and the powers may vary from weapon to weapon. - \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-12.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-12.htm deleted file mode 100644 index c645febbe4..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-12.htm +++ /dev/null @@ -1,11 +0,0 @@ -Magister Winonin:
-From the following areas, which area's evil creatures would you like to obtain more information about?
-Northern Oren
-Forest of Mirrors
-Cave of Giants
-Devastated Castle
-Tower of Insolence
-Lair of Antharas
-Eva's Underwater Garden
-Devil's Isle - \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-21.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-21.htm deleted file mode 100644 index 728c618a60..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-21.htm +++ /dev/null @@ -1,5 +0,0 @@ -Magister Winonin:
-How is your mission going? Oh, I see that you need a new crystal!
-"Yes, please, may I have another?"
-"Quit" - \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/__init__.py b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/__init__.py deleted file mode 100644 index 6feabcdc74..0000000000 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/__init__.py +++ /dev/null @@ -1,71 +0,0 @@ -# Weapon SA Quest Written By MickyLee -# rewritten by Questdevs Team -import sys -from org.l2jmobius.gameserver.model.quest import State -from org.l2jmobius.gameserver.model.quest import QuestState -from org.l2jmobius.gameserver.model.quest.jython import QuestJython as JQuest - -qn = "350_EnhanceYourWeapon" - -NPC=[30115,30856,30194] - -RED_SOUL_CRYSTAL0_ID,RED_SOUL_CRYSTAL1_ID,RED_SOUL_CRYSTAL2_ID,RED_SOUL_CRYSTAL3_ID,\ -RED_SOUL_CRYSTAL4_ID,RED_SOUL_CRYSTAL5_ID,RED_SOUL_CRYSTAL6_ID,RED_SOUL_CRYSTAL7_ID,\ -RED_SOUL_CRYSTAL8_ID,RED_SOUL_CRYSTAL9_ID,RED_SOUL_CRYSTAL10_ID,GREEN_SOUL_CRYSTAL0_ID,\ -GREEN_SOUL_CRYSTAL1_ID,GREEN_SOUL_CRYSTAL2_ID,GREEN_SOUL_CRYSTAL3_ID,GREEN_SOUL_CRYSTAL4_ID,\ -GREEN_SOUL_CRYSTAL5_ID,GREEN_SOUL_CRYSTAL6_ID,GREEN_SOUL_CRYSTAL7_ID,GREEN_SOUL_CRYSTAL8_ID,\ -GREEN_SOUL_CRYSTAL9_ID,GREEN_SOUL_CRYSTAL10_ID,BLUE_SOUL_CRYSTAL0_ID,BLUE_SOUL_CRYSTAL1_ID,\ -BLUE_SOUL_CRYSTAL2_ID,BLUE_SOUL_CRYSTAL3_ID,BLUE_SOUL_CRYSTAL4_ID,BLUE_SOUL_CRYSTAL5_ID,\ -BLUE_SOUL_CRYSTAL6_ID,BLUE_SOUL_CRYSTAL7_ID,BLUE_SOUL_CRYSTAL8_ID,BLUE_SOUL_CRYSTAL9_ID,\ -BLUE_SOUL_CRYSTAL10_ID,RED_SOUL_CRYSTALX_ID,GREEN_SOUL_CRYSTALX_ID,BLUE_SOUL_CRYSTALX_ID = range(4629,4665) - -def check(st) : - for i in range(4629,4665) : - if st.getQuestItemsCount(i)>0 : - return True - return False - -class Quest (JQuest) : - - def __init__(self,id,name,descr): - JQuest.__init__(self,id,name,descr) - #self.questItemIds = [RED_SOUL_CRYSTAL0_ID, GREEN_SOUL_CRYSTAL0_ID, BLUE_SOUL_CRYSTAL0_ID] - - def onEvent (self,event,st) : - htmltext = event - if event in ["30115-04.htm","30856-04.htm","30194-04.htm"] : - st.set("cond","1") - st.setState(State.STARTED) - st.playSound("ItemSound.quest_accept") - elif event in ["30115-09.htm","30856-09.htm","30194-09.htm"] : - st.giveItems(RED_SOUL_CRYSTAL0_ID,1) - elif event in ["30115-10.htm","30856-10.htm","30194-10.htm"] : - st.giveItems(GREEN_SOUL_CRYSTAL0_ID,1) - elif event in ["30115-11.htm","30856-11.htm","30194-11.htm"] : - st.giveItems(BLUE_SOUL_CRYSTAL0_ID,1) - elif event == "exit.htm" : - st.exitQuest(1) - return htmltext - - def onTalk (self,npc,player): - htmltext = "You are either not on a quest that involves this NPC, or you don't meet this NPC's minimum quest requirements." - st = player.getQuestState(qn) - if not st : return htmltext - - npcId = str(npc.getNpcId()) - id = st.getState() - if id == State.CREATED : - st.set("cond","0") - if st.getInt("cond") == 0: - htmltext = npcId+"-01.htm" - elif check(st) : - htmltext = npcId+"-03.htm" - elif st.getQuestItemsCount(RED_SOUL_CRYSTAL0_ID) == st.getQuestItemsCount(GREEN_SOUL_CRYSTAL0_ID) == st.getQuestItemsCount(BLUE_SOUL_CRYSTAL0_ID) == 0 : - htmltext = npcId+"-21.htm" - return htmltext - -QUEST = Quest(350,qn,"Enhance Your Weapon") - -for npcId in NPC: - QUEST.addStartNpc(npcId) - QUEST.addTalkId(npcId) diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-01.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-01.htm similarity index 57% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-01.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-01.htm index 3b937d3f08..c2fbb1c9bd 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-01.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-01.htm @@ -1,4 +1,4 @@ Grand Magister Jurek:
Hello there, have you come to learn how to enhance the abilities of your weapon?
-"Yes, I wish to learn more." +"Yes, I wish to learn more." \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-02.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-02.htm similarity index 87% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-02.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-02.htm index 1de4cd4860..68a8300548 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-02.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-02.htm @@ -3,5 +3,5 @@ I have a growing sense of dread of late. Something terrible is coming. Can you h I fear for the survival of the whole Human race, but I don't know what threatens it! This dark foreboding will not give me any peace whatsoever. I hope I am wrong but I fear I am not...
I must do what I can to save my race! I will find like-minded individuals to join my preperations for the coming apocolypse. If only we knew when...
Will you join my cause? Are you willing to lend a hand in preparing to fight the imminent darkness?
-"I will join your cause!" +"I will join your cause!" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-03.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-03.htm similarity index 86% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-03.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-03.htm index 25883a4b37..8cb6b7e472 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-03.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-03.htm @@ -1,5 +1,5 @@ Grand Magister Jurek:
You must hurry and collect the souls of evil creatures in the soul crystal. You will find the evil ones in the northern part of Oren, the Forest of Mirrors, the Cave of Giants, the Devastated Castle, the higher reaches of the Tower of Insolence, deep within the Lair of Antharas, Eva's Underwater Garden and Devil's Isle etc...Take the crystal filled with souls to any blacksmith and he will enhance a weapon for you.
It is imperative that you build as much strength as possible to prepare yourself for the coming apocolypse. After growing each of your individual strength, if you put together all of your strengths, I think you will have enough force to fight against the approaching apocolypse. Then, next time we meet, I hope to see you stronger...
-Ask about the evil creatures from which you will collect souls. +Ask about the evil creatures from which you will collect souls. \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-04.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-04.htm similarity index 77% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-04.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-04.htm index b90088f157..10ed0fb7cd 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-04.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-04.htm @@ -1,5 +1,5 @@ Grand Magister Jurek:
Oh, marvelous! If we all develop our strengths and work together, we will triumph over the coming cataclysm. My colleagues and I have recently developed a method of enhancing weaponry that should prove quite useful to all of us.
This weapons enhancement boosts strength noticeably in combat.
-Explanation of weapons enhancement +Explanation of weapons enhancement \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-05.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-05.htm similarity index 86% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-05.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-05.htm index 178ff90057..fdc5b3ff48 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-05.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-05.htm @@ -2,5 +2,5 @@ To enhance a weapon you will need some magical souls. You must collect the souls of evil creatures and trap them in the soul crystal I will give you. You will then take the crystal to a blacksmith and he will extract the magic from the crystal and apply it to a weapon for you.
All blacksmiths know how to do this, but, obviously, they don't work for free.
You can collect the souls of the evil ones in the northern part of Oren, the Forest of Mirrors, the Cave of Giants, the Devastated Castle, the upper floors of the Tower of Insolence, deep within the Lair of Antharas, Eva's Underwater Garden and Devil's Isle. Enhanced weapons would greatly aid your mission.
-"How do I collect the souls of the evil ones?" +"How do I collect the souls of the evil ones?" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-06.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-06.htm similarity index 82% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-06.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-06.htm index f328aca997..7cdc965a21 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-06.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-06.htm @@ -1,5 +1,5 @@ Grand Magister Jurek:
After you have sapped the evil one's strength in battle, apply the crystal to his skin. His soul will be absorbed into the crystal. His mortal body is easily dispatched. Each soul crystal can contain up to 10 souls. A more precise explanation would be that it can contain up to 10 souls with regular usage. I will tell you the detailed story later when you bring back the soul crystal with 10 souls.
Actually, collecting souls for the purpose of bestowing a weapon with a special power is not as easy as it sounds.
-What are the precautions to take when collecting souls?" +What are the precautions to take when collecting souls?" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-07.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-07.htm similarity index 85% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-07.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-07.htm index 858a77b07d..d2a455f773 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-07.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-07.htm @@ -2,5 +2,5 @@ The collection of a soul doesn't always go as planned. Some evil souls will simply not be absorbed, and, if you happen to collect the wrong soul, the crystal will shatter...
Soul crystals develop refined tastes, and will reject weaker souls after a while. When this happens you must seek the souls of creatures of greater evil to satisfy your crystal.
Remember that you may not absorb a soul with more than one crystal because a resonance effect is created between the crystals that prevents proper absorbtion.
-Receive a soul crystal. +Receive a soul crystal. \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-08.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-08.htm new file mode 100644 index 0000000000..6278b9ed31 --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-08.htm @@ -0,0 +1,7 @@ +Grand Magister Jurek:
+Please choose one of the following three types of crystals:
+Red Soul Crystal
+Green Soul Crystal
+Blue Soul Crystal
+Each crystal bestows a different power upon the weapon it enhances, and the powers may vary from weapon to weapon. + \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-09.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-09.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-09.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-09.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-10.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-10.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-10.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-10.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-11.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-11.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-11.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-11.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-12.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-12.htm new file mode 100644 index 0000000000..5660298775 --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-12.htm @@ -0,0 +1,11 @@ +Grand Magister Jurek:
+From the following areas, which area's evil creatures would you like to obtain more information about?
+Northern Oren
+Forest of Mirrors
+Cave of Giants
+Devastated Castle
+Tower of Insolence
+Lair of Antharas
+Eva's Underwater Garden
+Devil's Isle + \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-13.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-13.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-13.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-13.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-14.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-14.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-14.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-14.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-15.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-15.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-15.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-15.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-16.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-16.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-16.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-16.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-17.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-17.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-17.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-17.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-18.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-18.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-18.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-18.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-19.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-19.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-19.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-19.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-20.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-20.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30115-20.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-20.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-21.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-21.htm new file mode 100644 index 0000000000..b23d9f625d --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30115-21.htm @@ -0,0 +1,5 @@ +Grand Magister Jurek:
+How is your mission going? Oh, I see that you need a new crystal!
+"Yes, please, may I have another?"
+"Quit" + \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-01.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-01.htm similarity index 56% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-01.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-01.htm index 14bfee9e18..315f035665 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-01.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-01.htm @@ -1,4 +1,4 @@ Master Gideon:
Hello there, have you come to learn how to enhance the abilities of your weapon?
-"Yes, I wish to learn more." +"Yes, I wish to learn more." \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-02.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-02.htm similarity index 87% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-02.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-02.htm index 30866e17c2..8cfacf7965 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-02.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-02.htm @@ -3,5 +3,5 @@ I have a growing sense of dread of late. Something terrible is coming. Can you h I fear for the survival of the whole Human race, but I don't know what threatens it! This dark foreboding will not give me any peace whatsoever. I hope I am wrong but I fear I am not...
I must do what I can to save my race! I will find like-minded individuals to join my preperations for the coming apocolypse. If only we knew when...
Will you join my cause? Are you willing to lend a hand in preparing to fight the imminent darkness?
-"I will join your cause!" +"I will join your cause!" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-03.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-03.htm similarity index 85% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-03.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-03.htm index 8968eb5546..ed110e775d 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-03.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-03.htm @@ -1,5 +1,5 @@ Master Gideon:
You must hurry and collect the souls of evil creatures in the soul crystal. You will find the evil ones in the northern part of Oren, the Forest of Mirrors, the Cave of Giants, the Devastated Castle, the higher reaches of the Tower of Insolence, deep within the Lair of Antharas, Eva's Underwater Garden and Devil's Isle etc...Take the crystal filled with souls to any blacksmith and he will enhance a weapon for you.
It is imperative that you build as much strength as possible to prepare yourself for the coming apocolypse. After growing each of your individual strength, if you put together all of your strengths, I think you will have enough force to fight against the approaching apocolypse. Then, next time we meet, I hope to see you stronger...
-Ask about the evil creatures from which you will collect souls. +Ask about the evil creatures from which you will collect souls. \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-04.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-04.htm similarity index 77% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-04.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-04.htm index 30fa445e07..46e89c98ed 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-04.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-04.htm @@ -1,5 +1,5 @@ Master Gideon:
Oh, marvelous! If we all develop our strengths and work together, we will triumph over the coming cataclysm. My colleagues and I have recently developed a method of enhancing weaponry that should prove quite useful to all of us.
This weapons enhancement boosts strength noticeably in combat.
-Explanation of weapons enhancement +Explanation of weapons enhancement \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-05.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-05.htm similarity index 86% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-05.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-05.htm index 644e13fd19..57985ed9b8 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-05.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-05.htm @@ -2,5 +2,5 @@ To enhance a weapon you will need some magical souls. You must collect the souls of evil creatures and trap them in the soul crystal I will give you. You will then take the crystal to a blacksmith and he will extract the magic from the crystal and apply it to a weapon for you.
All blacksmiths know how to do this, but, obviously, they don't work for free.
You can collect the souls of the evil ones in the northern part of Oren, the Forest of Mirrors, the Cave of Giants, the Devastated Castle, the upper floors of the Tower of Insolence, deep within the Lair of Antharas, Eva's Underwater Garden and Devil's Isle. Enhanced weapons would greatly aid your mission.
-"How do I collect the souls of the evil ones?" +"How do I collect the souls of the evil ones?" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-06.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-06.htm similarity index 82% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-06.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-06.htm index e718b4deba..e84dacae6b 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-06.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-06.htm @@ -1,5 +1,5 @@ Master Gideon:
After you have sapped the evil one's strength in battle, apply the crystal to his skin. His soul will be absorbed into the crystal. His mortal body is easily dispatched. Each soul crystal can contain up to 10 souls. A more precise explanation would be that it can contain up to 10 souls with regular usage. I will tell you the detailed story later when you bring back the soul crystal with 10 souls.
Actually, collecting souls for the purpose of bestowing a weapon with a special power is not as easy as it sounds.
-What are the precautions to take when collecting souls?" +What are the precautions to take when collecting souls?" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-07.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-07.htm similarity index 85% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-07.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-07.htm index 4be0acbec1..f8f777f072 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-07.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-07.htm @@ -2,5 +2,5 @@ The collection of a soul doesn't always go as planned. Some evil souls will simply not be absorbed, and, if you happen to collect the wrong soul, the crystal will shatter...
Soul crystals develop refined tastes, and will reject weaker souls after a while. When this happens you must seek the souls of creatures of greater evil to satisfy your crystal.
Remember that you may not absorb a soul with more than one crystal because a resonance effect is created between the crystals that prevents proper absorbtion.
-Receive a soul crystal. +Receive a soul crystal. diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-08.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-08.htm new file mode 100644 index 0000000000..d002595dec --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-08.htm @@ -0,0 +1,7 @@ +Master Gideon:
+Please choose one of the following three types of crystals:
+Red Soul Crystal
+Green Soul Crystal
+Blue Soul Crystal
+Each crystal bestows a different power upon the weapon it enhances, and the powers may vary from weapon to weapon. + diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-09.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-09.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-09.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-09.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-10.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-10.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-10.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-10.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-11.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-11.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-11.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-11.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-12.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-12.htm new file mode 100644 index 0000000000..c06984d3ec --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-12.htm @@ -0,0 +1,11 @@ +Master Gideon:
+From the following areas, which area's evil creatures would you like to obtain more information about?
+Northern Oren
+Forest of Mirrors
+Cave of Giants
+Devastated Castle
+Tower of Insolence
+Lair of Antharas
+Eva's Underwater Garden
+Devil's Isle + diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-13.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-13.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-13.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-13.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-14.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-14.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-14.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-14.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-15.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-15.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-15.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-15.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-16.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-16.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-16.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-16.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-17.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-17.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-17.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-17.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-18.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-18.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-18.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-18.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-19.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-19.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-19.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-19.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-20.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-20.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30194-20.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-20.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-21.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-21.htm new file mode 100644 index 0000000000..8f4be3825b --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30194-21.htm @@ -0,0 +1,5 @@ +Master Gideon:
+How is your mission going? Oh, I see that you need a new crystal!
+"Yes, please, may I have another?"
+"Quit" + diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-01.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-01.htm similarity index 57% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-01.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-01.htm index 4ced485494..64ed486c5a 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-01.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-01.htm @@ -1,4 +1,4 @@ Magister Winonin:
Hello there, have you come to learn how to enhance the abilities of your weapon?
-"Yes, I wish to learn more." +"Yes, I wish to learn more." \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-02.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-02.htm similarity index 87% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-02.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-02.htm index d53a0c3b90..c4f291a40f 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-02.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-02.htm @@ -3,5 +3,5 @@ I have a growing sense of dread of late. Something terrible is coming. Can you h I fear for the survival of the whole Human race, but I don't know what threatens it! This dark foreboding will not give me any peace whatsoever. I hope I am wrong but I fear I am not...
I must do what I can to save my race! I will find like-minded individuals to join my preperations for the coming apocolypse. If only we knew when...
Will you join my cause? Are you willing to lend a hand in preparing to fight the imminent darkness?
-"I will join your cause!" +"I will join your cause!" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-03.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-03.htm similarity index 85% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-03.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-03.htm index 75c701a0b9..3e2fbd818c 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-03.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-03.htm @@ -1,5 +1,5 @@ Magister Winonin:
You must hurry and collect the souls of evil creatures in the soul crystal. You will find the evil ones in the northern part of Oren, the Forest of Mirrors, the Cave of Giants, the Devastated Castle, the higher reaches of the Tower of Insolence, deep within the Lair of Antharas, Eva's Underwater Garden and Devil's Isle etc...Take the crystal filled with souls to any blacksmith and he will enhance a weapon for you.
It is imperative that you build as much strength as possible to prepare yourself for the coming apocolypse. After growing each of your individual strength, if you put together all of your strengths, I think you will have enough force to fight against the approaching apocolypse. Then, next time we meet, I hope to see you stronger...
-Ask about the evil creatures from which you will collect souls. +Ask about the evil creatures from which you will collect souls. \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-04.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-04.htm similarity index 77% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-04.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-04.htm index 3c2b7f3eff..d1d116e9ea 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-04.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-04.htm @@ -1,5 +1,5 @@ Magister Winonin:
Oh, marvelous! If we all develop our strengths and work together, we will triumph over the coming cataclysm. My colleagues and I have recently developed a method of enhancing weaponry that should prove quite useful to all of us.
This weapons enhancement boosts strength noticeably in combat.
-Explanation of weapons enhancement +Explanation of weapons enhancement \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-05.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-05.htm similarity index 86% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-05.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-05.htm index cdd7556ed1..459a2df03a 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-05.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-05.htm @@ -2,5 +2,5 @@ To enhance a weapon you will need some magical souls. You must collect the souls of evil creatures and trap them in the soul crystal I will give you. You will then take the crystal to a blacksmith and he will extract the magic from the crystal and apply it to a weapon for you.
All blacksmiths know how to do this, but, obviously, they don't work for free.
You can collect the souls of the evil ones in the northern part of Oren, the Forest of Mirrors, the Cave of Giants, the Devastated Castle, the upper floors of the Tower of Insolence, deep within the Lair of Antharas, Eva's Underwater Garden and Devil's Isle. Enhanced weapons would greatly aid your mission.
-"How do I collect the souls of the evil ones?" +"How do I collect the souls of the evil ones?" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-06.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-06.htm similarity index 82% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-06.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-06.htm index d79a0684ea..2827f2f2c4 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-06.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-06.htm @@ -1,5 +1,5 @@ Magister Winonin:
After you have sapped the evil one's strength in battle, apply the crystal to his skin. His soul will be absorbed into the crystal. His mortal body is easily dispatched. Each soul crystal can contain up to 10 souls. A more precise explanation would be that it can contain up to 10 souls with regular usage. I will tell you the detailed story later when you bring back the soul crystal with 10 souls.
Actually, collecting souls for the purpose of bestowing a weapon with a special power is not as easy as it sounds.
-What are the precautions to take when collecting souls?" +What are the precautions to take when collecting souls?" \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-07.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-07.htm similarity index 85% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-07.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-07.htm index f34fa9c3be..8863d594cc 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-07.htm +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-07.htm @@ -2,5 +2,5 @@ The collection of a soul doesn't always go as planned. Some evil souls will simply not be absorbed, and, if you happen to collect the wrong soul, the crystal will shatter...
Soul crystals develop refined tastes, and will reject weaker souls after a while. When this happens you must seek the souls of creatures of greater evil to satisfy your crystal.
Remember that you may not absorb a soul with more than one crystal because a resonance effect is created between the crystals that prevents proper absorbtion.
-Receive a soul crystal. +Receive a soul crystal. \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-08.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-08.htm new file mode 100644 index 0000000000..54ee142859 --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-08.htm @@ -0,0 +1,7 @@ +Magister Winonin:
+Please choose one of the following three types of crystals:
+Red Soul Crystal
+Green Soul Crystal
+Blue Soul Crystal
+Each crystal bestows a different power upon the weapon it enhances, and the powers may vary from weapon to weapon. + \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-09.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-09.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-09.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-09.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-10.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-10.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-10.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-10.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-11.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-11.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-11.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-11.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-12.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-12.htm new file mode 100644 index 0000000000..e0ecdcae08 --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-12.htm @@ -0,0 +1,11 @@ +Magister Winonin:
+From the following areas, which area's evil creatures would you like to obtain more information about?
+Northern Oren
+Forest of Mirrors
+Cave of Giants
+Devastated Castle
+Tower of Insolence
+Lair of Antharas
+Eva's Underwater Garden
+Devil's Isle + \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-13.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-13.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-13.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-13.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-14.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-14.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-14.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-14.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-15.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-15.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-15.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-15.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-16.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-16.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-16.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-16.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-17.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-17.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-17.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-17.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-18.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-18.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-18.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-18.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-19.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-19.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-19.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-19.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-20.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-20.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/30856-20.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-20.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-21.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-21.htm new file mode 100644 index 0000000000..2db41d9236 --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/30856-21.htm @@ -0,0 +1,5 @@ +Magister Winonin:
+How is your mission going? Oh, I see that you need a new crystal!
+"Yes, please, may I have another?"
+"Quit" + \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/Q350_EnhanceYourWeapon.java b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/Q350_EnhanceYourWeapon.java new file mode 100644 index 0000000000..a616678a6b --- /dev/null +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/Q350_EnhanceYourWeapon.java @@ -0,0 +1,148 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package quests.Q350_EnhanceYourWeapon; + +import org.l2jmobius.gameserver.model.actor.instance.NpcInstance; +import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance; +import org.l2jmobius.gameserver.model.quest.Quest; +import org.l2jmobius.gameserver.model.quest.QuestState; +import org.l2jmobius.gameserver.model.quest.State; + +/** + * @author Mobius + * @note Based on python script + */ +public class Q350_EnhanceYourWeapon extends Quest +{ + private static final String qn = "Q350_EnhanceYourWeapon"; + + // NPCs + private static final int[] NPCS = + { + 30115, + 30856, + 30194 + }; + // Items + private static final int RED_SOUL_CRYSTAL0_ID = 4629; + private static final int GREEN_SOUL_CRYSTAL0_ID = 4640; + private static final int BLUE_SOUL_CRYSTAL0_ID = 4651; + + public Q350_EnhanceYourWeapon() + { + super(350, qn, "Enhance Your Weapon"); + + addStartNpc(NPCS); + addTalkId(NPCS); + } + + @Override + public String onAdvEvent(String event, NpcInstance npc, PlayerInstance player) + { + String htmltext = event; + QuestState qs = player.getQuestState(qn); + if (qs == null) + { + return htmltext; + } + + switch (event) + { + case "30115-04.htm": + case "30856-04.htm": + case "30194-04.htm": + { + qs.set("cond", "1"); + qs.setState(State.STARTED); + qs.playSound("ItemSound.quest_accept"); + break; + } + case "30115-09.htm": + case "30856-09.htm": + case "30194-09.htm": + { + qs.giveItems(RED_SOUL_CRYSTAL0_ID, 1); + break; + } + case "30115-10.htm": + case "30856-10.htm": + case "30194-10.htm": + { + qs.giveItems(GREEN_SOUL_CRYSTAL0_ID, 1); + break; + } + case "30115-11.htm": + case "30856-11.htm": + case "30194-11.htm": + { + qs.giveItems(BLUE_SOUL_CRYSTAL0_ID, 1); + break; + } + case "exit.htm": + { + qs.exitQuest(true); + break; + } + } + + return htmltext; + } + + @Override + public String onTalk(NpcInstance npc, PlayerInstance player) + { + String htmltext = getNoQuestMsg(); + QuestState qs = player.getQuestState(qn); + if (qs == null) + { + return htmltext; + } + + final int npcId = npc.getNpcId(); + final int id = qs.getState(); + if (id == State.CREATED) + { + qs.set("cond", "0"); + } + if (qs.getInt("cond") == 0) + { + htmltext = npcId + "-01.htm"; + } + else if (check(qs)) + { + htmltext = npcId + "-03.htm"; + } + else if ((qs.getQuestItemsCount(RED_SOUL_CRYSTAL0_ID) == 0) && (qs.getQuestItemsCount(GREEN_SOUL_CRYSTAL0_ID) == 0) && (qs.getQuestItemsCount(BLUE_SOUL_CRYSTAL0_ID) == 0)) + { + htmltext = npcId + "-21.htm"; + } + + return htmltext; + } + + private boolean check(QuestState st) + { + for (int i = 4629; i <= 4665; i++) + { + if (st.getQuestItemsCount(i) > 0) + { + return true; + } + } + return false; + } +} \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/exit.htm b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/exit.htm similarity index 100% rename from L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/350_EnhanceYourWeapon/exit.htm rename to L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q350_EnhanceYourWeapon/exit.htm diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/QuestMasterHandler.java index c063b200c8..5a321b1faa 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -225,6 +225,7 @@ import quests.Q344_1000YearsTheEndOfLamentation.Q344_1000YearsTheEndOfLamentatio import quests.Q345_MethodToRaiseTheDead.Q345_MethodToRaiseTheDead; import quests.Q347_GoGetTheCalculator.Q347_GoGetTheCalculator; import quests.Q348_AnArrogantSearch.Q348_AnArrogantSearch; +import quests.Q350_EnhanceYourWeapon.Q350_EnhanceYourWeapon; import quests.Q351_BlackSwan.Q351_BlackSwan; import quests.Q352_HelpRoodRaiseANewPet.Q352_HelpRoodRaiseANewPet; import quests.Q353_PowerOfDarkness.Q353_PowerOfDarkness; @@ -556,6 +557,7 @@ public class QuestMasterHandler Q345_MethodToRaiseTheDead.class, Q347_GoGetTheCalculator.class, Q348_AnArrogantSearch.class, + Q350_EnhanceYourWeapon.class, Q351_BlackSwan.class, Q352_HelpRoodRaiseANewPet.class, Q353_PowerOfDarkness.class,