From f88153a52973a58ef9407bf10c7c9ec700e696ad Mon Sep 17 00:00:00 2001
From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Wed, 10 Feb 2021 22:14:10 +0000
Subject: [PATCH] Addition of missing skilltree item requirements. Contributed
by Stayway.
---
.../game/data/skillTrees/1stClass/Artisan.xml | 34 ++++++++---
.../data/skillTrees/1stClass/Assassin.xml | 8 ++-
.../game/data/skillTrees/1stClass/Cleric.xml | 52 ++++++++++++-----
.../data/skillTrees/1stClass/DarkWizard.xml | 52 ++++++++++++-----
.../data/skillTrees/1stClass/ElvenKnight.xml | 8 ++-
.../data/skillTrees/1stClass/ElvenOracle.xml | 48 ++++++++++++----
.../data/skillTrees/1stClass/ElvenScout.xml | 4 +-
.../data/skillTrees/1stClass/ElvenWizard.xml | 36 +++++++++---
.../data/skillTrees/1stClass/HumanKnight.xml | 6 +-
.../data/skillTrees/1stClass/HumanWizard.xml | 44 +++++++++++----
.../game/data/skillTrees/1stClass/OrcMonk.xml | 22 ++++++--
.../data/skillTrees/1stClass/OrcRaider.xml | 22 ++++++--
.../data/skillTrees/1stClass/OrcShaman.xml | 38 +++++++++----
.../data/skillTrees/1stClass/PalusKnight.xml | 4 +-
.../data/skillTrees/1stClass/Scavenger.xml | 28 +++++++---
.../skillTrees/1stClass/ShillienOracle.xml | 56 ++++++++++++++-----
.../data/skillTrees/1stClass/SoulFinder.xml | 32 ++++++++---
.../game/data/skillTrees/1stClass/Trooper.xml | 32 ++++++++---
.../game/data/skillTrees/1stClass/Warder.xml | 32 ++++++++---
.../data/skillTrees/2ndClass/AbyssWalker.xml | 32 ++++++++---
.../data/skillTrees/2ndClass/Berserker.xml | 24 ++++++--
.../game/data/skillTrees/2ndClass/Bishop.xml | 40 +++++++++----
.../data/skillTrees/2ndClass/BladeDancer.xml | 20 +++++--
.../data/skillTrees/2ndClass/BountyHunter.xml | 16 ++++--
.../data/skillTrees/2ndClass/DarkAvenger.xml | 24 ++++++--
.../data/skillTrees/2ndClass/Destroyer.xml | 24 ++++++--
.../skillTrees/2ndClass/ElementalSummoner.xml | 32 ++++++++---
.../data/skillTrees/2ndClass/ElvenElder.xml | 36 +++++++++---
.../data/skillTrees/2ndClass/Gladiator.xml | 24 ++++++--
.../game/data/skillTrees/2ndClass/Hawkeye.xml | 8 ++-
.../data/skillTrees/2ndClass/Necromancer.xml | 44 +++++++++++----
.../data/skillTrees/2ndClass/Overlord.xml | 40 +++++++++----
.../game/data/skillTrees/2ndClass/Paladin.xml | 20 +++++--
.../skillTrees/2ndClass/PhantomRanger.xml | 24 ++++++--
.../skillTrees/2ndClass/PhantomSummoner.xml | 32 ++++++++---
.../data/skillTrees/2ndClass/PlainsWalker.xml | 32 ++++++++---
.../game/data/skillTrees/2ndClass/Prophet.xml | 40 +++++++++----
.../skillTrees/2ndClass/ShillienElder.xml | 28 +++++++---
.../skillTrees/2ndClass/ShillienKnight.xml | 36 +++++++++---
.../data/skillTrees/2ndClass/SilverRanger.xml | 24 ++++++--
.../data/skillTrees/2ndClass/Sorcerer.xml | 40 +++++++++----
.../data/skillTrees/2ndClass/SoulBreaker.xml | 48 ++++++++++++----
.../data/skillTrees/2ndClass/SoulRanger.xml | 24 ++++++--
.../data/skillTrees/2ndClass/Spellhowler.xml | 44 +++++++++++----
.../data/skillTrees/2ndClass/Spellsinger.xml | 40 +++++++++----
.../data/skillTrees/2ndClass/Swordsinger.xml | 20 +++++--
.../data/skillTrees/2ndClass/TempleKnight.xml | 36 +++++++++---
.../skillTrees/2ndClass/TreasureHunter.xml | 16 ++++--
.../game/data/skillTrees/2ndClass/Tyrant.xml | 20 +++++--
.../data/skillTrees/2ndClass/Warcryer.xml | 32 ++++++++---
.../game/data/skillTrees/2ndClass/Warlock.xml | 32 ++++++++---
.../game/data/skillTrees/2ndClass/Warlord.xml | 12 +++-
.../data/skillTrees/2ndClass/Warsmith.xml | 28 +++++++---
53 files changed, 1160 insertions(+), 390 deletions(-)
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Artisan.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Artisan.xml
index a5deabd1a8..f6eda5e61a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Artisan.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Artisan.xml
@@ -31,14 +31,24 @@
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -98,7 +108,9 @@
-
+
+
+
@@ -111,14 +123,18 @@
-
+
+
+
-
+
+
+
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Assassin.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Assassin.xml
index c36ce0bb05..b369cb6de3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Assassin.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Assassin.xml
@@ -19,7 +19,9 @@
-
+
+
+
@@ -111,7 +113,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Cleric.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Cleric.xml
index 131a6fef3f..4fc06e2126 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Cleric.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Cleric.xml
@@ -15,31 +15,51 @@
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -71,7 +91,9 @@
-
+
+
+
@@ -104,8 +126,12 @@
-
-
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/DarkWizard.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/DarkWizard.xml
index 535780f964..facddd9fde 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/DarkWizard.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/DarkWizard.xml
@@ -8,10 +8,14 @@
-
+
+
+
-
+
+
+
@@ -25,7 +29,9 @@
-
+
+
+
@@ -36,13 +42,23 @@
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -77,7 +93,9 @@
-
+
+
+
@@ -110,8 +128,12 @@
-
-
+
+
+
+
+
+
@@ -162,7 +184,9 @@
-
+
+
+
@@ -171,7 +195,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenKnight.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenKnight.xml
index 323791325e..425d7fb34f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenKnight.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenKnight.xml
@@ -145,7 +145,9 @@
-
+
+
+
@@ -187,7 +189,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenOracle.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenOracle.xml
index db9feeb2f0..d170c4c26d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenOracle.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenOracle.xml
@@ -15,15 +15,23 @@
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
@@ -31,16 +39,28 @@
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -72,7 +92,9 @@
-
+
+
+
@@ -90,7 +112,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenScout.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenScout.xml
index 03afaefcd2..339e5073d0 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenScout.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenScout.xml
@@ -175,7 +175,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenWizard.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenWizard.xml
index 53d9f7ba78..8239ccf650 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenWizard.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ElvenWizard.xml
@@ -10,10 +10,14 @@
-
+
+
+
-
+
+
+
@@ -25,7 +29,9 @@
-
+
+
+
@@ -35,13 +41,23 @@
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -74,7 +90,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanKnight.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanKnight.xml
index 55020c28fb..c8956db1a5 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanKnight.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanKnight.xml
@@ -3,7 +3,9 @@
-
+
+
+
@@ -16,7 +18,7 @@
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanWizard.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanWizard.xml
index cff05754da..b4e193e9c3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanWizard.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/HumanWizard.xml
@@ -8,12 +8,16 @@
-
+
+
+
-
+
+
+
@@ -26,7 +30,9 @@
-
+
+
+
@@ -36,13 +42,23 @@
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -76,7 +92,9 @@
-
+
+
+
@@ -161,14 +179,18 @@
-
+
+
+
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcMonk.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcMonk.xml
index b81fde8d90..30eff1cbda 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcMonk.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcMonk.xml
@@ -15,14 +15,24 @@
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcRaider.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcRaider.xml
index 6c03c69c87..c353b7b55a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcRaider.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcRaider.xml
@@ -28,14 +28,24 @@
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcShaman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcShaman.xml
index cb708167f6..1a5be91aae 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcShaman.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/OrcShaman.xml
@@ -23,15 +23,25 @@
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -69,7 +79,9 @@
-
+
+
+
@@ -100,8 +112,12 @@
-
-
+
+
+
+
+
+
@@ -140,7 +156,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/PalusKnight.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/PalusKnight.xml
index 50dffff309..1cae7c354f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/PalusKnight.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/PalusKnight.xml
@@ -20,7 +20,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Scavenger.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Scavenger.xml
index 5b397db076..3d7299413d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Scavenger.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Scavenger.xml
@@ -32,13 +32,23 @@
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -112,9 +122,13 @@
-
+
+
+
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ShillienOracle.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ShillienOracle.xml
index 3f02bc5be2..058ee84ac5 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ShillienOracle.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/ShillienOracle.xml
@@ -15,15 +15,23 @@
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
@@ -31,15 +39,27 @@
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -71,7 +91,9 @@
-
+
+
+
@@ -88,7 +110,9 @@
-
+
+
+
@@ -106,8 +130,12 @@
-
-
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/SoulFinder.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/SoulFinder.xml
index c3bd4dc51a..f7d0ff438c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/SoulFinder.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/SoulFinder.xml
@@ -7,7 +7,9 @@
-
+
+
+
@@ -19,16 +21,26 @@
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
@@ -56,8 +68,12 @@
-
-
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Trooper.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Trooper.xml
index a458588fbc..d565e3677d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Trooper.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Trooper.xml
@@ -8,7 +8,9 @@
-
+
+
+
@@ -20,13 +22,23 @@
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -57,8 +69,12 @@
-
-
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warder.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warder.xml
index 58db7fdd0e..be26431ced 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warder.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warder.xml
@@ -8,20 +8,32 @@
-
+
+
+
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -34,8 +46,12 @@
-
-
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/AbyssWalker.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/AbyssWalker.xml
index d921074731..0405c8cb78 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/AbyssWalker.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/AbyssWalker.xml
@@ -27,14 +27,18 @@
-
+
+
+
-
+
+
+
@@ -145,8 +149,12 @@
-
-
+
+
+
+
+
+
@@ -161,13 +169,17 @@
-
+
+
+
-
+
+
+
@@ -213,7 +225,9 @@
-
+
+
+
@@ -286,7 +300,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Berserker.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Berserker.xml
index 774cefceb3..8215affb92 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Berserker.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Berserker.xml
@@ -57,8 +57,12 @@
-
-
+
+
+
+
+
+
@@ -69,7 +73,9 @@
-
+
+
+
@@ -96,7 +102,9 @@
-
+
+
+
@@ -107,7 +115,9 @@
-
+
+
+
@@ -130,7 +140,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Bishop.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Bishop.xml
index 99c4f2cae0..d6aab843cc 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Bishop.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Bishop.xml
@@ -84,7 +84,9 @@
-
+
+
+
@@ -129,7 +131,9 @@
-
+
+
+
@@ -153,8 +157,12 @@
-
-
+
+
+
+
+
+
@@ -163,7 +171,9 @@
-
+
+
+
@@ -174,7 +184,9 @@
-
+
+
+
@@ -302,7 +314,9 @@
-
+
+
+
@@ -317,7 +331,9 @@
-
+
+
+
@@ -388,7 +404,9 @@
-
+
+
+
@@ -461,7 +479,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BladeDancer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BladeDancer.xml
index 9f4efd0df2..70801efee3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BladeDancer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BladeDancer.xml
@@ -27,7 +27,9 @@
-
+
+
+
@@ -123,8 +125,12 @@
-
-
+
+
+
+
+
+
@@ -141,7 +147,9 @@
-
+
+
+
@@ -234,7 +242,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BountyHunter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BountyHunter.xml
index 50092c5a06..d63694ea27 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BountyHunter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/BountyHunter.xml
@@ -160,8 +160,12 @@
-
-
+
+
+
+
+
+
@@ -176,7 +180,9 @@
-
+
+
+
@@ -283,7 +289,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/DarkAvenger.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/DarkAvenger.xml
index d5c7aeb7c6..d6a8f1192c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/DarkAvenger.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/DarkAvenger.xml
@@ -69,12 +69,16 @@
-
+
+
+
-
+
+
+
@@ -111,7 +115,9 @@
-
+
+
+
@@ -172,7 +178,9 @@
-
+
+
+
@@ -275,12 +283,16 @@
-
+
+
+
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Destroyer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Destroyer.xml
index 8884ab97a6..404a09abf6 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Destroyer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Destroyer.xml
@@ -44,7 +44,9 @@
-
+
+
+
@@ -167,8 +169,12 @@
-
-
+
+
+
+
+
+
@@ -185,7 +191,9 @@
-
+
+
+
@@ -197,7 +205,9 @@
-
+
+
+
@@ -302,7 +312,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElementalSummoner.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElementalSummoner.xml
index 3df1cbc2b7..fbf0d5c5cb 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElementalSummoner.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElementalSummoner.xml
@@ -33,7 +33,9 @@
-
+
+
+
@@ -84,7 +86,9 @@
-
+
+
+
@@ -135,8 +139,12 @@
-
-
+
+
+
+
+
+
@@ -151,7 +159,9 @@
-
+
+
+
@@ -251,7 +261,9 @@
-
+
+
+
@@ -263,7 +275,9 @@
-
+
+
+
@@ -376,7 +390,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElvenElder.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElvenElder.xml
index ad1f6bc666..db5cf9250b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElvenElder.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ElvenElder.xml
@@ -66,7 +66,9 @@
-
+
+
+
@@ -92,7 +94,9 @@
-
+
+
+
@@ -137,7 +141,9 @@
-
+
+
+
@@ -162,8 +168,12 @@
-
-
+
+
+
+
+
+
@@ -185,7 +195,9 @@
-
+
+
+
@@ -308,7 +320,9 @@
-
+
+
+
@@ -321,7 +335,9 @@
-
+
+
+
@@ -460,7 +476,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Gladiator.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Gladiator.xml
index 2c8ebdd723..5e1092e526 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Gladiator.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Gladiator.xml
@@ -61,7 +61,9 @@
-
+
+
+
@@ -192,8 +194,12 @@
-
-
+
+
+
+
+
+
@@ -217,7 +223,9 @@
-
+
+
+
@@ -287,7 +295,9 @@
-
+
+
+
@@ -364,7 +374,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Hawkeye.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Hawkeye.xml
index b1e405ef80..6506c79c4c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Hawkeye.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Hawkeye.xml
@@ -124,7 +124,9 @@
-
+
+
+
@@ -201,7 +203,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Necromancer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Necromancer.xml
index 5eaf5c8f8e..82df3f6f24 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Necromancer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Necromancer.xml
@@ -5,7 +5,9 @@
-
+
+
+
@@ -41,7 +43,9 @@
-
+
+
+
@@ -123,11 +127,17 @@
-
-
+
+
+
+
+
+
-
+
+
+
@@ -139,7 +149,9 @@
-
+
+
+
@@ -217,7 +229,9 @@
-
+
+
+
@@ -248,7 +262,9 @@
-
+
+
+
@@ -268,11 +284,15 @@
-
+
+
+
-
+
+
+
@@ -412,7 +432,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Overlord.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Overlord.xml
index 59a6ab38be..d279176c09 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Overlord.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Overlord.xml
@@ -136,16 +136,22 @@
-
+
+
+
-
+
+
+
-
+
+
+
@@ -164,8 +170,12 @@
-
-
+
+
+
+
+
+
@@ -179,7 +189,9 @@
-
+
+
+
@@ -261,7 +273,9 @@
-
+
+
+
@@ -318,7 +332,9 @@
-
+
+
+
@@ -341,7 +357,9 @@
-
+
+
+
@@ -500,7 +518,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Paladin.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Paladin.xml
index bfb6573833..61ca03c249 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Paladin.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Paladin.xml
@@ -72,7 +72,9 @@
-
+
+
+
@@ -155,7 +157,9 @@
-
+
+
+
@@ -178,7 +182,9 @@
-
+
+
+
@@ -293,12 +299,16 @@
-
+
+
+
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomRanger.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomRanger.xml
index f54793d753..089f05a7a1 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomRanger.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomRanger.xml
@@ -29,9 +29,13 @@
-
+
+
+
-
+
+
+
@@ -130,8 +134,12 @@
-
-
+
+
+
+
+
+
@@ -150,7 +158,9 @@
-
+
+
+
@@ -251,7 +261,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomSummoner.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomSummoner.xml
index f24bd1102c..2c530b32ce 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomSummoner.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PhantomSummoner.xml
@@ -33,7 +33,9 @@
-
+
+
+
@@ -83,7 +85,9 @@
-
+
+
+
@@ -132,8 +136,12 @@
-
-
+
+
+
+
+
+
@@ -150,7 +158,9 @@
-
+
+
+
@@ -247,7 +257,9 @@
-
+
+
+
@@ -260,7 +272,9 @@
-
+
+
+
@@ -368,7 +382,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PlainsWalker.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PlainsWalker.xml
index 94395d1fb1..c83a5d26cf 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PlainsWalker.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/PlainsWalker.xml
@@ -33,8 +33,12 @@
-
-
+
+
+
+
+
+
@@ -146,8 +150,12 @@
-
-
+
+
+
+
+
+
@@ -161,13 +169,17 @@
-
+
+
+
-
+
+
+
@@ -209,7 +221,9 @@
-
+
+
+
@@ -276,7 +290,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Prophet.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Prophet.xml
index f785809358..0b906bd710 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Prophet.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Prophet.xml
@@ -62,7 +62,9 @@
-
+
+
+
@@ -150,8 +152,12 @@
-
-
+
+
+
+
+
+
@@ -166,14 +172,18 @@
-
+
+
+
-
+
+
+
@@ -253,8 +263,12 @@
-
-
+
+
+
+
+
+
@@ -277,7 +291,9 @@
-
+
+
+
@@ -291,7 +307,9 @@
-
+
+
+
@@ -403,7 +421,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienElder.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienElder.xml
index 61ead0a404..9d89b12394 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienElder.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienElder.xml
@@ -88,7 +88,9 @@
-
+
+
+
@@ -150,8 +152,12 @@
-
-
+
+
+
+
+
+
@@ -173,7 +179,9 @@
-
+
+
+
@@ -286,7 +294,9 @@
-
+
+
+
@@ -299,7 +309,9 @@
-
+
+
+
@@ -428,7 +440,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienKnight.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienKnight.xml
index 3e9be99fb6..53db730911 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienKnight.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/ShillienKnight.xml
@@ -35,9 +35,13 @@
-
+
+
+
-
+
+
+
@@ -160,8 +164,12 @@
-
-
+
+
+
+
+
+
@@ -181,7 +189,9 @@
-
+
+
+
@@ -196,7 +206,9 @@
-
+
+
+
@@ -274,7 +286,9 @@
-
+
+
+
@@ -306,12 +320,16 @@
-
+
+
+
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SilverRanger.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SilverRanger.xml
index 1d59071e6c..d075e9724f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SilverRanger.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SilverRanger.xml
@@ -30,8 +30,12 @@
-
-
+
+
+
+
+
+
@@ -133,8 +137,12 @@
-
-
+
+
+
+
+
+
@@ -153,7 +161,9 @@
-
+
+
+
@@ -250,7 +260,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Sorcerer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Sorcerer.xml
index ee53dac5be..3b8d229cf0 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Sorcerer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Sorcerer.xml
@@ -28,7 +28,9 @@
-
+
+
+
@@ -72,7 +74,9 @@
-
+
+
+
@@ -96,7 +100,9 @@
-
+
+
+
@@ -115,8 +121,12 @@
-
-
+
+
+
+
+
+
@@ -131,7 +141,9 @@
-
+
+
+
@@ -195,7 +207,9 @@
-
+
+
+
@@ -221,7 +235,9 @@
-
+
+
+
@@ -237,7 +253,9 @@
-
+
+
+
@@ -347,7 +365,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulBreaker.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulBreaker.xml
index 24532c2126..5817c2cb1a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulBreaker.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulBreaker.xml
@@ -60,8 +60,12 @@
-
-
+
+
+
+
+
+
@@ -74,7 +78,9 @@
-
+
+
+
@@ -98,12 +104,18 @@
-
+
+
+
-
+
+
+
-
+
+
+
@@ -112,7 +124,9 @@
-
+
+
+
@@ -134,17 +148,27 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulRanger.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulRanger.xml
index fe4f86274d..e6c5dcf899 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulRanger.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/SoulRanger.xml
@@ -46,8 +46,12 @@
-
-
+
+
+
+
+
+
@@ -56,7 +60,9 @@
-
+
+
+
@@ -81,13 +87,17 @@
-
+
+
+
-
+
+
+
@@ -114,7 +124,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellhowler.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellhowler.xml
index b3094bb56a..06d4e61786 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellhowler.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellhowler.xml
@@ -5,7 +5,9 @@
-
+
+
+
@@ -30,7 +32,9 @@
-
+
+
+
@@ -79,7 +83,9 @@
-
+
+
+
@@ -119,11 +125,17 @@
-
-
+
+
+
+
+
+
-
+
+
+
@@ -136,7 +148,9 @@
-
+
+
+
@@ -209,7 +223,9 @@
-
+
+
+
@@ -239,7 +255,9 @@
-
+
+
+
@@ -255,7 +273,9 @@
-
+
+
+
@@ -382,7 +402,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellsinger.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellsinger.xml
index 67820c7ad3..bac16cd761 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellsinger.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Spellsinger.xml
@@ -27,7 +27,9 @@
-
+
+
+
@@ -75,7 +77,9 @@
-
+
+
+
@@ -104,7 +108,9 @@
-
+
+
+
@@ -121,8 +127,12 @@
-
-
+
+
+
+
+
+
@@ -137,7 +147,9 @@
-
+
+
+
@@ -211,7 +223,9 @@
-
+
+
+
@@ -241,7 +255,9 @@
-
+
+
+
@@ -256,7 +272,9 @@
-
+
+
+
@@ -384,7 +402,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Swordsinger.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Swordsinger.xml
index ea7f548b02..a0e7a45e61 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Swordsinger.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Swordsinger.xml
@@ -31,7 +31,9 @@
-
+
+
+
@@ -118,8 +120,12 @@
-
-
+
+
+
+
+
+
@@ -135,7 +141,9 @@
-
+
+
+
@@ -217,7 +225,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TempleKnight.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TempleKnight.xml
index ad174b5ad2..abfbb738d7 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TempleKnight.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TempleKnight.xml
@@ -37,7 +37,9 @@
-
+
+
+
@@ -62,7 +64,9 @@
-
+
+
+
@@ -151,8 +155,12 @@
-
-
+
+
+
+
+
+
@@ -173,7 +181,9 @@
-
+
+
+
@@ -184,7 +194,9 @@
-
+
+
+
@@ -286,12 +298,16 @@
-
+
+
+
-
+
+
+
@@ -308,7 +324,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TreasureHunter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TreasureHunter.xml
index 87a76d7b19..fea6ea9396 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TreasureHunter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/TreasureHunter.xml
@@ -132,13 +132,17 @@
-
+
+
+
-
+
+
+
@@ -174,7 +178,9 @@
-
+
+
+
@@ -229,7 +235,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Tyrant.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Tyrant.xml
index 8121696c9f..2d2f39c4c1 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Tyrant.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Tyrant.xml
@@ -146,8 +146,12 @@
-
-
+
+
+
+
+
+
@@ -166,7 +170,9 @@
-
+
+
+
@@ -174,7 +180,9 @@
-
+
+
+
@@ -279,7 +287,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warcryer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warcryer.xml
index 9e491ba024..f2b062fb74 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warcryer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warcryer.xml
@@ -80,7 +80,9 @@
-
+
+
+
@@ -138,8 +140,12 @@
-
-
+
+
+
+
+
+
@@ -153,7 +159,9 @@
-
+
+
+
@@ -256,7 +264,9 @@
-
+
+
+
@@ -269,7 +279,9 @@
-
+
+
+
@@ -336,7 +348,9 @@
-
+
+
+
@@ -387,7 +401,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlock.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlock.xml
index 97935bfc2c..0fa139e7d3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlock.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlock.xml
@@ -35,7 +35,9 @@
-
+
+
+
@@ -84,7 +86,9 @@
-
+
+
+
@@ -132,8 +136,12 @@
-
-
+
+
+
+
+
+
@@ -150,7 +158,9 @@
-
+
+
+
@@ -247,7 +257,9 @@
-
+
+
+
@@ -259,7 +271,9 @@
-
+
+
+
@@ -368,7 +382,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlord.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlord.xml
index d76a6fb1f8..081b2a13a1 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlord.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warlord.xml
@@ -177,11 +177,15 @@
-
+
+
+
-
+
+
+
@@ -296,7 +300,9 @@
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warsmith.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warsmith.xml
index bf6ce2d091..f2e2e327a0 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warsmith.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/2ndClass/Warsmith.xml
@@ -149,7 +149,9 @@
-
+
+
+
@@ -165,9 +167,15 @@
-
-
-
+
+
+
+
+
+
+
+
+
@@ -182,7 +190,9 @@
-
+
+
+
@@ -260,7 +270,9 @@
-
+
+
+
@@ -296,7 +308,9 @@
-
+
+
+