diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/multisell/3247839.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/multisell/3247839.xml
new file mode 100644
index 0000000000..543677f7ee
--- /dev/null
+++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/multisell/3247839.xml
@@ -0,0 +1,56 @@
+
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java
index ccd3d3aeef..59a5392820 100644
--- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java
+++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/GameAssistant.java
@@ -97,6 +97,7 @@ public class GameAssistant extends AbstractNpcAI
private static final int EX_PENDANT = 3247836;
private static final int EX_BUFF_SCROLL = 3247837;
private static final int EX_SOULSHOT = 3247838;
+ private static final int EX_ENCHANTS = 3247839;
// Others
private static final String COMMAND_BYPASS = "Quest GameAssistant ";
@@ -261,6 +262,11 @@ public class GameAssistant extends AbstractNpcAI
player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/soulshots.html")));
break;
}
+ case "Chat_Enchants":
+ {
+ player.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/enchants.html")));
+ break;
+ }
// Actions
case "removeAug":
{
@@ -470,6 +476,11 @@ public class GameAssistant extends AbstractNpcAI
MultisellData.getInstance().separateAndSend(EX_SOULSHOT, player, null, false);
break;
}
+ case "Ex_Enchants":
+ {
+ MultisellData.getInstance().separateAndSend(EX_ENCHANTS, player, null, false);
+ break;
+ }
case "exc_black_sayha_cloak":
{
final long itemCount = getQuestItemsCount(player, SAYHA_CLOAK_COUPON);
diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/enchants.html b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/enchants.html
new file mode 100644
index 0000000000..1896227b6a
--- /dev/null
+++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/enchants.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Enchant Scrolls are used to improve items stats.
+
+
+
+
+
+
+
+
+
Exchange Enchant Scroll you need according to your item grade.
+
+
+
+
+
+
+
+
+ Get Enchant Scrolls
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/items.html b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/items.html
index 22013c2d58..5ef6b07944 100644
--- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/items.html
+++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/ai/others/GameAssistant/items.html
@@ -79,6 +79,14 @@