From 974abf864e1d05b1f8c3d01e3d03a9f00089d0db Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 3 Aug 2022 23:17:41 +0000 Subject: [PATCH] Updated blacksmith dialogs and multisells to retail. Contributed by CostyKiller. --- .../game/data/html/common/augmentation_01.htm | 5 +- .../game/data/html/common/augmentation_02.htm | 6 +- .../game/data/html/common/augmentation_03.htm | 16 + .../data/html/common/augmentation_03_01.htm | 76 + .../data/html/common/augmentation_03_02.htm | 88 ++ .../data/html/common/augmentation_03_03.htm | 88 ++ .../data/html/common/augmentation_03_04.htm | 88 ++ .../data/html/common/augmentation_03_05.htm | 52 + .../data/html/common/augmentation_03_06.htm | 43 + .../data/html/common/augmentation_03_07.htm | 40 + .../data/html/common/augmentation_03_08.htm | 47 + .../data/html/common/augmentation_03_09.htm | 42 + .../data/html/common/augmentation_03_10.htm | 38 + .../data/html/common/augmentation_03_11.htm | 54 + .../html/common/augmentation_exchange.htm | 10 - .../game/data/html/common/crafting_03.htm | 12 +- .../data/html/common/extract_soul_crystal.htm | 4 +- .../data/html/common/imbue_soul_crystal.htm | 4 +- .../dist/game/data/html/default/30298-5.htm | 5 +- .../dist/game/data/html/default/30298.htm | 4 +- .../dist/game/data/html/default/30300-5.htm | 5 +- .../dist/game/data/html/default/30300.htm | 10 +- .../dist/game/data/html/default/30317-5.htm | 5 +- .../dist/game/data/html/default/30317.htm | 10 +- .../dist/game/data/html/default/30458-5.htm | 5 +- .../dist/game/data/html/default/30458.htm | 4 +- .../dist/game/data/html/default/30471-5.htm | 5 +- .../dist/game/data/html/default/30471.htm | 4 +- .../dist/game/data/html/default/30526.htm | 3 +- .../dist/game/data/html/default/30527.htm | 3 +- .../dist/game/data/html/default/30678-5.htm | 5 +- .../dist/game/data/html/default/30678.htm | 4 +- .../dist/game/data/html/default/30688-5.htm | 5 +- .../dist/game/data/html/default/30688.htm | 4 +- .../dist/game/data/html/default/30846-5.htm | 5 +- .../dist/game/data/html/default/30846.htm | 8 +- .../dist/game/data/html/default/30898-5.htm | 5 +- .../dist/game/data/html/default/30898.htm | 4 +- .../dist/game/data/html/default/31271-5.htm | 5 +- .../dist/game/data/html/default/31271.htm | 4 +- .../dist/game/data/html/default/31316-5.htm | 5 +- .../dist/game/data/html/default/31316.htm | 4 +- .../dist/game/data/html/default/31583-5.htm | 5 +- .../dist/game/data/html/default/31583.htm | 4 +- .../dist/game/data/html/default/31960-5.htm | 5 +- .../dist/game/data/html/default/31960.htm | 4 +- .../dist/game/data/html/default/31990-5.htm | 5 +- .../dist/game/data/html/default/31990.htm | 4 +- .../dist/game/data/html/default/32159.htm | 3 +- .../dist/game/data/html/default/33998-4.htm | 2 + .../dist/game/data/html/default/33998.htm | 2 +- .../dist/game/data/html/default/34208-5.htm | 5 +- .../dist/game/data/html/default/34208.htm | 4 +- .../dist/game/data/multisell/1001.xml | 421 ------ .../dist/game/data/multisell/1008.xml | 2 +- .../dist/game/data/multisell/1009.xml | 1327 ----------------- .../dist/game/data/multisell/1010.xml | 120 -- .../dist/game/data/multisell/1011.xml | 146 -- .../dist/game/data/multisell/1012.xml | 14 +- .../dist/game/data/multisell/311262501.xml | 80 + .../dist/game/data/multisell/928.xml | 57 +- .../dist/game/data/multisell/929.xml | 1 + .../dist/game/data/multisell/930.xml | 141 ++ .../scripts/handlers/bypasshandlers/Link.java | 12 + 64 files changed, 1061 insertions(+), 2137 deletions(-) create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_01.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_02.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_03.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_04.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_05.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_06.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_07.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_08.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_09.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_10.htm create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_11.htm delete mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_exchange.htm delete mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1001.xml delete mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1009.xml delete mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1010.xml delete mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1011.xml create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/311262501.xml create mode 100644 L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/930.xml diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_01.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_01.htm index f9feeaa552..d429dd2eb6 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_01.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_01.htm @@ -1,5 +1,8 @@
-Augmenting means give energy to weapons or accessories. Augmenting is simple, but it isn't always accurate. A few days ago, a mysterious ore called Life Stone, which has a very similar characteristic to Soul Crystals, was found in Black Anvil. If you bring this Life Stone and some other necessities, I will augment accessories and weapons for you. Life Stone used in augmenting is greatly influenced by its owner, so once augmented only the owner can use it. Also, any accessory or weapon higher than one's capability does not display the effect of augmenting. And one last thing. Accessory augmenting requires excellent materials. How about it? Want to augment stuff?
+Augmentation imbues weapons and accessories with special powers.
+Augmentation is a rather simple process if you know what you're doing. If you bring me a Spirit Stone and Augmenting Stone as well as a few other necessities, I'll be able to augment your armor and weapons.
+You should know one thing though, A Spirit Stone is forever bound to its owner, if you use it to augment a weapon, you won't be able to sell or exchange it. I should also add that if the grade of the stone is higher than the skill level of the owner, the augmentation will have no effect. +Finally, you will need very expensive items to augment an item. So, would you like to begin?
\ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_02.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_02.htm index 0b1a054b13..0da42496d7 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_02.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_02.htm @@ -1,6 +1,6 @@
-You wish to remove the refined Life Stone? That's fine. But understand that this augmenting method offers both improvement and potential penalties.
-It is difficult to restore the original weapon when removing the Life Stone. It requires a special chemical process and a special tool. It's also expensive.
-With that in mind, would you still like to remove the Life Stone from the refined weapon?
+You wish to remove the augmentation? That's fine. But understand that this augmenting method offers both improvement and potential penalties.
+It is difficult to restore the original weapon when removing the ability to augment. It requires a special chemical process and a special tool. It's also expensive.
+With that in mind, would you still like to remove it?
\ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03.htm new file mode 100644 index 0000000000..ed36b26aa4 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03.htm @@ -0,0 +1,16 @@ +
+1. Options gained through augmentation depend on Spirit Stone in use.
+2. There are two possible options named Option 1 and Option 2.
+3. To see options gained from Spirit Stone choose it in the list below. + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_01.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_01.htm new file mode 100644 index 0000000000..26d6174874 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_01.htm @@ -0,0 +1,76 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + +
Spirit Stone [Option 1]font>
P. Atk. +40-364
M. Atk. +24-220
Atk. Spd. +5-50
Casting Spd. +5-50
P. Accuracy +1-3
M. Accuracy +1-3
Max HP +55-550
Max MP +55-550
Max CP +55-550
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Spirit Stone [Option 2]font>
P. Critical Rate +1.1-10%
P. Skill Critical Rate +0.55-5%
M. Skill Critical Rate +1-10%
P. Critical Damage +0.55-5%
P. Skill Critical Damage +0.55-5%
M. Skill Critical Damage +0.55-5%
Attribute Attack +5-30
Confusion Atk. Rate +1-10%
Obstruction Atk. Rate +1-10%
Infection Atk. Rate +1-10%
Stupor Atk. Rate +1-10%
Petrification Atk. Rate +1-10%
Max HP +3-5%
Max MP +3-5%
Max CP +3-5%
P. Atk. +3-5%
P. Def. +3-5%
Atk. Spd. +3-5%
Speed +8-10
M. Atk. +3-5%
M. Def. +3-5%
Casting Speed +3-5%
Vampiric Rage Effect +3-5%
P. Skill MP Consumption +3-5%
M. Skill MP Consumption +3-5%
Damage Reflection +3-5%
Active skill: Deals physical damage with 6074-6750 power
Active skill: Deals physical damage to the target and nearby enemies with 4250-5250 power
Active skill: Deals AoE physical damage with 4250-5250 power
Active skill: Deals magical damage with 89-111 power
Active skill: Deals AoE magical damage with 80-99 power
Active skill: Deals magical damage to the target and nearby enemies with 62-77 power
Active skill: For 3-5 sec., stuns the target.
Active skill: For 3-5 sec., knocks the target back.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target.
Active skill: For 3-5 sec., inflicts Fear on the target.
Active skill: For 3-5 sec., inflicts Hold on the target.
Active skill: For 3-5 sec., paralyzes the target.
Active skill: For 3-5 sec., inflicts Sleep on the target.
Active skill: For 3-5 sec., inflicts Silence on the target.
Active skill: For 10 sec., the target's Speed -30-50.
Active skill: Cancels the enemy's target.
Active skill: For 3-5 sec., stuns the target and nearby enemies.
Active skill: For 3-5 sec., knocks back the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Fear on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Hold on the target and nearby enemies.
Active skill: For 3-5 sec., paralyzes the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Sleep on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Silence on the target and nearby enemies.
Active skill: For 10 sec., Speed of the target and nearby enemies -30-50.
Active skill: For 30 min., reflects 3-5%of the received damage back to the enemy.
Active skill: Grants invincibility for 3-5 sec.
Active skill: For 3-5 sec., prevents enemies from targeting you.
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_02.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_02.htm new file mode 100644 index 0000000000..d625429bc0 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_02.htm @@ -0,0 +1,88 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + + + + + +
Mid-grade Spirit Stone [Option 1]font>
P. Atk. +73-664
M. Atk. +77-709
Atk. Spd. +11-100
Casting Spd. +11-100
P. Accuracy +1-8
M. Accuracy +1-8
Max HP +110-1000
Max MP +110-1000
Max CP +110-1000
STR +1
DEX +1
CON +1
INT +1
WIT +1
MEN +1
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Mid-grade Spirit Stone [Option 2]font>
P. Critical Rate +1.65-15%
P. Skill Critical Rate +0.825-7.5%
M. Skill Critical Rate +2-15%
P. Critical Damage +0.825-7.5%
P. Skill Critical Damage +0.825-7.5%
M. Skill Critical Damage +1-7%
Attribute Attack +5-50
Obstruction Atk. Rate +2-20%
Infection Atk. Rate +2-20%
Stupor Atk. Rate +2-20%
Petrification Atk. Rate +2-20%
Confusion Atk. Rate +2-20%
Max HP +3-5%
Max MP +3-5%
Max CP +3-5%
P. Atk. +3-5%
P. Def. +3-5%
Atk. Spd. +3-5%
Speed +10-20
M. Atk. +3-5%
M. Def. +3-5%
Casting Speed +3-5%
PvP Damage +3-5%
Received PvP Damage +3-5%
PvE Damage +3-5%
Received PvE Damage +3-5%
Acquired XP +3-5%
Acquired SP +3-5%
Vampiric Rage Effect +3-5%
P. Skill MP Consumption +3-5%
M. Skill MP Consumption +3-5%
Damage Reflection +8-10%
Active skill: Deals physical damage with 19,255-23,773 power
Active skill: Deals physical damage to the target and nearby enemies with 13,478-16,641 power
Active skill: Deals AoE physical damage with 13,478-16,641 power
Active skill: Deals magical damage with 141-175 power
Active skill: Deals magical damage to the target and nearby enemies with 98-122 power
Active skill: Deals AoE magical damage to the target and nearby enemies with 98-122 power
Active skill: For 3-5 sec., stuns the target.
Active skill: For 3-5 sec., knocks the target back.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target.
Active skill: For 3-5 sec., inflicts Fear on the target.
Active skill: For 3-5 sec., inflicts Hold on the target.
Active skill: For 3-5 sec., paralyzes the target.
Active skill: For 3-5 sec., inflicts Sleep on the target.
Active skill: For 3-5 sec., inflicts Silence on the target.
Active skill: For 10 sec., the target's Speed -40-60.
Active skill: Cancels the enemy's target.
Active skill: For 3-5 sec., stuns the target and nearby enemies.
Active skill: For 3-5 sec., knocks back the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Fear on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Hold on the target and nearby enemies.
Active skill: For 3-5 sec., paralyzes the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Sleep on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Silence on the target and nearby enemies.
Active skill: For 10 sec., Speed of the target and nearby enemies -40-60.
Active skill: For 30 min., reflects 8-10%of the received damage back to the enemy.
Active skill: Grants invincibility for 3-5 sec.
Active skill: For 3-5 sec., prevents enemies from targeting you.
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_03.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_03.htm new file mode 100644 index 0000000000..70dc6b8492 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_03.htm @@ -0,0 +1,88 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + + + + + +
High-grade Spirit Stone [Option 1]font>
P. Atk. +110-1004
M. Atk. +117-1071
Atk. Spd. +14-130
Casting Spd. +14-130
P. Accuracy +1-8
M. Accuracy +1-8
Max HP +143-1300
Max MP +143-1300
Max CP +143-1300
STR +1
DEX +1
CON +1-2
INT +1
WIT +1
MEN +1-2
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
High-grade Spirit Stone [Option 2]font>
P. Critical Rate +2.2-20%
P. Skill Critical Rate +1.1-10%
M. Skill Critical Rate +2-20%
P. Critical Damage +1.1-10%
P. Skill Critical Damage +1.1-10%
M. Skill Critical Damage +2-10%
Attribute Attack +5-60
Obstruction Atk. Rate +2-25%
Infection Atk. Rate +2-25%
Stupor Atk. Rate +2-25%
Petrification Atk. Rate +2-25%
Confusion Atk. Rate +2-25%
Max HP +5-7%
Max MP +5-7%
Max CP +5-7%
P. Atk. +5-7%
P. Def. +5-7%
Atk. Spd. +5-7%
Speed +15-25
M. Atk. +5-7%
M. Def. +5-7%
Casting Speed +5-7%
PvP Damage +5-7%
Received PvP Damage +5-7%
PvE Damage +5-7%
Received PvE Damage +5-7%
Acquired XP +5-7%
Acquired SP +5-7%
Vampiric Rage Effect +5-7%
P. Skill MP Consumption +5-7%
M. Skill MP Consumption +5-7%
Damage Reflection +10-15%
Active skill: Deals physical damage with 26,950-33,273 power
Active skill: Deals physical damage to the target and nearby enemies with 18,864-23,291 power
Active skill: Deals AoE physical damage with 18,864-23,291 power
Active skill: Deals magical damage with 173-215 power
Active skill: Deals magical damage to the target and nearby enemies with 122-152 power
Active skill: Deals AoE magical damage to the target and nearby enemies with 122-152 power
Active skill: For 3-5 sec., stuns the target.
Active skill: For 3-5 sec., knocks the target back.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target.
Active skill: For 3-5 sec., inflicts Fear on the target.
Active skill: For 3-5 sec., inflicts Hold on the target.
Active skill: For 3-5 sec., paralyzes the target.
Active skill: For 3-5 sec., inflicts Sleep on the target.
Active skill: For 3-5 sec., inflicts Silence on the target.
Active skill: For 10 sec., the target's Speed -50-70.
Active skill: Cancels the enemy's target.
Active skill: For 3-5 sec., stuns the target and nearby enemies.
Active skill: For 3-5 sec., knocks back the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Fear on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Hold on the target and nearby enemies.
Active skill: For 3-5 sec., paralyzes the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Sleep on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Silence on the target and nearby enemies.
Active skill: For 10 sec., Speed of the target and nearby enemies -50-70.
Active skill: For 30 min., reflects 10-15%of the received damage back to the enemy.
Active skill: Grants invincibility for 4-6 sec.
Active skill: For 4-6 sec., prevents enemies from targeting you.
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_04.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_04.htm new file mode 100644 index 0000000000..76597d6e55 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_04.htm @@ -0,0 +1,88 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + + + + + +
Top-grade Spirit Stone [Option 1]font>
P. Atk. +138-1256
M. Atk. +147-1343
Atk. Spd. +19-180
Casting Spd. +19-180
P. Accuracy +1-8
M. Accuracy +1-8
Max HP +198-1800
Max MP +198-1800
Max CP +198-1800
STR +1-2
DEX +1-2
CON +1-2
INT +1-2
WIT +1-2
MEN +1-2
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Top-grade Spirit Stone [Option 2]font>
P. Critical Rate +3.3-30%
P. Skill Critical Rate +1.65-15%
M. Skill Critical Rate +3-30%
P. Critical Damage +1.65-15%
P. Skill Critical Damage +1.65-15%
M. Skill Critical Damage +2-15%
Attribute Attack +10-70
Obstruction Atk. Rate +3-30%
Infection Atk. Rate +3-30%
Stupor Atk. Rate +3-30%
Petrification Atk. Rate +3-30%
Confusion Atk. Rate +3-30%
Max HP +8-10%
Max MP +8-10%
Max CP +8-10%
P. Atk. +8-10%
P. Def. +8-10%
Atk. Spd. +8-10%
Speed +10-20
M. Atk. +8-10%
M. Def. +8-10%
Casting Speed +8-10%
PvP Damage +8-10%
Received PvP Damage +8-10%
PvE Damage +8-10%
Received PvE Damage +8-10%
Acquired XP +8-10%
Acquired SP +8-10%
Vampiric Rage Effect +8-10%
P. Skill MP Consumption +8-10%
M. Skill MP Consumption +8-10%
Damage Reflection +15-20%
Active skill: Deals physical damage with 27,025-37,073 power
Active skill: Deals physical damage to the target and nearby enemies with 21,019-25,951 power
Active skill: Deals AoE physical damage with 21,019-25,951 power
Active skill: Deals magical damage with 186-237 power
Active skill: Deals magical damage to the target and nearby enemies with 132-164 power
Active skill: Deals AoE magical damage to the target and nearby enemies with 132-164 power
Active skill: For 3-5 sec., stuns the target.
Active skill: For 3-5 sec., knocks the target back.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target.
Active skill: For 3-5 sec., inflicts Fear on the target.
Active skill: For 3-5 sec., inflicts Hold on the target.
Active skill: For 3-5 sec., paralyzes the target.
Active skill: For 3-5 sec., inflicts Sleep on the target.
Active skill: For 3-5 sec., inflicts Silence on the target.
Active skill: For 10 sec., the target's Speed -60-80.
Active skill: Cancels the enemy's target.
Active skill: For 3-5 sec., stuns the target and nearby enemies.
Active skill: For 3-5 sec., knocks back the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Aerial Yoke on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Fear on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Hold on the target and nearby enemies.
Active skill: For 3-5 sec., paralyzes the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Sleep on the target and nearby enemies.
Active skill: For 3-5 sec., inflicts Silence on the target and nearby enemies.
Active skill: For 10 sec., Speed of the target and nearby enemies -60-80.
Active skill: For 30 min., reflects 15-20%of the received damage back to the enemy.
Active skill: Grants invincibility for 4-6 sec.
Active skill: For 4-6 sec., prevents enemies from targeting you.
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_05.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_05.htm new file mode 100644 index 0000000000..d2451da1bc --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_05.htm @@ -0,0 +1,52 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + + + + + + + + + +
Super Advanced Spirit Stone [Option 1]font>
P. Atk. +1-4%
P. Def. +1-4%
P. Critical Rate +1-4%
Atk. Spd. +1-4%
Speed +2-5
M. Atk. +1-4%
M. Def. +1-4%
M. Skill Critical Rate +1-4%
Casting Spd. +1-4%
Max HP +1-4%
Max MP +1-4%
STR +1
DEX +1
CON +1
INT +1
WIT +1
MEN +1
LUC +1
CHA +1
+

