From f79302288ff7ee8c3d4f04b646d44fe16407bba7 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Tue, 11 Jan 2022 22:41:02 +0000 Subject: [PATCH] Updated various NPCs to retail. Contributed by quangnguyen. --- .../dist/game/data/buylists/3083801.xml | 1 - .../dist/game/data/buylists/3083802.xml | 1 + .../dist/game/data/buylists/3083901.xml | 10 +- .../dist/game/data/buylists/3084201.xml | 32 +- .../dist/game/data/buylists/3421703.xml | 1 - .../dist/game/data/buylists/3421704.xml | 1 + .../dist/game/data/html/common/craft_02.htm | 15 +- .../dist/game/data/html/merchant/30003.htm | 5 +- .../dist/game/data/html/merchant/30004.htm | 7 +- .../dist/game/data/html/merchant/30136.htm | 7 +- .../dist/game/data/html/merchant/30137.htm | 7 +- .../dist/game/data/html/merchant/30138.htm | 7 +- .../dist/game/data/html/merchant/30148-1.htm | 2 +- .../dist/game/data/html/merchant/30148.htm | 7 +- .../dist/game/data/html/merchant/30149.htm | 7 +- .../dist/game/data/html/merchant/30150.htm | 5 +- .../dist/game/data/html/merchant/30283.htm | 4 +- .../dist/game/data/html/merchant/30307.htm | 7 +- .../dist/game/data/html/merchant/30363.htm | 8 +- .../dist/game/data/html/merchant/30516.htm | 15 +- .../dist/game/data/html/merchant/30517.htm | 11 +- .../dist/game/data/html/merchant/30518.htm | 11 +- .../dist/game/data/html/merchant/30519.htm | 5 +- .../dist/game/data/html/merchant/30526.htm | 8 +- .../dist/game/data/html/merchant/30527.htm | 5 +- .../dist/game/data/html/merchant/30558.htm | 9 +- .../dist/game/data/html/merchant/30559.htm | 10 +- .../dist/game/data/html/merchant/30560.htm | 9 +- .../dist/game/data/html/merchant/30561.htm | 9 +- .../dist/game/data/html/merchant/30564.htm | 5 +- .../dist/game/data/html/merchant/30840.htm | 1 - .../dist/game/data/html/merchant/34111.htm | 7 +- .../dist/game/data/html/petmanager/30869.htm | 13 +- .../dist/game/data/html/teleporter/30576.htm | 5 +- .../dist/game/data/html/teleporter/34112.htm | 4 +- .../game/data/html/villagemaster/30525.htm | 4 - .../dist/game/data/html/warehouse/34117-1.htm | 4 +- .../dist/game/data/html/warehouse/34117-2.htm | 6 +- .../dist/game/data/html/warehouse/34117.htm | 8 +- .../dist/game/data/multisell/1002.xml | 10 +- .../dist/game/data/multisell/3247824.xml | 12 + .../dist/game/data/multisell/3247829.xml | 6 + .../dist/game/data/multisell/3247843.xml | 846 +++++++++++++ .../dist/game/data/multisell/3247844.xml | 1057 +++++++++++++++++ .../dist/game/data/multisell/3247845.xml | 79 ++ .../dist/game/data/multisell/3247846.xml | 31 + .../others/GameAssistant/GameAssistant.java | 110 +- .../others/GameAssistant/adventuremark.html | 63 + .../ai/others/GameAssistant/checkurinv.html | 21 + .../scripts/ai/others/GameAssistant/dyes.html | 84 ++ .../ai/others/GameAssistant/enhancement.html | 8 +- .../ai/others/GameAssistant/events.html | 6 +- .../ai/others/GameAssistant/items.html | 13 + .../ai/others/GameAssistant/soulcrystals.html | 8 +- .../dist/game/data/spawns/Aden/Aden.xml | 2 - .../game/data/stats/items/96600-96699.xml | 1 + 56 files changed, 2465 insertions(+), 175 deletions(-) create mode 100644 L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247843.xml create mode 100644 L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247844.xml create mode 100644 L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247845.xml create mode 100644 L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247846.xml create mode 100644 L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/adventuremark.html create mode 100644 L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/checkurinv.html create mode 100644 L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/dyes.html diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083801.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083801.xml index 08155918ab..795f9b031d 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083801.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083801.xml @@ -73,7 +73,6 @@ - diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083802.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083802.xml index be9918e10c..65b327c2f2 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083802.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083802.xml @@ -49,6 +49,7 @@ + diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083901.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083901.xml index 8f28f950c0..4ce803de34 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083901.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3083901.xml @@ -15,10 +15,12 @@ - - - - + + + + + + diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3084201.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3084201.xml index ff15cb5103..b2d6671674 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3084201.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3084201.xml @@ -3,31 +3,23 @@ 30842 + + - - - - - - - - - - - - - + + + + + + + + - - - - - - - + + diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421703.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421703.xml index 8bdcacd4ca..53000f1406 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421703.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421703.xml @@ -74,7 +74,6 @@ - diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421704.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421704.xml index 408a1037cf..934da4f836 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421704.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/buylists/3421704.xml @@ -49,6 +49,7 @@ + diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/common/craft_02.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/common/craft_02.htm index fa029c830b..e964954aa8 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/common/craft_02.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/common/craft_02.htm @@ -1,9 +1,12 @@
-Of course, in order to create a dualsword weapon you need to have something to work with, a pair of swords.
-In addition to that, no Artisan would work for free. They need to make their living after all... Running the forge isn't cheap either...
-Hm... There's something else... You need both swords to be well balanced otherwise you they make a good dualsword weapon. That's why you can only join swords of the same grade.
-I can only work with up to C-garde weapons. If you want something better you should go to a bigger city. You should also keep in mind that any weapon modifications will be lost in the fusion.
-There's more... If a weapon has some unique property it won't work. Fusion's impossible. Any questions? Of course, you know everything there is to know.
+Of course, in order to create a dual swords you need to have something to work with, a pair of swords.
+Also take into consideration that no artisan will work for free. They need to make their living after all... +Running the forge isn't cheap either...
+There's something else... You need both swords to be well balanced, otherwise they won't make a good weapon. That's why you can only combine swords of the same grade.
+I work only with weapon of grades D and C. If you want something better, you should go to someplace bigger.
+Please, keep in mind that any weapon modifications will be lost in the fusion procress.
+Are you event listening to me? Of course not, you know everything there is to know.
+Also I can't combine swords that are imbued with Soul Crystals, so please remove them beforehand.
Well, choose the swords you want to get!
- + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30003.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30003.htm index e16498b4c3..b485ea30fa 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30003.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30003.htm @@ -1,6 +1,5 @@ Accessory Merchant Silvia:
-Hey there! If you see something you like, buy it quickly. I don't have time to waste sitting here all day, despite what my aunt thinks. A pretty girl like me deserves to have some fun, you know!
- - +Hey! If you see something you like, then buy it. Because of the customers I never have time for myself! My aunt makes me work here!
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30004.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30004.htm index 37dfe54c04..3634f6faba 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30004.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30004.htm @@ -1,6 +1,5 @@ -Trader Katerina:
-May the Goddess of Fortune be with you always. Is there anything particular you are looking for? The things I sell aren't anything grand, but depending on when and how you use them they could turn out to be most useful. Please try them once, if you haven't done so yet.
- - +Grocer Katerina:
+Let the Goddess of Luck be with you! Do you need something special? My goods are not extraordinary, but it depends of how you are going to use them. Try it.
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30136.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30136.htm index e65b935e82..5a0a5b0254 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30136.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30136.htm @@ -1,6 +1,5 @@ -Trader Payne:
-Ha Ha! Good to see you! I've got some great items for you! We carry the best armors! Look around and let me know if there's anything I can help you with.
- - +Merchant Payne:
+Ha-ha, welcome! I have here a plenty of things you might need! Ther are a lot of armor pleces pieces that could suit you very well. Look around. If you like something, then please tell me.
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30137.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30137.htm index 189ea32b7e..250cb13eee 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30137.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30137.htm @@ -1,6 +1,5 @@ -Trader Vollodos:
-Welcome! Thank you for visiting. We always have products of the highest quality. Take a look around. It's cheap! Look aroung!
- - +Grocer Vollodos:
+Welcome! Thank you for visiting my shop. Here you will find goods of the highest quality. Don't hurry, take a look! My prices will also be to your likking!
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30138.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30138.htm index 69a318404a..b95aeb0f73 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30138.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30138.htm @@ -1,6 +1,5 @@ -Trader Minaless:
-Lucky you, for having been blessed by the goddess of darkness! I have everything you need. I swear to Shilen that I have the best items in the whole continent.
- - +Merchant Minaless:
+May the Goddess bless you! I have everything you need! The child of Shilen! I've made this for you. I, Minaless, have sworn with my life that I will gather the best items! Ho-ho-ho...
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148-1.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148-1.htm index 91cc0e1b6a..aec542ee93 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148-1.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148-1.htm @@ -1,5 +1,5 @@ Trader Ariel:
-We sell exquisite armor, study shields and elegant helms. All are guaranteed to work as good as they look!
+What would you like to do?
\ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148.htm index 35dd3d43c7..1cb1228128 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30148.htm @@ -1,6 +1,5 @@ -Trader Ariel:
-We sell exquisite armor, study shields and elegant helms. All are guaranteed to work as good as they look!
- - +Armor Merchant Ariel:
+Here you can buy good armor, shields and helmets to protect both your life and your honour. Everything we sell is top quality. You won't regret it!
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30149.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30149.htm index a0bfe3273c..a7608c479d 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30149.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30149.htm @@ -1,6 +1,5 @@ -Trader Creamees:
-Welcome, brother. Don't you find the fragrance of herbs sweet and soothing? It seems my young friend Hebiel is preparing another new elixir. Feel free to have a look around. You might find something you really need.
- - +Merchant Creamees:
+Greetings! Can you feel the aroma of medicinal herbs nearby? Do you like it? I guess my friend Herbiel is cooking a new potion. Don't be shy, come here. Maybe you can find something you need.
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30150.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30150.htm index 25feabb71c..5014995cb5 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30150.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30150.htm @@ -1,6 +1,5 @@ Trader Heribel:
-Welcome! We carry sweet elixirs that energize tired bodies and put smiles on gloomy faces. Take your time looking around. If there's anything you need, please let me know.
- - +Welcome! Here you can take a rest and improve your health using my potions. Look around. If you need something just let me know.
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30283.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30283.htm index 9516386749..828a65d1c6 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30283.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30283.htm @@ -1,5 +1,5 @@ Blacksmith Altran:
-We have been blacksmiths here for five generations. My dream is to forge a famous sword desired by everyone. In my younger days, I used to travel across the continent in search of materials. But I still have yet to gather all the materials I need. I hope I can fufill my dream before I die, but...
- +I am a fifth generation blacksmith and I wish to craft a sword worth to become a legend. When I was young I'd been traveling a lot gathering fair amont of materials. But still I can't finish my work. I hope that one day I can fullfill my dread... + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30307.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30307.htm index 8177abdaa2..f7d51464ef 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30307.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30307.htm @@ -1,7 +1,6 @@ Blacksmith Karrod:
-Elven craftsmen have grat skill, without question, but they also tend to be stubborn and elitist. They won't even touch any other metal but mithril! Now, there's no question that mithril is an excellent material: very light, stronger than steel and possesses a high affinity for magic.
-But I refuse to be bound by foolish tradition, so I've been researching how to process various other materials. I've already learned the augmenting methods for Adamantite and Damascus, and I've recently begun studying processing methods of Oriharukon.
- - +Obviously, elves are experts in blacksmithing, althogh they focus on mithril. No doubt it's perfect material... strong, light and good for magic enhancements.
+But I look beyond this tradition and research other metals too. I know how to work on adammantite and damascus, also not long ago. I've learned how to work on oriharukon.
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30363.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30363.htm index 0a01354c0f..5cd640e46e 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30363.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30363.htm @@ -1,7 +1,7 @@ Blacksmith Aios:
-May the splendor of mithril shine trough the forest and lake forever. I repair weapons and armor for my Elven brothers. I returned here not long ago from the far northen Dwarven Kingdom, where I learned how to process Adamantite and Oriharukon from master Dwarven craftsmen.
-I have hardly been home and already have more work than I can handle. What can I do for you?
- - +let the mithril light shine over lakes and forests eternally! I'm a blacksmith helping our elven brothers to watch over weapons. Not long ago I've been traveling all over the Dwarven Kingdom and have learned how to work on adamantite and oriharukon.
+I've been preparing a great while and recently started to work to the full extent. So, what do need?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30516.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30516.htm index 817e1facf0..272b5f6840 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30516.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30516.htm @@ -1,10 +1,9 @@ -Trader Reep:
-Welcome. customer! I am Reep, the manager of this branch of the Golden Wheel guild.
-Adventure!
-Look!
-Remember, the pirce of armor and weapons doesn't always reflect their quality. Am I saying that it doesn't matter? Of course not! But you should judge them independently of the cost.
-For someone like you, that shouldn't be a problem.
- - +Weapon Merchant Reep:
+I'm Reep, a member of the Golden Wheel Guild.
+Hey, a new customer!
+Look at our goods!
+Very expensive item can't be a hundred per cent good, the same goes for very cheap. Quality-to-price ratio? Surely, it's important. But the most important that you choose a proper item!
+Check carefully all characteristics of items you are going to buy.
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30517.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30517.htm index ec231befd0..6be14619a8 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30517.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30517.htm @@ -1,8 +1,7 @@ -Trader Shari:
-Psst, Take a look at these items....
-Too expensive? Don't you know these Dwaren-crafted items are sold at a premium in other places?
-What a bunch of country bumpkins....
- - +Armor Merchant Shari:
+Hello! Here, take a look...
+What? Too expensive?! Don't you know that items crafted by dwarves are always sold at a premium?
+Oh my... that's why I hate tight bastards such as you!
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30518.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30518.htm index 1ebc81efe3..e5b5388aba 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30518.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30518.htm @@ -1,8 +1,7 @@ -Trader Garita:
-Please come in....
-Welcome to the best shop in the Dwarven Kingdom! You can see the emphasis we put on technology and creaftsmanship here. As the heirs of the knowledge of the ancient Giants, we offer items you cannot find elsewhere.
-We have only a few left, so act quickly if you want one.....
- - +Accessory Merchant Garita:
+Please, come in!
+Welcome to the best dwarven shop! As you can see, first of all we focus on technology and mastery in our work. Being successors of ancient giants' knowledge we offer items that can be found nowhere else.
+Almost all of our goods sold out, so I'd recommend you to hurry up if you want to buy something...
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30519.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30519.htm index fd750fd14e..b7f4a21725 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30519.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30519.htm @@ -1,6 +1,5 @@ Grocer Mion:
-Please, buy something! My children need food and shoes....
- - +Buy it!
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30526.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30526.htm index 3816b81a02..775c8463cf 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30526.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30526.htm @@ -1,7 +1,7 @@ Blacksmith Brunon:
-Hail and well met! I'm Blacksmith Brunon of the Black Anvil Guild. What business brings you here today?
- - - +Hello! I'm Blacksmith Brunon of the Black Anvil Guild. I'm busy now, so if you aren't going to buy anything, go away.
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30527.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30527.htm index 6177d3de7b..1a01c43a45 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30527.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30527.htm @@ -1,6 +1,5 @@ Blacksmith Silvera:
-Hello! How are you liking this cold weather? Brr! I don't think my toes will ever thaw! Good thing business has kept me busy or I'm sure I'd have turned into an iceberg by now. Are you a candidate for the Artisan test? Or can I interest you in a new dual weapon? Best craftsmanship in town.....
- - +Hey, you! Welcome here! I'm Blacksmith Silvera. It's cold today. I hope you're dressed warm. There are so many candidates to pass the artisan test, so have no time to spare! Do you want to pass the test too? Or you've come here to learn new skills? Or you need something else?
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30558.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30558.htm index cc7e9b3dd2..19249d256f 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30558.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30558.htm @@ -1,7 +1,6 @@ -Trader Jakal:
-Hail the eternal glory the Flame! How are you, friend?
-What do you need? Please take a look! Nothing is wothless in my shop. And there is nothing that I cannot get for you! It's an old truth, that adventure requires preparation to succeed. Even we Orcs would do well to heed the ancient wisdom of those words!
- - +Merchant Jakal:
+On to immortal glory of the flame flower! I'm greeting you, flame brother!
+How can I help you? Please, look at my equipment and you will see that only goods of the highest quality can be found here. Tell me what do you need? There's nothing I can't find for you! Everybody knows that a good journey requires good preparations. Without them only defeat and shame are awaiting you! Even us, noble orcs, can suffer from small field critters if we aren't prepared for this.
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30559.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30559.htm index 3a0ab0a520..94e420ed9f 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30559.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30559.htm @@ -1,7 +1,7 @@ -Trader Kunai:
-Greeting fellow Brother of the flame!
-My name is Kunai, famous weapons trader! I carry the finest dwarf made products, and each product is fully guaranteed! The dwarves may be stinky little things but they sure make the best goods! So have a look, and thank you for shopping at Kunai's!
- - +Merchant Kunai:
+On to immortal glory of the flame flower! You are a true warrior of our tribe! Welcome!
+I'm Kunai, an armor merchant! I bring my goods from dwarves. I guarantee high quality of our work. +Dwarves deserve a good threshing for sure, but they are crafting fine items. If we don't trade their goods, elves and humans will do so. Damn, we have to suffer privations for eternal glory of our tribe! Well, take a look
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30560.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30560.htm index 366ad91895..318b010b13 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30560.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30560.htm @@ -1,7 +1,6 @@ -Trader Uska:
-For the eternal glory of the flame! Brother of the flame, greeting!
-My name is Uska! I am honored to meet you, ha ha! I'm not one to beat around the bush. I'll come right to the point. Do you need an item? Then have a look at my wares! I won't waste your time if you don't waste mine, eh? I know how important keeping to your training regimen is, even in peacetime. Look sharp and let's do business!
- - +Accessory Merchant Uska:
+On to immortal glory of the flame flower! Greetings, a follower of the flame flower!
+I'm Uska, a trader. Nice to meet you! I don't like long speeches, so I ask you point-blank. Do you need something? Then choose. Don't waste our time. Someday you will learn to value your time. Mark my words!
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30561.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30561.htm index 926a40e858..ca2a7dd03c 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30561.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30561.htm @@ -1,7 +1,6 @@ -Trader Papuma:
-For the eternal glory of the Flame! Child of the Flame, how are you?
-Have you been to the world beyond our homelands? It is not what I imagined. Still, glory can be won here in abundance! Look around and see if there's something you need.
- - +Grocer Papuma:
+On to immortal glory of the flame flower! Greetings, a follower of the flame flower!
+Did you see the world outside? It's much bigger that you can imagine! That's good if you have ambitions but to get skills you need to practice constantly, on to glory of our tribe! Don't be in hurry, we have all the time we need!
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30564.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30564.htm index a5088878fd..cd71a85ebc 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30564.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30564.htm @@ -1,6 +1,5 @@ Blacksmith Sumari:
-I, Sumari, am a blacksmith of a proud Orc clan. Why have you come?
- - +I'm Blacksmith Sumari. I'm Blacksmith Sumari. I'm orish Blacksmith Sumari. Why have you come to me?
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30840.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30840.htm index 1d27fd35f9..23c7790285 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30840.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/30840.htm @@ -2,6 +2,5 @@ Hm, lately there have been rumors about a limited opening of the border with Elmore, but it's not clear whether it's misheard talks from bigwigs and theye're going to tighten the screws even more instead...
You see, my brother moved to Elmore hoping to start a trading business there... And I'm worried that I won't be able to see him ever again.
- \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/34111.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/34111.htm index a1de24c544..d80e8bc58b 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/34111.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/merchant/34111.htm @@ -1,7 +1,6 @@ Trader Reahen
-What are you here for? I, Rei, was a fighter in the past, but I'm retired now.
-I'm trying my best to get good items, so take a look around.
- - +Are you looking for me? I was a famous warrior in the past, and then I retried and started a small business here.
+Would you like to have a look at my goods?
+ \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/petmanager/30869.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/petmanager/30869.htm index 1d105aad02..dbe00d559e 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/petmanager/30869.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/petmanager/30869.htm @@ -1,16 +1,7 @@ Pet Manager Lemper:
- The Pet Manager Association is always happy to assist you and your pet.
- - - + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/30576.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/30576.htm index 4200eb65ef..86951515bc 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/30576.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/30576.htm @@ -1,6 +1,7 @@ Gatekeeper Tamil:
-Do you know about the Ivory Tower? Do Gatekeepers still study there? How can you not know about this place? This is a unique building every magical power possessor must visit!
-Oh, I already see interest on your face. Are you ready to see a miracle?
+Have you heard about the Ivory Tower? The place where Gatekeeper are studying? You must know the place! Every self-respecting magic user have to go there and see that amazing construction!
+I see curiosity in your eyes. Good! Are you ready to witness a true miracle?
+(You can teleport to Gludin, if you have a Gatekeeper Charm.)
diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/34112.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/34112.htm index c69edd041d..b79624722c 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/34112.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/teleporter/34112.htm @@ -1,5 +1,5 @@ Gatekeeper Elena:
-Welcome! Beautiful weather, isn't it? Perfect for traveling!
+Welcome! The weather is wonderful, isn't it? Ideal conditions for teleporting. Where would you like to go?
- + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/villagemaster/30525.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/villagemaster/30525.htm index 640f2891c7..b210a4fd27 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/villagemaster/30525.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/villagemaster/30525.htm @@ -1,8 +1,4 @@ Head Blacksmith Bronk:
I am Head Blacksmith Bronk, chief craftsman of the Black Anvil Guild. You have undoubtedly heard of our reputation, so you know of the highly-skilled Artisans and Warsmiths who have risen through our ranks, the foremost craftsmen of the age. Without the resources of the Black Anvil Guild, a Dwarf is as useless as two pennies without a purse to carry them in. You have a bright and eager look about you; what errand has brought you to my door?
- - - - \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-1.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-1.htm index 6bcce4a0f0..52249b4151 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-1.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-1.htm @@ -1,7 +1,7 @@ Warehouse Keeper Drapier:
- - + +
\ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-2.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-2.htm index af4407bf5e..82bd87d4e8 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-2.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117-2.htm @@ -1,7 +1,7 @@ -Warehouse Manager Drapier:
+Warehouse Keeper Drapier:
- - + +
\ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117.htm b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117.htm index 95de7e7408..71178a42d5 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117.htm +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/html/warehouse/34117.htm @@ -1,6 +1,6 @@ -Warehouse Manager Drapier:
-Welcome! Do you want to deposit your items? Or perhaps you have other matter to discuss with me?
- - +Warehouse Keeper Drapier:
+Come closer. Are you here to drop your belongings or for something else? I'm very tried so let's get to business. By the way, I work only on a prepaid basis. It's really stupid to carry all your belongings around. Much better if you put your unnecessaries into the stockroom. They will be in safe keeping there.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/1002.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/1002.xml index 3eb609705f..7a85873299 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/1002.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/1002.xml @@ -165,7 +165,15 @@ - + +
+ + + + + + + diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247824.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247824.xml index 64797b315a..9bcb54e646 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247824.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247824.xml @@ -89,6 +89,12 @@ + + + + + + @@ -174,6 +180,12 @@ + + + + + + diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247829.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247829.xml index 5e0fa7fac9..83ae5441e4 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247829.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247829.xml @@ -88,4 +88,10 @@ + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247843.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247843.xml new file mode 100644 index 0000000000..0531b2d1b3 --- /dev/null +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247843.xml @@ -0,0 +1,846 @@ + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247844.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247844.xml new file mode 100644 index 0000000000..4c410d4ab2 --- /dev/null +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247844.xml @@ -0,0 +1,1057 @@ + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247845.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247845.xml new file mode 100644 index 0000000000..3c9e8cc786 --- /dev/null +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247845.xml @@ -0,0 +1,79 @@ + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247846.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247846.xml new file mode 100644 index 0000000000..e82182aa1f --- /dev/null +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/multisell/3247846.xml @@ -0,0 +1,31 @@ + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java index f3f586bddb..a84ec9e869 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java @@ -33,6 +33,7 @@ import org.l2jmobius.gameserver.model.itemcontainer.PlayerFreight; import org.l2jmobius.gameserver.network.SystemMessageId; import org.l2jmobius.gameserver.network.serverpackets.ExPremiumManagerShowHtml; import org.l2jmobius.gameserver.network.serverpackets.ExShowVariationCancelWindow; +import org.l2jmobius.gameserver.network.serverpackets.NpcHtmlMessage; import org.l2jmobius.gameserver.network.serverpackets.PackageToList; import org.l2jmobius.gameserver.network.serverpackets.WareHouseWithdrawalList; import org.l2jmobius.gameserver.network.serverpackets.ensoul.ExShowEnsoulExtractionWindow; @@ -55,6 +56,11 @@ public class GameAssistant extends AbstractNpcAI private static final int RED_SAYHA_CLOAK = 91212; private static final int PACKAGE_CLOAK = 93303; private static final int SAYHA_CLOAK_COUPON = 91227; + private static final int ADVENTURER_MARK_LV_1 = 91654; + private static final int ADVENTURER_MARK_LV_2 = 91655; + private static final int ADVENTURER_MARK_LV_3 = 91656; + private static final int ADVENTURER_MARK_LV_4 = 91657; + private static final int ADVENTURER_MARK_LV_5 = 91931; // Multisells private static final int ATTENDANCE_REWARD_MULTISELL = 3247801; private static final int EX_BOSS_WEAPON_SHOP = 3247813; @@ -74,6 +80,10 @@ public class GameAssistant extends AbstractNpcAI private static final int EX_ARMOR_4_C_GRADE = 3247831; private static final int EX_AGATHION_SPIRIT = 3247835; private static final int EX_SOULSHOT = 3247838; + private static final int EX_DYES1 = 3247843; + private static final int EX_DYES2 = 3247844; + private static final int EX_DYES3 = 3247845; + private static final int EX_DYES4 = 3247846; // Others private static final String COMMAND_BYPASS = "Quest GameAssistant "; @@ -190,18 +200,26 @@ public class GameAssistant extends AbstractNpcAI player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/armors.html"))); break; } - case "Chat_Agathions": { player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/agathions.html"))); break; } - case "Chat_Soulshots": { player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/soulshots.html"))); break; } + case "Chat_Adventures_Mark": + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/adventuremark.html"))); + break; + } + case "Chat_Dyes": + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/dyes.html"))); + break; + } // Actions case "removeAug": { @@ -310,6 +328,94 @@ public class GameAssistant extends AbstractNpcAI MultisellData.getInstance().separateAndSend(EX_SOULSHOT, player, null, false); break; } + case "Take_Adventures_Mark": + { + if ((player.getLevel() >= 20) || (player.getLevel() <= 30)) + { + final long itemCount = getQuestItemsCount(player, ADVENTURER_MARK_LV_1); + if (itemCount >= 1) + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/items.html"))); + player.sendPacket(new NpcHtmlMessage(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/checkurinv.html"))); + return null; + } + + player.addItem("GameAssistant", ADVENTURER_MARK_LV_1, 1, null, false); + } + if ((player.getLevel() >= 30) || (player.getLevel() <= 40)) + { + final long itemCount = getQuestItemsCount(player, ADVENTURER_MARK_LV_2); + if (itemCount >= 1) + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/items.html"))); + player.sendPacket(new NpcHtmlMessage(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/checkurinv.html"))); + return null; + } + + player.addItem("GameAssistant", ADVENTURER_MARK_LV_2, 1, null, false); + } + if ((player.getLevel() >= 40) || (player.getLevel() <= 60)) + { + final long itemCount = getQuestItemsCount(player, ADVENTURER_MARK_LV_3); + if (itemCount >= 1) + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/items.html"))); + player.sendPacket(new NpcHtmlMessage(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/checkurinv.html"))); + return null; + } + + player.addItem("GameAssistant", ADVENTURER_MARK_LV_3, 1, null, false); + } + if ((player.getLevel() >= 60) || (player.getLevel() <= 75)) + { + final long itemCount = getQuestItemsCount(player, ADVENTURER_MARK_LV_4); + if (itemCount >= 1) + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/items.html"))); + player.sendPacket(new NpcHtmlMessage(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/checkurinv.html"))); + return null; + } + + player.addItem("GameAssistant", ADVENTURER_MARK_LV_4, 1, null, false); + } + if ((player.getLevel() >= 76) || (player.getLevel() <= 99)) + { + final long itemCount = getQuestItemsCount(player, ADVENTURER_MARK_LV_5); + if (itemCount >= 1) + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/items.html"))); + player.sendPacket(new NpcHtmlMessage(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/checkurinv.html"))); + return null; + } + + player.addItem("GameAssistant", ADVENTURER_MARK_LV_5, 1, null, false); + } + break; + } + case "Ex_Dyes1": + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/dyes.html"))); + MultisellData.getInstance().separateAndSend(EX_DYES1, player, null, false); + break; + } + case "Ex_Dyes2": + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/dyes.html"))); + MultisellData.getInstance().separateAndSend(EX_DYES2, player, null, false); + break; + } + case "Ex_Dyes3": + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/dyes.html"))); + MultisellData.getInstance().separateAndSend(EX_DYES3, player, null, false); + break; + } + case "Ex_Dyes4": + { + player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/dyes.html"))); + MultisellData.getInstance().separateAndSend(EX_DYES4, player, null, false); + break; + } case "exc_black_sayha_cloak": { final long itemCount = getQuestItemsCount(player, SAYHA_CLOAK_COUPON); diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/adventuremark.html b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/adventuremark.html new file mode 100644 index 0000000000..714de2484b --- /dev/null +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/adventuremark.html @@ -0,0 +1,63 @@ + + + + + + + + + + +
+ + + + +

