From 94e3d61b6d9caa5ddff2ad7607adfa2e895c823c Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 23 Dec 2020 23:36:12 +0000 Subject: [PATCH] Updated Harmony, Holly and Pona. --- .../dist/game/data/buylists/3025401.xml | 98 ++-- .../dist/game/data/buylists/3025403.xml | 81 +-- .../dist/game/data/buylists/3083901.xml | 116 ++-- .../dist/game/data/html/merchant/30090.htm | 2 +- .../dist/game/data/html/merchant/30254-1.htm | 28 + .../dist/game/data/html/merchant/30254-10.htm | 7 + .../dist/game/data/html/merchant/30254-2.htm | 9 + .../dist/game/data/html/merchant/30254-3.htm | 10 + .../dist/game/data/html/merchant/30254-4.htm | 9 + .../dist/game/data/html/merchant/30254-5.htm | 10 + .../dist/game/data/html/merchant/30254-6.htm | 9 + .../dist/game/data/html/merchant/30254-7.htm | 9 + .../dist/game/data/html/merchant/30254-8.htm | 7 + .../dist/game/data/html/merchant/30254-9.htm | 9 + .../dist/game/data/html/merchant/30254.htm | 19 +- .../dist/game/data/html/merchant/30839.htm | 14 +- .../dist/game/data/html/merchant/30936-1.htm | 5 + .../dist/game/data/html/merchant/30936-2.htm | 4 + .../dist/game/data/html/merchant/30936.htm | 18 +- .../data/html/merchant/territorynoclan.htm | 6 + .../data/html/merchant/territorystatus.htm | 7 + .../dist/game/data/multisell/3025402.xml | 57 ++ .../dist/game/data/multisell/3025403.xml | 159 ++++++ .../dist/game/data/multisell/3025404.xml | 516 +++--------------- .../dist/game/data/multisell/3025405.xml | 46 ++ .../dist/game/data/multisell/3025406.xml | 57 ++ .../dist/game/data/multisell/3025407.xml | 46 ++ .../dist/game/data/multisell/3025408.xml | 46 ++ .../dist/game/data/multisell/3025409.xml | 93 ++++ .../dist/game/data/multisell/3025410.xml | 62 +++ .../dist/game/data/multisell/3093601.xml | 65 ++- .../dist/game/data/multisell/3093602.xml | 32 +- .../dist/game/data/multisell/3093603.xml | 23 +- .../dist/game/data/multisell/3093604.xml | 26 +- .../dist/game/data/multisell/3093605.xml | 147 ++++- 35 files changed, 1211 insertions(+), 641 deletions(-) create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-1.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-10.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-2.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-3.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-4.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-5.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-6.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-7.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-8.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-9.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-1.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-2.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/territorynoclan.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/territorystatus.htm create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025402.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025403.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025405.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025406.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025407.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025408.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025409.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3025410.xml diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025401.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025401.xml index fd06f50f7f..0469920f21 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025401.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025401.xml @@ -1,32 +1,66 @@ - - - - 30254 - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 30254 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025403.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025403.xml index 580300e7f8..df03c1d1c8 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025403.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3025403.xml @@ -1,33 +1,48 @@ - - - - 30254 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 30254 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3083901.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3083901.xml index 07940fa311..8dee321ea4 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3083901.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3083901.xml @@ -1,39 +1,77 @@ - - - - 30839 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 30839 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30090.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30090.htm index c4e30df47a..4f86c94094 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30090.htm +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30090.htm @@ -1,5 +1,5 @@ Trader Sandra:
-There are so many wonderful things in the world! They say, there are even such things as sword that burns with flame, or shoes that let you fly… Do they really exist? Have you ever seen such things? In our shop there is a lot of magic jewelry, but it's hard to +There are so many wonderful things in the world! They say, there are even such things as sword that burns with flame, or shoes that let you fly! Do they really exist? Have you ever seen such things? In our shop there is a lot of magic jewelry, but it's hard to believe, that such powerful items exist. Oh, I'm sorry! I'm talking too much. How can I help you?
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-1.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-1.htm new file mode 100644 index 0000000000..a32fd4166d --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-1.htm @@ -0,0 +1,28 @@ +Grocer Harmony:
+There are different classes in the world of Aden. If you ve undergone the 3rd class change, the time has come for you to learn new skills from the skill scrolls for your class. You will grow stronger.
+Choose your class, and I will help you to get necessary scrolls.
+ + + + + + + + + + + + + + + + + + + + + + + +
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-10.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-10.htm new file mode 100644 index 0000000000..f5778c3712 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-10.htm @@ -0,0 +1,7 @@ +Grocer Harmony:
+The Orc Shamans include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Orc Shamans' Scroll at my store.
+
|Orcs| Doomcryer, Dominator

+Would you like to exchange an Orc Shamans' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-2.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-2.htm new file mode 100644 index 0000000000..ad98cd4aef --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-2.htm @@ -0,0 +1,9 @@ +Grocer Harmony:
+The Knights include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Knights' Scroll at my store.
+
|Human| Phoenix Knight, Hell Knight
+
|Elves| Eva's Templar
+
|Dark Elves| Shillien Templar

+Do you want to exchange a Knights' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-3.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-3.htm new file mode 100644 index 0000000000..5b03cffea3 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-3.htm @@ -0,0 +1,10 @@ +Grocer Harmony:
+The Warriors include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Warriors' Scroll at my store.
+
|Human| Dreadnought, Duelist
+
|Orcs| Titan, Khavatari
+
|Dwarves| Master, Fortune Seeker
+
|Kamael| Doombringer, Soul Hound

