From f1e959afc2553738834c37d9a76497842d7b3f18 Mon Sep 17 00:00:00 2001
From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Sun, 25 Oct 2020 00:27:29 +0000
Subject: [PATCH] Initial changes.
---
.../.project | 4 +-
.../build.xml | 8 +-
.../dist/game/config/Character.ini | 8 +-
.../dist/game/config/Custom/RandomSpawns.ini | 3 +-
.../dist/game/config/Server.ini | 14 +-
.../dist/game/data/CategoryData.xml | 36 +
.../dist/game/data/LCoinShop.xml | 395 +
.../dist/game/data/PrimeShop.xml | 23 +-
.../dist/game/data/TeleportListData.xml | 2 +
.../dist/game/data/buylists/3084001.xml | 70 +-
.../dist/game/data/buylists/3413901.xml | 24 +
.../game/data/html/CommunityBoard/home.html | 2 +-
.../game/data/html/admin/itemcreation.htm | 2 +-
.../html/admin/setclass/dark_elf_fighter.htm | 1 +
.../html/admin/setclass/dark_elf_mage.htm | 1 +
.../data/html/admin/setclass/death_knight.htm | 53 +
.../game/data/html/admin/setclass/dwarf.htm | 1 +
.../data/html/admin/setclass/elf_fighter.htm | 1 +
.../data/html/admin/setclass/elf_mage.htm | 1 +
.../html/admin/setclass/human_fighter.htm | 1 +
.../data/html/admin/setclass/human_mage.htm | 1 +
.../game/data/html/admin/setclass/kamael.htm | 1 +
.../data/html/admin/setclass/orc_fighter.htm | 1 +
.../data/html/admin/setclass/orc_mage.htm | 1 +
.../html/default/{29061.htm => 31843.htm} | 0
.../dist/game/data/html/default/34138.htm | 5 +
.../dist/game/data/html/merchant/34139.htm | 5 +
.../dist/game/data/html/teleporter/34140.htm | 5 +
.../dist/game/data/html/warehouse/34141-1.htm | 7 +
.../dist/game/data/html/warehouse/34141-2.htm | 7 +
.../dist/game/data/html/warehouse/34141.htm | 6 +
.../game/data/mapregion/death_knight_base.xml | 11 +
.../game/data/mapregion/dion_castle_town.xml | 1 -
.../dist/game/data/multisell/3002005.xml | 32 +-
.../TowerOfInsolence/Arushinai/Arushinai.java | 2 +-
.../data/scripts/ai/bosses/LimitBarrier.java | 6 +-
.../CastleChamberlain/CastleChamberlain.java | 4 +-
.../ClanHallAuctioneer.java | 2 +-
.../ClanHallManager/ClanHallManager.java | 2 +-
.../ai/others/OlyManager/OlyManager.java | 4 +-
.../scripts/ai/others/SecondClassChange.java | 6 +-
.../data/scripts/ai/others/TrainingDummy.java | 48 +
.../events/BlossomFestival/34163-01.html | 8 +
.../events/BlossomFestival/34163-02.html | 7 +
.../events/BlossomFestival/34163-03.html | 19 +
.../events/BlossomFestival/34163-04.html | 5 +
.../events/BlossomFestival/34163-05.html | 5 +
.../BlossomFestival/BlossomFestival.java | 88 +
.../scripts/events/BlossomFestival/config.xml | 9 +
.../scripts/handlers/EffectMasterHandler.java | 1 +
.../handlers/SkillConditionMasterHandler.java | 1 +
.../admincommandhandlers/AdminCreateItem.java | 4 +
.../admincommandhandlers/AdminEditChar.java | 5 +
.../admincommandhandlers/AdminLevel.java | 4 +-
.../admincommandhandlers/AdminReload.java | 7 +
.../handlers/chathandlers/ChatParty.java | 2 +-
.../handlers/chathandlers/ChatWorld.java | 2 +-
.../communityboard/DropSearchBoard.java | 4 +-
.../handlers/effecthandlers/ConvertItem.java | 4 +-
.../handlers/effecthandlers/Disarmor.java | 4 +-
.../handlers/effecthandlers/ExpModify.java | 19 +-
.../effecthandlers/ModifyDeathPoints.java | 60 +
.../handlers/effecthandlers/Plunder.java | 2 +-
.../handlers/effecthandlers/Restoration.java | 2 +-
.../effecthandlers/RestorationRandom.java | 4 +-
.../handlers/effecthandlers/SoulEating.java | 2 +-
.../effecthandlers/VitalityExpRate.java | 17 +
.../itemhandlers/BeastSpiritShot.java | 4 +-
.../itemhandlers/ExtractableItems.java | 25 +-
.../itemhandlers/FatedSupportBox.java | 2 +-
.../handlers/itemhandlers/ItemSkills.java | 2 +-
.../itemhandlers/ItemSkillsTemplate.java | 8 +-
.../handlers/itemhandlers/Recipes.java | 4 +-
.../handlers/itemhandlers/RollingDice.java | 2 +-
.../handlers/playeractions/PetAttack.java | 2 +-
.../handlers/playeractions/PetHold.java | 2 +-
.../handlers/playeractions/PetMove.java | 2 +-
.../handlers/playeractions/PetSkillUse.java | 2 +-
.../handlers/playeractions/PetStop.java | 2 +-
.../playeractions/ServitorAttack.java | 2 +-
.../handlers/playeractions/ServitorHold.java | 2 +-
.../handlers/playeractions/ServitorMode.java | 2 +-
.../handlers/playeractions/ServitorMove.java | 2 +-
.../playeractions/ServitorSkillUse.java | 2 +-
.../handlers/playeractions/ServitorStop.java | 2 +-
.../handlers/playeractions/UnsummonPet.java | 2 +-
.../playeractions/UnsummonServitor.java | 2 +-
.../CanBookmarkAddSlotSkillCondition.java | 2 +-
.../DeathPointsSkillCondition.java | 42 +
.../usercommandhandlers/ChannelDelete.java | 2 +-
.../usercommandhandlers/ChannelLeave.java | 2 +-
.../usercommandhandlers/ClanWarsList.java | 2 +-
.../usercommandhandlers/OlympiadStat.java | 2 +-
.../handlers/usercommandhandlers/Unstuck.java | 2 +-
.../LastImperialTomb/LastImperialTomb.java | 2 +-
.../instances/MonsterArena/MonsterArena.java | 8 +-
.../Q00255_Tutorial/Q00255_Tutorial.java | 18 +
.../Q10673_SagaOfLegend.java | 14 +-
.../Q10957_TheLifeOfADeathKnight/34138-01.htm | 4 +
.../Q10957_TheLifeOfADeathKnight/34138-02.htm | 6 +
.../Q10957_TheLifeOfADeathKnight/34138-03.htm | 6 +
.../Q10957_TheLifeOfADeathKnight/34138-04.htm | 5 +
.../34138-05.html | 4 +
.../34138-06.html | 6 +
.../34138-07.html | 7 +
.../34138-08.html | 4 +
.../34138-09.html | 5 +
.../34138-10.html | 7 +
.../Q10957_TheLifeOfADeathKnight.java | 224 +
.../34138-00.html | 4 +
.../34138-01.htm | 5 +
.../34138-02.htm | 4 +
.../34138-03.htm | 6 +
.../34138-04.htm | 6 +
.../34139-01.html | 4 +
.../34139-02.html | 6 +
.../Q10958_ExploringNewOpportunities.java | 196 +
.../34139-00.html | 4 +
.../34139-01.htm | 5 +
.../34139-02.htm | 4 +
.../34139-03.htm | 5 +
.../34139-04.htm | 7 +
.../34139-05.html | 7 +
.../34139-06.html | 8 +
.../Q10959_ChallengingYourDestiny.java | 234 +
.../Q10961_EffectiveTraining.java | 2 +-
.../Q10962_NewHorizons.java | 18 +-
.../Q10964_SecretGarden.java | 6 +-
.../Q10965_DeathMysteries.java | 8 +-
.../quests/Q10966_ATripBegins/34139-00.htm | 6 +
.../quests/Q10966_ATripBegins/34139-01.htm | 8 +
.../quests/Q10966_ATripBegins/34139-02.html | 9 +
.../quests/Q10966_ATripBegins/34139-03.html | 9 +
.../quests/Q10966_ATripBegins/34139-04.html | 8 +
.../quests/Q10966_ATripBegins/34139-05.html | 8 +
.../quests/Q10966_ATripBegins/34139-06.htm | 6 +
.../quests/Q10966_ATripBegins/34139-07.htm | 7 +
.../Q10966_ATripBegins.java | 176 +-
.../Q10967_CulturedAdventurer.java | 2 +-
.../Q10982_SpiderHunt/Q10982_SpiderHunt.java | 10 +-
.../Q10984_CollectSpiderweb.java | 10 +-
.../Q10986_SwampMonster.java | 10 +-
.../Q10988_Conspiracy/Q10988_Conspiracy.java | 10 +-
.../Q10990_PoisonExtraction.java | 10 +-
.../scripts/quests/QuestMasterHandler.java | 6 +
.../game/data/skillTrees/1stClass/Artisan.xml | 274 +-
.../data/skillTrees/1stClass/Assassin.xml | 118 +-
.../game/data/skillTrees/1stClass/Cleric.xml | 138 +-
.../data/skillTrees/1stClass/DarkWizard.xml | 179 +-
.../data/skillTrees/1stClass/ElvenKnight.xml | 296 +-
.../data/skillTrees/1stClass/ElvenOracle.xml | 134 +-
.../data/skillTrees/1stClass/ElvenScout.xml | 319 +-
.../data/skillTrees/1stClass/ElvenWizard.xml | 300 +-
.../data/skillTrees/1stClass/HumanKnight.xml | 148 +-
.../data/skillTrees/1stClass/HumanWizard.xml | 138 +-
.../game/data/skillTrees/1stClass/OrcMonk.xml | 241 +-
.../data/skillTrees/1stClass/OrcRaider.xml | 303 +-
.../data/skillTrees/1stClass/OrcShaman.xml | 118 +-
.../data/skillTrees/1stClass/PalusKnight.xml | 185 +-
.../game/data/skillTrees/1stClass/Rogue.xml | 254 +-
.../data/skillTrees/1stClass/Scavenger.xml | 274 +-
.../skillTrees/1stClass/ShillienOracle.xml | 126 +-
.../data/skillTrees/1stClass/SoulFinder.xml | 61 +-
.../game/data/skillTrees/1stClass/Trooper.xml | 58 +-
.../game/data/skillTrees/1stClass/Warder.xml | 39 +-
.../game/data/skillTrees/1stClass/Warrior.xml | 292 +-
.../data/skillTrees/2ndClass/AbyssWalker.xml | 394 +-
.../data/skillTrees/2ndClass/Berserker.xml | 110 +-
.../game/data/skillTrees/2ndClass/Bishop.xml | 287 +-
.../data/skillTrees/2ndClass/BladeDancer.xml | 472 +-
.../data/skillTrees/2ndClass/BountyHunter.xml | 450 +-
.../data/skillTrees/2ndClass/DarkAvenger.xml | 305 +-
.../data/skillTrees/2ndClass/Destroyer.xml | 364 +-
.../skillTrees/2ndClass/ElementalSummoner.xml | 205 +-
.../data/skillTrees/2ndClass/ElvenElder.xml | 949 +-
.../data/skillTrees/2ndClass/Gladiator.xml | 680 +-
.../game/data/skillTrees/2ndClass/Hawkeye.xml | 607 +-
.../data/skillTrees/2ndClass/Necromancer.xml | 287 +-
.../data/skillTrees/2ndClass/Overlord.xml | 297 +-
.../game/data/skillTrees/2ndClass/Paladin.xml | 309 +-
.../skillTrees/2ndClass/PhantomRanger.xml | 390 +-
.../skillTrees/2ndClass/PhantomSummoner.xml | 806 +-
.../data/skillTrees/2ndClass/PlainsWalker.xml | 391 +-
.../game/data/skillTrees/2ndClass/Prophet.xml | 290 +-
.../skillTrees/2ndClass/ShillienElder.xml | 517 +-
.../skillTrees/2ndClass/ShillienKnight.xml | 429 +-
.../data/skillTrees/2ndClass/SilverRanger.xml | 761 +-
.../data/skillTrees/2ndClass/Sorcerer.xml | 241 +-
.../data/skillTrees/2ndClass/SoulBreaker.xml | 139 +-
.../data/skillTrees/2ndClass/SoulRanger.xml | 93 +-
.../data/skillTrees/2ndClass/Spellhowler.xml | 887 +-
.../data/skillTrees/2ndClass/Spellsinger.xml | 892 +-
.../data/skillTrees/2ndClass/Swordsinger.xml | 429 +-
.../data/skillTrees/2ndClass/TempleKnight.xml | 431 +-
.../skillTrees/2ndClass/TreasureHunter.xml | 238 +-
.../game/data/skillTrees/2ndClass/Tyrant.xml | 407 +-
.../data/skillTrees/2ndClass/Warcryer.xml | 273 +-
.../game/data/skillTrees/2ndClass/Warlock.xml | 800 +-
.../game/data/skillTrees/2ndClass/Warlord.xml | 391 +-
.../data/skillTrees/2ndClass/Warsmith.xml | 441 +-
.../data/skillTrees/3rdClass/Adventurer.xml | 134 +-
.../data/skillTrees/3rdClass/ArcanaLord.xml | 126 +-
.../data/skillTrees/3rdClass/Archmage.xml | 159 +-
.../data/skillTrees/3rdClass/Cardinal.xml | 193 +-
.../data/skillTrees/3rdClass/Dominator.xml | 119 +-
.../data/skillTrees/3rdClass/DoomBringer.xml | 144 +-
.../data/skillTrees/3rdClass/Doomcryer.xml | 120 +-
.../data/skillTrees/3rdClass/Dreadnought.xml | 193 +-
.../game/data/skillTrees/3rdClass/Duelist.xml | 211 +-
.../skillTrees/3rdClass/ElementalMaster.xml | 138 +-
.../data/skillTrees/3rdClass/EvaSaint.xml | 202 +-
.../data/skillTrees/3rdClass/EvaTemplar.xml | 218 +-
.../skillTrees/3rdClass/FortuneSeeker.xml | 188 +-
.../data/skillTrees/3rdClass/GhostHunter.xml | 220 +-
.../skillTrees/3rdClass/GhostSentinel.xml | 204 +-
.../skillTrees/3rdClass/GrandKhavatari.xml | 178 +-
.../data/skillTrees/3rdClass/HellKnight.xml | 149 +-
.../data/skillTrees/3rdClass/Hierophant.xml | 205 +-
.../game/data/skillTrees/3rdClass/Maestro.xml | 170 +-
.../skillTrees/3rdClass/MoonlightSentinel.xml | 138 +-
.../data/skillTrees/3rdClass/MysticMuse.xml | 188 +-
.../skillTrees/3rdClass/PhoenixKnight.xml | 186 +-
.../data/skillTrees/3rdClass/Sagittarius.xml | 110 +-
.../skillTrees/3rdClass/ShillienSaint.xml | 270 +-
.../skillTrees/3rdClass/ShillienTemplar.xml | 234 +-
.../data/skillTrees/3rdClass/SoulHound.xml | 161 +-
.../data/skillTrees/3rdClass/Soultaker.xml | 184 +-
.../skillTrees/3rdClass/SpectralDancer.xml | 238 +-
.../skillTrees/3rdClass/SpectralMaster.xml | 134 +-
.../skillTrees/3rdClass/StormScreamer.xml | 176 +-
.../data/skillTrees/3rdClass/Swordmuse.xml | 165 +-
.../game/data/skillTrees/3rdClass/Titan.xml | 176 +-
.../data/skillTrees/3rdClass/Trickster.xml | 136 +-
.../data/skillTrees/3rdClass/WindRider.xml | 158 +-
.../DeathKnight/DeathBladeDarkElf.xml | 80 +
.../skillTrees/DeathKnight/DeathBladeElf.xml | 80 +
.../DeathKnight/DeathBladeHuman.xml | 80 +
.../DeathKnight/DeathKnightDarkElf.xml | 168 +
.../skillTrees/DeathKnight/DeathKnightElf.xml | 168 +
.../DeathKnight/DeathKnightHuman.xml | 168 +
.../DeathKnight/DeathMessengerDarkElf.xml | 188 +
.../DeathKnight/DeathMessengerElf.xml | 188 +
.../DeathKnight/DeathMessengerHuman.xml | 188 +
.../DeathKnight/DeathPilgrimDarkElf.xml | 48 +
.../DeathKnight/DeathPilgrimElf.xml | 38 +
.../DeathKnight/DeathPilgrimHuman.xml | 47 +
.../skillTrees/StartingClass/DarkFighter.xml | 65 +-
.../skillTrees/StartingClass/DarkMystic.xml | 103 +-
.../StartingClass/DwarvenFighter.xml | 57 +-
.../skillTrees/StartingClass/ElvenFighter.xml | 80 +-
.../skillTrees/StartingClass/ElvenMystic.xml | 96 +-
.../skillTrees/StartingClass/HumanFighter.xml | 61 +-
.../skillTrees/StartingClass/HumanMystic.xml | 96 +-
.../StartingClass/KamaelSoldier.xml | 66 +-
.../skillTrees/StartingClass/OrcFighter.xml | 67 +-
.../skillTrees/StartingClass/OrcMystic.xml | 65 +-
.../data/spawns/Dion/ExecutionGrounds.xml | 1550 ++-
.../dist/game/data/spawns/Others/22_22.xml | 48 +-
.../chars/baseStats/DeathBladeDarkElf.xml | 923 ++
.../stats/chars/baseStats/DeathBladeElf.xml | 923 ++
.../stats/chars/baseStats/DeathBladeHuman.xml | 923 ++
.../chars/baseStats/DeathKnightDarkElf.xml | 923 ++
.../stats/chars/baseStats/DeathKnightElf.xml | 923 ++
.../chars/baseStats/DeathKnightHuman.xml | 923 ++
.../chars/baseStats/DeathMessengerDarkElf.xml | 923 ++
.../chars/baseStats/DeathMessengerElf.xml | 923 ++
.../chars/baseStats/DeathMessengerHuman.xml | 923 ++
.../chars/baseStats/DeathPilgrimDarkElf.xml | 923 ++
.../stats/chars/baseStats/DeathPilgrimElf.xml | 923 ++
.../chars/baseStats/DeathPilgrimHuman.xml | 923 ++
.../dist/game/data/stats/chars/classList.xml | 15 +
.../dist/game/data/stats/experience.xml | 10 +-
.../dist/game/data/stats/initialEquipment.xml | 21 +
.../game/data/stats/initialEquipmentEvent.xml | 30 +
.../game/data/stats/items/03000-03099.xml | 2 +-
.../game/data/stats/items/71700-71799.xml | 3 +
.../game/data/stats/items/71800-71899.xml | 70 +
.../game/data/stats/items/71900-71999.xml | 372 +
.../game/data/stats/items/72000-72099.xml | 39 +
.../game/data/stats/items/90600-90699.xml | 22 +-
.../game/data/stats/items/91200-91299.xml | 15 +
.../game/data/stats/items/91400-91499.xml | 18 +
.../game/data/stats/items/91600-91699.xml | 8 +
.../game/data/stats/items/91700-91799.xml | 14 +
.../game/data/stats/items/91800-91899.xml | 15 +-
.../game/data/stats/items/91900-91999.xml | 22 +-
.../game/data/stats/items/92000-92099.xml | 11 +
.../game/data/stats/items/92300-92399.xml | 1205 +++
.../game/data/stats/items/92400-92499.xml | 1098 ++
.../game/data/stats/items/92500-92599.xml | 803 ++
.../game/data/stats/items/92600-92699.xml | 803 ++
.../game/data/stats/items/92700-92799.xml | 803 ++
.../game/data/stats/items/92800-92899.xml | 803 ++
.../game/data/stats/items/92900-92999.xml | 1529 +++
.../game/data/stats/items/93000-93099.xml | 1419 +++
.../game/data/stats/items/93100-93199.xml | 1243 +++
.../game/data/stats/items/93200-93299.xml | 1237 +++
.../game/data/stats/items/93300-93399.xml | 1159 ++
.../game/data/stats/items/93400-93499.xml | 1451 +++
.../game/data/stats/items/93500-93599.xml | 1452 +++
.../game/data/stats/items/93600-93699.xml | 1195 +++
.../game/data/stats/items/93700-93799.xml | 1204 +++
.../game/data/stats/items/93800-93899.xml | 1116 ++
.../game/data/stats/items/93900-93999.xml | 1150 ++
.../game/data/stats/items/94000-94099.xml | 1307 +++
.../game/data/stats/items/94100-94199.xml | 837 ++
.../game/data/stats/items/94200-94299.xml | 95 +
.../game/data/stats/items/94300-94399.xml | 23 +
.../game/data/stats/items/94400-94499.xml | 46 +
.../game/data/stats/items/99000-99099.xml | 13 +
.../dist/game/data/stats/npcs/09000-09099.xml | 59 +-
.../dist/game/data/stats/npcs/16000-16099.xml | 399 +
.../dist/game/data/stats/npcs/16100-16199.xml | 174 +
.../dist/game/data/stats/npcs/18000-18099.xml | 10 +-
.../dist/game/data/stats/npcs/18100-18199.xml | 53 +-
.../dist/game/data/stats/npcs/18200-18299.xml | 35 +-
.../dist/game/data/stats/npcs/18300-18399.xml | 14 +-
.../dist/game/data/stats/npcs/18400-18499.xml | 1861 ++++
.../dist/game/data/stats/npcs/19700-19799.xml | 136 +
.../dist/game/data/stats/npcs/20000-20099.xml | 1807 +---
.../dist/game/data/stats/npcs/20100-20199.xml | 851 +-
.../dist/game/data/stats/npcs/20200-20299.xml | 1061 +-
.../dist/game/data/stats/npcs/20300-20399.xml | 1329 +--
.../dist/game/data/stats/npcs/20400-20499.xml | 1504 +--
.../dist/game/data/stats/npcs/20500-20599.xml | 1834 ++--
.../dist/game/data/stats/npcs/20600-20699.xml | 2177 ++--
.../dist/game/data/stats/npcs/20700-20799.xml | 1100 +-
.../dist/game/data/stats/npcs/20800-20899.xml | 941 +-
.../dist/game/data/stats/npcs/20900-20999.xml | 1455 +--
.../dist/game/data/stats/npcs/21000-21099.xml | 1840 ++--
.../dist/game/data/stats/npcs/21100-21199.xml | 871 +-
.../dist/game/data/stats/npcs/21200-21299.xml | 213 +-
.../dist/game/data/stats/npcs/21300-21399.xml | 20 -
.../dist/game/data/stats/npcs/21400-21499.xml | 319 +-
.../dist/game/data/stats/npcs/21600-21699.xml | 1453 +--
.../dist/game/data/stats/npcs/21700-21799.xml | 1166 +-
.../dist/game/data/stats/npcs/21800-21899.xml | 2121 ++--
.../dist/game/data/stats/npcs/21900-21999.xml | 552 +-
.../dist/game/data/stats/npcs/22000-22099.xml | 787 +-
.../dist/game/data/stats/npcs/22100-22199.xml | 2039 ++++
.../dist/game/data/stats/npcs/22200-22299.xml | 1930 ++++
.../dist/game/data/stats/npcs/22300-22399.xml | 98 +
.../dist/game/data/stats/npcs/23800-23899.xml | 58 +-
.../dist/game/data/stats/npcs/23900-23999.xml | 44 +-
.../dist/game/data/stats/npcs/24000-24099.xml | 584 +-
.../dist/game/data/stats/npcs/25000-25099.xml | 1413 +--
.../dist/game/data/stats/npcs/25100-25199.xml | 1778 ++--
.../dist/game/data/stats/npcs/25200-25299.xml | 1215 +--
.../dist/game/data/stats/npcs/25300-25399.xml | 511 +-
.../dist/game/data/stats/npcs/25400-25499.xml | 1693 ++-
.../dist/game/data/stats/npcs/25700-25799.xml | 3304 +++---
.../dist/game/data/stats/npcs/25800-25899.xml | 130 +-
.../dist/game/data/stats/npcs/25900-25999.xml | 373 +
.../dist/game/data/stats/npcs/27000-27099.xml | 43 +-
.../dist/game/data/stats/npcs/27100-27199.xml | 49 +-
.../dist/game/data/stats/npcs/29000-29099.xml | 1081 +-
.../dist/game/data/stats/npcs/29100-29199.xml | 270 +-
.../dist/game/data/stats/npcs/30000-30099.xml | 7 -
.../dist/game/data/stats/npcs/34100-34199.xml | 1258 ++-
.../dist/game/data/stats/npcs/35000-35099.xml | 18 +-
.../game/data/stats/skills/00000-00099.xml | 1539 ++-
.../game/data/stats/skills/00100-00199.xml | 355 +-
.../game/data/stats/skills/00200-00299.xml | 398 +-
.../game/data/stats/skills/00300-00399.xml | 180 +-
.../game/data/stats/skills/00400-00499.xml | 297 +-
.../game/data/stats/skills/00500-00599.xml | 2 +-
.../game/data/stats/skills/00600-00699.xml | 8 +-
.../game/data/stats/skills/00700-00799.xml | 36 +-
.../game/data/stats/skills/00900-00999.xml | 110 +-
.../game/data/stats/skills/01000-01099.xml | 205 +-
.../game/data/stats/skills/01100-01199.xml | 174 +-
.../game/data/stats/skills/01200-01299.xml | 432 +-
.../game/data/stats/skills/01300-01399.xml | 38 +-
.../game/data/stats/skills/01400-01499.xml | 32 +-
.../game/data/stats/skills/01500-01599.xml | 74 +-
.../game/data/stats/skills/01600-01699.xml | 57 +-
.../game/data/stats/skills/01800-01899.xml | 204 +-
.../game/data/stats/skills/02000-02099.xml | 78 +-
.../game/data/stats/skills/02100-02199.xml | 68 +-
.../game/data/stats/skills/02200-02299.xml | 8 +-
.../game/data/stats/skills/02500-02599.xml | 2 +-
.../game/data/stats/skills/03000-03099.xml | 24 +-
.../game/data/stats/skills/03100-03199.xml | 6 +-
.../game/data/stats/skills/03200-03299.xml | 28 +-
.../game/data/stats/skills/03400-03499.xml | 2 +-
.../game/data/stats/skills/03500-03599.xml | 114 +-
.../game/data/stats/skills/03600-03699.xml | 38 +-
.../game/data/stats/skills/04000-04099.xml | 4 +-
.../game/data/stats/skills/04100-04199.xml | 8 +-
.../game/data/stats/skills/04200-04299.xml | 6 +-
.../game/data/stats/skills/04300-04399.xml | 6 +-
.../game/data/stats/skills/04400-04499.xml | 4 +-
.../game/data/stats/skills/04500-04599.xml | 12 +-
.../game/data/stats/skills/04600-04699.xml | 22 +-
.../game/data/stats/skills/04700-04799.xml | 10 +-
.../game/data/stats/skills/04800-04899.xml | 120 +-
.../game/data/stats/skills/04900-04999.xml | 116 +-
.../game/data/stats/skills/05000-05099.xml | 8 +-
.../game/data/stats/skills/05100-05199.xml | 38 +-
.../game/data/stats/skills/05200-05299.xml | 4 +-
.../game/data/stats/skills/05400-05499.xml | 20 +-
.../game/data/stats/skills/05500-05599.xml | 12 +-
.../game/data/stats/skills/05600-05699.xml | 8 +-
.../game/data/stats/skills/05700-05799.xml | 8 +-
.../game/data/stats/skills/05800-05899.xml | 6 +-
.../game/data/stats/skills/05900-05999.xml | 12 +-
.../game/data/stats/skills/06000-06099.xml | 52 +-
.../game/data/stats/skills/06100-06199.xml | 8 +-
.../game/data/stats/skills/06200-06299.xml | 34 +-
.../game/data/stats/skills/06300-06399.xml | 4 +-
.../game/data/stats/skills/06400-06499.xml | 18 +-
.../game/data/stats/skills/06600-06699.xml | 14 +-
.../game/data/stats/skills/06700-06799.xml | 12 +-
.../game/data/stats/skills/06800-06899.xml | 12 +-
.../game/data/stats/skills/06900-06999.xml | 60 +-
.../game/data/stats/skills/07000-07099.xml | 10 +-
.../game/data/stats/skills/07100-07199.xml | 8 +-
.../game/data/stats/skills/08200-08299.xml | 8 +-
.../game/data/stats/skills/08500-08599.xml | 2 +-
.../game/data/stats/skills/08900-08999.xml | 30 +-
.../game/data/stats/skills/09200-09299.xml | 30 +-
.../game/data/stats/skills/09300-09399.xml | 6 +-
.../game/data/stats/skills/09500-09599.xml | 6 +-
.../game/data/stats/skills/13300-13399.xml | 6 +-
.../game/data/stats/skills/13600-13699.xml | 8 +-
.../game/data/stats/skills/13800-13899.xml | 6 +-
.../game/data/stats/skills/15100-15199.xml | 2 +-
.../game/data/stats/skills/15200-15299.xml | 2 +-
.../game/data/stats/skills/15400-15499.xml | 26 +-
.../game/data/stats/skills/15500-15599.xml | 2 +-
.../game/data/stats/skills/15600-15699.xml | 6 +-
.../game/data/stats/skills/16000-16099.xml | 2 +-
.../game/data/stats/skills/16100-16199.xml | 14 +-
.../game/data/stats/skills/16200-16299.xml | 64 +-
.../game/data/stats/skills/16300-16399.xml | 36 +-
.../game/data/stats/skills/16400-16499.xml | 20 +-
.../game/data/stats/skills/17100-17199.xml | 4 +-
.../game/data/stats/skills/17600-17699.xml | 10 +-
.../game/data/stats/skills/18000-18099.xml | 2 +-
.../game/data/stats/skills/18400-18499.xml | 6 +-
.../game/data/stats/skills/18500-18599.xml | 2 +-
.../game/data/stats/skills/18600-18699.xml | 2 +-
.../game/data/stats/skills/19000-19099.xml | 2 +-
.../game/data/stats/skills/22300-22399.xml | 4 +-
.../game/data/stats/skills/32000-32099.xml | 20 +-
.../game/data/stats/skills/35000-35099.xml | 28 +-
.../game/data/stats/skills/39000-39099.xml | 88 +-
.../game/data/stats/skills/39100-39199.xml | 79 +-
.../game/data/stats/skills/39200-39299.xml | 78 +-
.../game/data/stats/skills/39300-39399.xml | 62 +-
.../game/data/stats/skills/39400-39499.xml | 2 +-
.../game/data/stats/skills/40000-40099.xml | 328 +-
.../game/data/stats/skills/40100-40199.xml | 521 +
.../game/data/stats/skills/40200-40299.xml | 323 +
.../game/data/stats/skills/45000-45099.xml | 18 +-
.../game/data/stats/skills/45100-45199.xml | 2194 +++-
.../game/data/stats/skills/45200-45299.xml | 2926 ++++++
.../game/data/stats/skills/45300-45399.xml | 4940 +++++++++
.../game/data/stats/skills/45400-45499.xml | 173 +
.../game/data/stats/skills/48000-48099.xml | 278 +-
.../game/data/stats/skills/48100-48199.xml | 498 +
.../game/data/stats/skills/49000-49099.xml | 203 +
.../game/data/stats/skills/49100-49199.xml | 18 +
.../game/data/stats/skills/49200-49299.xml | 43 +
.../game/data/stats/skills/49300-49399.xml | 8 +
.../game/data/stats/skills/49400-49499.xml | 8 +
.../game/data/stats/skills/49500-49599.xml | 8 +
.../game/data/stats/skills/50000-50099.xml | 24 +-
.../game/data/stats/skills/50100-50199.xml | 108 +-
.../game/data/stats/skills/50200-50299.xml | 271 +-
.../game/data/stats/skills/50300-50399.xml | 468 +
.../game/data/stats/skills/50400-50499.xml | 323 +
.../game/data/stats/skills/51000-51099.xml | 44 +-
.../game/data/stats/skills/51100-51199.xml | 24 +-
.../game/data/stats/skills/51200-51299.xml | 48 +-
.../game/data/stats/skills/51300-51399.xml | 94 +-
.../game/data/stats/skills/51400-51499.xml | 36 +-
.../game/data/stats/skills/52000-52099.xml | 103 +
.../game/data/stats/skills/53000-53099.xml | 40 +-
.../game/data/stats/skills/54000-54099.xml | 81 +-
.../game/data/stats/skills/54100-54199.xml | 74 +-
.../game/data/stats/skills/54200-54299.xml | 141 +
.../game/data/stats/skills/55000-55099.xml | 42 +-
.../game/data/stats/skills/55100-55199.xml | 42 +-
.../game/data/stats/skills/55200-55299.xml | 52 +-
.../game/data/stats/skills/55300-55399.xml | 6 +-
.../game/data/stats/skills/59600-59699.xml | 65 +
.../game/data/stats/skills/59700-59799.xml | 348 +
.../game/data/stats/skills/60000-60099.xml | 92 +-
.../game/data/stats/skills/80000-80099.xml | 358 +
.../game/data/stats/skills/80100-80199.xml | 503 +
.../game/data/stats/skills/80200-80299.xml | 503 +
.../game/data/stats/skills/80300-80399.xml | 503 +
.../game/data/stats/skills/80400-80499.xml | 503 +
.../game/data/stats/skills/80500-80599.xml | 503 +
.../game/data/stats/skills/80600-80699.xml | 503 +
.../game/data/stats/skills/80700-80799.xml | 503 +
.../game/data/stats/skills/80800-80899.xml | 503 +
.../game/data/stats/skills/80900-80999.xml | 503 +
.../game/data/stats/skills/81000-81099.xml | 503 +
.../game/data/stats/skills/81100-81199.xml | 503 +
.../game/data/stats/skills/81200-81299.xml | 503 +
.../game/data/stats/skills/81300-81399.xml | 503 +
.../game/data/stats/skills/81400-81499.xml | 503 +
.../game/data/stats/skills/81500-81599.xml | 503 +
.../game/data/stats/skills/81600-81699.xml | 503 +
.../game/data/stats/skills/81700-81799.xml | 293 +
.../game/data/stats/skills/documentation.txt | 1 +
.../game/data/stats/transformations/00205.xml | 31 +
.../game/data/stats/transformations/00206.xml | 31 +
.../game/data/stats/transformations/00207.xml | 31 +
.../game/data/stats/transformations/00208.xml | 31 +
.../game/data/stats/transformations/00209.xml | 31 +
.../game/data/stats/transformations/00210.xml | 31 +
.../game/data/stats/transformations/00211.xml | 31 +
.../game/data/stats/transformations/00212.xml | 31 +
.../game/data/stats/transformations/00213.xml | 31 +
.../game/data/stats/transformations/00214.xml | 31 +
.../game/data/stats/transformations/00215.xml | 31 +
.../game/data/stats/transformations/00216.xml | 31 +
.../game/data/stats/transformations/00217.xml | 31 +
.../game/data/stats/transformations/00218.xml | 31 +
.../game/data/stats/transformations/00219.xml | 31 +
.../dist/game/data/xsd/LCoinShop.xsd | 37 +
.../dist/game/data/xsd/initialEquipment.xsd | 2 +-
.../dist/game/data/xsd/items.xsd | 433 +-
.../dist/game/data/xsd/skills.xsd | 36 +-
.../dist/game/data/zones/peace.xml | 22 +
.../dist/login/config/LoginServer.ini | 4 +-
.../dist/login/data/servername.xml | 160 +-
.../java/org/l2jmobius/Config.java | 94 +-
.../org/l2jmobius/gameserver/GameServer.java | 2 +
.../gameserver/RecipeController.java | 6 +-
.../gameserver/data/sql/impl/ClanTable.java | 2 +-
.../data/xml/impl/ExperienceData.java | 16 +-
.../gameserver/data/xml/impl/FishingData.java | 6 +-
.../data/xml/impl/LCoinShopData.java | 191 +
.../gameserver/data/xml/impl/NpcData.java | 10 +-
.../gameserver/datatables/BotReportTable.java | 2 +-
.../gameserver/enums/UserInfoType.java | 11 +-
.../CeremonyOfChaosManager.java | 10 +-
.../instancemanager/CursedWeaponsManager.java | 2 +-
.../HandysBlockCheckerManager.java | 2 +-
.../instancemanager/PetitionManager.java | 2 +-
.../instancemanager/games/MonsterRace.java | 16 +-
.../l2jmobius/gameserver/model/BlockList.java | 2 +-
.../model/CharSelectInfoPackage.java | 21 +-
.../gameserver/model/CommandChannel.java | 2 +-
.../gameserver/model/CursedWeapon.java | 8 +-
.../gameserver/model/ElementalSpirit.java | 2 +-
.../org/l2jmobius/gameserver/model/Party.java | 12 +-
.../l2jmobius/gameserver/model/Petition.java | 2 +-
.../l2jmobius/gameserver/model/Request.java | 2 +-
.../gameserver/model/actor/Summon.java | 4 +-
.../instance/ControllableAirShipInstance.java | 2 +-
.../actor/instance/DoppelgangerInstance.java | 2 +-
.../model/actor/instance/PetInstance.java | 4 +-
.../model/actor/instance/PlayerInstance.java | 147 +-
.../actor/instance/RaceManagerInstance.java | 2 +-
.../actor/instance/TeleporterInstance.java | 2 +-
.../actor/instance/VillageMasterInstance.java | 8 +-
.../model/actor/stat/CreatureStat.java | 6 +-
.../gameserver/model/actor/stat/NpcStat.java | 2 +-
.../gameserver/model/actor/stat/PetStat.java | 4 +-
.../model/actor/stat/PlayableStat.java | 26 +-
.../model/actor/stat/PlayerStat.java | 24 +-
.../model/actor/stat/StaticObjectStat.java | 2 +-
.../model/actor/status/PlayerStatus.java | 6 +-
.../tasks/player/WarnUserTakeBreakTask.java | 2 +-
.../model/actor/tasks/player/WaterTask.java | 7 +-
.../model/actor/templates/NpcTemplate.java | 2 +-
.../gameserver/model/base/ClassId.java | 17 +-
.../gameserver/model/base/ClassInfo.java | 2 +-
.../gameserver/model/base/SubClass.java | 8 +-
.../ceremonyofchaos/CeremonyOfChaosEvent.java | 6 +-
.../l2jmobius/gameserver/model/clan/Clan.java | 18 +-
.../gameserver/model/clan/ClanWar.java | 14 +-
...ionPlayerHasFreeTeleportBookmarkSlots.java | 2 +-
.../gameserver/model/entity/Castle.java | 2 +-
.../gameserver/model/entity/Duel.java | 2 +-
.../gameserver/model/entity/FortSiege.java | 16 +-
.../gameserver/model/entity/Siege.java | 10 +-
.../model/events/AbstractScript.java | 6 +-
.../gameserver/model/fishing/Fishing.java | 8 +-
.../gameserver/model/fishing/FishingBait.java | 14 +-
.../model/holders/LCoinShopProductHolder.java | 70 +
.../model/instancezone/Instance.java | 6 +-
.../model/itemauction/ItemAuction.java | 4 +-
.../model/itemcontainer/PlayerInventory.java | 7 +
.../gameserver/model/items/Item.java | 4 +-
.../model/olympiad/AbstractOlympiadGame.java | 4 +-
.../gameserver/model/olympiad/Olympiad.java | 6 +-
.../model/olympiad/OlympiadAnnouncer.java | 2 +-
.../model/olympiad/OlympiadGameNormal.java | 6 +-
.../model/olympiad/OlympiadGameTask.java | 10 +-
.../model/olympiad/OlympiadManager.java | 12 +-
.../gameserver/model/quest/Quest.java | 19 +-
.../model/skills/AbnormalVisualEffect.java | 217 +-
.../gameserver/model/skills/SkillCaster.java | 2 +-
.../model/variables/PlayerVariables.java | 8 +
.../gameserver/network/ExIncomingPackets.java | 117 +-
.../gameserver/network/NpcStringId.java | 9341 ++++++++++-------
.../gameserver/network/OutgoingPackets.java | 165 +-
.../gameserver/network/SystemMessageId.java | 6932 +++++++-----
.../clientpackets/AbstractRefinePacket.java | 19 +-
.../network/clientpackets/AllyDismiss.java | 2 +-
.../network/clientpackets/AllyLeave.java | 2 +-
.../network/clientpackets/EnterWorld.java | 26 +-
.../clientpackets/MultiSellChoose.java | 8 +-
.../clientpackets/RequestAcquireSkill.java | 8 +-
.../RequestCancelPostAttachment.java | 2 +-
.../clientpackets/RequestChangePetName.java | 2 +-
.../clientpackets/RequestCrystallizeItem.java | 6 +-
.../clientpackets/RequestDestroyItem.java | 9 +-
.../clientpackets/RequestDuelAnswerStart.java | 2 +-
.../clientpackets/RequestEnchantItem.java | 4 +-
.../clientpackets/RequestExAskJoinMPCC.java | 2 +-
.../RequestExEnchantItemAttribute.java | 4 +-
.../clientpackets/RequestExOustFromMPCC.java | 4 +-
.../RequestExRemoveItemAttribute.java | 4 +-
.../clientpackets/RequestJoinAlly.java | 2 +-
.../clientpackets/RequestJoinParty.java | 8 +-
.../clientpackets/RequestJoinPledge.java | 2 +-
.../RequestOustFromPartyRoom.java | 2 +-
.../RequestOustPledgeMember.java | 8 +-
.../clientpackets/RequestPetition.java | 4 +-
.../RequestPledgeDraftListApply.java | 6 +-
.../RequestPledgeRecruitBoardAccess.java | 8 +-
.../RequestPledgeSetAcademyMaster.java | 6 +-
...questPledgeSignInForOpenJoiningMethod.java | 4 +-
.../RequestPledgeWaitingApply.java | 2 +-
.../clientpackets/RequestPostAttachment.java | 2 +-
.../network/clientpackets/RequestRefine.java | 16 +-
.../clientpackets/RequestSendPost.java | 6 +-
.../clientpackets/RequestStartPledgeWar.java | 4 +-
.../clientpackets/RequestStopPledgeWar.java | 2 +-
.../RequestSurrenderPledgeWar.java | 2 +-
.../clientpackets/RequestUnEquipItem.java | 2 +-
.../RequestWithDrawPremiumItem.java | 2 +-
.../RequestWithdrawalPledge.java | 4 +-
.../network/clientpackets/Say2.java | 6 +-
.../network/clientpackets/TradeRequest.java | 2 +-
.../network/clientpackets/UseItem.java | 13 +-
.../autoplay/ExAutoPlaySetting.java | 1 +
.../RequestCancelCuriousHouse.java | 2 +-
.../classchange/ExRequestClassChange.java | 8 +
.../RequestCrystallizeEstimate.java | 2 +-
.../ExElementalSpiritEvolution.java | 2 +-
.../ensoul/RequestItemEnsoul.java | 18 +-
.../RequestPurchaseLimitShopItemBuy.java | 149 +
.../RequestPurchaseLimitShopItemList.java | 50 +
.../mentoring/RequestMentorCancel.java | 4 +-
.../sessionzones/ExTimedHuntingZoneEnter.java | 6 +-
.../stats/ExResetStatusBonus.java | 69 +
.../clientpackets/stats/ExSetStatusBonus.java | 108 +
.../{ => teleports}/ExRequestTeleport.java | 3 +-
.../ExRequestTeleportFavoriteList.java | 47 +
.../ExRequestTeleportFavoritesAddDel.java | 102 +
.../ExRequestTeleportFavoritesUIToggle.java | 50 +
.../serverpackets/AbstractItemPacket.java | 24 +-
.../network/serverpackets/CharInfo.java | 14 +-
.../serverpackets/CharSelectionInfo.java | 6 +-
.../network/serverpackets/ExEnterWorld.java | 80 +-
.../network/serverpackets/ExPetInfo.java | 2 +-
.../serverpackets/ExUserBoostStat.java | 68 +
.../network/serverpackets/KeyPacket.java | 2 +-
.../network/serverpackets/MultiSellList.java | 4 +-
.../network/serverpackets/PetInfo.java | 2 +
.../network/serverpackets/SummonInfo.java | 2 +-
.../network/serverpackets/UserInfo.java | 86 +-
.../autoplay/ExAutoPlaySettingSend.java | 1 +
...angeUi.java => ExClassChangeSetAlarm.java} | 8 +-
.../limitshop/ExBloodyCoinCount.java | 45 +
.../ExPurchaseLimitShopItemListNew.java | 101 +
.../ranking/ExRankingCharInfo.java | 4 +
.../ranking/ExRankingCharRankers.java | 17 +-
.../sessionzones/TimedHuntingZoneList.java | 6 +-
.../{ => teleports}/ExShowTeleportUi.java | 3 +-
.../teleports/ExTeleportFavoritesList.java | 60 +
.../java/org/l2jmobius/gameserver/ui/Gui.java | 12 +
.../l2jmobius/gameserver/ui/SystemPanel.java | 2 +-
.../tools/dbinstaller/LauncherGS.java | 2 +-
.../tools/dbinstaller/LauncherLS.java | 2 +-
.../launcher/Gameserver.launch | 8 +-
.../launcher/Loginserver.launch | 8 +-
.../readme.txt | 20 +-
686 files changed, 116519 insertions(+), 42184 deletions(-)
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/LCoinShop.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3413901.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/death_knight.htm
rename L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/{29061.htm => 31843.htm} (100%)
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/34138.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/34139.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/teleporter/34140.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-1.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-2.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/death_knight_base.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/TrainingDummy.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-01.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-02.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-03.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-04.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-05.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/BlossomFestival.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/config.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyDeathPoints.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/DeathPointsSkillCondition.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-01.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-02.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-03.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-04.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-05.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-06.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-07.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-08.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-09.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-10.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/Q10957_TheLifeOfADeathKnight.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-00.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-01.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-02.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-03.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-04.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-01.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-02.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/Q10958_ExploringNewOpportunities.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-00.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-01.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-02.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-03.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-04.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-05.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-06.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/Q10959_ChallengingYourDestiny.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-00.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-01.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-02.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-03.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-04.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-05.html
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-06.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-07.htm
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimDarkElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimElf.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimHuman.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92500-92599.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92600-92699.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92700-92799.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92800-92899.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93700-93799.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94000-94099.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94400-94499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/99000-99099.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16100-16199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18400-18499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/19700-19799.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22100-22199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22200-22299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22300-22399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40100-40199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40200-40299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45200-45299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45400-45499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/48100-48199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/49000-49099.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/49100-49199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/49200-49299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/49300-49399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/49400-49499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/49500-49599.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50400-50499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/52000-52099.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54200-54299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/59700-59799.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80000-80099.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80100-80199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80200-80299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80300-80399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80400-80499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80500-80599.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80600-80699.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80700-80799.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80800-80899.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/80900-80999.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81000-81099.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81100-81199.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81200-81299.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81300-81399.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81400-81499.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81500-81599.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81600-81699.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/81700-81799.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00205.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00206.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00207.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00208.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00209.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00210.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00211.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00212.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00213.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00214.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00215.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00216.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00217.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00218.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/transformations/00219.xml
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/LCoinShop.xsd
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/data/xml/impl/LCoinShopData.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/holders/LCoinShopProductHolder.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/limitshop/RequestPurchaseLimitShopItemBuy.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/limitshop/RequestPurchaseLimitShopItemList.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/stats/ExResetStatusBonus.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/stats/ExSetStatusBonus.java
rename L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/{ => teleports}/ExRequestTeleport.java (92%)
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/teleports/ExRequestTeleportFavoriteList.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/teleports/ExRequestTeleportFavoritesAddDel.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/clientpackets/teleports/ExRequestTeleportFavoritesUIToggle.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/serverpackets/ExUserBoostStat.java
rename L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/serverpackets/classchange/{ExRequestClassChangeUi.java => ExClassChangeSetAlarm.java} (78%)
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/serverpackets/limitshop/ExBloodyCoinCount.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/serverpackets/limitshop/ExPurchaseLimitShopItemListNew.java
rename L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/serverpackets/{ => teleports}/ExShowTeleportUi.java (86%)
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/network/serverpackets/teleports/ExTeleportFavoritesList.java
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.project b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.project
index a7d6c17a9a..dcef8dc68b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.project
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.project
@@ -1,6 +1,6 @@
- L2J_Mobius_Classic_3.0_TheKamael
+ L2J_Mobius_Essence_4.0_DwellingOfSpirits
@@ -19,4 +19,4 @@
org.eclipse.jdt.core.javanature
-
\ No newline at end of file
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml
index 85238c76f9..e7c34e7662 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml
@@ -1,6 +1,6 @@
-
+
This file is part of the L2J Mobius project.
@@ -132,15 +132,15 @@
-
+
-
+
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini
index 160d088285..5703d99d4b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini
@@ -270,9 +270,9 @@ MaxSp = 50000000000
# Maximum Player Level
# WARNING: Cannot exceed the maximum experince.xml level.
-# Example: Set as 86 to force the maximum player level at 86.
-# Default: 86
-MaximumPlayerLevel = 86
+# Example: Set as 90 to force the maximum player level at 90.
+# Default: 90
+MaximumPlayerLevel = 90
# Maximum number of allowed subclasses for every player.
# Do not use more than 3!
@@ -686,7 +686,7 @@ OffsetOnTeleportEnabled = True
MaxOffsetOnTeleport = 50
# Enable teleporting while siege in progress.
-# Classic: True
+# Default: True
TeleportWhileSiegeInProgress = True
# This option is to enable or disable the use of in game petitions.
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Custom/RandomSpawns.ini b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Custom/RandomSpawns.ini
index 0e55b3bb57..7e12f63a9a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Custom/RandomSpawns.ini
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Custom/RandomSpawns.ini
@@ -18,4 +18,5 @@ MobsSpawnNotRandom = 18812,18813,18814,22138,\
18170,18171,18183,18184,18185,18186,18187,18191,18195,18196,18197,18198,18199,18212,18220,\
18221,18222,18226,18230,18231,18232,18233,18234,18235,18236,18237,18238,18239,18240,18241,\
18242,18243,18256,31452,31468,31469,31470,31471,31472,31473,31474,31475,31476,31477,31478,\
-31479,31480,31481,31482,31483,31484,31485,31486,31487
+31479,31480,31481,31482,31483,31484,31485,31486,31487,\
+22183
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Server.ini b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Server.ini
index 20632ac4bb..de1144cbad 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Server.ini
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Server.ini
@@ -41,8 +41,8 @@ GameserverPort = 7777
Driver = org.mariadb.jdbc.Driver
# Database URL
-# Default: jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
-URL = jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
+# Default: jdbc:mariadb://localhost/l2jmobiusessence?useUnicode=true&characterEncoding=utf-8&useSSL=false
+URL = jdbc:mariadb://localhost/l2jmobiusessence?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Database user info (default is "root" but it's not recommended)
Login = root
@@ -101,14 +101,14 @@ MaximumOnlineUsers = 2000
# Numbers of protocol revisions that server allows to connect.
# Delimiter is ;
# WARNING: Changing the protocol revision may result in incompatible communication and many errors in game!
-# The Kamael: 228
-AllowedProtocolRevisions = 228
+# Dwelling of Spirits: 286
+AllowedProtocolRevisions = 286
# Displays server type next to the server name on character selection.
# Notes:
-# Accepted Values: Normal, Relax, Test, Broad, Restricted, Event, Free, World, New, Classic
-# Default: Free
-ServerListType = Classic
+# Accepted Values: Normal, Relax, Test, Broad, Restricted, Event, Free, World, New, Essence
+# Default: Essence
+ServerListType = Essence
# Displays server minimum age to the server name on character selection.
# Notes:
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/CategoryData.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/CategoryData.xml
index 97d8c37649..080beec648 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/CategoryData.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/CategoryData.xml
@@ -65,6 +65,18 @@
193
194
195
+ 196
+ 205
+ 202
+ 199
+ 200
+ 197
+ 206
+ 203
+ 204
+ 201
+ 198
+ 207
10
@@ -189,6 +201,18 @@
193
194
195
+ 196
+ 205
+ 202
+ 199
+ 200
+ 197
+ 206
+ 203
+ 204
+ 201
+ 198
+ 207
0
@@ -201,6 +225,9 @@
49
53
192
+ 196
+ 200
+ 204
1
@@ -224,6 +251,9 @@
125
126
193
+ 197
+ 201
+ 205
2
@@ -260,6 +290,9 @@
127
130
194
+ 198
+ 202
+ 206
88
@@ -296,6 +329,9 @@
131
134
195
+ 199
+ 203
+ 207
53
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/LCoinShop.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/LCoinShop.xml
new file mode 100644
index 0000000000..588f44ede4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/LCoinShop.xml
@@ -0,0 +1,395 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PrimeShop.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PrimeShop.xml
index 53ce59d410..ae71392918 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PrimeShop.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PrimeShop.xml
@@ -1,3 +1,24 @@
-
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/TeleportListData.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/TeleportListData.xml
index 7923afa3d4..f314100346 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/TeleportListData.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/TeleportListData.xml
@@ -90,4 +90,6 @@
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3084001.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3084001.xml
index 98df3d7adc..3ac9d2fdae 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3084001.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3084001.xml
@@ -4,30 +4,48 @@
30840
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3413901.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3413901.xml
new file mode 100644
index 0000000000..91f844a2c2
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/buylists/3413901.xml
@@ -0,0 +1,24 @@
+
+
+
+ 34139
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/CommunityBoard/home.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/CommunityBoard/home.html
index 11858eda17..d514d5945e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/CommunityBoard/home.html
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/CommunityBoard/home.html
@@ -8,7 +8,7 @@
-
+ &$2306;
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/itemcreation.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/itemcreation.htm
index ca3d8bd707..ccc8dbe4d9 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/itemcreation.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/itemcreation.htm
@@ -25,7 +25,7 @@
Coin Type:
-
+
Amount:
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_fighter.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_fighter.htm
index be352871ac..3038c89205 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_fighter.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_fighter.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_mage.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_mage.htm
index 201c24a98e..dce932c208 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_mage.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dark_elf_mage.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/death_knight.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/death_knight.htm
new file mode 100644
index 0000000000..4b1c57edd4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/death_knight.htm
@@ -0,0 +1,53 @@
+
+//setclass Menu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dwarf.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dwarf.htm
index 12c0dce614..923c6acadd 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dwarf.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/dwarf.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_fighter.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_fighter.htm
index 1e3dff9c63..dd8fddeb77 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_fighter.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_fighter.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_mage.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_mage.htm
index adfab74ecf..d67f8d05f2 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_mage.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/elf_mage.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_fighter.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_fighter.htm
index 505f03b7e4..7168973862 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_fighter.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_fighter.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_mage.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_mage.htm
index d50648a954..e51d9de3b4 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_mage.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/human_mage.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/kamael.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/kamael.htm
index d8df260de8..b9ab14c136 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/kamael.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/kamael.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_fighter.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_fighter.htm
index ddbb84e62d..f6f991033d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_fighter.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_fighter.htm
@@ -20,6 +20,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_mage.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_mage.htm
index 0b2a4223fc..81765b396f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_mage.htm
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/admin/setclass/orc_mage.htm
@@ -19,6 +19,7 @@
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/29061.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/31843.htm
similarity index 100%
rename from L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/29061.htm
rename to L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/31843.htm
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/34138.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/34138.htm
new file mode 100644
index 0000000000..3edfaabd21
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/default/34138.htm
@@ -0,0 +1,5 @@
+Head Trainer Kilremange:
+You don't like the life of a Death Knight? You should be proud, what's the use of suffering?
+Sure, out lot might be hard and sometimes we have to do things we don't want to do, but even in these dire circumstances it is possible to find the strength to fight and win.
+Quest
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/34139.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/34139.htm
new file mode 100644
index 0000000000..61db484d76
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/merchant/34139.htm
@@ -0,0 +1,5 @@
+Quartermaster Mathorn:
+Death Knights must always be training. Their fate must be a source of pride, not shame.
+Buy supplies and minerals
+Quest
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/teleporter/34140.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/teleporter/34140.htm
new file mode 100644
index 0000000000..08d1d2a829
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/teleporter/34140.htm
@@ -0,0 +1,5 @@
+Gatekeeper Marillia:
+What? You need to teleport? Sure, I'll help you.
+Teleport
+Quest
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-1.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-1.htm
new file mode 100644
index 0000000000..cf254586b4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-1.htm
@@ -0,0 +1,7 @@
+Warehouse Keeper Ryuchia:
+
+Deposit an item (Private Warehouse)
+Withdraw an item (Private Warehouse)
+Back
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-2.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-2.htm
new file mode 100644
index 0000000000..3ba0ccec98
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141-2.htm
@@ -0,0 +1,7 @@
+Warehouse Keeper Ryuchia:
+
+Deposit Item (Clan Warehouse)
+Withdraw Item (Clan Warehouse)
+Back
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141.htm
new file mode 100644
index 0000000000..749f648248
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/html/warehouse/34141.htm
@@ -0,0 +1,6 @@
+Warehouse Keeper Ryuchia:
+If you want to leave anything here, let me know. I will keep your items safe and sound.
+Private Warehouse
+Clan warehouse
+Quest
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/death_knight_base.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/death_knight_base.xml
new file mode 100644
index 0000000000..ce2077e1e0
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/death_knight_base.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/dion_castle_town.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/dion_castle_town.xml
index 05c070e12e..b52930ecc3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/dion_castle_town.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/mapregion/dion_castle_town.xml
@@ -30,6 +30,5 @@
-
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3002005.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3002005.xml
index d9a31502d5..5c29214480 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3002005.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/multisell/3002005.xml
@@ -10,7 +10,7 @@
-
-
+
@@ -18,7 +18,7 @@
-
-
+
@@ -26,7 +26,7 @@
-
-
+
@@ -34,7 +34,7 @@
-
-
+
@@ -49,7 +49,7 @@
-
-
+
@@ -57,7 +57,7 @@
-
-
+
@@ -65,7 +65,7 @@
-
-
+
@@ -73,7 +73,7 @@
-
-
+
@@ -88,7 +88,7 @@
-
-
+
@@ -96,7 +96,7 @@
-
-
+
@@ -104,7 +104,7 @@
-
-
+
@@ -112,7 +112,7 @@
-
-
+
@@ -127,7 +127,7 @@
-
-
+
@@ -135,7 +135,7 @@
-
-
+
@@ -143,7 +143,7 @@
-
-
+
@@ -151,7 +151,7 @@
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/areas/TowerOfInsolence/Arushinai/Arushinai.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/areas/TowerOfInsolence/Arushinai/Arushinai.java
index c6db1d0803..bf6600137f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/areas/TowerOfInsolence/Arushinai/Arushinai.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/areas/TowerOfInsolence/Arushinai/Arushinai.java
@@ -144,7 +144,7 @@ public class Arushinai extends AbstractNpcAI
return null;
}
- player.sendPacket(SystemMessageId.YOU_ARE_NOT_IN_A_PARTY);
+ player.sendPacket(SystemMessageId.YOU_ARE_NOT_IN_A_PARTY_AND_CAN_T_SEND_MESSAGES_TO_THE_PARTY_CHAT);
return null;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/bosses/LimitBarrier.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/bosses/LimitBarrier.java
index 69ff9efea9..9d2396a330 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/bosses/LimitBarrier.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/bosses/LimitBarrier.java
@@ -198,7 +198,7 @@ public final class LimitBarrier extends AbstractNpcAI
npc.abortAttack();
npc.abortCast();
npc.doCast(LIMIT_BARRIER.getSkill());
- npc.broadcastPacket(new ExShowScreenMessage(NpcStringId.THE_RAID_BOSS_USES_THE_LIMIT_BARRIER_NFOCUS_YOUR_ATTACKS_TO_DESTROY_THE_LIMIT_BARRIER_IN_15_SEC, 2, 5000, true));
+ npc.broadcastPacket(new ExShowScreenMessage(NpcStringId.THE_RAID_BOSS_USES_THE_LIMIT_BARRIER_NFOCUS_YOUR_ATTACKS_TO_DESTROY_THE_LIMIT_BARRIER_IN_15_SECONDS, 2, 5000, true));
startQuestTimer("RESTORE_FULL_HP", 15000, npc, attacker);
}
}
@@ -210,7 +210,7 @@ public final class LimitBarrier extends AbstractNpcAI
npc.abortAttack();
npc.abortCast();
npc.doCast(LIMIT_BARRIER.getSkill());
- npc.broadcastPacket(new ExShowScreenMessage(NpcStringId.THE_RAID_BOSS_USES_THE_LIMIT_BARRIER_NFOCUS_YOUR_ATTACKS_TO_DESTROY_THE_LIMIT_BARRIER_IN_15_SEC, 2, 5000, true));
+ npc.broadcastPacket(new ExShowScreenMessage(NpcStringId.THE_RAID_BOSS_USES_THE_LIMIT_BARRIER_NFOCUS_YOUR_ATTACKS_TO_DESTROY_THE_LIMIT_BARRIER_IN_15_SECONDS, 2, 5000, true));
startQuestTimer("RESTORE_FULL_HP", 15000, npc, attacker);
}
}
@@ -222,7 +222,7 @@ public final class LimitBarrier extends AbstractNpcAI
npc.abortAttack();
npc.abortCast();
npc.doCast(LIMIT_BARRIER.getSkill());
- npc.broadcastPacket(new ExShowScreenMessage(NpcStringId.THE_RAID_BOSS_USES_THE_LIMIT_BARRIER_NFOCUS_YOUR_ATTACKS_TO_DESTROY_THE_LIMIT_BARRIER_IN_15_SEC, 2, 5000, true));
+ npc.broadcastPacket(new ExShowScreenMessage(NpcStringId.THE_RAID_BOSS_USES_THE_LIMIT_BARRIER_NFOCUS_YOUR_ATTACKS_TO_DESTROY_THE_LIMIT_BARRIER_IN_15_SECONDS, 2, 5000, true));
startQuestTimer("RESTORE_FULL_HP", 15000, npc, attacker);
}
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/CastleChamberlain/CastleChamberlain.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/CastleChamberlain/CastleChamberlain.java
index 3a850a66f7..47e24e8ec2 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/CastleChamberlain/CastleChamberlain.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/CastleChamberlain/CastleChamberlain.java
@@ -1229,7 +1229,7 @@ public class CastleChamberlain extends AbstractNpcAI
{
if (manor.isManorApproved())
{
- player.sendPacket(SystemMessageId.A_MANOR_CANNOT_BE_SET_UP_BETWEEN_4_30_AM_AND_8_PM);
+ player.sendPacket(SystemMessageId.A_MANOR_CANNOT_BE_SET_UP_BETWEEN_6_00_AM_AND_8_00_PM);
return;
}
player.sendPacket(new ExShowSeedSetting(castleId));
@@ -1239,7 +1239,7 @@ public class CastleChamberlain extends AbstractNpcAI
{
if (manor.isManorApproved())
{
- player.sendPacket(SystemMessageId.A_MANOR_CANNOT_BE_SET_UP_BETWEEN_4_30_AM_AND_8_PM);
+ player.sendPacket(SystemMessageId.A_MANOR_CANNOT_BE_SET_UP_BETWEEN_6_00_AM_AND_8_00_PM);
return;
}
player.sendPacket(new ExShowCropSetting(castleId));
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallAuctioneer/ClanHallAuctioneer.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallAuctioneer/ClanHallAuctioneer.java
index f957dca771..717ef73246 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallAuctioneer/ClanHallAuctioneer.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallAuctioneer/ClanHallAuctioneer.java
@@ -337,7 +337,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
if (playerClanHall != null)
{
- player.sendPacket(SystemMessageId.EMPTY_462);
+ player.sendPacket(SystemMessageId.YOU_DO_NOT_MEET_THE_REQUIREMENTS_TO_PARTICIPATE_IN_AN_AUCTION);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallManager/ClanHallManager.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallManager/ClanHallManager.java
index 157b7170bb..5c3e131e30 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallManager/ClanHallManager.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/ClanHallManager/ClanHallManager.java
@@ -349,7 +349,7 @@ public class ClanHallManager extends AbstractNpcAI
{
final int funcVal = (int) oldFunc.getTemplate().getValue();
htmltext = getHtm(player, "ClanHallManager-manageFuncAlreadySet.html");
- htmltext = htmltext.replace("%funcEffect%", " 0 ? funcVal : oldFunc.getLevel()) + "\">" + (funcVal > 0 ? NpcStringId.S1.getId() : NpcStringId.STAGE_S1.getId()) + " ");
+ htmltext = htmltext.replace("%funcEffect%", " 0 ? funcVal : oldFunc.getLevel()) + "\">" + (funcVal > 0 ? NpcStringId.S1.getId() : NpcStringId.LV_S1.getId()) + " ");
}
else if ((funcId >= 1) && (funcId <= 8))
{
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/OlyManager/OlyManager.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/OlyManager/OlyManager.java
index 0e31fb3a81..b26315bd74 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/OlyManager/OlyManager.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/OlyManager/OlyManager.java
@@ -279,7 +279,7 @@ public class OlyManager extends AbstractNpcAI implements IBypassHandler
{
if (!Olympiad.getInstance().inCompPeriod())
{
- player.sendPacket(SystemMessageId.THE_OLYMPIAD_GAMES_ARE_NOT_CURRENTLY_IN_PROGRESS);
+ player.sendPacket(SystemMessageId.THE_OLYMPIAD_IS_NOT_HELD_RIGHT_NOW);
return false;
}
@@ -296,7 +296,7 @@ public class OlyManager extends AbstractNpcAI implements IBypassHandler
}
else if (!Olympiad.getInstance().inCompPeriod())
{
- player.sendPacket(SystemMessageId.THE_OLYMPIAD_GAMES_ARE_NOT_CURRENTLY_IN_PROGRESS);
+ player.sendPacket(SystemMessageId.THE_OLYMPIAD_IS_NOT_HELD_RIGHT_NOW);
return false;
}
else if (player.isOnEvent())
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/SecondClassChange.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/SecondClassChange.java
index 6e23ea822b..4536c15c74 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/SecondClassChange.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/SecondClassChange.java
@@ -26,7 +26,7 @@ import org.l2jmobius.gameserver.model.events.annotations.RegisterEvent;
import org.l2jmobius.gameserver.model.events.annotations.RegisterType;
import org.l2jmobius.gameserver.model.events.impl.creature.player.OnPlayerLevelChanged;
import org.l2jmobius.gameserver.model.events.impl.creature.player.OnPlayerLogin;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
import ai.AbstractNpcAI;
@@ -58,7 +58,7 @@ public class SecondClassChange extends AbstractNpcAI
return;
}
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
@RegisterEvent(EventType.ON_PLAYER_LOGIN)
@@ -81,7 +81,7 @@ public class SecondClassChange extends AbstractNpcAI
return;
}
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
public static void main(String[] args)
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/TrainingDummy.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/TrainingDummy.java
new file mode 100644
index 0000000000..d6604fd65c
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/ai/others/TrainingDummy.java
@@ -0,0 +1,48 @@
+/*
+ * 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;
+
+import org.l2jmobius.gameserver.model.actor.Npc;
+
+import ai.AbstractNpcAI;
+
+/**
+ * @author Mobius
+ */
+public class TrainingDummy extends AbstractNpcAI
+{
+ // NPC
+ private static final int TRAINING_DUMMY = 22183;
+
+ private TrainingDummy()
+ {
+ addSpawnId(TRAINING_DUMMY);
+ }
+
+ @Override
+ public String onSpawn(Npc npc)
+ {
+ npc.disableCoreAI(true);
+ npc.setImmobilized(true);
+ return super.onSpawn(npc);
+ }
+
+ public static void main(String[] args)
+ {
+ new TrainingDummy();
+ }
+}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-01.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-01.html
new file mode 100644
index 0000000000..a5d746ba13
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-01.html
@@ -0,0 +1,8 @@
+Event Manager Augustina:
+Hello! My name is Augustina. I came here to celebrate the Blossom festival. But I've been awfully busy lately, and I've been late getting ready, so it's only now that I realize some of the items are missing. I can't have a celebration without them.
+You look like a brave warrior. Therefore, I ask for your help in returning the missing item! Of course, not for nothing. I have special gifts for my assistants.
+Get Augustina's Daily Gift Box
+Exchange Augustina's Seeds for useful items
+Ask about preparations to the Blosson festival
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-02.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-02.html
new file mode 100644
index 0000000000..968b02400a
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-02.html
@@ -0,0 +1,7 @@
+Event Manager Augustina:
+This year is really stressing for everybody, and I would really like to lighten up the mood somehow.
+That is why I've decided to plant beautiful flowers, but unfortunately all my seeds have been lost. Then I've heard about people finding boxes with seeds all over the world! I think those are mine! But how am I going to collect them?
+If you find Augustina's Chests while traveling, could you please get the seeds out of them and bring them back to me?
+I'll exchange them for useful items, so come back any time.
+Back
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-03.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-03.html
new file mode 100644
index 0000000000..fdddf0d150
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-03.html
@@ -0,0 +1,19 @@
+Event will last from August 19 to September 16 .
+On Septeber 16 the main items will be deleted:
+-Augustina's Coupon
+-Augustina's Seeds
+-Shiny Jewelry Box - Event
+-Augustina's Essence - Event
+-HP Recovery Potion - Event
+-My teleport Scroll (obtained during the event)
+-Augustina's Daily Gift Box
+-Augustina's Support Box Lv. 1 (all levels)
+-Augustina's Support Box Lv. 2 (all levels)
+-Talisman Fortune Box
+-Agathion Pack
+On September 30 the additional items will be deleted:
+-Sayha's Cookie - Event
+-Scroll: Enchant Attack - Event
+-scroll: Enchant Protection - Event
+Back
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-04.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-04.html
new file mode 100644
index 0000000000..95794a2c35
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-04.html
@@ -0,0 +1,5 @@
+Event Manager Augustina:
+Augustina's Daily Gift Box can be obtained only by characters of Lv. 60+.
+Come back when you get stronger!
+Back
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-05.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-05.html
new file mode 100644
index 0000000000..adfb9c3927
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/34163-05.html
@@ -0,0 +1,5 @@
+Event Manager Augustina:
+It is no time yet to receive your gift.
+Try again later.
+Back
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/BlossomFestival.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/BlossomFestival.java
new file mode 100644
index 0000000000..140d57f640
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/BlossomFestival.java
@@ -0,0 +1,88 @@
+/*
+ * 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 events.BlossomFestival;
+
+import org.l2jmobius.gameserver.model.actor.Npc;
+import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
+import org.l2jmobius.gameserver.model.quest.LongTimeEvent;
+
+/**
+ * @author Mobius
+ */
+public class BlossomFestival extends LongTimeEvent
+{
+ // NPC
+ private static final int AUGUSTINA = 34163;
+ // Item
+ private static final int REWARD = 94448;
+ // Misc
+ private static final String REWARD_VAR = "AUGUSTINA_REWARD_VAR";
+ private static final Object REWARD_LOCK = new Object();
+
+ private BlossomFestival()
+ {
+ addFirstTalkId(AUGUSTINA);
+ addTalkId(AUGUSTINA);
+ addSpawnId(AUGUSTINA);
+ }
+
+ @Override
+ public String onAdvEvent(String event, Npc npc, PlayerInstance player)
+ {
+ switch (event)
+ {
+ case "34163-02.html":
+ case "34163-03.html":
+ {
+ return event;
+ }
+ case "reward":
+ {
+ if (player.getLevel() < 60)
+ {
+ return "34163-04.html";
+ }
+
+ synchronized (REWARD_LOCK)
+ {
+ final long currentTime = System.currentTimeMillis();
+ if (player.getVariables().getLong(REWARD_VAR, 0) < currentTime)
+ {
+ player.getVariables().set(REWARD_VAR, currentTime + 86400000); // 24 hours
+ giveItems(player, REWARD, 1);
+ }
+ else
+ {
+ return "34163-05.html";
+ }
+ }
+ }
+ }
+ return null;
+ }
+
+ @Override
+ public String onFirstTalk(Npc npc, PlayerInstance player)
+ {
+ return "34163-01.html";
+ }
+
+ public static void main(String[] args)
+ {
+ new BlossomFestival();
+ }
+}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/config.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/config.xml
new file mode 100644
index 0000000000..0ad51e3b6c
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/events/BlossomFestival/config.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java
index c259f5eb2b..7f890a9280 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java
@@ -225,6 +225,7 @@ public class EffectMasterHandler
EffectHandler.getInstance().registerHandler("MaxHp", MaxHp::new);
EffectHandler.getInstance().registerHandler("MaxMagicCriticalRate", MaxMagicCriticalRate::new);
EffectHandler.getInstance().registerHandler("MaxMp", MaxMp::new);
+ EffectHandler.getInstance().registerHandler("ModifyDeathPoints", ModifyDeathPoints::new);
EffectHandler.getInstance().registerHandler("ModifyVital", ModifyVital::new);
EffectHandler.getInstance().registerHandler("Mp", Mp::new);
EffectHandler.getInstance().registerHandler("MpConsumePerLevel", MpConsumePerLevel::new);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/SkillConditionMasterHandler.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/SkillConditionMasterHandler.java
index 1042fecce1..282e06b966 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/SkillConditionMasterHandler.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/SkillConditionMasterHandler.java
@@ -52,6 +52,7 @@ public class SkillConditionMasterHandler
SkillConditionHandler.getInstance().registerHandler("CheckLevel", CheckLevelSkillCondition::new);
SkillConditionHandler.getInstance().registerHandler("CheckSex", CheckSexSkillCondition::new);
SkillConditionHandler.getInstance().registerHandler("ConsumeBody", ConsumeBodySkillCondition::new);
+ SkillConditionHandler.getInstance().registerHandler("DeathPoints", DeathPointsSkillCondition::new);
SkillConditionHandler.getInstance().registerHandler("EnergySaved", EnergySavedSkillCondition::new);
SkillConditionHandler.getInstance().registerHandler("EquipArmor", EquipArmorSkillCondition::new);
SkillConditionHandler.getInstance().registerHandler("EquipShield", EquipShieldSkillCondition::new);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminCreateItem.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminCreateItem.java
index f0eab3c869..e4d2831976 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminCreateItem.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminCreateItem.java
@@ -348,6 +348,10 @@ public class AdminCreateItem implements IAdminCommandHandler
{
id = 13067;
}
+ else if (name.equalsIgnoreCase("lcoin"))
+ {
+ id = 91663;
+ }
else
{
id = 0;
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminEditChar.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminEditChar.java
index 36611f3b51..ba1aa5df61 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminEditChar.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminEditChar.java
@@ -411,6 +411,11 @@ public class AdminEditChar implements IAdminCommandHandler
{
player.getAppearance().setFemale();
}
+ // Death Knight checks.
+ if ((classidval > 195) && (classidval < 208))
+ {
+ player.getAppearance().setMale();
+ }
final String newclass = ClassListData.getInstance().getClass(player.getClassId()).getClassName();
// if (player.isInCategory(CategoryType.SIXTH_CLASS_GROUP))
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java
index 0ee70e0209..b7758ae8df 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java
@@ -53,7 +53,7 @@ public class AdminLevel implements IAdminCommandHandler
{
if ((targetChar != null) && targetChar.isPlayable())
{
- ((Playable) targetChar).getStat().addLevel(Byte.parseByte(val));
+ ((Playable) targetChar).getStat().addLevel(Integer.parseInt(val));
}
}
catch (NumberFormatException e)
@@ -78,7 +78,7 @@ public class AdminLevel implements IAdminCommandHandler
try
{
- final byte level = Byte.parseByte(val);
+ final int level = Integer.parseInt(val);
if ((level >= 1) && (level <= maxLevel))
{
final long pXp = targetPlayer.getExp();
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminReload.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminReload.java
index ad4508de05..68f1058e2c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminReload.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/admincommandhandlers/AdminReload.java
@@ -39,6 +39,7 @@ import org.l2jmobius.gameserver.data.xml.impl.EquipmentUpgradeData;
import org.l2jmobius.gameserver.data.xml.impl.FakePlayerData;
import org.l2jmobius.gameserver.data.xml.impl.FishingData;
import org.l2jmobius.gameserver.data.xml.impl.ItemCrystallizationData;
+import org.l2jmobius.gameserver.data.xml.impl.LCoinShopData;
import org.l2jmobius.gameserver.data.xml.impl.MultisellData;
import org.l2jmobius.gameserver.data.xml.impl.NpcData;
import org.l2jmobius.gameserver.data.xml.impl.NpcNameLocalisationData;
@@ -280,6 +281,12 @@ public class AdminReload implements IAdminCommandHandler
AdminData.getInstance().broadcastMessageToGMs(activeChar.getName() + ": Reloaded Prime Shop data.");
break;
}
+ case "limitshop":
+ {
+ LCoinShopData.getInstance().load();
+ AdminData.getInstance().broadcastMessageToGMs(activeChar.getName() + ": Reloaded Limit Shop data.");
+ break;
+ }
case "appearance":
{
AppearanceItemData.getInstance().load();
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatParty.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatParty.java
index ca46bd2b9e..001306e7d7 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatParty.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatParty.java
@@ -40,7 +40,7 @@ public class ChatParty implements IChatHandler
{
if (!activeChar.isInParty())
{
- activeChar.sendPacket(SystemMessageId.YOU_ARE_NOT_IN_A_PARTY);
+ activeChar.sendPacket(SystemMessageId.YOU_ARE_NOT_IN_A_PARTY_AND_CAN_T_SEND_MESSAGES_TO_THE_PARTY_CHAT);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatWorld.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatWorld.java
index ae56d1cbe9..8cd901cc7f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatWorld.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/chathandlers/ChatWorld.java
@@ -75,7 +75,7 @@ public class ChatWorld implements IChatHandler
}
else if (activeChar.getWorldChatUsed() >= activeChar.getWorldChatPoints())
{
- activeChar.sendPacket(SystemMessageId.YOU_HAVE_SPENT_YOUR_WORLD_CHAT_QUOTA_FOR_THE_DAY_A_NEW_DAY_STARTS_EVERY_DAY_AT_18_30);
+ activeChar.sendPacket(SystemMessageId.YOU_HAVE_SPENT_YOUR_WORLD_CHAT_QUOTA_FOR_THE_DAY_IT_IS_RESET_DAILY_AT_7_A_M);
}
else
{
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java
index 9cd9893616..c54d80efb7 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java
@@ -59,7 +59,7 @@ public class DropSearchBoard implements IParseBoardHandler
{
final int itemId;
final int npcId;
- final byte npcLevel;
+ final int npcLevel;
final long min;
final long max;
final double chance;
@@ -119,7 +119,7 @@ public class DropSearchBoard implements IParseBoardHandler
}
});
- DROP_INDEX_CACHE.values().stream().forEach(l -> l.sort((d1, d2) -> Byte.valueOf(d1.npcLevel).compareTo(Byte.valueOf(d2.npcLevel))));
+ DROP_INDEX_CACHE.values().stream().forEach(l -> l.sort((d1, d2) -> Integer.valueOf(d1.npcLevel).compareTo(Integer.valueOf(d2.npcLevel))));
}
private void addToDropList(NpcTemplate npcTemplate, DropHolder dropHolder)
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ConvertItem.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ConvertItem.java
index 4e27548f49..20e977a703 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ConvertItem.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ConvertItem.java
@@ -108,7 +108,7 @@ public class ConvertItem extends AbstractEffect
final SystemMessage sm;
if (unequippedItem.getEnchantLevel() > 0)
{
- sm = new SystemMessage(SystemMessageId.S1_S2_HAS_BEEN_UNEQUIPPED);
+ sm = new SystemMessage(SystemMessageId.S1_S2_UNEQUIPPED);
sm.addInt(unequippedItem.getEnchantLevel());
sm.addItemName(unequippedItem);
}
@@ -147,7 +147,7 @@ public class ConvertItem extends AbstractEffect
final SystemMessage msg;
if (newItem.getEnchantLevel() > 0)
{
- msg = new SystemMessage(SystemMessageId.EQUIPPED_S1_S2);
+ msg = new SystemMessage(SystemMessageId.S1_S2_EQUIPPED);
msg.addInt(newItem.getEnchantLevel());
msg.addItemName(newItem);
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Disarmor.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Disarmor.java
index c7bcfb4c87..cd1fe00b1f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Disarmor.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Disarmor.java
@@ -81,7 +81,7 @@ public class Disarmor extends AbstractEffect
SystemMessage sm = null;
if (unequiped[0].getEnchantLevel() > 0)
{
- sm = new SystemMessage(SystemMessageId.S1_S2_HAS_BEEN_UNEQUIPPED);
+ sm = new SystemMessage(SystemMessageId.S1_S2_UNEQUIPPED);
sm.addInt(unequiped[0].getEnchantLevel());
sm.addItemName(unequiped[0]);
}
@@ -123,7 +123,7 @@ public class Disarmor extends AbstractEffect
{
if (item.getEnchantLevel() > 0)
{
- sm = new SystemMessage(SystemMessageId.EQUIPPED_S1_S2);
+ sm = new SystemMessage(SystemMessageId.S1_S2_EQUIPPED);
sm.addInt(item.getEnchantLevel());
sm.addItemName(item);
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ExpModify.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ExpModify.java
index de52ab1f4f..61f040e386 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ExpModify.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ExpModify.java
@@ -17,10 +17,14 @@
package handlers.effecthandlers;
import org.l2jmobius.gameserver.model.StatSet;
+import org.l2jmobius.gameserver.model.actor.Creature;
+import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
+import org.l2jmobius.gameserver.model.skills.Skill;
import org.l2jmobius.gameserver.model.stats.Stat;
+import org.l2jmobius.gameserver.network.serverpackets.ExUserBoostStat;
/**
- * @author Sdw
+ * @author Sdw, Mobius
*/
public class ExpModify extends AbstractStatAddEffect
{
@@ -28,4 +32,17 @@ public class ExpModify extends AbstractStatAddEffect
{
super(params, Stat.BONUS_EXP);
}
+
+ @Override
+ public void pump(Creature effected, Skill skill)
+ {
+ effected.getStat().mergeAdd(Stat.BONUS_EXP, _amount);
+
+ // Send exp bonus to player.
+ final PlayerInstance player = effected.getActingPlayer();
+ if (player != null)
+ {
+ player.sendPacket(new ExUserBoostStat(player));
+ }
+ }
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyDeathPoints.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyDeathPoints.java
new file mode 100644
index 0000000000..57e0ba2df8
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyDeathPoints.java
@@ -0,0 +1,60 @@
+/*
+ * 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 handlers.effecthandlers;
+
+import org.l2jmobius.gameserver.model.StatSet;
+import org.l2jmobius.gameserver.model.actor.Creature;
+import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
+import org.l2jmobius.gameserver.model.effects.AbstractEffect;
+import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
+import org.l2jmobius.gameserver.model.skills.Skill;
+
+/**
+ * @author Mobius
+ */
+public class ModifyDeathPoints extends AbstractEffect
+{
+ private final int _amount;
+
+ public ModifyDeathPoints(StatSet params)
+ {
+ _amount = params.getInt("amount");
+ }
+
+ @Override
+ public boolean isInstant()
+ {
+ return true;
+ }
+
+ @Override
+ public void instant(Creature effector, Creature effected, Skill skill, ItemInstance item)
+ {
+ if (effected == null)
+ {
+ return;
+ }
+
+ final PlayerInstance player = effected.getActingPlayer();
+ if (player == null)
+ {
+ return;
+ }
+
+ player.setDeathPoints(player.getDeathPoints() + _amount);
+ }
+}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Plunder.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Plunder.java
index c5f9e2d90e..e4bb654b8f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Plunder.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Plunder.java
@@ -70,7 +70,7 @@ public class Plunder extends AbstractEffect
if (monster.isSpoiled())
{
- effector.sendPacket(SystemMessageId.PLUNDER_SKILL_HAS_BEEN_ALREADY_USED_ON_THIS_TARGET);
+ effector.sendPacket(SystemMessageId.THE_TARGET_HAS_BEEN_ALREADY_ROBBED);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Restoration.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Restoration.java
index b84b222d3e..6770866100 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Restoration.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/Restoration.java
@@ -58,7 +58,7 @@ public class Restoration extends AbstractEffect
if ((_itemId <= 0) || (_itemCount <= 0))
{
- effected.sendPacket(SystemMessageId.THERE_WAS_NOTHING_FOUND_INSIDE);
+ effected.sendPacket(SystemMessageId.FAILED_TO_CHANGE_THE_ITEM);
LOGGER.warning(Restoration.class.getSimpleName() + " effect with wrong item Id/count: " + _itemId + "/" + _itemCount + "!");
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/RestorationRandom.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/RestorationRandom.java
index 2bf023dea0..e1996eef07 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/RestorationRandom.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/RestorationRandom.java
@@ -97,7 +97,7 @@ public class RestorationRandom extends AbstractEffect
final PlayerInstance player = effected.getActingPlayer();
if (creationList.isEmpty())
{
- player.sendPacket(SystemMessageId.THERE_WAS_NOTHING_FOUND_INSIDE);
+ player.sendPacket(SystemMessageId.FAILED_TO_CHANGE_THE_ITEM);
return;
}
@@ -166,7 +166,7 @@ public class RestorationRandom extends AbstractEffect
}
else if (item.getEnchantLevel() > 0)
{
- sm = new SystemMessage(SystemMessageId.YOU_HAVE_OBTAINED_A_S1_S2);
+ sm = new SystemMessage(SystemMessageId.YOU_HAVE_OBTAINED_S1_S2);
sm.addInt(item.getEnchantLevel());
sm.addItemName(item);
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/SoulEating.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/SoulEating.java
index 599a681e87..c8bae9b4e2 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/SoulEating.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/SoulEating.java
@@ -79,7 +79,7 @@ public class SoulEating extends AbstractEffect
final int maxSouls = (int) player.getStat().getValue(Stat.MAX_SOULS, 0);
if (player.getChargedSouls() >= maxSouls)
{
- playable.sendPacket(SystemMessageId.SOUL_CANNOT_BE_ABSORBED_ANYMORE);
+ playable.sendPacket(SystemMessageId.YOU_CAN_T_ABSORB_MORE_SOULS);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/VitalityExpRate.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/VitalityExpRate.java
index caaa8d02b4..486c97a1a5 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/VitalityExpRate.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/VitalityExpRate.java
@@ -17,7 +17,11 @@
package handlers.effecthandlers;
import org.l2jmobius.gameserver.model.StatSet;
+import org.l2jmobius.gameserver.model.actor.Creature;
+import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
+import org.l2jmobius.gameserver.model.skills.Skill;
import org.l2jmobius.gameserver.model.stats.Stat;
+import org.l2jmobius.gameserver.network.serverpackets.ExUserBoostStat;
/**
* @author Mobius
@@ -28,4 +32,17 @@ public class VitalityExpRate extends AbstractStatPercentEffect
{
super(params, Stat.VITALITY_EXP_RATE);
}
+
+ @Override
+ public void pump(Creature effected, Skill skill)
+ {
+ effected.getStat().mergeMul(Stat.VITALITY_EXP_RATE, (_amount / 100) + 1);
+
+ // Send exp bonus to player.
+ final PlayerInstance player = effected.getActingPlayer();
+ if (player != null)
+ {
+ player.sendPacket(new ExUserBoostStat(player));
+ }
+ }
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/BeastSpiritShot.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/BeastSpiritShot.java
index 812316de7f..bc5eb71723 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/BeastSpiritShot.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/BeastSpiritShot.java
@@ -105,7 +105,7 @@ public class BeastSpiritShot implements IItemHandler
// Not enough SpiritShots to use.
if (!activeOwner.disableAutoShot(itemId))
{
- activeOwner.sendPacket(SystemMessageId.YOU_DON_T_HAVE_ENOUGH_SPIRITSHOTS_NEEDED_FOR_A_SERVITOR);
+ activeOwner.sendPacket(SystemMessageId.YOU_DON_T_HAVE_ENOUGH_SPIRITSHOTS_FOR_THE_SERVITOR);
}
return false;
}
@@ -114,7 +114,7 @@ public class BeastSpiritShot implements IItemHandler
{
if (!activeOwner.disableAutoShot(itemId))
{
- activeOwner.sendPacket(SystemMessageId.YOU_DON_T_HAVE_ENOUGH_SPIRITSHOTS_NEEDED_FOR_A_SERVITOR);
+ activeOwner.sendPacket(SystemMessageId.YOU_DON_T_HAVE_ENOUGH_SPIRITSHOTS_FOR_THE_SERVITOR);
}
return false;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java
index 726411e625..5274faf00c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java
@@ -61,7 +61,7 @@ public class ExtractableItems implements IItemHandler
if (!player.isInventoryUnder80(false))
{
- player.sendPacket(SystemMessageId.EMPTY_463);
+ player.sendPacket(SystemMessageId.NOT_ENOUGH_SPACE_IN_INVENTORY_UNABLE_TO_PROCESS_THIS_REQUEST_UNTIL_YOUR_INVENTORY_S_WEIGHT_IS_LESS_THAN_80_AND_SLOT_COUNT_IS_LESS_THAN_90_OF_CAPACITY);
return false;
}
@@ -71,6 +71,7 @@ public class ExtractableItems implements IItemHandler
return false;
}
+ boolean primeReward = false;
final Map extractedItems = new HashMap<>();
final List enchantedItems = new ArrayList<>();
if (etcitem.getExtractableCountMin() > 0)
@@ -109,6 +110,14 @@ public class ExtractableItems implements IItemHandler
continue;
}
+ if (expi.getId() == -1) // Prime points
+ {
+ player.setPrimePoints(player.getPrimePoints() + createItemAmount);
+ player.sendMessage("You have obtained " + (createItemAmount / 100) + " Euro!");
+ primeReward = true;
+ continue;
+ }
+
if (ItemTable.getInstance().getTemplate(expi.getId()).isStackable() || (createItemAmount == 1))
{
final ItemInstance newItem = player.addItem("Extract", expi.getId(), createItemAmount, player, false);
@@ -156,6 +165,14 @@ public class ExtractableItems implements IItemHandler
continue;
}
+ if (expi.getId() == -1) // Prime points
+ {
+ player.setPrimePoints(player.getPrimePoints() + createItemAmount);
+ player.sendMessage("You have obtained " + (createItemAmount / 100) + " Euro!");
+ primeReward = true;
+ continue;
+ }
+
if (ItemTable.getInstance().getTemplate(expi.getId()).isStackable() || (createItemAmount == 1))
{
final ItemInstance newItem = player.addItem("Extract", expi.getId(), createItemAmount, player, false);
@@ -184,9 +201,9 @@ public class ExtractableItems implements IItemHandler
}
}
- if (extractedItems.isEmpty())
+ if (extractedItems.isEmpty() && !primeReward)
{
- player.sendPacket(SystemMessageId.THERE_WAS_NOTHING_FOUND_INSIDE);
+ player.sendPacket(SystemMessageId.FAILED_TO_CHANGE_THE_ITEM);
}
if (!enchantedItems.isEmpty())
{
@@ -229,7 +246,7 @@ public class ExtractableItems implements IItemHandler
}
else if (item.getEnchantLevel() > 0)
{
- sm = new SystemMessage(SystemMessageId.YOU_HAVE_OBTAINED_A_S1_S2);
+ sm = new SystemMessage(SystemMessageId.YOU_HAVE_OBTAINED_S1_S2);
sm.addInt(item.getEnchantLevel());
sm.addItemName(item);
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java
index 27d54764b8..5e1f28b8cb 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java
@@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
if (!player.isInventoryUnder80(false))
{
- player.sendPacket(SystemMessageId.EMPTY_463);
+ player.sendPacket(SystemMessageId.NOT_ENOUGH_SPACE_IN_INVENTORY_UNABLE_TO_PROCESS_THIS_REQUEST_UNTIL_YOUR_INVENTORY_S_WEIGHT_IS_LESS_THAN_80_AND_SLOT_COUNT_IS_LESS_THAN_90_OF_CAPACITY);
return false;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkills.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkills.java
index 41e10eba39..e966f1da15 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkills.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkills.java
@@ -32,7 +32,7 @@ public class ItemSkills extends ItemSkillsTemplate
final PlayerInstance player = playable.getActingPlayer();
if ((player != null) && player.isInOlympiadMode())
{
- player.sendPacket(SystemMessageId.YOU_CANNOT_USE_THAT_ITEM_IN_A_OLYMPIAD_MATCH);
+ player.sendPacket(SystemMessageId.THE_ITEM_CANNOT_BE_USED_IN_THE_OLYMPIAD);
return false;
}
return super.useItem(playable, item, forceUse);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkillsTemplate.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkillsTemplate.java
index 79968f9ecc..3caf5903e3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkillsTemplate.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/ItemSkillsTemplate.java
@@ -79,7 +79,7 @@ public class ItemSkillsTemplate implements IItemHandler
{
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
{
- playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_463);
+ playable.getActingPlayer().sendPacket(SystemMessageId.NOT_ENOUGH_SPACE_IN_INVENTORY_UNABLE_TO_PROCESS_THIS_REQUEST_UNTIL_YOUR_INVENTORY_S_WEIGHT_IS_LESS_THAN_80_AND_SLOT_COUNT_IS_LESS_THAN_90_OF_CAPACITY);
return false;
}
@@ -200,7 +200,7 @@ public class ItemSkillsTemplate implements IItemHandler
SystemMessage sm = null;
if (hours > 0)
{
- sm = new SystemMessage(SystemMessageId.THERE_ARE_S2_HOUR_S_S3_MINUTE_S_AND_S4_SECOND_S_REMAINING_IN_S1_S_RE_USE_TIME);
+ sm = new SystemMessage(SystemMessageId.S1_WILL_BE_AVAILABLE_AGAIN_IN_S2_H_S3_MIN_S4_SEC);
if ((skill == null) || skill.isStatic())
{
sm.addItemName(item);
@@ -214,7 +214,7 @@ public class ItemSkillsTemplate implements IItemHandler
}
else if (minutes > 0)
{
- sm = new SystemMessage(SystemMessageId.THERE_ARE_S2_MINUTE_S_S3_SECOND_S_REMAINING_IN_S1_S_RE_USE_TIME);
+ sm = new SystemMessage(SystemMessageId.S1_WILL_BE_AVAILABLE_AGAIN_IN_S2_MIN_S3_SEC);
if ((skill == null) || skill.isStatic())
{
sm.addItemName(item);
@@ -227,7 +227,7 @@ public class ItemSkillsTemplate implements IItemHandler
}
else
{
- sm = new SystemMessage(SystemMessageId.THERE_ARE_S2_SECOND_S_REMAINING_IN_S1_S_RE_USE_TIME);
+ sm = new SystemMessage(SystemMessageId.S1_WILL_BE_AVAILABLE_AGAIN_IN_S2_SEC);
if ((skill == null) || skill.isStatic())
{
sm.addItemName(item);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/Recipes.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/Recipes.java
index 37dcbfff23..32de48875d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/Recipes.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/Recipes.java
@@ -89,7 +89,7 @@ public class Recipes implements IItemHandler
if (recipeLevel)
{
- player.sendPacket(SystemMessageId.YOUR_CREATE_ITEM_LEVEL_IS_TOO_LOW_TO_REGISTER_THIS_RECIPE);
+ player.sendPacket(SystemMessageId.THE_LEVEL_OF_CREATE_ITEM_IS_TOO_LOW_FOR_REGISTERING_THE_RECIPE);
return false;
}
@@ -111,7 +111,7 @@ public class Recipes implements IItemHandler
}
player.destroyItem("Consume", item.getObjectId(), 1, null, false);
- final SystemMessage sm = new SystemMessage(SystemMessageId.S1_HAS_BEEN_ADDED);
+ final SystemMessage sm = new SystemMessage(SystemMessageId.S1_ADDED);
sm.addItemName(item);
player.sendPacket(sm);
return true;
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/RollingDice.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/RollingDice.java
index f2148adb54..99fbcb99ed 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/RollingDice.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/itemhandlers/RollingDice.java
@@ -45,7 +45,7 @@ public class RollingDice implements IItemHandler
final int itemId = item.getId();
if (player.isInOlympiadMode())
{
- player.sendPacket(SystemMessageId.YOU_CANNOT_USE_THAT_ITEM_IN_A_OLYMPIAD_MATCH);
+ player.sendPacket(SystemMessageId.THE_ITEM_CANNOT_BE_USED_IN_THE_OLYMPIAD);
return false;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetAttack.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetAttack.java
index cf520843ec..73cab32284 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetAttack.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetAttack.java
@@ -33,7 +33,7 @@ public class PetAttack implements IPlayerActionHandler
{
if ((player.getPet() == null) || !player.getPet().isPet())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_PET);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_PET);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetHold.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetHold.java
index 176752e4e1..c816137d8c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetHold.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetHold.java
@@ -34,7 +34,7 @@ public class PetHold implements IPlayerActionHandler
{
if ((player.getPet() == null) || !player.getPet().isPet())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_PET);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_PET);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetMove.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetMove.java
index cc954148f7..64eae430d1 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetMove.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetMove.java
@@ -34,7 +34,7 @@ public class PetMove implements IPlayerActionHandler
{
if ((player.getPet() == null) || !player.getPet().isPet())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_PET);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_PET);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetSkillUse.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetSkillUse.java
index 05735739ad..9d2039f40f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetSkillUse.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetSkillUse.java
@@ -42,7 +42,7 @@ public class PetSkillUse implements IPlayerActionHandler
final PetInstance pet = player.getPet();
if (pet == null)
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_PET);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_PET);
}
else if (pet.isUncontrollable())
{
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetStop.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetStop.java
index 0c12d8827f..c02549b8fe 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetStop.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/PetStop.java
@@ -33,7 +33,7 @@ public class PetStop implements IPlayerActionHandler
{
if ((player.getPet() == null) || !player.getPet().isPet())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_PET);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_PET);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorAttack.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorAttack.java
index 829cf54d76..b1c0cea74a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorAttack.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorAttack.java
@@ -43,7 +43,7 @@ public class ServitorAttack implements IPlayerActionHandler
}
else
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_SERVITOR);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_SERVITOR);
}
}
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorHold.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorHold.java
index 7c333bb3d9..1008656e32 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorHold.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorHold.java
@@ -33,7 +33,7 @@ public class ServitorHold implements IPlayerActionHandler
{
if (!player.hasServitors())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_SERVITOR);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_SERVITOR);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMode.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMode.java
index 5f66ee52ce..09f0b9cf79 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMode.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMode.java
@@ -33,7 +33,7 @@ public class ServitorMode implements IPlayerActionHandler
{
if (!player.hasServitors())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_SERVITOR);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_SERVITOR);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMove.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMove.java
index 4dc3748502..652455452b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMove.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorMove.java
@@ -34,7 +34,7 @@ public class ServitorMove implements IPlayerActionHandler
{
if (!player.hasServitors())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_SERVITOR);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_SERVITOR);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorSkillUse.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorSkillUse.java
index 6d516488cf..1180e9586c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorSkillUse.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorSkillUse.java
@@ -36,7 +36,7 @@ public class ServitorSkillUse implements IPlayerActionHandler
final Summon summon = player.getAnyServitor();
if ((summon == null) || !summon.isServitor())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_SERVITOR);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_SERVITOR);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorStop.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorStop.java
index afb900790d..dafc172879 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorStop.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/ServitorStop.java
@@ -32,7 +32,7 @@ public class ServitorStop implements IPlayerActionHandler
{
if (!player.hasServitors())
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_SERVITOR);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_SERVITOR);
return;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonPet.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonPet.java
index 63a60692a0..6b9641e71e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonPet.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonPet.java
@@ -35,7 +35,7 @@ public class UnsummonPet implements IPlayerActionHandler
final Summon pet = player.getPet();
if (pet == null)
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_PET);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_PET);
}
else if (((PetInstance) pet).isUncontrollable())
{
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonServitor.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonServitor.java
index ef2e7a0875..4d2c1e024b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonServitor.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/playeractions/UnsummonServitor.java
@@ -66,7 +66,7 @@ public class UnsummonServitor implements IPlayerActionHandler
}
else
{
- player.sendPacket(SystemMessageId.YOU_DO_NOT_HAVE_A_SERVITOR);
+ player.sendPacket(SystemMessageId.YOU_DON_T_HAVE_A_SERVITOR);
}
}
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/CanBookmarkAddSlotSkillCondition.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/CanBookmarkAddSlotSkillCondition.java
index cbe89c452c..df1f55a965 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/CanBookmarkAddSlotSkillCondition.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/CanBookmarkAddSlotSkillCondition.java
@@ -47,7 +47,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
{
- player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
+ player.sendPacket(SystemMessageId.YOU_HAVE_REACHED_THE_MAXIMUM_NUMBER_OF_MY_TELEPORT_SLOTS_OR_USE_CONDITIONS_ARE_NOT_OBSERVED);
return false;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/DeathPointsSkillCondition.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/DeathPointsSkillCondition.java
new file mode 100644
index 0000000000..2336098f14
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/skillconditionhandlers/DeathPointsSkillCondition.java
@@ -0,0 +1,42 @@
+/*
+ * 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 handlers.skillconditionhandlers;
+
+import org.l2jmobius.gameserver.model.StatSet;
+import org.l2jmobius.gameserver.model.WorldObject;
+import org.l2jmobius.gameserver.model.actor.Creature;
+import org.l2jmobius.gameserver.model.skills.ISkillCondition;
+import org.l2jmobius.gameserver.model.skills.Skill;
+
+/**
+ * @author Mobius
+ */
+public class DeathPointsSkillCondition implements ISkillCondition
+{
+ private final int _amount;
+
+ public DeathPointsSkillCondition(StatSet params)
+ {
+ _amount = params.getInt("amount");
+ }
+
+ @Override
+ public boolean canUse(Creature caster, Skill skill, WorldObject target)
+ {
+ return caster.getActingPlayer().getDeathPoints() >= _amount;
+ }
+}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelDelete.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelDelete.java
index 3bf0989bca..ac5f5608eb 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelDelete.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelDelete.java
@@ -44,7 +44,7 @@ public class ChannelDelete implements IUserCommandHandler
if (player.isInParty() && player.getParty().isLeader(player) && player.getParty().isInCommandChannel() && player.getParty().getCommandChannel().getLeader().equals(player))
{
final CommandChannel channel = player.getParty().getCommandChannel();
- channel.broadcastPacket(new SystemMessage(SystemMessageId.THE_COMMAND_CHANNEL_HAS_BEEN_DISBANDED));
+ channel.broadcastPacket(new SystemMessage(SystemMessageId.THE_COMMAND_CHANNEL_IS_DISBANDED));
channel.disbandChannel();
return true;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelLeave.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelLeave.java
index 545bfc627d..61cb63b385 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelLeave.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ChannelLeave.java
@@ -53,7 +53,7 @@ public class ChannelLeave implements IUserCommandHandler
final CommandChannel channel = player.getParty().getCommandChannel();
final Party party = player.getParty();
channel.removeParty(party);
- party.getLeader().sendPacket(SystemMessageId.YOU_HAVE_QUIT_THE_COMMAND_CHANNEL);
+ party.getLeader().sendPacket(SystemMessageId.YOU_HAVE_LEFT_THE_COMMAND_CHANNEL);
final SystemMessage sm = new SystemMessage(SystemMessageId.C1_S_PARTY_HAS_LEFT_THE_COMMAND_CHANNEL);
sm.addPcName(party.getLeader());
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ClanWarsList.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ClanWarsList.java
index 91a29e79e9..fd2aae3edf 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ClanWarsList.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/ClanWarsList.java
@@ -108,7 +108,7 @@ public class ClanWarsList implements IUserCommandHandler
else
{
// Target Without Ally
- sm = new SystemMessage(SystemMessageId.S1_NO_ALLIANCE_EXISTS);
+ sm = new SystemMessage(SystemMessageId.S1_S2_ALLIANCE_2);
sm.addString(clanName);
}
player.sendPacket(sm);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/OlympiadStat.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/OlympiadStat.java
index 91f28dc72a..dec8d50b22 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/OlympiadStat.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/OlympiadStat.java
@@ -57,7 +57,7 @@ public class OlympiadStat implements IUserCommandHandler
sm.addInt(Olympiad.getInstance().getNoblePoints((PlayerInstance) target));
player.sendPacket(sm);
- final SystemMessage sm2 = new SystemMessage(SystemMessageId.THE_MATCHES_THIS_WEEK_ARE_ALL_CLASS_BATTLES_THE_NUMBER_OF_MATCHES_THAT_ARE_ALLOWED_TO_PARTICIPATE_IS_S1);
+ final SystemMessage sm2 = new SystemMessage(SystemMessageId.THIS_WEEK_YOU_CAN_PARTICIPATE_IN_A_TOTAL_OF_S1_MATCHES);
sm2.addInt(Olympiad.getInstance().getRemainingWeeklyMatches(nobleObjId));
player.sendPacket(sm2);
return true;
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/Unstuck.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/Unstuck.java
index 3d35a71949..1196e38a88 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/Unstuck.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/usercommandhandlers/Unstuck.java
@@ -57,7 +57,7 @@ public class Unstuck implements IUserCommandHandler
if (player.isInOlympiadMode())
{
- player.sendPacket(SystemMessageId.YOU_CANNOT_USE_THAT_SKILL_IN_A_OLYMPIAD_MATCH);
+ player.sendPacket(SystemMessageId.THE_SKILL_CANNOT_BE_USED_IN_THE_OLYMPIAD);
return false;
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java
index 14c1311aaa..013e04cc91 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java
@@ -52,7 +52,7 @@ public class LastImperialTomb extends AbstractInstance
{
// NPCs
private static final int GUIDE = 32011;
- private static final int CUBE = 29061;
+ private static final int CUBE = 31843; // 29061
private static final int HALL_ALARM = 18328;
private static final int HALL_KEEPER_SUICIDAL_SOLDIER = 18333;
private static final int DUMMY = 29052;
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/MonsterArena/MonsterArena.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/MonsterArena/MonsterArena.java
index 029ccd49f7..d344d18fa2 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/MonsterArena/MonsterArena.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/instances/MonsterArena/MonsterArena.java
@@ -111,7 +111,7 @@ public class MonsterArena extends AbstractInstance
player.teleToLocation(world.getNpc(MACHINE), true, world);
if ((world.getStatus() > 0) && (world.getStatus() < 5)) // Show remaining countdown.
{
- player.sendPacket(new ExSendUIEvent(player, false, false, (int) (world.getRemainingTime() / 1000), 0, NpcStringId.REMAINING_TIME));
+ player.sendPacket(new ExSendUIEvent(player, false, false, (int) (world.getRemainingTime() / 1000), 0, NpcStringId.TIME_LEFT));
}
return null;
}
@@ -181,7 +181,7 @@ public class MonsterArena extends AbstractInstance
world.setStatus(1);
for (PlayerInstance plr : world.getPlayers())
{
- plr.sendPacket(new ExSendUIEvent(plr, false, false, 1200, 0, NpcStringId.REMAINING_TIME));
+ plr.sendPacket(new ExSendUIEvent(plr, false, false, 1200, 0, NpcStringId.TIME_LEFT));
}
}
break;
@@ -266,7 +266,7 @@ public class MonsterArena extends AbstractInstance
@Override
public void onInstanceLeave(PlayerInstance player, Instance instance)
{
- player.sendPacket(new ExSendUIEvent(player, false, false, 0, 0, NpcStringId.REMAINING_TIME));
+ player.sendPacket(new ExSendUIEvent(player, false, false, 0, 0, NpcStringId.TIME_LEFT));
}
@Override
@@ -298,7 +298,7 @@ public class MonsterArena extends AbstractInstance
{
for (PlayerInstance plr : world.getPlayers())
{
- plr.sendPacket(new ExSendUIEvent(plr, false, false, 0, 0, NpcStringId.REMAINING_TIME));
+ plr.sendPacket(new ExSendUIEvent(plr, false, false, 0, 0, NpcStringId.TIME_LEFT));
}
world.finishInstance();
}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q00255_Tutorial/Q00255_Tutorial.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q00255_Tutorial/Q00255_Tutorial.java
index 4cbfc75360..30bd5b6568 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q00255_Tutorial/Q00255_Tutorial.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q00255_Tutorial/Q00255_Tutorial.java
@@ -148,6 +148,12 @@ public class Q00255_Tutorial extends Quest
@Override
public String onAdvEvent(String event, Npc npc, PlayerInstance player)
{
+ // Death Knights.
+ if ((player == null) || (player.getClassId().getId() > 195))
+ {
+ return null;
+ }
+
final QuestState qs = getQuestState(player, false);
if (qs == null)
{
@@ -223,6 +229,12 @@ public class Q00255_Tutorial extends Quest
@Override
public String onFirstTalk(Npc npc, PlayerInstance player)
{
+ // Death Knights.
+ if (player.getClassId().getId() > 195)
+ {
+ return null;
+ }
+
final QuestState qs = getQuestState(player, false);
if (qs != null)
{
@@ -402,6 +414,12 @@ public class Q00255_Tutorial extends Quest
return;
}
+ // Death Knights.
+ if (player.getClassId().getId() > 195)
+ {
+ return;
+ }
+
final QuestState qs = getQuestState(player, true);
if ((qs != null) && (qs.getMemoState() < 4) && STARTING_VOICE_HTML.containsKey(player.getClassId().getId()))
{
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java
index 47b21870ce..25e27bca26 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java
@@ -36,7 +36,7 @@ import org.l2jmobius.gameserver.model.quest.Quest;
import org.l2jmobius.gameserver.model.quest.QuestState;
import org.l2jmobius.gameserver.model.quest.State;
import org.l2jmobius.gameserver.network.NpcStringId;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
/**
* Saga of Legend (10673)
@@ -100,6 +100,7 @@ public class Q10673_SagaOfLegend extends Quest
private static final int SPELLBOOK_ORC = 90042; // Spellbook: Mount Black Bear
private static final int SPELLBOOK_DWARF = 90041; // Spellbook: Mount Kukuru
private static final int SPELLBOOK_KAMAEL = 91946; // Spellbook: Mount Griffin
+ private static final int SPELLBOOK_DEATH_KNIGHT = 93383; // Spellbook: Mount Nightmare Steed
// Misc
private static final int MIN_LEVEL = 76;
private static final String KILL_COUNT_VAR = "KillCount";
@@ -160,7 +161,7 @@ public class Q10673_SagaOfLegend extends Quest
qs.exitQuest(false, true);
if (CategoryData.getInstance().isInCategory(CategoryType.THIRD_CLASS_GROUP, player.getClassId().getId()))
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
htmltext = event;
}
@@ -275,7 +276,7 @@ public class Q10673_SagaOfLegend extends Quest
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
}
@@ -300,6 +301,13 @@ public class Q10673_SagaOfLegend extends Quest
return;
}
+ // Death Knights.
+ if (player.getClassId().getId() > 195)
+ {
+ giveItems(player, SPELLBOOK_DEATH_KNIGHT, 1);
+ return;
+ }
+
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-01.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-01.htm
new file mode 100644
index 0000000000..28c5ddab50
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-01.htm
@@ -0,0 +1,4 @@
+Head Trainer Kilremange:
+Would you like to stop being a recluse and return to a life full of adventure?
+"Oh, it's a bit awkward..."
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-02.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-02.htm
new file mode 100644
index 0000000000..929b30c717
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-02.htm
@@ -0,0 +1,6 @@
+Head Trainer Kilremange:
+No wander you find it awkward.
+I'm feeling a bit awkward myself. Ha-ha!
+But since you decided to return to this world, wouldn't it be right to live life to the fullest?
+"What do you mean?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-03.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-03.htm
new file mode 100644
index 0000000000..82e15fc14b
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-03.htm
@@ -0,0 +1,6 @@
+Head Trainer Kilremange:
+That's a tough question.
+Now that we got recognized in the Kingdom of Aden, we need to accept our fate and learn to live in a different way.
+First you need to master the power that was given to you.
+Lean more
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-04.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-04.htm
new file mode 100644
index 0000000000..4ac77fd07b
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-04.htm
@@ -0,0 +1,5 @@
+Head Trainer Kilremange:
+Do you remember how to use your power?
+First, I think, you need to learn to attack.
+I've already put a Training Dummy nearby. try to attack it and return to me once it's defeated.
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-05.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-05.html
new file mode 100644
index 0000000000..2d8774591d
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-05.html
@@ -0,0 +1,4 @@
+Head Trainer Kilremange:
+First you need to learn to use your power.
+To train your attack defeat The training Dummy that's standing nearby and return to me.
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-06.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-06.html
new file mode 100644
index 0000000000..57f0745cb3
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-06.html
@@ -0,0 +1,6 @@
+Head Trainer Kilremange:
+Looks like you got attack down pat.
+Do you remember the Soulshots? You can use them to make attacks deal more damage.
+You might think that SoulShots are nigh useless, but they actually let you deal a lot of damage, so don't neglect them when you're fighting monsters or other enemies.
+"How do I use the Soulshots?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-07.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-07.html
new file mode 100644
index 0000000000..b034cba9b3
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-07.html
@@ -0,0 +1,7 @@
+Head Trainer Kilremange:
+First I'll give you Soulshots.
+You'll equip them automatically if you have a weapon.
+Remember that there also exist Spiritshots that make your magic more powerful.
+Here take these SoulShots and see how useful they are for yourself.
+There you go! Destroy the Training Dummy once more, but this time use the equipped Soulshots.
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-08.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-08.html
new file mode 100644
index 0000000000..379a47d928
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-08.html
@@ -0,0 +1,4 @@
+Head Trainer Kilremange:
+Perfect your Soulshot attacks on the dummy.
+Activate the Soulshots and attack the dummy.
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-09.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-09.html
new file mode 100644
index 0000000000..8508797f36
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-09.html
@@ -0,0 +1,5 @@
+Head Trainer Kilremange:
+Well, I think you got the basics. Let's continue.
+Pretty simple so fair, right?
+Confirm
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-10.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-10.html
new file mode 100644
index 0000000000..e782a96e6b
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/34138-10.html
@@ -0,0 +1,7 @@
+Head Trainer Kilremange:
+I'm very kind. I'll grant you a special buff that will be very useful during your training. And in case you might forget what a Death Knight looks like, I'll turn you into an Ultimate Death Knight .
+When hunting, always keep track of your DP value. You can check it under your DP bar. If it passes 100 points, the Devastating Mind effect will appear. Don't forget that it's connected to the Death Points .
+Your training can be quite dangerous, so take a few HP Potions with you and set them to auto-use . By the way, take some SoulShots. If you happen to find a Soulshot Ticket , you can exchange it for Spiritshots or Soulshots through the Game Assistant .
+So, are you ready for your next training session?
+Nod and start the session
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/Q10957_TheLifeOfADeathKnight.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/Q10957_TheLifeOfADeathKnight.java
new file mode 100644
index 0000000000..e0fb4771f1
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10957_TheLifeOfADeathKnight/Q10957_TheLifeOfADeathKnight.java
@@ -0,0 +1,224 @@
+/*
+ * 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 quests.Q10957_TheLifeOfADeathKnight;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.model.actor.Npc;
+import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
+import org.l2jmobius.gameserver.model.events.EventType;
+import org.l2jmobius.gameserver.model.events.ListenerRegisterType;
+import org.l2jmobius.gameserver.model.events.annotations.RegisterEvent;
+import org.l2jmobius.gameserver.model.events.annotations.RegisterType;
+import org.l2jmobius.gameserver.model.events.impl.creature.player.OnPlayerLogin;
+import org.l2jmobius.gameserver.model.holders.ItemHolder;
+import org.l2jmobius.gameserver.model.holders.SkillHolder;
+import org.l2jmobius.gameserver.model.quest.Quest;
+import org.l2jmobius.gameserver.model.quest.QuestState;
+import org.l2jmobius.gameserver.model.quest.State;
+import org.l2jmobius.gameserver.model.skills.SkillCaster;
+import org.l2jmobius.gameserver.network.NpcStringId;
+import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
+
+/**
+ * @author Mobius
+ */
+public class Q10957_TheLifeOfADeathKnight extends Quest
+{
+ // NPCs
+ private static final int KILREMANGE = 34138;
+ private static final int TRAINING_DUMMY = 22183;
+ // Items
+ private static final ItemHolder SOULSHOT_REWARD = new ItemHolder(91927, 200);
+ private static final ItemHolder SOE_REWARD = new ItemHolder(10650, 5);
+ private static final ItemHolder WW_POTION_REWARD = new ItemHolder(49036, 5);
+ private static final ItemHolder HP_POTION_REWARD = new ItemHolder(91912, 50);
+ // Skill
+ private static final SkillHolder DK_TRANSORMATION = new SkillHolder(48057, 1);
+ // Misc
+ private static final String REWARD_CHECK_VAR1 = "Q10957_REWARD_1";
+ private static final String REWARD_CHECK_VAR2 = "Q10957_REWARD_2";
+
+ public Q10957_TheLifeOfADeathKnight()
+ {
+ super(10957);
+ addStartNpc(KILREMANGE);
+ addTalkId(KILREMANGE);
+ addKillId(TRAINING_DUMMY);
+ setQuestNameNpcStringId(NpcStringId.LV_1_2_THE_LIFE_OF_A_DEATH_KNIGHT);
+ }
+
+ @Override
+ public String onAdvEvent(String event, Npc npc, PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, false);
+ if (qs == null)
+ {
+ return null;
+ }
+
+ String htmltext = null;
+ switch (event)
+ {
+ case "34138-02.htm":
+ case "34138-03.htm":
+ {
+ htmltext = event;
+ break;
+ }
+ case "34138-04.htm":
+ {
+ qs.startQuest();
+ htmltext = event;
+ break;
+ }
+ case "34138-07.html":
+ {
+ if (qs.isCond(2))
+ {
+ qs.setCond(3);
+ if (!player.getVariables().getBoolean(REWARD_CHECK_VAR1, false))
+ {
+ player.getVariables().set(REWARD_CHECK_VAR1, true);
+ giveItems(player, SOULSHOT_REWARD);
+ }
+ }
+ htmltext = event;
+ break;
+ }
+ case "34138-10.html":
+ {
+ if (!player.getVariables().getBoolean(REWARD_CHECK_VAR2, false))
+ {
+ player.getVariables().set(REWARD_CHECK_VAR2, true);
+ giveItems(player, SOE_REWARD);
+ giveItems(player, WW_POTION_REWARD);
+ giveItems(player, HP_POTION_REWARD);
+ giveItems(player, SOULSHOT_REWARD);
+ }
+
+ giveStoryBuffReward(npc, player);
+ SkillCaster.triggerCast(player, player, DK_TRANSORMATION.getSkill());
+
+ qs.exitQuest(false, true);
+ htmltext = event;
+ break;
+ }
+ }
+ return htmltext;
+ }
+
+ @Override
+ public String onTalk(Npc npc, PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, true);
+ String htmltext = getNoQuestMsg(player);
+
+ // Death Knights.
+ if (player.getClassId().getId() < 196)
+ {
+ return htmltext;
+ }
+
+ switch (qs.getState())
+ {
+ case State.CREATED:
+ {
+ htmltext = "34138-01.htm";
+ }
+ case State.STARTED:
+ {
+ switch (qs.getCond())
+ {
+ case 1:
+ {
+ htmltext = "34138-05.html";
+ break;
+ }
+ case 2:
+ {
+ htmltext = "34138-06.html";
+ break;
+ }
+ case 3:
+ {
+ htmltext = "34138-08.html";
+ break;
+ }
+ case 4:
+ {
+ htmltext = "34138-09.html";
+ break;
+ }
+ }
+ break;
+ }
+ case State.COMPLETED:
+ {
+ htmltext = getAlreadyCompletedMsg(player);
+ break;
+ }
+ }
+ return htmltext;
+ }
+
+ @Override
+ public String onKill(Npc npc, PlayerInstance killer, boolean isSummon)
+ {
+ final QuestState qs = getQuestState(killer, false);
+ if (qs != null)
+ {
+ if (qs.isCond(1))
+ {
+ qs.setCond(2, true);
+ }
+ else if (qs.isCond(3))
+ {
+ qs.setCond(4, true);
+ }
+ }
+ return super.onKill(npc, killer, isSummon);
+ }
+
+ @RegisterEvent(EventType.ON_PLAYER_LOGIN)
+ @RegisterType(ListenerRegisterType.GLOBAL_PLAYERS)
+ public void OnPlayerLogin(OnPlayerLogin event)
+ {
+ if (Config.DISABLE_TUTORIAL)
+ {
+ return;
+ }
+
+ final PlayerInstance player = event.getPlayer();
+ if (player == null)
+ {
+ return;
+ }
+
+ // Death Knights.
+ if (player.getClassId().getId() < 196)
+ {
+ return;
+ }
+
+ final QuestState qs = getQuestState(player, false);
+ if ((qs == null) || (player.getLevel() < 20))
+ {
+ showOnScreenMsg(player, NpcStringId.SPEAK_TO_HEAD_TRAINER_KILREMANGE, ExShowScreenMessage.TOP_CENTER, 10000, player.getName());
+ return;
+ }
+ }
+}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-00.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-00.html
new file mode 100644
index 0000000000..42d4e39b04
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-00.html
@@ -0,0 +1,4 @@
+Head Trainer Kilremange:
+You will never become a true warrior if you only fight dummies. You might as well go hunt Winds!
+"What are you talking about?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-01.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-01.htm
new file mode 100644
index 0000000000..a80591462f
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-01.htm
@@ -0,0 +1,5 @@
+Head Trainer Kilremange:
+The dummy can't fight back. The monsters that roam the world are not like that at all.
+The fights won't be as easy as they are now. Maybe you should find a more formidable opponent than a dummy?
+"What do you recommend?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-02.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-02.htm
new file mode 100644
index 0000000000..b18e81a4ab
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-02.htm
@@ -0,0 +1,4 @@
+Head Trainer Kilremange:
+If you want to learn new things, you need to be ready for them.
+(The quest is for characters of Lv. 2 and higher.)
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-03.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-03.htm
new file mode 100644
index 0000000000..55b26433b2
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-03.htm
@@ -0,0 +1,6 @@
+Head Trainer Kilremange:
+There are quite a few Skeletons not far from here. Some of them used to be my friends, we tried to put the Fire Dragon to rest together. Unfortunately the dragon bested them.
+They were cursed, but their fate is different from ours. They were turned into monsters.
+Anyway, that's not really all that important. When you fight them, be sure to check the new way of hunting that wasn't available before.
+"What are you talking about?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-04.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-04.htm
new file mode 100644
index 0000000000..cb017d69ff
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34138-04.htm
@@ -0,0 +1,6 @@
+Head Trainer Kilremange:
+The world has changed a lot. Now we can automatically look for and fight enemies. I'm talking about a new function called Automatic Hunting . I suggest you master it.
+when the Automatic Hunting is on, you will easily find enemies and attack them. I recommend you use Automatic Hunting to defeat Skeleton Archers and Skeleton Warriors that inhabit the first training grounds.
+It's not far from here but I can teleport you there if you don't want to waste time.
+Teleport to the first training grounds.
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-01.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-01.html
new file mode 100644
index 0000000000..397b62d5c8
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-01.html
@@ -0,0 +1,4 @@
+Quartermaster Mathorn:
+So, I guess, you're taken all the advice to heart and put it all to work in training, huh?
+Confirm
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-02.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-02.html
new file mode 100644
index 0000000000..4f048caee4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/34139-02.html
@@ -0,0 +1,6 @@
+Quartermaster Mathorn:
+Good. I hope you're not lying to me. By the way, how do you find the Automatic Hunt function?
+I find it a bit strange, but useful. Anyway, if you didn't encounter any problems, let's continue.
+But before we start the next session, make sure that you have received the reward for the completed task . You will surely get something useful.
+Nod
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/Q10958_ExploringNewOpportunities.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/Q10958_ExploringNewOpportunities.java
new file mode 100644
index 0000000000..bd981cb3b9
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10958_ExploringNewOpportunities/Q10958_ExploringNewOpportunities.java
@@ -0,0 +1,196 @@
+/*
+ * 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 quests.Q10958_ExploringNewOpportunities;
+
+import java.util.HashSet;
+import java.util.Set;
+
+import org.l2jmobius.gameserver.enums.QuestSound;
+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.model.holders.ItemHolder;
+import org.l2jmobius.gameserver.model.holders.NpcLogListHolder;
+import org.l2jmobius.gameserver.model.quest.Quest;
+import org.l2jmobius.gameserver.model.quest.QuestState;
+import org.l2jmobius.gameserver.model.quest.State;
+import org.l2jmobius.gameserver.network.NpcStringId;
+import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
+
+import quests.Q10957_TheLifeOfADeathKnight.Q10957_TheLifeOfADeathKnight;
+
+/**
+ * @author Mobius
+ */
+public class Q10958_ExploringNewOpportunities extends Quest
+{
+ // NPCs
+ private static final int KILREMANGE = 34138;
+ private static final int MATHORN = 34139;
+ private static final int SKELETON_ARCHER = 22184;
+ private static final int SKELETON_WARRIOR = 22185;
+ // Items
+ private static final ItemHolder SOE_MATHORN = new ItemHolder(93319, 1);
+ private static final ItemHolder SOE_NOVICE = new ItemHolder(10650, 10);
+ private static final ItemHolder RING_NOVICE = new ItemHolder(49041, 2);
+ private static final ItemHolder EARRING_NOVICE = new ItemHolder(49040, 2);
+ private static final ItemHolder NECKLACE_NOVICE = new ItemHolder(49039, 1);
+ // Location
+ private static final Location TRAINING_GROUNDS = new Location(39554, 149715, -3896);
+ // Misc
+ private static final String KILL_COUNT_VAR = "KillCount";
+
+ public Q10958_ExploringNewOpportunities()
+ {
+ super(10958);
+ addStartNpc(KILREMANGE);
+ addTalkId(KILREMANGE, MATHORN);
+ addKillId(SKELETON_ARCHER, SKELETON_WARRIOR);
+ addCondCompletedQuest(Q10957_TheLifeOfADeathKnight.class.getSimpleName(), "34138-02.htm");
+ setQuestNameNpcStringId(NpcStringId.LV_2_15_EXPLORING_NEW_OPPORTUNITIES);
+ }
+
+ @Override
+ public String onAdvEvent(String event, Npc npc, PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, false);
+ if (qs == null)
+ {
+ return null;
+ }
+
+ String htmltext = null;
+ switch (event)
+ {
+ case "34138-00.html":
+ case "34138-01.htm":
+ case "34138-02.htm":
+ case "34138-03.htm":
+ {
+ htmltext = event;
+ break;
+ }
+ case "34138-04.htm":
+ {
+ qs.startQuest();
+ htmltext = event;
+ break;
+ }
+ case "teleport":
+ {
+ if (qs.isCond(1))
+ {
+ player.teleToLocation(TRAINING_GROUNDS);
+ }
+ break;
+ }
+ case "34139-02.html":
+ {
+ if (qs.isCond(2))
+ {
+ showOnScreenMsg(player, NpcStringId.YOU_WILL_RECEIVE_REWARDS_FOR_COMPLETING_QUESTS_NCLICK_THE_QUEST_BUTTON_IN_THE_RIGHT_BOTTOM_CORNER_OF_YOUR_SCREEN_TO_OPEN_QUEST_WINDOW, ExShowScreenMessage.TOP_CENTER, 10000);
+ giveStoryBuffReward(npc, player); // ?
+ giveItems(player, SOE_NOVICE);
+ giveItems(player, RING_NOVICE);
+ giveItems(player, EARRING_NOVICE);
+ giveItems(player, NECKLACE_NOVICE);
+ addExpAndSp(player, 260000, 6000);
+ qs.exitQuest(false, true);
+ }
+ htmltext = event;
+ break;
+ }
+ }
+ return htmltext;
+ }
+
+ @Override
+ public String onTalk(Npc npc, PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, true);
+ String htmltext = getNoQuestMsg(player);
+
+ switch (qs.getState())
+ {
+ case State.CREATED:
+ {
+ htmltext = "34138-01.htm";
+ }
+ case State.STARTED:
+ {
+ if (npc.getId() == KILREMANGE)
+ {
+ if (qs.isCond(1))
+ {
+ htmltext = "34138-04.htm";
+ }
+ }
+ else if (npc.getId() == MATHORN)
+ {
+ if (qs.isCond(2))
+ {
+ htmltext = "34139-01.html";
+ }
+ }
+ break;
+ }
+ case State.COMPLETED:
+ {
+ htmltext = getAlreadyCompletedMsg(player);
+ break;
+ }
+ }
+ return htmltext;
+ }
+
+ @Override
+ public String onKill(Npc npc, PlayerInstance killer, boolean isSummon)
+ {
+ final QuestState qs = getQuestState(killer, false);
+ if ((qs != null) && qs.isCond(1))
+ {
+ final int killCount = qs.getInt(KILL_COUNT_VAR) + 1;
+ if (killCount < 20)
+ {
+ qs.set(KILL_COUNT_VAR, killCount);
+ playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET);
+ sendNpcLogList(killer);
+ }
+ else
+ {
+ qs.setCond(2, true);
+ qs.unset(KILL_COUNT_VAR);
+ giveItems(killer, SOE_MATHORN);
+ showOnScreenMsg(killer, NpcStringId.THE_TRAINING_IN_OVER_NUSE_A_SCROLL_OF_ESCAPE_IN_YOUR_INVENTORY_TO_GO_BACK_TO_QUARTERMASTER_MATHORN, ExShowScreenMessage.TOP_CENTER, 10000);
+ }
+ }
+ return super.onKill(npc, killer, isSummon);
+ }
+
+ @Override
+ public Set getNpcLogList(PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, false);
+ if ((qs != null) && qs.isCond(1))
+ {
+ final Set holder = new HashSet<>();
+ holder.add(new NpcLogListHolder(NpcStringId.CLEAN_THE_FIRST_TRAINING_GROUNDS_UP.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ return holder;
+ }
+ return super.getNpcLogList(player);
+ }
+}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-00.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-00.html
new file mode 100644
index 0000000000..6554221faf
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-00.html
@@ -0,0 +1,4 @@
+Quartermaster Mathorn:
+Strong will and body are required to live with the curse that's been determined by fate. Whoever can overcome their fate will become even stronger.
+"What are you talking about?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-01.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-01.htm
new file mode 100644
index 0000000000..059488bb3b
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-01.htm
@@ -0,0 +1,5 @@
+Quartermaster Mathorn:
+The stronger we get, the more powerful grows the curse that Valakas has put on us. Thats's why we have no other choice but to leave the world and live as hermits.
+Now, however, we are ready to become the masters of our fate.
+Learn more.
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-02.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-02.htm
new file mode 100644
index 0000000000..10ce7e0033
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-02.htm
@@ -0,0 +1,4 @@
+Quartermaster Mathorn:
+If you want to learn new things, you need to be ready for them.
+(The quest is for characters of Lv. 15 and higher.)
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-03.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-03.htm
new file mode 100644
index 0000000000..f20cd9c5cf
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-03.htm
@@ -0,0 +1,5 @@
+Quartermaster Mathorn:
+We are always walking a thin line between normal life and cursed existence. Now, however, the Ultimate Death Knight Appearance is available to you.
+With the Ultimate Death Knight Appearance the curse has no power over us. But to gain the power of an Ultimate Death Knight you need to train a lot.
+"How exactly should I train?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-04.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-04.htm
new file mode 100644
index 0000000000..27202029f3
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-04.htm
@@ -0,0 +1,7 @@
+Quartermaster Mathorn:
+You know it already. The best way to train is to battle monsters. It makes your body and spirit stronger and lets you overcome your fate.
+You have yet to understand it, though.
+Anyway, at this point your main goal is to become stronger. To do this, visit the second training grounds and destroy Skeleton Scouts and Skeleton Hunters there. Bring eternal peace to these poor creatures who will never become Death Knights.
+If you're ready to go immediately, I can teleport you there.
+"I'll go right now"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-05.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-05.html
new file mode 100644
index 0000000000..e22e83e0bd
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-05.html
@@ -0,0 +1,7 @@
+Quartermaster Mathorn:
+It looks like you have completed your training.
+I sincerely hope that the experience you gain will help you in the future.
+You don't possess the full power of a Death Knight at the moment, but I'm sure that this will change in the future.
+By the way, I have prepared a few useful items especially for you.
+Ask to tell more
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-06.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-06.html
new file mode 100644
index 0000000000..d823482d3c
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/34139-06.html
@@ -0,0 +1,8 @@
+Quartermaster Mathorn:
+The main gift is the experience you gained.
+You trained well and reached Lv. 20 . Now you are ready to change class. If you change class and become a Death Blade , your strength will grow. So remember my words.
+Now the time has come for you to leave the Death Knight base and heed the call to adventure. Don't forget about Spirit Ore, HP Potions and XP Growth Scrolls .
+You will need all these things in future battles.
+By the way, Captain Bathis from Gludio really wants to talk to you. Are you ready to meet him?
+Nod
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/Q10959_ChallengingYourDestiny.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/Q10959_ChallengingYourDestiny.java
new file mode 100644
index 0000000000..91e9dfea64
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10959_ChallengingYourDestiny/Q10959_ChallengingYourDestiny.java
@@ -0,0 +1,234 @@
+/*
+ * 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 quests.Q10959_ChallengingYourDestiny;
+
+import java.util.HashSet;
+import java.util.Set;
+
+import org.l2jmobius.Config;
+import org.l2jmobius.gameserver.data.xml.impl.CategoryData;
+import org.l2jmobius.gameserver.enums.CategoryType;
+import org.l2jmobius.gameserver.enums.QuestSound;
+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.model.events.EventType;
+import org.l2jmobius.gameserver.model.events.ListenerRegisterType;
+import org.l2jmobius.gameserver.model.events.annotations.RegisterEvent;
+import org.l2jmobius.gameserver.model.events.annotations.RegisterType;
+import org.l2jmobius.gameserver.model.events.impl.creature.player.OnPlayerLogin;
+import org.l2jmobius.gameserver.model.holders.ItemHolder;
+import org.l2jmobius.gameserver.model.holders.NpcLogListHolder;
+import org.l2jmobius.gameserver.model.quest.Quest;
+import org.l2jmobius.gameserver.model.quest.QuestState;
+import org.l2jmobius.gameserver.model.quest.State;
+import org.l2jmobius.gameserver.network.NpcStringId;
+import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
+
+import quests.Q10958_ExploringNewOpportunities.Q10958_ExploringNewOpportunities;
+
+/**
+ * @author Mobius
+ */
+public class Q10959_ChallengingYourDestiny extends Quest
+{
+ // NPCs
+ private static final int MATHORN = 34139;
+ private static final int SKELETON_SCOUT = 22186;
+ private static final int SKELETON_HUNTER = 22187;
+ // Items
+ private static final ItemHolder SOE_MATHORN = new ItemHolder(93319, 1);
+ private static final ItemHolder SOE_NOVICE = new ItemHolder(10650, 20);
+ private static final ItemHolder SPIRIT_ORE_REWARD = new ItemHolder(3031, 50);
+ private static final ItemHolder XP_GROWTH_SCROLL_REWARD = new ItemHolder(49674, 1);
+ private static final ItemHolder HP_POTION_REWARD = new ItemHolder(91912, 50);
+ // Location
+ private static final Location TRAINING_GROUNDS = new Location(53076, 148674, -2432);
+ // Misc
+ private static final String KILL_COUNT_VAR = "KillCount";
+
+ public Q10959_ChallengingYourDestiny()
+ {
+ super(10959);
+ addStartNpc(MATHORN);
+ addTalkId(MATHORN);
+ addKillId(SKELETON_SCOUT, SKELETON_HUNTER);
+ addCondCompletedQuest(Q10958_ExploringNewOpportunities.class.getSimpleName(), "34138-02.htm");
+ setQuestNameNpcStringId(NpcStringId.LV_15_20_CHALLENGING_YOUR_DESTINY);
+ }
+
+ @Override
+ public String onAdvEvent(String event, Npc npc, PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, false);
+ if (qs == null)
+ {
+ return null;
+ }
+
+ String htmltext = null;
+ switch (event)
+ {
+ case "34139-00.html":
+ case "34139-01.htm":
+ case "34139-03.htm":
+ {
+ htmltext = event;
+ break;
+ }
+ case "34139-04.htm":
+ {
+ qs.startQuest();
+ htmltext = event;
+ break;
+ }
+ case "teleport":
+ {
+ if (qs.isCond(1))
+ {
+ player.teleToLocation(TRAINING_GROUNDS);
+ }
+ break;
+ }
+ case "34139-06.html":
+ {
+ if (qs.isCond(2))
+ {
+ giveStoryBuffReward(npc, player); // ?
+ giveItems(player, SPIRIT_ORE_REWARD);
+ giveItems(player, SOE_NOVICE);
+ giveItems(player, XP_GROWTH_SCROLL_REWARD);
+ giveItems(player, HP_POTION_REWARD);
+ addExpAndSp(player, 600000, 13500);
+ if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
+ {
+ showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_MATHORN_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
+ }
+ qs.exitQuest(false, true);
+ }
+ htmltext = event;
+ break;
+ }
+ }
+ return htmltext;
+ }
+
+ @Override
+ public String onTalk(Npc npc, PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, true);
+ String htmltext = getNoQuestMsg(player);
+
+ switch (qs.getState())
+ {
+ case State.CREATED:
+ {
+ htmltext = "34139-01.htm";
+ }
+ case State.STARTED:
+ {
+ if (qs.isCond(1))
+ {
+ htmltext = "34139-04.htm";
+ }
+ else if (qs.isCond(2))
+ {
+ htmltext = "34139-05.html";
+ }
+ break;
+ }
+ case State.COMPLETED:
+ {
+ htmltext = getAlreadyCompletedMsg(player);
+ break;
+ }
+ }
+ return htmltext;
+ }
+
+ @Override
+ public String onKill(Npc npc, PlayerInstance killer, boolean isSummon)
+ {
+ final QuestState qs = getQuestState(killer, false);
+ if ((qs != null) && qs.isCond(1))
+ {
+ final int killCount = qs.getInt(KILL_COUNT_VAR) + 1;
+ if (killCount < 30)
+ {
+ qs.set(KILL_COUNT_VAR, killCount);
+ playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET);
+ sendNpcLogList(killer);
+ }
+ else
+ {
+ qs.setCond(2, true);
+ qs.unset(KILL_COUNT_VAR);
+ giveItems(killer, SOE_MATHORN);
+ showOnScreenMsg(killer, NpcStringId.THE_TRAINING_IN_OVER_NUSE_A_SCROLL_OF_ESCAPE_IN_YOUR_INVENTORY_TO_GO_BACK_TO_QUARTERMASTER_MATHORN, ExShowScreenMessage.TOP_CENTER, 10000);
+ }
+ }
+ return super.onKill(npc, killer, isSummon);
+ }
+
+ @Override
+ public Set getNpcLogList(PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, false);
+ if ((qs != null) && qs.isCond(1))
+ {
+ final Set holder = new HashSet<>();
+ holder.add(new NpcLogListHolder(NpcStringId.CLEAN_THE_SECOND_TRAINING_GROUNDS_UP.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ return holder;
+ }
+ return super.getNpcLogList(player);
+ }
+
+ @RegisterEvent(EventType.ON_PLAYER_LOGIN)
+ @RegisterType(ListenerRegisterType.GLOBAL_PLAYERS)
+ public void OnPlayerLogin(OnPlayerLogin event)
+ {
+ if (Config.DISABLE_TUTORIAL)
+ {
+ return;
+ }
+
+ final PlayerInstance player = event.getPlayer();
+ if (player == null)
+ {
+ return;
+ }
+
+ // Death Knights.
+ if (player.getClassId().getId() < 196)
+ {
+ return;
+ }
+
+ if (!CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
+ {
+ return;
+ }
+
+ final QuestState qs = getQuestState(player, false);
+ if ((qs != null) && qs.isCompleted())
+ {
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
+ }
+ }
+}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10961_EffectiveTraining/Q10961_EffectiveTraining.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10961_EffectiveTraining/Q10961_EffectiveTraining.java
index a1c9aa71da..75437784b5 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10961_EffectiveTraining/Q10961_EffectiveTraining.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10961_EffectiveTraining/Q10961_EffectiveTraining.java
@@ -144,7 +144,7 @@ public class Q10961_EffectiveTraining extends Quest
if ((qs != null) && qs.isCond(1))
{
final Set holder = new HashSet<>();
- holder.add(new NpcLogListHolder(NpcStringId.DEFEAT_THE_MONSTERS_ON_THE_HILL_OF_HOPE.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_ON_THE_HILL_OF_HOPE.getId(), true, qs.getInt(KILL_COUNT_VAR)));
return holder;
}
return super.getNpcLogList(player);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10962_NewHorizons/Q10962_NewHorizons.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10962_NewHorizons/Q10962_NewHorizons.java
index 5cc5f7a426..59c3730352 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10962_NewHorizons/Q10962_NewHorizons.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10962_NewHorizons/Q10962_NewHorizons.java
@@ -36,7 +36,7 @@ import org.l2jmobius.gameserver.model.quest.Quest;
import org.l2jmobius.gameserver.model.quest.QuestState;
import org.l2jmobius.gameserver.network.NpcStringId;
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
/**
* New Horizons (10962)
@@ -158,7 +158,7 @@ public class Q10962_NewHorizons extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -181,7 +181,7 @@ public class Q10962_NewHorizons extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -204,7 +204,7 @@ public class Q10962_NewHorizons extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -246,7 +246,7 @@ public class Q10962_NewHorizons extends Quest
if ((qs != null) && qs.isCond(1))
{
final Set holder = new HashSet<>();
- holder.add(new NpcLogListHolder(NpcStringId.DEFEAT_THE_MONSTERS_IN_THE_GOLDEN_HILLS.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_IN_THE_GOLDEN_HILLS.getId(), true, qs.getInt(KILL_COUNT_VAR)));
return holder;
}
return super.getNpcLogList(player);
@@ -308,6 +308,12 @@ public class Q10962_NewHorizons extends Quest
return;
}
+ // Death Knights.
+ if (player.getClassId().getId() > 195)
+ {
+ return;
+ }
+
if (!CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
return;
@@ -316,7 +322,7 @@ public class Q10962_NewHorizons extends Quest
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
}
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10964_SecretGarden/Q10964_SecretGarden.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10964_SecretGarden/Q10964_SecretGarden.java
index 0beb07f36c..b32aac50e5 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10964_SecretGarden/Q10964_SecretGarden.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10964_SecretGarden/Q10964_SecretGarden.java
@@ -46,8 +46,8 @@ public class Q10964_SecretGarden extends Quest
private static final int TURAK_BUGBEAR_WARRIOR = 20249;
// Misc
private static final String KILL_COUNT_VAR = "KillCount";
- private static final int MAX_LEVEL = 34;
private static final int MIN_LEVEL = 30;
+ private static final int MAX_LEVEL = 35;
public Q10964_SecretGarden()
{
@@ -55,7 +55,7 @@ public class Q10964_SecretGarden extends Quest
addStartNpc(CAPTAIN_BATHIS);
addTalkId(CAPTAIN_BATHIS, RAYMOND);
addKillId(HARPY, MEDUSA, WYRM, TURAK_BUGBEAR, TURAK_BUGBEAR_WARRIOR);
- setQuestNameNpcStringId(NpcStringId.LV_30_34_SECRET_GARDEN);
+ setQuestNameNpcStringId(NpcStringId.LV_30_35_SECRET_GARDEN);
addCondMinLevel(MIN_LEVEL, "no_lvl.html");
addCondMaxLevel(MAX_LEVEL, "no_lvl.html");
}
@@ -141,7 +141,7 @@ public class Q10964_SecretGarden extends Quest
if ((qs != null) && qs.isCond(2))
{
final Set holder = new HashSet<>();
- holder.add(new NpcLogListHolder(NpcStringId.DEFEAT_THE_MONSTERS_IN_THE_GORGON_FLOWER_GARDEN.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_IN_THE_GORGON_FLOWER_GARDEN.getId(), true, qs.getInt(KILL_COUNT_VAR)));
return holder;
}
return super.getNpcLogList(player);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java
index 773ae87d40..fde7f6a16e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java
@@ -51,8 +51,8 @@ public class Q10965_DeathMysteries extends Quest
private static final ItemHolder ADVENTURERS_AGATHION_GRIFIN = new ItemHolder(91935, 1);
// Misc
private static final String KILL_COUNT_VAR = "KillCount";
- private static final int MAX_LEVEL = 40;
- private static final int MIN_LEVEL = 37;
+ private static final int MAX_LEVEL = 35;
+ private static final int MIN_LEVEL = 40;
public Q10965_DeathMysteries()
{
@@ -60,7 +60,7 @@ public class Q10965_DeathMysteries extends Quest
addStartNpc(RAYMOND);
addTalkId(RAYMOND, MAXIMILLIAN);
addKillId(WYRM, GUARDIAN_BASILISK, ROAD_SCAVENGER, FETTERED_SOUL, WINDUS, GRANDIS);
- setQuestNameNpcStringId(NpcStringId.LV_37_40_DEATH_MYSTERIES);
+ setQuestNameNpcStringId(NpcStringId.LV_35_40_DEATH_MYSTERIES);
addCondMinLevel(MIN_LEVEL, "no_lvl.html");
addCondMaxLevel(MAX_LEVEL, "no_lvl.html");
}
@@ -168,7 +168,7 @@ public class Q10965_DeathMysteries extends Quest
if ((qs != null) && qs.isCond(2))
{
final Set holder = new HashSet<>();
- holder.add(new NpcLogListHolder(NpcStringId.DEFEAT_THE_MONSTERS_IN_THE_DEATH_PASS.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_IN_THE_DEATH_PASS.getId(), true, qs.getInt(KILL_COUNT_VAR)));
return holder;
}
return super.getNpcLogList(player);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-00.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-00.htm
new file mode 100644
index 0000000000..56649df632
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-00.htm
@@ -0,0 +1,6 @@
+Quartermaster Mathorn:
+Gludio Captain Bathis is looking for promising adventurers. As far as I know, he is tasked with teaching them and molding them into worthy warriors.
+The area around the city is perfect for training, so I think you should go there.
+Also, don't go to the city immediately, first show off your Death Knight skills and gain a reputation.
+Ask what should be done
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-01.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-01.htm
new file mode 100644
index 0000000000..14118868c0
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-01.htm
@@ -0,0 +1,8 @@
+Quartermaster Mathorn:
+Before you only showed as much Death Knight power as was necessary for the training. Now it's time to show that we're not rookies here.
+First press Tab or Alt + V to open your Inventory . Equip the weapons and armor you need if you haven't done it already.
+You can open the Skill List by pressing Alt + K . If you changed class, you will see new skills that you can learn here as well. To learn skills you need to spend a specific amount of SP . Sometimes you will also need Spellbooks and Amulets .
+I would also suggest you get the hang of Automatic Hunting . If you know what it is and how it works, however, you can skip this part.
+Ask about Automatic Hunting
+"Let's skip it".
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-02.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-02.html
new file mode 100644
index 0000000000..5a60b57feb
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-02.html
@@ -0,0 +1,9 @@
+Quartermaster Mathorn:
+You will train more effectively if you know about Automatic Hunting.
+Automatic Hunting lets you automatically use potions in emergencies and useful supplies during battle and may even automate the battle itself.
+You've probably learned about it during training, but if you still have any questions you are welcome to ask them.
+Ask about Automatic Hunting
+Ask about the automatic use of supplies
+Ask about the automatic use of potions
+"Let's skip this part and move on."
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-03.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-03.html
new file mode 100644
index 0000000000..52efd3238f
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-03.html
@@ -0,0 +1,9 @@
+Quartermaster Mathorn:
+Automatic Hunting is a function that let's you automatically pick a target and continue hunting after you've killed a monster.
+Automatic Hunting function includes such options as distance to target , loot pick-up and Manner Mode that prevents the character from attacking targets that other heroes are already fighting with.
+During Automatic Hunting the character uses their basic Attack . If you press Alt + K , however, then drag any non-buffing skill marked with two green arrows in a circle from the Skill window to the Shortcut and click it with the right mouse button , the character will attack using the assigned skill.
+Same goes for buffing skills. If you put a buffing skill to the Shortcut and click with the right mouse button , then this skill will be automatically used at the right moment.
+"Tell me about the automatic use of supplies."
+"Tell me about the automatic use of potions."
+"Let's skip this conversation."
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-04.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-04.html
new file mode 100644
index 0000000000..da094ced8c
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-04.html
@@ -0,0 +1,8 @@
+Quartermaster Mathorn:
+The auto-use supplies function lets you automatically use the supplies you need while hunting .
+If there is an item with two green arrows in a circle in your inventory , that means that it can be used automatically .
+To automatically use supplies you need to drag the item to a slot , press the right mouse button and activate the auto-use function. Items with activated auto-use will be used automatically as soon as you leave the city .
+Ask about Automatic Hunting
+Ask about the automatic use of potions
+"Let's skip this part and move on."
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-05.html b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-05.html
new file mode 100644
index 0000000000..a4dd682bb8
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-05.html
@@ -0,0 +1,8 @@
+Quartermaster Mathorn:
+Automatic use of potions is slightly different from Automatic Hunting and automatic use of items.
+In the shortcut slots, next to the Soulshot there is a slot where you can put a potion for auto-use . You will see a slot that looks like a potion and a small options button . This button lets you configure automatic use.
+After configuring how much HP is needed for auto-use of potion, drag the potion on the Shortcut panel . Now the potions are going to be used automatically.
+Ask about the automatic use of supplies
+Ask about Automatic Hunting
+"Let's skip this part and move on."
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-06.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-06.htm
new file mode 100644
index 0000000000..3b9a899a68
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-06.htm
@@ -0,0 +1,6 @@
+Quartermaster Mathorn:
+Well, since you know everything, let's get down to business.
+Usually adventurers begin their journey in Gludio. There are always many travellers there.
+But aimlessly wandering the streets of Gludio won't make bring you any experience. You should find a place that suits your abilities and strength best.
+"And where is that?"
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-07.htm b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-07.htm
new file mode 100644
index 0000000000..8a7dfa0f76
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/34139-07.htm
@@ -0,0 +1,7 @@
+Quartermaster Mathorn:
+You want to know what's the best place to go to at you skill level is? Then go talk to the Gatekeeper .
+We have one around. She was sent here to support the Death Knights. Go talk to her then.
+You can talk to Gatekeeper Marillia at our base or go to Gludio and talk to Gatekeeper Bella.
+They will be both very happy to help you. If you want I can sent you straight to Gludio's Gatekeeper.
+"Yes, I would like to go to Gludio."
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/Q10966_ATripBegins.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/Q10966_ATripBegins.java
index 6efb2b01c8..e166ece42f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/Q10966_ATripBegins.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10966_ATripBegins/Q10966_ATripBegins.java
@@ -21,6 +21,7 @@ import java.util.Set;
import org.l2jmobius.gameserver.enums.ChatType;
import org.l2jmobius.gameserver.enums.QuestSound;
+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.model.holders.ItemHolder;
@@ -33,19 +34,21 @@ import org.l2jmobius.gameserver.network.serverpackets.NpcSay;
/**
* A Trip Begins (10966)
- * @author RobikBobik
- * @Notee: Based on NA server September 2019
+ * @author RobikBobik, Mobius
+ * @Note: Updated based on 4game server October 2020
+ * @TODO: Update gatekeeper dialogs.
*/
public class Q10966_ATripBegins extends Quest
{
// NPCs
private static final int CAPTAIN_BATHIS = 30332;
+ private static final int MATHORN = 34139;
private static final int BELLA = 30256;
// Items
private static final ItemHolder SOE_TO_CAPTAIN_BATHIS = new ItemHolder(91651, 1);
- private static final ItemHolder SOE_NOVICE = new ItemHolder(10650, 10); // TODO: Replace with Advanced Scroll of Escape Event(s)
- private static final ItemHolder TALISMAN_OF_ADEN = new ItemHolder(91745, 1); // TODO: Fix item
- private static final ItemHolder SCROLL_OF_ENCHANT_TALISMAN_OF_ADEN = new ItemHolder(91756, 1); // TODO: Fix item
+ private static final ItemHolder SOE_NOVICE = new ItemHolder(10650, 10);
+ private static final ItemHolder TALISMAN_OF_ADEN = new ItemHolder(91745, 1);
+ private static final ItemHolder SCROLL_OF_ENCHANT_TALISMAN_OF_ADEN = new ItemHolder(91756, 1);
private static final ItemHolder ADVENTURERS_BRACELET = new ItemHolder(91934, 1);
// Monsters
private static final int ARACHNID_PREDATOR = 20926;
@@ -54,6 +57,8 @@ public class Q10966_ATripBegins extends Quest
private static final int RAGING_SPARTOI = 20060;
private static final int TUMRAN_BUGBEAR = 20062;
private static final int TUMRAN_BUGBEAR_WARRIOR = 20064;
+ // Location
+ private static final Location TELEPORT_LOCATION = new Location(-14443, 123984, -3120);
// Misc
private static final int MIN_LEVEL = 20;
private static final int MAX_LEVEL = 25;
@@ -62,8 +67,8 @@ public class Q10966_ATripBegins extends Quest
public Q10966_ATripBegins()
{
super(10966);
- addStartNpc(CAPTAIN_BATHIS);
- addTalkId(CAPTAIN_BATHIS, BELLA);
+ addStartNpc(CAPTAIN_BATHIS, MATHORN);
+ addTalkId(CAPTAIN_BATHIS, MATHORN, BELLA);
addKillId(ARACHNID_PREDATOR, SKELETON_BOWMAN, RUIN_SPARTOI, RAGING_SPARTOI, RAGING_SPARTOI, TUMRAN_BUGBEAR, TUMRAN_BUGBEAR_WARRIOR);
addCondMinLevel(MIN_LEVEL, "no_lvl.html");
addCondMaxLevel(MAX_LEVEL, "no_lvl.html");
@@ -90,10 +95,22 @@ public class Q10966_ATripBegins extends Quest
switch (event)
{
case "30332-01.htm":
+ case "34139-01.htm":
+ case "34139-02.html":
+ case "34139-03.html":
+ case "34139-04.html":
+ case "34139-05.html":
+ case "34139-06.htm":
{
htmltext = event;
break;
}
+ case "34139-00.htm":
+ {
+ showOnScreenMsg(player, NpcStringId.CHECK_YOUR_INVENTORY_AND_EQUIP_YOUR_WEAPON, ExShowScreenMessage.TOP_CENTER, 10000, player.getName());
+ htmltext = event;
+ break;
+ }
case "30332-02.htm":
{
htmltext = event;
@@ -102,7 +119,7 @@ public class Q10966_ATripBegins extends Quest
case "30332-03.htm":
{
qs.startQuest();
- npc.broadcastPacket(new NpcSay(npc, ChatType.NPC_GENERAL, NpcStringId.TALK_TO_BELLA));
+ npc.broadcastPacket(new NpcSay(npc, ChatType.NPC_GENERAL, NpcStringId.USING_THE_GATEKEEPER));
htmltext = event;
break;
}
@@ -114,9 +131,9 @@ public class Q10966_ATripBegins extends Quest
}
case "30332-05.html":
{
- if (qs.isStarted())
+ if (qs.isCond(3))
{
- addExpAndSp(player, 500000, 12500);
+ addExpAndSp(player, 1000000, 27000);
giveItems(player, SOE_NOVICE);
giveItems(player, TALISMAN_OF_ADEN);
giveItems(player, SCROLL_OF_ENCHANT_TALISMAN_OF_ADEN);
@@ -126,47 +143,24 @@ public class Q10966_ATripBegins extends Quest
}
break;
}
+ case "34139-07.htm":
+ {
+ qs.startQuest();
+ htmltext = event;
+ break;
+ }
+ case "teleport":
+ {
+ if (qs.isCond(1))
+ {
+ player.teleToLocation(TELEPORT_LOCATION);
+ }
+ break;
+ }
}
return htmltext;
}
- @Override
- public String onKill(Npc npc, PlayerInstance killer, boolean isSummon)
- {
- final QuestState qs = getQuestState(killer, false);
- if ((qs != null) && qs.isCond(2))
- {
- final int killCount = qs.getInt(KILL_COUNT_VAR) + 1;
- if (killCount < 300)
- {
- qs.set(KILL_COUNT_VAR, killCount);
- playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET);
- sendNpcLogList(killer);
- }
- else
- {
- qs.setCond(3, true);
- qs.unset(KILL_COUNT_VAR);
- killer.sendPacket(new ExShowScreenMessage("You have taken your first step as an adventurer.#Return to Bathis and get your reward.", 5000));
- giveItems(killer, SOE_TO_CAPTAIN_BATHIS);
- }
- }
- return super.onKill(npc, killer, isSummon);
- }
-
- @Override
- public Set getNpcLogList(PlayerInstance player)
- {
- final QuestState qs = getQuestState(player, false);
- if ((qs != null) && qs.isCond(2))
- {
- final Set holder = new HashSet<>();
- holder.add(new NpcLogListHolder(NpcStringId.DEFEAT_THE_MONSTERS_IN_THE_RUINS_OF_AGONY.getId(), true, qs.getInt(KILL_COUNT_VAR)));
- return holder;
- }
- return super.getNpcLogList(player);
- }
-
@Override
public String onTalk(Npc npc, PlayerInstance player)
{
@@ -174,7 +168,31 @@ public class Q10966_ATripBegins extends Quest
String htmltext = getNoQuestMsg(player);
if (qs.isCreated())
{
- htmltext = "30332.htm";
+ switch (npc.getId())
+ {
+ case CAPTAIN_BATHIS:
+ {
+ // Death Knights.
+ if (player.getClassId().getId() > 195)
+ {
+ return htmltext;
+ }
+
+ htmltext = "30332.htm";
+ break;
+ }
+ case MATHORN:
+ {
+ // Death Knights.
+ if (player.getClassId().getId() < 196)
+ {
+ return htmltext;
+ }
+
+ htmltext = "34139-01.htm";
+ break;
+ }
+ }
}
else if (qs.isStarted())
{
@@ -184,6 +202,12 @@ public class Q10966_ATripBegins extends Quest
{
if (qs.isCond(1))
{
+ // Death Knights.
+ if (player.getClassId().getId() > 195)
+ {
+ return htmltext;
+ }
+
htmltext = "30332-03.htm";
}
else if (qs.isCond(3))
@@ -192,6 +216,20 @@ public class Q10966_ATripBegins extends Quest
}
break;
}
+ case MATHORN:
+ {
+ // Death Knights.
+ if (player.getClassId().getId() < 196)
+ {
+ return htmltext;
+ }
+
+ if (qs.isCond(1))
+ {
+ htmltext = "34139-07.htm";
+ }
+ break;
+ }
case BELLA:
{
if (qs.isCond(1))
@@ -204,11 +242,45 @@ public class Q10966_ATripBegins extends Quest
}
else if (qs.isCompleted())
{
- if (npc.getId() == CAPTAIN_BATHIS)
- {
- htmltext = getAlreadyCompletedMsg(player);
- }
+ htmltext = getAlreadyCompletedMsg(player);
}
return htmltext;
}
+
+ @Override
+ public String onKill(Npc npc, PlayerInstance killer, boolean isSummon)
+ {
+ final QuestState qs = getQuestState(killer, false);
+ if ((qs != null) && qs.isCond(2))
+ {
+ final int killCount = qs.getInt(KILL_COUNT_VAR) + 1;
+ if (killCount < 70)
+ {
+ qs.set(KILL_COUNT_VAR, killCount);
+ playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET);
+ sendNpcLogList(killer);
+ }
+ else
+ {
+ qs.setCond(3, true);
+ qs.unset(KILL_COUNT_VAR);
+ showOnScreenMsg(killer, NpcStringId.YOU_VE_KILLED_ALL_THE_MONSTERS_NUSE_THE_SCROLL_OF_ESCAPE_IN_YOUR_INVENTORY_TO_RETURN_TO_CAPTAIN_BATHIS_IN_GLUDIO, ExShowScreenMessage.TOP_CENTER, 10000, killer.getName());
+ giveItems(killer, SOE_TO_CAPTAIN_BATHIS);
+ }
+ }
+ return super.onKill(npc, killer, isSummon);
+ }
+
+ @Override
+ public Set getNpcLogList(PlayerInstance player)
+ {
+ final QuestState qs = getQuestState(player, false);
+ if ((qs != null) && qs.isCond(2))
+ {
+ final Set holder = new HashSet<>();
+ holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_IN_THE_RUINS_OF_AGONY.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ return holder;
+ }
+ return super.getNpcLogList(player);
+ }
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10967_CulturedAdventurer/Q10967_CulturedAdventurer.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10967_CulturedAdventurer/Q10967_CulturedAdventurer.java
index 4b9f0590fe..99e4143806 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10967_CulturedAdventurer/Q10967_CulturedAdventurer.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10967_CulturedAdventurer/Q10967_CulturedAdventurer.java
@@ -178,7 +178,7 @@ public class Q10967_CulturedAdventurer extends Quest
if ((qs != null) && qs.isCond(1))
{
final Set holder = new HashSet<>();
- holder.add(new NpcLogListHolder(NpcStringId.DEFEAT_THE_MONSTERS_IN_THE_ABANDONED_CAMP.getId(), true, qs.getInt(KILL_COUNT_VAR)));
+ holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_IN_THE_ABANDONED_CAMP.getId(), true, qs.getInt(KILL_COUNT_VAR)));
return holder;
}
return super.getNpcLogList(player);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10982_SpiderHunt/Q10982_SpiderHunt.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10982_SpiderHunt/Q10982_SpiderHunt.java
index 34fa31f5c0..23cd2b15cf 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10982_SpiderHunt/Q10982_SpiderHunt.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10982_SpiderHunt/Q10982_SpiderHunt.java
@@ -36,7 +36,7 @@ import org.l2jmobius.gameserver.model.quest.Quest;
import org.l2jmobius.gameserver.model.quest.QuestState;
import org.l2jmobius.gameserver.network.NpcStringId;
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
/**
* New Horizons (10982)
@@ -157,7 +157,7 @@ public class Q10982_SpiderHunt extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -180,7 +180,7 @@ public class Q10982_SpiderHunt extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -203,7 +203,7 @@ public class Q10982_SpiderHunt extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -315,7 +315,7 @@ public class Q10982_SpiderHunt extends Quest
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
}
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10984_CollectSpiderweb/Q10984_CollectSpiderweb.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10984_CollectSpiderweb/Q10984_CollectSpiderweb.java
index 75896c6480..2cd80a7759 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10984_CollectSpiderweb/Q10984_CollectSpiderweb.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10984_CollectSpiderweb/Q10984_CollectSpiderweb.java
@@ -31,7 +31,7 @@ import org.l2jmobius.gameserver.model.quest.Quest;
import org.l2jmobius.gameserver.model.quest.QuestState;
import org.l2jmobius.gameserver.network.NpcStringId;
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
/**
* Collect Spiderweb (10984)
@@ -153,7 +153,7 @@ public class Q10984_CollectSpiderweb extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -176,7 +176,7 @@ public class Q10984_CollectSpiderweb extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -199,7 +199,7 @@ public class Q10984_CollectSpiderweb extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -294,7 +294,7 @@ public class Q10984_CollectSpiderweb extends Quest
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
}
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10986_SwampMonster/Q10986_SwampMonster.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10986_SwampMonster/Q10986_SwampMonster.java
index bff8d154e2..263d8e0d6f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10986_SwampMonster/Q10986_SwampMonster.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10986_SwampMonster/Q10986_SwampMonster.java
@@ -36,7 +36,7 @@ import org.l2jmobius.gameserver.model.quest.Quest;
import org.l2jmobius.gameserver.model.quest.QuestState;
import org.l2jmobius.gameserver.network.NpcStringId;
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
/**
* Swamp Monsters (10986)
@@ -158,7 +158,7 @@ public class Q10986_SwampMonster extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -181,7 +181,7 @@ public class Q10986_SwampMonster extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -204,7 +204,7 @@ public class Q10986_SwampMonster extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -316,7 +316,7 @@ public class Q10986_SwampMonster extends Quest
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
}
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10988_Conspiracy/Q10988_Conspiracy.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10988_Conspiracy/Q10988_Conspiracy.java
index 0a13ae1eef..7ee1579850 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10988_Conspiracy/Q10988_Conspiracy.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10988_Conspiracy/Q10988_Conspiracy.java
@@ -36,7 +36,7 @@ import org.l2jmobius.gameserver.model.quest.Quest;
import org.l2jmobius.gameserver.model.quest.QuestState;
import org.l2jmobius.gameserver.network.NpcStringId;
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
/**
* Conspiracy (10988)
@@ -158,7 +158,7 @@ public class Q10988_Conspiracy extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -181,7 +181,7 @@ public class Q10988_Conspiracy extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -204,7 +204,7 @@ public class Q10988_Conspiracy extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -316,7 +316,7 @@ public class Q10988_Conspiracy extends Quest
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
}
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10990_PoisonExtraction/Q10990_PoisonExtraction.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10990_PoisonExtraction/Q10990_PoisonExtraction.java
index 37c627e06f..79388381ca 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10990_PoisonExtraction/Q10990_PoisonExtraction.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10990_PoisonExtraction/Q10990_PoisonExtraction.java
@@ -36,7 +36,7 @@ import org.l2jmobius.gameserver.model.quest.Quest;
import org.l2jmobius.gameserver.model.quest.QuestState;
import org.l2jmobius.gameserver.network.NpcStringId;
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
-import org.l2jmobius.gameserver.network.serverpackets.classchange.ExRequestClassChangeUi;
+import org.l2jmobius.gameserver.network.serverpackets.classchange.ExClassChangeSetAlarm;
/**
* Poison Extraction (10990)
@@ -156,7 +156,7 @@ public class Q10990_PoisonExtraction extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -179,7 +179,7 @@ public class Q10990_PoisonExtraction extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -202,7 +202,7 @@ public class Q10990_PoisonExtraction extends Quest
if (CategoryData.getInstance().isInCategory(CategoryType.FIRST_CLASS_GROUP, player.getClassId().getId()))
{
showOnScreenMsg(player, NpcStringId.YOU_VE_FINISHED_THE_TUTORIAL_NTAKE_YOUR_1ST_CLASS_TRANSFER_AND_COMPLETE_YOUR_TRAINING_WITH_BATHIS_TO_BECOME_STRONGER, ExShowScreenMessage.TOP_CENTER, 10000);
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
qs.exitQuest(false, true);
htmltext = event;
@@ -314,7 +314,7 @@ public class Q10990_PoisonExtraction extends Quest
final QuestState qs = getQuestState(player, false);
if ((qs != null) && qs.isCompleted())
{
- player.sendPacket(ExRequestClassChangeUi.STATIC_PACKET);
+ player.sendPacket(ExClassChangeSetAlarm.STATIC_PACKET);
}
}
}
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/QuestMasterHandler.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/QuestMasterHandler.java
index 2416a3614e..88ecdbc63f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/QuestMasterHandler.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/QuestMasterHandler.java
@@ -42,6 +42,9 @@ import quests.Q00933_ExploringTheWestWingOfTheDungeonOfAbyss.Q00933_ExploringThe
import quests.Q00935_ExploringTheEastWingOfTheDungeonOfAbyss.Q00935_ExploringTheEastWingOfTheDungeonOfAbyss;
import quests.Q10673_SagaOfLegend.Q10673_SagaOfLegend;
import quests.Q10866_PunitiveOperationOnTheDevilIsle.Q10866_PunitiveOperationOnTheDevilIsle;
+import quests.Q10957_TheLifeOfADeathKnight.Q10957_TheLifeOfADeathKnight;
+import quests.Q10958_ExploringNewOpportunities.Q10958_ExploringNewOpportunities;
+import quests.Q10959_ChallengingYourDestiny.Q10959_ChallengingYourDestiny;
import quests.Q10961_EffectiveTraining.Q10961_EffectiveTraining;
import quests.Q10962_NewHorizons.Q10962_NewHorizons;
import quests.Q10963_ExploringTheAntNest.Q10963_ExploringTheAntNest;
@@ -124,6 +127,9 @@ public class QuestMasterHandler
Q10868_TheDarkSideOfPower.class, // TODO: Not done.
Q10870_UnfinishedDevice.class, // TODO: Not done.
Q10871_DeathToThePirateKing.class, // TODO: Not done.
+ Q10957_TheLifeOfADeathKnight.class,
+ Q10958_ExploringNewOpportunities.class,
+ Q10959_ChallengingYourDestiny.class,
Q10961_EffectiveTraining.class,
Q10962_NewHorizons.class,
Q10963_ExploringTheAntNest.class,
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 b00250ee63..a5deabd1a8 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
@@ -1,107 +1,169 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 fce6115b6c..f470a1c3f5 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
@@ -1,48 +1,58 @@
+
-
+
+
+
+
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
-
-
+
-
-
+
-
+
-
-
+
@@ -51,31 +61,30 @@
+
+
+
-
-
+
-
+
-
-
-
+
-
-
-
+
+
@@ -83,66 +92,83 @@
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
-
+
-
+
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
-
+
-
-
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 46f2942ae2..131a6fef3f 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
@@ -1,39 +1,51 @@
+
+
+
+
+
+
+
-
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -41,21 +53,16 @@
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
+
@@ -63,87 +70,94 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
-
-
-
+
+
+
+
+
-
+
-
+
+
+
+
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
-
+
-
+
-
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
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 c39610df0e..535780f964 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
@@ -1,142 +1,187 @@
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
+
-
-
+
+
+
+
-
-
+
+
+
+
+
-
+
+
-
-
-
-
-
+
+
+
-
+
-
+
+
+
-
-
+
+
-
-
-
-
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
-
-
-
+
-
-
-
-
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 5c62a76244..6b8fb9fff0 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
@@ -1,112 +1,186 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 97912deb24..db9feeb2f0 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
@@ -1,37 +1,52 @@
+
+
+
+
+
+
+
-
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -39,21 +54,16 @@
-
-
-
-
-
-
-
-
+
+
-
+
-
+
+
@@ -61,69 +71,75 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
+
+
+
+
-
+
+
+
-
-
+
+
+
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
@@ -137,17 +153,19 @@
-
-
+
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
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 0d8362fc3f..fd2cd68295 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
@@ -1,146 +1,175 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 f3bb614d5a..53d9f7ba78 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
@@ -1,128 +1,174 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 7981fbe78c..23e702920f 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
@@ -1,114 +1,176 @@
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
-
+
+
-
+
-
+
+
-
+
+
-
+
+
+
+
+
+
-
+
+
+
-
+
+
-
-
-
-
+
+
-
+
+
-
-
+
-
+
+
+
-
+
+
-
-
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
-
+
-
-
+
-
+
+
-
+
-
+
-
+
+
-
+
-
-
+
+
-
+
-
-
+
-
+
+
-
+
-
+
+
+
+
\ No newline at end of file
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 5865648454..cff05754da 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
@@ -1,118 +1,157 @@
+
+
+
+
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
+
-
-
-
-
+
-
+
+
+
-
-
+
+
+
+
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
-
+
-
-
+
+
+
@@ -120,24 +159,27 @@
+
+
+
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
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 e0090f1824..b81fde8d90 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
@@ -1,93 +1,150 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 fb8a41a4ae..6c03c69c87 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
@@ -1,128 +1,177 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 4a9e7951fe..cb708167f6 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
@@ -1,138 +1,152 @@
+
-
-
-
-
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
-
+
-
+
-
-
-
+
+
+
+
-
+
+
-
-
-
+
+
-
-
-
-
+
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
+
+
-
-
-
+
-
+
-
-
+
+
-
-
+
-
-
-
-
+
+
\ No newline at end of file
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 f28372f736..0d84f3d809 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
@@ -1,113 +1,186 @@
+
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
+
-
+
+
+
-
+
+
-
-
+
+
+
-
+
+
+
+
+
+
-
+
+
-
-
+
-
+
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
+
+
+
+
+
+
-
+
+
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
-
+
-
+
+
-
+
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
-
+
-
-
+
-
-
-
-
+
+
+
-
-
+
+
-
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Rogue.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Rogue.xml
index 069d67c233..e1ab5712ea 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Rogue.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Rogue.xml
@@ -1,112 +1,144 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 a8089c547d..5b397db076 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
@@ -1,106 +1,170 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 56acef85f2..3f02bc5be2 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
@@ -1,36 +1,50 @@
+
+
+
+
+
+
+
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -39,21 +53,16 @@
-
-
-
-
-
-
-
-
+
+
-
+
-
+
+
@@ -61,60 +70,62 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
+
+
+
+
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
@@ -122,13 +133,11 @@
-
-
-
-
-
+
+
+
@@ -142,12 +151,17 @@
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 c09b16956b..c3bd4dc51a 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
@@ -6,21 +6,76 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
\ No newline at end of file
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 cfdf0f89c7..a458588fbc 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
@@ -6,24 +6,78 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 b4d7ff8469..58db7fdd0e 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
@@ -2,26 +2,57 @@
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warrior.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warrior.xml
index dc278e4d86..1a59bd5495 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warrior.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/1stClass/Warrior.xml
@@ -1,121 +1,173 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 a0d939cb10..d921074731 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
@@ -1,188 +1,206 @@
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
-
+
+
-
-
-
+
-
+
+
-
-
-
+
+
+
+
-
+
+
-
-
-
-
+
+
+
-
+
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
-
+
+
-
-
-
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
-
+
+
+
+
-
+
+
@@ -190,242 +208,264 @@
-
-
-
+
+
+
+
-
+
-
-
-
+
-
-
-
+
+
+
+
-
+
+
-
-
-
-
+
+
+
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
+
+
+
+
+
-
+
-
-
+
+
+
-
+
+
+
+
+
-
-
-
+
+
-
-
-
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
+
-
-
+
+
+
+
-
+
+
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
-
+
+
+
+
+
+
+
+
\ No newline at end of file
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 234209ea31..774cefceb3 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
@@ -4,24 +4,52 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -29,69 +57,103 @@
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
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 1099ab0046..99c4f2cae0 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
@@ -1,6 +1,7 @@
+
@@ -23,18 +24,33 @@
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -42,9 +58,10 @@
+
-
-
+
+
@@ -52,8 +69,9 @@
-
-
+
+
+
@@ -63,17 +81,22 @@
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
@@ -81,10 +104,11 @@
+
-
+
@@ -92,9 +116,10 @@
+
-
+
@@ -104,19 +129,23 @@
+
+
-
+
+
-
-
-
-
+
+
+
+
+
@@ -124,10 +153,15 @@
-
+
+
+
+
+
-
-
+
+
+
@@ -136,10 +170,11 @@
-
-
-
+
+
+
+
@@ -148,20 +183,23 @@
+
+
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -169,10 +207,11 @@
-
+
+
-
-
+
+
@@ -180,9 +219,9 @@
-
-
-
+
+
+
@@ -193,17 +232,19 @@
+
-
-
+
+
+
-
+
@@ -212,9 +253,9 @@
-
-
-
+
+
+
@@ -223,16 +264,18 @@
-
+
+
-
-
+
+
+
-
+
@@ -241,9 +284,9 @@
-
-
-
+
+
+
@@ -254,30 +297,36 @@
+
+
+
-
-
+
+
+
+
+
+
+
-
-
+
+
+
-
-
-
-
-
-
+
+
+
@@ -285,16 +334,18 @@
+
-
-
+
+
+
-
-
+
+
@@ -302,9 +353,9 @@
-
-
-
+
+
+
@@ -315,14 +366,16 @@
+
-
-
+
+
+
-
+
@@ -331,29 +384,29 @@
-
-
-
+
+
+
+
+
-
-
+
+
+
-
-
-
-
-
+
+
@@ -361,9 +414,9 @@
-
-
-
+
+
+
@@ -373,15 +426,18 @@
+
+
-
-
+
+
+
-
+
@@ -391,9 +447,9 @@
-
-
-
+
+
+
@@ -402,15 +458,22 @@
+
+
-
-
+
+
+
+
+
+
+
-
-
+
+
@@ -418,9 +481,9 @@
-
-
-
+
+
+
@@ -429,16 +492,18 @@
+
-
-
+
+
+
-
-
+
+
@@ -446,9 +511,9 @@
-
-
-
+
+
+
@@ -459,13 +524,19 @@
+
-
-
+
+
+
-
+
+
+
+
+
\ No newline at end of file
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 181c5a2ef8..9f4efd0df2 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
@@ -1,340 +1,384 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
+
+
-
-
-
+
-
-
-
+
+
+
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
-
-
+
+
+
+
-
-
-
+
+
+
-
-
+
+
+
-
-
-
+
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
-
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
+
+
+
+
-
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
+
+
+
+
-
-
+
-
-
-
-
+
+
+
-
+
-
-
+
+
+
+
-
-
+
+
+
+
+
-
-
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
\ No newline at end of file
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 5be27e0f76..50092c5a06 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
@@ -1,340 +1,452 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
+
+
-
+
-
+
-
-
+
+
-
+
+
+
-
+
-
+
+
-
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
+
+
+
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
-
+
-
+
-
+
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
+
+
-
+
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
-
+
-
+
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
-
-
+
+
+
+
-
+
-
-
+
+
+
+
-
+
-
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
+
-
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
+
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
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 613414f2bf..d5c7aeb7c6 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
@@ -1,6 +1,7 @@
+
@@ -8,124 +9,135 @@
+
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
+
+
-
-
+
+
-
+
-
+
+
-
-
-
-
-
-
-
+
+
-
+
+
-
-
+
+
-
+
-
-
+
+
+
-
+
+
-
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
+
-
-
+
+
+
-
+
-
@@ -134,64 +146,69 @@
-
+
+
-
+
+
-
+
+
+
-
+
+
+
-
+
-
-
+
+
-
+
+
-
+
-
-
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
+
-
+
-
@@ -199,30 +216,31 @@
-
+
+
-
+
-
-
+
+
+
-
+
-
-
+
+
-
+
-
@@ -230,49 +248,51 @@
+
-
+
+
-
+
-
-
+
+
-
+
-
+
+
+
+
-
-
-
-
+
+
+
-
+
+
-
-
-
-
-
+
+
+
-
+
-
@@ -280,147 +300,168 @@
+
-
+
+
-
+
-
-
+
+
+
-
+
-
+
-
+
+
-
+
-
+
-
+
+
+
-
+
-
+
-
+
+
-
+
-
-
+
+
+
-
+
-
+
-
+
+
-
+
-
-
+
+
+
-
+
-
+
+
+
-
+
+
-
+
-
-
+
+
+
-
+
-
+
-
+
+
-
+
-
-
+
+
+
-
+
-
+
+
+
+
+
+
\ No newline at end of file
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 cbe03d0448..8884ab97a6 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
@@ -1,6 +1,7 @@
+
@@ -11,147 +12,178 @@
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
+
-
-
+
+
+
+
-
+
-
-
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
+
+
+
@@ -159,70 +191,71 @@
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
@@ -230,73 +263,80 @@
-
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
+
-
+
+
-
+
-
+
-
-
+
+
+
@@ -304,124 +344,142 @@
-
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
-
+
+
+
+
+
+
\ No newline at end of file
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 746c2e41e6..3df1cbc2b7 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
@@ -1,6 +1,7 @@
+
@@ -15,42 +16,58 @@
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
+
+
+
-
+
+
@@ -59,102 +76,117 @@
+
-
+
+
+
+
-
-
-
-
-
+
+
+
-
-
+
+
+
-
+
+
+
+
-
+
+
-
+
-
+
+
-
+
+
+
+
-
+
+
+
+
-
+
+
+
-
-
-
-
+
-
-
+
+
+
-
+
+
@@ -162,153 +194,181 @@
-
-
+
+
+
+
+
-
+
-
-
+
+
+
-
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
-
+
+
-
+
+
+
-
-
+
+
+
-
+
+
-
+
+
+
-
-
+
+
+
-
+
+
+
-
+
+
-
-
+
+
+
-
+
+
-
+
+
+
-
+
+
@@ -316,6 +376,8 @@
+
+
@@ -323,35 +385,43 @@
-
+
+
+
+
-
+
+
+
+
-
+
+
-
+
+
@@ -360,11 +430,14 @@
+
+
+
\ No newline at end of file
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 0fa22ff81d..ad1f6bc666 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
@@ -1,413 +1,538 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 a4d4e555c4..2c8ebdd723 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
@@ -1,533 +1,597 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
-
-
-
+
+
-
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
-
+
+
-
-
+
+
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
-
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
-
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 a1f633a9a7..b1e405ef80 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
@@ -1,277 +1,332 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 db0f048a81..5eaf5c8f8e 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
@@ -1,9 +1,11 @@
+
+
@@ -11,43 +13,51 @@
+
+
+
+
+
+
-
+
-
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
+
@@ -60,14 +70,15 @@
-
-
+
-
-
-
+
+
+
+
+
@@ -75,12 +86,13 @@
-
+
+
-
+
@@ -94,35 +106,40 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
-
-
+
+
+
@@ -134,20 +151,18 @@
-
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
@@ -155,13 +170,15 @@
-
-
+
+
-
-
+
+
+
+
@@ -169,30 +186,29 @@
-
+
-
+
-
-
+
-
+
-
+
-
-
+
+
@@ -200,32 +216,30 @@
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
-
+
-
-
+
+
@@ -233,43 +247,42 @@
-
+
+
+
-
+
+
-
-
+
+
-
+
+
-
+
+
-
-
-
-
-
-
-
-
+
+
-
+
@@ -277,24 +290,23 @@
-
-
+
-
-
+
+
-
+
-
+
-
-
+
+
@@ -302,38 +314,38 @@
-
+
-
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
@@ -341,25 +353,25 @@
-
-
+
+
-
-
+
+
-
+
-
+
-
-
+
+
@@ -367,95 +379,97 @@
-
+
-
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
+
+
-
+
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
-
+
-
-
+
+
-
+
-
+
-
-
+
+
@@ -464,7 +478,7 @@
-
+
@@ -472,14 +486,17 @@
-
+
-
-
+
+
+
+
+
\ No newline at end of file
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 30f6ce77f9..59a6ab38be 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
@@ -1,9 +1,12 @@
+
+
+
@@ -17,49 +20,65 @@
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
-
@@ -67,7 +86,7 @@
-
+
@@ -77,89 +96,90 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
+
-
-
+
+
-
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
+
+
-
+
+
-
-
+
+
+
-
+
@@ -167,8 +187,7 @@
-
-
+
@@ -177,48 +196,50 @@
+
-
-
+
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
+
-
+
+
-
@@ -229,36 +250,37 @@
-
-
+
-
-
-
-
+
+
+
-
-
+
+
+
-
+
+
+
@@ -269,29 +291,34 @@
-
+
+
-
+
-
-
+
+
+
+
+
-
+
+
-
+
@@ -300,32 +327,34 @@
+
-
+
+
+
-
+
+
-
-
-
-
-
+
+
+
-
+
@@ -333,32 +362,34 @@
+
-
-
+
+
-
+
-
-
+
+
+
-
+
@@ -372,28 +403,32 @@
-
+
+
-
+
-
-
+
+
+
+
-
+
+
-
+
@@ -404,28 +439,30 @@
-
+
+
-
+
-
-
+
+
+
-
+
@@ -438,11 +475,12 @@
-
+
+
@@ -450,49 +488,57 @@
-
-
+
+
+
+
-
+
+
+
+
-
+
-
+
+
+
-
+
-
-
+
+
+
+
-
+
-
@@ -504,21 +550,23 @@
-
+
+
-
+
-
-
+
+
+
@@ -526,8 +574,10 @@
-
+
+
+
@@ -539,11 +589,12 @@
-
+
-
+
+
\ No newline at end of file
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 4e9ab112e8..bfb6573833 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
@@ -1,6 +1,7 @@
+
@@ -8,433 +9,497 @@
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
-
-
-
-
+
+
-
+
+
-
-
+
+
-
+
+
-
+
+
+
-
+
+
-
-
-
+
+
+
-
+
-
-
+
+
-
+
+
-
+
+
+
-
+
-
-
-
+
+
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
-
+
-
+
+
-
+
+
-
-
-
-
-
+
+
-
+
-
-
+
+
-
+
-
+
+
+
-
+
+
+
-
-
+
+
-
+
-
-
+
+
+
-
+
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
-
+
+
-
-
-
-
-
+
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
+
-
+
+
-
+
-
+
+
-
+
+
+
-
-
+
+
+
-
+
+
-
-
+
-
+
+
-
+
-
-
+
+
+
-
+
+
-
+
-
+
+
-
+
-
-
+
+
+
-
+
+
+
-
+
+
-
+
+
-
+
-
-
+
+
+
-
+
+
-
+
-
+
+
-
+
+
-
-
+
+
+
-
+
+
-
-
+
+
+
+
+
+
\ No newline at end of file
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 4bf2756609..f54793d753 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
@@ -1,6 +1,7 @@
+
@@ -8,385 +9,420 @@
+
+
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
-
+
+
-
-
+
-
-
+
-
+
+
-
-
-
+
+
+
+
-
+
+
-
-
-
-
+
+
-
+
+
+
-
-
+
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
-
-
-
+
+
+
+
-
+
+
-
-
+
-
-
+
-
-
+
+
-
-
-
+
+
+
+
+
+
+
-
+
+
-
-
-
-
+
+
+
-
+
+
+
-
-
+
-
-
+
+
+
-
-
-
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
-
+
+
+
+
-
+
+
-
-
+
-
-
+
+
-
+
+
-
-
-
+
+
+
+
-
+
+
-
-
-
-
+
+
+
-
+
+
-
-
+
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
+
+
-
-
+
+
-
-
+
+
+
-
+
+
+
+
-
-
-
+
+
-
-
-
-
+
+
-
-
+
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
-
+
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
-
+
-
-
+
+
+
-
-
+
+
-
-
-
+
+
-
+
+
-
-
+
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
-
+
+
-
-
+
+
+
-
+
+
+
-
-
-
+
+
-
+
+
-
-
+
-
-
+
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
-
+
-
-
+
+
+
-
+
+
+
+
+
+
+
\ No newline at end of file
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 e5cc7cda91..f24bd1102c 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
@@ -1,374 +1,434 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 9405b5b887..94395d1fb1 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
@@ -1,52 +1,67 @@
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
+
-
+
+
@@ -55,122 +70,133 @@
-
+
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
+
+
+
-
+
+
+
-
-
+
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
+
-
-
-
+
+
-
-
-
-
-
-
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
-
-
-
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
+
-
+
+
@@ -179,208 +205,231 @@
+
-
+
-
-
+
+
+
+
-
-
-
-
+
+
-
-
-
+
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
+
-
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
+
+
+
-
+
+
-
+
-
-
+
+
+
+
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
-
-
+
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
+
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
+
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
+
-
-
+
+
-
+
+
-
-
-
+
+
+
-
+
+
-
+
+
-
-
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
+
-
-
+
-
+
+
-
-
-
+
+
-
+
+
-
+
-
-
+
+
+
+
+
\ No newline at end of file
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 9e1815d728..f785809358 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
@@ -1,10 +1,12 @@
+
+
@@ -19,37 +21,60 @@
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
+
+
+
+
-
-
+
+
+
+
@@ -60,32 +85,40 @@
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
-
+
+
+
@@ -98,71 +131,87 @@
-
+
-
+
+
-
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
+
+
-
-
+
+
+
+
@@ -173,87 +222,105 @@
-
+
+
-
+
+
-
+
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
+
-
+
+
+
-
+
+
+
@@ -261,37 +328,47 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
-
-
+
+
-
+
+
-
-
+
+
+
+
-
+
+
+
@@ -299,65 +376,92 @@
-
+
+
-
+
+
+
-
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
+
-
+
+
+
-
-
-
+
+
-
-
+
+
+
+
+
+
+
\ No newline at end of file
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 800b2d4474..61ead0a404 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
@@ -1,10 +1,20 @@
+
+
+
+
+
+
+
+
+
+
@@ -14,376 +24,481 @@
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
+
+
-
-
+
+
+
-
-
+
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
-
-
+
+
+
+
+
+
+
-
-
+
+
+
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
-
-
+
+
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
-
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
-
+
+
+
-
+
+
+
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
+
+
+
-
+
+
+
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
\ No newline at end of file
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 c07524ab25..3e9be99fb6 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
@@ -1,70 +1,78 @@
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
+
-
+
+
-
+
-
-
-
+
+
+
-
+
+
-
+
-
+
-
-
+
@@ -73,33 +81,36 @@
+
-
+
-
-
+
+
+
-
+
+
-
+
-
-
-
+
-
+
+
+
-
+
-
-
-
+
+
+
@@ -107,69 +118,77 @@
-
+
+
-
+
-
-
+
-
+
+
-
+
-
-
-
+
+
+
-
+
+
-
+
-
+
-
-
+
-
-
+
+
-
+
-
-
+
+
+
+
+
+
+
-
+
+
-
+
-
-
-
+
+
-
+
+
-
+
+
-
-
-
+
+
+
@@ -177,39 +196,37 @@
-
-
-
-
-
-
-
+
+
+
-
+
-
-
+
+
-
+
+
-
+
-
-
-
+
+
+
-
+
+
-
+
-
+
-
-
+
+
@@ -219,61 +236,66 @@
-
+
+
-
+
-
-
+
+
+
-
+
+
-
+
-
-
-
+
+
-
+
+
-
+
+
-
-
-
+
+
+
-
-
-
-
+
+
-
+
-
-
+
+
-
+
+
-
+
-
+
-
-
+
+
+
+
@@ -282,55 +304,55 @@
-
-
-
-
+
+
+
+
+
-
+
+
-
-
+
-
-
-
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
+
-
+
-
-
+
-
+
+
-
+
-
-
-
+
+
+
@@ -342,50 +364,52 @@
+
-
+
-
-
+
+
-
+
+
-
+
-
-
-
+
+
+
-
-
+
-
+
+
-
+
-
-
+
-
+
+
-
+
-
-
-
+
+
+
@@ -396,50 +420,55 @@
-
+
+
-
+
-
-
+
-
+
+
-
+
-
+
-
-
+
+
+
+
-
+
+
-
+
+
-
+
-
-
+
-
+
+
-
+
-
-
-
+
+
+
@@ -451,34 +480,42 @@
-
+
+
-
+
-
-
+
+
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
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 d06967a225..1d59071e6c 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
@@ -1,359 +1,404 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 7c43404933..ee53dac5be 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
@@ -1,6 +1,7 @@
+
@@ -11,28 +12,38 @@
+
+
+
+
-
-
+
+
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -40,13 +51,13 @@
-
-
+
+
-
-
+
+
@@ -57,13 +68,15 @@
+
-
-
-
-
-
+
+
+
+
+
+
@@ -77,12 +90,13 @@
-
+
+
@@ -90,29 +104,34 @@
+
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
+
@@ -122,106 +141,109 @@
-
+
+
-
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
+
-
+
+
-
+
-
+
-
+
-
-
+
+
+
-
+
-
+
+
-
-
-
-
-
+
+
-
+
-
-
+
+
+
-
+
+
+
+
-
-
+
+
+
-
+
-
-
-
-
-
+
+
@@ -229,22 +251,23 @@
-
+
+
-
+
-
+
-
+
-
-
+
+
@@ -252,21 +275,22 @@
-
+
+
-
-
+
+
-
+
-
-
+
+
@@ -274,23 +298,24 @@
-
+
-
+
+
-
+
-
+
-
+
-
-
+
+
@@ -300,67 +325,73 @@
-
+
+
-
-
+
+
-
+
-
-
+
+
+
-
+
+
+
+
-
+
-
+
-
+
-
-
+
+
-
+
+
-
-
+
+
-
+
-
-
+
+
@@ -370,13 +401,17 @@
-
+
+
-
+
+
+
+
\ No newline at end of file
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 4541061ecc..24532c2126 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
@@ -9,114 +9,161 @@
-
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
-
-
-
+
-
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
\ No newline at end of file
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 7afaacd422..fe4f86274d 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
@@ -6,75 +6,134 @@
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
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 fd7dac16db..b3094bb56a 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
@@ -1,429 +1,460 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 b864563f5c..67820c7ad3 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
@@ -1,431 +1,463 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 7945e2d2af..ea7f548b02 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
@@ -1,295 +1,346 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
-
+
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
+
\ No newline at end of file
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 fbefd90c26..ad174b5ad2 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
@@ -1,439 +1,488 @@
+
-
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
+
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
+
+
-
-
-
+
+
-
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
+
-
-
+
-
-
+
-
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
+
-
+
-
-
+
-
+
+
-
+
+
+
+
+
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
+
-
-
+
-
-
+
-
-
-
-
-
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
-
+
+
+
+
-
+
-
+
+
+
-
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
-
+
+
-
+
-
-
-
+
-
+
+
-
+
-
-
-
+
+
+
+
-
-
+
-
+
+
+
+
+
+
-
+
-
+
+
+
-
-
-
-
+
+
+
-
+
+
-
-
-
-
-
-
+
+
+
+
-
-
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
-
+
-
-
-
+
+
+
+
-
-
+
+
-
+
-
+
+
-
+
+
-
-
-
+
+
+
+
+
-
-
+
+
-
+
-
+
-
+
+
-
+
-
-
-
+
+
+
+
-
-
+
+
-
+
-
+
-
+
+
-
+
-
-
-
+
+
+
+
-
-
+
+
+
+
-
+
-
+
+
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
+
-
-
+
+
-
+
-
+
+
+
+
\ No newline at end of file
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 f67c65824b..87a76d7b19 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
@@ -1,39 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+
+
-
+
-
+
+
@@ -42,72 +62,83 @@
-
+
-
+
+
-
+
-
+
+
-
+
+
-
+
+
+
-
-
-
+
+
-
+
+
-
+
-
+
+
-
+
-
+
+
-
+
-
-
-
-
-
-
+
+
-
+
+
+
+
+
+
+
+
+
-
+
+
-
-
-
-
+
+
+
@@ -115,24 +146,24 @@
-
+
-
-
-
-
+
+
-
+
-
+
+
-
+
-
+
+
@@ -140,25 +171,27 @@
+
-
+
+
-
-
-
-
+
+
-
+
-
+
+
-
+
-
+
+
@@ -166,53 +199,62 @@
-
+
-
+
-
+
+
-
+
-
+
+
+
+
+
-
+
+
+
-
+
+
+
-
+
-
-
-
-
+
+
-
+
-
+
+
-
+
-
+
+
@@ -221,31 +263,35 @@
-
+
-
+
+
-
+
-
+
+
-
+
-
+
+
-
+
-
+
+
@@ -253,32 +299,38 @@
-
+
-
+
+
-
+
-
+
+
+
-
+
+
-
+
+
-
+
-
+
+
@@ -287,24 +339,30 @@
-
+
-
+
+
-
+
-
+
+
-
+
+
+
+
+
\ No newline at end of file
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 c34b96b867..8121696c9f 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
@@ -1,383 +1,446 @@
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
-
-
-
-
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
-
+
+
-
+
-
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
-
-
-
+
+
+
-
+
+
-
-
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
+
-
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
-
+
+
+
-
+
-
+
-
+
-
+
+
+
+
+
+
\ No newline at end of file
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 f4e56a213b..9e491ba024 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
@@ -1,10 +1,12 @@
+
-
+
+
@@ -19,40 +21,57 @@
+
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
@@ -61,83 +80,80 @@
-
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
-
+
+
+
-
+
+
-
-
+
+
+
-
+
@@ -146,117 +162,121 @@
-
-
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
-
-
+
+
+
+
+
-
-
-
-
+
+
-
+
+
-
-
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
@@ -265,20 +285,22 @@
-
+
-
+
+
-
-
+
+
+
@@ -288,46 +310,51 @@
-
+
-
+
-
+
+
-
-
+
+
+
+
+
-
+
+
-
-
-
+
-
+
+
-
-
+
+
+
@@ -337,65 +364,75 @@
-
-
+
-
+
+
-
-
+
+
+
+
+
+
-
+
+
+
+
-
-
+
+
+
+
-
-
+
-
+
+
-
-
+
+
+
@@ -403,16 +440,18 @@
+
+
+
-
-
-
+
+
\ No newline at end of file
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 4acb9d4952..97935bfc2c 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
@@ -1,369 +1,433 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 5588b17e85..d76a6fb1f8 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
@@ -1,338 +1,475 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
+
-
+
-
+
-
+
+
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
-
+
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
+
+
+
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
-
+
-
+
-
+
+
+
-
+
-
+
+
+
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
+
+
-
+
+
-
+
-
+
+
+
-
-
+
+
+
-
-
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
+
-
+
+
+
-
+
+
-
+
-
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
+
-
+
+
+
+
-
-
+
+
+
-
-
+
+
+
+
+
-
+
-
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 d390ee95c9..bf6ce2d091 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
@@ -1,346 +1,463 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
+
-
+
+
-
+
+
+
-
+
-
+
+
-
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
-
+
-
+
+
+
-
+
+
-
-
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
-
+
-
+
-
+
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
+
-
+
-
+
+
-
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
-
+
-
+
-
+
+
+
+
-
-
-
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
+
+
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
+
-
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
+
-
+
+
+
+
+
-
+
-
+
-
-
+
+
+
+
-
+
-
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
+
-
+
+
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
-
+
+
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
-
+
-
+
+
-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Adventurer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Adventurer.xml
index a4ff3b7835..1f8794fb4b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Adventurer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Adventurer.xml
@@ -1,67 +1,75 @@
+
+
+
+
+
+
+
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
+
+
-
-
-
-
-
-
-
+
+
-
+
+
+
+
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -69,32 +77,72 @@
-
+
+
+
-
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ArcanaLord.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ArcanaLord.xml
index c7bda6e6ae..04a1a1d0dc 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ArcanaLord.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ArcanaLord.xml
@@ -1,30 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -33,8 +37,9 @@
-
-
+
+
+
@@ -48,38 +53,53 @@
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
@@ -87,7 +107,7 @@
-
+
@@ -95,16 +115,22 @@
+
+
+
-
+
+
+
+
@@ -112,7 +138,7 @@
-
+
@@ -121,12 +147,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Archmage.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Archmage.xml
index 2f98f8e586..b606f45fe0 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Archmage.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Archmage.xml
@@ -1,101 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
-
+
-
-
-
-
+
+
+
-
+
+
-
+
-
-
-
-
+
+
+
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
+
+
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
+
-
+
+
@@ -103,29 +118,33 @@
-
+
-
+
+
-
+
+
-
+
-
+
+
-
-
+
+
+
@@ -133,16 +152,58 @@
-
+
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Cardinal.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Cardinal.xml
index beee0abf7e..e1ab32cf61 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Cardinal.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Cardinal.xml
@@ -1,31 +1,39 @@
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -33,11 +41,12 @@
-
-
-
-
-
+
+
+
+
+
+
@@ -45,20 +54,26 @@
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
@@ -66,13 +81,23 @@
+
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -80,23 +105,31 @@
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
@@ -106,9 +139,13 @@
+
-
-
+
+
+
+
+
@@ -117,13 +154,71 @@
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dominator.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dominator.xml
index 16588e974f..34bf525aea 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dominator.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dominator.xml
@@ -1,12 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -14,43 +26,35 @@
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
+
+
-
-
-
-
+
+
+
@@ -58,50 +62,54 @@
+
-
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
@@ -115,8 +123,10 @@
+
+
@@ -131,11 +141,13 @@
-
+
+
+
@@ -150,8 +162,10 @@
+
+
@@ -166,16 +180,55 @@
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/DoomBringer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/DoomBringer.xml
index 3e1528dd22..7a6172f4bf 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/DoomBringer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/DoomBringer.xml
@@ -2,106 +2,98 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Doomcryer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Doomcryer.xml
index a02c77594d..48782591af 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Doomcryer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Doomcryer.xml
@@ -1,66 +1,68 @@
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
+
+
-
-
-
-
+
+
+
-
+
-
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
@@ -68,12 +70,19 @@
+
+
+
+
+
+
-
-
+
+
+
@@ -81,7 +90,9 @@
+
+
@@ -91,9 +102,11 @@
-
+
+
+
@@ -101,7 +114,9 @@
+
+
@@ -111,13 +126,52 @@
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dreadnought.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dreadnought.xml
index 5ef64f911b..d2b5020ef4 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dreadnought.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Dreadnought.xml
@@ -2,90 +2,205 @@
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
-
-
-
+
+
+
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Duelist.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Duelist.xml
index b5b9f3b9e8..6acd15bc76 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Duelist.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Duelist.xml
@@ -1,121 +1,204 @@
+
+
+
-
-
+
+
+
+
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
+
+
-
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ElementalMaster.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ElementalMaster.xml
index 4be4b1889d..3c5417a20c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ElementalMaster.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ElementalMaster.xml
@@ -1,30 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -32,10 +37,10 @@
-
-
-
-
+
+
+
+
@@ -44,68 +49,94 @@
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
-
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
@@ -113,8 +144,9 @@
-
+
+
@@ -122,12 +154,52 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaSaint.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaSaint.xml
index b89e38bdef..fa8a8f493d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaSaint.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaSaint.xml
@@ -1,114 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaTemplar.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaTemplar.xml
index 06a2024de3..7c0233fdeb 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaTemplar.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/EvaTemplar.xml
@@ -1,15 +1,29 @@
+
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
@@ -20,137 +34,237 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
-
-
-
+
+
-
+
-
+
+
+
+
+
-
+
+
+
-
+
-
+
+
+
+
+
-
+
+
-
+
+
-
+
-
+
+
+
+
+
-
+
+
+
-
+
-
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/FortuneSeeker.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/FortuneSeeker.xml
index 5683b63422..1a1ecdfa56 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/FortuneSeeker.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/FortuneSeeker.xml
@@ -1,123 +1,197 @@
-
+
+
+
+
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostHunter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostHunter.xml
index 5f009de280..877f9a4582 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostHunter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostHunter.xml
@@ -1,112 +1,230 @@
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
+
+
-
-
-
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostSentinel.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostSentinel.xml
index f4467a0013..b2cd527c7c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostSentinel.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GhostSentinel.xml
@@ -1,97 +1,215 @@
+
+
+
-
+
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
-
+
+
+
+
+
+
+
-
-
+
+
-
+
+
+
-
+
+
-
-
-
-
+
+
+
+
+
+
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GrandKhavatari.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GrandKhavatari.xml
index 4d34c2fcf2..71ec79486b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GrandKhavatari.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/GrandKhavatari.xml
@@ -1,109 +1,165 @@
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
+
-
-
-
-
-
+
+
+
-
+
-
-
+
-
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/HellKnight.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/HellKnight.xml
index e914475b2c..b08b914a8e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/HellKnight.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/HellKnight.xml
@@ -1,95 +1,106 @@
+
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
+
-
-
-
-
+
+
+
-
+
-
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
-
-
-
+
-
+
-
+
@@ -98,11 +109,12 @@
-
+
+
-
+
-
+
@@ -114,11 +126,12 @@
-
+
+
-
+
-
+
@@ -127,11 +140,12 @@
-
+
+
-
+
-
+
@@ -144,11 +158,54 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Hierophant.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Hierophant.xml
index 61487b09a2..9ddf96e161 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Hierophant.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Hierophant.xml
@@ -1,71 +1,101 @@
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -73,18 +103,31 @@
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
@@ -92,8 +135,13 @@
-
-
+
+
+
+
+
+
+
@@ -101,14 +149,77 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Maestro.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Maestro.xml
index 8233420d07..1b56bcdb44 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Maestro.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Maestro.xml
@@ -1,112 +1,196 @@
-
+
+
+
+
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
+
-
-
+
+
+
+
-
+
+
+
+
-
-
-
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
-
+
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MoonlightSentinel.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MoonlightSentinel.xml
index b614dbc00d..1aed33fad8 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MoonlightSentinel.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MoonlightSentinel.xml
@@ -1,95 +1,167 @@
+
+
+
+
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
-
+
+
+
+
+
-
+
-
+
+
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
-
+
+
+
+
-
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MysticMuse.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MysticMuse.xml
index 0d7a19d739..7b50395336 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MysticMuse.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/MysticMuse.xml
@@ -1,158 +1,230 @@
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
-
+
-
-
-
-
+
+
-
-
+
+
+
+
-
+
-
+
-
-
-
-
+
+
+
+
+
-
+
+
-
-
-
-
+
+
-
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
+
-
+
+
-
-
+
+
+
-
+
+
-
+
+
+
-
-
+
+
-
+
+
-
+
+
-
-
+
+
+
-
+
+
-
+
+
+
-
-
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/PhoenixKnight.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/PhoenixKnight.xml
index 8e9b9d8d7d..57bce028f2 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/PhoenixKnight.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/PhoenixKnight.xml
@@ -1,152 +1,250 @@
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
+
-
-
-
-
+
+
+
-
+
+
-
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
+
+
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
-
+
-
+
+
-
+
+
+
-
+
-
+
+
+
+
+
-
+
-
+
+
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Sagittarius.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Sagittarius.xml
index 60f2156658..8c85b93c74 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Sagittarius.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Sagittarius.xml
@@ -1,93 +1,141 @@
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
+
+
-
+
+
-
-
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
+
+
+
+
-
-
+
+
+
-
+
+
-
+
+
-
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienSaint.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienSaint.xml
index b366b8c9d2..4441ff7457 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienSaint.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienSaint.xml
@@ -1,129 +1,249 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
+
-
-
+
+
+
+
+
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienTemplar.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienTemplar.xml
index d2a7275429..7a14e23e39 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienTemplar.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/ShillienTemplar.xml
@@ -1,15 +1,29 @@
+
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -20,133 +34,247 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
+
+
-
+
+
+
+
+
-
+
+
+
+
-
+
+
+
+
+
-
+
+
+
-
+
+
-
+
+
+
+
+
+
+
-
+
+
-
+
+
+
+
+
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SoulHound.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SoulHound.xml
index f9cd418dcc..a531c5fbb0 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SoulHound.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SoulHound.xml
@@ -2,127 +2,110 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Soultaker.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Soultaker.xml
index 913b09f7aa..6f7bcf2762 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Soultaker.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Soultaker.xml
@@ -1,169 +1,233 @@
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
-
+
+
-
-
-
-
-
+
+
+
+
-
+
+
-
+
-
-
+
+
-
-
-
-
+
+
+
-
-
+
+
+
+
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralDancer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralDancer.xml
index 2897204008..b1b1d65e10 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralDancer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralDancer.xml
@@ -1,93 +1,205 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralMaster.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralMaster.xml
index 57a17b1fd6..d7920dadf5 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralMaster.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/SpectralMaster.xml
@@ -1,41 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
@@ -43,21 +47,23 @@
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -65,21 +71,36 @@
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+
+
+
@@ -88,23 +109,29 @@
+
-
-
+
+
+
+
+
-
+
+
+
@@ -113,19 +140,62 @@
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/StormScreamer.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/StormScreamer.xml
index 6f853786bb..d3e1a66881 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/StormScreamer.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/StormScreamer.xml
@@ -1,146 +1,220 @@
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
+
+
-
-
-
-
-
+
+
+
-
+
+
+
-
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
+
-
+
+
+
+
-
+
-
+
-
+
+
+
+
-
+
-
+
-
+
+
+
+
-
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Swordmuse.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Swordmuse.xml
index 4c58df8555..f1cf3a1910 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Swordmuse.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Swordmuse.xml
@@ -1,85 +1,152 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
+
+
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
+
+
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Titan.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Titan.xml
index aed3fba473..ef2b42dbf7 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Titan.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Titan.xml
@@ -1,139 +1,203 @@
-
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
-
+
+
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
+
-
+
+
+
-
+
-
-
+
+
+
+
-
+
-
+
+
+
-
+
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Trickster.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Trickster.xml
index 12e4876196..baa96c20d3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Trickster.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/Trickster.xml
@@ -2,94 +2,84 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
+
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/WindRider.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/WindRider.xml
index 8cfb97baa9..c3e52ac368 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/WindRider.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/3rdClass/WindRider.xml
@@ -1,104 +1,176 @@
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
+
+
-
-
-
-
-
-
-
+
+
-
+
-
+
+
+
+
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
-
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeDarkElf.xml
new file mode 100644
index 0000000000..3bf9401beb
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeDarkElf.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeElf.xml
new file mode 100644
index 0000000000..ad5f84d326
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeElf.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeHuman.xml
new file mode 100644
index 0000000000..ae1888231e
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathBladeHuman.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightDarkElf.xml
new file mode 100644
index 0000000000..e151306553
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightDarkElf.xml
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightElf.xml
new file mode 100644
index 0000000000..29c7ad8166
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightElf.xml
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightHuman.xml
new file mode 100644
index 0000000000..5732b3ee7e
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathKnightHuman.xml
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerDarkElf.xml
new file mode 100644
index 0000000000..9579aa07a6
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerDarkElf.xml
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerElf.xml
new file mode 100644
index 0000000000..d58046067f
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerElf.xml
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerHuman.xml
new file mode 100644
index 0000000000..01a9a5263b
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathMessengerHuman.xml
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimDarkElf.xml
new file mode 100644
index 0000000000..83c20e9e44
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimDarkElf.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimElf.xml
new file mode 100644
index 0000000000..9c7fb53269
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimElf.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimHuman.xml
new file mode 100644
index 0000000000..2ea7f86685
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/DeathKnight/DeathPilgrimHuman.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkFighter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkFighter.xml
index 64daad57eb..979e6f6e0b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkFighter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkFighter.xml
@@ -1,72 +1,73 @@
-
-
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
-
+
-
-
-
-
+
-
+
+
-
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-
-
-
-
-
+
+
-
+
-
+
-
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkMystic.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkMystic.xml
index 3cc3c7f966..3d4b7caf7a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkMystic.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DarkMystic.xml
@@ -1,70 +1,77 @@
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
+
-
+
-
+
-
-
+
+
-
-
-
-
-
-
+
+
+
-
-
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml
index 3df2a979aa..f4e56b0953 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml
@@ -1,37 +1,58 @@
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
-
+
+
+
+
-
+
+
+
+
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml
index 611172a7f1..a908d7ec0e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml
@@ -2,69 +2,89 @@
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
-
+
+
+
+
-
-
+
+
-
+
-
+
+
-
-
+
+
+
+
+
-
+
-
-
-
+
+
-
-
+
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml
index da2de00af0..2526ff10c6 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml
@@ -1,67 +1,77 @@
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
+
-
+
-
+
-
-
+
+
-
-
-
-
-
+
+
+
-
-
-
+
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanFighter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanFighter.xml
index a541c2c97b..a2e5e6243a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanFighter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanFighter.xml
@@ -2,65 +2,72 @@
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
-
+
-
-
+
+
+
-
-
+
+
-
-
+
-
+
+
-
+
+
+
-
+
-
-
+
+
-
+
-
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanMystic.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanMystic.xml
index 0781b18200..eaf0ed333d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanMystic.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/HumanMystic.xml
@@ -1,69 +1,77 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
-
+
+
+
-
+
+
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/KamaelSoldier.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/KamaelSoldier.xml
index 6ea16fc78a..30d184c299 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/KamaelSoldier.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/KamaelSoldier.xml
@@ -1,31 +1,37 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcFighter.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcFighter.xml
index a127c52ab6..a38f06d497 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcFighter.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcFighter.xml
@@ -1,58 +1,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
-
+
-
+
-
+
+
+
-
+
-
+
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcMystic.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcMystic.xml
index dc311de6d1..2bbac0d51e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcMystic.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/skillTrees/StartingClass/OrcMystic.xml
@@ -1,57 +1,70 @@
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
+
+
+
+
-
+
+
+
-
-
-
+
+
-
-
+
+
+
+
+
+
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Dion/ExecutionGrounds.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Dion/ExecutionGrounds.xml
index afc10b5e5f..886ba97d83 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Dion/ExecutionGrounds.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Dion/ExecutionGrounds.xml
@@ -1,222 +1,1340 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Others/22_22.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Others/22_22.xml
index 78bea42fa2..93dbea6827 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Others/22_22.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Others/22_22.xml
@@ -1,24 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeDarkElf.xml
new file mode 100644
index 0000000000..511a9e6dcb
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeDarkElf.xml
@@ -0,0 +1,923 @@
+
+
+ 205
+
+ 20
+ 41
+ 40
+ 25
+ 34
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 85
+ 139
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.0
+ 23.5
+
+
+
+
+ 94.0
+ 30.0
+ 47.0
+ 2.0
+ 0.9
+ 2.0
+
+
+ 107.65
+ 35.46
+ 53.825
+ 2.05
+ 0.9
+ 2.0
+
+
+ 121.45
+ 40.98
+ 60.725
+ 2.1
+ 0.9
+ 2.0
+
+
+ 135.4
+ 46.56
+ 67.7
+ 2.15
+ 0.9
+ 2.0
+
+
+ 149.5
+ 52.2
+ 74.75
+ 2.2
+ 0.9
+ 2.0
+
+
+ 163.75
+ 57.9
+ 81.875
+ 2.25
+ 0.9
+ 2.0
+
+
+ 178.15
+ 63.66
+ 89.075
+ 2.3
+ 0.9
+ 2.0
+
+
+ 192.7
+ 69.48
+ 96.35
+ 2.35
+ 0.9
+ 2.0
+
+
+ 207.4
+ 75.36
+ 103.7
+ 2.4
+ 0.9
+ 2.0
+
+
+ 222.25
+ 81.3
+ 111.125
+ 2.45
+ 0.9
+ 2.0
+
+
+ 237.25
+ 87.3
+ 118.625
+ 2.5
+ 1.2
+ 2.5
+
+
+ 252.4
+ 93.36
+ 126.2
+ 2.6
+ 1.2
+ 2.5
+
+
+ 267.7
+ 99.48
+ 133.85
+ 2.7
+ 1.2
+ 2.5
+
+
+ 283.15
+ 105.66
+ 141.575
+ 2.8
+ 1.2
+ 2.5
+
+
+ 298.75
+ 111.9
+ 149.375
+ 2.9
+ 1.2
+ 2.5
+
+
+ 314.5
+ 118.2
+ 157.25
+ 3.0
+ 1.2
+ 2.5
+
+
+ 330.4
+ 124.56
+ 165.2
+ 3.1
+ 1.2
+ 2.5
+
+
+ 346.45
+ 130.98
+ 173.225
+ 3.2
+ 1.2
+ 2.5
+
+
+ 362.65
+ 137.46
+ 181.325
+ 3.3
+ 1.2
+ 2.5
+
+
+ 379.0
+ 144.0
+ 189.5
+ 3.4
+ 1.2
+ 2.5
+
+
+ 414.2
+ 153.9
+ 207.1
+ 3.5
+ 1.5
+ 3.5
+
+
+ 449.72
+ 163.89
+ 224.86
+ 3.6
+ 1.5
+ 3.5
+
+
+ 485.56
+ 173.97
+ 242.78
+ 3.7
+ 1.5
+ 3.5
+
+
+ 521.72
+ 184.14
+ 260.86
+ 3.8
+ 1.5
+ 3.5
+
+
+ 558.2
+ 194.4
+ 279.1
+ 3.9
+ 1.5
+ 3.5
+
+
+ 595.0
+ 204.75
+ 297.5
+ 4.0
+ 1.5
+ 3.5
+
+
+ 632.12
+ 215.19
+ 316.06
+ 4.1
+ 1.5
+ 3.5
+
+
+ 669.56
+ 225.72
+ 334.78
+ 4.2
+ 1.5
+ 3.5
+
+
+ 707.32
+ 236.34
+ 353.66
+ 4.3
+ 1.5
+ 3.5
+
+
+ 745.4
+ 247.05
+ 372.7
+ 4.4
+ 1.5
+ 3.5
+
+
+ 783.8
+ 257.85
+ 391.9
+ 4.5
+ 1.8
+ 4.5
+
+
+ 822.52
+ 268.74
+ 411.26
+ 4.6
+ 1.8
+ 4.5
+
+
+ 861.56
+ 279.72
+ 430.78
+ 4.7
+ 1.8
+ 4.5
+
+
+ 900.92
+ 290.79
+ 450.46
+ 4.8
+ 1.8
+ 4.5
+
+
+ 940.6
+ 301.95
+ 470.3
+ 4.9
+ 1.8
+ 4.5
+
+
+ 980.6
+ 313.2
+ 490.3
+ 5.0
+ 1.8
+ 4.5
+
+
+ 1020.92
+ 324.54
+ 510.46
+ 5.1
+ 1.8
+ 4.5
+
+
+ 1061.56
+ 335.97
+ 530.78
+ 5.2
+ 1.8
+ 4.5
+
+
+ 1102.52
+ 347.49
+ 551.26
+ 5.3
+ 1.8
+ 4.5
+
+
+ 1143.8
+ 359.1
+ 571.9
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1185.4
+ 370.8
+ 592.7
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1227.32
+ 382.59
+ 613.66
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1269.56
+ 394.47
+ 634.78
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1312.12
+ 406.44
+ 656.06
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1355.0
+ 418.5
+ 677.5
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1398.2
+ 430.65
+ 699.1
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1441.72
+ 442.89
+ 720.86
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1485.56
+ 455.22
+ 742.78
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1529.72
+ 467.64
+ 764.86
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1574.2
+ 480.15
+ 787.1
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1619.0
+ 492.75
+ 809.5
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1664.12
+ 505.44
+ 832.06
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1709.56
+ 518.22
+ 854.78
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1755.32
+ 531.09
+ 877.66
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1801.4
+ 544.05
+ 900.7
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1847.8
+ 557.1
+ 923.9
+ 7.0
+ 2.4
+ 6.5
+
+
+ 1894.52
+ 570.24
+ 947.26
+ 7.1
+ 2.4
+ 6.5
+
+
+ 1941.56
+ 583.47
+ 970.78
+ 7.2
+ 2.4
+ 6.5
+
+
+ 1988.92
+ 596.79
+ 994.46
+ 7.3
+ 2.4
+ 6.5
+
+
+ 2036.6
+ 610.2
+ 1018.3
+ 7.4
+ 2.4
+ 6.5
+
+
+ 2084.6
+ 623.7
+ 1042.3
+ 7.5
+ 2.7
+ 7.5
+
+
+ 2132.92
+ 637.29
+ 1066.46
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2181.56
+ 650.97
+ 1090.78
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2230.52
+ 664.74
+ 1115.26
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2279.8
+ 678.6
+ 1139.9
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2329.4
+ 692.55
+ 1164.7
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2379.32
+ 706.59
+ 1189.66
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2429.56
+ 720.72
+ 1214.78
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2480.12
+ 734.94
+ 1240.06
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2531.0
+ 749.25
+ 1265.5
+ 8.4
+ 2.7
+ 7.5
+
+
+ 2582.2
+ 763.65
+ 1291.1
+ 8.5
+ 3.0
+ 8.5
+
+
+ 2633.72
+ 778.14
+ 1316.86
+ 8.6
+ 3.0
+ 8.5
+
+
+ 2685.56
+ 792.72
+ 1342.78
+ 8.7
+ 3.0
+ 8.5
+
+
+ 2737.72
+ 807.39
+ 1368.86
+ 8.8
+ 3.0
+ 8.5
+
+
+ 2790.2
+ 822.15
+ 1395.1
+ 8.9
+ 3.0
+ 8.5
+
+
+ 2843.0
+ 837.0
+ 1421.5
+ 9.0
+ 3.0
+ 8.5
+
+
+ 2896.12
+ 851.94
+ 1448.06
+ 9.1
+ 3.0
+ 8.5
+
+
+ 2949.56
+ 866.97
+ 1474.78
+ 9.2
+ 3.0
+ 8.5
+
+
+ 3003.32
+ 882.09
+ 1501.66
+ 9.3
+ 3.0
+ 8.5
+
+
+ 3057.4
+ 897.3
+ 1528.7
+ 9.4
+ 3.0
+ 8.5
+
+
+ 3111.8
+ 912.6
+ 1555.9
+ 9.5
+ 3.0
+ 8.5
+
+
+ 3166.52
+ 927.99
+ 1583.26
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3221.56
+ 943.47
+ 1610.78
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3276.92
+ 959.04
+ 1638.46
+ 9.8
+ 3.0
+ 8.5
+
+
+ 3332.6
+ 974.7
+ 1666.3
+ 9.9
+ 3.0
+ 8.5
+
+
+ 3388.6
+ 990.45
+ 1694.3
+ 10
+ 3.0
+ 8.5
+
+
+ 3444.92
+ 1006.29
+ 1722.46
+ 10.1
+ 3.0
+ 8.5
+
+
+ 3501.56
+ 1022.22
+ 1750.78
+ 10.2
+ 3.0
+ 8.5
+
+
+ 3558.52
+ 1038.24
+ 1779.26
+ 10.3
+ 3.0
+ 8.5
+
+
+ 3615.8
+ 1054.35
+ 1807.9
+ 10.4
+ 3.0
+ 8.5
+
+
+ 3673.4
+ 1070.55
+ 1836.7
+ 10.5
+ 3.0
+ 8.5
+
+
+ 3731.32
+ 1086.84
+ 1865.66
+ 10.6
+ 3.0
+ 8.5
+
+
+ 3789.56
+ 1103.22
+ 1894.78
+ 10.7
+ 3.0
+ 8.5
+
+
+ 3848.12
+ 1119.69
+ 1924.06
+ 10.8
+ 3.0
+ 8.5
+
+
+ 3907.0
+ 1136.25
+ 1953.5
+ 10.9
+ 3.0
+ 8.5
+
+
+ 3966.2
+ 1152.9
+ 1983.1
+ 11
+ 3.0
+ 8.5
+
+
+ 4025.72
+ 1169.64
+ 2012.86
+ 11.1
+ 3.0
+ 8.5
+
+
+ 4085.56
+ 1186.47
+ 2042.78
+ 11.2
+ 3.0
+ 8.5
+
+
+ 4145.72
+ 1203.39
+ 2072.86
+ 11.3
+ 3.0
+ 8.5
+
+
+ 4206.2
+ 1220.4
+ 2103.1
+ 11.4
+ 3.0
+ 8.5
+
+
+ 4267
+ 1237.5
+ 2133.5
+ 11.5
+ 3.0
+ 8.5
+
+
+ 4328.12
+ 1254.69
+ 2164.06
+ 11.6
+ 3.0
+ 8.5
+
+
+ 4389.56
+ 1271.97
+ 2194.78
+ 11.7
+ 3.0
+ 8.5
+
+
+ 4451.32
+ 1289.34
+ 2225.66
+ 11.8
+ 3.0
+ 8.5
+
+
+ 4513.4
+ 1306.8
+ 2256.7
+ 11.9
+ 3.0
+ 8.5
+
+
+ 4575.8
+ 1324.35
+ 2287.9
+ 12
+ 3.0
+ 8.5
+
+
+ 4638.52
+ 1341.99
+ 2319.26
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeElf.xml
new file mode 100644
index 0000000000..6e9dad52c6
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeElf.xml
@@ -0,0 +1,923 @@
+
+
+ 201
+
+ 20
+ 40
+ 40
+ 25
+ 35
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 90
+ 143
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.5
+ 23
+
+
+
+
+ 89.0
+ 30.0
+ 44.5
+ 2.0
+ 0.9
+ 2.0
+
+
+ 101.74
+ 35.46
+ 50.87
+ 2.05
+ 0.9
+ 2.0
+
+
+ 114.62
+ 40.98
+ 57.31
+ 2.1
+ 0.9
+ 2.0
+
+
+ 127.64
+ 46.56
+ 63.82
+ 2.15
+ 0.9
+ 2.0
+
+
+ 140.8
+ 52.2
+ 70.4
+ 2.2
+ 0.9
+ 2.0
+
+
+ 154.1
+ 57.9
+ 77.05
+ 2.25
+ 0.9
+ 2.0
+
+
+ 167.54
+ 63.66
+ 83.77
+ 2.3
+ 0.9
+ 2.0
+
+
+ 181.12
+ 69.48
+ 90.56
+ 2.35
+ 0.9
+ 2.0
+
+
+ 194.84
+ 75.36
+ 97.42
+ 2.4
+ 0.9
+ 2.0
+
+
+ 208.7
+ 81.3
+ 104.35
+ 2.45
+ 0.9
+ 2.0
+
+
+ 222.7
+ 87.3
+ 111.35
+ 2.5
+ 1.2
+ 2.5
+
+
+ 236.84
+ 93.36
+ 118.42
+ 2.6
+ 1.2
+ 2.5
+
+
+ 251.12
+ 99.48
+ 125.56
+ 2.7
+ 1.2
+ 2.5
+
+
+ 265.54
+ 105.66
+ 132.77
+ 2.8
+ 1.2
+ 2.5
+
+
+ 280.1
+ 111.9
+ 140.05
+ 2.9
+ 1.2
+ 2.5
+
+
+ 294.8
+ 118.2
+ 147.4
+ 3.0
+ 1.2
+ 2.5
+
+
+ 309.64
+ 124.56
+ 154.82
+ 3.1
+ 1.2
+ 2.5
+
+
+ 324.62
+ 130.98
+ 162.31
+ 3.2
+ 1.2
+ 2.5
+
+
+ 339.74
+ 137.46
+ 169.87
+ 3.3
+ 1.2
+ 2.5
+
+
+ 355.0
+ 144.0
+ 177.5
+ 3.4
+ 1.2
+ 2.5
+
+
+ 388.0
+ 153.9
+ 194.0
+ 3.5
+ 1.5
+ 3.5
+
+
+ 421.3
+ 163.89
+ 210.65
+ 3.6
+ 1.5
+ 3.5
+
+
+ 454.9
+ 173.97
+ 227.45
+ 3.7
+ 1.5
+ 3.5
+
+
+ 488.8
+ 184.14
+ 244.4
+ 3.8
+ 1.5
+ 3.5
+
+
+ 523.0
+ 194.4
+ 261.5
+ 3.9
+ 1.5
+ 3.5
+
+
+ 557.5
+ 204.75
+ 278.75
+ 4.0
+ 1.5
+ 3.5
+
+
+ 592.3
+ 215.19
+ 296.15
+ 4.1
+ 1.5
+ 3.5
+
+
+ 627.4
+ 225.72
+ 313.7
+ 4.2
+ 1.5
+ 3.5
+
+
+ 662.8
+ 236.34
+ 331.4
+ 4.3
+ 1.5
+ 3.5
+
+
+ 698.5
+ 247.05
+ 349.25
+ 4.4
+ 1.5
+ 3.5
+
+
+ 734.5
+ 257.85
+ 367.25
+ 4.5
+ 1.8
+ 4.5
+
+
+ 770.8
+ 268.74
+ 385.4
+ 4.6
+ 1.8
+ 4.5
+
+
+ 807.4
+ 279.72
+ 403.7
+ 4.7
+ 1.8
+ 4.5
+
+
+ 844.3
+ 290.79
+ 422.15
+ 4.8
+ 1.8
+ 4.5
+
+
+ 881.5
+ 301.95
+ 440.75
+ 4.9
+ 1.8
+ 4.5
+
+
+ 919.0
+ 313.2
+ 459.5
+ 5.0
+ 1.8
+ 4.5
+
+
+ 956.8
+ 324.54
+ 478.4
+ 5.1
+ 1.8
+ 4.5
+
+
+ 994.9
+ 335.97
+ 497.45
+ 5.2
+ 1.8
+ 4.5
+
+
+ 1033.3
+ 347.49
+ 516.65
+ 5.3
+ 1.8
+ 4.5
+
+
+ 1072.0
+ 359.1
+ 536.0
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1111.0
+ 370.8
+ 555.5
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1150.3
+ 382.59
+ 575.15
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1189.9
+ 394.47
+ 594.95
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1229.8
+ 406.44
+ 614.9
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1270.0
+ 418.5
+ 635.0
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1310.5
+ 430.65
+ 655.25
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1351.3
+ 442.89
+ 675.65
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1392.4
+ 455.22
+ 696.2
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1433.8
+ 467.64
+ 716.9
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1475.5
+ 480.15
+ 737.75
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1517.5
+ 492.75
+ 758.75
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1559.8
+ 505.44
+ 779.9
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1602.4
+ 518.22
+ 801.2
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1645.3
+ 531.09
+ 822.65
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1688.5
+ 544.05
+ 844.25
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1732.0
+ 557.1
+ 866.0
+ 7.0
+ 2.4
+ 6.5
+
+
+ 1775.8
+ 570.24
+ 887.9
+ 7.1
+ 2.4
+ 6.5
+
+
+ 1819.9
+ 583.47
+ 909.95
+ 7.2
+ 2.4
+ 6.5
+
+
+ 1864.3
+ 596.79
+ 932.15
+ 7.3
+ 2.4
+ 6.5
+
+
+ 1909.0
+ 610.2
+ 954.5
+ 7.4
+ 2.4
+ 6.5
+
+
+ 1954.0
+ 623.7
+ 977.0
+ 7.5
+ 2.7
+ 7.5
+
+
+ 1999.3
+ 637.29
+ 999.65
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2044.9
+ 650.97
+ 1022.45
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2090.8
+ 664.74
+ 1045.4
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2137.0
+ 678.6
+ 1068.5
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2183.5
+ 692.55
+ 1091.75
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2230.3
+ 706.59
+ 1115.15
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2277.4
+ 720.72
+ 1138.7
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2324.8
+ 734.94
+ 1162.4
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2372.5
+ 749.25
+ 1186.25
+ 8.4
+ 2.7
+ 7.5
+
+
+ 2420.5
+ 763.65
+ 1210.25
+ 8.5
+ 3.0
+ 8.5
+
+
+ 2468.8
+ 778.14
+ 1234.4
+ 8.6
+ 3.0
+ 8.5
+
+
+ 2517.4
+ 792.72
+ 1258.7
+ 8.7
+ 3.0
+ 8.5
+
+
+ 2566.3
+ 807.39
+ 1283.15
+ 8.8
+ 3.0
+ 8.5
+
+
+ 2615.5
+ 822.15
+ 1307.75
+ 8.9
+ 3.0
+ 8.5
+
+
+ 2665.0
+ 837.0
+ 1332.5
+ 9.0
+ 3.0
+ 8.5
+
+
+ 2714.8
+ 851.94
+ 1357.4
+ 9.1
+ 3.0
+ 8.5
+
+
+ 2764.9
+ 866.97
+ 1382.45
+ 9.2
+ 3.0
+ 8.5
+
+
+ 2815.3
+ 882.09
+ 1407.65
+ 9.3
+ 3.0
+ 8.5
+
+
+ 2866.0
+ 897.3
+ 1433.0
+ 9.4
+ 3.0
+ 8.5
+
+
+ 2917.0
+ 912.6
+ 1458.5
+ 9.5
+ 3.0
+ 8.5
+
+
+ 2968.3
+ 927.99
+ 1484.15
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3019.9
+ 943.47
+ 1509.95
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3071.8
+ 959.04
+ 1535.9
+ 9.8
+ 3.0
+ 8.5
+
+
+ 3124.0
+ 974.7
+ 1562.0
+ 9.9
+ 3.0
+ 8.5
+
+
+ 3176.5
+ 990.45
+ 1588.25
+ 10
+ 3.0
+ 8.5
+
+
+ 3229.3
+ 1006.29
+ 1614.65
+ 10.1
+ 3.0
+ 8.5
+
+
+ 3282.4
+ 1022.22
+ 1641.2
+ 10.2
+ 3.0
+ 8.5
+
+
+ 3335.8
+ 1038.24
+ 1667.9
+ 10.3
+ 3.0
+ 8.5
+
+
+ 3389.5
+ 1054.35
+ 1694.75
+ 10.4
+ 3.0
+ 8.5
+
+
+ 3443.5
+ 1070.55
+ 1721.75
+ 10.5
+ 3.0
+ 8.5
+
+
+ 3497.8
+ 1086.84
+ 1748.9
+ 10.6
+ 3.0
+ 8.5
+
+
+ 3552.4
+ 1103.22
+ 1776.2
+ 10.7
+ 3.0
+ 8.5
+
+
+ 3607.3
+ 1119.69
+ 1803.65
+ 10.8
+ 3.0
+ 8.5
+
+
+ 3662.5
+ 1136.25
+ 1831.25
+ 10.9
+ 3.0
+ 8.5
+
+
+ 3718.0
+ 1152.9
+ 1859.0
+ 11
+ 3.0
+ 8.5
+
+
+ 3773.8
+ 1169.64
+ 1886.9
+ 11.1
+ 3.0
+ 8.5
+
+
+ 3829.9
+ 1186.47
+ 1914.95
+ 11.2
+ 3.0
+ 8.5
+
+
+ 3886.3
+ 1203.39
+ 1943.15
+ 11.3
+ 3.0
+ 8.5
+
+
+ 3943
+ 1220.4
+ 1971.5
+ 11.4
+ 3.0
+ 8.5
+
+
+ 4000
+ 1237.5
+ 2000
+ 11.5
+ 3.0
+ 8.5
+
+
+ 4057.3
+ 1254.69
+ 2028.65
+ 11.6
+ 3.0
+ 8.5
+
+
+ 4114.9
+ 1271.97
+ 2057.45
+ 11.7
+ 3.0
+ 8.5
+
+
+ 4172.8
+ 1289.34
+ 2086.4
+ 11.8
+ 3.0
+ 8.5
+
+
+ 4231
+ 1306.8
+ 2115.5
+ 11.9
+ 3.0
+ 8.5
+
+
+ 4289.5
+ 1324.35
+ 2144.75
+ 12
+ 3.0
+ 8.5
+
+
+ 4348.3
+ 1341.99
+ 2174.15
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeHuman.xml
new file mode 100644
index 0000000000..7968bc6595
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathBladeHuman.xml
@@ -0,0 +1,923 @@
+
+
+ 197
+
+ 20
+ 40
+ 41
+ 25
+ 34
+ 10
+ 10
+ 10
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 80
+ 132
+ 50
+ 50
+
+ 100
+ 250
+
+ 9.0
+ 23
+
+
+ 8.0
+ 23.5
+
+
+
+
+ 80.0
+ 30.0
+ 48.0
+ 2.0
+ 0.9
+ 2.0
+
+
+ 91.83
+ 35.46
+ 55.098
+ 2.05
+ 0.9
+ 2.0
+
+
+ 103.79
+ 40.98
+ 62.274
+ 2.1
+ 0.9
+ 2.0
+
+
+ 115.88
+ 46.56
+ 69.528
+ 2.15
+ 0.9
+ 2.0
+
+
+ 128.1
+ 52.2
+ 76.86
+ 2.2
+ 0.9
+ 2.0
+
+
+ 140.45
+ 57.9
+ 84.27
+ 2.25
+ 0.9
+ 2.0
+
+
+ 152.93
+ 63.66
+ 91.758
+ 2.3
+ 0.9
+ 2.0
+
+
+ 165.54
+ 69.48
+ 99.324
+ 2.35
+ 0.9
+ 2.0
+
+
+ 178.28
+ 75.36
+ 106.968
+ 2.4
+ 0.9
+ 2.0
+
+
+ 191.15
+ 81.3
+ 114.69
+ 2.45
+ 0.9
+ 2.0
+
+
+ 204.15
+ 87.3
+ 122.49
+ 2.5
+ 1.2
+ 2.5
+
+
+ 217.28
+ 93.36
+ 130.368
+ 2.6
+ 1.2
+ 2.5
+
+
+ 230.54
+ 99.48
+ 138.324
+ 2.7
+ 1.2
+ 2.5
+
+
+ 243.93
+ 105.66
+ 146.358
+ 2.8
+ 1.2
+ 2.5
+
+
+ 257.45
+ 111.9
+ 154.47
+ 2.9
+ 1.2
+ 2.5
+
+
+ 271.1
+ 118.2
+ 162.66
+ 3.0
+ 1.2
+ 2.5
+
+
+ 284.88
+ 124.56
+ 170.928
+ 3.1
+ 1.2
+ 2.5
+
+
+ 298.79
+ 130.98
+ 179.274
+ 3.2
+ 1.2
+ 2.5
+
+
+ 312.83
+ 137.46
+ 187.698
+ 3.3
+ 1.2
+ 2.5
+
+
+ 327.0
+ 144.0
+ 196.2
+ 3.4
+ 1.2
+ 2.5
+
+
+ 356.7
+ 153.9
+ 214.02
+ 3.5
+ 1.5
+ 3.5
+
+
+ 386.67
+ 163.89
+ 232.002
+ 3.6
+ 1.5
+ 3.5
+
+
+ 416.91
+ 173.97
+ 250.146
+ 3.7
+ 1.5
+ 3.5
+
+
+ 447.42
+ 184.14
+ 268.452
+ 3.8
+ 1.5
+ 3.5
+
+
+ 478.2
+ 194.4
+ 286.92
+ 3.9
+ 1.5
+ 3.5
+
+
+ 509.25
+ 204.75
+ 305.55
+ 4.0
+ 1.5
+ 3.5
+
+
+ 540.57
+ 215.19
+ 324.342
+ 4.1
+ 1.5
+ 3.5
+
+
+ 572.16
+ 225.72
+ 343.296
+ 4.2
+ 1.5
+ 3.5
+
+
+ 604.02
+ 236.34
+ 362.412
+ 4.3
+ 1.5
+ 3.5
+
+
+ 636.15
+ 247.05
+ 381.69
+ 4.4
+ 1.5
+ 3.5
+
+
+ 668.55
+ 257.85
+ 401.13
+ 4.5
+ 1.8
+ 4.5
+
+
+ 701.22
+ 268.74
+ 420.732
+ 4.6
+ 1.8
+ 4.5
+
+
+ 734.16
+ 279.72
+ 440.496
+ 4.7
+ 1.8
+ 4.5
+
+
+ 767.37
+ 290.79
+ 460.422
+ 4.8
+ 1.8
+ 4.5
+
+
+ 800.85
+ 301.95
+ 480.51
+ 4.9
+ 1.8
+ 4.5
+
+
+ 834.6
+ 313.2
+ 500.76
+ 5.0
+ 1.8
+ 4.5
+
+
+ 868.62
+ 324.54
+ 521.172
+ 5.1
+ 1.8
+ 4.5
+
+
+ 902.91
+ 335.97
+ 541.746
+ 5.2
+ 1.8
+ 4.5
+
+
+ 937.47
+ 347.49
+ 562.482
+ 5.3
+ 1.8
+ 4.5
+
+
+ 972.3
+ 359.1
+ 583.38
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1007.4
+ 370.8
+ 604.44
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1042.77
+ 382.59
+ 625.662
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1078.41
+ 394.47
+ 647.046
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1114.32
+ 406.44
+ 668.592
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1150.5
+ 418.5
+ 690.3
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1186.95
+ 430.65
+ 712.17
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1223.67
+ 442.89
+ 734.202
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1260.66
+ 455.22
+ 756.396
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1297.92
+ 467.64
+ 778.752
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1335.45
+ 480.15
+ 801.27
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1373.25
+ 492.75
+ 823.95
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1411.32
+ 505.44
+ 846.792
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1449.66
+ 518.22
+ 869.796
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1488.27
+ 531.09
+ 892.962
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1527.15
+ 544.05
+ 916.29
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1566.3
+ 557.1
+ 939.78
+ 7.0
+ 2.4
+ 6.5
+
+
+ 1605.72
+ 570.24
+ 963.432
+ 7.1
+ 2.4
+ 6.5
+
+
+ 1645.41
+ 583.47
+ 987.246
+ 7.2
+ 2.4
+ 6.5
+
+
+ 1685.37
+ 596.79
+ 1011.222
+ 7.3
+ 2.4
+ 6.5
+
+
+ 1725.6
+ 610.2
+ 1035.36
+ 7.4
+ 2.4
+ 6.5
+
+
+ 1766.1
+ 623.7
+ 1059.66
+ 7.5
+ 2.7
+ 7.5
+
+
+ 1806.87
+ 637.29
+ 1084.122
+ 7.6
+ 2.7
+ 7.5
+
+
+ 1847.91
+ 650.97
+ 1108.746
+ 7.7
+ 2.7
+ 7.5
+
+
+ 1889.22
+ 664.74
+ 1133.532
+ 7.8
+ 2.7
+ 7.5
+
+
+ 1930.8
+ 678.6
+ 1158.48
+ 7.9
+ 2.7
+ 7.5
+
+
+ 1972.65
+ 692.55
+ 1183.59
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2014.77
+ 706.59
+ 1208.862
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2057.16
+ 720.72
+ 1234.296
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2099.82
+ 734.94
+ 1259.892
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2142.75
+ 749.25
+ 1285.65
+ 8.4
+ 2.7
+ 7.5
+
+
+ 2185.95
+ 763.65
+ 1311.57
+ 8.5
+ 3.0
+ 8.5
+
+
+ 2229.42
+ 778.14
+ 1337.652
+ 8.6
+ 3.0
+ 8.5
+
+
+ 2273.16
+ 792.72
+ 1363.896
+ 8.7
+ 3.0
+ 8.5
+
+
+ 2317.17
+ 807.39
+ 1390.302
+ 8.8
+ 3.0
+ 8.5
+
+
+ 2361.45
+ 822.15
+ 1416.87
+ 8.9
+ 3.0
+ 8.5
+
+
+ 2406.0
+ 837.0
+ 1443.6
+ 9.0
+ 3.0
+ 8.5
+
+
+ 2450.82
+ 851.94
+ 1470.492
+ 9.1
+ 3.0
+ 8.5
+
+
+ 2495.91
+ 866.97
+ 1497.546
+ 9.2
+ 3.0
+ 8.5
+
+
+ 2541.27
+ 882.09
+ 1524.762
+ 9.3
+ 3.0
+ 8.5
+
+
+ 2586.9
+ 897.3
+ 1552.14
+ 9.4
+ 3.0
+ 8.5
+
+
+ 2632.8
+ 912.6
+ 1579.68
+ 9.5
+ 3.0
+ 8.5
+
+
+ 2678.97
+ 927.99
+ 1607.382
+ 9.6
+ 3.0
+ 8.5
+
+
+ 2725.41
+ 943.47
+ 1635.246
+ 9.7
+ 3.0
+ 8.5
+
+
+ 2772.12
+ 959.04
+ 1663.272
+ 9.8
+ 3.0
+ 8.5
+
+
+ 2819.1
+ 974.7
+ 1691.46
+ 9.9
+ 3.0
+ 8.5
+
+
+ 2866.35
+ 990.45
+ 1719.81
+ 10
+ 3.0
+ 8.5
+
+
+ 2913.87
+ 1006.29
+ 1748.322
+ 10.1
+ 3.0
+ 8.5
+
+
+ 2961.66
+ 1022.22
+ 1776.996
+ 10.2
+ 3.0
+ 8.5
+
+
+ 3009.72
+ 1038.24
+ 1805.832
+ 10.3
+ 3.0
+ 8.5
+
+
+ 3058.05
+ 1054.35
+ 1834.83
+ 10.4
+ 3.0
+ 8.5
+
+
+ 3106.65
+ 1070.55
+ 1863.99
+ 10.5
+ 3.0
+ 8.5
+
+
+ 3155.52
+ 1086.84
+ 1893.312
+ 10.6
+ 3.0
+ 8.5
+
+
+ 3204.66
+ 1103.22
+ 1922.796
+ 10.7
+ 3.0
+ 8.5
+
+
+ 3254.07
+ 1119.69
+ 1952.442
+ 10.8
+ 3.0
+ 8.5
+
+
+ 3303.75
+ 1136.25
+ 1982.25
+ 10.9
+ 3.0
+ 8.5
+
+
+ 3353.7
+ 1152.9
+ 2012.22
+ 11
+ 3.0
+ 8.5
+
+
+ 3403.92
+ 1169.64
+ 2042.352
+ 11.1
+ 3.0
+ 8.5
+
+
+ 3454.41
+ 1186.47
+ 2072.646
+ 11.2
+ 3.0
+ 8.5
+
+
+ 3505.17
+ 1203.39
+ 2103.102
+ 11.3
+ 3.0
+ 8.5
+
+
+ 3556.2
+ 1220.4
+ 2133.72
+ 11.4
+ 3.0
+ 8.5
+
+
+ 3607.5
+ 1237.5
+ 2164.49
+ 11.5
+ 3.0
+ 8.5
+
+
+ 3659.07
+ 1254.69
+ 2195.43
+ 11.6
+ 3.0
+ 8.5
+
+
+ 3710.91
+ 1271.97
+ 2226.53
+ 11.7
+ 3.0
+ 8.5
+
+
+ 3763.02
+ 1289.34
+ 2257.78
+ 11.8
+ 3.0
+ 8.5
+
+
+ 3815.4
+ 1306.8
+ 2289.2
+ 11.9
+ 3.0
+ 8.5
+
+
+ 3868.05
+ 1324.35
+ 2320.77
+ 12
+ 3.0
+ 8.5
+
+
+ 3920.97
+ 1341.99
+ 2352.582
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightDarkElf.xml
new file mode 100644
index 0000000000..581fd8335d
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightDarkElf.xml
@@ -0,0 +1,923 @@
+
+
+ 207
+
+ 20
+ 41
+ 40
+ 25
+ 34
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 85
+ 139
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.0
+ 23.5
+
+
+
+
+ 94.0
+ 30.0
+ 56.4
+ 2.0
+ 0.9
+ 2.0
+
+
+ 107.65
+ 35.46
+ 64.59
+ 2.05
+ 0.9
+ 2.0
+
+
+ 121.45
+ 40.98
+ 72.87
+ 2.1
+ 0.9
+ 2.0
+
+
+ 135.4
+ 46.56
+ 81.24
+ 2.15
+ 0.9
+ 2.0
+
+
+ 149.5
+ 52.2
+ 89.7
+ 2.2
+ 0.9
+ 2.0
+
+
+ 163.75
+ 57.9
+ 98.25
+ 2.25
+ 0.9
+ 2.0
+
+
+ 178.15
+ 63.66
+ 106.89
+ 2.3
+ 0.9
+ 2.0
+
+
+ 192.7
+ 69.48
+ 115.62
+ 2.35
+ 0.9
+ 2.0
+
+
+ 207.4
+ 75.36
+ 124.44
+ 2.4
+ 0.9
+ 2.0
+
+
+ 222.25
+ 81.3
+ 133.35
+ 2.45
+ 0.9
+ 2.0
+
+
+ 237.25
+ 87.3
+ 142.35
+ 2.5
+ 1.2
+ 2.5
+
+
+ 252.4
+ 93.36
+ 151.44
+ 2.6
+ 1.2
+ 2.5
+
+
+ 267.7
+ 99.48
+ 160.62
+ 2.7
+ 1.2
+ 2.5
+
+
+ 283.15
+ 105.66
+ 169.89
+ 2.8
+ 1.2
+ 2.5
+
+
+ 298.75
+ 111.9
+ 179.25
+ 2.9
+ 1.2
+ 2.5
+
+
+ 314.5
+ 118.2
+ 188.7
+ 3.0
+ 1.2
+ 2.5
+
+
+ 330.4
+ 124.56
+ 198.24
+ 3.1
+ 1.2
+ 2.5
+
+
+ 346.45
+ 130.98
+ 207.87
+ 3.2
+ 1.2
+ 2.5
+
+
+ 362.65
+ 137.46
+ 217.59
+ 3.3
+ 1.2
+ 2.5
+
+
+ 379.0
+ 144.0
+ 227.4
+ 3.4
+ 1.2
+ 2.5
+
+
+ 414.2
+ 153.9
+ 248.52
+ 3.5
+ 1.5
+ 3.5
+
+
+ 449.72
+ 163.89
+ 269.832
+ 3.6
+ 1.5
+ 3.5
+
+
+ 485.56
+ 173.97
+ 291.336
+ 3.7
+ 1.5
+ 3.5
+
+
+ 521.72
+ 184.14
+ 313.032
+ 3.8
+ 1.5
+ 3.5
+
+
+ 558.2
+ 194.4
+ 334.92
+ 3.9
+ 1.5
+ 3.5
+
+
+ 595.0
+ 204.75
+ 357.0
+ 4.0
+ 1.5
+ 3.5
+
+
+ 632.12
+ 215.19
+ 379.272
+ 4.1
+ 1.5
+ 3.5
+
+
+ 669.56
+ 225.72
+ 401.736
+ 4.2
+ 1.5
+ 3.5
+
+
+ 707.32
+ 236.34
+ 424.392
+ 4.3
+ 1.5
+ 3.5
+
+
+ 745.4
+ 247.05
+ 447.24
+ 4.4
+ 1.5
+ 3.5
+
+
+ 783.8
+ 257.85
+ 470.28
+ 4.5
+ 1.8
+ 4.5
+
+
+ 822.52
+ 268.74
+ 493.512
+ 4.6
+ 1.8
+ 4.5
+
+
+ 861.56
+ 279.72
+ 516.936
+ 4.7
+ 1.8
+ 4.5
+
+
+ 900.92
+ 290.79
+ 540.552
+ 4.8
+ 1.8
+ 4.5
+
+
+ 940.6
+ 301.95
+ 564.36
+ 4.9
+ 1.8
+ 4.5
+
+
+ 980.6
+ 313.2
+ 588.36
+ 5.0
+ 1.8
+ 4.5
+
+
+ 1020.92
+ 324.54
+ 612.552
+ 5.1
+ 1.8
+ 4.5
+
+
+ 1061.56
+ 335.97
+ 636.936
+ 5.2
+ 1.8
+ 4.5
+
+
+ 1102.52
+ 347.49
+ 661.512
+ 5.3
+ 1.8
+ 4.5
+
+
+ 1143.8
+ 359.1
+ 686.28
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1198.4
+ 378.6
+ 719.04
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1253.42
+ 398.25
+ 752.052
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1308.86
+ 418.05
+ 785.316
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1364.72
+ 438.0
+ 818.832
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1421.0
+ 458.1
+ 852.6
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1477.7
+ 478.35
+ 886.62
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1534.82
+ 498.75
+ 920.892
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1592.36
+ 519.3
+ 955.416
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1650.32
+ 540.0
+ 990.192
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1708.7
+ 560.85
+ 1025.22
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1767.5
+ 581.85
+ 1060.5
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1826.72
+ 603.0
+ 1096.032
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1886.36
+ 624.3
+ 1131.816
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1946.42
+ 645.75
+ 1167.852
+ 6.8
+ 2.4
+ 6.5
+
+
+ 2006.9
+ 667.35
+ 1204.14
+ 6.9
+ 2.4
+ 6.5
+
+
+ 2067.8
+ 689.1
+ 1240.68
+ 7.0
+ 2.4
+ 6.5
+
+
+ 2129.12
+ 711.0
+ 1277.472
+ 7.1
+ 2.4
+ 6.5
+
+
+ 2190.86
+ 733.05
+ 1314.516
+ 7.2
+ 2.4
+ 6.5
+
+
+ 2253.02
+ 755.25
+ 1351.812
+ 7.3
+ 2.4
+ 6.5
+
+
+ 2315.6
+ 777.6
+ 1389.36
+ 7.4
+ 2.4
+ 6.5
+
+
+ 2378.6
+ 800.1
+ 1427.16
+ 7.5
+ 2.7
+ 7.5
+
+
+ 2442.02
+ 822.75
+ 1465.212
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2505.86
+ 845.55
+ 1503.516
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2570.12
+ 868.5
+ 1542.072
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2634.8
+ 891.6
+ 1580.88
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2699.9
+ 914.85
+ 1619.94
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2765.42
+ 938.25
+ 1659.252
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2831.36
+ 961.8
+ 1698.816
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2897.72
+ 985.5
+ 1738.632
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2964.5
+ 1009.35
+ 1778.7
+ 8.4
+ 2.7
+ 7.5
+
+
+ 3031.7
+ 1033.35
+ 1819.02
+ 8.5
+ 3.0
+ 8.5
+
+
+ 3099.32
+ 1057.5
+ 1859.592
+ 8.6
+ 3.0
+ 8.5
+
+
+ 3167.36
+ 1081.8
+ 1900.416
+ 8.7
+ 3.0
+ 8.5
+
+
+ 3235.82
+ 1106.25
+ 1941.492
+ 8.8
+ 3.0
+ 8.5
+
+
+ 3304.7
+ 1130.85
+ 1982.82
+ 8.9
+ 3.0
+ 8.5
+
+
+ 3374.0
+ 1155.6
+ 2024.4
+ 9.0
+ 3.0
+ 8.5
+
+
+ 3443.72
+ 1180.5
+ 2066.232
+ 9.1
+ 3.0
+ 8.5
+
+
+ 3513.86
+ 1205.55
+ 2108.316
+ 9.2
+ 3.0
+ 8.5
+
+
+ 3584.42
+ 1230.75
+ 2150.652
+ 9.3
+ 3.0
+ 8.5
+
+
+ 3655.4
+ 1256.1
+ 2193.24
+ 9.4
+ 3.0
+ 8.5
+
+
+ 3726.8
+ 1281.6
+ 2236.08
+ 9.5
+ 3.0
+ 8.5
+
+
+ 3798.62
+ 1307.25
+ 2279.172
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3870.86
+ 1333.05
+ 2322.516
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3943.52
+ 1359.0
+ 2366.112
+ 9.8
+ 3.0
+ 8.5
+
+
+ 4016.6
+ 1385.1
+ 2409.96
+ 9.9
+ 3.0
+ 8.5
+
+
+ 4090.1
+ 1411.35
+ 2454.06
+ 10
+ 3.0
+ 8.5
+
+
+ 4164.02
+ 1437.75
+ 2498.412
+ 10.1
+ 3.0
+ 8.5
+
+
+ 4238.36
+ 1464.3
+ 2543.016
+ 10.2
+ 3.0
+ 8.5
+
+
+ 4313.12
+ 1491.0
+ 2587.872
+ 10.3
+ 3.0
+ 8.5
+
+
+ 4388.3
+ 1517.85
+ 2632.98
+ 10.4
+ 3.0
+ 8.5
+
+
+ 4463.9
+ 1544.85
+ 2678.34
+ 10.5
+ 3.0
+ 8.5
+
+
+ 4539.92
+ 1572.0
+ 2723.952
+ 10.6
+ 3.0
+ 8.5
+
+
+ 4616.36
+ 1599.3
+ 2769.816
+ 10.7
+ 3.0
+ 8.5
+
+
+ 4693.22
+ 1626.75
+ 2815.932
+ 10.8
+ 3.0
+ 8.5
+
+
+ 4770.5
+ 1654.35
+ 2862.3
+ 10.9
+ 3.0
+ 8.5
+
+
+ 4848.2
+ 1682.1
+ 2908.92
+ 11
+ 3.0
+ 8.5
+
+
+ 4926.32
+ 1710.0
+ 2955.792
+ 11.1
+ 3.0
+ 8.5
+
+
+ 5004.86
+ 1738.05
+ 3002.916
+ 11.2
+ 3.0
+ 8.5
+
+
+ 5083.82
+ 1766.25
+ 3050.292
+ 11.3
+ 3.0
+ 8.5
+
+
+ 5163.2
+ 1794.6
+ 3097.92
+ 11.4
+ 3.0
+ 8.5
+
+
+ 5243
+ 1823.1
+ 3145.79
+ 11.5
+ 3.0
+ 8.5
+
+
+ 5323.22
+ 1851.75
+ 3193.92
+ 11.6
+ 3.0
+ 8.5
+
+
+ 5403.86
+ 1880.55
+ 3242.3
+ 11.7
+ 3.0
+ 8.5
+
+
+ 5484.92
+ 1909.5
+ 3290.92
+ 11.8
+ 3.0
+ 8.5
+
+
+ 5566.4
+ 1938.6
+ 3339.8
+ 11.9
+ 3.0
+ 8.5
+
+
+ 5648.3
+ 1967.85
+ 3388.92
+ 12
+ 3.0
+ 8.5
+
+
+ 5730.62
+ 1997.25
+ 3438.372
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightElf.xml
new file mode 100644
index 0000000000..61fd2921a5
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightElf.xml
@@ -0,0 +1,923 @@
+
+
+ 203
+
+ 20
+ 40
+ 40
+ 25
+ 35
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 90
+ 143
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.5
+ 23
+
+
+
+
+ 89.0
+ 30.0
+ 53.4
+ 2.0
+ 0.9
+ 2.0
+
+
+ 101.74
+ 35.46
+ 61.044
+ 2.05
+ 0.9
+ 2.0
+
+
+ 114.62
+ 40.98
+ 68.772
+ 2.1
+ 0.9
+ 2.0
+
+
+ 127.64
+ 46.56
+ 76.584
+ 2.15
+ 0.9
+ 2.0
+
+
+ 140.8
+ 52.2
+ 84.48
+ 2.2
+ 0.9
+ 2.0
+
+
+ 154.1
+ 57.9
+ 92.46
+ 2.25
+ 0.9
+ 2.0
+
+
+ 167.54
+ 63.66
+ 100.524
+ 2.3
+ 0.9
+ 2.0
+
+
+ 181.12
+ 69.48
+ 108.672
+ 2.35
+ 0.9
+ 2.0
+
+
+ 194.84
+ 75.36
+ 116.904
+ 2.4
+ 0.9
+ 2.0
+
+
+ 208.7
+ 81.3
+ 125.22
+ 2.45
+ 0.9
+ 2.0
+
+
+ 222.7
+ 87.3
+ 133.62
+ 2.5
+ 1.2
+ 2.5
+
+
+ 236.84
+ 93.36
+ 142.104
+ 2.6
+ 1.2
+ 2.5
+
+
+ 251.12
+ 99.48
+ 150.672
+ 2.7
+ 1.2
+ 2.5
+
+
+ 265.54
+ 105.66
+ 159.324
+ 2.8
+ 1.2
+ 2.5
+
+
+ 280.1
+ 111.9
+ 168.06
+ 2.9
+ 1.2
+ 2.5
+
+
+ 294.8
+ 118.2
+ 176.88
+ 3.0
+ 1.2
+ 2.5
+
+
+ 309.64
+ 124.56
+ 185.784
+ 3.1
+ 1.2
+ 2.5
+
+
+ 324.62
+ 130.98
+ 194.772
+ 3.2
+ 1.2
+ 2.5
+
+
+ 339.74
+ 137.46
+ 203.844
+ 3.3
+ 1.2
+ 2.5
+
+
+ 355.0
+ 144.0
+ 213.0
+ 3.4
+ 1.2
+ 2.5
+
+
+ 388.0
+ 153.9
+ 232.8
+ 3.5
+ 1.5
+ 3.5
+
+
+ 421.3
+ 163.89
+ 252.78
+ 3.6
+ 1.5
+ 3.5
+
+
+ 454.9
+ 173.97
+ 272.94
+ 3.7
+ 1.5
+ 3.5
+
+
+ 488.8
+ 184.14
+ 293.28
+ 3.8
+ 1.5
+ 3.5
+
+
+ 523.0
+ 194.4
+ 313.8
+ 3.9
+ 1.5
+ 3.5
+
+
+ 557.5
+ 204.75
+ 334.5
+ 4.0
+ 1.5
+ 3.5
+
+
+ 592.3
+ 215.19
+ 355.38
+ 4.1
+ 1.5
+ 3.5
+
+
+ 627.4
+ 225.72
+ 376.44
+ 4.2
+ 1.5
+ 3.5
+
+
+ 662.8
+ 236.34
+ 397.68
+ 4.3
+ 1.5
+ 3.5
+
+
+ 698.5
+ 247.05
+ 419.1
+ 4.4
+ 1.5
+ 3.5
+
+
+ 734.5
+ 257.85
+ 440.7
+ 4.5
+ 1.8
+ 4.5
+
+
+ 770.8
+ 268.74
+ 462.48
+ 4.6
+ 1.8
+ 4.5
+
+
+ 807.4
+ 279.72
+ 484.44
+ 4.7
+ 1.8
+ 4.5
+
+
+ 844.3
+ 290.79
+ 506.58
+ 4.8
+ 1.8
+ 4.5
+
+
+ 881.5
+ 301.95
+ 528.9
+ 4.9
+ 1.8
+ 4.5
+
+
+ 919.0
+ 313.2
+ 551.4
+ 5.0
+ 1.8
+ 4.5
+
+
+ 956.8
+ 324.54
+ 574.08
+ 5.1
+ 1.8
+ 4.5
+
+
+ 994.9
+ 335.97
+ 596.94
+ 5.2
+ 1.8
+ 4.5
+
+
+ 1033.3
+ 347.49
+ 619.98
+ 5.3
+ 1.8
+ 4.5
+
+
+ 1072.0
+ 359.1
+ 643.2
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1124.0
+ 378.6
+ 674.4
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1176.4
+ 398.25
+ 705.84
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1229.2
+ 418.05
+ 737.52
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1282.4
+ 438.0
+ 769.44
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1336.0
+ 458.1
+ 801.6
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1390.0
+ 478.35
+ 834.0
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1444.4
+ 498.75
+ 866.64
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1499.2
+ 519.3
+ 899.52
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1554.4
+ 540.0
+ 932.64
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1610.0
+ 560.85
+ 966.0
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1666.0
+ 581.85
+ 999.6
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1722.4
+ 603.0
+ 1033.44
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1779.2
+ 624.3
+ 1067.52
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1836.4
+ 645.75
+ 1101.84
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1894.0
+ 667.35
+ 1136.4
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1952.0
+ 689.1
+ 1171.2
+ 7.0
+ 2.4
+ 6.5
+
+
+ 2010.4
+ 711.0
+ 1206.24
+ 7.1
+ 2.4
+ 6.5
+
+
+ 2069.2
+ 733.05
+ 1241.52
+ 7.2
+ 2.4
+ 6.5
+
+
+ 2128.4
+ 755.25
+ 1277.04
+ 7.3
+ 2.4
+ 6.5
+
+
+ 2188.0
+ 777.6
+ 1312.8
+ 7.4
+ 2.4
+ 6.5
+
+
+ 2248.0
+ 800.1
+ 1348.8
+ 7.5
+ 2.7
+ 7.5
+
+
+ 2308.4
+ 822.75
+ 1385.04
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2369.2
+ 845.55
+ 1421.52
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2430.4
+ 868.5
+ 1458.24
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2492.0
+ 891.6
+ 1495.2
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2554.0
+ 914.85
+ 1532.4
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2616.4
+ 938.25
+ 1569.84
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2679.2
+ 961.8
+ 1607.52
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2742.4
+ 985.5
+ 1645.44
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2806.0
+ 1009.35
+ 1683.6
+ 8.4
+ 2.7
+ 7.5
+
+
+ 2870.0
+ 1033.35
+ 1722.0
+ 8.5
+ 3.0
+ 8.5
+
+
+ 2934.4
+ 1057.5
+ 1760.64
+ 8.6
+ 3.0
+ 8.5
+
+
+ 2999.2
+ 1081.8
+ 1799.52
+ 8.7
+ 3.0
+ 8.5
+
+
+ 3064.4
+ 1106.25
+ 1838.64
+ 8.8
+ 3.0
+ 8.5
+
+
+ 3130.0
+ 1130.85
+ 1878.0
+ 8.9
+ 3.0
+ 8.5
+
+
+ 3196.0
+ 1155.6
+ 1917.6
+ 9.0
+ 3.0
+ 8.5
+
+
+ 3262.4
+ 1180.5
+ 1957.44
+ 9.1
+ 3.0
+ 8.5
+
+
+ 3329.2
+ 1205.55
+ 1997.52
+ 9.2
+ 3.0
+ 8.5
+
+
+ 3396.4
+ 1230.75
+ 2037.84
+ 9.3
+ 3.0
+ 8.5
+
+
+ 3464.0
+ 1256.1
+ 2078.4
+ 9.4
+ 3.0
+ 8.5
+
+
+ 3532.0
+ 1281.6
+ 2119.2
+ 9.5
+ 3.0
+ 8.5
+
+
+ 3600.4
+ 1307.25
+ 2160.24
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3669.2
+ 1333.05
+ 2201.52
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3738.4
+ 1359.0
+ 2243.04
+ 9.8
+ 3.0
+ 8.5
+
+
+ 3808.0
+ 1385.1
+ 2284.8
+ 9.9
+ 3.0
+ 8.5
+
+
+ 3878.0
+ 1411.35
+ 2326.8
+ 10
+ 3.0
+ 8.5
+
+
+ 3948.4
+ 1437.75
+ 2369.04
+ 10.1
+ 3.0
+ 8.5
+
+
+ 4019.2
+ 1464.3
+ 2411.52
+ 10.2
+ 3.0
+ 8.5
+
+
+ 4090.4
+ 1491.0
+ 2454.24
+ 10.3
+ 3.0
+ 8.5
+
+
+ 4162.0
+ 1517.85
+ 2497.2
+ 10.4
+ 3.0
+ 8.5
+
+
+ 4234.0
+ 1544.85
+ 2540.4
+ 10.5
+ 3.0
+ 8.5
+
+
+ 4306.4
+ 1572.0
+ 2583.84
+ 10.6
+ 3.0
+ 8.5
+
+
+ 4379.2
+ 1599.3
+ 2627.52
+ 10.7
+ 3.0
+ 8.5
+
+
+ 4452.4
+ 1626.75
+ 2671.44
+ 10.8
+ 3.0
+ 8.5
+
+
+ 4526.0
+ 1654.35
+ 2715.6
+ 10.9
+ 3.0
+ 8.5
+
+
+ 4600.0
+ 1682.1
+ 2760.0
+ 11
+ 3.0
+ 8.5
+
+
+ 4674.4
+ 1710.0
+ 2804.64
+ 11.1
+ 3.0
+ 8.5
+
+
+ 4749.2
+ 1738.05
+ 2849.52
+ 11.2
+ 3.0
+ 8.5
+
+
+ 4824.4
+ 1766.25
+ 2894.64
+ 11.3
+ 3.0
+ 8.5
+
+
+ 4900
+ 1794.6
+ 2940
+ 11.4
+ 3.0
+ 8.5
+
+
+ 4976
+ 1823.1
+ 2985.6
+ 11.5
+ 3.0
+ 8.5
+
+
+ 5052.4
+ 1851.75
+ 3031.44
+ 11.6
+ 3.0
+ 8.5
+
+
+ 5129.2
+ 1880.55
+ 3077.52
+ 11.7
+ 3.0
+ 8.5
+
+
+ 5206.4
+ 1909.5
+ 3123.84
+ 11.8
+ 3.0
+ 8.5
+
+
+ 5284
+ 1938.6
+ 3170.4
+ 11.9
+ 3.0
+ 8.5
+
+
+ 5362
+ 1967.85
+ 3217.2
+ 12
+ 3.0
+ 8.5
+
+
+ 5440.4
+ 1997.25
+ 3264.24
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightHuman.xml
new file mode 100644
index 0000000000..11f4d4fbb4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathKnightHuman.xml
@@ -0,0 +1,923 @@
+
+
+ 199
+
+ 20
+ 40
+ 41
+ 25
+ 34
+ 10
+ 10
+ 10
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 80
+ 132
+ 50
+ 50
+
+ 100
+ 250
+
+ 9.0
+ 23
+
+
+ 8.0
+ 23.5
+
+
+
+
+ 80.0
+ 30.0
+ 48.0
+ 2.0
+ 0.9
+ 2.0
+
+
+ 91.83
+ 35.46
+ 55.098
+ 2.05
+ 0.9
+ 2.0
+
+
+ 103.79
+ 40.98
+ 62.274
+ 2.1
+ 0.9
+ 2.0
+
+
+ 115.88
+ 46.56
+ 69.528
+ 2.15
+ 0.9
+ 2.0
+
+
+ 128.1
+ 52.2
+ 76.86
+ 2.2
+ 0.9
+ 2.0
+
+
+ 140.45
+ 57.9
+ 84.27
+ 2.25
+ 0.9
+ 2.0
+
+
+ 152.93
+ 63.66
+ 91.758
+ 2.3
+ 0.9
+ 2.0
+
+
+ 165.54
+ 69.48
+ 99.324
+ 2.35
+ 0.9
+ 2.0
+
+
+ 178.28
+ 75.36
+ 106.968
+ 2.4
+ 0.9
+ 2.0
+
+
+ 191.15
+ 81.3
+ 114.69
+ 2.45
+ 0.9
+ 2.0
+
+
+ 204.15
+ 87.3
+ 122.49
+ 2.5
+ 1.2
+ 2.5
+
+
+ 217.28
+ 93.36
+ 130.368
+ 2.6
+ 1.2
+ 2.5
+
+
+ 230.54
+ 99.48
+ 138.324
+ 2.7
+ 1.2
+ 2.5
+
+
+ 243.93
+ 105.66
+ 146.358
+ 2.8
+ 1.2
+ 2.5
+
+
+ 257.45
+ 111.9
+ 154.47
+ 2.9
+ 1.2
+ 2.5
+
+
+ 271.1
+ 118.2
+ 162.66
+ 3.0
+ 1.2
+ 2.5
+
+
+ 284.88
+ 124.56
+ 170.928
+ 3.1
+ 1.2
+ 2.5
+
+
+ 298.79
+ 130.98
+ 179.274
+ 3.2
+ 1.2
+ 2.5
+
+
+ 312.83
+ 137.46
+ 187.698
+ 3.3
+ 1.2
+ 2.5
+
+
+ 327.0
+ 144.0
+ 196.2
+ 3.4
+ 1.2
+ 2.5
+
+
+ 356.7
+ 153.9
+ 214.02
+ 3.5
+ 1.5
+ 3.5
+
+
+ 386.67
+ 163.89
+ 232.002
+ 3.6
+ 1.5
+ 3.5
+
+
+ 416.91
+ 173.97
+ 250.146
+ 3.7
+ 1.5
+ 3.5
+
+
+ 447.42
+ 184.14
+ 268.452
+ 3.8
+ 1.5
+ 3.5
+
+
+ 478.2
+ 194.4
+ 286.92
+ 3.9
+ 1.5
+ 3.5
+
+
+ 509.25
+ 204.75
+ 305.55
+ 4.0
+ 1.5
+ 3.5
+
+
+ 540.57
+ 215.19
+ 324.342
+ 4.1
+ 1.5
+ 3.5
+
+
+ 572.16
+ 225.72
+ 343.296
+ 4.2
+ 1.5
+ 3.5
+
+
+ 604.02
+ 236.34
+ 362.412
+ 4.3
+ 1.5
+ 3.5
+
+
+ 636.15
+ 247.05
+ 381.69
+ 4.4
+ 1.5
+ 3.5
+
+
+ 668.55
+ 257.85
+ 401.13
+ 4.5
+ 1.8
+ 4.5
+
+
+ 701.22
+ 268.74
+ 420.732
+ 4.6
+ 1.8
+ 4.5
+
+
+ 734.16
+ 279.72
+ 440.496
+ 4.7
+ 1.8
+ 4.5
+
+
+ 767.37
+ 290.79
+ 460.422
+ 4.8
+ 1.8
+ 4.5
+
+
+ 800.85
+ 301.95
+ 480.51
+ 4.9
+ 1.8
+ 4.5
+
+
+ 834.6
+ 313.2
+ 500.76
+ 5.0
+ 1.8
+ 4.5
+
+
+ 868.62
+ 324.54
+ 521.172
+ 5.1
+ 1.8
+ 4.5
+
+
+ 902.91
+ 335.97
+ 541.746
+ 5.2
+ 1.8
+ 4.5
+
+
+ 937.47
+ 347.49
+ 562.482
+ 5.3
+ 1.8
+ 4.5
+
+
+ 972.3
+ 359.1
+ 583.38
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1019.1
+ 378.6
+ 611.46
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1066.26
+ 398.25
+ 639.756
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1113.78
+ 418.05
+ 668.268
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1161.66
+ 438.0
+ 696.996
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1209.9
+ 458.1
+ 725.94
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1258.5
+ 478.35
+ 755.1
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1307.46
+ 498.75
+ 784.476
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1356.78
+ 519.3
+ 814.068
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1406.46
+ 540.0
+ 843.876
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1456.5
+ 560.85
+ 873.9
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1506.9
+ 581.85
+ 904.14
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1557.66
+ 603.0
+ 934.596
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1608.78
+ 624.3
+ 965.268
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1660.26
+ 645.75
+ 996.156
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1712.1
+ 667.35
+ 1027.26
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1764.3
+ 689.1
+ 1058.58
+ 7.0
+ 2.4
+ 6.5
+
+
+ 1816.86
+ 711.0
+ 1090.116
+ 7.1
+ 2.4
+ 6.5
+
+
+ 1869.78
+ 733.05
+ 1121.868
+ 7.2
+ 2.4
+ 6.5
+
+
+ 1923.06
+ 755.25
+ 1153.836
+ 7.3
+ 2.4
+ 6.5
+
+
+ 1976.7
+ 777.6
+ 1186.02
+ 7.4
+ 2.4
+ 6.5
+
+
+ 2030.7
+ 800.1
+ 1218.42
+ 7.5
+ 2.7
+ 7.5
+
+
+ 2085.06
+ 822.75
+ 1251.036
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2139.78
+ 845.55
+ 1283.868
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2194.86
+ 868.5
+ 1316.916
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2250.3
+ 891.6
+ 1350.18
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2306.1
+ 914.85
+ 1383.66
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2362.26
+ 938.25
+ 1417.356
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2418.78
+ 961.8
+ 1451.268
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2475.66
+ 985.5
+ 1485.396
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2532.9
+ 1009.35
+ 1519.74
+ 8.4
+ 2.7
+ 7.5
+
+
+ 2590.5
+ 1033.35
+ 1554.3
+ 8.5
+ 3.0
+ 8.5
+
+
+ 2648.46
+ 1057.5
+ 1589.076
+ 8.6
+ 3.0
+ 8.5
+
+
+ 2706.78
+ 1081.8
+ 1624.068
+ 8.7
+ 3.0
+ 8.5
+
+
+ 2765.46
+ 1106.25
+ 1659.276
+ 8.8
+ 3.0
+ 8.5
+
+
+ 2824.5
+ 1130.85
+ 1694.7
+ 8.9
+ 3.0
+ 8.5
+
+
+ 2883.9
+ 1155.6
+ 1730.34
+ 9.0
+ 3.0
+ 8.5
+
+
+ 2943.66
+ 1180.5
+ 1766.196
+ 9.1
+ 3.0
+ 8.5
+
+
+ 3003.78
+ 1205.55
+ 1802.268
+ 9.2
+ 3.0
+ 8.5
+
+
+ 3064.26
+ 1230.75
+ 1838.556
+ 9.3
+ 3.0
+ 8.5
+
+
+ 3125.1
+ 1256.1
+ 1875.06
+ 9.4
+ 3.0
+ 8.5
+
+
+ 3186.3
+ 1281.6
+ 1911.78
+ 9.5
+ 3.0
+ 8.5
+
+
+ 3247.86
+ 1307.25
+ 1948.716
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3309.78
+ 1333.05
+ 1985.868
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3372.06
+ 1359.0
+ 2023.236
+ 9.8
+ 3.0
+ 8.5
+
+
+ 3434.7
+ 1385.1
+ 2060.82
+ 9.9
+ 3.0
+ 8.5
+
+
+ 3497.7
+ 1411.35
+ 2098.62
+ 10
+ 3.0
+ 8.5
+
+
+ 3561.06
+ 1437.75
+ 2136.636
+ 10.1
+ 3.0
+ 8.5
+
+
+ 3624.78
+ 1464.3
+ 2174.868
+ 10.2
+ 3.0
+ 8.5
+
+
+ 3688.86
+ 1491.0
+ 2213.316
+ 10.3
+ 3.0
+ 8.5
+
+
+ 3753.3
+ 1517.85
+ 2251.98
+ 10.4
+ 3.0
+ 8.5
+
+
+ 3818.1
+ 1544.85
+ 2290.86
+ 10.5
+ 3.0
+ 8.5
+
+
+ 3883.26
+ 1572.0
+ 2329.956
+ 10.6
+ 3.0
+ 8.5
+
+
+ 3948.78
+ 1599.3
+ 2369.268
+ 10.7
+ 3.0
+ 8.5
+
+
+ 4014.66
+ 1626.75
+ 2408.796
+ 10.8
+ 3.0
+ 8.5
+
+
+ 4080.9
+ 1654.35
+ 2448.54
+ 10.9
+ 3.0
+ 8.5
+
+
+ 4147.5
+ 1682.1
+ 2488.5
+ 11
+ 3.0
+ 8.5
+
+
+ 4214.46
+ 1710.0
+ 2528.676
+ 11.1
+ 3.0
+ 8.5
+
+
+ 4281.78
+ 1738.05
+ 2569.068
+ 11.2
+ 3.0
+ 8.5
+
+
+ 4349.46
+ 1766.25
+ 2609.676
+ 11.3
+ 3.0
+ 8.5
+
+
+ 4417.5
+ 1794.6
+ 2650.5
+ 11.4
+ 3.0
+ 8.5
+
+
+ 4485.9
+ 1823.1
+ 2691.55
+ 11.5
+ 3.0
+ 8.5
+
+
+ 4554.66
+ 1851.75
+ 2732.82
+ 11.6
+ 3.0
+ 8.5
+
+
+ 4623.78
+ 1880.55
+ 2774.31
+ 11.7
+ 3.0
+ 8.5
+
+
+ 4693.26
+ 1909.5
+ 2816.02
+ 11.8
+ 3.0
+ 8.5
+
+
+ 4763.1
+ 1938.6
+ 2857.94
+ 11.9
+ 3.0
+ 8.5
+
+
+ 4833.3
+ 1967.85
+ 2900.09
+ 12
+ 3.0
+ 8.5
+
+
+ 4903.86
+ 1997.25
+ 2942.316
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerDarkElf.xml
new file mode 100644
index 0000000000..dc1b5061c5
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerDarkElf.xml
@@ -0,0 +1,923 @@
+
+
+ 206
+
+ 20
+ 41
+ 40
+ 25
+ 34
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 85
+ 139
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.0
+ 23.5
+
+
+
+
+ 94.0
+ 30.0
+ 56.4
+ 2.0
+ 0.9
+ 2.0
+
+
+ 107.65
+ 35.46
+ 64.59
+ 2.05
+ 0.9
+ 2.0
+
+
+ 121.45
+ 40.98
+ 72.87
+ 2.1
+ 0.9
+ 2.0
+
+
+ 135.4
+ 46.56
+ 81.24
+ 2.15
+ 0.9
+ 2.0
+
+
+ 149.5
+ 52.2
+ 89.7
+ 2.2
+ 0.9
+ 2.0
+
+
+ 163.75
+ 57.9
+ 98.25
+ 2.25
+ 0.9
+ 2.0
+
+
+ 178.15
+ 63.66
+ 106.89
+ 2.3
+ 0.9
+ 2.0
+
+
+ 192.7
+ 69.48
+ 115.62
+ 2.35
+ 0.9
+ 2.0
+
+
+ 207.4
+ 75.36
+ 124.44
+ 2.4
+ 0.9
+ 2.0
+
+
+ 222.25
+ 81.3
+ 133.35
+ 2.45
+ 0.9
+ 2.0
+
+
+ 237.25
+ 87.3
+ 142.35
+ 2.5
+ 1.2
+ 2.5
+
+
+ 252.4
+ 93.36
+ 151.44
+ 2.6
+ 1.2
+ 2.5
+
+
+ 267.7
+ 99.48
+ 160.62
+ 2.7
+ 1.2
+ 2.5
+
+
+ 283.15
+ 105.66
+ 169.89
+ 2.8
+ 1.2
+ 2.5
+
+
+ 298.75
+ 111.9
+ 179.25
+ 2.9
+ 1.2
+ 2.5
+
+
+ 314.5
+ 118.2
+ 188.7
+ 3.0
+ 1.2
+ 2.5
+
+
+ 330.4
+ 124.56
+ 198.24
+ 3.1
+ 1.2
+ 2.5
+
+
+ 346.45
+ 130.98
+ 207.87
+ 3.2
+ 1.2
+ 2.5
+
+
+ 362.65
+ 137.46
+ 217.59
+ 3.3
+ 1.2
+ 2.5
+
+
+ 379.0
+ 144.0
+ 227.4
+ 3.4
+ 1.2
+ 2.5
+
+
+ 414.2
+ 153.9
+ 248.52
+ 3.5
+ 1.5
+ 3.5
+
+
+ 449.72
+ 163.89
+ 269.832
+ 3.6
+ 1.5
+ 3.5
+
+
+ 485.56
+ 173.97
+ 291.336
+ 3.7
+ 1.5
+ 3.5
+
+
+ 521.72
+ 184.14
+ 313.032
+ 3.8
+ 1.5
+ 3.5
+
+
+ 558.2
+ 194.4
+ 334.92
+ 3.9
+ 1.5
+ 3.5
+
+
+ 595.0
+ 204.75
+ 357.0
+ 4.0
+ 1.5
+ 3.5
+
+
+ 632.12
+ 215.19
+ 379.272
+ 4.1
+ 1.5
+ 3.5
+
+
+ 669.56
+ 225.72
+ 401.736
+ 4.2
+ 1.5
+ 3.5
+
+
+ 707.32
+ 236.34
+ 424.392
+ 4.3
+ 1.5
+ 3.5
+
+
+ 745.4
+ 247.05
+ 447.24
+ 4.4
+ 1.5
+ 3.5
+
+
+ 783.8
+ 257.85
+ 470.28
+ 4.5
+ 1.8
+ 4.5
+
+
+ 822.52
+ 268.74
+ 493.512
+ 4.6
+ 1.8
+ 4.5
+
+
+ 861.56
+ 279.72
+ 516.936
+ 4.7
+ 1.8
+ 4.5
+
+
+ 900.92
+ 290.79
+ 540.552
+ 4.8
+ 1.8
+ 4.5
+
+
+ 940.6
+ 301.95
+ 564.36
+ 4.9
+ 1.8
+ 4.5
+
+
+ 980.6
+ 313.2
+ 588.36
+ 5.0
+ 1.8
+ 4.5
+
+
+ 1020.92
+ 324.54
+ 612.552
+ 5.1
+ 1.8
+ 4.5
+
+
+ 1061.56
+ 335.97
+ 636.936
+ 5.2
+ 1.8
+ 4.5
+
+
+ 1102.52
+ 347.49
+ 661.512
+ 5.3
+ 1.8
+ 4.5
+
+
+ 1143.8
+ 359.1
+ 686.28
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1198.4
+ 378.6
+ 719.04
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1253.42
+ 398.25
+ 752.052
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1308.86
+ 418.05
+ 785.316
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1364.72
+ 438.0
+ 818.832
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1421.0
+ 458.1
+ 852.6
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1477.7
+ 478.35
+ 886.62
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1534.82
+ 498.75
+ 920.892
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1592.36
+ 519.3
+ 955.416
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1650.32
+ 540.0
+ 990.192
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1708.7
+ 560.85
+ 1025.22
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1767.5
+ 581.85
+ 1060.5
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1826.72
+ 603.0
+ 1096.032
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1886.36
+ 624.3
+ 1131.816
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1946.42
+ 645.75
+ 1167.852
+ 6.8
+ 2.4
+ 6.5
+
+
+ 2006.9
+ 667.35
+ 1204.14
+ 6.9
+ 2.4
+ 6.5
+
+
+ 2067.8
+ 689.1
+ 1240.68
+ 7.0
+ 2.4
+ 6.5
+
+
+ 2129.12
+ 711.0
+ 1277.472
+ 7.1
+ 2.4
+ 6.5
+
+
+ 2190.86
+ 733.05
+ 1314.516
+ 7.2
+ 2.4
+ 6.5
+
+
+ 2253.02
+ 755.25
+ 1351.812
+ 7.3
+ 2.4
+ 6.5
+
+
+ 2315.6
+ 777.6
+ 1389.36
+ 7.4
+ 2.4
+ 6.5
+
+
+ 2378.6
+ 800.1
+ 1427.16
+ 7.5
+ 2.7
+ 7.5
+
+
+ 2442.02
+ 822.75
+ 1465.212
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2505.86
+ 845.55
+ 1503.516
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2570.12
+ 868.5
+ 1542.072
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2634.8
+ 891.6
+ 1580.88
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2699.9
+ 914.85
+ 1619.94
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2765.42
+ 938.25
+ 1659.252
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2831.36
+ 961.8
+ 1698.816
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2897.72
+ 985.5
+ 1738.632
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2964.5
+ 1009.35
+ 1778.7
+ 8.4
+ 2.7
+ 7.5
+
+
+ 3031.7
+ 1033.35
+ 1819.02
+ 8.5
+ 3.0
+ 8.5
+
+
+ 3099.32
+ 1057.5
+ 1859.592
+ 8.6
+ 3.0
+ 8.5
+
+
+ 3167.36
+ 1081.8
+ 1900.416
+ 8.7
+ 3.0
+ 8.5
+
+
+ 3235.82
+ 1106.25
+ 1941.492
+ 8.8
+ 3.0
+ 8.5
+
+
+ 3304.7
+ 1130.85
+ 1982.82
+ 8.9
+ 3.0
+ 8.5
+
+
+ 3374.0
+ 1155.6
+ 2024.4
+ 9.0
+ 3.0
+ 8.5
+
+
+ 3443.72
+ 1180.5
+ 2066.232
+ 9.1
+ 3.0
+ 8.5
+
+
+ 3513.86
+ 1205.55
+ 2108.316
+ 9.2
+ 3.0
+ 8.5
+
+
+ 3584.42
+ 1230.75
+ 2150.652
+ 9.3
+ 3.0
+ 8.5
+
+
+ 3655.4
+ 1256.1
+ 2193.24
+ 9.4
+ 3.0
+ 8.5
+
+
+ 3726.8
+ 1281.6
+ 2236.08
+ 9.5
+ 3.0
+ 8.5
+
+
+ 3798.62
+ 1307.25
+ 2279.172
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3870.86
+ 1333.05
+ 2322.516
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3943.52
+ 1359.0
+ 2366.112
+ 9.8
+ 3.0
+ 8.5
+
+
+ 4016.6
+ 1385.1
+ 2409.96
+ 9.9
+ 3.0
+ 8.5
+
+
+ 4090.1
+ 1411.35
+ 2454.06
+ 10
+ 3.0
+ 8.5
+
+
+ 4164.02
+ 1437.75
+ 2498.412
+ 10.1
+ 3.0
+ 8.5
+
+
+ 4238.36
+ 1464.3
+ 2543.016
+ 10.2
+ 3.0
+ 8.5
+
+
+ 4313.12
+ 1491.0
+ 2587.872
+ 10.3
+ 3.0
+ 8.5
+
+
+ 4388.3
+ 1517.85
+ 2632.98
+ 10.4
+ 3.0
+ 8.5
+
+
+ 4463.9
+ 1544.85
+ 2678.34
+ 10.5
+ 3.0
+ 8.5
+
+
+ 4539.92
+ 1572.0
+ 2723.952
+ 10.6
+ 3.0
+ 8.5
+
+
+ 4616.36
+ 1599.3
+ 2769.816
+ 10.7
+ 3.0
+ 8.5
+
+
+ 4693.22
+ 1626.75
+ 2815.932
+ 10.8
+ 3.0
+ 8.5
+
+
+ 4770.5
+ 1654.35
+ 2862.3
+ 10.9
+ 3.0
+ 8.5
+
+
+ 4848.2
+ 1682.1
+ 2908.92
+ 11
+ 3.0
+ 8.5
+
+
+ 4926.32
+ 1710.0
+ 2955.792
+ 11.1
+ 3.0
+ 8.5
+
+
+ 5004.86
+ 1738.05
+ 3002.916
+ 11.2
+ 3.0
+ 8.5
+
+
+ 5083.82
+ 1766.25
+ 3050.292
+ 11.3
+ 3.0
+ 8.5
+
+
+ 5163.2
+ 1794.6
+ 3097.92
+ 11.4
+ 3.0
+ 8.5
+
+
+ 5243
+ 1823.1
+ 3145.79
+ 11.5
+ 3.0
+ 8.5
+
+
+ 5323.22
+ 1851.75
+ 3193.92
+ 11.6
+ 3.0
+ 8.5
+
+
+ 5403.86
+ 1880.55
+ 3242.3
+ 11.7
+ 3.0
+ 8.5
+
+
+ 5484.92
+ 1909.5
+ 3290.92
+ 11.8
+ 3.0
+ 8.5
+
+
+ 5566.4
+ 1938.6
+ 3339.8
+ 11.9
+ 3.0
+ 8.5
+
+
+ 5648.3
+ 1967.85
+ 3388.92
+ 12
+ 3.0
+ 8.5
+
+
+ 5730.62
+ 1997.25
+ 3438.372
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerElf.xml
new file mode 100644
index 0000000000..2e2eede83d
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerElf.xml
@@ -0,0 +1,923 @@
+
+
+ 202
+
+ 20
+ 40
+ 40
+ 25
+ 35
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 90
+ 143
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.5
+ 23
+
+
+
+
+ 89.0
+ 30.0
+ 53.4
+ 2.0
+ 0.9
+ 2.0
+
+
+ 101.74
+ 35.46
+ 61.044
+ 2.05
+ 0.9
+ 2.0
+
+
+ 114.62
+ 40.98
+ 68.772
+ 2.1
+ 0.9
+ 2.0
+
+
+ 127.64
+ 46.56
+ 76.584
+ 2.15
+ 0.9
+ 2.0
+
+
+ 140.8
+ 52.2
+ 84.48
+ 2.2
+ 0.9
+ 2.0
+
+
+ 154.1
+ 57.9
+ 92.46
+ 2.25
+ 0.9
+ 2.0
+
+
+ 167.54
+ 63.66
+ 100.524
+ 2.3
+ 0.9
+ 2.0
+
+
+ 181.12
+ 69.48
+ 108.672
+ 2.35
+ 0.9
+ 2.0
+
+
+ 194.84
+ 75.36
+ 116.904
+ 2.4
+ 0.9
+ 2.0
+
+
+ 208.7
+ 81.3
+ 125.22
+ 2.45
+ 0.9
+ 2.0
+
+
+ 222.7
+ 87.3
+ 133.62
+ 2.5
+ 1.2
+ 2.5
+
+
+ 236.84
+ 93.36
+ 142.104
+ 2.6
+ 1.2
+ 2.5
+
+
+ 251.12
+ 99.48
+ 150.672
+ 2.7
+ 1.2
+ 2.5
+
+
+ 265.54
+ 105.66
+ 159.324
+ 2.8
+ 1.2
+ 2.5
+
+
+ 280.1
+ 111.9
+ 168.06
+ 2.9
+ 1.2
+ 2.5
+
+
+ 294.8
+ 118.2
+ 176.88
+ 3.0
+ 1.2
+ 2.5
+
+
+ 309.64
+ 124.56
+ 185.784
+ 3.1
+ 1.2
+ 2.5
+
+
+ 324.62
+ 130.98
+ 194.772
+ 3.2
+ 1.2
+ 2.5
+
+
+ 339.74
+ 137.46
+ 203.844
+ 3.3
+ 1.2
+ 2.5
+
+
+ 355.0
+ 144.0
+ 213.0
+ 3.4
+ 1.2
+ 2.5
+
+
+ 388.0
+ 153.9
+ 232.8
+ 3.5
+ 1.5
+ 3.5
+
+
+ 421.3
+ 163.89
+ 252.78
+ 3.6
+ 1.5
+ 3.5
+
+
+ 454.9
+ 173.97
+ 272.94
+ 3.7
+ 1.5
+ 3.5
+
+
+ 488.8
+ 184.14
+ 293.28
+ 3.8
+ 1.5
+ 3.5
+
+
+ 523.0
+ 194.4
+ 313.8
+ 3.9
+ 1.5
+ 3.5
+
+
+ 557.5
+ 204.75
+ 334.5
+ 4.0
+ 1.5
+ 3.5
+
+
+ 592.3
+ 215.19
+ 355.38
+ 4.1
+ 1.5
+ 3.5
+
+
+ 627.4
+ 225.72
+ 376.44
+ 4.2
+ 1.5
+ 3.5
+
+
+ 662.8
+ 236.34
+ 397.68
+ 4.3
+ 1.5
+ 3.5
+
+
+ 698.5
+ 247.05
+ 419.1
+ 4.4
+ 1.5
+ 3.5
+
+
+ 734.5
+ 257.85
+ 440.7
+ 4.5
+ 1.8
+ 4.5
+
+
+ 770.8
+ 268.74
+ 462.48
+ 4.6
+ 1.8
+ 4.5
+
+
+ 807.4
+ 279.72
+ 484.44
+ 4.7
+ 1.8
+ 4.5
+
+
+ 844.3
+ 290.79
+ 506.58
+ 4.8
+ 1.8
+ 4.5
+
+
+ 881.5
+ 301.95
+ 528.9
+ 4.9
+ 1.8
+ 4.5
+
+
+ 919.0
+ 313.2
+ 551.4
+ 5.0
+ 1.8
+ 4.5
+
+
+ 956.8
+ 324.54
+ 574.08
+ 5.1
+ 1.8
+ 4.5
+
+
+ 994.9
+ 335.97
+ 596.94
+ 5.2
+ 1.8
+ 4.5
+
+
+ 1033.3
+ 347.49
+ 619.98
+ 5.3
+ 1.8
+ 4.5
+
+
+ 1072.0
+ 359.1
+ 643.2
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1124.0
+ 378.6
+ 674.4
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1176.4
+ 398.25
+ 705.84
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1229.2
+ 418.05
+ 737.52
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1282.4
+ 438.0
+ 769.44
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1336.0
+ 458.1
+ 801.6
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1390.0
+ 478.35
+ 834.0
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1444.4
+ 498.75
+ 866.64
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1499.2
+ 519.3
+ 899.52
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1554.4
+ 540.0
+ 932.64
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1610.0
+ 560.85
+ 966.0
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1666.0
+ 581.85
+ 999.6
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1722.4
+ 603.0
+ 1033.44
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1779.2
+ 624.3
+ 1067.52
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1836.4
+ 645.75
+ 1101.84
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1894.0
+ 667.35
+ 1136.4
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1952.0
+ 689.1
+ 1171.2
+ 7.0
+ 2.4
+ 6.5
+
+
+ 2010.4
+ 711.0
+ 1206.24
+ 7.1
+ 2.4
+ 6.5
+
+
+ 2069.2
+ 733.05
+ 1241.52
+ 7.2
+ 2.4
+ 6.5
+
+
+ 2128.4
+ 755.25
+ 1277.04
+ 7.3
+ 2.4
+ 6.5
+
+
+ 2188.0
+ 777.6
+ 1312.8
+ 7.4
+ 2.4
+ 6.5
+
+
+ 2248.0
+ 800.1
+ 1348.8
+ 7.5
+ 2.7
+ 7.5
+
+
+ 2308.4
+ 822.75
+ 1385.04
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2369.2
+ 845.55
+ 1421.52
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2430.4
+ 868.5
+ 1458.24
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2492.0
+ 891.6
+ 1495.2
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2554.0
+ 914.85
+ 1532.4
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2616.4
+ 938.25
+ 1569.84
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2679.2
+ 961.8
+ 1607.52
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2742.4
+ 985.5
+ 1645.44
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2806.0
+ 1009.35
+ 1683.6
+ 8.4
+ 2.7
+ 7.5
+
+
+ 2870.0
+ 1033.35
+ 1722.0
+ 8.5
+ 3.0
+ 8.5
+
+
+ 2934.4
+ 1057.5
+ 1760.64
+ 8.6
+ 3.0
+ 8.5
+
+
+ 2999.2
+ 1081.8
+ 1799.52
+ 8.7
+ 3.0
+ 8.5
+
+
+ 3064.4
+ 1106.25
+ 1838.64
+ 8.8
+ 3.0
+ 8.5
+
+
+ 3130.0
+ 1130.85
+ 1878.0
+ 8.9
+ 3.0
+ 8.5
+
+
+ 3196.0
+ 1155.6
+ 1917.6
+ 9.0
+ 3.0
+ 8.5
+
+
+ 3262.4
+ 1180.5
+ 1957.44
+ 9.1
+ 3.0
+ 8.5
+
+
+ 3329.2
+ 1205.55
+ 1997.52
+ 9.2
+ 3.0
+ 8.5
+
+
+ 3396.4
+ 1230.75
+ 2037.84
+ 9.3
+ 3.0
+ 8.5
+
+
+ 3464.0
+ 1256.1
+ 2078.4
+ 9.4
+ 3.0
+ 8.5
+
+
+ 3532.0
+ 1281.6
+ 2119.2
+ 9.5
+ 3.0
+ 8.5
+
+
+ 3600.4
+ 1307.25
+ 2160.24
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3669.2
+ 1333.05
+ 2201.52
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3738.4
+ 1359.0
+ 2243.04
+ 9.8
+ 3.0
+ 8.5
+
+
+ 3808.0
+ 1385.1
+ 2284.8
+ 9.9
+ 3.0
+ 8.5
+
+
+ 3878.0
+ 1411.35
+ 2326.8
+ 10
+ 3.0
+ 8.5
+
+
+ 3948.4
+ 1437.75
+ 2369.04
+ 10.1
+ 3.0
+ 8.5
+
+
+ 4019.2
+ 1464.3
+ 2411.52
+ 10.2
+ 3.0
+ 8.5
+
+
+ 4090.4
+ 1491.0
+ 2454.24
+ 10.3
+ 3.0
+ 8.5
+
+
+ 4162.0
+ 1517.85
+ 2497.2
+ 10.4
+ 3.0
+ 8.5
+
+
+ 4234.0
+ 1544.85
+ 2540.4
+ 10.5
+ 3.0
+ 8.5
+
+
+ 4306.4
+ 1572.0
+ 2583.84
+ 10.6
+ 3.0
+ 8.5
+
+
+ 4379.2
+ 1599.3
+ 2627.52
+ 10.7
+ 3.0
+ 8.5
+
+
+ 4452.4
+ 1626.75
+ 2671.44
+ 10.8
+ 3.0
+ 8.5
+
+
+ 4526.0
+ 1654.35
+ 2715.6
+ 10.9
+ 3.0
+ 8.5
+
+
+ 4600.0
+ 1682.1
+ 2760.0
+ 11
+ 3.0
+ 8.5
+
+
+ 4674.4
+ 1710.0
+ 2804.64
+ 11.1
+ 3.0
+ 8.5
+
+
+ 4749.2
+ 1738.05
+ 2849.52
+ 11.2
+ 3.0
+ 8.5
+
+
+ 4824.4
+ 1766.25
+ 2894.64
+ 11.3
+ 3.0
+ 8.5
+
+
+ 4900
+ 1794.6
+ 2940
+ 11.4
+ 3.0
+ 8.5
+
+
+ 4976
+ 1823.1
+ 2985.6
+ 11.5
+ 3.0
+ 8.5
+
+
+ 5052.4
+ 1851.75
+ 3031.44
+ 11.6
+ 3.0
+ 8.5
+
+
+ 5129.2
+ 1880.55
+ 3077.52
+ 11.7
+ 3.0
+ 8.5
+
+
+ 5206.4
+ 1909.5
+ 3123.84
+ 11.8
+ 3.0
+ 8.5
+
+
+ 5284
+ 1938.6
+ 3170.4
+ 11.9
+ 3.0
+ 8.5
+
+
+ 5362
+ 1967.85
+ 3217.2
+ 12
+ 3.0
+ 8.5
+
+
+ 5440.4
+ 1997.25
+ 3264.24
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerHuman.xml
new file mode 100644
index 0000000000..61b7ded163
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathMessengerHuman.xml
@@ -0,0 +1,923 @@
+
+
+ 198
+
+ 20
+ 40
+ 41
+ 25
+ 34
+ 10
+ 10
+ 10
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 80
+ 132
+ 50
+ 50
+
+ 100
+ 250
+
+ 9.0
+ 23
+
+
+ 8.0
+ 23.5
+
+
+
+
+ 80.0
+ 30.0
+ 48.0
+ 2.0
+ 0.9
+ 2.0
+
+
+ 91.83
+ 35.46
+ 55.098
+ 2.05
+ 0.9
+ 2.0
+
+
+ 103.79
+ 40.98
+ 62.274
+ 2.1
+ 0.9
+ 2.0
+
+
+ 115.88
+ 46.56
+ 69.528
+ 2.15
+ 0.9
+ 2.0
+
+
+ 128.1
+ 52.2
+ 76.86
+ 2.2
+ 0.9
+ 2.0
+
+
+ 140.45
+ 57.9
+ 84.27
+ 2.25
+ 0.9
+ 2.0
+
+
+ 152.93
+ 63.66
+ 91.758
+ 2.3
+ 0.9
+ 2.0
+
+
+ 165.54
+ 69.48
+ 99.324
+ 2.35
+ 0.9
+ 2.0
+
+
+ 178.28
+ 75.36
+ 106.968
+ 2.4
+ 0.9
+ 2.0
+
+
+ 191.15
+ 81.3
+ 114.69
+ 2.45
+ 0.9
+ 2.0
+
+
+ 204.15
+ 87.3
+ 122.49
+ 2.5
+ 1.2
+ 2.5
+
+
+ 217.28
+ 93.36
+ 130.368
+ 2.6
+ 1.2
+ 2.5
+
+
+ 230.54
+ 99.48
+ 138.324
+ 2.7
+ 1.2
+ 2.5
+
+
+ 243.93
+ 105.66
+ 146.358
+ 2.8
+ 1.2
+ 2.5
+
+
+ 257.45
+ 111.9
+ 154.47
+ 2.9
+ 1.2
+ 2.5
+
+
+ 271.1
+ 118.2
+ 162.66
+ 3.0
+ 1.2
+ 2.5
+
+
+ 284.88
+ 124.56
+ 170.928
+ 3.1
+ 1.2
+ 2.5
+
+
+ 298.79
+ 130.98
+ 179.274
+ 3.2
+ 1.2
+ 2.5
+
+
+ 312.83
+ 137.46
+ 187.698
+ 3.3
+ 1.2
+ 2.5
+
+
+ 327.0
+ 144.0
+ 196.2
+ 3.4
+ 1.2
+ 2.5
+
+
+ 356.7
+ 153.9
+ 214.02
+ 3.5
+ 1.5
+ 3.5
+
+
+ 386.67
+ 163.89
+ 232.002
+ 3.6
+ 1.5
+ 3.5
+
+
+ 416.91
+ 173.97
+ 250.146
+ 3.7
+ 1.5
+ 3.5
+
+
+ 447.42
+ 184.14
+ 268.452
+ 3.8
+ 1.5
+ 3.5
+
+
+ 478.2
+ 194.4
+ 286.92
+ 3.9
+ 1.5
+ 3.5
+
+
+ 509.25
+ 204.75
+ 305.55
+ 4.0
+ 1.5
+ 3.5
+
+
+ 540.57
+ 215.19
+ 324.342
+ 4.1
+ 1.5
+ 3.5
+
+
+ 572.16
+ 225.72
+ 343.296
+ 4.2
+ 1.5
+ 3.5
+
+
+ 604.02
+ 236.34
+ 362.412
+ 4.3
+ 1.5
+ 3.5
+
+
+ 636.15
+ 247.05
+ 381.69
+ 4.4
+ 1.5
+ 3.5
+
+
+ 668.55
+ 257.85
+ 401.13
+ 4.5
+ 1.8
+ 4.5
+
+
+ 701.22
+ 268.74
+ 420.732
+ 4.6
+ 1.8
+ 4.5
+
+
+ 734.16
+ 279.72
+ 440.496
+ 4.7
+ 1.8
+ 4.5
+
+
+ 767.37
+ 290.79
+ 460.422
+ 4.8
+ 1.8
+ 4.5
+
+
+ 800.85
+ 301.95
+ 480.51
+ 4.9
+ 1.8
+ 4.5
+
+
+ 834.6
+ 313.2
+ 500.76
+ 5.0
+ 1.8
+ 4.5
+
+
+ 868.62
+ 324.54
+ 521.172
+ 5.1
+ 1.8
+ 4.5
+
+
+ 902.91
+ 335.97
+ 541.746
+ 5.2
+ 1.8
+ 4.5
+
+
+ 937.47
+ 347.49
+ 562.482
+ 5.3
+ 1.8
+ 4.5
+
+
+ 972.3
+ 359.1
+ 583.38
+ 5.4
+ 1.8
+ 4.5
+
+
+ 1019.1
+ 378.6
+ 611.46
+ 5.5
+ 2.1
+ 5.5
+
+
+ 1066.26
+ 398.25
+ 639.756
+ 5.6
+ 2.1
+ 5.5
+
+
+ 1113.78
+ 418.05
+ 668.268
+ 5.7
+ 2.1
+ 5.5
+
+
+ 1161.66
+ 438.0
+ 696.996
+ 5.8
+ 2.1
+ 5.5
+
+
+ 1209.9
+ 458.1
+ 725.94
+ 5.9
+ 2.1
+ 5.5
+
+
+ 1258.5
+ 478.35
+ 755.1
+ 6.0
+ 2.1
+ 5.5
+
+
+ 1307.46
+ 498.75
+ 784.476
+ 6.1
+ 2.1
+ 5.5
+
+
+ 1356.78
+ 519.3
+ 814.068
+ 6.2
+ 2.1
+ 5.5
+
+
+ 1406.46
+ 540.0
+ 843.876
+ 6.3
+ 2.1
+ 5.5
+
+
+ 1456.5
+ 560.85
+ 873.9
+ 6.4
+ 2.1
+ 5.5
+
+
+ 1506.9
+ 581.85
+ 904.14
+ 6.5
+ 2.4
+ 6.5
+
+
+ 1557.66
+ 603.0
+ 934.596
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1608.78
+ 624.3
+ 965.268
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1660.26
+ 645.75
+ 996.156
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1712.1
+ 667.35
+ 1027.26
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1764.3
+ 689.1
+ 1058.58
+ 7.0
+ 2.4
+ 6.5
+
+
+ 1816.86
+ 711.0
+ 1090.116
+ 7.1
+ 2.4
+ 6.5
+
+
+ 1869.78
+ 733.05
+ 1121.868
+ 7.2
+ 2.4
+ 6.5
+
+
+ 1923.06
+ 755.25
+ 1153.836
+ 7.3
+ 2.4
+ 6.5
+
+
+ 1976.7
+ 777.6
+ 1186.02
+ 7.4
+ 2.4
+ 6.5
+
+
+ 2030.7
+ 800.1
+ 1218.42
+ 7.5
+ 2.7
+ 7.5
+
+
+ 2085.06
+ 822.75
+ 1251.036
+ 7.6
+ 2.7
+ 7.5
+
+
+ 2139.78
+ 845.55
+ 1283.868
+ 7.7
+ 2.7
+ 7.5
+
+
+ 2194.86
+ 868.5
+ 1316.916
+ 7.8
+ 2.7
+ 7.5
+
+
+ 2250.3
+ 891.6
+ 1350.18
+ 7.9
+ 2.7
+ 7.5
+
+
+ 2306.1
+ 914.85
+ 1383.66
+ 8.0
+ 2.7
+ 7.5
+
+
+ 2362.26
+ 938.25
+ 1417.356
+ 8.1
+ 2.7
+ 7.5
+
+
+ 2418.78
+ 961.8
+ 1451.268
+ 8.2
+ 2.7
+ 7.5
+
+
+ 2475.66
+ 985.5
+ 1485.396
+ 8.3
+ 2.7
+ 7.5
+
+
+ 2532.9
+ 1009.35
+ 1519.74
+ 8.4
+ 2.7
+ 7.5
+
+
+ 2590.5
+ 1033.35
+ 1554.3
+ 8.5
+ 3.0
+ 8.5
+
+
+ 2648.46
+ 1057.5
+ 1589.076
+ 8.6
+ 3.0
+ 8.5
+
+
+ 2706.78
+ 1081.8
+ 1624.068
+ 8.7
+ 3.0
+ 8.5
+
+
+ 2765.46
+ 1106.25
+ 1659.276
+ 8.8
+ 3.0
+ 8.5
+
+
+ 2824.5
+ 1130.85
+ 1694.7
+ 8.9
+ 3.0
+ 8.5
+
+
+ 2883.9
+ 1155.6
+ 1730.34
+ 9.0
+ 3.0
+ 8.5
+
+
+ 2943.66
+ 1180.5
+ 1766.196
+ 9.1
+ 3.0
+ 8.5
+
+
+ 3003.78
+ 1205.55
+ 1802.268
+ 9.2
+ 3.0
+ 8.5
+
+
+ 3064.26
+ 1230.75
+ 1838.556
+ 9.3
+ 3.0
+ 8.5
+
+
+ 3125.1
+ 1256.1
+ 1875.06
+ 9.4
+ 3.0
+ 8.5
+
+
+ 3186.3
+ 1281.6
+ 1911.78
+ 9.5
+ 3.0
+ 8.5
+
+
+ 3247.86
+ 1307.25
+ 1948.716
+ 9.6
+ 3.0
+ 8.5
+
+
+ 3309.78
+ 1333.05
+ 1985.868
+ 9.7
+ 3.0
+ 8.5
+
+
+ 3372.06
+ 1359.0
+ 2023.236
+ 9.8
+ 3.0
+ 8.5
+
+
+ 3434.7
+ 1385.1
+ 2060.82
+ 9.9
+ 3.0
+ 8.5
+
+
+ 3497.7
+ 1411.35
+ 2098.62
+ 10
+ 3.0
+ 8.5
+
+
+ 3561.06
+ 1437.75
+ 2136.636
+ 10.1
+ 3.0
+ 8.5
+
+
+ 3624.78
+ 1464.3
+ 2174.868
+ 10.2
+ 3.0
+ 8.5
+
+
+ 3688.86
+ 1491.0
+ 2213.316
+ 10.3
+ 3.0
+ 8.5
+
+
+ 3753.3
+ 1517.85
+ 2251.98
+ 10.4
+ 3.0
+ 8.5
+
+
+ 3818.1
+ 1544.85
+ 2290.86
+ 10.5
+ 3.0
+ 8.5
+
+
+ 3883.26
+ 1572.0
+ 2329.956
+ 10.6
+ 3.0
+ 8.5
+
+
+ 3948.78
+ 1599.3
+ 2369.268
+ 10.7
+ 3.0
+ 8.5
+
+
+ 4014.66
+ 1626.75
+ 2408.796
+ 10.8
+ 3.0
+ 8.5
+
+
+ 4080.9
+ 1654.35
+ 2448.54
+ 10.9
+ 3.0
+ 8.5
+
+
+ 4147.5
+ 1682.1
+ 2488.5
+ 11
+ 3.0
+ 8.5
+
+
+ 4214.46
+ 1710.0
+ 2528.676
+ 11.1
+ 3.0
+ 8.5
+
+
+ 4281.78
+ 1738.05
+ 2569.068
+ 11.2
+ 3.0
+ 8.5
+
+
+ 4349.46
+ 1766.25
+ 2609.676
+ 11.3
+ 3.0
+ 8.5
+
+
+ 4417.5
+ 1794.6
+ 2650.5
+ 11.4
+ 3.0
+ 8.5
+
+
+ 4485.9
+ 1823.1
+ 2691.55
+ 11.5
+ 3.0
+ 8.5
+
+
+ 4554.66
+ 1851.75
+ 2732.82
+ 11.6
+ 3.0
+ 8.5
+
+
+ 4623.78
+ 1880.55
+ 2774.31
+ 11.7
+ 3.0
+ 8.5
+
+
+ 4693.26
+ 1909.5
+ 2816.02
+ 11.8
+ 3.0
+ 8.5
+
+
+ 4763.1
+ 1938.6
+ 2857.94
+ 11.9
+ 3.0
+ 8.5
+
+
+ 4833.3
+ 1967.85
+ 2900.09
+ 12
+ 3.0
+ 8.5
+
+
+ 4903.86
+ 1997.25
+ 2942.316
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimDarkElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimDarkElf.xml
new file mode 100644
index 0000000000..78d06249db
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimDarkElf.xml
@@ -0,0 +1,923 @@
+
+
+ 204
+
+ 20
+ 41
+ 40
+ 25
+ 34
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 85
+ 139
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.0
+ 23.5
+
+
+
+
+ 94.0
+ 30.0
+ 37.6
+ 2.0
+ 0.9
+ 2.0
+
+
+ 107.65
+ 35.46
+ 43.06
+ 2.05
+ 0.9
+ 2.0
+
+
+ 121.45
+ 40.98
+ 48.58
+ 2.1
+ 0.9
+ 2.0
+
+
+ 135.4
+ 46.56
+ 54.16
+ 2.15
+ 0.9
+ 2.0
+
+
+ 149.5
+ 52.2
+ 59.8
+ 2.2
+ 0.9
+ 2.0
+
+
+ 163.75
+ 57.9
+ 65.5
+ 2.25
+ 0.9
+ 2.0
+
+
+ 178.15
+ 63.66
+ 71.26
+ 2.3
+ 0.9
+ 2.0
+
+
+ 192.7
+ 69.48
+ 77.08
+ 2.35
+ 0.9
+ 2.0
+
+
+ 207.4
+ 75.36
+ 82.96
+ 2.4
+ 0.9
+ 2.0
+
+
+ 222.25
+ 81.3
+ 88.9
+ 2.45
+ 0.9
+ 2.0
+
+
+ 237.25
+ 87.3
+ 94.9
+ 2.5
+ 1.2
+ 2.5
+
+
+ 252.4
+ 93.36
+ 100.96
+ 2.6
+ 1.2
+ 2.5
+
+
+ 267.7
+ 99.48
+ 107.08
+ 2.7
+ 1.2
+ 2.5
+
+
+ 283.15
+ 105.66
+ 113.26
+ 2.8
+ 1.2
+ 2.5
+
+
+ 298.75
+ 111.9
+ 119.5
+ 2.9
+ 1.2
+ 2.5
+
+
+ 314.5
+ 118.2
+ 125.8
+ 3.0
+ 1.2
+ 2.5
+
+
+ 330.4
+ 124.56
+ 132.16
+ 3.1
+ 1.2
+ 2.5
+
+
+ 346.45
+ 130.98
+ 138.58
+ 3.2
+ 1.2
+ 2.5
+
+
+ 362.65
+ 137.46
+ 145.06
+ 3.3
+ 1.2
+ 2.5
+
+
+ 379.0
+ 144.0
+ 151.6
+ 3.4
+ 1.2
+ 2.5
+
+
+ 395.5
+ 150.6
+ 158.2
+ 3.5
+ 1.5
+ 3.5
+
+
+ 412.15
+ 157.26
+ 164.86
+ 3.6
+ 1.5
+ 3.5
+
+
+ 428.95
+ 163.98
+ 171.58
+ 3.7
+ 1.5
+ 3.5
+
+
+ 445.9
+ 170.76
+ 178.36
+ 3.8
+ 1.5
+ 3.5
+
+
+ 463.0
+ 177.6
+ 185.2
+ 3.9
+ 1.5
+ 3.5
+
+
+ 480.25
+ 184.5
+ 192.1
+ 4.0
+ 1.5
+ 3.5
+
+
+ 497.65
+ 191.46
+ 199.06
+ 4.1
+ 1.5
+ 3.5
+
+
+ 515.2
+ 198.48
+ 206.08
+ 4.2
+ 1.5
+ 3.5
+
+
+ 532.9
+ 205.56
+ 213.16
+ 4.3
+ 1.5
+ 3.5
+
+
+ 550.75
+ 212.7
+ 220.3
+ 4.4
+ 1.5
+ 3.5
+
+
+ 568.75
+ 219.9
+ 227.5
+ 4.5
+ 1.8
+ 4.5
+
+
+ 586.9
+ 227.16
+ 234.76
+ 4.6
+ 1.8
+ 4.5
+
+
+ 605.2
+ 234.48
+ 242.08
+ 4.7
+ 1.8
+ 4.5
+
+
+ 623.65
+ 241.86
+ 249.46
+ 4.8
+ 1.8
+ 4.5
+
+
+ 642.25
+ 249.3
+ 256.9
+ 4.9
+ 1.8
+ 4.5
+
+
+ 661.0
+ 256.8
+ 264.4
+ 5.0
+ 1.8
+ 4.5
+
+
+ 679.9
+ 264.36
+ 271.96
+ 5.1
+ 1.8
+ 4.5
+
+
+ 698.95
+ 271.98
+ 279.58
+ 5.2
+ 1.8
+ 4.5
+
+
+ 718.15
+ 279.66
+ 287.26
+ 5.3
+ 1.8
+ 4.5
+
+
+ 737.5
+ 287.4
+ 295.0
+ 5.4
+ 1.8
+ 4.5
+
+
+ 757.0
+ 295.2
+ 302.8
+ 5.5
+ 2.1
+ 5.5
+
+
+ 776.65
+ 303.06
+ 310.66
+ 5.6
+ 2.1
+ 5.5
+
+
+ 796.45
+ 310.98
+ 318.58
+ 5.7
+ 2.1
+ 5.5
+
+
+ 816.4
+ 318.96
+ 326.56
+ 5.8
+ 2.1
+ 5.5
+
+
+ 836.5
+ 327.0
+ 334.6
+ 5.9
+ 2.1
+ 5.5
+
+
+ 856.75
+ 335.1
+ 342.7
+ 6.0
+ 2.1
+ 5.5
+
+
+ 877.15
+ 343.26
+ 350.86
+ 6.1
+ 2.1
+ 5.5
+
+
+ 897.7
+ 351.48
+ 359.08
+ 6.2
+ 2.1
+ 5.5
+
+
+ 918.4
+ 359.76
+ 367.36
+ 6.3
+ 2.1
+ 5.5
+
+
+ 939.25
+ 368.1
+ 375.7
+ 6.4
+ 2.1
+ 5.5
+
+
+ 960.25
+ 376.5
+ 384.1
+ 6.5
+ 2.4
+ 6.5
+
+
+ 981.4
+ 384.96
+ 392.56
+ 6.6
+ 2.4
+ 6.5
+
+
+ 1002.7
+ 393.48
+ 401.08
+ 6.7
+ 2.4
+ 6.5
+
+
+ 1024.15
+ 402.06
+ 409.66
+ 6.8
+ 2.4
+ 6.5
+
+
+ 1045.75
+ 410.7
+ 418.3
+ 6.9
+ 2.4
+ 6.5
+
+
+ 1067.5
+ 419.4
+ 427.0
+ 7.0
+ 2.4
+ 6.5
+
+
+ 1089.4
+ 428.16
+ 435.76
+ 7.1
+ 2.4
+ 6.5
+
+
+ 1111.45
+ 436.98
+ 444.58
+ 7.2
+ 2.4
+ 6.5
+
+
+ 1133.65
+ 445.86
+ 453.46
+ 7.3
+ 2.4
+ 6.5
+
+
+ 1156.0
+ 454.8
+ 462.4
+ 7.4
+ 2.4
+ 6.5
+
+
+ 1178.5
+ 463.8
+ 471.4
+ 7.5
+ 2.7
+ 7.5
+
+
+ 1201.15
+ 472.86
+ 480.46
+ 7.6
+ 2.7
+ 7.5
+
+
+ 1223.95
+ 481.98
+ 489.58
+ 7.7
+ 2.7
+ 7.5
+
+
+ 1246.9
+ 491.16
+ 498.76
+ 7.8
+ 2.7
+ 7.5
+
+
+ 1270.0
+ 500.4
+ 508.0
+ 7.9
+ 2.7
+ 7.5
+
+
+ 1293.25
+ 509.7
+ 517.3
+ 8.0
+ 2.7
+ 7.5
+
+
+ 1316.65
+ 519.06
+ 526.66
+ 8.1
+ 2.7
+ 7.5
+
+
+ 1340.2
+ 528.48
+ 536.08
+ 8.2
+ 2.7
+ 7.5
+
+
+ 1363.9
+ 537.96
+ 545.56
+ 8.3
+ 2.7
+ 7.5
+
+
+ 1387.75
+ 547.5
+ 555.1
+ 8.4
+ 2.7
+ 7.5
+
+
+ 1411.75
+ 557.1
+ 564.7
+ 8.5
+ 3.0
+ 8.5
+
+
+ 1435.9
+ 566.76
+ 574.36
+ 8.6
+ 3.0
+ 8.5
+
+
+ 1460.2
+ 576.48
+ 584.08
+ 8.7
+ 3.0
+ 8.5
+
+
+ 1484.65
+ 586.26
+ 593.86
+ 8.8
+ 3.0
+ 8.5
+
+
+ 1509.25
+ 596.1
+ 603.7
+ 8.9
+ 3.0
+ 8.5
+
+
+ 1534.0
+ 606.0
+ 613.6
+ 9.0
+ 3.0
+ 8.5
+
+
+ 1558.9
+ 615.96
+ 623.56
+ 9.1
+ 3.0
+ 8.5
+
+
+ 1583.95
+ 625.98
+ 633.58
+ 9.2
+ 3.0
+ 8.5
+
+
+ 1609.15
+ 636.06
+ 643.66
+ 9.3
+ 3.0
+ 8.5
+
+
+ 1634.5
+ 646.2
+ 653.8
+ 9.4
+ 3.0
+ 8.5
+
+
+ 1660.0
+ 656.4
+ 664.0
+ 9.5
+ 3.0
+ 8.5
+
+
+ 1685.65
+ 666.66
+ 674.26
+ 9.6
+ 3.0
+ 8.5
+
+
+ 1711.45
+ 676.98
+ 684.58
+ 9.7
+ 3.0
+ 8.5
+
+
+ 1737.4
+ 687.36
+ 694.96
+ 9.8
+ 3.0
+ 8.5
+
+
+ 1763.5
+ 697.8
+ 705.4
+ 9.9
+ 3.0
+ 8.5
+
+
+ 1789.75
+ 708.3
+ 715.9
+ 10
+ 3.0
+ 8.5
+
+
+ 1816.15
+ 718.86
+ 726.46
+ 10.1
+ 3.0
+ 8.5
+
+
+ 1842.7
+ 729.48
+ 737.08
+ 10.2
+ 3.0
+ 8.5
+
+
+ 1869.4
+ 740.16
+ 747.76
+ 10.3
+ 3.0
+ 8.5
+
+
+ 1896.25
+ 750.9
+ 758.5
+ 10.4
+ 3.0
+ 8.5
+
+
+ 1923.25
+ 761.7
+ 769.3
+ 10.5
+ 3.0
+ 8.5
+
+
+ 1950.4
+ 772.56
+ 780.16
+ 10.6
+ 3.0
+ 8.5
+
+
+ 1977.7
+ 783.48
+ 791.08
+ 10.7
+ 3.0
+ 8.5
+
+
+ 2005.15
+ 794.46
+ 802.06
+ 10.8
+ 3.0
+ 8.5
+
+
+ 2032.75
+ 805.5
+ 813.1
+ 10.9
+ 3.0
+ 8.5
+
+
+ 2060.5
+ 816.6
+ 824.2
+ 11
+ 3.0
+ 8.5
+
+
+ 2088.4
+ 827.76
+ 835.36
+ 11.1
+ 3.0
+ 8.5
+
+
+ 2116.45
+ 838.98
+ 846.58
+ 11.2
+ 3.0
+ 8.5
+
+
+ 2144.65
+ 850.26
+ 857.86
+ 11.3
+ 3.0
+ 8.5
+
+
+ 2173
+ 861.6
+ 869.2
+ 11.4
+ 3.0
+ 8.5
+
+
+ 2201.5
+ 873
+ 880.6
+ 11.5
+ 3.0
+ 8.5
+
+
+ 2230.15
+ 884.46
+ 892.06
+ 11.6
+ 3.0
+ 8.5
+
+
+ 2258.95
+ 895.98
+ 903.58
+ 11.7
+ 3.0
+ 8.5
+
+
+ 2287.9
+ 907.56
+ 915.16
+ 11.8
+ 3.0
+ 8.5
+
+
+ 2317
+ 919.2
+ 926.8
+ 11.9
+ 3.0
+ 8.5
+
+
+ 2346.25
+ 930.9
+ 938.5
+ 12
+ 3.0
+ 8.5
+
+
+ 2375.65
+ 942.66
+ 950.26
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimElf.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimElf.xml
new file mode 100644
index 0000000000..1170844bf4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimElf.xml
@@ -0,0 +1,923 @@
+
+
+ 200
+
+ 20
+ 40
+ 40
+ 25
+ 35
+ 10
+ 10
+ 15
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 90
+ 143
+ 50
+ 50
+
+ 150
+ 350
+
+ 7.5
+ 24
+
+
+ 7.5
+ 23
+
+
+
+
+ 89.0
+ 30.0
+ 35.6
+ 2.0
+ 0.9
+ 2.0
+
+
+ 101.74
+ 35.46
+ 40.696
+ 2.05
+ 0.9
+ 2.0
+
+
+ 114.62
+ 40.98
+ 45.848
+ 2.1
+ 0.9
+ 2.0
+
+
+ 127.64
+ 46.56
+ 51.056
+ 2.15
+ 0.9
+ 2.0
+
+
+ 140.8
+ 52.2
+ 56.32
+ 2.2
+ 0.9
+ 2.0
+
+
+ 154.1
+ 57.9
+ 61.64
+ 2.25
+ 0.9
+ 2.0
+
+
+ 167.54
+ 63.66
+ 67.016
+ 2.3
+ 0.9
+ 2.0
+
+
+ 181.12
+ 69.48
+ 72.448
+ 2.35
+ 0.9
+ 2.0
+
+
+ 194.84
+ 75.36
+ 77.936
+ 2.4
+ 0.9
+ 2.0
+
+
+ 208.7
+ 81.3
+ 83.48
+ 2.45
+ 0.9
+ 2.0
+
+
+ 222.7
+ 87.3
+ 89.08
+ 2.5
+ 1.2
+ 2.5
+
+
+ 236.84
+ 93.36
+ 94.736
+ 2.6
+ 1.2
+ 2.5
+
+
+ 251.12
+ 99.48
+ 100.448
+ 2.7
+ 1.2
+ 2.5
+
+
+ 265.54
+ 105.66
+ 106.216
+ 2.8
+ 1.2
+ 2.5
+
+
+ 280.1
+ 111.9
+ 112.04
+ 2.9
+ 1.2
+ 2.5
+
+
+ 294.8
+ 118.2
+ 117.92
+ 3.0
+ 1.2
+ 2.5
+
+
+ 309.64
+ 124.56
+ 123.856
+ 3.1
+ 1.2
+ 2.5
+
+
+ 324.62
+ 130.98
+ 129.848
+ 3.2
+ 1.2
+ 2.5
+
+
+ 339.74
+ 137.46
+ 135.896
+ 3.3
+ 1.2
+ 2.5
+
+
+ 355.0
+ 144.0
+ 142.0
+ 3.4
+ 1.2
+ 2.5
+
+
+ 370.4
+ 150.6
+ 148.16
+ 3.5
+ 1.5
+ 3.5
+
+
+ 385.94
+ 157.26
+ 154.376
+ 3.6
+ 1.5
+ 3.5
+
+
+ 401.62
+ 163.98
+ 160.648
+ 3.7
+ 1.5
+ 3.5
+
+
+ 417.44
+ 170.76
+ 166.976
+ 3.8
+ 1.5
+ 3.5
+
+
+ 433.4
+ 177.6
+ 173.36
+ 3.9
+ 1.5
+ 3.5
+
+
+ 449.5
+ 184.5
+ 179.8
+ 4.0
+ 1.5
+ 3.5
+
+
+ 465.74
+ 191.46
+ 186.296
+ 4.1
+ 1.5
+ 3.5
+
+
+ 482.12
+ 198.48
+ 192.848
+ 4.2
+ 1.5
+ 3.5
+
+
+ 498.64
+ 205.56
+ 199.456
+ 4.3
+ 1.5
+ 3.5
+
+
+ 515.3
+ 212.7
+ 206.12
+ 4.4
+ 1.5
+ 3.5
+
+
+ 532.1
+ 219.9
+ 212.84
+ 4.5
+ 1.8
+ 4.5
+
+
+ 549.04
+ 227.16
+ 219.616
+ 4.6
+ 1.8
+ 4.5
+
+
+ 566.12
+ 234.48
+ 226.448
+ 4.7
+ 1.8
+ 4.5
+
+
+ 583.34
+ 241.86
+ 233.336
+ 4.8
+ 1.8
+ 4.5
+
+
+ 600.7
+ 249.3
+ 240.28
+ 4.9
+ 1.8
+ 4.5
+
+
+ 618.2
+ 256.8
+ 247.28
+ 5.0
+ 1.8
+ 4.5
+
+
+ 635.84
+ 264.36
+ 254.336
+ 5.1
+ 1.8
+ 4.5
+
+
+ 653.62
+ 271.98
+ 261.448
+ 5.2
+ 1.8
+ 4.5
+
+
+ 671.54
+ 279.66
+ 268.616
+ 5.3
+ 1.8
+ 4.5
+
+
+ 689.6
+ 287.4
+ 275.84
+ 5.4
+ 1.8
+ 4.5
+
+
+ 707.8
+ 295.2
+ 283.12
+ 5.5
+ 2.1
+ 5.5
+
+
+ 726.14
+ 303.06
+ 290.456
+ 5.6
+ 2.1
+ 5.5
+
+
+ 744.62
+ 310.98
+ 297.848
+ 5.7
+ 2.1
+ 5.5
+
+
+ 763.24
+ 318.96
+ 305.296
+ 5.8
+ 2.1
+ 5.5
+
+
+ 782.0
+ 327.0
+ 312.8
+ 5.9
+ 2.1
+ 5.5
+
+
+ 800.9
+ 335.1
+ 320.36
+ 6.0
+ 2.1
+ 5.5
+
+
+ 819.94
+ 343.26
+ 327.976
+ 6.1
+ 2.1
+ 5.5
+
+
+ 839.12
+ 351.48
+ 335.648
+ 6.2
+ 2.1
+ 5.5
+
+
+ 858.44
+ 359.76
+ 343.376
+ 6.3
+ 2.1
+ 5.5
+
+
+ 877.9
+ 368.1
+ 351.16
+ 6.4
+ 2.1
+ 5.5
+
+
+ 897.5
+ 376.5
+ 359.0
+ 6.5
+ 2.4
+ 6.5
+
+
+ 917.24
+ 384.96
+ 366.896
+ 6.6
+ 2.4
+ 6.5
+
+
+ 937.12
+ 393.48
+ 374.848
+ 6.7
+ 2.4
+ 6.5
+
+
+ 957.14
+ 402.06
+ 382.856
+ 6.8
+ 2.4
+ 6.5
+
+
+ 977.3
+ 410.7
+ 390.92
+ 6.9
+ 2.4
+ 6.5
+
+
+ 997.6
+ 419.4
+ 399.04
+ 7.0
+ 2.4
+ 6.5
+
+
+ 1018.04
+ 428.16
+ 407.216
+ 7.1
+ 2.4
+ 6.5
+
+
+ 1038.62
+ 436.98
+ 415.448
+ 7.2
+ 2.4
+ 6.5
+
+
+ 1059.34
+ 445.86
+ 423.736
+ 7.3
+ 2.4
+ 6.5
+
+
+ 1080.2
+ 454.8
+ 432.08
+ 7.4
+ 2.4
+ 6.5
+
+
+ 1101.2
+ 463.8
+ 440.48
+ 7.5
+ 2.7
+ 7.5
+
+
+ 1122.34
+ 472.86
+ 448.936
+ 7.6
+ 2.7
+ 7.5
+
+
+ 1143.62
+ 481.98
+ 457.448
+ 7.7
+ 2.7
+ 7.5
+
+
+ 1165.04
+ 491.16
+ 466.016
+ 7.8
+ 2.7
+ 7.5
+
+
+ 1186.6
+ 500.4
+ 474.64
+ 7.9
+ 2.7
+ 7.5
+
+
+ 1208.3
+ 509.7
+ 483.32
+ 8.0
+ 2.7
+ 7.5
+
+
+ 1230.14
+ 519.06
+ 492.056
+ 8.1
+ 2.7
+ 7.5
+
+
+ 1252.12
+ 528.48
+ 500.848
+ 8.2
+ 2.7
+ 7.5
+
+
+ 1274.24
+ 537.96
+ 509.696
+ 8.3
+ 2.7
+ 7.5
+
+
+ 1296.5
+ 547.5
+ 518.6
+ 8.4
+ 2.7
+ 7.5
+
+
+ 1318.9
+ 557.1
+ 527.56
+ 8.5
+ 3.0
+ 8.5
+
+
+ 1341.44
+ 566.76
+ 536.576
+ 8.6
+ 3.0
+ 8.5
+
+
+ 1364.12
+ 576.48
+ 545.648
+ 8.7
+ 3.0
+ 8.5
+
+
+ 1386.94
+ 586.26
+ 554.776
+ 8.8
+ 3.0
+ 8.5
+
+
+ 1409.9
+ 596.1
+ 563.96
+ 8.9
+ 3.0
+ 8.5
+
+
+ 1433.0
+ 606.0
+ 573.2
+ 9.0
+ 3.0
+ 8.5
+
+
+ 1456.24
+ 615.96
+ 582.496
+ 9.1
+ 3.0
+ 8.5
+
+
+ 1479.62
+ 625.98
+ 591.848
+ 9.2
+ 3.0
+ 8.5
+
+
+ 1503.14
+ 636.06
+ 601.256
+ 9.3
+ 3.0
+ 8.5
+
+
+ 1526.8
+ 646.2
+ 610.72
+ 9.4
+ 3.0
+ 8.5
+
+
+ 1550.6
+ 656.4
+ 620.24
+ 9.5
+ 3.0
+ 8.5
+
+
+ 1574.54
+ 666.66
+ 629.816
+ 9.6
+ 3.0
+ 8.5
+
+
+ 1598.62
+ 676.98
+ 639.448
+ 9.7
+ 3.0
+ 8.5
+
+
+ 1622.84
+ 687.36
+ 649.136
+ 9.8
+ 3.0
+ 8.5
+
+
+ 1647.2
+ 697.8
+ 658.88
+ 9.9
+ 3.0
+ 8.5
+
+
+ 1671.7
+ 708.3
+ 668.68
+ 10
+ 3.0
+ 8.5
+
+
+ 1696.34
+ 718.86
+ 678.536
+ 10.1
+ 3.0
+ 8.5
+
+
+ 1721.12
+ 729.48
+ 688.448
+ 10.2
+ 3.0
+ 8.5
+
+
+ 1746.04
+ 740.16
+ 698.416
+ 10.3
+ 3.0
+ 8.5
+
+
+ 1771.1
+ 750.9
+ 708.44
+ 10.4
+ 3.0
+ 8.5
+
+
+ 1796.3
+ 761.7
+ 718.52
+ 10.5
+ 3.0
+ 8.5
+
+
+ 1821.64
+ 772.56
+ 728.656
+ 10.6
+ 3.0
+ 8.5
+
+
+ 1847.12
+ 783.48
+ 738.848
+ 10.7
+ 3.0
+ 8.5
+
+
+ 1872.74
+ 794.46
+ 749.096
+ 10.8
+ 3.0
+ 8.5
+
+
+ 1898.5
+ 805.5
+ 759.4
+ 10.9
+ 3.0
+ 8.5
+
+
+ 1924.4
+ 816.6
+ 769.76
+ 11
+ 3.0
+ 8.5
+
+
+ 1950.44
+ 827.76
+ 780.176
+ 11.1
+ 3.0
+ 8.5
+
+
+ 1976.62
+ 838.98
+ 790.648
+ 11.2
+ 3.0
+ 8.5
+
+
+ 2002.94
+ 850.26
+ 801.176
+ 11.3
+ 3.0
+ 8.5
+
+
+ 2029.4
+ 861.6
+ 811.76
+ 11.4
+ 3.0
+ 8.5
+
+
+ 2056
+ 873
+ 822.41
+ 11.5
+ 3.0
+ 8.5
+
+
+ 2082.74
+ 884.46
+ 833.12
+ 11.6
+ 3.0
+ 8.5
+
+
+ 2109.62
+ 895.98
+ 843.89
+ 11.7
+ 3.0
+ 8.5
+
+
+ 2136.64
+ 907.56
+ 854.72
+ 11.8
+ 3.0
+ 8.5
+
+
+ 2163.8
+ 919.2
+ 865.6
+ 11.9
+ 3.0
+ 8.5
+
+
+ 2191.1
+ 930.9
+ 876.55
+ 12
+ 3.0
+ 8.5
+
+
+ 2218.54
+ 942.66
+ 887.416
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimHuman.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimHuman.xml
new file mode 100644
index 0000000000..6b98305cbc
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/baseStats/DeathPilgrimHuman.xml
@@ -0,0 +1,923 @@
+
+
+ 196
+
+ 20
+ 40
+ 41
+ 25
+ 34
+ 10
+ 10
+ 10
+
+
+
+ 4
+ 4
+ 5
+ FIST
+ 300
+ 333
+
+ 31
+ 18
+ 12
+ 7
+ 8
+ 3
+ 1
+
+ 6
+
+ 9
+ 9
+ 5
+ 5
+ 13
+
+ 0
+ 20
+
+ 0
+ 0
+ 26
+ 120
+
+ 10
+
+ 80
+ 132
+ 50
+ 50
+
+ 100
+ 250
+
+ 9.0
+ 23
+
+
+ 8.0
+ 23.5
+
+
+
+
+ 80.0
+ 30.0
+ 32.0
+ 2.0
+ 0.9
+ 2.0
+
+
+ 91.83
+ 35.46
+ 36.732
+ 2.05
+ 0.9
+ 2.0
+
+
+ 103.79
+ 40.98
+ 41.516
+ 2.1
+ 0.9
+ 2.0
+
+
+ 115.88
+ 46.56
+ 46.352
+ 2.15
+ 0.9
+ 2.0
+
+
+ 128.1
+ 52.2
+ 51.24
+ 2.2
+ 0.9
+ 2.0
+
+
+ 140.45
+ 57.9
+ 56.18
+ 2.25
+ 0.9
+ 2.0
+
+
+ 152.93
+ 63.66
+ 61.172
+ 2.3
+ 0.9
+ 2.0
+
+
+ 165.54
+ 69.48
+ 66.216
+ 2.35
+ 0.9
+ 2.0
+
+
+ 178.28
+ 75.36
+ 71.312
+ 2.4
+ 0.9
+ 2.0
+
+
+ 191.15
+ 81.3
+ 76.46
+ 2.45
+ 0.9
+ 2.0
+
+
+ 204.15
+ 87.3
+ 81.66
+ 2.5
+ 1.2
+ 2.5
+
+
+ 217.28
+ 93.36
+ 86.912
+ 2.6
+ 1.2
+ 2.5
+
+
+ 230.54
+ 99.48
+ 92.216
+ 2.7
+ 1.2
+ 2.5
+
+
+ 243.93
+ 105.66
+ 97.572
+ 2.8
+ 1.2
+ 2.5
+
+
+ 257.45
+ 111.9
+ 102.98
+ 2.9
+ 1.2
+ 2.5
+
+
+ 271.1
+ 118.2
+ 108.44
+ 3.0
+ 1.2
+ 2.5
+
+
+ 284.88
+ 124.56
+ 113.952
+ 3.1
+ 1.2
+ 2.5
+
+
+ 298.79
+ 130.98
+ 119.516
+ 3.2
+ 1.2
+ 2.5
+
+
+ 312.83
+ 137.46
+ 125.132
+ 3.3
+ 1.2
+ 2.5
+
+
+ 327.0
+ 144.0
+ 130.8
+ 3.4
+ 1.2
+ 2.5
+
+
+ 341.3
+ 150.6
+ 136.52
+ 3.5
+ 1.5
+ 3.5
+
+
+ 355.73
+ 157.26
+ 142.292
+ 3.6
+ 1.5
+ 3.5
+
+
+ 370.29
+ 163.98
+ 148.116
+ 3.7
+ 1.5
+ 3.5
+
+
+ 384.98
+ 170.76
+ 153.992
+ 3.8
+ 1.5
+ 3.5
+
+
+ 399.8
+ 177.6
+ 159.92
+ 3.9
+ 1.5
+ 3.5
+
+
+ 414.75
+ 184.5
+ 165.9
+ 4.0
+ 1.5
+ 3.5
+
+
+ 429.83
+ 191.46
+ 171.932
+ 4.1
+ 1.5
+ 3.5
+
+
+ 445.04
+ 198.48
+ 178.016
+ 4.2
+ 1.5
+ 3.5
+
+
+ 460.38
+ 205.56
+ 184.152
+ 4.3
+ 1.5
+ 3.5
+
+
+ 475.85
+ 212.7
+ 190.34
+ 4.4
+ 1.5
+ 3.5
+
+
+ 491.45
+ 219.9
+ 196.58
+ 4.5
+ 1.8
+ 4.5
+
+
+ 507.18
+ 227.16
+ 202.872
+ 4.6
+ 1.8
+ 4.5
+
+
+ 523.04
+ 234.48
+ 209.216
+ 4.7
+ 1.8
+ 4.5
+
+
+ 539.03
+ 241.86
+ 215.612
+ 4.8
+ 1.8
+ 4.5
+
+
+ 555.15
+ 249.3
+ 222.06
+ 4.9
+ 1.8
+ 4.5
+
+
+ 571.4
+ 256.8
+ 228.56
+ 5.0
+ 1.8
+ 4.5
+
+
+ 587.78
+ 264.36
+ 235.112
+ 5.1
+ 1.8
+ 4.5
+
+
+ 604.29
+ 271.98
+ 241.716
+ 5.2
+ 1.8
+ 4.5
+
+
+ 620.93
+ 279.66
+ 248.372
+ 5.3
+ 1.8
+ 4.5
+
+
+ 637.7
+ 287.4
+ 255.08
+ 5.4
+ 1.8
+ 4.5
+
+
+ 654.6
+ 295.2
+ 261.84
+ 5.5
+ 2.1
+ 5.5
+
+
+ 671.63
+ 303.06
+ 268.652
+ 5.6
+ 2.1
+ 5.5
+
+
+ 688.79
+ 310.98
+ 275.516
+ 5.7
+ 2.1
+ 5.5
+
+
+ 706.08
+ 318.96
+ 282.432
+ 5.8
+ 2.1
+ 5.5
+
+
+ 723.5
+ 327.0
+ 289.4
+ 5.9
+ 2.1
+ 5.5
+
+
+ 741.05
+ 335.1
+ 296.42
+ 6.0
+ 2.1
+ 5.5
+
+
+ 758.73
+ 343.26
+ 303.492
+ 6.1
+ 2.1
+ 5.5
+
+
+ 776.54
+ 351.48
+ 310.616
+ 6.2
+ 2.1
+ 5.5
+
+
+ 794.48
+ 359.76
+ 317.792
+ 6.3
+ 2.1
+ 5.5
+
+
+ 812.55
+ 368.1
+ 325.02
+ 6.4
+ 2.1
+ 5.5
+
+
+ 830.75
+ 376.5
+ 332.3
+ 6.5
+ 2.4
+ 6.5
+
+
+ 849.08
+ 384.96
+ 339.632
+ 6.6
+ 2.4
+ 6.5
+
+
+ 867.54
+ 393.48
+ 347.016
+ 6.7
+ 2.4
+ 6.5
+
+
+ 886.13
+ 402.06
+ 354.452
+ 6.8
+ 2.4
+ 6.5
+
+
+ 904.85
+ 410.7
+ 361.94
+ 6.9
+ 2.4
+ 6.5
+
+
+ 923.7
+ 419.4
+ 369.48
+ 7.0
+ 2.4
+ 6.5
+
+
+ 942.68
+ 428.16
+ 377.072
+ 7.1
+ 2.4
+ 6.5
+
+
+ 961.79
+ 436.98
+ 384.716
+ 7.2
+ 2.4
+ 6.5
+
+
+ 981.03
+ 445.86
+ 392.412
+ 7.3
+ 2.4
+ 6.5
+
+
+ 1000.4
+ 454.8
+ 400.16
+ 7.4
+ 2.4
+ 6.5
+
+
+ 1019.9
+ 463.8
+ 407.96
+ 7.5
+ 2.7
+ 7.5
+
+
+ 1039.53
+ 472.86
+ 415.812
+ 7.6
+ 2.7
+ 7.5
+
+
+ 1059.29
+ 481.98
+ 423.716
+ 7.7
+ 2.7
+ 7.5
+
+
+ 1079.18
+ 491.16
+ 431.672
+ 7.8
+ 2.7
+ 7.5
+
+
+ 1099.2
+ 500.4
+ 439.68
+ 7.9
+ 2.7
+ 7.5
+
+
+ 1119.35
+ 509.7
+ 447.74
+ 8.0
+ 2.7
+ 7.5
+
+
+ 1139.63
+ 519.06
+ 455.852
+ 8.1
+ 2.7
+ 7.5
+
+
+ 1160.04
+ 528.48
+ 464.016
+ 8.2
+ 2.7
+ 7.5
+
+
+ 1180.58
+ 537.96
+ 472.232
+ 8.3
+ 2.7
+ 7.5
+
+
+ 1201.25
+ 547.5
+ 480.5
+ 8.4
+ 2.7
+ 7.5
+
+
+ 1222.05
+ 557.1
+ 488.82
+ 8.5
+ 3.0
+ 8.5
+
+
+ 1242.98
+ 566.76
+ 497.192
+ 8.6
+ 3.0
+ 8.5
+
+
+ 1264.04
+ 576.48
+ 505.616
+ 8.7
+ 3.0
+ 8.5
+
+
+ 1285.23
+ 586.26
+ 514.092
+ 8.8
+ 3.0
+ 8.5
+
+
+ 1306.55
+ 596.1
+ 522.62
+ 8.9
+ 3.0
+ 8.5
+
+
+ 1328.0
+ 606.0
+ 531.2
+ 9.0
+ 3.0
+ 8.5
+
+
+ 1349.58
+ 615.96
+ 539.832
+ 9.1
+ 3.0
+ 8.5
+
+
+ 1371.29
+ 625.98
+ 548.516
+ 9.2
+ 3.0
+ 8.5
+
+
+ 1393.13
+ 636.06
+ 557.252
+ 9.3
+ 3.0
+ 8.5
+
+
+ 1415.1
+ 646.2
+ 566.04
+ 9.4
+ 3.0
+ 8.5
+
+
+ 1437.2
+ 656.4
+ 574.88
+ 9.5
+ 3.0
+ 8.5
+
+
+ 1459.43
+ 666.66
+ 583.772
+ 9.6
+ 3.0
+ 8.5
+
+
+ 1481.79
+ 676.98
+ 592.716
+ 9.7
+ 3.0
+ 8.5
+
+
+ 1504.28
+ 687.36
+ 601.712
+ 9.8
+ 3.0
+ 8.5
+
+
+ 1526.9
+ 697.8
+ 610.76
+ 9.9
+ 3.0
+ 8.5
+
+
+ 1549.65
+ 708.3
+ 619.86
+ 10
+ 3.0
+ 8.5
+
+
+ 1572.53
+ 718.86
+ 629.012
+ 10.1
+ 3.0
+ 8.5
+
+
+ 1595.54
+ 729.48
+ 638.216
+ 10.2
+ 3.0
+ 8.5
+
+
+ 1618.68
+ 740.16
+ 647.472
+ 10.3
+ 3.0
+ 8.5
+
+
+ 1641.95
+ 750.9
+ 656.78
+ 10.4
+ 3.0
+ 8.5
+
+
+ 1665.35
+ 761.7
+ 666.14
+ 10.5
+ 3.0
+ 8.5
+
+
+ 1688.88
+ 772.56
+ 675.552
+ 10.6
+ 3.0
+ 8.5
+
+
+ 1712.54
+ 783.48
+ 685.016
+ 10.7
+ 3.0
+ 8.5
+
+
+ 1736.33
+ 794.46
+ 694.532
+ 10.8
+ 3.0
+ 8.5
+
+
+ 1760.25
+ 805.5
+ 704.1
+ 10.9
+ 3.0
+ 8.5
+
+
+ 1784.3
+ 816.6
+ 713.72
+ 11
+ 3.0
+ 8.5
+
+
+ 1808.48
+ 827.76
+ 723.392
+ 11.1
+ 3.0
+ 8.5
+
+
+ 1832.79
+ 838.98
+ 733.116
+ 11.2
+ 3.0
+ 8.5
+
+
+ 1857.23
+ 850.26
+ 742.892
+ 11.3
+ 3.0
+ 8.5
+
+
+ 1881.8
+ 861.6
+ 752.72
+ 11.4
+ 3.0
+ 8.5
+
+
+ 1906.5
+ 873
+ 762.59
+ 11.5
+ 3.0
+ 8.5
+
+
+ 1931.33
+ 884.46
+ 772.52
+ 11.6
+ 3.0
+ 8.5
+
+
+ 1956.29
+ 895.98
+ 782.5
+ 11.7
+ 3.0
+ 8.5
+
+
+ 1981.38
+ 907.56
+ 792.52
+ 11.8
+ 3.0
+ 8.5
+
+
+ 2006.6
+ 919.2
+ 802.6
+ 11.9
+ 3.0
+ 8.5
+
+
+ 2031.95
+ 930.9
+ 812.72
+ 12
+ 3.0
+ 8.5
+
+
+ 2057.43
+ 942.66
+ 822.972
+ 12.1
+ 3.0
+ 8.5
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/classList.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/classList.xml
index 75f512a0e0..36f5f9ca39 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/classList.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/chars/classList.xml
@@ -101,4 +101,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/experience.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/experience.xml
index 52fe49f568..b52af1d612 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/experience.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/experience.xml
@@ -84,7 +84,11 @@
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipment.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipment.xml
index 182365968d..1db2441a71 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipment.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipment.xml
@@ -77,4 +77,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipmentEvent.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipmentEvent.xml
index 1cbfd74b1d..b6bac822cd 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipmentEvent.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/initialEquipmentEvent.xml
@@ -107,4 +107,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/03000-03099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/03000-03099.xml
index 34c16de4dd..c4c42ea89f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/03000-03099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/03000-03099.xml
@@ -530,7 +530,7 @@
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71700-71799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71700-71799.xml
index 1652025b89..94c15b3778 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71700-71799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71700-71799.xml
@@ -987,6 +987,9 @@
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71800-71899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71800-71899.xml
index 08d3d621d3..fafc8bfe1f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71800-71899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71800-71899.xml
@@ -303,6 +303,9 @@
+
+
+
-
@@ -533,4 +536,71 @@
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 12
+ 12
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml
new file mode 100644
index 0000000000..1e002dff56
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml
@@ -0,0 +1,372 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml
new file mode 100644
index 0000000000..58cc8c6ab2
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml
@@ -0,0 +1,39 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90600-90699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90600-90699.xml
index 85759b2745..b00c06ffcc 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90600-90699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90600-90699.xml
@@ -564,12 +564,30 @@
- -
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml
index d70a64b732..f20f130dc7 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml
@@ -16,30 +16,45 @@
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml
index 92efac1c95..b2e9ab8c00 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml
@@ -867,6 +867,9 @@
+
+
+
-
@@ -874,6 +877,9 @@
+
+
+
-
@@ -881,6 +887,9 @@
+
+
+
-
@@ -888,6 +897,9 @@
+
+
+
-
@@ -895,6 +907,9 @@
+
+
+
-
@@ -902,6 +917,9 @@
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml
index 93b6ec48cd..64d87eff83 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml
@@ -1091,6 +1091,14 @@
+
+
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml
index 2a58e7a19a..c151942d19 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml
@@ -571,6 +571,10 @@
+
+
+
+
-
@@ -581,6 +585,10 @@
+
+
+
+
-
@@ -832,6 +840,9 @@
+
+
+
-
@@ -843,6 +854,9 @@
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml
index 99e0af8d89..75044402c1 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml
@@ -705,8 +705,16 @@
+
+
+
+
+
+
+
+
-
@@ -779,7 +787,7 @@
- -
+
-
@@ -790,6 +798,11 @@
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml
index b8fc4d233d..7c0bc78a67 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml
@@ -644,6 +644,9 @@
+
+
+
-
@@ -1134,7 +1137,7 @@
-
-
+
@@ -1142,6 +1145,11 @@
+
+
+
+
+
-
@@ -1300,6 +1308,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92000-92099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92000-92099.xml
index 6773bd1c70..7aa842a888 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92000-92099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92000-92099.xml
@@ -41,6 +41,9 @@
+
+
+
-
@@ -234,6 +237,11 @@
+
+
+
+
+
-
@@ -384,6 +392,9 @@
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml
index f2f58ae5a3..7c41cb04c9 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml
@@ -239,6 +239,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -260,6 +275,15 @@
+ -
+
+
+
+
+
+
+
+
-
@@ -270,4 +294,1185 @@
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 47
+ 9
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 71
+ 19
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 47
+ 9
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 156
+ 91
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 125
+ 122
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 323
+ 91
+ 1.2
+ 293
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 190
+ 91
+ 8
+ 325
+ 16398
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 190
+ 91
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 149
+ 110
+ 1
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 152
+ 134
+ 6
+ 325
+ 14843
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 136
+ 91
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 156
+ 91
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 156
+ 91
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 190
+ 91
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 172
+ 91
+ 1
+ 379
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 166
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 104
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 202
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 83
+ 377
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 52
+ 236
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 60
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 81
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml
new file mode 100644
index 0000000000..ccc19c7437
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml
@@ -0,0 +1,1098 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 271
+ 145
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 610
+ 160
+ 1.2
+ 227
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 251
+ 137
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 329
+ 145
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 238
+ 145
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ 271
+ 182
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92500-92599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92500-92599.xml
new file mode 100644
index 0000000000..e7e8d32345
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92500-92599.xml
@@ -0,0 +1,803 @@
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92600-92699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92600-92699.xml
new file mode 100644
index 0000000000..31da8835b6
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92600-92699.xml
@@ -0,0 +1,803 @@
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92700-92799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92700-92799.xml
new file mode 100644
index 0000000000..1a5fd8c154
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92700-92799.xml
@@ -0,0 +1,803 @@
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92800-92899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92800-92899.xml
new file mode 100644
index 0000000000..426f9409aa
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92800-92899.xml
@@ -0,0 +1,803 @@
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml
new file mode 100644
index 0000000000..9da96d0306
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml
@@ -0,0 +1,1529 @@
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 213
+ 121
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 282
+ 129
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 213
+ 121
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 170
+ 163
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 186
+ 173
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 232
+ 129
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 207
+ 178
+ 6
+ 325
+ 14843
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 226
+ 190
+ 6
+ 325
+ 14975
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 186
+ 121
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 203
+ 129
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 259
+ 121
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 282
+ 129
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 440
+ 121
+ 1.2
+ 293
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 528
+ 142
+ 1.2
+ 227
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 232
+ 129
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 232
+ 129
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 213
+ 121
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 259
+ 121
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 275
+ 127
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 282
+ 129
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 259
+ 121
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 170
+ 163
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 186
+ 173
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 259
+ 121
+ 6
+ 325
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 282
+ 129
+ 6
+ 325
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 251
+ 137
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 305
+ 137
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 251
+ 137
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 305
+ 137
+ 6
+ 325
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 137
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 251
+ 137
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 570
+ 151
+ 1.2
+ 227
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 305
+ 137
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 202
+ 183
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 202
+ 183
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 245
+ 201
+ 6
+ 325
+ 14843
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 305
+ 137
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 277
+ 137
+ 1
+ 379
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 256
+ 129
+ 1
+ 379
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 235
+ 121
+ 1
+ 379
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 239
+ 165
+ 1
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 221
+ 156
+ 1
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 203
+ 129
+ 1
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml
index 5bb4140f21..6417c0a5f6 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml
@@ -1,5 +1,567 @@
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 31
+ 21
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 31
+ 21
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 79
+ 47
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 69
+ 47
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 179
+ 51
+ 1.2
+ 227
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 79
+ 47
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 47
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 77
+ 69
+ 6
+ 325
+ 14843
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 79
+ 47
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 47
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 76
+ 47
+ 1E-06
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 87
+ 47
+ 1E-06
+ 379
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
-
@@ -10,4 +572,861 @@
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 156
+ 91
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 152
+ 134
+ 6
+ 325
+ 14843
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 125
+ 122
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 136
+ 91
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 323
+ 91
+ 1.2
+ 293
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 156
+ 91
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 190
+ 91
+ 8
+ 325
+ 16398
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 156
+ 91
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 190
+ 91
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 190
+ 91
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 149
+ 110
+ 1E-06
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 172
+ 91
+ 1E-06
+ 379
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 49
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 49
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ 4
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 7
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 10
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 17
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 25
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 21
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 23
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 21
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 24
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 24
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 25
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 43
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml
new file mode 100644
index 0000000000..2d71ffd0c9
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml
@@ -0,0 +1,1243 @@
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 17
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 25
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 21
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 23
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 21
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 24
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 24
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 25
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 43
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 200
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 175
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 200
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 175
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml
new file mode 100644
index 0000000000..38e7dc996f
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml
@@ -0,0 +1,1237 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 271
+ 145
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 610
+ 160
+ 1.2
+ 227
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 329
+ 145
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 238
+ 145
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 271
+ 182
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 39
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 48
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 57
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml
new file mode 100644
index 0000000000..4c1698f032
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml
@@ -0,0 +1,1159 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 75
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 165
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 115
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 165
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 115
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml
new file mode 100644
index 0000000000..0f7e39744e
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml
@@ -0,0 +1,1451 @@
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 8
+ 379
+ 38596
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 6
+ 325
+ 38596
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 8
+ 325
+ 38596
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 6
+ 325
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 8
+ 325
+ 38596
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 76
+ 30
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 194
+ 111
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 194
+ 111
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 194
+ 111
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 194
+ 111
+ 6
+ 379
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 189
+ 163
+ 6
+ 325
+ 14843
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 170
+ 111
+ 1.2
+ 433
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 236
+ 111
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 400
+ 111
+ 1.2
+ 293
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 236
+ 111
+ 8
+ 325
+ 16398
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 236
+ 111
+ 8
+ 325
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 155
+ 149
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 236
+ 111
+ 6
+ 325
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 214
+ 111
+ 1E-06
+ 379
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 185
+ 135
+ 1E-06
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml
new file mode 100644
index 0000000000..1b208eddab
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml
@@ -0,0 +1,1452 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 157
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 166
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 98
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 157
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 98
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 104
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 270
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 117
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 73
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 191
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 202
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 202
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 78
+ 345
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 83
+ 377
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 83
+ 377
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 49
+ 216
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 52
+ 236
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 52
+ 236
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 127
+ 561
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 41
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 44
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 66
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml
new file mode 100644
index 0000000000..f54bdff6f4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml
@@ -0,0 +1,1195 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 58
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 39
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 39
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 239
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 179
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 39
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 39
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 60
+ 225
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 37
+ 141
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93700-93799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93700-93799.xml
new file mode 100644
index 0000000000..590c0b609d
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93700-93799.xml
@@ -0,0 +1,1204 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 103
+ 409
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 64
+ 256
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 103
+ 409
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 64
+ 256
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml
new file mode 100644
index 0000000000..463a10cb6d
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml
@@ -0,0 +1,1116 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 431
+ 291
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml
new file mode 100644
index 0000000000..305cc87e9b
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml
@@ -0,0 +1,1150 @@
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 251
+ 137
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 12
+ 12
+ 6
+ 325
+ 14833
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 6
+ 325
+ 1
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94000-94099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94000-94099.xml
new file mode 100644
index 0000000000..072b94cbb4
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94000-94099.xml
@@ -0,0 +1,1307 @@
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ 149
+ 110
+ 1E-06
+ 406
+ 40
+ 8
+
+
+ -
+
+
+
+
+
+
+
+
+
+ 172
+ 91
+ 1E-06
+ 379
+ 14818
+ 40
+ 5
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 69
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 171
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 107
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 46
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 46
+
+
+ -
+
+
+
+
+
+
+
+ 15240
+ 20
+ 256
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 69
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 128
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 80
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 46
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 46
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 69
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 86
+ 409
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 53
+ 256
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 46
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 46
+
+
+ -
+
+
+
+
+
+
+
+
+ 43
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 31822
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 31822
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 31822
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 39474
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 31822
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 31822
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 31822
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 31822
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 39474
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 39474
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 39474
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 88
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 88
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ 59
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 59
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml
new file mode 100644
index 0000000000..ab391a9b38
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml
@@ -0,0 +1,837 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 8
+ 379
+ 40
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml
new file mode 100644
index 0000000000..b92d38be95
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml
@@ -0,0 +1,95 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml
new file mode 100644
index 0000000000..66cf53daf5
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml
@@ -0,0 +1,23 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ 31
+ 21
+ 8
+ 379
+ 40
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94400-94499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94400-94499.xml
new file mode 100644
index 0000000000..4d4ba49ccd
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94400-94499.xml
@@ -0,0 +1,46 @@
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/99000-99099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/99000-99099.xml
new file mode 100644
index 0000000000..00dcf0d827
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/99000-99099.xml
@@ -0,0 +1,13 @@
+
+
+ -
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/09000-09099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/09000-09099.xml
index 35a969e6b4..080f4d99a7 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/09000-09099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/09000-09099.xml
@@ -153,7 +153,7 @@
-
+
@@ -1346,4 +1346,61 @@
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16000-16099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16000-16099.xml
index 37b2aff220..398eb0e0e4 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16000-16099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16000-16099.xml
@@ -175,4 +175,403 @@
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16100-16199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16100-16199.xml
new file mode 100644
index 0000000000..268aa53c8a
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/16100-16199.xml
@@ -0,0 +1,174 @@
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18000-18099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18000-18099.xml
index 81d0a24a30..868a8d48b8 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18000-18099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18000-18099.xml
@@ -721,11 +721,11 @@
- HUMANOID
+ ETC
MALE
-
+
@@ -745,9 +745,9 @@
-
-
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18100-18199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18100-18199.xml
index 795f4dbdf7..1ce70c60ea 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18100-18199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18100-18199.xml
@@ -240,20 +240,25 @@
-
-
- ETC
+
+ BUG
FEMALE
+
-
+
-
-
+
+
+
+
+
+
+
@@ -671,20 +676,23 @@
-
-
- ETC
+
+ HUMAN
FEMALE
+
-
+
-
-
+
+
+
+
+
@@ -899,20 +907,29 @@
-
-
- ETC
+
+ DEMONIC
FEMALE
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18200-18299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18200-18299.xml
index adf75bfa7a..c1498f2f5b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18200-18299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18200-18299.xml
@@ -524,20 +524,26 @@
-
-
- ETC
+
+ DEMONIC
FEMALE
+
-
+
-
-
+
+
+
+
+
+
+
+
@@ -959,21 +965,28 @@
-
-
+
ETC
FEMALE
+
-
+
-
-
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18300-18399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18300-18399.xml
index 1ed9d92ba6..3fe0938f38 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18300-18399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18300-18399.xml
@@ -1054,7 +1054,7 @@
ETC
MALE
-
+
@@ -1076,7 +1076,7 @@
MALE
-
+
@@ -1090,9 +1090,9 @@
-
+
@@ -1106,7 +1106,7 @@
MALE
-
+
@@ -1120,14 +1120,14 @@
-
+
+
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18400-18499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18400-18499.xml
new file mode 100644
index 0000000000..ab0a9b738c
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/18400-18499.xml
@@ -0,0 +1,1861 @@
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/19700-19799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/19700-19799.xml
new file mode 100644
index 0000000000..7cfd9fda64
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/19700-19799.xml
@@ -0,0 +1,136 @@
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20000-20099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20000-20099.xml
index 10f7c46a10..e3bbb06def 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20000-20099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20000-20099.xml
@@ -5,7 +5,7 @@
MALE
-
+
@@ -16,14 +16,6 @@
-
-
-
-
-
-
-
-
false
@@ -82,7 +74,7 @@
-
+
@@ -94,7 +86,7 @@
-
+
false
@@ -108,19 +100,15 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
-
-
+
@@ -134,7 +122,7 @@
MALE
-
+
@@ -146,9 +134,9 @@
-
-
+
+
false
@@ -162,18 +150,11 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
@@ -186,7 +167,7 @@
MALE
-
+
@@ -198,13 +179,13 @@
-
+
+
-
-
+
false
@@ -218,16 +199,12 @@
-
-
+
+
-
-
-
-
-
+
@@ -244,7 +221,7 @@
-
+
@@ -256,7 +233,7 @@
-
+
false
@@ -272,15 +249,12 @@
-
-
-
-
-
+
+
-
-
+
+
@@ -288,9 +262,9 @@
PLANT
MALE
-
+
-
+
@@ -300,13 +274,13 @@
-
+
+
-
-
+
@@ -314,15 +288,12 @@
-
-
+
+
-
-
-
-
+
@@ -335,9 +306,9 @@
HUMANOID
MALE
-
+
-
+
@@ -349,11 +320,11 @@
-
+
false
@@ -370,13 +341,9 @@
-
-
-
-
-
+
@@ -391,9 +358,9 @@
HUMANOID
MALE
-
+
-
+
@@ -405,7 +372,7 @@
-
+
false
@@ -422,13 +389,9 @@
-
-
-
-
-
+
@@ -441,9 +404,9 @@
HUMANOID
MALE
-
+
-
+
@@ -455,11 +418,11 @@
-
+
false
@@ -475,14 +438,11 @@
-
-
-
-
+
-
+
@@ -497,9 +457,9 @@
HUMANOID
MALE
-
+
-
+
@@ -511,7 +471,7 @@
-
+
false
@@ -527,15 +487,11 @@
-
-
-
-
-
-
+
+
-
+
@@ -547,9 +503,9 @@
HUMANOID
MALE
-
+
-
+
@@ -561,11 +517,11 @@
-
+
false
@@ -584,14 +540,10 @@
-
-
-
-
-
-
+
+
@@ -603,9 +555,9 @@
FAIRY
FEMALE
-
+
-
+
@@ -617,13 +569,13 @@
-
+
+
-
-
+
false
@@ -640,17 +592,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -662,9 +604,9 @@
HUMANOID
MALE
-
+
-
+
@@ -676,11 +618,11 @@
-
+
false
@@ -699,14 +641,9 @@
-
-
-
-
-
-
+
@@ -714,9 +651,9 @@
UNDEAD
MALE
-
+
-
+
@@ -726,15 +663,15 @@
-
+
+
+
+
-
-
-
-
+
@@ -745,28 +682,21 @@
-
-
-
-
-
-
-
-
+
+
-
-
+
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -776,12 +706,12 @@
-
-
-
+
+
+
@@ -791,15 +721,10 @@
-
-
-
-
-
-
-
+
+
@@ -815,9 +740,9 @@
HUMANOID
MALE
-
+
-
+
@@ -829,11 +754,11 @@
-
+
false
@@ -852,15 +777,7 @@
-
-
-
-
-
-
-
-
@@ -916,9 +833,9 @@
FAIRY
FEMALE
-
+
-
+
@@ -930,13 +847,13 @@
-
+
+
-
-
+
false
@@ -953,28 +870,17 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
UNDEAD
MALE
-
+
-
+
@@ -984,15 +890,15 @@
-
+
+
+
+
-
-
-
-
+
@@ -1000,20 +906,14 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
+
@@ -1025,9 +925,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1039,11 +939,11 @@
-
+
false
@@ -1060,15 +960,10 @@
-
-
-
-
-
-
+
@@ -1076,10 +971,10 @@
UNDEAD
MALE
-
+
-
+
@@ -1090,14 +985,14 @@
-
+
+
+
-
-
-
+
false
@@ -1107,17 +1002,13 @@
-
-
+
+
-
-
-
-
-
+
@@ -1129,9 +1020,9 @@
BEAST
MALE
-
+
-
+
@@ -1143,11 +1034,11 @@
-
+
false
@@ -1164,18 +1055,9 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -1187,9 +1069,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1201,11 +1083,11 @@
-
+
false
@@ -1224,16 +1106,9 @@
-
-
-
-
-
-
-
-
+
@@ -1241,9 +1116,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1253,9 +1128,9 @@
-
+
@@ -1266,18 +1141,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -1290,9 +1157,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1304,16 +1171,16 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -1327,22 +1194,11 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
@@ -1354,9 +1210,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1368,11 +1224,11 @@
-
+
false
@@ -1390,14 +1246,9 @@
-
-
-
-
-
+
-
@@ -1410,9 +1261,9 @@
BUG
MALE
-
+
-
+
@@ -1424,11 +1275,11 @@
-
+
false
@@ -1447,15 +1298,10 @@
-
-
-
-
-
+
-
-
+
@@ -1468,9 +1314,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1482,16 +1328,16 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -1508,20 +1354,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
@@ -1533,9 +1367,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1547,7 +1381,7 @@
-
+
false
@@ -1563,14 +1397,10 @@
-
-
-
-
-
-
+
+
@@ -1578,9 +1408,9 @@
BEAST
MALE
-
+
-
+
@@ -1590,11 +1420,11 @@
-
+
@@ -1612,16 +1442,8 @@
-
-
-
-
-
-
-
-
@@ -1634,9 +1456,9 @@
BUG
MALE
-
+
-
+
@@ -1648,12 +1470,12 @@
-
+
-
+
false
@@ -1673,13 +1495,9 @@
-
-
-
-
-
+
@@ -1692,9 +1510,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1706,14 +1524,14 @@
-
-
+
+
-
-
+
+
false
@@ -1732,25 +1550,17 @@
-
-
-
-
-
-
-
-
BUG
MALE
-
+
-
+
@@ -1762,12 +1572,12 @@
-
+
-
+
false
@@ -1785,18 +1595,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -1808,9 +1610,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1822,14 +1624,14 @@
-
+
+
+
-
-
-
+
false
@@ -1847,20 +1649,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1872,9 +1661,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -1886,14 +1675,14 @@
-
-
+
+
-
-
+
+
false
@@ -1912,17 +1701,10 @@
-
-
-
-
-
-
-
-
+
@@ -1982,9 +1764,9 @@
BUG
MALE
-
+
-
+
@@ -1996,13 +1778,13 @@
-
-
+
-
+
+
false
@@ -2021,15 +1803,10 @@
-
-
-
-
-
+
-
-
+
@@ -2042,9 +1819,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2056,11 +1833,11 @@
-
+
false
@@ -2075,19 +1852,12 @@
-
+
-
-
-
-
-
-
-
@@ -2099,9 +1869,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2113,11 +1883,11 @@
-
+
false
@@ -2132,22 +1902,14 @@
-
+
-
-
-
-
-
-
-
-
-
+
@@ -2155,9 +1917,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2169,14 +1931,14 @@
-
+
+
+
+
-
-
-
-
+
false
@@ -2194,19 +1956,8 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -2214,9 +1965,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2228,14 +1979,14 @@
-
+
+
+
-
-
-
+
false
@@ -2253,27 +2004,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
@@ -2286,9 +2021,9 @@
BUG
MALE
-
+
-
+
@@ -2300,13 +2035,13 @@
-
-
+
-
+
+
false
@@ -2323,12 +2058,8 @@
-
+
-
-
-
-
@@ -2341,9 +2072,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -2355,15 +2086,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -2381,18 +2112,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -2403,9 +2123,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2417,14 +2137,14 @@
-
+
+
+
-
-
-
+
false
@@ -2442,27 +2162,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -2470,9 +2173,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2484,14 +2187,14 @@
-
+
+
+
+
-
-
-
-
+
@@ -2508,18 +2211,9 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -2532,9 +2226,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2546,10 +2240,10 @@
-
+
false
@@ -2569,17 +2263,10 @@
-
-
-
-
-
-
-
-
+
@@ -2587,9 +2274,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -2600,10 +2287,10 @@
-
-
+
+
false
@@ -2620,16 +2307,9 @@
-
-
-
-
-
-
-
-
+
@@ -2641,9 +2321,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2655,11 +2335,11 @@
-
+
false
@@ -2677,10 +2357,6 @@
-
-
-
-
@@ -2692,9 +2368,9 @@
BUG
MALE
-
+
-
+
@@ -2706,13 +2382,13 @@
-
-
+
-
+
+
false
@@ -2729,12 +2405,10 @@
-
-
+
-
-
+
@@ -2747,9 +2421,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2761,14 +2435,14 @@
-
+
+
+
-
-
-
+
false
@@ -2785,13 +2459,10 @@
-
-
-
+
-
-
+
@@ -2810,9 +2481,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -2823,13 +2494,13 @@
-
+
+
-
-
+
false
@@ -2846,13 +2517,8 @@
-
-
+
-
-
-
-
@@ -2869,9 +2535,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2883,7 +2549,7 @@
-
+
false
@@ -2901,18 +2567,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -2929,9 +2585,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2943,14 +2599,14 @@
-
+
+
+
-
-
-
+
false
@@ -2968,28 +2624,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3005,11 +2641,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3021,15 +2657,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -3046,15 +2682,10 @@
-
-
-
-
-
-
+
@@ -3075,9 +2706,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3088,13 +2719,13 @@
-
+
+
-
-
+
false
@@ -3112,19 +2743,10 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -3143,9 +2765,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -3156,13 +2778,13 @@
-
+
+
-
-
+
false
@@ -3180,17 +2802,11 @@
-
-
-
-
-
-
-
-
+
+
@@ -3208,9 +2824,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3222,11 +2838,11 @@
-
+
false
@@ -3243,15 +2859,8 @@
-
-
-
-
-
-
-
@@ -3267,11 +2876,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3283,15 +2892,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -3309,12 +2918,9 @@
-
-
-
-
+
@@ -3333,9 +2939,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3347,14 +2953,14 @@
-
+
+
+
-
-
-
+
false
@@ -3373,29 +2979,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
@@ -3412,9 +2997,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3426,7 +3011,7 @@
-
+
false
@@ -3443,16 +3028,8 @@
-
-
-
-
-
+
-
-
-
-
@@ -3469,9 +3046,9 @@
GIANT
MALE
-
+
-
+
@@ -3483,11 +3060,11 @@
-
+
false
@@ -3504,27 +3081,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3545,7 +3105,7 @@
-
+
@@ -3557,7 +3117,7 @@
-
+
false
@@ -3574,15 +3134,11 @@
-
-
-
-
-
-
+
+
-
+
@@ -3602,9 +3158,9 @@
GIANT
MALE
-
+
-
+
@@ -3615,11 +3171,11 @@
-
+
false
@@ -3637,29 +3193,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3729,7 +3263,7 @@
-
+
@@ -3741,12 +3275,12 @@
-
-
+
+
false
@@ -3764,14 +3298,10 @@
-
-
-
-
+
-
@@ -3790,11 +3320,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3806,16 +3336,14 @@
+
+
+
+
+
-
-
-
-
-
-
-
false
@@ -3834,14 +3362,9 @@
-
-
-
-
-
-
+
@@ -3859,11 +3382,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3875,16 +3398,14 @@
+
+
+
+
+
-
-
-
-
-
-
-
false
@@ -3904,14 +3425,10 @@
-
-
-
-
-
+
-
+
@@ -3979,9 +3496,9 @@
BEAST
MALE
-
+
-
+
@@ -3993,11 +3510,9 @@
-
-
-
+
false
@@ -4011,17 +3526,9 @@
-
-
-
-
-
-
-
-
-
+
@@ -4088,9 +3595,9 @@
BEAST
MALE
-
+
-
+
@@ -4102,11 +3609,10 @@
-
-
-
+
+
false
@@ -4120,16 +3626,10 @@
-
-
-
-
-
-
-
+
@@ -4197,9 +3697,9 @@
BEAST
MALE
-
+
-
+
@@ -4210,8 +3710,8 @@
-
+
false
@@ -4228,14 +3728,7 @@
-
-
-
-
-
-
-
@@ -4252,9 +3745,9 @@
BUG
MALE
-
+
-
+
@@ -4266,14 +3759,14 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -4292,13 +3785,9 @@
-
-
-
-
-
+
@@ -4320,7 +3809,7 @@
-
+
@@ -4332,13 +3821,13 @@
-
-
+
+
false
@@ -4356,15 +3845,8 @@
-
-
-
-
+
-
-
-
-
@@ -4419,14 +3901,10 @@
-
-
-
-
+
-
@@ -4445,9 +3923,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -4459,14 +3937,14 @@
-
-
+
+
-
-
+
+
false
@@ -4488,18 +3966,8 @@
-
-
-
-
-
-
-
-
-
-
@@ -4515,9 +3983,9 @@
BUG
MALE
-
+
-
+
@@ -4529,12 +3997,12 @@
-
-
-
-
-
+
+
+
+
+
@@ -4554,15 +4022,10 @@
-
-
-
-
-
+
-
-
+
@@ -4579,9 +4042,9 @@
BUG
MALE
-
+
-
+
@@ -4593,12 +4056,12 @@
-
-
-
-
-
+
+
+
+
+
@@ -4616,14 +4079,9 @@
-
-
-
-
-
-
+
@@ -4641,9 +4099,9 @@
BUG
MALE
-
+
-
+
@@ -4655,15 +4113,14 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -4682,15 +4139,10 @@
-
-
-
-
-
+
-
-
+
@@ -4708,9 +4160,9 @@
BUG
MALE
-
+
-
+
@@ -4722,13 +4174,14 @@
-
-
-
-
-
+
+
+
+
+
+
false
@@ -4746,15 +4199,9 @@
-
-
-
-
-
-
+
-
@@ -4772,11 +4219,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4787,15 +4234,15 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -4818,13 +4265,10 @@
-
-
-
-
-
+
+
@@ -4843,9 +4287,9 @@
BUG
MALE
-
+
-
+
@@ -4857,14 +4301,14 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -4882,16 +4326,10 @@
-
-
-
-
-
-
-
+
@@ -4908,11 +4346,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4923,14 +4361,15 @@
-
-
-
-
-
+
+
+
+
+
+
false
@@ -4953,16 +4392,10 @@
-
-
-
-
-
-
-
+
-
+
@@ -4983,9 +4416,9 @@
BUG
MALE
-
+
-
+
@@ -4997,11 +4430,14 @@
-
-
-
+
+
+
+
+
+
false
@@ -5018,16 +4454,10 @@
-
-
-
-
-
-
+
-
@@ -5046,9 +4476,9 @@
BUG
MALE
-
+
-
+
@@ -5060,11 +4490,14 @@
-
-
-
+
+
+
+
+
+
false
@@ -5085,18 +4518,11 @@
-
-
-
-
-
-
-
+
-
-
+
@@ -5115,9 +4541,9 @@
BUG
MALE
-
+
-
+
@@ -5129,15 +4555,14 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -5153,21 +4578,12 @@
-
+
-
-
-
-
-
-
+
-
-
-
-
@@ -5183,9 +4599,9 @@
BUG
MALE
-
+
-
+
@@ -5197,9 +4613,12 @@
-
-
+
+
+
+
+
@@ -5224,28 +4643,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
@@ -5263,9 +4668,9 @@
BUG
MALE
-
+
-
+
@@ -5277,15 +4682,14 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -5305,20 +4709,11 @@
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -5369,11 +4764,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
@@ -5384,10 +4779,10 @@
-
-
-
+
+
+
false
@@ -5397,22 +4792,11 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
@@ -5429,7 +4813,7 @@
-
+
@@ -5441,7 +4825,7 @@
-
+
false
@@ -5457,20 +4841,9 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
@@ -5563,18 +4936,8 @@
-
-
-
-
-
-
-
-
-
-
@@ -5587,9 +4950,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5601,11 +4964,11 @@
-
+
false
@@ -5619,20 +4982,13 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
+
@@ -5646,9 +5002,9 @@
ANIMAL
MALE
-
+
-
+
@@ -5659,13 +5015,13 @@
-
+
+
-
-
+
false
@@ -5679,15 +5035,14 @@
-
-
+
+
-
+
-
-
+
@@ -5702,9 +5057,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5715,11 +5070,11 @@
-
+
false
@@ -5736,28 +5091,18 @@
-
-
-
-
-
-
-
+
-
-
-
-
UNDEAD
MALE
-
+
-
+
@@ -5768,14 +5113,14 @@
-
+
+
+
-
-
-
+
false
@@ -5792,16 +5137,10 @@
-
-
-
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20100-20199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20100-20199.xml
index 38d813f2b9..9e280eaff9 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20100-20199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20100-20199.xml
@@ -9,9 +9,9 @@
UNDEAD
MALE
-
+
-
+
@@ -22,14 +22,14 @@
-
+
+
+
-
-
-
+
false
@@ -45,14 +45,10 @@
-
-
-
-
+
-
-
+
@@ -63,11 +59,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -78,16 +74,16 @@
-
-
+
+
+
+
-
-
-
+
false
@@ -101,20 +97,15 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
-
+
@@ -127,9 +118,9 @@
UNDEAD
MALE
-
+
-
+
@@ -140,14 +131,14 @@
-
+
+
+
-
-
-
+
false
@@ -163,15 +154,9 @@
-
-
-
+
-
-
-
-
@@ -182,9 +167,9 @@
BUG
MALE
-
+
-
+
@@ -195,12 +180,12 @@
-
+
-
+
false
@@ -214,20 +199,13 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
+
@@ -240,9 +218,9 @@
UNDEAD
MALE
-
+
-
+
@@ -253,13 +231,13 @@
-
+
+
+
-
-
-
+
false
@@ -275,13 +253,7 @@
-
-
-
-
-
-
@@ -293,9 +265,9 @@
UNDEAD
MALE
-
+
-
+
@@ -306,14 +278,14 @@
-
-
+
+
-
-
+
+
false
@@ -326,16 +298,10 @@
-
-
-
-
-
-
-
-
+
+
@@ -347,9 +313,9 @@
BUG
MALE
-
+
-
+
@@ -360,12 +326,12 @@
-
+
-
+
false
@@ -383,18 +349,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -406,9 +364,9 @@
HUMANOID
MALE
-
+
-
+
@@ -419,8 +377,8 @@
-
+
false
@@ -438,16 +396,10 @@
-
-
-
-
-
-
-
+
@@ -459,9 +411,9 @@
BUG
MALE
-
+
-
+
@@ -472,12 +424,12 @@
-
+
-
+
false
@@ -495,18 +447,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -608,16 +552,8 @@
-
-
-
-
-
-
-
-
@@ -720,9 +656,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -733,14 +669,14 @@
-
-
+
+
-
-
+
+
false
@@ -761,19 +697,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -784,9 +709,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -797,14 +722,14 @@
-
+
+
-
-
+
false
@@ -820,23 +745,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
+
@@ -849,9 +764,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -862,15 +777,15 @@
-
-
+
+
-
-
+
+
false
@@ -886,23 +801,10 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -956,9 +858,9 @@
DEMONIC
MALE
-
+
-
+
@@ -969,16 +871,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -996,18 +898,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -1027,9 +921,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1040,16 +934,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -1068,16 +962,8 @@
-
-
-
-
-
-
-
-
@@ -1131,7 +1017,7 @@
MALE
-
+
@@ -1153,15 +1039,12 @@
-
+
-
-
-
+
-
-
+
@@ -1175,7 +1058,7 @@
MALE
-
+
@@ -1200,17 +1083,13 @@
-
-
+
+
-
-
-
-
+
-
-
+
@@ -1225,7 +1104,7 @@
-
+
@@ -1237,8 +1116,8 @@
+
-
false
@@ -1252,17 +1131,14 @@
-
-
-
+
+
+
-
-
-
+
-
-
+
@@ -1277,7 +1153,7 @@
-
+
@@ -1288,7 +1164,7 @@
-
+
false
@@ -1302,16 +1178,12 @@
-
-
+
+
-
-
-
-
-
+
@@ -1323,9 +1195,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1336,7 +1208,7 @@
-
+
false
@@ -1350,17 +1222,13 @@
-
+
-
-
-
-
+
-
-
+
@@ -1462,15 +1330,8 @@
-
-
-
-
-
-
-
@@ -1486,9 +1347,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1500,12 +1361,12 @@
-
+
-
+
false
@@ -1528,16 +1389,9 @@
-
-
-
-
-
-
-
@@ -1655,12 +1509,9 @@
-
-
-
@@ -1678,10 +1529,10 @@
HUMANOID
MALE
-
+
-
+
@@ -1693,8 +1544,8 @@
-
+
false
@@ -1716,10 +1567,10 @@
DIVINE
MALE
-
+
-
+
@@ -1730,15 +1581,15 @@
-
+
+
+
-
-
-
+
@@ -1851,7 +1702,7 @@
-
+
@@ -1862,11 +1713,11 @@
DEMONIC
FEMALE
-
+
-
-
-
+
+
+
@@ -1876,13 +1727,12 @@
+
+
+
-
-
-
-
@@ -1898,13 +1748,24 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
@@ -1948,16 +1809,7 @@
-
-
-
-
-
-
-
-
-
@@ -1975,9 +1827,9 @@
PLANT
MALE
-
+
-
+
@@ -1988,11 +1840,11 @@
-
+
-
+
false
@@ -2015,14 +1867,10 @@
-
-
-
-
@@ -2041,9 +1889,9 @@
BEAST
FEMALE
-
+
-
+
@@ -2055,10 +1903,10 @@
-
-
-
+
+
+
false
@@ -2073,13 +1921,9 @@
-
-
-
-
-
+
@@ -2134,12 +1978,9 @@
-
-
-
@@ -2158,9 +1999,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2172,7 +2013,7 @@
-
+
false
@@ -2190,21 +2031,10 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
@@ -2257,16 +2087,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -2478,11 +2298,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2494,14 +2314,14 @@
-
-
+
+
-
-
+
+
false
@@ -2518,17 +2338,11 @@
-
-
-
-
-
-
-
+
-
-
+
+
@@ -2583,14 +2397,9 @@
-
-
-
-
-
@@ -2608,9 +2417,9 @@
PLANT
FEMALE
-
+
-
+
@@ -2621,13 +2430,13 @@
-
+
+
-
-
+
false
@@ -2646,16 +2455,8 @@
-
-
-
-
-
+
-
-
-
-
@@ -2672,9 +2473,9 @@
PLANT
FEMALE
-
+
-
+
@@ -2685,13 +2486,13 @@
-
+
+
-
-
+
false
@@ -2709,14 +2510,10 @@
-
-
-
-
+
-
-
+
@@ -2735,9 +2532,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2749,13 +2546,13 @@
-
-
+
-
+
+
false
@@ -2779,17 +2576,8 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -2806,9 +2594,9 @@
BEAST
FEMALE
-
+
-
+
@@ -2820,8 +2608,8 @@
-
+
false
@@ -2839,17 +2627,8 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -2915,9 +2694,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2928,13 +2707,13 @@
-
+
+
-
-
+
false
@@ -2951,13 +2730,10 @@
-
-
-
-
-
+
+
@@ -2975,9 +2751,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2989,7 +2765,7 @@
-
+
false
@@ -3006,17 +2782,9 @@
-
-
-
-
-
-
-
-
@@ -3327,9 +3095,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3341,7 +3109,7 @@
-
+
false
@@ -3359,14 +3127,8 @@
-
-
-
-
+
-
-
-
@@ -3481,9 +3243,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3494,9 +3256,9 @@
-
+
false
@@ -3513,15 +3275,8 @@
-
-
-
-
-
-
-
@@ -3762,16 +3517,9 @@
-
-
-
-
-
-
-
@@ -3866,16 +3614,10 @@
-
-
-
-
-
-
@@ -3893,9 +3635,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3907,14 +3649,13 @@
-
-
-
-
-
+
-
+
+
+
+
false
@@ -3932,16 +3673,8 @@
-
-
-
-
-
+
-
-
-
-
@@ -3958,9 +3691,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3971,14 +3704,13 @@
-
-
-
-
-
+
-
+
+
+
+
false
@@ -3996,13 +3728,9 @@
-
-
-
-
@@ -4020,9 +3748,9 @@
BEAST
MALE
-
+
-
+
@@ -4034,12 +3762,11 @@
-
+
-
-
-
+
+
false
@@ -4057,15 +3784,11 @@
-
+
-
-
-
-
+
-
@@ -4083,9 +3806,9 @@
BEAST
MALE
-
+
-
+
@@ -4096,12 +3819,11 @@
-
+
-
-
-
+
+
false
@@ -4119,16 +3841,7 @@
-
-
-
-
-
-
-
-
-
@@ -4200,9 +3913,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -4228,12 +3941,9 @@
-
-
-
+
-
@@ -4242,9 +3952,9 @@
UNDEAD
MALE
-
+
-
+
@@ -4255,14 +3965,14 @@
-
+
+
+
-
-
-
+
false
@@ -4284,15 +3994,10 @@
-
-
-
-
-
-
+
@@ -4312,7 +4017,7 @@
MALE
-
+
@@ -4324,12 +4029,12 @@
-
-
+
+
false
@@ -4347,14 +4052,10 @@
-
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20200-20299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20200-20299.xml
index 552e662a7c..822928aa95 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20200-20299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20200-20299.xml
@@ -14,9 +14,9 @@
UNDEAD
MALE
-
+
-
+
@@ -27,13 +27,13 @@
-
+
+
-
-
+
false
@@ -47,14 +47,9 @@
-
-
-
-
-
-
+
@@ -73,9 +68,9 @@
UNDEAD
MALE
-
+
-
+
@@ -86,15 +81,15 @@
-
+
+
+
+
-
-
-
-
+
false
@@ -107,12 +102,8 @@
-
-
-
-
@@ -134,9 +125,9 @@
ANIMAL
MALE
-
+
-
+
@@ -161,15 +152,10 @@
-
-
-
-
-
-
+
@@ -181,9 +167,9 @@
ANIMAL
MALE
-
+
-
+
@@ -195,11 +181,11 @@
-
+
false
@@ -213,14 +199,8 @@
-
-
-
-
-
-
@@ -237,9 +217,9 @@
BUG
MALE
-
+
-
+
@@ -251,13 +231,13 @@
-
-
+
-
+
+
false
@@ -272,16 +252,8 @@
-
-
-
-
-
-
-
-
@@ -297,9 +269,9 @@
ANIMAL
MALE
-
+
-
+
@@ -311,11 +283,11 @@
-
+
false
@@ -332,16 +304,9 @@
-
-
-
-
+
-
-
-
-
@@ -357,9 +322,9 @@
HUMANOID
MALE
-
+
-
+
@@ -371,11 +336,11 @@
-
+
false
@@ -389,13 +354,10 @@
-
-
-
-
+
-
+
@@ -414,9 +376,9 @@
HUMANOID
MALE
-
+
-
+
@@ -428,12 +390,12 @@
-
+
false
@@ -450,15 +412,12 @@
-
-
-
-
-
+
+
-
-
+
+
@@ -476,9 +435,9 @@
HUMANOID
MALE
-
+
-
+
@@ -490,12 +449,12 @@
-
+
false
@@ -511,19 +470,11 @@
-
-
-
-
-
-
+
+
-
-
-
-
@@ -540,9 +491,9 @@
HUMANOID
MALE
-
+
-
+
@@ -554,12 +505,12 @@
-
+
false
@@ -576,15 +527,10 @@
-
-
-
-
-
-
+
+
-
@@ -603,9 +549,9 @@
HUMANOID
MALE
-
+
-
+
@@ -617,12 +563,12 @@
-
+
false
@@ -638,23 +584,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
@@ -673,9 +613,9 @@
HUMANOID
MALE
-
+
-
+
@@ -687,12 +627,12 @@
-
+
false
@@ -716,19 +656,9 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -798,11 +728,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -814,15 +744,15 @@
-
-
-
+
-
+
+
+
false
@@ -853,11 +783,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -869,15 +799,15 @@
-
-
-
+
-
+
+
+
false
@@ -893,29 +823,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
@@ -935,9 +854,9 @@
BEAST
MALE
-
+
-
+
@@ -949,13 +868,13 @@
-
-
+
+
false
@@ -988,11 +907,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1004,14 +923,14 @@
+
+
+
+
+
-
-
-
-
-
false
@@ -1027,29 +946,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
@@ -1070,11 +978,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1086,15 +994,15 @@
-
-
+
+
-
-
+
+
false
@@ -1110,6 +1018,7 @@
+
@@ -1117,27 +1026,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
@@ -1157,9 +1050,9 @@
GIANT
MALE
-
+
-
+
@@ -1171,12 +1064,12 @@
-
-
-
+
+
+
false
@@ -1213,9 +1106,9 @@
BEAST
MALE
-
+
-
+
@@ -1227,18 +1120,18 @@
-
-
-
-
+
+
+
-
-
+
+
+
false
@@ -1274,9 +1167,9 @@
PLANT
FEMALE
-
+
-
+
@@ -1288,17 +1181,17 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -1327,11 +1220,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1343,15 +1236,15 @@
-
-
-
+
-
+
+
+
false
@@ -1372,26 +1265,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
@@ -1414,9 +1294,9 @@
BEAST
MALE
-
+
-
+
@@ -1428,18 +1308,18 @@
-
-
-
-
+
+
+
-
-
+
+
+
false
@@ -1455,37 +1335,24 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
@@ -1544,14 +1411,9 @@
-
-
-
-
-
@@ -1570,9 +1432,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1584,12 +1446,12 @@
-
-
+
+
false
@@ -1607,14 +1469,11 @@
-
-
-
-
+
+
-
-
+
@@ -1634,9 +1493,9 @@
BUG
MALE
-
+
-
+
@@ -1648,12 +1507,12 @@
+
+
+
-
-
-
false
@@ -1671,16 +1530,10 @@
-
-
-
-
-
-
+
-
-
+
@@ -1697,9 +1550,9 @@
BUG
MALE
-
+
-
+
@@ -1711,12 +1564,12 @@
-
+
-
+
false
@@ -1733,14 +1586,9 @@
-
-
-
-
-
+
-
@@ -1759,9 +1607,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1773,14 +1621,14 @@
-
-
+
+
-
-
+
+
false
@@ -1794,14 +1642,10 @@
-
-
-
-
+
-
@@ -1820,9 +1664,9 @@
BUG
MALE
-
+
-
+
@@ -1834,13 +1678,13 @@
-
-
+
-
+
+
false
@@ -1859,15 +1703,10 @@
-
-
-
-
-
+
-
-
+
@@ -1885,9 +1724,9 @@
BUG
MALE
-
+
-
+
@@ -1899,13 +1738,13 @@
-
-
+
-
+
+
false
@@ -1920,15 +1759,11 @@
-
-
-
-
-
-
+
+
-
+
@@ -1948,9 +1783,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1962,9 +1797,9 @@
-
-
+
+
false
@@ -1981,12 +1816,9 @@
-
-
-
-
+
@@ -2005,9 +1837,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2019,12 +1851,12 @@
-
-
+
+
false
@@ -2038,14 +1870,10 @@
-
-
-
-
-
+
-
+
@@ -2064,9 +1892,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2078,12 +1906,12 @@
-
+
-
+
false
@@ -2101,15 +1929,8 @@
-
-
-
-
-
-
-
@@ -2126,9 +1947,9 @@
BUG
MALE
-
+
-
+
@@ -2140,9 +1961,9 @@
-
-
+
+
false
@@ -2157,14 +1978,10 @@
-
-
-
-
-
+
@@ -2183,9 +2000,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2197,13 +2014,13 @@
-
-
+
-
+
+
false
@@ -2218,17 +2035,13 @@
-
+
-
-
-
-
-
+
@@ -2278,14 +2091,8 @@
-
-
-
-
-
-
@@ -2337,15 +2144,8 @@
-
-
-
-
-
-
-
@@ -2400,14 +2200,7 @@
-
-
-
-
-
-
-
@@ -2459,7 +2252,7 @@
-
+
@@ -2520,18 +2313,9 @@
-
-
-
-
-
+
-
-
-
-
-
@@ -2593,11 +2377,9 @@
-
-
+
-
@@ -2647,7 +2429,7 @@
-
+
@@ -2695,17 +2477,10 @@
-
+
-
-
-
-
-
-
-
@@ -2752,15 +2527,8 @@
-
-
-
-
-
-
-
@@ -2811,15 +2579,12 @@
-
-
-
+
-
-
+
@@ -2873,15 +2638,8 @@
-
-
-
-
-
-
-
@@ -2963,9 +2721,9 @@
GIANT
MALE
-
+
-
+
@@ -2977,12 +2735,12 @@
-
-
+
+
false
@@ -3006,17 +2764,9 @@
-
-
-
-
-
-
-
+
+
-
-
-
@@ -3033,9 +2783,9 @@
GIANT
MALE
-
+
-
+
@@ -3047,12 +2797,12 @@
-
+
false
@@ -3070,15 +2820,8 @@
-
-
-
-
+
-
-
-
-
@@ -3094,9 +2837,9 @@
BEAST
MALE
-
+
-
+
@@ -3108,11 +2851,11 @@
-
+
false
@@ -3127,14 +2870,9 @@
-
-
-
-
-
@@ -3153,9 +2891,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3167,11 +2905,11 @@
-
+
false
@@ -3184,16 +2922,8 @@
-
-
-
-
-
-
-
-
@@ -3210,9 +2940,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3224,11 +2954,11 @@
-
+
false
@@ -3242,14 +2972,8 @@
-
-
-
-
+
-
-
-
@@ -3266,9 +2990,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3280,11 +3004,11 @@
-
+
false
@@ -3298,12 +3022,10 @@
-
-
-
+
@@ -3321,9 +3043,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3335,10 +3057,10 @@
-
+
-
+
false
@@ -3355,18 +3077,11 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -3743,11 +3458,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3759,16 +3474,16 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -3786,16 +3501,7 @@
-
-
-
-
-
-
-
-
-
@@ -3812,11 +3518,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3828,16 +3534,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -3855,14 +3561,10 @@
-
-
-
-
-
+
@@ -3885,7 +3587,7 @@
-
+
@@ -3897,12 +3599,12 @@
-
-
+
+
false
@@ -3922,16 +3624,10 @@
-
-
-
-
-
-
+
-
-
+
@@ -3952,7 +3648,7 @@
-
+
@@ -3964,12 +3660,12 @@
-
-
+
+
false
@@ -3987,17 +3683,9 @@
-
-
-
-
-
-
+
-
-
-
@@ -4020,7 +3708,7 @@
-
+
@@ -4032,13 +3720,13 @@
-
-
-
+
+
+
false
@@ -4056,16 +3744,7 @@
-
-
-
-
-
-
-
-
-
@@ -4086,7 +3765,7 @@
-
+
@@ -4098,13 +3777,13 @@
-
-
-
+
+
+
false
@@ -4124,18 +3803,10 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -4157,7 +3828,7 @@
-
+
@@ -4169,12 +3840,12 @@
-
-
+
+
false
@@ -4193,14 +3864,8 @@
-
-
-
-
-
-
@@ -4254,15 +3919,8 @@
-
-
-
-
-
-
-
@@ -4313,13 +3971,9 @@
-
-
-
+
+
-
-
-
@@ -4369,7 +4023,7 @@
-
+
@@ -4427,12 +4081,10 @@
-
-
+
-
@@ -4496,11 +4148,9 @@
-
-
+
-
@@ -4565,13 +4215,11 @@
-
-
+
-
@@ -4623,15 +4271,8 @@
-
-
-
-
-
-
-
@@ -4684,12 +4325,10 @@
-
-
+
-
@@ -4738,15 +4377,8 @@
-
-
-
-
-
-
-
@@ -4792,13 +4424,10 @@
-
-
-
@@ -4850,7 +4479,7 @@
-
+
@@ -4903,15 +4532,9 @@
-
-
-
+
-
-
-
-
@@ -4961,12 +4584,10 @@
-
-
+
-
@@ -5013,7 +4634,7 @@
-
+
@@ -5076,12 +4697,10 @@
-
-
+
-
@@ -5101,9 +4720,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5115,12 +4734,12 @@
-
-
+
+
false
@@ -5138,17 +4757,10 @@
-
-
-
-
-
-
-
-
+
@@ -5164,9 +4776,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5178,14 +4790,14 @@
-
-
-
-
+
+
+
+
false
@@ -5204,14 +4816,9 @@
-
-
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20300-20399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20300-20399.xml
index b95593a351..619ecd86e3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20300-20399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20300-20399.xml
@@ -303,9 +303,9 @@
HUMANOID
MALE
-
+
-
+
@@ -317,11 +317,11 @@
-
+
false
@@ -339,17 +339,8 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -360,9 +351,9 @@
BUG
MALE
-
+
-
+
@@ -374,11 +365,11 @@
-
+
false
@@ -396,19 +387,8 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -457,9 +437,9 @@
ANIMAL
MALE
-
+
-
+
@@ -470,11 +450,11 @@
-
+
false
@@ -488,16 +468,10 @@
-
-
-
-
-
-
-
-
+
+
@@ -511,7 +485,7 @@
MALE
-
+
@@ -523,13 +497,13 @@
-
+
+
-
-
+
false
@@ -543,18 +517,14 @@
-
-
-
+
+
+
-
-
-
-
+
-
-
+
@@ -568,7 +538,7 @@
MALE
-
+
@@ -580,13 +550,13 @@
-
+
+
-
-
+
false
@@ -600,18 +570,10 @@
-
-
+
+
-
-
-
-
-
-
-
-
@@ -624,7 +586,7 @@
MALE
-
+
@@ -636,13 +598,13 @@
-
+
+
-
-
+
false
@@ -656,21 +618,15 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
-
-
+
@@ -726,21 +682,13 @@
-
-
-
-
-
-
-
-
-
+
@@ -752,9 +700,9 @@
ANIMAL
MALE
-
+
-
+
@@ -766,13 +714,13 @@
-
+
+
-
-
+
false
@@ -786,14 +734,13 @@
-
-
+
+
-
-
+
@@ -831,14 +778,8 @@
-
-
-
-
+
-
-
-
@@ -849,9 +790,9 @@
ANIMAL
MALE
-
+
-
+
@@ -873,15 +814,13 @@
-
-
-
+
+
+
-
-
-
+
@@ -896,7 +835,7 @@
-
+
@@ -908,7 +847,7 @@
-
+
false
@@ -922,18 +861,14 @@
-
-
-
+
+
+
-
-
-
-
+
-
-
+
@@ -946,9 +881,9 @@
HUMANOID
MALE
-
+
-
+
@@ -960,7 +895,7 @@
-
+
false
@@ -976,17 +911,10 @@
-
-
-
-
-
-
-
-
+
@@ -1001,7 +929,7 @@
-
+
@@ -1012,7 +940,7 @@
-
+
false
@@ -1030,18 +958,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -1055,7 +973,7 @@
-
+
@@ -1067,7 +985,7 @@
-
+
false
@@ -1084,11 +1002,9 @@
-
-
-
+
@@ -1101,9 +1017,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1115,7 +1031,7 @@
-
+
false
@@ -1131,19 +1047,9 @@
-
-
-
-
-
-
-
-
+
+
-
-
-
-
@@ -1157,7 +1063,7 @@
-
+
@@ -1169,7 +1075,7 @@
-
+
false
@@ -1187,18 +1093,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -1213,7 +1111,7 @@
-
+
@@ -1225,7 +1123,7 @@
-
+
false
@@ -1239,18 +1137,15 @@
-
-
-
+
+
+
-
-
-
-
+
-
-
+
+
@@ -1265,7 +1160,7 @@
-
+
@@ -1276,7 +1171,7 @@
-
+
false
@@ -1290,18 +1185,10 @@
-
-
+
+
-
-
-
-
-
-
-
-
@@ -1315,7 +1202,7 @@
-
+
@@ -1327,7 +1214,7 @@
-
+
false
@@ -1341,17 +1228,13 @@
-
-
-
+
+
+
-
-
+
+
-
-
-
-
@@ -1363,9 +1246,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1376,7 +1259,7 @@
-
+
false
@@ -1393,12 +1276,7 @@
-
-
-
-
-
@@ -1415,9 +1293,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1428,9 +1306,9 @@
-
+
@@ -1440,16 +1318,8 @@
-
-
-
-
+
-
-
-
-
-
@@ -1460,9 +1330,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1474,13 +1344,13 @@
-
+
+
-
-
+
false
@@ -1494,22 +1364,13 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
-
-
-
+
@@ -1521,11 +1382,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
@@ -1537,14 +1398,14 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -1558,22 +1419,12 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
+
-
-
-
-
@@ -1583,11 +1434,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1599,16 +1450,16 @@
-
-
+
+
+
+
-
-
-
+
false
@@ -1627,8 +1478,7 @@
-
-
+
@@ -1710,13 +1560,9 @@
-
-
-
-
@@ -1731,7 +1577,7 @@
FEMALE
-
+
@@ -1757,17 +1603,16 @@
-
-
-
-
+
+
+
+
-
-
+
-
-
+
+
@@ -1821,11 +1666,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1836,12 +1681,12 @@
-
-
+
+
false
@@ -1854,18 +1699,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -1878,9 +1713,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1891,14 +1726,14 @@
-
+
+
+
-
-
-
+
false
@@ -1915,13 +1750,10 @@
-
-
-
-
+
-
+
@@ -1935,9 +1767,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1948,15 +1780,15 @@
-
+
+
+
+
-
-
-
-
+
false
@@ -1971,20 +1803,12 @@
-
+
-
-
-
-
-
+
-
-
-
-
@@ -1996,9 +1820,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2009,11 +1833,11 @@
-
+
false
@@ -2030,16 +1854,10 @@
-
-
-
-
-
-
+
-
@@ -2055,7 +1873,7 @@
-
+
@@ -2066,11 +1884,11 @@
-
+
false
@@ -2084,20 +1902,14 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
@@ -2110,9 +1922,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2124,14 +1936,14 @@
-
-
+
+
-
-
+
+
false
@@ -2151,13 +1963,9 @@
-
-
-
-
-
+
@@ -2168,11 +1976,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2184,15 +1992,15 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -2206,17 +2014,13 @@
-
-
+
+
-
-
-
-
+
-
-
+
@@ -2282,9 +2086,9 @@
BUG
MALE
-
+
-
+
@@ -2295,11 +2099,11 @@
-
+
false
@@ -2317,18 +2121,11 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -2341,9 +2138,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2354,13 +2151,13 @@
-
+
+
-
-
+
false
@@ -2374,21 +2171,12 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
-
@@ -2399,9 +2187,9 @@
BUG
MALE
-
+
-
+
@@ -2412,11 +2200,11 @@
-
+
false
@@ -2435,18 +2223,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -2459,9 +2239,9 @@
DEMONIC
MALE
-
+
-
+
@@ -2473,14 +2253,14 @@
-
-
+
+
-
-
+
+
false
@@ -2497,17 +2277,10 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -2527,9 +2300,9 @@
DEMONIC
MALE
-
+
-
+
@@ -2540,16 +2313,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -2566,16 +2339,9 @@
-
-
-
-
-
-
-
@@ -2594,9 +2360,9 @@
DEMONIC
MALE
-
+
-
+
@@ -2608,14 +2374,14 @@
-
-
+
+
-
-
+
+
false
@@ -2632,16 +2398,9 @@
-
-
-
-
-
-
-
-
+
@@ -2704,9 +2463,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2718,11 +2477,11 @@
-
+
false
@@ -2739,13 +2498,8 @@
-
-
-
-
-
@@ -2764,9 +2518,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2778,11 +2532,11 @@
-
+
false
@@ -2802,16 +2556,9 @@
-
-
-
-
-
-
-
-
+
@@ -2824,9 +2571,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2838,11 +2585,11 @@
-
+
false
@@ -2857,19 +2604,14 @@
-
+
-
-
-
-
-
+
-
-
+
@@ -2882,9 +2624,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2896,11 +2638,11 @@
-
+
false
@@ -2918,13 +2660,9 @@
-
-
-
-
+
-
@@ -2938,9 +2676,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2952,11 +2690,11 @@
-
+
false
@@ -2971,18 +2709,14 @@
-
+
-
-
-
-
-
+
-
+
@@ -2998,7 +2732,7 @@
-
+
@@ -3009,8 +2743,8 @@
-
+
false
@@ -3026,18 +2760,10 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -3050,9 +2776,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3063,10 +2789,10 @@
-
+
false
@@ -3080,22 +2806,14 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -3107,9 +2825,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3121,11 +2839,11 @@
-
+
false
@@ -3139,17 +2857,10 @@
-
+
-
-
-
-
+
-
-
-
-
@@ -3161,9 +2872,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3175,11 +2886,11 @@
-
+
false
@@ -3196,17 +2907,8 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -3254,14 +2956,7 @@
-
-
-
-
-
-
-
@@ -3273,9 +2968,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3286,13 +2981,13 @@
-
+
+
+
-
-
-
+
false
@@ -3310,16 +3005,9 @@
-
-
-
-
-
-
-
@@ -3332,11 +3020,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3347,15 +3035,15 @@
-
+
+
+
+
-
-
-
false
@@ -3371,18 +3059,11 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -3394,9 +3075,9 @@
BEAST
MALE
-
+
-
+
@@ -3408,11 +3089,11 @@
-
+
false
@@ -3426,12 +3107,8 @@
-
-
-
-
@@ -3445,9 +3122,9 @@
ANIMAL
MALE
-
+
-
+
@@ -3459,13 +3136,13 @@
-
+
+
-
-
+
false
@@ -3479,21 +3156,12 @@
-
-
+
+
-
-
-
-
-
-
+
-
-
-
-
@@ -3504,9 +3172,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3518,13 +3186,13 @@
-
+
+
-
-
+
false
@@ -3541,15 +3209,9 @@
-
-
-
-
-
-
-
+
@@ -3564,7 +3226,7 @@
-
+
@@ -3576,11 +3238,11 @@
-
+
false
@@ -3596,19 +3258,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
@@ -3620,9 +3271,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3634,11 +3285,11 @@
-
+
false
@@ -3655,17 +3306,10 @@
-
-
-
-
-
-
-
+
-
-
+
@@ -3685,9 +3329,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3698,14 +3342,14 @@
-
+
+
+
-
-
-
+
false
@@ -3722,17 +3366,10 @@
-
-
-
-
-
-
-
+
-
-
+
@@ -3751,9 +3388,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3764,14 +3401,14 @@
-
+
+
+
-
-
-
+
false
@@ -3788,17 +3425,10 @@
-
-
-
-
-
-
-
+
-
-
+
@@ -3820,7 +3450,7 @@
-
+
@@ -3831,12 +3461,8 @@
-
-
-
-
-
-
+
+
false
2
@@ -3851,19 +3477,11 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -3906,11 +3524,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3921,15 +3539,15 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -3943,19 +3561,15 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
@@ -3966,11 +3580,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3981,16 +3595,16 @@
-
-
+
+
+
+
-
-
-
+
false
@@ -4004,22 +3618,15 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
@@ -4030,11 +3637,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4045,16 +3652,16 @@
-
-
+
+
+
+
-
-
-
+
false
@@ -4072,18 +3679,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -4097,7 +3694,7 @@
-
+
@@ -4108,8 +3705,8 @@
-
+
false
@@ -4123,21 +3720,11 @@
-
+
-
-
-
-
-
-
+
-
-
-
-
-
@@ -4149,9 +3736,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4162,11 +3749,11 @@
-
+
false
@@ -4180,21 +3767,11 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
-
-
@@ -4261,7 +3838,7 @@
-
+
@@ -4272,7 +3849,7 @@
-
+
false
@@ -4288,15 +3865,10 @@
-
-
-
-
-
+
-
-
+
@@ -4311,7 +3883,7 @@
-
+
@@ -4322,11 +3894,11 @@
-
+
false
@@ -4342,16 +3914,10 @@
-
-
-
-
-
-
-
-
+
+
@@ -4364,9 +3930,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4377,11 +3943,11 @@
-
+
false
@@ -4398,18 +3964,12 @@
-
-
-
-
-
-
-
+
-
-
+
+
@@ -4422,9 +3982,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4435,11 +3995,11 @@
-
+
false
@@ -4453,18 +4013,12 @@
-
-
+
+
-
-
-
-
-
-
-
+
@@ -4477,9 +4031,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4491,11 +4045,11 @@
-
+
false
@@ -4510,22 +4064,14 @@
-
+
-
-
-
-
-
-
-
-
-
+
@@ -4538,9 +4084,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4552,11 +4098,11 @@
-
+
false
@@ -4575,19 +4121,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4637,9 +4171,9 @@
ANIMAL
MALE
-
+
-
+
@@ -4650,13 +4184,13 @@
-
+
+
-
-
+
false
@@ -4670,20 +4204,14 @@
-
-
+
+
-
-
-
-
-
-
-
+
@@ -4695,9 +4223,9 @@
BUG
MALE
-
+
-
+
@@ -4709,11 +4237,11 @@
-
+
false
@@ -4731,12 +4259,9 @@
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20400-20499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20400-20499.xml
index 2df4c79ae3..28e3e22d13 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20400-20499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20400-20499.xml
@@ -8,9 +8,9 @@
PLANT
MALE
-
+
-
+
@@ -21,13 +21,13 @@
-
+
+
-
-
+
false
@@ -41,21 +41,14 @@
-
+
-
-
-
-
-
-
-
-
+
@@ -73,9 +66,9 @@
GIANT
MALE
-
+
-
+
@@ -86,11 +79,11 @@
-
+
false
@@ -109,25 +102,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -145,9 +123,9 @@
GIANT
MALE
-
+
-
+
@@ -159,11 +137,11 @@
-
+
false
@@ -183,26 +161,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -214,9 +176,9 @@
BUG
MALE
-
+
-
+
@@ -228,11 +190,11 @@
-
+
false
@@ -250,19 +212,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -273,9 +223,9 @@
UNDEAD
MALE
-
+
-
+
@@ -286,13 +236,13 @@
-
+
+
-
-
+
false
@@ -310,22 +260,16 @@
-
-
-
-
-
-
-
+
-
-
+
+
-
+
@@ -333,9 +277,9 @@
DEMONIC
MALE
-
+
-
+
@@ -350,31 +294,46 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
@@ -382,11 +341,11 @@
DEMONIC
FEMALE
-
+
-
-
-
+
+
+
@@ -398,42 +357,44 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
UNDEAD
FEMALE
-
+
-
+
@@ -449,26 +410,28 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
@@ -480,9 +443,9 @@
BUG
MALE
-
+
-
+
@@ -494,11 +457,11 @@
-
+
false
@@ -516,15 +479,10 @@
-
-
-
-
-
-
+
@@ -539,9 +497,9 @@
ANIMAL
MALE
-
+
-
+
@@ -553,16 +511,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -580,14 +538,10 @@
-
-
-
-
+
-
-
+
@@ -641,15 +595,9 @@
-
-
-
+
-
-
-
-
@@ -664,9 +612,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -677,13 +625,13 @@
-
+
+
-
-
+
false
@@ -701,18 +649,8 @@
-
-
-
-
-
-
-
-
-
-
@@ -727,9 +665,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -740,13 +678,13 @@
-
+
+
-
-
+
false
@@ -764,16 +702,9 @@
-
-
-
-
-
-
-
-
+
@@ -786,9 +717,9 @@
BEAST
MALE
-
+
-
+
@@ -799,11 +730,11 @@
-
+
false
@@ -819,17 +750,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -891,9 +812,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -904,15 +825,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -930,17 +851,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -959,9 +870,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -972,16 +883,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -998,18 +909,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -1022,9 +922,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1036,15 +936,15 @@
-
-
+
+
+
-
-
-
+
+
false
@@ -1062,15 +962,7 @@
-
-
-
-
-
-
-
-
@@ -1082,9 +974,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1096,13 +988,13 @@
-
+
+
+
-
-
-
+
false
@@ -1118,15 +1010,11 @@
-
-
-
-
+
-
-
+
@@ -1140,9 +1028,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1153,15 +1041,15 @@
-
-
+
+
+
-
-
-
+
+
false
@@ -1180,16 +1068,7 @@
-
-
-
-
-
-
-
-
-
@@ -1201,9 +1080,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1215,14 +1094,14 @@
-
+
+
+
-
-
-
+
false
@@ -1239,16 +1118,11 @@
-
-
-
-
+
-
-
-
+
@@ -1260,11 +1134,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
@@ -1276,15 +1150,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -1298,20 +1172,14 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
-
-
+
@@ -1324,11 +1192,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
@@ -1339,13 +1207,13 @@
-
+
+
-
-
+
false
@@ -1359,20 +1227,13 @@
-
+
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -1384,11 +1245,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1400,15 +1261,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -1422,21 +1283,14 @@
-
+
-
-
-
-
-
-
-
-
+
@@ -1449,11 +1303,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1464,13 +1318,13 @@
-
+
+
-
-
+
false
@@ -1487,19 +1341,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
@@ -1557,7 +1400,7 @@
MALE
-
+
@@ -1577,16 +1420,10 @@
-
+
-
-
-
-
+
-
-
-
@@ -1598,9 +1435,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1611,13 +1448,13 @@
-
+
+
-
-
+
false
@@ -1634,19 +1471,9 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
-
@@ -1657,9 +1484,9 @@
BEAST
MALE
-
+
-
+
@@ -1671,11 +1498,11 @@
-
+
false
@@ -1687,19 +1514,11 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1717,9 +1536,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1731,11 +1550,11 @@
-
+
false
@@ -1752,15 +1571,8 @@
-
-
-
-
-
-
-
@@ -1777,9 +1589,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1791,11 +1603,11 @@
-
+
false
@@ -1813,15 +1625,10 @@
-
-
-
-
-
+
-
-
+
@@ -1841,7 +1648,7 @@
-
+
@@ -1853,12 +1660,12 @@
-
+
false
@@ -1875,16 +1682,8 @@
-
-
-
-
-
+
-
-
-
-
@@ -1903,7 +1702,7 @@
-
+
@@ -1915,12 +1714,12 @@
-
+
false
@@ -1940,16 +1739,10 @@
-
-
-
-
-
-
+
-
-
+
@@ -2039,7 +1832,7 @@
MALE
-
+
@@ -2060,18 +1853,14 @@
-
+
-
-
-
-
-
+
+
-
-
+
@@ -2206,7 +1995,7 @@
-
+
@@ -2218,7 +2007,7 @@
-
+
false
@@ -2232,19 +2021,12 @@
-
-
+
+
-
-
-
-
+
-
-
-
-
@@ -2258,7 +2040,7 @@
-
+
@@ -2270,7 +2052,7 @@
-
+
false
@@ -2286,15 +2068,9 @@
-
-
-
-
-
-
-
+
@@ -2309,7 +2085,7 @@
-
+
@@ -2321,7 +2097,7 @@
-
+
false
@@ -2335,18 +2111,13 @@
-
-
+
+
-
-
-
-
-
+
-
-
+
@@ -2357,11 +2128,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2373,12 +2144,12 @@
-
-
+
+
false
@@ -2395,19 +2166,10 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -2419,9 +2181,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2432,11 +2194,11 @@
-
+
false
@@ -2454,19 +2216,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
@@ -2483,9 +2234,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2496,15 +2247,15 @@
-
+
+
+
-
-
-
+
false
@@ -2522,13 +2273,9 @@
-
-
-
-
+
-
@@ -2584,11 +2331,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2599,14 +2346,14 @@
-
-
+
+
+
-
-
+
false
@@ -2625,18 +2372,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
@@ -2648,9 +2385,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2661,14 +2398,14 @@
-
+
+
+
-
-
-
+
false
@@ -2682,20 +2419,13 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
+
@@ -2709,7 +2439,7 @@
MALE
-
+
@@ -2730,17 +2460,13 @@
-
+
-
-
-
-
-
+
+
-
-
+
@@ -2753,9 +2479,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2766,16 +2492,16 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -2792,29 +2518,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
@@ -2831,9 +2536,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2845,16 +2550,16 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -2873,29 +2578,12 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -2907,9 +2595,9 @@
BUG
MALE
-
+
-
+
@@ -2921,11 +2609,11 @@
-
+
false
@@ -2943,19 +2631,11 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -2967,9 +2647,9 @@
BUG
MALE
-
+
-
+
@@ -2980,11 +2660,11 @@
-
+
false
@@ -3001,18 +2681,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -3024,9 +2696,9 @@
BUG
MALE
-
+
-
+
@@ -3037,11 +2709,11 @@
-
+
false
@@ -3058,18 +2730,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -3082,9 +2746,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3096,13 +2760,13 @@
-
+
+
+
-
-
-
+
false
@@ -3118,17 +2782,8 @@
-
-
-
-
-
-
-
+
-
-
-
@@ -3140,9 +2795,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3154,14 +2809,14 @@
-
+
+
+
-
-
-
+
false
@@ -3178,17 +2833,10 @@
-
-
-
-
-
-
-
-
+
@@ -3238,9 +2886,9 @@
BUG
MALE
-
+
-
+
@@ -3252,11 +2900,11 @@
-
+
false
@@ -3276,17 +2924,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -3300,7 +2938,7 @@
-
+
@@ -3312,7 +2950,7 @@
-
+
false
@@ -3328,14 +2966,9 @@
-
-
-
-
-
-
+
@@ -3350,7 +2983,7 @@
-
+
@@ -3362,7 +2995,7 @@
-
+
false
@@ -3378,17 +3011,8 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -3402,7 +3026,7 @@
-
+
@@ -3414,7 +3038,7 @@
-
+
false
@@ -3428,17 +3052,14 @@
-
-
+
+
-
-
-
-
+
-
-
+
+
@@ -3453,7 +3074,7 @@
-
+
@@ -3465,11 +3086,11 @@
-
+
false
@@ -3485,18 +3106,12 @@
-
-
-
-
-
-
-
-
+
+
-
-
+
+
@@ -3509,9 +3124,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3523,11 +3138,11 @@
-
+
false
@@ -3544,18 +3159,9 @@
-
-
-
-
-
-
-
-
+
+
-
-
-
@@ -3567,9 +3173,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3581,11 +3187,11 @@
-
+
false
@@ -3602,16 +3208,10 @@
-
-
-
-
-
-
-
+
@@ -3623,9 +3223,9 @@
BUG
MALE
-
+
-
+
@@ -3637,11 +3237,11 @@
-
+
false
@@ -3657,18 +3257,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -3682,7 +3274,7 @@
MALE
-
+
@@ -3704,15 +3296,12 @@
-
+
-
-
-
-
+
-
+
@@ -3724,9 +3313,9 @@
BUG
MALE
-
+
-
+
@@ -3738,11 +3327,11 @@
-
+
false
@@ -3761,18 +3350,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -3786,7 +3367,7 @@
MALE
-
+
@@ -3811,13 +3392,9 @@
-
-
-
-
-
+
@@ -3830,9 +3407,9 @@
BUG
MALE
-
+
-
+
@@ -3844,12 +3421,12 @@
-
-
+
+
false
@@ -3867,17 +3444,10 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -3889,9 +3459,9 @@
ANIMAL
MALE
-
+
-
+
@@ -3903,11 +3473,11 @@
-
+
false
@@ -3920,19 +3490,11 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -3947,7 +3509,7 @@
MALE
-
+
@@ -3959,13 +3521,13 @@
-
+
+
-
-
+
false
@@ -3979,20 +3541,11 @@
-
-
+
+
-
-
-
-
-
-
+
-
-
-
-
@@ -4005,7 +3558,7 @@
MALE
-
+
@@ -4026,15 +3579,12 @@
-
-
+
+
-
-
-
-
+
@@ -4045,11 +3595,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4061,11 +3611,11 @@
-
-
+
+
false
@@ -4084,18 +3634,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -4109,9 +3651,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4122,11 +3664,11 @@
-
+
false
@@ -4144,16 +3686,9 @@
-
-
-
-
-
-
-
-
+
@@ -4167,9 +3702,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4180,11 +3715,11 @@
-
+
false
@@ -4201,17 +3736,10 @@
-
-
-
-
-
-
-
-
+
-
+
@@ -4225,9 +3753,9 @@
BEAST
MALE
-
+
-
+
@@ -4238,11 +3766,11 @@
-
+
false
@@ -4255,19 +3783,10 @@
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -4330,9 +3849,9 @@
UNDEAD
MALE
-
+
-
+
@@ -4343,13 +3862,13 @@
-
+
+
-
-
+
false
@@ -4363,21 +3882,14 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
@@ -4395,9 +3907,9 @@
UNDEAD
MALE
-
+
-
+
@@ -4409,13 +3921,13 @@
-
+
+
+
-
-
-
+
false
@@ -4433,17 +3945,8 @@
-
-
-
-
-
-
-
-
-
@@ -4461,9 +3964,9 @@
ANIMAL
MALE
-
+
-
+
@@ -4475,12 +3978,12 @@
-
+
false
@@ -4498,15 +4001,11 @@
-
-
-
-
-
+
+
-
-
+
@@ -4525,9 +4024,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4539,12 +4038,12 @@
-
-
+
+
false
@@ -4564,19 +4063,11 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -4594,9 +4085,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4608,9 +4099,9 @@
-
+
false
@@ -4627,16 +4118,11 @@
-
-
-
-
-
-
+
+
-
@@ -4655,9 +4141,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4669,11 +4155,11 @@
-
+
false
@@ -4689,20 +4175,13 @@
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
@@ -4720,9 +4199,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4734,11 +4213,11 @@
-
+
false
@@ -4754,18 +4233,13 @@
-
-
-
-
-
-
-
+
+
-
+
@@ -4783,9 +4257,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4797,9 +4271,9 @@
-
+
false
@@ -4817,19 +4291,9 @@
-
-
-
-
-
-
-
-
+
+
-
-
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20500-20599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20500-20599.xml
index 158dd4a44d..dd17577ad4 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20500-20599.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20500-20599.xml
@@ -14,9 +14,9 @@
HUMANOID
MALE
-
+
-
+
@@ -28,9 +28,9 @@
-
+
false
@@ -46,21 +46,12 @@
-
+
-
-
-
-
-
-
+
-
-
-
-
@@ -78,9 +69,9 @@
HUMANOID
MALE
-
+
-
+
@@ -92,12 +83,12 @@
-
-
+
+
false
@@ -119,25 +110,13 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
-
-
-
-
@@ -148,9 +127,9 @@
BEAST
MALE
-
+
-
+
@@ -162,11 +141,11 @@
-
+
false
@@ -176,22 +155,13 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
-
@@ -203,9 +173,9 @@
UNDEAD
MALE
-
+
-
+
@@ -217,14 +187,14 @@
-
+
+
+
-
-
-
+
false
@@ -238,20 +208,11 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
-
@@ -266,9 +227,9 @@
ANIMAL
MALE
-
+
-
+
@@ -279,16 +240,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -306,28 +267,12 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -340,9 +285,9 @@
FAIRY
MALE
-
+
-
+
@@ -354,14 +299,14 @@
-
-
+
+
-
-
+
+
false
@@ -381,24 +326,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -417,9 +348,9 @@
FAIRY
MALE
-
+
-
+
@@ -431,15 +362,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -456,29 +387,9 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -489,9 +400,9 @@
BUG
MALE
-
+
-
+
@@ -503,11 +414,11 @@
-
+
false
@@ -525,18 +436,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
@@ -547,9 +448,9 @@
PLANT
MALE
-
+
-
+
@@ -561,13 +462,13 @@
-
+
+
-
-
+
false
@@ -581,20 +482,16 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
+
-
-
+
+
@@ -606,9 +503,9 @@
BEAST
MALE
-
+
-
+
@@ -620,11 +517,11 @@
-
+
false
@@ -634,20 +531,14 @@
-
-
+
+
-
-
-
-
-
-
+
-
-
+
@@ -658,11 +549,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -674,15 +565,15 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -700,15 +591,10 @@
-
-
-
-
+
-
-
-
+
@@ -822,9 +708,9 @@
UNDEAD
MALE
-
+
-
+
@@ -835,14 +721,14 @@
-
+
+
+
-
-
-
+
false
@@ -856,16 +742,11 @@
-
-
+
+
-
-
-
+
-
-
-
@@ -877,9 +758,9 @@
UNDEAD
MALE
-
+
-
+
@@ -890,14 +771,14 @@
-
+
+
+
-
-
-
+
false
@@ -914,24 +795,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -988,9 +855,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1001,14 +868,14 @@
-
+
+
+
-
-
-
+
false
@@ -1024,14 +891,10 @@
-
-
-
-
+
-
-
+
@@ -1044,9 +907,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1057,13 +920,13 @@
-
+
+
+
-
-
-
+
false
@@ -1079,15 +942,8 @@
-
-
-
-
-
-
-
@@ -1195,11 +1051,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1211,16 +1067,16 @@
-
-
+
+
+
+
-
-
-
+
false
@@ -1237,18 +1093,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -1346,7 +1191,7 @@
MALE
-
+
@@ -1368,18 +1213,11 @@
-
+
-
-
-
-
-
+
+
-
-
-
-
@@ -1389,11 +1227,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1405,16 +1243,16 @@
-
-
+
+
+
+
-
-
-
+
false
@@ -1428,22 +1266,14 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -1498,9 +1328,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1512,11 +1342,11 @@
-
+
false
@@ -1528,18 +1358,11 @@
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -1553,7 +1376,7 @@
MALE
-
+
@@ -1574,19 +1397,15 @@
-
-
-
-
+
+
+
+
-
-
-
-
+
-
-
+
@@ -1600,7 +1419,7 @@
MALE
-
+
@@ -1622,17 +1441,11 @@
-
-
+
+
-
-
-
-
+
-
-
-
@@ -1645,7 +1458,7 @@
MALE
-
+
@@ -1667,17 +1480,11 @@
-
-
+
+
-
-
-
-
+
-
-
-
@@ -1688,9 +1495,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1711,17 +1518,14 @@
-
-
+
+
-
-
-
-
-
+
+
@@ -1733,9 +1537,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1757,16 +1561,10 @@
-
+
-
-
-
-
+
-
-
-
@@ -1777,9 +1575,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1801,18 +1599,14 @@
-
-
+
+
-
-
-
-
-
+
+
-
-
+
@@ -1824,9 +1618,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1848,17 +1642,13 @@
-
-
+
+
-
-
-
-
+
-
-
+
@@ -1872,7 +1662,7 @@
MALE
-
+
@@ -1893,17 +1683,13 @@
-
+
-
-
-
-
-
+
+
-
-
+
@@ -1917,7 +1703,7 @@
MALE
-
+
@@ -1939,16 +1725,12 @@
-
+
-
-
-
-
+
-
-
+
@@ -1962,7 +1744,7 @@
MALE
-
+
@@ -1984,16 +1766,12 @@
-
+
-
-
-
-
+
-
-
+
@@ -2007,7 +1785,7 @@
MALE
-
+
@@ -2029,16 +1807,13 @@
-
+
-
-
-
-
-
+
+
-
+
@@ -2050,9 +1825,9 @@
BEAST
MALE
-
+
-
+
@@ -2064,10 +1839,10 @@
-
+
false
@@ -2077,21 +1852,14 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
@@ -2105,9 +1873,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2119,14 +1887,14 @@
-
-
+
+
-
-
+
+
false
@@ -2139,18 +1907,10 @@
-
-
-
-
-
-
-
-
+
-
-
+
@@ -2164,9 +1924,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2177,13 +1937,13 @@
-
+
+
-
-
+
false
@@ -2196,15 +1956,9 @@
-
-
-
-
-
-
-
+
@@ -2251,16 +2005,11 @@
-
-
-
-
-
@@ -2274,7 +2023,7 @@
MALE
-
+
@@ -2285,11 +2034,11 @@
-
+
false
@@ -2299,19 +2048,12 @@
-
-
+
+
-
-
-
-
+
-
-
-
-
@@ -2324,7 +2066,7 @@
MALE
-
+
@@ -2345,17 +2087,14 @@
-
-
+
+
-
-
-
+
-
-
+
@@ -2374,9 +2113,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2388,12 +2127,12 @@
-
-
+
+
false
@@ -2408,23 +2147,16 @@
+
-
-
-
-
-
-
-
-
-
+
+
-
-
-
+
+
@@ -2442,9 +2174,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2456,11 +2188,11 @@
-
+
false
@@ -2478,14 +2210,10 @@
-
-
-
-
-
+
-
+
@@ -2503,9 +2231,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2517,7 +2245,7 @@
-
+
false
@@ -2535,15 +2263,8 @@
-
-
-
-
-
-
-
@@ -2561,9 +2282,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2575,13 +2296,13 @@
-
-
+
+
false
@@ -2598,21 +2319,13 @@
-
+
-
-
-
-
-
+
-
-
-
-
@@ -2629,9 +2342,9 @@
BEAST
MALE
-
+
-
+
@@ -2643,8 +2356,8 @@
-
+
false
@@ -2664,13 +2377,7 @@
-
-
-
-
-
-
-
+
@@ -2694,9 +2401,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2708,8 +2415,8 @@
-
+
false
@@ -2728,19 +2435,8 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -2757,9 +2453,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2771,12 +2467,12 @@
-
-
-
+
-
+
+
+
false
@@ -2790,16 +2486,10 @@
-
-
-
-
-
-
+
-
-
+
@@ -2816,9 +2506,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2847,19 +2537,9 @@
-
-
-
-
-
-
-
-
-
-
@@ -2879,9 +2559,9 @@
GIANT
MALE
-
+
-
+
@@ -2893,11 +2573,11 @@
+
-
false
@@ -2911,21 +2591,12 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -2939,9 +2610,9 @@
PLANT
MALE
-
+
-
+
@@ -2953,10 +2624,13 @@
-
-
-
+
+
+
+
+
+
false
@@ -2977,23 +2651,18 @@
-
-
-
-
-
-
-
+
+
-
+
@@ -3007,11 +2676,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3022,13 +2691,16 @@
-
+
+
+
+
-
-
+
+
false
@@ -3046,19 +2718,16 @@
-
-
-
-
+
-
+
@@ -3072,9 +2741,9 @@
DRAGON
MALE
-
+
-
+
@@ -3085,11 +2754,14 @@
-
+
+
+
+
false
@@ -3102,17 +2774,15 @@
-
-
+
-
-
+
-
+
@@ -3126,9 +2796,9 @@
PLANT
MALE
-
+
-
+
@@ -3140,15 +2810,18 @@
-
-
+
+
+
+
+
-
-
-
+
+
+
false
@@ -3163,21 +2836,16 @@
-
-
-
-
-
-
+
@@ -3190,11 +2858,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3205,15 +2873,18 @@
-
+
+
+
+
+
+
-
-
-
+
false
@@ -3227,20 +2898,17 @@
-
-
-
-
-
+
+
-
+
@@ -3254,9 +2922,9 @@
BUG
MALE
-
+
-
+
@@ -3267,11 +2935,14 @@
-
+
+
+
+
false
@@ -3286,21 +2957,18 @@
-
-
-
-
-
+
+
-
+
@@ -3315,9 +2983,9 @@
BUG
MALE
-
+
-
+
@@ -3328,11 +2996,14 @@
-
+
+
+
+
false
@@ -3351,21 +3022,12 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -3380,9 +3042,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3393,14 +3055,17 @@
-
+
+
+
+
+
-
-
-
+
+
false
@@ -3419,23 +3084,19 @@
-
-
-
-
+
-
+
-
-
+
@@ -3447,11 +3108,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3463,15 +3124,16 @@
-
-
+
+
+
-
-
+
+
false
@@ -3495,25 +3157,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3527,11 +3177,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3543,16 +3193,17 @@
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -3571,20 +3222,16 @@
-
-
-
-
-
+
@@ -3596,11 +3243,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3612,16 +3259,17 @@
-
-
+
+
+
+
-
-
-
+
+
false
@@ -3638,16 +3286,12 @@
-
-
-
-
-
+
@@ -3659,11 +3303,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3675,16 +3319,17 @@
-
-
+
+
+
+
-
-
-
+
+
false
@@ -3703,19 +3348,16 @@
-
-
-
-
-
+
+
-
+
@@ -3727,11 +3369,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3743,15 +3385,16 @@
-
-
+
+
+
-
-
+
+
false
@@ -3768,13 +3411,11 @@
-
-
-
+
@@ -3791,9 +3432,9 @@
GIANT
MALE
-
+
-
+
@@ -3805,7 +3446,7 @@
-
+
false
@@ -3829,24 +3470,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3865,9 +3490,9 @@
GIANT
MALE
-
+
-
+
@@ -3879,8 +3504,8 @@
+
-
false
@@ -3900,20 +3525,10 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -3932,9 +3547,9 @@
GIANT
MALE
-
+
-
+
@@ -3946,7 +3561,7 @@
-
+
false
@@ -3964,17 +3579,12 @@
-
-
-
-
-
-
-
-
+
+
+
@@ -3993,9 +3603,9 @@
GIANT
MALE
-
+
-
+
@@ -4007,8 +3617,8 @@
+
-
false
@@ -4028,20 +3638,9 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
@@ -4059,9 +3658,9 @@
GIANT
MALE
-
+
-
+
@@ -4073,12 +3672,12 @@
-
-
+
+
false
@@ -4093,16 +3692,10 @@
-
+
-
-
-
-
-
-
@@ -4120,9 +3713,9 @@
BEAST
MALE
-
+
-
+
@@ -4134,11 +3727,11 @@
-
+
false
@@ -4152,16 +3745,12 @@
-
-
-
-
-
-
+
+
@@ -4180,9 +3769,9 @@
BEAST
MALE
-
+
-
+
@@ -4194,11 +3783,11 @@
-
+
false
@@ -4217,19 +3806,12 @@
-
-
-
-
-
-
-
+
-
-
-
+
+
@@ -4247,9 +3829,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4261,11 +3843,11 @@
-
+
false
@@ -4282,12 +3864,10 @@
-
-
@@ -4309,9 +3889,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4323,15 +3903,15 @@
-
-
-
-
+
+
+
+
false
@@ -4351,16 +3931,9 @@
-
-
-
-
-
+
-
-
-
@@ -4377,9 +3950,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4391,7 +3964,7 @@
-
+
false
@@ -4410,15 +3983,10 @@
-
-
-
-
-
@@ -4437,9 +4005,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4451,11 +4019,11 @@
-
+
false
@@ -4472,18 +4040,10 @@
-
-
-
-
-
+
-
-
-
-
@@ -4500,9 +4060,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4514,7 +4074,7 @@
-
+
false
@@ -4538,24 +4098,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4572,9 +4116,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4586,12 +4130,12 @@
-
+
false
@@ -4610,18 +4154,8 @@
-
-
-
-
-
-
-
-
-
-
@@ -4641,9 +4175,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4655,14 +4189,14 @@
-
-
-
-
+
+
+
+
false
@@ -4679,15 +4213,10 @@
-
-
-
-
-
-
+
@@ -4705,9 +4234,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4719,12 +4248,12 @@
-
+
false
@@ -4744,18 +4273,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -4772,9 +4291,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4786,11 +4305,11 @@
-
+
false
@@ -4807,12 +4326,9 @@
-
-
-
-
+
@@ -4831,9 +4347,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4845,12 +4361,12 @@
-
-
+
+
false
@@ -4865,14 +4381,13 @@
-
+
-
-
+
-
-
+
+
@@ -4891,9 +4406,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4905,8 +4420,8 @@
+
-
false
@@ -4927,14 +4442,9 @@
-
-
-
-
-
-
+
@@ -4954,9 +4464,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4968,8 +4478,8 @@
+
-
false
@@ -4987,11 +4497,9 @@
-
-
-
+
@@ -5012,9 +4520,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5026,14 +4534,14 @@
-
-
-
-
+
+
+
+
false
@@ -5057,23 +4565,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -5095,9 +4587,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5109,16 +4601,16 @@
+
+
+
+
+
-
-
-
-
-
false
@@ -5136,15 +4628,8 @@
-
-
-
-
-
-
-
@@ -5163,9 +4648,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -5176,15 +4661,18 @@
-
-
+
+
+
+
-
-
+
+
+
false
@@ -5200,18 +4688,12 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
@@ -5228,9 +4710,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -5241,15 +4723,18 @@
-
-
+
+
+
+
-
-
+
+
+
false
@@ -5271,20 +4756,11 @@
-
+
-
-
-
-
-
-
-
-
-
@@ -5301,9 +4777,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -5314,17 +4790,19 @@
-
-
+
+
+
+
+
-
-
-
-
+
+
+
false
@@ -5343,18 +4821,12 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
@@ -5371,9 +4843,9 @@
FAIRY
MALE
-
+
-
+
@@ -5384,12 +4856,15 @@
-
+
+
+
+
false
@@ -5407,24 +4882,16 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
@@ -5441,9 +4908,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -5454,13 +4921,16 @@
-
-
+
+
+
+
+
false
@@ -5481,19 +4951,12 @@
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
@@ -5509,9 +4972,9 @@
PLANT
FEMALE
-
+
-
+
@@ -5522,14 +4985,17 @@
-
+
+
+
+
-
-
+
+
false
@@ -5548,18 +5014,12 @@
-
-
-
-
-
-
+
+
+
-
-
-
@@ -5576,9 +5036,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -5589,15 +5049,18 @@
-
-
+
+
+
+
-
-
+
+
+
false
@@ -5613,21 +5076,16 @@
-
+
-
-
-
-
-
+
+
+
-
-
-
@@ -5644,9 +5102,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -5657,15 +5115,18 @@
-
-
+
+
+
+
-
-
+
+
+
false
@@ -5694,9 +5155,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -5707,17 +5168,19 @@
-
-
+
+
+
+
+
-
-
-
-
+
+
+
false
@@ -5733,19 +5196,13 @@
-
-
-
-
-
-
-
+
+
+
+
-
-
-
@@ -5762,9 +5219,9 @@
FAIRY
MALE
-
+
-
+
@@ -5775,12 +5232,15 @@
-
+
+
+
+
false
@@ -5796,21 +5256,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
@@ -5827,9 +5280,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -5840,13 +5293,16 @@
-
-
+
+
+
+
+
false
@@ -5866,17 +5322,13 @@
-
-
-
-
-
+
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20600-20699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20600-20699.xml
index d90345d15f..6c2cf61564 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20600-20699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20600-20699.xml
@@ -16,9 +16,9 @@
GIANT
MALE
-
+
-
+
@@ -30,12 +30,12 @@
-
-
+
+
false
@@ -50,19 +50,9 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -81,9 +71,9 @@
HUMANOID
MALE
-
+
-
+
@@ -95,8 +85,8 @@
+
-
false
@@ -114,15 +104,8 @@
-
-
-
-
-
-
-
@@ -142,9 +125,9 @@
HUMANOID
MALE
-
+
-
+
@@ -156,8 +139,8 @@
+
-
false
@@ -172,17 +155,11 @@
-
+
-
-
-
-
-
-
-
+
@@ -199,9 +176,9 @@
BUG
MALE
-
+
-
+
@@ -213,11 +190,11 @@
-
+
false
@@ -235,18 +212,8 @@
-
-
-
-
-
-
-
-
-
-
@@ -266,9 +233,9 @@
GIANT
MALE
-
+
-
+
@@ -280,12 +247,12 @@
-
-
+
+
false
@@ -300,10 +267,7 @@
-
-
-
-
+
@@ -325,9 +289,9 @@
DRAGON
MALE
-
+
-
+
@@ -339,9 +303,9 @@
-
-
+
+
false
@@ -359,16 +323,9 @@
-
-
-
-
-
-
-
-
+
@@ -386,9 +343,9 @@
HUMANOID
MALE
-
+
-
+
@@ -400,12 +357,12 @@
-
-
+
+
false
@@ -422,15 +379,11 @@
-
-
-
-
+
-
-
+
@@ -448,9 +401,9 @@
HUMANOID
MALE
-
+
-
+
@@ -462,13 +415,13 @@
-
-
+
+
false
@@ -488,17 +441,11 @@
-
-
-
-
-
-
-
+
+
-
-
+
@@ -516,9 +463,9 @@
UNDEAD
MALE
-
+
-
+
@@ -530,12 +477,12 @@
-
-
-
+
-
+
+
+
false
@@ -552,19 +499,9 @@
-
-
-
-
-
-
-
-
+
+
-
-
-
-
@@ -583,9 +520,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -597,16 +534,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -623,14 +560,11 @@
-
-
-
-
-
+
+
-
+
@@ -650,11 +584,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -666,15 +600,15 @@
-
-
-
-
+
+
+
+
false
@@ -691,15 +625,11 @@
-
-
-
-
+
-
-
+
@@ -719,9 +649,9 @@
DEMONIC
MALE
-
+
-
+
@@ -733,17 +663,17 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -759,24 +689,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -796,9 +723,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -810,16 +737,16 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -835,17 +762,12 @@
-
-
-
-
-
-
-
+
+
+
-
@@ -865,9 +787,9 @@
HUMANOID
MALE
-
+
-
+
@@ -879,10 +801,10 @@
-
-
+
+
false
@@ -900,16 +822,12 @@
-
-
-
-
-
+
+
-
-
+
@@ -927,9 +845,9 @@
HUMANOID
MALE
-
+
-
+
@@ -941,11 +859,11 @@
-
+
false
@@ -962,16 +880,9 @@
-
-
-
-
-
+
+
-
-
-
-
@@ -989,9 +900,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1003,13 +914,13 @@
-
-
-
-
+
-
+
+
+
+
false
@@ -1027,14 +938,11 @@
-
-
-
-
+
-
+
@@ -1053,9 +961,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -1067,17 +975,17 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -1099,16 +1007,9 @@
-
-
-
-
-
+
+
-
-
-
-
@@ -1125,11 +1026,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1141,14 +1042,14 @@
-
-
-
-
+
+
+
+
false
@@ -1166,8 +1067,7 @@
-
-
+
@@ -1191,9 +1091,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -1205,17 +1105,17 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -1231,14 +1131,9 @@
-
-
-
+
+
-
-
-
-
@@ -1256,9 +1151,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -1270,15 +1165,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -1294,19 +1189,17 @@
-
-
-
-
-
+
+
+
-
-
+
+
-
+
@@ -1320,11 +1213,11 @@
GIANT
MALE
-
+
-
-
-
+
+
+
@@ -1337,20 +1230,36 @@
-
-
-
-
-
-
+
+
+
+
+
false
3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1367,11 +1276,11 @@
ETC
MALE
-
+
-
-
-
+
+
+
@@ -1384,16 +1293,14 @@
+
+
+
+
+
-
-
-
-
-
-
-
false
@@ -1403,8 +1310,23 @@
ALL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1419,11 +1341,11 @@
UNDEAD
MALE
-
+
-
-
-
+
+
+
@@ -1436,17 +1358,16 @@
-
+
-
-
-
-
-
+
+
-
+
+
+
false
@@ -1458,18 +1379,23 @@
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
@@ -1484,11 +1410,11 @@
HUMANOID
MALE
-
+
-
-
-
+
+
+
@@ -1501,13 +1427,12 @@
-
-
-
-
-
-
+
+
+
+
+
false
@@ -1517,8 +1442,23 @@
ALL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1534,9 +1474,9 @@
GIANT
MALE
-
+
-
+
@@ -1551,20 +1491,36 @@
-
-
-
-
-
-
+
+
+
+
+
false
4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1579,11 +1535,11 @@
UNDEAD
MALE
-
+
-
-
-
+
+
+
@@ -1596,13 +1552,12 @@
-
+
-
-
-
-
+
+
+
@@ -1615,18 +1570,23 @@
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
@@ -1643,11 +1603,11 @@
UNDEAD
MALE
-
+
-
-
-
+
+
+
@@ -1660,14 +1620,12 @@
-
+
-
-
-
-
-
+
+
+
@@ -1680,18 +1638,23 @@
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
@@ -1709,9 +1672,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1726,15 +1689,14 @@
+
+
+
+
+
-
-
-
-
-
-
@@ -1747,18 +1709,23 @@
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
@@ -1774,9 +1741,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -1791,17 +1758,16 @@
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
@@ -1812,8 +1778,26 @@
MALRUK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1829,9 +1813,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1846,19 +1830,18 @@
-
-
-
+
+
-
-
-
-
-
+
+
+
+
+
@@ -1869,6 +1852,23 @@
ALL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1884,9 +1884,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1898,8 +1898,8 @@
-
+
false
@@ -1918,17 +1918,9 @@
-
-
-
-
-
-
-
-
@@ -1946,9 +1938,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1960,14 +1952,14 @@
-
-
+
-
+
+
false
@@ -1997,9 +1989,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2011,14 +2003,14 @@
-
-
+
-
+
+
false
@@ -2039,19 +2031,10 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -2071,9 +2054,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2085,16 +2068,16 @@
-
-
-
-
+
-
+
+
+
+
false
@@ -2123,9 +2106,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2137,14 +2120,14 @@
-
-
+
-
+
+
false
@@ -2164,19 +2147,10 @@
-
-
-
-
-
+
-
-
-
-
-
@@ -2191,11 +2165,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2207,13 +2181,13 @@
-
-
+
-
+
+
false
@@ -2228,16 +2202,12 @@
-
-
-
-
-
+
+
-
@@ -2257,9 +2227,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2271,14 +2241,14 @@
-
+
+
+
-
-
-
+
false
@@ -2301,22 +2271,11 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
@@ -2332,9 +2291,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2346,14 +2305,14 @@
-
+
+
+
-
-
-
+
false
@@ -2379,25 +2338,10 @@
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -2413,9 +2357,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2427,14 +2371,14 @@
-
+
+
+
-
-
-
+
false
@@ -2453,16 +2397,12 @@
-
-
-
-
+
-
@@ -2485,9 +2425,9 @@
FAIRY
MALE
-
+
-
+
@@ -2499,16 +2439,16 @@
-
-
-
+
-
+
+
+
false
@@ -2529,18 +2469,13 @@
-
-
-
-
-
-
+
@@ -2558,9 +2493,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2572,9 +2507,9 @@
-
+
false
@@ -2593,18 +2528,9 @@
-
-
-
-
-
-
-
-
-
@@ -2622,9 +2548,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2636,10 +2562,10 @@
-
-
+
+
false
@@ -2657,16 +2583,14 @@
-
-
-
+
-
-
-
+
+
+
@@ -2685,9 +2609,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2699,13 +2623,13 @@
-
-
+
-
+
+
false
@@ -2734,9 +2658,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2748,11 +2672,11 @@
-
-
+
+
false
@@ -2776,7 +2700,6 @@
-
@@ -2798,9 +2721,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2812,15 +2735,15 @@
-
-
-
-
+
+
+
+
false
@@ -2849,9 +2772,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2863,15 +2786,15 @@
-
-
+
+
-
-
+
+
false
@@ -2887,16 +2810,13 @@
-
+
-
-
+
-
-
@@ -2915,9 +2835,9 @@
BEAST
MALE
-
+
-
+
@@ -2928,13 +2848,13 @@
-
-
+
-
+
+
false
@@ -2952,17 +2872,10 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -2978,11 +2891,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2994,14 +2907,14 @@
-
-
+
+
-
-
+
+
false
@@ -3019,17 +2932,10 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -3047,11 +2953,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3063,13 +2969,13 @@
-
-
+
-
+
+
false
@@ -3087,18 +2993,10 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -3116,9 +3014,9 @@
BUG
MALE
-
+
-
+
@@ -3130,13 +3028,13 @@
-
-
+
-
+
+
false
@@ -3154,18 +3052,10 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -3184,9 +3074,9 @@
ANIMAL
MALE
-
+
-
+
@@ -3198,14 +3088,14 @@
-
-
+
+
-
-
+
+
false
@@ -3223,19 +3113,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -3250,11 +3132,11 @@
- BEAST
+ ETC
MALE
-
+
-
+
@@ -3265,15 +3147,12 @@
+
-
-
-
-
-
-
-
-
+
+
+
+
false
@@ -3289,23 +3168,12 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
@@ -3321,11 +3189,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3336,12 +3204,13 @@
-
-
+
+
+
false
@@ -3357,22 +3226,12 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
@@ -3390,9 +3249,9 @@
GIANT
MALE
-
+
-
+
@@ -3403,11 +3262,12 @@
-
+
+
false
@@ -3423,19 +3283,13 @@
-
+
-
-
-
-
-
-
-
+
-
-
+
+
@@ -3456,9 +3310,9 @@
GIANT
MALE
-
+
-
+
@@ -3469,12 +3323,13 @@
-
-
+
+
+
false
@@ -3490,23 +3345,15 @@
-
+
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
@@ -3523,9 +3370,9 @@
GIANT
MALE
-
+
-
+
@@ -3536,13 +3383,13 @@
-
+
+
-
-
-
+
+
false
@@ -3559,21 +3406,13 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
@@ -3628,16 +3467,8 @@
-
-
-
-
-
-
-
-
@@ -3700,16 +3531,8 @@
-
-
-
-
-
-
-
-
@@ -3735,9 +3558,9 @@
GIANT
MALE
-
+
-
+
@@ -3748,15 +3571,16 @@
-
-
-
-
+
+
-
+
+
+
+
false
@@ -3772,27 +3596,19 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
+
@@ -3806,9 +3622,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3820,13 +3636,16 @@
-
-
-
+
+
-
+
+
+
+
+
false
@@ -3840,23 +3659,11 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -3871,9 +3678,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3885,15 +3692,19 @@
-
-
+
+
+
+
-
-
+
+
+
+
false
@@ -3910,29 +3721,13 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -3947,9 +3742,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3961,8 +3756,12 @@
+
+
+
+
+
-
false
@@ -3981,24 +3780,11 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -4013,9 +3799,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4027,8 +3813,12 @@
+
+
+
+
+
-
false
@@ -4043,26 +3833,15 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -4076,9 +3855,9 @@
BEAST
FEMALE
-
+
-
+
@@ -4090,12 +3869,16 @@
-
-
+
+
+
+
+
+
false
@@ -4111,28 +3894,14 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -4144,11 +3913,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4160,12 +3929,16 @@
-
-
+
+
+
+
+
+
false
@@ -4178,23 +3951,11 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -4209,9 +3970,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4223,12 +3984,16 @@
-
-
+
+
+
+
+
+
false
@@ -4244,30 +4009,14 @@
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
@@ -4283,9 +4032,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4296,11 +4045,13 @@
-
+
+
+
false
@@ -4317,18 +4068,13 @@
-
-
-
-
-
-
+
@@ -4342,9 +4088,9 @@
ANIMAL
MALE
-
+
-
+
@@ -4356,12 +4102,16 @@
-
-
-
-
+
+
+
+
+
+
+
+
false
@@ -4374,26 +4124,14 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
@@ -4405,11 +4143,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4421,15 +4159,17 @@
-
-
+
+
+
-
-
+
+
+
false
@@ -4443,23 +4183,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
@@ -4475,9 +4208,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4488,11 +4221,13 @@
-
+
+
+
false
@@ -4510,14 +4245,9 @@
-
-
-
-
-
-
+
@@ -4536,9 +4266,9 @@
DRAGON
MALE
-
+
-
+
@@ -4550,13 +4280,13 @@
-
-
+
-
+
+
false
@@ -4572,25 +4302,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4607,9 +4319,9 @@
BUG
MALE
-
+
-
+
@@ -4621,12 +4333,12 @@
-
-
+
+
false
@@ -4647,21 +4359,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4682,9 +4380,9 @@
BEAST
MALE
-
+
-
+
@@ -4696,14 +4394,14 @@
-
-
-
-
+
+
+
+
false
@@ -4718,30 +4416,12 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4793,27 +4473,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -4830,9 +4493,9 @@
UNDEAD
MALE
-
+
-
+
@@ -4844,17 +4507,20 @@
-
-
-
-
+
+
+
-
-
+
+
+
+
+
+
false
@@ -4868,7 +4534,7 @@
-
+
@@ -4880,11 +4546,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4896,12 +4562,14 @@
-
-
+
+
+
+
false
@@ -4926,28 +4594,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -4962,9 +4612,9 @@
PLANT
MALE
-
+
-
+
@@ -4976,15 +4626,18 @@
-
-
+
+
+
+
-
-
+
+
+
false
@@ -5003,21 +4656,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -5032,9 +4674,9 @@
ANIMAL
MALE
-
+
-
+
@@ -5046,11 +4688,14 @@
-
-
-
-
+
+
+
+
+
+
+
false
@@ -5070,24 +4715,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -5102,9 +4733,9 @@
UNDEAD
MALE
-
+
-
+
@@ -5116,14 +4747,16 @@
-
-
+
+
-
-
+
+
+
+
false
@@ -5149,11 +4782,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -5165,12 +4798,12 @@
-
-
+
+
false
@@ -5184,17 +4817,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -5211,9 +4834,9 @@
DRAGON
MALE
-
+
-
+
@@ -5225,14 +4848,14 @@
-
-
+
+
-
-
+
+
false
@@ -5246,26 +4869,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -5281,9 +4888,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5295,8 +4902,11 @@
+
+
+
+
-
false
@@ -5314,23 +4924,11 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -5345,9 +4943,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5359,8 +4957,11 @@
+
+
+
+
-
false
@@ -5377,29 +4978,13 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -5414,9 +4999,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5428,13 +5013,16 @@
-
-
+
+
-
+
+
+
+
false
@@ -5451,26 +5039,13 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
@@ -5485,9 +5060,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5499,13 +5074,16 @@
-
-
+
+
-
+
+
+
+
false
@@ -5520,26 +5098,15 @@
-
-
+
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -5556,9 +5123,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5570,14 +5137,17 @@
-
-
-
-
+
+
+
+
+
+
+
false
@@ -5593,28 +5163,14 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -5629,9 +5185,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5643,13 +5199,16 @@
-
-
+
+
+
+
+
false
@@ -5669,24 +5228,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20700-20799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20700-20799.xml
index be91efd68e..13f66bac2c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20700-20799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20700-20799.xml
@@ -264,9 +264,9 @@
BUG
MALE
-
+
-
+
@@ -278,12 +278,11 @@
+
+
+
+
-
-
-
-
-
false
@@ -298,23 +297,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
@@ -332,6 +325,7 @@
BUG
MALE
+
@@ -344,6 +338,9 @@
+
+
+
@@ -357,6 +354,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -375,9 +384,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -389,14 +398,16 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
false
@@ -412,20 +423,13 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
+
@@ -445,6 +449,7 @@
UNDEAD
MALE
+
@@ -457,6 +462,13 @@
+
+
+
+
+
+
+
@@ -472,6 +484,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -490,9 +515,9 @@
DEMONIC
MALE
-
+
-
+
@@ -504,14 +529,16 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
false
@@ -527,18 +554,10 @@
-
-
-
-
-
-
-
+
+
+
-
-
-
-
@@ -556,6 +575,7 @@
UNDEAD
MALE
+
@@ -568,6 +588,13 @@
+
+
+
+
+
+
+
@@ -582,6 +609,14 @@
+
+
+
+
+
+
+
+
@@ -610,9 +645,9 @@
BEAST
MALE
-
+
-
+
@@ -624,19 +659,16 @@
-
-
+
-
-
-
-
+
+
-
-
-
+
+
+
@@ -650,34 +682,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
@@ -731,17 +744,11 @@
-
-
-
-
-
-
@@ -775,9 +782,9 @@
UNDEAD
MALE
-
+
-
+
@@ -789,20 +796,17 @@
-
-
-
-
-
+
+
+
+
+
-
-
+
-
-
false
@@ -818,42 +822,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
@@ -914,22 +900,14 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
@@ -953,9 +931,9 @@
HUMANOID
MALE
-
+
-
+
@@ -967,13 +945,13 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -988,16 +966,15 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
@@ -1056,16 +1033,11 @@
-
-
-
-
+
-
-
@@ -1084,6 +1056,7 @@
HUMANOID
MALE
+
@@ -1096,6 +1069,12 @@
+
+
+
+
+
+
@@ -1109,6 +1088,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -1162,7 +1151,7 @@
-
+
@@ -1172,7 +1161,7 @@
-
+
@@ -1187,11 +1176,11 @@
UNDEAD
MALE
-
+
-
-
-
+
+
+
@@ -1200,13 +1189,10 @@
-
-
-
-
-
-
+
+
+
@@ -1223,14 +1209,25 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
@@ -1284,18 +1281,18 @@
-
-
-
+
+
+
-
-
+
+
-
+
@@ -1315,9 +1312,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -1332,14 +1329,16 @@
+
+
+
+
-
-
-
-
-
-
+
+
+
+
@@ -1353,18 +1352,32 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
@@ -1379,11 +1392,11 @@
UNDEAD
MALE
-
+
-
-
-
+
+
+
@@ -1395,14 +1408,13 @@
-
+
-
-
-
-
+
+
+
@@ -1413,6 +1425,24 @@
MALRUK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1430,9 +1460,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1443,13 +1473,13 @@
-
-
+
+
false
@@ -1466,22 +1496,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1501,9 +1518,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1514,14 +1531,14 @@
-
-
-
+
+
+
false
@@ -1539,19 +1556,12 @@
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -1571,9 +1581,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1584,13 +1594,13 @@
-
-
+
+
false
@@ -1608,17 +1618,11 @@
-
-
-
-
-
-
-
+
@@ -1690,9 +1694,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1704,16 +1708,13 @@
-
-
-
+
-
-
+
false
@@ -1730,18 +1731,12 @@
-
-
-
-
-
-
+
-
-
+
@@ -1761,9 +1756,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1775,14 +1770,14 @@
-
-
-
+
+
+
false
@@ -1800,19 +1795,12 @@
-
-
-
-
-
-
-
-
+
@@ -1831,9 +1819,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1845,13 +1833,13 @@
-
-
+
+
false
@@ -1869,17 +1857,10 @@
-
-
-
-
-
-
-
-
+
@@ -1942,21 +1923,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1978,9 +1946,9 @@
GIANT
MALE
-
+
-
+
@@ -1991,11 +1959,12 @@
-
-
+
+
+
false
@@ -2012,22 +1981,14 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
@@ -2043,11 +2004,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2058,13 +2019,12 @@
-
-
+
-
-
+
+
false
@@ -2081,26 +2041,17 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
-
+
@@ -2115,9 +2066,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2128,14 +2079,17 @@
-
+
+
+
+
-
-
+
+
false
@@ -2152,29 +2106,12 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2189,9 +2126,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2202,14 +2139,17 @@
-
+
+
+
+
-
-
+
+
false
@@ -2226,20 +2166,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2250,9 +2177,9 @@
GIANT
MALE
-
+
-
+
@@ -2264,11 +2191,11 @@
-
+
false
@@ -2281,15 +2208,10 @@
-
-
-
-
-
+
-
-
+
@@ -2302,9 +2224,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -2315,10 +2237,10 @@
-
-
+
+
false
@@ -2336,18 +2258,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -2358,9 +2270,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2372,11 +2284,11 @@
-
+
false
@@ -2390,20 +2302,13 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
@@ -2422,9 +2327,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2436,12 +2341,12 @@
-
-
+
+
false
@@ -2460,16 +2365,9 @@
-
-
-
-
-
-
-
@@ -2488,9 +2386,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2502,11 +2400,11 @@
-
+
false
@@ -2523,16 +2421,11 @@
-
-
-
+
-
-
-
-
+
@@ -2550,9 +2443,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2564,11 +2457,11 @@
-
+
false
@@ -2582,15 +2475,10 @@
-
-
-
-
-
-
+
@@ -2611,9 +2499,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2625,14 +2513,14 @@
-
-
-
-
+
+
+
+
false
@@ -2650,14 +2538,10 @@
-
-
-
-
-
+
@@ -2670,9 +2554,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2684,7 +2568,7 @@
-
+
false
@@ -2701,14 +2585,10 @@
-
-
-
-
+
-
-
+
@@ -2765,19 +2645,11 @@
-
-
-
-
-
-
-
-
@@ -2837,19 +2709,11 @@
-
-
+
-
-
-
-
-
-
-
@@ -2911,35 +2775,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2997,22 +2843,13 @@
-
-
-
-
-
-
-
-
-
@@ -3071,25 +2908,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3146,19 +2969,12 @@
-
-
-
-
-
-
-
@@ -3217,22 +3033,14 @@
-
-
-
-
-
-
-
-
@@ -3293,24 +3101,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3369,23 +3164,13 @@
-
-
-
-
-
-
-
-
-
-
@@ -3403,12 +3188,12 @@
- BEAST
+ ELEMENTAL
MALE
-
+
-
+
@@ -3420,13 +3205,16 @@
-
-
-
-
+
+
+
+
+
+
+
false
@@ -3456,9 +3244,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3470,14 +3258,14 @@
-
-
+
-
+
+
false
@@ -3502,23 +3290,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3536,9 +3308,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3550,12 +3322,15 @@
-
-
+
+
+
+
+
false
@@ -3585,9 +3360,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3599,11 +3374,14 @@
-
-
+
+
+
+
+
false
@@ -3633,9 +3411,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3647,11 +3425,15 @@
-
-
+
+
+
+
+
+
false
@@ -3686,9 +3468,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3700,15 +3482,19 @@
+
+
+
+
+
+
+
+
+
-
-
-
-
-
false
@@ -3738,9 +3524,9 @@
GIANT
MALE
-
+
-
+
@@ -3752,12 +3538,15 @@
-
-
+
+
-
+
+
+
+
false
@@ -3788,9 +3577,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -3802,14 +3591,17 @@
+
+
+
+
+
+
+
+
-
-
-
-
-
false
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20800-20899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20800-20899.xml
index d9a9f47d9e..ce995c6c77 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20800-20899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20800-20899.xml
@@ -12,11 +12,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -28,13 +28,14 @@
-
-
-
-
-
+
+
+
+
+
+
false
@@ -62,9 +63,9 @@
UNDEAD
MALE
-
+
-
+
@@ -76,12 +77,13 @@
-
-
-
+
-
+
+
+
+
false
@@ -114,9 +116,9 @@
DEMONIC
MALE
-
+
-
+
@@ -128,14 +130,15 @@
+
+
+
+
+
+
-
-
-
-
-
false
@@ -166,9 +169,9 @@
UNDEAD
MALE
-
+
-
+
@@ -180,13 +183,14 @@
-
-
-
+
+
+
+
false
@@ -212,9 +216,9 @@
HUMANOID
MALE
-
+
-
+
@@ -226,9 +230,9 @@
-
-
+
+
false
@@ -247,17 +251,11 @@
-
-
-
-
-
-
+
-
-
+
@@ -276,9 +274,9 @@
HUMANOID
MALE
-
+
-
+
@@ -290,13 +288,13 @@
-
-
+
+
false
@@ -312,16 +310,11 @@
-
+
-
-
-
-
-
-
+
@@ -340,9 +333,9 @@
HUMANOID
MALE
-
+
-
+
@@ -354,13 +347,13 @@
-
-
+
+
false
@@ -379,16 +372,10 @@
-
-
-
-
-
-
-
+
@@ -409,9 +396,9 @@
HUMANOID
MALE
-
+
-
+
@@ -423,16 +410,16 @@
-
-
-
-
+
+
+
+
false
@@ -451,17 +438,10 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -481,9 +461,9 @@
HUMANOID
MALE
-
+
-
+
@@ -495,16 +475,16 @@
-
-
+
+
+
-
-
-
+
+
false
@@ -524,22 +504,15 @@
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -554,9 +527,9 @@
UNDEAD
MALE
-
+
-
+
@@ -567,19 +540,20 @@
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -594,7 +568,7 @@
-
+
@@ -610,11 +584,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -625,19 +599,20 @@
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
false
@@ -654,24 +629,14 @@
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
@@ -687,9 +652,9 @@
UNDEAD
MALE
-
+
-
+
@@ -700,17 +665,18 @@
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -725,7 +691,7 @@
-
+
@@ -740,9 +706,9 @@
UNDEAD
MALE
-
+
-
+
@@ -753,17 +719,18 @@
-
-
+
+
-
-
+
+
+
false
@@ -778,7 +745,7 @@
-
+
@@ -790,11 +757,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -805,14 +772,15 @@
-
-
-
+
-
+
+
+
+
false
@@ -827,7 +795,7 @@
-
+
@@ -844,9 +812,9 @@
UNDEAD
MALE
-
+
-
+
@@ -857,17 +825,18 @@
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -882,7 +851,7 @@
-
+
@@ -899,9 +868,9 @@
ANIMAL
MALE
-
+
-
+
@@ -912,14 +881,15 @@
-
-
-
+
+
+
+
false
@@ -936,22 +906,13 @@
-
-
-
-
-
+
-
+
-
-
-
-
-
-
+
@@ -968,9 +929,9 @@
UNDEAD
MALE
-
+
-
+
@@ -981,20 +942,21 @@
-
-
-
-
+
+
-
-
+
-
+
+
+
+
+
false
@@ -1011,23 +973,14 @@
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
@@ -1044,9 +997,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1057,18 +1010,19 @@
-
-
-
-
+
-
+
+
+
+
+
false
@@ -1083,7 +1037,7 @@
-
+
@@ -1098,9 +1052,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1111,18 +1065,19 @@
-
-
+
+
-
-
+
-
+
+
+
false
@@ -1139,19 +1094,14 @@
-
-
-
-
-
-
+
-
+
-
+
@@ -1164,9 +1114,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1177,16 +1127,17 @@
-
-
+
+
-
-
+
+
+
false
@@ -1201,7 +1152,7 @@
-
+
@@ -1220,9 +1171,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1233,21 +1184,22 @@
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
false
@@ -1264,19 +1216,14 @@
-
-
-
-
-
-
+
-
+
-
+
@@ -1294,9 +1241,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -1307,18 +1254,19 @@
-
-
-
-
+
-
+
+
+
+
+
false
@@ -1333,7 +1281,7 @@
-
+
@@ -1349,9 +1297,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -1362,20 +1310,21 @@
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
false
@@ -1392,19 +1341,14 @@
-
-
-
-
-
-
+
-
+
-
+
@@ -1419,9 +1363,9 @@
DIVINE
MALE
-
+
-
+
@@ -1432,14 +1376,15 @@
-
-
-
+
+
+
+
false
@@ -1456,20 +1401,14 @@
-
-
-
-
-
-
-
+
-
+
-
+
@@ -1484,9 +1423,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1497,18 +1436,19 @@
-
-
+
+
-
-
+
-
+
+
+
false
@@ -1528,26 +1468,18 @@
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
-
+
@@ -1563,9 +1495,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1576,20 +1508,21 @@
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
false
@@ -1608,32 +1541,22 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
@@ -1650,9 +1573,9 @@
DIVINE
MALE
-
+
-
+
@@ -1663,18 +1586,19 @@
-
-
+
+
-
-
-
+
+
+
+
false
@@ -1689,7 +1613,7 @@
-
+
@@ -1706,9 +1630,9 @@
DIVINE
MALE
-
+
-
+
@@ -1719,21 +1643,22 @@
-
-
-
-
+
+
+
-
-
-
+
-
+
+
+
+
+
false
@@ -1750,20 +1675,14 @@
-
-
-
-
-
-
-
+
-
+
-
+
@@ -1782,9 +1701,9 @@
DIVINE
MALE
-
+
-
+
@@ -1795,18 +1714,19 @@
-
-
-
-
+
-
+
+
+
+
+
false
@@ -1823,21 +1743,15 @@
-
-
-
-
-
-
-
-
+
+
-
+
-
+
@@ -1856,9 +1770,9 @@
DIVINE
MALE
-
+
-
+
@@ -1869,19 +1783,20 @@
-
-
-
-
+
+
-
-
-
+
+
+
+
+
+
false
@@ -2075,29 +1990,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2160,20 +2060,10 @@
-
-
-
-
-
-
-
-
-
-
@@ -2231,20 +2121,10 @@
-
-
-
-
-
-
-
-
-
-
@@ -2305,23 +2185,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2384,23 +2252,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2460,35 +2315,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2547,22 +2386,12 @@
-
-
-
-
-
-
-
-
-
-
@@ -2626,23 +2455,13 @@
-
-
-
-
-
-
-
-
-
-
@@ -2708,14 +2527,6 @@
-
-
-
-
-
-
-
-
@@ -2789,21 +2600,12 @@
-
-
-
-
-
-
-
-
+
-
-
-
+
@@ -2867,21 +2669,12 @@
-
-
-
-
-
-
-
-
-
+
-
@@ -2949,20 +2742,13 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -3027,24 +2813,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
+
+
@@ -3115,25 +2892,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
@@ -3204,13 +2968,10 @@
-
-
-
-
-
+
+
@@ -3277,21 +3038,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -3350,26 +3103,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3383,11 +3123,11 @@
ANIMAL
MALE
-
+
-
-
-
+
+
+
@@ -3397,12 +3137,13 @@
-
-
-
-
+
+
+
+
+
false
@@ -3580,8 +3321,6 @@
-
-
@@ -3993,13 +3732,7 @@
-
-
-
-
-
-
-
+
@@ -4064,18 +3797,12 @@
-
+
-
-
-
-
-
-
-
+
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20900-20999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20900-20999.xml
index 055367a3c9..908ff0940f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20900-20999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/20900-20999.xml
@@ -52,15 +52,9 @@
-
-
-
-
-
-
@@ -120,18 +114,10 @@
-
-
-
-
-
-
+
+
-
-
-
-
@@ -189,16 +175,8 @@
-
-
-
-
-
-
-
-
@@ -255,19 +233,9 @@
-
-
-
-
-
-
-
-
-
-
@@ -331,15 +299,9 @@
-
-
-
-
-
-
@@ -401,19 +363,9 @@
-
-
-
-
-
-
-
-
-
-
@@ -472,17 +424,11 @@
-
-
-
-
-
+
-
-
@@ -543,18 +489,10 @@
-
-
-
-
-
-
-
-
@@ -613,18 +551,8 @@
-
-
-
-
-
-
-
-
-
-
@@ -684,20 +612,13 @@
-
-
-
-
-
-
-
@@ -757,16 +678,9 @@
-
-
-
-
-
-
-
-
+
@@ -826,19 +740,13 @@
-
-
+
-
-
-
-
-
+
-
@@ -898,20 +806,14 @@
-
+
-
-
-
-
-
-
@@ -970,23 +872,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1045,19 +935,9 @@
-
-
-
-
-
-
-
-
-
-
@@ -1112,17 +992,9 @@
-
-
-
-
-
-
-
-
@@ -1176,24 +1048,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1252,21 +1111,10 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -1325,27 +1173,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1408,19 +1245,12 @@
-
-
-
-
-
-
-
@@ -1487,22 +1317,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1565,20 +1383,12 @@
-
-
-
-
-
-
-
-
-
+
@@ -1645,20 +1455,13 @@
-
-
-
-
-
-
-
-
+
@@ -1713,16 +1516,10 @@
-
-
-
-
-
-
@@ -1779,17 +1576,9 @@
-
-
-
-
-
-
-
-
@@ -1851,22 +1640,12 @@
-
-
-
-
-
-
-
-
-
-
@@ -1926,21 +1705,12 @@
-
-
-
-
-
-
-
-
+
-
-
-
+
@@ -1995,24 +1765,14 @@
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2077,12 +1837,6 @@
-
-
-
-
-
-
@@ -2149,22 +1903,12 @@
-
-
-
-
-
-
-
-
-
+
-
-
@@ -2227,21 +1971,12 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -2307,19 +2042,11 @@
-
-
-
-
-
-
-
-
-
+
@@ -2380,18 +2107,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
@@ -2451,19 +2168,9 @@
-
-
-
-
-
-
-
-
-
-
@@ -2526,21 +2233,11 @@
-
-
-
-
-
-
-
-
-
-
@@ -2563,9 +2260,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2577,15 +2274,15 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -2605,20 +2302,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -2636,9 +2321,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2650,16 +2335,16 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -2679,20 +2364,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -2714,6 +2387,7 @@
UNDEAD
MALE
+
@@ -2726,6 +2400,14 @@
+
+
+
+
+
+
+
+
@@ -2740,6 +2422,12 @@
+
+
+
+
+
+
@@ -2756,9 +2444,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2770,15 +2458,15 @@
-
-
+
+
+
+
-
-
-
-
+
+
false
@@ -2797,25 +2485,11 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -2833,9 +2507,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2847,14 +2521,14 @@
-
-
+
+
+
-
-
-
+
+
false
@@ -2876,22 +2550,8 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -2913,6 +2573,7 @@
UNDEAD
MALE
+
@@ -2925,6 +2586,14 @@
+
+
+
+
+
+
+
+
@@ -2939,6 +2608,15 @@
+
+
+
+
+
+
+
+
+
@@ -2954,9 +2632,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -2968,14 +2646,14 @@
-
-
+
+
-
-
+
+
false
@@ -2994,20 +2672,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -3025,9 +2691,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3039,14 +2705,14 @@
-
-
+
+
-
-
+
+
false
@@ -3065,19 +2731,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -3095,9 +2750,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -3109,15 +2764,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -3138,22 +2793,8 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -3176,6 +2817,7 @@
DEMONIC
FEMALE
+
@@ -3188,6 +2830,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -3202,6 +2854,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -3225,7 +2888,7 @@
-
+
@@ -3237,11 +2900,11 @@
- ANIMAL
+ ETC
MALE
-
+
-
+
@@ -3253,11 +2916,13 @@
-
-
+
+
+
+
false
@@ -3273,24 +2938,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3302,11 +2953,11 @@
- DRAGON
+ ETC
MALE
-
+
-
+
@@ -3318,11 +2969,13 @@
-
-
+
+
+
+
false
@@ -3338,38 +2991,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3381,11 +3017,13 @@
-
-
+
+
+
+
false
2
@@ -3397,39 +3035,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -3441,11 +3063,13 @@
-
-
+
+
+
+
false
2
@@ -3457,32 +3081,14 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3492,9 +3098,9 @@
GIANT
MALE
-
+
-
+
@@ -3506,13 +3112,15 @@
-
-
-
+
+
-
+
+
+
+
false
3
@@ -3528,28 +3136,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3564,9 +3154,9 @@
GIANT
MALE
-
+
-
+
@@ -3578,12 +3168,14 @@
-
-
-
+
+
+
+
+
false
@@ -3598,23 +3190,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3629,9 +3208,9 @@
GIANT
MALE
-
+
-
+
@@ -3643,12 +3222,14 @@
-
-
-
+
+
+
+
+
false
@@ -3660,29 +3241,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3699,9 +3264,9 @@
GIANT
MALE
-
+
-
+
@@ -3713,15 +3278,17 @@
+
+
+
+
+
+
+
-
-
-
-
-
false
@@ -3736,26 +3303,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3765,9 +3316,9 @@
GIANT
MALE
-
+
-
+
@@ -3779,12 +3330,14 @@
-
-
-
+
+
+
+
+
false
3
@@ -3798,26 +3351,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3836,9 +3373,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3850,10 +3387,14 @@
-
-
+
+
+
+
+
+
false
@@ -3868,27 +3409,15 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
@@ -3903,6 +3432,7 @@
UNDEAD
MALE
+
@@ -3915,6 +3445,12 @@
+
+
+
+
+
+
@@ -3925,8 +3461,16 @@
+
+
+
+
+
+
+
+
-
+
@@ -3940,9 +3484,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3954,10 +3498,13 @@
-
-
+
+
+
+
+
false
@@ -3970,27 +3517,12 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -4011,9 +3543,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -4025,19 +3557,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4054,19 +3586,18 @@
+
-
-
-
-
+
+
-
-
+
+
-
+
@@ -4083,9 +3614,9 @@
UNDEAD
MALE
-
+
-
+
@@ -4097,19 +3628,20 @@
-
-
+
+
+
-
-
-
+
+
+
false
@@ -4124,7 +3656,7 @@
-
+
@@ -4139,9 +3671,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4153,14 +3685,15 @@
-
-
+
-
+
+
+
false
@@ -4177,21 +3710,17 @@
-
-
-
-
-
+
-
-
-
+
+
+
-
+
@@ -4206,9 +3735,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4219,18 +3748,19 @@
-
-
+
+
+
-
-
-
-
+
+
+
+
false
@@ -4247,20 +3777,18 @@
-
-
-
-
+
+
-
-
-
-
+
+
+
+
-
+
@@ -4275,9 +3803,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4288,19 +3816,20 @@
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
false
@@ -4316,22 +3845,19 @@
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
@@ -4345,9 +3871,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4358,18 +3884,19 @@
-
-
+
+
+
-
-
-
-
+
+
+
+
false
@@ -4385,20 +3912,18 @@
-
-
-
-
+
+
-
-
-
-
+
+
+
+
-
+
@@ -4418,9 +3943,9 @@
DIVINE
MALE
-
+
-
+
@@ -4431,15 +3956,16 @@
-
-
-
+
+
+
+
false
@@ -4456,20 +3982,13 @@
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
@@ -4484,9 +4003,9 @@
DIVINE
MALE
-
+
-
+
@@ -4497,16 +4016,17 @@
-
-
+
-
+
+
+
false
@@ -4523,19 +4043,17 @@
-
-
-
-
+
+
-
-
-
+
+
+
-
+
@@ -4550,9 +4068,9 @@
DIVINE
MALE
-
+
-
+
@@ -4563,19 +4081,20 @@
-
-
+
+
+
-
-
-
-
+
+
+
+
false
@@ -4655,19 +4174,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4730,22 +4237,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4808,22 +4302,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4881,23 +4363,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4950,22 +4418,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4987,9 +4443,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5001,9 +4457,11 @@
-
-
+
+
+
+
false
@@ -5019,16 +4477,12 @@
-
-
-
-
-
-
+
+
+
-
-
+
@@ -5047,9 +4501,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5061,9 +4515,9 @@
-
-
+
+
false
@@ -5077,14 +4531,9 @@
-
-
-
-
-
-
+
@@ -5104,6 +4553,7 @@
HUMANOID
MALE
+
@@ -5116,6 +4566,8 @@
+
+
@@ -5126,6 +4578,15 @@
+
+
+
+
+
+
+
+
+
@@ -5146,9 +4607,9 @@
UNDEAD
MALE
-
+
-
+
@@ -5160,13 +4621,14 @@
-
-
-
-
+
+
-
+
+
+
+
false
@@ -5195,10 +4657,10 @@
ELEMENTAL
MALE
-
+
-
+
@@ -5210,6 +4672,13 @@
+
+
+
+
+
+
+
@@ -5221,7 +4690,7 @@
-
+
@@ -5236,9 +4705,9 @@
UNDEAD
MALE
-
+
-
+
@@ -5249,16 +4718,17 @@
-
+
+
+
+
+
-
-
-
-
-
+
+
false
@@ -5273,21 +4743,16 @@
-
+
-
-
-
-
+
-
-
-
+
@@ -5303,9 +4768,9 @@
UNDEAD
MALE
-
+
-
+
@@ -5316,13 +4781,15 @@
-
+
+
-
-
+
+
+
false
@@ -5341,17 +4808,14 @@
-
-
-
+
-
-
+
-
+
@@ -5366,9 +4830,9 @@
UNDEAD
MALE
-
+
-
+
@@ -5379,13 +4843,15 @@
-
+
+
-
-
+
+
+
false
@@ -5403,23 +4869,17 @@
-
-
-
-
-
-
+
-
-
-
+
+
-
+
@@ -5435,9 +4895,9 @@
UNDEAD
MALE
-
+
-
+
@@ -5448,10 +4908,11 @@
-
+
-
+
+
false
@@ -5470,15 +4931,9 @@
-
-
-
-
-
-
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21000-21099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21000-21099.xml
index 0799b68b7a..48d257f5aa 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21000-21099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21000-21099.xml
@@ -1,6 +1,6 @@
-
+
@@ -16,9 +16,9 @@
UNDEAD
MALE
-
+
-
+
@@ -29,13 +29,15 @@
-
+
+
-
-
+
+
+
false
@@ -50,23 +52,16 @@
-
+
-
-
-
-
-
-
+
-
-
-
+
@@ -81,9 +76,9 @@
UNDEAD
MALE
-
+
-
+
@@ -95,16 +90,19 @@
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
false
@@ -123,23 +121,11 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -154,9 +140,9 @@
UNDEAD
MALE
-
+
-
+
@@ -168,14 +154,17 @@
-
-
+
+
+
-
-
+
+
+
+
false
@@ -195,30 +184,12 @@
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
@@ -233,11 +204,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -249,16 +220,19 @@
-
-
-
-
+
+
+
-
-
+
+
+
+
+
+
false
@@ -272,7 +246,7 @@
-
+
@@ -286,9 +260,9 @@
PLANT
MALE
-
+
-
+
@@ -300,17 +274,19 @@
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
false
@@ -330,23 +306,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -360,9 +324,9 @@
BUG
MALE
-
+
-
+
@@ -374,12 +338,15 @@
-
-
+
+
+
+
+
false
@@ -398,23 +365,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -430,9 +384,9 @@
UNDEAD
MALE
-
+
-
+
@@ -444,17 +398,20 @@
-
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
false
@@ -474,23 +431,11 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -504,9 +449,9 @@
UNDEAD
MALE
-
+
-
+
@@ -518,15 +463,18 @@
-
-
+
+
+
+
-
-
-
+
+
+
+
false
@@ -544,21 +492,12 @@
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
@@ -573,9 +512,9 @@
UNDEAD
MALE
-
+
-
+
@@ -587,15 +526,18 @@
-
-
+
+
+
+
-
-
-
+
+
+
+
false
@@ -613,19 +555,11 @@
-
-
-
-
+
-
-
-
-
-
-
+
@@ -642,9 +576,9 @@
UNDEAD
MALE
-
+
-
+
@@ -656,16 +590,19 @@
-
-
-
-
+
+
+
-
-
+
+
+
+
+
+
false
@@ -683,29 +620,15 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -720,9 +643,9 @@
UNDEAD
MALE
-
+
-
+
@@ -734,16 +657,18 @@
-
-
+
+
+
+
-
-
-
-
+
+
+
+
false
@@ -760,23 +685,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -793,9 +703,9 @@
HUMANOID
MALE
-
+
-
+
@@ -807,7 +717,7 @@
-
+
false
@@ -825,14 +735,10 @@
-
-
-
-
-
+
@@ -848,11 +754,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -864,14 +770,14 @@
-
-
+
+
-
-
+
+
false
@@ -889,16 +795,10 @@
-
-
-
-
-
-
+
-
-
+
@@ -917,9 +817,9 @@
HUMANOID
MALE
-
+
-
+
@@ -931,12 +831,12 @@
-
-
+
+
false
@@ -955,15 +855,10 @@
-
-
-
-
-
-
+
@@ -981,9 +876,9 @@
BEAST
MALE
-
+
-
+
@@ -995,15 +890,15 @@
-
-
+
+
+
-
-
-
+
+
false
@@ -1021,15 +916,10 @@
-
-
-
-
-
-
+
@@ -1048,9 +938,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1062,13 +952,13 @@
-
-
+
-
+
+
false
@@ -1084,24 +974,14 @@
-
+
-
-
-
-
-
-
-
+
-
-
-
-
@@ -1118,9 +998,9 @@
BEAST
MALE
-
+
-
+
@@ -1132,15 +1012,15 @@
-
-
+
+
+
-
-
-
+
+
false
@@ -1163,16 +1043,9 @@
-
-
-
-
-
+
+
-
-
-
-
@@ -1189,9 +1062,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1203,11 +1076,11 @@
-
+
false
@@ -1226,24 +1099,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1258,11 +1114,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1274,14 +1130,14 @@
-
-
+
+
-
-
+
+
false
@@ -1300,22 +1156,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1333,9 +1174,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1347,13 +1188,13 @@
-
-
+
-
+
+
false
@@ -1372,20 +1213,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1445,16 +1273,7 @@
-
-
-
-
-
-
-
-
-
@@ -1471,9 +1290,9 @@
BEAST
MALE
-
+
-
+
@@ -1485,15 +1304,15 @@
-
-
+
+
-
-
+
+
false
@@ -1522,9 +1341,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1536,14 +1355,14 @@
-
-
+
-
+
+
false
@@ -1561,20 +1380,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1591,9 +1397,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -1605,15 +1411,15 @@
-
-
+
+
+
-
-
-
+
+
false
@@ -1632,13 +1438,10 @@
-
-
-
+
-
@@ -1658,9 +1461,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -1672,16 +1475,16 @@
-
-
-
+
+
+
-
-
-
+
+
+
false
@@ -1698,13 +1501,10 @@
-
-
-
-
+
@@ -1724,9 +1524,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -1738,17 +1538,17 @@
-
-
-
-
+
+
+
-
-
-
+
+
+
+
false
@@ -1765,16 +1565,8 @@
-
-
-
-
-
+
-
-
-
-
@@ -1793,9 +1585,9 @@
ELEMENTAL
FEMALE
-
+
-
+
@@ -1807,17 +1599,17 @@
-
-
-
-
+
+
+
-
-
-
+
+
+
+
false
@@ -1835,16 +1627,10 @@
-
-
-
-
-
-
-
+
@@ -1909,26 +1695,15 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -1956,9 +1731,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1970,16 +1745,16 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -1996,19 +1771,13 @@
-
-
-
-
-
-
-
-
+
+
+
-
-
+
@@ -2035,11 +1804,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2051,17 +1820,17 @@
-
-
-
-
+
+
-
-
+
+
+
+
false
@@ -2090,11 +1859,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2106,14 +1875,14 @@
-
-
+
-
+
+
false
@@ -2137,29 +1906,15 @@
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -2182,11 +1937,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2198,15 +1953,15 @@
-
-
-
+
-
+
+
+
false
@@ -2282,18 +2037,9 @@
-
-
-
-
-
-
-
-
-
@@ -2323,9 +2069,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2337,16 +2083,16 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -2362,27 +2108,15 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
+
-
-
-
-
@@ -2399,9 +2133,9 @@
BEAST
MALE
-
+
-
+
@@ -2412,14 +2146,14 @@
-
-
+
+
-
-
+
+
false
@@ -2437,21 +2171,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -2470,9 +2196,9 @@
BEAST
MALE
-
+
-
+
@@ -2483,14 +2209,14 @@
-
-
-
+
-
+
+
+
false
@@ -2508,18 +2234,10 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -2536,11 +2254,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2551,15 +2269,15 @@
-
-
-
+
+
-
-
+
+
+
false
@@ -2577,22 +2295,14 @@
-
-
-
-
-
-
-
-
-
-
+
+
-
+
@@ -2608,9 +2318,9 @@
DEMONIC
MALE
-
+
-
+
@@ -2621,19 +2331,20 @@
-
-
-
-
+
-
+
-
+
+
+
+
+
false
@@ -2649,27 +2360,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -2793,15 +2494,7 @@
-
-
-
-
-
-
-
-
-
+
@@ -2809,7 +2502,7 @@
-
+
@@ -2825,9 +2518,9 @@
DIVINE
MALE
-
+
-
+
@@ -2838,18 +2531,19 @@
-
-
+
+
-
-
-
+
+
+
+
false
@@ -2864,7 +2558,7 @@
-
+
@@ -2879,9 +2573,9 @@
DIVINE
MALE
-
+
-
+
@@ -2892,18 +2586,19 @@
-
-
+
+
+
-
-
-
-
+
+
+
+
false
@@ -2920,21 +2615,15 @@
-
-
-
-
-
-
-
-
+
+
-
+
-
+
@@ -2952,9 +2641,9 @@
DIVINE
MALE
-
+
-
+
@@ -2965,17 +2654,18 @@
-
-
-
-
-
+
+
+
+
+
+
false
@@ -2991,23 +2681,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
@@ -3130,19 +2812,14 @@
-
-
-
-
-
-
+
@@ -3159,9 +2836,9 @@
DIVINE
MALE
-
+
-
+
@@ -3172,16 +2849,17 @@
-
-
+
+
-
-
-
+
+
+
+
false
@@ -3317,12 +2995,6 @@
-
-
-
-
-
-
@@ -3331,7 +3003,7 @@
-
+
@@ -3349,9 +3021,9 @@
DIVINE
MALE
-
+
-
+
@@ -3362,16 +3034,17 @@
-
-
-
-
-
+
+
+
+
+
+
false
@@ -3387,22 +3060,18 @@
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
+
-
+
@@ -3417,9 +3086,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3431,16 +3100,17 @@
-
-
+
+
-
-
+
+
+
false
@@ -3456,22 +3126,18 @@
-
-
-
-
-
-
+
+
-
-
-
+
+
+
-
+
@@ -3487,9 +3153,9 @@
DIVINE
MALE
-
+
-
+
@@ -3500,17 +3166,18 @@
-
-
-
+
-
+
+
+
+
false
@@ -3527,19 +3194,17 @@
-
-
-
-
+
+
-
-
-
+
+
+
-
+
@@ -3558,9 +3223,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3571,18 +3236,19 @@
-
-
+
+
+
+
-
-
-
-
+
+
+
false
@@ -3599,18 +3265,17 @@
-
-
-
-
+
+
+
-
-
+
+
-
+
@@ -3625,9 +3290,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3639,16 +3304,17 @@
-
-
+
+
+
-
-
-
+
+
+
false
@@ -3665,17 +3331,13 @@
-
-
+
-
-
-
-
+
@@ -3691,9 +3353,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -3705,17 +3367,18 @@
-
-
-
+
+
-
-
+
+
+
+
false
@@ -3732,17 +3395,13 @@
-
-
+
-
-
-
-
+
@@ -3764,9 +3423,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3777,17 +3436,18 @@
-
-
+
+
+
-
-
-
+
+
+
false
@@ -3804,20 +3464,13 @@
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
@@ -3832,9 +3485,9 @@
BEAST
MALE
-
+
-
+
@@ -3845,19 +3498,20 @@
-
-
+
+
+
-
-
-
+
+
+
false
@@ -3874,19 +3528,17 @@
-
-
-
-
+
+
-
-
-
+
+
+
-
+
@@ -3901,9 +3553,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3914,18 +3566,19 @@
-
-
-
+
+
+
-
-
-
+
+
+
+
false
@@ -3942,19 +3595,17 @@
-
-
-
-
+
+
-
-
-
+
+
+
-
+
@@ -3973,9 +3624,9 @@
DIVINE
MALE
-
+
-
+
@@ -3986,16 +3637,17 @@
-
-
+
-
-
+
+
+
+
false
@@ -4011,20 +3663,19 @@
+
-
-
-
+
-
+
-
-
+
+
-
+
@@ -4039,9 +3690,9 @@
DIVINE
MALE
-
+
-
+
@@ -4052,18 +3703,19 @@
-
-
+
+
+
-
-
-
-
+
+
+
+
false
@@ -4079,22 +3731,18 @@
-
-
-
-
-
-
+
+
-
-
-
+
+
+
-
+
@@ -4109,9 +3757,9 @@
FAIRY
FEMALE
-
+
-
+
@@ -4122,17 +3770,18 @@
-
-
-
+
+
-
-
+
+
+
+
false
@@ -4148,21 +3797,17 @@
-
-
-
-
-
-
+
+
-
-
+
+
-
+
@@ -4177,11 +3822,11 @@
DEMONIC
FEMALE
-
+
-
-
-
+
+
+
@@ -4194,15 +3839,14 @@
-
-
+
-
-
-
-
+
+
+
+
@@ -4215,19 +3859,24 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
@@ -4243,9 +3892,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4260,14 +3909,13 @@
-
+
-
-
-
-
+
+
+
@@ -4280,19 +3928,21 @@
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
+
@@ -4305,13 +3955,13 @@
- CONSTRUCT
+ DRAGON
MALE
-
+
-
-
-
+
+
+
@@ -4320,18 +3970,15 @@
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
false
@@ -4345,28 +3992,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
-
+
@@ -4383,14 +4025,14 @@
- DEMONIC
+ DRAGON
MALE
-
+
-
-
-
+
+
+
@@ -4399,13 +4041,14 @@
-
+
+
+
+
+
+
+
-
-
-
-
-
@@ -4423,25 +4066,23 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
@@ -4454,14 +4095,14 @@
- DEMONIC
+ DRAGON
FEMALE
-
+
-
-
-
+
+
+
@@ -4470,17 +4111,18 @@
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
false
@@ -4494,30 +4136,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -4533,11 +4153,11 @@
DRAGON
MALE
-
+
-
-
-
+
+
+
@@ -4550,13 +4170,13 @@
-
+
+
-
-
-
-
+
+
+
@@ -4569,15 +4189,19 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
@@ -4643,24 +4267,12 @@
-
-
+
-
-
-
-
-
-
-
-
+
-
-
-
-
@@ -4719,19 +4331,10 @@
-
-
-
-
-
-
-
-
-
@@ -4797,22 +4400,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4824,9 +4415,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4838,12 +4429,12 @@
-
+
false
@@ -4862,16 +4453,10 @@
-
-
-
-
-
+
-
-
-
+
@@ -4884,9 +4469,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4898,11 +4483,11 @@
-
+
false
@@ -4920,15 +4505,9 @@
-
-
-
-
-
-
-
+
@@ -4946,9 +4525,9 @@
BUG
MALE
-
+
-
+
@@ -4960,9 +4539,9 @@
-
-
+
+
false
@@ -4979,14 +4558,10 @@
-
-
-
-
+
-
-
+
@@ -5003,9 +4578,9 @@
BEAST
MALE
-
+
-
+
@@ -5017,8 +4592,8 @@
-
+
false
@@ -5036,17 +4611,8 @@
-
-
-
-
-
+
-
-
-
-
-
@@ -5063,9 +4629,9 @@
BUG
MALE
-
+
-
+
@@ -5077,8 +4643,8 @@
+
-
false
@@ -5097,17 +4663,11 @@
-
-
-
-
-
+
-
-
-
+
@@ -5124,9 +4684,9 @@
ANIMAL
MALE
-
+
-
+
@@ -5155,14 +4715,9 @@
-
-
-
-
-
-
+
@@ -5179,9 +4734,9 @@
BEAST
MALE
-
+
-
+
@@ -5193,8 +4748,8 @@
-
+
false
@@ -5210,16 +4765,11 @@
-
-
-
-
-
+
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21100-21199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21100-21199.xml
index 543bd9122a..ccdd1dae65 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21100-21199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21100-21199.xml
@@ -9,9 +9,9 @@
HUMANOID
MALE
-
+
-
+
@@ -23,7 +23,7 @@
-
+
false
@@ -40,17 +40,8 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -70,9 +61,9 @@
HUMANOID
MALE
-
+
-
+
@@ -84,11 +75,11 @@
+
+
-
-
false
@@ -106,14 +97,10 @@
-
-
-
-
+
-
-
+
@@ -130,11 +117,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -146,12 +133,12 @@
+
+
+
+
-
-
-
-
false
@@ -167,15 +154,10 @@
-
-
-
-
-
-
-
+
+
@@ -191,11 +173,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -207,11 +189,11 @@
-
-
-
+
+
+
false
@@ -227,18 +209,9 @@
-
-
-
-
-
-
+
-
-
-
-
@@ -257,9 +230,9 @@
HUMANOID
MALE
-
+
-
+
@@ -271,8 +244,8 @@
+
-
false
@@ -284,15 +257,10 @@
-
-
-
-
-
-
+
@@ -312,9 +280,9 @@
HUMANOID
MALE
-
+
-
+
@@ -326,12 +294,12 @@
-
-
+
+
false
@@ -343,17 +311,11 @@
-
-
-
-
-
-
-
-
+
+
@@ -371,11 +333,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -387,13 +349,13 @@
+
+
+
+
-
-
-
-
false
@@ -409,17 +371,10 @@
-
-
-
+
-
+
-
-
-
-
-
@@ -438,9 +393,9 @@
HUMANOID
MALE
-
+
-
+
@@ -452,9 +407,9 @@
-
-
+
+
false
@@ -467,19 +422,14 @@
-
-
-
-
+
-
-
-
+
-
+
@@ -494,11 +444,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -509,10 +459,13 @@
-
-
-
+
+
+
+
+
+
false
@@ -526,7 +479,7 @@
-
+
@@ -543,9 +496,9 @@
HUMANOID
MALE
-
+
-
+
@@ -556,9 +509,12 @@
-
+
+
+
+
false
@@ -576,26 +532,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -610,9 +550,9 @@
BUG
MALE
-
+
-
+
@@ -624,10 +564,13 @@
+
+
+
+
+
-
-
false
@@ -644,21 +587,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -673,9 +605,9 @@
DRAGON
MALE
-
+
-
+
@@ -687,10 +619,13 @@
+
+
+
+
+
-
-
false
@@ -703,21 +638,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -733,9 +657,9 @@
HUMANOID
MALE
-
+
-
+
@@ -747,9 +671,12 @@
-
-
+
+
+
+
+
false
@@ -766,25 +693,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -799,9 +711,9 @@
HUMANOID
MALE
-
+
-
+
@@ -813,10 +725,13 @@
-
-
+
+
+
+
+
false
@@ -833,26 +748,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -867,9 +766,9 @@
UNDEAD
MALE
-
+
-
+
@@ -880,11 +779,14 @@
-
-
-
+
+
+
+
+
+
false
@@ -901,25 +803,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -936,9 +823,9 @@
HUMANOID
MALE
-
+
-
+
@@ -950,12 +837,15 @@
+
+
+
+
+
+
-
-
-
false
@@ -969,7 +859,7 @@
-
+
@@ -987,9 +877,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1001,17 +891,20 @@
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
false
@@ -1029,30 +922,10 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
@@ -1063,9 +936,9 @@
FAIRY
MALE
-
+
-
+
@@ -1077,8 +950,8 @@
-
+
false
@@ -1096,19 +969,10 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1120,9 +984,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1134,9 +998,9 @@
-
+
false
@@ -1151,23 +1015,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1185,9 +1039,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1199,7 +1053,7 @@
-
+
false
@@ -1217,20 +1071,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1247,9 +1088,9 @@
FAIRY
MALE
-
+
-
+
@@ -1261,13 +1102,13 @@
-
-
+
+
false
@@ -1286,18 +1127,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -1314,9 +1147,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1328,8 +1161,8 @@
-
+
false
@@ -1346,15 +1179,8 @@
-
-
-
-
-
-
-
@@ -1371,9 +1197,9 @@
GIANT
MALE
-
+
-
+
@@ -1385,7 +1211,7 @@
-
+
false
@@ -1402,14 +1228,9 @@
-
-
-
-
-
-
+
@@ -1427,9 +1248,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1441,14 +1262,14 @@
-
-
+
+
-
-
+
+
false
@@ -1464,15 +1285,10 @@
-
-
-
-
+
-
-
-
+
@@ -1484,9 +1300,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1498,10 +1314,10 @@
-
-
-
+
+
+
false
@@ -1519,18 +1335,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -1542,9 +1350,9 @@
BUG
MALE
-
+
-
+
@@ -1556,7 +1364,7 @@
-
+
false
@@ -1569,19 +1377,10 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1593,9 +1392,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1607,8 +1406,8 @@
-
+
false
@@ -1628,19 +1427,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1657,9 +1444,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1671,7 +1458,7 @@
-
+
false
@@ -1691,20 +1478,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1719,11 +1494,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1735,11 +1510,11 @@
-
-
-
+
+
+
false
@@ -1757,18 +1532,10 @@
-
-
-
-
-
-
-
-
-
+
@@ -1785,9 +1552,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1799,12 +1566,12 @@
-
+
false
@@ -1823,14 +1590,9 @@
-
-
-
-
-
-
+
@@ -1848,9 +1610,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1862,7 +1624,7 @@
-
+
false
@@ -1880,14 +1642,9 @@
-
-
-
-
-
-
+
@@ -1903,11 +1660,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1919,15 +1676,15 @@
-
-
+
+
+
-
-
+
false
@@ -1943,18 +1700,8 @@
-
-
-
-
-
-
-
-
-
-
@@ -2991,24 +2738,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3067,20 +2797,8 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -3135,23 +2853,11 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3210,17 +2916,9 @@
-
-
-
-
-
+
+
-
-
-
-
-
@@ -3277,23 +2975,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3351,17 +3033,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -3423,20 +3095,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3646,20 +3305,10 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
@@ -3717,14 +3366,6 @@
-
-
-
-
-
-
-
-
@@ -3785,11 +3426,6 @@
-
-
-
-
-
@@ -4686,21 +4322,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4781,13 +4403,7 @@
-
-
-
-
-
-
-
+
@@ -4870,16 +4486,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -4965,12 +4571,6 @@
-
-
-
-
-
-
@@ -5058,16 +4658,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -5217,20 +4807,12 @@
-
-
-
-
-
-
-
-
-
+
-
+
@@ -6051,21 +5633,9 @@
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
@@ -6140,17 +5710,10 @@
-
-
-
-
-
-
-
-
-
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21200-21299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21200-21299.xml
index 674d487751..1ad298cbc9 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21200-21299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21200-21299.xml
@@ -213,23 +213,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -310,12 +294,6 @@
-
-
-
-
-
-
@@ -397,17 +375,9 @@
-
+
-
-
-
-
-
-
-
-
@@ -555,17 +525,10 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -639,12 +602,6 @@
-
-
-
-
-
-
@@ -761,16 +718,10 @@
-
-
-
-
-
-
@@ -1092,28 +1043,10 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1147,19 +1080,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -1196,23 +1118,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1246,17 +1152,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -1291,23 +1187,11 @@
-
+
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -1339,18 +1223,10 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-
@@ -1923,12 +1799,6 @@
-
-
-
-
-
-
@@ -1968,10 +1838,6 @@
-
-
-
-
@@ -2011,15 +1877,6 @@
-
-
-
-
-
-
-
-
-
@@ -2061,12 +1918,6 @@
-
-
-
-
-
-
@@ -2104,10 +1955,8 @@
-
-
-
-
+
+
@@ -2166,13 +2015,8 @@
-
-
-
-
-
-
-
+
+
@@ -2211,11 +2055,6 @@
-
-
-
-
-
@@ -2249,11 +2088,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -2265,12 +2104,12 @@
+
+
+
+
-
-
-
-
false
@@ -2288,17 +2127,9 @@
-
-
-
-
-
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21300-21399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21300-21399.xml
index a3a18c87c1..96cd72d494 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21300-21399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21300-21399.xml
@@ -33,16 +33,7 @@
-
-
-
-
-
-
-
-
-
@@ -106,18 +97,7 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21400-21499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21400-21499.xml
index 89ac8cbc23..a5fdfa1d36 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21400-21499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21400-21499.xml
@@ -33,18 +33,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -105,18 +94,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -179,18 +157,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -251,14 +218,7 @@
-
-
-
-
-
-
-
@@ -322,14 +282,7 @@
-
-
-
-
-
-
-
@@ -394,14 +347,7 @@
-
-
-
-
-
-
-
@@ -464,14 +410,7 @@
-
-
-
-
-
-
-
@@ -531,14 +470,7 @@
-
-
-
-
-
-
-
@@ -600,14 +532,7 @@
-
-
-
-
-
-
-
@@ -669,14 +594,7 @@
-
-
-
-
-
-
-
@@ -735,11 +653,9 @@
-
-
+
-
@@ -800,11 +716,9 @@
-
-
+
-
@@ -866,11 +780,9 @@
-
-
+
-
@@ -930,11 +842,9 @@
-
-
+
-
@@ -995,11 +905,9 @@
-
-
+
-
@@ -1061,11 +969,9 @@
-
-
+
-
@@ -1100,9 +1006,9 @@
BUG
MALE
-
+
-
+
@@ -1116,36 +1022,38 @@
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
BUG
MALE
-
+
-
+
@@ -1159,35 +1067,40 @@
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
DEMONIC
MALE
-
+
-
+
@@ -1201,34 +1114,40 @@
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
UNDEAD
MALE
-
+
-
+
@@ -1242,34 +1161,42 @@
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
UNDEAD
MALE
-
+
-
+
@@ -1283,33 +1210,40 @@
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
BUG
MALE
-
+
-
+
@@ -1323,10 +1257,9 @@
-
-
-
+
+
@@ -1380,9 +1313,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1396,8 +1329,8 @@
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21600-21699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21600-21699.xml
index 053ff5b6dd..f67310a59a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21600-21699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21600-21699.xml
@@ -11,9 +11,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -27,14 +27,14 @@
-
-
+
+
false
4
@@ -52,29 +52,11 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -89,9 +71,9 @@
UNDEAD
MALE
-
+
-
+
@@ -106,13 +88,13 @@
-
-
+
+
false
4
@@ -128,21 +110,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -159,9 +128,9 @@
DEMONIC
MALE
-
+
-
+
@@ -175,15 +144,15 @@
-
-
-
-
+
+
+
+
false
4
@@ -200,19 +169,8 @@
-
-
-
-
-
-
+
-
-
-
-
-
-
@@ -234,9 +192,9 @@
DEMONIC
MALE
-
+
-
+
@@ -251,15 +209,15 @@
-
-
-
-
+
+
+
+
false
4
@@ -280,24 +238,8 @@
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
@@ -314,9 +256,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -331,15 +273,15 @@
-
-
-
-
+
+
+
+
false
4
@@ -357,24 +299,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -391,9 +317,9 @@
DIVINE
MALE
-
+
-
+
@@ -407,16 +333,16 @@
-
-
-
-
-
+
+
+
+
+
false
4
@@ -435,18 +361,11 @@
-
-
-
-
-
-
-
-
+
-
-
+
+
@@ -463,9 +382,9 @@
DIVINE
MALE
-
+
-
+
@@ -479,15 +398,15 @@
-
-
-
-
+
+
+
+
false
4
@@ -504,22 +423,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -539,9 +444,9 @@
UNDEAD
MALE
-
+
-
+
@@ -556,14 +461,14 @@
-
-
+
-
+
+
false
4
@@ -578,20 +483,10 @@
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
@@ -605,9 +500,9 @@
UNDEAD
MALE
-
+
-
+
@@ -622,14 +517,14 @@
-
-
+
+
false
4
@@ -644,23 +539,10 @@
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
@@ -680,9 +562,9 @@
DEMONIC
MALE
-
+
-
+
@@ -697,14 +579,14 @@
-
-
+
+
false
4
@@ -723,26 +605,8 @@
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -764,9 +628,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -781,15 +645,15 @@
-
-
-
-
+
+
+
+
false
4
@@ -806,19 +670,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -840,9 +693,9 @@
DIVINE
MALE
-
+
-
+
@@ -856,16 +709,16 @@
-
-
-
-
-
+
+
+
+
+
false
4
@@ -884,20 +737,8 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
-
@@ -918,9 +759,9 @@
DIVINE
MALE
-
+
-
+
@@ -934,15 +775,15 @@
-
-
-
-
+
+
+
+
false
4
@@ -957,26 +798,10 @@
-
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -997,9 +822,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1014,13 +839,13 @@
-
-
+
+
false
4
@@ -1037,18 +862,12 @@
-
-
-
-
-
-
-
+
-
-
+
+
@@ -1069,9 +888,9 @@
DEMONIC
MALE
-
+
-
+
@@ -1086,14 +905,14 @@
-
-
+
+
false
4
@@ -1110,20 +929,8 @@
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -1142,9 +949,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1159,13 +966,13 @@
-
-
+
+
false
4
@@ -1180,26 +987,11 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
@@ -1218,9 +1010,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1235,16 +1027,16 @@
-
-
+
+
-
-
+
+
false
4
@@ -1259,21 +1051,10 @@
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
@@ -1294,9 +1075,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1311,13 +1092,13 @@
-
-
+
+
false
4
@@ -1332,23 +1113,13 @@
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -1365,9 +1136,9 @@
BEAST
MALE
-
+
-
+
@@ -1381,14 +1152,15 @@
-
-
+
+
+
false
4
@@ -1404,28 +1176,11 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
@@ -1441,9 +1196,9 @@
BEAST
FEMALE
-
+
-
+
@@ -1457,13 +1212,14 @@
-
-
+
+
+
false
4
@@ -1482,24 +1238,12 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
@@ -1515,9 +1259,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1531,14 +1275,15 @@
-
-
+
+
+
false
4
@@ -1553,26 +1298,14 @@
-
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -1586,11 +1319,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1604,13 +1337,14 @@
-
-
+
+
+
false
4
@@ -1625,28 +1359,15 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -1664,9 +1385,9 @@
DIVINE
MALE
-
+
-
+
@@ -1680,15 +1401,16 @@
-
-
-
-
+
+
+
+
+
false
4
@@ -1703,25 +1425,13 @@
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -1737,9 +1447,9 @@
DIVINE
MALE
-
+
-
+
@@ -1753,14 +1463,15 @@
-
-
+
+
+
false
4
@@ -1779,22 +1490,15 @@
-
-
-
-
-
-
-
-
+
-
-
+
+
-
+
@@ -1810,9 +1514,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -1827,14 +1531,15 @@
-
-
+
+
+
false
4
@@ -1849,33 +1554,15 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
@@ -1892,9 +1579,9 @@
UNDEAD
MALE
-
+
-
+
@@ -1909,13 +1596,14 @@
-
-
+
+
+
false
4
@@ -1931,23 +1619,12 @@
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
@@ -1963,9 +1640,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -1980,14 +1657,15 @@
-
-
+
+
+
false
4
@@ -2006,27 +1684,11 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
@@ -2042,9 +1704,9 @@
BUG
MALE
-
+
-
+
@@ -2058,14 +1720,15 @@
-
-
+
+
+
false
4
@@ -2080,29 +1743,13 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -2119,9 +1766,9 @@
DEMONIC
MALE
-
+
-
+
@@ -2135,16 +1782,17 @@
-
-
-
-
+
+
+
+
+
false
4
@@ -2159,21 +1807,13 @@
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
@@ -2189,9 +1829,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2206,13 +1846,14 @@
-
-
+
+
+
false
4
@@ -2228,21 +1869,11 @@
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -2261,9 +1892,9 @@
DEMONIC
FEMALE
-
+
-
+
@@ -2278,15 +1909,16 @@
-
-
-
-
+
+
+
+
+
false
4
@@ -2303,25 +1935,11 @@
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
@@ -2340,9 +1958,9 @@
DEMONIC
MALE
-
+
-
+
@@ -2357,15 +1975,16 @@
-
-
-
-
+
+
+
+
+
false
4
@@ -2382,24 +2001,18 @@
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
+
@@ -2415,9 +2028,9 @@
DIVINE
MALE
-
+
-
+
@@ -2431,14 +2044,15 @@
-
-
+
+
+
false
4
@@ -2453,29 +2067,13 @@
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
@@ -2493,9 +2091,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2510,19 +2108,17 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
false
4
@@ -2534,25 +2130,15 @@
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -2569,9 +2155,9 @@
DEMONIC
MALE
-
+
-
+
@@ -2586,14 +2172,15 @@
-
-
+
+
+
false
4
@@ -2610,26 +2197,14 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
@@ -2645,9 +2220,9 @@
UNDEAD
MALE
-
+
-
+
@@ -2662,13 +2237,14 @@
-
-
+
+
+
false
4
@@ -2683,23 +2259,14 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
@@ -2715,7 +2282,7 @@
MALE
-
+
@@ -2727,10 +2294,10 @@
-
-
+
+
false
@@ -2750,21 +2317,9 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
@@ -2772,7 +2327,7 @@
MALE
-
+
@@ -2782,9 +2337,9 @@
-
+
@@ -2792,7 +2347,6 @@
-
@@ -2805,11 +2359,11 @@
- HUMANOID
+ ETC
MALE
-
+
@@ -2821,11 +2375,11 @@
-
-
-
+
+
+
false
@@ -2841,7 +2395,6 @@
-
@@ -2857,7 +2410,7 @@
MALE
-
+
@@ -2869,10 +2422,10 @@
-
-
+
+
false
@@ -2888,7 +2441,6 @@
-
@@ -2904,7 +2456,7 @@
MALE
-
+
@@ -2916,10 +2468,10 @@
-
-
+
+
false
@@ -2935,7 +2487,6 @@
-
@@ -2953,7 +2504,7 @@
MALE
-
+
@@ -2965,12 +2516,12 @@
+
+
+
-
-
-
false
@@ -2986,7 +2537,6 @@
-
@@ -3002,7 +2552,7 @@
MALE
-
+
@@ -3014,10 +2564,10 @@
-
-
+
+
false
@@ -3033,7 +2583,6 @@
-
@@ -3051,7 +2600,7 @@
MALE
-
+
@@ -3063,12 +2612,12 @@
+
+
+
-
-
-
false
@@ -3084,7 +2633,6 @@
-
@@ -3098,9 +2646,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3112,10 +2660,10 @@
-
-
+
+
false
@@ -3126,7 +2674,6 @@
-
@@ -3144,7 +2691,7 @@
MALE
-
+
@@ -3156,12 +2703,12 @@
+
+
+
-
-
-
false
@@ -3172,7 +2719,6 @@
-
@@ -3186,9 +2732,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3200,10 +2746,10 @@
-
-
+
+
false
@@ -3231,7 +2777,7 @@
MALE
-
+
@@ -3243,12 +2789,12 @@
+
+
+
-
-
-
false
@@ -3276,10 +2822,10 @@
HUMANOID
MALE
-
+
-
+
@@ -3291,14 +2837,14 @@
+
+
+
-
-
-
false
@@ -3322,10 +2868,10 @@
DEMONIC
MALE
-
+
-
+
@@ -3337,10 +2883,10 @@
-
-
+
+
false
@@ -3359,9 +2905,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3372,9 +2918,9 @@
-
+
@@ -3390,9 +2936,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3403,30 +2949,35 @@
-
+
-
-
- DEMONIC
+
+ ANIMAL
MALE
+
-
+
-
-
+
+
+
+
+
+
+
@@ -3434,22 +2985,27 @@
-
-
- DEMONIC
+
+ HUMANOID
MALE
+
-
+
-
-
+
+
+
+
+
+
+
@@ -3457,21 +3013,30 @@
-
-
- DEMONIC
+
+ ETC
MALE
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -3511,36 +3076,36 @@
-
-
-
-
-
-
-
-
-
- DIVINE
+
+ HUMANOID
MALE
+
-
+
-
-
+
+
+
+
+
+
+
+
+
@@ -3599,24 +3164,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3627,9 +3175,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3641,13 +3189,14 @@
-
-
-
+
+
+
+
false
5
@@ -3676,9 +3225,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3694,14 +3243,15 @@
-
-
-
-
+
+
+
+
+
false
6
@@ -3724,9 +3274,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3738,13 +3288,14 @@
-
-
-
+
+
+
+
false
5
@@ -3765,9 +3316,9 @@
BUG
MALE
-
+
-
+
@@ -3779,13 +3330,14 @@
-
-
-
+
+
+
+
false
5
@@ -3806,9 +3358,9 @@
BUG
MALE
-
+
-
+
@@ -3820,13 +3372,14 @@
-
-
-
+
+
+
+
false
5
@@ -3848,9 +3401,9 @@
BUG
MALE
-
+
-
+
@@ -3862,13 +3415,14 @@
-
-
-
-
+
+
+
+
+
false
5
@@ -3891,9 +3445,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3905,13 +3459,14 @@
-
-
+
+
+
false
5
@@ -3933,9 +3488,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3947,13 +3502,14 @@
-
-
-
-
+
+
+
+
+
false
5
@@ -3970,9 +3526,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3987,12 +3543,13 @@
-
-
+
+
+
@@ -4001,11 +3558,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4017,13 +3574,14 @@
-
-
-
-
+
+
+
+
+
false
5
@@ -4043,11 +3601,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -4059,13 +3617,14 @@
-
-
-
-
+
+
+
+
+
false
5
@@ -4087,9 +3646,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4105,12 +3664,13 @@
-
-
-
-
+
+
+
+
+
false
5
@@ -4131,9 +3691,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4149,12 +3709,14 @@
-
-
-
+
+
+
-
+
+
+
false
6
@@ -4171,9 +3733,9 @@
DEMONIC
MALE
-
+
-
+
@@ -4188,11 +3750,15 @@
-
+
+
+
-
+
+
+
@@ -4226,9 +3792,9 @@
BEAST
MALE
-
+
-
+
@@ -4243,11 +3809,14 @@
-
+
+
-
+
+
+
@@ -4272,9 +3841,9 @@
DRAGON
MALE
-
+
-
+
@@ -4288,11 +3857,14 @@
-
-
+
+
+
+
+
@@ -4464,9 +4036,9 @@
DRAGON
MALE
-
+
-
+
@@ -4480,12 +4052,15 @@
-
+
+
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21700-21799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21700-21799.xml
index 4d5689de4f..f07eed21ca 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21700-21799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21700-21799.xml
@@ -634,7 +634,7 @@
-
+
@@ -655,9 +655,9 @@
HUMANOID
MALE
-
+
-
+
@@ -669,14 +669,15 @@
-
-
-
-
+
+
+
+
+
false
@@ -696,23 +697,15 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
@@ -731,9 +724,9 @@
HUMANOID
MALE
-
+
-
+
@@ -745,13 +738,14 @@
-
-
+
+
+
false
@@ -772,25 +766,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
@@ -812,9 +797,9 @@
HUMANOID
MALE
-
+
-
+
@@ -826,16 +811,12 @@
+
+
-
-
-
-
-
-
false
@@ -851,23 +832,33 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
@@ -888,9 +879,9 @@
HUMANOID
MALE
-
+
-
+
@@ -902,15 +893,16 @@
-
-
-
-
+
+
+
+
+
false
@@ -931,25 +923,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
@@ -969,9 +952,9 @@
HUMANOID
MALE
-
+
-
+
@@ -983,14 +966,15 @@
-
-
-
-
+
+
+
+
+
false
@@ -1010,23 +994,15 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
@@ -1048,9 +1024,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1062,16 +1038,12 @@
+
+
-
-
-
-
-
-
false
@@ -1087,23 +1059,33 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
@@ -1127,9 +1109,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1141,19 +1123,17 @@
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
@@ -1173,21 +1153,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -1195,7 +1166,7 @@
-
+
@@ -1213,9 +1184,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1227,13 +1198,14 @@
-
-
+
+
+
false
@@ -1254,21 +1226,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -1329,12 +1292,11 @@
-
-
-
+
+
@@ -1368,12 +1330,11 @@
-
-
-
+
+
@@ -1561,7 +1522,7 @@
-
+
@@ -1582,9 +1543,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1596,15 +1557,16 @@
-
-
-
-
+
+
+
+
+
false
@@ -1620,30 +1582,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
@@ -1665,9 +1618,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1679,16 +1632,17 @@
-
-
-
-
-
+
+
+
+
+
+
false
@@ -1704,26 +1658,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -1789,7 +1734,7 @@
-
+
@@ -1808,9 +1753,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1822,12 +1767,13 @@
-
-
+
+
+
false
@@ -1843,31 +1789,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
-
+
@@ -1889,9 +1825,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1903,16 +1839,16 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -1928,18 +1864,15 @@
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
@@ -1958,9 +1891,9 @@
HUMANOID
MALE
-
+
-
+
@@ -1972,13 +1905,9 @@
+
+
-
-
-
-
-
-
false
@@ -1994,31 +1923,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -2085,16 +2024,8 @@
-
-
-
-
-
-
-
-
@@ -2165,7 +2096,7 @@
-
+
@@ -2183,9 +2114,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2197,12 +2128,13 @@
-
-
+
+
+
false
@@ -2218,31 +2150,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
-
+
@@ -2264,9 +2186,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2278,16 +2200,16 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -2303,18 +2225,15 @@
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
@@ -2332,9 +2251,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2346,13 +2265,9 @@
+
+
-
-
-
-
-
-
false
@@ -2368,31 +2283,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -2420,14 +2345,11 @@
-
+
-
-
-
@@ -2443,9 +2365,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2457,18 +2379,15 @@
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
@@ -2485,21 +2404,13 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
@@ -2510,9 +2421,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -2527,24 +2438,27 @@
-
+
+
-
+
+
+
-
+
ELEMENTAL
MALE
-
+
-
+
@@ -2559,25 +2473,26 @@
-
-
+
+
+
-
+
ELEMENTAL
FEMALE
-
+
-
+
@@ -2591,25 +2506,26 @@
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
ELEMENTAL
-
+
-
+
@@ -2619,12 +2535,14 @@
-
+
+
-
-
+
+
-
+
+
@@ -2632,15 +2550,15 @@
-
+
- ETC
-
+ ETC
+
-
+
@@ -2650,12 +2568,13 @@
-
-
+
-
+
+
+
@@ -2663,15 +2582,15 @@
-
+
ELEMENTAL
-
+
-
+
@@ -2681,12 +2600,13 @@
+
+
+
+
+
-
-
-
-
-
+
@@ -2694,8 +2614,8 @@
-
-
+
+
@@ -2727,16 +2647,16 @@
-
+
ELEMENTAL
FEMALE
-
+
-
+
@@ -2750,25 +2670,26 @@
-
-
-
+
+
-
+
+
+
-
+
ELEMENTAL
FEMALE
-
+
-
+
@@ -2782,17 +2703,18 @@
+
+
+
+
+
-
-
-
-
-
+
-
-
+
+
@@ -2811,9 +2733,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -2824,12 +2746,14 @@
-
+
+
-
-
+
+
-
+
+
false
@@ -2844,7 +2768,7 @@
-
+
@@ -2863,9 +2787,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -2876,12 +2800,13 @@
-
-
-
+
+
-
+
+
+
false
@@ -2896,7 +2821,7 @@
-
+
@@ -2915,9 +2840,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -2928,12 +2853,13 @@
+
+
+
+
+
-
-
-
-
-
+
false
@@ -2948,17 +2874,17 @@
-
-
+
+
ETC
MALE
-
+
-
+
@@ -2972,11 +2898,12 @@
-
+
+
@@ -3007,9 +2934,9 @@
DIVINE
-
+
-
+
@@ -3019,12 +2946,13 @@
-
-
+
+
+
@@ -3046,9 +2974,9 @@
DEMONIC
MALE
-
+
-
+
@@ -3059,11 +2987,14 @@
-
+
+
-
-
-
+
+
+
+
+
false
@@ -3092,9 +3023,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3105,11 +3036,14 @@
-
-
+
+
+
+
+
false
@@ -3138,9 +3072,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3151,11 +3085,14 @@
-
+
+
-
+
+
+
false
@@ -3184,9 +3121,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3197,10 +3134,13 @@
-
-
+
+
+
+
+
false
@@ -3229,9 +3169,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3242,11 +3182,14 @@
-
+
+
-
+
+
+
false
@@ -3275,9 +3218,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3288,11 +3231,14 @@
-
-
+
+
+
+
+
false
@@ -3321,9 +3267,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3334,11 +3280,15 @@
-
+
+
+
+
+
false
@@ -3352,7 +3302,7 @@
-
+
@@ -3367,24 +3317,27 @@
ELEMENTAL
MALE
-
+
-
+
390
-
-
+
+
-
+
+
-
+
+
+
false
@@ -3413,9 +3366,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3426,11 +3379,14 @@
-
+
+
-
+
+
+
false
@@ -3459,9 +3415,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3472,11 +3428,12 @@
-
-
-
+
+
+
+
false
@@ -3505,9 +3462,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3518,11 +3475,12 @@
-
-
+
+
+
false
@@ -3551,9 +3509,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3564,11 +3522,12 @@
-
-
-
+
+
+
+
false
@@ -3597,9 +3556,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3610,12 +3569,13 @@
-
-
+
+
+
false
@@ -3644,9 +3604,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3657,11 +3617,12 @@
-
-
+
-
+
+
+
false
@@ -3690,9 +3651,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3703,11 +3664,12 @@
-
-
-
+
+
+
+
false
@@ -3736,9 +3698,9 @@
ELEMENTAL
MALE
-
+
-
+
@@ -3749,12 +3711,13 @@
-
-
-
+
+
+
+
false
@@ -3783,9 +3746,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3796,11 +3759,12 @@
-
-
-
+
+
+
+
false
@@ -3829,9 +3793,9 @@
UNDEAD
MALE
-
+
-
+
@@ -3842,12 +3806,13 @@
-
-
-
+
+
+
+
false
@@ -3891,14 +3856,6 @@
-
-
-
-
-
-
-
-
@@ -3937,16 +3894,7 @@
-
-
-
-
-
-
-
-
-
@@ -3978,17 +3926,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -4020,16 +3958,7 @@
-
-
-
-
-
-
-
-
-
@@ -4088,25 +4017,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4165,26 +4076,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21800-21899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21800-21899.xml
index 4404b300b9..7417312f9b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21800-21899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21800-21899.xml
@@ -83,21 +83,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -150,21 +136,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -279,24 +250,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -352,22 +306,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -476,22 +415,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -550,20 +474,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -664,32 +575,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -744,31 +636,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -835,9 +703,9 @@
ANIMAL
MALE
-
+
-
+
@@ -849,12 +717,16 @@
-
-
-
+
+
+
+
+
+
+
false
@@ -886,9 +758,9 @@
ANIMAL
MALE
-
+
-
+
@@ -900,13 +772,16 @@
-
-
-
+
+
-
+
+
+
+
+
false
@@ -937,9 +812,9 @@
BEAST
MALE
-
+
-
+
@@ -951,11 +826,14 @@
-
-
-
+
+
+
+
+
+
false
@@ -988,9 +866,9 @@
BEAST
MALE
-
+
-
+
@@ -1002,13 +880,16 @@
-
-
-
+
+
-
+
+
+
+
+
false
@@ -1036,11 +917,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1052,11 +933,14 @@
-
-
+
+
-
+
+
+
+
false
@@ -1088,9 +972,9 @@
BEAST
MALE
-
+
-
+
@@ -1102,13 +986,16 @@
-
-
-
-
+
+
+
+
+
+
+
false
@@ -1140,11 +1027,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1156,16 +1043,19 @@
+
+
+
+
+
+
+
+
-
-
-
-
-
false
@@ -1198,11 +1088,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1214,17 +1104,20 @@
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
false
@@ -1256,11 +1149,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1272,17 +1165,21 @@
+
+
+
+
+
+
+
+
+
-
-
-
-
-
false
@@ -1312,11 +1209,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1328,12 +1225,13 @@
-
-
-
+
+
+
+
false
@@ -1369,9 +1267,9 @@
ANIMAL
MALE
-
+
-
+
@@ -1383,16 +1281,17 @@
+
+
+
+
+
+
+
-
-
-
-
-
-
false
@@ -1424,11 +1323,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1440,17 +1339,18 @@
+
+
+
+
+
+
-
-
-
-
-
false
@@ -1480,11 +1380,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1496,15 +1396,16 @@
+
+
+
+
+
+
+
-
-
-
-
-
-
false
@@ -1536,11 +1437,11 @@
- CONSTRUCT
+ ETC
MALE
-
+
-
+
@@ -1552,17 +1453,18 @@
+
+
+
+
+
+
-
-
-
-
-
false
@@ -1593,9 +1495,9 @@
BEAST
MALE
-
+
-
+
@@ -1607,13 +1509,14 @@
-
-
-
+
+
+
+
false
@@ -1644,9 +1547,9 @@
DIVINE
FEMALE
-
+
-
+
@@ -1658,13 +1561,14 @@
-
-
-
-
+
+
+
+
+
false
@@ -1697,9 +1601,9 @@
DIVINE
FEMALE
-
+
-
+
@@ -1711,15 +1615,16 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
false
@@ -1750,9 +1655,9 @@
DIVINE
FEMALE
-
+
-
+
@@ -1764,13 +1669,14 @@
-
-
-
-
+
+
+
+
+
false
@@ -1800,9 +1706,9 @@
DIVINE
MALE
-
+
-
+
@@ -1814,14 +1720,15 @@
-
-
-
-
-
+
+
+
+
+
+
false
@@ -1882,9 +1789,9 @@
BEAST
MALE
-
+
-
+
@@ -1898,16 +1805,11 @@
+
-
-
-
-
-
-
false
@@ -1923,26 +1825,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
@@ -1962,9 +1868,9 @@
BEAST
MALE
-
+
-
+
@@ -1978,15 +1884,10 @@
+
-
-
-
-
-
-
false
@@ -2018,9 +1919,9 @@
PLANT
MALE
-
+
-
+
@@ -2034,15 +1935,10 @@
+
-
-
-
-
-
-
false
@@ -2058,28 +1954,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
@@ -2100,9 +1998,9 @@
BUG
MALE
-
+
-
+
@@ -2116,16 +2014,11 @@
+
-
-
-
-
-
-
false
@@ -2141,28 +2034,27 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
@@ -2182,9 +2074,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2198,15 +2090,10 @@
+
-
-
-
-
-
-
false
@@ -2222,28 +2109,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
@@ -2264,9 +2153,9 @@
PLANT
MALE
-
+
-
+
@@ -2280,16 +2169,16 @@
-
-
-
-
-
+
+
+
+
+
false
@@ -2308,25 +2197,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2346,9 +2217,9 @@
GIANT
MALE
-
+
-
+
@@ -2362,15 +2233,15 @@
-
-
-
-
+
+
+
+
false
@@ -2385,7 +2256,7 @@
-
+
@@ -2398,11 +2269,11 @@
BUG
MALE
-
+
-
-
-
+
+
+
@@ -2414,23 +2285,20 @@
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
false
2
@@ -2441,28 +2309,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -2482,9 +2330,9 @@
BEAST
MALE
-
+
-
+
@@ -2498,16 +2346,16 @@
-
-
-
-
-
+
+
+
+
+
false
2
@@ -2522,28 +2370,17 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -2559,9 +2396,9 @@
ANIMAL
MALE
-
+
-
+
@@ -2575,15 +2412,15 @@
-
-
-
-
+
+
+
+
false
2
@@ -2618,9 +2455,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2634,15 +2471,15 @@
-
-
-
-
+
+
+
+
false
@@ -2658,27 +2495,13 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
@@ -2697,9 +2520,9 @@
BEAST
MALE
-
+
-
+
@@ -2713,13 +2536,13 @@
-
-
+
+
false
2
@@ -2748,9 +2571,9 @@
BEAST
MALE
-
+
-
+
@@ -2764,14 +2587,14 @@
-
-
+
+
false
2
@@ -2808,9 +2631,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2824,18 +2647,18 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -2869,9 +2692,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2885,13 +2708,13 @@
-
-
+
+
false
@@ -2909,26 +2732,9 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
@@ -2956,9 +2762,9 @@
HUMANOID
MALE
-
+
-
+
@@ -2972,18 +2778,18 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -3014,9 +2820,9 @@
BEAST
MALE
-
+
-
+
@@ -3030,13 +2836,13 @@
-
-
+
+
false
2
@@ -3071,9 +2877,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3087,15 +2893,15 @@
-
-
-
-
+
+
+
+
false
@@ -3111,25 +2917,11 @@
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
@@ -3155,9 +2947,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3171,18 +2963,18 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -3202,24 +2994,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -3237,9 +3013,9 @@
ANIMAL
MALE
-
+
-
+
@@ -3253,12 +3029,12 @@
-
-
+
+
false
2
@@ -3298,9 +3074,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3314,19 +3090,14 @@
+
+
-
-
-
-
-
-
-
false
@@ -3363,9 +3134,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3379,13 +3150,11 @@
+
+
-
-
-
-
false
@@ -3401,28 +3170,28 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
@@ -3448,9 +3217,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3464,17 +3233,14 @@
+
+
+
+
-
-
-
-
-
-
-
false
@@ -3490,27 +3256,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
@@ -3528,9 +3293,9 @@
BEAST
MALE
-
+
-
+
@@ -3544,12 +3309,12 @@
-
-
+
+
false
2
@@ -3588,9 +3353,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3604,17 +3369,17 @@
+
+
+
+
+
+
-
-
-
-
-
-
false
@@ -3653,9 +3418,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3669,18 +3434,18 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -3696,26 +3461,11 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
@@ -3741,9 +3491,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3757,18 +3507,18 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -3784,34 +3534,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -3829,9 +3553,9 @@
BEAST
MALE
-
+
-
+
@@ -3845,13 +3569,13 @@
-
-
+
+
false
2
@@ -3957,9 +3681,9 @@
HUMANOID
MALE
-
+
-
+
@@ -3973,14 +3697,17 @@
+
+
+
+
+
+
+
+
-
-
-
-
-
false
@@ -3996,15 +3723,13 @@
-
-
-
-
+
+
-
-
-
+
+
+
@@ -4027,6 +3752,7 @@
HUMANOID
MALE
+
@@ -4041,6 +3767,8 @@
+
+
@@ -4057,9 +3785,23 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4087,9 +3829,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4103,12 +3845,12 @@
-
-
-
-
-
+
+
+
+
+
false
@@ -4125,17 +3867,14 @@
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
@@ -4165,6 +3904,7 @@
HUMANOID
MALE
+
@@ -4179,6 +3919,11 @@
+
+
+
+
+
@@ -4199,6 +3944,13 @@
+
+
+
+
+
+
+
@@ -4229,9 +3981,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4245,16 +3997,16 @@
+
+
+
+
+
-
-
-
-
-
false
@@ -4271,21 +4023,14 @@
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
+
+
+
@@ -4308,9 +4053,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4324,12 +4069,12 @@
-
-
+
+
false
@@ -4345,20 +4090,10 @@
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
@@ -4383,6 +4118,7 @@
HUMANOID
MALE
+
@@ -4397,6 +4133,11 @@
+
+
+
+
+
@@ -4413,6 +4154,13 @@
+
+
+
+
+
+
+
@@ -4436,9 +4184,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4452,16 +4200,16 @@
-
-
-
-
+
+
+
+
false
@@ -4496,9 +4244,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4512,13 +4260,13 @@
-
-
+
+
false
@@ -4536,22 +4284,8 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
@@ -4571,9 +4305,9 @@
ANIMAL
MALE
-
+
-
+
@@ -4587,12 +4321,12 @@
-
-
+
+
false
@@ -4628,9 +4362,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4644,19 +4378,19 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -4672,27 +4406,11 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -4715,9 +4433,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4731,14 +4449,14 @@
-
-
+
+
false
@@ -4754,28 +4472,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
@@ -4802,9 +4503,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4818,18 +4519,18 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -4862,9 +4563,9 @@
PLANT
MALE
-
+
-
+
@@ -4878,13 +4579,13 @@
-
-
+
-
+
+
false
@@ -4919,9 +4620,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4935,16 +4636,16 @@
-
-
-
-
+
+
+
+
false
@@ -4982,9 +4683,9 @@
HUMANOID
MALE
-
+
-
+
@@ -4998,19 +4699,19 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -5026,29 +4727,13 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -5068,9 +4753,9 @@
BEAST
MALE
-
+
-
+
@@ -5084,13 +4769,13 @@
-
-
+
+
false
@@ -5128,9 +4813,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5144,18 +4829,14 @@
+
+
-
-
-
-
-
-
false
@@ -5172,24 +4853,24 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
@@ -5214,9 +4895,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5230,16 +4911,11 @@
+
+
-
-
-
-
-
-
-
false
@@ -5277,9 +4953,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5293,19 +4969,14 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
false
@@ -5321,28 +4992,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
@@ -5362,9 +5029,9 @@
PLANT
MALE
-
+
-
+
@@ -5378,13 +5045,13 @@
-
-
+
-
+
+
false
2
@@ -5422,9 +5089,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5438,18 +5105,18 @@
-
-
-
-
-
-
+
+
+
+
+
+
false
@@ -5465,27 +5132,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
@@ -5511,9 +5162,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5527,19 +5178,19 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -5577,9 +5228,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5593,19 +5244,19 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
false
@@ -5621,30 +5272,13 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
@@ -5664,9 +5298,9 @@
ANIMAL
MALE
-
+
-
+
@@ -5680,12 +5314,12 @@
-
-
+
+
false
@@ -5793,9 +5427,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5809,16 +5443,18 @@
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
false
@@ -5834,15 +5470,13 @@
-
-
-
-
+
+
-
-
-
+
+
+
@@ -5865,6 +5499,7 @@
HUMANOID
MALE
+
@@ -5879,6 +5514,8 @@
+
+
@@ -5895,14 +5532,26 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
@@ -5929,9 +5578,9 @@
HUMANOID
MALE
-
+
-
+
@@ -5945,14 +5594,15 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
false
@@ -5969,17 +5619,14 @@
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
@@ -6057,9 +5704,9 @@
HUMANOID
MALE
-
+
-
+
@@ -6073,15 +5720,17 @@
+
+
+
+
+
+
+
-
-
-
-
-
false
@@ -6098,23 +5747,14 @@
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
+
+
+
@@ -6137,9 +5777,9 @@
HUMANOID
MALE
-
+
-
+
@@ -6153,14 +5793,14 @@
-
-
+
+
false
@@ -6175,19 +5815,10 @@
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
@@ -6210,6 +5841,7 @@
HUMANOID
MALE
+
@@ -6224,6 +5856,11 @@
+
+
+
+
+
@@ -6238,13 +5875,20 @@
+
+
+
+
+
+
+
-
DEMONIC
FEMALE
+
-
+
@@ -6258,44 +5902,34 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
-
BEAST
FEMALE
+
-
+
@@ -6309,42 +5943,35 @@
-
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
-
HUMANOID
FEMALE
+
-
+
@@ -6358,46 +5985,38 @@
-
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
DEMONIC
FEMALE
+
-
+
@@ -6411,38 +6030,33 @@
-
+
-
+
-
-
-
-
-
-
+
-
-
+
+
-
UNDEAD
FEMALE
+
-
+
@@ -6456,15 +6070,15 @@
-
+
+
-
-
+
@@ -6472,22 +6086,13 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21900-21999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21900-21999.xml
index 74b35fd15d..4d398e2df6 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21900-21999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/21900-21999.xml
@@ -1,11 +1,11 @@
-
DEMONIC
FEMALE
+
-
+
@@ -19,45 +19,37 @@
-
+
-
-
-
-
-
-
-
-
-
+
-
-
+
+
-
-
+
+
-
DEMONIC
FEMALE
+
-
+
@@ -71,36 +63,24 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
+
@@ -108,11 +88,11 @@
-
DEMONIC
FEMALE
+
-
+
@@ -126,49 +106,40 @@
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
+
-
+
-
DEMONIC
FEMALE
+
-
+
@@ -182,41 +153,36 @@
-
+
+
-
-
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
-
DEMONIC
FEMALE
+
-
+
@@ -230,45 +196,35 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
-
UNDEAD
FEMALE
+
-
+
@@ -282,41 +238,34 @@
-
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
-
UNDEAD
FEMALE
+
-
+
@@ -330,14 +279,14 @@
-
+
-
+
@@ -345,30 +294,22 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
-
UNDEAD
FEMALE
+
-
+
@@ -382,36 +323,31 @@
-
+
-
-
-
-
-
-
-
+
+
-
-
+
+
-
UNDEAD
FEMALE
+
-
+
@@ -425,46 +361,37 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
DEMONIC
FEMALE
+
-
+
@@ -478,44 +405,36 @@
-
+
-
-
-
-
-
-
-
-
-
+
-
+
-
+
-
DIVINE
FEMALE
+
-
+
@@ -529,36 +448,24 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
@@ -566,11 +473,11 @@
-
DIVINE
FEMALE
+
-
+
@@ -584,36 +491,27 @@
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -621,11 +519,11 @@
-
DIVINE
FEMALE
+
-
+
@@ -639,35 +537,26 @@
-
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
@@ -1170,7 +1059,7 @@
MALE
-
+
@@ -1184,12 +1073,12 @@
-
+
+
-
-
+
@@ -1202,7 +1091,7 @@
MALE
-
+
@@ -1216,13 +1105,13 @@
-
+
+
-
-
+
@@ -1235,7 +1124,7 @@
MALE
-
+
@@ -1249,14 +1138,14 @@
-
+
+
-
-
+
@@ -1269,7 +1158,7 @@
MALE
-
+
@@ -1283,13 +1172,13 @@
-
+
+
-
-
+
@@ -1302,7 +1191,7 @@
MALE
-
+
@@ -1316,14 +1205,14 @@
-
+
+
-
-
+
@@ -1337,7 +1226,7 @@
-
+
@@ -1351,13 +1240,13 @@
-
+
+
-
-
+
@@ -1370,7 +1259,7 @@
MALE
-
+
@@ -1384,13 +1273,13 @@
-
+
+
-
-
+
@@ -1403,7 +1292,7 @@
MALE
-
+
@@ -1417,14 +1306,14 @@
-
+
+
-
-
+
@@ -1710,40 +1599,83 @@
-
-
-
+
-
-
-
-
-
-
- ETC
+
+ UNDEAD
FEMALE
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2118,7 +2050,7 @@
FEMALE
-
+
@@ -2134,14 +2066,13 @@
-
+
-
@@ -2160,7 +2091,7 @@
FEMALE
-
+
@@ -2186,12 +2117,10 @@
-
-
+
-
-
+
@@ -2229,14 +2158,8 @@
-
-
-
-
+
-
-
-
@@ -2249,7 +2172,7 @@
MALE
-
+
@@ -2269,14 +2192,11 @@
-
+
-
-
-
@@ -2286,7 +2206,7 @@
MALE
-
+
@@ -2300,7 +2220,7 @@
-
+
@@ -2309,17 +2229,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -2354,14 +2264,7 @@
-
-
-
-
-
-
-
@@ -2369,7 +2272,7 @@
MALE
-
+
@@ -2383,22 +2286,14 @@
-
+
-
-
-
-
-
-
-
-
@@ -2406,7 +2301,7 @@
MALE
-
+
@@ -2420,20 +2315,15 @@
-
+
-
-
-
+
-
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22000-22099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22000-22099.xml
index 1d613835e2..af11b2f91b 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22000-22099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22000-22099.xml
@@ -1,4 +1,4 @@
-
+
@@ -1216,4 +1216,789 @@
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DEMONIC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22100-22199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22100-22199.xml
new file mode 100644
index 0000000000..8670da4b75
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22100-22199.xml
@@ -0,0 +1,2039 @@
+
+
+
+ UNDEAD
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HUMANOID
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HUMANOID
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ MALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ MALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ MALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22200-22299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22200-22299.xml
new file mode 100644
index 0000000000..22c53e226d
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22200-22299.xml
@@ -0,0 +1,1930 @@
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UNDEAD
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22300-22399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22300-22399.xml
new file mode 100644
index 0000000000..dc8907cf43
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/22300-22399.xml
@@ -0,0 +1,98 @@
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23800-23899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23800-23899.xml
index 21a1875dc1..c8fd3841bb 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23800-23899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23800-23899.xml
@@ -321,21 +321,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -367,14 +359,7 @@
-
-
-
-
-
-
-
-
+
@@ -965,18 +950,8 @@
-
-
-
-
-
+
-
-
-
-
-
-
@@ -1674,21 +1649,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1720,14 +1687,7 @@
-
-
-
-
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23900-23999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23900-23999.xml
index 71246a5de3..0d88a8a99d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23900-23999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/23900-23999.xml
@@ -427,18 +427,8 @@
-
-
-
-
-
+
-
-
-
-
-
-
@@ -1286,21 +1276,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1397,8 +1379,6 @@
-
-
@@ -1656,21 +1636,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1767,8 +1739,6 @@
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/24000-24099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/24000-24099.xml
index 678bfbb947..affe2a6b17 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/24000-24099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/24000-24099.xml
@@ -311,13 +311,13 @@
-
+
HUMANOID
FEMALE
-
+
-
+
@@ -327,11 +327,14 @@
-
-
-
+
+
+
+
+
+
@@ -339,11 +342,10 @@
-
- ETC
-
+ ETC
+
-
+
@@ -353,12 +355,11 @@
-
+
-
-
+
@@ -367,32 +368,22 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
-
GIANT
-
+
-
+
@@ -402,12 +393,13 @@
-
+
+
-
+
@@ -415,32 +407,24 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
ETC
MALE
-
+
-
+
@@ -454,32 +438,29 @@
-
+
-
+
-
-
-
-
+
-
+
- GIANT
-
+ ETC
+
-
+
@@ -488,14 +469,14 @@
-
+
+
+
-
-
-
+
@@ -503,26 +484,24 @@
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
-
GIANT
-
+
-
+
@@ -532,12 +511,12 @@
-
+
-
+
@@ -545,24 +524,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
+
@@ -594,12 +560,12 @@
-
-
-
+
+
+
-
+
@@ -634,16 +600,8 @@
-
-
-
-
-
-
-
-
@@ -682,16 +640,8 @@
-
-
-
-
-
-
-
-
@@ -702,9 +652,9 @@
ETC
MALE
-
+
-
+
@@ -718,12 +668,12 @@
-
+
-
+
@@ -759,9 +709,9 @@
UNDEAD
MALE
-
+
-
+
@@ -773,11 +723,15 @@
-
+
+
+
+
+
false
@@ -795,12 +749,6 @@
-
-
-
-
-
-
@@ -816,9 +764,9 @@
UNDEAD
-
+
-
+
@@ -829,11 +777,15 @@
-
+
+
+
+
+
@@ -844,18 +796,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -865,9 +806,9 @@
UNDEAD
-
+
-
+
@@ -878,8 +819,12 @@
-
+
+
+
+
+
@@ -891,19 +836,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -913,10 +846,10 @@
UNDEAD
-
+
-
+
@@ -927,9 +860,13 @@
-
+
+
+
+
+
@@ -940,18 +877,7 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -961,10 +887,10 @@
DEMONIC
-
+
-
+
@@ -975,10 +901,14 @@
-
+
+
+
+
+
@@ -986,21 +916,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1011,9 +933,9 @@
UNDEAD
-
+
-
+
@@ -1024,10 +946,14 @@
-
+
+
+
+
+
@@ -1038,18 +964,10 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1060,9 +978,9 @@
DEMONIC
-
+
-
+
@@ -1073,9 +991,13 @@
-
+
+
+
+
+
@@ -1086,14 +1008,6 @@
-
-
-
-
-
-
-
-
@@ -1109,9 +1023,9 @@
UNDEAD
-
+
-
+
@@ -1122,11 +1036,15 @@
-
+
+
+
+
+
@@ -1138,14 +1056,6 @@
-
-
-
-
-
-
-
-
@@ -1161,9 +1071,9 @@
DEMONIC
-
+
-
+
@@ -1174,11 +1084,15 @@
-
+
+
+
+
+
@@ -1188,17 +1102,8 @@
-
-
-
-
-
+
-
-
-
-
-
@@ -1208,10 +1113,10 @@
DEMONIC
-
+
-
+
@@ -1222,8 +1127,12 @@
-
+
+
+
+
+
@@ -1235,17 +1144,7 @@
-
-
-
-
-
-
-
-
-
-
@@ -1255,10 +1154,10 @@
UNDEAD
-
+
-
+
@@ -1269,9 +1168,13 @@
-
+
+
+
+
+
@@ -1282,16 +1185,7 @@
-
-
-
-
-
-
-
-
-
@@ -1301,9 +1195,9 @@
DEMONIC
-
+
-
+
@@ -1314,10 +1208,14 @@
-
+
+
+
+
+
@@ -1325,16 +1223,13 @@
-
+
-
-
-
-
-
+
+
@@ -1345,9 +1240,9 @@
DEMONIC
-
+
-
+
@@ -1358,10 +1253,14 @@
-
+
+
+
+
+
@@ -1372,13 +1271,10 @@
-
-
-
-
-
+
+
@@ -1389,9 +1285,9 @@
BUG
-
+
-
+
@@ -1402,9 +1298,13 @@
-
+
+
+
+
+
@@ -1415,9 +1315,6 @@
-
-
-
@@ -1433,9 +1330,9 @@
UNDEAD
-
+
-
+
@@ -1446,9 +1343,13 @@
-
+
+
+
+
+
@@ -1457,13 +1358,12 @@
-
-
-
+
+
+
-
-
+
@@ -1474,9 +1374,9 @@
DEMONIC
-
+
-
+
@@ -1487,12 +1387,16 @@
-
+
+
+
-
+
+
+
@@ -1501,24 +1405,25 @@
-
-
+
+
+
-
-
+
-
+
BEAST
+
-
+
@@ -1529,22 +1434,27 @@
+
+
+
+
-
+
UNDEAD
+
-
+
@@ -1555,18 +1465,23 @@
+
+
+
+
-
+
DRAGON
MALE
+
-
+
@@ -1580,7 +1495,11 @@
+
+
+
+
@@ -1658,12 +1577,6 @@
-
-
-
-
-
-
@@ -1697,14 +1610,6 @@
-
-
-
-
-
-
-
-
@@ -1741,11 +1646,6 @@
-
-
-
-
-
@@ -1777,9 +1677,6 @@
-
-
-
@@ -1819,16 +1716,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -1863,10 +1750,6 @@
-
-
-
-
@@ -1904,20 +1787,11 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
@@ -1948,10 +1822,6 @@
-
-
-
-
@@ -1989,16 +1859,9 @@
-
-
-
-
-
-
-
-
+
@@ -2031,9 +1894,6 @@
-
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25000-25099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25000-25099.xml
index d24ef4b2c7..d5b06e6e49 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25000-25099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25000-25099.xml
@@ -49,11 +49,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -137,7 +137,7 @@
-
+
@@ -149,11 +149,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -163,17 +162,11 @@
-
-
-
-
-
-
-
+
+
-
true
@@ -183,15 +176,10 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -269,7 +257,7 @@
-
+
@@ -280,11 +268,10 @@
BUG
MALE
-
-
-
-
+
+
+
@@ -294,17 +281,11 @@
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -314,20 +295,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -416,9 +385,8 @@
ELEMENTAL
MALE
-
-
+
@@ -429,17 +397,11 @@
-
-
-
-
-
-
-
+
+
-
true
@@ -449,24 +411,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -541,7 +490,7 @@
-
+
@@ -555,11 +504,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -569,21 +517,15 @@
+
+
+
-
-
-
-
-
-
-
-
-
true
@@ -593,51 +535,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -884,15 +787,14 @@
-
-
-
-
-
+
+
+
+
-
+
@@ -904,11 +806,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -918,17 +819,12 @@
-
-
-
-
-
-
-
-
+
+
+
true
@@ -938,15 +834,8 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -1086,9 +975,8 @@
-
-
-
+
+
@@ -1166,7 +1054,7 @@
-
+
@@ -1178,11 +1066,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1192,17 +1079,11 @@
-
-
-
-
-
-
-
+
+
-
true
@@ -1212,30 +1093,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -1564,7 +1426,7 @@
-
+
@@ -1576,11 +1438,10 @@
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1590,9 +1451,9 @@
-
-
+
+
@@ -1604,56 +1465,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1789,12 +1619,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -1930,9 +1759,8 @@
-
-
-
+
+
@@ -2010,7 +1838,7 @@
-
+
@@ -2022,11 +1850,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -2036,21 +1863,13 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
true
@@ -2060,19 +1879,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -2154,7 +1968,7 @@
-
+
@@ -2168,11 +1982,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -2182,21 +1995,15 @@
+
+
+
-
-
-
-
-
-
-
-
-
true
@@ -2206,30 +2013,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -2311,7 +2100,7 @@
-
+
@@ -2321,11 +2110,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -2335,12 +2123,12 @@
+
+
+
-
-
-
true
@@ -2350,34 +2138,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
@@ -2388,11 +2158,10 @@
DEMONIC
FEMALE
-
-
-
-
+
+
+
@@ -2401,19 +2170,13 @@
-
-
-
-
-
-
-
-
+
+
+
-
true
@@ -2423,24 +2186,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -2518,7 +2268,7 @@
-
+
@@ -2531,11 +2281,10 @@
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -2545,23 +2294,15 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
true
@@ -2571,63 +2312,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2709,7 +2452,7 @@
-
+
@@ -2718,13 +2461,12 @@
- BEAST
+ HUMANOID
MALE
-
-
-
-
+
+
+
@@ -2734,17 +2476,11 @@
-
-
-
-
-
-
-
-
+
+
+
-
true
@@ -2754,20 +2490,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -2975,7 +2703,7 @@
-
+
@@ -2985,11 +2713,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -2999,12 +2726,12 @@
+
+
+
-
-
-
true
@@ -3014,14 +2741,11 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -3085,12 +2809,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -3168,7 +2891,7 @@
-
+
@@ -3180,11 +2903,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -3194,17 +2916,11 @@
-
-
-
-
-
-
-
+
+
-
true
@@ -3214,51 +2930,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -3347,9 +3021,8 @@
ELEMENTAL
MALE
-
-
+
@@ -3360,19 +3033,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -3382,24 +3047,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -3490,9 +3142,8 @@
DEMONIC
MALE
-
-
+
@@ -3508,72 +3159,69 @@
-
-
-
-
-
+
+
+
+
+
true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3655,7 +3303,7 @@
-
+
@@ -3668,11 +3316,10 @@
ANIMAL
MALE
-
-
-
-
+
+
+
@@ -3682,21 +3329,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -3706,19 +3345,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3794,7 +3421,7 @@
-
+
@@ -3805,11 +3432,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -3818,19 +3444,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -3840,17 +3458,7 @@
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3980,23 +3588,22 @@
-
+
-
+
-
+
-
-
-
+
+
@@ -4078,7 +3685,7 @@
-
+
@@ -4090,11 +3697,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -4104,17 +3710,11 @@
-
-
-
-
-
-
-
+
+
-
true
@@ -4124,20 +3724,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -4260,12 +3851,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -4337,7 +3927,7 @@
-
+
@@ -4354,12 +3944,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -4441,7 +4030,7 @@
-
+
@@ -4455,11 +4044,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -4469,21 +4057,14 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -4493,63 +4074,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4627,7 +4210,7 @@
-
+
@@ -4638,11 +4221,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -4652,19 +4234,13 @@
-
-
-
-
-
-
-
-
+
+
+
-
true
@@ -4674,17 +4250,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -4765,7 +4335,7 @@
-
+
@@ -4774,11 +4344,10 @@
ANIMAL
MALE
-
-
-
-
+
+
+
@@ -4788,12 +4357,12 @@
+
+
+
-
-
-
true
@@ -4803,21 +4372,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
@@ -4828,11 +4392,10 @@
PLANT
MALE
-
-
-
-
+
+
+
@@ -4842,17 +4405,11 @@
-
-
-
-
-
-
-
-
-
+
+
+
@@ -4864,24 +4421,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25100-25199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25100-25199.xml
index bba2d14e45..1dda954a85 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25100-25199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25100-25199.xml
@@ -74,7 +74,7 @@
-
+
@@ -84,11 +84,10 @@
GIANT
MALE
-
-
-
-
+
+
+
@@ -98,12 +97,12 @@
+
+
+
-
-
-
true
@@ -113,23 +112,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
@@ -143,11 +133,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -157,21 +146,14 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -181,24 +163,47 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -356,7 +361,7 @@
-
+
@@ -365,12 +370,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -463,9 +467,8 @@
DEMONIC
FEMALE
-
-
+
@@ -481,72 +484,69 @@
+
+
+
+
-
-
-
-
true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -683,10 +683,9 @@
-
+
-
-
+
@@ -900,9 +899,8 @@
UNDEAD
MALE
-
-
+
@@ -914,13 +912,13 @@
+
+
+
+
-
-
-
-
true
@@ -930,16 +928,7 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -1029,12 +1018,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -1115,7 +1103,7 @@
-
+
@@ -1129,11 +1117,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1143,21 +1130,14 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -1167,24 +1147,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -1262,7 +1228,7 @@
-
+
@@ -1271,11 +1237,10 @@
BEAST
MALE
-
-
-
-
+
+
+
@@ -1285,12 +1250,12 @@
+
+
+
-
-
-
true
@@ -1300,28 +1265,51 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1331,11 +1319,10 @@
GIANT
MALE
-
-
-
-
+
+
+
@@ -1345,12 +1332,12 @@
+
+
+
-
-
-
true
@@ -1360,67 +1347,69 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1430,11 +1419,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1444,13 +1432,13 @@
+
+
+
+
-
-
-
-
true
@@ -1460,25 +1448,53 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1490,11 +1506,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1504,19 +1519,12 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -1526,15 +1534,8 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -1617,7 +1618,7 @@
-
+
@@ -1629,11 +1630,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1643,19 +1643,11 @@
-
-
-
-
-
-
-
-
-
+
+
-
true
@@ -1665,51 +1657,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -1787,7 +1737,7 @@
-
+
@@ -1798,11 +1748,10 @@
HUMANOID
FEMALE
-
-
-
-
+
+
+
@@ -1811,19 +1760,12 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -1833,19 +1775,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1986,12 +1916,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -2086,11 +2015,10 @@
- GIANT
+ ETC
MALE
-
-
+
@@ -2102,21 +2030,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -2126,63 +2046,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2261,28 +2175,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2294,11 +2195,10 @@
DIVINE
MALE
-
-
-
-
+
+
+
@@ -2308,19 +2208,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -2330,63 +2222,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2466,7 +2360,7 @@
-
+
@@ -2478,11 +2372,10 @@
BEAST
MALE
-
-
-
-
+
+
+
@@ -2492,19 +2385,11 @@
-
-
-
-
-
-
-
-
-
+
+
-
true
@@ -2514,31 +2399,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -2616,7 +2481,7 @@
-
+
@@ -2627,11 +2492,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -2640,21 +2504,13 @@
-
-
-
-
-
-
-
-
-
+
+
-
true
@@ -2665,19 +2521,29 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2821,9 +2687,8 @@
-
-
-
+
+
@@ -2901,7 +2766,7 @@
-
+
@@ -2913,11 +2778,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -2927,19 +2791,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -2949,20 +2805,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -3046,7 +2893,7 @@
-
+
@@ -3056,11 +2903,10 @@
GIANT
MALE
-
-
-
-
+
+
+
@@ -3070,12 +2916,12 @@
+
+
+
-
-
-
true
@@ -3085,37 +2931,51 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -3126,11 +2986,10 @@
ELEMENTAL
MALE
-
-
-
-
+
+
+
@@ -3139,19 +2998,12 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -3161,51 +3013,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -3291,9 +3104,8 @@
GIANT
MALE
-
-
+
@@ -3305,12 +3117,12 @@
+
+
+
-
-
-
true
@@ -3320,67 +3132,61 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -3389,11 +3195,10 @@
DRAGON
MALE
-
-
-
-
+
+
+
@@ -3402,13 +3207,13 @@
+
+
+
-
-
-
true
@@ -3418,60 +3223,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
@@ -3483,11 +3247,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -3497,21 +3260,13 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
true
@@ -3521,17 +3276,12 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -3614,7 +3364,7 @@
-
+
@@ -3624,11 +3374,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -3638,12 +3387,12 @@
+
+
+
-
-
-
true
@@ -3653,17 +3402,7 @@
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3738,9 +3477,8 @@
-
-
-
+
+
@@ -3818,7 +3556,7 @@
-
+
@@ -3829,11 +3567,10 @@
BEAST
MALE
-
-
-
-
+
+
+
@@ -3843,19 +3580,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -3865,20 +3594,47 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3957,7 +3713,7 @@
-
+
@@ -3970,11 +3726,10 @@
DEMONIC
FEMALE
-
-
-
-
+
+
+
@@ -3983,23 +3738,15 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -4009,30 +3756,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -4657,7 +4386,7 @@
-
+
@@ -4671,11 +4400,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -4685,21 +4413,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -4709,19 +4429,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25200-25299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25200-25299.xml
index 3e6acfe23c..39e6e726c3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25200-25299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25200-25299.xml
@@ -698,7 +698,7 @@
-
+
@@ -709,11 +709,10 @@
BEAST
FEMALE
-
-
-
-
+
+
+
@@ -723,19 +722,12 @@
-
-
-
-
-
-
-
-
+
+
-
true
@@ -745,51 +737,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -867,7 +819,7 @@
-
+
@@ -879,11 +831,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -893,21 +844,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
true
@@ -917,63 +860,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1061,7 +1006,7 @@
-
+
@@ -1073,11 +1018,10 @@
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1087,21 +1031,13 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
true
@@ -1111,16 +1047,25 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1204,7 +1149,7 @@
-
+
@@ -1216,11 +1161,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1230,19 +1174,12 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -1252,53 +1189,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -1425,7 +1319,7 @@
-
+
@@ -1439,11 +1333,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1453,21 +1346,14 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -1477,24 +1363,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -1622,7 +1494,7 @@
-
+
@@ -1631,11 +1503,10 @@
DRAGON
MALE
-
-
-
-
+
+
+
@@ -1645,13 +1516,13 @@
+
+
+
+
-
-
-
-
true
@@ -1661,52 +1532,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -1951,7 +1782,7 @@
-
+
@@ -1963,11 +1794,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1977,19 +1807,11 @@
-
-
-
-
-
-
-
-
-
+
+
-
true
@@ -1999,24 +1821,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2448,7 +2311,7 @@
-
+
@@ -2462,11 +2325,10 @@
BEAST
FEMALE
-
-
-
-
+
+
+
@@ -2476,21 +2338,14 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -2500,56 +2355,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2638,20 +2478,19 @@
-
+
- CONSTRUCT
+ ETC
MALE
-
-
-
-
+
+
+
@@ -2661,12 +2500,12 @@
+
+
+
-
-
-
true
@@ -2676,28 +2515,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
@@ -2709,11 +2539,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -2723,19 +2552,11 @@
-
-
-
-
-
-
-
-
-
+
+
-
true
@@ -2745,45 +2566,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -2907,7 +2693,7 @@
-
+
@@ -2916,13 +2702,12 @@
- CONSTRUCT
+ ETC
MALE
-
-
-
-
+
+
+
@@ -2931,22 +2716,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
true
@@ -2956,19 +2733,47 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3096,16 +2901,16 @@
-
-
+
+
-
+
-
+
@@ -3126,7 +2931,7 @@
-
+
@@ -3134,12 +2939,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -3525,11 +3329,10 @@
-
-
-
-
-
+
+
+
+
@@ -3998,9 +3801,8 @@
DEMONIC
FEMALE
-
-
+
@@ -4012,20 +3814,12 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
-
@@ -4037,78 +3831,83 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4212,9 +4011,8 @@
DIVINE
FEMALE
-
-
+
@@ -4226,20 +4024,12 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -4252,78 +4042,83 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25300-25399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25300-25399.xml
index 8c30fe6c02..0be4f8517a 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25300-25399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25300-25399.xml
@@ -2318,9 +2318,8 @@
-
-
-
+
+
@@ -2423,9 +2422,8 @@
-
-
-
+
+
@@ -2576,10 +2574,10 @@
-
-
-
-
+
+
+
+
@@ -2863,7 +2861,7 @@
-
+
@@ -2873,11 +2871,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -2887,12 +2884,12 @@
+
+
+
-
-
-
true
@@ -2902,26 +2899,53 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -2933,11 +2957,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -2947,19 +2970,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -2969,14 +2984,41 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3060,7 +3102,7 @@
-
+
@@ -3073,11 +3115,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -3087,25 +3128,17 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
true
@@ -3115,22 +3148,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -3779,7 +3801,7 @@
-
+
@@ -3792,11 +3814,10 @@
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -3806,23 +3827,15 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -3832,32 +3845,46 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3943,7 +3970,7 @@
-
+
@@ -3955,11 +3982,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -3969,19 +3995,11 @@
-
-
-
-
-
-
-
-
-
+
+
-
true
@@ -3991,21 +4009,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -4129,13 +4135,12 @@
-
-
-
+
+
-
+
@@ -4146,11 +4151,10 @@
HUMANOID
FEMALE
-
-
-
-
+
+
+
@@ -4160,19 +4164,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -4182,14 +4178,7 @@
-
-
-
-
-
-
-
-
+
@@ -4282,7 +4271,7 @@
-
+
@@ -4291,13 +4280,12 @@
- CONSTRUCT
+ ETC
MALE
-
-
-
-
+
+
+
@@ -4307,19 +4295,11 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -4329,19 +4309,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4423,7 +4441,7 @@
-
+
@@ -4434,13 +4452,12 @@
- CONSTRUCT
+ ETC
MALE
-
-
-
-
+
+
+
@@ -4450,21 +4467,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -4474,26 +4483,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25400-25499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25400-25499.xml
index 3a4f35db41..9430fbaa82 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25400-25499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25400-25499.xml
@@ -96,9 +96,8 @@
-
-
-
+
+
@@ -404,12 +403,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -554,12 +552,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -601,7 +598,7 @@
-
+
@@ -613,11 +610,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -627,23 +623,15 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
true
@@ -653,19 +641,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -747,7 +728,7 @@
-
+
@@ -760,11 +741,10 @@
DRAGON
MALE
-
-
-
-
+
+
+
@@ -774,21 +754,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -798,19 +770,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -896,7 +861,7 @@
-
+
@@ -907,11 +872,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -921,21 +885,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
+
+
@@ -947,24 +903,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -1006,7 +950,7 @@
-
+
@@ -1019,11 +963,10 @@
BUG
FEMALE
-
-
-
-
+
+
+
@@ -1033,21 +976,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -1057,24 +992,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -1158,7 +1082,7 @@
-
+
@@ -1171,11 +1095,10 @@
FAIRY
FEMALE
-
-
-
-
+
+
+
@@ -1184,21 +1107,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -1214,53 +1129,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -1557,7 +1430,7 @@
-
+
@@ -1566,13 +1439,12 @@
- CONSTRUCT
+ ETC
MALE
-
-
-
-
+
+
+
@@ -1582,22 +1454,14 @@
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
true
@@ -1607,24 +1471,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -1708,7 +1559,7 @@
-
+
@@ -1720,11 +1571,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1734,19 +1584,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -1756,24 +1598,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -1857,7 +1684,7 @@
-
+
@@ -1867,11 +1694,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1881,14 +1707,14 @@
+
+
+
+
+
-
-
-
-
-
true
@@ -1898,19 +1724,48 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1971,12 +1826,11 @@
-
-
-
-
-
-
+
+
+
+
+
@@ -2060,7 +1914,7 @@
-
+
@@ -2073,11 +1927,10 @@
DRAGON
MALE
-
-
-
-
+
+
+
@@ -2087,23 +1940,15 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
true
@@ -2113,19 +1958,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -2201,7 +2039,7 @@
-
+
@@ -2212,11 +2050,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -2226,23 +2063,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
+
+
+
+
true
@@ -2252,63 +2081,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2389,7 +2220,7 @@
-
+
@@ -2401,11 +2232,10 @@
DEMONIC
FEMALE
-
-
-
-
+
+
+
@@ -2415,21 +2245,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
true
@@ -2439,63 +2261,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2577,7 +2401,7 @@
-
+
@@ -2592,11 +2416,10 @@
DIVINE
MALE
-
-
-
-
+
+
+
@@ -2606,21 +2429,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -2630,63 +2445,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2772,7 +2589,7 @@
-
+
@@ -2785,11 +2602,10 @@
DRAGON
MALE
-
-
-
-
+
+
+
@@ -2798,21 +2614,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -2822,56 +2630,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -2953,7 +2720,7 @@
-
+
@@ -2965,11 +2732,10 @@
FAIRY
MALE
-
-
-
-
+
+
+
@@ -2979,20 +2745,12 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -3002,30 +2760,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -3149,7 +2885,7 @@
-
+
@@ -3161,11 +2897,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -3175,23 +2910,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
true
@@ -3201,30 +2928,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -3314,7 +3023,7 @@
-
+
@@ -3326,11 +3035,10 @@
BEAST
MALE
-
-
-
-
+
+
+
@@ -3340,19 +3048,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -3362,24 +3062,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -3513,11 +3199,10 @@
- CONSTRUCT
+ ETC
MALE
-
-
+
@@ -3529,23 +3214,15 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
true
@@ -3555,63 +3232,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3703,9 +3374,8 @@
GIANT
MALE
-
-
+
@@ -3717,22 +3387,14 @@
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
true
@@ -3742,63 +3404,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3886,7 +3542,7 @@
-
+
@@ -3897,11 +3553,10 @@
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -3911,19 +3566,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
true
@@ -3933,51 +3580,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -4020,7 +3627,7 @@
-
+
@@ -4032,11 +3639,10 @@
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -4046,23 +3652,16 @@
-
-
-
-
-
-
-
-
-
+
+
-
+
+
-
true
@@ -4072,24 +3671,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -4171,7 +3758,7 @@
-
+
@@ -4185,11 +3772,10 @@
BEAST
FEMALE
-
-
-
-
+
+
+
@@ -4199,21 +3785,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -4223,24 +3801,65 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -5058,9 +4677,8 @@
HUMANOID
MALE
-
-
+
@@ -5072,21 +4690,13 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
true
@@ -5096,20 +4706,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25700-25799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25700-25799.xml
index abc018cfc2..821064adbe 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25700-25799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25700-25799.xml
@@ -66,14 +66,13 @@
-
+
BUG
MALE
-
-
-
-
+
+
+
@@ -85,60 +84,85 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
DIVINE
MALE
-
-
-
-
+
+
+
@@ -150,48 +174,74 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -235,14 +285,13 @@
-
+
GIANT
MALE
-
-
-
-
+
+
+
@@ -254,59 +303,84 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -318,59 +392,84 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -382,42 +481,29 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -429,41 +515,64 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
BEAST
MALE
-
-
-
-
+
+
+
@@ -475,62 +584,30 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -542,62 +619,27 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -609,62 +651,27 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -676,63 +683,27 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -744,63 +715,30 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -812,51 +750,19 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -900,14 +806,13 @@
-
+
ETC
MALE
-
-
-
-
+
+
+
@@ -919,41 +824,27 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
ELEMENTAL
MALE
-
-
-
-
+
+
+
@@ -965,41 +856,63 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1011,41 +924,63 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- HUMANOID
+
+ DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1057,41 +992,28 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1103,41 +1025,62 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1149,41 +1092,62 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1195,41 +1159,62 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1241,42 +1226,63 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
DEMONIC
MALE
-
-
-
-
+
+
+
@@ -1288,41 +1294,62 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -1334,30 +1361,52 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1400,15 +1449,14 @@
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1420,73 +1468,81 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1498,71 +1554,55 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HUMANOID
MALE
-
-
+
@@ -1576,71 +1616,61 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HUMANOID
MALE
-
-
+
@@ -1654,62 +1684,53 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1717,9 +1738,8 @@
HUMANOID
MALE
-
-
+
@@ -1733,62 +1753,55 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1815,9 +1828,8 @@
HUMANOID
MALE
-
-
+
@@ -1831,73 +1843,64 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -1909,71 +1912,79 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HUMANOID
MALE
-
-
+
@@ -1987,73 +1998,66 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
HUMANOID
MALE
-
-
-
-
+
+
+
@@ -2065,71 +2069,55 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HUMANOID
MALE
-
-
+
@@ -2143,62 +2131,56 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2206,9 +2188,8 @@
HUMANOID
MALE
-
-
+
@@ -2222,62 +2203,56 @@
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2301,14 +2276,13 @@
-
+
ETC
MALE
-
-
-
-
+
+
+
@@ -2320,56 +2294,71 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HUMANOID
MALE
-
-
+
@@ -2383,56 +2372,62 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HUMANOID
MALE
-
-
+
@@ -2446,56 +2441,62 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GIANT
MALE
-
-
+
@@ -2509,56 +2510,62 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GIANT
MALE
-
-
+
@@ -2572,56 +2579,62 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GIANT
MALE
-
-
+
@@ -2635,47 +2648,54 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2744,14 +2764,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -2780,14 +2800,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -2816,14 +2836,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -2852,14 +2872,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -2888,14 +2908,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -2942,7 +2962,7 @@
HUMANOID
-
+
@@ -2961,9 +2981,9 @@
+
+
-
-
@@ -2976,7 +2996,7 @@
HUMANOID
-
+
@@ -2995,9 +3015,9 @@
+
+
-
-
@@ -3054,7 +3074,7 @@
UNDEAD
-
+
@@ -3073,9 +3093,9 @@
-
-
+
+
@@ -3088,7 +3108,7 @@
HUMANOID
-
+
@@ -3107,9 +3127,9 @@
+
+
-
-
@@ -3122,7 +3142,7 @@
HUMANOID
-
+
@@ -3141,9 +3161,9 @@
+
+
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25800-25899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25800-25899.xml
index b76f9b3de1..e7f666ee55 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25800-25899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25800-25899.xml
@@ -5,7 +5,7 @@
HUMANOID
-
+
@@ -24,10 +24,10 @@
+
+
-
-
@@ -40,7 +40,7 @@
UNDEAD
-
+
@@ -59,10 +59,10 @@
+
+
-
-
@@ -75,7 +75,7 @@
HUMANOID
-
+
@@ -94,9 +94,9 @@
+
+
-
-
@@ -109,7 +109,7 @@
HUMANOID
-
+
@@ -128,9 +128,9 @@
+
+
-
-
@@ -143,7 +143,7 @@
HUMANOID
-
+
@@ -162,13 +162,13 @@
-
-
-
+
+
+
@@ -181,7 +181,7 @@
UNDEAD
-
+
@@ -200,13 +200,13 @@
-
-
-
+
+
+
@@ -218,7 +218,7 @@
HUMANOID
-
+
@@ -237,13 +237,13 @@
-
-
-
+
+
+
@@ -256,7 +256,7 @@
HUMANOID
-
+
@@ -275,14 +275,14 @@
-
-
-
+
+
+
@@ -295,7 +295,7 @@
HUMANOID
-
+
@@ -314,14 +314,14 @@
-
-
-
+
+
+
@@ -333,7 +333,7 @@
DEMONIC
-
+
@@ -352,14 +352,14 @@
-
-
-
+
+
+
@@ -372,7 +372,7 @@
DIVINE
-
+
@@ -391,13 +391,13 @@
-
-
+
+
@@ -410,7 +410,7 @@
HUMANOID
-
+
@@ -429,14 +429,14 @@
-
-
-
+
+
+
@@ -449,7 +449,7 @@
HUMANOID
-
+
@@ -468,13 +468,13 @@
-
-
+
+
@@ -486,7 +486,7 @@
UNDEAD
-
+
@@ -505,14 +505,14 @@
-
-
-
+
+
+
@@ -921,7 +921,7 @@
MALE
-
+
@@ -935,13 +935,13 @@
-
-
+
+
@@ -949,7 +949,7 @@
MALE
-
+
@@ -963,13 +963,13 @@
-
-
+
+
@@ -977,7 +977,7 @@
MALE
-
+
@@ -991,20 +991,20 @@
-
-
+
+
DEMONIC
MALE
-
+
@@ -1018,20 +1018,20 @@
-
-
+
+
HUMANOID
MALE
-
+
@@ -1045,13 +1045,13 @@
-
-
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25900-25999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25900-25999.xml
index aa4e755f18..b9c1a63f41 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25900-25999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/25900-25999.xml
@@ -153,4 +153,377 @@
+
+ HUMANOID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HUMANOID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HUMANOID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DRAGON
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DEMONIC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BEAST
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BEAST
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BEAST
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FAIRY
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27000-27099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27000-27099.xml
index c965e8fe9c..b686e55dc3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27000-27099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27000-27099.xml
@@ -82,18 +82,9 @@
-
-
-
-
-
-
-
+
-
-
-
@@ -105,7 +96,7 @@
ANIMAL
MALE
-
+
@@ -363,7 +354,7 @@
DEMONIC
MALE
-
+
@@ -375,9 +366,9 @@
-
+
true
@@ -472,17 +463,10 @@
-
-
-
-
-
-
-
@@ -528,18 +512,9 @@
-
-
-
-
-
-
-
+
-
-
-
@@ -551,7 +526,7 @@
HUMANOID
MALE
-
+
@@ -563,7 +538,7 @@
-
+
true
@@ -625,7 +600,7 @@
DEMONIC
FEMALE
-
+
@@ -637,9 +612,9 @@
-
+
true
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27100-27199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27100-27199.xml
index 5f1c3391bc..5586f500f6 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27100-27199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/27100-27199.xml
@@ -150,22 +150,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
@@ -2610,7 +2599,7 @@
FAIRY
MALE
-
+
@@ -2622,8 +2611,8 @@
-
+
true
9
@@ -3689,10 +3678,6 @@
-
-
-
-
@@ -3912,27 +3897,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29000-29099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29000-29099.xml
index ac62ca5792..a0cd0662d8 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29000-29099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29000-29099.xml
@@ -1,6 +1,6 @@
-
+
@@ -9,11 +9,10 @@
BUG
FEMALE
-
-
-
-
+
+
+
@@ -23,18 +22,12 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
300
@@ -50,108 +43,50 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -322,7 +257,7 @@
-
+
@@ -330,13 +265,12 @@
- CONSTRUCT
+ ETC
MALE
-
-
-
-
+
+
+
@@ -345,16 +279,8 @@
+
-
-
-
-
-
-
-
-
-
10
true
@@ -369,85 +295,50 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -508,26 +399,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -634,25 +511,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -704,22 +567,10 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
@@ -824,24 +675,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
@@ -895,26 +733,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -923,13 +748,12 @@
- ELEMENTAL
+ FAIRY
FEMALE
-
-
-
-
+
+
+
@@ -939,19 +763,11 @@
-
+
+
-
-
-
-
-
-
-
-
-
300
true
@@ -966,59 +782,50 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1241,7 +1048,7 @@
-
+
@@ -1265,7 +1072,7 @@
-
+
@@ -1294,7 +1101,7 @@
-
+
@@ -1310,9 +1117,8 @@
UNDEAD
MALE
-
-
+
@@ -1323,8 +1129,8 @@
-
+
13
true
@@ -1337,83 +1143,55 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1450,14 +1228,13 @@
-
+
UNDEAD
MALE
-
-
-
-
+
+
+
@@ -1467,11 +1244,13 @@
+
+
+
-
300
true
@@ -1482,80 +1261,50 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -1609,13 +1358,10 @@
-
-
-
-
-
+
+
@@ -1665,21 +1411,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1910,7 +1648,7 @@
-
+
@@ -1972,15 +1710,14 @@
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
@@ -2305,7 +2042,7 @@
-
+
@@ -2329,7 +2066,7 @@
-
+
@@ -2358,7 +2095,7 @@
-
+
@@ -2371,49 +2108,6 @@
-
- ETC
- ETC
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
-
-
-
@@ -2460,7 +2154,7 @@
-
+
@@ -2491,7 +2185,7 @@
-
+
@@ -2518,7 +2212,7 @@
-
+
@@ -2530,29 +2224,27 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
DRAGON
MALE
-
-
-
-
+
+
+
@@ -2561,10 +2253,10 @@
+
+
-
-
14
true
@@ -2577,120 +2269,79 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2704,7 +2355,7 @@
DRAGON
MALE
-
+
@@ -2715,10 +2366,10 @@
-
-
+
+
true
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29100-29199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29100-29199.xml
index ae1bba1908..5283a3b696 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29100-29199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/29100-29199.xml
@@ -162,47 +162,45 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -260,47 +258,45 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -358,47 +354,45 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -456,47 +450,45 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -992,7 +984,7 @@
DRAGON
MALE
-
+
@@ -1003,10 +995,10 @@
-
-
+
+
true
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/30000-30099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/30000-30099.xml
index e240f5a2f3..6cebab4437 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/30000-30099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/30000-30099.xml
@@ -368,14 +368,7 @@
-
-
-
-
-
-
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/34100-34199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/34100-34199.xml
index b22730844b..d9bbaed04d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/34100-34199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/34100-34199.xml
@@ -1,4 +1,4 @@
-
+
@@ -346,4 +346,1260 @@
+
+
+ ELF
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DARK_ELF
+ MALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HUMAN
+ MALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HUMAN
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DWARF
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DARK_ELF
+ MALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HUMAN
+ MALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ETC
+ FEMALE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/35000-35099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/35000-35099.xml
index 340a3baf6a..5ecb5905d1 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/35000-35099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/35000-35099.xml
@@ -2365,9 +2365,9 @@
CASTLE_GUARD
MALE
-
+
-
+
@@ -2394,9 +2394,9 @@
-
-
-
+
+
+
@@ -2407,9 +2407,9 @@
CASTLE_GUARD
MALE
-
+
-
+
@@ -2436,8 +2436,8 @@
-
-
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00000-00099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00000-00099.xml
index 1322a65cfc..3638ac7d25 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00000-00099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00000-00099.xml
@@ -1,7 +1,7 @@
-
-
+
+
icon.skill0001
1
10
@@ -12,51 +12,56 @@
40
500
- -107
- -110
- -113
- -116
- -119
- -121
- -124
- -127
- -130
- -133
- -136
- -139
- -142
- -144
- -147
- -150
- -153
- -155
- -158
- -161
- -163
- -166
- -168
- -170
- -173
- -175
- -177
- -179
- -181
- -183
- -185
- -187
- -189
- -190
- -192
- -193
- -194
- -196
- -197
- -199
- -202
- -203
- -205
- -206
- -208
+ -210
+ -215
+ -220
+ -225
+ -230
+ -235
+ -240
+ -245
+ -250
+ -255
+ -260
+ -265
+ -270
+ -275
+ -280
+ -285
+ -290
+ -295
+ -300
+ -305
+ -310
+ -315
+ -320
+ -325
+ -330
+ -335
+ -340
+ -345
+ -350
+ -355
+ -360
+ -365
+ -370
+ -375
+ -380
+ -385
+ -390
+ -400
+ -405
+ -410
+ -420
+ -425
+ -430
+ -435
+ -440
+ -385
+ -390
+ -400
+ -405
+ -410
400
1733
@@ -107,6 +112,11 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
42
@@ -171,51 +181,56 @@
- 517
- 549
- 583
- 619
- 656
- 694
- 735
- 777
- 820
- 865
- 912
- 960
- 1010
- 1062
- 1115
- 1169
- 1225
- 1283
- 1342
- 1402
- 1464
- 1527
- 1591
- 1656
- 1722
- 1789
- 1857
- 1926
- 1995
- 2065
- 2135
- 2206
- 2277
- 2347
- 2417
- 2488
- 2557
- 2581
- 2604
- 2627
- 2673
- 2696
- 2719
- 2742
- 2765
+ 694
+ 765
+ 837
+ 909
+ 981
+ 1054
+ 1127
+ 1200
+ 1273
+ 1347
+ 1421
+ 1495
+ 1570
+ 1645
+ 1720
+ 1795
+ 1871
+ 1947
+ 2023
+ 2099
+ 2176
+ 2253
+ 2330
+ 2407
+ 2484
+ 2562
+ 2640
+ 2718
+ 2796
+ 2875
+ 2954
+ 3033
+ 3112
+ 3191
+ 3271
+ 3350
+ 3430
+ 3511
+ 3591
+ 3671
+ 4461
+ 4524
+ 4588
+ 4652
+ 4715
+ 4843
+ 4971
+ 5099
+ 5227
+ 5356
true
true
@@ -226,7 +241,7 @@
-
+
icon.skill0002
600
@@ -253,6 +268,22 @@
70
72
74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
9
@@ -274,6 +305,22 @@
26
27
28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
+ 28
3
@@ -295,6 +342,22 @@
7
7
7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
A1
5000
@@ -308,21 +371,36 @@
-
-
+
+
icon.skill0003
40
720
- -26
- -27
- -29
- -32
- -34
- -35
- -40
- -42
- -43
+ -35
+ -40
+ -45
+ -60
+ -65
+ -70
+ -85
+ -90
+ -95
+ -110
+ -115
+ -120
+ -130
+ -135
+ -140
+ -150
+ -155
+ -160
+ -170
+ -175
+ -180
+ -190
+ -195
+ -200
400
1080
@@ -336,6 +414,21 @@
13
14
15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
9
@@ -374,12 +467,27 @@
71
78
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
true
-
+
icon.skill0004
@@ -417,46 +525,62 @@
-
-
+
+
icon.skill0005
40
500
- -186
- -191
- -195
- -199
- -204
- -208
- -212
- -216
- -220
- -225
- -229
- -233
- -237
- -241
- -244
- -248
- -252
- -255
- -259
- -262
- -266
- -269
- -272
- -275
- -278
- -280
- -283
- -285
- -287
- -289
- -291
- -293
- -294
- -296
+ -225
+ -230
+ -235
+ -240
+ -245
+ -250
+ -255
+ -260
+ -265
+ -270
+ -275
+ -280
+ -285
+ -290
+ -295
+ -300
+ -305
+ -310
+ -315
+ -320
+ -325
+ -330
+ -335
+ -340
+ -345
+ -350
+ -355
+ -360
+ -365
+ -370
+ -375
+ -380
+ -385
+ -390
+ -395
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
+ -445
+ -450
+ -455
+ -460
+ -465
+ -470
400
1733
@@ -495,6 +619,22 @@
76
77
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
59
@@ -582,6 +722,22 @@
3225
3254
3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
+ 3283
true
3
@@ -602,51 +758,51 @@
true
20
- -92
- -94
- -97
- -99
- -102
- -104
- -107
- -109
- -112
- -114
- -117
- -119
- -121
- -124
- -126
- -129
- -131
- -133
- -136
- -138
- -140
- -142
- -144
- -146
- -148
- -150
- -152
- -154
- -156
- -157
- -159
- -160
- -162
- -163
- -164
- -166
- -167
- -168
- -170
- -171
- -174
- -176
- -177
- -179
- -180
+ -210
+ -215
+ -220
+ -225
+ -230
+ -235
+ -240
+ -245
+ -250
+ -255
+ -260
+ -265
+ -270
+ -275
+ -280
+ -285
+ -290
+ -295
+ -300
+ -305
+ -310
+ -315
+ -320
+ -325
+ -330
+ -335
+ -340
+ -345
+ -350
+ -355
+ -360
+ -365
+ -370
+ -375
+ -380
+ -385
+ -390
+ -400
+ -405
+ -410
+ -420
+ -425
+ -430
+ -435
+ -440
1100
1900
@@ -826,37 +982,37 @@
500
300
- -57
- -59
- -60
- -61
- -62
- -63
- -65
- -66
- -67
- -68
- -69
- -70
- -71
- -72
- -73
- -74
- -75
- -76
- -77
- -78
- -79
- -80
- -80
- -81
- -82
- -82
- -83
- -84
- -356
- -358
- -359
+ -725
+ -740
+ -755
+ -770
+ -785
+ -800
+ -815
+ -830
+ -845
+ -860
+ -875
+ -890
+ -905
+ -920
+ -935
+ -950
+ -965
+ -980
+ -995
+ -1010
+ -1025
+ -1040
+ -1055
+ -1070
+ -1085
+ -1100
+ -1115
+ -1130
+ -1160
+ -1175
+ -1190
1000
1790
@@ -1048,43 +1204,43 @@
40
280
- -50
- -51
- -52
- -54
- -55
- -56
- -57
- -59
- -60
- -61
- -62
- -63
- -65
- -66
- -67
- -68
- -69
- -70
- -71
- -72
- -73
- -74
- -75
- -76
- -77
- -78
- -79
- -80
- -80
- -81
- -82
- -82
- -83
- -84
- -85
- -87
- -88
+ -635
+ -650
+ -665
+ -680
+ -695
+ -710
+ -725
+ -740
+ -755
+ -770
+ -785
+ -800
+ -815
+ -830
+ -845
+ -860
+ -875
+ -890
+ -905
+ -920
+ -935
+ -950
+ -965
+ -980
+ -995
+ -1010
+ -1025
+ -1040
+ -1055
+ -1070
+ -1085
+ -1100
+ -1115
+ -1130
+ -1160
+ -1175
+ -1190
400
0;0;200;180
@@ -1497,7 +1653,7 @@
-
+
icon.skill0015
600
@@ -1560,6 +1716,17 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
8
@@ -1616,6 +1783,17 @@
28
39
42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
2
@@ -1672,6 +1850,17 @@
7
7
7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
+ 7
A1
15000
@@ -1736,6 +1925,17 @@
-458
-461
-464
+ -464
+ -464
+ -464
+ -464
+ -464
+ -464
+ -464
+ -464
+ -464
+ -464
+ -464
@@ -1747,30 +1947,30 @@
40
720
- -26
- -27
- -29
- -32
- -34
- -35
- -40
- -42
- -43
- -48
- -50
- -52
- -56
- -58
- -60
- -64
- -66
- -68
- -73
- -75
- -77
- -82
- -85
- -87
+ -35
+ -40
+ -45
+ -60
+ -65
+ -70
+ -85
+ -90
+ -95
+ -110
+ -115
+ -120
+ -130
+ -135
+ -140
+ -150
+ -155
+ -160
+ -170
+ -175
+ -180
+ -190
+ -195
+ -200
400
1080
@@ -1880,43 +2080,43 @@
40
500
- -58
- -60
- -61
- -62
- -64
- -65
- -67
- -68
- -70
- -71
- -72
- -74
- -75
- -77
- -78
- -79
- -81
- -82
- -83
- -84
- -85
- -87
- -88
- -89
- -90
- -91
- -92
- -93
- -94
- -95
- -95
- -96
- -97
- -97
- -99
- -100
- -102
+ -635
+ -650
+ -665
+ -680
+ -695
+ -710
+ -725
+ -740
+ -755
+ -770
+ -785
+ -800
+ -815
+ -830
+ -845
+ -860
+ -875
+ -890
+ -905
+ -920
+ -935
+ -950
+ -965
+ -980
+ -995
+ -1010
+ -1025
+ -1040
+ -1055
+ -1070
+ -1085
+ -1100
+ -1115
+ -1130
+ -1160
+ -1175
+ -1190
400
0;0;200;180
@@ -2226,57 +2426,67 @@
-
-
+
+
icon.skill0019
900
1000
- -183
- -188
- -193
- -198
- -203
- -208
- -213
- -218
- -223
- -228
- -233
- -237
- -242
- -247
- -252
- -257
- -261
- -266
- -271
- -275
- -279
- -284
- -288
- -292
- -296
- -300
- -304
- -307
- -311
- -314
- -317
- -320
- -323
- -326
- -328
- -331
- -333
- -334
- -336
- -337
- -340
- -342
- -343
- -345
- -346
+ -210
+ -215
+ -220
+ -225
+ -230
+ -235
+ -240
+ -245
+ -250
+ -255
+ -260
+ -265
+ -270
+ -275
+ -280
+ -285
+ -290
+ -295
+ -300
+ -305
+ -310
+ -315
+ -320
+ -325
+ -330
+ -335
+ -340
+ -345
+ -350
+ -355
+ -360
+ -365
+ -370
+ -375
+ -380
+ -385
+ -390
+ -400
+ -405
+ -410
+ -420
+ -425
+ -430
+ -435
+ -440
+ -440
+ -440
+ -440
+ -440
+ -440
+ -440
+ -440
+ -440
+ -440
+ -440
1400
3000
@@ -2326,6 +2536,16 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
76
@@ -2373,6 +2593,16 @@
186
188
191
+ 191
+ 191
+ 191
+ 191
+ 191
+ 191
+ 191
+ 191
+ 191
+ 191
A1
3000
@@ -2434,13 +2664,23 @@
6727
6783
6839
+ 6839
+ 6839
+ 6839
+ 6839
+ 6839
+ 6839
+ 6839
+ 6839
+ 6839
+ 6839
true
15
-
+
icon.skill0021
@@ -3913,53 +4153,68 @@
-
-
+
+
icon.skill0036
6-12
150
733
- -92
- -94
- -97
- -99
- -102
- -104
- -107
- -109
- -112
- -114
- -117
- -119
- -121
- -124
- -126
- -129
- -131
- -133
- -136
- -138
- -140
- -142
- -144
- -146
- -148
- -150
- -152
- -154
- -156
- -157
- -159
- -160
- -162
- -163
- -164
- -166
- -167
- -168
- -170
- -171
+ -560
+ -575
+ -590
+ -605
+ -620
+ -635
+ -650
+ -665
+ -680
+ -695
+ -710
+ -725
+ -740
+ -755
+ -770
+ -785
+ -800
+ -815
+ -830
+ -845
+ -860
+ -875
+ -890
+ -905
+ -920
+ -935
+ -950
+ -965
+ -980
+ -995
+ -1010
+ -1025
+ -1040
+ -1055
+ -1070
+ -1085
+ -1100
+ -1115
+ -1130
+ -1145
+ -1160
+ -1175
+ -1190
+ -1205
+ -1220
+ -1235
+ -1250
+ -1265
+ -1280
+ -1295
+ -1310
+ -1325
+ -1340
+ -1355
+ -1370
1067
@@ -4003,6 +4258,21 @@
76
77
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
36
@@ -4045,6 +4315,21 @@
83
84
85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
A1
4000
@@ -4102,6 +4387,21 @@
2763
2788
2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
+ 2813
true
true
@@ -4171,7 +4471,7 @@
-
+
icon.skill0045
@@ -4184,6 +4484,12 @@
144
150
156
+ 156
+ 156
+ 156
+ 156
+ 156
+ 156
4000
1
@@ -4197,6 +4503,12 @@
34
35
36
+ 36
+ 36
+ 36
+ 36
+ 36
+ 36
60
@@ -4208,6 +4520,12 @@
79
82
85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
15
@@ -4219,6 +4537,12 @@
20
21
22
+ 22
+ 22
+ 22
+ 22
+ 22
+ 22
A1
3000
@@ -4237,6 +4561,12 @@
203
211
219
+ 219
+ 219
+ 219
+ 219
+ 219
+ 219
@@ -4362,8 +4692,8 @@
-
-
+
+
icon.skill0048
1
7
@@ -4375,51 +4705,61 @@
PHYSICAL
720
- -92
- -94
- -97
- -99
- -102
- -104
- -107
- -109
- -112
- -114
- -117
- -119
- -121
- -124
- -126
- -129
- -131
- -133
- -136
- -138
- -140
- -142
- -144
- -146
- -148
- -150
- -152
- -154
- -156
- -157
- -159
- -160
- -162
- -163
- -164
- -166
- -167
- -170
- -173
- -176
- -182
- -185
- -188
- -191
- -194
+ -590
+ -605
+ -620
+ -635
+ -650
+ -665
+ -680
+ -695
+ -710
+ -725
+ -740
+ -755
+ -770
+ -785
+ -800
+ -815
+ -830
+ -845
+ -860
+ -875
+ -890
+ -905
+ -920
+ -935
+ -950
+ -965
+ -980
+ -995
+ -1010
+ -1025
+ -1040
+ -1055
+ -1070
+ -1085
+ -1100
+ -1115
+ -1130
+ -1160
+ -1175
+ -1190
+ -1220
+ -1235
+ -1250
+ -1265
+ -1280
+ -1115
+ -1130
+ -1160
+ -1175
+ -1190
+ -1220
+ -1235
+ -1250
+ -1265
+ -1280
1080
true
@@ -4470,6 +4810,16 @@
85
90
95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
52
@@ -4517,6 +4867,16 @@
122
124
129
+ 129
+ 129
+ 129
+ 129
+ 129
+ 129
+ 129
+ 129
+ 129
+ 129
A2
5000
@@ -4580,6 +4940,16 @@
2504
2556
2608
+ 2608
+ 2608
+ 2608
+ 2608
+ 2608
+ 2608
+ 2608
+ 2608
+ 2608
+ 2608
true
15
@@ -4590,37 +4960,41 @@
-
-
+
+
icon.skill0049
400
- -209
- -219
- -224
- -234
- -239
- -248
- -253
- -262
- -266
- -275
- -279
- -283
- -287
- -291
- -295
- -299
- -302
- -306
- -309
- -312
- -315
- -318
- -321
- -323
- -325
- -328
+ -240
+ -250
+ -255
+ -265
+ -270
+ -280
+ -285
+ -295
+ -300
+ -310
+ -315
+ -320
+ -325
+ -330
+ -335
+ -340
+ -345
+ -350
+ -355
+ -360
+ -365
+ -370
+ -375
+ -380
+ -385
+ -390
+ -390
+ -390
+ -390
+ -390
900
HOLY
@@ -4654,6 +5028,10 @@
72
73
74
+ 74
+ 74
+ 74
+ 74
16
@@ -4682,6 +5060,10 @@
27
27
28
+ 28
+ 28
+ 28
+ 28
4
@@ -4710,6 +5092,10 @@
7
7
7
+ 7
+ 7
+ 7
+ 7
A1
1000
@@ -4750,6 +5136,10 @@
84
85
87
+ 87
+ 87
+ 87
+ 87
@@ -5538,7 +5928,7 @@
-
+
icon.skill0061
@@ -5948,7 +6338,7 @@
-
+
icon.skill0070
600
@@ -6009,6 +6399,10 @@
-330
-332
-334
+ -336
+ -338
+ -340
+ -342
1100
DARK
@@ -6072,6 +6466,10 @@
76
77
78
+ 79
+ 80
+ 81
+ 82
9
@@ -6130,6 +6528,10 @@
42
44
46
+ 48
+ 50
+ 51
+ 53
3
@@ -6188,6 +6590,10 @@
11
11
11
+ 11
+ 11
+ 12
+ 12
A1
4000
@@ -6253,6 +6659,10 @@
109
110
111
+ 112
+ 113
+ 114
+ 115
20
@@ -6307,7 +6717,7 @@
-
+
icon.skill0075
1
@@ -6329,7 +6739,7 @@
-
+
icon.skill0076
1
@@ -6383,32 +6793,37 @@
-
+
icon.skill0077
1
2
+ 3
1200
PA_UP
138
268
+ 398
4000
1
10
28
+ 28
5
10
+ 15
2
3
+ 4
A2
2000
@@ -6426,7 +6841,7 @@
-
+
icon.skill0078
@@ -6434,12 +6849,14 @@
2
3
4
+ 4
120
120
120
180
+ 180
PA_UP_SPECIAL
@@ -6447,6 +6864,7 @@
408
500
550
+ 550
1500
@@ -6454,12 +6872,14 @@
43
80
83
+ 83
10
19
28
38
+ 38
A2
45000
@@ -6474,12 +6894,13 @@
25
25
25
+ 25
PER
-
+
icon.skill0080
1
@@ -6602,7 +7023,7 @@
-
+
icon.skill0083
1
@@ -6768,7 +7189,7 @@
-
+
icon.skill0087
1
@@ -6790,7 +7211,7 @@
-
+
icon.skill0088
1
@@ -6812,7 +7233,7 @@
-
+
icon.skill0091
@@ -7173,7 +7594,7 @@
-
+
icon.skill0095
@@ -7205,6 +7626,18 @@
3
3
3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
60
SPEED_DOWN
@@ -7241,6 +7674,18 @@
-667
-668
-670
+ -670
+ -670
+ -670
+ -670
+ -670
+ -670
+ -670
+ -670
+ -670
+ -670
+ -670
+ -670
400
1604
@@ -7275,6 +7720,18 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
10
@@ -7305,6 +7762,18 @@
44
46
47
+ 47
+ 47
+ 47
+ 47
+ 47
+ 47
+ 47
+ 47
+ 47
+ 47
+ 47
+ 47
A2
2000
@@ -7349,6 +7818,18 @@
-30
-30
-30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
PER
@@ -7383,21 +7864,21 @@
40
720
- -119
- -154
- -237
- -279
- -311
- -323
- -333
- -343
- -353
- -362
- -371
- -380
- -389
- -408
- -417
+ -140
+ -180
+ -265
+ -310
+ -350
+ -370
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
400
1080
@@ -7479,7 +7960,7 @@
-
+
icon.skill0097
3
@@ -7503,6 +7984,18 @@
-655
-659
-663
+ -663
+ -663
+ -663
+ -663
+ -663
+ -663
+ -663
+ -663
+ -663
+ -663
+ -663
+ -663
1500
true
@@ -7521,6 +8014,18 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
35
@@ -7536,6 +8041,18 @@
51
56
57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
A2
2000
@@ -7550,7 +8067,7 @@
-
+
icon.skill0098
1
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml
index 17f5345d62..0611dfcd8e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml
@@ -1,6 +1,6 @@
-
+
icon.skill0100
1
@@ -349,7 +349,7 @@
-
+
icon.skill0102
@@ -371,6 +371,18 @@
3
3
3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
60
SPEED_DOWN
@@ -396,6 +408,18 @@
-655
-658
-661
+ -661
+ -661
+ -661
+ -661
+ -661
+ -661
+ -661
+ -661
+ -661
+ -661
+ -661
+ -661
1100
3000
@@ -421,6 +445,18 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
13
@@ -441,6 +477,18 @@
28
31
34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
4
@@ -461,6 +509,18 @@
7
8
8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
A2
2000
@@ -488,6 +548,18 @@
-30
-30
-30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
+ -30
PER
@@ -562,7 +634,7 @@
-
+
icon.skill0104
1
@@ -584,7 +656,7 @@
-
+
icon.skill0105
2
@@ -620,6 +692,15 @@
-328
-329
-331
+ -331
+ -331
+ -331
+ -331
+ -331
+ -331
+ -331
+ -331
+ -331
1100
WATER
@@ -655,6 +736,15 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
24
@@ -683,6 +773,15 @@
55
61
64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
6
@@ -711,6 +810,15 @@
14
14
15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
A2
2000
@@ -746,6 +854,15 @@
65
66
68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
@@ -808,7 +925,7 @@
-
+
icon.skill0107
1
@@ -831,6 +948,10 @@
-655
-659
-663
+ -663
+ -663
+ -663
+ -663
2000
true
@@ -847,6 +968,10 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
40
@@ -860,6 +985,10 @@
51
56
57
+ 57
+ 57
+ 57
+ 57
A2
5000
@@ -1092,7 +1221,7 @@
-
+
icon.skill0115
@@ -1115,6 +1244,17 @@
3
3
3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3
30
PA_DOWN
@@ -1141,6 +1281,17 @@
-328
-331
-334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
1100
1200
@@ -1167,6 +1318,17 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
11
@@ -1188,6 +1350,17 @@
28
31
34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
+ 34
3
@@ -1209,6 +1382,17 @@
7
8
8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
A2
2000
@@ -1237,12 +1421,23 @@
-23
-23
-23
+ -23
+ -23
+ -23
+ -23
+ -23
+ -23
+ -23
+ -23
+ -23
+ -23
+ -23
PER
-
+
icon.skill0116
3
@@ -1269,6 +1464,20 @@
-328
-331
-334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
1200
true
@@ -1290,6 +1499,20 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
29
@@ -1308,6 +1531,20 @@
53
56
57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
+ 57
A2
2000
@@ -1505,7 +1742,7 @@
-
+
icon.skill0122
3
@@ -1532,6 +1769,19 @@
-328
-331
-334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
+ -334
1100
1200
@@ -1556,6 +1806,19 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
18
@@ -1575,6 +1838,19 @@
35
39
42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
+ 42
A2
2000
@@ -1758,7 +2034,7 @@
-
+
icon.skill0129
@@ -2053,13 +2329,15 @@
-
+
icon.skill0141
5
10
15
+ 15
+ 15
P
5
@@ -2073,6 +2351,8 @@
2
3
4
+ 4
+ 4
DIFF
@@ -2138,7 +2418,7 @@
-
+
icon.skill0144
@@ -2834,7 +3114,7 @@
P
5
-
+
icon.skill0168
@@ -2874,7 +3154,7 @@
-
+
icon.skill0171
@@ -2886,6 +3166,7 @@
62
68
74
+ 74
P
5
@@ -2902,6 +3183,7 @@
5
5.5
6
+ 6.5
@@ -2916,6 +3198,7 @@
2.3
2.4
2.5
+ 2.6
@@ -3183,7 +3466,7 @@
-
+
icon.skill0190
40
@@ -3234,6 +3517,16 @@
-174
-175
-176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
400
1080
@@ -3283,6 +3576,16 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
36
@@ -3330,6 +3633,16 @@
81
82
83
+ 83
+ 83
+ 83
+ 83
+ 83
+ 83
+ 83
+ 83
+ 83
+ 83
ATTACK
A1
@@ -3393,6 +3706,16 @@
3926
3965
4004
+ 4004
+ 4004
+ 4004
+ 4004
+ 4004
+ 4004
+ 4004
+ 4004
+ 4004
+ 4004
true
true
@@ -3484,7 +3807,7 @@
-
+
icon.skill0196
HOLY
@@ -3500,7 +3823,7 @@
-
+
icon.skill0197
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml
index f1adf6e2f7..a5ce2df184 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml
@@ -1,6 +1,6 @@
-
+
icon.skill0217
@@ -1057,7 +1057,7 @@
-
+
icon.skill0217
@@ -1244,7 +1244,7 @@
-
+
icon.skill0223
@@ -1300,6 +1300,19 @@
8
8
8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
+ 8
20
BLEEDING
@@ -1362,6 +1375,19 @@
-168
-170
-171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
+ -171
400
1080
@@ -1420,6 +1446,19 @@
76
77
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
21
@@ -1474,6 +1513,19 @@
76
77
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
ATTACK
A2
@@ -1548,6 +1600,19 @@
1250
1281
1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
+ 1311
true
@@ -1605,6 +1670,19 @@
67
67
67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
+ 67
5
@@ -4161,7 +4239,7 @@
-
+
icon.skill0255
40
@@ -4256,7 +4334,7 @@
-
+
icon.skill0256
24
@@ -4275,7 +4353,7 @@
-
+
icon.skill0257
@@ -4671,7 +4749,7 @@
-
+
icon.skill0260
1
@@ -4898,7 +4976,7 @@
-
+
icon.skill0261
40
@@ -4934,6 +5012,16 @@
-162
-163
-164
+ -164
+ -164
+ -164
+ -164
+ -164
+ -164
+ -164
+ -164
+ -164
+ -164
400
1667
@@ -4968,6 +5056,16 @@
82
83
85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
67
@@ -5000,6 +5098,16 @@
98
105
111
+ 111
+ 111
+ 111
+ 111
+ 111
+ 111
+ 111
+ 111
+ 111
+ 111
ATTACK
A1
@@ -5053,6 +5161,16 @@
5046
5154
5261
+ 5261
+ 5261
+ 5261
+ 5261
+ 5261
+ 5261
+ 5261
+ 5261
+ 5261
+ 5261
@@ -5230,7 +5348,7 @@
-
+
icon.skill0263
40
@@ -5281,6 +5399,16 @@
-174
-175
-176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
+ -176
400
1080
@@ -5330,6 +5458,16 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
33
@@ -5377,6 +5515,16 @@
79
80
81
+ 81
+ 81
+ 81
+ 81
+ 81
+ 81
+ 81
+ 81
+ 81
+ 81
ATTACK
A1
@@ -5440,13 +5588,23 @@
6467
6530
6593
+ 6593
+ 6593
+ 6593
+ 6593
+ 6593
+ 6593
+ 6593
+ 6593
+ 6593
+ 6593
300
true
-
+
icon.skill0264
1
@@ -5484,7 +5642,7 @@
-
+
icon.skill0265
1
@@ -5555,7 +5713,7 @@
-
+
icon.skill0267
1
@@ -5593,7 +5751,7 @@
-
+
icon.skill0268
@@ -5634,7 +5792,7 @@
-
+
icon.skill0269
@@ -5675,7 +5833,7 @@
-
+
icon.skill0270
1
@@ -5720,7 +5878,7 @@
-
+
icon.skill0271
1
@@ -5765,7 +5923,7 @@
-
+
icon.skill0272
1
@@ -5798,7 +5956,7 @@
-
+
icon.skill0273
1
@@ -5843,7 +6001,7 @@
-
+
icon.skill0274
@@ -5888,7 +6046,7 @@
-
+
icon.skill0275
@@ -5936,7 +6094,7 @@
-
+
icon.skill0276
@@ -5991,7 +6149,7 @@
-
+
icon.skill0277
1
@@ -6190,7 +6348,7 @@
-
+
icon.skill0280
40
@@ -6241,6 +6399,15 @@
-206
-208
-209
+ -209
+ -209
+ -209
+ -209
+ -209
+ -209
+ -209
+ -209
+ -209
400
FIRE
@@ -6293,6 +6460,15 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
42
@@ -6341,6 +6517,15 @@
102
103
104
+ 104
+ 104
+ 104
+ 104
+ 104
+ 104
+ 104
+ 104
+ 104
ATTACK
A1
@@ -6405,13 +6590,22 @@
2742
2765
2788
+ 2788
+ 2788
+ 2788
+ 2788
+ 2788
+ 2788
+ 2788
+ 2788
+ 2788
true
true
-
+
icon.skill0281
1
@@ -6858,60 +7052,72 @@
-
-
+
+
icon.skill0284
40
440
- -143
- -148
- -152
- -160
- -164
- -169
- -173
- -178
- -182
- -186
- -191
- -195
- -199
- -204
- -208
- -212
- -216
- -220
- -225
- -229
- -233
- -237
- -241
- -244
- -248
- -252
- -255
- -259
- -262
- -266
- -269
- -272
- -275
- -278
- -280
- -283
- -285
- -287
- -289
- -291
- -293
- -294
- -296
- -299
- -300
- -302
- -303
- -305
+ -175
+ -180
+ -185
+ -190
+ -195
+ -200
+ -205
+ -210
+ -215
+ -220
+ -225
+ -230
+ -235
+ -240
+ -245
+ -250
+ -255
+ -260
+ -265
+ -270
+ -275
+ -280
+ -285
+ -290
+ -295
+ -300
+ -305
+ -310
+ -315
+ -320
+ -325
+ -330
+ -335
+ -340
+ -345
+ -350
+ -355
+ -360
+ -365
+ -370
+ -375
+ -380
+ -385
+ -390
+ -395
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
+ -445
+ -450
+ -455
+ -460
+ -465
+ -470
400
1360
@@ -6964,6 +7170,18 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
44
@@ -7014,6 +7232,18 @@
122
123
124
+ 124
+ 124
+ 124
+ 124
+ 124
+ 124
+ 124
+ 124
+ 124
+ 124
+ 124
+ 124
ATTACK
A1
@@ -7080,6 +7310,18 @@
3399
3428
3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
+ 3457
true
15
@@ -7087,7 +7329,7 @@
-
+
icon.skill0285
@@ -7126,6 +7368,7 @@
82
83
84
+ 84
P
5
@@ -7167,6 +7410,7 @@
93
95
97
+ 97
DIFF
@@ -7475,7 +7719,7 @@
-
+
icon.skill0290
@@ -7493,6 +7737,7 @@
70
72
74
+ 74
P
5
@@ -7513,6 +7758,7 @@
114.8
122.1
129.3
+ 129.3
DIFF
30
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00300-00399.xml
index e7d82c68db..233058ce10 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00300-00399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00300-00399.xml
@@ -166,7 +166,7 @@
-
+
icon.skill0304
@@ -207,7 +207,7 @@
-
+
icon.skill0305
1
@@ -351,7 +351,7 @@
-
+
icon.skill0310
1
@@ -385,7 +385,7 @@
-
+
icon.skill0311
1
@@ -505,7 +505,7 @@
-
+
icon.skill0313
@@ -518,6 +518,7 @@
7
8
9
+ 9
120
SNIPE
@@ -531,6 +532,7 @@
646
655
664
+ 664
2000
@@ -543,6 +545,7 @@
72
74
80
+ 80
28
@@ -554,6 +557,7 @@
34
34
35
+ 35
A2
75000
@@ -581,6 +585,7 @@
-60
-60
-40
+ -40
DIFF
@@ -598,6 +603,7 @@
188
199
210
+ 210
DIFF
@@ -615,6 +621,7 @@
6
6
6
+ 6
DIFF
@@ -632,6 +639,7 @@
200
200
200
+ 200
DIFF
@@ -867,7 +875,7 @@
-
+
icon.skill0317
@@ -877,6 +885,8 @@
66
74
76
+ 76
+ 76
18
@@ -885,6 +895,8 @@
31
34
37
+ 37
+ 37
T
5
@@ -900,6 +912,8 @@
5
6
6
+ 6
+ 6
DIFF
@@ -914,6 +928,8 @@
6
7
8
+ 8
+ 8
PER
@@ -1277,7 +1293,7 @@
-
+
icon.skill0328
10
@@ -1670,20 +1686,26 @@
-
-
+
+
icon.skill0343
900
- -449
- -458
- -467
- -477
- -487
- -497
- -507
- -517
- -528
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
+ -445
+ -450
+ -455
+ -460
+ -465
+ -470
1400
3000
@@ -1697,6 +1719,12 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
168
@@ -1708,6 +1736,12 @@
204
211
218
+ 218
+ 218
+ 218
+ 218
+ 218
+ 218
A1
6000
@@ -1734,25 +1768,57 @@
7762
7994
8233
+ 8233
+ 8233
+ 8233
+ 8233
+ 8233
+ 8233
true
15
-
-
+
+
icon.skill0344
40
- -169
- -175
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
+ -445
+ -450
+ -455
+ -460
+ -465
+ -470
400
1800
76
82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
85
@@ -1777,6 +1843,19 @@
7148
8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
+ 8577
20
300
@@ -2013,20 +2092,27 @@
-
-
+
+
icon.skill0348
40
500
- -337
- -340
- -343
- -346
- -349
- -352
- -355
- -358
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
+ -445
+ -450
+ -455
+ -460
+ -465
+ -470
400
1700
@@ -2039,6 +2125,13 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
70
@@ -2049,6 +2142,13 @@
80
82
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
ATTACK
A1
@@ -2073,7 +2173,7 @@
-
+
icon.skill0349
@@ -2823,7 +2923,7 @@
-
+
icon.skill0364
1
@@ -2865,7 +2965,7 @@
-
+
icon.skill0365
@@ -2913,7 +3013,7 @@
-
+
icon.skill0366
@@ -3639,7 +3739,7 @@
-
+
150
500
30
@@ -3664,7 +3764,7 @@
-
+
1
A1
@@ -3781,7 +3881,7 @@
-
+
1
30
@@ -3859,7 +3959,7 @@
-
+
1
30
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml
index 861fef7c82..94e6a5edd3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml
@@ -1,7 +1,7 @@
-
-
+
+
icon.skill0400
1
@@ -24,6 +24,16 @@
4
4
4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
30
CRITICAL_PROB_DOWN
@@ -32,26 +42,36 @@
40
700
- -3006
- -3231
- -3474
- -3735
- -3933
- -4143
- -4350
- -4482
- -4608
- -4725
- -4836
- -4938
- -5028
- -5112
- -5181
- -5250
- -5319
- -5385
- -5451
- -5517
+ -2200
+ -2350
+ -2500
+ -2650
+ -2800
+ -2950
+ -3100
+ -3200
+ -3300
+ -3400
+ -3500
+ -3600
+ -3700
+ -3800
+ -3900
+ -4000
+ -4050
+ -4100
+ -4150
+ -4200
+ -4250
+ -4300
+ -4350
+ -4400
+ -4450
+ -4500
+ -4550
+ -4600
+ -4650
+ -4700
400
HOLY
@@ -80,6 +100,16 @@
80
82
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
52
@@ -102,6 +132,16 @@
94
96
98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
ATTACK
A2
@@ -140,6 +180,16 @@
1961
2001
2041
+ 2041
+ 2041
+ 2041
+ 2041
+ 2041
+ 2041
+ 2041
+ 2041
+ 2041
+ 2041
true
10
@@ -167,13 +217,23 @@
-55
-55
-55
+ -55
+ -55
+ -55
+ -55
+ -55
+ -55
+ -55
+ -55
+ -55
+ -55
PER
-
-
+
+
icon.skill0401
1
@@ -196,6 +256,16 @@
4
4
4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
+ 4
30
CRITICAL_DMG_DOWN
@@ -204,26 +274,36 @@
40
700
- -3006
- -3231
- -3474
- -3735
- -3933
- -4143
- -4350
- -4482
- -4608
- -4725
- -4836
- -4938
- -5028
- -5112
- -5181
- -5250
- -5319
- -5385
- -5451
- -5517
+ -2200
+ -2350
+ -2500
+ -2650
+ -2800
+ -2950
+ -3100
+ -3200
+ -3300
+ -3400
+ -3500
+ -3600
+ -3700
+ -3800
+ -3900
+ -4000
+ -4050
+ -4100
+ -4150
+ -4200
+ -4250
+ -4300
+ -4350
+ -4400
+ -4450
+ -4500
+ -4550
+ -4600
+ -4650
+ -4700
400
DARK
@@ -252,6 +332,16 @@
80
82
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
52
@@ -274,6 +364,16 @@
94
96
98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
+ 98
ATTACK
A2
@@ -313,6 +413,16 @@
2241
2287
2333
+ 2333
+ 2333
+ 2333
+ 2333
+ 2333
+ 2333
+ 2333
+ 2333
+ 2333
+ 2333
true
@@ -339,12 +449,22 @@
-40
-40
-40
+ -40
+ -40
+ -40
+ -40
+ -40
+ -40
+ -40
+ -40
+ -40
+ -40
PER
-
+
icon.skill0402
1
@@ -367,6 +487,19 @@
-1440
-1472
-1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
+ -1504
650
2000
@@ -385,6 +518,19 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
25
@@ -399,6 +545,19 @@
34
37
38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
+ 38
A2
4000
@@ -476,7 +635,7 @@
-
+
icon.skill0404
1
@@ -503,6 +662,12 @@
-1543
-1559
-1575
+ -1575
+ -1575
+ -1575
+ -1575
+ -1575
+ -1575
2000
true
@@ -522,6 +687,12 @@
90
95
99
+ 99
+ 99
+ 99
+ 99
+ 99
+ 99
40
@@ -538,6 +709,12 @@
61
63
65
+ 65
+ 65
+ 65
+ 65
+ 65
+ 65
A2
30000
@@ -1342,7 +1519,7 @@
-
+
icon.skill0413
@@ -1355,6 +1532,7 @@
7
8
9
+ 9
120
SNIPE
@@ -1368,6 +1546,7 @@
646
655
664
+ 664
2000
@@ -1380,6 +1559,7 @@
72
74
80
+ 80
28
@@ -1391,6 +1571,7 @@
34
34
35
+ 35
A2
75000
@@ -1417,6 +1598,7 @@
94
100
106
+ 106
DIFF
@@ -1441,6 +1623,7 @@
-20
-20
-10
+ -10
PER
@@ -1449,7 +1632,7 @@
-
+
icon.skill0414
@@ -1462,6 +1645,7 @@
7
8
9
+ 9
120
SNIPE
@@ -1475,6 +1659,7 @@
646
655
664
+ 664
2000
@@ -1487,6 +1672,7 @@
72
74
80
+ 80
28
@@ -1498,6 +1684,7 @@
34
34
35
+ 35
A2
75000
@@ -1524,6 +1711,7 @@
188
199
220
+ 220
DIFF
@@ -1541,6 +1729,7 @@
3
3
3
+ 3
DIFF
@@ -1639,7 +1828,7 @@
-
+
icon.skill0417
@@ -1650,6 +1839,7 @@
655
676
700
+ 700
2000
@@ -1660,6 +1850,7 @@
500
550
600
+ 600
58
@@ -1669,6 +1860,7 @@
74
78
82
+ 82
A1
8000
@@ -1685,6 +1877,7 @@
200
220
240
+ 240
DIFF
@@ -2002,7 +2195,7 @@
-
+
icon.skill0425
1
@@ -3425,7 +3618,7 @@
-
+
icon.skill0472
@@ -3438,6 +3631,7 @@
75
80
85
+ 85
P
5
@@ -3453,6 +3647,7 @@
150
180
215
+ 215
DIFF
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml
index d4bab2cf56..224a7e42ee 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml
@@ -2348,7 +2348,7 @@
-
+
icon.skill_transform_etc
600
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml
index 3e00f291e2..d98c382a43 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml
@@ -471,7 +471,7 @@
-
+
1
3
@@ -1690,7 +1690,7 @@
-
+
icon.skill_transform_debuff
0
@@ -1770,7 +1770,7 @@
-
+
icon.skill_transform_debuff
1
@@ -1807,7 +1807,7 @@
-
+
icon.skill_transform_debuff
3
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml
index 8494030c2d..28b1d45698 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml
@@ -54,7 +54,7 @@
-
+
icon.skill_transform_etc
600
@@ -1053,7 +1053,7 @@
-
+
icon.skill_transform_etc
659
@@ -1695,7 +1695,7 @@
-
+
icon.skill_transform_s_attack
5-12
@@ -1777,7 +1777,7 @@
-
+
icon.skill_transform_s_attack
40
@@ -2939,17 +2939,31 @@
-
-
+
+
icon.skill0777
4
10
PD_DOWN
70
500
- 1200
- 150
- -686
+
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
+ -445
+ -450
+ -455
+ -460
+ -465
+ -470
+
200
0;0;500;60
true
@@ -3433,7 +3447,7 @@
-
+
icon.skill0791
1
@@ -3622,7 +3636,7 @@
-
+
icon.skill0794
P
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml
index f99ed5886f..34488bc384 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml
@@ -871,7 +871,7 @@
-
+
icon.skill0914
1
@@ -906,7 +906,7 @@
-
+
icon.skill0915
1
@@ -1271,12 +1271,26 @@
-
-
+
+
icon.skill0921
- 80
- 720
- -337
+
+ -400
+ -405
+ -410
+ -415
+ -420
+ -425
+ -430
+ -435
+ -440
+ -445
+ -450
+ -455
+ -460
+ -465
+ -470
+
400
1080
76
@@ -3551,7 +3565,7 @@
-
+
icon.skill0294
14
@@ -3942,7 +3956,7 @@
-
+
icon.skill1177
600
@@ -4356,34 +4370,41 @@
-
-
+
+
icon.skill0984
40
- -3125
- -3366
- -3609
- -3849
- -4084
- -4312
- -4530
- -4668
- -4798
- -4922
- -5036
- -5142
- -5238
- -5323
- -5397
- -5462
- -5492
- -5520
- -5571
- -5595
- -5618
- -5640
- -5661
+ -2200
+ -2350
+ -2500
+ -2650
+ -2800
+ -2950
+ -3100
+ -3200
+ -3300
+ -3400
+ -3500
+ -3600
+ -3700
+ -3800
+ -3900
+ -4000
+ -4050
+ -4100
+ -4200
+ -4250
+ -4300
+ -4350
+ -4400
+ -4400
+ -4400
+ -4400
+ -4400
+ -4400
+ -4400
+ -4400
400
1080
@@ -4411,6 +4432,13 @@
81
82
83
+ 83
+ 83
+ 83
+ 83
+ 83
+ 83
+ 83
38
@@ -4436,6 +4464,13 @@
83
84
85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
+ 85
ATTACK
A1
@@ -4473,6 +4508,13 @@
4312
4399
4482
+ 4482
+ 4482
+ 4482
+ 4482
+ 4482
+ 4482
+ 4482
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01000-01099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01000-01099.xml
index f87713352a..5c965a82dd 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01000-01099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01000-01099.xml
@@ -144,7 +144,7 @@
-
+
icon.skill1002
@@ -195,7 +195,7 @@
-
+
icon.skill1003
@@ -299,7 +299,7 @@
-
+
icon.skill1005
@@ -351,7 +351,7 @@
-
+
icon.skill1006
@@ -402,13 +402,14 @@
-
+
icon.skill1007
1
2
3
+ 4
1200
PA_UP
@@ -417,6 +418,7 @@
162
243
418
+ 418
2500
1
@@ -424,17 +426,8 @@
14
25
44
+ 44
-
- 48
- 70
- 123
-
-
- 12
- 18
- 31
-
A2
5000
NONE
@@ -445,11 +438,12 @@
- 8
- 12
- 15
+ 80
+ 150
+ 230
+ 250
- PER
+ DIFF
@@ -505,13 +499,14 @@
-
+
icon.skill1009
1
2
3
+ 4
1200
PD_UP
@@ -520,6 +515,7 @@
204
285
379
+ 379
2500
1
@@ -527,17 +523,8 @@
20
30
40
+ 40
-
- 61
- 84
- 111
-
-
- 16
- 21
- 28
-
A2
5000
NONE
@@ -548,11 +535,12 @@
- 8
- 12
- 15
+ 100
+ 200
+ 300
+ 330
- PER
+ DIFF
@@ -724,7 +712,7 @@
-
+
icon.skill1012
600
@@ -766,7 +754,7 @@
-
+
icon.skill1013
400
@@ -1216,7 +1204,7 @@
-
+
icon.skill1020
600
@@ -1248,6 +1236,9 @@
915
926
936
+ 936
+ 936
+ 936
1100
3000
@@ -1280,6 +1271,9 @@
72
73
74
+ 74
+ 74
+ 74
69
@@ -1309,6 +1303,9 @@
112
113
115
+ 115
+ 115
+ 115
18
@@ -1338,6 +1335,9 @@
28
29
29
+ 29
+ 29
+ 29
A1
3000
@@ -1374,6 +1374,9 @@
763
772
780
+ 780
+ 780
+ 780
@@ -1405,6 +1408,9 @@
POISON,9;BLEEDING,9
POISON,9;BLEEDING,9
POISON,9;BLEEDING,9
+ POISON,9;BLEEDING,9
+ POISON,9;BLEEDING,9
+ POISON,9;BLEEDING,9
@@ -1511,7 +1517,7 @@
-
+
icon.skill1028
400
@@ -1542,6 +1548,15 @@
-340
-342
-344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
900
HOLY
@@ -1575,6 +1590,15 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
27
@@ -1603,6 +1627,15 @@
97
101
161
+ 161
+ 161
+ 161
+ 161
+ 161
+ 161
+ 161
+ 161
+ 161
7
@@ -1631,6 +1664,15 @@
15
16
16
+ 16
+ 16
+ 16
+ 16
+ 16
+ 16
+ 16
+ 16
+ 16
A1
1200
@@ -1666,11 +1708,20 @@
78
80
82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
+ 82
-
+
icon.skill1031
400
@@ -1683,6 +1734,8 @@
-143
-157
-166
+ -166
+ -166
900
HOLY
@@ -1698,6 +1751,8 @@
30
33
35
+ 35
+ 35
14
@@ -1708,6 +1763,8 @@
21
23
24
+ 24
+ 24
4
@@ -1718,6 +1775,8 @@
6
6
6
+ 6
+ 6
A1
1000
@@ -1740,6 +1799,8 @@
30
33
36
+ 36
+ 36
@@ -2121,7 +2182,7 @@
-
+
icon.skill1042
1
@@ -2217,7 +2278,7 @@
-
+
icon.skill1043
1
@@ -3152,7 +3213,7 @@
-
+
icon.skill1069
1
@@ -3214,6 +3275,15 @@
-684
-688
-672
+ -672
+ -672
+ -672
+ -672
+ -672
+ -672
+ -672
+ -672
+ -672
1100
5000
@@ -3272,6 +3342,15 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
17
@@ -3325,6 +3404,15 @@
70
71
73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
5
@@ -3378,6 +3466,15 @@
17
18
18
+ 18
+ 18
+ 18
+ 18
+ 18
+ 18
+ 18
+ 18
+ 18
A2
true
@@ -3583,7 +3680,7 @@
-
+
icon.skill1073
@@ -4391,7 +4488,7 @@
-
+
icon.skill1090
600
@@ -4402,6 +4499,10 @@
-122
-143
-166
+ -166
+ -166
+ -166
+ -166
1100
4000
@@ -4413,6 +4514,10 @@
25
30
35
+ 35
+ 35
+ 35
+ 35
22
@@ -4421,6 +4526,10 @@
46
54
63
+ 63
+ 63
+ 63
+ 63
5
@@ -4429,6 +4538,10 @@
12
14
16
+ 16
+ 16
+ 16
+ 16
A1
2000
@@ -4444,6 +4557,10 @@
32
38
44
+ 44
+ 44
+ 44
+ 44
80
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01100-01199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01100-01199.xml
index 9e3f39d083..b9c5541299 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01100-01199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01100-01199.xml
@@ -1727,7 +1727,7 @@
-
+
icon.skill1147
600
@@ -1787,7 +1787,7 @@
-
+
icon.skill1148
900
@@ -1812,6 +1812,16 @@
-340
-342
-344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
1400
DARK
@@ -1841,6 +1851,16 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
19
@@ -1863,6 +1883,16 @@
67
70
73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
+ 73
4
@@ -1885,6 +1915,16 @@
11
12
12
+ 12
+ 12
+ 12
+ 12
+ 12
+ 12
+ 12
+ 12
+ 12
+ 12
A1
1200
@@ -1914,6 +1954,16 @@
127
130
133
+ 133
+ 133
+ 133
+ 133
+ 133
+ 133
+ 133
+ 133
+ 133
+ 133
40
@@ -2297,7 +2347,7 @@
-
+
icon.skill1157
@@ -2762,7 +2812,7 @@
-
+
icon.skill1164
@@ -3038,7 +3088,7 @@
-
+
icon.skill1168
@@ -3049,6 +3099,9 @@
6
7
8
+ 8
+ 8
+ 8
30
POISON
@@ -3065,6 +3118,9 @@
-248
-291
-323
+ -323
+ -323
+ -323
1100
4000
@@ -3079,6 +3135,9 @@
52
62
72
+ 72
+ 72
+ 72
8
@@ -3088,6 +3147,9 @@
38
46
53
+ 53
+ 53
+ 53
2
@@ -3097,6 +3159,9 @@
10
12
14
+ 14
+ 14
+ 14
A2
3000
@@ -3114,6 +3179,9 @@
50
58
63
+ 63
+ 63
+ 63
5
@@ -3766,7 +3834,7 @@
-
+
icon.skill1175
750
@@ -3804,6 +3872,13 @@
-318
-321
-323
+ -323
+ -323
+ -323
+ -323
+ -323
+ -323
+ -323
1250
WATER
@@ -3844,6 +3919,13 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
14
@@ -3879,6 +3961,13 @@
71
72
74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
+ 74
4
@@ -3914,6 +4003,13 @@
10
10
10
+ 10
+ 10
+ 10
+ 10
+ 10
+ 10
+ 10
A1
1200
@@ -3956,6 +4052,13 @@
91
93
95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
40
@@ -4168,7 +4271,7 @@
-
+
icon.skill1178
750
@@ -4206,6 +4309,13 @@
-318
-321
-323
+ -323
+ -323
+ -323
+ -323
+ -323
+ -323
+ -323
1250
WIND
@@ -4246,6 +4356,13 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
14
@@ -4281,6 +4398,13 @@
57
58
59
+ 59
+ 59
+ 59
+ 59
+ 59
+ 59
+ 59
4
@@ -4316,6 +4440,13 @@
14
14
15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
A1
1200
@@ -4358,6 +4489,13 @@
91
93
95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
@@ -4523,7 +4661,7 @@
-
+
icon.skill1184
2
@@ -4540,6 +4678,10 @@
-81
-91
-102
+ -102
+ -102
+ -102
+ -102
1100
WATER
@@ -4555,6 +4697,10 @@
14
17
20
+ 20
+ 20
+ 20
+ 20
7
@@ -4563,6 +4709,10 @@
12
14
16
+ 16
+ 16
+ 16
+ 16
2
@@ -4571,6 +4721,10 @@
3
4
4
+ 4
+ 4
+ 4
+ 4
A2
2000
@@ -4586,6 +4740,10 @@
13
14
16
+ 16
+ 16
+ 16
+ 16
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01200-01299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01200-01299.xml
index 1638f50ac8..abf8490871 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01200-01299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01200-01299.xml
@@ -1,6 +1,6 @@
-
+
icon.skill1201
1
@@ -52,6 +52,10 @@
-679
-683
-687
+ -687
+ -687
+ -687
+ -687
1100
2500
@@ -100,6 +104,10 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
17
@@ -143,6 +151,10 @@
67
70
71
+ 71
+ 71
+ 71
+ 71
5
@@ -186,6 +198,10 @@
17
17
18
+ 18
+ 18
+ 18
+ 18
A2
2000
@@ -604,7 +620,7 @@
-
+
icon.skill1209
@@ -833,7 +849,7 @@
-
+
icon.skill1216
10
@@ -849,7 +865,13 @@
SINGLE
- 42
+
+ 50
+ 70
+ 100
+ 120
+ 150
+
@@ -1551,7 +1573,7 @@
-
+
icon.skill1220
750
@@ -1589,6 +1611,13 @@
-318
-321
-323
+ -323
+ -323
+ -323
+ -323
+ -323
+ -323
+ -323
1250
FIRE
@@ -1629,6 +1658,13 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
14
@@ -1664,6 +1700,13 @@
30
30
30
+ 30
+ 30
+ 30
+ 30
+ 30
+ 30
+ 30
4
@@ -1699,6 +1742,13 @@
6
6
6
+ 6
+ 6
+ 6
+ 6
+ 6
+ 6
+ 6
A1
1200
@@ -1741,6 +1791,13 @@
91
93
95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
+ 95
40
@@ -3005,7 +3062,7 @@
-
+
icon.skill1230
900
@@ -3046,6 +3103,15 @@
-342
-344
-346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
1400
FIRE
@@ -3090,6 +3156,15 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
22
@@ -3128,6 +3203,15 @@
59
61
62
+ 62
+ 62
+ 62
+ 62
+ 62
+ 62
+ 62
+ 62
+ 62
6
@@ -3166,6 +3250,15 @@
15
15
15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
A1
1200
@@ -3212,6 +3305,15 @@
116
117
118
+ 118
+ 118
+ 118
+ 118
+ 118
+ 118
+ 118
+ 118
+ 118
40
@@ -3518,7 +3620,7 @@
-
+
icon.skill1234
900
@@ -3559,6 +3661,15 @@
-340
-342
-344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
+ -344
1400
DARK
@@ -3602,6 +3713,15 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
48
@@ -3640,6 +3760,15 @@
154
156
158
+ 158
+ 158
+ 158
+ 158
+ 158
+ 158
+ 158
+ 158
+ 158
12
@@ -3678,6 +3807,15 @@
25
25
25
+ 25
+ 25
+ 25
+ 25
+ 25
+ 25
+ 25
+ 25
+ 25
A1
3000
@@ -3724,12 +3862,21 @@
115
116
117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
40
-
+
icon.skill1235
900
@@ -3770,6 +3917,15 @@
-342
-344
-346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
1400
WATER
@@ -3814,6 +3970,15 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
22
@@ -3852,6 +4017,15 @@
58
59
61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
6
@@ -3890,6 +4064,15 @@
15
15
15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
A1
1200
@@ -3936,11 +4119,20 @@
115
116
117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
-
+
icon.skill1236
2
@@ -3972,6 +4164,20 @@
-328
-330
-332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
+ -332
1400
WATER
@@ -4002,6 +4208,20 @@
74
76
78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
+ 78
27
@@ -4025,6 +4245,20 @@
55
61
64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
+ 64
7
@@ -4048,6 +4282,20 @@
14
14
15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
A2
1200
@@ -4078,6 +4326,20 @@
65
66
68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
+ 68
@@ -4319,7 +4581,7 @@
-
+
icon.skill1239
900
@@ -4360,6 +4622,15 @@
-342
-344
-346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
+ -346
1400
WIND
@@ -4404,6 +4675,15 @@
82
83
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
22
@@ -4442,6 +4722,15 @@
58
59
61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
+ 61
6
@@ -4480,6 +4769,15 @@
15
15
15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
+ 15
A1
1200
@@ -4526,6 +4824,15 @@
115
116
117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
40
@@ -4872,7 +5179,7 @@
-
+
icon.skill1245
900
@@ -4896,6 +5203,12 @@
-334
-336
-338
+ -338
+ -338
+ -338
+ -338
+ -338
+ -338
1400
4000
@@ -4920,6 +5233,12 @@
80
82
84
+ 84
+ 84
+ 84
+ 84
+ 84
+ 84
74
@@ -4941,6 +5260,12 @@
202
207
212
+ 212
+ 212
+ 212
+ 212
+ 212
+ 212
18
@@ -4962,6 +5287,12 @@
37
37
37
+ 37
+ 37
+ 37
+ 37
+ 37
+ 37
A1
2000
@@ -4990,6 +5321,12 @@
113
115
117
+ 117
+ 117
+ 117
+ 117
+ 117
+ 117
80
@@ -5434,7 +5771,7 @@
-
+
icon.skill1251
@@ -5479,7 +5816,7 @@
-
+
icon.skill1252
@@ -5530,7 +5867,7 @@
-
+
icon.skill1253
@@ -5999,7 +6336,7 @@
-
+
icon.skill1260
@@ -6051,7 +6388,7 @@
-
+
icon.skill1261
@@ -6072,14 +6409,6 @@
44
52
-
- 123
- 150
-
-
- 31
- 38
-
A2
5000
NONE
@@ -6088,48 +6417,34 @@
PLEDGE
FRIEND
+
+
+ -20
+ -15
+
+ PER
+
+
+
+ -20
+ -15
+
+ PER
+
5
- 8
+ 10
PER
10
- 16
+ 20
PER
-
-
- 5
- 8
-
- DIFF
-
-
-
- -10
- -16
-
- PER
-
-
-
- -5
- -8
-
- PER
-
-
-
- -2
- -4
-
- DIFF
-
5
@@ -6144,6 +6459,13 @@
PER
+
+
+ 5
+ 8
+
+ DIFF
+
@@ -7751,7 +8073,7 @@
-
+
icon.skill1283
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01300-01399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01300-01399.xml
index 10cb0a331f..b064ba4599 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01300-01399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01300-01399.xml
@@ -460,7 +460,7 @@
-
+
icon.skill1308
@@ -511,7 +511,7 @@
-
+
icon.skill1309
@@ -689,28 +689,28 @@
-
+
icon.skill1316
1
P
5
-
+
icon.skill1317
1
P
5
-
+
icon.skill1318
1
P
5
-
+
icon.skill1319
1
@@ -2762,7 +2762,7 @@
-
+
icon.skill1358
10
@@ -2943,7 +2943,7 @@
-
+
icon.skill1363
1
@@ -4180,7 +4180,7 @@
-
+
icon.skill1388
@@ -4232,7 +4232,7 @@
-
+