+ + + + + + + + + + + + + + + + + + + + + + +
Super Advanced Spirit Stone [Option 2]font>
Attribute Attack +10-50
Attribute Resistance +10-50
P. Critical Damage +2-20%
P. Skill Critical Damage +2-20%
M. Skill Critical Damage +2-20%
P. Def. +2-10%
M. Def. +2-10%
Bow/ Crossbow Resistance +2-10%
Dagger/ Dual Daggers Resistance +2-10%
One-handed/ Two-handed/ Dual Sword Attack Resistance +2-10%
Debuff Resistance +2-10%
Received Healing +2-10%
Skill Cooldown +1-5%
Acquired XP/ SP +2-10%
P. Skill Power +10-15%
M. Skill Power +10-15%
Fixed Damage Received -17-20%
Received damage when immobilized -20%
Damage +15%
Received Damage -15%
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_06.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_06.htm new file mode 100644 index 0000000000..a8cd9bec50 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_06.htm @@ -0,0 +1,43 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + +
Circlet Spirit Stone [Option 1]font>
Infection Resistance +2-5%
Obstruction Resistance +2-5%
Stupor Resistance +2-5%
Confusion Resistance +2-5%
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Circlet Spirit Stone [Option 2]font>
PvP Damage +5%
Received PvP Damage -5%
PvE Damage +5%
Received PvE Damage -5%
Recovery Potions' Effect +500
Damage to immobilized targets +5%
Received Damage when immobilized -5%
P. Atk. +1%
M. Atk. +1%
P. Def. +2%
M. Def. +2%
Atk. Spd. +2%
Casting Spd. +2%
Max HP +2%
Max MP +2%
Max CP +2%
P. Accuracy +1
P. Evasion +1
M. Accuracy +1
M. Evasion +1
Fire Resistance +10
Water Resistance +10
Wind Resistance +10
Earth Resistance +10
Holy Resistance +10
Dark Resistance +10
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_07.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_07.htm new file mode 100644 index 0000000000..87a79ff5ff --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_07.htm @@ -0,0 +1,40 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + +
Brooch Spirit Stone [Option 1]font>
P. Def. +22-203
M. Def. +22-203
Speed +3-10
Max HP +198-1800
Max MP +198-1800
STR +1
DEX +1
CON +1
INT +1
WIT +1
MEN +1
+

