From f99af21046eb618b14037fae39fdbdc1c8feb57d Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 27 Feb 2021 06:34:17 +0000 Subject: [PATCH] Sylph village grocer, gatekeeper and warehouse. Contributed by manax182. --- .../dist/game/data/buylists/3421101.xml | 46 ++ .../dist/game/data/html/merchant/34211.htm | 7 + .../dist/game/data/html/teleporter/34213.htm | 6 + .../dist/game/data/html/warehouse/34212-1.htm | 7 + .../dist/game/data/html/warehouse/34212-2.htm | 7 + .../dist/game/data/html/warehouse/34212.htm | 7 + .../{Others => SylphVillage}/SylphVillage.xml | 16 +- .../dist/game/data/stats/npcs/34200-34299.xml | 547 ++++++------------ 8 files changed, 264 insertions(+), 379 deletions(-) create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/buylists/3421101.xml create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/merchant/34211.htm create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/teleporter/34213.htm create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-1.htm create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-2.htm create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212.htm rename L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/{Others => SylphVillage}/SylphVillage.xml (98%) diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/buylists/3421101.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/buylists/3421101.xml new file mode 100644 index 0000000000..0ae604dc6f --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/buylists/3421101.xml @@ -0,0 +1,46 @@ + + + + 34211 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/merchant/34211.htm b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/merchant/34211.htm new file mode 100644 index 0000000000..eb90ee64a4 --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/merchant/34211.htm @@ -0,0 +1,7 @@ +Grocer Evia:
+Welcome! You can buy everything you need here.
+I am Evia, the owner of this store.
+So, have you decided what you want? I'm all ears.
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/teleporter/34213.htm b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/teleporter/34213.htm new file mode 100644 index 0000000000..95d83da542 --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/teleporter/34213.htm @@ -0,0 +1,6 @@ +Gatekeeper Mellos:
+My name is Mellos. I was sent by Ivory Tower Wizards to help travelers go to different places.
+If you need to go somewhere, just tell me, I will be happy to help
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-1.htm b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-1.htm new file mode 100644 index 0000000000..b4c5ec2558 --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-1.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Tyra:
+
+ + + +
+
\ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-2.htm b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-2.htm new file mode 100644 index 0000000000..813a86cc29 --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212-2.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Tyra:
+
+ + + +
+
\ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212.htm b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212.htm new file mode 100644 index 0000000000..8733a8e897 --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/html/warehouse/34212.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Tyra:
+Nice to meet you! My name is Tyra.
+If you are carrying something heavy, you can leave it with me. I'll make sure your belongings are safe and sound!
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Others/SylphVillage.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/SylphVillage/SylphVillage.xml similarity index 98% rename from L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Others/SylphVillage.xml rename to L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/SylphVillage/SylphVillage.xml index 05943dc9cc..3ed1f01d77 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Others/SylphVillage.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/SylphVillage/SylphVillage.xml @@ -1372,14 +1372,14 @@ - - - - - - - - + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/npcs/34200-34299.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/npcs/34200-34299.xml index 9d73454a29..9ce4a423a8 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/npcs/34200-34299.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/npcs/34200-34299.xml @@ -20,8 +20,7 @@ - - + HUMAN FEMALE @@ -40,8 +39,7 @@ - - + HUMAN FEMALE @@ -60,8 +58,7 @@ - - + HUMAN FEMALE @@ -80,8 +77,7 @@ - - + HUMAN FEMALE @@ -100,8 +96,7 @@ - - + HUMAN FEMALE @@ -134,6 +129,177 @@ + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + + + + ETC + FEMALE + + + + + + + + + + + + + + + HUMAN @@ -1015,365 +1181,4 @@ - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - - - - - ETC - FEMALE - - - - - - - - - - - - - - -