From 843efe824544471023dc1497880662da1c74cac5 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Tue, 14 Jul 2020 13:46:19 +0000 Subject: [PATCH] Addition of Mammons. Contributed by Minzee. --- .../dist/game/data/multisell/31113001.xml | 313 + .../dist/game/data/multisell/31126001.xml | 1653 ++ .../dist/game/data/multisell/31126002.xml | 2659 +++ .../dist/game/data/multisell/31126003.xml | 14797 ++++++++++++++++ .../dist/game/data/multisell/31126004.xml | 16 + .../dist/game/data/multisell/31126005.xml | 189 + .../dist/game/data/multisell/31126006.xml | 79 + .../dist/game/data/multisell/31126007.xml | 24 + .../dist/game/data/multisell/31126008.xml | 37 + .../dist/game/data/multisell/31126009.xml | 603 + .../dist/game/data/multisell/31126010.xml | 234 + .../dist/game/data/multisell/31126011.xml | 39 + .../dist/game/data/multisell/31126012.xml | 129 + .../dist/game/data/multisell/311262504.xml | 457 - .../dist/game/data/multisell/311262505.xml | 457 - .../dist/game/data/multisell/311262506.xml | 1249 -- .../dist/game/data/multisell/311262507.xml | 169 - .../dist/game/data/multisell/311262508.xml | 673 - .../dist/game/data/multisell/33511001.xml | 141 + .../dist/game/data/multisell/33511002.xml | 21 + .../Mammons/BlacksmithOfMammon/31126-01.html | 6 + .../Mammons/BlacksmithOfMammon/31126-02.html | 7 + .../Mammons/BlacksmithOfMammon/31126-03.html | 6 + .../Mammons/BlacksmithOfMammon/31126-04.html | 6 + .../Mammons/BlacksmithOfMammon/31126.html | 11 + .../BlacksmithOfMammon.java | 91 + .../Mammons/MerchantOfMammon/31113-01.html | 5 + .../Mammons/MerchantOfMammon/31113-02.html | 6 + .../Mammons/MerchantOfMammon/31113.html | 9 + .../MerchantOfMammon/MerchantOfMammon.java | 91 + .../others/Mammons/PriestOfMammon/33511.html | 7 + .../PriestOfMammon/PriestOfMammon.java | 86 + .../dist/game/data/stats/npcs/31100-31199.xml | 58 +- .../dist/game/data/stats/npcs/33500-33599.xml | 35 +- 34 files changed, 21304 insertions(+), 3059 deletions(-) create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31113001.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126001.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126002.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126003.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126004.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126005.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126006.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126007.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126008.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126009.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126010.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126011.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126012.xml delete mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262504.xml delete mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262505.xml delete mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262506.xml delete mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262507.xml delete mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262508.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511001.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511002.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-01.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-02.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-03.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-04.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/BlacksmithOfMammon.java create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-01.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-02.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/MerchantOfMammon.java create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/33511.html create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/PriestOfMammon.java diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31113001.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31113001.xml new file mode 100644 index 0000000000..edd64c0291 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31113001.xml @@ -0,0 +1,313 @@ + + + + 31113 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126001.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126001.xml new file mode 100644 index 0000000000..7f74f65c97 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126001.xml @@ -0,0 +1,1653 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126002.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126002.xml new file mode 100644 index 0000000000..8b2fb39804 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126002.xml @@ -0,0 +1,2659 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126003.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126003.xml new file mode 100644 index 0000000000..06dc7684c9 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126003.xml @@ -0,0 +1,14797 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126004.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126004.xml new file mode 100644 index 0000000000..7ff0aaadbd --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126004.xml @@ -0,0 +1,16 @@ + + + + 31126 + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126005.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126005.xml new file mode 100644 index 0000000000..d329e788c3 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126005.xml @@ -0,0 +1,189 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126006.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126006.xml new file mode 100644 index 0000000000..09db666d28 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126006.xml @@ -0,0 +1,79 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126007.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126007.xml new file mode 100644 index 0000000000..521e60e922 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126007.xml @@ -0,0 +1,24 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126008.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126008.xml new file mode 100644 index 0000000000..4e2285877b --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126008.xml @@ -0,0 +1,37 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126009.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126009.xml new file mode 100644 index 0000000000..a183131d2d --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126009.xml @@ -0,0 +1,603 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126010.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126010.xml new file mode 100644 index 0000000000..d239a1b992 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126010.xml @@ -0,0 +1,234 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126011.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126011.xml new file mode 100644 index 0000000000..cfbbab28a2 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126011.xml @@ -0,0 +1,39 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126012.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126012.xml new file mode 100644 index 0000000000..edd50543b3 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/31126012.xml @@ -0,0 +1,129 @@ + + + + 31126 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262504.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262504.xml deleted file mode 100644 index fe0a7040a3..0000000000 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262504.xml +++ /dev/null @@ -1,457 +0,0 @@ - - - - 30283 - 30298 - 30300 - 30307 - 30317 - 30363 - 30458 - 30471 - 30526 - 30527 - 30564 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262505.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262505.xml deleted file mode 100644 index dce87db83b..0000000000 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262505.xml +++ /dev/null @@ -1,457 +0,0 @@ - - - - 30283 - 30298 - 30300 - 30307 - 30317 - 30363 - 30458 - 30471 - 30526 - 30527 - 30564 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262506.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262506.xml deleted file mode 100644 index 453f0e2bde..0000000000 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262506.xml +++ /dev/null @@ -1,1249 +0,0 @@ - - - - 30283 - 30298 - 30300 - 30307 - 30317 - 30363 - 30458 - 30471 - 30526 - 30527 - 30564 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262507.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262507.xml deleted file mode 100644 index 4544492402..0000000000 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262507.xml +++ /dev/null @@ -1,169 +0,0 @@ - - - - 30283 - 30298 - 30300 - 30307 - 30317 - 30363 - 30458 - 30471 - 30526 - 30527 - 30564 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262508.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262508.xml deleted file mode 100644 index fb5df2fd6b..0000000000 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/311262508.xml +++ /dev/null @@ -1,673 +0,0 @@ - - - - 30283 - 30298 - 30300 - 30307 - 30317 - 30363 - 30458 - 30471 - 30526 - 30527 - 30564 - 30678 - 30688 - 30846 - 30898 - 31271 - 31316 - 31583 - 31960 - 31990 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511001.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511001.xml new file mode 100644 index 0000000000..7f2365099b --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511001.xml @@ -0,0 +1,141 @@ + + + + 33511 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511002.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511002.xml new file mode 100644 index 0000000000..d057ae638d --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/multisell/33511002.xml @@ -0,0 +1,21 @@ + + + + 33511 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-01.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-01.html new file mode 100644 index 0000000000..786f0d111b --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-01.html @@ -0,0 +1,6 @@ +Blacksmith of Mammon:
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-02.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-02.html new file mode 100644 index 0000000000..dc53ec7c41 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-02.html @@ -0,0 +1,7 @@ +Blacksmith of Mammon:
+ + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-03.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-03.html new file mode 100644 index 0000000000..1154ef4ee2 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-03.html @@ -0,0 +1,6 @@ +Blacksmith of Mammon:
+I'll exchange the weapon that you've been using for a weapon that is one level stronger. Pay me the difference in Ancient Adena.
+There's something you should know. Special abilities don't transfer. And if you transfer enchantments, the new weapon will not be enchanted.
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-04.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-04.html new file mode 100644 index 0000000000..e7220fd8ca --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126-04.html @@ -0,0 +1,6 @@ +Blacksmith of Mammon:
+I'll make an even exchange of weapons with you. For example, I will exchange a Mithril Dagger for a two-handed Claymore of the same level. However, there are a couple of things you should know.
+There's something you should know. Special abilities don't transfer. And if you transfer enchantments, the new weapon will not be enchanted.
+ + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126.html new file mode 100644 index 0000000000..243d39edfd --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/31126.html @@ -0,0 +1,11 @@ +Blacksmith of Mammon:
+Ah, yes, the seal of gnosis! May you receive the blessings of Mammon! You have come a long way to find me. I can provide you with the highest-quality weapons and armor.
+Blacksmiths the world over try to mimic my refined techniques, but their work pales in comparison to mine.
+I must ask you but one thing. As a dwarf of Mammon, I cannot accept money from the outside world. I can only accept payment in Ancient Adena.
+ + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/BlacksmithOfMammon.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/BlacksmithOfMammon.java new file mode 100644 index 0000000000..c0218bcb00 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/BlacksmithOfMammon/BlacksmithOfMammon.java @@ -0,0 +1,91 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package ai.others.Mammons.BlacksmithOfMammon; + +import org.l2jmobius.Config; +import org.l2jmobius.gameserver.model.Location; +import org.l2jmobius.gameserver.model.actor.Npc; +import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance; +import org.l2jmobius.gameserver.util.Broadcast; + +import ai.AbstractNpcAI; + +/** + * @author Mobius, Minzee + */ +public class BlacksmithOfMammon extends AbstractNpcAI +{ + // NPC + private static final int BLACKSMITH = 31126; + // Locations + private static final Location[] LOCATIONS = + { + new Location(-19360, 13278, -4901, 0), // Dark Omens + new Location(-53131, -250502, -7909, 0), // Heretic + new Location(46303, 170091, -4981, 0), // Branded + new Location(-20485, -251008, -8165, 0), // Apostate + new Location(12669, -248698, -9581, 0), // Forbidden Path + new Location(140519, 79464, -5429, 0), // Witch + }; + // Misc + private static final int TELEPORT_DELAY = 1800000; // 30 minutes + private static Npc _lastSpawn; + + private BlacksmithOfMammon() + { + addFirstTalkId(BLACKSMITH); + onAdvEvent("RESPAWN_BLACKSMITH", null, null); + startQuestTimer("RESPAWN_BLACKSMITH", TELEPORT_DELAY, null, null, true); + } + + @Override + public String onAdvEvent(String event, Npc npc, PlayerInstance player) + { + String htmltext = null; + switch (event) + { + case "31126.html": + case "31126-01.html": + case "31126-02.html": + case "31126-03.html": + case "31126-04.html": + { + htmltext = event; + break; + } + case "RESPAWN_BLACKSMITH": + { + if (_lastSpawn != null) + { + _lastSpawn.deleteMe(); + } + _lastSpawn = addSpawn(BLACKSMITH, getRandomEntry(LOCATIONS), false, TELEPORT_DELAY); + if (Config.ANNOUNCE_MAMMON_SPAWN) + { + Broadcast.toAllOnlinePlayers("Blacksmith of Mammon has been spawned near the Town of " + _lastSpawn.getCastle().getName() + ".", false); + } + break; + } + } + return htmltext; + } + + public static void main(String[] args) + { + new BlacksmithOfMammon(); + } +} diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-01.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-01.html new file mode 100644 index 0000000000..303cd93125 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-01.html @@ -0,0 +1,5 @@ +Merchant of Mammon:
+Ancient Adena is the currency that was used during the Elmoreden Empire. It was minuted from gold of the highest purity, of a much higher quality than the coins used today. It is said that the emblem on the back of the coins possesses a mysterious power...
+The Priest of Mammon are given bonuses in Ancient Adena. Sell them Seal Stones and they'll pay for them with Ancient Adena.
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-02.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-02.html new file mode 100644 index 0000000000..bdecf15402 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113-02.html @@ -0,0 +1,6 @@ +Merchant of Mammon:
+A Blank Scroll is the papyrus that remains after the enchantment has been removed from a magic scroll.
+Visit Gatekeeper Ziggurat at the entrance to the Necropolis, he'll tell you how to get a Blank Scroll. But this knowledge won't come cheap...
+He's been a bit down on his luck lately... This will do him good...
+ + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113.html new file mode 100644 index 0000000000..625c4dccc1 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/31113.html @@ -0,0 +1,9 @@ +Merchant of Mammon:
+May you receive the blessings of Mammon! We of the Mammon Guild have come far to show you some exquisite items!
+Before you start shopping there are a few things I should tell you... We don't accept today's currency, but instead use only Ancient Adena.
+Also, if you wish to purchase an enchanted scroll, you must bring a Blank Scroll.
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/MerchantOfMammon.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/MerchantOfMammon.java new file mode 100644 index 0000000000..1ef1e8723e --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/MerchantOfMammon/MerchantOfMammon.java @@ -0,0 +1,91 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package ai.others.Mammons.MerchantOfMammon; + +import org.l2jmobius.Config; +import org.l2jmobius.gameserver.model.Location; +import org.l2jmobius.gameserver.model.actor.Npc; +import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance; +import org.l2jmobius.gameserver.util.Broadcast; + +import ai.AbstractNpcAI; + +/** + * @author Mobius, Minzee + */ +public class MerchantOfMammon extends AbstractNpcAI +{ + // NPC + private static final int MERCHANT = 31113; + // Locations + private static final Location[] LOCATIONS = + { + new Location(-52172, 78884, -4741, 0), // Devotion + new Location(-41350, 209876, -5087, 0), // Sacrifice + new Location(-21657, 77164, -5173, 0), // Patriots + new Location(45029, 123802, -5413, 0), // Pilgrims + new Location(83175, 208998, -5439, 0), // Saints + new Location(111337, 173804, -5439, 0), // Worship + new Location(118343, 132578, -4831, 0), // Martyrdom + new Location(172373, -17833, -4901, 0), // Disciple + }; + // Misc + private static final int TELEPORT_DELAY = 1800000; // 30 minutes + private static Npc _lastSpawn; + + private MerchantOfMammon() + { + addFirstTalkId(MERCHANT); + onAdvEvent("RESPAWN_MERCHANT", null, null); + startQuestTimer("RESPAWN_MERCHANT", TELEPORT_DELAY, null, null, true); + } + + @Override + public String onAdvEvent(String event, Npc npc, PlayerInstance player) + { + String htmltext = null; + switch (event) + { + case "31113.html": + case "31113-01.html": + case "31113-02.html": + { + htmltext = event; + break; + } + case "RESPAWN_MERCHANT": + { + if (_lastSpawn != null) + { + _lastSpawn.deleteMe(); + } + _lastSpawn = addSpawn(MERCHANT, getRandomEntry(LOCATIONS), false, TELEPORT_DELAY); + if (Config.ANNOUNCE_MAMMON_SPAWN) + { + Broadcast.toAllOnlinePlayers("Merchant of Mammon has been spawned near the Town of " + _lastSpawn.getCastle().getName() + ".", false); + } + break; + } + } + return htmltext; + } + + public static void main(String[] args) + { + new MerchantOfMammon(); + } +} diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/33511.html b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/33511.html new file mode 100644 index 0000000000..dde9bd9144 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/33511.html @@ -0,0 +1,7 @@ +Priest of Mammon:
+The door to the Necropolis and Catacombs is again opened. I heard that the monsters coming back in dungeons... hmm... I don't know.
+No matter, both the Dawn and Dusk were caught horribly unprepared by Shilen's resurrection. Haha... Because of this, I started taking on the work normally done by the priests of Dawn and Dusk.
+ + + + \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/PriestOfMammon.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/PriestOfMammon.java new file mode 100644 index 0000000000..e64d25e2bb --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/ai/others/Mammons/PriestOfMammon/PriestOfMammon.java @@ -0,0 +1,86 @@ +/* + * This file is part of the L2J Mobius project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +package ai.others.Mammons.PriestOfMammon; + +import org.l2jmobius.Config; +import org.l2jmobius.gameserver.model.Location; +import org.l2jmobius.gameserver.model.actor.Npc; +import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance; +import org.l2jmobius.gameserver.util.Broadcast; + +import ai.AbstractNpcAI; + +/** + * @author Mobius, Minzee + */ +public class PriestOfMammon extends AbstractNpcAI +{ + // NPC + private static final int PRIEST = 33511; + // Locations + private static final Location[] LOCATIONS = + { + new Location(146882, 29665, -2264, 0), // Aden + new Location(81284, 150155, -3528, 891), // Giran + new Location(42784, -41236, -2192, 37972), // Rune + }; + // Misc + private static final int TELEPORT_DELAY = 1800000; // 30 minutes + private static Npc _lastSpawn; + + private PriestOfMammon() + { + addFirstTalkId(PRIEST); + onAdvEvent("RESPAWN_PRIEST", null, null); + startQuestTimer("RESPAWN_PRIEST", TELEPORT_DELAY, null, null, true); + } + + @Override + public String onAdvEvent(String event, Npc npc, PlayerInstance player) + { + String htmltext = null; + switch (event) + { + case "31113.html": + case "31113-01.html": + case "31113-02.html": + { + htmltext = event; + break; + } + case "RESPAWN_PRIEST": + { + if (_lastSpawn != null) + { + _lastSpawn.deleteMe(); + } + _lastSpawn = addSpawn(PRIEST, getRandomEntry(LOCATIONS), false, TELEPORT_DELAY); + if (Config.ANNOUNCE_MAMMON_SPAWN) + { + Broadcast.toAllOnlinePlayers("Priest of Mammon has been spawned in Town of " + _lastSpawn.getCastle().getName() + ".", false); + } + break; + } + } + return htmltext; + } + + public static void main(String[] args) + { + new PriestOfMammon(); + } +} diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml index c1fa3cfc4d..cf4a34d152 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/31100-31199.xml @@ -510,10 +510,11 @@ - + + @@ -541,34 +542,26 @@ DWARF MALE - - - + + + + + - - - - + 600 - + - - - - - - - - + 7 true - + @@ -1037,10 +1030,11 @@ - + + @@ -1062,34 +1056,26 @@ DWARF MALE - - - + + + + + - - - - + 600 - + - - - - - - - - + 7 true - + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/33500-33599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/33500-33599.xml index be09b7ec9c..3ffdf00e7b 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/33500-33599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/npcs/33500-33599.xml @@ -377,39 +377,38 @@ - - + + + HUMAN MALE - - - - + + + + + + - - - - - - + 600 - + - - + - + 7 + true + - - + +