From ddce008885c66675ce4c3649096b037ddd3e5341 Mon Sep 17 00:00:00 2001
From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Mon, 25 Jan 2021 18:59:41 +0000
Subject: [PATCH] Updated dimensional merchant. Contributed by quangnguyen.
---
.../dist/game/data/multisell/3247802.xml | 82 +
.../dist/game/data/multisell/3247803.xml | 82 +
.../dist/game/data/multisell/3247804.xml | 82 +
.../dist/game/data/multisell/3247805.xml | 82 +
.../dist/game/data/multisell/3247806.xml | 82 +
.../dist/game/data/multisell/3247807.xml | 82 +
.../dist/game/data/multisell/3247808.xml | 82 +
.../dist/game/data/multisell/3247809.xml | 82 +
.../dist/game/data/multisell/3247810.xml | 61 +
.../dist/game/data/multisell/3247811.xml | 223 +++
.../dist/game/data/multisell/3247812.xml | 31 +
.../dist/game/data/multisell/3247813.xml | 43 +
.../dist/game/data/multisell/3247814.xml | 37 +
.../dist/game/data/multisell/3247815.xml | 49 +
.../dist/game/data/multisell/3247816.xml | 79 +
.../dist/game/data/multisell/3247817.xml | 86 ++
.../dist/game/data/multisell/3247818.xml | 103 ++
.../dist/game/data/multisell/3247819.xml | 73 +
.../dist/game/data/multisell/3247820.xml | 67 +
.../dist/game/data/multisell/3247821.xml | 109 ++
.../dist/game/data/multisell/3247822.xml | 109 ++
.../dist/game/data/multisell/3247823.xml | 109 ++
.../dist/game/data/multisell/3247824.xml | 262 ++++
.../dist/game/data/multisell/3247825.xml | 55 +
.../dist/game/data/multisell/3247826.xml | 121 ++
.../dist/game/data/multisell/3247827.xml | 109 ++
.../dist/game/data/multisell/3247828.xml | 120 ++
.../dist/game/data/multisell/3247829.xml | 91 ++
.../dist/game/data/multisell/3247830.xml | 79 +
.../dist/game/data/multisell/3247831.xml | 31 +
.../dist/game/data/multisell/3247832.xml | 13 +
.../dist/game/data/multisell/3247833.xml | 31 +
.../dist/game/data/multisell/3247834.xml | 73 +
.../dist/game/data/multisell/3247835.xml | 61 +
.../dist/game/data/multisell/3247836.xml | 25 +
.../dist/game/data/multisell/3247837.xml | 23 +
.../dist/game/data/multisell/3247838.xml | 79 +
.../ai/others/DimensionalMerchant/32478.html | 9 +-
.../DimensionalMerchant.java | 1337 ++++++++++++++++-
.../others/DimensionalMerchant/agathions.html | 58 +
.../blackprotectioncloaks.html | 72 +
.../DimensionalMerchant/buffScrolls.html | 40 +
.../ai/others/DimensionalMerchant/cloaks.html | 43 +
.../DimensionalMerchant/enhancement.html | 87 ++
.../ai/others/DimensionalMerchant/events.html | 74 +
.../DimensionalMerchant/itemconversion.html | 54 +
.../ai/others/DimensionalMerchant/items.html | 103 ++
.../others/DimensionalMerchant/no_cloak.html | 51 +
.../others/DimensionalMerchant/pendants.html | 40 +
.../DimensionalMerchant/protectioncloaks.html | 95 ++
.../DimensionalMerchant/redprotectcloaks.html | 72 +
.../others/DimensionalMerchant/removeaug.html | 30 +
.../DimensionalMerchant/soulcrystals.html | 93 ++
.../others/DimensionalMerchant/soulshots.html | 15 +
.../others/DimensionalMerchant/talismans.html | 49 +
.../DimensionalMerchant/transferitem.html | 46 +
.../others/DimensionalMerchant/weapons.html | 106 ++
.../whiteprotectioncloaks.html | 72 +
58 files changed, 5549 insertions(+), 5 deletions(-)
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247802.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247803.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247804.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247805.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247806.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247807.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247808.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247809.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247810.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247811.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247812.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247813.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247814.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247815.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247816.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247817.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247818.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247819.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247820.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247821.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247822.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247823.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247824.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247825.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247826.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247827.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247828.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247829.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247830.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247831.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247832.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247833.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247834.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247835.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247836.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247837.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247838.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/agathions.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/blackprotectioncloaks.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/buffScrolls.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/cloaks.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/enhancement.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/events.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/itemconversion.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/items.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/no_cloak.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/pendants.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/protectioncloaks.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/redprotectcloaks.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/removeaug.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/soulcrystals.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/soulshots.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/talismans.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/transferitem.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/weapons.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/whiteprotectioncloaks.html
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247802.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247802.xml
new file mode 100644
index 0000000000..04ad7b287a
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247802.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247803.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247803.xml
new file mode 100644
index 0000000000..92faf5af9f
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247803.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247804.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247804.xml
new file mode 100644
index 0000000000..331e3218fa
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247804.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247805.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247805.xml
new file mode 100644
index 0000000000..3b3a22e4e7
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247805.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247806.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247806.xml
new file mode 100644
index 0000000000..26c9890a6a
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247806.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247807.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247807.xml
new file mode 100644
index 0000000000..0f99652a03
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247807.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247808.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247808.xml
new file mode 100644
index 0000000000..9569984f7a
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247808.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247809.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247809.xml
new file mode 100644
index 0000000000..ddff5f2c29
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247809.xml
@@ -0,0 +1,82 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247810.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247810.xml
new file mode 100644
index 0000000000..e2c38d3897
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247810.xml
@@ -0,0 +1,61 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247811.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247811.xml
new file mode 100644
index 0000000000..4fd9c99049
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247811.xml
@@ -0,0 +1,223 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247812.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247812.xml
new file mode 100644
index 0000000000..3828bb9f04
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247812.xml
@@ -0,0 +1,31 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247813.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247813.xml
new file mode 100644
index 0000000000..8952d6e29c
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247813.xml
@@ -0,0 +1,43 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247814.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247814.xml
new file mode 100644
index 0000000000..1deab4b908
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247814.xml
@@ -0,0 +1,37 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247815.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247815.xml
new file mode 100644
index 0000000000..5b4a2e5b92
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247815.xml
@@ -0,0 +1,49 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247816.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247816.xml
new file mode 100644
index 0000000000..7a5f6c90fb
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247816.xml
@@ -0,0 +1,79 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247817.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247817.xml
new file mode 100644
index 0000000000..4efe6ebdfd
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247817.xml
@@ -0,0 +1,86 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247818.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247818.xml
new file mode 100644
index 0000000000..e1976a0473
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247818.xml
@@ -0,0 +1,103 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247819.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247819.xml
new file mode 100644
index 0000000000..c0bdc56af2
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247819.xml
@@ -0,0 +1,73 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247820.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247820.xml
new file mode 100644
index 0000000000..49f7dfbb1e
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247820.xml
@@ -0,0 +1,67 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247821.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247821.xml
new file mode 100644
index 0000000000..84948c710e
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247821.xml
@@ -0,0 +1,109 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247822.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247822.xml
new file mode 100644
index 0000000000..83b049536f
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247822.xml
@@ -0,0 +1,109 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247823.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247823.xml
new file mode 100644
index 0000000000..8b789acf46
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247823.xml
@@ -0,0 +1,109 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247824.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247824.xml
new file mode 100644
index 0000000000..1869ee8551
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247824.xml
@@ -0,0 +1,262 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247825.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247825.xml
new file mode 100644
index 0000000000..5d317982af
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247825.xml
@@ -0,0 +1,55 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247826.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247826.xml
new file mode 100644
index 0000000000..86596c6a6c
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247826.xml
@@ -0,0 +1,121 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247827.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247827.xml
new file mode 100644
index 0000000000..8f8d7080ca
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247827.xml
@@ -0,0 +1,109 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247828.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247828.xml
new file mode 100644
index 0000000000..56a1103795
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247828.xml
@@ -0,0 +1,120 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247829.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247829.xml
new file mode 100644
index 0000000000..513b841525
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247829.xml
@@ -0,0 +1,91 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247830.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247830.xml
new file mode 100644
index 0000000000..75d7454500
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247830.xml
@@ -0,0 +1,79 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247831.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247831.xml
new file mode 100644
index 0000000000..db62619b26
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247831.xml
@@ -0,0 +1,31 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247832.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247832.xml
new file mode 100644
index 0000000000..eef5cc3e0b
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247832.xml
@@ -0,0 +1,13 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247833.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247833.xml
new file mode 100644
index 0000000000..c671ec94a4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247833.xml
@@ -0,0 +1,31 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247834.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247834.xml
new file mode 100644
index 0000000000..8cded40ad3
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247834.xml
@@ -0,0 +1,73 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247835.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247835.xml
new file mode 100644
index 0000000000..f86566f7a7
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247835.xml
@@ -0,0 +1,61 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247836.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247836.xml
new file mode 100644
index 0000000000..324a4b230e
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247836.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247837.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247837.xml
new file mode 100644
index 0000000000..4b91a3d7e8
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247837.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247838.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247838.xml
new file mode 100644
index 0000000000..62fa55afdf
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3247838.xml
@@ -0,0 +1,79 @@
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/32478.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/32478.html
index f644191127..d6764f6e2d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/32478.html
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/DimensionalMerchant/32478.html
@@ -15,19 +15,20 @@
| - | +
| - | +
| - | +