+ + + + + + + + + + + + + + + + + + +
Brooch Spirit Stone [Option 2]font>
When using Topaz Lv.4 or higher, PvP damage +1-5%
When Ruby Lv.4 or higher is equipped, P. Atk. +1-5%
When Sapphire Lv.4 or higher is equipped, M. Atk. +2-7%
When Obsidian Lv.4 or higher is equipped, Received PvP Damage -1-5%
When Opal Lv.4 or higher is equipped, Attribute Attack +10-50.
When Emerald Lv.4 or higher is equipped, MEN+1.
When Emerald Lv.4 or higher is equipped, CON/ MEN+1.
When Emerald Lv.4 or higher is equipped, CON/ MEN/ LUC/ CHA +1.
When Aquamarine Lv.4 or higher is equipped, Max MP +5-20%
When Diamond Lv.4 or higher is equipped, P. Def. +28-945
When Pearl Lv.4 or higher is equipped, M. Def. +283-548
When Tanzanite Lv.4 or higher is equipped, Received damage +1-3%
When Garnet Lv.4 or higher is equipped, Max HP +2-10%
When Vital Stone Lv.4 or higher is equipped, Vitality Bonus +1-5%
When using Red Cat's Eye Lv.4 or higher, P. Skill Power +1-5%
When using Blue Cat's Eye Lv.4 or higher, M. Skill Power +1-5%
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_08.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_08.htm new file mode 100644 index 0000000000..800e69c5c2 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_08.htm @@ -0,0 +1,47 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + + + + +
Dragon Spirit Stone [Option 1]font>
P. Atk. +1-5%
P. Def. +1-5%
P. Critical Damage +1-5%
P. Skill Critical Damage +1-5%
M. Skill Critical Damage +1-5%
M. Atk. +1-5%
M. Def. +1-5%
P. Skill Power +1-5%
M. SKill Power +1-5%
Damage +1-5%
Received damage +1-5%
Damage to immobilized targets +1-5%
Received damage when immobilized +1-5%
+1-3 to all stats
+

