From b6aa52c4d419aa79089aa2cbb2ab7a2eaa4f4b97 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 3 Jul 2020 21:27:12 +0000 Subject: [PATCH] Gatekeeper Ziggurat additions. Contributed by Minzee. --- .../dist/game/data/html/teleporter/31095.htm | 7 + .../dist/game/data/html/teleporter/31096.htm | 7 + .../dist/game/data/html/teleporter/31097.htm | 7 + .../dist/game/data/html/teleporter/31098.htm | 7 + .../dist/game/data/html/teleporter/31099.htm | 7 + .../dist/game/data/html/teleporter/31100.htm | 7 + .../dist/game/data/html/teleporter/31101.htm | 7 + .../dist/game/data/html/teleporter/31102.htm | 7 + .../dist/game/data/html/teleporter/31103.htm | 8 + .../dist/game/data/html/teleporter/31104.htm | 8 + .../dist/game/data/html/teleporter/31105.htm | 8 + .../dist/game/data/html/teleporter/31106.htm | 8 + .../dist/game/data/html/teleporter/31107.htm | 8 + .../dist/game/data/html/teleporter/31108.htm | 8 + .../dist/game/data/html/teleporter/31109.htm | 8 + .../dist/game/data/html/teleporter/31110.htm | 8 + .../dist/game/data/html/teleporter/31114.htm | 7 + .../dist/game/data/html/teleporter/31115.htm | 7 + .../dist/game/data/html/teleporter/31116.htm | 7 + .../dist/game/data/html/teleporter/31117.htm | 7 + .../dist/game/data/html/teleporter/31118.htm | 7 + .../dist/game/data/html/teleporter/31119.htm | 7 + .../dist/game/data/html/teleporter/31120.htm | 8 + .../dist/game/data/html/teleporter/31121.htm | 8 + .../dist/game/data/html/teleporter/31122.htm | 8 + .../dist/game/data/html/teleporter/31123.htm | 8 + .../dist/game/data/html/teleporter/31124.htm | 8 + .../dist/game/data/html/teleporter/31125.htm | 8 + .../spawns/Catacombs/CatacombOfDarkOmens.xml | 14 + .../Catacombs/CatacombOfTheApostate.xml | 14 + .../spawns/Catacombs/CatacombOfTheBranded.xml | 14 + .../Catacombs/CatacombOfTheForbiddenPath.xml | 14 + .../spawns/Catacombs/CatacombOfTheHeretic.xml | 14 + .../spawns/Catacombs/CatacombOfTheWitch.xml | 14 + .../spawns/Catacombs/NecropolisOfDevotion.xml | 14 + .../Catacombs/NecropolisOfMartyrdom.xml | 14 + .../Catacombs/NecropolisOfSacrifice.xml | 14 + .../Catacombs/NecropolisOfTheDisciples.xml | 14 + .../Catacombs/NecropolisOfThePatriots.xml | 14 + .../Catacombs/NecropolisOfThePilgrims.xml | 14 + .../Catacombs/NecropolisOfTheSaints.xml | 14 + .../spawns/Catacombs/NecropolisOfWorship.xml | 14 + .../dist/game/data/stats/npcs/31000-31099.xml | 190 ++- .../dist/game/data/stats/npcs/31100-31199.xml | 1070 +++++++---------- .../others/Catacombs/CatacombOfDarkOmens.xml | 13 + .../Catacombs/CatacombOfTheApostate.xml | 13 + .../others/Catacombs/CatacombOfTheBranded.xml | 13 + .../Catacombs/CatacombOfTheForbiddenPath.xml | 13 + .../others/Catacombs/CatacombOfTheHeretic.xml | 13 + .../others/Catacombs/CatacombOfTheWitch.xml | 13 + .../others/Catacombs/NecropolisOfDevotion.xml | 13 + .../Catacombs/NecropolisOfMartyrdom.xml | 13 + .../Catacombs/NecropolisOfSacrifice.xml | 13 + .../Catacombs/NecropolisOfTheDisciples.xml | 13 + .../Catacombs/NecropolisOfThePatriots.xml | 13 + .../Catacombs/NecropolisOfThePilgrims.xml | 13 + .../Catacombs/NecropolisOfTheSaints.xml | 13 + .../others/Catacombs/NecropolisOfWorship.xml | 13 + L2J_Mobius_Classic_Interlude/readme.txt | 2 +- 59 files changed, 1135 insertions(+), 715 deletions(-) create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31095.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31096.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31097.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31098.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31099.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31100.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31101.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31102.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31103.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31104.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31105.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31106.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31107.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31108.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31109.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31110.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31114.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31115.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31116.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31117.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31118.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31119.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31120.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31121.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31122.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31123.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31124.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31125.htm create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfDarkOmens.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheApostate.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheBranded.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheForbiddenPath.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheHeretic.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheWitch.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfDevotion.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfMartyrdom.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfSacrifice.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheDisciples.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePatriots.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePilgrims.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheSaints.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfWorship.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfDarkOmens.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheApostate.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheBranded.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheForbiddenPath.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheHeretic.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheWitch.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfDevotion.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfMartyrdom.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheDisciples.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePatriots.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePilgrims.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheSaints.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfWorship.xml diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31095.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31095.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31095.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31096.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31096.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31096.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31097.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31097.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31097.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31098.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31098.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31098.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31099.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31099.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31099.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31100.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31100.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31100.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31101.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31101.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31101.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31102.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31102.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31102.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31103.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31103.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31103.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31104.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31104.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31104.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31105.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31105.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31105.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31106.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31106.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31106.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31107.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31107.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31107.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31108.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31108.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31108.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31109.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31109.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31109.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31110.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31110.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31110.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31114.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31114.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31114.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31115.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31115.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31115.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31116.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31116.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31116.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31117.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31117.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31117.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31118.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31118.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31118.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31119.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31119.htm new file mode 100644 index 0000000000..9f8fd7dc80 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31119.htm @@ -0,0 +1,7 @@ + +Gatekeeper Ziggurat:
Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.

