From 00634e89a5f33de59fc66080c5063fdbe5ec783e Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 11 Mar 2019 01:14:41 +0000 Subject: [PATCH] Reworked Elven Village area. --- .../dist/game/data/buylists/3441600.xml | 116 +++++++++++++ .../dist/game/data/html/default/33786.htm | 4 +- .../dist/game/data/html/default/34411.htm | 5 + .../dist/game/data/html/default/34415-1.htm | 4 + .../dist/game/data/html/default/34415-2.htm | 9 + .../dist/game/data/html/default/34415-3.htm | 7 + .../dist/game/data/html/default/34415-4.htm | 5 + .../dist/game/data/html/default/34415.htm | 6 + .../dist/game/data/html/merchant/34416-pk.htm | 3 + .../dist/game/data/html/merchant/34416.htm | 7 + .../dist/game/data/html/warehouse/34417.htm | 8 + .../dist/game/data/multisell/3441501.xml | 11 ++ .../dist/game/data/multisell/3441502.xml | 159 ++++++++++++++++++ .../game/data/spawns/Elven/ElvenVillage.xml | 8 +- .../dist/game/data/stats/npcs/34400-34499.xml | 12 +- .../dist/game/data/buylists/3441600.xml | 116 +++++++++++++ .../dist/game/data/html/default/33786.htm | 4 +- .../dist/game/data/html/default/34411.htm | 5 + .../dist/game/data/html/default/34415-1.htm | 4 + .../dist/game/data/html/default/34415-2.htm | 9 + .../dist/game/data/html/default/34415-3.htm | 7 + .../dist/game/data/html/default/34415-4.htm | 5 + .../dist/game/data/html/default/34415.htm | 6 + .../dist/game/data/html/merchant/34416-pk.htm | 3 + .../dist/game/data/html/merchant/34416.htm | 7 + .../dist/game/data/html/warehouse/34417.htm | 8 + .../dist/game/data/multisell/3441501.xml | 11 ++ .../dist/game/data/multisell/3441502.xml | 159 ++++++++++++++++++ .../game/data/spawns/Elven/ElvenVillage.xml | 8 +- .../dist/game/data/stats/npcs/34400-34499.xml | 12 +- .../dist/game/data/buylists/3441600.xml | 116 +++++++++++++ .../dist/game/data/html/default/33786.htm | 4 +- .../dist/game/data/html/default/34411.htm | 5 + .../dist/game/data/html/default/34415-1.htm | 4 + .../dist/game/data/html/default/34415-2.htm | 9 + .../dist/game/data/html/default/34415-3.htm | 7 + .../dist/game/data/html/default/34415-4.htm | 5 + .../dist/game/data/html/default/34415.htm | 6 + .../dist/game/data/html/merchant/34416-pk.htm | 3 + .../dist/game/data/html/merchant/34416.htm | 7 + .../dist/game/data/html/warehouse/34417.htm | 8 + .../dist/game/data/multisell/3441501.xml | 11 ++ .../dist/game/data/multisell/3441502.xml | 159 ++++++++++++++++++ .../game/data/spawns/Elven/ElvenVillage.xml | 24 +-- .../dist/game/data/stats/npcs/34400-34499.xml | 12 +- 45 files changed, 1067 insertions(+), 41 deletions(-) create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/buylists/3441600.xml create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34411.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-1.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-2.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-3.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-4.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416-pk.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/html/warehouse/34417.htm create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441501.xml create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441502.xml create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/buylists/3441600.xml create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34411.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-1.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-2.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-3.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-4.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416-pk.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/warehouse/34417.htm create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441501.xml create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441502.xml create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/buylists/3441600.xml create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34411.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-1.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-2.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-3.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-4.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416-pk.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/warehouse/34417.htm create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441501.xml create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441502.xml diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/buylists/3441600.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/buylists/3441600.xml new file mode 100644 index 0000000000..8a0695ab68 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/buylists/3441600.xml @@ -0,0 +1,116 @@ + + + + 34416 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/33786.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/33786.htm index 2807463113..670336eb28 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/33786.htm +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/33786.htm @@ -1,4 +1,4 @@ -Mother Tree:
+Mother Tree's Memory:
The Mother Tree, withered up after the Blood Rain.
-The wind seems to carry the weeping of the tree. +It seems to hold the sounds of the Mother Tree weeping, maybe because it contains the tree's memory. \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34411.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34411.htm new file mode 100644 index 0000000000..283ced139c --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34411.htm @@ -0,0 +1,5 @@ +Hierarch Asterios:
+I am Hierarch Asterios.
+As a rapid change in the Mother Tree and the Shadow of the Mother Tree was felt, I came here as fast I could from the Ancient City Arcan.
+ + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-1.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-1.htm new file mode 100644 index 0000000000..3e2b6f5c90 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-1.htm @@ -0,0 +1,4 @@ +Ceriel:
+Although I can help you move to the Shadow of the Mother Tree, I can't guarantee your safety in such a dangerous place.
+I'm not really sure that you are capable of doing it, yet. + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-2.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-2.htm new file mode 100644 index 0000000000..39018e2ccf --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-2.htm @@ -0,0 +1,9 @@ +Ceriel:
+The Mother Tree Guardians Talisman is developed through our skills.
+We developed this to help you when you are with us. So, if you gather some materials for the talisman, we will make it for you.
+It is also possible to improve the performance, so just say the word.
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-3.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-3.htm new file mode 100644 index 0000000000..67921ec5c4 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-3.htm @@ -0,0 +1,7 @@ +Ceriel:
+The materials for a Mother Tree Guardians Talisman are Life Crystal, Giant's Energy, and a small fee.
+You can get the Life Crystal from the Supply Box that we give you as a reward when you help us, and you need to obtain the Giant's Energy yourself.
+When you collect all the ingredients, we'll make the Mother Tree Guardians Talisman.
+Of cource we can improve the performance. But don't forget that there are times when different ingredients are needed to improve it. So, make sure to check first.
+ + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-4.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-4.htm new file mode 100644 index 0000000000..a8291c44fe --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415-4.htm @@ -0,0 +1,5 @@ +Ceriel:
+Based on our the knowledge of plants, we developed the Mother Tree Guardians Talisman to support the efforts for revitalizing the Mother Tree.
+When you wear the Mother Tree Guardians Talisman, you can take the advantage in battles against plants.
+ + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415.htm new file mode 100644 index 0000000000..ea5dfcfa14 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34415.htm @@ -0,0 +1,6 @@ +Ceriel:
+If it were not for the changes in the Mother Tree, I would never come out to the world again...
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416-pk.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416-pk.htm new file mode 100644 index 0000000000..ebe9ad2c57 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416-pk.htm @@ -0,0 +1,3 @@ +Rain:
+I'm sorry. I can't do business with you. Please leave! + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416.htm new file mode 100644 index 0000000000..ec61831a88 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/merchant/34416.htm @@ -0,0 +1,7 @@ +Grocer Rain:
+Welcome to my grocery store. I'm Rain.
+There is nothing our store does not trade. Have a look.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/html/warehouse/34417.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/html/warehouse/34417.htm new file mode 100644 index 0000000000..3003ca3e80 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/html/warehouse/34417.htm @@ -0,0 +1,8 @@ +Warehouse Keeper Saypia:
+Welcome. You can deposit whatever you want. We promise to keep your things safe at all costs.
+It's good to return to Elven Village, isn't it?
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441501.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441501.xml new file mode 100644 index 0000000000..7b32d0d7fd --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441501.xml @@ -0,0 +1,11 @@ + + + + 34415 + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441502.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441502.xml new file mode 100644 index 0000000000..81c90db44b --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/multisell/3441502.xml @@ -0,0 +1,159 @@ + + + + 34415 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Elven/ElvenVillage.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Elven/ElvenVillage.xml index ab6dbcc89a..9f4aad622e 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Elven/ElvenVillage.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Elven/ElvenVillage.xml @@ -3,8 +3,12 @@ - + + + + + - \ No newline at end of file + diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/npcs/34400-34499.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/npcs/34400-34499.xml index 3238a88db8..2e1710fe7f 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/npcs/34400-34499.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/npcs/34400-34499.xml @@ -306,10 +306,9 @@ - - - ETC - FEMALE + + ELF + MALE @@ -325,9 +324,8 @@ - - - ETC + + ELF FEMALE diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/buylists/3441600.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/buylists/3441600.xml new file mode 100644 index 0000000000..8a0695ab68 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/buylists/3441600.xml @@ -0,0 +1,116 @@ + + + + 34416 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/33786.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/33786.htm index 2807463113..670336eb28 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/33786.htm +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/33786.htm @@ -1,4 +1,4 @@ -Mother Tree:
+Mother Tree's Memory:
The Mother Tree, withered up after the Blood Rain.
-The wind seems to carry the weeping of the tree. +It seems to hold the sounds of the Mother Tree weeping, maybe because it contains the tree's memory. \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34411.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34411.htm new file mode 100644 index 0000000000..283ced139c --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34411.htm @@ -0,0 +1,5 @@ +Hierarch Asterios:
+I am Hierarch Asterios.
+As a rapid change in the Mother Tree and the Shadow of the Mother Tree was felt, I came here as fast I could from the Ancient City Arcan.
+ + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-1.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-1.htm new file mode 100644 index 0000000000..3e2b6f5c90 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-1.htm @@ -0,0 +1,4 @@ +Ceriel:
+Although I can help you move to the Shadow of the Mother Tree, I can't guarantee your safety in such a dangerous place.
+I'm not really sure that you are capable of doing it, yet. + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-2.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-2.htm new file mode 100644 index 0000000000..39018e2ccf --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-2.htm @@ -0,0 +1,9 @@ +Ceriel:
+The Mother Tree Guardians Talisman is developed through our skills.
+We developed this to help you when you are with us. So, if you gather some materials for the talisman, we will make it for you.
+It is also possible to improve the performance, so just say the word.
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-3.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-3.htm new file mode 100644 index 0000000000..67921ec5c4 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-3.htm @@ -0,0 +1,7 @@ +Ceriel:
+The materials for a Mother Tree Guardians Talisman are Life Crystal, Giant's Energy, and a small fee.
+You can get the Life Crystal from the Supply Box that we give you as a reward when you help us, and you need to obtain the Giant's Energy yourself.
+When you collect all the ingredients, we'll make the Mother Tree Guardians Talisman.
+Of cource we can improve the performance. But don't forget that there are times when different ingredients are needed to improve it. So, make sure to check first.
+ + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-4.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-4.htm new file mode 100644 index 0000000000..a8291c44fe --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415-4.htm @@ -0,0 +1,5 @@ +Ceriel:
+Based on our the knowledge of plants, we developed the Mother Tree Guardians Talisman to support the efforts for revitalizing the Mother Tree.
+When you wear the Mother Tree Guardians Talisman, you can take the advantage in battles against plants.
+ + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415.htm new file mode 100644 index 0000000000..ea5dfcfa14 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34415.htm @@ -0,0 +1,6 @@ +Ceriel:
+If it were not for the changes in the Mother Tree, I would never come out to the world again...
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416-pk.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416-pk.htm new file mode 100644 index 0000000000..ebe9ad2c57 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416-pk.htm @@ -0,0 +1,3 @@ +Rain:
+I'm sorry. I can't do business with you. Please leave! + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416.htm new file mode 100644 index 0000000000..ec61831a88 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/merchant/34416.htm @@ -0,0 +1,7 @@ +Grocer Rain:
+Welcome to my grocery store. I'm Rain.
+There is nothing our store does not trade. Have a look.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/warehouse/34417.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/warehouse/34417.htm new file mode 100644 index 0000000000..3003ca3e80 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/html/warehouse/34417.htm @@ -0,0 +1,8 @@ +Warehouse Keeper Saypia:
+Welcome. You can deposit whatever you want. We promise to keep your things safe at all costs.
+It's good to return to Elven Village, isn't it?
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441501.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441501.xml new file mode 100644 index 0000000000..7b32d0d7fd --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441501.xml @@ -0,0 +1,11 @@ + + + + 34415 + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441502.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441502.xml new file mode 100644 index 0000000000..81c90db44b --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/multisell/3441502.xml @@ -0,0 +1,159 @@ + + + + 34415 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Elven/ElvenVillage.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Elven/ElvenVillage.xml index ab6dbcc89a..9f4aad622e 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Elven/ElvenVillage.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Elven/ElvenVillage.xml @@ -3,8 +3,12 @@ - + + + + + - \ No newline at end of file + diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/34400-34499.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/34400-34499.xml index c3d2b6b0e5..6c32913507 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/34400-34499.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/34400-34499.xml @@ -306,10 +306,9 @@
- - - ETC - FEMALE + + ELF + MALE @@ -325,9 +324,8 @@ - - - ETC + + ELF FEMALE diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/buylists/3441600.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/buylists/3441600.xml new file mode 100644 index 0000000000..8a0695ab68 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/buylists/3441600.xml @@ -0,0 +1,116 @@ + + + + 34416 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/33786.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/33786.htm index 2807463113..670336eb28 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/33786.htm +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/33786.htm @@ -1,4 +1,4 @@ -Mother Tree:
+Mother Tree's Memory:
The Mother Tree, withered up after the Blood Rain.
-The wind seems to carry the weeping of the tree. +It seems to hold the sounds of the Mother Tree weeping, maybe because it contains the tree's memory. \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34411.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34411.htm new file mode 100644 index 0000000000..283ced139c --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34411.htm @@ -0,0 +1,5 @@ +Hierarch Asterios:
+I am Hierarch Asterios.
+As a rapid change in the Mother Tree and the Shadow of the Mother Tree was felt, I came here as fast I could from the Ancient City Arcan.
+ + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-1.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-1.htm new file mode 100644 index 0000000000..3e2b6f5c90 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-1.htm @@ -0,0 +1,4 @@ +Ceriel:
+Although I can help you move to the Shadow of the Mother Tree, I can't guarantee your safety in such a dangerous place.
+I'm not really sure that you are capable of doing it, yet. + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-2.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-2.htm new file mode 100644 index 0000000000..39018e2ccf --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-2.htm @@ -0,0 +1,9 @@ +Ceriel:
+The Mother Tree Guardians Talisman is developed through our skills.
+We developed this to help you when you are with us. So, if you gather some materials for the talisman, we will make it for you.
+It is also possible to improve the performance, so just say the word.
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-3.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-3.htm new file mode 100644 index 0000000000..67921ec5c4 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-3.htm @@ -0,0 +1,7 @@ +Ceriel:
+The materials for a Mother Tree Guardians Talisman are Life Crystal, Giant's Energy, and a small fee.
+You can get the Life Crystal from the Supply Box that we give you as a reward when you help us, and you need to obtain the Giant's Energy yourself.
+When you collect all the ingredients, we'll make the Mother Tree Guardians Talisman.
+Of cource we can improve the performance. But don't forget that there are times when different ingredients are needed to improve it. So, make sure to check first.
+ + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-4.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-4.htm new file mode 100644 index 0000000000..a8291c44fe --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415-4.htm @@ -0,0 +1,5 @@ +Ceriel:
+Based on our the knowledge of plants, we developed the Mother Tree Guardians Talisman to support the efforts for revitalizing the Mother Tree.
+When you wear the Mother Tree Guardians Talisman, you can take the advantage in battles against plants.
+ + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415.htm new file mode 100644 index 0000000000..ea5dfcfa14 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34415.htm @@ -0,0 +1,6 @@ +Ceriel:
+If it were not for the changes in the Mother Tree, I would never come out to the world again...
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416-pk.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416-pk.htm new file mode 100644 index 0000000000..ebe9ad2c57 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416-pk.htm @@ -0,0 +1,3 @@ +Rain:
+I'm sorry. I can't do business with you. Please leave! + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416.htm new file mode 100644 index 0000000000..ec61831a88 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/34416.htm @@ -0,0 +1,7 @@ +Grocer Rain:
+Welcome to my grocery store. I'm Rain.
+There is nothing our store does not trade. Have a look.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/html/warehouse/34417.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/warehouse/34417.htm new file mode 100644 index 0000000000..3003ca3e80 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/html/warehouse/34417.htm @@ -0,0 +1,8 @@ +Warehouse Keeper Saypia:
+Welcome. You can deposit whatever you want. We promise to keep your things safe at all costs.
+It's good to return to Elven Village, isn't it?
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441501.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441501.xml new file mode 100644 index 0000000000..7b32d0d7fd --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441501.xml @@ -0,0 +1,11 @@ + + + + 34415 + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441502.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441502.xml new file mode 100644 index 0000000000..81c90db44b --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3441502.xml @@ -0,0 +1,159 @@ + + + + 34415 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Elven/ElvenVillage.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Elven/ElvenVillage.xml index ab6dbcc89a..1348d923d5 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Elven/ElvenVillage.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Elven/ElvenVillage.xml @@ -1,10 +1,14 @@ - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/34400-34499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/34400-34499.xml index f410c5211f..0bc092f68a 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/34400-34499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/34400-34499.xml @@ -307,10 +307,9 @@
- - - ETC - FEMALE + + ELF + MALE @@ -326,9 +325,8 @@ - - - ETC + + ELF FEMALE