+ + + + + + + + + + + + + + + + + + + + + + +
Dragon Spirit Stone [Option 2]font>
Attribute Attack +10-50
Attribute Resistance +10-50
P. Critical Damage +2-20%
P. Skill Critical Damage +2-20%
M. Skill Critical Damage +2-20%
P. Def. +2-10%
M. Def. +2-10%
Bow/ Crossbow Resistance +2-10%
Dagger/ Dual Daggers Resistance +2-10%
Sword/ Dual Sword Attack Resistance +2-10%
Debuff Resistance +2-10%
Received Healing +2-10%
Skill Cooldown +1-5%
Acquired XP/ SP +2-10%
P. Skill Power +10-15%
M. Skill Power +10-15%
Fixed Damage Received -17-20%
Received damage when immobilized -20%
Damage +15%
Received Damage -15%
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_09.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_09.htm new file mode 100644 index 0000000000..a61c16e06e --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_09.htm @@ -0,0 +1,42 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + +
Rare Accessory Spirit Stone [Option 1]font>
P. Def. +22-203
M. Def. +22-203
P. Evasion +1-3
M. Evasion +1-3
Speed +3-10
HP Recovery Rate +1-5
MP Recovery Rate +1-3
CP Recovery Rate +1-5
+

+ + + + + + + + + + + + + + + + + + + + + + +
Rare Accessory Spirit Stone [Option 2]font>
Fire Resistance +3-10
Water Resistance +3-10
Wind Resistance +3-10
Earth Resistance +3-10
Holy Resistance +3-10
Dark Resistance +3-10
Infection Resistance +2-7%
Obstruction Resistance +2-5%
Stupor Resistance +2-5%
Petrification Resistance +2-5%
Confusion Resistance +2-7%
Infection/ Obstruction Resistance +6-7%
Stupor/ Infection Resistance +6-7%
Petrification/ Infection Resistance +6-7%
Confusion/ Infection Resistance +6-7%
Stupor/ Obstruction Resistance +6-7%
Petrification/ Obstruction Resistance +6-7%
Confusion/ Obstruction Resistance +6-7%
Petrification/ Stupor Resistance +6-7%
Confusion/ Stupor Resistance +6-7%
Petrification/ Confusion Resistance +6-7%
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_10.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_10.htm new file mode 100644 index 0000000000..5750a0edb1 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_10.htm @@ -0,0 +1,38 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + + + + + +
Giant's Energy Spirit Stone [Option 1]font>
P. Atk. +138-1256
M. Atk. +147-1343
Atk. Spd. +19-180
Casting Spd. +19-180
P. Accuracy. +1-8
M. Accuracy. +1-8
Max HP. +198-1800
Max MP +198-1800
Max CP +198-1800
STR +1-2
DEX +1-2
CON +1-2
INT +1-2
WIT +1-2
MEN +1-2
+