+ For completing the Adventurer's Journey missions
+
+ + + + +
you can acquire Adventurer's Marks.
+ + + + + + + + + + +
Adventurer's Marks' effects do not stack. If Adventurer's marks are destroyed, and you do not have them in your inventory,
+ + + + +
you can buy them.
+ + + + + + + +
+ +
+ + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/checkurinv.html b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/checkurinv.html new file mode 100644 index 0000000000..633675e16a --- /dev/null +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/checkurinv.html @@ -0,0 +1,21 @@ + + + + + + + + + + +
+ + + + +

+ You already have the Adventurer's Mark for your level. Please check your inventory.
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/dyes.html b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/dyes.html new file mode 100644 index 0000000000..f498d66fa9 --- /dev/null +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/dyes.html @@ -0,0 +1,84 @@ + + + + + + + + + + +
+ + + + + + + + + + +

+ You can disassemble your dyes and exchange

+ a Best Dye Coupon and Old Dye Powder for dyes.
+ + + + + + + + + + +
Disassembly dyes
+ + + + + + + +
+ +
+ +
+ + + + + + + + + + +
Exchange dyes
+ + + + + + + +
+ +
+ +
+ + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/enhancement.html b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/enhancement.html index 24e014ef4e..96bc362cdb 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/enhancement.html +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/enhancement.html @@ -25,7 +25,7 @@ @@ -33,7 +33,7 @@ @@ -41,7 +41,7 @@ @@ -57,7 +57,7 @@ diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/events.html b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/events.html index fa415148ed..864e88a66c 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/events.html +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/events.html @@ -15,11 +15,11 @@ - + - +
-
-
-
-
Event
diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/items.html b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/items.html index 87ef5b879c..0b7d7b6abd 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/items.html +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/items.html @@ -55,6 +55,19 @@ + + + + + + + + + diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/soulcrystals.html b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/soulcrystals.html index b4ff43066b..682a3e7682 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/soulcrystals.html +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/scripts/ai/others/GameAssistant/soulcrystals.html @@ -11,7 +11,7 @@
+
+
+ When Soul Crystals are inserted into a weapon, it gets special properties.

- When Soul Crystals are inserted into a weapon, it gains special features.

@@ -19,7 +19,7 @@ - + @@ -38,7 +38,7 @@
Add Special FeaturesAdd special properties
- +
diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/spawns/Aden/Aden.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/spawns/Aden/Aden.xml index 00e63784d3..de7d886d8a 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/spawns/Aden/Aden.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/spawns/Aden/Aden.xml @@ -82,7 +82,6 @@ - @@ -114,7 +113,6 @@ - diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/stats/items/96600-96699.xml b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/stats/items/96600-96699.xml index 8b603aec21..060245142e 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/stats/items/96600-96699.xml +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/dist/game/data/stats/items/96600-96699.xml @@ -240,6 +240,7 @@ +