diff --git a/L2J_Mobius_Underground/dist/game/data/instances/MonasteryOfSilence.xml b/L2J_Mobius_Underground/dist/game/data/instances/MonasteryOfSilence.xml index b7fba7a0eb..42281aa43e 100644 --- a/L2J_Mobius_Underground/dist/game/data/instances/MonasteryOfSilence.xml +++ b/L2J_Mobius_Underground/dist/game/data/instances/MonasteryOfSilence.xml @@ -11,6 +11,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -44,6 +67,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32792.html b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32792.html similarity index 84% rename from L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32792.html rename to L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32792.html index 7e2ea31970..8e8b0acb06 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32792.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32792.html @@ -1,5 +1,5 @@ Sister of Silence Eris:
Finally we meet, Successors of Fate. In the end, the endless Bridle of Eternity will be back where it belongs.
- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32817.html b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32817.html similarity index 72% rename from L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32817.html rename to L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32817.html index 29ce6f0c4d..fc0d31cdbb 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32817.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32817.html @@ -1,3 +1,3 @@ Teleportation Device: Move to East Watcher's Room.

- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32818.html b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32818.html similarity index 72% rename from L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32818.html rename to L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32818.html index 4fb42c6e55..57ed9441e4 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32818.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32818.html @@ -1,3 +1,3 @@ Teleportation Device: Move to West Watcher's Room.

- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32819.html b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32819.html similarity index 72% rename from L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32819.html rename to L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32819.html index fa98004da0..7aa81b8fc6 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32819.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32819.html @@ -1,3 +1,3 @@ Teleportation Device: Move to North Watcher's Room.

- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32820.html b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32820.html similarity index 72% rename from L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32820.html rename to L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32820.html index 66957511b5..199ec254a8 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/32820.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/32820.html @@ -1,3 +1,3 @@ Teleportation Device: Move to South Watcher's Room.

- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/MonasteryOfSilence1.java b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/MonasteryOfSilence.java similarity index 97% rename from L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/MonasteryOfSilence1.java rename to L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/MonasteryOfSilence.java index 9e026ee921..74418e9bdd 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence1/MonasteryOfSilence1.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/instances/MonasteryOfSilence/MonasteryOfSilence.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package instances.MonasteryOfSilence1; +package instances.MonasteryOfSilence; import com.l2jmobius.gameserver.enums.ChatType; import com.l2jmobius.gameserver.enums.Movie; @@ -31,7 +31,7 @@ import instances.AbstractInstance; * Monastery of Silence instance zone. * @author Adry_85 */ -public final class MonasteryOfSilence1 extends AbstractInstance +public final class MonasteryOfSilence extends AbstractInstance { // NPCs private static final int ELCADIA_INSTANCE = 32787; @@ -70,7 +70,7 @@ public final class MonasteryOfSilence1 extends AbstractInstance // Misc private static final int TEMPLATE_ID = 151; - public MonasteryOfSilence1() + public MonasteryOfSilence() { addFirstTalkId(TELEPORT_CONTROL_DEVICE1, TELEPORT_CONTROL_DEVICE2, TELEPORT_CONTROL_DEVICE3, TELEPORT_CONTROL_DEVICE4, ERIS_EVIL_THOUGHTS); addStartNpc(ODD_GLOBE, TELEPORT_CONTROL_DEVICE1, TELEPORT_CONTROL_DEVICE2, TELEPORT_CONTROL_DEVICE3, TELEPORT_CONTROL_DEVICE4, ERIS_EVIL_THOUGHTS); @@ -183,6 +183,6 @@ public final class MonasteryOfSilence1 extends AbstractInstance public static void main(String[] args) { - new MonasteryOfSilence1(); + new MonasteryOfSilence(); } } \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32792-05.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32792-05.html index 9d826a806a..eb3d3acf4e 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32792-05.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32792-05.html @@ -1,5 +1,5 @@ Sister of Silence Eris:
Unfortunately, I don't have that book. Nor can I determine if you're qualified to see it in the first place. The biography you seek is divided and protected by guardians selected by Solina and Anays. You can become qualified, however, if you're interested? If you want, I will send you there.
- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-01.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-01.html index bf3f30d347..bade64b708 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-01.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-01.html @@ -2,5 +2,5 @@ Are you one of chosen qualified? Only those who are qualified may enter. Refrain from wandering this sacred place.
- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-05.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-05.html index 08612a1c36..3c8e7c05ae 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-05.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32803-05.html @@ -1,4 +1,4 @@ Relic Guardian:
If you've finished what you planned to do here, I'll let you return.
- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32804-07.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32804-07.html index 70d687c7d5..16476f142c 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32804-07.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32804-07.html @@ -5,5 +5,5 @@ Who is not a member of Solina's 7 disciples?
- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32805-07.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32805-07.html index eb6e85d454..ad8544f750 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32805-07.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32805-07.html @@ -2,7 +2,7 @@ Then I will ask you a question about the memoir you saw in this room.
Who was the family member known as the last emperor of Elmore-Aden, the one who drove Solina to her death?

- + diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32806-07.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32806-07.html index d4e6b68afa..aefb564eb3 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32806-07.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32806-07.html @@ -2,7 +2,7 @@ Then, here is my question.
What is the place Solina's disciples and believers built, where they retreated to from Elmore-Aden's threat?

- + diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32807-07.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32807-07.html index ed435543e3..fdc02ab9ec 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32807-07.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32807-07.html @@ -5,5 +5,5 @@ What is the most important virtue among Solina's 5 teachings?
- + \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html index 729909cf64..06a232e9bb 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html @@ -1,3 +1,3 @@ There's a globe with a strange aura. When you touch the globe, an image of a small room with books and supplies shows.
- + \ No newline at end of file