+ + + + + + + + + + + + +
Giant's Energy Spirit Stone [Option 2]font>
Damage Reflection +20%
Active skill: For 5 min., P. Critical Damage +15%.
Damage Reflection Resistance +50%
Active skill: For 5 min., Max HP/CP +10%.
Active skill: For 30 sec., grants immunity. The effect is removed when you attack.
Active skill: For 10 sec., grants immortality. Can be used when HP<20%.
Active skill: For 5 sec., blocks the target's P./M. skills.
Active skill: For 5 sec., inflicts Sleep on the target.
Active skill: For 10 sec., the target's Atk. Spd./ Casting Spd. -50%.
Active skill: For 10 min., target's Received P. Critical Rate and Received P. Critical Damage +90%.
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_11.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_11.htm new file mode 100644 index 0000000000..2f0515f077 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_03_11.htm @@ -0,0 +1,54 @@ +
+1. There are two possible options named Option 1 and Option 2.
+2. Range of possible values are marked by yellow color.
+ + + + + + + + + + + + + + + + + + + + + +
Aria's Spirit Stone [Option 1]font>
P. Atk. +212
M. Atk. +498
P. Accuracy +2
M. Accuracy +2
P. Skill MP Consumption -1%
M. Skill MP Consumption -1%
Skill Cooldown -1%
P. Skill Critical Damage +1%
M. Skill Critical Damage +1%
Received Healing +1%
P. Def. +5%
Fire Resistance +10-20
Water Resistance +10-20
Wind Resistance +10-20
Earth Resistance +10-20
Holy Resistance +10-20
Dark Resistance +10-20
Fire/Water/Wind/Earth Resistance +30
Dark/Holy Resistance +30
+

+ + + + + + + + + + + + + + + + + + + + + + + + +
Aria's Spirit Stone [Option 2]font>
STR +1
DEX +1
CON +1
INT +1
WIT +1
MEN +1
M. Def. +5%
Speed +7
Confusion Resistance +5
Obstruction Resistance +5
Infection Resistance +5
Stupor Resistance +5
Petrification Resistance +5
Confusion Resistance +10
Obstruction Resistance +10
Infection Resistance +10
Stupor Resistance +10
Petrification Resistance +10
Petrification/ Obstruction Resistance +10
Max HP +266, HP Recovery Rate +8
Max MP +117, MP Recovery Rate +4
Max CP +8, CP Recovery Rate +8
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_exchange.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_exchange.htm deleted file mode 100644 index 008672558e..0000000000 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/augmentation_exchange.htm +++ /dev/null @@ -1,10 +0,0 @@ -
-I'm exchanging Life Stones for Spirit Stones.
-You can continue augmenting with Life Stones, but Spirit Stones will give you better results. Would you like to make an exchange?
- - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/crafting_03.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/crafting_03.htm index cf7b873e3e..3a90d1e6ec 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/crafting_03.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/crafting_03.htm @@ -1,14 +1,14 @@ -
[R-grade set option]

+
[R-grade set stats]