+Do you wish to enter?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31120.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31120.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31120.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31121.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31121.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31121.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31122.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31122.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31122.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31123.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31123.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31123.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31124.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31124.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31124.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31125.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31125.htm new file mode 100644 index 0000000000..1653d7a48a --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/html/teleporter/31125.htm @@ -0,0 +1,8 @@ + +Gatekeeper Ziggurat:
+Behold, the sphere speaks...
+This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.
+What is your wish?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfDarkOmens.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfDarkOmens.xml new file mode 100644 index 0000000000..b12a786d2c --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfDarkOmens.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheApostate.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheApostate.xml new file mode 100644 index 0000000000..7bba0f346f --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheApostate.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheBranded.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheBranded.xml new file mode 100644 index 0000000000..c325492795 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheBranded.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheForbiddenPath.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheForbiddenPath.xml new file mode 100644 index 0000000000..b37a5d0ffd --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheForbiddenPath.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheHeretic.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheHeretic.xml new file mode 100644 index 0000000000..ac6e97abc3 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheHeretic.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheWitch.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheWitch.xml new file mode 100644 index 0000000000..526c79fe92 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/CatacombOfTheWitch.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfDevotion.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfDevotion.xml new file mode 100644 index 0000000000..d6f4ce4e37 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfDevotion.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfMartyrdom.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfMartyrdom.xml new file mode 100644 index 0000000000..2917ecf463 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfMartyrdom.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfSacrifice.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfSacrifice.xml new file mode 100644 index 0000000000..3b7641127d --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfSacrifice.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheDisciples.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheDisciples.xml new file mode 100644 index 0000000000..5ae53843d9 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheDisciples.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePatriots.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePatriots.xml new file mode 100644 index 0000000000..f5945b8854 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePatriots.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePilgrims.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePilgrims.xml new file mode 100644 index 0000000000..cbdf0c532f --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfThePilgrims.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheSaints.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheSaints.xml new file mode 100644 index 0000000000..851a16c5b1 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfTheSaints.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfWorship.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfWorship.xml new file mode 100644 index 0000000000..6e72a2c0b7 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Catacombs/NecropolisOfWorship.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31000-31099.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31000-31099.xml index d98179cf55..3872bf4228 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31000-31099.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31000-31099.xml @@ -2802,226 +2802,196 @@ - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml index d61deb46bc..c1fa3cfc4d 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml @@ -1,487 +1,421 @@  - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + @@ -640,535 +574,463 @@ - - + + + + + - - - + + + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - - - + + + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - - - - - - - - - - - - - - - - ETC - ETC - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - + - - + + + + + + + + + + + + ETC + ETC + + + + + + + + + + + 600 + + + + + + + 7 + true + + + + + + + + + + + + + + + ETC + ETC + + + + + + + + + + + 600 + + + + + + + 7 + true + + + + + + + + + + + + + + + + + + ETC + ETC + + + + + + + + + + + 600 + + + + + + + 7 + true + + + + + + + + + + + + + + + + + + ETC + ETC + + + + + + + + + + + 600 + + + + + + + 7 + true + + + + + + + + + + + + + + + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - - - - - - - - ETC - ETC - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - ETC - ETC - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - ETC - ETC - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + - - + + - - + + + + + - + ETC ETC - - - - - - - + + + + + + - + 600 - + - - - - - - - - - + 7 true - + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfDarkOmens.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfDarkOmens.xml new file mode 100644 index 0000000000..35bac7a61b --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfDarkOmens.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheApostate.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheApostate.xml new file mode 100644 index 0000000000..21f334ecf7 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheApostate.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheBranded.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheBranded.xml new file mode 100644 index 0000000000..c871e86f4f --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheBranded.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheForbiddenPath.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheForbiddenPath.xml new file mode 100644 index 0000000000..c9e3866ce2 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheForbiddenPath.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheHeretic.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheHeretic.xml new file mode 100644 index 0000000000..38ad7fff56 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheHeretic.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheWitch.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheWitch.xml new file mode 100644 index 0000000000..f47dfd8212 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/CatacombOfTheWitch.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfDevotion.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfDevotion.xml new file mode 100644 index 0000000000..dbcf14e992 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfDevotion.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfMartyrdom.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfMartyrdom.xml new file mode 100644 index 0000000000..703f24e7fb --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfMartyrdom.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml new file mode 100644 index 0000000000..7040a71813 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheDisciples.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheDisciples.xml new file mode 100644 index 0000000000..6593056e46 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheDisciples.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePatriots.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePatriots.xml new file mode 100644 index 0000000000..51a9a5c975 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePatriots.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePilgrims.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePilgrims.xml new file mode 100644 index 0000000000..e000b63515 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfThePilgrims.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheSaints.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheSaints.xml new file mode 100644 index 0000000000..4247007675 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfTheSaints.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfWorship.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfWorship.xml new file mode 100644 index 0000000000..d6a530e523 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/teleporters/others/Catacombs/NecropolisOfWorship.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/readme.txt b/L2J_Mobius_Classic_Interlude/readme.txt index d19ac42565..811b8feca3 100644 --- a/L2J_Mobius_Classic_Interlude/readme.txt +++ b/L2J_Mobius_Classic_Interlude/readme.txt @@ -1,7 +1,7 @@ L2J-Mobius Classic Interlude Client: https://drive.google.com/uc?id=1_kioRKR5FTOmINAtUQe0KCxrvPzY18Nd&export=download -Patch: https://www.mediafire.com/file/n6uewuxxs888ih1/L2J_Mobius_Classic_Interlude_Patch_v7.zip +Patch: https://www.mediafire.com/file/3f0swkvz2sg16k2/L2J_Mobius_Classic_Interlude_Patch_v8.zip JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi Eclipse: https://www.mediafire.com/file/d7z5px9po76v1e9/eclipse-java-2020-03-R-Java14-win32-x86_64.zip