From 56146bc92d339ca48b8ad13b49d3bfe814e68450 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 14 Aug 2017 09:50:26 +0000 Subject: [PATCH] Last Giran dialogs. Contributed by Henrar. --- .../dist/game/data/buylists/3008101.xml | 45 +++++++ .../dist/game/data/buylists/3008102.xml | 126 ++++++++++++++++++ .../dist/game/data/buylists/3008201.xml | 24 ++++ .../dist/game/data/buylists/3008501.xml | 34 +++++ .../dist/game/data/buylists/3008701.xml | 47 +++++++ .../dist/game/data/buylists/3008801.xml | 70 ++++++++++ .../dist/game/data/buylists/3009001.xml | 24 ++++ .../dist/game/data/buylists/3009101.xml | 24 ++++ .../dist/game/data/buylists/3009301.xml | 126 ++++++++++++++++++ .../dist/game/data/buylists/3009302.xml | 78 +++++++++++ .../dist/game/data/buylists/3009401.xml | 47 +++++++ .../dist/game/data/html/default/30110.htm | 5 + .../dist/game/data/html/default/30111-1.htm | 6 + .../dist/game/data/html/default/30111.htm | 7 + .../dist/game/data/html/default/30112-1.htm | 5 + .../dist/game/data/html/default/30112.htm | 6 + .../dist/game/data/html/default/30113-1.htm | 5 + .../dist/game/data/html/default/30113-2.htm | 6 + .../dist/game/data/html/default/30113.htm | 7 + .../dist/game/data/html/default/30114.htm | 6 + .../dist/game/data/html/default/30475.htm | 5 + .../dist/game/data/html/default/30476.htm | 5 + .../dist/game/data/html/default/30477.htm | 5 + .../dist/game/data/html/default/30614.htm | 4 + .../dist/game/data/html/default/30624.htm | 5 + .../dist/game/data/html/guard/30121.htm | 5 + .../dist/game/data/html/guard/30122.htm | 5 + .../dist/game/data/html/guard/30126.htm | 2 +- .../dist/game/data/html/guard/30452-1.htm | 4 + .../dist/game/data/html/guard/30452.htm | 7 + .../dist/game/data/html/merchant/30081-pk.htm | 3 + .../dist/game/data/html/merchant/30081.htm | 8 ++ .../dist/game/data/html/merchant/30082-pk.htm | 3 + .../dist/game/data/html/merchant/30082.htm | 6 + .../dist/game/data/html/merchant/30085-pk.htm | 3 + .../dist/game/data/html/merchant/30085.htm | 7 + .../dist/game/data/html/merchant/30087-1.htm | 5 + .../dist/game/data/html/merchant/30087.htm | 6 + .../dist/game/data/html/merchant/30088-1.htm | 5 + .../dist/game/data/html/merchant/30088.htm | 6 + .../dist/game/data/html/merchant/30090-pk.htm | 3 + .../dist/game/data/html/merchant/30090.htm | 6 + .../dist/game/data/html/merchant/30091-pk.htm | 3 + .../dist/game/data/html/merchant/30091.htm | 6 + .../dist/game/data/html/merchant/30093-pk.htm | 3 + .../dist/game/data/html/merchant/30093.htm | 8 ++ .../dist/game/data/html/merchant/30841.htm | 2 +- .../dist/game/data/html/warehouse/30092-1.htm | 7 + .../dist/game/data/html/warehouse/30092-2.htm | 7 + .../dist/game/data/html/warehouse/30092.htm | 6 + .../dist/game/data/html/warehouse/30095-1.htm | 7 + .../dist/game/data/html/warehouse/30095-2.htm | 7 + .../dist/game/data/html/warehouse/30095.htm | 6 + .../dist/game/data/multisell/3001201.xml | 4 +- .../dist/game/data/multisell/3008103.xml | 18 +++ 55 files changed, 886 insertions(+), 4 deletions(-) create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3008101.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3008102.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3008201.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3008501.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3008701.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3008801.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3009001.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3009101.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3009301.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3009302.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/3009401.xml create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30110.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30111-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30111.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30112-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30112.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30113-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30113-2.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30113.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30114.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30475.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30476.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30477.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30614.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/default/30624.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/guard/30121.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/guard/30122.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/guard/30452-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/guard/30452.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30081-pk.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30081.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30082-pk.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30082.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30085-pk.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30085.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30087-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30087.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30088-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30088.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30090-pk.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30090.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30091-pk.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30091.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30093-pk.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/merchant/30093.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-2.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/warehouse/30092.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-1.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-2.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/html/warehouse/30095.htm create mode 100644 L2J_Mobius_Classic/dist/game/data/multisell/3008103.xml diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3008101.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3008101.xml new file mode 100644 index 0000000000..204bbe726d --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3008101.xml @@ -0,0 +1,45 @@ + + + + 30081 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3008102.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3008102.xml new file mode 100644 index 0000000000..628a25f18d --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3008102.xml @@ -0,0 +1,126 @@ + + + + 30081 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3008201.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3008201.xml new file mode 100644 index 0000000000..9f36b1862c --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3008201.xml @@ -0,0 +1,24 @@ + + + + 30082 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3008501.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3008501.xml new file mode 100644 index 0000000000..dba78ea9cc --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3008501.xml @@ -0,0 +1,34 @@ + + + + 30085 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3008701.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3008701.xml new file mode 100644 index 0000000000..ed87bdd329 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3008701.xml @@ -0,0 +1,47 @@ + + + + 30087 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3008801.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3008801.xml new file mode 100644 index 0000000000..127297933d --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3008801.xml @@ -0,0 +1,70 @@ + + + + 30088 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3009001.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3009001.xml new file mode 100644 index 0000000000..6f3f8e99b8 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3009001.xml @@ -0,0 +1,24 @@ + + + + 30090 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3009101.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3009101.xml new file mode 100644 index 0000000000..d2e9659eb1 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3009101.xml @@ -0,0 +1,24 @@ + + + + 30091 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3009301.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3009301.xml new file mode 100644 index 0000000000..e81938cc37 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3009301.xml @@ -0,0 +1,126 @@ + + + + 30093 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3009302.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3009302.xml new file mode 100644 index 0000000000..23fad3b132 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3009302.xml @@ -0,0 +1,78 @@ + + + + 30093 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/3009401.xml b/L2J_Mobius_Classic/dist/game/data/buylists/3009401.xml new file mode 100644 index 0000000000..94079695c8 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/buylists/3009401.xml @@ -0,0 +1,47 @@ + + + + 30094 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30110.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30110.htm new file mode 100644 index 0000000000..8876c889aa --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30110.htm @@ -0,0 +1,5 @@ +Magister Iker:
+Welcome, friend of Darkness.
+You may be familiar with the Elves' parlor tricks, or the Orcs' barbaric superstitions, but the magic that I teach is of the Ivory Tower. Stay alert and I will open your eyes to the world beyond this one...
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30111-1.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30111-1.htm new file mode 100644 index 0000000000..9fd4c3bd91 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30111-1.htm @@ -0,0 +1,6 @@ +Magister Dieter:
+And after I just warned you about the dangerous curiosity... Tut tut!
+Well, best you hear it from me, I suppose, rather than discover it for youself. You have heard of the wizard named Hardin, have you not? He is Necromancer who studies the Dark Magic prohibited by the commandments of the Ivory Tower.
+It corrupts its users and leads to destruction... It must be avoided like a contagion. Sadly, many capable wizards have allowed themselves to be persuaded by Hardin's parior tricks and become his pupils. We are not safe from his influence, even here. Always be on guard!
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30111.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30111.htm new file mode 100644 index 0000000000..97d9d40c2d --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30111.htm @@ -0,0 +1,7 @@ +Magister Dieter:
+Welcome, young one! you who seek to find truth in the darkest of magicians. Your eyes burn with the desire of knowledge. Yes, yes, I understand. You are greedy to learn, to quicken your skills and become a powerful and revered wizard!
+But, even here, there are boundaries. Rules that must not be transgressed. Too much curiosity can lead to annihilation! So, proceed with wisdom and caution, my young friend.
+Shall we begin?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30112-1.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30112-1.htm new file mode 100644 index 0000000000..6019b54071 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30112-1.htm @@ -0,0 +1,5 @@ +Magister Maurius:
+It is Earth Dragon Antharas. It nests in the deepest recesses of the Valley of Dragons. My brother Juris and I are attempting to keep an eye on the creature, even as we teach magic to our Elven brothers here in this guild.
+If Antharas ever fully awakens, destruction and death will follow. For the sake of this land, we must stay ever vigilant.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30112.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30112.htm new file mode 100644 index 0000000000..fb0ed61713 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30112.htm @@ -0,0 +1,6 @@ +Magister Maurius:
+Welcome! May the blessing of Eva be with you wherever you venture.
+Do you not feel the dark energy of evil simmering beneath the earth? Even this seemingly peaceful city is covered by a dark shadow. Not far from here sleeps the Evil Spirit of Shilen...
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30113-1.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30113-1.htm new file mode 100644 index 0000000000..40ce69165b --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30113-1.htm @@ -0,0 +1,5 @@ +Magister Juris:
+Very well. The cause of that shadow is Earth Dragon Antharas, the legendary Earth Dragon born of Shilen.
+It sleeps in the recesses of Dragon Valley, buit who can say when it will awaken? If that happens, all this prosperity will dissolve into fear and chaos in an instant.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30113-2.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30113-2.htm new file mode 100644 index 0000000000..c997363dec --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30113-2.htm @@ -0,0 +1,6 @@ +Magister Juris:
+It is an enormous canyon located to the north of this village. Long ago, many drakes and dragons resided there.
+Even now, many careless hunters perish there. Many monsters summoned by Earth Dragon Antharas still inhabit the canyon and protect its nest.
+If you're thinking about visiting it, you should be very careful.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30113.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30113.htm new file mode 100644 index 0000000000..fa33eb3617 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30113.htm @@ -0,0 +1,7 @@ +Magister Juris:
+May your spirit be as peaceful as the waters of a calm lake. It is always nice to meet a fellow Elf in this strange land.
+To see the people here, you would never think they had known anything else but peace and prosperity. But in fact there is a hidden Dark Shadow here.
+Perhaps you will one day discover the identity of that Darkness. As a student of magic, just remember that one cannot judge something solely on its appearance...
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30114.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30114.htm new file mode 100644 index 0000000000..f7f26e6a72 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30114.htm @@ -0,0 +1,6 @@ +Magister Roa:
+Welcome! My fellow Magisters and I were sent here, to the Ivory Tower of Oren, to instruct Giran's finest youths in the ways of magic. Still waiting for them to show up...
+Sniff... it looks like you're from a small country school? Yes? Did you study at Einhovant's School of Magic? Harumph, shoddy pretenders, the lot of them! I'm sure you won't be able to keep up with my lessons, but...
+Well, let's just get started and see how you do. If you don't understand something, ask. It's better to humiliate yourself asking than to blow yourself up or turn your lab partner into a frog... though, that depends somewhat on your lab partner...
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30475.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30475.htm new file mode 100644 index 0000000000..67e048e15e --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30475.htm @@ -0,0 +1,5 @@ +Master Stapin:
+We must stand up for ourselves, friend! We are on our own in this world, and cannot hope for deliverance from others.
+Are you ready to start training?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30476.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30476.htm new file mode 100644 index 0000000000..848090eb6d --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30476.htm @@ -0,0 +1,5 @@ +Magister Kaira:
+Rest easy, traveler. I can tell you've come a long way.
+I teach magic to my Dark Elf brothers. I also trace the whereabouts of old relics or forgotten archeological sites in my spare time. Perhaps I will find clues concerning the lost Dark magic of the ancient Giants.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30477.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30477.htm new file mode 100644 index 0000000000..dddbb2421d --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30477.htm @@ -0,0 +1,5 @@ +Sir Ortho Lancer:
+A pleasure to meet you, I am Ortho Lancer. I was given my title by the lord of this land and am in charge of the security in the Town of Giran. I will not forgive anyone who disturbs the town's peace, so you must see to your behavior.
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30614.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30614.htm new file mode 100644 index 0000000000..c41b230f7d --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30614.htm @@ -0,0 +1,4 @@ +Brother Metheus:
+There is no truly righteous person in this world. Everyone is confuting their own crooked justice and narrow-minded rules!
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/default/30624.htm b/L2J_Mobius_Classic/dist/game/data/html/default/30624.htm new file mode 100644 index 0000000000..32353d63b6 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/default/30624.htm @@ -0,0 +1,5 @@ +Veteran Ascalon:
+Would you like to hear stories of my splendid past? In my youth I was a soldier of fortune, wandering freely, fighting aliens and making love to women with foreign names. There were some hard times, but my blazing Warrior spirit kept me going. The deep brotherhood among comrades, struggles, fierce battles, love, romance, I experienced it al. I was truly a Warrior.
+But now I am old. If I could find a talented young fellow to succeed me, I would retire in peace.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/guard/30121.htm b/L2J_Mobius_Classic/dist/game/data/html/guard/30121.htm new file mode 100644 index 0000000000..c2b76a3de1 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/guard/30121.htm @@ -0,0 +1,5 @@ +Captain Jeronin:
+Welcome, traveler. I am Captain Jeronin, and I train guards and keep order in town in the service of Sir Ortho Lancer. Ours is a commercial town, so we have many people who come and go. And because of that, we invest a lot of effort into keeping order and peace around here.
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/guard/30122.htm b/L2J_Mobius_Classic/dist/game/data/html/guard/30122.htm new file mode 100644 index 0000000000..14005cf4bd --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/guard/30122.htm @@ -0,0 +1,5 @@ +Guard Bane:
+Everything is clear! Welcome. I am Bane, a guard here in the Town of Giran. You can find many goods here that you can't find anywhere else. And if you're lucky, you may get your hands on some truly rare items. I went and had a look myself, but there was no way I could afford them with my wages. It's a shop called the Luxury Boutique... Do have a look, if you get a chance.
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/guard/30126.htm b/L2J_Mobius_Classic/dist/game/data/html/guard/30126.htm index 32cfb5f400..a3dee5df9a 100644 --- a/L2J_Mobius_Classic/dist/game/data/html/guard/30126.htm +++ b/L2J_Mobius_Classic/dist/game/data/html/guard/30126.htm @@ -1,5 +1,5 @@ Guard Rath:
-Rumor has it that the Grand Wizard Hardin lives somewhere within the northen mountain range. Many young people have gone in search of that place to learn magic from him. but no one has actually met him yet. Those who say they have met him are liars/
+Rumor has it that the Grand Wizard Hardin lives somewhere within the northen mountain range. Many young people have gone in search of that place to learn magic from him. but no one has actually met him yet. Those who say they have met him are liars.
diff --git a/L2J_Mobius_Classic/dist/game/data/html/guard/30452-1.htm b/L2J_Mobius_Classic/dist/game/data/html/guard/30452-1.htm new file mode 100644 index 0000000000..338f15097a --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/guard/30452-1.htm @@ -0,0 +1,4 @@ +Guard Kurt:
+A few years ago in Dion, the farmers revolted against the lord. The Lord Ashton of that time hired soldiers to suppress the revolt and executed all those who were involved as an example. There are many rumors that the ghosts of the farmers that were murdered still haunt the grounds, so no one goes near there.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/guard/30452.htm b/L2J_Mobius_Classic/dist/game/data/html/guard/30452.htm new file mode 100644 index 0000000000..3fe00e4fff --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/guard/30452.htm @@ -0,0 +1,7 @@ +Guard Kurt:
+Hello, I am Guard Kurt. I mainly assist Sir Ortho Lancer and help maintain the village's security. Sir Ortho Lancer is a fine man who used to serve in the Black Lion Troops when he was young. He is always so full of energy; sometimes it's hard to keep up with him.
+Sir Lancer worries that our village may be in danger because of the monsters that come out of the Execution Grounds of Dion these days.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30081-pk.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30081-pk.htm new file mode 100644 index 0000000000..2aa4ab3157 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30081-pk.htm @@ -0,0 +1,3 @@ +Grocer Helvetia:
+My goodness. I can't believe people like you still walk the streets. What, do the guards of Giran just spend our taxes and sleep or what? I tell you, it's a disgrace. + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30081.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30081.htm new file mode 100644 index 0000000000..c78413a46e --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30081.htm @@ -0,0 +1,8 @@ +Trader Helvetia:
+Welcome to our store! We are pleased to offer you a wide range of high-quality goods. Let me know if you are interested in something.
+ + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30082-pk.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30082-pk.htm new file mode 100644 index 0000000000..8f17bbc00a --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30082-pk.htm @@ -0,0 +1,3 @@ +Grocer Denkus:
+No need to go on standing there staring at me. I don't want to trade with you, so go away. + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30082.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30082.htm new file mode 100644 index 0000000000..769c478c4f --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30082.htm @@ -0,0 +1,6 @@ +Trader Denkus:
+Welcome, welcome! Come browse the finest supply of accessories in all of Aden! Our selection is better and larger than any of our competitors'! If you can't find it here, you won't find it anywhere!
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30085-pk.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30085-pk.htm new file mode 100644 index 0000000000..6ea21a0352 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30085-pk.htm @@ -0,0 +1,3 @@ +Weapons Trader Stanford:
+I won't say it twice. You're a nuisance to the other customers, so please leave! + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30085.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30085.htm new file mode 100644 index 0000000000..2909504186 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30085.htm @@ -0,0 +1,7 @@ +Trader Stany:
+Welcome, youngster! Our shop only specializes in weapons. In fact, most of the famous knights of Aden come here. Why don't you choose one for youself? We carry a wide selection, and only the best!
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30087-1.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30087-1.htm new file mode 100644 index 0000000000..134e610f92 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30087-1.htm @@ -0,0 +1,5 @@ +Trader Peta:
+I hope we have what you're looking for!
+Buy Wizard equipment.
+Buy Wizard Common Items. + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30087.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30087.htm new file mode 100644 index 0000000000..bff3b23014 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30087.htm @@ -0,0 +1,6 @@ +Trader Peta:
+Welcomne! Is there anything in particular that you're looking for? Any item that calls our to you? Take your time and choose wisely.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30088-1.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30088-1.htm new file mode 100644 index 0000000000..b3dafec22e --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30088-1.htm @@ -0,0 +1,5 @@ +Merchant Radia:
+What are you trying to buy?
+Buy Fighter equipment.
+Buy Fighter Common Items. + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30088.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30088.htm new file mode 100644 index 0000000000..ae2d6ba9fa --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30088.htm @@ -0,0 +1,6 @@ +Merchant Radia:
+Ah, a visitor! I'm so glad! What brings you to our store? We specialize in armor: all types and grades. Can I show you a set?
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30090-pk.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30090-pk.htm new file mode 100644 index 0000000000..b9ec20c565 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30090-pk.htm @@ -0,0 +1,3 @@ +Trader Sandra:
+Get out, get out! If people like you frequent our store, we'd be sure to lose all our customers. Get out immediately! + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30090.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30090.htm new file mode 100644 index 0000000000..27a8eae86f --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30090.htm @@ -0,0 +1,6 @@ +Trader Sandra
+Welcome, traveler. There is so much to see in this world. I heard these are sword that spit fire and magic shoes that let you fly... Do you think those things really exist? Have you ever seen them? I know we have weird stuff, but I can't believe those things really exist. Ah, sorry. How can I help you?
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30091-pk.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30091-pk.htm new file mode 100644 index 0000000000..0864cb8760 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30091-pk.htm @@ -0,0 +1,3 @@ +Trader Ellie:
+I'd be happy to trade with you if I could, but it's against the law. I'm sorry. I hear there's a shop somewhere in the wilderness that will deal with someone like you ... + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30091.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30091.htm new file mode 100644 index 0000000000..40708b3b9a --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30091.htm @@ -0,0 +1,6 @@ +Jeweler Ellie
+Hi! Our shop specializes in fine jewelry. We have everything from mysterious rings that protect their owners against evil magic to a healing necklacecapable of raising... the dead! BUM-BUM-BUM! Just tell me what you're looking for, and I'll see if we have it in stock.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30093-pk.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30093-pk.htm new file mode 100644 index 0000000000..7960cfd80c --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30093-pk.htm @@ -0,0 +1,3 @@ +Magic Trader Groot:
+I am sorry. Our shop does not accept customers like you. I can't forbid you to look around, but please leave as soon as possible. + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30093.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30093.htm new file mode 100644 index 0000000000..7c938ff855 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30093.htm @@ -0,0 +1,8 @@ +Dye Merchant Groot:
+Hello! Thank you very much for coming to our shop. What brought you here? If you can't find something in our establishment, I promise you won't find it anywhere else in the Kingdom of Aden. Now, what do you need?
+ + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/merchant/30841.htm b/L2J_Mobius_Classic/dist/game/data/html/merchant/30841.htm index abd3e9f1bc..ab6d3b5f28 100644 --- a/L2J_Mobius_Classic/dist/game/data/html/merchant/30841.htm +++ b/L2J_Mobius_Classic/dist/game/data/html/merchant/30841.htm @@ -2,7 +2,7 @@ Welcome to our store! Are you looking for something special today? We have a wide selection of earrings, necklace, rings and so on. Here you will find any accessory you need. And that's the difference between Elmore and Aden, don't you agree? Here in Aden we believe in the value of elegance. But those northern barbarians.... So, take a look aroung. I'm sure you will find something to your taste and price range.
- + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-1.htm b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-1.htm new file mode 100644 index 0000000000..4b138c303a --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-1.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Collob:
+
+ + + +
+ \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-2.htm b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-2.htm new file mode 100644 index 0000000000..0a80e02769 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092-2.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Collob:
+
+ + + +
+ \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092.htm b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092.htm new file mode 100644 index 0000000000..24a7348421 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30092.htm @@ -0,0 +1,6 @@ +Warehouse Keeper Collob:
+Welcome! We, the 'Steel Door' Guild, will look after your items for a modest price.There's no additional fee when reclainming you items either! Now, what can I do for you?
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-1.htm b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-1.htm new file mode 100644 index 0000000000..bbf93b8bb3 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-1.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Randolf:
+
+ + + +
+ \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-2.htm b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-2.htm new file mode 100644 index 0000000000..0e29f73721 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095-2.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Randolf:
+
+ + + +
+ \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095.htm b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095.htm new file mode 100644 index 0000000000..a08badc065 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/html/warehouse/30095.htm @@ -0,0 +1,6 @@ +Warehouse Keeper Randolf:
+Welcome, friend. What do you want? Your items back? Or did you come here to leave you items? Just tell me what you want.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/multisell/3001201.xml b/L2J_Mobius_Classic/dist/game/data/multisell/3001201.xml index 6ed9a1d429..cfb9527bc6 100644 --- a/L2J_Mobius_Classic/dist/game/data/multisell/3001201.xml +++ b/L2J_Mobius_Classic/dist/game/data/multisell/3001201.xml @@ -29,13 +29,13 @@ - + - + diff --git a/L2J_Mobius_Classic/dist/game/data/multisell/3008103.xml b/L2J_Mobius_Classic/dist/game/data/multisell/3008103.xml new file mode 100644 index 0000000000..eac3382ef2 --- /dev/null +++ b/L2J_Mobius_Classic/dist/game/data/multisell/3008103.xml @@ -0,0 +1,18 @@ + + + + 30081 + + + + + + + + + + + + + + \ No newline at end of file