Blacksmiths of our guild can add R-grade stats to your cheap weapon or replace it.
We can also add R-grade effects to your armor. Such improved armor has higher stats.
So if you don't like anything in your equipment, we can improve it in no time.
You can rely on our masters.
Trust Me.
- - - - - + + + + +
\ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/extract_soul_crystal.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/extract_soul_crystal.htm index cf8c2d54d6..3095e083f0 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/extract_soul_crystal.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/extract_soul_crystal.htm @@ -1,6 +1,6 @@ Do you want to remove Soul Crystal Effects from a weapon? It used to be impossible to do that.
But now we can do that easily! There is a special technique that lets you extract the Soul Crystal and all of our Blacksmiths h ave learned how to do it, so any one of them can revoke the Soul Crystal Effect from a weapon.
-When you revoke the Soul Crystal Effect, you receive the Soul Crystal that had been added to the weapon.

- +When you revoke the Soul Crystal Effect, you receive the Soul Crystal that had been added to the equipment. But keep in mind, it's not for free!

+ diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/imbue_soul_crystal.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/imbue_soul_crystal.htm index 8a3eeaddc0..350aba4134 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/imbue_soul_crystal.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/common/imbue_soul_crystal.htm @@ -1,8 +1,8 @@ Hoho! Do you want to add special properties to your weapon? Good! Hm, you look worried for some reason... Oh, your weapon is enchanted, right? Don't fret about it! Your weapon's enchant value will not be affected.
-Oh! I have important news! Blacksmiths have acquired a new level of mastery lately! Now any Blacksmith can add a Soul Crystal Effect to a weapon of any grade without the help of Blacksmith of Black Marketeer of Mammon.
+Oh! I have important news! Blacksmiths have acquired a new level of mastery lately! Now any Blacksmith can add a Soul Crystal Effect to a weapon or armor without the help of Blacksmith of Black Marketeer of Mammon.
Blacksmith and Black Marketeer of Mammon have decided to stop doing that. Oh, did you know this already?
Now it's time to choose what properties you want your weapon to be imbued with!
- + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298-5.htm index d53470e3a5..c06a7b5324 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298-5.htm @@ -1,10 +1,9 @@ Blacksmith Pinter:
Do you want to augment an item? I'll do it, just say the word.
Do you know that Life Stones can't be obtained any more? Apparently, you don't. Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The Stones were created from Life Stones affected by dimensional energy, so don't worry.
-Of course, if you have Life Stones, you can use them for augmentation as well. Also you can give them to me, and I'll exchange them for Spirit Stones. Keep that in mind.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298.htm index a3869330a6..bf00dbde10 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30298.htm @@ -1,9 +1,9 @@ Blacksmith Pinter:
Greetings! What brings you here? C'mon, tell me what you want. I am a third generation blacksmith. I know I can do it, so just tell me what you need.
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300-5.htm index f798b8e8a3..65b8f7eaf6 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300-5.htm @@ -1,10 +1,9 @@ Blacksmith Pushkin:
Many great masters of augmentation have been trained by the Black Anvil Guild. I'm one of them, hoho. I'm sure that the items I craft are of highest quality.
Do you know that Life Stones can't be obtained any more? But they say, more powerful stones - Spirit Stones and Augmenting Stones - have been discovered. The stones were created from Life Stones affected by dimensional energy.
-If you have Life Stones, you can use them for augmentation. Well, if you want, you can exchange Life Stones for Spirit Stones.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300.htm index 473b444d8f..73d712fcba 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30300.htm @@ -1,10 +1,10 @@ Blacksmith Pushkin:
Welcome! I'm Pushkin, a blacksmith.
-My brother Rupio and I were ordered by the Black Anvil Guild to come here. I wnat to make our blacksmith shop the best one in Giran. I don't have everything ready yet, but I'd happy to help you, if you need anything.
- - +My brother Rupio and I were ordered by the Black Anvil Guild to come here. I want to make our blacksmith shop the best one in Giran. I don't have everything ready yet, but I'd be happy to help you, if you need anything.
+ + - - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317-5.htm index d29e124958..646cf447f2 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317-5.htm @@ -1,10 +1,9 @@ Blacksmith Kluto:
So, here you can augment items and remove augmentations. Do you need my help?
Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317.htm index c78e0fcf3e..c2fb8b47fc 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30317.htm @@ -1,9 +1,9 @@ Blacksmith Kluto:
Greetings! Are you here to talk business? Tell me what you need. Are you going to make an order?
- - + + - - - + + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458-5.htm index f46feea6cf..208b2c0c8d 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458-5.htm @@ -1,10 +1,9 @@ Blacksmith Poitan:
Here you can augment items and remove augmentations. Choose what you need.
Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-You can still use your Life Stones for augmentation, of course. Or you can give them to me and I'll exchange them for Spirit Stones.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458.htm index 2fd9f86a69..f54d4b8124 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30458.htm @@ -2,9 +2,9 @@ I'm glad to see you, traveler. I'm Poitan, the blacksmith of this village.
My blacksmith shop has only been open for a while, so you are lucky! Not many people were patient enough to wait for my shop to open. You were born under a lucky star!
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471-5.htm index 8da0da17b2..92ddc99f95 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471-5.htm @@ -1,10 +1,9 @@ Blacksmith Rupio:
If equipment is augmented, it has better characteristics. If you need to augment something or remove augmentation, let me know.
Do you know that it's impossible to find Life Stones these days? But don't worry, more powerful Spirit Stones and Augmenting Stones have been discovered. They were created from Life Stones affected by dimensional energy.
-If you have Life Stones, you can still use them for augmentation. Also you can bring them to me to exchange them for Spirit Stones.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471.htm index bb7a9fc062..ffbf8941b3 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30471.htm @@ -2,10 +2,10 @@ I am so glad to see you! I am a messenger of the Black Anvil Guild, Rupio.
My brother Pushkin and I are going to open the best blacksmith shop in the town. We've just moved our equipment here from the Dwarven Village. Now we can finally start working.
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30526.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30526.htm index 714c3fbd6e..f8ffb27a8d 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30526.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30526.htm @@ -1,7 +1,6 @@ Blacksmith Brunon:
Hail and well met! I'm Blacksmith Brunon of the Black Anvil Guild. What business brings you here today?
- - + diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30527.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30527.htm index a09ede560e..957d5ea90d 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30527.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30527.htm @@ -1,7 +1,6 @@ Blacksmith Silvera:
Hello! I'm Blacksmith Silvera. Keeping yourself warm in this cold weather? Ha ha! I'm very busy myself these days dealing with so many test candidates for Artisan. Perhaps are you also an applicant? Or are you here to learn skills? Something else?
- - + diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678-5.htm index d7152ea754..71f63cbdc3 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678-5.htm @@ -1,10 +1,9 @@ Blacksmith Helton:
That's right, here you can augment items and remove augmentations. But please be quick.
Do you have Life Stones? As I know, Life Stones can't be obtained any more. But I've heard that new, more powerfuls tones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy.
-If you still have Life Stones, you can use them for augmentation. By the way, I can exchange them for Spirit Stones.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678.htm index 5c967ff685..16338ef8b8 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30678.htm @@ -3,9 +3,9 @@ Who are you? Why are you here? Well, if you don't have a keg of finest dwarven b Damn it! Every day the same thing over and over! Hammer, forge, bend, and quench! I'd love to create a sword that will destroy any armor...
But I'm so tired of all this.
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688-5.htm index 505bb1d01a..ef6c2248ae 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688-5.htm @@ -1,10 +1,9 @@ Blacksmith Duning:
Here you can augment an item or remove augmentation. Choose what you need.
Have you heard that Life Stones can't be obtained any more? Fortunately, Spirit Stones and Augmenting Stones have been discovered. The stones wer created from Life Stones affected by dimensional energy.
-If you have Life Stones, you can still use them for augmentation, of course. Also I can exchange for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688.htm index 26d18cff26..7108c2ecb2 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30688.htm @@ -1,9 +1,9 @@ Blacksmith Duning:
Hey, listen... You were right to come over the blacksmith's shop in Hunters' Village. Sure, there are a lot of monster hunters here, but there also are fortune seekers, black marketeers, information brokers, and many others. I think you know what that means. It is the best place to trade!
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846-5.htm index b0436324bb..99eb416315 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846-5.htm @@ -1,10 +1,9 @@ Blacksmith Wilbert:
Haha! If you want to augment an item, you came to the right place! I can do it! I can augment an item or remove augmentation!
Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846.htm index 7306c0bf8c..519a1db77d 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30846.htm @@ -1,10 +1,10 @@ Blacksmith Wilbert:
Haha! Blacksmiths do so much more than just craft armor, spears, axes and the like. The town of Aden wouldn't even exist without our Black Anvil Guild.
Oh, by th way, it's only rumors, but... I've heard that golems which were used to banish humans from our lands were constructed by our guild too. Who else could have invented such outstanding technology?
- - + + - - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898-5.htm index d45743558d..dcaabc6cfc 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898-5.htm @@ -1,11 +1,10 @@ Blacksmith Morning:
Augmentation imbues weapon and accessories with special power. To augment items you need Life Stones, but as fate would have it, there is no way to obtain them anymore.
Thogh there is no need to worry. More powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
So, what do you need? Augment an item or remove augmentation?
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898.htm index 30bd12627e..f3bec882f6 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/30898.htm @@ -1,9 +1,9 @@ Blacksmith Morning:
Welcome! I am the best blacksmith in all of Innadril! You didn't come here just to stare, did you? I'm happy to see anyone who has money and wants to buy my masterpieces.
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271-5.htm index babf1f6cca..953e0f1365 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271-5.htm @@ -1,10 +1,9 @@ Blacksmith Hilda:
Do you want to ask something? I can augment an item or remove augmentation.
Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271.htm index cead2947c6..0ffe6bdba9 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31271.htm @@ -1,9 +1,9 @@ Blacksmith Hilda:
Can I help you? Spill it, I'm very busy! I have a lot of work to do: swords, spears, armor and a hell of a lot of other things! If you came here just to gawk, don't get in the way. Do not distract me.
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316-5.htm index 09293699a1..e66638e123 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316-5.htm @@ -1,10 +1,9 @@ Blacksmith Vincenz:
More and more customers are interested in augmenting their weapons. Don't worry about grade of your equipment, when it comes to augmentation, I'm a professional.
To augment items you need Life Stones which are nowhere to be found nowadays. But it's not a problem, because new powerful stones have been discovered. They are called Spirit Stones and Augmenting Stones. They were created from Life Stones affected by dimensional energy.
-If you have Life Stones, they can still be used for augmentation. But I can also exchange them for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316.htm index e6876d9a20..28eb1f43d3 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31316.htm @@ -2,10 +2,10 @@ Hey! Welcome to the best blacksmith shop of Rune!
What would you like? I can craft everything, from jewelry to battle golems! Your wish is my command!
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583-5.htm index 30c7544242..f846677ef2 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583-5.htm @@ -1,10 +1,9 @@ Blacksmith Feynn:
Sure, I can augment items as well. Do you need to augment something? Good! Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583.htm index 1e4684f77c..96591879f0 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31583.htm @@ -2,9 +2,9 @@ Hey, it's you! I see you need something! You know being extremely good at your job has its pros and cons. I'm a jack-of-all-trades! Hehehe! Only a chosen few can understand my genius!
I believe there's nothing free in this world! The lucky man is the one how deserves to be lucky! That's the only truth! So, what do you need?
- + - + diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960-5.htm index 58c4831000..3c78607d25 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960-5.htm @@ -1,10 +1,9 @@ Blacksmith Buryun:
Here you can augment items.
Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960.htm index b5c24e342c..f68d28324a 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31960.htm @@ -1,9 +1,9 @@ Blacksmith Buryun:
Greetings! I've just finished repairing a claymore and I'm about to start crafting a new enhanced sword. Do you need something special? Or just standard boots and gloves repair?
- + - + diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990-5.htm index 2a4790d5ea..9f4dd69495 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990-5.htm @@ -1,10 +1,9 @@ Blacksmith Siger:
I like to augment items, that's why I'm so good at it!
Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
- - + + diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990.htm index 9811a490ef..920e27e6e5 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/31990.htm @@ -2,9 +2,9 @@ I'm glad to see you. Have you met my brother Buryun? I make great swords and I'm ready to tackle any order, no matter the difficulty. Hehehe! Really, I am.
My swords are well-known for their excellent quality, just like the swords made by my brother Buryun. And that's the truth. - + - + diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/32159.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/32159.htm index 13af38fd75..64a0abb76c 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/32159.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/32159.htm @@ -1,8 +1,7 @@ Blacksmith Kincaid:
What brings you here this fine day? Something challenging, I hope! This smithy has been in my family for three generations, so there's nothing we can't figure out how to make, fix or break for you!.
- - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998-4.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998-4.htm index 684d39b797..d3af9e8b81 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998-4.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998-4.htm @@ -4,5 +4,7 @@ Do you know that Life Stones can't be obtained any more? Fortunately, more power If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
+ + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998.htm index 89d644e032..73a5efcb61 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/33998.htm @@ -3,7 +3,7 @@ Welcome! You've come to see me, so you know who to trust!
What brings you here?
- + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208-5.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208-5.htm index cfd749a220..840e5d47e3 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208-5.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208-5.htm @@ -1,10 +1,9 @@ Blacksmith Bartman:
I'm a master of augmentation with the Black Anvil Guild. I have vast experience, so you can trust me.
Do you know that Life Stones can't be obtained any more? Fortunately, more powerful stones have been discovered, they're called Spirit Stones and Augmenting Stones. The stones were created from Life Stones affected by dimensional energy, so don't worry.
-If you have Life Stones, you can use them for augmentation. Or I can exchange them for Spirit Stones, if you want.
- - + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208.htm b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208.htm index 9b3de77e0c..1789d2e253 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208.htm +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/html/default/34208.htm @@ -2,9 +2,9 @@ Hello, my name is Bartman.
I used to be an ordinary blacksmith, but decided to come here as soon as I heard the discovery of Underground Gainak. You'll see, one day the word 'blacksmith' wil be synonymous with my name!
- + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1001.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1001.xml deleted file mode 100644 index dad2aecbe2..0000000000 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1001.xml +++ /dev/null @@ -1,421 +0,0 @@ - - - - 30283 - 30298 - 30300 - 30307 - 30317 - 30363 - 30458 - 30471 - 30526 - 30527 - 30564 - 30688 - 30898 - 31583 - 31990 - 32159 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1008.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1008.xml index 56dac53d74..e1f09556cb 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1008.xml +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1008.xml @@ -33,6 +33,6 @@ - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1009.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1009.xml deleted file mode 100644 index 14effea018..0000000000 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1009.xml +++ /dev/null @@ -1,1327 +0,0 @@ - - - - 30298 - 30300 - 30317 - 30458 - 30471 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - 33998 - 30283 - 34208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1010.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1010.xml deleted file mode 100644 index ec9cc26c85..0000000000 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1010.xml +++ /dev/null @@ -1,120 +0,0 @@ - - - - 30298 - 30300 - 30317 - 30458 - 30471 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - 33998 - 30283 - 34208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1011.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1011.xml deleted file mode 100644 index 9d9454a026..0000000000 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1011.xml +++ /dev/null @@ -1,146 +0,0 @@ - - - - 30298 - 30300 - 30317 - 30458 - 30471 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - 33998 - 30283 - 34208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1012.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1012.xml index c659dea77f..d92b90b60f 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1012.xml +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/1012.xml @@ -23,38 +23,38 @@ - + - + - + - + - + - + - + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/311262501.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/311262501.xml new file mode 100644 index 0000000000..de6a2164f8 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/311262501.xml @@ -0,0 +1,80 @@ + + + + 30298 + 30300 + 30317 + 30458 + 30471 + 30678 + 30688 + 30846 + 30898 + 31271 + 31316 + 31583 + 31960 + 31990 + 33998 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/928.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/928.xml index c8bb79704b..2623e3e862 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/928.xml +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/928.xml @@ -17,7 +17,7 @@ 31990 33998 30283 - 34208 + 34208 @@ -356,6 +356,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -381,6 +411,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/929.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/929.xml index 558bcdefff..bcd07af273 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/929.xml +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/929.xml @@ -16,6 +16,7 @@ 31960 31990 33998 + 30283 34208 diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/930.xml b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/930.xml new file mode 100644 index 0000000000..62548a8aa9 --- /dev/null +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/multisell/930.xml @@ -0,0 +1,141 @@ + + + + 30298 + 30300 + 30317 + 30458 + 30471 + 30678 + 30688 + 30846 + 30898 + 31271 + 31316 + 31583 + 31960 + 31990 + 33998 + 30283 + 34208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/handlers/bypasshandlers/Link.java b/L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/handlers/bypasshandlers/Link.java index 06390c5abd..6ab6da8f79 100644 --- a/L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/handlers/bypasshandlers/Link.java +++ b/L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/handlers/bypasshandlers/Link.java @@ -41,6 +41,18 @@ public class Link implements IBypassHandler VALID_LINKS.add("common/attribute_info.htm"); VALID_LINKS.add("common/augmentation_01.htm"); VALID_LINKS.add("common/augmentation_02.htm"); + VALID_LINKS.add("common/augmentation_03.htm"); + VALID_LINKS.add("common/augmentation_03_01.htm"); + VALID_LINKS.add("common/augmentation_03_02.htm"); + VALID_LINKS.add("common/augmentation_03_03.htm"); + VALID_LINKS.add("common/augmentation_03_04.htm"); + VALID_LINKS.add("common/augmentation_03_05.htm"); + VALID_LINKS.add("common/augmentation_03_06.htm"); + VALID_LINKS.add("common/augmentation_03_07.htm"); + VALID_LINKS.add("common/augmentation_03_08.htm"); + VALID_LINKS.add("common/augmentation_03_09.htm"); + VALID_LINKS.add("common/augmentation_03_10.htm"); + VALID_LINKS.add("common/augmentation_03_11.htm"); VALID_LINKS.add("common/augmentation_exchange.htm"); VALID_LINKS.add("common/crafting_01.htm"); VALID_LINKS.add("common/crafting_02.htm");