+Do you want to exchange a Warriors' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-4.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-4.htm new file mode 100644 index 0000000000..b799797a00 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-4.htm @@ -0,0 +1,9 @@ +Grocer Harmony:
+The Rogues include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Rogues' Scroll at my store.
+
|Human| Adventurer
+
|Elves| Wind Rider
+
|Dark Elves| Ghost Hunter

+Do you want to exchange a Rogues' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-5.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-5.htm new file mode 100644 index 0000000000..2dcf73ecbb --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-5.htm @@ -0,0 +1,10 @@ +Grocer Harmony:
+The Archers include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Archers' Scroll at my store.
+
|Human| Sagittarius
+
|Elves| Moonlight Sentinel
+
|Dark Elves| Ghost Sentinel
+
|Kamael| Trickster

+Do you want to exchange a Archers' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-6.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-6.htm new file mode 100644 index 0000000000..936fab8daa --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-6.htm @@ -0,0 +1,9 @@ +Grocer Harmony:
+The Mustics include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Mustics' Scroll at my store.
+
|Human| Archmage, Soultaker
+
|Elves| Mystic Muse
+
|Dark Elves| Storm Screamer

+Do you want to exchange a Mustics' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-7.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-7.htm new file mode 100644 index 0000000000..d1b0343360 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-7.htm @@ -0,0 +1,9 @@ +Grocer Harmony:
+The Summoners include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Summoners' Scroll at my store.
+
|Human| Arcana Lord
+
|Elves| Elemental Master
+
|Dark Elves| Spectral Master

+Do you want to exchange a Summoners' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-8.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-8.htm new file mode 100644 index 0000000000..817f9661f4 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-8.htm @@ -0,0 +1,7 @@ +Grocer Harmony:
+The Enchanters include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Enchanters' Scroll at my store.
+
|Human| Apostle

+Do you want to exchange a Enchanters' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-9.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-9.htm new file mode 100644 index 0000000000..6c9bc28d45 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254-9.htm @@ -0,0 +1,9 @@ +Grocer Harmony:
+The Healers include the following classes available after the 3rd class transfer. If you belong to any of these classes you can exchange a Healers' Scroll at my store.
+
|Human| Cardinal
+
|Elves| Eva's Saint
+
|Dark Elves| Shillien Saint

+Do you want to exchange a Healers' Scroll?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254.htm index 79dc15da51..743226862b 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254.htm +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30254.htm @@ -1,10 +1,11 @@ -Trader Harmony:
-My home where beautiful birds are singing...
-Oh! How dare you listen to my song without my permission! Buy something then, as a payment for the emotional distress you caused. It's not obligatory, of course. but if you do it, that will make me a little bit more happy, I think. What of that? Forgot your business here?
- - - - - - +Grocer Harmony:
+Under clear sky... Lies a city of gold...
+Oh, my! How could you listen to my song without permission! Buy something then, as a payment for the emotional distress you've caused me.
+It's not obligatory, of course, but if you do it, that will make me a little bit more happy, I think. So? Have you forgotten what you came here for?
+ + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30839.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30839.htm index f31919d65d..af37eacbea 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30839.htm +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30839.htm @@ -1,7 +1,9 @@ -Trader Holly:
-Welcome to our store! Do you enjoy your visit to the captital? Althrough it seems safe and secure from the outside, the city actually faces big problems. Some noblemen and the warrior clique conspire to usurp the throne. Unless we get rid of them quickly, they will lead our country to ruin....
- - - - +Grocer Holly:
+Welcome! Did you enjoy your visit to the capital city of Aden?
+It seems life here is stable and safe, but in reality there are big troubles in the town. Some nobles and militarists conspire to seize the throne. If we can't get rid of them quickly, they'll spell disaster for all of us...
+Eh, what do I know, I'm just a grocer. Forget I ever said anything.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-1.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-1.htm new file mode 100644 index 0000000000..6a1b91d765 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-1.htm @@ -0,0 +1,5 @@ +Collector Pona:
+So, you are going to buy Agathion! Woohoo! Give me an Agathion Coupon. + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-2.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-2.htm new file mode 100644 index 0000000000..7d5c27e7f3 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936-2.htm @@ -0,0 +1,4 @@ +Collector Pona:
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936.htm index a8cb868a36..b135280a6f 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936.htm +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/30936.htm @@ -1,10 +1,10 @@ -Collector Pona:
-I have been wandering around the world seeking jewels for 100 years. I'm quite exhausted... I think I'll have some rest here. I like this place. Hoho!
-Huh? Who are you? Did you bring anything?
-I'm only interested in rare items; however, you've worked hard to find me. That's why I am going to show you what I have. Hmm... I wonder what might fit your needs...
- - - - - +Collector Pona:
+I have been wandering around the world seeking jewels for 100 years. I'm so tired...
+Huh? Who are you? Did you bring anything? I'm only interested in rare items; however, you've worked hard to find me. That's why I'm going to show you what I have. Hmm... Iwonder what might fit your needs...
+ + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/territorynoclan.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/territorynoclan.htm new file mode 100644 index 0000000000..f7ad824769 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/territorynoclan.htm @@ -0,0 +1,6 @@ +
+[Territory Status]

+Name: %castlename% Manor of %territory%
+This area is not currently under the rule of any clan.

+