From cc44946831f045e03a8f5ef15722f7f12f38ab90 Mon Sep 17 00:00:00 2001 From: Rogiel Date: Tue, 24 May 2011 22:55:31 -0300 Subject: [PATCH] Implemented XML templates --- .classpath | 1 - data/char.xml | 23 + data/item.xml | 7 + data/npc.xml | 52 + .../l2jserver}/plugin/DisabledPlugin.java | 2 +- .../l2jserver}/plugin/PluginLoader.java | 2 +- data/script/template/template.xml | 24 - data/teleport.xml | 4 + data/templates/character.xsd | 242 +++++ data/templates/character/AbyssWalker.xml | 23 + data/templates/character/Adventurer.xml | 23 + data/templates/character/Arbalester.xml | 25 + data/templates/character/ArcanaLord.xml | 23 + data/templates/character/Archmage.xml | 23 + data/templates/character/Artisan.xml | 23 + data/templates/character/Assassin.xml | 23 + data/templates/character/Berseker.xml | 23 + data/templates/character/Bishop.xml | 23 + data/templates/character/Bladedancer.xml | 23 + data/templates/character/BountyHunter.xml | 23 + data/templates/character/Cardinal.xml | 23 + data/templates/character/Cleric.xml | 23 + data/templates/character/DarkAvenger.xml | 23 + data/templates/character/DarkFighter.xml | 23 + data/templates/character/DarkMystic.xml | 23 + data/templates/character/DarkWizard.xml | 23 + data/templates/character/Destroyer.xml | 23 + data/templates/character/Dominator.xml | 23 + data/templates/character/Doombringer.xml | 23 + data/templates/character/Doomcryer.xml | 23 + data/templates/character/Dreadnought.xml | 23 + data/templates/character/Duelist.xml | 23 + data/templates/character/DwarvenFighter.xml | 23 + data/templates/character/Elder.xml | 23 + data/templates/character/ElementalMaster.xml | 23 + .../templates/character/ElementalSummoner.xml | 23 + data/templates/character/ElvenFighter.xml | 23 + data/templates/character/ElvenKnight.xml | 23 + data/templates/character/ElvenMystic.xml | 23 + data/templates/character/ElvenScout.xml | 23 + data/templates/character/ElvenWizard.xml | 23 + data/templates/character/EvaSaint.xml | 23 + data/templates/character/EvaTemplar.xml | 23 + data/templates/character/FemaleSoldier.xml | 23 + .../templates/character/FemaleSoulbreaker.xml | 23 + data/templates/character/FemaleSouldhound.xml | 23 + data/templates/character/FortuneSeeker.xml | 23 + data/templates/character/GhostHunter.xml | 23 + data/templates/character/GhostSentinel.xml | 23 + data/templates/character/Gladiator.xml | 23 + data/templates/character/GrandKhauatari.xml | 23 + data/templates/character/Hawkeye.xml | 23 + data/templates/character/HellKnight.xml | 23 + data/templates/character/Hierophant.xml | 23 + data/templates/character/HumanFighter.xml | 23 + data/templates/character/HumanMystic.xml | 23 + data/templates/character/Inspector.xml | 23 + data/templates/character/Judicator.xml | 23 + data/templates/character/Knight.xml | 23 + data/templates/character/Maestro.xml | 23 + data/templates/character/MaleSoldier.xml | 23 + data/templates/character/MaleSoulbreaker.xml | 23 + data/templates/character/MaleSouldhound.xml | 23 + .../templates/character/MoonlightSentinel.xml | 23 + data/templates/character/MysticMuse.xml | 23 + data/templates/character/Necromancer.xml | 23 + data/templates/character/Oracle.xml | 23 + data/templates/character/OrcFighter.xml | 23 + data/templates/character/OrcMonk.xml | 23 + data/templates/character/OrcMystic.xml | 23 + data/templates/character/OrcRaider.xml | 23 + data/templates/character/OrcShaman.xml | 23 + data/templates/character/Overlord.xml | 23 + data/templates/character/Paladin.xml | 23 + data/templates/character/PalusKnight.xml | 23 + data/templates/character/PhantomRanger.xml | 23 + data/templates/character/PhantomSummoner.xml | 23 + data/templates/character/PhoenixKnight.xml | 23 + data/templates/character/PlainsWalker.xml | 23 + data/templates/character/Prophet.xml | 23 + data/templates/character/Rogue.xml | 23 + data/templates/character/Sagittarius.xml | 23 + data/templates/character/Scavenger.xml | 23 + data/templates/character/ShillieanSaint.xml | 23 + data/templates/character/ShillienElder.xml | 23 + data/templates/character/ShillienKnight.xml | 23 + data/templates/character/ShillienOracle.xml | 23 + data/templates/character/ShillienTemplar.xml | 23 + data/templates/character/SilverRanger.xml | 23 + data/templates/character/Sorceror.xml | 23 + data/templates/character/Soultaker.xml | 23 + data/templates/character/SpectralMaster.xml | 23 + data/templates/character/Spectraldancer.xml | 23 + data/templates/character/Spellhowler.xml | 23 + data/templates/character/Spellsinger.xml | 23 + data/templates/character/StormScreamer.xml | 23 + data/templates/character/SwordMuse.xml | 23 + data/templates/character/SwordSinger.xml | 23 + data/templates/character/TempleKnight.xml | 23 + data/templates/character/Titan.xml | 23 + data/templates/character/TreasureHunter.xml | 23 + data/templates/character/Trickster.xml | 23 + data/templates/character/Trooper.xml | 23 + data/templates/character/Tyrant.xml | 23 + data/templates/character/Warcryer.xml | 23 + data/templates/character/Warder.xml | 23 + data/templates/character/Warlock.xml | 23 + data/templates/character/Warlord.xml | 23 + data/templates/character/Warrior.xml | 23 + data/templates/character/Warsmith.xml | 23 + data/templates/character/WindRider.xml | 23 + data/templates/character/Wizard.xml | 23 + data/templates/item/1-ShortSword.xml | 7 + data/templates/item/2-LongSword.xml | 7 + data/templates/item/57-Adena.xml | 7 + data/templates/npc.xsd | 207 ++++ data/templates/npc/1-ThomasDTurkey.xml | 26 + data/templates/npc/10-JackSage.xml | 26 + data/templates/npc/11-EvaSObelisk.xml | 25 + data/templates/npc/12.xml | 24 + data/templates/npc/12774-YoungSquash.xml | 24 + .../templates/npc/12775-HighQualitySquash.xml | 24 + data/templates/npc/12776-LowQualitySquash.xml | 24 + data/templates/npc/12777-LargeYoungSquash.xml | 24 + .../npc/12778-HighQualityLargeSquash.xml | 24 + .../npc/12779-LowQualityLargeSquash.xml | 24 + data/templates/npc/13-WarmHeartedSno.xml | 26 + data/templates/npc/13001-HeartOfWarding.xml | 24 + data/templates/npc/13006-ChristmasTree.xml | 25 + data/templates/npc/13014.xml | 24 + data/templates/npc/13015.xml | 24 + data/templates/npc/13016-KingSquash.xml | 24 + data/templates/npc/13017-EmperorSquash.xml | 24 + data/templates/npc/13031-HugePig.xml | 25 + data/templates/npc/13032-HugePig.xml | 25 + data/templates/npc/13033-HugePig.xml | 25 + data/templates/npc/13035-GoldenPig.xml | 25 + data/templates/npc/13037-Trap.xml | 24 + data/templates/npc/13038-Trap.xml | 24 + data/templates/npc/13039-Trap.xml | 24 + data/templates/npc/13040-Trap.xml | 24 + data/templates/npc/13041-Trap.xml | 24 + data/templates/npc/13042-Trap.xml | 24 + data/templates/npc/13043-Trap.xml | 24 + data/templates/npc/13044-Trap.xml | 24 + data/templates/npc/13045-Trap.xml | 24 + data/templates/npc/13046-Trap.xml | 24 + data/templates/npc/13047-Trap.xml | 24 + data/templates/npc/13048-Trap.xml | 24 + data/templates/npc/13049-Trap.xml | 24 + data/templates/npc/13050-Trap.xml | 24 + data/templates/npc/13051-Trap.xml | 24 + data/templates/npc/13052-Trap.xml | 24 + data/templates/npc/13053-Trap.xml | 24 + data/templates/npc/13054-Trap.xml | 24 + data/templates/npc/13055-Trap.xml | 24 + data/templates/npc/13056-Trap.xml | 24 + data/templates/npc/13057-Trap.xml | 24 + data/templates/npc/13058-Trap.xml | 24 + data/templates/npc/13059-Trap.xml | 24 + data/templates/npc/13060-Trap.xml | 24 + data/templates/npc/13061-Trap.xml | 24 + data/templates/npc/13062-Trap.xml | 24 + data/templates/npc/13063-Trap.xml | 24 + data/templates/npc/13064-Trap.xml | 24 + data/templates/npc/13065-Trap.xml | 24 + data/templates/npc/13066-Trap.xml | 24 + data/templates/npc/13067-Trap.xml | 24 + data/templates/npc/13068-Trap.xml | 24 + data/templates/npc/13069-Trap.xml | 24 + data/templates/npc/13070-Trap.xml | 24 + data/templates/npc/13077-OnyxBeast.xml | 25 + data/templates/npc/13078-DoomWraith.xml | 25 + data/templates/npc/13079-GrailApostle.xml | 25 + data/templates/npc/13080-GrailApostle.xml | 25 + data/templates/npc/13081-Unicorn.xml | 25 + data/templates/npc/13082-LilimKnight.xml | 25 + data/templates/npc/13083-GolemGuardian.xml | 25 + data/templates/npc/13084-InfernoDrake.xml | 25 + data/templates/npc/13085-DragonBomber.xml | 25 + data/templates/npc/13086-Zariche.xml | 26 + data/templates/npc/13087-Akamanah.xml | 26 + data/templates/npc/13088-FinalForm.xml | 25 + data/templates/npc/13089-FinalForm.xml | 25 + data/templates/npc/13090-Native.xml | 25 + data/templates/npc/13091-Yeti.xml | 25 + data/templates/npc/13092-Buffalo.xml | 25 + data/templates/npc/13093-Pig.xml | 25 + data/templates/npc/13094-Zombie.xml | 25 + data/templates/npc/13095-Pixy.xml | 25 + data/templates/npc/13096-Rabbit.xml | 25 + data/templates/npc/13099-Zaken.xml | 25 + data/templates/npc/13100-Anakim.xml | 25 + data/templates/npc/13101-Benom.xml | 25 + data/templates/npc/13102-Gordon.xml | 25 + data/templates/npc/13103-Ranku.xml | 25 + data/templates/npc/13104-Kiyachi.xml | 25 + data/templates/npc/13105-DemonPrince.xml | 25 + data/templates/npc/13106-HereticMale.xml | 25 + data/templates/npc/13107-HereticFemale.xml | 25 + data/templates/npc/13108-ValeMaster.xml | 25 + data/templates/npc/13109-SaberToothTiger.xml | 26 + data/templates/npc/13110-OlMahum.xml | 26 + data/templates/npc/13111-DollBlader.xml | 25 + data/templates/npc/13112-DivineKnight.xml | 25 + data/templates/npc/13113-DivineWarrior.xml | 25 + data/templates/npc/13114-DivineRogue.xml | 25 + data/templates/npc/13115-DivineHealer.xml | 25 + data/templates/npc/13116-DivineWizard.xml | 25 + data/templates/npc/13117-DivineEnchanter.xml | 25 + data/templates/npc/13118-DivineSummoner.xml | 25 + data/templates/npc/13119-DwarfGolem.xml | 25 + data/templates/npc/13120-GiantRat.xml | 25 + data/templates/npc/13121-GiantRat.xml | 25 + data/templates/npc/13122-GiantRat.xml | 25 + data/templates/npc/13123-SuperGiantRat.xml | 25 + data/templates/npc/13124-GiantRat.xml | 26 + data/templates/npc/13125-Trap.xml | 24 + data/templates/npc/13126-Trap.xml | 24 + data/templates/npc/13127-Trap.xml | 24 + data/templates/npc/13129-Teleporter.xml | 25 + .../npc/13130-LightPurpleManedHorse.xml | 25 + data/templates/npc/13131-GrizzlyBear.xml | 25 + data/templates/npc/13132-Timitran.xml | 25 + data/templates/npc/13133-LavaGolem.xml | 25 + data/templates/npc/13134-Yeti.xml | 25 + data/templates/npc/13135-PumpkinGhost.xml | 25 + data/templates/npc/13136.xml | 24 + data/templates/npc/13137.xml | 24 + data/templates/npc/13138.xml | 24 + data/templates/npc/13139.xml | 24 + data/templates/npc/13140.xml | 24 + data/templates/npc/13141.xml | 24 + data/templates/npc/13142-FinalForm.xml | 25 + data/templates/npc/13143-FinalForm.xml | 25 + data/templates/npc/13144-AurabirdFalcon.xml | 25 + data/templates/npc/13145-AurabirdOwl.xml | 25 + data/templates/npc/13146-TawnyManedLion.xml | 25 + data/templates/npc/13147-SteamSledge.xml | 25 + data/templates/npc/13149-ForPresentation1.xml | 25 + data/templates/npc/13150-ForPresentation2.xml | 25 + data/templates/npc/13151-ForPresentation3.xml | 25 + data/templates/npc/13152-ForPresentation4.xml | 25 + data/templates/npc/13153-ForPresentation5.xml | 25 + data/templates/npc/13154-DemonRace.xml | 25 + data/templates/npc/13155-Unicorniun.xml | 25 + data/templates/npc/13156-MyoRace.xml | 25 + data/templates/npc/13157-Frog.xml | 25 + data/templates/npc/13158-YoungChild.xml | 25 + data/templates/npc/13159-Mercenary.xml | 25 + data/templates/npc/13160-Snowman.xml | 25 + data/templates/npc/13161-Scarecrow.xml | 25 + data/templates/npc/13162-TinPlateGolem.xml | 25 + data/templates/npc/13163-Tow.xml | 25 + data/templates/npc/13164-LureTow.xml | 25 + data/templates/npc/13165-HeavyTow.xml | 25 + data/templates/npc/13166-WingTow.xml | 25 + data/templates/npc/13167-MainRoleA.xml | 25 + data/templates/npc/13168-MainRoleB.xml | 25 + .../npc/13169-HumanMaleMercenary.xml | 25 + data/templates/npc/13170-MaleElfMercenary.xml | 25 + .../npc/13171-DarkElfFemaleMercenary.xml | 25 + data/templates/npc/13172-OrcMaleMercenary.xml | 25 + .../npc/13173-DwarfMaleMercenary.xml | 25 + .../npc/13174-KamaelMaleMercenary.xml | 25 + .../npc/13175-KnightLevelMercenary.xml | 25 + .../npc/13176-ArcherLevelMercenary.xml | 26 + .../npc/13177-WizardLevelMercenary.xml | 25 + .../npc/13178-TrooperLevelMercenary.xml | 25 + .../npc/13179-KnightLeaderEliteMercenary.xml | 25 + .../npc/13180-CommanderEliteMercenary.xml | 25 + data/templates/npc/13182-FreeGiftMerchant.xml | 26 + data/templates/npc/13183-ThomasDTurkey.xml | 25 + data/templates/npc/13184-SantaClaus.xml | 25 + data/templates/npc/13185-SantaClaus.xml | 25 + data/templates/npc/13186-SantaClaus.xml | 25 + data/templates/npc/13187-MilkCow.xml | 25 + data/templates/npc/13188-HeadMilkCow.xml | 25 + data/templates/npc/13189-Bull.xml | 25 + data/templates/npc/13190-HeadBull.xml | 25 + data/templates/npc/13191-GloomyMilkCow.xml | 25 + .../templates/npc/13192-GloomyHeadMilkCow.xml | 25 + data/templates/npc/13193.xml | 24 + data/templates/npc/13194.xml | 24 + data/templates/npc/13195.xml | 24 + data/templates/npc/13196-GreatPig.xml | 26 + data/templates/npc/13197-GuardianSStrider.xml | 24 + data/templates/npc/13198-Native.xml | 25 + data/templates/npc/13199-Native.xml | 25 + data/templates/npc/13200-YoungChild.xml | 25 + data/templates/npc/13201-GuardsOfTheDawn.xml | 25 + data/templates/npc/13202-Trap.xml | 24 + data/templates/npc/13203-Trap.xml | 24 + data/templates/npc/13204-Trap.xml | 24 + data/templates/npc/13205-Trap.xml | 24 + data/templates/npc/13206-Trap.xml | 24 + data/templates/npc/13207-Trap.xml | 24 + data/templates/npc/13208-Trap.xml | 24 + data/templates/npc/13209-Trap.xml | 24 + data/templates/npc/13210-Trap.xml | 24 + data/templates/npc/13211-Trap.xml | 24 + data/templates/npc/13212-Trap.xml | 24 + data/templates/npc/13213-Trap.xml | 24 + data/templates/npc/13214-Trap.xml | 24 + data/templates/npc/13215-Trap.xml | 24 + data/templates/npc/13216-Trap.xml | 24 + data/templates/npc/13217-Trap.xml | 24 + data/templates/npc/13218-Trap.xml | 24 + data/templates/npc/13219-Trap.xml | 24 + data/templates/npc/13220-Trap.xml | 24 + data/templates/npc/13221-Trap.xml | 24 + data/templates/npc/13222-Trap.xml | 24 + data/templates/npc/13223-Trap.xml | 24 + data/templates/npc/13224-Trap.xml | 24 + data/templates/npc/13225-Trap.xml | 24 + data/templates/npc/13226-Trap.xml | 24 + data/templates/npc/13227-Trap.xml | 24 + data/templates/npc/13228-Trap.xml | 24 + data/templates/npc/13229-Trap.xml | 24 + data/templates/npc/13230-Trap.xml | 24 + data/templates/npc/13231-Trap.xml | 24 + data/templates/npc/13232-Trap.xml | 24 + data/templates/npc/13233-Trap.xml | 24 + data/templates/npc/13234-Trap.xml | 24 + data/templates/npc/13235-Trap.xml | 24 + data/templates/npc/13236-Trap.xml | 24 + data/templates/npc/13237-Trap.xml | 24 + data/templates/npc/13238-Trap.xml | 24 + data/templates/npc/13239-Trap.xml | 24 + data/templates/npc/13240-Trap.xml | 24 + data/templates/npc/13241-Trap.xml | 24 + data/templates/npc/13242-Trap.xml | 24 + data/templates/npc/13243-Trap.xml | 24 + data/templates/npc/13244-Trap.xml | 24 + data/templates/npc/13245-Trap.xml | 24 + data/templates/npc/13246-Trap.xml | 24 + data/templates/npc/13247-Trap.xml | 24 + data/templates/npc/13248-Trap.xml | 24 + data/templates/npc/13249-Trap.xml | 24 + data/templates/npc/13250-Trap.xml | 24 + data/templates/npc/13251-Trap.xml | 24 + data/templates/npc/13252-Trap.xml | 24 + data/templates/npc/13253-Trap.xml | 24 + data/templates/npc/13254-Trap.xml | 24 + data/templates/npc/13255-Trap.xml | 24 + data/templates/npc/13256-Trap.xml | 24 + data/templates/npc/13268-AquaElf.xml | 25 + data/templates/npc/13269-HotWeather.xml | 25 + data/templates/npc/13270-Sultriness.xml | 25 + data/templates/npc/13271-YoungWatermelon.xml | 24 + .../npc/13272-DefectiveWatermelon.xml | 24 + data/templates/npc/13273-RainWatermelon.xml | 24 + .../npc/13274-LargeRainWatermelon.xml | 24 + .../npc/13275-YoungHoneyWatermelon.xml | 24 + .../npc/13276-DefectiveHoneyWatermelon.xml | 24 + .../npc/13277-RainHoneyWatermelon.xml | 24 + .../npc/13278-LargeRainHoneyWatermelon.xml | 24 + data/templates/npc/13279-Uldie.xml | 25 + data/templates/npc/13280-Belldandy.xml | 25 + data/templates/npc/13281-Skooldie.xml | 26 + data/templates/npc/13282-Skooldie.xml | 25 + data/templates/npc/13283-Treykan.xml | 25 + data/templates/npc/13284.xml | 24 + data/templates/npc/13285-SantaClaus.xml | 26 + data/templates/npc/13286-BabyWhiteTiger.xml | 25 + .../npc/13287-BabyWhiteTigerCaptain.xml | 25 + .../npc/13288-GloomyBabyWhiteTiger.xml | 25 + .../npc/13289-GloomyBabyWhiteTigerCaptain.xml | 25 + data/templates/npc/13290-WhiteTiger.xml | 25 + .../templates/npc/13291-WhiteTigerCaptain.xml | 25 + ...13292-EmployeeOfMagicResearchInstitute.xml | 27 + data/templates/npc/13293.xml | 24 + data/templates/npc/13294.xml | 24 + data/templates/npc/13295-ShiningWhite.xml | 26 + data/templates/npc/13296-Freya.xml | 26 + data/templates/npc/14-WarmHeartedSno.xml | 26 + data/templates/npc/15-WarmHeartedSno.xml | 26 + data/templates/npc/1501-MajoAgathion.xml | 25 + data/templates/npc/1502-GoldAgathion.xml | 25 + data/templates/npc/1503-BlackAgathion.xml | 25 + data/templates/npc/1504-PlaipitakAgathion.xml | 25 + data/templates/npc/1505-BabyPandaAgathion.xml | 25 + .../npc/1506-BambooPandaAgathion.xml | 25 + data/templates/npc/1507-SexyPandaAgathion.xml | 25 + .../templates/npc/1508-WhiteCupidAgathion.xml | 25 + data/templates/npc/1509-DarkCupidAgathion.xml | 25 + .../npc/1510-WhiteManekiNekoAgathion.xml | 25 + .../npc/1511-BlackManekiNekoAgathion.xml | 25 + .../npc/1512-BrownManekiNekoAgathion.xml | 25 + .../npc/1513-OneEyedBatDroveAgathion.xml | 25 + data/templates/npc/1514-PegasusAgathion.xml | 25 + .../npc/1515-YellowRobedTojigongAgathion.xml | 25 + .../npc/1516-BlueRobedTojigongAgathion.xml | 25 + .../npc/1517-GreenRobedTojigongAgathion.xml | 25 + data/templates/npc/1518-BugbearAgathion.xml | 25 + .../npc/1519-RedSumoWrestlerAgathion.xml | 25 + .../npc/1520-BlueSumoWrestlerAgathion.xml | 25 + .../npc/1521-GreatSumoMatchAgathion.xml | 25 + .../templates/npc/1522-ButtonEyedBearDoll.xml | 25 + data/templates/npc/1523-GodOfFortune.xml | 25 + data/templates/npc/1524-DryadAgathion.xml | 25 + data/templates/npc/1525-WonbosoAgathion.xml | 25 + data/templates/npc/1526-DaewoonsoAgathion.xml | 25 + data/templates/npc/1527-PomonaAgathion.xml | 25 + data/templates/npc/1528-WeaverAgathion.xml | 25 + data/templates/npc/1529-ChonChonAgathion.xml | 25 + data/templates/npc/1530-TangTangAgathion.xml | 25 + .../npc/1531-DancingLuckyKidAgathion.xml | 25 + .../templates/npc/1532-MonkeyKingAgathion.xml | 25 + data/templates/npc/1533-UtankaAgathion.xml | 25 + data/templates/npc/1534-BonusBAgathion.xml | 25 + data/templates/npc/1535-ZombieAgathion.xml | 25 + .../npc/1536-BaekyiHwamaeAgathion.xml | 25 + .../npc/1537-GwanwooHwamaeAgathion.xml | 25 + data/templates/npc/1539-IkenAgathion.xml | 25 + data/templates/npc/1540-LanaAgathion.xml | 25 + data/templates/npc/1541-GnocianAgathion.xml | 25 + data/templates/npc/1542-OrodrielAgathion.xml | 25 + data/templates/npc/1543-LakinosAgathion.xml | 25 + data/templates/npc/1544-MortiaAgathion.xml | 25 + data/templates/npc/1545-HayanceAgathion.xml | 25 + data/templates/npc/1546-MerurilAgathion.xml | 25 + .../npc/1547-TamanZeLapatuiAgathion.xml | 25 + data/templates/npc/1548-KaurinAgathion.xml | 25 + data/templates/npc/1549-AhertbeinAgathion.xml | 25 + data/templates/npc/1550-NaoninAgathion.xml | 25 + data/templates/npc/1551-GuangongAgathion.xml | 25 + .../npc/1552-GwanseumNyangNyangAgathion.xml | 25 + data/templates/npc/1553-BlueOperaAgathion.xml | 25 + data/templates/npc/1554-RedOperaAgathion.xml | 25 + data/templates/npc/1555-OperaAgathion.xml | 25 + .../npc/1556-MandarinDressAgathion.xml | 25 + data/templates/npc/1557-NepalSnowAgathion.xml | 25 + .../npc/1558-RoundBallSnowAgathion.xml | 25 + .../templates/npc/1559-LadderSnowAgathion.xml | 25 + data/templates/npc/1560-BlueOperaAgathion.xml | 25 + data/templates/npc/1574-Phoenix.xml | 25 + data/templates/npc/1575-ThreeHeadedDragon.xml | 25 + .../npc/1576-BallTrappingGnosian.xml | 25 + .../npc/1577-BallTrappingOrodriel.xml | 25 + data/templates/npc/1578-PenaltyKick.xml | 25 + .../npc/1579-BallTrappingGnosianBlue.xml | 25 + .../npc/1580-BallTrappingOrodrielBlue.xml | 25 + data/templates/npc/1581-PenaltyKickBlue.xml | 25 + .../npc/1582-BallTrappingGnosianRed.xml | 25 + .../npc/1583-BallTrappingOrodrielRed.xml | 25 + data/templates/npc/1584-PenaltyKickRed.xml | 25 + data/templates/npc/1585-GrannyTiger.xml | 25 + data/templates/npc/1586-FlowerFairySpirit.xml | 25 + .../npc/1587-CheerleaderOrodriel.xml | 25 + data/templates/npc/1588-CheerleaderLana.xml | 25 + data/templates/npc/1589-CheerleaderNaonin.xml | 25 + data/templates/npc/1590-CheerleaderMortia.xml | 25 + data/templates/npc/1591-CheerleaderKaurin.xml | 25 + .../templates/npc/1592-CheerleaderMeruril.xml | 25 + data/templates/npc/1593-Handy.xml | 25 + data/templates/npc/16-WarmHeartedSno.xml | 26 + data/templates/npc/16026-BeastlyAgathion.xml | 25 + data/templates/npc/16027-RainbowAgathion.xml | 25 + data/templates/npc/16028-LordAgathion.xml | 25 + data/templates/npc/16029-FortressAgathion.xml | 25 + .../npc/16031-LittleAngelAgathion.xml | 25 + .../npc/16032-LittleDevilAgathion.xml | 25 + data/templates/npc/16033-RudolphAgathion.xml | 25 + data/templates/npc/16049-LoveAgathion.xml | 25 + data/templates/npc/16054-Monkey.xml | 25 + data/templates/npc/16055-Griffon.xml | 25 + data/templates/npc/16056-Joy.xml | 25 + data/templates/npc/16057-Sorrow.xml | 25 + data/templates/npc/16058-Anger.xml | 25 + data/templates/npc/16059-BoyBear.xml | 25 + data/templates/npc/16060-GirlBear.xml | 25 + data/templates/npc/16061-CollectionDevice.xml | 25 + data/templates/npc/16062-Knight.xml | 25 + data/templates/npc/16063-Saerom.xml | 25 + data/templates/npc/16064-Juju.xml | 25 + data/templates/npc/16065-OinkOink.xml | 25 + data/templates/npc/16066-LightOfDawn.xml | 25 + data/templates/npc/16069-Pona.xml | 25 + data/templates/npc/16070-Towbat.xml | 25 + data/templates/npc/16073-RudolphAgathion.xml | 25 + data/templates/npc/17-WarmHeartedSno.xml | 26 + data/templates/npc/18-WarmHeartedSno.xml | 26 + .../templates/npc/18299-FlameOfTheBranded.xml | 25 + ...18300-OfferingOfTheBrandedEvokedSpirit.xml | 26 + data/templates/npc/18301-FlameOfApostates.xml | 25 + .../18302-OfferingOfApostatesEvokedSpirit.xml | 26 + data/templates/npc/18303-FlameOfTheWitch.xml | 25 + .../18304-OfferingOfTheWitchEvokedSpirit.xml | 26 + data/templates/npc/18305-FlameOfDarkOmen.xml | 25 + .../18306-OfferingOfDarkOmenEvokedSpirit.xml | 26 + .../npc/18307-FlameOfForbiddenPath.xml | 25 + ...08-OfferingOfForbiddenPathEvokedSpirit.xml | 26 + .../templates/npc/18309-FlameOfTheBranded.xml | 25 + ...18310-OfferingOfTheBrandedEvokedSpirit.xml | 26 + data/templates/npc/18311-FlameOfApostates.xml | 25 + .../18312-OfferingOfApostatesEvokedSpirit.xml | 26 + data/templates/npc/18313-FlameOfTheWitch.xml | 25 + .../18314-OfferingOfTheWitchEvokedSpirit.xml | 26 + data/templates/npc/18315-FlameOfDarkOmen.xml | 25 + .../18316-OfferingOfDarkOmenEvokedSpirit.xml | 26 + .../npc/18317-FlameOfForbiddenPath.xml | 25 + ...18-OfferingOfForbiddenPathEvokedSpirit.xml | 26 + data/templates/npc/18378-Trap.xml | 24 + data/templates/npc/18379-Trap.xml | 24 + data/templates/npc/18380-Trap.xml | 24 + data/templates/npc/18381-Trap.xml | 24 + data/templates/npc/18382-Trap.xml | 24 + data/templates/npc/18383-Trap.xml | 24 + data/templates/npc/18384-Trap.xml | 24 + data/templates/npc/18385-Trap.xml | 24 + data/templates/npc/18386-Trap.xml | 24 + data/templates/npc/18387-Trap.xml | 24 + data/templates/npc/18388-Trap.xml | 24 + data/templates/npc/18389-Trap.xml | 24 + data/templates/npc/18390-Trap.xml | 24 + data/templates/npc/18391-Trap.xml | 24 + data/templates/npc/18392-Trap.xml | 24 + data/templates/npc/18393-Trap.xml | 24 + data/templates/npc/18394-Trap.xml | 24 + data/templates/npc/18395-Trap.xml | 24 + data/templates/npc/18396-Trap.xml | 24 + data/templates/npc/18397-Trap.xml | 24 + data/templates/npc/18398-Trap.xml | 24 + data/templates/npc/18399-Trap.xml | 24 + data/templates/npc/18400-Trap.xml | 24 + data/templates/npc/18401-Trap.xml | 24 + data/templates/npc/18402-Trap.xml | 24 + data/templates/npc/18403-Trap.xml | 24 + data/templates/npc/18404-Trap.xml | 24 + data/templates/npc/18405-Trap.xml | 24 + data/templates/npc/18406-Trap.xml | 24 + data/templates/npc/18407-Trap.xml | 24 + data/templates/npc/18408-Trap.xml | 24 + data/templates/npc/18409-Trap.xml | 24 + data/templates/npc/18410-Trap.xml | 24 + data/templates/npc/18411-Trap.xml | 24 + data/templates/npc/18412-Trap.xml | 24 + data/templates/npc/18413-Trap.xml | 24 + .../npc/18414-WarriorSGatekeeper.xml | 24 + data/templates/npc/18415-MidwayGatekeeper.xml | 24 + data/templates/npc/18416-Doorman.xml | 24 + data/templates/npc/18417-BridgeKeeper.xml | 24 + data/templates/npc/18418-BridgeKeeper.xml | 24 + data/templates/npc/18419-BridgeKeeper.xml | 24 + data/templates/npc/18420-Trap.xml | 24 + data/templates/npc/18427.xml | 23 + data/templates/npc/18428.xml | 23 + data/templates/npc/18429.xml | 23 + data/templates/npc/18430.xml | 23 + data/templates/npc/18431-Trap.xml | 24 + data/templates/npc/18432-Trap.xml | 24 + data/templates/npc/18433-Trap.xml | 24 + data/templates/npc/18434-Trap.xml | 24 + data/templates/npc/18435-Trap.xml | 24 + data/templates/npc/18436-Trap.xml | 24 + data/templates/npc/18437-Trap.xml | 25 + data/templates/npc/18438-Trap.xml | 24 + data/templates/npc/18441-KamaelGatekeeper.xml | 24 + data/templates/npc/18442-Trap.xml | 24 + data/templates/npc/18443-Trap.xml | 24 + data/templates/npc/18445-TullySGatekeeper.xml | 24 + data/templates/npc/18446-TullySGatekeeper.xml | 24 + data/templates/npc/18447-TullySGatekeeper.xml | 24 + data/templates/npc/18448-TullySGatekeeper.xml | 24 + data/templates/npc/18449-TullySGatekeeper.xml | 24 + data/templates/npc/18450-TullySGatekeeper.xml | 24 + data/templates/npc/18451-TullySGatekeeper.xml | 24 + data/templates/npc/18452-TullySGatekeeper.xml | 24 + data/templates/npc/18453-TullySGatekeeper.xml | 24 + data/templates/npc/18454-TullySGatekeeper.xml | 24 + data/templates/npc/18455-TullySGatekeeper.xml | 24 + data/templates/npc/18456-TullySGatekeeper.xml | 24 + data/templates/npc/18457-TullySGatekeeper.xml | 24 + data/templates/npc/18458-TullySGatekeeper.xml | 24 + data/templates/npc/18459-TullySGatekeeper.xml | 24 + data/templates/npc/18460-TullySGatekeeper.xml | 24 + data/templates/npc/18461-TullySGatekeeper.xml | 24 + data/templates/npc/18468-Doorman.xml | 24 + data/templates/npc/18469-HallGuard.xml | 25 + data/templates/npc/18470-HallGuard.xml | 25 + data/templates/npc/18471-HallGuard.xml | 25 + data/templates/npc/18472-HallGuard.xml | 25 + data/templates/npc/18473-HallCaptain.xml | 25 + data/templates/npc/18475-HallGuard.xml | 25 + data/templates/npc/18476-HallGuard.xml | 25 + .../templates/npc/18479-InnerCastleSentry.xml | 25 + data/templates/npc/18480-InnerCastleGuard.xml | 25 + data/templates/npc/18481-InnerCastleSeer.xml | 25 + data/templates/npc/18484-NaiaFailan.xml | 24 + data/templates/npc/18485.xml | 28 + data/templates/npc/18486.xml | 24 + data/templates/npc/18487.xml | 24 + data/templates/npc/18488.xml | 24 + data/templates/npc/18489.xml | 24 + data/templates/npc/18491-Lock.xml | 26 + data/templates/npc/18492-Controller.xml | 26 + data/templates/npc/18493-Ward.xml | 26 + .../npc/18494-IngeniousContraption.xml | 25 + .../npc/18495-IngeniousContraption.xml | 25 + .../npc/18496-IngeniousContraption.xml | 25 + .../npc/18497-IngeniousContraption.xml | 25 + .../npc/18498-IngeniousContraption.xml | 25 + .../npc/18499-IngeniousContraption.xml | 25 + .../npc/18500-IngeniousContraption.xml | 25 + .../npc/18501-IngeniousContraption.xml | 25 + .../npc/18502-IngeniousContraption.xml | 25 + .../npc/18503-IngeniousContraption.xml | 25 + .../npc/18504-IngeniousContraption.xml | 25 + .../npc/18505-IngeniousContraption.xml | 25 + .../templates/npc/18506-SoulCrystalPillar.xml | 25 + data/templates/npc/18507.xml | 24 + data/templates/npc/18508.xml | 24 + data/templates/npc/18509.xml | 24 + data/templates/npc/18510.xml | 24 + data/templates/npc/18511.xml | 24 + data/templates/npc/18512.xml | 24 + data/templates/npc/18513.xml | 24 + data/templates/npc/18514.xml | 24 + data/templates/npc/18515.xml | 24 + data/templates/npc/18516.xml | 24 + data/templates/npc/18517.xml | 24 + data/templates/npc/18518.xml | 24 + data/templates/npc/18519.xml | 24 + data/templates/npc/18520.xml | 24 + data/templates/npc/18521.xml | 24 + data/templates/npc/18522.xml | 24 + data/templates/npc/18523.xml | 24 + data/templates/npc/18524.xml | 24 + data/templates/npc/18525.xml | 24 + data/templates/npc/18526.xml | 24 + data/templates/npc/18527.xml | 24 + data/templates/npc/18528.xml | 24 + data/templates/npc/18529.xml | 24 + data/templates/npc/18530.xml | 24 + data/templates/npc/18531.xml | 24 + data/templates/npc/18532.xml | 24 + data/templates/npc/18533.xml | 24 + .../npc/18534-KertangSTreasureChest.xml | 25 + .../npc/18535-KertangSTreasureChest.xml | 25 + .../npc/18536-KertangSTreasureChest.xml | 25 + .../npc/18537-KertangSTreasureChest.xml | 25 + .../npc/18538-KertangSTreasureChest.xml | 25 + .../templates/npc/18539-ResurrectionTower.xml | 25 + .../templates/npc/18540-ResurrectionTower.xml | 25 + .../templates/npc/18541-ResurrectionTower.xml | 25 + .../templates/npc/18542-ResurrectionTower.xml | 25 + .../templates/npc/18543-ResurrectionTower.xml | 25 + .../npc/18579-HuntingGroundKeeper.xml | 26 + data/templates/npc/18580-CursedGirl.xml | 25 + data/templates/npc/18581-Gardener.xml | 25 + data/templates/npc/18582-TurnedGirl.xml | 26 + data/templates/npc/18583-Housekeeper.xml | 25 + data/templates/npc/18584-TurnedBoy.xml | 25 + data/templates/npc/18585-CursedGirl.xml | 25 + data/templates/npc/18586-Gardener.xml | 25 + data/templates/npc/18587-BegrudgedMaid.xml | 25 + .../npc/18588-HuntingGroundKeeper.xml | 26 + data/templates/npc/18589-CursedGardener.xml | 25 + data/templates/npc/18590-BaronessEmployee.xml | 26 + data/templates/npc/18591-BegrudgedBoy.xml | 25 + data/templates/npc/18592-KrateiSSteward.xml | 25 + data/templates/npc/18593-Housekeeper.xml | 25 + data/templates/npc/18594-MansionGuide.xml | 25 + data/templates/npc/18595-BaronessEmployee.xml | 26 + data/templates/npc/18596-CursedGardener.xml | 25 + data/templates/npc/18597-BegrudgedMaid.xml | 25 + data/templates/npc/18598-CursedHeadMaid.xml | 25 + data/templates/npc/18599-MansionManager.xml | 25 + data/templates/npc/18600-KrateiSSteward.xml | 25 + data/templates/npc/18601-KrateiSWatcher.xml | 25 + data/templates/npc/18602-KrateiSWatcher.xml | 25 + data/templates/npc/18603.xml | 24 + data/templates/npc/18604.xml | 24 + data/templates/npc/18605.xml | 24 + data/templates/npc/18606.xml | 24 + data/templates/npc/18617.xml | 24 + data/templates/npc/18618.xml | 24 + data/templates/npc/18619.xml | 24 + data/templates/npc/18621.xml | 24 + data/templates/npc/18661.xml | 24 + data/templates/npc/18662.xml | 24 + data/templates/npc/18663.xml | 24 + data/templates/npc/18678-EnergySeedWater.xml | 25 + data/templates/npc/18679-EnergySeedFire.xml | 25 + data/templates/npc/18680-EnergySeedWind.xml | 25 + data/templates/npc/18681-EnergySeedEarth.xml | 25 + .../npc/18682-EnergySeedDivinity.xml | 25 + .../npc/18683-EnergySeedDarkness.xml | 25 + .../npc/18702-DimensionMovingDevice.xml | 25 + .../templates/npc/18718-SacrificedFanatic.xml | 26 + .../templates/npc/18719-SacrificedFanatic.xml | 25 + data/templates/npc/18720-Trap.xml | 24 + data/templates/npc/18721-Trap.xml | 24 + data/templates/npc/18722-Trap.xml | 24 + data/templates/npc/18723-Trap.xml | 24 + data/templates/npc/18724-Trap.xml | 24 + data/templates/npc/18725-Trap.xml | 24 + data/templates/npc/18726-Trap.xml | 24 + data/templates/npc/18727-Trap.xml | 24 + data/templates/npc/18728-Trap.xml | 24 + data/templates/npc/18729-Trap.xml | 24 + data/templates/npc/18730-Trap.xml | 24 + data/templates/npc/18731-Trap.xml | 24 + data/templates/npc/18732-Trap.xml | 24 + data/templates/npc/18733-Trap.xml | 24 + data/templates/npc/18734-Trap.xml | 24 + data/templates/npc/18735-Trap.xml | 24 + data/templates/npc/18736-Trap.xml | 24 + data/templates/npc/18737-Trap.xml | 24 + data/templates/npc/18738-Trap.xml | 24 + data/templates/npc/18739-Trap.xml | 24 + data/templates/npc/18740-Trap.xml | 24 + data/templates/npc/18741-Trap.xml | 24 + data/templates/npc/18742-Trap.xml | 24 + data/templates/npc/18743-Trap.xml | 24 + data/templates/npc/18744-Trap.xml | 24 + data/templates/npc/18745-Trap.xml | 24 + data/templates/npc/18746-Trap.xml | 24 + data/templates/npc/18747-Trap.xml | 24 + data/templates/npc/18748-Trap.xml | 24 + data/templates/npc/18749-Trap.xml | 24 + data/templates/npc/18750-Trap.xml | 24 + data/templates/npc/18751-Trap.xml | 24 + data/templates/npc/18752-Trap.xml | 24 + data/templates/npc/18753-Trap.xml | 24 + data/templates/npc/18754-Trap.xml | 24 + data/templates/npc/18755-Trap.xml | 24 + data/templates/npc/18756-Trap.xml | 24 + data/templates/npc/18757-Trap.xml | 24 + data/templates/npc/18758-Trap.xml | 24 + data/templates/npc/18759-Trap.xml | 24 + data/templates/npc/18760-Trap.xml | 24 + data/templates/npc/18761-Trap.xml | 24 + data/templates/npc/18762-Trap.xml | 24 + data/templates/npc/18763-Trap.xml | 24 + data/templates/npc/18764-Trap.xml | 24 + data/templates/npc/18765-Trap.xml | 24 + data/templates/npc/18766-Trap.xml | 24 + data/templates/npc/18767-Trap.xml | 24 + data/templates/npc/18768-Trap.xml | 24 + data/templates/npc/18769-Trap.xml | 24 + data/templates/npc/18770-Trap.xml | 24 + data/templates/npc/18771-Trap.xml | 24 + data/templates/npc/18772-Trap.xml | 24 + data/templates/npc/18773-Trap.xml | 24 + data/templates/npc/18774-Trap.xml | 24 + .../18775-SeedOfDestructionControlDevice.xml | 25 + .../templates/npc/18824-MerchantOfMammonA.xml | 25 + .../templates/npc/18825-MerchantOfMammonB.xml | 25 + ...826-ShilenSEvilThoughtsForPresentation.xml | 25 + .../npc/18827-PriestCainForPresentation.xml | 25 + data/templates/npc/18828-HighPriestOfDawn.xml | 25 + ...ilenSEvilThoughtsLeaderForPresentation.xml | 25 + .../18830-SsqForPresentationCameraDummy1.xml | 25 + .../18831-SsqForPresentationCameraDummy2.xml | 25 + .../18832-SsqForPresentationCameraDummy3.xml | 25 + .../npc/18833-EmperorSSealDevice.xml | 25 + data/templates/npc/18834-GuardsOfTheDawn.xml | 26 + data/templates/npc/18835-GuardsOfTheDawn.xml | 26 + .../templates/npc/18836-VarangkaSGuardian.xml | 25 + data/templates/npc/18837.xml | 24 + ...easureChestOfInvaderSoldierOfNightmare.xml | 25 + data/templates/npc/18839-WildMaguen.xml | 25 + data/templates/npc/18840.xml | 24 + data/templates/npc/18841.xml | 24 + data/templates/npc/18842.xml | 24 + data/templates/npc/18843-CokrakonSWard.xml | 25 + data/templates/npc/18844-ReptilikonSWard.xml | 25 + .../templates/npc/18845-TorumbaSTelegraph.xml | 25 + data/templates/npc/18846-Kegor.xml | 25 + data/templates/npc/18847-Freya.xml | 26 + data/templates/npc/18848-BattalionLeader.xml | 27 + data/templates/npc/18849-Legionnaire.xml | 27 + data/templates/npc/18850-Jinia.xml | 25 + data/templates/npc/18851-Kegor.xml | 25 + data/templates/npc/18852-Sirra.xml | 25 + data/templates/npc/18853-Glacier.xml | 25 + data/templates/npc/18854-ArcherSBreath.xml | 25 + data/templates/npc/18855-ArcheryKnight.xml | 25 + data/templates/npc/18856-ArcheryKnight.xml | 25 + data/templates/npc/18857.xml | 24 + data/templates/npc/18858.xml | 24 + data/templates/npc/18859.xml | 24 + data/templates/npc/18860.xml | 24 + data/templates/npc/18861.xml | 24 + data/templates/npc/18901-Kookaburra.xml | 29 + data/templates/npc/18902-Cougar.xml | 29 + data/templates/npc/18903-Buffalo.xml | 29 + data/templates/npc/18904-Grendel.xml | 29 + data/templates/npc/18905-FarmRavager.xml | 29 + .../npc/18911-AbbeyTreasureChest.xml | 25 + data/templates/npc/18913-Furnace.xml | 25 + data/templates/npc/18914-Furnace.xml | 25 + data/templates/npc/18915-DivineFurnace.xml | 25 + data/templates/npc/18916.xml | 24 + data/templates/npc/18918.xml | 24 + data/templates/npc/18919.xml | 24 + data/templates/npc/18920.xml | 24 + data/templates/npc/18921-SquareBase.xml | 25 + data/templates/npc/18922-DoorGolem.xml | 26 + data/templates/npc/18923-DoorGolem.xml | 26 + data/templates/npc/18924-DoorGolem.xml | 25 + data/templates/npc/18925-Trap.xml | 24 + data/templates/npc/18926-MercenaryArcher.xml | 26 + data/templates/npc/18927-Fire.xml | 25 + data/templates/npc/18929-WardOfTheGrail.xml | 25 + data/templates/npc/18930.xml | 24 + data/templates/npc/18931.xml | 24 + data/templates/npc/18932.xml | 24 + data/templates/npc/18933-FireFeed.xml | 25 + .../npc/18934-AbbeyTreasureChest.xml | 25 + .../npc/18935-DivineSwordProtection.xml | 25 + data/templates/npc/18936.xml | 24 + data/templates/npc/19-Wooldy.xml | 26 + data/templates/npc/2.xml | 24 + data/templates/npc/20-Verdandi.xml | 26 + data/templates/npc/21-Skooldy.xml | 26 + data/templates/npc/22-LuckySkyLantern.xml | 25 + .../npc/22389-FoundrySpiritGuard.xml | 42 + data/templates/npc/22766-MithrilMillipede.xml | 25 + data/templates/npc/22767-ArcheryKnight.xml | 25 + data/templates/npc/23-AmbienceSkyLantern.xml | 25 + data/templates/npc/24-SwaySkyLantern.xml | 25 + data/templates/npc/25-ComfortSkyLantern.xml | 25 + data/templates/npc/25529-GardenGuard.xml | 26 + data/templates/npc/25530-GardenGuard.xml | 26 + .../npc/26-HalloweenEventManager.xml | 25 + data/templates/npc/27-Kadomas.xml | 25 + data/templates/npc/28-Kotatz.xml | 25 + data/templates/npc/29-FlameBox.xml | 26 + data/templates/npc/29025-Baium.xml | 25 + data/templates/npc/29106.xml | 24 + data/templates/npc/29107.xml | 24 + data/templates/npc/29108.xml | 24 + data/templates/npc/29109.xml | 24 + data/templates/npc/29110.xml | 24 + data/templates/npc/29111.xml | 24 + data/templates/npc/29112.xml | 24 + data/templates/npc/29113.xml | 24 + data/templates/npc/29114.xml | 24 + data/templates/npc/29120-BelethCamera1.xml | 25 + data/templates/npc/29121-BelethCamera2.xml | 25 + data/templates/npc/29122-BelethCamera3.xml | 25 + data/templates/npc/29123-BelethCamera4.xml | 25 + data/templates/npc/29124-BelethCamera5.xml | 25 + data/templates/npc/29125-BelethCamera6.xml | 25 + .../29126-BelethPresentationIncarnation1.xml | 25 + .../29127-BelethPresentationIncarnation2.xml | 25 + .../npc/29128-BelethPresentationElf.xml | 25 + data/templates/npc/29153.xml | 24 + data/templates/npc/29154.xml | 24 + data/templates/npc/29155.xml | 24 + data/templates/npc/29156.xml | 24 + data/templates/npc/29157.xml | 24 + data/templates/npc/29158.xml | 24 + data/templates/npc/29159.xml | 24 + data/templates/npc/29160.xml | 24 + .../templates/npc/29161-PreAwakenedEkimus.xml | 25 + data/templates/npc/29164.xml | 24 + data/templates/npc/29165.xml | 24 + data/templates/npc/29166.xml | 24 + data/templates/npc/29167.xml | 24 + data/templates/npc/29168.xml | 24 + data/templates/npc/29170.xml | 24 + data/templates/npc/29171.xml | 24 + data/templates/npc/29172.xml | 24 + data/templates/npc/29173-TiatPriest.xml | 25 + data/templates/npc/29174-TiatPriest.xml | 25 + data/templates/npc/3-SantaSHelper.xml | 25 + data/templates/npc/30-Santa.xml | 26 + data/templates/npc/30008-Roien.xml | 26 + data/templates/npc/30009-NewbieHelper.xml | 25 + data/templates/npc/30017-Gallint.xml | 26 + data/templates/npc/30019-NewbieHelper.xml | 25 + data/templates/npc/30048-Darin.xml | 25 + data/templates/npc/30049-Bonnie.xml | 25 + data/templates/npc/30050-Elias.xml | 25 + data/templates/npc/30051-Cristel.xml | 25 + data/templates/npc/30129-Mitraell.xml | 26 + data/templates/npc/30130-Undrias.xml | 26 + data/templates/npc/30131-NewbieHelper.xml | 25 + data/templates/npc/30132-Cecktinon.xml | 26 + data/templates/npc/30133-Kartia.xml | 26 + data/templates/npc/30141-Talloth.xml | 26 + data/templates/npc/30222-Alshupes.xml | 25 + data/templates/npc/30223-Arujien.xml | 25 + data/templates/npc/30283-Altran.xml | 27 + data/templates/npc/30305-Vellior.xml | 26 + data/templates/npc/30307-Karrod.xml | 26 + .../npc/30311-SirCollinWindawood.xml | 25 + data/templates/npc/30312-Rockswell.xml | 26 + data/templates/npc/30342-Varsak.xml | 25 + data/templates/npc/30351-Astaron.xml | 25 + data/templates/npc/30352-Karina.xml | 25 + data/templates/npc/30353-Jughead.xml | 25 + data/templates/npc/30354-Jewel.xml | 25 + data/templates/npc/30359-Kaitar.xml | 26 + data/templates/npc/30361-Rizraell.xml | 25 + data/templates/npc/30362-Andellia.xml | 25 + data/templates/npc/30363-Aios.xml | 26 + data/templates/npc/30368-Lilith.xml | 25 + data/templates/npc/30370-Nerupa.xml | 25 + data/templates/npc/30371-Thalia.xml | 25 + data/templates/npc/30391-Parina.xml | 25 + data/templates/npc/30400-NewbieHelper.xml | 25 + data/templates/npc/30401-NewbieHelper.xml | 25 + data/templates/npc/30402-NewbieHelper.xml | 25 + data/templates/npc/30403-NewbieHelper.xml | 25 + data/templates/npc/30404-NewbieHelper.xml | 25 + data/templates/npc/30405-Marius.xml | 25 + data/templates/npc/30406-Matheo.xml | 25 + data/templates/npc/30407-Mesella.xml | 25 + data/templates/npc/30408-Lionel.xml | 25 + data/templates/npc/30409-EarthSnake.xml | 25 + .../npc/30410-WastelandLizardman.xml | 25 + data/templates/npc/30411-FlameSalamander.xml | 25 + data/templates/npc/30412-WindSylph.xml | 25 + data/templates/npc/30413-WaterUndine.xml | 25 + data/templates/npc/30414-Rosella.xml | 25 + data/templates/npc/30415-Charkeren.xml | 25 + data/templates/npc/30416-Triskel.xml | 25 + data/templates/npc/30417-SirKlausVasper.xml | 25 + data/templates/npc/30418-Annika.xml | 25 + data/templates/npc/30419-Arkenia.xml | 26 + data/templates/npc/30421-Varika.xml | 26 + data/templates/npc/30422-Kalinta.xml | 26 + data/templates/npc/30423-Northwind.xml | 25 + data/templates/npc/30424-Allana.xml | 25 + data/templates/npc/30425-Neti.xml | 25 + data/templates/npc/30426-Prias.xml | 25 + data/templates/npc/30428-Perrin.xml | 25 + data/templates/npc/30434-Samed.xml | 25 + data/templates/npc/30435-Leopold.xml | 25 + data/templates/npc/30469-Jonas.xml | 25 + data/templates/npc/30477-SirOrthoLancer.xml | 25 + data/templates/npc/30497-Edmond.xml | 25 + data/templates/npc/30523-Gouph.xml | 26 + data/templates/npc/30524-Pippi.xml | 26 + data/templates/npc/30528-Laferon.xml | 26 + data/templates/npc/30529-Maron.xml | 26 + data/templates/npc/30530-NewbieHelper.xml | 25 + data/templates/npc/30531-Lockirin.xml | 26 + data/templates/npc/30532-Spiron.xml | 26 + data/templates/npc/30533-Balanki.xml | 26 + data/templates/npc/30534-Keef.xml | 26 + data/templates/npc/30535-Filaur.xml | 26 + data/templates/npc/30536-Arin.xml | 26 + data/templates/npc/30537-Daichir.xml | 26 + data/templates/npc/30538-Zimenf.xml | 26 + data/templates/npc/30539-Chichirin.xml | 26 + .../npc/30549-GhouliffDroopstone.xml | 25 + data/templates/npc/30550-GauriTwinklerock.xml | 25 + data/templates/npc/30551-TinkWandergold.xml | 25 + data/templates/npc/30552-KirilSparkystone.xml | 25 + data/templates/npc/30553-MaryseRedbonnet.xml | 25 + data/templates/npc/30554-Bolter.xml | 26 + data/templates/npc/30555-Torocco.xml | 26 + data/templates/npc/30556-Toma.xml | 26 + data/templates/npc/30557-Torai.xml | 25 + data/templates/npc/30564-Sumari.xml | 26 + data/templates/npc/30566-Varkees.xml | 27 + data/templates/npc/30567-Tantus.xml | 27 + data/templates/npc/30568-Hatos.xml | 27 + data/templates/npc/30573-Vulkus.xml | 26 + data/templates/npc/30575-NewbieHelper.xml | 25 + data/templates/npc/30585-TataruZuHestui.xml | 25 + data/templates/npc/30586-AnaiZuNeruga.xml | 25 + data/templates/npc/30587-GantakiZuUrutu.xml | 25 + data/templates/npc/30588-TakiaZuDudaMara.xml | 25 + data/templates/npc/30589-KazkinZuGandi.xml | 25 + data/templates/npc/30590-Rosheek.xml | 26 + data/templates/npc/30591-Toruku.xml | 26 + .../templates/npc/30592-HestuiTotemSpirit.xml | 25 + .../npc/30593-DudaMaraTotemSpirit.xml | 25 + data/templates/npc/30596-Harkel.xml | 26 + data/templates/npc/30597-Piotur.xml | 25 + data/templates/npc/30598-NewbieGuide.xml | 25 + data/templates/npc/30599-NewbieGuide.xml | 25 + data/templates/npc/30600-NewbieGuide.xml | 25 + data/templates/npc/30601-NewbieGuide.xml | 25 + data/templates/npc/30602-NewbieGuide.xml | 25 + data/templates/npc/30608-Maria.xml | 25 + data/templates/npc/30609-Creta.xml | 26 + data/templates/npc/30610-Cronos.xml | 26 + data/templates/npc/30611-Triff.xml | 26 + data/templates/npc/30612-Casian.xml | 26 + data/templates/npc/30613-AldersSpirit.xml | 25 + data/templates/npc/30614-Metheus.xml | 26 + data/templates/npc/30615-Voltar.xml | 27 + data/templates/npc/30616-Kepra.xml | 27 + data/templates/npc/30617-Burai.xml | 27 + data/templates/npc/30618-Harak.xml | 27 + data/templates/npc/30619-Driko.xml | 27 + data/templates/npc/30620-Emily.xml | 25 + data/templates/npc/30621-Nikola.xml | 26 + data/templates/npc/30622-BoxOfTitan.xml | 24 + data/templates/npc/30623-Kaien.xml | 27 + data/templates/npc/30624-Ascalon.xml | 27 + data/templates/npc/30625-Mason.xml | 25 + data/templates/npc/30626-Hamil.xml | 26 + data/templates/npc/30627-Tree.xml | 24 + .../templates/npc/30628-StrongWoodenChest.xml | 24 + data/templates/npc/30629-Rukal.xml | 27 + data/templates/npc/30630-Orim.xml | 26 + data/templates/npc/30631-Roderik.xml | 27 + data/templates/npc/30632-Endrigo.xml | 27 + data/templates/npc/30633-Evert.xml | 26 + data/templates/npc/30634-Galatea.xml | 26 + data/templates/npc/30635-Almors.xml | 26 + data/templates/npc/30636-Camoniell.xml | 26 + data/templates/npc/30637-Belthus.xml | 26 + data/templates/npc/30638-Basilla.xml | 26 + data/templates/npc/30639-Celestiel.xml | 26 + data/templates/npc/30640-Brynthea.xml | 26 + data/templates/npc/30641-Takuna.xml | 27 + data/templates/npc/30642-Chianta.xml | 27 + data/templates/npc/30643-FirstOrc.xml | 25 + data/templates/npc/30644-Kash.xml | 25 + data/templates/npc/30645-Martien.xml | 25 + data/templates/npc/30646-Raldo.xml | 26 + .../templates/npc/30647-ChestOfShyslassys.xml | 24 + data/templates/npc/30648-Santiago.xml | 26 + .../templates/npc/30649-AncestorMartankus.xml | 25 + data/templates/npc/30650-Gerald.xml | 26 + data/templates/npc/30651-Dorf.xml | 26 + data/templates/npc/30652-Uruha.xml | 25 + data/templates/npc/30653-SirAronTanford.xml | 25 + data/templates/npc/30654-SirKielNighthawk.xml | 26 + .../templates/npc/30655-IsaelSilvershadow.xml | 25 + .../npc/30656-SpiritOfSirTalianus.xml | 25 + data/templates/npc/30657-Seresin.xml | 26 + data/templates/npc/30658-Gupu.xml | 26 + data/templates/npc/30659-OrphanGirl.xml | 25 + data/templates/npc/30660-WindyShaoring.xml | 25 + .../templates/npc/30661-MysteriousDarkElf.xml | 25 + data/templates/npc/30662-PiperLongbow.xml | 25 + .../templates/npc/30663-SleinShiningBlade.xml | 26 + data/templates/npc/30664-CainFlyingKnife.xml | 26 + data/templates/npc/30665-Kristina.xml | 26 + data/templates/npc/30666-Sla.xml | 26 + data/templates/npc/30667-Ramus.xml | 25 + data/templates/npc/30668-Katari.xml | 25 + data/templates/npc/30669-Kakan.xml | 25 + data/templates/npc/30670-Nyakuri.xml | 25 + data/templates/npc/30671-Croto.xml | 26 + data/templates/npc/30672-Dubabah.xml | 26 + data/templates/npc/30673-Lorain.xml | 26 + .../templates/npc/30674-DaurinHammercrush.xml | 25 + data/templates/npc/30675-CorpseOfKamur.xml | 25 + data/templates/npc/30702-Bernard.xml | 26 + data/templates/npc/30703-Colin.xml | 26 + data/templates/npc/30728-Leirynn.xml | 27 + data/templates/npc/30729-Borys.xml | 26 + data/templates/npc/30730-Jax.xml | 27 + data/templates/npc/30732-OlMahumPilgrim.xml | 26 + data/templates/npc/30734-SupplyBoxOnWharf.xml | 24 + data/templates/npc/30735-Sophya.xml | 26 + data/templates/npc/30736-Redfoot.xml | 26 + data/templates/npc/30737-Morgan.xml | 26 + data/templates/npc/30738-Matild.xml | 26 + data/templates/npc/30739-Keltir.xml | 26 + data/templates/npc/30740-Toad.xml | 26 + data/templates/npc/30741-Rabbit.xml | 26 + data/templates/npc/30742-Rupina.xml | 26 + data/templates/npc/30743-WisdomChest.xml | 24 + data/templates/npc/30744-Grey.xml | 26 + data/templates/npc/30745-Tor.xml | 26 + data/templates/npc/30746-Cybellin.xml | 25 + data/templates/npc/30747-Mimyu.xml | 26 + data/templates/npc/30748-Exarion.xml | 26 + data/templates/npc/30749-Zwov.xml | 26 + data/templates/npc/30750-Kalibran.xml | 26 + data/templates/npc/30751-Suzet.xml | 26 + data/templates/npc/30752-Shamhai.xml | 26 + data/templates/npc/30753-Gabrielle.xml | 25 + data/templates/npc/30754-Gilmore.xml | 27 + data/templates/npc/30755-Theodric.xml | 27 + .../templates/npc/30756-SirKristofRodemai.xml | 25 + data/templates/npc/30757-StatueOfOffering.xml | 24 + data/templates/npc/30758-Athrea.xml | 26 + data/templates/npc/30759-Kalis.xml | 26 + .../npc/30760-SirGustavAthebaldt.xml | 25 + data/templates/npc/30761-CorpseOfFritz.xml | 25 + data/templates/npc/30762-CorpseOfLutz.xml | 25 + data/templates/npc/30763-CorpseOfKurtz.xml | 25 + data/templates/npc/30764-Balthazar.xml | 25 + data/templates/npc/30765-ImperialCoffer.xml | 24 + data/templates/npc/30766-Cleo.xml | 26 + data/templates/npc/30832-Hardin.xml | 25 + data/templates/npc/30868-SirEricRodemai.xml | 26 + data/templates/npc/30925-Morelyn.xml | 26 + data/templates/npc/30926-Restina.xml | 26 + data/templates/npc/30927-Alicia.xml | 26 + data/templates/npc/30928-Fenster.xml | 26 + data/templates/npc/30929-Patrin.xml | 26 + data/templates/npc/30930-Rogent.xml | 26 + data/templates/npc/30931-Bentley.xml | 25 + data/templates/npc/30932-Benica.xml | 25 + data/templates/npc/30933-Braki.xml | 25 + data/templates/npc/30934-Marsha.xml | 26 + data/templates/npc/30935-Trumpin.xml | 26 + data/templates/npc/30944-Malcom9.xml | 26 + data/templates/npc/30945-Malcom10.xml | 26 + data/templates/npc/30946-LucianneTanford.xml | 25 + data/templates/npc/30947-Rerikya.xml | 25 + data/templates/npc/30948-Meridien.xml | 25 + data/templates/npc/30949-Keplon.xml | 26 + data/templates/npc/30950-Euclie.xml | 26 + data/templates/npc/30951-Pithgon.xml | 26 + .../npc/30952-DimensionalVortex1.xml | 24 + .../npc/30953-DimensionalVortex2.xml | 24 + .../npc/30954-DimensionalVortex3.xml | 24 + data/templates/npc/30956-Nanarin.xml | 27 + data/templates/npc/30957-Swan.xml | 27 + data/templates/npc/30958-Galion.xml | 25 + data/templates/npc/30959-Barbado.xml | 27 + data/templates/npc/30960-BeerChest.xml | 24 + data/templates/npc/30961-ClothChest.xml | 24 + data/templates/npc/30962-StatueOfWater.xml | 24 + data/templates/npc/30963-StatueOfFire.xml | 24 + data/templates/npc/30964-StatueOfWind.xml | 24 + data/templates/npc/30965-StatueOfEarth.xml | 24 + data/templates/npc/30966-StatueOfDarkness.xml | 24 + data/templates/npc/30967-StatueOfLight.xml | 24 + data/templates/npc/30968-Jennifer.xml | 26 + data/templates/npc/30969-IasonHeine.xml | 25 + data/templates/npc/30970-Dorothy.xml | 26 + data/templates/npc/30971-Orpheus.xml | 26 + data/templates/npc/30973-MediumJar.xml | 24 + data/templates/npc/30974-Oliver.xml | 26 + data/templates/npc/30975-Clarine.xml | 26 + .../npc/30976-ResurrectedTownMaiden.xml | 25 + .../templates/npc/30977-HolyArkOfSecrecy1.xml | 24 + .../templates/npc/30978-HolyArkOfSecrecy2.xml | 24 + .../templates/npc/30979-HolyArkOfSecrecy3.xml | 24 + .../npc/30980-ArkGuardianSCorpse.xml | 25 + data/templates/npc/30981-BlackJudge.xml | 25 + data/templates/npc/30988-Verce.xml | 26 + data/templates/npc/30989-ChestOfBifrons.xml | 24 + .../npc/30990-LotteryTicketSeller.xml | 25 + .../npc/30991-LotteryTicketSeller.xml | 25 + .../npc/30992-LotteryTicketSeller.xml | 25 + .../npc/30993-LotteryTicketSeller.xml | 25 + .../npc/30994-LotteryTicketSeller.xml | 25 + data/templates/npc/30995-RaceManager.xml | 25 + data/templates/npc/31.xml | 24 + data/templates/npc/31001-ClaudiaAthebaldt.xml | 25 + data/templates/npc/31002-Reorin.xml | 26 + data/templates/npc/31027-CofferOfTheDead.xml | 24 + data/templates/npc/31028-ChestOfKernon.xml | 24 + data/templates/npc/31029-ChestOfGolkonda.xml | 24 + data/templates/npc/31030-ChestOfHallate.xml | 24 + data/templates/npc/31042-Kantabilon.xml | 26 + data/templates/npc/31043-Octavia.xml | 26 + data/templates/npc/31074-CorpseOfHutaku.xml | 25 + .../npc/31075-SalesCatOfIvoryTower.xml | 25 + data/templates/npc/31076-NewbieGuide.xml | 25 + data/templates/npc/31077-NewbieGuide.xml | 25 + data/templates/npc/31148-PirateSChest.xml | 24 + .../npc/31149-AlchemistSMixingUrn.xml | 24 + data/templates/npc/31170-CrestOfDawn.xml | 24 + data/templates/npc/31171-CrestOfDusk.xml | 24 + .../npc/31210-RaceTrackGatekeeper.xml | 25 + data/templates/npc/31226-ArenaDirector.xml | 25 + data/templates/npc/31227-BuzzTheCat.xml | 26 + data/templates/npc/31228-RoyTheCat.xml | 26 + data/templates/npc/31229-WinnieTheCat.xml | 26 + data/templates/npc/31230-LouieTheCat.xml | 26 + data/templates/npc/31231-PreacherOfDoom.xml | 25 + data/templates/npc/31232-PreacherOfDoom.xml | 25 + data/templates/npc/31233-PreacherOfDoom.xml | 25 + data/templates/npc/31234-PreacherOfDoom.xml | 25 + data/templates/npc/31235-PreacherOfDoom.xml | 25 + data/templates/npc/31236-PreacherOfDoom.xml | 25 + data/templates/npc/31237-PreacherOfDoom.xml | 25 + data/templates/npc/31238-PreacherOfDoom.xml | 25 + data/templates/npc/31239-PreacherOfDoom.xml | 25 + data/templates/npc/31240-PreacherOfDoom.xml | 25 + data/templates/npc/31241-PreacherOfDoom.xml | 25 + data/templates/npc/31242-PreacherOfDoom.xml | 25 + data/templates/npc/31243-PreacherOfDoom.xml | 25 + data/templates/npc/31244-PreacherOfDoom.xml | 25 + data/templates/npc/31245-PreacherOfDoom.xml | 25 + data/templates/npc/31246-PreacherOfDoom.xml | 25 + .../npc/31247-OratorOfRevelations.xml | 25 + .../npc/31248-OratorOfRevelations.xml | 25 + .../npc/31249-OratorOfRevelations.xml | 25 + .../npc/31250-OratorOfRevelations.xml | 25 + .../npc/31251-OratorOfRevelations.xml | 25 + .../npc/31252-OratorOfRevelations.xml | 25 + .../npc/31253-OratorOfRevelations.xml | 25 + .../npc/31254-OratorOfRevelations.xml | 25 + data/templates/npc/31255-BuzzTheCat.xml | 26 + data/templates/npc/31284-Elena.xml | 26 + data/templates/npc/31310-Rafael.xml | 25 + data/templates/npc/31338-Anton.xml | 26 + data/templates/npc/31339-Hakran.xml | 26 + data/templates/npc/31348-Agripel.xml | 26 + data/templates/npc/31349-Benedict.xml | 26 + data/templates/npc/31350-Dominic.xml | 26 + data/templates/npc/31367-VoiceOfGlory.xml | 26 + data/templates/npc/31368-Mikellan.xml | 26 + data/templates/npc/31369-Mennon.xml | 26 + data/templates/npc/31370-KadunZuKetra.xml | 27 + data/templates/npc/31371-Wahkan.xml | 27 + data/templates/npc/31372-Asefa.xml | 27 + data/templates/npc/31377-AshasVarkaDurai.xml | 27 + data/templates/npc/31378-NaranAshanuk.xml | 27 + data/templates/npc/31379-UdanMardui.xml | 27 + .../npc/31384-GatekeeperOfFireDragon.xml | 26 + data/templates/npc/31385-HeartOfVolcano.xml | 24 + data/templates/npc/31387-Kurstin.xml | 25 + data/templates/npc/31388-Mina.xml | 25 + data/templates/npc/31389-Dorian.xml | 26 + data/templates/npc/31390-DummyBoyA.xml | 26 + data/templates/npc/31391-DummyBoyB.xml | 26 + data/templates/npc/31392-DummyBoyC.xml | 26 + data/templates/npc/31393-DummyBoyD.xml | 26 + data/templates/npc/31394-DummyBoyE.xml | 26 + data/templates/npc/31395-DummyLadyF.xml | 26 + data/templates/npc/31396-DummyLadyG.xml | 26 + data/templates/npc/31397-DummyLadyH.xml | 26 + data/templates/npc/31398-DummyLadyI.xml | 26 + data/templates/npc/31399-DummyLadyJ.xml | 26 + data/templates/npc/31404-MonsterRaceGuide.xml | 26 + data/templates/npc/31405-MonsterRaceGuide.xml | 26 + data/templates/npc/31406-MonsterRaceGuide.xml | 26 + data/templates/npc/31407-MonsterRaceGuide.xml | 26 + data/templates/npc/31408-MonsterRaceGuide.xml | 26 + data/templates/npc/31409-MonsterRaceGuide.xml | 26 + data/templates/npc/31410-MonsterRaceGuide.xml | 26 + data/templates/npc/31411-MonsterRaceGuide.xml | 26 + data/templates/npc/31412-MonsterRaceGuide.xml | 26 + data/templates/npc/31488-RiftPostRecruit.xml | 26 + data/templates/npc/31489-RiftPostPrivate.xml | 26 + data/templates/npc/31490-RiftPostOfficer.xml | 26 + data/templates/npc/31491-RiftPostCaptain.xml | 26 + .../templates/npc/31492-RiftPostCommander.xml | 26 + data/templates/npc/31493-RiftPostHero.xml | 26 + .../npc/31494-DimensionalGateKeeper.xml | 25 + .../npc/31495-DimensionalGateKeeper.xml | 25 + .../npc/31496-DimensionalGateKeeper.xml | 25 + .../npc/31497-DimensionalGateKeeper.xml | 25 + .../npc/31498-DimensionalGateKeeper.xml | 25 + .../npc/31499-DimensionalGateKeeper.xml | 25 + .../npc/31500-DimensionalGateKeeper.xml | 25 + .../npc/31501-DimensionalGateKeeper.xml | 25 + .../npc/31502-DimensionalGateKeeper.xml | 25 + .../npc/31503-DimensionalGateKeeper.xml | 25 + .../npc/31504-DimensionalGateKeeper.xml | 25 + .../npc/31505-DimensionalGateKeeper.xml | 25 + .../npc/31506-DimensionalGateKeeper.xml | 25 + .../npc/31507-DimensionalGateKeeper.xml | 25 + data/templates/npc/31508-AltarOfSaints.xml | 24 + data/templates/npc/31509-AltarOfSaints.xml | 24 + data/templates/npc/31510-AltarOfSaints.xml | 24 + data/templates/npc/31511-AltarOfSaints.xml | 24 + data/templates/npc/31512-EvilAltar.xml | 24 + data/templates/npc/31513-EvilAltar.xml | 24 + data/templates/npc/31514-EvilAltar.xml | 24 + data/templates/npc/31515-EvilAltar.xml | 24 + data/templates/npc/31516-EvilAltar.xml | 24 + data/templates/npc/31517-Hierarch.xml | 25 + .../npc/31518-MysteriousNecromancer.xml | 25 + data/templates/npc/31519-Enfeux.xml | 24 + data/templates/npc/31520-Leikar.xml | 26 + data/templates/npc/31521-Jeremy.xml | 26 + data/templates/npc/31522-MysteriousWizard.xml | 25 + data/templates/npc/31523-Tombstone.xml | 24 + .../npc/31524-GhostOfVonHellmann.xml | 25 + .../npc/31525-GhostOfVonHellmannSPage.xml | 25 + data/templates/npc/31526-BrokenBookshelf.xml | 24 + data/templates/npc/31527-Well.xml | 24 + data/templates/npc/31528-GhostOfPriest.xml | 25 + .../templates/npc/31529-GhostOfAdventurer.xml | 25 + data/templates/npc/31530-Box.xml | 25 + data/templates/npc/31531-Tombstone.xml | 24 + data/templates/npc/31532-MaidOfLidia.xml | 25 + data/templates/npc/31533-BrokenBookshelf.xml | 24 + data/templates/npc/31534-BrokenBookshelf.xml | 24 + data/templates/npc/31535-BrokenBookshelf.xml | 24 + data/templates/npc/31536-Coffin.xml | 25 + data/templates/npc/31537-Tunatun.xml | 26 + .../templates/npc/31538-GhostOfAdventurer.xml | 25 + data/templates/npc/31539-Vulcan.xml | 27 + data/templates/npc/31540-Klein.xml | 26 + data/templates/npc/31541-DaimonSAltar.xml | 24 + data/templates/npc/31542-YetiSTable.xml | 24 + data/templates/npc/31543-Pulin.xml | 25 + data/templates/npc/31544-Naff.xml | 25 + data/templates/npc/31545-Crocus.xml | 25 + data/templates/npc/31546-Kuber.xml | 25 + data/templates/npc/31547-Beolin.xml | 25 + .../npc/31548-MysteriousAncientTablet.xml | 24 + .../npc/31549-MysteriousAncientTablet.xml | 24 + .../npc/31550-MysteriousAncientTablet.xml | 24 + .../npc/31551-MysteriousAncientTablet.xml | 24 + .../npc/31552-MysteriousAncientTablet.xml | 24 + data/templates/npc/31553-Pierce.xml | 27 + data/templates/npc/31554-Kahman.xml | 27 + data/templates/npc/31555-Abercrombie.xml | 26 + data/templates/npc/31556-Selina.xml | 27 + data/templates/npc/31557-MercenarySentry.xml | 26 + data/templates/npc/31558-KetraSHolyAltar.xml | 24 + data/templates/npc/31559-BoxOfAsefa.xml | 24 + data/templates/npc/31560-VarkaSHolyAltar.xml | 24 + data/templates/npc/31561-UdanMarduiSBox.xml | 24 + data/templates/npc/31584-Valentine.xml | 26 + data/templates/npc/31585-SparkyTheCat.xml | 26 + data/templates/npc/31586-SparkyTheCat.xml | 26 + data/templates/npc/31587-Gedrik.xml | 26 + data/templates/npc/31588-Agnes.xml | 26 + .../npc/31589-DudaMaraTotemSpirit.xml | 25 + .../npc/31590-TruthScholarDevianne.xml | 26 + data/templates/npc/31591-SunsetGuideLuna.xml | 26 + data/templates/npc/31592-Telson.xml | 26 + data/templates/npc/31594-Mond.xml | 26 + data/templates/npc/31595-LeonaBlackbird.xml | 26 + data/templates/npc/31596-Tobald.xml | 27 + data/templates/npc/31597-Tobald.xml | 27 + data/templates/npc/31598-MedinaBlackheart.xml | 26 + .../npc/31599-DisgracedKnightWaldstein.xml | 26 + data/templates/npc/31600-PamelaAprodia.xml | 26 + data/templates/npc/31601-PamelaAprodia.xml | 26 + data/templates/npc/31602-SharonaArtemia.xml | 27 + data/templates/npc/31603-BlackCat.xml | 27 + data/templates/npc/31604-Grimst.xml | 26 + data/templates/npc/31605-Kinsley.xml | 27 + data/templates/npc/31606-AliceDeCatrina.xml | 26 + data/templates/npc/31607-SakeDunZuHestui.xml | 26 + data/templates/npc/31608-Belinda.xml | 26 + data/templates/npc/31609-AuroraTheUnicorn.xml | 26 + data/templates/npc/31610-ShikenGloomdrake.xml | 26 + .../templates/npc/31611-ScrydeHeartseeker.xml | 26 + .../npc/31612-EternityWandererStaris.xml | 26 + data/templates/npc/31613-Noctisse.xml | 27 + data/templates/npc/31614-Radyss.xml | 26 + data/templates/npc/31615-Hermit.xml | 25 + data/templates/npc/31616-Hermit.xml | 26 + data/templates/npc/31617-AriaFirstmatter.xml | 26 + data/templates/npc/31618-MoonVoiceIrene.xml | 26 + data/templates/npc/31619-EricaKenWeber.xml | 26 + .../npc/31620-VerdureElderElikia.xml | 26 + .../npc/31621-AbyssSaintElcardia.xml | 26 + data/templates/npc/31622-Keats.xml | 26 + data/templates/npc/31623-Bavarin.xml | 26 + data/templates/npc/31624-Donath.xml | 26 + data/templates/npc/31625-Yeti.xml | 27 + data/templates/npc/31626-Duncan.xml | 27 + data/templates/npc/31627-Mist.xml | 26 + data/templates/npc/31628-Lilly.xml | 26 + .../npc/31629-KaleidosTheUnicorn.xml | 25 + .../npc/31630-KaleidosTheUnicorn.xml | 25 + data/templates/npc/31631-EricRamsheart.xml | 26 + .../npc/31632-MysteriousServitor.xml | 25 + .../npc/31633-WinterHunterKadyth.xml | 26 + .../npc/31634-WinterHunterKadyth.xml | 26 + .../npc/31635-WinterHunterKadyth.xml | 26 + .../npc/31636-FlameSuccessorAkkan.xml | 26 + data/templates/npc/31637-KhavatariKashu.xml | 26 + .../npc/31638-StarlingKnightKastien.xml | 26 + data/templates/npc/31639-KainVanHalter.xml | 26 + .../templates/npc/31640-PilgrimOfDarkness.xml | 26 + .../templates/npc/31641-PilgrimOfDarkness.xml | 26 + data/templates/npc/31642-TarkaiZuDudaMara.xml | 26 + data/templates/npc/31643-SilverFeyshar.xml | 26 + data/templates/npc/31644-DawnWitnessFranz.xml | 27 + .../npc/31645-HindemithTruevoice.xml | 26 + data/templates/npc/31646-TabletOfVision.xml | 24 + data/templates/npc/31647-TabletOfVision.xml | 24 + data/templates/npc/31648-TabletOfVision.xml | 24 + data/templates/npc/31649-TabletOfVision.xml | 24 + data/templates/npc/31650-TabletOfVision.xml | 24 + data/templates/npc/31651-TabletOfVision.xml | 24 + data/templates/npc/31652-TabletOfVision.xml | 24 + data/templates/npc/31653-TabletOfVision.xml | 24 + data/templates/npc/31654-TabletOfVision.xml | 24 + data/templates/npc/31655-TabletOfVision.xml | 24 + data/templates/npc/31656-TabletOfVision.xml | 24 + data/templates/npc/31657-TabletOfVision.xml | 24 + data/templates/npc/31658-TabletOfVision.xml | 24 + data/templates/npc/31659-TabletOfVision.xml | 24 + data/templates/npc/31660-TabletOfVision.xml | 24 + .../templates/npc/31661-ForgottenMonument.xml | 24 + .../templates/npc/31662-ForgottenMonument.xml | 24 + .../templates/npc/31663-ForgottenMonument.xml | 24 + .../templates/npc/31664-ForgottenMonument.xml | 24 + data/templates/npc/31665-CorpseOfDwarf.xml | 25 + data/templates/npc/31679-EustaceVanEssen.xml | 27 + data/templates/npc/31683-EyeOfArgos.xml | 24 + data/templates/npc/31684-EyeOfUdanMardui.xml | 25 + data/templates/npc/31685-AsefaSEye.xml | 25 + .../npc/31686-GatekeeperOfFireDragon.xml | 26 + .../npc/31687-GatekeeperOfFireDragon.xml | 26 + data/templates/npc/31689-OlympiadFinisher.xml | 26 + data/templates/npc/31691-TrainingDummy.xml | 24 + data/templates/npc/31700-SaintSFollower.xml | 25 + data/templates/npc/31701-SaintSFollower.xml | 25 + data/templates/npc/31702-SaintSFollower.xml | 25 + data/templates/npc/31703-SaintSFollower.xml | 25 + data/templates/npc/31704-SaintSFollower.xml | 25 + .../npc/31705-DaimonTheWhiteEyed.xml | 25 + data/templates/npc/31706-MikiTheCat.xml | 25 + data/templates/npc/31707-KetraVanGrunt.xml | 26 + data/templates/npc/31708-KetraVanShaman.xml | 26 + data/templates/npc/31709-KetraVanCaptain.xml | 26 + .../templates/npc/31710-KetraVanCommander.xml | 26 + data/templates/npc/31711-KetraVanShaman.xml | 26 + data/templates/npc/31712-VarkaRaider.xml | 26 + data/templates/npc/31713-PreacherOfDoom.xml | 25 + data/templates/npc/31714-PreacherOfDoom.xml | 25 + data/templates/npc/31715-PreacherOfDoom.xml | 25 + data/templates/npc/31716-PreacherOfDoom.xml | 25 + data/templates/npc/31717-PreacherOfDoom.xml | 25 + data/templates/npc/31718-PreacherOfDoom.xml | 25 + data/templates/npc/31719-PreacherOfDoom.xml | 25 + data/templates/npc/31720-PreacherOfDoom.xml | 25 + .../npc/31721-OratorOfRevelations.xml | 25 + .../npc/31722-OratorOfRevelations.xml | 25 + .../npc/31723-OratorOfRevelations.xml | 25 + .../npc/31724-OratorOfRevelations.xml | 25 + .../npc/31725-OratorOfRevelations.xml | 25 + .../npc/31726-OratorOfRevelations.xml | 25 + .../npc/31727-OratorOfRevelations.xml | 25 + .../npc/31728-OratorOfRevelations.xml | 25 + data/templates/npc/31739-Talien.xml | 26 + data/templates/npc/31740-Caradine.xml | 26 + data/templates/npc/31741-Ossian.xml | 26 + data/templates/npc/31742-Virgil.xml | 25 + data/templates/npc/31743-Kassandra.xml | 25 + data/templates/npc/31744-Ogmar.xml | 25 + data/templates/npc/31745-LadyOfTheLake.xml | 25 + data/templates/npc/31746-FallenUnicorn.xml | 25 + data/templates/npc/31747-PureWhiteUnicorn.xml | 25 + .../npc/31748-CornerstoneOfRestraining.xml | 25 + data/templates/npc/31750-MysteriousWoman.xml | 25 + .../npc/31751-MysteriousDarkKnight.xml | 26 + data/templates/npc/31752-CorpseOfAngel.xml | 25 + .../npc/31759-TeleportationCubic.xml | 24 + data/templates/npc/31760-MissQueen.xml | 26 + data/templates/npc/31761-MissQueen.xml | 26 + data/templates/npc/31762-MissQueen.xml | 26 + data/templates/npc/31763-MissQueen.xml | 26 + data/templates/npc/31764-MissQueen.xml | 26 + data/templates/npc/31765-MissQueen.xml | 26 + data/templates/npc/31766-MissQueen.xml | 26 + data/templates/npc/31767-EventGatekeeper.xml | 25 + data/templates/npc/31768-EventGatekeeper.xml | 25 + data/templates/npc/31774-BerylTheCat.xml | 26 + data/templates/npc/31852-PixyMurika.xml | 25 + data/templates/npc/31854-EventManager.xml | 25 + data/templates/npc/31855-EventManager.xml | 25 + data/templates/npc/31856-EventManager.xml | 25 + data/templates/npc/31857-EventManager.xml | 25 + data/templates/npc/31858-EventManager.xml | 25 + .../npc/31859-TeleportationCubic.xml | 24 + data/templates/npc/31860-BuzzTheCat.xml | 26 + data/templates/npc/31862-AngelicVortex.xml | 24 + data/templates/npc/31863-SantaTrainee.xml | 25 + data/templates/npc/31864-SantaTrainee.xml | 25 + data/templates/npc/31865-GuardianOfBorder.xml | 24 + data/templates/npc/31866-GuardianOfBorder.xml | 24 + data/templates/npc/31867-GuardianOfBorder.xml | 24 + data/templates/npc/31868-GuardianOfBorder.xml | 24 + data/templates/npc/31869-GuardianOfBorder.xml | 24 + data/templates/npc/31870-GuardianOfBorder.xml | 24 + data/templates/npc/31871-GuardianOfBorder.xml | 24 + data/templates/npc/31872-GuardianOfBorder.xml | 24 + data/templates/npc/31873-GuardianOfBorder.xml | 24 + data/templates/npc/31874-GuardianOfBorder.xml | 24 + data/templates/npc/31875-GuardianOfBorder.xml | 24 + data/templates/npc/31876-GuardianOfBorder.xml | 24 + data/templates/npc/31877-GuardianOfBorder.xml | 24 + data/templates/npc/31878-GuardianOfBorder.xml | 24 + data/templates/npc/31879-GuardianOfBorder.xml | 24 + data/templates/npc/31880-GuardianOfBorder.xml | 24 + data/templates/npc/31881-GuardianOfBorder.xml | 24 + data/templates/npc/31882-GuardianOfBorder.xml | 24 + data/templates/npc/31883-GuardianOfBorder.xml | 24 + data/templates/npc/31884-GuardianOfBorder.xml | 24 + data/templates/npc/31885-GuardianOfBorder.xml | 24 + data/templates/npc/31886-GuardianOfBorder.xml | 24 + data/templates/npc/31887-GuardianOfBorder.xml | 24 + data/templates/npc/31888-GuardianOfBorder.xml | 24 + data/templates/npc/31889-GuardianOfBorder.xml | 24 + data/templates/npc/31890-GuardianOfBorder.xml | 24 + data/templates/npc/31891-GuardianOfBorder.xml | 24 + data/templates/npc/31892-GuardianOfBorder.xml | 24 + data/templates/npc/31893-GuardianOfBorder.xml | 24 + data/templates/npc/31894-GuardianOfBorder.xml | 24 + data/templates/npc/31895-GuardianOfBorder.xml | 24 + data/templates/npc/31896-GuardianOfBorder.xml | 24 + data/templates/npc/31897-GuardianOfBorder.xml | 24 + data/templates/npc/31898-GuardianOfBorder.xml | 24 + data/templates/npc/31899-GuardianOfBorder.xml | 24 + data/templates/npc/31900-GuardianOfBorder.xml | 24 + data/templates/npc/31901-GuardianOfBorder.xml | 24 + data/templates/npc/31902-GuardianOfBorder.xml | 24 + data/templates/npc/31903-GuardianOfBorder.xml | 24 + data/templates/npc/31904-GuardianOfBorder.xml | 24 + data/templates/npc/31905-GuardianOfBorder.xml | 24 + data/templates/npc/31906-GuardianOfBorder.xml | 24 + data/templates/npc/31907-GuardianOfBorder.xml | 24 + data/templates/npc/31908-GuardianOfBorder.xml | 24 + data/templates/npc/31909-GuardianOfBorder.xml | 24 + data/templates/npc/31910-GuardianOfBorder.xml | 24 + data/templates/npc/31911-GuardianOfBorder.xml | 24 + data/templates/npc/31912-GuardianOfBorder.xml | 24 + data/templates/npc/31913-GuardianOfBorder.xml | 24 + data/templates/npc/31914-GuardianOfBorder.xml | 24 + data/templates/npc/31915-GuardianOfBorder.xml | 24 + data/templates/npc/31916-GuardianOfBorder.xml | 24 + data/templates/npc/31917-GuardianOfBorder.xml | 24 + data/templates/npc/31918-GuardianOfBorder.xml | 24 + data/templates/npc/31999-PreacherOfDoom.xml | 25 + data/templates/npc/32-JetBike.xml | 25 + data/templates/npc/32000-PreacherOfDoom.xml | 25 + data/templates/npc/32001-PreacherOfDoom.xml | 25 + data/templates/npc/32002-PreacherOfDoom.xml | 25 + .../npc/32003-OratorOfRevelations.xml | 25 + .../npc/32004-OratorOfRevelations.xml | 25 + .../npc/32005-OratorOfRevelations.xml | 25 + .../npc/32006-OratorOfRevelations.xml | 25 + data/templates/npc/32008-Greymore.xml | 26 + data/templates/npc/32009-Devorin.xml | 26 + data/templates/npc/32010-Flauron.xml | 26 + .../templates/npc/32011-ImperialTombGuide.xml | 25 + data/templates/npc/32012-Tantan.xml | 26 + data/templates/npc/32013-Suki.xml | 26 + data/templates/npc/32014-Ivan.xml | 26 + data/templates/npc/32015-ScoutSCorpse.xml | 25 + data/templates/npc/32016-Torrant.xml | 27 + data/templates/npc/32017-Karuda.xml | 26 + data/templates/npc/32018-Misa.xml | 25 + data/templates/npc/32019-SuspiciousMan.xml | 25 + data/templates/npc/32020-Rafforty.xml | 25 + data/templates/npc/32021-IceSculpture.xml | 24 + data/templates/npc/32022-Kier.xml | 24 + data/templates/npc/32023-IceShelf.xml | 24 + data/templates/npc/32026-HestuiGuard.xml | 25 + data/templates/npc/32027-HolyBrazier.xml | 24 + data/templates/npc/32028-HolyGrail.xml | 24 + data/templates/npc/32029-FreyaSSteward.xml | 25 + data/templates/npc/32030-GardenSculpture.xml | 24 + .../templates/npc/32031-IceFairySculpture.xml | 24 + data/templates/npc/32032-StrangeMachine.xml | 24 + data/templates/npc/32033-DoctorChaos.xml | 25 + data/templates/npc/32038-RitualOffering.xml | 25 + data/templates/npc/32041-Yumi.xml | 26 + data/templates/npc/32042-Weathermaster.xml | 24 + data/templates/npc/32043-Weathermaster.xml | 24 + data/templates/npc/32044-Weathermaster.xml | 25 + .../npc/32045-DoctorChaosSecretBookshelf.xml | 25 + .../32046-SuspiciousLookingPileOfStones.xml | 25 + data/templates/npc/32047-Wendy.xml | 25 + data/templates/npc/32048-EventGatekeeper.xml | 25 + data/templates/npc/32049-Rooney.xml | 26 + data/templates/npc/32050-PartsBox.xml | 24 + data/templates/npc/32051-AltarGatekeeper.xml | 24 + data/templates/npc/32052-Obi.xml | 26 + data/templates/npc/32053-Abey.xml | 26 + .../npc/32054-GhostOfARailroadEngineer.xml | 25 + ...32055-GhostOfAnAncientRailroadEngineer.xml | 25 + data/templates/npc/32056-Aren.xml | 26 + .../npc/32057-TotemSpiritOfGandi.xml | 25 + data/templates/npc/32058-TriolSRevelation.xml | 24 + data/templates/npc/32059-TriolSRevelation.xml | 24 + data/templates/npc/32060-TriolSRevelation.xml | 24 + data/templates/npc/32061-TriolSRevelation.xml | 24 + data/templates/npc/32062-TriolSRevelation.xml | 24 + data/templates/npc/32063-TriolSRevelation.xml | 24 + data/templates/npc/32064-TriolSRevelation.xml | 24 + data/templates/npc/32065-TriolSRevelation.xml | 24 + data/templates/npc/32066-TriolSRevelation.xml | 24 + data/templates/npc/32067-TriolSRevelation.xml | 24 + data/templates/npc/32068-TriolSRevelation.xml | 24 + data/templates/npc/32069-Gutenhagen.xml | 26 + data/templates/npc/32071-Linda.xml | 25 + data/templates/npc/32073-OldFemaleDrifter.xml | 25 + .../npc/32074-GludioTerritoryManager.xml | 26 + data/templates/npc/32075-SandyTheCat.xml | 26 + data/templates/npc/32076-Box.xml | 24 + data/templates/npc/32077-IceSculpture.xml | 24 + data/templates/npc/32078-IceSculpture.xml | 24 + data/templates/npc/32079-IceSculpture.xml | 24 + .../npc/32090-DeadLeopardSCarcass.xml | 25 + data/templates/npc/32091-OmegaSCat.xml | 26 + data/templates/npc/32099-TonyTheCat.xml | 26 + data/templates/npc/32100-TonyTheCat.xml | 26 + data/templates/npc/32101-TonyTheCat.xml | 26 + data/templates/npc/32102-TonyTheCat.xml | 26 + data/templates/npc/32103-TellingTheCat.xml | 26 + data/templates/npc/32104-Vervato.xml | 25 + .../npc/32107-TeleportationCubic.xml | 24 + .../npc/32109-ShilenSStoneStatue.xml | 24 + data/templates/npc/32110.xml | 24 + data/templates/npc/32111-Orahochin.xml | 26 + data/templates/npc/32112-Gariachin.xml | 25 + data/templates/npc/32113-Marquez.xml | 25 + data/templates/npc/32114-Mushika.xml | 25 + data/templates/npc/32115-Asamah.xml | 25 + data/templates/npc/32116-Kirikachin.xml | 25 + data/templates/npc/32117-Karakawei.xml | 25 + data/templates/npc/32118-MantarasaEgg.xml | 24 + data/templates/npc/32119-UluKaimu.xml | 25 + data/templates/npc/32120-BaluKaimu.xml | 25 + data/templates/npc/32121-ChutaKaimu.xml | 25 + data/templates/npc/32122-WarriorSGrave.xml | 25 + data/templates/npc/32123-Valakas.xml | 25 + data/templates/npc/32124-GreatSoul.xml | 24 + data/templates/npc/32125-GreatSoul.xml | 24 + data/templates/npc/32126-PriestGuard.xml | 26 + data/templates/npc/32127-PriestGuard.xml | 26 + .../npc/32128-GuardianWizardOfTheCloth.xml | 26 + data/templates/npc/32129.xml | 23 + data/templates/npc/32130-StrategistLucien.xml | 26 + .../npc/32131-MagicLaboratoryWorker.xml | 27 + .../npc/32132-AlchemistSServitor.xml | 24 + data/templates/npc/32133-Perwan.xml | 26 + data/templates/npc/32134-NewbieHelper.xml | 25 + data/templates/npc/32135-NewbieGuide.xml | 25 + data/templates/npc/32138-Kekropus.xml | 26 + data/templates/npc/32173-Marcela.xml | 27 + data/templates/npc/32187-Nadir.xml | 26 + data/templates/npc/32190-Mao.xml | 26 + data/templates/npc/32191-Hanarin.xml | 27 + data/templates/npc/32235-Katenar.xml | 26 + data/templates/npc/32236-Harkilgamed.xml | 26 + data/templates/npc/32237-Rodenpicula.xml | 26 + data/templates/npc/32238-Rock.xml | 25 + data/templates/npc/32240-Katenar.xml | 26 + data/templates/npc/32241-Berka.xml | 26 + data/templates/npc/32242-Katenar.xml | 26 + data/templates/npc/32243-CargoBox.xml | 24 + data/templates/npc/32244-SuspiciousMan.xml | 25 + data/templates/npc/32245-Matras.xml | 25 + data/templates/npc/32246-Rua.xml | 25 + data/templates/npc/32247-Serian.xml | 25 + data/templates/npc/32248-FirstReaction.xml | 25 + data/templates/npc/32249-ChiefJarron.xml | 25 + data/templates/npc/32250-Ario.xml | 25 + data/templates/npc/32251-Saria.xml | 25 + data/templates/npc/32252-CaravanerGort.xml | 25 + data/templates/npc/32253-Harkilgamed.xml | 26 + data/templates/npc/32254-Harkilgamed.xml | 26 + data/templates/npc/32255-IconOfThePast.xml | 25 + data/templates/npc/32256-IconOfThePresent.xml | 25 + data/templates/npc/32257-IconOfTheFuture.xml | 25 + data/templates/npc/32258-MenacingMachine.xml | 25 + .../npc/32259-VaultDoorController.xml | 24 + .../npc/32260-GatemasterOfThePast.xml | 24 + .../npc/32261-GatemasterOfThePresent.xml | 24 + .../npc/32262-GatemasterOfTheFuture.xml | 24 + data/templates/npc/32263-Rodenpicula.xml | 26 + data/templates/npc/32264-Kanis.xml | 25 + data/templates/npc/32271-Parme.xml | 25 + data/templates/npc/32272-Akyaka.xml | 25 + data/templates/npc/32273-OracleGuide.xml | 25 + data/templates/npc/32274-OracleGuide.xml | 25 + data/templates/npc/32275-OracleGuide.xml | 25 + data/templates/npc/32276-OracleGuide.xml | 25 + data/templates/npc/32277-OracleGuide.xml | 25 + data/templates/npc/32278-OracleGuide.xml | 25 + data/templates/npc/32279-OracleGuide.xml | 25 + data/templates/npc/32280-OracleGuide.xml | 25 + data/templates/npc/32281-OracleGuide.xml | 25 + data/templates/npc/32282-Yiyen.xml | 26 + data/templates/npc/32284-EvaSProtector.xml | 25 + data/templates/npc/32285-EvaSProtector.xml | 25 + data/templates/npc/32286-EvaSProtector.xml | 25 + data/templates/npc/32287-EvaSProtector.xml | 25 + data/templates/npc/32288-SymbolOfFaith.xml | 25 + .../templates/npc/32289-SymbolOfAdversity.xml | 25 + .../templates/npc/32290-SymbolOfAdventure.xml | 25 + data/templates/npc/32291-SymbolOfTruth.xml | 25 + data/templates/npc/32292-Galate.xml | 25 + data/templates/npc/32293-Jirrone.xml | 25 + data/templates/npc/32294-Budenka.xml | 26 + data/templates/npc/32296-Seruzia.xml | 26 + data/templates/npc/32297-Falk.xml | 25 + data/templates/npc/32298-Hude.xml | 26 + data/templates/npc/32299-QuarrySlave.xml | 25 + data/templates/npc/32300-Bernarde.xml | 25 + data/templates/npc/32301-Kendal.xml | 26 + data/templates/npc/32302-Jerian.xml | 25 + data/templates/npc/32303-Machine.xml | 25 + data/templates/npc/32304-Oasis.xml | 24 + data/templates/npc/32305-RankuSScapegoat.xml | 25 + data/templates/npc/32306-NativeSCorpse.xml | 25 + data/templates/npc/32307-Dolmen.xml | 25 + data/templates/npc/32308-Ming.xml | 26 + data/templates/npc/32312-RatHole.xml | 24 + data/templates/npc/32313-Deltuva.xml | 25 + data/templates/npc/32314-Warpgate.xml | 25 + data/templates/npc/32315-Warpgate.xml | 25 + data/templates/npc/32316-Warpgate.xml | 25 + data/templates/npc/32317-Warpgate.xml | 25 + data/templates/npc/32318-Warpgate.xml | 25 + data/templates/npc/32319-Warpgate.xml | 25 + data/templates/npc/32320-ItemBroker.xml | 26 + data/templates/npc/32321-ItemBroker.xml | 26 + data/templates/npc/32322-ItemBroker.xml | 26 + .../npc/32324-BlackStoneMonolith.xml | 25 + data/templates/npc/32325-Yin.xml | 26 + data/templates/npc/32326-Yang.xml | 26 + data/templates/npc/32327-AdventurersGuide.xml | 25 + data/templates/npc/32328-CrystallineGolem.xml | 25 + data/templates/npc/32330-GardenGuard.xml | 26 + data/templates/npc/32331-ArcaneNucleus.xml | 25 + data/templates/npc/32332-Katenar.xml | 26 + data/templates/npc/32333-Katenar.xml | 26 + data/templates/npc/32334-Harkilgamed.xml | 26 + .../npc/32343-MoonlightTombstone.xml | 24 + data/templates/npc/32344-SpookyTombstone.xml | 24 + data/templates/npc/32345-Buron.xml | 26 + data/templates/npc/32346-Kanaf.xml | 25 + data/templates/npc/32349-Rignos.xml | 26 + data/templates/npc/32350-Sandstorm.xml | 24 + data/templates/npc/32352-DesertHeatmaster.xml | 25 + data/templates/npc/32353-EventGatekeeper.xml | 25 + data/templates/npc/32354-Kief.xml | 25 + data/templates/npc/32355-Solomon.xml | 25 + data/templates/npc/32356-Jude.xml | 25 + data/templates/npc/32357-NativeSlave.xml | 25 + data/templates/npc/32358-NativePrisoner.xml | 25 + data/templates/npc/32361-CaravanSupporter.xml | 24 + data/templates/npc/32362-HellboundNative.xml | 26 + .../npc/32363-HellboundInsurgent.xml | 26 + data/templates/npc/32364-HellboundTraitor.xml | 25 + data/templates/npc/32365-Snow.xml | 26 + data/templates/npc/32366-DestroyedDevice.xml | 25 + data/templates/npc/32367-Alarm.xml | 24 + data/templates/npc/32368-WeatheredRock.xml | 25 + data/templates/npc/32369-FallenAngel.xml | 26 + data/templates/npc/32370-OldDwarvenGhost.xml | 26 + .../npc/32371-IngeniousContraption.xml | 25 + data/templates/npc/32372-MysteriousAgent.xml | 26 + data/templates/npc/32373-Dorian.xml | 25 + .../npc/32374-TeleportationCubic.xml | 24 + .../npc/32375-TeleportationCubic.xml | 24 + .../npc/32376-TeleportationCubic.xml | 24 + data/templates/npc/32379.xml | 24 + data/templates/npc/32380.xml | 24 + data/templates/npc/32381.xml | 24 + data/templates/npc/32382.xml | 24 + data/templates/npc/32383.xml | 24 + data/templates/npc/32384.xml | 24 + data/templates/npc/32385.xml | 24 + data/templates/npc/32386.xml | 24 + data/templates/npc/32387.xml | 24 + data/templates/npc/32388.xml | 24 + data/templates/npc/32389.xml | 24 + data/templates/npc/32390.xml | 24 + data/templates/npc/32391.xml | 24 + data/templates/npc/32392.xml | 24 + data/templates/npc/32393.xml | 24 + data/templates/npc/32394.xml | 24 + data/templates/npc/32395.xml | 24 + data/templates/npc/32396.xml | 24 + data/templates/npc/32397.xml | 24 + data/templates/npc/32398.xml | 24 + data/templates/npc/32399.xml | 24 + data/templates/npc/32400.xml | 24 + data/templates/npc/32401.xml | 24 + data/templates/npc/32402.xml | 24 + data/templates/npc/32403.xml | 24 + data/templates/npc/32404.xml | 24 + data/templates/npc/32405.xml | 24 + data/templates/npc/32406.xml | 24 + data/templates/npc/32407.xml | 24 + data/templates/npc/32408.xml | 24 + data/templates/npc/32409.xml | 24 + data/templates/npc/32410.xml | 24 + data/templates/npc/32411.xml | 24 + data/templates/npc/32412.xml | 24 + data/templates/npc/32413.xml | 24 + data/templates/npc/32414.xml | 24 + data/templates/npc/32415.xml | 24 + data/templates/npc/32416.xml | 24 + data/templates/npc/32417.xml | 24 + data/templates/npc/32418.xml | 24 + data/templates/npc/32419.xml | 24 + data/templates/npc/32420.xml | 24 + data/templates/npc/32421.xml | 24 + data/templates/npc/32422.xml | 24 + data/templates/npc/32423.xml | 24 + data/templates/npc/32424-ShowStaff.xml | 25 + data/templates/npc/32425-ShowStaff.xml | 25 + data/templates/npc/32426-ShowStaff.xml | 25 + data/templates/npc/32427-ShowStaff.xml | 25 + data/templates/npc/32428-ShowStaff.xml | 25 + data/templates/npc/32429.xml | 24 + data/templates/npc/32430.xml | 24 + data/templates/npc/32431-LeylaMira.xml | 26 + data/templates/npc/32432.xml | 24 + data/templates/npc/32433-Mc.xml | 25 + data/templates/npc/32437.xml | 24 + data/templates/npc/32438.xml | 24 + data/templates/npc/32439-BackflipExpert.xml | 25 + .../npc/32440-BackflipOriginator.xml | 25 + data/templates/npc/32441-BackflipSuperman.xml | 25 + data/templates/npc/32442.xml | 24 + data/templates/npc/32443.xml | 24 + data/templates/npc/32444.xml | 24 + data/templates/npc/32445.xml | 24 + data/templates/npc/32446.xml | 24 + data/templates/npc/32447.xml | 24 + data/templates/npc/32448.xml | 24 + data/templates/npc/32449.xml | 24 + data/templates/npc/32450.xml | 24 + data/templates/npc/32451.xml | 24 + data/templates/npc/32452.xml | 24 + data/templates/npc/32453.xml | 24 + data/templates/npc/32454.xml | 24 + data/templates/npc/32455.xml | 24 + data/templates/npc/32456.xml | 24 + data/templates/npc/32457.xml | 24 + data/templates/npc/32458.xml | 24 + data/templates/npc/32464.xml | 24 + data/templates/npc/32465.xml | 24 + data/templates/npc/32466.xml | 24 + .../npc/32467-TeleportationCubic.xml | 24 + data/templates/npc/32468.xml | 24 + data/templates/npc/32469-Eindburgh.xml | 26 + data/templates/npc/32470-StoneCoffin.xml | 25 + data/templates/npc/32471.xml | 24 + data/templates/npc/32472.xml | 24 + data/templates/npc/32473.xml | 24 + data/templates/npc/32474.xml | 24 + .../npc/32475-SubclassCertificationHelper.xml | 25 + ...32476-EmployeeOfMagicResearchInstitute.xml | 27 + data/templates/npc/32477-Volunteer.xml | 26 + .../npc/32478-DimensionalMerchant.xml | 25 + data/templates/npc/32483.xml | 24 + data/templates/npc/32484-PathfinderWorker.xml | 25 + data/templates/npc/32485-PathfinderWorker.xml | 25 + data/templates/npc/32486-InventorMaru.xml | 25 + data/templates/npc/32487-Mark.xml | 25 + data/templates/npc/32488-Mark.xml | 25 + data/templates/npc/32490.xml | 24 + .../npc/32491-UndergroundColiseumHelper.xml | 25 + data/templates/npc/32494-Skull.xml | 25 + data/templates/npc/32496-EscapeDevice.xml | 25 + data/templates/npc/32497-InspectorAdler.xml | 25 + .../npc/32498-DevilSIsleSurvivor.xml | 25 + data/templates/npc/32499-KetraOrcShaman.xml | 25 + data/templates/npc/32500-InspectorSinai.xml | 25 + .../npc/32501-DevilSIsleSupporter.xml | 25 + data/templates/npc/32503-EntranceManager.xml | 26 + data/templates/npc/32504-MatchManager.xml | 26 + data/templates/npc/32505-MatchManager.xml | 26 + data/templates/npc/32506-MatchManager.xml | 26 + data/templates/npc/32507-TempleInspector.xml | 25 + data/templates/npc/32508-DwarfAdventurer.xml | 25 + data/templates/npc/32510-InspectorAdler.xml | 25 + data/templates/npc/32511-DwarfAdventurer.xml | 25 + .../templates/npc/32512-KetraOrcSupporter.xml | 25 + data/templates/npc/32513-Kun.xml | 26 + data/templates/npc/32514-Tarion.xml | 26 + data/templates/npc/32515-Leo.xml | 26 + data/templates/npc/32516-Candice.xml | 26 + .../templates/npc/32517-AirshipController.xml | 25 + data/templates/npc/32518-VortexGate.xml | 26 + data/templates/npc/32519-VortexGate.xml | 26 + data/templates/npc/32520-EmeryConverter.xml | 25 + data/templates/npc/32521-EntranceManager.xml | 26 + data/templates/npc/32522-EntranceManager.xml | 26 + data/templates/npc/32523-EntranceManager.xml | 26 + data/templates/npc/32524-EntranceManager.xml | 26 + data/templates/npc/32525-Tiat.xml | 26 + data/templates/npc/32526-Allenos.xml | 27 + data/templates/npc/32527-Edric.xml | 26 + data/templates/npc/32528-MedibalSCorpse.xml | 25 + data/templates/npc/32529.xml | 24 + data/templates/npc/32530-Tepios.xml | 27 + data/templates/npc/32531-DestroyedTumor.xml | 25 + data/templates/npc/32532.xml | 24 + data/templates/npc/32533.xml | 24 + data/templates/npc/32535-DestroyedTumor.xml | 25 + data/templates/npc/32536-DestroyedTumor.xml | 25 + data/templates/npc/32537-MouthOfEkimus.xml | 25 + .../npc/32538-ClosedMouthOfEkimus.xml | 25 + .../templates/npc/32540-GatekeeperOfAbyss.xml | 25 + .../npc/32541-UnstableSeedOfGeneration.xml | 25 + .../npc/32542-StabilizedSeedOfGeneration.xml | 25 + .../npc/32543-EnergyOfGeneration.xml | 24 + data/templates/npc/32544-SeedOfGeneration.xml | 26 + data/templates/npc/32545-Kurkle.xml | 25 + data/templates/npc/32547-CenterTumor.xml | 25 + data/templates/npc/32548-Keucereus.xml | 26 + data/templates/npc/32549-Dilios.xml | 26 + data/templates/npc/32550-Kirklan.xml | 26 + data/templates/npc/32551-Noiless.xml | 27 + data/templates/npc/32552-Tomaris.xml | 27 + data/templates/npc/32553-Jisans.xml | 27 + data/templates/npc/32554-Moira.xml | 27 + data/templates/npc/32555-Tenius.xml | 26 + data/templates/npc/32556-El.xml | 26 + data/templates/npc/32557-Lekon.xml | 26 + data/templates/npc/32558-BarrierOrb.xml | 25 + data/templates/npc/32559-Artius.xml | 26 + data/templates/npc/32560-Orbyu.xml | 27 + data/templates/npc/32561-Kunota.xml | 27 + data/templates/npc/32562-Siest.xml | 27 + data/templates/npc/32563-Plenos.xml | 27 + data/templates/npc/32564-Papiku.xml | 26 + data/templates/npc/32565-Felix.xml | 26 + data/templates/npc/32566-Ginby.xml | 27 + data/templates/npc/32567-Lelrikia.xml | 26 + data/templates/npc/32568-UnidentifiedBody.xml | 25 + data/templates/npc/32569-Cain.xml | 26 + data/templates/npc/32570-Eric.xml | 26 + data/templates/npc/32571-Colin.xml | 26 + data/templates/npc/32572-Frog.xml | 26 + data/templates/npc/32573-Tess.xml | 26 + data/templates/npc/32574-Kuta.xml | 26 + data/templates/npc/32575-LightOfDawn.xml | 25 + data/templates/npc/32576-John.xml | 26 + .../npc/32577-PasswordEntryDevice.xml | 25 + .../npc/32578-IdentityConfirmDevice.xml | 25 + data/templates/npc/32579-DarknessOfDawn.xml | 25 + data/templates/npc/32580.xml | 24 + data/templates/npc/32581.xml | 24 + data/templates/npc/32582-Jaina.xml | 26 + data/templates/npc/32583.xml | 24 + data/templates/npc/32584-MerchantOfMammon.xml | 25 + data/templates/npc/32585-PromiseOfMammon.xml | 25 + data/templates/npc/32586-Shunaiman.xml | 26 + data/templates/npc/32587-Leon.xml | 26 + .../npc/32588-EmperorSSealDevice.xml | 25 + .../npc/32589-EmperorSSealDevice.xml | 25 + .../npc/32590-EmperorSSealDevice.xml | 25 + .../npc/32591-EmperorSSealDevice.xml | 25 + data/templates/npc/32592.xml | 24 + data/templates/npc/32593-Wood.xml | 26 + data/templates/npc/32594-Leopard.xml | 26 + data/templates/npc/32595-Lawrence.xml | 26 + data/templates/npc/32596-Sophia.xml | 26 + data/templates/npc/32597-Franz.xml | 26 + data/templates/npc/32598-CourtMagician.xml | 26 + data/templates/npc/32599-MasterYogi.xml | 26 + data/templates/npc/32600-Alegria.xml | 26 + .../npc/32601-InstantMovingDevice.xml | 25 + .../npc/32602-TemporaryTeleporter.xml | 25 + data/templates/npc/32603-Tepios.xml | 27 + .../templates/npc/32604-AirshipController.xml | 25 + .../templates/npc/32605-AirshipController.xml | 25 + .../templates/npc/32606-AirshipController.xml | 25 + .../templates/npc/32607-AirshipController.xml | 25 + .../templates/npc/32608-AirshipController.xml | 25 + .../templates/npc/32609-AirshipController.xml | 25 + data/templates/npc/32611-Tolonis.xml | 26 + data/templates/npc/32615-Ishuma.xml | 26 + data/templates/npc/32616-Mine.xml | 26 + data/templates/npc/32617-Jaina.xml | 26 + data/templates/npc/32618-Thyimi.xml | 26 + data/templates/npc/32619.xml | 25 + data/templates/npc/32620.xml | 25 + data/templates/npc/32621.xml | 25 + data/templates/npc/32622-Anatole.xml | 26 + data/templates/npc/32623-Morenki.xml | 26 + data/templates/npc/32624-Anbram.xml | 26 + data/templates/npc/32625-Anciel.xml | 26 + data/templates/npc/32626-RoyalGuard.xml | 27 + data/templates/npc/32627-Nottingale.xml | 26 + data/templates/npc/32628-WharfPatrol.xml | 26 + data/templates/npc/32629-WharfPatrol.xml | 26 + .../npc/32630-GraciaServerHelper.xml | 25 + .../npc/32631-GraciaServerProofExchanger.xml | 25 + data/templates/npc/32632-GraciaSurvivor.xml | 25 + data/templates/npc/32633-CatOfChristmas.xml | 26 + data/templates/npc/32634-CatOfChristmas.xml | 26 + data/templates/npc/32635-MasterDugi.xml | 26 + ...32636-EmployeeOfMagicResearchInstitute.xml | 27 + .../npc/32637-WorkshopTeleporter.xml | 24 + data/templates/npc/32638-RoniTheCat.xml | 26 + data/templates/npc/32639-PierreBaguette.xml | 26 + data/templates/npc/32640-Kintaijin.xml | 26 + data/templates/npc/32641-DrHelvetica.xml | 26 + .../npc/32642-BrokenGolemControlDevice.xml | 24 + data/templates/npc/32643-Athenia.xml | 26 + data/templates/npc/32644-Piazza.xml | 26 + data/templates/npc/32646-Katensa.xml | 26 + data/templates/npc/32647-Atra.xml | 27 + data/templates/npc/32650-Kanemika.xml | 26 + .../npc/32651-GraveRobberWarrior.xml | 26 + data/templates/npc/32655-Chairen.xml | 25 + .../npc/32657-DiscipleSGatekeeper.xml | 24 + .../npc/32658-GuardianOfEasternSeal.xml | 24 + .../npc/32659-GuardianOfWesternSeal.xml | 24 + .../npc/32660-GuardianOfSouthernSeal.xml | 24 + .../npc/32661-GuardianOfNorthernSeal.xml | 24 + .../npc/32662-GuardianOfGreatSeal.xml | 24 + .../npc/32663-GuardianOfTowerOfSeal.xml | 24 + data/templates/npc/32664-DelusionManager.xml | 25 + data/templates/npc/32665-DelusionManager.xml | 25 + data/templates/npc/32666-DelusionManager.xml | 25 + data/templates/npc/32667-DelusionManager.xml | 25 + data/templates/npc/32668-DelusionManager.xml | 25 + data/templates/npc/32669-DelusionManager.xml | 25 + data/templates/npc/32670-DelusionManager.xml | 25 + data/templates/npc/32671-DelusionManager.xml | 25 + data/templates/npc/32672-DelusionManager.xml | 25 + data/templates/npc/32673-DelusionManager.xml | 25 + data/templates/npc/32674-DelusionManager.xml | 25 + data/templates/npc/32675-DelusionManager.xml | 25 + data/templates/npc/32676-DelusionManager.xml | 25 + data/templates/npc/32677-DelusionManager.xml | 25 + data/templates/npc/32678-DelusionManager.xml | 25 + data/templates/npc/32679-DelusionManager.xml | 25 + data/templates/npc/32680-DelusionManager.xml | 25 + data/templates/npc/32681-DelusionManager.xml | 25 + data/templates/npc/32682-DelusionManager.xml | 25 + data/templates/npc/32683-DelusionManager.xml | 25 + data/templates/npc/32684-DelusionManager.xml | 25 + data/templates/npc/32685-DelusionManager.xml | 25 + data/templates/npc/32686-DelusionManager.xml | 25 + data/templates/npc/32687-DelusionManager.xml | 25 + data/templates/npc/32688-DelusionManager.xml | 25 + data/templates/npc/32689-DelusionManager.xml | 25 + data/templates/npc/32690-DelusionManager.xml | 25 + data/templates/npc/32691-DelusionManager.xml | 25 + data/templates/npc/32692-DelusionManager.xml | 25 + data/templates/npc/32693-DelusionManager.xml | 25 + data/templates/npc/32694-DelusionManager.xml | 25 + data/templates/npc/32695-DelusionManager.xml | 25 + data/templates/npc/32696-DelusionManager.xml | 25 + data/templates/npc/32697-DelusionManager.xml | 25 + data/templates/npc/32698-DelusionManager.xml | 25 + data/templates/npc/32699-DelusionManager.xml | 25 + data/templates/npc/32700-DelusionManager.xml | 25 + data/templates/npc/32701-DelusionManager.xml | 25 + data/templates/npc/32702.xml | 24 + data/templates/npc/32703.xml | 24 + data/templates/npc/32704-Somulitan.xml | 26 + data/templates/npc/32705-ZakenSCandle.xml | 25 + data/templates/npc/32706-LucienSAltar.xml | 25 + data/templates/npc/32707-LucienSAltar.xml | 25 + data/templates/npc/32708-LucienSAltar.xml | 25 + data/templates/npc/32709-LucienSAltar.xml | 25 + data/templates/npc/32710-LucienSAltar.xml | 25 + data/templates/npc/32713-PathfinderWorker.xml | 25 + data/templates/npc/32715-Lilith.xml | 26 + data/templates/npc/32716-LilithSSteward.xml | 25 + data/templates/npc/32717-LilithSElite.xml | 26 + data/templates/npc/32718-Anakim.xml | 26 + data/templates/npc/32719-AnakimSGuardian.xml | 25 + data/templates/npc/32720-AnakimSGuard.xml | 25 + data/templates/npc/32721-AnakimSExecutor.xml | 25 + .../npc/32722-BattleLeagueHelper.xml | 25 + data/templates/npc/32723.xml | 24 + data/templates/npc/32724.xml | 24 + .../npc/32725-PriestOfResurrection.xml | 25 + data/templates/npc/32726-DrIce.xml | 26 + data/templates/npc/32727-PussTheCat.xml | 26 + .../npc/32728-HeavenlyBridgeKeeper.xml | 26 + data/templates/npc/32729.xml | 24 + data/templates/npc/32730.xml | 24 + data/templates/npc/32731-Hardin.xml | 25 + .../32732-SixthAnniversaryPartyManager.xml | 26 + data/templates/npc/32733-Kbaldir.xml | 26 + data/templates/npc/32735-Nemo.xml | 26 + data/templates/npc/32736-Ermian.xml | 26 + data/templates/npc/32737-Seyo.xml | 25 + data/templates/npc/32738-InjuredSoldier.xml | 25 + data/templates/npc/32739-Bomona.xml | 25 + data/templates/npc/32740-Batracos.xml | 26 + data/templates/npc/32741-Ankumi.xml | 26 + data/templates/npc/32742-Laki.xml | 26 + data/templates/npc/32743-Sally.xml | 26 + data/templates/npc/32744-Johnny.xml | 26 + data/templates/npc/32745-TeleportDevice.xml | 24 + data/templates/npc/32746-TeleportDevice.xml | 24 + data/templates/npc/32747-TeleportDevice.xml | 24 + data/templates/npc/32748-TeleportDevice.xml | 24 + data/templates/npc/32749-TeleportDevice.xml | 24 + data/templates/npc/32750-TeleportDevice.xml | 24 + data/templates/npc/32751-TeleportDevice.xml | 24 + data/templates/npc/32752-TeleportDevice.xml | 24 + .../npc/32753-FloorTeleportDevice.xml | 24 + .../npc/32754-FloorTeleportDevice.xml | 24 + .../npc/32755-FloorTeleportDevice.xml | 24 + .../npc/32756-FloorTeleportDevice.xml | 24 + data/templates/npc/32757-Greymore.xml | 26 + data/templates/npc/32758-Sumiel.xml | 26 + data/templates/npc/32759-Gumiel.xml | 26 + data/templates/npc/32760-Jinia.xml | 25 + data/templates/npc/32761-Kegor.xml | 25 + data/templates/npc/32762-Sirra.xml | 25 + data/templates/npc/32763-Sirra.xml | 26 + data/templates/npc/32764.xml | 24 + data/templates/npc/32765-BoxOfDoubt.xml | 24 + data/templates/npc/32766-Ilvenis.xml | 27 + data/templates/npc/32767-Mclaren.xml | 26 + data/templates/npc/32768-Kelleyia.xml | 25 + .../npc/32769-CorpseOfGraciaSoldier.xml | 25 + .../npc/32770-CorpseOfGraciaSoldier.xml | 25 + .../npc/32771-CorpseOfGraciaSoldier.xml | 25 + .../npc/32772-CorpseOfGraciaSoldier.xml | 25 + data/templates/npc/32773-Jakan.xml | 26 + data/templates/npc/32777-BattalionLeader.xml | 27 + data/templates/npc/32778-Legionnaire.xml | 27 + .../templates/npc/32779-AirshipController.xml | 25 + data/templates/npc/32780-Aquilani.xml | 25 + data/templates/npc/32781-Jinia.xml | 25 + data/templates/npc/32783-PriestOfBlessing.xml | 25 + data/templates/npc/33-Trejuo.xml | 26 + data/templates/npc/34-Sujin.xml | 26 + .../templates/npc/35060-NephilimMercenary.xml | 26 + .../templates/npc/35061-NephilimMercenary.xml | 26 + data/templates/npc/35062-Headquarters.xml | 24 + data/templates/npc/35382-Brakel.xml | 26 + data/templates/npc/35383-Tamutak.xml | 26 + data/templates/npc/35420-Loken.xml | 27 + data/templates/npc/35421-Biggerstaff.xml | 26 + data/templates/npc/35422-FlagOfWinner.xml | 24 + data/templates/npc/35423-RedFlag.xml | 24 + data/templates/npc/35424-YellowFlag.xml | 24 + data/templates/npc/35425-GreenFlag.xml | 24 + data/templates/npc/35426-BlueFlag.xml | 24 + data/templates/npc/35427-PurpleFlag.xml | 24 + data/templates/npc/35433-InnerDoorman.xml | 25 + data/templates/npc/35434-InnerDoorman.xml | 25 + data/templates/npc/35435-OuterDoorman.xml | 25 + data/templates/npc/35436-OuterDoorman.xml | 25 + data/templates/npc/35437-Messenger.xml | 25 + data/templates/npc/35588-HotSpringsGourd.xml | 24 + data/templates/npc/35589-HotSpringsGourd.xml | 24 + data/templates/npc/35590-HotSpringsGourd.xml | 24 + data/templates/npc/35591-HotSpringsGourd.xml | 24 + data/templates/npc/35592-EnragedYeti.xml | 25 + data/templates/npc/35593-TreasureChest.xml | 25 + data/templates/npc/35594-TreasureChest.xml | 25 + data/templates/npc/35595-TreasureChest.xml | 25 + data/templates/npc/35596-HotSpringsYeti.xml | 26 + data/templates/npc/35597-HotSpringsYeti.xml | 26 + data/templates/npc/35598-HotSpringsYeti.xml | 26 + data/templates/npc/35599-HotSpringsYeti.xml | 26 + data/templates/npc/35600-Manager.xml | 25 + data/templates/npc/35601-Doorman.xml | 25 + data/templates/npc/35602-Doorman.xml | 25 + data/templates/npc/35603-Coordinator.xml | 25 + data/templates/npc/35604-Messenger.xml | 25 + data/templates/npc/35605-Angout.xml | 26 + data/templates/npc/35606-VictorSFlag.xml | 24 + data/templates/npc/35607-RedFlag.xml | 24 + data/templates/npc/35608-YellowFlag.xml | 24 + data/templates/npc/35609-GreenFlag.xml | 24 + data/templates/npc/35613-GroupGatekeeper.xml | 25 + data/templates/npc/35614-GroupGatekeeper.xml | 25 + data/templates/npc/35615-GroupGatekeeper.xml | 25 + data/templates/npc/35616-GroupGatekeeper.xml | 25 + data/templates/npc/35617-GroupGatekeeper.xml | 25 + data/templates/npc/35618-FrenziedCougar.xml | 25 + data/templates/npc/35619-FrenziedBuffalo.xml | 25 + .../npc/35620-FrenziedKookaburra.xml | 25 + .../npc/35621-FrenziedBuffaloBaby.xml | 25 + .../npc/35622-FrenziedBabyCougar.xml | 25 + data/templates/npc/35623-InnerDoorman.xml | 25 + data/templates/npc/35624-InnerDoorman.xml | 25 + data/templates/npc/35625-OuterDoorman.xml | 25 + data/templates/npc/35626-OuterDoorman.xml | 25 + data/templates/npc/35627-Messenger.xml | 25 + data/templates/npc/35628-Quigby.xml | 26 + data/templates/npc/35629-LidiaVonHellmann.xml | 26 + .../templates/npc/35630-AlfredVonHellmann.xml | 26 + .../npc/35631-GiselleVonHellmann.xml | 26 + data/templates/npc/35632-VampireAdept.xml | 26 + data/templates/npc/35633-VampireSoldier.xml | 26 + data/templates/npc/35634-VampireCaster.xml | 26 + data/templates/npc/35635-VampireMagister.xml | 26 + data/templates/npc/35636-VampireWarlord.xml | 26 + data/templates/npc/35637-VampireLeader.xml | 25 + data/templates/npc/35639-Jacquard.xml | 26 + data/templates/npc/35640-Bandello.xml | 26 + data/templates/npc/35641-FortressGuard.xml | 25 + data/templates/npc/35642-FortressGuard.xml | 25 + data/templates/npc/35643-Gate.xml | 24 + data/templates/npc/35646-VampireCaster.xml | 26 + data/templates/npc/35647-VampireLeader.xml | 25 + data/templates/npc/35657-Flagpole.xml | 24 + data/templates/npc/35660-GuardCaptain.xml | 27 + data/templates/npc/35661-ArcherCaptain.xml | 26 + .../npc/35663-EngineeringManager.xml | 26 + data/templates/npc/35665-SupplyBox.xml | 30 + .../npc/35666-DetentionCampWarden.xml | 26 + data/templates/npc/35675-PowerControlUnit.xml | 25 + data/templates/npc/35686-MercenaryCaptain.xml | 26 + data/templates/npc/35687-MercenaryPrivate.xml | 26 + data/templates/npc/35688-Flagpole.xml | 24 + data/templates/npc/35691-GuardCaptain.xml | 27 + data/templates/npc/35692-ArcherCaptain.xml | 26 + data/templates/npc/35693-General.xml | 27 + .../npc/35695-EngineeringManager.xml | 26 + data/templates/npc/35697-SupplyBox.xml | 30 + .../npc/35698-DetentionCampWarden.xml | 26 + data/templates/npc/35707-MainMachine.xml | 25 + data/templates/npc/35708-BackupPowerUnit.xml | 25 + data/templates/npc/35709-ControlUnit.xml | 26 + data/templates/npc/35710-PowerControlUnit.xml | 25 + data/templates/npc/35724-MercenaryCaptain.xml | 26 + data/templates/npc/35725-MercenaryPrivate.xml | 26 + data/templates/npc/35726-Flagpole.xml | 24 + data/templates/npc/35729-GuardCaptain.xml | 27 + data/templates/npc/35730-ArcherCaptain.xml | 26 + .../npc/35732-EngineeringManager.xml | 26 + data/templates/npc/35734-SupplyBox.xml | 30 + .../npc/35735-DetentionCampWarden.xml | 26 + data/templates/npc/35744-PowerControlUnit.xml | 25 + data/templates/npc/35755-MercenaryCaptain.xml | 26 + data/templates/npc/35756-MercenaryPrivate.xml | 26 + data/templates/npc/35757-Flagpole.xml | 24 + data/templates/npc/35760-GuardCaptain.xml | 27 + data/templates/npc/35761-ArcherCaptain.xml | 26 + data/templates/npc/35762-General.xml | 27 + .../npc/35764-EngineeringManager.xml | 26 + data/templates/npc/35766-SupplyBox.xml | 30 + .../npc/35767-DetentionCampWarden.xml | 26 + data/templates/npc/35776-MainMachine.xml | 25 + data/templates/npc/35777-BackupPowerUnit.xml | 25 + data/templates/npc/35778-ControlUnit.xml | 26 + data/templates/npc/35779-PowerControlUnit.xml | 25 + data/templates/npc/35793-MercenaryCaptain.xml | 26 + data/templates/npc/35794-MercenaryPrivate.xml | 26 + data/templates/npc/35795-Flagpole.xml | 24 + data/templates/npc/35798-GuardCaptain.xml | 27 + data/templates/npc/35799-ArcherCaptain.xml | 26 + .../npc/35801-EngineeringManager.xml | 26 + data/templates/npc/35803-SupplyBox.xml | 30 + .../npc/35804-DetentionCampWarden.xml | 26 + data/templates/npc/35813-PowerControlUnit.xml | 25 + data/templates/npc/35824-MercenaryCaptain.xml | 26 + data/templates/npc/35825-MercenaryPrivate.xml | 26 + data/templates/npc/35826-Flagpole.xml | 24 + data/templates/npc/35829-GuardCaptain.xml | 27 + data/templates/npc/35830-ArcherCaptain.xml | 26 + .../npc/35832-EngineeringManager.xml | 26 + data/templates/npc/35834-SupplyBox.xml | 30 + .../npc/35835-DetentionCampWarden.xml | 26 + data/templates/npc/35844-PowerControlUnit.xml | 25 + data/templates/npc/35855-MercenaryCaptain.xml | 26 + data/templates/npc/35856-MercenaryPrivate.xml | 26 + data/templates/npc/35857-Flagpole.xml | 24 + data/templates/npc/35860-GuardCaptain.xml | 27 + data/templates/npc/35861-ArcherCaptain.xml | 26 + data/templates/npc/35862-General.xml | 27 + .../npc/35864-EngineeringManager.xml | 26 + data/templates/npc/35866-SupplyBox.xml | 25 + .../npc/35867-DetentionCampWarden.xml | 26 + data/templates/npc/35876-MainMachine.xml | 25 + data/templates/npc/35877-BackupPowerUnit.xml | 25 + data/templates/npc/35878-ControlUnit.xml | 26 + data/templates/npc/35879-PowerControlUnit.xml | 25 + data/templates/npc/35893-MercenaryCaptain.xml | 26 + data/templates/npc/35894-MercenaryPrivate.xml | 26 + data/templates/npc/35895-Flagpole.xml | 24 + data/templates/npc/35898-GuardCaptain.xml | 27 + data/templates/npc/35899-ArcherCaptain.xml | 26 + .../npc/35901-EngineeringManager.xml | 26 + data/templates/npc/35903-SupplyBox.xml | 25 + .../npc/35904-DetentionCampWarden.xml | 26 + data/templates/npc/35913-PowerControlUnit.xml | 25 + data/templates/npc/35924-MercenaryCaptain.xml | 26 + data/templates/npc/35925-MercenaryPrivate.xml | 26 + data/templates/npc/35926-Flagpole.xml | 24 + data/templates/npc/35929-GuardCaptain.xml | 27 + data/templates/npc/35930-ArcherCaptain.xml | 26 + data/templates/npc/35931-General.xml | 27 + .../npc/35933-EngineeringManager.xml | 26 + data/templates/npc/35935-SupplyBox.xml | 25 + .../npc/35936-DetentionCampWarden.xml | 26 + data/templates/npc/35945-MainMachine.xml | 25 + data/templates/npc/35946-BackupPowerUnit.xml | 25 + data/templates/npc/35947-ControlUnit.xml | 26 + data/templates/npc/35948-PowerControlUnit.xml | 25 + data/templates/npc/35962-MercenaryCaptain.xml | 26 + data/templates/npc/35963-MercenaryPrivate.xml | 26 + data/templates/npc/35964-Flagpole.xml | 24 + data/templates/npc/35967-GuardCaptain.xml | 27 + data/templates/npc/35968-ArcherCaptain.xml | 26 + data/templates/npc/35969-General.xml | 27 + .../npc/35971-EngineeringManager.xml | 26 + data/templates/npc/35973-SupplyBox.xml | 25 + .../npc/35974-DetentionCampWarden.xml | 26 + data/templates/npc/35983-MainMachine.xml | 25 + data/templates/npc/35984-BackupPowerUnit.xml | 25 + data/templates/npc/35985-ControlUnit.xml | 26 + data/templates/npc/35986-PowerControlUnit.xml | 25 + data/templates/npc/36000-MercenaryCaptain.xml | 26 + data/templates/npc/36001-MercenaryPrivate.xml | 26 + data/templates/npc/36002-Flagpole.xml | 24 + data/templates/npc/36005-GuardCaptain.xml | 27 + data/templates/npc/36006-ArcherCaptain.xml | 26 + .../npc/36008-EngineeringManager.xml | 26 + data/templates/npc/36010-SupplyBox.xml | 25 + .../npc/36011-DetentionCampWarden.xml | 26 + data/templates/npc/36020-PowerControlUnit.xml | 25 + data/templates/npc/36031-MercenaryCaptain.xml | 26 + data/templates/npc/36032-MercenaryPrivate.xml | 26 + data/templates/npc/36033-Flagpole.xml | 24 + data/templates/npc/36036-GuardCaptain.xml | 27 + data/templates/npc/36037-ArcherCaptain.xml | 26 + data/templates/npc/36038-General.xml | 27 + .../npc/36040-EngineeringManager.xml | 26 + data/templates/npc/36042-SupplyBox.xml | 25 + .../npc/36043-DetentionCampWarden.xml | 26 + data/templates/npc/36052-MainMachine.xml | 25 + data/templates/npc/36053-BackupPowerUnit.xml | 25 + data/templates/npc/36054-ControlUnit.xml | 26 + data/templates/npc/36055-PowerControlUnit.xml | 25 + data/templates/npc/36069-MercenaryCaptain.xml | 26 + data/templates/npc/36070-MercenaryPrivate.xml | 26 + data/templates/npc/36071-Flagpole.xml | 24 + data/templates/npc/36074-GuardCaptain.xml | 27 + data/templates/npc/36075-ArcherCaptain.xml | 26 + data/templates/npc/36076-General.xml | 27 + .../npc/36078-EngineeringManager.xml | 26 + data/templates/npc/36080-SupplyBox.xml | 25 + .../npc/36081-DetentionCampWarden.xml | 26 + data/templates/npc/36090-MainMachine.xml | 25 + data/templates/npc/36091-BackupPowerUnit.xml | 25 + data/templates/npc/36092-ControlUnit.xml | 26 + data/templates/npc/36093-PowerControlUnit.xml | 25 + data/templates/npc/36107-MercenaryCaptain.xml | 26 + data/templates/npc/36108-MercenaryPrivate.xml | 26 + data/templates/npc/36109-Flagpole.xml | 24 + data/templates/npc/36112-GuardCaptain.xml | 27 + data/templates/npc/36113-ArcherCaptain.xml | 26 + .../npc/36115-EngineeringManager.xml | 26 + data/templates/npc/36117-SupplyBox.xml | 25 + .../npc/36118-DetentionCampWarden.xml | 26 + data/templates/npc/36127-PowerControlUnit.xml | 25 + data/templates/npc/36138-MercenaryCaptain.xml | 26 + data/templates/npc/36139-MercenaryPrivate.xml | 26 + data/templates/npc/36140-Flagpole.xml | 24 + data/templates/npc/36143-GuardCaptain.xml | 27 + data/templates/npc/36144-ArcherCaptain.xml | 26 + .../npc/36146-EngineeringManager.xml | 26 + data/templates/npc/36148-SupplyBox.xml | 25 + .../npc/36149-DetentionCampWarden.xml | 26 + data/templates/npc/36158-PowerControlUnit.xml | 25 + data/templates/npc/36169-MercenaryCaptain.xml | 26 + data/templates/npc/36170-MercenaryPrivate.xml | 26 + data/templates/npc/36171-Flagpole.xml | 24 + data/templates/npc/36174-GuardCaptain.xml | 27 + data/templates/npc/36175-ArcherCaptain.xml | 26 + data/templates/npc/36176-General.xml | 27 + .../npc/36178-EngineeringManager.xml | 26 + data/templates/npc/36180-SupplyBox.xml | 25 + .../npc/36181-DetentionCampWarden.xml | 26 + data/templates/npc/36190-MainMachine.xml | 25 + data/templates/npc/36191-BackupPowerUnit.xml | 25 + data/templates/npc/36192-ControlUnit.xml | 26 + data/templates/npc/36193-PowerControlUnit.xml | 25 + data/templates/npc/36207-MercenaryCaptain.xml | 26 + data/templates/npc/36208-MercenaryPrivate.xml | 26 + data/templates/npc/36209-Flagpole.xml | 24 + data/templates/npc/36212-GuardCaptain.xml | 27 + data/templates/npc/36213-ArcherCaptain.xml | 26 + data/templates/npc/36214-General.xml | 27 + .../npc/36216-EngineeringManager.xml | 26 + data/templates/npc/36218-SupplyBox.xml | 25 + .../npc/36219-DetentionCampWarden.xml | 26 + data/templates/npc/36228-MainMachine.xml | 25 + data/templates/npc/36229-BackupPowerUnit.xml | 25 + data/templates/npc/36230-ControlUnit.xml | 26 + data/templates/npc/36231-PowerControlUnit.xml | 25 + data/templates/npc/36245-MercenaryCaptain.xml | 26 + data/templates/npc/36246-MercenaryPrivate.xml | 26 + data/templates/npc/36247-Flagpole.xml | 24 + data/templates/npc/36250-GuardCaptain.xml | 27 + data/templates/npc/36251-ArcherCaptain.xml | 26 + data/templates/npc/36252-General.xml | 27 + .../npc/36254-EngineeringManager.xml | 26 + data/templates/npc/36256-SupplyBox.xml | 25 + .../npc/36257-DetentionCampWarden.xml | 26 + data/templates/npc/36266-MainMachine.xml | 25 + data/templates/npc/36267-BackupPowerUnit.xml | 25 + data/templates/npc/36268-ControlUnit.xml | 26 + data/templates/npc/36269-PowerControlUnit.xml | 25 + data/templates/npc/36283-MercenaryCaptain.xml | 26 + data/templates/npc/36284-MercenaryPrivate.xml | 26 + data/templates/npc/36285-Flagpole.xml | 24 + data/templates/npc/36288-GuardCaptain.xml | 27 + data/templates/npc/36289-ArcherCaptain.xml | 26 + .../npc/36291-EngineeringManager.xml | 26 + data/templates/npc/36293-SupplyBox.xml | 25 + .../npc/36294-DetentionCampWarden.xml | 26 + data/templates/npc/36303-PowerControlUnit.xml | 25 + data/templates/npc/36314-MercenaryCaptain.xml | 26 + data/templates/npc/36315-MercenaryPrivate.xml | 26 + data/templates/npc/36316-Flagpole.xml | 24 + data/templates/npc/36319-GuardCaptain.xml | 27 + data/templates/npc/36320-ArcherCaptain.xml | 26 + data/templates/npc/36321-General.xml | 27 + .../npc/36323-EngineeringManager.xml | 26 + data/templates/npc/36325-SupplyBox.xml | 25 + .../npc/36326-DetentionCampWarden.xml | 26 + data/templates/npc/36335-MainMachine.xml | 25 + data/templates/npc/36336-BackupPowerUnit.xml | 25 + data/templates/npc/36337-ControlUnit.xml | 26 + data/templates/npc/36338-PowerControlUnit.xml | 25 + data/templates/npc/36352-MercenaryCaptain.xml | 26 + data/templates/npc/36353-MercenaryPrivate.xml | 26 + data/templates/npc/36354-Flagpole.xml | 24 + data/templates/npc/36357-GuardCaptain.xml | 27 + data/templates/npc/36358-ArcherCaptain.xml | 26 + data/templates/npc/36359-General.xml | 27 + .../npc/36361-EngineeringManager.xml | 26 + data/templates/npc/36363-SupplyBox.xml | 25 + .../npc/36364-DetentionCampWarden.xml | 26 + data/templates/npc/36373-MainMachine.xml | 25 + data/templates/npc/36374-BackupPowerUnit.xml | 25 + data/templates/npc/36375-ControlUnit.xml | 26 + data/templates/npc/36376-PowerControlUnit.xml | 25 + data/templates/npc/36390-MercenaryCaptain.xml | 26 + data/templates/npc/36391-MercenaryPrivate.xml | 26 + .../npc/36392-ImprovisedExplosive.xml | 25 + data/templates/npc/36403-Warden.xml | 26 + data/templates/npc/36404-Warden.xml | 26 + data/templates/npc/36405-Warden.xml | 26 + data/templates/npc/36406-Warden.xml | 26 + data/templates/npc/36407-Warden.xml | 26 + data/templates/npc/36408-Warden.xml | 26 + data/templates/npc/36409-Warden.xml | 26 + data/templates/npc/36410-Warden.xml | 26 + data/templates/npc/36411-Warden.xml | 26 + data/templates/npc/36412-FortressTrap.xml | 25 + data/templates/npc/36413-FortressTrap.xml | 25 + data/templates/npc/36414-FortressTrap.xml | 25 + data/templates/npc/36415-FortressTrap.xml | 25 + data/templates/npc/36416-FortressTrap.xml | 25 + data/templates/npc/36417-FortressTrap.xml | 25 + data/templates/npc/36418-FortressTrap.xml | 25 + data/templates/npc/36419-FortressTrap.xml | 25 + data/templates/npc/36420-FortressTrap.xml | 25 + data/templates/npc/36421-FortressTrap.xml | 25 + data/templates/npc/36422-FortressTrap.xml | 25 + data/templates/npc/36423-FortressTrap.xml | 25 + data/templates/npc/36424-FortressTrap.xml | 25 + data/templates/npc/36425-FortressTrap.xml | 25 + data/templates/npc/36426-FortressTrap.xml | 25 + data/templates/npc/36427-FortressTrap.xml | 25 + data/templates/npc/36428-FortressTrap.xml | 25 + data/templates/npc/36429-FortressTrap.xml | 25 + data/templates/npc/36430-FortressTrap.xml | 25 + data/templates/npc/36431-FortressTrap.xml | 25 + data/templates/npc/36432-FortressTrap.xml | 25 + data/templates/npc/36562-SeducedKnight.xml | 27 + data/templates/npc/36563-SeducedRanger.xml | 27 + data/templates/npc/36564-SeducedMage.xml | 26 + data/templates/npc/36565-SeducedWarrior.xml | 27 + data/templates/npc/36566-SeducedKnight.xml | 27 + data/templates/npc/36567-SeducedRanger.xml | 27 + data/templates/npc/36568-SeducedMage.xml | 26 + data/templates/npc/36569-SeducedWarrior.xml | 27 + data/templates/npc/36571-Vortex.xml | 26 + .../templates/npc/36581-TerritoryCatapult.xml | 26 + .../templates/npc/36582-TerritoryCatapult.xml | 26 + .../templates/npc/36583-TerritoryCatapult.xml | 26 + .../templates/npc/36584-TerritoryCatapult.xml | 26 + .../templates/npc/36585-TerritoryCatapult.xml | 26 + .../templates/npc/36586-TerritoryCatapult.xml | 26 + .../templates/npc/36587-TerritoryCatapult.xml | 26 + .../templates/npc/36588-TerritoryCatapult.xml | 26 + .../templates/npc/36589-TerritoryCatapult.xml | 26 + data/templates/npc/36590-Outpost.xml | 25 + data/templates/npc/4-HolidaySanta.xml | 26 + data/templates/npc/4301-QueenOfHearts.xml | 26 + data/templates/npc/4302-MasterDugi.xml | 26 + data/templates/npc/4303-Skooldy.xml | 26 + data/templates/npc/4304-Santa.xml | 26 + data/templates/npc/4305-Rosalia.xml | 26 + data/templates/npc/4306-SteveShyagel.xml | 26 + data/templates/npc/5-HolidaySanta.xml | 26 + data/templates/npc/6-HolidaySled.xml | 26 + data/templates/npc/7-BirthdayCake.xml | 25 + data/templates/npc/8-SpiritOfFire.xml | 25 + .../templates/npc/9-ExplosiveSpiritOfFire.xml | 25 + .../adventurer/31729-AdventurerGuildsman.xml | 26 + .../adventurer/31730-AdventurerGuildsman.xml | 26 + .../adventurer/31731-AdventurerGuildsman.xml | 26 + .../adventurer/31732-AdventurerGuildsman.xml | 25 + .../adventurer/31733-AdventurerGuildsman.xml | 25 + .../adventurer/31734-AdventurerGuildsman.xml | 26 + .../adventurer/31735-AdventurerGuildsman.xml | 26 + .../adventurer/31736-AdventurerGuildsman.xml | 26 + .../adventurer/31737-AdventurerGuildsman.xml | 26 + .../adventurer/31738-AdventurerGuildsman.xml | 26 + .../adventurer/31775-AdventureGuildsman.xml | 26 + .../adventurer/31776-AdventureGuildsman.xml | 26 + .../adventurer/31777-AdventureGuildsman.xml | 26 + .../adventurer/31778-AdventureGuildsman.xml | 26 + .../adventurer/31779-AdventureGuildsman.xml | 26 + .../adventurer/31780-AdventureGuildsman.xml | 26 + .../adventurer/31781-AdventureGuildsman.xml | 26 + .../adventurer/31782-AdventureGuildsman.xml | 25 + .../adventurer/31783-AdventureGuildsman.xml | 26 + .../adventurer/31784-AdventureGuildsman.xml | 25 + .../adventurer/31785-AdventureGuildsman.xml | 26 + .../adventurer/31786-AdventureGuildsman.xml | 26 + .../adventurer/31787-AdventureGuildsman.xml | 26 + .../adventurer/31788-AdventureGuildsman.xml | 25 + .../adventurer/31789-AdventureGuildsman.xml | 26 + .../adventurer/31790-AdventureGuildsman.xml | 26 + .../adventurer/31791-AdventureGuildsman.xml | 26 + .../adventurer/31792-AdventureGuildsman.xml | 26 + .../adventurer/31793-AdventureGuildsman.xml | 26 + .../adventurer/31794-AdventureGuildsman.xml | 26 + .../adventurer/31795-AdventureGuildsman.xml | 25 + .../adventurer/31796-AdventureGuildsman.xml | 25 + .../adventurer/31797-AdventureGuildsman.xml | 26 + .../adventurer/31798-AdventureGuildsman.xml | 26 + .../adventurer/31799-AdventureGuildsman.xml | 25 + .../adventurer/31800-AdventureGuildsman.xml | 26 + .../adventurer/31801-AdventureGuildsman.xml | 26 + .../adventurer/31802-AdventureGuildsman.xml | 26 + .../adventurer/31803-AdventureGuildsman.xml | 25 + .../adventurer/31804-AdventureGuildsman.xml | 26 + .../adventurer/31805-AdventureGuildsman.xml | 26 + .../adventurer/31806-AdventureGuildsman.xml | 26 + .../adventurer/31807-AdventureGuildsman.xml | 26 + .../adventurer/31808-AdventureGuildsman.xml | 26 + .../adventurer/31809-AdventureGuildsman.xml | 25 + .../adventurer/31810-AdventureGuildsman.xml | 26 + .../adventurer/31811-AdventureGuildsman.xml | 26 + .../adventurer/31812-AdventureGuildsman.xml | 26 + .../adventurer/31813-AdventureGuildsman.xml | 26 + .../adventurer/31814-AdventureGuildsman.xml | 25 + .../adventurer/31815-AdventureGuildsman.xml | 25 + .../adventurer/31816-AdventureGuildsman.xml | 26 + .../adventurer/31817-AdventureGuildsman.xml | 26 + .../adventurer/31818-AdventureGuildsman.xml | 26 + .../adventurer/31819-AdventureGuildsman.xml | 25 + .../adventurer/31820-AdventureGuildsman.xml | 26 + .../adventurer/31821-AdventureGuildsman.xml | 26 + .../adventurer/31822-AdventureGuildsman.xml | 26 + .../adventurer/31823-AdventureGuildsman.xml | 26 + .../adventurer/31824-AdventureGuildsman.xml | 25 + .../adventurer/31825-AdventureGuildsman.xml | 26 + .../adventurer/31826-AdventureGuildsman.xml | 26 + .../adventurer/31827-AdventureGuildsman.xml | 26 + .../adventurer/31828-AdventureGuildsman.xml | 26 + .../adventurer/31829-AdventureGuildsman.xml | 26 + .../adventurer/31830-AdventureGuildsman.xml | 26 + .../adventurer/31831-AdventureGuildsman.xml | 26 + .../adventurer/31832-AdventureGuildsman.xml | 25 + .../adventurer/31833-AdventureGuildsman.xml | 26 + .../adventurer/31834-AdventureGuildsman.xml | 26 + .../adventurer/31835-AdventureGuildsman.xml | 25 + .../adventurer/31836-AdventureGuildsman.xml | 26 + .../adventurer/31837-AdventureGuildsman.xml | 26 + .../adventurer/31838-AdventureGuildsman.xml | 26 + .../adventurer/31839-AdventureGuildsman.xml | 26 + .../adventurer/31840-AdventureGuildsman.xml | 25 + .../adventurer/31841-AdventureGuildsman.xml | 26 + .../adventurer/31991-AdventureGuildsman.xml | 25 + .../adventurer/31992-AdventureGuildsman.xml | 26 + .../adventurer/31993-AdventureGuildsman.xml | 26 + .../adventurer/31994-AdventureGuildsman.xml | 25 + .../adventurer/31995-AdventureGuildsman.xml | 26 + .../adventurer/32082-DionTerritoryManager.xml | 26 + .../32083-GiranTerritoryManager.xml | 26 + .../adventurer/32084-OrenTerritoryManager.xml | 26 + .../adventurer/32085-AdenTerritoryManager.xml | 26 + .../32086-InnadrilTerritoryManager.xml | 26 + .../32087-SchuttgartTerritoryManager.xml | 26 + .../32088-GoddardTerritoryManager.xml | 26 + .../adventurer/32089-RuneTerritoryManager.xml | 26 + .../adventurer/32337-AdventureGuildsman.xml | 26 + .../adventurer/32338-AdventureGuildsman.xml | 25 + .../adventurer/32339-AdventureGuildsman.xml | 26 + .../adventurer/32340-AdventureGuildsman.xml | 25 + .../npc/artefact/35063-GludioHolyArtifact.xml | 24 + .../npc/artefact/35105-DionHolyArtifact.xml | 24 + .../npc/artefact/35147-GiranHolyArtifact.xml | 24 + .../npc/artefact/35189-OrenHolyArtifact.xml | 24 + .../npc/artefact/35233-AdenHolyArtifact.xml | 24 + .../artefact/35279-InnadrilHolyArtifact.xml | 24 + .../npc/artefact/35322-AltarOfFire.xml | 24 + .../npc/artefact/35323-AltarOfWater.xml | 24 + .../npc/artefact/35469-GodsAltar.xml | 24 + .../npc/artefact/35514-AltarOfWind.xml | 24 + .../npc/artefact/35515-AltarOfEarth.xml | 24 + .../npc/auctioneer/30767-Auctioneer.xml | 25 + .../npc/auctioneer/30768-Auctioneer.xml | 25 + .../npc/auctioneer/30769-Auctioneer.xml | 25 + .../npc/auctioneer/30770-Auctioneer.xml | 25 + .../npc/auctioneer/30771-Auctioneer.xml | 25 + .../npc/babypet/12780-BabyBuffalo.xml | 25 + .../npc/babypet/12781-BabyKookaburra.xml | 25 + .../npc/babypet/12782-BabyCougar.xml | 25 + .../npc/babypet/16034-ImprovedBabyBuffalo.xml | 25 + .../babypet/16035-ImprovedBabyKookaburra.xml | 25 + .../npc/babypet/16036-ImprovedBabyCougar.xml | 25 + .../npc/babypet/16045-WhiteWeasel.xml | 25 + .../npc/babypet/16046-FairyPrincess.xml | 25 + .../npc/babypet/16051-SpiritShaman.xml | 25 + .../templates/npc/babypet/16052-ToyKnight.xml | 25 + .../npc/babypet/16053-TurtleAscetic.xml | 25 + data/templates/npc/block/18672-Block.xml | 25 + .../npc/cabalebuffer/31093-PreacherOfDoom.xml | 25 + .../31094-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31172-PreacherOfDoom.xml | 25 + .../31173-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31174-PreacherOfDoom.xml | 25 + .../31175-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31176-PreacherOfDoom.xml | 25 + .../31177-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31178-PreacherOfDoom.xml | 25 + .../31179-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31180-PreacherOfDoom.xml | 25 + .../31181-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31182-PreacherOfDoom.xml | 25 + .../31183-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31184-PreacherOfDoom.xml | 25 + .../31185-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31186-PreacherOfDoom.xml | 25 + .../31187-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31188-PreacherOfDoom.xml | 25 + .../31189-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31190-PreacherOfDoom.xml | 25 + .../31191-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31192-PreacherOfDoom.xml | 25 + .../31193-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31194-PreacherOfDoom.xml | 25 + .../31195-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31196-PreacherOfDoom.xml | 25 + .../31197-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31198-PreacherOfDoom.xml | 25 + .../31199-OratorOfRevelations.xml | 25 + .../npc/cabalebuffer/31200-PreacherOfDoom.xml | 25 + .../31201-OratorOfRevelations.xml | 25 + .../templates/npc/castle/35092-Gatekeeper.xml | 26 + .../templates/npc/castle/35093-Gatekeeper.xml | 26 + .../templates/npc/castle/35094-Gatekeeper.xml | 26 + .../npc/castle/35095-MassGatekeeper.xml | 26 + .../npc/castle/35096-OuterDoorman.xml | 26 + .../npc/castle/35097-InnerDoorman.xml | 26 + .../templates/npc/castle/35098-Blacksmith.xml | 27 + .../npc/castle/35099-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35100-Sayres.xml | 26 + data/templates/npc/castle/35101-Grad.xml | 26 + .../templates/npc/castle/35134-Gatekeeper.xml | 26 + .../templates/npc/castle/35135-Gatekeeper.xml | 26 + .../templates/npc/castle/35136-Gatekeeper.xml | 26 + .../npc/castle/35137-MassGatekeeper.xml | 26 + .../npc/castle/35138-OuterDoorman.xml | 26 + .../npc/castle/35139-InnerDoorman.xml | 26 + .../templates/npc/castle/35140-Blacksmith.xml | 27 + .../npc/castle/35141-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35142-Crosby.xml | 26 + data/templates/npc/castle/35143-Hodler.xml | 26 + .../templates/npc/castle/35176-Gatekeeper.xml | 26 + .../templates/npc/castle/35177-Gatekeeper.xml | 26 + .../templates/npc/castle/35178-Gatekeeper.xml | 26 + .../npc/castle/35179-MassGatekeeper.xml | 26 + .../npc/castle/35180-OuterDoorman.xml | 26 + .../npc/castle/35181-InnerDoorman.xml | 26 + .../templates/npc/castle/35182-Blacksmith.xml | 27 + .../npc/castle/35183-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35184-Saul.xml | 26 + data/templates/npc/castle/35185-Bryce.xml | 26 + .../templates/npc/castle/35218-Gatekeeper.xml | 26 + .../templates/npc/castle/35219-Gatekeeper.xml | 26 + .../templates/npc/castle/35220-Gatekeeper.xml | 26 + .../npc/castle/35221-MassGatekeeper.xml | 26 + .../npc/castle/35222-OuterDoorman.xml | 26 + .../npc/castle/35223-InnerDoorman.xml | 26 + .../templates/npc/castle/35224-Blacksmith.xml | 27 + .../npc/castle/35225-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35226-Brasseur.xml | 26 + data/templates/npc/castle/35227-Finrod.xml | 26 + .../templates/npc/castle/35261-Gatekeeper.xml | 26 + .../templates/npc/castle/35262-Gatekeeper.xml | 26 + .../templates/npc/castle/35263-Gatekeeper.xml | 26 + .../templates/npc/castle/35264-Gatekeeper.xml | 26 + .../templates/npc/castle/35265-Gatekeeper.xml | 26 + .../npc/castle/35266-MassGatekeeper.xml | 26 + .../npc/castle/35267-OuterDoorman.xml | 26 + .../npc/castle/35268-InnerDoorman.xml | 26 + .../npc/castle/35269-HallDoorman.xml | 26 + .../npc/castle/35270-InnerDoorman.xml | 26 + .../templates/npc/castle/35271-Gatekeeper.xml | 26 + .../templates/npc/castle/35272-Blacksmith.xml | 27 + .../npc/castle/35273-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35274-Logan.xml | 26 + data/templates/npc/castle/35275-Kruger.xml | 26 + .../templates/npc/castle/35308-Gatekeeper.xml | 26 + .../templates/npc/castle/35309-Gatekeeper.xml | 26 + .../templates/npc/castle/35310-Gatekeeper.xml | 26 + .../npc/castle/35311-MassGatekeeper.xml | 26 + .../npc/castle/35312-OuterDoorman.xml | 26 + .../npc/castle/35313-InnerDoorman.xml | 26 + .../templates/npc/castle/35314-Blacksmith.xml | 27 + .../npc/castle/35315-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35316-Neurath.xml | 26 + data/templates/npc/castle/35317-Tate.xml | 26 + .../templates/npc/castle/35352-Gatekeeper.xml | 26 + .../templates/npc/castle/35353-Gatekeeper.xml | 26 + .../templates/npc/castle/35354-Gatekeeper.xml | 26 + .../npc/castle/35355-MassGatekeeper.xml | 26 + .../npc/castle/35356-OuterDoorman.xml | 26 + .../npc/castle/35357-InnerDoorman.xml | 26 + .../npc/castle/35358-InnerDoorman.xml | 26 + .../templates/npc/castle/35359-Gatekeeper.xml | 26 + .../templates/npc/castle/35360-Gatekeeper.xml | 26 + .../templates/npc/castle/35361-Blacksmith.xml | 27 + .../npc/castle/35362-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35363-Alfred.xml | 26 + data/templates/npc/castle/35364-Hadley.xml | 26 + .../templates/npc/castle/35419-Hephaeston.xml | 26 + .../templates/npc/castle/35497-Gatekeeper.xml | 26 + .../templates/npc/castle/35498-Gatekeeper.xml | 26 + .../templates/npc/castle/35499-Gatekeeper.xml | 26 + .../templates/npc/castle/35500-Gatekeeper.xml | 26 + .../templates/npc/castle/35501-Gatekeeper.xml | 26 + .../npc/castle/35502-GroupGatekeeper.xml | 26 + .../npc/castle/35503-OuterDoorman.xml | 26 + .../npc/castle/35504-InnerDoorman.xml | 26 + .../npc/castle/35505-InnerDoorman.xml | 26 + .../npc/castle/35506-DungeonGatekeeper.xml | 26 + .../templates/npc/castle/35507-Blacksmith.xml | 27 + .../npc/castle/35508-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35509-Frederick.xml | 26 + data/templates/npc/castle/35510-Titus.xml | 26 + .../templates/npc/castle/35544-Gatekeeper.xml | 26 + .../templates/npc/castle/35545-Gatekeeper.xml | 26 + .../templates/npc/castle/35546-Gatekeeper.xml | 26 + .../npc/castle/35547-GroupGatekeeper.xml | 26 + .../npc/castle/35548-OuterDoorman.xml | 26 + .../npc/castle/35549-InnerDoorman.xml | 26 + .../npc/castle/35550-InnerDoorman.xml | 26 + data/templates/npc/castle/35551-Doorman.xml | 26 + data/templates/npc/castle/35552-Doorman.xml | 26 + .../templates/npc/castle/35553-Blacksmith.xml | 27 + .../npc/castle/35554-WarehouseKeeper.xml | 26 + data/templates/npc/castle/35555-August.xml | 26 + data/templates/npc/castle/35556-Gallic.xml | 26 + data/templates/npc/castle/35638-Valens.xml | 26 + .../npc/castle/35648-CourtMagician.xml | 27 + .../npc/castle/35649-CourtMagician.xml | 27 + .../npc/castle/35650-CourtMagician.xml | 27 + .../npc/castle/35651-CourtMagician.xml | 27 + .../npc/castle/35652-CourtMagician.xml | 27 + .../npc/castle/35653-CourtMagician.xml | 27 + .../npc/castle/35654-CourtMagician.xml | 27 + .../npc/castle/35655-CourtMagician.xml | 27 + .../npc/castle/35656-CourtMagician.xml | 27 + .../npc/chest/13036-AlchemistSChest.xml | 25 + .../templates/npc/chest/13181-TreasureBox.xml | 26 + .../npc/chest/18257-TreasureChest.xml | 25 + .../npc/chest/18258-TreasureChest.xml | 25 + .../npc/chest/18259-TreasureChest.xml | 25 + .../npc/chest/18260-TreasureChest.xml | 25 + .../npc/chest/18261-TreasureChest.xml | 25 + .../npc/chest/18262-TreasureChest.xml | 25 + .../npc/chest/18263-TreasureChest.xml | 25 + .../npc/chest/18264-TreasureChest.xml | 25 + .../npc/chest/18265-TreasureChest.xml | 30 + .../npc/chest/18266-TreasureChest.xml | 30 + .../npc/chest/18267-TreasureChest.xml | 30 + .../npc/chest/18268-TreasureChest.xml | 30 + .../npc/chest/18269-TreasureChest.xml | 30 + .../npc/chest/18270-TreasureChest.xml | 30 + .../npc/chest/18271-TreasureChest.xml | 30 + .../npc/chest/18272-TreasureChest.xml | 30 + .../npc/chest/18273-TreasureChest.xml | 30 + .../npc/chest/18274-TreasureChest.xml | 30 + .../npc/chest/18275-TreasureChest.xml | 30 + .../npc/chest/18276-TreasureChest.xml | 30 + .../npc/chest/18277-TreasureChest.xml | 30 + .../npc/chest/18278-TreasureChest.xml | 30 + .../npc/chest/18279-TreasureChest.xml | 30 + .../npc/chest/18280-TreasureChest.xml | 30 + .../npc/chest/18281-TreasureChest.xml | 30 + .../npc/chest/18282-TreasureChest.xml | 30 + .../npc/chest/18283-TreasureChest.xml | 30 + .../npc/chest/18284-TreasureChest.xml | 30 + .../npc/chest/18285-TreasureChest.xml | 30 + .../npc/chest/18286-TreasureChest.xml | 30 + .../chest/18287-OtherworldlyInvaderFood.xml | 30 + .../chest/18288-OtherworldlyInvaderFood.xml | 30 + .../npc/chest/18289-DimensionInvaderFood.xml | 30 + .../npc/chest/18290-DimensionInvaderFood.xml | 30 + .../npc/chest/18291-PurgatoryInvaderFood.xml | 30 + .../npc/chest/18292-PurgatoryInvaderFood.xml | 30 + .../chest/18293-ForbiddenPathInvaderFood.xml | 30 + .../chest/18294-ForbiddenPathInvaderFood.xml | 30 + .../npc/chest/18295-DarkOmenInvaderFood.xml | 30 + .../npc/chest/18296-DarkOmenInvaderFood.xml | 30 + .../npc/chest/18297-MessengerInvaderFood.xml | 30 + .../npc/chest/18298-MessengerInvaderFood.xml | 30 + .../npc/chest/18477-CoralTreasureChest.xml | 25 + .../chest/21671-OtherworldlyInvaderFood.xml | 40 + .../npc/chest/21694-DimensionInvaderFood.xml | 45 + .../npc/chest/21717-PurgatoryInvaderFood.xml | 52 + .../chest/21740-ForbiddenPathInvaderFood.xml | 49 + .../npc/chest/21763-DarkOmenInvaderFood.xml | 51 + .../npc/chest/21786-MessengerInvaderFood.xml | 46 + .../npc/chest/21801-TreasureChest.xml | 38 + .../npc/chest/21802-TreasureChest.xml | 37 + .../npc/chest/21803-TreasureChest.xml | 40 + .../npc/chest/21804-TreasureChest.xml | 37 + .../npc/chest/21805-TreasureChest.xml | 43 + .../npc/chest/21806-TreasureChest.xml | 38 + .../npc/chest/21807-TreasureChest.xml | 51 + .../npc/chest/21808-TreasureChest.xml | 41 + .../npc/chest/21809-TreasureChest.xml | 59 ++ .../npc/chest/21810-TreasureChest.xml | 47 + .../npc/chest/21811-TreasureChest.xml | 45 + .../npc/chest/21812-TreasureChest.xml | 45 + .../npc/chest/21813-TreasureChest.xml | 49 + .../npc/chest/21814-TreasureChest.xml | 49 + .../npc/chest/21815-TreasureChest.xml | 49 + .../npc/chest/21816-TreasureChest.xml | 47 + .../npc/chest/21817-TreasureChest.xml | 49 + .../npc/chest/21818-TreasureChest.xml | 47 + .../npc/chest/21819-TreasureChest.xml | 49 + .../npc/chest/21820-TreasureChest.xml | 47 + .../npc/chest/21821-TreasureChest.xml | 47 + .../npc/chest/21822-TreasureChest.xml | 45 + .../npc/chest/32492-CrystalWaterBottle.xml | 25 + .../npc/chest/32493-BurningBrazier.xml | 25 + .../templates/npc/chest/32495-TreasureBox.xml | 24 + .../npc/clanhalldoormen/30772-Wilson.xml | 26 + .../npc/clanhalldoormen/30773-Todd.xml | 26 + .../npc/clanhalldoormen/35385-Renny.xml | 26 + .../npc/clanhalldoormen/35387-Baback.xml | 26 + .../npc/clanhalldoormen/35389-Loring.xml | 26 + .../npc/clanhalldoormen/35391-Latif.xml | 26 + .../npc/clanhalldoormen/35393-Faolan.xml | 26 + .../npc/clanhalldoormen/35395-Kogan.xml | 26 + .../npc/clanhalldoormen/35397-Merton.xml | 26 + .../npc/clanhalldoormen/35399-Luce.xml | 26 + .../npc/clanhalldoormen/35401-Amiel.xml | 26 + .../npc/clanhalldoormen/35402-Borna.xml | 26 + .../npc/clanhalldoormen/35404-Jamal.xml | 26 + .../npc/clanhalldoormen/35406-Jabilo.xml | 26 + .../npc/clanhalldoormen/35440-Daniel.xml | 26 + .../npc/clanhalldoormen/35442-Jacques.xml | 26 + .../npc/clanhalldoormen/35444-Joff.xml | 26 + .../npc/clanhalldoormen/35446-Niels.xml | 26 + .../npc/clanhalldoormen/35448-Rudy.xml | 26 + .../npc/clanhalldoormen/35450-Gellar.xml | 26 + .../npc/clanhalldoormen/35452-Theobolt.xml | 26 + .../npc/clanhalldoormen/35454-Rosconne.xml | 26 + .../npc/clanhalldoormen/35456-Stewart.xml | 26 + .../npc/clanhalldoormen/35458-Theron.xml | 26 + .../npc/clanhalldoormen/35460-Trey.xml | 26 + .../npc/clanhalldoormen/35462-Kalmer.xml | 26 + .../npc/clanhalldoormen/35464-Volfrem.xml | 26 + .../npc/clanhalldoormen/35466-Gerard.xml | 26 + .../npc/clanhalldoormen/35468-Lambert.xml | 26 + .../npc/clanhalldoormen/35567-Emil.xml | 26 + .../npc/clanhalldoormen/35569-Daniel.xml | 26 + .../npc/clanhalldoormen/35571-Dale.xml | 26 + .../npc/clanhalldoormen/35573-Shawn.xml | 26 + .../npc/clanhalldoormen/35575-Ryan.xml | 26 + .../npc/clanhalldoormen/35577-Harry.xml | 26 + .../npc/clanhalldoormen/35579-Egon.xml | 26 + .../npc/clanhalldoormen/35581-Osho.xml | 26 + .../npc/clanhalldoormen/35583-Walter.xml | 26 + .../npc/clanhalldoormen/35585-Alice.xml | 26 + .../npc/clanhalldoormen/35587-Neria.xml | 26 + .../npc/clanhallmanager/35384-Black.xml | 26 + .../npc/clanhallmanager/35386-Boyer.xml | 26 + .../npc/clanhallmanager/35388-Tim.xml | 26 + .../npc/clanhallmanager/35390-Dillon.xml | 26 + .../npc/clanhallmanager/35392-Bremmer.xml | 26 + .../npc/clanhallmanager/35394-Kalis.xml | 26 + .../npc/clanhallmanager/35396-Winker.xml | 26 + .../npc/clanhallmanager/35398-Ruben.xml | 26 + .../npc/clanhallmanager/35400-Horner.xml | 26 + .../npc/clanhallmanager/35403-Ron.xml | 26 + .../npc/clanhallmanager/35405-Flynn.xml | 26 + .../npc/clanhallmanager/35407-Seth.xml | 26 + .../npc/clanhallmanager/35438-Chamberlain.xml | 25 + .../npc/clanhallmanager/35439-Carey.xml | 26 + .../npc/clanhallmanager/35441-Dianne.xml | 26 + .../npc/clanhallmanager/35443-Crissy.xml | 26 + .../npc/clanhallmanager/35445-Albert.xml | 26 + .../npc/clanhallmanager/35447-Korgen.xml | 26 + .../npc/clanhallmanager/35449-Dimaggio.xml | 26 + .../npc/clanhallmanager/35451-Emma.xml | 26 + .../npc/clanhallmanager/35453-Adrienne.xml | 26 + .../npc/clanhallmanager/35455-Bianca.xml | 26 + .../npc/clanhallmanager/35457-Gladys.xml | 26 + .../npc/clanhallmanager/35459-Regina.xml | 26 + .../npc/clanhallmanager/35461-Aida.xml | 26 + .../npc/clanhallmanager/35463-Helga.xml | 26 + .../npc/clanhallmanager/35465-Millicent.xml | 26 + .../npc/clanhallmanager/35467-Branhillde.xml | 26 + .../npc/clanhallmanager/35566-Ronald.xml | 26 + .../npc/clanhallmanager/35568-Wayne.xml | 26 + .../npc/clanhallmanager/35570-Patty.xml | 26 + .../npc/clanhallmanager/35572-Jimmy.xml | 26 + .../npc/clanhallmanager/35574-Michael.xml | 26 + .../npc/clanhallmanager/35576-Jack.xml | 26 + .../npc/clanhallmanager/35578-Karuto.xml | 26 + .../npc/clanhallmanager/35580-Carol.xml | 26 + .../npc/clanhallmanager/35582-Stanley.xml | 26 + .../npc/clanhallmanager/35584-Billy.xml | 26 + .../npc/clanhallmanager/35586-Serena.xml | 26 + data/templates/npc/clantrader/32024-Mulia.xml | 26 + data/templates/npc/clantrader/32025-Ilia.xml | 26 + .../templates/npc/classmaster/31756-MrCat.xml | 26 + .../npc/classmaster/31757-MissQueen.xml | 26 + .../controltower/13002-LifeControlTower.xml | 24 + .../controltower/13003-LifeControlTower.xml | 24 + .../npc/dawnpriest/31078-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31079-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31080-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31081-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31082-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31083-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31084-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31168-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31692-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31694-PriestOfDawn.xml | 26 + .../npc/dawnpriest/31997-PriestOfDawn.xml | 26 + .../npc/decoy/13071-VirtualImage.xml | 24 + .../npc/decoy/13072-VirtualImage.xml | 24 + .../npc/decoy/13073-VirtualImage.xml | 24 + .../npc/decoy/13074-VirtualImage.xml | 24 + .../npc/decoy/13075-VirtualImage.xml | 24 + .../npc/decoy/13076-VirtualImage.xml | 24 + .../npc/decoy/13257-VirtualImage.xml | 24 + .../npc/decoy/13258-VirtualImage.xml | 24 + .../npc/decoy/13259-VirtualImage.xml | 24 + .../npc/decoy/13260-VirtualImage.xml | 24 + .../npc/decoy/13261-VirtualImage.xml | 24 + .../npc/decoy/13262-VirtualImage.xml | 24 + .../npc/decoy/13263-VirtualImage.xml | 24 + .../npc/decoy/13264-VirtualImage.xml | 24 + .../npc/decoy/13265-VirtualImage.xml | 24 + .../npc/decoy/13266-VirtualImage.xml | 24 + .../npc/decoy/13267-VirtualImage.xml | 24 + .../npc/defender/35010-Mercenary.xml | 26 + .../npc/defender/35011-Mercenary.xml | 26 + .../npc/defender/35012-Mercenary.xml | 26 + .../npc/defender/35013-Mercenary.xml | 26 + .../npc/defender/35014-Mercenary.xml | 26 + .../npc/defender/35015-Mercenary.xml | 26 + .../npc/defender/35016-Mercenary.xml | 26 + .../npc/defender/35017-Mercenary.xml | 26 + .../npc/defender/35018-Mercenary.xml | 26 + .../npc/defender/35019-Mercenary.xml | 26 + .../npc/defender/35020-MercenaryOfDawn.xml | 26 + .../npc/defender/35021-MercenaryOfDawn.xml | 26 + .../npc/defender/35022-MercenaryOfDawn.xml | 26 + .../npc/defender/35023-MercenaryOfDawn.xml | 26 + .../npc/defender/35024-MercenaryOfDawn.xml | 26 + .../npc/defender/35025-MercenaryOfDawn.xml | 26 + .../npc/defender/35026-MercenaryOfDawn.xml | 26 + .../npc/defender/35027-MercenaryOfDawn.xml | 26 + .../npc/defender/35028-MercenaryOfDawn.xml | 26 + .../npc/defender/35029-MercenaryOfDawn.xml | 26 + .../35030-EliteMercenaryGuildMember.xml | 26 + .../35031-EliteMercenaryGuildMember.xml | 26 + .../35032-EliteMercenaryGuildMember.xml | 26 + .../35033-EliteMercenaryGuildMember.xml | 26 + .../35034-EliteMercenaryGuildMember.xml | 26 + .../35035-EliteMercenaryGuildMember.xml | 26 + .../35036-EliteMercenaryGuildMember.xml | 26 + .../35037-EliteMercenaryGuildMember.xml | 26 + .../35038-EliteMercenaryGuildMember.xml | 26 + .../35039-EliteMercenaryGuildMember.xml | 26 + .../npc/defender/35040-GreaterRecruit.xml | 26 + .../npc/defender/35041-GreaterRecruit.xml | 26 + .../npc/defender/35042-GreaterRecruit.xml | 26 + .../npc/defender/35043-GreaterRecruit.xml | 26 + .../npc/defender/35044-GreaterRecruit.xml | 26 + .../npc/defender/35045-GreaterRecruit.xml | 26 + .../npc/defender/35046-GreaterRecruit.xml | 26 + .../npc/defender/35047-GreaterRecruit.xml | 26 + .../npc/defender/35048-GreaterRecruit.xml | 26 + .../npc/defender/35049-GreaterRecruit.xml | 26 + data/templates/npc/defender/35050-Recruit.xml | 26 + data/templates/npc/defender/35051-Recruit.xml | 26 + data/templates/npc/defender/35052-Recruit.xml | 26 + data/templates/npc/defender/35053-Recruit.xml | 26 + data/templates/npc/defender/35054-Recruit.xml | 26 + data/templates/npc/defender/35055-Recruit.xml | 26 + data/templates/npc/defender/35056-Recruit.xml | 26 + data/templates/npc/defender/35057-Recruit.xml | 26 + data/templates/npc/defender/35058-Recruit.xml | 26 + data/templates/npc/defender/35059-Recruit.xml | 26 + .../npc/defender/35064-BaronLewinWaldner.xml | 26 + .../npc/defender/35065-Cronenberg.xml | 27 + .../npc/defender/35066-RoyalKnight.xml | 27 + .../npc/defender/35067-CourtSorcerer.xml | 27 + .../npc/defender/35068-CourtSorcerer.xml | 27 + .../npc/defender/35069-CourtGuard.xml | 27 + data/templates/npc/defender/35070-Guard.xml | 27 + data/templates/npc/defender/35071-Guard.xml | 27 + data/templates/npc/defender/35072-Guard.xml | 27 + data/templates/npc/defender/35073-Guard.xml | 27 + data/templates/npc/defender/35074-Guard.xml | 27 + data/templates/npc/defender/35075-Guard.xml | 27 + data/templates/npc/defender/35076-Guard.xml | 27 + data/templates/npc/defender/35077-Guard.xml | 27 + data/templates/npc/defender/35078-Guard.xml | 27 + .../npc/defender/35079-RoyalKnight.xml | 27 + .../npc/defender/35080-CourtSorcerer.xml | 27 + .../npc/defender/35081-CourtSorcerer.xml | 27 + .../npc/defender/35082-CourtGuard.xml | 27 + data/templates/npc/defender/35083-Guard.xml | 27 + data/templates/npc/defender/35084-Guard.xml | 27 + data/templates/npc/defender/35085-Guard.xml | 27 + data/templates/npc/defender/35086-Guard.xml | 27 + data/templates/npc/defender/35087-Guard.xml | 27 + data/templates/npc/defender/35088-Guard.xml | 27 + data/templates/npc/defender/35089-Guard.xml | 27 + data/templates/npc/defender/35090-Guard.xml | 27 + data/templates/npc/defender/35091-Guard.xml | 27 + .../npc/defender/35106-DukeByronAshton.xml | 26 + data/templates/npc/defender/35107-Ivano.xml | 27 + .../npc/defender/35108-RoyalKnight.xml | 27 + .../npc/defender/35109-CourtSorcerer.xml | 27 + .../npc/defender/35110-CourtSorcerer.xml | 27 + .../npc/defender/35111-CourtGuard.xml | 27 + data/templates/npc/defender/35112-Guard.xml | 27 + data/templates/npc/defender/35113-Guard.xml | 27 + data/templates/npc/defender/35114-Guard.xml | 27 + data/templates/npc/defender/35115-Guard.xml | 27 + data/templates/npc/defender/35116-Guard.xml | 27 + data/templates/npc/defender/35117-Guard.xml | 27 + data/templates/npc/defender/35118-Guard.xml | 27 + data/templates/npc/defender/35119-Guard.xml | 27 + data/templates/npc/defender/35120-Guard.xml | 27 + .../npc/defender/35121-RoyalKnight.xml | 27 + .../npc/defender/35122-CourtSorcerer.xml | 27 + .../npc/defender/35123-CourtSorcerer.xml | 27 + .../npc/defender/35124-CourtGuard.xml | 27 + .../npc/defender/35125-CourtGuard.xml | 27 + .../npc/defender/35126-CourtGuard.xml | 27 + .../npc/defender/35127-CourtGuard.xml | 27 + .../npc/defender/35128-CourtGuard.xml | 27 + .../npc/defender/35129-CourtGuard.xml | 27 + .../npc/defender/35130-CourtGuard.xml | 27 + .../npc/defender/35131-CourtGuard.xml | 27 + .../npc/defender/35132-CourtGuard.xml | 27 + .../npc/defender/35133-CourtGuard.xml | 27 + .../npc/defender/35148-BaronCarmonEsthus.xml | 26 + data/templates/npc/defender/35149-Ulric.xml | 27 + .../npc/defender/35150-RoyalKnight.xml | 27 + .../npc/defender/35151-CourtSorcerer.xml | 27 + .../npc/defender/35152-CourtSorcerer.xml | 27 + .../npc/defender/35153-CourtGuard.xml | 27 + data/templates/npc/defender/35154-Guard.xml | 27 + data/templates/npc/defender/35155-Guard.xml | 27 + data/templates/npc/defender/35156-Guard.xml | 27 + data/templates/npc/defender/35157-Guard.xml | 27 + data/templates/npc/defender/35158-Guard.xml | 27 + data/templates/npc/defender/35159-Guard.xml | 27 + data/templates/npc/defender/35160-Guard.xml | 27 + data/templates/npc/defender/35161-Guard.xml | 27 + data/templates/npc/defender/35162-Guard.xml | 27 + .../npc/defender/35163-RoyalKnight.xml | 27 + .../npc/defender/35164-CourtSorcerer.xml | 27 + .../npc/defender/35165-CourtSorcerer.xml | 27 + .../npc/defender/35166-CourtGuard.xml | 27 + data/templates/npc/defender/35167-Guard.xml | 27 + data/templates/npc/defender/35168-Guard.xml | 27 + data/templates/npc/defender/35169-Guard.xml | 27 + data/templates/npc/defender/35170-Guard.xml | 27 + data/templates/npc/defender/35171-Guard.xml | 27 + data/templates/npc/defender/35172-Guard.xml | 27 + data/templates/npc/defender/35173-Guard.xml | 27 + data/templates/npc/defender/35174-Guard.xml | 27 + data/templates/npc/defender/35175-Guard.xml | 27 + .../npc/defender/35190-BalthusVanDyke.xml | 27 + data/templates/npc/defender/35191-Quant.xml | 27 + .../npc/defender/35192-RoyalKnight.xml | 27 + .../npc/defender/35193-CourtSorcerer.xml | 27 + .../npc/defender/35194-CourtSorcerer.xml | 27 + .../npc/defender/35195-CourtGuard.xml | 27 + data/templates/npc/defender/35196-Guard.xml | 27 + data/templates/npc/defender/35197-Guard.xml | 27 + data/templates/npc/defender/35198-Guard.xml | 27 + data/templates/npc/defender/35199-Guard.xml | 27 + data/templates/npc/defender/35200-Guard.xml | 27 + data/templates/npc/defender/35201-Guard.xml | 27 + data/templates/npc/defender/35202-Guard.xml | 27 + data/templates/npc/defender/35203-Guard.xml | 27 + data/templates/npc/defender/35204-Guard.xml | 27 + .../npc/defender/35205-RoyalKnight.xml | 27 + .../npc/defender/35206-CourtSorcerer.xml | 27 + .../npc/defender/35207-CourtSorcerer.xml | 27 + .../npc/defender/35208-CourtGuard.xml | 27 + data/templates/npc/defender/35209-Guard.xml | 27 + data/templates/npc/defender/35210-Guard.xml | 27 + data/templates/npc/defender/35211-Guard.xml | 27 + data/templates/npc/defender/35212-Guard.xml | 27 + data/templates/npc/defender/35213-Guard.xml | 27 + data/templates/npc/defender/35214-Guard.xml | 27 + data/templates/npc/defender/35215-Guard.xml | 27 + data/templates/npc/defender/35216-Guard.xml | 27 + data/templates/npc/defender/35217-Guard.xml | 27 + .../npc/defender/35234-AmadeoCadmus.xml | 27 + .../npc/defender/35235-RoyalKnight.xml | 27 + .../npc/defender/35236-CourtSorcerer.xml | 27 + .../npc/defender/35237-CourtSorcerer.xml | 27 + .../npc/defender/35238-CourtGuard.xml | 27 + data/templates/npc/defender/35239-Guard.xml | 27 + data/templates/npc/defender/35240-Guard.xml | 27 + data/templates/npc/defender/35241-Guard.xml | 27 + data/templates/npc/defender/35242-Guard.xml | 27 + data/templates/npc/defender/35243-Guard.xml | 27 + data/templates/npc/defender/35244-Guard.xml | 27 + data/templates/npc/defender/35245-Guard.xml | 27 + data/templates/npc/defender/35246-Guard.xml | 27 + data/templates/npc/defender/35247-Guard.xml | 27 + .../npc/defender/35248-RoyalKnight.xml | 27 + .../npc/defender/35249-CourtSorcerer.xml | 27 + .../npc/defender/35250-CourtSorcerer.xml | 27 + .../npc/defender/35251-CourtGuard.xml | 27 + data/templates/npc/defender/35252-Guard.xml | 27 + data/templates/npc/defender/35253-Guard.xml | 27 + data/templates/npc/defender/35254-Guard.xml | 27 + data/templates/npc/defender/35255-Guard.xml | 27 + data/templates/npc/defender/35256-Guard.xml | 27 + data/templates/npc/defender/35257-Guard.xml | 27 + data/templates/npc/defender/35258-Guard.xml | 27 + data/templates/npc/defender/35259-Guard.xml | 27 + data/templates/npc/defender/35260-Guard.xml | 27 + .../npc/defender/35280-BaronLionelHunter.xml | 26 + data/templates/npc/defender/35281-Schaht.xml | 27 + .../npc/defender/35282-RoyalKnight.xml | 27 + .../npc/defender/35283-CourtSorcerer.xml | 27 + .../npc/defender/35284-CourtSorcerer.xml | 27 + .../npc/defender/35285-CourtGuard.xml | 27 + data/templates/npc/defender/35286-Guard.xml | 27 + data/templates/npc/defender/35287-Guard.xml | 27 + data/templates/npc/defender/35288-Guard.xml | 27 + data/templates/npc/defender/35289-Guard.xml | 27 + data/templates/npc/defender/35290-Guard.xml | 27 + data/templates/npc/defender/35291-Guard.xml | 27 + data/templates/npc/defender/35292-Guard.xml | 27 + data/templates/npc/defender/35293-Guard.xml | 27 + data/templates/npc/defender/35294-Guard.xml | 27 + .../npc/defender/35295-RoyalKnight.xml | 27 + .../npc/defender/35296-CourtSorcerer.xml | 27 + .../npc/defender/35297-CourtSorcerer.xml | 27 + .../npc/defender/35298-CourtGuard.xml | 27 + data/templates/npc/defender/35299-Guard.xml | 27 + data/templates/npc/defender/35300-Guard.xml | 27 + data/templates/npc/defender/35301-Guard.xml | 27 + data/templates/npc/defender/35302-Guard.xml | 27 + data/templates/npc/defender/35303-Guard.xml | 27 + data/templates/npc/defender/35304-Guard.xml | 27 + data/templates/npc/defender/35305-Guard.xml | 27 + data/templates/npc/defender/35306-Guard.xml | 27 + data/templates/npc/defender/35307-Guard.xml | 27 + data/templates/npc/defender/35324-Heinz.xml | 27 + .../npc/defender/35325-DukeMoraKenAbygail.xml | 26 + .../npc/defender/35326-RoyalKnight.xml | 27 + .../npc/defender/35327-CourtSorcerer.xml | 27 + .../npc/defender/35328-CourtSorcerer.xml | 27 + data/templates/npc/defender/35329-Guard.xml | 27 + .../npc/defender/35330-Bodyguard.xml | 27 + .../npc/defender/35331-Bodyguard.xml | 27 + .../npc/defender/35332-Bodyguard.xml | 27 + .../npc/defender/35333-Bodyguard.xml | 27 + .../npc/defender/35334-Bodyguard.xml | 27 + .../npc/defender/35335-Bodyguard.xml | 27 + .../npc/defender/35336-Bodyguard.xml | 27 + .../npc/defender/35337-Bodyguard.xml | 27 + .../npc/defender/35338-Bodyguard.xml | 27 + .../npc/defender/35339-RoyalKnight.xml | 27 + .../npc/defender/35340-CourtSorcerer.xml | 27 + .../npc/defender/35341-CourtSorcerer.xml | 27 + data/templates/npc/defender/35342-Guard.xml | 27 + .../npc/defender/35343-Bodyguard.xml | 27 + .../npc/defender/35344-Bodyguard.xml | 27 + .../npc/defender/35345-Bodyguard.xml | 27 + .../npc/defender/35346-Bodyguard.xml | 27 + .../npc/defender/35347-Bodyguard.xml | 27 + .../npc/defender/35348-Bodyguard.xml | 27 + .../npc/defender/35349-Bodyguard.xml | 27 + .../npc/defender/35350-Bodyguard.xml | 27 + .../npc/defender/35351-Bodyguard.xml | 27 + .../npc/defender/35470-AstairVanHalter.xml | 27 + .../npc/defender/35471-RoyalKnight.xml | 27 + .../npc/defender/35472-CourtSorcerer.xml | 27 + .../npc/defender/35473-CourtSorcerer.xml | 27 + .../npc/defender/35474-CourtGuard.xml | 27 + data/templates/npc/defender/35475-Guard.xml | 27 + data/templates/npc/defender/35476-Guard.xml | 27 + data/templates/npc/defender/35477-Guard.xml | 27 + data/templates/npc/defender/35478-Guard.xml | 27 + data/templates/npc/defender/35479-Guard.xml | 27 + data/templates/npc/defender/35480-Guard.xml | 27 + data/templates/npc/defender/35481-Guard.xml | 27 + data/templates/npc/defender/35482-Guard.xml | 27 + data/templates/npc/defender/35483-Guard.xml | 27 + .../npc/defender/35484-RoyalKnight.xml | 27 + .../npc/defender/35485-CourtSorcerer.xml | 27 + .../npc/defender/35486-CourtSorcerer.xml | 27 + .../npc/defender/35487-CourtGuard.xml | 27 + data/templates/npc/defender/35488-Guard.xml | 27 + data/templates/npc/defender/35489-Guard.xml | 27 + data/templates/npc/defender/35490-Guard.xml | 27 + data/templates/npc/defender/35491-Guard.xml | 27 + data/templates/npc/defender/35492-Guard.xml | 27 + data/templates/npc/defender/35493-Guard.xml | 27 + data/templates/npc/defender/35494-Guard.xml | 27 + data/templates/npc/defender/35495-Guard.xml | 27 + data/templates/npc/defender/35496-Guard.xml | 27 + data/templates/npc/defender/35516-Verus.xml | 27 + .../npc/defender/35517-SwainKenOrwen.xml | 27 + .../npc/defender/35518-RoyalKnight.xml | 27 + .../npc/defender/35519-CourtSorcerer.xml | 27 + .../npc/defender/35520-CourtSorcerer.xml | 27 + .../npc/defender/35521-CourtGuard.xml | 27 + data/templates/npc/defender/35522-Guard.xml | 27 + data/templates/npc/defender/35523-Guard.xml | 27 + data/templates/npc/defender/35524-Guard.xml | 27 + data/templates/npc/defender/35525-Guard.xml | 27 + data/templates/npc/defender/35526-Guard.xml | 27 + data/templates/npc/defender/35527-Guard.xml | 27 + data/templates/npc/defender/35528-Guard.xml | 27 + data/templates/npc/defender/35529-Guard.xml | 27 + data/templates/npc/defender/35530-Guard.xml | 27 + .../npc/defender/35531-RoyalKnight.xml | 27 + .../npc/defender/35532-CourtSorcerer.xml | 27 + .../npc/defender/35533-CourtSorcerer.xml | 27 + .../npc/defender/35534-CourtGuard.xml | 27 + data/templates/npc/defender/35535-Guard.xml | 27 + data/templates/npc/defender/35536-Guard.xml | 27 + data/templates/npc/defender/35537-Guard.xml | 27 + data/templates/npc/defender/35538-Guard.xml | 27 + data/templates/npc/defender/35539-Guard.xml | 27 + data/templates/npc/defender/35540-Guard.xml | 27 + data/templates/npc/defender/35541-Guard.xml | 27 + data/templates/npc/defender/35542-Guard.xml | 27 + data/templates/npc/defender/35543-Guard.xml | 27 + .../templates/npc/defender/35610-BlueFlag.xml | 24 + .../npc/defender/35611-PurpleFlag.xml | 24 + .../npc/defender/35612-GroupGatekeeper.xml | 25 + .../npc/defender/35670-RebelCommander.xml | 32 + .../defender/35671-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35672-RebelPrivate.xml | 30 + .../npc/defender/35673-CourtGuard.xml | 30 + data/templates/npc/defender/35674-Guard.xml | 30 + .../defender/35676-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/35678-Guard.xml | 27 + data/templates/npc/defender/35679-Guard.xml | 30 + data/templates/npc/defender/35681-Wizard.xml | 30 + data/templates/npc/defender/35682-Healer.xml | 30 + data/templates/npc/defender/35684-Archer.xml | 30 + .../npc/defender/35702-RebelCommander.xml | 32 + .../defender/35703-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35704-RebelPrivate.xml | 30 + .../npc/defender/35705-CourtGuard.xml | 30 + data/templates/npc/defender/35706-Guard.xml | 30 + .../defender/35711-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/35712-ScoutGolem.xml | 29 + data/templates/npc/defender/35714-Guard.xml | 27 + data/templates/npc/defender/35715-Guard.xml | 30 + data/templates/npc/defender/35717-Wizard.xml | 30 + data/templates/npc/defender/35718-Healer.xml | 30 + data/templates/npc/defender/35720-Archer.xml | 30 + .../templates/npc/defender/35722-Minister.xml | 30 + .../npc/defender/35739-RebelCommander.xml | 32 + .../defender/35740-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35741-RebelPrivate.xml | 30 + .../npc/defender/35742-CourtGuard.xml | 30 + data/templates/npc/defender/35743-Guard.xml | 30 + .../defender/35745-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/35747-Guard.xml | 27 + data/templates/npc/defender/35748-Guard.xml | 30 + data/templates/npc/defender/35750-Wizard.xml | 30 + data/templates/npc/defender/35751-Healer.xml | 30 + data/templates/npc/defender/35753-Archer.xml | 30 + .../npc/defender/35771-RebelCommander.xml | 32 + .../defender/35772-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35773-RebelPrivate.xml | 30 + .../npc/defender/35774-CourtGuard.xml | 30 + data/templates/npc/defender/35775-Guard.xml | 30 + .../defender/35780-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/35781-ScoutGolem.xml | 29 + data/templates/npc/defender/35783-Guard.xml | 27 + data/templates/npc/defender/35784-Guard.xml | 30 + data/templates/npc/defender/35786-Wizard.xml | 30 + data/templates/npc/defender/35787-Healer.xml | 30 + data/templates/npc/defender/35789-Archer.xml | 30 + .../templates/npc/defender/35791-Minister.xml | 30 + .../npc/defender/35808-RebelCommander.xml | 32 + .../defender/35809-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35810-RebelPrivate.xml | 30 + .../npc/defender/35811-CourtGuard.xml | 30 + data/templates/npc/defender/35812-Guard.xml | 30 + .../defender/35814-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/35816-Guard.xml | 27 + data/templates/npc/defender/35817-Guard.xml | 30 + data/templates/npc/defender/35819-Wizard.xml | 30 + data/templates/npc/defender/35820-Healer.xml | 30 + data/templates/npc/defender/35822-Archer.xml | 30 + .../npc/defender/35839-RebelCommander.xml | 32 + .../defender/35840-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35841-RebelPrivate.xml | 30 + .../npc/defender/35842-CourtGuard.xml | 30 + data/templates/npc/defender/35843-Guard.xml | 30 + .../defender/35845-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/35847-Guard.xml | 27 + data/templates/npc/defender/35848-Guard.xml | 30 + data/templates/npc/defender/35850-Wizard.xml | 30 + data/templates/npc/defender/35851-Healer.xml | 30 + data/templates/npc/defender/35853-Archer.xml | 30 + .../npc/defender/35871-RebelCommander.xml | 32 + .../defender/35872-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35873-RebelPrivate.xml | 30 + .../npc/defender/35874-CourtGuard.xml | 30 + data/templates/npc/defender/35875-Guard.xml | 30 + .../defender/35880-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/35881-ScoutGolem.xml | 29 + data/templates/npc/defender/35883-Guard.xml | 27 + data/templates/npc/defender/35884-Guard.xml | 30 + data/templates/npc/defender/35886-Wizard.xml | 30 + data/templates/npc/defender/35887-Healer.xml | 30 + data/templates/npc/defender/35889-Archer.xml | 30 + .../templates/npc/defender/35891-Minister.xml | 30 + .../npc/defender/35908-RebelCommander.xml | 32 + .../defender/35909-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35910-RebelPrivate.xml | 30 + .../npc/defender/35911-CourtGuard.xml | 30 + data/templates/npc/defender/35912-Guard.xml | 30 + .../defender/35914-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/35916-Guard.xml | 27 + data/templates/npc/defender/35917-Guard.xml | 30 + data/templates/npc/defender/35919-Wizard.xml | 30 + data/templates/npc/defender/35920-Healer.xml | 30 + data/templates/npc/defender/35922-Archer.xml | 30 + .../npc/defender/35940-RebelCommander.xml | 32 + .../defender/35941-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35942-RebelPrivate.xml | 30 + .../npc/defender/35943-CourtGuard.xml | 30 + data/templates/npc/defender/35944-Guard.xml | 30 + .../defender/35949-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/35950-ScoutGolem.xml | 29 + data/templates/npc/defender/35952-Guard.xml | 27 + data/templates/npc/defender/35953-Guard.xml | 30 + data/templates/npc/defender/35955-Wizard.xml | 30 + data/templates/npc/defender/35956-Healer.xml | 30 + data/templates/npc/defender/35958-Archer.xml | 30 + .../templates/npc/defender/35960-Minister.xml | 30 + .../npc/defender/35978-RebelCommander.xml | 32 + .../defender/35979-DecoratedRebelSoldier.xml | 29 + .../npc/defender/35980-RebelPrivate.xml | 30 + .../npc/defender/35981-CourtGuard.xml | 30 + data/templates/npc/defender/35982-Guard.xml | 30 + .../defender/35987-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/35988-ScoutGolem.xml | 29 + data/templates/npc/defender/35990-Guard.xml | 27 + data/templates/npc/defender/35991-Guard.xml | 30 + data/templates/npc/defender/35993-Wizard.xml | 30 + data/templates/npc/defender/35994-Healer.xml | 30 + data/templates/npc/defender/35996-Archer.xml | 30 + .../templates/npc/defender/35998-Minister.xml | 30 + .../npc/defender/36015-RebelCommander.xml | 32 + .../defender/36016-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36017-RebelPrivate.xml | 30 + .../npc/defender/36018-CourtGuard.xml | 30 + data/templates/npc/defender/36019-Guard.xml | 30 + .../defender/36021-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/36023-Guard.xml | 27 + data/templates/npc/defender/36024-Guard.xml | 30 + data/templates/npc/defender/36026-Wizard.xml | 30 + data/templates/npc/defender/36027-Healer.xml | 30 + data/templates/npc/defender/36029-Archer.xml | 30 + .../npc/defender/36047-RebelCommander.xml | 32 + .../defender/36048-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36049-RebelPrivate.xml | 30 + .../npc/defender/36050-CourtGuard.xml | 30 + data/templates/npc/defender/36051-Guard.xml | 30 + .../defender/36056-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/36057-ScoutGolem.xml | 29 + data/templates/npc/defender/36059-Guard.xml | 27 + data/templates/npc/defender/36060-Guard.xml | 30 + data/templates/npc/defender/36062-Wizard.xml | 30 + data/templates/npc/defender/36063-Healer.xml | 30 + data/templates/npc/defender/36065-Archer.xml | 30 + .../templates/npc/defender/36067-Minister.xml | 30 + .../npc/defender/36085-RebelCommander.xml | 32 + .../defender/36086-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36087-RebelPrivate.xml | 30 + .../npc/defender/36088-CourtGuard.xml | 30 + data/templates/npc/defender/36089-Guard.xml | 30 + .../defender/36094-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/36095-ScoutGolem.xml | 29 + data/templates/npc/defender/36097-Guard.xml | 27 + data/templates/npc/defender/36098-Guard.xml | 30 + data/templates/npc/defender/36100-Wizard.xml | 30 + data/templates/npc/defender/36101-Healer.xml | 30 + data/templates/npc/defender/36103-Archer.xml | 30 + .../templates/npc/defender/36105-Minister.xml | 27 + .../npc/defender/36122-RebelCommander.xml | 32 + .../defender/36123-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36124-RebelPrivate.xml | 30 + .../npc/defender/36125-CourtGuard.xml | 30 + data/templates/npc/defender/36126-Guard.xml | 30 + .../defender/36128-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/36130-Guard.xml | 27 + data/templates/npc/defender/36131-Guard.xml | 30 + data/templates/npc/defender/36133-Wizard.xml | 30 + data/templates/npc/defender/36134-Healer.xml | 30 + data/templates/npc/defender/36136-Archer.xml | 30 + .../npc/defender/36153-RebelCommander.xml | 32 + .../defender/36154-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36155-RebelPrivate.xml | 30 + .../npc/defender/36156-CourtGuard.xml | 30 + data/templates/npc/defender/36157-Guard.xml | 30 + .../defender/36159-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/36161-Guard.xml | 27 + data/templates/npc/defender/36162-Guard.xml | 30 + data/templates/npc/defender/36164-Wizard.xml | 30 + data/templates/npc/defender/36165-Healer.xml | 30 + data/templates/npc/defender/36167-Archer.xml | 30 + .../npc/defender/36185-RebelCommander.xml | 32 + .../defender/36186-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36187-RebelPrivate.xml | 30 + .../npc/defender/36188-CourtGuard.xml | 30 + data/templates/npc/defender/36189-Guard.xml | 30 + .../defender/36194-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/36195-ScoutGolem.xml | 29 + data/templates/npc/defender/36197-Guard.xml | 27 + data/templates/npc/defender/36198-Guard.xml | 30 + data/templates/npc/defender/36200-Wizard.xml | 30 + data/templates/npc/defender/36201-Healer.xml | 30 + data/templates/npc/defender/36203-Archer.xml | 30 + .../templates/npc/defender/36205-Minister.xml | 30 + .../npc/defender/36223-RebelCommander.xml | 32 + .../defender/36224-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36225-RebelPrivate.xml | 30 + .../npc/defender/36226-CourtGuard.xml | 30 + data/templates/npc/defender/36227-Guard.xml | 30 + .../defender/36232-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/36233-ScoutGolem.xml | 29 + data/templates/npc/defender/36235-Guard.xml | 27 + data/templates/npc/defender/36236-Guard.xml | 30 + data/templates/npc/defender/36238-Wizard.xml | 30 + data/templates/npc/defender/36239-Healer.xml | 30 + data/templates/npc/defender/36241-Archer.xml | 30 + .../templates/npc/defender/36243-Minister.xml | 30 + .../npc/defender/36261-RebelCommander.xml | 32 + .../defender/36262-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36263-RebelPrivate.xml | 30 + .../npc/defender/36264-CourtGuard.xml | 30 + data/templates/npc/defender/36265-Guard.xml | 30 + .../defender/36270-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/36271-ScoutGolem.xml | 29 + data/templates/npc/defender/36273-Guard.xml | 27 + data/templates/npc/defender/36274-Guard.xml | 30 + data/templates/npc/defender/36276-Wizard.xml | 30 + data/templates/npc/defender/36277-Healer.xml | 30 + data/templates/npc/defender/36279-Archer.xml | 30 + .../templates/npc/defender/36281-Minister.xml | 30 + .../npc/defender/36298-RebelCommander.xml | 32 + .../defender/36299-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36300-RebelPrivate.xml | 30 + .../npc/defender/36301-CourtGuard.xml | 30 + data/templates/npc/defender/36302-Guard.xml | 30 + .../defender/36304-DwarvenGunnerySergeant.xml | 28 + data/templates/npc/defender/36306-Guard.xml | 27 + data/templates/npc/defender/36307-Guard.xml | 30 + data/templates/npc/defender/36309-Wizard.xml | 30 + data/templates/npc/defender/36310-Healer.xml | 30 + data/templates/npc/defender/36312-Archer.xml | 30 + .../npc/defender/36330-RebelCommander.xml | 32 + .../defender/36331-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36332-RebelPrivate.xml | 30 + .../npc/defender/36333-CourtGuard.xml | 30 + data/templates/npc/defender/36334-Guard.xml | 30 + .../defender/36339-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/36340-ScoutGolem.xml | 29 + data/templates/npc/defender/36342-Guard.xml | 27 + data/templates/npc/defender/36343-Guard.xml | 30 + data/templates/npc/defender/36345-Wizard.xml | 30 + data/templates/npc/defender/36346-Healer.xml | 30 + data/templates/npc/defender/36348-Archer.xml | 30 + .../templates/npc/defender/36350-Minister.xml | 30 + .../npc/defender/36368-RebelCommander.xml | 32 + .../defender/36369-DecoratedRebelSoldier.xml | 29 + .../npc/defender/36370-RebelPrivate.xml | 30 + .../npc/defender/36371-CourtGuard.xml | 30 + data/templates/npc/defender/36372-Guard.xml | 30 + .../defender/36377-DwarvenGunnerySergeant.xml | 29 + .../npc/defender/36378-ScoutGolem.xml | 29 + data/templates/npc/defender/36380-Guard.xml | 27 + data/templates/npc/defender/36381-Guard.xml | 30 + data/templates/npc/defender/36383-Wizard.xml | 30 + data/templates/npc/defender/36384-Healer.xml | 30 + data/templates/npc/defender/36386-Archer.xml | 30 + .../templates/npc/defender/36388-Minister.xml | 30 + .../36508-MilitaryAssociationLeader.xml | 27 + .../defender/36509-TerritoryBorderGuard.xml | 27 + .../36510-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36511-TerritoryGuard.xml | 27 + .../defender/36512-TerritoryBorderGuard.xml | 27 + .../36513-EconomicAssociationLeader.xml | 27 + .../36514-MilitaryAssociationLeader.xml | 27 + .../defender/36515-TerritoryBorderGuard.xml | 27 + .../36516-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36517-TerritoryGuard.xml | 27 + .../defender/36518-TerritoryBorderGuard.xml | 27 + .../36519-EconomicAssociationLeader.xml | 27 + .../36520-MilitaryAssociationLeader.xml | 27 + .../defender/36521-TerritoryBorderGuard.xml | 27 + .../36522-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36523-TerritoryGuard.xml | 27 + .../defender/36524-TerritoryBorderGuard.xml | 27 + .../36525-EconomicAssociationLeader.xml | 27 + .../36526-MilitaryAssociationLeader.xml | 27 + .../defender/36527-TerritoryBorderGuard.xml | 27 + .../36528-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36529-TerritoryGuard.xml | 27 + .../defender/36530-TerritoryBorderGuard.xml | 27 + .../36531-EconomicAssociationLeader.xml | 27 + .../36532-MilitaryAssociationLeader.xml | 27 + .../defender/36533-TerritoryBorderGuard.xml | 27 + .../36534-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36535-TerritoryGuard.xml | 27 + .../defender/36536-TerritoryBorderGuard.xml | 27 + .../36537-EconomicAssociationLeader.xml | 27 + .../36538-MilitaryAssociationLeader.xml | 27 + .../defender/36539-TerritoryBorderGuard.xml | 27 + .../36540-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36541-TerritoryGuard.xml | 27 + .../defender/36542-TerritoryBorderGuard.xml | 27 + .../36543-EconomicAssociationLeader.xml | 27 + .../36544-MilitaryAssociationLeader.xml | 27 + .../defender/36545-TerritoryBorderGuard.xml | 27 + .../36546-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36547-TerritoryGuard.xml | 27 + .../defender/36548-TerritoryBorderGuard.xml | 27 + .../36549-EconomicAssociationLeader.xml | 27 + .../36550-MilitaryAssociationLeader.xml | 27 + .../defender/36551-TerritoryBorderGuard.xml | 27 + .../36552-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36553-TerritoryGuard.xml | 27 + .../defender/36554-TerritoryBorderGuard.xml | 27 + .../36555-EconomicAssociationLeader.xml | 27 + .../36556-MilitaryAssociationLeader.xml | 27 + .../defender/36557-TerritoryBorderGuard.xml | 27 + .../36558-ReligiousAssociationLeader.xml | 27 + .../npc/defender/36559-TerritoryGuard.xml | 27 + .../defender/36560-TerritoryBorderGuard.xml | 27 + .../36561-EconomicAssociationLeader.xml | 27 + .../npc/delfvillagemaster/30195-Brecson.xml | 26 + .../npc/delfvillagemaster/30290-Xenos.xml | 26 + .../npc/delfvillagemaster/30297-Tobias.xml | 26 + .../npc/delfvillagemaster/30358-Thifiell.xml | 26 + .../npc/delfvillagemaster/30462-Tronix.xml | 26 + .../npc/delfvillagemaster/30474-Angus.xml | 26 + .../npc/delfvillagemaster/30699-Medown.xml | 26 + .../npc/delfvillagemaster/30862-Oltran.xml | 26 + .../npc/delfvillagemaster/30910-Xairakin.xml | 26 + .../npc/delfvillagemaster/31285-Samael.xml | 26 + .../npc/delfvillagemaster/31324-Andromeda.xml | 27 + .../npc/delfvillagemaster/31334-Tifaren.xml | 26 + .../npc/delfvillagemaster/31974-Drizzit.xml | 27 + .../npc/delfvillagemaster/32096-Helminter.xml | 27 + .../npc/delfvillagemaster/32160-Devon.xml | 26 + .../npc/doormen/31676-GregoryAthebaldt.xml | 27 + .../npc/doormen/31680-FlemingVanIssen.xml | 27 + .../31095-GatekeeperZiggurat.xml | 24 + .../31096-GatekeeperZiggurat.xml | 24 + .../31097-GatekeeperZiggurat.xml | 24 + .../31098-GatekeeperZiggurat.xml | 24 + .../31099-GatekeeperZiggurat.xml | 24 + .../31100-GatekeeperZiggurat.xml | 24 + .../31101-GatekeeperZiggurat.xml | 24 + .../31102-GatekeeperZiggurat.xml | 24 + .../31103-GatekeeperZiggurat.xml | 24 + .../31104-GatekeeperZiggurat.xml | 24 + .../31105-GatekeeperZiggurat.xml | 24 + .../31106-GatekeeperZiggurat.xml | 24 + .../31107-GatekeeperZiggurat.xml | 24 + .../31108-GatekeeperZiggurat.xml | 24 + .../31109-GatekeeperZiggurat.xml | 24 + .../31110-GatekeeperZiggurat.xml | 24 + .../31111-GatekeeperSpirit.xml | 24 + .../31112-GatekeeperSpirit.xml | 24 + .../31114-GatekeeperZiggurat.xml | 24 + .../31115-GatekeeperZiggurat.xml | 24 + .../31116-GatekeeperZiggurat.xml | 24 + .../31117-GatekeeperZiggurat.xml | 24 + .../31118-GatekeeperZiggurat.xml | 24 + .../31119-GatekeeperZiggurat.xml | 24 + .../31120-GatekeeperZiggurat.xml | 24 + .../31121-GatekeeperZiggurat.xml | 24 + .../31122-GatekeeperZiggurat.xml | 24 + .../31123-GatekeeperZiggurat.xml | 24 + .../31124-GatekeeperZiggurat.xml | 24 + .../31125-GatekeeperZiggurat.xml | 24 + .../npc/duskpriest/31085-DuskPriestess.xml | 26 + .../npc/duskpriest/31086-DuskPriestess.xml | 26 + .../npc/duskpriest/31087-DuskPriestess.xml | 26 + .../npc/duskpriest/31088-DuskPriestess.xml | 26 + .../npc/duskpriest/31089-DuskPriestess.xml | 26 + .../npc/duskpriest/31090-DuskPriestess.xml | 26 + .../npc/duskpriest/31091-DuskPriestess.xml | 26 + .../npc/duskpriest/31169-DuskPriestess.xml | 26 + .../npc/duskpriest/31693-PriestOfDusk.xml | 26 + .../npc/duskpriest/31695-PriestOfDusk.xml | 26 + .../npc/duskpriest/31998-DuskPriestess.xml | 26 + .../npc/dwarfvillagemaster/30498-Moke.xml | 26 + .../npc/dwarfvillagemaster/30499-Tapoy.xml | 26 + .../npc/dwarfvillagemaster/30503-Rikadio.xml | 26 + .../npc/dwarfvillagemaster/30504-Mendio.xml | 26 + .../npc/dwarfvillagemaster/30511-Gesto.xml | 26 + .../npc/dwarfvillagemaster/30512-Kusto.xml | 26 + .../npc/dwarfvillagemaster/30520-Reed.xml | 26 + .../npc/dwarfvillagemaster/30525-Bronk.xml | 26 + .../npc/dwarfvillagemaster/30594-Ranspo.xml | 26 + .../npc/dwarfvillagemaster/30595-Opix.xml | 26 + .../npc/dwarfvillagemaster/30676-Croop.xml | 26 + .../npc/dwarfvillagemaster/30677-Flutter.xml | 26 + .../npc/dwarfvillagemaster/30685-Baxt.xml | 26 + .../npc/dwarfvillagemaster/30687-Vergara.xml | 26 + .../npc/dwarfvillagemaster/30845-Klump.xml | 26 + .../npc/dwarfvillagemaster/30847-Ferris.xml | 26 + .../npc/dwarfvillagemaster/30894-Natools.xml | 26 + .../npc/dwarfvillagemaster/30897-Roman.xml | 26 + .../npc/dwarfvillagemaster/31269-Mona.xml | 26 + .../npc/dwarfvillagemaster/31272-Noel.xml | 26 + .../npc/dwarfvillagemaster/31314-Donal.xml | 26 + .../npc/dwarfvillagemaster/31317-Lombert.xml | 26 + .../npc/dwarfvillagemaster/31958-Yasheni.xml | 26 + .../npc/dwarfvillagemaster/31961-Newyear.xml | 27 + .../npc/dwarfvillagemaster/32092-Alder.xml | 26 + .../npc/dwarfvillagemaster/32093-Bolin.xml | 27 + .../npc/dwarfvillagemaster/32157-Moka.xml | 26 + .../npc/dwarfvillagemaster/32158-Fisler.xml | 26 + .../npc/dwarfvillagemaster/32171-Hoffa.xml | 26 + data/templates/npc/effectpoint/13018.xml | 23 + data/templates/npc/effectpoint/13019.xml | 23 + data/templates/npc/effectpoint/13020.xml | 23 + data/templates/npc/effectpoint/13021.xml | 23 + data/templates/npc/effectpoint/13022.xml | 23 + data/templates/npc/effectpoint/13023.xml | 23 + data/templates/npc/effectpoint/13024.xml | 23 + data/templates/npc/effectpoint/13025.xml | 23 + data/templates/npc/effectpoint/13026.xml | 23 + data/templates/npc/effectpoint/13027.xml | 23 + data/templates/npc/effectpoint/13028.xml | 23 + data/templates/npc/effectpoint/13029.xml | 23 + data/templates/npc/effectpoint/13030.xml | 23 + .../eventchest/13098-EventTreasureChest.xml | 25 + .../npc/famemanager/36479-Rapidus.xml | 26 + .../npc/famemanager/36480-Scipio.xml | 26 + .../18873-BabyAlpineKookaburra.xml | 39 + .../feedablebeast/18874-YoungKookaburra.xml | 52 + .../feedablebeast/18875-YoungKookaburra.xml | 25 + .../feedablebeast/18876-AdultKookaburra.xml | 44 + .../feedablebeast/18877-AdultKookaburra.xml | 25 + .../18878-FullGrownKookaburra.xml | 52 + .../18879-FullGrownKookaburra.xml | 25 + .../feedablebeast/18880-BabyAlpineCougar.xml | 40 + .../npc/feedablebeast/18881-YoungCougar.xml | 53 + .../npc/feedablebeast/18882-YoungCougar.xml | 25 + .../npc/feedablebeast/18883-AdultCougar.xml | 50 + .../npc/feedablebeast/18884-AdultCougar.xml | 25 + .../feedablebeast/18885-FullGrownCougar.xml | 50 + .../feedablebeast/18886-FullGrownCougar.xml | 25 + .../feedablebeast/18887-BabyAlpineBuffalo.xml | 43 + .../npc/feedablebeast/18888-YoungBuffalo.xml | 50 + .../npc/feedablebeast/18889-YoungBuffalo.xml | 25 + .../npc/feedablebeast/18890-AdultBuffalo.xml | 43 + .../npc/feedablebeast/18891-AdultBuffalo.xml | 25 + .../feedablebeast/18892-FullGrownBuffalo.xml | 42 + .../feedablebeast/18893-FullGrownBuffalo.xml | 25 + .../feedablebeast/18894-BabyAlpineGrendel.xml | 46 + .../npc/feedablebeast/18895-YoungGrendel.xml | 59 ++ .../npc/feedablebeast/18896-YoungGrendel.xml | 25 + .../npc/feedablebeast/18897-AdultGrendel.xml | 46 + .../npc/feedablebeast/18898-AdultGrendel.xml | 25 + .../feedablebeast/18899-FullGrownGrendel.xml | 45 + .../feedablebeast/18900-FullGrownGrendel.xml | 25 + .../feedablebeast/21451-AlpineKookaburra.xml | 48 + .../feedablebeast/21452-AlpineKookaburra.xml | 31 + .../feedablebeast/21453-AlpineKookaburra.xml | 31 + .../feedablebeast/21454-AlpineKookaburra.xml | 31 + .../feedablebeast/21455-AlpineKookaburra.xml | 31 + .../feedablebeast/21456-AlpineKookaburra.xml | 46 + .../feedablebeast/21457-AlpineKookaburra.xml | 47 + .../feedablebeast/21458-AlpineKookaburra.xml | 49 + .../feedablebeast/21459-AlpineKookaburra.xml | 44 + .../feedablebeast/21460-AlpineKookaburra.xml | 31 + .../feedablebeast/21461-AlpineKookaburra.xml | 31 + .../feedablebeast/21462-AlpineKookaburra.xml | 31 + .../feedablebeast/21463-AlpineKookaburra.xml | 31 + .../feedablebeast/21464-AlpineKookaburra.xml | 46 + .../feedablebeast/21465-AlpineKookaburra.xml | 48 + .../feedablebeast/21466-AlpineKookaburra.xml | 49 + .../feedablebeast/21467-AlpineKookaburra.xml | 44 + .../feedablebeast/21468-AlpineKookaburra.xml | 31 + .../feedablebeast/21469-AlpineKookaburra.xml | 31 + .../npc/feedablebeast/21470-AlpineBuffalo.xml | 50 + .../npc/feedablebeast/21471-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21472-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21473-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21474-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21475-AlpineBuffalo.xml | 49 + .../npc/feedablebeast/21476-AlpineBuffalo.xml | 46 + .../npc/feedablebeast/21477-AlpineBuffalo.xml | 49 + .../npc/feedablebeast/21478-AlpineBuffalo.xml | 46 + .../npc/feedablebeast/21479-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21480-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21481-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21482-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21483-AlpineBuffalo.xml | 43 + .../npc/feedablebeast/21484-AlpineBuffalo.xml | 48 + .../npc/feedablebeast/21485-AlpineBuffalo.xml | 47 + .../npc/feedablebeast/21486-AlpineBuffalo.xml | 46 + .../npc/feedablebeast/21487-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21488-AlpineBuffalo.xml | 31 + .../npc/feedablebeast/21489-AlpineCougar.xml | 43 + .../npc/feedablebeast/21490-AlpineCougar.xml | 31 + .../npc/feedablebeast/21491-AlpineCougar.xml | 31 + .../npc/feedablebeast/21492-AlpineCougar.xml | 31 + .../npc/feedablebeast/21493-AlpineCougar.xml | 31 + .../npc/feedablebeast/21494-AlpineCougar.xml | 43 + .../npc/feedablebeast/21495-AlpineCougar.xml | 42 + .../npc/feedablebeast/21496-AlpineCougar.xml | 49 + .../npc/feedablebeast/21497-AlpineCougar.xml | 47 + .../npc/feedablebeast/21498-AlpineCougar.xml | 31 + .../npc/feedablebeast/21499-AlpineCougar.xml | 31 + .../npc/feedablebeast/21500-AlpineCougar.xml | 31 + .../npc/feedablebeast/21501-AlpineCougar.xml | 31 + .../npc/feedablebeast/21502-AlpineCougar.xml | 41 + .../npc/feedablebeast/21503-AlpineCougar.xml | 42 + .../npc/feedablebeast/21504-AlpineCougar.xml | 44 + .../npc/feedablebeast/21505-AlpineCougar.xml | 43 + .../npc/feedablebeast/21506-AlpineCougar.xml | 31 + .../npc/feedablebeast/21507-AlpineCougar.xml | 31 + .../feedablebeast/21824-AlpineKookaburra.xml | 25 + .../feedablebeast/21825-AlpineKookaburra.xml | 25 + .../npc/feedablebeast/21826-AlpineBuffalo.xml | 25 + .../npc/feedablebeast/21827-AlpineBuffalo.xml | 25 + .../npc/feedablebeast/21828-AlpineCougar.xml | 25 + .../npc/feedablebeast/21829-AlpineCougar.xml | 25 + .../npc/festivalguide/31127-FestivalGuide.xml | 27 + .../npc/festivalguide/31128-FestivalGuide.xml | 27 + .../npc/festivalguide/31129-FestivalGuide.xml | 27 + .../npc/festivalguide/31130-FestivalGuide.xml | 27 + .../npc/festivalguide/31131-FestivalGuide.xml | 27 + .../npc/festivalguide/31132-FestivalWitch.xml | 25 + .../npc/festivalguide/31133-FestivalWitch.xml | 25 + .../npc/festivalguide/31134-FestivalWitch.xml | 25 + .../npc/festivalguide/31135-FestivalWitch.xml | 25 + .../npc/festivalguide/31136-FestivalWitch.xml | 25 + .../npc/festivalguide/31137-FestivalGuide.xml | 27 + .../npc/festivalguide/31138-FestivalGuide.xml | 27 + .../npc/festivalguide/31139-FestivalGuide.xml | 27 + .../npc/festivalguide/31140-FestivalGuide.xml | 27 + .../npc/festivalguide/31141-FestivalGuide.xml | 27 + .../npc/festivalguide/31142-FestivalWitch.xml | 25 + .../npc/festivalguide/31143-FestivalWitch.xml | 25 + .../npc/festivalguide/31144-FestivalWitch.xml | 25 + .../npc/festivalguide/31145-FestivalWitch.xml | 25 + .../npc/festivalguide/31146-FestivalWitch.xml | 25 + .../npc/fightervillagemaster/30026-Bitz.xml | 26 + .../npc/fightervillagemaster/30066-Pabris.xml | 26 + .../fightervillagemaster/30109-Hannavalt.xml | 26 + .../30187-KlausBlackbird.xml | 26 + .../npc/fightervillagemaster/30288-Rains.xml | 26 + .../npc/fightervillagemaster/30373-Ramos.xml | 26 + .../npc/fightervillagemaster/30689-Siria.xml | 26 + .../fightervillagemaster/30849-Sedrick.xml | 26 + .../npc/fightervillagemaster/30900-Marcus.xml | 26 + .../fightervillagemaster/31276-Bernhard.xml | 27 + .../fightervillagemaster/31321-Siegmund.xml | 27 + .../npc/fightervillagemaster/31965-Hector.xml | 27 + .../npc/fightervillagemaster/32094-Schule.xml | 27 + .../fightervillagemaster/32154-Aldenia.xml | 26 + data/templates/npc/fisherman/31562-Klufe.xml | 27 + .../templates/npc/fisherman/31563-Perelin.xml | 27 + .../templates/npc/fisherman/31564-Mishini.xml | 27 + data/templates/npc/fisherman/31565-Ogord.xml | 27 + data/templates/npc/fisherman/31566-Ropfi.xml | 27 + .../templates/npc/fisherman/31567-Bleaker.xml | 27 + data/templates/npc/fisherman/31568-Pamfus.xml | 27 + data/templates/npc/fisherman/31569-Cyano.xml | 27 + .../templates/npc/fisherman/31570-Lanosco.xml | 27 + data/templates/npc/fisherman/31571-Hufs.xml | 27 + data/templates/npc/fisherman/31572-OFulle.xml | 27 + .../templates/npc/fisherman/31573-Monakan.xml | 27 + data/templates/npc/fisherman/31574-Willie.xml | 27 + .../templates/npc/fisherman/31575-Litulon.xml | 27 + data/templates/npc/fisherman/31576-Berix.xml | 27 + .../npc/fisherman/31577-Linnaeus.xml | 27 + .../npc/fisherman/31578-Hilgendorf.xml | 27 + data/templates/npc/fisherman/31579-Klaus.xml | 27 + data/templates/npc/fisherman/31696-Platis.xml | 27 + .../npc/fisherman/31697-Eindarkner.xml | 27 + .../templates/npc/fisherman/31989-Batidae.xml | 27 + data/templates/npc/fisherman/32007-Galba.xml | 27 + data/templates/npc/fisherman/32348-Burang.xml | 27 + .../flametower/13004-FlameControlTower.xml | 24 + .../flametower/13005-FlameControlTower.xml | 24 + data/templates/npc/fly/18684-RedStarStone.xml | 25 + data/templates/npc/fly/18685-RedStarStone.xml | 25 + data/templates/npc/fly/18686-RedStarStone.xml | 25 + .../templates/npc/fly/18687-BlueStarStone.xml | 25 + .../templates/npc/fly/18688-BlueStarStone.xml | 25 + .../templates/npc/fly/18689-BlueStarStone.xml | 25 + .../npc/fly/18690-GreenStarStone.xml | 25 + .../npc/fly/18691-GreenStarStone.xml | 25 + .../npc/fly/18692-GreenStarStone.xml | 25 + .../npc/flyraidboss/25623-Valdstone.xml | 26 + data/templates/npc/flyraidboss/25624-Rok.xml | 26 + .../templates/npc/flyraidboss/25625-Enira.xml | 26 + data/templates/npc/flyraidboss/25626-Dius.xml | 26 + data/templates/npc/flyterrainobject/32108.xml | 24 + data/templates/npc/fort/35658-Foreman.xml | 26 + .../npc/fort/35659-SuspiciousMerchant.xml | 26 + .../npc/fort/35662-SupportUnitCaptain.xml | 26 + .../npc/fort/35664-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35667-Doorman.xml | 25 + data/templates/npc/fort/35668-Doorman.xml | 25 + data/templates/npc/fort/35669-Doorman.xml | 25 + .../templates/npc/fort/35677-GuardCaptain.xml | 30 + .../npc/fort/35680-SupportUnitCaptain.xml | 29 + .../npc/fort/35683-ArcherCaptain.xml | 30 + data/templates/npc/fort/35685-Ballista.xml | 26 + data/templates/npc/fort/35689-Foreman.xml | 26 + .../npc/fort/35690-SuspiciousMerchant.xml | 26 + .../npc/fort/35694-SupportUnitCaptain.xml | 26 + .../npc/fort/35696-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35699-Doorman.xml | 25 + data/templates/npc/fort/35700-Doorman.xml | 25 + data/templates/npc/fort/35701-Doorman.xml | 25 + .../templates/npc/fort/35713-GuardCaptain.xml | 30 + .../npc/fort/35716-SupportUnitCaptain.xml | 29 + .../npc/fort/35719-ArcherCaptain.xml | 30 + data/templates/npc/fort/35721-General.xml | 30 + data/templates/npc/fort/35723-Ballista.xml | 26 + data/templates/npc/fort/35727-Foreman.xml | 26 + .../npc/fort/35728-SuspiciousMerchant.xml | 26 + .../npc/fort/35731-SupportUnitCaptain.xml | 26 + .../npc/fort/35733-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35736-Doorman.xml | 25 + data/templates/npc/fort/35737-Doorman.xml | 25 + data/templates/npc/fort/35738-Doorman.xml | 25 + .../templates/npc/fort/35746-GuardCaptain.xml | 30 + .../npc/fort/35749-SupportUnitCaptain.xml | 29 + .../npc/fort/35752-ArcherCaptain.xml | 30 + data/templates/npc/fort/35754-Ballista.xml | 26 + data/templates/npc/fort/35758-Foreman.xml | 26 + .../npc/fort/35759-SuspiciousMerchant.xml | 26 + .../npc/fort/35763-SupportUnitCaptain.xml | 26 + .../npc/fort/35765-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35768-Doorman.xml | 25 + data/templates/npc/fort/35769-Doorman.xml | 25 + data/templates/npc/fort/35770-Doorman.xml | 25 + .../templates/npc/fort/35782-GuardCaptain.xml | 30 + .../npc/fort/35785-SupportUnitCaptain.xml | 29 + .../npc/fort/35788-ArcherCaptain.xml | 30 + data/templates/npc/fort/35790-General.xml | 30 + data/templates/npc/fort/35792-Ballista.xml | 26 + data/templates/npc/fort/35796-Foreman.xml | 26 + .../npc/fort/35797-SuspiciousMerchant.xml | 26 + .../npc/fort/35800-SupportUnitCaptain.xml | 26 + .../npc/fort/35802-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35805-Doorman.xml | 25 + data/templates/npc/fort/35806-Doorman.xml | 25 + data/templates/npc/fort/35807-Doorman.xml | 25 + .../templates/npc/fort/35815-GuardCaptain.xml | 30 + .../npc/fort/35818-SupportUnitCaptain.xml | 29 + .../npc/fort/35821-ArcherCaptain.xml | 30 + data/templates/npc/fort/35823-Ballista.xml | 26 + data/templates/npc/fort/35827-Foreman.xml | 26 + .../npc/fort/35828-SuspiciousMerchant.xml | 26 + .../npc/fort/35831-SupportUnitCaptain.xml | 26 + .../npc/fort/35833-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35836-Doorman.xml | 25 + data/templates/npc/fort/35837-Doorman.xml | 25 + data/templates/npc/fort/35838-Doorman.xml | 25 + .../templates/npc/fort/35846-GuardCaptain.xml | 30 + .../npc/fort/35849-SupportUnitCaptain.xml | 29 + .../npc/fort/35852-ArcherCaptain.xml | 30 + data/templates/npc/fort/35854-Ballista.xml | 26 + data/templates/npc/fort/35858-Foreman.xml | 26 + .../npc/fort/35859-SuspiciousMerchant.xml | 26 + .../npc/fort/35863-SupportUnitCaptain.xml | 26 + .../npc/fort/35865-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35868-Doorman.xml | 25 + data/templates/npc/fort/35869-Doorman.xml | 25 + data/templates/npc/fort/35870-Doorman.xml | 25 + .../templates/npc/fort/35882-GuardCaptain.xml | 30 + .../npc/fort/35885-SupportUnitCaptain.xml | 29 + .../npc/fort/35888-ArcherCaptain.xml | 30 + data/templates/npc/fort/35890-General.xml | 30 + data/templates/npc/fort/35892-Ballista.xml | 26 + data/templates/npc/fort/35896-Foreman.xml | 26 + .../npc/fort/35897-SuspiciousMerchant.xml | 26 + .../npc/fort/35900-SupportUnitCaptain.xml | 26 + .../npc/fort/35902-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35905-Doorman.xml | 25 + data/templates/npc/fort/35906-Doorman.xml | 25 + data/templates/npc/fort/35907-Doorman.xml | 25 + .../templates/npc/fort/35915-GuardCaptain.xml | 30 + .../npc/fort/35918-SupportUnitCaptain.xml | 29 + .../npc/fort/35921-ArcherCaptain.xml | 30 + data/templates/npc/fort/35923-Ballista.xml | 26 + data/templates/npc/fort/35927-Foreman.xml | 26 + .../npc/fort/35928-SuspiciousMerchant.xml | 26 + .../npc/fort/35932-SupportUnitCaptain.xml | 26 + .../npc/fort/35934-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35937-Doorman.xml | 25 + data/templates/npc/fort/35938-Doorman.xml | 25 + data/templates/npc/fort/35939-Doorman.xml | 25 + .../templates/npc/fort/35951-GuardCaptain.xml | 30 + .../npc/fort/35954-SupportUnitCaptain.xml | 29 + .../npc/fort/35957-ArcherCaptain.xml | 30 + data/templates/npc/fort/35959-General.xml | 30 + data/templates/npc/fort/35961-Ballista.xml | 26 + data/templates/npc/fort/35965-Foreman.xml | 26 + .../npc/fort/35966-SuspiciousMerchant.xml | 26 + .../npc/fort/35970-SupportUnitCaptain.xml | 26 + .../npc/fort/35972-LogisticsOfficer.xml | 26 + data/templates/npc/fort/35975-Doorman.xml | 25 + data/templates/npc/fort/35976-Doorman.xml | 25 + data/templates/npc/fort/35977-Doorman.xml | 25 + .../templates/npc/fort/35989-GuardCaptain.xml | 30 + .../npc/fort/35992-SupportUnitCaptain.xml | 29 + .../npc/fort/35995-ArcherCaptain.xml | 30 + data/templates/npc/fort/35997-General.xml | 30 + data/templates/npc/fort/35999-Ballista.xml | 26 + data/templates/npc/fort/36003-Foreman.xml | 26 + .../npc/fort/36004-SuspiciousMerchant.xml | 26 + .../npc/fort/36007-SupportUnitCaptain.xml | 26 + .../npc/fort/36009-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36012-Doorman.xml | 25 + data/templates/npc/fort/36013-Doorman.xml | 25 + data/templates/npc/fort/36014-Doorman.xml | 25 + .../templates/npc/fort/36022-GuardCaptain.xml | 30 + .../npc/fort/36025-SupportUnitCaptain.xml | 29 + .../npc/fort/36028-ArcherCaptain.xml | 30 + data/templates/npc/fort/36030-Ballista.xml | 26 + data/templates/npc/fort/36034-Foreman.xml | 26 + .../npc/fort/36035-SuspiciousMerchant.xml | 26 + .../npc/fort/36039-SupportUnitCaptain.xml | 26 + .../npc/fort/36041-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36044-Doorman.xml | 25 + data/templates/npc/fort/36045-Doorman.xml | 25 + data/templates/npc/fort/36046-Doorman.xml | 25 + .../templates/npc/fort/36058-GuardCaptain.xml | 30 + .../npc/fort/36061-SupportUnitCaptain.xml | 29 + .../npc/fort/36064-ArcherCaptain.xml | 30 + data/templates/npc/fort/36066-General.xml | 30 + data/templates/npc/fort/36068-Ballista.xml | 26 + data/templates/npc/fort/36072-Foreman.xml | 26 + .../npc/fort/36073-SuspiciousMerchant.xml | 26 + .../npc/fort/36077-SupportUnitCaptain.xml | 26 + .../npc/fort/36079-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36082-Doorman.xml | 25 + data/templates/npc/fort/36083-Doorman.xml | 25 + data/templates/npc/fort/36084-Doorman.xml | 25 + .../templates/npc/fort/36096-GuardCaptain.xml | 30 + .../npc/fort/36099-SupportUnitCaptain.xml | 29 + .../npc/fort/36102-ArcherCaptain.xml | 30 + data/templates/npc/fort/36104-General.xml | 27 + data/templates/npc/fort/36106-Ballista.xml | 26 + data/templates/npc/fort/36110-Foreman.xml | 26 + .../npc/fort/36111-SuspiciousMerchant.xml | 26 + .../npc/fort/36114-SupportUnitCaptain.xml | 26 + .../npc/fort/36116-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36119-Doorman.xml | 25 + data/templates/npc/fort/36120-Doorman.xml | 25 + data/templates/npc/fort/36121-Doorman.xml | 25 + .../templates/npc/fort/36129-GuardCaptain.xml | 30 + .../npc/fort/36132-SupportUnitCaptain.xml | 29 + .../npc/fort/36135-ArcherCaptain.xml | 30 + data/templates/npc/fort/36137-Ballista.xml | 26 + data/templates/npc/fort/36141-Foreman.xml | 26 + .../npc/fort/36142-SuspiciousMerchant.xml | 26 + .../npc/fort/36145-SupportUnitCaptain.xml | 26 + .../npc/fort/36147-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36150-Doorman.xml | 25 + data/templates/npc/fort/36151-Doorman.xml | 25 + data/templates/npc/fort/36152-Doorman.xml | 25 + .../templates/npc/fort/36160-GuardCaptain.xml | 30 + .../npc/fort/36163-SupportUnitCaptain.xml | 29 + .../npc/fort/36166-ArcherCaptain.xml | 30 + data/templates/npc/fort/36168-Ballista.xml | 26 + data/templates/npc/fort/36172-Foreman.xml | 26 + .../npc/fort/36173-SuspiciousMerchant.xml | 26 + .../npc/fort/36177-SupportUnitCaptain.xml | 26 + .../npc/fort/36179-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36182-Doorman.xml | 25 + data/templates/npc/fort/36183-Doorman.xml | 25 + data/templates/npc/fort/36184-Doorman.xml | 25 + .../templates/npc/fort/36196-GuardCaptain.xml | 30 + .../npc/fort/36199-SupportUnitCaptain.xml | 29 + .../npc/fort/36202-ArcherCaptain.xml | 30 + data/templates/npc/fort/36204-General.xml | 30 + data/templates/npc/fort/36206-Ballista.xml | 26 + data/templates/npc/fort/36210-Foreman.xml | 26 + .../npc/fort/36211-SuspiciousMerchant.xml | 26 + .../npc/fort/36215-SupportUnitCaptain.xml | 26 + .../npc/fort/36217-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36220-Doorman.xml | 25 + data/templates/npc/fort/36221-Doorman.xml | 25 + data/templates/npc/fort/36222-Doorman.xml | 25 + .../templates/npc/fort/36234-GuardCaptain.xml | 30 + .../npc/fort/36237-SupportUnitCaptain.xml | 29 + .../npc/fort/36240-ArcherCaptain.xml | 30 + data/templates/npc/fort/36242-General.xml | 30 + data/templates/npc/fort/36244-Ballista.xml | 26 + data/templates/npc/fort/36248-Foreman.xml | 26 + .../npc/fort/36249-SuspiciousMerchant.xml | 26 + .../npc/fort/36253-SupportUnitCaptain.xml | 26 + .../npc/fort/36255-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36258-Doorman.xml | 25 + data/templates/npc/fort/36259-Doorman.xml | 25 + data/templates/npc/fort/36260-Doorman.xml | 25 + .../templates/npc/fort/36272-GuardCaptain.xml | 30 + .../npc/fort/36275-SupportUnitCaptain.xml | 29 + .../npc/fort/36278-ArcherCaptain.xml | 30 + data/templates/npc/fort/36280-General.xml | 30 + data/templates/npc/fort/36282-Ballista.xml | 26 + data/templates/npc/fort/36286-Foreman.xml | 26 + .../npc/fort/36287-SuspiciousMerchant.xml | 26 + .../npc/fort/36290-SupportUnitCaptain.xml | 26 + .../npc/fort/36292-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36295-Doorman.xml | 25 + data/templates/npc/fort/36296-Doorman.xml | 25 + data/templates/npc/fort/36297-Doorman.xml | 25 + .../templates/npc/fort/36305-GuardCaptain.xml | 30 + .../npc/fort/36308-SupportUnitCaptain.xml | 29 + .../npc/fort/36311-ArcherCaptain.xml | 30 + data/templates/npc/fort/36313-Ballista.xml | 26 + data/templates/npc/fort/36317-Foreman.xml | 26 + .../npc/fort/36318-SuspiciousMerchant.xml | 26 + .../npc/fort/36322-SupportUnitCaptain.xml | 26 + .../npc/fort/36324-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36327-Doorman.xml | 25 + data/templates/npc/fort/36328-Doorman.xml | 25 + data/templates/npc/fort/36329-Doorman.xml | 25 + .../templates/npc/fort/36341-GuardCaptain.xml | 30 + .../npc/fort/36344-SupportUnitCaptain.xml | 29 + .../npc/fort/36347-ArcherCaptain.xml | 30 + data/templates/npc/fort/36349-General.xml | 30 + data/templates/npc/fort/36351-Ballista.xml | 26 + data/templates/npc/fort/36355-Foreman.xml | 26 + .../npc/fort/36356-SuspiciousMerchant.xml | 26 + .../npc/fort/36360-SupportUnitCaptain.xml | 26 + .../npc/fort/36362-LogisticsOfficer.xml | 26 + data/templates/npc/fort/36365-Doorman.xml | 25 + data/templates/npc/fort/36366-Doorman.xml | 25 + data/templates/npc/fort/36367-Doorman.xml | 25 + .../templates/npc/fort/36379-GuardCaptain.xml | 30 + .../npc/fort/36382-SupportUnitCaptain.xml | 29 + .../npc/fort/36385-ArcherCaptain.xml | 30 + data/templates/npc/fort/36387-General.xml | 30 + data/templates/npc/fort/36389-Ballista.xml | 26 + .../templates/npc/fort/36393-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36394-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36395-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36396-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36397-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36398-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36399-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36400-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36401-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36433-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36434-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36435-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36436-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36437-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36438-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36439-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36440-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36441-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36442-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36443-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36444-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36445-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36446-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36447-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36448-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36449-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36450-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36451-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36452-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36453-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36454-SpecialEnvoy.xml | 26 + .../templates/npc/fort/36455-SpecialEnvoy.xml | 26 + .../npc/fort/36457-WyvernManager.xml | 26 + .../npc/fort/36458-WyvernManager.xml | 26 + .../npc/fort/36459-WyvernManager.xml | 26 + .../npc/fort/36460-WyvernManager.xml | 26 + .../npc/fort/36461-WyvernManager.xml | 26 + .../npc/fort/36462-WyvernManager.xml | 26 + .../npc/fort/36463-WyvernManager.xml | 26 + .../npc/fort/36464-WyvernManager.xml | 26 + .../npc/fort/36465-WyvernManager.xml | 26 + .../npc/fort/36466-WyvernManager.xml | 26 + .../npc/fort/36467-WyvernManager.xml | 26 + .../npc/fort/36468-WyvernManager.xml | 26 + .../npc/fort/36469-WyvernManager.xml | 26 + .../npc/fort/36470-WyvernManager.xml | 26 + .../npc/fort/36471-WyvernManager.xml | 26 + .../npc/fort/36472-WyvernManager.xml | 26 + .../npc/fort/36473-WyvernManager.xml | 26 + .../npc/fort/36474-WyvernManager.xml | 26 + .../npc/fort/36475-WyvernManager.xml | 26 + .../npc/fort/36476-WyvernManager.xml | 26 + .../npc/fort/36477-WyvernManager.xml | 26 + .../npc/friendlymob/31845-BloodyPixy.xml | 25 + data/templates/npc/friendlymob/31848-Pixy.xml | 25 + .../npc/friendlymob/31850-BlightTreant.xml | 25 + .../npc/friendlymob/31851-Treant.xml | 25 + .../npc/friendlymob/31853-TreantBremec.xml | 25 + .../npc/grandboss/29001-QueenAnt.xml | 56 + data/templates/npc/grandboss/29006-Core.xml | 56 + data/templates/npc/grandboss/29014-Orfen.xml | 59 ++ .../npc/grandboss/29019-Antharas.xml | 127 +++ data/templates/npc/grandboss/29020-Baium.xml | 52 + data/templates/npc/grandboss/29022-Zaken.xml | 80 ++ .../templates/npc/grandboss/29028-Valakas.xml | 131 +++ .../npc/grandboss/29045-Frintezza.xml | 25 + .../npc/grandboss/29046-ScarletVanHalisha.xml | 26 + .../npc/grandboss/29047-ScarletVanHalisha.xml | 122 +++ .../npc/grandboss/29066-Antharas.xml | 127 +++ .../npc/grandboss/29067-Antharas.xml | 127 +++ .../npc/grandboss/29068-Antharas.xml | 128 +++ data/templates/npc/grandboss/29099-Baylor.xml | 26 + data/templates/npc/grandboss/29118-Beleth.xml | 25 + data/templates/npc/grandboss/29150-Ekimus.xml | 26 + data/templates/npc/grandboss/29163-Tiat.xml | 53 + data/templates/npc/grandboss/29175-Tiat.xml | 26 + data/templates/npc/grandboss/29176-Zaken.xml | 25 + data/templates/npc/grandboss/29177-Freya.xml | 26 + data/templates/npc/grandboss/29178-Freya.xml | 26 + data/templates/npc/grandboss/29179-Freya.xml | 26 + data/templates/npc/grandboss/29180-Freya.xml | 26 + data/templates/npc/grandboss/29181-Zaken.xml | 25 + data/templates/npc/grandboss/29186-Balor.xml | 26 + data/templates/npc/guard/30039-Gilbert.xml | 27 + data/templates/npc/guard/30040-Leon.xml | 27 + data/templates/npc/guard/30041-Arnold.xml | 27 + data/templates/npc/guard/30042-Abellos.xml | 27 + data/templates/npc/guard/30043-Johnstone.xml | 27 + data/templates/npc/guard/30044-Chiperan.xml | 27 + data/templates/npc/guard/30045-Kenyos.xml | 27 + data/templates/npc/guard/30046-Hanks.xml | 27 + data/templates/npc/guard/30071-Lucas.xml | 27 + data/templates/npc/guard/30072-Metty.xml | 27 + data/templates/npc/guard/30073-Jacob.xml | 27 + data/templates/npc/guard/30074-Harlan.xml | 27 + data/templates/npc/guard/30075-Xaber.xml | 27 + data/templates/npc/guard/30076-Liam.xml | 27 + data/templates/npc/guard/30121-Jeronin.xml | 27 + data/templates/npc/guard/30122-Bane.xml | 27 + data/templates/npc/guard/30123-Vesa.xml | 27 + data/templates/npc/guard/30124-Zerome.xml | 27 + data/templates/npc/guard/30125-Belton.xml | 27 + data/templates/npc/guard/30126-Rath.xml | 27 + data/templates/npc/guard/30128-Atanas.xml | 27 + data/templates/npc/guard/30196-Mouen.xml | 27 + data/templates/npc/guard/30197-Hector.xml | 27 + data/templates/npc/guard/30198-Jerin.xml | 27 + data/templates/npc/guard/30199-Yates.xml | 27 + data/templates/npc/guard/30200-Stan.xml | 27 + data/templates/npc/guard/30201-Pinaps.xml | 27 + data/templates/npc/guard/30216-Wheeler.xml | 27 + data/templates/npc/guard/30217-Berros.xml | 27 + data/templates/npc/guard/30218-Kendell.xml | 27 + data/templates/npc/guard/30219-Veltress.xml | 27 + data/templates/npc/guard/30220-Starden.xml | 27 + data/templates/npc/guard/30221-Rayen.xml | 27 + data/templates/npc/guard/30224-Rayla.xml | 27 + data/templates/npc/guard/30284-Alberius.xml | 27 + .../templates/npc/guard/30285-Gartrandell.xml | 27 + data/templates/npc/guard/30331-Toma.xml | 27 + data/templates/npc/guard/30332-Bathis.xml | 27 + data/templates/npc/guard/30333-Praga.xml | 27 + data/templates/npc/guard/30334-Babenco.xml | 27 + data/templates/npc/guard/30335-Brynn.xml | 27 + data/templates/npc/guard/30336-Curtis.xml | 27 + data/templates/npc/guard/30337-Moretti.xml | 27 + data/templates/npc/guard/30338-Melville.xml | 27 + data/templates/npc/guard/30346-Kayleen.xml | 27 + data/templates/npc/guard/30347-Marion.xml | 27 + data/templates/npc/guard/30348-Nelsya.xml | 27 + data/templates/npc/guard/30349-Jenna.xml | 27 + data/templates/npc/guard/30355-Roselyn.xml | 27 + data/templates/npc/guard/30356-Altima.xml | 27 + data/templates/npc/guard/30357-Kristin.xml | 27 + data/templates/npc/guard/30379-Bezique.xml | 27 + data/templates/npc/guard/30380-Plink.xml | 27 + data/templates/npc/guard/30381-Alvah.xml | 27 + data/templates/npc/guard/30382-Leikan.xml | 27 + data/templates/npc/guard/30383-Scott.xml | 27 + data/templates/npc/guard/30384-Linus.xml | 27 + data/templates/npc/guard/30385-Weisz.xml | 27 + data/templates/npc/guard/30386-Luis.xml | 27 + data/templates/npc/guard/30430-Trionell.xml | 27 + data/templates/npc/guard/30431-Eriel.xml | 27 + data/templates/npc/guard/30432-Irene.xml | 27 + data/templates/npc/guard/30433-Kathaway.xml | 27 + data/templates/npc/guard/30452-Kurt.xml | 27 + data/templates/npc/guard/30465-Herven.xml | 27 + data/templates/npc/guard/30466-Bright.xml | 27 + data/templates/npc/guard/30478-Reikin.xml | 27 + data/templates/npc/guard/30541-Paion.xml | 27 + data/templates/npc/guard/30542-Runant.xml | 27 + data/templates/npc/guard/30543-Ethan.xml | 27 + data/templates/npc/guard/30544-Cromwell.xml | 27 + data/templates/npc/guard/30545-Proton.xml | 27 + data/templates/npc/guard/30546-Dinkey.xml | 27 + data/templates/npc/guard/30547-Tardyon.xml | 27 + data/templates/npc/guard/30548-Nathan.xml | 27 + data/templates/npc/guard/30577-Rukain.xml | 27 + data/templates/npc/guard/30578-Nakusin.xml | 27 + data/templates/npc/guard/30579-Tamai.xml | 27 + data/templates/npc/guard/30580-Parugon.xml | 27 + data/templates/npc/guard/30581-Orinak.xml | 27 + data/templates/npc/guard/30582-Tiku.xml | 27 + data/templates/npc/guard/30583-Petukai.xml | 27 + data/templates/npc/guard/30584-Vapook.xml | 27 + data/templates/npc/guard/30707-Raigen.xml | 27 + data/templates/npc/guard/30708-Nasign.xml | 27 + data/templates/npc/guard/30709-Norton.xml | 27 + data/templates/npc/guard/30710-Weston.xml | 27 + data/templates/npc/guard/30711-Byron.xml | 27 + data/templates/npc/guard/30712-Makhis.xml | 27 + data/templates/npc/guard/30713-Gardner.xml | 27 + data/templates/npc/guard/30714-Paros.xml | 27 + data/templates/npc/guard/30723-Roy.xml | 27 + data/templates/npc/guard/30724-Tavillian.xml | 27 + data/templates/npc/guard/30725-Yening.xml | 27 + data/templates/npc/guard/30726-Tebose.xml | 27 + data/templates/npc/guard/30733-Guard.xml | 26 + data/templates/npc/guard/30870-Kurtiz.xml | 27 + data/templates/npc/guard/30871-Bret.xml | 27 + data/templates/npc/guard/30872-Conroy.xml | 27 + data/templates/npc/guard/30873-Coleman.xml | 27 + data/templates/npc/guard/30874-Aldis.xml | 27 + data/templates/npc/guard/30875-Carlton.xml | 27 + data/templates/npc/guard/30876-Eastan.xml | 27 + data/templates/npc/guard/30877-Grayson.xml | 27 + .../npc/guard/30880-ViktorVanDake.xml | 27 + data/templates/npc/guard/30881-Sanders.xml | 26 + .../npc/guard/30882-FrontierGuard.xml | 26 + .../npc/guard/30883-FrontierGuard.xml | 26 + .../npc/guard/30884-FrontierGuard.xml | 26 + .../npc/guard/30885-FrontierGuard.xml | 26 + .../npc/guard/30886-FrontierGuard.xml | 26 + .../npc/guard/30887-FrontierGuard.xml | 26 + .../npc/guard/30888-FrontierGuard.xml | 26 + .../npc/guard/30889-FrontierGuard.xml | 26 + data/templates/npc/guard/30916-Gosta.xml | 27 + data/templates/npc/guard/30917-Dupuis.xml | 27 + data/templates/npc/guard/30918-Kent.xml | 27 + data/templates/npc/guard/30919-Rodic.xml | 27 + data/templates/npc/guard/30920-Kraisen.xml | 27 + data/templates/npc/guard/30921-Timos.xml | 27 + data/templates/npc/guard/30922-Cage.xml | 27 + data/templates/npc/guard/30923-Dunst.xml | 27 + data/templates/npc/guard/31032-Guard.xml | 26 + data/templates/npc/guard/31033-Sentinel.xml | 26 + data/templates/npc/guard/31034-Sentry.xml | 26 + data/templates/npc/guard/31035-Defender.xml | 26 + data/templates/npc/guard/31036-Centurion.xml | 26 + data/templates/npc/guard/31292-Andrei.xml | 27 + data/templates/npc/guard/31293-Gunter.xml | 27 + data/templates/npc/guard/31294-Sven.xml | 27 + data/templates/npc/guard/31295-Henrik.xml | 27 + data/templates/npc/guard/31296-Cadmon.xml | 27 + data/templates/npc/guard/31297-Bayard.xml | 27 + data/templates/npc/guard/31298-Ulrich.xml | 27 + data/templates/npc/guard/31299-Eugen.xml | 27 + data/templates/npc/guard/31340-Mathias.xml | 27 + data/templates/npc/guard/31341-Richtor.xml | 27 + data/templates/npc/guard/31342-Dimitri.xml | 27 + data/templates/npc/guard/31343-Bellard.xml | 27 + data/templates/npc/guard/31344-Schmidt.xml | 27 + data/templates/npc/guard/31345-Ian.xml | 27 + data/templates/npc/guard/31346-Sirius.xml | 27 + data/templates/npc/guard/31347-Burke.xml | 27 + .../npc/guard/31400-DummySwordGuard.xml | 27 + .../npc/guard/31401-DummyBowGuard.xml | 27 + data/templates/npc/guard/31671-Patrol.xml | 26 + data/templates/npc/guard/31672-Patrol.xml | 26 + data/templates/npc/guard/31673-Patrol.xml | 26 + data/templates/npc/guard/31674-Patrol.xml | 26 + .../npc/guard/31675-ViktorVanDeik.xml | 27 + .../npc/guard/31677-BorderPatrol.xml | 26 + .../npc/guard/31678-BorderPatrol.xml | 26 + .../npc/guard/31681-FrontierGuard.xml | 26 + .../npc/guard/31682-FrontierGuard.xml | 26 + data/templates/npc/guard/31981-Vishotsky.xml | 27 + data/templates/npc/guard/31982-Glen.xml | 27 + data/templates/npc/guard/31983-Friggar.xml | 27 + data/templates/npc/guard/31984-Sherring.xml | 27 + data/templates/npc/guard/31985-Kosmos.xml | 27 + data/templates/npc/guard/31986-Erstack.xml | 27 + data/templates/npc/guard/31987-Gotter.xml | 27 + data/templates/npc/guard/31988-Singa.xml | 27 + data/templates/npc/guard/32136-Basil.xml | 27 + data/templates/npc/guard/32137-Sucrete.xml | 27 + data/templates/npc/guard/32174-Maddy.xml | 27 + data/templates/npc/guard/32175-Bixon.xml | 27 + data/templates/npc/guard/32176-Ambra.xml | 27 + data/templates/npc/guard/32177-Syzar.xml | 27 + data/templates/npc/guard/32178-Carver.xml | 27 + data/templates/npc/guard/32179-Putin.xml | 27 + data/templates/npc/guard/32180-Kato.xml | 27 + data/templates/npc/guard/32185-Peregrine.xml | 27 + data/templates/npc/guard/32188-Morelin.xml | 27 + data/templates/npc/guard/32192-Falken.xml | 27 + data/templates/npc/guard/32335-Marksman.xml | 26 + data/templates/npc/guard/32336-Marksman.xml | 26 + data/templates/npc/guard/32479-Adios.xml | 27 + data/templates/npc/guard/32480-Ronde.xml | 27 + data/templates/npc/guard/32481-Saige.xml | 27 + data/templates/npc/guard/32482-Emdrere.xml | 27 + .../npc/kamaelvillagemaster/32139-Casca.xml | 26 + .../npc/kamaelvillagemaster/32140-Zenya.xml | 26 + .../npc/kamaelvillagemaster/32145-Maynard.xml | 27 + .../npc/kamaelvillagemaster/32146-Valpor.xml | 27 + .../npc/kamaelvillagemaster/32193-Yeniche.xml | 27 + .../kamaelvillagemaster/32196-Gershwin.xml | 27 + .../npc/kamaelvillagemaster/32199-Holst.xml | 27 + .../npc/kamaelvillagemaster/32202-Khadava.xml | 27 + .../npc/kamaelvillagemaster/32205-Aetonic.xml | 27 + .../npc/kamaelvillagemaster/32206-Pieche.xml | 27 + .../kamaelvillagemaster/32209-Ferdinand.xml | 27 + .../npc/kamaelvillagemaster/32210-Eddy.xml | 27 + .../npc/kamaelvillagemaster/32213-Vitus.xml | 27 + .../npc/kamaelvillagemaster/32214-Meldina.xml | 27 + .../npc/kamaelvillagemaster/32217-Barta.xml | 27 + .../npc/kamaelvillagemaster/32218-Miya.xml | 27 + .../npc/kamaelvillagemaster/32221-Brome.xml | 27 + .../npc/kamaelvillagemaster/32222-Liane.xml | 27 + .../npc/kamaelvillagemaster/32225-Taine.xml | 27 + .../npc/kamaelvillagemaster/32226-Raula.xml | 27 + .../npc/kamaelvillagemaster/32229-Hagel.xml | 27 + .../npc/kamaelvillagemaster/32230-Ceci.xml | 27 + .../npc/kamaelvillagemaster/32233-Zoldart.xml | 27 + .../npc/kamaelvillagemaster/32234-Nizer.xml | 27 + .../npc/manormanager/35103-ManorManager.xml | 26 + .../npc/manormanager/35145-ManorManager.xml | 26 + .../npc/manormanager/35187-ManorManager.xml | 26 + .../npc/manormanager/35229-ManorManager.xml | 26 + .../npc/manormanager/35230-ManorManager.xml | 26 + .../npc/manormanager/35231-ManorManager.xml | 26 + .../npc/manormanager/35277-ManorManager.xml | 26 + .../npc/manormanager/35319-ManorManager.xml | 26 + .../npc/manormanager/35366-ManorManager.xml | 26 + .../npc/manormanager/35512-ManorManager.xml | 26 + .../npc/manormanager/35558-ManorManager.xml | 26 + .../npc/manormanager/35644-ManorManager.xml | 26 + .../npc/manormanager/35645-ManorManager.xml | 26 + .../npc/manormanager/36456-ManorManager.xml | 26 + .../36481-MercenaryCaptain.xml | 27 + .../36482-MercenaryCaptain.xml | 27 + .../36483-MercenaryCaptain.xml | 27 + .../36484-MercenaryCaptain.xml | 27 + .../36485-MercenaryCaptain.xml | 27 + .../36486-MercenaryCaptain.xml | 27 + .../36487-MercenaryCaptain.xml | 27 + .../36488-MercenaryCaptain.xml | 27 + .../36489-MercenaryCaptain.xml | 27 + .../36490-TerritoryManager.xml | 26 + .../36491-TerritoryManager.xml | 26 + .../36492-TerritoryManager.xml | 26 + .../36493-TerritoryManager.xml | 26 + .../36494-TerritoryManager.xml | 26 + .../36495-TerritoryManager.xml | 26 + .../36496-TerritoryManager.xml | 26 + .../36497-TerritoryManager.xml | 26 + .../36498-TerritoryManager.xml | 26 + data/templates/npc/merchant/30001-Lector.xml | 26 + data/templates/npc/merchant/30002-Jackson.xml | 26 + data/templates/npc/merchant/30003-Silvia.xml | 26 + .../templates/npc/merchant/30004-Katerina.xml | 26 + data/templates/npc/merchant/30047-Firon.xml | 26 + data/templates/npc/merchant/30060-Sabrin.xml | 26 + data/templates/npc/merchant/30061-Casey.xml | 26 + data/templates/npc/merchant/30062-Sonia.xml | 26 + data/templates/npc/merchant/30063-Lara.xml | 26 + data/templates/npc/merchant/30078-Pano.xml | 26 + .../templates/npc/merchant/30081-Helvetia.xml | 26 + data/templates/npc/merchant/30082-Denkus.xml | 26 + data/templates/npc/merchant/30084-Graham.xml | 26 + .../templates/npc/merchant/30085-Stanford.xml | 26 + data/templates/npc/merchant/30087-Peta.xml | 26 + data/templates/npc/merchant/30088-Radia.xml | 26 + data/templates/npc/merchant/30090-Sandra.xml | 26 + data/templates/npc/merchant/30091-Ellie.xml | 26 + data/templates/npc/merchant/30093-Groot.xml | 26 + data/templates/npc/merchant/30094-Gentler.xml | 26 + .../npc/merchant/30097-Galladucci.xml | 26 + .../npc/merchant/30098-Alexandria.xml | 26 + data/templates/npc/merchant/30135-Iria.xml | 26 + data/templates/npc/merchant/30136-Payne.xml | 26 + .../templates/npc/merchant/30137-Vollodos.xml | 26 + .../templates/npc/merchant/30138-Minaless.xml | 26 + data/templates/npc/merchant/30147-Unoren.xml | 26 + data/templates/npc/merchant/30148-Ariel.xml | 26 + .../templates/npc/merchant/30149-Creamees.xml | 26 + data/templates/npc/merchant/30150-Herbiel.xml | 26 + data/templates/npc/merchant/30163-Rex.xml | 26 + data/templates/npc/merchant/30164-Ian.xml | 26 + data/templates/npc/merchant/30165-Ralford.xml | 26 + data/templates/npc/merchant/30166-Wesley.xml | 26 + data/templates/npc/merchant/30178-Zenkin.xml | 26 + data/templates/npc/merchant/30179-Raudia.xml | 26 + data/templates/npc/merchant/30180-Sara.xml | 26 + .../npc/merchant/30181-Galibredo.xml | 26 + data/templates/npc/merchant/30207-Arodin.xml | 26 + data/templates/npc/merchant/30208-Damion.xml | 26 + data/templates/npc/merchant/30209-Colleen.xml | 26 + data/templates/npc/merchant/30230-Edroc.xml | 26 + data/templates/npc/merchant/30231-Garette.xml | 26 + data/templates/npc/merchant/30253-Simplon.xml | 26 + data/templates/npc/merchant/30254-Harmony.xml | 26 + data/templates/npc/merchant/30294-Varan.xml | 26 + data/templates/npc/merchant/30301-Hally.xml | 26 + data/templates/npc/merchant/30313-Asha.xml | 26 + data/templates/npc/merchant/30314-Nestle.xml | 26 + data/templates/npc/merchant/30315-Poesia.xml | 26 + data/templates/npc/merchant/30321-Sydnia.xml | 26 + data/templates/npc/merchant/30387-Clancy.xml | 26 + data/templates/npc/merchant/30420-Tyra.xml | 25 + data/templates/npc/merchant/30436-Sarien.xml | 26 + data/templates/npc/merchant/30437-Rolento.xml | 26 + data/templates/npc/merchant/30516-Reep.xml | 26 + data/templates/npc/merchant/30517-Shari.xml | 26 + data/templates/npc/merchant/30518-Garita.xml | 26 + data/templates/npc/merchant/30519-Mion.xml | 26 + data/templates/npc/merchant/30558-Jakal.xml | 26 + data/templates/npc/merchant/30559-Kunai.xml | 26 + data/templates/npc/merchant/30560-Uska.xml | 26 + data/templates/npc/merchant/30561-Papuma.xml | 26 + data/templates/npc/merchant/30684-Viktor.xml | 26 + data/templates/npc/merchant/30834-Cema.xml | 26 + data/templates/npc/merchant/30837-Woodrow.xml | 26 + data/templates/npc/merchant/30838-Woodley.xml | 26 + data/templates/npc/merchant/30839-Holly.xml | 26 + data/templates/npc/merchant/30840-Lorenzo.xml | 26 + data/templates/npc/merchant/30841-Carson.xml | 26 + data/templates/npc/merchant/30842-Alexis.xml | 26 + data/templates/npc/merchant/30879-Felton.xml | 26 + data/templates/npc/merchant/30890-Espen.xml | 26 + data/templates/npc/merchant/30891-Verona.xml | 26 + data/templates/npc/merchant/30892-Enverun.xml | 26 + data/templates/npc/merchant/30893-Payel.xml | 26 + data/templates/npc/merchant/30924-Nedy.xml | 26 + data/templates/npc/merchant/31044-Galman.xml | 26 + data/templates/npc/merchant/31045-Kitzka.xml | 26 + data/templates/npc/merchant/31256-Leon.xml | 26 + .../templates/npc/merchant/31257-Veronica.xml | 26 + data/templates/npc/merchant/31258-Helmut.xml | 26 + data/templates/npc/merchant/31259-Janne.xml | 26 + data/templates/npc/merchant/31260-Judith.xml | 26 + data/templates/npc/merchant/31261-Renee.xml | 26 + data/templates/npc/merchant/31262-Rupert.xml | 26 + data/templates/npc/merchant/31263-Liesel.xml | 26 + data/templates/npc/merchant/31273-Borodin.xml | 26 + data/templates/npc/merchant/31274-Fundin.xml | 27 + data/templates/npc/merchant/31291-Terava.xml | 26 + data/templates/npc/merchant/31300-Drumond.xml | 26 + data/templates/npc/merchant/31301-Nils.xml | 26 + .../templates/npc/merchant/31302-Vladimir.xml | 26 + data/templates/npc/merchant/31303-Alisha.xml | 26 + data/templates/npc/merchant/31304-Astrid.xml | 26 + data/templates/npc/merchant/31305-Candice.xml | 26 + data/templates/npc/merchant/31306-Natasha.xml | 26 + data/templates/npc/merchant/31307-Weber.xml | 26 + data/templates/npc/merchant/31318-Greta.xml | 26 + data/templates/npc/merchant/31319-Hans.xml | 26 + data/templates/npc/merchant/31351-Volker.xml | 26 + .../npc/merchant/31366-FeedSeller.xml | 25 + data/templates/npc/merchant/31373-Atan.xml | 26 + data/templates/npc/merchant/31375-Jumara.xml | 26 + data/templates/npc/merchant/31380-Diyabu.xml | 26 + data/templates/npc/merchant/31382-Shikon.xml | 26 + data/templates/npc/merchant/31386-Violet.xml | 26 + data/templates/npc/merchant/31413-Antonio.xml | 26 + data/templates/npc/merchant/31414-Lynn.xml | 26 + data/templates/npc/merchant/31415-Triya.xml | 26 + data/templates/npc/merchant/31416-Aren.xml | 26 + data/templates/npc/merchant/31417-Berynel.xml | 26 + data/templates/npc/merchant/31418-Rouke.xml | 26 + data/templates/npc/merchant/31419-Lorel.xml | 26 + data/templates/npc/merchant/31420-Tomanel.xml | 26 + data/templates/npc/merchant/31421-Ratriya.xml | 26 + data/templates/npc/merchant/31422-Migel.xml | 26 + data/templates/npc/merchant/31423-Romas.xml | 26 + data/templates/npc/merchant/31424-Shantra.xml | 26 + data/templates/npc/merchant/31425-Koram.xml | 26 + data/templates/npc/merchant/31426-Jaka.xml | 26 + data/templates/npc/merchant/31427-Urgal.xml | 26 + data/templates/npc/merchant/31428-Shafa.xml | 26 + data/templates/npc/merchant/31429-Shitara.xml | 26 + data/templates/npc/merchant/31430-Donai.xml | 26 + data/templates/npc/merchant/31431-Karai.xml | 26 + data/templates/npc/merchant/31432-Reeya.xml | 26 + data/templates/npc/merchant/31433-Ronaldo.xml | 26 + data/templates/npc/merchant/31434-Shaling.xml | 26 + data/templates/npc/merchant/31435-Daeger.xml | 26 + data/templates/npc/merchant/31436-Dani.xml | 26 + data/templates/npc/merchant/31437-Luka.xml | 26 + data/templates/npc/merchant/31438-Lara.xml | 26 + data/templates/npc/merchant/31439-Rogen.xml | 26 + data/templates/npc/merchant/31440-Lanna.xml | 26 + data/templates/npc/merchant/31441-Gordo.xml | 26 + data/templates/npc/merchant/31442-Kiki.xml | 26 + data/templates/npc/merchant/31443-Raban.xml | 26 + data/templates/npc/merchant/31444-Cona.xml | 26 + data/templates/npc/merchant/31445-Shutner.xml | 26 + data/templates/npc/merchant/31666-Lumen.xml | 26 + data/templates/npc/merchant/31667-Raik.xml | 26 + data/templates/npc/merchant/31668-Tangen.xml | 26 + data/templates/npc/merchant/31669-Onyx.xml | 26 + data/templates/npc/merchant/31670-Burns.xml | 26 + .../npc/merchant/31945-Auzendorff.xml | 26 + data/templates/npc/merchant/31946-Hombre.xml | 26 + data/templates/npc/merchant/31947-Owaki.xml | 26 + data/templates/npc/merchant/31948-Adrian.xml | 26 + data/templates/npc/merchant/31949-Rouge.xml | 26 + .../templates/npc/merchant/31950-Mailland.xml | 26 + data/templates/npc/merchant/31951-Jose.xml | 26 + data/templates/npc/merchant/31952-Pele.xml | 26 + data/templates/npc/merchant/31962-Altair.xml | 26 + data/templates/npc/merchant/31963-Hitchi.xml | 26 + data/templates/npc/merchant/31973-Raheel.xml | 26 + data/templates/npc/merchant/31980-Rumba.xml | 26 + data/templates/npc/merchant/32105-Dinn.xml | 25 + .../templates/npc/merchant/32106-Singsing.xml | 25 + data/templates/npc/merchant/32164-Erinu.xml | 26 + data/templates/npc/merchant/32165-Zakone.xml | 26 + data/templates/npc/merchant/32166-Trevor.xml | 26 + data/templates/npc/merchant/32167-Nika.xml | 26 + data/templates/npc/merchant/32168-Zenith.xml | 26 + data/templates/npc/merchant/32169-Mila.xml | 26 + data/templates/npc/merchant/32347-Shadai.xml | 26 + data/templates/npc/merchant/32359-Lahm.xml | 26 + data/templates/npc/merchant/32546-Asyatei.xml | 26 + .../npc/merchant/32610-OlfKanore.xml | 26 + .../templates/npc/merchant/32612-OlfAdams.xml | 26 + .../npc/merchantsummon/13128-GolemTrader.xml | 25 + .../npc/mercmanager/35102-Greenspan.xml | 26 + .../35144-MercenaryManagerSanford.xml | 26 + .../templates/npc/mercmanager/35186-Arvid.xml | 26 + .../npc/mercmanager/35228-Morrison.xml | 26 + .../templates/npc/mercmanager/35276-Eldon.xml | 26 + .../npc/mercmanager/35318-Solinus.xml | 26 + .../npc/mercmanager/35365-Rowell.xml | 26 + .../npc/mercmanager/35511-Gompus.xml | 26 + .../npc/mercmanager/35557-Kendrew.xml | 26 + .../npc/misc/13007-SpecialChristmasTree.xml | 25 + .../npc/monster/13034-SuperHugePig.xml | 25 + data/templates/npc/monster/13097.xml | 24 + data/templates/npc/monster/13148-Lindvior.xml | 25 + .../npc/monster/16019-TinyBabyBuffalo.xml | 25 + .../npc/monster/16020-TameTinyBabyBuffalo.xml | 25 + .../npc/monster/16021-TinyBabyCougar.xml | 25 + .../npc/monster/16022-TameTinyBabyCougar.xml | 25 + .../npc/monster/16023-TinyBabyKookaburra.xml | 25 + .../monster/16024-TameTinyBabyKookaburra.xml | 25 + .../npc/monster/18001-BloodQueen.xml | 39 + .../npc/monster/18002-BloodQueen.xml | 25 + .../npc/monster/18003-BeardedKeltir.xml | 28 + .../npc/monster/18004-SusceptorPrime.xml | 25 + data/templates/npc/monster/18005-Mimic.xml | 25 + .../templates/npc/monster/18006-MarukLord.xml | 26 + .../npc/monster/18007-LimalKarinness.xml | 25 + data/templates/npc/monster/18008-Karik.xml | 25 + .../monster/18009-OfferingOfBrandedElder.xml | 26 + .../monster/18010-OfferingOfTheBranded.xml | 29 + .../monster/18011-OfferingOfBrandedArcher.xml | 26 + .../18012-OfferingOfBrandedWarrior.xml | 29 + .../18013-OfferingOfBrandedFollower.xml | 29 + .../18014-OfferingOfBrandedBerserker.xml | 29 + .../monster/18015-OfferingOfBrandedZealot.xml | 29 + .../18016-OfferingOfBrandedMarksman.xml | 26 + .../18017-OfferingOfBrandedDisciple.xml | 29 + .../monster/18018-OfferingOfBrandedSaint.xml | 29 + .../monster/18019-ApostateSOfferingElder.xml | 26 + .../npc/monster/18020-ApostateSOffering.xml | 29 + .../monster/18021-ApostateSOfferingArcher.xml | 26 + .../18022-ApostateSOfferingWarrior.xml | 29 + .../18023-ApostateSOfferingFollower.xml | 29 + .../18024-ApostateSOfferingBerserker.xml | 29 + .../monster/18025-ApostateSOfferingZealot.xml | 29 + .../18026-ApostateSOfferingMarksman.xml | 26 + .../18027-ApostateSOfferingDisciple.xml | 29 + .../monster/18028-ApostateSOfferingSaint.xml | 29 + .../npc/monster/18029-WitchSOfferingElder.xml | 26 + .../npc/monster/18030-WitchSOffering.xml | 29 + .../monster/18031-WitchSOfferingArcher.xml | 26 + .../monster/18032-WitchSOfferingWarrior.xml | 29 + .../monster/18033-WitchSOfferingFollower.xml | 29 + .../monster/18034-WitchSOfferingBerserker.xml | 29 + .../monster/18035-WitchSOfferingZealot.xml | 29 + .../monster/18036-WitchSOfferingMarksman.xml | 26 + .../monster/18037-WitchSOfferingDisciple.xml | 29 + .../npc/monster/18038-WitchSOfferingSaint.xml | 29 + .../monster/18039-DarkOmenOfferingElder.xml | 26 + .../npc/monster/18040-DarkOmenOffering.xml | 29 + .../monster/18041-DarkOmenOfferingArcher.xml | 26 + .../monster/18042-DarkOmenOfferingWarrior.xml | 29 + .../18043-DarkOmenOfferingFollower.xml | 29 + .../18044-DarkOmenOfferingBerserker.xml | 29 + .../monster/18045-DarkOmenOfferingZealot.xml | 29 + .../18046-DarkOmenOfferingMarksman.xml | 26 + .../18047-DarkOmenOfferingDisciple.xml | 29 + .../monster/18048-DarkOmenOfferingSaint.xml | 29 + .../18049-OfferingOfForbiddenPathElder.xml | 26 + .../monster/18050-OfferingOfForbiddenPath.xml | 29 + .../18051-OfferingOfForbiddenPathArcher.xml | 26 + .../18052-OfferingOfForbiddenPathWarrior.xml | 29 + .../18053-OfferingOfForbiddenPathFollower.xml | 29 + ...18054-OfferingOfForbiddenPathBerserker.xml | 29 + .../18055-OfferingOfForbiddenPathZealot.xml | 29 + .../18056-OfferingOfForbiddenPathMarksman.xml | 26 + .../18057-OfferingOfForbiddenPathDisciple.xml | 29 + .../18058-OfferingOfForbiddenPathSaint.xml | 29 + .../monster/18059-OfferingOfBrandedElder.xml | 26 + .../monster/18060-OfferingOfTheBranded.xml | 29 + .../monster/18061-OfferingOfBrandedArcher.xml | 26 + .../18062-OfferingOfBrandedWarrior.xml | 29 + .../18063-OfferingOfBrandedFollower.xml | 29 + .../18064-OfferingOfBrandedBerserker.xml | 29 + .../monster/18065-OfferingOfBrandedZealot.xml | 29 + .../18066-OfferingOfBrandedMarksman.xml | 26 + .../18067-OfferingOfBrandedDisciple.xml | 29 + .../monster/18068-OfferingOfBrandedSaint.xml | 29 + .../monster/18069-ApostateSOfferingElder.xml | 26 + .../npc/monster/18070-ApostateSOffering.xml | 29 + .../monster/18071-ApostateSOfferingArcher.xml | 26 + .../18072-ApostateSOfferingWarrior.xml | 29 + .../18073-ApostateSOfferingFollower.xml | 29 + .../18074-ApostateSOfferingBerserker.xml | 29 + .../monster/18075-ApostateSOfferingZealot.xml | 29 + .../18076-ApostateSOfferingMarksman.xml | 26 + .../18077-ApostateSOfferingDisciple.xml | 29 + .../monster/18078-ApostateSOfferingSaint.xml | 29 + .../npc/monster/18079-WitchSOfferingElder.xml | 26 + .../npc/monster/18080-WitchSOffering.xml | 29 + .../monster/18081-WitchSOfferingArcher.xml | 26 + .../monster/18082-WitchSOfferingWarrior.xml | 29 + .../monster/18083-WitchSOfferingFollower.xml | 29 + .../monster/18084-WitchSOfferingBerserker.xml | 29 + .../monster/18085-WitchSOfferingZealot.xml | 29 + .../monster/18086-WitchSOfferingMarksman.xml | 26 + .../monster/18087-WitchSOfferingDisciple.xml | 29 + .../npc/monster/18088-WitchSOfferingSaint.xml | 29 + .../monster/18089-DarkOmenOfferingElder.xml | 26 + .../npc/monster/18090-DarkOmenOffering.xml | 29 + .../monster/18091-DarkOmenOfferingArcher.xml | 26 + .../monster/18092-DarkOmenOfferingWarrior.xml | 29 + .../18093-DarkOmenOfferingFollower.xml | 29 + .../18094-DarkOmenOfferingBerserker.xml | 29 + .../monster/18095-DarkOmenOfferingZealot.xml | 29 + .../18096-DarkOmenOfferingMarksman.xml | 26 + .../18097-DarkOmenOfferingDisciple.xml | 29 + .../monster/18098-DarkOmenOfferingSaint.xml | 29 + .../18099-OfferingOfForbiddenPathElder.xml | 26 + .../monster/18100-OfferingOfForbiddenPath.xml | 29 + .../18101-OfferingOfForbiddenPathArcher.xml | 26 + .../18102-OfferingOfForbiddenPathWarrior.xml | 29 + .../18103-OfferingOfForbiddenPathFollower.xml | 29 + ...18104-OfferingOfForbiddenPathBerserker.xml | 29 + .../18105-OfferingOfForbiddenPathZealot.xml | 29 + .../18106-OfferingOfForbiddenPathMarksman.xml | 26 + .../18107-OfferingOfForbiddenPathDisciple.xml | 29 + .../18108-OfferingOfForbiddenPathSaint.xml | 29 + .../monster/18109-TreasuresOfTheFestival.xml | 31 + .../monster/18110-TreasuresOfTheFestival.xml | 32 + .../monster/18111-TreasuresOfTheFestival.xml | 32 + .../monster/18112-TreasuresOfTheFestival.xml | 32 + .../monster/18113-TreasuresOfTheFestival.xml | 32 + .../monster/18114-TreasuresOfTheFestival.xml | 31 + .../monster/18115-TreasuresOfTheFestival.xml | 32 + .../monster/18116-TreasuresOfTheFestival.xml | 32 + .../monster/18117-TreasuresOfTheFestival.xml | 32 + .../monster/18118-TreasuresOfTheFestival.xml | 32 + .../npc/monster/18119-CorpseOfDeadman.xml | 25 + .../npc/monster/18120-HalishaSOfficer.xml | 26 + .../npc/monster/18121-HalishaSOfficer.xml | 26 + .../npc/monster/18122-HalishaSOfficer.xml | 26 + .../npc/monster/18123-HalishaSOfficer.xml | 26 + .../npc/monster/18124-HalishaSOfficer.xml | 26 + .../npc/monster/18125-HalishaSOfficer.xml | 26 + .../npc/monster/18126-HalishaSOfficer.xml | 26 + .../npc/monster/18127-HalishaSOfficer.xml | 26 + .../npc/monster/18128-HalishaSOfficer.xml | 26 + .../npc/monster/18129-HalishaSOfficer.xml | 26 + .../npc/monster/18130-HalishaSOfficer.xml | 26 + .../npc/monster/18131-HalishaSOfficer.xml | 26 + .../npc/monster/18132-ImperialHealer.xml | 25 + .../npc/monster/18133-ImperialMosaic.xml | 25 + .../npc/monster/18134-ImperialMosaic.xml | 25 + .../npc/monster/18135-ImperialMosaic.xml | 25 + .../npc/monster/18136-ImperialMosaic.xml | 25 + .../npc/monster/18137-ImperialMosaic.xml | 25 + .../npc/monster/18138-ImperialMosaic.xml | 25 + .../npc/monster/18139-ImperialMosaic.xml | 25 + .../npc/monster/18140-ImperialMosaic.xml | 25 + .../npc/monster/18141-BeetleOfGrave.xml | 25 + .../npc/monster/18142-BeetleOfGrave.xml | 25 + .../npc/monster/18143-BeetleOfGrave.xml | 25 + .../npc/monster/18144-BeetleOfGrave.xml | 25 + .../npc/monster/18145-BeetleOfGrave.xml | 25 + .../npc/monster/18146-BeetleOfGrave.xml | 25 + .../npc/monster/18147-BeetleOfGrave.xml | 25 + .../npc/monster/18148-BeetleOfGrave.xml | 25 + .../npc/monster/18149-BeetleOfGrave.xml | 25 + data/templates/npc/monster/18150-Victim.xml | 25 + data/templates/npc/monster/18151-Victim.xml | 25 + data/templates/npc/monster/18152-Victim.xml | 25 + data/templates/npc/monster/18153-Victim.xml | 25 + data/templates/npc/monster/18154-Victim.xml | 25 + data/templates/npc/monster/18155-Victim.xml | 25 + data/templates/npc/monster/18156-Victim.xml | 25 + data/templates/npc/monster/18157-Victim.xml | 25 + .../monster/18158-ExecutionerOfHalisha.xml | 25 + .../monster/18159-ExecutionerOfHalisha.xml | 25 + .../monster/18160-ExecutionerOfHalisha.xml | 25 + .../monster/18161-ExecutionerOfHalisha.xml | 25 + .../monster/18162-ExecutionerOfHalisha.xml | 25 + .../monster/18163-ExecutionerOfHalisha.xml | 25 + .../monster/18164-ExecutionerOfHalisha.xml | 25 + .../monster/18165-ExecutionerOfHalisha.xml | 25 + .../npc/monster/18166-ImperialGuard.xml | 26 + .../npc/monster/18167-ImperialGuard.xml | 26 + .../npc/monster/18168-ImperialGuard.xml | 26 + .../npc/monster/18169-ImperialGuard.xml | 26 + .../npc/monster/18170-ImperialGuard.xml | 25 + .../npc/monster/18171-ImperialGuard.xml | 25 + .../npc/monster/18172-ImperialGuard.xml | 25 + .../npc/monster/18173-HalishaSForeman.xml | 25 + .../npc/monster/18174-HalishaSForeman.xml | 25 + .../npc/monster/18175-HalishaSForeman.xml | 25 + .../npc/monster/18176-HalishaSForeman.xml | 25 + .../npc/monster/18177-HalishaSForeman.xml | 25 + .../npc/monster/18178-HalishaSForeman.xml | 25 + .../npc/monster/18179-HalishaSForeman.xml | 25 + .../npc/monster/18180-HalishaSForeman.xml | 25 + .../npc/monster/18181-HalishaSForeman.xml | 25 + .../npc/monster/18182-HalishaSForeman.xml | 25 + .../npc/monster/18183-HalishaSForeman.xml | 25 + .../npc/monster/18184-HalishaSForeman.xml | 25 + .../npc/monster/18185-EvilAstrologer.xml | 26 + .../npc/monster/18186-EvilAstrologer.xml | 26 + .../npc/monster/18187-KnightOfDarkness.xml | 26 + .../npc/monster/18188-KnightOfDarkness.xml | 26 + .../npc/monster/18189-KnightOfDarkness.xml | 26 + .../npc/monster/18190-KnightOfDarkness.xml | 26 + .../npc/monster/18191-WitchOfDust.xml | 26 + .../npc/monster/18192-WitchOfDust.xml | 26 + .../npc/monster/18193-WitchOfDust.xml | 26 + .../npc/monster/18194-WitchOfDust.xml | 26 + .../npc/monster/18195-SignetOfEmperor.xml | 25 + .../npc/monster/18196-CharmOfCorner.xml | 25 + .../npc/monster/18197-CharmOfCorner.xml | 25 + .../npc/monster/18198-CharmOfCorner.xml | 25 + .../npc/monster/18199-CharmOfCorner.xml | 25 + .../npc/monster/18200-CharmOfCorner.xml | 25 + .../npc/monster/18201-CharmOfCorner.xml | 25 + .../npc/monster/18202-CharmOfCorner.xml | 25 + .../npc/monster/18203-CharmOfCorner.xml | 25 + .../npc/monster/18204-CharmOfCorner.xml | 25 + .../npc/monster/18205-CharmOfCorner.xml | 25 + .../npc/monster/18206-CharmOfCorner.xml | 25 + .../npc/monster/18207-CharmOfCorner.xml | 25 + .../npc/monster/18208-CharmOfCorner.xml | 25 + .../npc/monster/18209-CharmOfCorner.xml | 25 + .../npc/monster/18210-CharmOfCorner.xml | 25 + .../npc/monster/18211-CharmOfCorner.xml | 25 + .../npc/monster/18212-ArchonOfHalisha.xml | 26 + .../npc/monster/18213-ArchonOfHalisha.xml | 26 + .../npc/monster/18214-ArchonOfHalisha.xml | 26 + .../npc/monster/18215-ArchonOfHalisha.xml | 26 + .../npc/monster/18216-ArchonOfHalisha.xml | 26 + .../npc/monster/18217-ArchonOfHalisha.xml | 26 + .../npc/monster/18218-ArchonOfHalisha.xml | 26 + .../npc/monster/18219-ArchonOfHalisha.xml | 26 + .../npc/monster/18220-ShamanOfDarkness.xml | 26 + .../npc/monster/18221-ShamanOfDarkness.xml | 26 + .../npc/monster/18222-AssassinOfDarkness.xml | 25 + .../npc/monster/18223-AssassinOfDarkness.xml | 25 + .../npc/monster/18224-AssassinOfDarkness.xml | 25 + .../npc/monster/18225-AssassinOfDarkness.xml | 25 + .../npc/monster/18226-CasterOfDarkness.xml | 25 + .../npc/monster/18227-CasterOfDarkness.xml | 25 + .../npc/monster/18228-CasterOfDarkness.xml | 25 + .../npc/monster/18229-CasterOfDarkness.xml | 25 + .../npc/monster/18230-SignetOfEmperor.xml | 25 + .../npc/monster/18231-StatueOfProtection.xml | 26 + .../npc/monster/18232-StatueOfProtection.xml | 26 + .../npc/monster/18233-StatueOfProtection.xml | 26 + .../npc/monster/18234-StatueOfProtection.xml | 26 + .../npc/monster/18235-StatueOfProtection.xml | 26 + .../npc/monster/18236-StatueOfProtection.xml | 26 + .../npc/monster/18237-StatueOfProtection.xml | 26 + .../npc/monster/18238-StatueOfProtection.xml | 26 + .../npc/monster/18239-StatueOfProtection.xml | 26 + .../npc/monster/18240-StatueOfProtection.xml | 26 + .../npc/monster/18241-StatueOfProtection.xml | 26 + .../npc/monster/18242-StatueOfProtection.xml | 26 + .../npc/monster/18243-StatueOfProtection.xml | 26 + .../npc/monster/18244-WatchmanOfGrave.xml | 25 + .../npc/monster/18245-WatchmanOfGrave.xml | 25 + .../npc/monster/18246-WatchmanOfGrave.xml | 25 + .../npc/monster/18247-WatchmanOfGrave.xml | 25 + .../npc/monster/18248-WatchmanOfGrave.xml | 25 + .../npc/monster/18249-WatchmanOfGrave.xml | 25 + .../npc/monster/18250-WatchmanOfGrave.xml | 25 + .../npc/monster/18251-WatchmanOfGrave.xml | 25 + .../npc/monster/18252-WatchmanOfGrave.xml | 25 + .../npc/monster/18253-WatchmanOfGrave.xml | 25 + .../npc/monster/18254-WatchmanOfGrave.xml | 25 + .../npc/monster/18255-WatchmanOfGrave.xml | 25 + .../npc/monster/18256-HalishaSTreasureBox.xml | 39 + .../npc/monster/18319-CaughtFrog.xml | 32 + .../npc/monster/18320-CaughtUndine.xml | 32 + .../npc/monster/18321-CaughtRakul.xml | 33 + .../npc/monster/18322-CaughtSeaGiant.xml | 33 + .../monster/18323-CaughtSeaHorseSoldier.xml | 33 + .../npc/monster/18324-CaughtHomunculus.xml | 32 + .../npc/monster/18325-CaughtFlava.xml | 32 + .../npc/monster/18326-CaughtGiganticEye.xml | 32 + .../npc/monster/18327-FreyaSServant.xml | 25 + .../npc/monster/18328-HallAlarmDevice.xml | 25 + .../npc/monster/18329-HallKeeperCaptain.xml | 26 + .../npc/monster/18330-HallKeeperWizard.xml | 26 + .../npc/monster/18331-HallKeeperGuard.xml | 26 + .../npc/monster/18332-HallKeeperPatrol.xml | 26 + .../18333-HallKeeperSuicidalSoldier.xml | 25 + .../npc/monster/18334-DarkChoirCaptain.xml | 25 + .../npc/monster/18335-DarkChoirPrimaDonna.xml | 25 + .../npc/monster/18336-DarkChoirLancer.xml | 26 + .../npc/monster/18337-DarkChoirArcher.xml | 26 + .../monster/18338-DarkChoirWitchDoctor.xml | 25 + .../npc/monster/18339-DarkChoirPlayer.xml | 26 + .../18340-HallKeeperSuicidalSoldier.xml | 25 + .../18341-HallKeeperSuicidalSoldier.xml | 25 + data/templates/npc/monster/18342-Gremlin.xml | 28 + .../npc/monster/18343-GatekeeperZombie.xml | 26 + .../npc/monster/18344-AncientEgg.xml | 24 + data/templates/npc/monster/18345-Sprigant.xml | 28 + data/templates/npc/monster/18346-Sprigant.xml | 28 + .../npc/monster/18347-GardenGuard.xml | 25 + .../npc/monster/18348-GardenGuard.xml | 25 + .../npc/monster/18349-GardenGuard.xml | 26 + .../npc/monster/18350-GardenGuard.xml | 25 + .../npc/monster/18351-GardenGuard.xml | 25 + .../npc/monster/18352-KamaelGuard.xml | 25 + .../npc/monster/18353-GuardianOfRecords.xml | 25 + .../monster/18354-GuardianOfObservation.xml | 25 + .../npc/monster/18355-SpiculaSGuard.xml | 25 + .../monster/18356-HarkilgamedSGatekeeper.xml | 26 + .../monster/18357-RodenpiculaSGatekeeper.xml | 25 + .../npc/monster/18358-GuardianOfSecrets.xml | 25 + .../npc/monster/18359-ArviterreSGuardian.xml | 25 + .../npc/monster/18360-KatenarSGatekeeper.xml | 25 + .../monster/18361-GuardianOfPrediction.xml | 25 + .../npc/monster/18362-GardenGuard.xml | 25 + .../npc/monster/18363-GardenGuard.xml | 26 + .../npc/monster/18364-WitchWarder.xml | 25 + .../npc/monster/18365-WitchWarder.xml | 25 + .../npc/monster/18366-WitchWarder.xml | 25 + .../npc/monster/18367-PrisonGuard.xml | 26 + .../npc/monster/18368-PrisonGuard.xml | 26 + .../18369-ChromaticCrystallineGolem.xml | 25 + .../18370-ChromaticCrystallineGolem.xml | 25 + .../npc/monster/18371-BelethSample.xml | 26 + .../npc/monster/18372-BelethSample.xml | 26 + .../npc/monster/18373-BelethSample.xml | 25 + .../npc/monster/18374-BelethSample.xml | 26 + .../npc/monster/18375-BelethSample.xml | 26 + .../npc/monster/18376-BelethSample.xml | 26 + .../npc/monster/18377-BelethSample.xml | 26 + .../npc/monster/18444-GardenGuard.xml | 25 + .../npc/monster/18463-RemnantDiabolist.xml | 26 + .../npc/monster/18464-RemnantDiviner.xml | 26 + data/templates/npc/monster/18465-Derek.xml | 27 + .../npc/monster/18466-OutpostCaptain.xml | 26 + .../npc/monster/18467-WoundedLandGuard.xml | 25 + data/templates/npc/monster/18474-Alarm.xml | 24 + data/templates/npc/monster/18478-HerbJar.xml | 25 + .../npc/monster/18482-FafurionKindred.xml | 25 + .../npc/monster/18483-GardenGuard.xml | 25 + .../npc/monster/18490-BelethSSlave.xml | 25 + .../npc/monster/18544-CrumaBorder.xml | 26 + .../npc/monster/18545-AncientExperiment.xml | 27 + .../npc/monster/18546-AncientExperiment.xml | 26 + .../npc/monster/18547-AncientExperiment.xml | 26 + .../npc/monster/18548-AncientExperiment.xml | 25 + .../npc/monster/18549-AncientExperiment.xml | 25 + .../npc/monster/18550-CrumaPhantom.xml | 27 + .../npc/monster/18551-CrumaPhantom.xml | 26 + .../npc/monster/18552-CrumaPhantom.xml | 26 + .../npc/monster/18553-CrumaPhantom.xml | 26 + .../npc/monster/18554-TomlanKamos.xml | 36 + data/templates/npc/monster/18555-OlAriosh.xml | 35 + .../npc/monster/18556-FollowerOfAriosh.xml | 26 + .../npc/monster/18557-RancDeumus.xml | 35 + .../npc/monster/18558-CrimsonHatuOtis.xml | 44 + .../npc/monster/18559-SeerFlouros.xml | 34 + .../npc/monster/18560-FollowerOfFlouros.xml | 25 + .../npc/monster/18561-GranitickDuerga.xml | 42 + .../templates/npc/monster/18562-BladeOtis.xml | 39 + .../npc/monster/18563-FollowerOfOtis.xml | 26 + .../npc/monster/18564-WeirdBunei.xml | 34 + .../npc/monster/18565-BraveMartim.xml | 43 + .../npc/monster/18566-KaimAbigore.xml | 34 + .../npc/monster/18567-FollowerOfAbigore.xml | 25 + .../npc/monster/18568-KnightMontagnar.xml | 47 + .../npc/monster/18569-FollowerOfMontagnar.xml | 25 + .../npc/monster/18570-SummerYaganitan.xml | 42 + .../npc/monster/18571-VenomousStorace.xml | 47 + .../npc/monster/18572-FollowerOfStorace.xml | 26 + .../npc/monster/18573-KelBilette.xml | 47 + .../npc/monster/18574-FollowerOfBilette.xml | 26 + .../npc/monster/18575-WarlordTamuze.xml | 51 + .../npc/monster/18576-FollowerOfTamuze.xml | 25 + .../npc/monster/18577-WhiteAllosce.xml | 42 + .../npc/monster/18578-FollowerOfAllosce.xml | 25 + data/templates/npc/monster/18607-Gargos.xml | 26 + data/templates/npc/monster/18608-Kinsus.xml | 26 + data/templates/npc/monster/18609-Papion.xml | 26 + data/templates/npc/monster/18610-Hillas.xml | 26 + .../npc/monster/18611-SpiritOfWater.xml | 25 + .../npc/monster/18612-SpiritOfWater.xml | 25 + .../npc/monster/18613-SpiritOfWater.xml | 25 + .../npc/monster/18614-SpiritOfFire.xml | 26 + .../npc/monster/18615-SpiritOfFire.xml | 25 + data/templates/npc/monster/18616-Bloom.xml | 25 + data/templates/npc/monster/18620-Adiantum.xml | 25 + .../templates/npc/monster/18622-PowderKeg.xml | 25 + .../npc/monster/18623-BegrudgedArcher.xml | 26 + .../npc/monster/18624-DeadmanSGrudge.xml | 25 + .../npc/monster/18625-DeadmanSGrudge.xml | 26 + .../npc/monster/18626-DeadmanSGrudge.xml | 26 + .../npc/monster/18627-DeadmanSGrudge.xml | 26 + data/templates/npc/monster/18628-Atan.xml | 27 + data/templates/npc/monster/18629-Kams.xml | 27 + data/templates/npc/monster/18630-Hikoro.xml | 27 + data/templates/npc/monster/18631-Alkaso.xml | 27 + data/templates/npc/monster/18632-Gerbera.xml | 27 + data/templates/npc/monster/18633-Lematan.xml | 25 + .../npc/monster/18634-LematanSFollower.xml | 26 + .../npc/monster/18635-VarkaSilenosRecruit.xml | 26 + .../npc/monster/18636-VarkaSilenosFootman.xml | 26 + .../npc/monster/18637-GrazingAntelope.xml | 25 + .../npc/monster/18638-VarkaSilenosScout.xml | 26 + .../npc/monster/18639-VarkaSilenosHunter.xml | 26 + .../npc/monster/18640-VarkaSilenosShaman.xml | 26 + .../npc/monster/18641-VarkaSilenosPriest.xml | 26 + .../npc/monster/18642-VarkaSilenosWarrior.xml | 26 + .../npc/monster/18643-GrazingAntelope.xml | 25 + .../npc/monster/18644-VarkaSilenosMedium.xml | 26 + .../npc/monster/18645-VarkaSilenosMagus.xml | 26 + .../npc/monster/18646-VarkaSilenosOfficer.xml | 26 + .../npc/monster/18647-GrazingFlava.xml | 25 + .../npc/monster/18648-VarkaSilenosSeer.xml | 26 + .../monster/18649-VarkaSilenosGreatMagus.xml | 26 + .../npc/monster/18650-VarkaSilenosGeneral.xml | 26 + .../monster/18651-GrazingElderAntelope.xml | 25 + .../monster/18652-VarkaSilenosGreatSeer.xml | 26 + .../npc/monster/18653-VarkaSEliteGuard.xml | 26 + .../npc/monster/18654-VarkaSCommander.xml | 26 + .../npc/monster/18655-VarkaSHeadGuard.xml | 26 + .../npc/monster/18656-VarkaSHeadMagus.xml | 26 + .../npc/monster/18657-ProphetGuard.xml | 26 + .../npc/monster/18658-DiscipleOfProphet.xml | 26 + .../npc/monster/18659-VarkaSProphet.xml | 26 + data/templates/npc/monster/18660-Latana.xml | 25 + .../npc/monster/18664-FortuneBug.xml | 25 + .../npc/monster/18665-FortuneBug.xml | 25 + .../npc/monster/18666-FortuneBug.xml | 25 + .../npc/monster/18667-WardOfDeath.xml | 25 + .../npc/monster/18668-WardOfDeath.xml | 25 + data/templates/npc/monster/18669.xml | 24 + data/templates/npc/monster/18670.xml | 24 + data/templates/npc/monster/18671-Block.xml | 25 + data/templates/npc/monster/18673-Block.xml | 25 + data/templates/npc/monster/18674-Block.xml | 25 + data/templates/npc/monster/18675-Block.xml | 25 + .../npc/monster/18676-BlockCarryingGirl.xml | 25 + .../18677-DragonSteedTroopMessenger.xml | 25 + .../18693-TreasureBoxOfTheAncientGiants.xml | 28 + .../npc/monster/18694-TreasureBoxGuard.xml | 25 + .../npc/monster/18695-TreasureBoxGuard.xml | 25 + .../monster/18696-DimensionMovingDevice.xml | 25 + data/templates/npc/monster/18697-Trap.xml | 24 + data/templates/npc/monster/18698-Trap.xml | 24 + data/templates/npc/monster/18699-Trap.xml | 24 + data/templates/npc/monster/18700.xml | 23 + data/templates/npc/monster/18701.xml | 23 + .../18703-DefeatedTroopsController.xml | 25 + .../npc/monster/18704-TumorOfDeath.xml | 25 + .../npc/monster/18706-SoulCoffin.xml | 25 + data/templates/npc/monster/18707.xml | 24 + .../npc/monster/18708-TumorOfDeath.xml | 25 + .../npc/monster/18709-SoulCoffin.xml | 25 + .../npc/monster/18710-SoulCoffin.xml | 25 + .../npc/monster/18711-SoulCoffin.xml | 25 + .../npc/monster/18712-SoulCoffin.xml | 25 + .../npc/monster/18713-SoulCoffin.xml | 25 + .../npc/monster/18714-SoulCoffin.xml | 25 + .../npc/monster/18715-ConqueredSoul.xml | 26 + .../npc/monster/18716-ConqueredSoul.xml | 26 + .../npc/monster/18717-ConqueredSoul.xml | 25 + data/templates/npc/monster/18776-Obelisk.xml | 25 + .../npc/monster/18777-GreatPowerfulDevice.xml | 25 + ...8778-ThroneOfDestructionPowerfulDevice.xml | 25 + data/templates/npc/monster/18779.xml | 24 + .../npc/monster/18780-SymbolOfCohemenes.xml | 25 + .../npc/monster/18781-YoungDrakeWing.xml | 25 + .../npc/monster/18782-ZealotOfShilen.xml | 25 + .../monster/18783-DefeatedTroopsCommander.xml | 26 + ...84-DefeatedTroopsNo1BattalionCommander.xml | 26 + .../18785-DefeatedTroopsWhiteDragonLeader.xml | 26 + .../monster/18786-DefeatedTroopsInfantry.xml | 26 + .../18787-DefeatedTroopsMagicLeader.xml | 25 + .../monster/18788-DefeatedTroopsMagician.xml | 25 + .../18789-DefeatedTroopsMagicSoldier.xml | 26 + .../monster/18790-DefeatedTroopsHealer.xml | 26 + .../18791-DefeatedTroopsJavelinThrower.xml | 26 + .../18792-DefeatedTroopsJavelinThrower.xml | 26 + .../npc/monster/18793-BizarreCocoon.xml | 25 + .../npc/monster/18794-BizarreCocoon.xml | 25 + .../npc/monster/18795-BizarreCocoon.xml | 25 + .../npc/monster/18796-BizarreCocoon.xml | 25 + .../npc/monster/18797-BizarreCocoon.xml | 25 + .../npc/monster/18798-BizarreCocoon.xml | 25 + .../npc/monster/18799-NewbornLavasaurus.xml | 36 + .../npc/monster/18800-FledglingLavasaurus.xml | 36 + .../npc/monster/18801-AdultLavasaurus.xml | 36 + .../npc/monster/18802-ElderlyLavasaurus.xml | 38 + .../npc/monster/18803-AncientLavasaurus.xml | 38 + .../templates/npc/monster/18804-TarBeetle.xml | 25 + .../monster/18805-WasteLandfillMachine.xml | 25 + .../npc/monster/18806-BrazierOfPurity.xml | 25 + .../npc/monster/18807-FrightenedRagnaOrc.xml | 25 + .../npc/monster/18808-DarkShamanVarangka.xml | 26 + .../npc/monster/18809-VarangkaSRetainer.xml | 68 ++ .../npc/monster/18810-VarangkaSPage.xml | 60 ++ .../npc/monster/18811-GuardianOfTheAltar.xml | 25 + .../templates/npc/monster/18812-KashaSEye.xml | 25 + .../templates/npc/monster/18813-KashaSEye.xml | 25 + .../templates/npc/monster/18814-KashaSEye.xml | 25 + .../npc/monster/18815-GuardOfTheGrave.xml | 26 + .../monster/18816-ChieftainSTreasureChest.xml | 25 + .../18817-InvaderMartyrOfNightmare.xml | 25 + .../npc/monster/18818-NihilInvaderMartyr.xml | 25 + .../18819-NihilInvaderTreasureChest.xml | 25 + .../18820-NihilInvaderTreasureChest.xml | 25 + .../npc/monster/18821-MutantMartyr.xml | 25 + .../npc/monster/18822-MutantTreasureChest.xml | 25 + .../npc/monster/18823-MutantTreasureChest.xml | 25 + .../npc/monster/18862-TantaLizardmanGuard.xml | 27 + .../npc/monster/18863-SeerUgoros.xml | 26 + .../npc/monster/18864-FantasyMushroom.xml | 25 + .../npc/monster/18865-StickyMushroom.xml | 25 + .../npc/monster/18866-RainbowFrog.xml | 25 + .../templates/npc/monster/18867-AbyssWeed.xml | 25 + .../npc/monster/18868-EnergyPlant.xml | 25 + .../npc/monster/18906-FarmBandit.xml | 63 ++ .../npc/monster/18907-BeastDevourer.xml | 56 + .../npc/monster/18908-SelMahumChef.xml | 25 + .../npc/monster/18909-SolinaKnights.xml | 26 + .../npc/monster/18910-SolinaKnightCaptain.xml | 25 + .../templates/npc/monster/18912-Scarecrow.xml | 25 + .../npc/monster/18917-PavelSafetyDevice.xml | 33 + data/templates/npc/monster/20001-Gremlin.xml | 25 + data/templates/npc/monster/20002-Rabbit.xml | 25 + data/templates/npc/monster/20003-Goblin.xml | 41 + data/templates/npc/monster/20004-Imp.xml | 37 + data/templates/npc/monster/20005-ImpElder.xml | 37 + .../templates/npc/monster/20006-OrcArcher.xml | 37 + .../npc/monster/20007-GreenFungus.xml | 36 + .../npc/monster/20008-FelimLizardman.xml | 37 + data/templates/npc/monster/20009-VukuOrc.xml | 37 + .../npc/monster/20010-FelimLizardmanScout.xml | 36 + .../npc/monster/20011-VukuOrcArcher.xml | 36 + .../npc/monster/20012-GoraWerewolf.xml | 37 + data/templates/npc/monster/20013-Dryad.xml | 37 + .../monster/20014-FelimLizardmanWarrior.xml | 38 + .../npc/monster/20015-MarshZombie.xml | 37 + .../npc/monster/20016-StoneGolem.xml | 35 + .../npc/monster/20017-VukuOrcFighter.xml | 39 + .../npc/monster/20018-CarnivorousFungus.xml | 25 + .../npc/monster/20019-DryadElder.xml | 38 + .../npc/monster/20020-MarshZombieLord.xml | 37 + data/templates/npc/monster/20021-RedBear.xml | 38 + .../npc/monster/20022-MiserySkeleton.xml | 37 + .../npc/monster/20023-ShadowBeast.xml | 39 + .../monster/20024-LangkLizardmanWarrior.xml | 39 + .../npc/monster/20025-LesserDarkHorror.xml | 38 + .../npc/monster/20026-RuinZombie.xml | 37 + .../npc/monster/20027-LangkLizardmanScout.xml | 38 + data/templates/npc/monster/20028-Pincher.xml | 38 + .../npc/monster/20029-RuinZombieLeader.xml | 37 + .../npc/monster/20030-LangkLizardman.xml | 37 + .../templates/npc/monster/20031-OmenBeast.xml | 39 + data/templates/npc/monster/20032-Pinrul.xml | 38 + .../npc/monster/20033-ShadeHorror.xml | 39 + data/templates/npc/monster/20034-Prowler.xml | 36 + .../npc/monster/20035-TrackerSkeleton.xml | 39 + data/templates/npc/monster/20036-Lirein.xml | 39 + .../npc/monster/20037-ManaSeeker.xml | 25 + .../npc/monster/20038-VenomousSpider.xml | 41 + .../npc/monster/20039-ScavengerWererat.xml | 43 + .../npc/monster/20040-SukarWererat.xml | 40 + .../npc/monster/20041-TaintedZombie.xml | 36 + .../monster/20042-TrackerSkeletonLeader.xml | 38 + .../npc/monster/20043-ArachnidTracker.xml | 43 + .../npc/monster/20044-LireinElder.xml | 37 + .../npc/monster/20045-SkeletonScout.xml | 37 + .../npc/monster/20046-StinkZombie.xml | 39 + .../npc/monster/20047-SukarWereratLeader.xml | 42 + .../npc/monster/20048-LesserSuccubus.xml | 35 + .../npc/monster/20049-Lycanthrope.xml | 37 + .../npc/monster/20050-ArachnidPredator.xml | 37 + .../npc/monster/20051-SkeletonBowman.xml | 39 + .../npc/monster/20052-LesserSuccubusTuren.xml | 38 + .../npc/monster/20053-OlMahumPatrol.xml | 40 + .../npc/monster/20054-RuinSpartoi.xml | 40 + .../npc/monster/20055-WanderingEye.xml | 38 + .../npc/monster/20056-DreVanulDisposer.xml | 39 + .../npc/monster/20057-LesserSuccubusTilfo.xml | 37 + .../npc/monster/20058-OlMahumGuard.xml | 37 + .../templates/npc/monster/20059-HungryEye.xml | 37 + .../npc/monster/20060-RagingSpartoi.xml | 40 + .../npc/monster/20061-OlMahumStraggler.xml | 39 + .../npc/monster/20062-TumranBugbear.xml | 39 + .../npc/monster/20063-OlMahumShooter.xml | 40 + .../monster/20064-TumranBugbearWarrior.xml | 41 + .../npc/monster/20065-OlMahumPatrolman.xml | 26 + .../npc/monster/20066-OlMahumCaptain.xml | 39 + .../npc/monster/20067-MonsterEyeWatcher.xml | 39 + .../npc/monster/20068-MonsterEyeDestroyer.xml | 40 + .../npc/monster/20069-SeluLizardmanScout.xml | 26 + .../npc/monster/20070-LesserBasilisk.xml | 40 + .../monster/20071-SeluLizardmanWarrior.xml | 26 + data/templates/npc/monster/20072-Basilisk.xml | 41 + .../npc/monster/20073-OlMahumLegionnaire.xml | 26 + .../npc/monster/20074-Androscorpio.xml | 39 + data/templates/npc/monster/20075-AntLarva.xml | 41 + .../npc/monster/20076-OlMahumCommander.xml | 40 + .../npc/monster/20077-AndroscorpioHunter.xml | 37 + .../npc/monster/20078-WhisperingWind.xml | 44 + data/templates/npc/monster/20079-Ant.xml | 42 + .../npc/monster/20080-AntCaptain.xml | 38 + .../npc/monster/20081-AntOverseer.xml | 41 + .../npc/monster/20082-AntRecruit.xml | 46 + .../npc/monster/20083-GraniteGolem.xml | 45 + .../templates/npc/monster/20084-AntPatrol.xml | 41 + data/templates/npc/monster/20085-Puncher.xml | 44 + data/templates/npc/monster/20086-AntGuard.xml | 40 + .../npc/monster/20087-AntSoldier.xml | 45 + .../npc/monster/20088-AntWarriorCaptain.xml | 39 + data/templates/npc/monster/20089-NobleAnt.xml | 43 + .../npc/monster/20090-NobleAntLeader.xml | 45 + data/templates/npc/monster/20091-YoungFox.xml | 25 + .../npc/monster/20092-MonsterEye.xml | 40 + .../npc/monster/20093-OrcFighter.xml | 38 + .../npc/monster/20094-OrcMarksman.xml | 26 + .../npc/monster/20095-VampireBat.xml | 37 + .../npc/monster/20096-OrcLieutenant.xml | 41 + data/templates/npc/monster/20097-DrillBat.xml | 37 + .../npc/monster/20098-OrcFighterLeader.xml | 38 + data/templates/npc/monster/20099-Skeleton.xml | 41 + .../npc/monster/20100-SkeletonArcher.xml | 36 + data/templates/npc/monster/20101-Crasher.xml | 42 + .../npc/monster/20102-SkeletonMarksman.xml | 36 + .../npc/monster/20103-GiantSpider.xml | 38 + .../npc/monster/20104-SkeletonLord.xml | 36 + .../npc/monster/20105-DarkHorror.xml | 37 + .../npc/monster/20106-TalonSpider.xml | 38 + data/templates/npc/monster/20107-Wererat.xml | 37 + .../npc/monster/20108-BladeSpider.xml | 38 + .../npc/monster/20109-Salamander.xml | 42 + data/templates/npc/monster/20110-Undine.xml | 38 + .../npc/monster/20111-WereratLeader.xml | 26 + .../npc/monster/20112-SalamanderElder.xml | 38 + .../npc/monster/20113-UndineElder.xml | 40 + .../npc/monster/20114-SalamanderNoble.xml | 39 + .../npc/monster/20115-UndineNoble.xml | 41 + data/templates/npc/monster/20116-Fox.xml | 25 + data/templates/npc/monster/20117-DreVanul.xml | 38 + .../npc/monster/20118-DreVanulScout.xml | 39 + data/templates/npc/monster/20119-ElderFox.xml | 25 + data/templates/npc/monster/20120-Wolf.xml | 36 + .../templates/npc/monster/20121-GiantToad.xml | 37 + data/templates/npc/monster/20130-Orc.xml | 38 + data/templates/npc/monster/20131-OrcGrunt.xml | 37 + data/templates/npc/monster/20132-Werewolf.xml | 35 + data/templates/npc/monster/20133-Bugbear.xml | 26 + .../npc/monster/20134-CaveMaiden.xml | 52 + .../templates/npc/monster/20135-Alligator.xml | 40 + .../npc/monster/20136-DeathKnight.xml | 55 + data/templates/npc/monster/20137-Drake.xml | 50 + data/templates/npc/monster/20138-Gargoyle.xml | 25 + data/templates/npc/monster/20139-GiantBee.xml | 25 + .../npc/monster/20140-GiantLeech.xml | 25 + .../npc/monster/20141-GiantWildHog.xml | 25 + data/templates/npc/monster/20142-Griffon.xml | 25 + data/templates/npc/monster/20143-Grizzly.xml | 37 + .../npc/monster/20144-HangmanTree.xml | 47 + data/templates/npc/monster/20145-Harpy.xml | 41 + .../npc/monster/20146-HeadlessKnight.xml | 53 + .../templates/npc/monster/20147-Hobgoblin.xml | 39 + .../npc/monster/20148-HungrySpirit.xml | 25 + .../templates/npc/monster/20149-IronGolem.xml | 25 + .../npc/monster/20150-KingBugbear.xml | 26 + data/templates/npc/monster/20151-Kobold.xml | 26 + .../templates/npc/monster/20152-Lizardman.xml | 26 + .../npc/monster/20153-MagicalWeaver.xml | 38 + .../npc/monster/20154-MandragoraSprout.xml | 39 + .../npc/monster/20155-MandragoraSapling.xml | 42 + .../npc/monster/20156-MandragoraBlossom.xml | 41 + .../npc/monster/20157-MarshStakato.xml | 50 + data/templates/npc/monster/20158-Medusa.xml | 39 + data/templates/npc/monster/20159-Minotaur.xml | 26 + .../npc/monster/20160-NeerCrawler.xml | 38 + data/templates/npc/monster/20161-OelMahum.xml | 49 + data/templates/npc/monster/20162-Ogre.xml | 26 + data/templates/npc/monster/20163-OlMahum.xml | 26 + .../npc/monster/20164-OlMahumArcher.xml | 26 + .../npc/monster/20165-OlMahumChampion.xml | 26 + data/templates/npc/monster/20166-Succubus.xml | 25 + .../npc/monster/20167-SerpentSlave.xml | 26 + data/templates/npc/monster/20168-Silenos.xml | 40 + .../npc/monster/20169-SkeletonRoyalGuard.xml | 26 + data/templates/npc/monster/20170-Spartoi.xml | 26 + data/templates/npc/monster/20171-Specter.xml | 42 + data/templates/npc/monster/20172-Sylph.xml | 25 + data/templates/npc/monster/20173-Troll.xml | 25 + .../npc/monster/20174-TwoHeadedGiant.xml | 26 + .../npc/monster/20175-WalkingFungus.xml | 25 + data/templates/npc/monster/20176-Wyrm.xml | 45 + data/templates/npc/monster/20177-Zombie.xml | 25 + data/templates/npc/monster/20189-Puma.xml | 25 + .../npc/monster/20190-SkeletonMarauder.xml | 40 + .../npc/monster/20191-SkeletonRaider.xml | 41 + data/templates/npc/monster/20192-Tyrant.xml | 43 + .../npc/monster/20193-TyrantKingpin.xml | 40 + .../npc/monster/20194-QueenUndine.xml | 25 + .../npc/monster/20197-SorrowMaiden.xml | 43 + .../npc/monster/20198-NeerGhoulBerserker.xml | 38 + .../npc/monster/20199-AmberBasilisk.xml | 38 + data/templates/npc/monster/20200-Strain.xml | 48 + data/templates/npc/monster/20201-Ghoul.xml | 40 + .../npc/monster/20202-DeadSeeker.xml | 42 + .../npc/monster/20203-DionGrizzly.xml | 37 + .../templates/npc/monster/20204-BloodyBee.xml | 40 + data/templates/npc/monster/20205-DireWolf.xml | 36 + .../npc/monster/20206-KadifWerewolf.xml | 38 + .../npc/monster/20207-OlMahumGuerilla.xml | 38 + .../npc/monster/20208-OlMahumRaider.xml | 41 + .../npc/monster/20209-OlMahumMarksman.xml | 38 + .../npc/monster/20210-OlMahumSergeant.xml | 42 + .../npc/monster/20211-OlMahumCaptain.xml | 47 + .../npc/monster/20212-BloodyAxeTurmak.xml | 27 + data/templates/npc/monster/20213-Porta.xml | 45 + data/templates/npc/monster/20214-Excuro.xml | 43 + data/templates/npc/monster/20215-Mordeo.xml | 41 + data/templates/npc/monster/20216-Ricenseo.xml | 49 + data/templates/npc/monster/20217-Krator.xml | 61 ++ data/templates/npc/monster/20218-Premo.xml | 49 + data/templates/npc/monster/20219-Validus.xml | 44 + data/templates/npc/monster/20220-Dicor.xml | 55 + data/templates/npc/monster/20221-Perum.xml | 57 ++ data/templates/npc/monster/20222-Torfe.xml | 49 + .../npc/monster/20223-MandragoraSprout.xml | 39 + .../npc/monster/20224-OlMahumRanger.xml | 41 + .../npc/monster/20225-GiantMistLeech.xml | 41 + data/templates/npc/monster/20226-GrayAnt.xml | 39 + .../npc/monster/20227-HorrorMistRipper.xml | 38 + .../npc/monster/20228-GiantCrimsonAnt.xml | 41 + .../npc/monster/20229-StingerWasp.xml | 42 + .../npc/monster/20230-MarshStakatoWorker.xml | 37 + data/templates/npc/monster/20231-ToadLord.xml | 39 + .../npc/monster/20232-MarshStakatoSoldier.xml | 40 + .../npc/monster/20233-MarshSpider.xml | 42 + .../npc/monster/20234-MarshStakatoDrone.xml | 39 + data/templates/npc/monster/20235-Shackle.xml | 47 + .../npc/monster/20236-CaveServant.xml | 60 ++ .../npc/monster/20237-CaveServantArcher.xml | 48 + .../npc/monster/20238-CaveServantWarrior.xml | 48 + .../npc/monster/20239-CaveServantCaptain.xml | 52 + .../npc/monster/20240-RoyalCaveServant.xml | 45 + .../npc/monster/20241-HunterGargoyle.xml | 50 + .../npc/monster/20242-DustwindGargoyle.xml | 51 + .../npc/monster/20243-ThunderWyrm.xml | 53 + .../npc/monster/20244-MalrukSuccubus.xml | 49 + .../npc/monster/20245-MalrukSuccubusTuren.xml | 52 + .../npc/monster/20246-CaveKeeper.xml | 50 + .../npc/monster/20248-TurakBugbear.xml | 48 + .../npc/monster/20249-TurakBugbearWarrior.xml | 39 + .../npc/monster/20250-GlassJaguar.xml | 40 + .../npc/monster/20251-DeluLizardman.xml | 40 + .../npc/monster/20252-DeluLizardmanScout.xml | 42 + .../monster/20253-DeluLizardmanWarrior.xml | 41 + .../npc/monster/20254-SkeletonAxeman.xml | 40 + data/templates/npc/monster/20255-BaturOrc.xml | 26 + .../npc/monster/20256-BaturOrcArcher.xml | 26 + .../npc/monster/20257-BaturOrcWarrior.xml | 26 + .../npc/monster/20258-BaturOrcShaman.xml | 26 + .../npc/monster/20259-BaturOrcOverlord.xml | 26 + .../npc/monster/20260-OrcChampion.xml | 26 + .../templates/npc/monster/20261-OrcShaman.xml | 26 + .../npc/monster/20265-MonsterEyeSearcher.xml | 38 + .../npc/monster/20266-MonsterEyeGazer.xml | 37 + data/templates/npc/monster/20267-BrekaOrc.xml | 42 + .../npc/monster/20268-BrekaOrcArcher.xml | 39 + .../npc/monster/20269-BrekaOrcShaman.xml | 43 + .../npc/monster/20270-BrekaOrcOverlord.xml | 43 + .../npc/monster/20271-BrekaOrcWarrior.xml | 44 + .../npc/monster/20272-CaveServant.xml | 26 + .../npc/monster/20273-CaveServantArcher.xml | 26 + .../npc/monster/20274-CaveServantWarrior.xml | 26 + .../npc/monster/20275-CaveServantCaptain.xml | 26 + .../npc/monster/20276-RoyalCaveServant.xml | 26 + .../npc/monster/20277-CaveKeeper.xml | 26 + data/templates/npc/monster/20279-Shackle.xml | 25 + .../npc/monster/20280-HeadlessKnight.xml | 26 + .../npc/monster/20281-DustwindGargoyle.xml | 25 + .../npc/monster/20282-ThunderWyrm.xml | 25 + .../npc/monster/20283-MalrukSuccubus.xml | 25 + .../npc/monster/20284-MalrukSuccubusTuren.xml | 25 + data/templates/npc/monster/20285-Drake.xml | 25 + .../npc/monster/20286-HunterGargoyle.xml | 25 + .../npc/monster/20287-CaveMaiden.xml | 26 + .../npc/monster/20291-EnkuOrcChampion.xml | 41 + .../npc/monster/20292-EnkuOrcShaman.xml | 40 + .../npc/monster/20293-VirudLizardman.xml | 26 + .../monster/20294-VirudLizardmanMatriarch.xml | 26 + .../monster/20295-VirudLizardmanWarrior.xml | 26 + .../npc/monster/20296-VirudLizardmanScout.xml | 26 + .../monster/20297-VirudLizardmanShaman.xml | 26 + .../monster/20298-VirudLizardmanShaman.xml | 26 + .../npc/monster/20299-ZentaLizardman.xml | 26 + .../monster/20300-ZentaLizardmanMatriarch.xml | 26 + .../npc/monster/20301-ZentaLizardmanScout.xml | 26 + .../monster/20302-ZentaLizardmanWarrior.xml | 26 + .../monster/20303-ZentaLizardmanShaman.xml | 26 + .../npc/monster/20304-MarshStakatoQueen.xml | 26 + data/templates/npc/monster/20305-Grave.xml | 25 + .../npc/monster/20307-GarumWerewolf.xml | 42 + .../npc/monster/20308-HookSpider.xml | 38 + data/templates/npc/monster/20309-BrownFox.xml | 25 + .../templates/npc/monster/20310-BrownBear.xml | 37 + .../npc/monster/20311-RakeclawImp.xml | 37 + .../npc/monster/20312-RakeclawImpHunter.xml | 37 + .../monster/20313-RakeclawImpChieftain.xml | 39 + .../npc/monster/20314-GreatWhiteShark.xml | 42 + .../npc/monster/20316-DarkwingBat.xml | 38 + .../templates/npc/monster/20317-BlackWolf.xml | 37 + .../npc/monster/20318-BlackTimberWolf.xml | 35 + .../npc/monster/20319-GoblinGraveRobber.xml | 40 + .../monster/20320-GoblinTombRaiderLeader.xml | 37 + .../npc/monster/20321-GoblinThief.xml | 43 + .../npc/monster/20322-GoblinBrigand.xml | 38 + .../npc/monster/20323-GoblinBrigandLeader.xml | 38 + .../monster/20324-GoblinBrigandLieutenant.xml | 42 + .../npc/monster/20325-GoblinRaider.xml | 40 + .../npc/monster/20326-GoblinScout.xml | 40 + .../npc/monster/20327-GoblinSnooper.xml | 38 + .../npc/monster/20328-GoblinLookout.xml | 41 + .../npc/monster/20329-GhostGuardian.xml | 39 + .../npc/monster/20330-MineshaftBat.xml | 37 + .../npc/monster/20331-MonsterEyeTracker.xml | 38 + .../npc/monster/20333-GreystoneGolem.xml | 37 + .../npc/monster/20334-GremlinScavenger.xml | 25 + .../npc/monster/20335-GrizzlyBear.xml | 39 + .../npc/monster/20336-GreenDryad.xml | 41 + .../npc/monster/20337-LongtailFox.xml | 25 + .../npc/monster/20338-NightmareWeaver.xml | 36 + .../npc/monster/20340-SlaveSkeleton.xml | 35 + .../npc/monster/20341-UndeadSlave.xml | 38 + .../npc/monster/20342-WerewolfChieftain.xml | 37 + .../npc/monster/20343-WerewolfHunter.xml | 38 + .../npc/monster/20345-DarkTerror.xml | 40 + .../npc/monster/20346-DarkstoneGolem.xml | 36 + .../npc/monster/20347-DoomWraith.xml | 26 + .../npc/monster/20348-CaveSpider.xml | 37 + data/templates/npc/monster/20349-CaveBat.xml | 37 + .../npc/monster/20350-CaveFangSpider.xml | 39 + .../npc/monster/20351-DreVanulTracker.xml | 37 + .../npc/monster/20352-DreVanulSlayer.xml | 37 + .../npc/monster/20353-DreVanulBeholder.xml | 37 + .../npc/monster/20354-DwarfGhost.xml | 25 + .../monster/20356-LangkLizardmanLeader.xml | 37 + .../20357-LangkLizardmanLieutenant.xml | 38 + .../npc/monster/20358-RatmanHunter.xml | 37 + .../npc/monster/20359-RatmanWarrior.xml | 38 + .../templates/npc/monster/20360-RatmanSpy.xml | 40 + .../npc/monster/20361-TunathOrcMarksman.xml | 38 + .../npc/monster/20362-TunathOrcWarrior.xml | 39 + .../npc/monster/20363-MarakuWerewolf.xml | 36 + .../monster/20364-MarakuWerewolfChieftain.xml | 37 + .../npc/monster/20365-MountainFungus.xml | 36 + .../npc/monster/20367-MerkenisEscort.xml | 41 + .../npc/monster/20368-GraveKeeper.xml | 35 + .../npc/monster/20369-MoonstoneBeast.xml | 36 + .../templates/npc/monster/20370-BarbedBat.xml | 37 + .../npc/monster/20371-MistTerror.xml | 38 + .../npc/monster/20372-BaraqOrcFighter.xml | 36 + .../monster/20373-BaraqOrcWarriorLeader.xml | 37 + .../npc/monster/20374-BarankaSGuard.xml | 37 + .../npc/monster/20375-BarankaSEscort.xml | 37 + .../monster/20376-VarikanBrigandLeader.xml | 26 + .../npc/monster/20377-VarikaSBandit.xml | 25 + .../npc/monster/20378-StoneGiant.xml | 39 + .../npc/monster/20379-StoneSoldier.xml | 39 + .../npc/monster/20380-StoneGuardian.xml | 36 + data/templates/npc/monster/20381-VaissOrc.xml | 36 + .../monster/20382-VaissOrcWarriorLeader.xml | 37 + .../npc/monster/20383-ArachnidHunter.xml | 25 + .../npc/monster/20385-BalorOrcArcher.xml | 36 + .../npc/monster/20386-BalorOrcFighter.xml | 38 + .../monster/20387-BalorOrcFighterLeader.xml | 38 + .../npc/monster/20388-BalorOrcLieutenant.xml | 38 + .../npc/monster/20389-BoogleRatman.xml | 40 + .../npc/monster/20390-BoogleRatmanLeader.xml | 41 + data/templates/npc/monster/20391-RedFox.xml | 25 + .../templates/npc/monster/20392-RedeyeBat.xml | 38 + .../npc/monster/20393-RedScavengerSpider.xml | 35 + .../npc/monster/20394-CrimsonTarantula.xml | 25 + .../npc/monster/20398-Vrykolakas.xml | 25 + .../npc/monster/20399-VrykolakasWolfkin.xml | 25 + .../npc/monster/20400-BloodFungus.xml | 39 + .../npc/monster/20401-VeelanBugbear.xml | 40 + .../monster/20402-VeelanBugbearWarrior.xml | 42 + .../npc/monster/20403-HunterTarantula.xml | 39 + .../npc/monster/20404-SilentHorror.xml | 37 + .../npc/monster/20405-YoungBrownFox.xml | 25 + .../npc/monster/20406-YoungRedFox.xml | 25 + .../npc/monster/20407-YoungCrimsonFox.xml | 25 + .../npc/monster/20410-ScavengerSpider.xml | 37 + .../npc/monster/20411-ScavengerBat.xml | 38 + .../templates/npc/monster/20412-Susceptor.xml | 25 + .../npc/monster/20415-ScarletSalamander.xml | 39 + .../monster/20416-ScarletSalamanderElder.xml | 37 + .../npc/monster/20418-CrystallineBeast.xml | 39 + .../npc/monster/20419-AkasteSuccubus.xml | 25 + .../npc/monster/20420-AkasteSuccubusTuren.xml | 39 + .../npc/monster/20421-AkasteSuccubusTilfo.xml | 39 + .../npc/monster/20422-AkasteBoneWarlord.xml | 38 + .../npc/monster/20423-AkasteBoneArcher.xml | 35 + .../npc/monster/20424-AkasteBoneLord.xml | 39 + .../npc/monster/20425-AkasteBoneSoldier.xml | 37 + data/templates/npc/monster/20426-EvilEye.xml | 37 + .../npc/monster/20427-EvilEyeWatcher.xml | 35 + .../npc/monster/20428-EvilEyePatroller.xml | 43 + .../npc/monster/20429-EvilEyeLookout.xml | 38 + data/templates/npc/monster/20431-ElfGhost.xml | 25 + data/templates/npc/monster/20432-Elpy.xml | 38 + .../npc/monster/20433-FesteringBat.xml | 39 + .../templates/npc/monster/20435-OpalBeast.xml | 36 + .../npc/monster/20436-OlMahumSupplier.xml | 36 + .../npc/monster/20437-OlMahumRecruit.xml | 39 + .../npc/monster/20438-OlMahumGeneral.xml | 39 + .../npc/monster/20439-OlMahumOfficer.xml | 41 + .../npc/monster/20440-ElderBrownFox.xml | 25 + .../npc/monster/20441-ElderLongtailFox.xml | 25 + .../templates/npc/monster/20442-ElderWolf.xml | 37 + .../npc/monster/20443-ElderRedFox.xml | 25 + .../npc/monster/20444-ElderPrairieFox.xml | 25 + .../npc/monster/20445-UthankaPirate.xml | 26 + data/templates/npc/monster/20446-UtukuOrc.xml | 37 + .../npc/monster/20447-UtukuOrcArcher.xml | 37 + .../npc/monster/20448-UtukuOrcGrunt.xml | 36 + .../templates/npc/monster/20449-WillOWisp.xml | 38 + .../npc/monster/20450-RelicWerewolf.xml | 37 + .../npc/monster/20451-RelicSpartoi.xml | 26 + .../npc/monster/20453-HumanGhost.xml | 25 + .../npc/monster/20454-OblivionWatcher.xml | 25 + .../npc/monster/20455-DoomSoldier.xml | 37 + .../templates/npc/monster/20456-AshenWolf.xml | 36 + .../npc/monster/20457-ZombieSoldier.xml | 38 + .../npc/monster/20458-ZombieWarrior.xml | 42 + .../npc/monster/20460-CrimsonSpider.xml | 37 + .../npc/monster/20461-DungeonSpider.xml | 37 + .../npc/monster/20462-CaveBladeSpider.xml | 35 + .../monster/20463-DungeonSkeletonArcher.xml | 36 + .../npc/monster/20464-DungeonSkeleton.xml | 38 + .../npc/monster/20465-PrairieFox.xml | 25 + .../npc/monster/20466-PincerSpider.xml | 39 + data/templates/npc/monster/20468-KabooOrc.xml | 36 + .../npc/monster/20469-KabooOrcArcher.xml | 38 + .../npc/monster/20470-KabooOrcGrunt.xml | 38 + .../npc/monster/20471-KabooOrcFighter.xml | 37 + .../monster/20472-KabooOrcFighterLeader.xml | 38 + .../20473-KabooOrcFighterLieutenant.xml | 38 + .../npc/monster/20474-KashaSpider.xml | 39 + .../templates/npc/monster/20475-KashaWolf.xml | 35 + .../npc/monster/20476-KashaFangSpider.xml | 39 + .../npc/monster/20477-KashaTimberWolf.xml | 37 + .../npc/monster/20478-KashaBladeSpider.xml | 39 + .../templates/npc/monster/20479-KashaBear.xml | 38 + data/templates/npc/monster/20480-BladeBat.xml | 36 + .../npc/monster/20481-BeardedKeltir.xml | 37 + .../npc/monster/20483-CorpseCandle.xml | 41 + .../npc/monster/20487-KurukaRatman.xml | 37 + .../npc/monster/20488-KurukaRatmanHunter.xml | 36 + .../npc/monster/20489-QuicksilverBeast.xml | 38 + .../templates/npc/monster/20490-DeathDoll.xml | 25 + .../npc/monster/20491-CryptHorror.xml | 37 + .../npc/monster/20492-KirunakSGuards.xml | 41 + .../npc/monster/20494-TurekWarHound.xml | 37 + .../npc/monster/20495-TurekOrcWarlord.xml | 46 + .../npc/monster/20496-TurekOrcArcher.xml | 40 + .../npc/monster/20497-TurekOrcSkirmisher.xml | 40 + .../npc/monster/20498-TurekOrcSupplier.xml | 41 + .../npc/monster/20499-TurekOrcFootman.xml | 42 + .../npc/monster/20500-TurekOrcSentinel.xml | 40 + .../npc/monster/20501-TurekOrcShaman.xml | 47 + .../templates/npc/monster/20502-TwinkPuma.xml | 37 + .../npc/monster/20504-DreadSoldier.xml | 37 + data/templates/npc/monster/20505-RuinBat.xml | 38 + data/templates/npc/monster/20506-RuinImp.xml | 39 + .../npc/monster/20507-RuinImpElder.xml | 38 + .../npc/monster/20508-PlunderTarantula.xml | 35 + .../npc/monster/20509-SporeFungus.xml | 39 + data/templates/npc/monster/20510-Puma.xml | 37 + .../npc/monster/20511-PitchstoneGolem.xml | 40 + .../npc/monster/20512-FieldStalker.xml | 25 + .../npc/monster/20513-SkeletonKnight.xml | 26 + .../npc/monster/20514-ShieldSkeleton.xml | 37 + .../npc/monster/20515-SkeletonInfantryman.xml | 38 + .../npc/monster/20516-SkeletonSentinel.xml | 26 + .../npc/monster/20517-SkeletonHunter.xml | 37 + .../monster/20518-SkeletonHunterArcher.xml | 36 + .../npc/monster/20519-SkeletonPikeman.xml | 26 + .../monster/20520-PirateCaptainUthanka.xml | 26 + .../npc/monster/20521-WhinstoneGolem.xml | 38 + .../templates/npc/monster/20522-WhiteFang.xml | 25 + .../npc/monster/20524-GreyWolfElder.xml | 25 + data/templates/npc/monster/20525-GrayWolf.xml | 36 + .../npc/monster/20526-ObsidianGolem.xml | 39 + .../npc/monster/20527-GreatSnowWolf.xml | 25 + .../npc/monster/20528-GoblinLord.xml | 36 + .../npc/monster/20529-YoungBrownKeltir.xml | 38 + .../npc/monster/20530-YoungRedKeltir.xml | 37 + .../npc/monster/20531-YoungPrairieKeltir.xml | 36 + .../npc/monster/20532-BrownKeltir.xml | 36 + .../npc/monster/20533-LongtailKeltir.xml | 35 + .../templates/npc/monster/20534-RedKeltir.xml | 35 + .../npc/monster/20535-PrairieKeltir.xml | 37 + .../npc/monster/20536-ElderBrownKeltir.xml | 35 + .../npc/monster/20537-ElderRedKeltir.xml | 36 + .../npc/monster/20538-ElderPrairieKeltir.xml | 35 + .../npc/monster/20539-ElderLongtailKeltir.xml | 36 + .../npc/monster/20540-GemstoneBeast.xml | 37 + data/templates/npc/monster/20541-OreBat.xml | 41 + .../npc/monster/20542-SkeletonLongbowman.xml | 39 + data/templates/npc/monster/20543-Ghost.xml | 38 + .../npc/monster/20544-ElderKeltir.xml | 36 + .../npc/monster/20545-YoungKeltir.xml | 38 + .../npc/monster/20546-TurekOrcElder.xml | 44 + .../npc/monster/20547-OlMahumReserve.xml | 40 + .../npc/monster/20548-OlMahumDeserter.xml | 38 + .../npc/monster/20549-OlMahumLord.xml | 44 + .../npc/monster/20550-GuardianBasilisk.xml | 44 + .../npc/monster/20551-RoadScavenger.xml | 45 + .../npc/monster/20552-FetteredSoul.xml | 39 + data/templates/npc/monster/20553-Windsus.xml | 39 + data/templates/npc/monster/20554-Grandis.xml | 42 + .../npc/monster/20555-GiantFungus.xml | 41 + .../npc/monster/20556-GiantMonstereye.xml | 39 + data/templates/npc/monster/20557-DireWyrm.xml | 40 + .../npc/monster/20558-RottingTree.xml | 45 + .../npc/monster/20559-RottingGolem.xml | 43 + .../npc/monster/20560-TrisalimSpider.xml | 50 + .../npc/monster/20561-TrisalimTarantula.xml | 49 + .../npc/monster/20562-SporeZombie.xml | 50 + .../npc/monster/20563-ManashenGargoyle.xml | 53 + .../npc/monster/20564-EnchantedMonstereye.xml | 44 + .../npc/monster/20565-EnchantedStoneGolem.xml | 40 + .../npc/monster/20566-EnchantedIronGolem.xml | 45 + .../npc/monster/20567-EnchantedGargoyle.xml | 46 + data/templates/npc/monster/20568-Formor.xml | 58 ++ .../npc/monster/20569-FormorElder.xml | 49 + .../npc/monster/20570-TarlkBugbear.xml | 47 + .../npc/monster/20571-TarlkBugbearWarrior.xml | 53 + .../monster/20572-TarlkBugbearHighWarrior.xml | 47 + .../npc/monster/20573-TarlkBasilisk.xml | 48 + .../npc/monster/20574-ElderTarlkBasilisk.xml | 56 + .../npc/monster/20575-OelMahumWarrior.xml | 49 + .../npc/monster/20576-OelMahumWitchDoctor.xml | 51 + .../npc/monster/20577-LetoLizardman.xml | 43 + .../npc/monster/20578-LetoLizardmanArcher.xml | 40 + .../monster/20579-LetoLizardmanSoldier.xml | 55 + .../monster/20580-LetoLizardmanWarrior.xml | 42 + .../npc/monster/20581-LetoLizardmanShaman.xml | 43 + .../monster/20582-LetoLizardmanOverlord.xml | 45 + data/templates/npc/monster/20583-TimakOrc.xml | 40 + .../npc/monster/20584-TimakOrcArcher.xml | 41 + .../npc/monster/20585-TimakOrcSoldier.xml | 49 + .../npc/monster/20586-TimakOrcWarrior.xml | 44 + .../npc/monster/20587-TimakOrcShaman.xml | 61 ++ .../npc/monster/20588-TimakOrcOverlord.xml | 46 + data/templates/npc/monster/20589-Fline.xml | 46 + data/templates/npc/monster/20590-Liele.xml | 46 + .../npc/monster/20591-ValleyTreant.xml | 44 + data/templates/npc/monster/20592-Satyr.xml | 47 + data/templates/npc/monster/20593-Unicorn.xml | 50 + .../npc/monster/20594-ForestRunner.xml | 47 + .../npc/monster/20595-FlineElder.xml | 46 + .../npc/monster/20596-LieleElder.xml | 61 ++ .../npc/monster/20597-ValleyTreantElder.xml | 47 + .../npc/monster/20598-SatyrElder.xml | 48 + .../npc/monster/20599-UnicornElder.xml | 57 ++ .../npc/monster/20600-KarulBugbear.xml | 44 + .../templates/npc/monster/20601-TamlinOrc.xml | 42 + .../npc/monster/20602-TamlinOrcArcher.xml | 42 + .../npc/monster/20603-KronbeSpider.xml | 50 + data/templates/npc/monster/20604-Rakin.xml | 45 + .../npc/monster/20605-WeirdDrake.xml | 46 + .../npc/monster/20606-KuranKobold.xml | 37 + .../npc/monster/20607-KuranKoboldWarrior.xml | 40 + .../npc/monster/20608-PatinArcher.xml | 40 + .../npc/monster/20609-RakinSalamander.xml | 38 + .../npc/monster/20610-SentinelOfWater.xml | 40 + .../npc/monster/20611-DreVanulWarrior.xml | 48 + .../npc/monster/20612-SalamanderRowin.xml | 40 + .../npc/monster/20613-LafiLizardman.xml | 41 + .../npc/monster/20614-LafiLizardmanScout.xml | 38 + .../npc/monster/20615-RitmalSwordsman.xml | 41 + .../npc/monster/20616-RakinUndine.xml | 47 + .../npc/monster/20617-SentinelOfWater.xml | 38 + .../npc/monster/20618-KanilSuccubus.xml | 38 + .../npc/monster/20619-RowinUndine.xml | 40 + .../templates/npc/monster/20620-CaveBeast.xml | 48 + .../templates/npc/monster/20621-DeathWave.xml | 46 + .../npc/monster/20622-MalrukSoldier.xml | 50 + data/templates/npc/monster/20623-Plando.xml | 49 + .../npc/monster/20624-CaveHowler.xml | 50 + .../npc/monster/20625-MalrukKnight.xml | 46 + .../npc/monster/20626-MalrukBerserker.xml | 50 + .../npc/monster/20627-MalrukLord.xml | 51 + .../npc/monster/20628-LimalKarinness.xml | 47 + data/templates/npc/monster/20629-Karik.xml | 47 + data/templates/npc/monster/20630-TaikOrc.xml | 45 + .../npc/monster/20631-TaikOrcArcher.xml | 52 + .../npc/monster/20632-TaikOrcWarrior.xml | 44 + .../npc/monster/20633-TaikOrcShaman.xml | 45 + .../npc/monster/20634-TaikOrcCaptain.xml | 48 + .../templates/npc/monster/20635-Carinkain.xml | 44 + .../monster/20636-ForestOfMirrorsGhost.xml | 58 ++ .../monster/20637-ForestOfMirrorsGhost.xml | 55 + .../monster/20638-ForestOfMirrorsGhost.xml | 48 + data/templates/npc/monster/20639-Mirror.xml | 47 + .../npc/monster/20640-HaritLizardman.xml | 47 + .../npc/monster/20641-HaritLizardmanGrunt.xml | 50 + .../monster/20642-HaritLizardmanArcher.xml | 48 + .../monster/20643-HaritLizardmanWarrior.xml | 48 + .../monster/20644-HaritLizardmanShaman.xml | 49 + .../monster/20645-HaritLizardmanMatriarch.xml | 46 + data/templates/npc/monster/20646-Halingka.xml | 49 + data/templates/npc/monster/20647-Yintzu.xml | 51 + data/templates/npc/monster/20648-Paliote.xml | 51 + data/templates/npc/monster/20649-Hamrut.xml | 50 + data/templates/npc/monster/20650-Kranrot.xml | 49 + data/templates/npc/monster/20651-Gamlin.xml | 48 + data/templates/npc/monster/20652-Leogul.xml | 49 + .../npc/monster/20653-LesserGiant.xml | 26 + .../npc/monster/20654-LesserGiantSoldier.xml | 51 + .../npc/monster/20655-LesserGiantShooter.xml | 51 + .../npc/monster/20656-LesserGiantScout.xml | 49 + .../npc/monster/20657-LesserGiantMage.xml | 52 + .../npc/monster/20658-LesserGiantElder.xml | 50 + .../npc/monster/20659-GraveWanderer.xml | 50 + .../npc/monster/20660-ArcherOfGreed.xml | 46 + .../npc/monster/20661-HatarRatmanThief.xml | 52 + .../npc/monster/20662-HatarRatmanBoss.xml | 52 + .../npc/monster/20663-HatarHanishee.xml | 48 + data/templates/npc/monster/20664-Deprive.xml | 49 + .../npc/monster/20665-TaikOrcSupply.xml | 59 ++ .../npc/monster/20666-TaikOrcSeeker.xml | 49 + data/templates/npc/monster/20667-Farcran.xml | 50 + .../npc/monster/20668-GraveGuard.xml | 53 + .../npc/monster/20669-TaikOrcSupplyLeader.xml | 48 + .../npc/monster/20670-CrimsonDrake.xml | 51 + data/templates/npc/monster/20671-Kadios.xml | 49 + data/templates/npc/monster/20672-Trives.xml | 51 + data/templates/npc/monster/20673-Falibati.xml | 49 + .../npc/monster/20674-DoomKnight.xml | 52 + data/templates/npc/monster/20675-Tairim.xml | 45 + .../npc/monster/20676-JudgeOfMarsh.xml | 47 + data/templates/npc/monster/20677-Tulben.xml | 43 + .../npc/monster/20678-TorturedUndead.xml | 44 + .../npc/monster/20679-MarshStalker.xml | 54 + .../npc/monster/20680-MarshDrake.xml | 49 + .../npc/monster/20681-VanorSilenos.xml | 48 + .../npc/monster/20682-VanorSilenosGrunt.xml | 46 + .../npc/monster/20683-VanorSilenosScout.xml | 48 + .../npc/monster/20684-VanorSilenosWarrior.xml | 52 + .../npc/monster/20685-VanorSilenosShaman.xml | 47 + .../monster/20686-VanorSilenosChieftain.xml | 46 + .../npc/monster/20738-KoboldLooterBepook.xml | 26 + .../npc/monster/20739-BepookSPet.xml | 25 + .../npc/monster/20742-MysticalWeaver.xml | 25 + data/templates/npc/monster/20743-Howler.xml | 25 + .../npc/monster/20744-RedEyeVampireBat.xml | 25 + .../npc/monster/20745-Gigantiops.xml | 42 + .../npc/monster/20746-YoungGigantiops.xml | 38 + data/templates/npc/monster/20747-Roxide.xml | 40 + .../npc/monster/20748-RoxideCohort.xml | 42 + .../templates/npc/monster/20749-DeathFire.xml | 37 + .../npc/monster/20750-FireArcher.xml | 38 + data/templates/npc/monster/20751-Snipe.xml | 57 ++ .../npc/monster/20752-SnipeCohort.xml | 42 + data/templates/npc/monster/20753-DarkLord.xml | 57 ++ .../npc/monster/20754-DarkKnight.xml | 45 + data/templates/npc/monster/20755-Talakin.xml | 41 + .../npc/monster/20756-TalakinArcher.xml | 38 + .../npc/monster/20757-TalakinRaider.xml | 40 + .../npc/monster/20758-DragonBearerChief.xml | 47 + .../npc/monster/20759-DragonBearerWarrior.xml | 51 + .../npc/monster/20760-DragonBearerArcher.xml | 52 + data/templates/npc/monster/20761-Pytan.xml | 49 + .../npc/monster/20762-PytanKnight.xml | 48 + .../npc/monster/20763-LordOfThePlains.xml | 40 + .../npc/monster/20764-ShamanOfThePlains.xml | 42 + .../npc/monster/20765-WarriorOfThePlains.xml | 44 + .../npc/monster/20766-ScoutOfThePlains.xml | 46 + .../npc/monster/20767-TimakOrcTroopLeader.xml | 46 + .../npc/monster/20768-TimakOrcTroopShaman.xml | 50 + .../monster/20769-TimakOrcTroopWarrior.xml | 43 + .../npc/monster/20770-TimakOrcTroopArcher.xml | 49 + data/templates/npc/monster/20771-Barif.xml | 48 + .../templates/npc/monster/20772-BarifSPet.xml | 45 + .../npc/monster/20773-ConjurerBatLord.xml | 48 + .../npc/monster/20774-ConjurerBat.xml | 49 + .../npc/monster/20775-BugbearRaider.xml | 36 + .../npc/monster/20776-DarkSuccubus.xml | 42 + .../npc/monster/20777-HunterBear.xml | 37 + .../npc/monster/20778-RagnaOrcOverlord.xml | 44 + .../npc/monster/20779-RagnaOrcSeer.xml | 39 + .../npc/monster/20780-BloodyAxeElite.xml | 39 + .../npc/monster/20781-DeluLizardmanShaman.xml | 42 + .../npc/monster/20782-OlMahumNovice.xml | 37 + .../templates/npc/monster/20783-DreadWolf.xml | 42 + .../npc/monster/20784-TasabaLizardman.xml | 44 + .../monster/20785-TasabaLizardmanShaman.xml | 57 ++ data/templates/npc/monster/20786-Lienrik.xml | 43 + .../npc/monster/20787-LienrikLad.xml | 46 + data/templates/npc/monster/20788-Rakul.xml | 40 + data/templates/npc/monster/20789-Crokian.xml | 46 + data/templates/npc/monster/20790-Dailaon.xml | 46 + .../npc/monster/20791-CrokianWarrior.xml | 45 + data/templates/npc/monster/20792-Farhite.xml | 49 + data/templates/npc/monster/20793-Nos.xml | 44 + .../npc/monster/20794-BladeStakato.xml | 41 + .../npc/monster/20795-BladeStakatoWorker.xml | 45 + .../npc/monster/20796-BladeStakatoWarrior.xml | 44 + .../npc/monster/20797-BladeStakatoDrone.xml | 47 + .../npc/monster/20798-WaterGiant.xml | 47 + .../npc/monster/20799-QueenUndineLad.xml | 46 + .../npc/monster/20800-EvaSSeeker.xml | 46 + .../npc/monster/20801-TheederPiker.xml | 48 + .../npc/monster/20802-TheederMage.xml | 45 + .../npc/monster/20803-DollMaster.xml | 46 + .../npc/monster/20804-CrokianLad.xml | 46 + .../npc/monster/20805-DailaonLad.xml | 47 + .../npc/monster/20806-CrokianLadWarrior.xml | 43 + .../npc/monster/20807-FarhiteLad.xml | 49 + data/templates/npc/monster/20808-NosLad.xml | 46 + .../npc/monster/20809-GhostOfTheTower.xml | 51 + .../npc/monster/20810-SeerOfHallate.xml | 45 + .../npc/monster/20811-GhastlyWarrior.xml | 50 + .../npc/monster/20812-ArcherOfDespair.xml | 44 + data/templates/npc/monster/20813-Crendion.xml | 49 + .../npc/monster/20814-BladerOfDespair.xml | 51 + .../npc/monster/20815-HoundDogOfHallate.xml | 46 + .../npc/monster/20816-HallateSRoyalGuard.xml | 48 + .../npc/monster/20817-CorruptSage.xml | 45 + .../npc/monster/20818-HallateSWarrior.xml | 47 + .../npc/monster/20819-ArcherOfAbyss.xml | 49 + .../npc/monster/20820-HallateSKnight.xml | 50 + .../npc/monster/20821-ErinEdiunce.xml | 45 + .../npc/monster/20822-HallateSMaid.xml | 45 + .../monster/20823-PlatinumTribeSoldier.xml | 52 + .../npc/monster/20824-HallateSCommander.xml | 50 + .../npc/monster/20825-HallateSInspector.xml | 47 + .../npc/monster/20826-PlatinumTribeArcher.xml | 49 + .../monster/20827-PlatinumTribeWarrior.xml | 50 + .../npc/monster/20828-PlatinumTribeShaman.xml | 48 + .../monster/20829-PlatinumTribeOverlord.xml | 49 + .../npc/monster/20830-GuardianAngel.xml | 26 + .../templates/npc/monster/20831-SealAngel.xml | 26 + .../npc/monster/20832-ZakenSPikeman.xml | 51 + .../npc/monster/20833-ZakenSArcher.xml | 45 + data/templates/npc/monster/20834-Mardian.xml | 43 + .../npc/monster/20835-ZakenSSeer.xml | 49 + .../npc/monster/20836-PirateZombie.xml | 47 + .../npc/monster/20837-TaintedOgre.xml | 61 ++ .../templates/npc/monster/20838-BloodyBat.xml | 47 + .../npc/monster/20839-UnpleasantHumming.xml | 49 + .../npc/monster/20840-DeathFlyer.xml | 46 + .../npc/monster/20841-FiendArcher.xml | 47 + data/templates/npc/monster/20842-Musveren.xml | 47 + .../npc/monster/20843-ZakenSRoyalGuard.xml | 46 + .../templates/npc/monster/20844-KaimVanul.xml | 49 + .../monster/20845-PirateSZombieCaptain.xml | 57 ++ .../npc/monster/20846-DollBlader.xml | 50 + .../npc/monster/20847-ValeMaster.xml | 57 ++ .../npc/monster/20848-LightBringer.xml | 47 + .../templates/npc/monster/20849-LightWorm.xml | 42 + .../npc/monster/20850-GoldenStagLord.xml | 25 + data/templates/npc/monster/20851-Theeder.xml | 25 + data/templates/npc/monster/20852-Banshee.xml | 26 + data/templates/npc/monster/20853-KelMahum.xml | 26 + .../npc/monster/20854-KelMahumWarrior.xml | 26 + .../npc/monster/20855-KelMahumArcher.xml | 26 + .../npc/monster/20856-KelMahumShaman.xml | 26 + .../npc/monster/20857-KelMahumChampion.xml | 26 + data/templates/npc/monster/20858-Angel.xml | 26 + .../npc/monster/20859-GuardianAngel.xml | 47 + .../templates/npc/monster/20860-SealAngel.xml | 48 + .../npc/monster/20861-OelMahumChampion.xml | 26 + .../templates/npc/monster/20862-DeathLord.xml | 26 + .../npc/monster/20919-MailleLizardman.xml | 40 + .../monster/20920-MailleLizardmanScout.xml | 39 + .../monster/20921-MailleLizardmanGuard.xml | 40 + .../monster/20922-MailleLizardmanWarrior.xml | 41 + .../monster/20923-MailleLizardmanShaman.xml | 40 + .../20924-MailleLizardmanMatriarch.xml | 41 + .../npc/monster/20925-GiantAraneid.xml | 41 + .../npc/monster/20926-PoisonAraneid.xml | 41 + .../npc/monster/20927-KingOfTheAraneid.xml | 38 + .../npc/monster/20928-HatuWeirdBee.xml | 43 + .../npc/monster/20929-HatuDireWolf.xml | 39 + .../npc/monster/20930-HatuBrownBear.xml | 44 + .../npc/monster/20931-HatuOnyxBeast.xml | 40 + .../npc/monster/20932-HatuCrimsonBear.xml | 44 + .../npc/monster/20933-HatuWindsus.xml | 39 + .../npc/monster/20934-WaspWorker.xml | 38 + .../npc/monster/20935-WaspLeader.xml | 44 + .../npc/monster/20936-TanorSilenos.xml | 42 + .../npc/monster/20937-TanorSilenosGrunt.xml | 51 + .../npc/monster/20938-TanorSilenosScout.xml | 45 + .../npc/monster/20939-TanorSilenosWarrior.xml | 47 + .../npc/monster/20940-TanorSilenosShaman.xml | 46 + .../monster/20941-TanorSilenosChieftain.xml | 45 + .../npc/monster/20942-NightmareGuide.xml | 41 + .../npc/monster/20943-NightmareKeeper.xml | 43 + .../npc/monster/20944-NightmareLord.xml | 47 + data/templates/npc/monster/20945-Cadeine.xml | 47 + data/templates/npc/monster/20946-Sanhidro.xml | 50 + data/templates/npc/monster/20947-Connabi.xml | 46 + data/templates/npc/monster/20948-Bartal.xml | 49 + data/templates/npc/monster/20949-Luminun.xml | 48 + data/templates/npc/monster/20950-Innersen.xml | 45 + .../npc/monster/20951-PobbySMaid.xml | 45 + .../npc/monster/20952-PobbyEscort.xml | 45 + data/templates/npc/monster/20953-Pobby.xml | 49 + .../npc/monster/20954-HungeredCorpse.xml | 47 + .../npc/monster/20955-GhostlyWarrior.xml | 46 + .../npc/monster/20956-PastKnight.xml | 46 + .../npc/monster/20957-NihilInvader.xml | 50 + .../npc/monster/20958-DeathAgent.xml | 47 + .../templates/npc/monster/20959-DarkGuard.xml | 49 + .../npc/monster/20960-BloodyGhost.xml | 45 + .../npc/monster/20961-BloodyKnight.xml | 52 + .../npc/monster/20962-BloodyPriest.xml | 47 + .../npc/monster/20963-BloodyLord.xml | 50 + .../npc/monster/20964-HugeFootmark.xml | 25 + .../npc/monster/20965-ChimeraPiece.xml | 47 + .../npc/monster/20966-ChangedCreation.xml | 47 + .../npc/monster/20967-PastCreature.xml | 46 + .../npc/monster/20968-NonexistentMan.xml | 50 + .../npc/monster/20969-GiantSShadow.xml | 48 + .../monster/20970-SoldierOfAncientTimes.xml | 44 + .../monster/20971-WarriorOfAncientTimes.xml | 40 + .../monster/20972-ShamanOfAncientTimes.xml | 42 + .../monster/20973-ForgottenAncientPeople.xml | 50 + .../npc/monster/20974-SpitefulSoulLeader.xml | 44 + .../npc/monster/20975-SpitefulSoulWizard.xml | 48 + .../npc/monster/20976-SpitefulSoulFighter.xml | 49 + .../npc/monster/20977-ElmoradanSLady.xml | 49 + .../monster/20978-ElmoradanSArcherEscort.xml | 48 + .../npc/monster/20979-ElmoradanSMaid.xml | 49 + .../npc/monster/20980-HallateSFollowerMul.xml | 49 + .../npc/monster/20981-MulSWizard.xml | 48 + .../npc/monster/20982-MulSKnight.xml | 51 + data/templates/npc/monster/20983-Binder.xml | 49 + .../npc/monster/20984-BoundWarrior.xml | 49 + .../npc/monster/20985-BoundArcher.xml | 49 + data/templates/npc/monster/20986-Sairon.xml | 47 + .../npc/monster/20987-SaironSDoll.xml | 50 + .../npc/monster/20988-SaironSPuppet.xml | 50 + data/templates/npc/monster/20989-Lageos.xml | 44 + data/templates/npc/monster/20990-Pageos.xml | 43 + .../npc/monster/20991-SwampTribe.xml | 47 + .../npc/monster/20992-SwampAlligator.xml | 48 + .../npc/monster/20993-SwampWarrior.xml | 60 ++ .../npc/monster/20994-GardenGuardLeader.xml | 44 + .../npc/monster/20995-GardenGuard.xml | 49 + .../monster/20996-SpitefulGhostOfRuins.xml | 44 + .../npc/monster/20997-SoldierOfGrief.xml | 44 + .../npc/monster/20998-CruelPunisher.xml | 60 ++ .../npc/monster/20999-RovingSoul.xml | 46 + .../npc/monster/21000-SoulOfRuins.xml | 50 + .../npc/monster/21001-WretchedArcher.xml | 48 + .../templates/npc/monster/21002-DoomScout.xml | 46 + .../templates/npc/monster/21003-GraveLich.xml | 52 + .../npc/monster/21004-DismalPole.xml | 49 + .../npc/monster/21005-GravePredator.xml | 49 + .../npc/monster/21006-DoomServant.xml | 51 + .../templates/npc/monster/21007-DoomGuard.xml | 47 + .../npc/monster/21008-DoomArcher.xml | 51 + .../npc/monster/21009-DoomTrooper.xml | 49 + .../npc/monster/21010-DoomWarrior.xml | 46 + .../npc/monster/21011-OlMahumVanGrunt.xml | 42 + .../npc/monster/21012-MagicalEye.xml | 41 + .../npc/monster/21013-OlMahumVanArcher.xml | 42 + .../npc/monster/21014-LesserWarlikeTyrant.xml | 40 + .../npc/monster/21015-OlMahumVanLeader.xml | 43 + .../npc/monster/21016-WarlikeTyrant.xml | 45 + .../templates/npc/monster/21017-FallenOrc.xml | 50 + .../npc/monster/21018-AncientGargoyle.xml | 47 + .../npc/monster/21019-FallenOrcArcher.xml | 46 + .../npc/monster/21020-FallenOrcShaman.xml | 40 + .../npc/monster/21021-SharpTalonTiger.xml | 45 + .../npc/monster/21022-FallenOrcCaptain.xml | 50 + .../npc/monster/21023-SobbingWind.xml | 40 + .../npc/monster/21024-BabblingWind.xml | 37 + .../npc/monster/21025-GigglingWind.xml | 39 + .../npc/monster/21026-SingingWind.xml | 41 + data/templates/npc/monster/21034-Ogre.xml | 50 + data/templates/npc/monster/21035-Catherok.xml | 43 + .../npc/monster/21036-Shindebarn.xml | 41 + data/templates/npc/monster/21037-Ossiud.xml | 55 + data/templates/npc/monster/21038-Liangma.xml | 48 + .../npc/monster/21039-SnipeCohort.xml | 41 + .../npc/monster/21040-SoldierOfDarkness.xml | 47 + .../templates/npc/monster/21058-BeastLord.xml | 48 + .../npc/monster/21059-BeastGuardian.xml | 45 + .../templates/npc/monster/21060-BeastSeer.xml | 46 + .../npc/monster/21061-HallateSGuardian.xml | 48 + .../npc/monster/21062-MessengerAngel.xml | 26 + .../npc/monster/21063-MessengerAngel.xml | 50 + .../monster/21064-PlatinumGuardianArcher.xml | 50 + .../monster/21065-PlatinumGuardianWarrior.xml | 50 + .../monster/21066-PlatinumGuardianShaman.xml | 50 + .../npc/monster/21067-GuardianArchangel.xml | 26 + .../npc/monster/21068-GuardianArchangel.xml | 49 + .../monster/21069-PlatinumGuardianPrefect.xml | 52 + .../npc/monster/21070-SealArchangel.xml | 26 + .../npc/monster/21071-SealArchangel.xml | 48 + .../monster/21072-PlatinumGuardianChief.xml | 49 + .../21073-GuardianWarriorOfElmoreden.xml | 44 + .../npc/monster/21074-BoundShaman.xml | 51 + .../npc/monster/21075-SlaughterBathin.xml | 52 + .../npc/monster/21076-BathinSKnight.xml | 50 + .../npc/monster/21077-BathinSWizard.xml | 50 + .../npc/monster/21078-MagusValac.xml | 48 + .../npc/monster/21079-ValacSCreature.xml | 49 + .../monster/21080-ValacSGuardianSpirit.xml | 49 + .../npc/monster/21081-PowerAngelAmon.xml | 48 + .../monster/21082-AmonSCaptainOfTheGuards.xml | 48 + .../npc/monster/21083-AmonSSpirits.xml | 48 + .../npc/monster/21084-BloodyLady.xml | 49 + .../npc/monster/21085-BloodySniper.xml | 48 + .../npc/monster/21086-BloodyLiviona.xml | 47 + .../npc/monster/21087-BloodyKnight.xml | 51 + .../npc/monster/21088-BloodyBanshee.xml | 48 + .../npc/monster/21089-BloodyLord.xml | 47 + .../npc/monster/21090-BloodyGuardian.xml | 50 + .../npc/monster/21091-BloodyKeeper.xml | 44 + .../npc/monster/21092-BloodyMystic.xml | 46 + .../npc/monster/21093-RatmanSubChieftain.xml | 40 + .../npc/monster/21094-RatmanChieftain.xml | 38 + .../npc/monster/21095-GiantPoisonBee.xml | 36 + .../npc/monster/21096-CloudyBeast.xml | 37 + .../npc/monster/21097-YoungAraneid.xml | 40 + .../npc/monster/21098-PlainGrizzly.xml | 36 + .../npc/monster/21099-CloudyBeastTuren.xml | 39 + .../monster/21100-LangkLizardmanSentinel.xml | 40 + .../monster/21101-LangkLizardmanShaman.xml | 40 + .../npc/monster/21102-WatchmanOfThePlains.xml | 45 + .../monster/21103-RoughlyHewnRockGolem.xml | 42 + .../monster/21104-DeluLizardmanSupplier.xml | 41 + .../21105-DeluLizardmanSpecialAgent.xml | 44 + .../npc/monster/21106-CursedSeer.xml | 41 + .../monster/21107-DeluLizardmanCommander.xml | 39 + data/templates/npc/monster/21108-GlowWisp.xml | 48 + .../npc/monster/21109-HamesOrcScout.xml | 50 + .../npc/monster/21110-MarshPredator.xml | 48 + data/templates/npc/monster/21111-LavaWyrm.xml | 49 + .../npc/monster/21112-HamesOrcFootman.xml | 50 + .../npc/monster/21113-HamesOrcSniper.xml | 49 + .../npc/monster/21114-CursedGuardian.xml | 49 + .../npc/monster/21115-HamesOrcShaman.xml | 49 + .../npc/monster/21116-HamesOrcOverlord.xml | 49 + data/templates/npc/monster/21117-KashaImp.xml | 37 + .../npc/monster/21118-BaarDreVanul.xml | 40 + .../templates/npc/monster/21119-Hobgoblin.xml | 38 + .../npc/monster/21120-KashaImpTuren.xml | 39 + .../npc/monster/21121-KashaDireWolf.xml | 36 + .../npc/monster/21122-KashaBugbear.xml | 37 + .../monster/21123-BaarDreVanulDestroyer.xml | 36 + .../npc/monster/21124-RedEyeBarbedBat.xml | 37 + .../npc/monster/21125-NorthernTrimden.xml | 37 + .../npc/monster/21126-KeropeWerewolf.xml | 41 + .../npc/monster/21127-NorthernGoblin.xml | 42 + .../npc/monster/21128-SpineGolem.xml | 39 + .../npc/monster/21129-KeropeWerewolfChief.xml | 39 + .../monster/21130-NorthernGoblinLeader.xml | 39 + .../npc/monster/21131-EnchantedSpineGolem.xml | 39 + .../npc/monster/21132-UndergroundKobold.xml | 36 + .../monster/21133-DeadPitSkeletonArcher.xml | 40 + .../npc/monster/21134-DeadPitSpartoi.xml | 38 + .../21135-UndergroundKoboldWarrior.xml | 37 + .../npc/monster/21136-DeadPitHorror.xml | 37 + .../npc/monster/21137-IronOreGolem.xml | 38 + .../npc/monster/21138-GreedyGeist.xml | 38 + .../npc/monster/21139-CatacombBarbedBat.xml | 38 + .../npc/monster/21140-CatacombWisp.xml | 37 + .../npc/monster/21141-CatacombSerpent.xml | 39 + .../npc/monster/21142-GraveKeeperSpartoi.xml | 40 + .../monster/21143-CatacombScavengerBat.xml | 39 + .../npc/monster/21144-CatacombShadow.xml | 40 + .../monster/21145-CatacombStakatoSoldier.xml | 41 + .../monster/21146-GraveKeeperDarkHorror.xml | 48 + .../npc/monster/21147-CatacombGargoyle.xml | 39 + .../npc/monster/21148-CatacombLiviona.xml | 44 + .../monster/21149-DecayedAncientPikeman.xml | 47 + .../monster/21150-DecayedAncientSoldier.xml | 47 + .../monster/21151-DecayedAncientKnight.xml | 46 + .../npc/monster/21152-PurgatoryWisp.xml | 49 + .../npc/monster/21153-PurgatorySerpent.xml | 51 + .../npc/monster/21154-HellKeeperMedusa.xml | 46 + .../npc/monster/21155-PurgatoryConjurer.xml | 47 + .../npc/monster/21156-PurgatoryShadow.xml | 50 + .../npc/monster/21157-PurgatoryTarantula.xml | 49 + .../monster/21158-HellKeeperCrimsonDoll.xml | 46 + .../npc/monster/21159-PurgatoryGargoyle.xml | 50 + .../npc/monster/21160-PurgatoryLiviona.xml | 48 + .../monster/21161-LesserAncientSoldier.xml | 48 + .../npc/monster/21162-LesserAncientScout.xml | 49 + .../npc/monster/21163-LesserAncientShaman.xml | 50 + ...1164-GuardianSpiritOfAncientHolyGround.xml | 47 + .../monster/21165-LesserAncientWarrior.xml | 45 + .../templates/npc/monster/21166-LithScout.xml | 43 + .../templates/npc/monster/21167-LithWitch.xml | 39 + .../npc/monster/21168-LithWarrior.xml | 43 + .../templates/npc/monster/21169-LithGuard.xml | 40 + .../npc/monster/21170-LithMedium.xml | 42 + .../npc/monster/21171-LithOverlord.xml | 44 + .../npc/monster/21172-LithPatrolman.xml | 49 + .../npc/monster/21173-LithShaman.xml | 44 + .../npc/monster/21174-LithCommander.xml | 43 + .../npc/monster/21175-LilimButcher.xml | 44 + .../npc/monster/21176-LilimMagus.xml | 42 + .../npc/monster/21177-LilimKnightErrant.xml | 48 + .../npc/monster/21178-LilimMarauder.xml | 48 + .../npc/monster/21179-LilimPriest.xml | 48 + .../npc/monster/21180-LilimKnight.xml | 47 + .../npc/monster/21181-LilimAssassin.xml | 46 + .../npc/monster/21182-LilimSoldier.xml | 46 + .../monster/21183-LilimKnightCommander.xml | 44 + .../npc/monster/21184-LilimSlayer.xml | 50 + .../npc/monster/21185-LilimGreatMystic.xml | 48 + .../npc/monster/21186-LilimCourtKnight.xml | 45 + .../npc/monster/21187-GigantSlave.xml | 43 + .../npc/monster/21188-GigantAcolyte.xml | 39 + .../npc/monster/21189-GigantOverseer.xml | 42 + .../npc/monster/21190-GigantFootman.xml | 41 + .../npc/monster/21191-GigantCleric.xml | 41 + .../npc/monster/21192-GigantOfficer.xml | 45 + .../npc/monster/21193-GigantRaider.xml | 48 + .../npc/monster/21194-GigantConfessor.xml | 43 + .../npc/monster/21195-GigantCommander.xml | 43 + .../npc/monster/21196-NephilimSentinel.xml | 42 + .../npc/monster/21197-NephilimPriest.xml | 41 + .../npc/monster/21198-NephilimSwordsman.xml | 47 + .../npc/monster/21199-NephilimGuard.xml | 47 + .../npc/monster/21200-NephilimBishop.xml | 48 + .../npc/monster/21201-NephilimCenturion.xml | 47 + .../npc/monster/21202-NephilimScout.xml | 44 + .../npc/monster/21203-NephilimArchbishop.xml | 47 + .../npc/monster/21204-NephilimPraetorian.xml | 43 + .../npc/monster/21205-NephilimRoyalGuard.xml | 43 + .../npc/monster/21206-NephilimCardinal.xml | 48 + .../npc/monster/21207-NephilimCommander.xml | 44 + .../npc/monster/21208-HallowedWatchman.xml | 38 + .../npc/monster/21209-HallowedSeer.xml | 36 + .../npc/monster/21210-VaultGuardian.xml | 39 + .../templates/npc/monster/21211-VaultSeer.xml | 39 + .../npc/monster/21212-HallowedSentinel.xml | 26 + .../npc/monster/21213-HallowedMonk.xml | 38 + .../npc/monster/21214-VaultSentinel.xml | 41 + .../templates/npc/monster/21215-VaultMonk.xml | 39 + .../monster/21216-OverlordOfTheHolyLands.xml | 26 + .../npc/monster/21217-HallowedPriest.xml | 39 + .../npc/monster/21218-VaultOverlord.xml | 46 + .../npc/monster/21219-VaultPriest.xml | 39 + .../npc/monster/21220-SepulcherArchon.xml | 26 + .../npc/monster/21221-SepulcherInquisitor.xml | 49 + .../npc/monster/21222-SepulcherArchon.xml | 48 + .../npc/monster/21223-SepulcherInquisitor.xml | 48 + .../npc/monster/21224-SepulcherGuardian.xml | 46 + .../npc/monster/21225-SepulcherSage.xml | 42 + .../npc/monster/21226-SepulcherGuardian.xml | 48 + .../npc/monster/21227-SepulcherSage.xml | 44 + .../npc/monster/21228-SepulcherGuard.xml | 48 + .../npc/monster/21229-SepulcherPreacher.xml | 47 + .../npc/monster/21230-SepulcherGuard.xml | 46 + .../npc/monster/21231-SepulcherPreacher.xml | 46 + .../npc/monster/21232-BarrowGuardian.xml | 26 + .../npc/monster/21233-BarrowSeer.xml | 25 + .../npc/monster/21234-GraveGuardian.xml | 25 + .../templates/npc/monster/21235-GraveSeer.xml | 25 + .../npc/monster/21236-BarrowSentinel.xml | 41 + .../npc/monster/21237-BarrowMonk.xml | 47 + .../npc/monster/21238-GraveSentinel.xml | 39 + .../templates/npc/monster/21239-GraveMonk.xml | 39 + .../npc/monster/21240-BarrowOverlord.xml | 40 + .../npc/monster/21241-BarrowPriest.xml | 40 + .../npc/monster/21242-GraveOverlord.xml | 48 + .../npc/monster/21243-GravePriest.xml | 49 + .../npc/monster/21244-CryptArchon.xml | 45 + .../npc/monster/21245-CryptInquisitor.xml | 45 + .../npc/monster/21246-TombArchon.xml | 50 + .../npc/monster/21247-TombInquisitor.xml | 50 + .../npc/monster/21248-CryptGuardian.xml | 51 + .../templates/npc/monster/21249-CryptSage.xml | 48 + .../npc/monster/21250-TombGuardian.xml | 48 + data/templates/npc/monster/21251-TombSage.xml | 50 + .../npc/monster/21252-CryptGuard.xml | 42 + .../npc/monster/21253-CryptPreacher.xml | 42 + .../templates/npc/monster/21254-TombGuard.xml | 39 + .../npc/monster/21255-TombPreacher.xml | 47 + .../npc/monster/21256-UndergroundWerewolf.xml | 41 + .../npc/monster/21257-EvilEyeSeer.xml | 36 + .../npc/monster/21258-FallenOrcShaman.xml | 26 + .../npc/monster/21259-FallenOrcShaman.xml | 45 + .../npc/monster/21260-BetrayerOrcHero.xml | 26 + .../npc/monster/21261-OlMahumTranscender.xml | 47 + .../npc/monster/21262-OlMahumTranscender.xml | 45 + .../npc/monster/21263-OlMahumTranscender.xml | 45 + .../npc/monster/21264-OlMahumTranscender.xml | 47 + .../npc/monster/21265-CaveAntLarva.xml | 40 + .../npc/monster/21266-CaveAntLarva.xml | 25 + .../npc/monster/21267-CaveAntLarva.xml | 25 + .../npc/monster/21268-CaveAntLarva.xml | 40 + data/templates/npc/monster/21269-CaveAnt.xml | 38 + .../npc/monster/21270-CaveAntSoldier.xml | 46 + data/templates/npc/monster/21271-CaveAnt.xml | 38 + .../npc/monster/21272-CaveAntSoldier.xml | 38 + .../npc/monster/21273-CaveNobleAnt.xml | 38 + .../npc/monster/21274-Kookaburra.xml | 48 + .../npc/monster/21275-Kookaburra.xml | 48 + .../npc/monster/21276-Kookaburra.xml | 48 + data/templates/npc/monster/21278-Antelope.xml | 47 + data/templates/npc/monster/21279-Antelope.xml | 47 + data/templates/npc/monster/21280-Antelope.xml | 47 + .../npc/monster/21282-Bandersnatch.xml | 47 + .../npc/monster/21283-Bandersnatch.xml | 47 + .../npc/monster/21284-Bandersnatch.xml | 47 + data/templates/npc/monster/21286-Buffalo.xml | 49 + data/templates/npc/monster/21287-Buffalo.xml | 49 + data/templates/npc/monster/21288-Buffalo.xml | 49 + data/templates/npc/monster/21290-Grendel.xml | 47 + data/templates/npc/monster/21291-Grendel.xml | 47 + data/templates/npc/monster/21292-Grendel.xml | 47 + .../npc/monster/21294-CanyonAntelope.xml | 47 + .../npc/monster/21295-CanyonAntelopeSlave.xml | 43 + .../npc/monster/21296-CanyonBandersnatch.xml | 39 + .../monster/21297-CanyonBandersnatchSlave.xml | 39 + .../npc/monster/21298-EyeOfRestrainer.xml | 51 + .../npc/monster/21299-BuffaloSlave.xml | 49 + .../npc/monster/21300-EyeOfGuide.xml | 48 + .../npc/monster/21301-GazeOfNightmare.xml | 45 + .../npc/monster/21302-EyeOfWatchman.xml | 48 + .../npc/monster/21303-Homunculus.xml | 51 + .../npc/monster/21304-GrendelSlave.xml | 49 + .../npc/monster/21305-EyeOfPilgrim.xml | 49 + .../monster/21306-DisciplesOfProtection.xml | 45 + .../npc/monster/21307-ElderHomunculus.xml | 47 + .../monster/21308-DisciplesOfPunishment.xml | 51 + .../monster/21309-DisciplesOfPunishment.xml | 51 + .../monster/21310-DisciplesOfAuthority.xml | 47 + .../monster/21311-DisciplesOfAuthority.xml | 47 + .../npc/monster/21312-EyeOfRuler.xml | 43 + .../npc/monster/21313-SlyHoundDog.xml | 44 + .../21314-HotSpringsBandersnatchling.xml | 42 + .../npc/monster/21315-HotSpringsBuffalo.xml | 44 + .../npc/monster/21316-HotSpringsFlava.xml | 44 + .../monster/21317-HotSpringsAtroxspawn.xml | 43 + .../npc/monster/21318-HotSpringsAntelope.xml | 50 + .../npc/monster/21319-HotSpringsNepenthes.xml | 39 + .../npc/monster/21320-HotSpringsYeti.xml | 43 + .../npc/monster/21321-HotSpringsAtrox.xml | 42 + .../monster/21322-HotSpringsBandersnatch.xml | 43 + .../npc/monster/21323-HotSpringsGrendel.xml | 42 + .../npc/monster/21324-KetraOrcFootman.xml | 48 + .../npc/monster/21325-KetraSWarHound.xml | 47 + .../npc/monster/21326-GrazingKookaburra.xml | 43 + .../npc/monster/21327-KetraOrcRaider.xml | 46 + .../npc/monster/21328-KetraOrcScout.xml | 51 + .../npc/monster/21329-KetraOrcShaman.xml | 42 + .../npc/monster/21330-GrazingBuffalo.xml | 49 + .../npc/monster/21331-KetraOrcWarrior.xml | 48 + .../npc/monster/21332-KetraOrcLieutenant.xml | 48 + .../npc/monster/21333-GrazingWindsus.xml | 48 + .../npc/monster/21334-KetraOrcMedium.xml | 44 + .../monster/21335-KetraOrcEliteSoldier.xml | 43 + .../monster/21336-KetraOrcWhiteCaptain.xml | 46 + .../npc/monster/21337-GrazingElderBuffalo.xml | 44 + .../npc/monster/21338-KetraOrcSeer.xml | 48 + .../npc/monster/21339-KetraOrcGeneral.xml | 44 + .../21340-KetraOrcBattalionCommander.xml | 48 + .../monster/21341-GrazingElderKookaburra.xml | 46 + .../npc/monster/21342-KetraOrcGrandSeer.xml | 50 + .../npc/monster/21343-KetraCommander.xml | 42 + .../npc/monster/21344-KetraEliteGuard.xml | 44 + .../npc/monster/21345-KetraSHeadShaman.xml | 43 + .../npc/monster/21346-KetraSHeadGuard.xml | 44 + .../npc/monster/21347-KetraProphet.xml | 45 + .../npc/monster/21348-ProphetSGuard.xml | 43 + .../npc/monster/21349-ProphetSAide.xml | 43 + .../npc/monster/21350-VarkaSilenosRecruit.xml | 43 + .../npc/monster/21351-VarkaSilenosFootman.xml | 44 + .../npc/monster/21352-GrazingAntelope.xml | 46 + .../npc/monster/21353-VarkaSilenosScout.xml | 43 + .../npc/monster/21354-VarkaSilenosHunter.xml | 45 + .../npc/monster/21355-VarkaSilenosShaman.xml | 43 + .../npc/monster/21356-GrazingNepenthes.xml | 43 + .../npc/monster/21357-VarkaSilenosPriest.xml | 43 + .../npc/monster/21358-VarkaSilenosWarrior.xml | 44 + .../npc/monster/21359-GrazingBandersnatch.xml | 43 + .../npc/monster/21360-VarkaSilenosMedium.xml | 43 + .../npc/monster/21361-VarkaSilenosMagus.xml | 46 + .../npc/monster/21362-VarkaSilenosOfficer.xml | 45 + .../npc/monster/21363-GrazingFlava.xml | 48 + .../npc/monster/21364-VarkaSilenosSeer.xml | 48 + .../monster/21365-VarkaSilenosGreatMagus.xml | 45 + .../npc/monster/21366-VarkaSilenosGeneral.xml | 45 + .../monster/21367-GrazingElderAntelope.xml | 42 + .../monster/21368-VarkaSilenosGreatSeer.xml | 44 + .../npc/monster/21369-VarkaSCommander.xml | 44 + .../npc/monster/21370-VarkaSEliteGuard.xml | 45 + .../npc/monster/21371-VarkaSHeadMagus.xml | 43 + .../npc/monster/21372-VarkaSHeadGuard.xml | 45 + .../npc/monster/21373-VarkaSProphet.xml | 44 + .../npc/monster/21374-ProphetGuard.xml | 43 + .../npc/monster/21375-DiscipleOfProphet.xml | 45 + .../monster/21376-ScarletStakatoWorker.xml | 43 + .../monster/21377-ScarletStakatoSoldier.xml | 48 + .../npc/monster/21378-ScarletStakatoNoble.xml | 43 + .../npc/monster/21379-TepraScorpion.xml | 45 + .../npc/monster/21380-TepraScarab.xml | 48 + .../npc/monster/21381-AssassinBeetle.xml | 43 + .../monster/21382-MercenaryOfDestruction.xml | 45 + .../npc/monster/21383-KnightOfDestruction.xml | 46 + .../21384-NecromancerOfDestruction.xml | 44 + .../npc/monster/21385-LavastoneGolem.xml | 45 + .../npc/monster/21386-MagmaGolem.xml | 44 + .../monster/21387-ArimanesOfDestruction.xml | 47 + .../npc/monster/21388-IblisOfDestruction.xml | 49 + .../npc/monster/21389-BalrogOfDestruction.xml | 46 + .../monster/21390-AshurasOfDestruction.xml | 47 + .../npc/monster/21391-Lavasillisk.xml | 49 + .../npc/monster/21392-BlazingIfrit.xml | 48 + .../npc/monster/21393-MagmaDrake.xml | 42 + .../npc/monster/21394-Lavasaurus.xml | 42 + .../npc/monster/21395-ElderLavasaurus.xml | 41 + .../npc/monster/21396-CarrionScarab.xml | 48 + .../npc/monster/21397-CarrionScarab.xml | 48 + .../npc/monster/21398-SoldierScarab.xml | 41 + .../npc/monster/21399-SoldierScarab.xml | 41 + .../npc/monster/21400-HexaBeetle.xml | 42 + .../npc/monster/21401-HexaBeetle.xml | 42 + data/templates/npc/monster/21402-Katraxis.xml | 42 + data/templates/npc/monster/21403-Katraxis.xml | 42 + .../npc/monster/21404-TeraBeetle.xml | 44 + .../npc/monster/21405-TeraBeetle.xml | 44 + .../npc/monster/21406-KnightOfEmpire.xml | 49 + .../npc/monster/21407-KnightOfEmpire.xml | 49 + .../npc/monster/21408-RoyalGuardOfEmpire.xml | 47 + .../npc/monster/21409-RoyalGuardOfEmpire.xml | 47 + .../npc/monster/21410-GuardianScarab.xml | 47 + .../npc/monster/21411-GuardianScarab.xml | 47 + .../templates/npc/monster/21412-Ustralith.xml | 47 + .../templates/npc/monster/21413-Ustralith.xml | 47 + .../npc/monster/21414-AssassinOfEmpire.xml | 50 + .../npc/monster/21415-AssassinOfEmpire.xml | 50 + .../npc/monster/21416-ImperialCommander.xml | 44 + .../npc/monster/21417-ImperialCommander.xml | 44 + .../npc/monster/21418-ImperialRoyalGuard.xml | 47 + .../npc/monster/21419-ImperialRoyalGuard.xml | 47 + data/templates/npc/monster/21420-Ashuras.xml | 48 + data/templates/npc/monster/21421-Ashuras.xml | 48 + .../npc/monster/21422-DancerOfEmpire.xml | 42 + .../npc/monster/21423-DancerOfEmpire.xml | 42 + data/templates/npc/monster/21424-Ashkenas.xml | 43 + data/templates/npc/monster/21425-Ashkenas.xml | 42 + data/templates/npc/monster/21426-Abraxion.xml | 43 + data/templates/npc/monster/21427-Abraxion.xml | 43 + data/templates/npc/monster/21428-Hasturan.xml | 43 + data/templates/npc/monster/21429-Hasturan.xml | 43 + data/templates/npc/monster/21430-Arimanes.xml | 46 + data/templates/npc/monster/21431-Arimanes.xml | 46 + .../npc/monster/21432-ChakramBeetle.xml | 42 + .../npc/monster/21433-JamadarBeetle.xml | 44 + .../npc/monster/21434-SeerOfBlood.xml | 44 + .../npc/monster/21435-GuideOfOffering.xml | 44 + .../npc/monster/21436-LeaderOfOffering.xml | 43 + .../npc/monster/21437-OfferingBug.xml | 42 + .../npc/monster/21438-HeathenWarrior.xml | 48 + .../npc/monster/21439-HeathenExecuted.xml | 44 + .../npc/monster/21440-HeathenArcher.xml | 51 + .../npc/monster/21441-HeathenGrunt.xml | 51 + .../npc/monster/21442-HeathenKnight.xml | 52 + .../npc/monster/21443-RaiderOfPastureland.xml | 49 + .../npc/monster/21444-RaiderOfPastureland.xml | 49 + .../npc/monster/21445-AlpineBandersnatch.xml | 47 + .../npc/monster/21446-RaiderOfPastureland.xml | 49 + .../npc/monster/21447-RaiderOfPastureland.xml | 48 + .../npc/monster/21448-RaiderOfPastureland.xml | 47 + .../npc/monster/21449-RaiderOfPastureland.xml | 44 + .../npc/monster/21450-AlpineGrendel.xml | 44 + .../npc/monster/21508-SplinterStakato.xml | 49 + .../monster/21509-SplinterStakatoWorker.xml | 46 + .../monster/21510-SplinterStakatoSoldier.xml | 44 + .../monster/21511-SplinterStakatoDrone.xml | 51 + .../monster/21512-SplinterStakatoDrone.xml | 45 + .../npc/monster/21513-NeedleStakato.xml | 49 + .../npc/monster/21514-NeedleStakatoWorker.xml | 49 + .../monster/21515-NeedleStakatoSoldier.xml | 46 + .../npc/monster/21516-NeedleStakatoDrone.xml | 44 + .../npc/monster/21517-NeedleStakatoDrone.xml | 48 + .../monster/21518-FrenzyStakatoSoldier.xml | 45 + .../npc/monster/21519-FrenzyStakatoDrone.xml | 50 + .../npc/monster/21520-EyeOfSplendor.xml | 48 + .../npc/monster/21521-ClawsOfSplendor.xml | 49 + .../npc/monster/21522-ClawsOfSplendor.xml | 48 + .../npc/monster/21523-FlashOfSplendor.xml | 52 + .../npc/monster/21524-BladeOfSplendor.xml | 49 + .../npc/monster/21525-BladeOfSplendor.xml | 46 + .../npc/monster/21526-WisdomOfSplendor.xml | 48 + .../npc/monster/21527-AngerOfSplendor.xml | 49 + .../npc/monster/21528-AngerOfSplendor.xml | 48 + .../npc/monster/21529-SoulOfSplendor.xml | 51 + .../npc/monster/21530-VictoryOfSplendor.xml | 45 + .../monster/21531-PunishmentOfSplendor.xml | 45 + .../npc/monster/21532-ShoutOfSplendor.xml | 48 + .../npc/monster/21533-AllianceOfSplendor.xml | 49 + .../npc/monster/21534-AllianceOfSplendor.xml | 48 + .../npc/monster/21535-SignetOfSplendor.xml | 49 + .../npc/monster/21536-CrownOfSplendor.xml | 44 + .../npc/monster/21537-FangOfSplendor.xml | 45 + .../npc/monster/21538-FangOfSplendor.xml | 43 + .../npc/monster/21539-WailingOfSplendor.xml | 51 + .../npc/monster/21540-WailingOfSplendor.xml | 49 + .../npc/monster/21541-PilgrimOfSplendor.xml | 50 + .../npc/monster/21542-DiscipleOfPilgrim.xml | 45 + .../npc/monster/21543-PageOfPilgrim.xml | 52 + .../npc/monster/21544-JudgeOfSplendor.xml | 49 + .../npc/monster/21545-JudgeOfFire.xml | 49 + .../npc/monster/21546-JudgeOfLight.xml | 51 + .../npc/monster/21547-CorruptedKnight.xml | 48 + .../npc/monster/21548-ResurrectedKnight.xml | 47 + .../npc/monster/21549-CorruptedGuard.xml | 49 + .../npc/monster/21550-CorruptedGuard.xml | 49 + .../npc/monster/21551-ResurrectedGuard.xml | 51 + .../npc/monster/21552-ResurrectedGuard.xml | 51 + .../npc/monster/21553-TrampledMan.xml | 50 + .../npc/monster/21554-TrampledMan.xml | 50 + .../monster/21555-SlaughterExecutioner.xml | 44 + .../monster/21556-SlaughterExecutioner.xml | 44 + .../npc/monster/21557-BoneSnatcher.xml | 49 + .../npc/monster/21558-BoneSnatcher.xml | 49 + .../templates/npc/monster/21559-BoneMaker.xml | 51 + .../npc/monster/21560-BoneShaper.xml | 50 + .../npc/monster/21561-SacrificedMan.xml | 49 + .../npc/monster/21562-GuillotineSGhost.xml | 49 + .../npc/monster/21563-BoneCollector.xml | 49 + .../npc/monster/21564-SkullCollector.xml | 46 + .../npc/monster/21565-BoneAnimator.xml | 44 + .../npc/monster/21566-SkullAnimator.xml | 45 + .../npc/monster/21567-BoneSlayer.xml | 44 + data/templates/npc/monster/21568-DevilBat.xml | 44 + data/templates/npc/monster/21569-DevilBat.xml | 44 + .../npc/monster/21570-GhostOfBetrayer.xml | 43 + .../monster/21571-GhostOfRebellionSoldier.xml | 45 + .../npc/monster/21572-BoneSweeper.xml | 45 + data/templates/npc/monster/21573-Atrox.xml | 48 + .../npc/monster/21574-BoneGrinder.xml | 42 + .../npc/monster/21575-BoneGrinder.xml | 42 + .../npc/monster/21576-GhostOfGuillotine.xml | 44 + .../npc/monster/21577-GhostOfGuillotine.xml | 44 + .../npc/monster/21578-BehemothZombie.xml | 44 + .../monster/21579-GhostOfRebellionLeader.xml | 44 + .../npc/monster/21580-BoneCaster.xml | 45 + .../npc/monster/21581-BonePuppeteer.xml | 44 + .../npc/monster/21582-VampireSoldier.xml | 45 + .../npc/monster/21583-BoneScavenger.xml | 48 + .../npc/monster/21584-BoneScavenger.xml | 48 + .../npc/monster/21585-VampireMagician.xml | 45 + .../npc/monster/21586-VampireAdept.xml | 44 + .../npc/monster/21587-VampireWarrior.xml | 45 + .../npc/monster/21588-VampireWizard.xml | 49 + .../npc/monster/21589-VampireWizard.xml | 49 + .../npc/monster/21590-VampireMagister.xml | 45 + .../npc/monster/21591-VampireMagister.xml | 45 + .../npc/monster/21592-VampireMagister.xml | 45 + .../npc/monster/21593-VampireWarlord.xml | 44 + .../npc/monster/21594-VampireWarlord.xml | 44 + .../npc/monster/21595-VampireWarlord.xml | 44 + .../npc/monster/21596-RequiemLord.xml | 46 + .../npc/monster/21597-RequiemBehemoth.xml | 44 + .../npc/monster/21598-RequiemBehemoth.xml | 49 + .../npc/monster/21599-RequiemPriest.xml | 44 + .../npc/monster/21600-RequiemBehemoth.xml | 48 + .../npc/monster/21601-RequiemBehemoth.xml | 49 + .../npc/monster/21602-ZakenSPikeman.xml | 51 + .../npc/monster/21603-ZakenSPikeman.xml | 51 + .../npc/monster/21604-ZakenSElitePikeman.xml | 41 + .../npc/monster/21605-ZakenSArcher.xml | 45 + .../npc/monster/21606-ZakenSArcher.xml | 45 + .../npc/monster/21607-ZakenSEliteArcher.xml | 46 + .../npc/monster/21608-ZakenSWatchman.xml | 49 + .../npc/monster/21609-ZakenSWatchman.xml | 49 + .../monster/21610-ZakenSHighGradeWatchman.xml | 45 + .../npc/monster/21611-UnpleasantHumming.xml | 49 + .../npc/monster/21612-UnpleasantHumming.xml | 49 + .../npc/monster/21613-UnpleasantShout.xml | 45 + .../npc/monster/21614-DeathFlyer.xml | 46 + .../npc/monster/21615-DeathFlyer.xml | 46 + .../npc/monster/21616-GiganticFlyer.xml | 47 + .../npc/monster/21617-FiendArcher.xml | 47 + .../npc/monster/21618-FiendArcher.xml | 47 + .../templates/npc/monster/21619-PitArcher.xml | 45 + data/templates/npc/monster/21620-Musveren.xml | 47 + data/templates/npc/monster/21621-Musveren.xml | 47 + .../npc/monster/21622-GreaterMusveren.xml | 48 + .../npc/monster/21623-ZakenSGuard.xml | 46 + .../npc/monster/21624-ZakenSGuard.xml | 46 + .../npc/monster/21625-ZakenSEliteGuard.xml | 26 + .../templates/npc/monster/21626-KaimVanul.xml | 49 + .../templates/npc/monster/21627-KaimVanul.xml | 49 + .../npc/monster/21628-KaimVanulLad.xml | 58 ++ .../npc/monster/21629-PirateZombieCaptain.xml | 57 ++ .../npc/monster/21630-PirateZombieCaptain.xml | 57 ++ .../21631-ZombieCaptainSSpiritualBody.xml | 51 + .../npc/monster/21632-DollBlader.xml | 50 + .../npc/monster/21633-DollBlader.xml | 50 + .../npc/monster/21634-CrimsonDollBlader.xml | 46 + .../npc/monster/21635-ValeMaster.xml | 57 ++ .../npc/monster/21636-ValeMaster.xml | 57 ++ .../npc/monster/21637-CrimsonValeMaster.xml | 46 + .../templates/npc/monster/21638-DreadWolf.xml | 41 + .../npc/monster/21639-TasabaLizardman.xml | 44 + .../monster/21640-TasabaLizardmanShaman.xml | 26 + data/templates/npc/monster/21641-Ogre.xml | 50 + .../monster/21642-TasabaLizardmanSniper.xml | 40 + .../monster/21643-TasabaLizardmanSniper.xml | 40 + data/templates/npc/monster/21644-Lienrik.xml | 43 + .../npc/monster/21645-LienrikLad.xml | 46 + .../npc/monster/21646-GraveScarab.xml | 48 + .../npc/monster/21647-ScavengerScarab.xml | 47 + data/templates/npc/monster/21648-GraveAnt.xml | 48 + .../npc/monster/21649-ScavengerAnt.xml | 46 + .../npc/monster/21650-ShrineKnight.xml | 44 + .../npc/monster/21651-ShrineGuard.xml | 50 + .../npc/monster/21652-ScarletStakatoNoble.xml | 43 + .../npc/monster/21653-AssassinBeetle.xml | 42 + .../21654-NecromancerOfDestruction.xml | 47 + .../monster/21655-ArimanesOfDestruction.xml | 46 + .../monster/21656-AshurasOfDestruction.xml | 47 + .../npc/monster/21657-MagmaDrake.xml | 45 + .../monster/21658-PunishmentOfSplendor.xml | 49 + .../npc/monster/21797-SpiritOfTiminiel.xml | 46 + .../npc/monster/21798-GhostOfAGatekeeper.xml | 48 + .../npc/monster/21799-GhostOfAGatekeeper.xml | 44 + .../npc/monster/21800-VassalGhost.xml | 49 + .../21823-ExecutorOfSacrificialOfferings.xml | 42 + data/templates/npc/monster/22001-GrimWolf.xml | 37 + .../npc/monster/22002-GrimGrizzly.xml | 37 + .../npc/monster/22003-GraveRobberScout.xml | 39 + .../npc/monster/22004-GraveRobberLookout.xml | 46 + .../npc/monster/22005-GraveRobberRanger.xml | 39 + .../npc/monster/22006-GraveRobberGuard.xml | 39 + .../npc/monster/22007-GhostOfASoldier.xml | 48 + .../npc/monster/22008-GraveRobberFighter.xml | 42 + .../npc/monster/22009-GhostOfALoyalVassal.xml | 43 + .../npc/monster/22010-GhostOfAGeneral.xml | 39 + .../npc/monster/22011-GhostOfABaturChief.xml | 43 + .../npc/monster/22012-GhostOfABaturChief.xml | 43 + .../npc/monster/22013-GhostOfAMorekChief.xml | 43 + .../npc/monster/22014-GhostOfAMorekChief.xml | 44 + .../npc/monster/22015-GhostOfATurkaChief.xml | 39 + .../npc/monster/22016-GhostOfATurkaChief.xml | 39 + .../npc/monster/22017-BanditSweeper.xml | 42 + .../npc/monster/22018-BanditHound.xml | 37 + .../npc/monster/22019-BanditWatchman.xml | 46 + data/templates/npc/monster/22020-SnowLynx.xml | 43 + .../npc/monster/22021-BanditUndertaker.xml | 42 + .../npc/monster/22022-BanditAssassin.xml | 42 + .../npc/monster/22023-BanditWarrior.xml | 43 + .../npc/monster/22024-BanditInspector.xml | 41 + .../monster/22025-FrozenWastelandWerewolf.xml | 42 + .../npc/monster/22026-BanditCaptain.xml | 43 + .../npc/monster/22027-ForgottenCrewman.xml | 38 + .../npc/monster/22028-VagabondOfTheRuins.xml | 43 + data/templates/npc/monster/22029-RagnaOrc.xml | 51 + .../npc/monster/22030-RagnaOrcShaman.xml | 39 + .../npc/monster/22031-RagnaOrcArcher.xml | 39 + .../npc/monster/22032-RagnaOrcWarrior.xml | 47 + .../npc/monster/22033-RagnaOrcMage.xml | 46 + .../npc/monster/22034-RagnaOrcMage.xml | 46 + .../npc/monster/22035-RagnaOrcMage.xml | 46 + .../npc/monster/22036-RagnaOrcMage.xml | 46 + .../npc/monster/22037-RagnaOrcHealer.xml | 46 + .../npc/monster/22038-RagnaOrcHero.xml | 46 + .../npc/monster/22039-RagnaOrcCommander.xml | 51 + .../npc/monster/22040-RagnaOrcSniper.xml | 47 + .../npc/monster/22041-RagnaOrcSorcerer.xml | 58 ++ .../npc/monster/22042-RagnaOrcSorcerer.xml | 58 ++ .../npc/monster/22043-RagnaOrcSorcerer.xml | 59 ++ .../npc/monster/22044-RagnaOrcSorcerer.xml | 58 ++ .../npc/monster/22045-DarkCorpse.xml | 52 + .../npc/monster/22046-VarangkaSDreVanul.xml | 47 + .../monster/22047-GuardianOfTheGhostTown.xml | 41 + .../npc/monster/22048-DarkSpider.xml | 43 + .../npc/monster/22049-VarangkaSSuccubus.xml | 47 + .../npc/monster/22050-ProbeGolemProdigyIv.xml | 45 + .../npc/monster/22051-SpelunkingSpider.xml | 52 + .../monster/22052-MenacingJackhammerGolem.xml | 46 + .../monster/22053-HorrifyingCannonGolemI.xml | 47 + .../monster/22054-HorrifyingCannonGolemIv.xml | 53 + .../npc/monster/22055-CruelViceGolem.xml | 48 + .../npc/monster/22056-ProbeGolemChampionI.xml | 44 + .../npc/monster/22057-SpelunkingAnt.xml | 47 + .../22058-HorrifyingExcavatorGolemIii.xml | 48 + .../22059-BloodthirstyGinzuGolemVii.xml | 43 + .../monster/22060-HorrifyingCannonGolem.xml | 55 + .../22061-HorrifyingCannonGolemIii.xml | 25 + .../22062-HorrifyingJackhammerGolem.xml | 45 + .../npc/monster/22063-GinzuGolemProdigyX.xml | 55 + .../22064-BloodthirstyGinzuGolemIi.xml | 43 + .../monster/22065-HorrifyingGinzuGolemV.xml | 42 + .../monster/22066-HorrifyingCannonGolemVi.xml | 34 + .../monster/22067-HorrifyingCannonGolemVi.xml | 34 + .../monster/22068-HorrifyingCannonGolemVi.xml | 34 + .../monster/22069-HorrifyingCannonGolemVi.xml | 34 + .../monster/22070-HorrifyingCannonGolemVi.xml | 34 + .../monster/22071-HorrifyingCannonGolemVi.xml | 34 + .../monster/22072-HorrifyingCannonGolemVi.xml | 55 + .../monster/22073-HorrifyingCannonGolemVi.xml | 34 + .../npc/monster/22074-EpicCannonGolem.xml | 47 + .../monster/22075-EpicCannonGolemAdjunct.xml | 44 + .../npc/monster/22076-DeadlyGinzuGolemV.xml | 47 + .../22077-HorrifyingGinzuGolemViii.xml | 55 + .../monster/22078-DeadlyGinzuGolemViii.xml | 37 + .../npc/monster/22079-LostBandersnatch.xml | 45 + .../monster/22080-MassiveMazeBandersnatch.xml | 47 + .../npc/monster/22081-LostWatcher.xml | 55 + .../npc/monster/22082-ElderLostWatcher.xml | 45 + .../npc/monster/22083-BabyPanthera.xml | 47 + data/templates/npc/monster/22084-Panthera.xml | 47 + .../npc/monster/22085-LostGargoyle.xml | 48 + .../monster/22086-LostGargoyleYoungling.xml | 48 + .../npc/monster/22087-PronghornSpirit.xml | 46 + .../templates/npc/monster/22088-Pronghorn.xml | 48 + .../npc/monster/22089-IceTarantula.xml | 49 + .../npc/monster/22090-FrostTarantula.xml | 49 + .../npc/monster/22091-LostIronGolem.xml | 49 + .../npc/monster/22092-FrostIronGolem.xml | 47 + .../npc/monster/22093-LostBuffalo.xml | 48 + .../npc/monster/22094-FrostBuffalo.xml | 49 + data/templates/npc/monster/22095-UrsusCub.xml | 47 + data/templates/npc/monster/22096-Ursus.xml | 52 + data/templates/npc/monster/22097-LostYeti.xml | 52 + .../templates/npc/monster/22098-FrostYeti.xml | 49 + .../npc/monster/22099-FreyaSBuffalo.xml | 47 + .../npc/monster/22100-FreyaSGardener.xml | 47 + .../npc/monster/22101-FreyaSServant.xml | 49 + .../npc/monster/22102-FreyaSServant.xml | 45 + .../npc/monster/22103-FreyaSWhiteBear.xml | 50 + .../templates/npc/monster/22104-FreyaSDog.xml | 49 + .../npc/monster/22105-SpikedStakato.xml | 49 + .../npc/monster/22106-SpikedStakatoWorker.xml | 51 + .../npc/monster/22107-SpikedStakatoGuard.xml | 43 + .../npc/monster/22108-FemaleSpikedStakato.xml | 45 + .../npc/monster/22109-MaleSpikedStakato.xml | 44 + .../npc/monster/22110-MaleSpikedStakato.xml | 45 + .../monster/22111-SpikedStakatoSorcerer.xml | 50 + .../22112-CannibalisticStakatoFollower.xml | 44 + .../22113-CannibalisticStakatoLeader.xml | 48 + .../22114-CannibalisticStakatoLeader.xml | 47 + .../monster/22115-SpikedStakatoSoldier.xml | 47 + .../npc/monster/22116-SpikedStakatoDrone.xml | 43 + .../monster/22117-SpikedStakatoCaptain.xml | 44 + .../npc/monster/22118-SpikedStakatoNurse.xml | 47 + .../npc/monster/22119-SpikedStakatoNurse.xml | 47 + .../npc/monster/22120-SpikedStakatoBaby.xml | 48 + .../npc/monster/22121-SpikedStakatoShaman.xml | 43 + .../npc/monster/22122-MonasticPilgrim.xml | 46 + .../npc/monster/22123-MonasticCrusader.xml | 46 + .../npc/monster/22124-SolinaBrother.xml | 47 + .../npc/monster/22125-SolinaLayBrother.xml | 39 + .../npc/monster/22126-SilentSeeker.xml | 45 + .../npc/monster/22127-SilentBrother.xml | 46 + .../npc/monster/22128-MonasteryGuardian.xml | 39 + .../npc/monster/22129-WarriorMonk.xml | 42 + .../npc/monster/22130-DivineAdvocate.xml | 44 + .../npc/monster/22131-PilgrimOfLight.xml | 42 + .../npc/monster/22132-JudgeOfLight.xml | 47 + .../npc/monster/22133-GuardianOfTheGrail.xml | 40 + .../monster/22134-GuardianOfTheHolyLand.xml | 44 + .../npc/monster/22135-BeholderOfLight.xml | 47 + .../npc/monster/22136-GatekeeperZombie.xml | 26 + .../npc/monster/22137-PenanceGuard.xml | 41 + .../npc/monster/22138-ChapelGuard.xml | 45 + .../monster/22139-OldAristocratSSoldier.xml | 39 + .../npc/monster/22140-ZombieWorker.xml | 48 + .../npc/monster/22141-ForgottenVictim.xml | 48 + .../npc/monster/22142-TriolSLayperson.xml | 45 + .../npc/monster/22143-TriolSBeliever.xml | 47 + .../monster/22144-ResurrectedTempleKnight.xml | 47 + .../npc/monster/22145-RitualSacrifice.xml | 44 + .../npc/monster/22146-TriolSPriest.xml | 42 + .../npc/monster/22147-RitualOffering.xml | 46 + .../npc/monster/22148-TriolSBeliever.xml | 40 + .../npc/monster/22149-RitualOffering.xml | 48 + .../npc/monster/22150-TriolSBeliever.xml | 43 + .../npc/monster/22151-TriolSPriest.xml | 45 + .../npc/monster/22152-TempleGuard.xml | 44 + .../npc/monster/22153-TempleGuardCaptain.xml | 48 + .../npc/monster/22154-RitualSacrifice.xml | 44 + .../npc/monster/22155-TriolSHighPriest.xml | 42 + .../npc/monster/22156-TriolSPriest.xml | 47 + .../npc/monster/22157-TriolSPriest.xml | 44 + .../npc/monster/22158-TriolSBeliever.xml | 49 + .../npc/monster/22159-TriolSHighPriest.xml | 45 + .../npc/monster/22160-TriolSPriest.xml | 43 + .../npc/monster/22161-RitualSacrifice.xml | 47 + .../npc/monster/22162-TriolSBeliever.xml | 43 + .../npc/monster/22163-TriolSHighPriest.xml | 43 + .../npc/monster/22164-TriolSBeliever.xml | 44 + .../npc/monster/22165-TriolSPriest.xml | 49 + .../npc/monster/22166-TriolSBeliever.xml | 44 + .../npc/monster/22167-TriolSHighPriest.xml | 41 + .../npc/monster/22168-TriolSPriest.xml | 42 + .../npc/monster/22169-RitualSacrifice.xml | 45 + .../npc/monster/22170-TriolSBeliever.xml | 41 + .../npc/monster/22171-TriolSHighPriest.xml | 46 + .../npc/monster/22172-RitualSacrifice.xml | 47 + .../npc/monster/22173-TriolSPriest.xml | 42 + .../npc/monster/22174-TriolSPriest.xml | 43 + .../22175-AndreasCaptainOfTheRoyalGuard.xml | 42 + .../npc/monster/22176-AndreasRoyalGuards.xml | 43 + .../22188-AndreasCaptainOfTheRoyalGuard.xml | 46 + .../npc/monster/22189-AndreasRoyalGuards.xml | 45 + .../npc/monster/22190-RitualSacrifice.xml | 29 + .../22191-AndreasCaptainOfTheRoyalGuard.xml | 26 + .../npc/monster/22192-AndreasRoyalGuards.xml | 26 + .../npc/monster/22193-AndreasRoyalGuards.xml | 26 + .../npc/monster/22194-PenanceGuard.xml | 26 + .../npc/monster/22195-RitualSacrifice.xml | 25 + .../npc/monster/22196-Velociraptor.xml | 46 + .../npc/monster/22197-Velociraptor.xml | 44 + .../npc/monster/22198-Velociraptor.xml | 43 + .../templates/npc/monster/22199-Pterosaur.xml | 46 + .../npc/monster/22200-Ornithomimus.xml | 48 + .../npc/monster/22201-Ornithomimus.xml | 46 + .../npc/monster/22202-Ornithomimus.xml | 45 + .../npc/monster/22203-Deinonychus.xml | 42 + .../npc/monster/22204-Deinonychus.xml | 42 + .../npc/monster/22205-Deinonychus.xml | 42 + .../npc/monster/22208-Pachycephalosaurus.xml | 40 + .../npc/monster/22209-Pachycephalosaurus.xml | 40 + .../npc/monster/22210-Pachycephalosaurus.xml | 39 + .../npc/monster/22211-WildStrider.xml | 38 + .../npc/monster/22212-WildStrider.xml | 38 + .../npc/monster/22213-WildStrider.xml | 38 + data/templates/npc/monster/22214-Elroki.xml | 48 + .../npc/monster/22215-Tyrannosaurus.xml | 42 + .../npc/monster/22216-Tyrannosaurus.xml | 42 + .../npc/monster/22217-Tyrannosaurus.xml | 42 + .../npc/monster/22218-Velociraptor.xml | 46 + .../npc/monster/22219-Ornithomimus.xml | 46 + .../npc/monster/22220-Deinonychus.xml | 42 + .../npc/monster/22221-Pachycephalosaurus.xml | 42 + .../npc/monster/22222-WildStrider.xml | 40 + .../npc/monster/22223-Velociraptor.xml | 37 + .../npc/monster/22224-Ornithomimus.xml | 42 + .../npc/monster/22225-Deinonychus.xml | 42 + .../npc/monster/22226-Pachycephalosaurus.xml | 40 + .../npc/monster/22227-WildStrider.xml | 38 + data/templates/npc/monster/22228-GreyElpy.xml | 40 + .../npc/monster/22229-YoungGreyKeltir.xml | 37 + .../npc/monster/22230-GreyKeltir.xml | 36 + .../npc/monster/22231-DominantGreyKeltir.xml | 36 + .../templates/npc/monster/22232-BlackWolf.xml | 36 + .../npc/monster/22233-DominantBlackWolf.xml | 35 + .../npc/monster/22234-GreenGoblin.xml | 37 + .../npc/monster/22235-MountainWerewolf.xml | 38 + .../npc/monster/22236-MuertosArcher.xml | 37 + .../npc/monster/22237-MountainFungus.xml | 37 + .../monster/22238-MountainWerewolfChief.xml | 39 + .../npc/monster/22239-MuertosGuard.xml | 37 + .../npc/monster/22240-MuertosScout.xml | 37 + data/templates/npc/monster/22241-Colossus.xml | 35 + .../npc/monster/22242-MuertosWarrior.xml | 38 + .../npc/monster/22243-MuertosCaptain.xml | 37 + .../npc/monster/22244-CrimsonSpider.xml | 37 + .../npc/monster/22245-MuertosLieutenant.xml | 36 + .../npc/monster/22246-MuertosCommander.xml | 38 + .../npc/monster/22247-GrottoGolem.xml | 37 + .../npc/monster/22248-ShadyMuertos.xml | 37 + .../npc/monster/22249-ShadyMuertosGuard.xml | 39 + .../npc/monster/22250-GrottoLeopard.xml | 38 + .../npc/monster/22251-ShadyMuertosCaptain.xml | 36 + .../npc/monster/22252-GrottoGrizzly.xml | 38 + .../npc/monster/22253-ShadyMuertosWarrior.xml | 39 + .../npc/monster/22254-ShadyMuertosArcher.xml | 40 + .../monster/22255-ShadyMuertosCommander.xml | 39 + .../npc/monster/22256-ShadyMuertosWizard.xml | 38 + .../npc/monster/22257-IslandGuardian.xml | 51 + .../npc/monster/22258-WhiteSandMirage.xml | 44 + .../npc/monster/22259-MuddyCoral.xml | 49 + data/templates/npc/monster/22260-Kleopora.xml | 37 + .../npc/monster/22261-Seychelles.xml | 36 + data/templates/npc/monster/22262-Naiad.xml | 51 + .../npc/monster/22263-Sonneratia.xml | 44 + data/templates/npc/monster/22264-Castalia.xml | 42 + .../npc/monster/22265-Chrysocolla.xml | 44 + data/templates/npc/monster/22266-Pythia.xml | 42 + .../npc/monster/22267-DarkWaterDragon.xml | 38 + data/templates/npc/monster/22268-Shade.xml | 44 + data/templates/npc/monster/22269-Shade.xml | 43 + .../monster/22270-WaterDragonDetractor.xml | 49 + .../monster/22271-WaterDragonDetractor.xml | 45 + .../npc/monster/22272-BelethSMinion.xml | 43 + .../npc/monster/22273-BelethSMinion.xml | 39 + .../npc/monster/22274-BelethSMinion.xml | 40 + .../npc/monster/22275-GatekeeperLohan.xml | 45 + .../monster/22276-GatekeeperOfTheSquare.xml | 50 + .../npc/monster/22277-GatekeeperProvo.xml | 40 + .../npc/monster/22278-GatekeeperOfFire.xml | 40 + .../npc/monster/22279-ChromaticDetainee.xml | 44 + .../npc/monster/22280-RodoKnight.xml | 49 + .../npc/monster/22281-PlazaCaiman.xml | 39 + .../npc/monster/22282-ChromaticDetainee.xml | 42 + .../npc/monster/22283-EmeraldAlligar.xml | 41 + .../npc/monster/22284-ChromaticDetainee.xml | 46 + .../npc/monster/22285-ChromaticDetainee.xml | 43 + .../npc/monster/22286-PlazaGaviel.xml | 46 + .../npc/monster/22287-CrystallineUnicorn.xml | 43 + .../npc/monster/22288-EmeraldBoar.xml | 44 + .../templates/npc/monster/22289-PlazaHelm.xml | 50 + .../npc/monster/22290-TerodSMinion.xml | 46 + .../npc/monster/22291-WeylinSMinion.xml | 40 + .../npc/monster/22292-Tourmaline.xml | 43 + data/templates/npc/monster/22293-Spinel.xml | 40 + data/templates/npc/monster/22294-FireOpal.xml | 39 + .../templates/npc/monster/22295-ReefGolem.xml | 41 + .../templates/npc/monster/22296-ReefGolem.xml | 43 + .../templates/npc/monster/22297-ReefGolem.xml | 42 + data/templates/npc/monster/22298-Weylin.xml | 50 + data/templates/npc/monster/22299-Dolph.xml | 45 + .../npc/monster/22300-DolphSMinion.xml | 43 + data/templates/npc/monster/22301-Terod.xml | 44 + .../npc/monster/22302-DarnelSGuardian.xml | 44 + .../npc/monster/22303-GuardianOfTheSquare.xml | 39 + .../monster/22304-GuardianOfTheEmerald.xml | 43 + .../npc/monster/22305-KechiSCaptain.xml | 39 + .../npc/monster/22306-KechiSCaptain.xml | 39 + .../npc/monster/22307-KechiSCaptain.xml | 44 + .../npc/monster/22308-KechiSGuard.xml | 40 + .../npc/monster/22309-KechiSGuard.xml | 42 + .../npc/monster/22310-KechiSGuard.xml | 42 + .../npc/monster/22311-ParmeSGuardian.xml | 48 + .../npc/monster/22312-FafurionSHenchman.xml | 45 + .../npc/monster/22313-GardenStakato.xml | 46 + .../npc/monster/22314-GardenPoisonMoth.xml | 44 + .../npc/monster/22315-GardenGuard.xml | 45 + .../npc/monster/22316-GardenGuardianTree.xml | 39 + .../npc/monster/22317-GardenCastalia.xml | 50 + .../npc/monster/22320-JuniorWatchman.xml | 43 + .../npc/monster/22321-JuniorSummoner.xml | 46 + .../npc/monster/22322-SubjugatedNative.xml | 48 + .../npc/monster/22323-CharmedNative.xml | 51 + .../npc/monster/22324-BlindHuntsman.xml | 45 + .../npc/monster/22325-BlindWatchman.xml | 46 + .../templates/npc/monster/22326-Hellinark.xml | 45 + .../npc/monster/22327-ArcaneScout.xml | 49 + .../npc/monster/22328-ArcaneGuardian.xml | 46 + .../npc/monster/22329-ArcaneWatchman.xml | 42 + .../npc/monster/22330-RemnantWraith.xml | 45 + .../npc/monster/22334-SandScorpion.xml | 49 + .../npc/monster/22335-DesertScorpion.xml | 44 + .../templates/npc/monster/22336-SandDevil.xml | 50 + .../npc/monster/22337-Desiccator.xml | 47 + .../npc/monster/22339-WanderingCaravan.xml | 43 + .../templates/npc/monster/22340-Sandstorm.xml | 45 + data/templates/npc/monster/22341-Keltas.xml | 47 + .../npc/monster/22342-DarionSEnforcer.xml | 42 + .../npc/monster/22343-DarionSExecutioner.xml | 42 + .../npc/monster/22344-QuarrySupervisor.xml | 46 + .../npc/monster/22345-QuarryBowman.xml | 44 + .../npc/monster/22346-QuarryForeman.xml | 48 + .../npc/monster/22347-QuarryPatrolman.xml | 43 + .../npc/monster/22349-ChimeraOfEarth.xml | 44 + .../npc/monster/22350-ChimeraOfDarkness.xml | 45 + .../npc/monster/22351-ChimeraOfWind.xml | 51 + .../npc/monster/22352-ChimeraOfFire.xml | 47 + data/templates/npc/monster/22353-Celtus.xml | 43 + .../npc/monster/22355-EnceinteDefender.xml | 45 + .../npc/monster/22356-EnceinteDefender.xml | 43 + .../npc/monster/22357-EnceinteDefender.xml | 45 + .../npc/monster/22358-EnceinteDefender.xml | 40 + .../templates/npc/monster/22359-TownGuard.xml | 40 + .../npc/monster/22360-TownPatrolman.xml | 47 + .../monster/22361-SteelCitadelKeymaster.xml | 44 + data/templates/npc/monster/22362-Guzen.xml | 49 + .../npc/monster/22363-BodyDestroyer.xml | 46 + .../npc/monster/22364-SoulDominator.xml | 49 + .../npc/monster/22365-LabyrinthWatchman.xml | 44 + .../npc/monster/22366-LabyrinthWatchman.xml | 44 + .../npc/monster/22367-LabyrinthMystic.xml | 49 + .../npc/monster/22368-LabyrinthCaptain.xml | 47 + .../npc/monster/22369-LabyrinthSeer.xml | 49 + .../npc/monster/22370-PassagewayCaptain.xml | 47 + .../npc/monster/22371-PassagewayGuards.xml | 48 + .../npc/monster/22372-PassagewayMystic.xml | 47 + .../npc/monster/22373-CosmicScout.xml | 44 + .../npc/monster/22374-CosmicWatcher.xml | 49 + .../npc/monster/22375-CosmicPriest.xml | 50 + .../npc/monster/22376-CosmicLord.xml | 46 + .../npc/monster/22377-MasterZelos.xml | 41 + .../npc/monster/22378-MasterSMinion.xml | 40 + .../npc/monster/22379-MasterSMinion.xml | 44 + .../npc/monster/22380-MasterFestina.xml | 49 + .../npc/monster/22381-MasterSGuard.xml | 46 + .../npc/monster/22382-MasterSGuard.xml | 43 + .../templates/npc/monster/22383-TullySToy.xml | 50 + .../npc/monster/22384-MysticSToy.xml | 25 + .../npc/monster/22385-TullySGolemGuard.xml | 42 + .../npc/monster/22386-FoundryMystic.xml | 48 + .../npc/monster/22387-FoundryMystic.xml | 41 + .../npc/monster/22388-FoundrySpiritGuard.xml | 44 + .../npc/monster/22390-FoundryForeman.xml | 41 + .../22391-FoundryAssistantOverseer.xml | 40 + ...392-FailedExperimentalTimetwisterGolem.xml | 25 + .../npc/monster/22393-BelethSFollower.xml | 26 + .../npc/monster/22394-BelethSDevotee.xml | 25 + .../npc/monster/22395-BelethSProjection.xml | 26 + .../npc/monster/22396-FoundryLaborer.xml | 25 + .../npc/monster/22397-FoundryForeman.xml | 25 + .../npc/monster/22398-LesserEvil.xml | 26 + .../npc/monster/22399-GreaterEvil.xml | 26 + .../npc/monster/22400-ParmeSHealer.xml | 26 + .../npc/monster/22401-ParmeSHealer.xml | 26 + .../npc/monster/22402-ShadowColumn.xml | 25 + .../npc/monster/22403-FoundryForeman.xml | 25 + .../npc/monster/22404-ArcaneCaptain.xml | 25 + .../monster/22405-DarionSFaithfulServant.xml | 25 + .../monster/22406-DarionSFaithfulServant.xml | 25 + .../monster/22407-DarionSFaithfulServant.xml | 25 + .../monster/22408-DarionSFaithfulServant.xml | 25 + .../monster/22409-DarionSFaithfulServant.xml | 25 + .../monster/22410-DarionSFaithfulServant.xml | 25 + .../npc/monster/22411-BelethSRetainer.xml | 25 + .../npc/monster/22412-BelethSFighter.xml | 26 + .../npc/monster/22413-BelethSLowServant.xml | 25 + .../npc/monster/22414-BelethSFollower.xml | 26 + .../npc/monster/22415-BelethSDevotee.xml | 25 + .../npc/monster/22416-KechiSCaptain.xml | 25 + .../npc/monster/22417-KechiSGuard.xml | 25 + .../npc/monster/22418-BurningIris.xml | 46 + .../templates/npc/monster/22419-FlameIris.xml | 47 + .../npc/monster/22420-BrimstoneIris.xml | 47 + .../npc/monster/22422-FailanSGuard.xml | 25 + .../npc/monster/22423-OriginalSinWarden.xml | 47 + .../npc/monster/22424-SlaveOfGreed.xml | 46 + .../npc/monster/22425-SlaveOfLust.xml | 46 + .../npc/monster/22426-SlaveOfWrath.xml | 50 + .../npc/monster/22427-SlaveOfSloth.xml | 47 + .../npc/monster/22428-SlaveOfEnvy.xml | 48 + .../npc/monster/22429-SlaveOfPride.xml | 49 + .../npc/monster/22430-SlaveOfGluttony.xml | 46 + .../npc/monster/22431-OriginalSinWarden.xml | 43 + .../npc/monster/22432-SlaveOfGreed.xml | 45 + .../npc/monster/22433-SlaveOfLust.xml | 43 + .../npc/monster/22434-SlaveOfWrath.xml | 45 + .../npc/monster/22435-SlaveOfSloth.xml | 47 + .../npc/monster/22436-SlaveOfEnvy.xml | 46 + .../npc/monster/22437-SlaveOfPride.xml | 46 + .../npc/monster/22438-SlaveOfGluttony.xml | 43 + .../npc/monster/22439-BelethSAssassin.xml | 26 + .../npc/monster/22440-BelethSAssassin.xml | 26 + .../npc/monster/22441-BelethSMinion.xml | 26 + .../npc/monster/22442-BelethSMinion.xml | 26 + .../npc/monster/22443-KertangSMessenger.xml | 25 + .../npc/monster/22444-KertangSMessenger.xml | 25 + .../npc/monster/22445-KertangSMessenger.xml | 25 + .../npc/monster/22446-KertangSMessenger.xml | 25 + .../npc/monster/22447-KertangSMessenger.xml | 25 + data/templates/npc/monster/22448-Leodas.xml | 27 + data/templates/npc/monster/22449-Amaskari.xml | 42 + .../npc/monster/22450-TorturedNative.xml | 41 + .../npc/monster/22451-NativeEliteSoldier.xml | 26 + .../npc/monster/22452-WhiteSkullKanabion.xml | 29 + .../npc/monster/22453-WhiteSkullKanabion.xml | 30 + .../npc/monster/22454-WhiteSkullKanabion.xml | 30 + .../npc/monster/22455-BegrudgedKanabion.xml | 29 + .../npc/monster/22456-BegrudgedKanabion.xml | 30 + .../npc/monster/22457-BegrudgedKanabion.xml | 30 + .../npc/monster/22458-RottenKanabion.xml | 28 + .../npc/monster/22459-RottenKanabion.xml | 29 + .../npc/monster/22460-RottenKanabion.xml | 29 + .../npc/monster/22461-GluttonousKanabion.xml | 29 + .../npc/monster/22462-GluttonousKanabion.xml | 29 + .../npc/monster/22463-GluttonousKanabion.xml | 30 + .../npc/monster/22464-CallousKanabion.xml | 29 + .../npc/monster/22465-CallousKanabion.xml | 30 + .../npc/monster/22466-CallousKanabion.xml | 30 + .../npc/monster/22467-SavageKanabion.xml | 29 + .../npc/monster/22468-SavageKanabion.xml | 30 + .../npc/monster/22469-SavageKanabion.xml | 30 + .../npc/monster/22470-PeerlessKanabion.xml | 29 + .../npc/monster/22471-PeerlessKanabion.xml | 30 + .../npc/monster/22472-PeerlessKanabion.xml | 30 + .../npc/monster/22473-MassiveKanabion.xml | 29 + .../npc/monster/22474-MassiveKanabion.xml | 30 + .../npc/monster/22475-MassiveKanabion.xml | 30 + .../npc/monster/22476-FerventKanabion.xml | 29 + .../npc/monster/22477-FerventKanabion.xml | 30 + .../npc/monster/22478-FerventKanabion.xml | 30 + .../npc/monster/22479-RupturedKanabion.xml | 28 + .../npc/monster/22480-RupturedKanabion.xml | 29 + .../npc/monster/22481-RupturedKanabion.xml | 29 + .../npc/monster/22482-SwordKanabion.xml | 28 + .../npc/monster/22483-SwordKanabion.xml | 29 + .../npc/monster/22484-SwordKanabion.xml | 29 + .../npc/monster/22485-LostWatcher.xml | 26 + .../npc/monster/22486-LostWatcher.xml | 26 + .../npc/monster/22487-LostBeholder.xml | 26 + .../npc/monster/22488-LostWatcher.xml | 26 + .../npc/monster/22489-LostWatcher.xml | 26 + .../npc/monster/22490-LostBeholder.xml | 26 + .../npc/monster/22491-LostWatcher.xml | 25 + .../npc/monster/22492-LostWatcher.xml | 25 + .../npc/monster/22493-LostBeholder.xml | 25 + .../npc/monster/22494-LostWatcher.xml | 26 + .../npc/monster/22495-LostWatcher.xml | 26 + .../npc/monster/22496-LostBeholder.xml | 25 + .../npc/monster/22497-LostWatcher.xml | 25 + .../npc/monster/22498-LostWatcher.xml | 25 + .../npc/monster/22499-LostBeholder.xml | 25 + .../npc/monster/22500-LostWatcher.xml | 26 + .../npc/monster/22501-LostWatcher.xml | 26 + .../npc/monster/22502-LostBeholder.xml | 26 + .../npc/monster/22503-LostWatcher.xml | 26 + .../npc/monster/22504-LostWatcher.xml | 26 + .../npc/monster/22505-LostBeholder.xml | 25 + .../templates/npc/monster/22506-BoomChild.xml | 25 + .../templates/npc/monster/22507-BoomChild.xml | 25 + .../templates/npc/monster/22508-BoomChild.xml | 25 + .../npc/monster/22509-FanaticOfInfinity.xml | 38 + .../npc/monster/22510-RottenMessenger.xml | 38 + .../npc/monster/22511-ZealotOfInfinity.xml | 42 + .../npc/monster/22512-BodySeverer.xml | 43 + .../npc/monster/22513-BodyHarvester.xml | 41 + .../npc/monster/22514-SoulExploiter.xml | 42 + .../npc/monster/22515-SoulDevourer.xml | 44 + .../npc/monster/22516-ButcherOfInfinity.xml | 42 + .../npc/monster/22517-DiscipleOfInfinity.xml | 42 + .../npc/monster/22518-RottenMessenger.xml | 44 + .../npc/monster/22519-BodyHarvester.xml | 38 + .../npc/monster/22520-BodySeverer.xml | 38 + .../npc/monster/22521-SoulExploiter.xml | 38 + .../npc/monster/22522-SoulDevourer.xml | 40 + .../npc/monster/22523-SoulDevourer.xml | 41 + .../npc/monster/22524-EmissaryOfDeath.xml | 26 + .../npc/monster/22525-EmissaryOfDeath.xml | 26 + .../npc/monster/22526-EmissaryOfDeath.xml | 26 + .../npc/monster/22527-EmissaryOfDeath.xml | 26 + .../npc/monster/22528-CursedPrefect.xml | 26 + .../npc/monster/22529-CursedPrefect.xml | 26 + .../npc/monster/22530-CursedPrefect.xml | 26 + .../npc/monster/22531-CursedPrefect.xml | 26 + .../monster/22532-LawScholarOfConclusions.xml | 25 + .../monster/22533-LawScholarOfConclusions.xml | 25 + .../monster/22534-LawScholarOfConclusions.xml | 25 + .../monster/22535-LawScholarOfConclusions.xml | 25 + .../npc/monster/22536-RoyalGuardCaptain.xml | 44 + .../22537-DragonSteedTroopGrandMagician.xml | 45 + .../22538-DragonSteedTroopCommander.xml | 44 + ...DragonSteedTroopsNo1BattalionCommander.xml | 45 + .../npc/monster/22540-WhiteDragonLeader.xml | 46 + .../22541-DragonSteedTroopInfantry.xml | 41 + .../22542-DragonSteedTroopMagicLeader.xml | 39 + .../22543-DragonSteedTroopMagician.xml | 39 + .../22544-DragonSteedTroopMagicSoldier.xml | 42 + .../22545-WifeOfTheDragonOfDarkness.xml | 25 + .../npc/monster/22546-WarriorOfLight.xml | 42 + .../monster/22547-DragonSteedTroopHealer.xml | 44 + .../22548-DragonSteedTroopJavelinThrower.xml | 46 + .../22549-DragonSteedTroopJavelinThrower.xml | 44 + .../npc/monster/22550-SavageWarrior.xml | 42 + .../npc/monster/22551-PriestOfDarkness.xml | 45 + .../npc/monster/22552-MutationDrake.xml | 38 + .../npc/monster/22553-LargeCrystalCore.xml | 25 + .../npc/monster/22554-SmallCrystalCore.xml | 25 + .../npc/monster/22555-SmallCrystalCore.xml | 25 + .../npc/monster/22556-SmallCrystalCore.xml | 25 + .../npc/monster/22557-DefenseMechanism.xml | 28 + .../npc/monster/22558-DefenseBattery.xml | 25 + .../monster/22559-DefeatedTroopsCommander.xml | 25 + ...60-DefeatedTroopsNo1BattalionCommander.xml | 25 + .../22561-DefeatedTroopsWhiteDragonLeader.xml | 25 + .../monster/22562-DefeatedTroopsInfantry.xml | 25 + .../22563-DefeatedTroopsMagicLeader.xml | 25 + .../monster/22564-DefeatedTroopsMagician.xml | 25 + .../22565-DefeatedTroopsMagicSoldier.xml | 25 + .../monster/22566-DefeatedTroopsHealer.xml | 25 + .../22567-DefeatedTroopsJavelinThrower.xml | 25 + .../22568-DefeatedTroopsJavelinThrower.xml | 25 + .../npc/monster/22569-SoldiersOfBravery.xml | 26 + .../npc/monster/22570-RoyalGuardCaptain.xml | 25 + .../22571-DragonSteedTroopGrandMagician.xml | 25 + .../22572-DragonSteedTroopCommander.xml | 26 + ...DragonSteedTroopsNo1BattalionCommander.xml | 26 + .../npc/monster/22574-WhiteDragonLeader.xml | 26 + .../22575-DragonSteedTroopInfantry.xml | 26 + .../22576-DragonSteedTroopMagicLeader.xml | 25 + .../22577-DragonSteedTroopMagician.xml | 25 + .../22578-DragonSteedTroopMagicSoldier.xml | 26 + .../npc/monster/22579-WarriorOfLight.xml | 25 + .../monster/22580-DragonSteedTroopHealer.xml | 26 + .../22581-DragonSteedTroopJavelinThrower.xml | 46 + .../22582-DragonSteedTroopJavelinThrower.xml | 26 + .../22583-DragonSteedTroopMagicLeader.xml | 25 + .../22584-DragonSteedTroopMagician.xml | 25 + .../22585-DragonSteedTroopMagicSoldier.xml | 26 + .../22586-DragonSteedTroopCommander.xml | 26 + .../22587-DragonSteedTroopCaptain1.xml | 26 + .../npc/monster/22588-WhiteDragonLeader.xml | 26 + .../22589-DragonSteedTroopInfantry.xml | 26 + data/templates/npc/monster/22590.xml | 24 + .../22591-DragonSteedTroopMagicLeader.xml | 25 + .../22592-DragonSteedTroopMagician.xml | 25 + .../22593-DragonSteedTroopMagicSoldier.xml | 43 + .../22594-DragonSteedTroopCommander.xml | 26 + ...DragonSteedTroopsNo1BattalionCommander.xml | 26 + .../npc/monster/22596-WhiteDragonLeader.xml | 38 + .../22597-DragonSteedTroopInfantry.xml | 39 + data/templates/npc/monster/22598-Obelisk.xml | 25 + .../npc/monster/22599-GreatPowerfulDevice.xml | 25 + ...2600-ThroneOfDestructionPowerfulDevice.xml | 25 + .../monster/22601-HeartProtectionDevice.xml | 25 + .../npc/monster/22602-MutantBird.xml | 25 + .../npc/monster/22603-MutantBird.xml | 25 + data/templates/npc/monster/22604-DraHawk.xml | 25 + data/templates/npc/monster/22605-DraHawk.xml | 25 + .../npc/monster/22606-FloatingSkull.xml | 25 + .../npc/monster/22607-FloatingSkull.xml | 25 + .../npc/monster/22608-FloatingZombie.xml | 25 + .../npc/monster/22609-FloatingZombie.xml | 25 + .../npc/monster/22610-MutatedDrakeWing.xml | 25 + .../npc/monster/22611-MutatedDrakeWing.xml | 25 + data/templates/npc/monster/22612-Drak.xml | 25 + data/templates/npc/monster/22613-Drak.xml | 25 + .../npc/monster/22614-VultureRider.xml | 25 + .../npc/monster/22615-VultureRider.xml | 25 + .../npc/monster/22616-SeedOfPain.xml | 25 + .../npc/monster/22617-SpikedStakato.xml | 46 + .../npc/monster/22618-SpikedStakatoWorker.xml | 49 + .../npc/monster/22619-SpikedStakatoGuard.xml | 43 + .../npc/monster/22620-FemaleSpikedStakato.xml | 42 + .../npc/monster/22621-MaleSpikedStakato.xml | 42 + .../npc/monster/22622-MaleSpikedStakato.xml | 42 + .../monster/22623-SpikedStakatoSorcerer.xml | 45 + .../22624-CannibalisticStakatoFollower.xml | 43 + .../22625-CannibalisticStakatoLeader.xml | 43 + .../22626-CannibalisticStakatoLeader.xml | 46 + .../monster/22627-SpikedStakatoSoldier.xml | 51 + .../npc/monster/22628-SpikedStakatoDrone.xml | 50 + .../monster/22629-SpikedStakatoCaptain.xml | 41 + .../npc/monster/22630-SpikeStakatoNurse.xml | 47 + .../npc/monster/22631-SpikeStakatoNurse.xml | 46 + .../npc/monster/22632-SpikedStakatoBaby.xml | 48 + .../npc/monster/22633-SpikedStakatoShaman.xml | 49 + .../monster/22634-ScarletStakatoWorker.xml | 38 + .../monster/22635-ScarletStakatoSoldier.xml | 41 + .../npc/monster/22636-ScarletStakatoNoble.xml | 45 + .../npc/monster/22637-TepraScorpion.xml | 38 + .../npc/monster/22638-TepraScarab.xml | 39 + .../npc/monster/22639-AssassinBeetle.xml | 43 + .../monster/22640-MercenaryOfDestruction.xml | 39 + .../npc/monster/22641-KnightOfDestruction.xml | 42 + .../npc/monster/22642-LavastoneGolem.xml | 38 + .../npc/monster/22643-MagmaGolem.xml | 39 + .../monster/22644-ArimanesOfDestruction.xml | 43 + .../npc/monster/22645-BalrogOfDestruction.xml | 38 + .../monster/22646-AshurasOfDestruction.xml | 37 + .../npc/monster/22647-Lavasillisk.xml | 40 + .../npc/monster/22648-BlazingIfrit.xml | 38 + .../npc/monster/22649-MagmaDrake.xml | 41 + .../npc/monster/22650-MucrokianFanatic.xml | 42 + .../npc/monster/22651-MucrokianAscetic.xml | 45 + .../npc/monster/22652-MucrokianSavior.xml | 41 + .../npc/monster/22653-MucrokianPreacher.xml | 41 + .../monster/22654-ContaminatedMucrokian.xml | 44 + .../npc/monster/22655-AwakenedMucrokian.xml | 41 + .../npc/monster/22656-Suppressor.xml | 44 + .../npc/monster/22657-Exterminator.xml | 44 + .../npc/monster/22658-SentinelWaterspirit.xml | 43 + .../npc/monster/22659-GuardianWaterspirit.xml | 47 + .../npc/monster/22660-LesserGiant.xml | 26 + .../npc/monster/22661-LesserGiantSoldier.xml | 51 + .../npc/monster/22662-LesserGiantShooter.xml | 47 + .../npc/monster/22663-LesserGiantScout.xml | 49 + .../npc/monster/22664-LesserGiantMage.xml | 42 + .../npc/monster/22665-LesserGiantElder.xml | 42 + data/templates/npc/monster/22666-Barif.xml | 43 + .../templates/npc/monster/22667-BarifSPet.xml | 41 + data/templates/npc/monster/22668-Gamlin.xml | 45 + data/templates/npc/monster/22669-Leogul.xml | 44 + .../npc/monster/22670-CursedLord.xml | 44 + .../npc/monster/22671-CursedGuardian.xml | 43 + .../npc/monster/22672-CursedSeer.xml | 49 + data/templates/npc/monster/22673-Hirokai.xml | 46 + data/templates/npc/monster/22674-Imagro.xml | 42 + data/templates/npc/monster/22675-Palit.xml | 44 + data/templates/npc/monster/22676-Hamlet.xml | 39 + data/templates/npc/monster/22677-Klennot.xml | 40 + .../npc/monster/22678-GraveRobberSummoner.xml | 41 + .../npc/monster/22679-GraveRobberMagician.xml | 40 + .../npc/monster/22680-GraveRobberWorker.xml | 42 + .../npc/monster/22681-GraveRobberWarrior.xml | 41 + .../22682-GraveRobberWarriorOfLight.xml | 41 + .../npc/monster/22683-ServitorOfDarkness.xml | 43 + .../npc/monster/22684-ServitorOfDarkness.xml | 49 + .../npc/monster/22685-ServitorOfDarkness.xml | 46 + .../npc/monster/22686-ServitorOfDarkness.xml | 44 + .../npc/monster/22687-PhantomsOfTheMine.xml | 25 + .../monster/22688-EvilSpiritsOfTheMine.xml | 41 + data/templates/npc/monster/22689-MineBug.xml | 42 + .../monster/22690-EarthwormSDescendant.xml | 43 + data/templates/npc/monster/22691-RagnaOrc.xml | 44 + .../npc/monster/22692-RagnaOrcWarrior.xml | 45 + .../npc/monster/22693-RagnaOrcHero.xml | 46 + .../npc/monster/22694-RagnaOrcCommander.xml | 46 + .../npc/monster/22695-RagnaOrcHealer.xml | 48 + .../npc/monster/22696-RagnaOrcShaman.xml | 53 + .../npc/monster/22697-RagnaOrcSeer.xml | 51 + .../npc/monster/22698-RagnaOrcArcher.xml | 47 + .../npc/monster/22699-RagnaOrcSniper.xml | 49 + .../npc/monster/22700-VarangkaSGuardian.xml | 25 + .../npc/monster/22701-VarangkaSDreVanul.xml | 41 + .../npc/monster/22702-VarangkaSDestroyer.xml | 41 + .../22703-ContaminatedMorekWarrior.xml | 41 + .../22704-ContaminatedBaturWarrior.xml | 42 + .../22705-ContaminatedBaturCommander.xml | 42 + .../npc/monster/22706-TurkaFollowerSGhost.xml | 42 + .../monster/22707-TurkaCommanderSGhost.xml | 41 + .../22708-InvaderWarriorOfNightmare.xml | 26 + .../22709-InvaderHealerOfNightmare.xml | 25 + .../monster/22710-InvaderGuideOfNightmare.xml | 25 + .../22711-InvaderDestroyerOfNightmare.xml | 26 + .../22712-InvaderAssassinOfNightmare.xml | 25 + .../22713-InvaderShamanOfNightmare.xml | 25 + .../22714-InvaderArcherOfNightmare.xml | 26 + .../22715-InvaderSoldierOfNightmare.xml | 25 + .../22716-InvaderSoldierOfNightmare.xml | 25 + .../22717-InvaderDiscipleOfNightmare.xml | 25 + .../22718-InvaderEliteSoldierOfNightmare.xml | 26 + .../npc/monster/22719-NihilInvaderWarrior.xml | 25 + .../npc/monster/22720-NihilInvaderHealer.xml | 25 + .../npc/monster/22721-NihilInvaderGuide.xml | 25 + .../monster/22722-NihilInvaderDestroyer.xml | 25 + .../monster/22723-NihilInvaderAssassin.xml | 25 + .../npc/monster/22724-NihilInvaderShaman.xml | 25 + .../npc/monster/22725-NihilInvaderArcher.xml | 26 + .../npc/monster/22726-NihilInvaderSoldier.xml | 25 + .../npc/monster/22727-NihilInvaderSoldier.xml | 25 + .../monster/22728-NihilInvaderDisciple.xml | 25 + .../22729-NihilInvaderEliteSoldier.xml | 25 + .../npc/monster/22730-MutantWarrior.xml | 25 + .../npc/monster/22731-MutantHealer.xml | 25 + .../npc/monster/22732-MutantGuide.xml | 25 + .../npc/monster/22733-MutantDestroyer.xml | 25 + .../npc/monster/22734-MutantAssassin.xml | 25 + .../npc/monster/22735-MutantShaman.xml | 25 + .../npc/monster/22736-MutantOverlord.xml | 26 + .../npc/monster/22737-MutantSoldier.xml | 25 + .../npc/monster/22738-MutantSoldier.xml | 25 + .../npc/monster/22739-MutantDisciple.xml | 25 + .../npc/monster/22740-MutantEliteSoldier.xml | 25 + .../npc/monster/22741-GraveRobberWarrior.xml | 26 + .../npc/monster/22742-Ornithomimus.xml | 44 + .../npc/monster/22743-Deinonychus.xml | 33 + .../npc/monster/22744-Ornithomimus.xml | 44 + .../npc/monster/22745-Deinonychus.xml | 33 + data/templates/npc/monster/22746-Bgurent.xml | 39 + data/templates/npc/monster/22747-Brakian.xml | 39 + data/templates/npc/monster/22748-Groikan.xml | 40 + data/templates/npc/monster/22749-Treykan.xml | 45 + .../npc/monster/22750-EliteBgurent.xml | 42 + .../npc/monster/22751-EliteBrakian.xml | 44 + .../npc/monster/22752-EliteGroikan.xml | 38 + .../npc/monster/22753-EliteTreykan.xml | 37 + .../npc/monster/22754-Turtlelian.xml | 43 + data/templates/npc/monster/22755-Krajian.xml | 42 + data/templates/npc/monster/22756-Tardyon.xml | 46 + .../npc/monster/22757-EliteTurtlelian.xml | 38 + .../npc/monster/22758-EliteKrajian.xml | 37 + .../npc/monster/22759-EliteTardyon.xml | 38 + data/templates/npc/monster/22760-Kanibi.xml | 45 + data/templates/npc/monster/22761-Kiriona.xml | 44 + data/templates/npc/monster/22762-Kaiona.xml | 46 + .../npc/monster/22763-EliteKanibi.xml | 42 + .../npc/monster/22764-EliteKiriona.xml | 44 + .../npc/monster/22765-EliteKaiona.xml | 37 + .../npc/monster/22768-TantaLizardmanScout.xml | 49 + .../monster/22769-TantaLizardmanWarrior.xml | 50 + .../monster/22770-TantaLizardmanSoldier.xml | 62 ++ .../monster/22771-TantaLizardmanBerserker.xml | 52 + .../monster/22772-TantaLizardmanArcher.xml | 57 ++ .../monster/22773-TantaLizardmanMagician.xml | 67 ++ .../monster/22774-TantaLizardmanSummoner.xml | 55 + .../monster/22775-SelMahumDrillSergeant.xml | 25 + .../monster/22776-SelMahumTrainingOfficer.xml | 25 + .../monster/22777-SelMahumDrillSergeant.xml | 25 + .../monster/22778-SelMahumDrillSergeant.xml | 25 + .../npc/monster/22779-SelMahumEscortGuard.xml | 25 + .../npc/monster/22780-SelMahumRecruit.xml | 25 + .../npc/monster/22781-SelMahumSoldier.xml | 25 + .../npc/monster/22782-SelMahumRecruit.xml | 25 + .../npc/monster/22783-SelMahumSoldier.xml | 25 + .../npc/monster/22784-SelMahumRecruit.xml | 25 + .../npc/monster/22785-SelMahumSoldier.xml | 25 + .../npc/monster/22786-SelMahumSquadLeader.xml | 25 + .../npc/monster/22787-SelMahumSquadLeader.xml | 25 + .../npc/monster/22788-SelMahumSquadLeader.xml | 25 + .../npc/monster/22789-GuideSolina.xml | 50 + .../npc/monster/22790-SeekerSolina.xml | 43 + .../npc/monster/22791-SaviorSolina.xml | 52 + .../npc/monster/22792-DiscipleSolina.xml | 25 + .../npc/monster/22793-AsceticSolina.xml | 42 + .../npc/monster/22794-DivinityJudge.xml | 42 + .../npc/monster/22795-DivinityManager.xml | 48 + .../npc/monster/22796-DivinitySupervisor.xml | 48 + .../npc/monster/22797-DivinityWorshipper.xml | 46 + .../npc/monster/22798-DivinityProtector.xml | 51 + .../npc/monster/22799-DivinityFighter.xml | 67 ++ .../npc/monster/22800-DivinityMagus.xml | 61 ++ .../npc/monster/22801-CruelPincerGolem.xml | 38 + .../npc/monster/22802-CruelPincerGolem.xml | 39 + .../npc/monster/22803-CruelPincerGolem.xml | 25 + .../npc/monster/22804-DrillGolemOfTerror.xml | 37 + .../npc/monster/22805-DrillGolemOfTerror.xml | 36 + .../npc/monster/22806-DrillGolemOfTerror.xml | 25 + .../npc/monster/22807-ScoutTypeGolemNo28.xml | 37 + .../npc/monster/22808-ScoutTypeGolemNo2.xml | 25 + .../npc/monster/22809-GuardGolem.xml | 37 + .../npc/monster/22810-MicroScoutGolem.xml | 38 + .../npc/monster/22811-GreatChaosGolem.xml | 42 + .../templates/npc/monster/22812-BoomGolem.xml | 39 + .../npc/monster/25002-GuardOfKutus.xml | 30 + .../npc/monster/25003-PawnOfKutus.xml | 30 + .../monster/25005-TurekMercenaryArcher.xml | 30 + .../monster/25006-TurekMercenaryWarrior.xml | 30 + .../npc/monster/25008-CletuSRetainer.xml | 29 + .../npc/monster/25009-CletuSPawn.xml | 29 + .../npc/monster/25011-GuardOfThieles.xml | 30 + .../npc/monster/25012-FollowerOfThieles.xml | 29 + .../npc/monster/25014-GhostOfPeasant.xml | 30 + .../npc/monster/25015-GhostOfPeasant.xml | 30 + .../monster/25017-EscortOfThe3rdGuardian.xml | 29 + .../monster/25018-SupportOfThe3rdGuardian.xml | 29 + .../npc/monster/25021-PastuSSilhouette.xml | 29 + .../npc/monster/25022-PastuSShadow.xml | 29 + .../npc/monster/25024-JerunaSGuardCaptain.xml | 30 + .../npc/monster/25025-JerunaSGuard.xml | 30 + .../npc/monster/25027-KatuVanMarksman.xml | 30 + .../npc/monster/25028-KatuVanRaider.xml | 30 + .../monster/25030-AtraibanSTopDisciple.xml | 29 + .../npc/monster/25031-AtraibanSDisciple.xml | 29 + .../npc/monster/25033-MillenuGuardShaman.xml | 30 + .../npc/monster/25034-MellenuGuardWarrior.xml | 30 + .../npc/monster/25036-CabrioCaptor.xml | 30 + .../npc/monster/25037-CabrioBlader.xml | 30 + .../npc/monster/25039-TirakSGuard.xml | 30 + .../npc/monster/25040-TirakSKnight.xml | 30 + .../npc/monster/25042-RemmelSArcher.xml | 30 + .../npc/monster/25043-RemmelSGuard.xml | 30 + .../npc/monster/25045-DarkMageSOfBarion.xml | 30 + .../npc/monster/25046-BarionSGrunt.xml | 30 + .../npc/monster/25048-KarteSChiefKnight.xml | 30 + .../npc/monster/25049-KarteSRoyalGuard.xml | 30 + .../npc/monster/25052-PriestessOfRahha.xml | 29 + .../npc/monster/25053-FanaticsOfRahha.xml | 29 + data/templates/npc/monster/25055-Taliadon.xml | 30 + data/templates/npc/monster/25056-Vemsk.xml | 30 + .../npc/monster/25058-BiconneSShooter.xml | 30 + .../npc/monster/25059-BiconneSWarrior.xml | 30 + .../templates/npc/monster/25061-KaelSBead.xml | 29 + .../npc/monster/25062-KaelSEscort.xml | 29 + .../npc/monster/25065-TerukSEscort.xml | 30 + .../npc/monster/25066-TerukSKnight.xml | 30 + .../npc/monster/25068-ShakaSShooter.xml | 30 + .../npc/monster/25069-ShakaSFollower.xml | 30 + .../npc/monster/25071-RuellSWind.xml | 29 + .../npc/monster/25072-RuellSUnicorn.xml | 29 + .../npc/monster/25074-RudeltoSBanshee.xml | 29 + .../npc/monster/25075-RudeltoSDreVanul.xml | 29 + .../npc/monster/25077-CaptainDogun.xml | 29 + .../npc/monster/25078-PrincessGuard.xml | 29 + .../templates/npc/monster/25080-Mercenary.xml | 30 + .../npc/monster/25081-CatSEyeBandit.xml | 30 + data/templates/npc/monster/25083-CatGang.xml | 29 + data/templates/npc/monster/25084-CatGang.xml | 29 + .../npc/monster/25086-TimakOrcRanger.xml | 30 + .../npc/monster/25087-TimakOrcRanger.xml | 30 + .../npc/monster/25090-SoullessWolf.xml | 29 + .../npc/monster/25091-SoullessBear.xml | 29 + .../monster/25093-KorimChiefGuardKaywon.xml | 30 + .../npc/monster/25094-KorimGuards.xml | 30 + .../npc/monster/25096-RenoaSElpy.xml | 29 + .../templates/npc/monster/25097-RenoaSHog.xml | 29 + .../npc/monster/25100-SpiritOfSeaOfSpores.xml | 29 + .../monster/25101-FighterOfSeaOfSpores.xml | 29 + .../npc/monster/25104-IsirrSGuard.xml | 30 + .../npc/monster/25105-IsirrSGuards.xml | 30 + .../npc/monster/25107-LidiaSArcher.xml | 30 + .../npc/monster/25108-LidiaSFighter.xml | 30 + .../npc/monster/25110-CloeSServitor.xml | 29 + .../npc/monster/25111-CloeSServitor.xml | 29 + .../npc/monster/25113-MeanaSMaid.xml | 29 + .../npc/monster/25114-MeanaSGuardDoll.xml | 29 + .../npc/monster/25116-IcarusSample2.xml | 30 + .../npc/monster/25117-IcarusSample3.xml | 29 + .../npc/monster/25120-BerunSOfficer.xml | 30 + .../npc/monster/25121-BerunSPrattler.xml | 29 + .../npc/monster/25123-LeoSServant.xml | 30 + .../npc/monster/25124-LeoSSteward.xml | 30 + .../npc/monster/25129-VukuShaman.xml | 30 + .../npc/monster/25130-GharmashSPetTrimden.xml | 29 + .../npc/monster/25132-GatoSMarksman.xml | 30 + .../npc/monster/25133-GatoSTroopLeader.xml | 30 + .../npc/monster/25135-TalkinSSeer.xml | 30 + .../npc/monster/25136-TalkinSBodyguard.xml | 30 + .../npc/monster/25138-SoulDrinker.xml | 29 + .../npc/monster/25139-SephiaSSalve.xml | 29 + .../npc/monster/25141-HekatonCottus.xml | 29 + .../npc/monster/25142-HekatonChires.xml | 30 + .../npc/monster/25144-ShurielSOracle.xml | 30 + .../npc/monster/25145-ShurielSPaladin.xml | 30 + .../npc/monster/25147-AssassinOfBifrons.xml | 30 + .../npc/monster/25148-ButcherOfBifrons.xml | 30 + .../npc/monster/25150-EvilSpiritArcher.xml | 30 + .../npc/monster/25151-EvilSpiritWarrior.xml | 30 + .../npc/monster/25153-ClawsOfShadar.xml | 29 + .../npc/monster/25154-WhipOfShadar.xml | 29 + .../npc/monster/25156-FanaticShaman.xml | 30 + .../npc/monster/25157-FanaticSoldier.xml | 30 + .../npc/monster/25160-RapiniTheUnicorn.xml | 29 + .../npc/monster/25161-RirifTheUnicorn.xml | 29 + .../npc/monster/25167-IkuntaiSServitor.xml | 29 + .../npc/monster/25168-PawnOfIkuntai.xml | 30 + .../npc/monster/25171-HellionSArchers.xml | 30 + .../npc/monster/25172-HellionSGuards.xml | 30 + .../npc/monster/25174-KarutaSFollower.xml | 30 + .../npc/monster/25175-KarutaSInferiors.xml | 29 + .../25177-GuardianKnightOfBlackLily.xml | 30 + .../npc/monster/25178-ServitorOfBlackLily.xml | 29 + .../npc/monster/25180-KarumSGuard.xml | 30 + .../npc/monster/25181-KarumSWarrior.xml | 29 + .../npc/monster/25183-KurikupsWife.xml | 29 + .../npc/monster/25184-DevilBladerOfChaos.xml | 30 + .../npc/monster/25186-HellenaSMarksman.xml | 30 + .../npc/monster/25187-HelenaSSoldier.xml | 30 + .../npc/monster/25190-MumuSWizard.xml | 29 + .../npc/monster/25191-MumuSWarrior.xml | 29 + .../npc/monster/25193-PanathenSKnight.xml | 30 + .../npc/monster/25194-PanathenSProtectors.xml | 30 + .../npc/monster/25200-FamilyOfSheshark.xml | 29 + .../npc/monster/25201-GuardOfSheshark.xml | 30 + .../npc/monster/25203-ParhitPadishaSobekk.xml | 30 + .../monster/25204-KrokianPadishaSobekk.xml | 30 + .../npc/monster/25206-AshakielSBlade.xml | 30 + .../npc/monster/25207-AshakielSRod.xml | 30 + .../npc/monster/25209-AtekaSShaman.xml | 29 + .../npc/monster/25210-AtekaSGrunt.xml | 29 + .../npc/monster/25212-SebekSPriest.xml | 30 + .../npc/monster/25213-SebekSFanatic.xml | 30 + .../npc/monster/25215-SikaSWizard.xml | 29 + .../npc/monster/25216-SikaSFighter.xml | 29 + .../npc/monster/25218-ClaraSMarksman.xml | 30 + .../npc/monster/25219-ClaraSPawn.xml | 30 + .../npc/monster/25221-DeathMageKrician.xml | 30 + .../npc/monster/25222-DeathFighterHarik.xml | 30 + .../npc/monster/25224-SoulSlasher.xml | 29 + .../npc/monster/25225-SoulStrainer.xml | 29 + .../npc/monster/25227-KastorSSeer.xml | 30 + .../npc/monster/25228-KastorSPrefect.xml | 30 + .../npc/monster/25231-RagothSGuard.xml | 30 + .../npc/monster/25232-RagothSHerald.xml | 30 + .../npc/monster/25236-KandraSHealer.xml | 30 + .../npc/monster/25237-KandraSGuard.xml | 30 + .../25239-MonstrousBeastOfAbyssBrukunt.xml | 29 + .../monster/25240-WildBeastOfAbyssBrukunt.xml | 29 + .../npc/monster/25242-TamashSAdvisor.xml | 30 + .../npc/monster/25243-TamashSServant.xml | 30 + .../npc/monster/25246-GlakiSHenchman.xml | 30 + .../npc/monster/25247-GlakiSServant.xml | 30 + .../25250-ManEatingPlantOfPalatanos.xml | 29 + .../npc/monster/25251-SaplingOfPalatanos.xml | 29 + .../npc/monster/25253-HandmaidenOfThemis.xml | 29 + .../npc/monster/25254-ThemisSSentinel.xml | 30 + .../npc/monster/25257-ArakSArcher.xml | 30 + .../npc/monster/25258-ArakSFootman.xml | 30 + .../npc/monster/25261-TotemGuardArcher.xml | 30 + .../npc/monster/25262-TotemGuard.xml | 30 + .../npc/monster/25264-KeloneSAssassin.xml | 30 + .../npc/monster/25265-KeloneSSecretKnight.xml | 30 + .../npc/monster/25267-DecarbiaSRoyalGuard.xml | 30 + .../npc/monster/25268-DecarbiaSEscort.xml | 30 + .../npc/monster/25270-BehemothJaveliner.xml | 30 + .../npc/monster/25271-BehemothFlare.xml | 29 + .../npc/monster/25274-Carnabarun.xml | 26 + .../npc/monster/25275-Carnassiud.xml | 26 + .../npc/monster/25278-DeadSoulOfStigma.xml | 29 + .../npc/monster/25279-EvilSpiritOfStigma.xml | 29 + .../npc/monster/25284-LilithSAgent.xml | 29 + .../npc/monster/25285-LilithSEscort.xml | 30 + .../npc/monster/25287-AnakimSGuardian.xml | 29 + .../npc/monster/25288-AnakimSRoyalGuard.xml | 29 + .../npc/monster/25289-AnakimSExecutor.xml | 28 + .../npc/monster/25291-FamilyOfDaimon.xml | 29 + .../npc/monster/25292-FamilyOfDaimon.xml | 29 + .../npc/monster/25294-FighterOfHestia.xml | 29 + .../npc/monster/25295-FollowerOfHestia.xml | 29 + .../npc/monster/25297-IcicleGiant.xml | 29 + .../npc/monster/25298-IcicleGiant.xml | 29 + .../npc/monster/25300-ScoutOfHekaton.xml | 30 + .../npc/monster/25301-ServantOfHekaton.xml | 30 + .../templates/npc/monster/25303-TayrSAide.xml | 30 + .../npc/monster/25304-TayrSGuard.xml | 30 + .../npc/monster/25307-FamilyOfNastron.xml | 29 + .../npc/monster/25308-FamilyOfNastron.xml | 29 + .../25310-ShadithSRoyalGuardCaptain.xml | 30 + .../npc/monster/25311-ShadithSSentinel.xml | 30 + data/templates/npc/monster/25313-MosAide.xml | 30 + data/templates/npc/monster/25314-MosGuard.xml | 30 + .../npc/monster/25317-FamilyOfAshutar.xml | 29 + .../npc/monster/25318-FamilyOfAshutar.xml | 29 + .../npc/monster/25320-SentinelOfEmber.xml | 29 + .../npc/monster/25321-MessengerOfEmber.xml | 29 + .../npc/monster/25323-FalstonSDisciple.xml | 30 + .../npc/monster/25324-ServantOfFalston.xml | 30 + .../npc/monster/25326-BarakielSDisciple.xml | 30 + .../npc/monster/25327-BarakielSAcolyte.xml | 30 + data/templates/npc/monster/25329-Violet.xml | 30 + data/templates/npc/monster/25330-Kurstin.xml | 30 + data/templates/npc/monster/25331-Mina.xml | 30 + data/templates/npc/monster/25332-Dorian.xml | 30 + .../npc/monster/25339-ShadowOfHalisha.xml | 42 + .../npc/monster/25340-KnightOfShadow.xml | 28 + .../npc/monster/25341-KnightOfShadow.xml | 28 + .../npc/monster/25342-ShadowOfHalisha.xml | 35 + .../npc/monster/25343-KnightOfShadow.xml | 28 + .../npc/monster/25344-KnightOfShadow.xml | 28 + .../npc/monster/25345-KnightOfShadow.xml | 28 + .../npc/monster/25346-ShadowOfHalisha.xml | 38 + .../npc/monster/25347-KnightOfShadow.xml | 28 + .../npc/monster/25348-KnightOfShadow.xml | 29 + .../npc/monster/25349-ShadowOfHalisha.xml | 41 + .../npc/monster/25350-KnightOfShadow.xml | 28 + .../npc/monster/25351-KnightOfShadow.xml | 28 + .../monster/25353-GiantWastelandBasilisk.xml | 29 + .../npc/monster/25355-SiroccoSGargoyle.xml | 29 + .../npc/monster/25356-SiroccoSGuards.xml | 29 + .../npc/monster/25358-SukarWereratGuard.xml | 30 + .../npc/monster/25359-SukarWereratPriest.xml | 30 + .../npc/monster/25361-YellowHornet.xml | 29 + .../npc/monster/25363-SharukSTracker.xml | 30 + .../npc/monster/25364-SharukSMarksman.xml | 30 + .../npc/monster/25367-KuroborosFollower.xml | 30 + .../npc/monster/25368-KuroborosDiscipline.xml | 30 + .../npc/monster/25370-CorpseScavenger.xml | 30 + .../npc/monster/25371-AnimaScavenger.xml | 30 + .../npc/monster/25374-AbyssFlyer.xml | 29 + .../25376-WarriorZombieOfFarakelsus.xml | 29 + .../25377-PriestZombieOfFarakelsus.xml | 29 + .../npc/monster/25379-DementiaBeast.xml | 29 + .../npc/monster/25381-NightmareFlyer.xml | 29 + .../npc/monster/25382-HostileFlyer.xml | 29 + .../npc/monster/25384-ServantOfCalibus.xml | 30 + .../25386-GhostOfTheExecutionGrounds.xml | 30 + ...7-MalignantSpiritOfTheExecutionGrounds.xml | 30 + .../npc/monster/25389-RedEyeArcher.xml | 30 + .../npc/monster/25390-RedEyeGuards.xml | 30 + .../npc/monster/25393-MarshStakatoNoble.xml | 30 + .../npc/monster/25396-KusionSuscepter.xml | 29 + .../npc/monster/25397-GustosSuscepter.xml | 29 + .../monster/25399-ApprenticeOfWatchman.xml | 29 + .../npc/monster/25400-PageOfWatchman.xml | 29 + .../npc/monster/25402-RetainerOfSkyla.xml | 30 + .../npc/monster/25403-FollowerOfSkyla.xml | 30 + .../npc/monster/25405-KylonSPirate.xml | 30 + .../npc/monster/25406-KylonSMate.xml | 30 + .../npc/monster/25408-IshkaSEliteOfficer.xml | 30 + .../npc/monster/25409-IshkaSEliteSoldier.xml | 30 + .../monster/25411-RoadScavengerHenchman.xml | 29 + .../npc/monster/25413-NecrosentinelArcher.xml | 30 + .../monster/25414-NecrosentinelSoldier.xml | 30 + .../npc/monster/25416-NakondasSlave.xml | 29 + .../npc/monster/25417-NakondasChain.xml | 29 + .../npc/monster/25419-DreadPanther.xml | 29 + .../npc/monster/25421-TrisalimEscort.xml | 29 + .../npc/monster/25422-PageOfRottingTree.xml | 29 + .../monster/25424-TiminielSRoyalGuards.xml | 29 + .../25425-TiminielSRoyalGuardCaptain.xml | 29 + .../npc/monster/25427-FrekiSVampireBat.xml | 29 + .../npc/monster/25428-FrekiSWildBear.xml | 29 + .../npc/monster/25430-TalosCohort.xml | 29 + .../npc/monster/25432-ElementalOfFlame.xml | 29 + .../npc/monster/25433-ElementalOfSpark.xml | 29 + .../npc/monster/25435-BardaSBandit.xml | 30 + .../npc/monster/25436-BardaSShaman.xml | 30 + .../npc/monster/25439-KelbarSInferior.xml | 30 + .../npc/monster/25440-KelbarSWizard.xml | 30 + .../monster/25442-EvilCreatureOfForest.xml | 29 + .../npc/monster/25443-AngerOfForest.xml | 29 + .../npc/monster/25445-EnmityGhosts.xml | 29 + .../npc/monster/25446-ShooterOfEnmity.xml | 30 + .../npc/monster/25448-ImmortalSavior.xml | 29 + .../npc/monster/25449-ImmortalGuide.xml | 29 + .../npc/monster/25451-GalaxiaSGuards.xml | 30 + .../npc/monster/25452-MessengerOfAngel.xml | 30 + .../npc/monster/25454-WyvernOfMarsh.xml | 29 + .../npc/monster/25455-SuccubusOfMarsh.xml | 29 + .../npc/monster/25457-ShardsOfOblivion.xml | 29 + .../npc/monster/25458-ShadowOfOblivion.xml | 29 + .../npc/monster/25459-ShardsOfOblivion.xml | 29 + .../npc/monster/25461-EreveSKnight.xml | 30 + .../npc/monster/25462-EreveSSquire.xml | 30 + .../monster/25464-GarangkyGuardCaptain.xml | 30 + .../npc/monster/25465-GarangkyGuardShaman.xml | 30 + .../npc/monster/25466-GarangkyGuard.xml | 30 + .../npc/monster/25468-CursedLife.xml | 29 + .../npc/monster/25469-CursedSoul.xml | 29 + .../npc/monster/25471-UtenusSWizard.xml | 29 + .../npc/monster/25472-UtenusSGuard.xml | 29 + data/templates/npc/monster/25474-KimSGang.xml | 30 + .../npc/monster/25476-KabedSSoldier.xml | 30 + .../npc/monster/25477-KabedSArcher.xml | 30 + .../npc/monster/25479-HisilromeSServitor.xml | 30 + .../npc/monster/25480-HisilromeSPage.xml | 29 + .../npc/monster/25482-ShadowOfKenishee.xml | 29 + .../npc/monster/25483-PhantomOfKenishee.xml | 29 + .../npc/monster/25485-TillionSInferior.xml | 30 + .../npc/monster/25486-TillionSBat.xml | 29 + .../npc/monster/25488-SpiritOfGildor.xml | 29 + .../npc/monster/25489-GuardianOfGildor.xml | 29 + .../npc/monster/25491-GuardOfGwindorr.xml | 30 + .../npc/monster/25492-FollowerOfGwindorr.xml | 30 + .../npc/monster/25494-SpiritOfNiniel.xml | 29 + .../npc/monster/25495-SpiritOfNiniel.xml | 29 + .../npc/monster/25497-FafurionSEnvoy.xml | 30 + .../npc/monster/25499-AlligatorOfIstary.xml | 29 + .../npc/monster/25500-AlligatorOfIstary.xml | 29 + .../npc/monster/25502-AkataSThug.xml | 27 + .../npc/monster/25503-AkataSLackey.xml | 27 + .../npc/monster/25505-NellisFollower.xml | 26 + .../npc/monster/25507-RayitoSHenchman.xml | 27 + .../npc/monster/25508-RayitoSHenchman.xml | 27 + .../npc/monster/25510-VarangkaSDescendant.xml | 27 + .../npc/monster/25511-VarangkaSPage.xml | 27 + .../npc/monster/25515-SpikedStakato.xml | 30 + .../npc/monster/25516-SpikedStakato.xml | 29 + .../npc/monster/25525-FlameSpirit.xml | 29 + .../npc/monster/25526-ChargedSpirit.xml | 29 + .../npc/monster/25533-KechiSHenchman.xml | 25 + data/templates/npc/monster/25535-Tears.xml | 27 + data/templates/npc/monster/25537-Enmity.xml | 26 + .../templates/npc/monster/25538-Vengeance.xml | 26 + data/templates/npc/monster/25541-Fiend.xml | 26 + data/templates/npc/monster/25543-Eidolon.xml | 26 + .../npc/monster/25545-TullySBanshee.xml | 26 + .../npc/monster/25547-RhiannaSEscort.xml | 25 + .../npc/monster/25548-RhiannaSHealer.xml | 25 + .../npc/monster/25550-TeslaSApprentice.xml | 26 + .../npc/monster/25551-TeslaSHerald.xml | 26 + .../npc/monster/25555-BrutusRightHand.xml | 26 + .../npc/monster/25556-BrutusLeftHand.xml | 26 + .../npc/monster/25558-KarankawaSRoot.xml | 25 + .../npc/monster/25559-KarankawaSBlossom.xml | 25 + .../npc/monster/25561-SargonAttendant.xml | 26 + .../npc/monster/25562-SargonSSquire.xml | 26 + .../npc/monster/25564-AtrielleSFollower.xml | 25 + .../npc/monster/25565-AtrielleSMinion.xml | 25 + .../npc/monster/25567-NagenSCohort.xml | 25 + .../npc/monster/25568-NagenSFriend.xml | 25 + .../npc/monster/25570-JaxSVanguard.xml | 26 + .../npc/monster/25571-JaxSRaider.xml | 26 + .../npc/monster/25573-HagerSHenchman.xml | 26 + .../npc/monster/25574-HagerSBodyguard.xml | 26 + .../npc/monster/25576-RangoSIris.xml | 25 + .../npc/monster/25577-RangoSLens.xml | 25 + .../npc/monster/25580-HelsingSGuard.xml | 26 + .../npc/monster/25581-HelsingSAssassin.xml | 26 + .../npc/monster/25583-GillienSDaughter.xml | 26 + .../npc/monster/25584-GillienSAttendant.xml | 26 + .../npc/monster/25586-MediciSSister.xml | 25 + .../npc/monster/25587-MediciSBrother.xml | 26 + .../npc/monster/25590-BrandSChamberlain.xml | 26 + .../npc/monster/25591-BrandSServant.xml | 26 + .../npc/monster/25594-GergSFollower.xml | 26 + .../npc/monster/25595-GergSHenchman.xml | 26 + .../npc/monster/25596-OcularServitor.xml | 25 + data/templates/npc/monster/25597-Heurel.xml | 25 + data/templates/npc/monster/25598-Gegei.xml | 25 + data/templates/npc/monster/25599-Iglas.xml | 25 + data/templates/npc/monster/25600-Temenir.xml | 27 + data/templates/npc/monster/25601-Draksius.xml | 27 + .../npc/monster/25602-Kiretcenah.xml | 27 + .../npc/monster/25604-MutatedElpy.xml | 26 + .../templates/npc/monster/25605-NaiaSpore.xml | 25 + .../templates/npc/monster/25606-NaiaSpore.xml | 25 + .../templates/npc/monster/25607-NaiaSpore.xml | 25 + .../templates/npc/monster/25608-NaiaSpore.xml | 25 + .../templates/npc/monster/25613-NaiaSpore.xml | 25 + .../npc/monster/25614-FloatingGhost.xml | 25 + .../npc/monster/25615-FloatingGhost.xml | 25 + .../npc/monster/25627-MutantBird.xml | 26 + data/templates/npc/monster/25628-DraHawk.xml | 26 + .../npc/monster/25629-FloatingSkull.xml | 26 + .../npc/monster/25630-FloatingZombie.xml | 26 + .../templates/npc/monster/25631-DrakeWing.xml | 26 + data/templates/npc/monster/25632-Drak.xml | 26 + .../npc/monster/25633-EliteRider.xml | 26 + .../templates/npc/monster/25634-Cohemenes.xml | 26 + .../templates/npc/monster/25635-Argekunte.xml | 27 + .../monster/25636-RavenousSoulDevourer.xml | 25 + .../npc/monster/25637-Karpencharr.xml | 26 + .../templates/npc/monster/25638-Romerohiv.xml | 26 + .../npc/monster/25639-Hitchkarshiek.xml | 27 + .../npc/monster/25640-Freedkyilla.xml | 27 + .../npc/monster/25641-YehanCravenizad.xml | 27 + .../npc/monster/25642-YehanJaxsibhan.xml | 27 + .../npc/monster/25656-KanadisFanatic.xml | 26 + .../npc/monster/25657-KanadisFanatic.xml | 26 + .../npc/monster/25658-KanadisFanatic.xml | 25 + .../npc/monster/25662-KanadisFollower.xml | 26 + .../npc/monster/25663-KanadisFollower.xml | 26 + .../npc/monster/25664-KanadisFollower.xml | 25 + .../npc/monster/25672-SpikedStakato.xml | 27 + .../npc/monster/25673-SpikedStakato.xml | 26 + .../npc/monster/25675-GuardOfGwindorr.xml | 27 + .../npc/monster/25676-FollowerOfGwindorr.xml | 27 + .../npc/monster/25678-SpriteOfGildor.xml | 26 + .../npc/monster/25679-GuardianOfGildor.xml | 26 + .../npc/monster/25682-CursedLife.xml | 26 + .../npc/monster/25683-CursedSoul.xml | 26 + .../npc/monster/25685-UtenusSWizard.xml | 26 + .../npc/monster/25686-UtenusSGuard.xml | 26 + .../npc/monster/25688-HekatonCottus.xml | 26 + .../npc/monster/25689-HekatonChires.xml | 27 + .../npc/monster/25702-GuardOfTheGrail.xml | 25 + .../25704-GiganticGolemSubordinate.xml | 26 + .../npc/monster/25705-GiganticBoomGolem.xml | 26 + .../npc/monster/25706-LostWatcher.xml | 25 + .../npc/monster/25707-LostWatcher.xml | 25 + .../npc/monster/25708-LostBeholder.xml | 25 + .../templates/npc/monster/25711-LostGuard.xml | 25 + .../npc/monster/25712-LostAssistantGuard.xml | 25 + .../npc/monster/25715-KietchSSubordinate.xml | 25 + data/templates/npc/monster/25717-Tears.xml | 27 + .../templates/npc/monster/27001-OrcSniper.xml | 26 + .../npc/monster/27002-OrcFighter.xml | 26 + .../npc/monster/27003-SpiritOfMirrors.xml | 26 + .../npc/monster/27004-SpiritOfMirrors.xml | 26 + .../npc/monster/27005-SpiritOfMirrors.xml | 26 + .../npc/monster/27006-BhatoBloodspear.xml | 25 + .../npc/monster/27007-TanukiSkullcrusher.xml | 25 + .../npc/monster/27008-KraaculBlackskull.xml | 25 + .../npc/monster/27009-TaarqBlackskull.xml | 25 + data/templates/npc/monster/27016-Nerkas.xml | 26 + .../npc/monster/27017-PlagueZombie.xml | 26 + .../npc/monster/27018-OrcWarrior.xml | 25 + .../npc/monster/27019-OrcWarriorLeader.xml | 25 + .../npc/monster/27020-VaroolFoulclaw.xml | 26 + data/templates/npc/monster/27021-Kirunak.xml | 26 + data/templates/npc/monster/27022-Merkenis.xml | 26 + .../npc/monster/27024-UndeadPriest.xml | 26 + .../npc/monster/27029-PhantomSalamander.xml | 26 + .../templates/npc/monster/27030-WaterSeer.xml | 26 + .../npc/monster/27031-OlMahumSentry.xml | 27 + .../npc/monster/27032-LizardmanWarrior.xml | 27 + .../npc/monster/27033-LizardmanScout.xml | 27 + .../templates/npc/monster/27034-Lizardman.xml | 27 + data/templates/npc/monster/27035-Tamil.xml | 27 + data/templates/npc/monster/27036-Calpico.xml | 27 + .../npc/monster/27037-CalpicoSGoons.xml | 27 + .../npc/monster/27038-CatSEyeBandit.xml | 27 + .../npc/monster/27041-BarankaSMessenger.xml | 27 + .../templates/npc/monster/27042-OrcEscort.xml | 27 + .../npc/monster/27043-VarangkaSTracker.xml | 26 + .../monster/27044-KashaBearTotemSpirit.xml | 26 + .../npc/monster/27045-KurukaRatmanLeader.xml | 27 + data/templates/npc/monster/27046-Sumi.xml | 27 + data/templates/npc/monster/27047-Wanuk.xml | 27 + data/templates/npc/monster/27048-Chewba.xml | 27 + data/templates/npc/monster/27049-Heitafu.xml | 27 + data/templates/npc/monster/27050-Picubo.xml | 27 + data/templates/npc/monster/27051-Bumbum.xml | 27 + data/templates/npc/monster/27052-Minsku.xml | 27 + data/templates/npc/monster/27053-Chuchu.xml | 27 + data/templates/npc/monster/27054-UmbarOrc.xml | 27 + data/templates/npc/monster/27055-Zakan.xml | 27 + .../npc/monster/27056-DurkaSpirit.xml | 26 + .../templates/npc/monster/27058-HoneyBear.xml | 26 + data/templates/npc/monster/27059-Uoph.xml | 27 + data/templates/npc/monster/27060-Kracha.xml | 27 + data/templates/npc/monster/27061-Batoh.xml | 27 + data/templates/npc/monster/27062-Tanukia.xml | 27 + .../npc/monster/27063-TanukiaSWarhound.xml | 26 + data/templates/npc/monster/27064-Turel.xml | 27 + data/templates/npc/monster/27065-Roko.xml | 27 + .../npc/monster/27066-RokoSWarhound.xml | 26 + data/templates/npc/monster/27067-Kamut.xml | 27 + data/templates/npc/monster/27068-Murtika.xml | 27 + .../npc/monster/27069-MurtikaSWarhound.xml | 26 + .../npc/monster/27070-TumranOrcBrigand.xml | 27 + .../npc/monster/27077-UnicornOfEva.xml | 26 + .../npc/monster/27078-TrimdenLord.xml | 26 + .../npc/monster/27079-BlackWillowLurker.xml | 26 + .../npc/monster/27080-PashikaSonOfVoltar.xml | 27 + .../npc/monster/27081-VultusSonOfVoltar.xml | 27 + .../npc/monster/27082-EnkuOrcOverlord.xml | 27 + .../npc/monster/27083-MakumBugbearThug.xml | 27 + .../monster/27086-RevenantOfTantosChief.xml | 27 + .../npc/monster/27088-HarpyMatriarch.xml | 26 + .../npc/monster/27089-RoadCollector.xml | 27 + .../npc/monster/27090-SerpentDemonKadesh.xml | 27 + .../npc/monster/27092-NeerBodyguard.xml | 26 + .../npc/monster/27093-DeluChiefKalkis.xml | 27 + .../monster/27094-DeluLizardmanAssassin.xml | 27 + .../monster/27095-SingingFlowerPhantasm.xml | 26 + .../monster/27096-SingingFlowerNightmare.xml | 26 + .../monster/27097-SingingFlowerDarkling.xml | 26 + .../templates/npc/monster/27098-GhostFire.xml | 26 + .../npc/monster/27099-NamelessRevenant.xml | 26 + .../npc/monster/27100-SkeletalMercenary.xml | 27 + .../monster/27101-DrevanulPrinceZeruel.xml | 26 + .../npc/monster/27102-PakoTheCat.xml | 26 + .../npc/monster/27103-UnicornRacer.xml | 26 + .../npc/monster/27104-ShadowTuren.xml | 26 + .../npc/monster/27105-MimiTheCat.xml | 26 + .../npc/monster/27106-UnicornPhantasm.xml | 26 + .../npc/monster/27107-SilhouetteTilfo.xml | 26 + .../npc/monster/27108-StenoaGorgonQueen.xml | 27 + .../npc/monster/27109-HandmaidenOfStenoa.xml | 26 + .../npc/monster/27110-Shyslassys.xml | 26 + .../npc/monster/27111-CaveBasilisk.xml | 26 + data/templates/npc/monster/27112-Gorr.xml | 26 + data/templates/npc/monster/27113-Baraham.xml | 26 + .../npc/monster/27114-SuccubusQueen.xml | 26 + .../npc/monster/27115-ClawOfSuccubus.xml | 26 + .../npc/monster/27116-LavaSalamander.xml | 26 + data/templates/npc/monster/27117-Nahir.xml | 26 + .../npc/monster/27118-BlackWillow.xml | 26 + .../npc/monster/27119-SpiritOfSirHerod.xml | 27 + .../npc/monster/27120-LuellOfZephyrWinds.xml | 26 + .../npc/monster/27121-ActeaOfVerdantWilds.xml | 26 + .../npc/monster/27122-LetoLizardmanAgent.xml | 27 + .../npc/monster/27123-LetoLizardmanLeader.xml | 27 + .../monster/27124-LetoLizardmanAssassin.xml | 27 + .../npc/monster/27125-LetoLizardmanSniper.xml | 27 + .../npc/monster/27126-LetoLizardmanWizard.xml | 27 + .../npc/monster/27127-LetoLizardmanLord.xml | 27 + data/templates/npc/monster/27128-Aruraune.xml | 26 + .../npc/monster/27129-OlMahumInspector.xml | 27 + .../npc/monster/27130-OlMahumBetrayer.xml | 27 + .../npc/monster/27131-CrimsonWerewolf.xml | 26 + .../npc/monster/27132-KrudelLizardman.xml | 27 + .../npc/monster/27133-EvilEyeLord.xml | 26 + data/templates/npc/monster/27134-Tatoma.xml | 27 + data/templates/npc/monster/27135-Grima.xml | 26 + .../npc/monster/27136-SuccubusOfSeduction.xml | 26 + .../templates/npc/monster/27137-DemonKing.xml | 26 + .../npc/monster/27138-GreatDemonKing.xml | 27 + .../npc/monster/27139-SecretKeeperTree.xml | 26 + .../npc/monster/27140-BrekaOverlordHaka.xml | 27 + .../npc/monster/27141-BrekaOverlordJaka.xml | 27 + .../npc/monster/27142-BrekaOverlordMarka.xml | 27 + .../npc/monster/27143-WindsusAleph.xml | 26 + .../npc/monster/27144-TarlkRaiderAthu.xml | 27 + .../npc/monster/27145-TarlkRaiderLanka.xml | 27 + .../npc/monster/27146-TarlkRaiderTriska.xml | 27 + .../npc/monster/27147-TarlkRaiderMotura.xml | 27 + .../npc/monster/27148-TarlkRaiderKalath.xml | 27 + .../npc/monster/27149-GremlinFilcher.xml | 26 + .../monster/27150-BlackLegionStormtrooper.xml | 27 + .../monster/27151-DeluLizardmanHeadhunter.xml | 27 + .../monster/27152-MarshStakatoMarquess.xml | 26 + .../npc/monster/27153-AlexandroSanches.xml | 26 + .../npc/monster/27154-Bonaparterius.xml | 27 + .../npc/monster/27155-Ramsebalius.xml | 27 + .../npc/monster/27156-LetoShamanKetz.xml | 27 + .../npc/monster/27157-LetoChiefNarak.xml | 27 + .../npc/monster/27158-TimakRaiderKaikee.xml | 27 + .../npc/monster/27159-TimakOverlordOkun.xml | 27 + data/templates/npc/monster/27160-GokMagok.xml | 26 + .../npc/monster/27161-TaikOverlordKakran.xml | 27 + .../npc/monster/27162-HatarChieftainKubel.xml | 26 + .../npc/monster/27163-VanorElderKerunos.xml | 27 + .../npc/monster/27164-KarulChiefOrooto.xml | 27 + .../npc/monster/27165-AbyssalJewel1.xml | 26 + .../npc/monster/27166-AbyssalJewel2.xml | 26 + .../npc/monster/27167-AbyssalJewel3.xml | 26 + .../npc/monster/27168-JewelGuardianMara.xml | 26 + .../npc/monster/27169-JewelGuardianMusfel.xml | 26 + .../npc/monster/27170-JewelGuardianPyton.xml | 27 + .../27171-SacrificeOfTheSacrificed.xml | 26 + .../monster/27172-HaritLizardmanZealot.xml | 27 + .../npc/monster/27173-BoxOfAthrea1.xml | 25 + .../npc/monster/27174-BoxOfAthrea2.xml | 25 + .../npc/monster/27175-BoxOfAthrea3.xml | 25 + .../npc/monster/27176-BoxOfAthrea4.xml | 25 + .../npc/monster/27177-BoxOfAthrea5.xml | 25 + .../templates/npc/monster/27178-BlitzWyrm.xml | 26 + .../npc/monster/27179-GraveKeymaster.xml | 26 + .../npc/monster/27180-ImperialSlave.xml | 26 + .../npc/monster/27181-ImperialGravekeeper.xml | 27 + .../npc/monster/27182-ArkGuardianElberoth.xml | 27 + .../monster/27183-ArkGuardianShadowfang.xml | 27 + .../npc/monster/27184-AngelKiller.xml | 27 + .../npc/monster/27185-FairyTreeOfWind.xml | 25 + .../npc/monster/27186-FairyTreeOfStar.xml | 25 + .../npc/monster/27187-FairyTreeOfTwilight.xml | 25 + .../npc/monster/27188-FairyTreeOfAbyss.xml | 25 + .../npc/monster/27189-SoulOfTreeGuardian.xml | 26 + .../npc/monster/27190-OlMahumSupportTroop.xml | 27 + data/templates/npc/monster/27191-Malcom.xml | 26 + .../npc/monster/27192-SuccubusHandmaiden.xml | 26 + .../npc/monster/27193-GoblinServant.xml | 26 + .../npc/monster/27194-JulieTheRipper.xml | 27 + data/templates/npc/monster/27195-MaleAnt.xml | 26 + .../npc/monster/27196-BluebackedAlligator.xml | 26 + .../npc/monster/27197-BejewelledAlligator.xml | 26 + .../npc/monster/27199-CrimsonWerewolf.xml | 26 + .../npc/monster/27200-KrudelLizardman.xml | 27 + data/templates/npc/monster/27201.xml | 25 + data/templates/npc/monster/27202.xml | 25 + data/templates/npc/monster/27203.xml | 25 + data/templates/npc/monster/27204.xml | 25 + data/templates/npc/monster/27205.xml | 25 + data/templates/npc/monster/27206.xml | 25 + data/templates/npc/monster/27207.xml | 25 + data/templates/npc/monster/27208.xml | 25 + data/templates/npc/monster/27209.xml | 25 + data/templates/npc/monster/27210.xml | 25 + data/templates/npc/monster/27211.xml | 25 + data/templates/npc/monster/27212.xml | 25 + data/templates/npc/monster/27213.xml | 25 + .../27214-GuardianOfForbiddenKnowledge.xml | 27 + .../27215-GuardianOfForbiddenKnowledge.xml | 27 + .../27216-GuardianOfForbiddenKnowledge.xml | 27 + .../npc/monster/27217-SoulOfWell.xml | 26 + .../npc/monster/27218-TriolSPawn.xml | 26 + .../npc/monster/27219-ArchonOfHalisha.xml | 27 + .../npc/monster/27220-ArchonOfHalisha.xml | 27 + .../npc/monster/27221-ArchonOfHalisha.xml | 27 + .../npc/monster/27222-ArchonOfHalisha.xml | 27 + .../npc/monster/27223-ArchonOfHalisha.xml | 27 + .../npc/monster/27224-ArchonOfHalisha.xml | 27 + .../npc/monster/27225-ArchonOfHalisha.xml | 27 + .../npc/monster/27226-ArchonOfHalisha.xml | 27 + .../npc/monster/27227-ArchonOfHalisha.xml | 27 + .../npc/monster/27228-ArchonOfHalisha.xml | 27 + .../npc/monster/27229-ArchonOfHalisha.xml | 27 + .../npc/monster/27230-ArchonOfHalisha.xml | 27 + .../npc/monster/27231-ArchonOfHalisha.xml | 27 + .../npc/monster/27232-ArchonOfHalisha.xml | 27 + .../npc/monster/27233-ArchonOfHalisha.xml | 27 + .../npc/monster/27234-ArchonOfHalisha.xml | 27 + .../npc/monster/27235-ArchonOfHalisha.xml | 27 + .../npc/monster/27236-ArchonOfHalisha.xml | 27 + .../npc/monster/27237-ArchonOfHalisha.xml | 27 + .../npc/monster/27238-ArchonOfHalisha.xml | 27 + .../npc/monster/27239-ArchonOfHalisha.xml | 27 + .../npc/monster/27240-ArchonOfHalisha.xml | 27 + .../npc/monster/27241-ArchonOfHalisha.xml | 27 + .../npc/monster/27242-ArchonOfHalisha.xml | 27 + .../npc/monster/27243-ArchonOfHalisha.xml | 27 + .../npc/monster/27244-ArchonOfHalisha.xml | 27 + .../npc/monster/27245-ArchonOfHalisha.xml | 27 + .../npc/monster/27246-ArchonOfHalisha.xml | 27 + .../npc/monster/27247-ArchonOfHalisha.xml | 27 + .../npc/monster/27248-ArchonOfHalisha.xml | 27 + .../npc/monster/27249-ArchonOfHalisha.xml | 27 + .../npc/monster/27250-FallenAngelAllector.xml | 26 + .../npc/monster/27251-FallenAngelAllector.xml | 26 + .../npc/monster/27252-FallenAngelAllector.xml | 26 + data/templates/npc/monster/27253-HellFire.xml | 26 + .../npc/monster/27254-UnknownStopper.xml | 26 + .../npc/monster/27255-UnknownStopper.xml | 26 + .../npc/monster/27256-UnknownStopper.xml | 26 + .../monster/27257-ArchangelIconoclasis.xml | 27 + .../monster/27258-ArchangelIconoclasis.xml | 27 + .../monster/27259-ArchangelIconoclasis.xml | 27 + .../monster/27260-ArchangelIconoclasis.xml | 27 + .../npc/monster/27261-BeadOfSacredFlame.xml | 26 + .../npc/monster/27262-DeathLordHallate.xml | 27 + .../npc/monster/27263-DeathLordHallate.xml | 27 + .../npc/monster/27264-DeathLordHallate.xml | 27 + .../npc/monster/27265-LichKingIcarus.xml | 27 + .../npc/monster/27266-FallenAngelHaures.xml | 26 + .../npc/monster/27267-FallenAngelHaures.xml | 26 + .../npc/monster/27268-GuardOfHaures.xml | 26 + .../npc/monster/27269-FallenAngelNaverius.xml | 27 + .../npc/monster/27270-FallenAngelNaverius.xml | 27 + .../npc/monster/27271-ChimeraGolem.xml | 26 + .../monster/27272-HallateSDancerLillian.xml | 27 + .../npc/monster/27273-AssassinPezel.xml | 27 + .../npc/monster/27274-FallenAngelTanakia.xml | 27 + .../npc/monster/27275-FallenAngelTanakia.xml | 27 + .../npc/monster/27276-FallenAngelTanakia.xml | 27 + .../npc/monster/27277-FallenAngelTanakia.xml | 27 + .../npc/monster/27278-ShadowOfBeleth.xml | 27 + .../npc/monster/27279-CursedKesadein.xml | 26 + .../monster/27280-FallenAngelNarcissus.xml | 26 + .../npc/monster/27281-FallenAngelMetellus.xml | 26 + .../npc/monster/27282-DarkAngelOthiel.xml | 27 + .../npc/monster/27283-GrandpapaAskalius.xml | 26 + .../monster/27284-FlameEvilSpiritAzira.xml | 26 + .../npc/monster/27285-LizardSTotemSharuhi.xml | 27 + .../npc/monster/27286-FallenKnightAdhil.xml | 27 + .../npc/monster/27287-BoundElfPanacea.xml | 27 + .../npc/monster/27288-SwordPlayerBiel.xml | 27 + .../monster/27289-AncientSwordMasterIron.xml | 27 + .../npc/monster/27290-WhiteWingCommander.xml | 27 + .../npc/monster/27291-WhiteWingFighter.xml | 27 + .../monster/27292-FallenNobleOrcMuhark.xml | 27 + .../npc/monster/27293-KhavatariUruz.xml | 26 + .../npc/monster/27294-OverlordAtrus.xml | 27 + .../npc/monster/27295-SharuhiMouthMudaha.xml | 27 + .../monster/27296-MonumentWatcherEzekiel.xml | 27 + .../monster/27297-MonumentWatcherEzekiel.xml | 27 + .../monster/27298-MonumentWatcherEzekiel.xml | 27 + .../monster/27299-MonumentWatcherEzekiel.xml | 27 + .../monster/27300-MonumentWatcherEzekiel.xml | 27 + .../monster/27301-MonumentWatcherEzekiel.xml | 27 + .../monster/27302-MonumentDefenderAzrael.xml | 27 + .../monster/27303-MonumentDefenderAzrael.xml | 27 + .../monster/27304-MonumentDefenderAzrael.xml | 27 + .../monster/27305-MonumentDefenderAzrael.xml | 27 + .../monster/27306-MonumentDefenderAzrael.xml | 27 + .../monster/27307-MonumentDefenderAzrael.xml | 27 + .../npc/monster/27308-AssassinFrost.xml | 27 + .../npc/monster/27309-MinerviaVanHacken.xml | 27 + .../npc/monster/27310-KitanisVanHacken.xml | 26 + .../monster/27311-JudgmentHoundDogKelvas.xml | 26 + .../npc/monster/27312-MysteriousServitor.xml | 26 + .../monster/27313-VisionGuardianShakiel.xml | 27 + .../monster/27314-VisionGuardianShakiel.xml | 27 + .../monster/27315-VisionGuardianShakiel.xml | 27 + .../monster/27316-FallenChieftainVegus.xml | 27 + .../npc/monster/27317-RestrainerOfGlory.xml | 27 + .../npc/monster/27318-WendySGuardian.xml | 26 + .../npc/monster/27319-BlackLeopard.xml | 26 + .../templates/npc/monster/27320-TimoraOrc.xml | 27 + .../npc/monster/27321-BruinLizardman.xml | 27 + .../npc/monster/27322-PicotAraneid.xml | 26 + .../npc/monster/27323-DivineEmissary.xml | 27 + .../npc/monster/27324-VisionGuardEranus.xml | 27 + .../npc/monster/27325-ArchonOfHalisha.xml | 27 + .../npc/monster/27326-ArchangelKanriel.xml | 27 + .../npc/monster/27327-ZakorelSExecutor.xml | 27 + data/templates/npc/monster/27328-Zakorel.xml | 27 + .../npc/monster/27329-ArchonOfHalisha.xml | 27 + .../npc/monster/27332-GuardianAngel.xml | 27 + .../npc/monster/27333-CrimsonDuchess.xml | 26 + .../npc/monster/27334-ArchonOfHalisha.xml | 27 + .../npc/monster/27335-DarkAngelOthiel.xml | 27 + .../npc/monster/27336-CrimsonLady.xml | 26 + .../npc/monster/27337-OlMahumOfficerTak.xml | 27 + .../npc/monster/27338-FallenAngel.xml | 27 + .../monster/27339-CrumaMarshlandsTraitor.xml | 27 + data/templates/npc/monster/27340-Pursuer.xml | 26 + .../npc/monster/27341-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27342-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27343-ShilenSEvilThoughts.xml | 25 + .../npc/monster/27344-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27345-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27346-ShilenSEvilThoughts.xml | 25 + .../monster/27347-GuardsOfTheDawnOracle.xml | 25 + .../monster/27348-GuardsOfTheDawnOracle.xml | 26 + .../monster/27349-GuardsOfTheDawnOracle.xml | 25 + .../monster/27350-GuardsOfTheDawnOracle.xml | 26 + .../npc/monster/27351-GuardsOfTheDawn.xml | 26 + .../monster/27352-GuardsOfTheDawnOracle.xml | 26 + .../npc/monster/27353-LilimButcher.xml | 26 + .../npc/monster/27354-LilimMagus.xml | 25 + .../npc/monster/27355-LilimSlaveKnight.xml | 26 + .../npc/monster/27356-LilimStabber.xml | 26 + .../templates/npc/monster/27357-LilimSeer.xml | 25 + .../npc/monster/27358-LilimKnight.xml | 26 + .../npc/monster/27359-LilimAssassin.xml | 26 + .../npc/monster/27360-LilimGreatMagus.xml | 25 + .../npc/monster/27361-LilimGuardKnight.xml | 26 + .../npc/monster/27362-LilimButcher.xml | 26 + .../npc/monster/27363-LilimMagus.xml | 25 + .../npc/monster/27364-LilimSlaveKnight.xml | 26 + .../npc/monster/27365-LilimStabber.xml | 26 + .../templates/npc/monster/27366-LilimSeer.xml | 25 + .../npc/monster/27367-LilimKnight.xml | 26 + .../npc/monster/27368-LilimAssassin.xml | 26 + .../npc/monster/27369-LilimGreatMagus.xml | 25 + .../npc/monster/27370-LilimGuardKnight.xml | 26 + .../npc/monster/27371-LilimButcher.xml | 26 + .../npc/monster/27372-LilimMagus.xml | 25 + .../npc/monster/27373-LilimSlaveKnight.xml | 26 + .../npc/monster/27374-ShilenSEvilThoughts.xml | 25 + .../npc/monster/27375-ShilenSEvilThoughts.xml | 25 + .../npc/monster/27376-LilimKnight.xml | 26 + .../npc/monster/27377-LilimAssassin.xml | 26 + .../npc/monster/27378-LilimGreatMagus.xml | 25 + .../npc/monster/27379-LilimGuardKnight.xml | 26 + .../monster/27380-RecklessSpriteOfWater.xml | 26 + .../npc/monster/27381-RecklessSpriteOfAir.xml | 26 + .../monster/27382-PowerOfSealIsolation.xml | 24 + .../monster/27383-PowerOfSealIsolation.xml | 24 + .../npc/monster/27384-SealDevice.xml | 26 + data/templates/npc/monster/27385-Lilith.xml | 26 + .../npc/monster/27386-LilithSSteward.xml | 25 + .../npc/monster/27387-LilithSElite.xml | 25 + data/templates/npc/monster/27388-Anakim.xml | 26 + .../npc/monster/27389-AnakimSGuardian.xml | 25 + .../npc/monster/27390-AnakimSGuard.xml | 25 + .../npc/monster/27391-AnakimSExecutor.xml | 25 + .../npc/monster/27392-BloodyAxeAide.xml | 26 + .../npc/monster/27393-HeadlessKnight.xml | 26 + .../npc/monster/27394-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27395-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27396-ShilenSEvilThoughts.xml | 25 + .../npc/monster/27397-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27398-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27399-ShilenSEvilThoughts.xml | 25 + .../npc/monster/27400-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27401-ShilenSEvilThoughts.xml | 24 + .../npc/monster/27402-ShilenSEvilThoughts.xml | 25 + .../npc/monster/29002-QueenAntLarva.xml | 25 + data/templates/npc/monster/29003-NurseAnt.xml | 25 + data/templates/npc/monster/29004-GuardAnt.xml | 25 + .../npc/monster/29005-RoyalGuardAnt.xml | 25 + .../npc/monster/29007-DeathKnight.xml | 26 + .../npc/monster/29008-DoomWraith.xml | 26 + data/templates/npc/monster/29009-Dicor.xml | 25 + data/templates/npc/monster/29010-Validus.xml | 25 + .../templates/npc/monster/29011-Susceptor.xml | 25 + data/templates/npc/monster/29012-Perum.xml | 25 + data/templates/npc/monster/29013-Premo.xml | 25 + data/templates/npc/monster/29015-Raikel.xml | 25 + .../npc/monster/29016-RaikelLeos.xml | 25 + data/templates/npc/monster/29017-Riba.xml | 25 + data/templates/npc/monster/29018-RibaIren.xml | 25 + .../templates/npc/monster/29021-Archangel.xml | 26 + .../npc/monster/29023-DollBlader.xml | 29 + .../npc/monster/29024-ValeMaster.xml | 28 + .../npc/monster/29026-PirateZombieCaptain.xml | 29 + .../npc/monster/29027-PirateZombie.xml | 29 + .../npc/monster/29029-LavasaurusPustbon.xml | 25 + .../npc/monster/29031-KerinneSIfrit.xml | 25 + .../npc/monster/29032-KerinneSGolem.xml | 25 + .../npc/monster/29034-FrekiSIfrit.xml | 25 + .../npc/monster/29035-FrekiSGolem.xml | 25 + .../npc/monster/29038-KinazSIfrit.xml | 25 + .../npc/monster/29039-KinazSIfrit.xml | 25 + .../npc/monster/29041-InfernoGolem.xml | 25 + .../npc/monster/29042-InfernoGolem.xml | 25 + .../npc/monster/29043-HowlingIfrit.xml | 25 + .../npc/monster/29044-HowlingIfrit.xml | 25 + .../npc/monster/29048-EvilSpirit.xml | 25 + .../npc/monster/29049-EvilSpirit.xml | 25 + .../npc/monster/29050-BreathOfHalisha.xml | 25 + .../npc/monster/29051-BreathOfHalisha.xml | 25 + data/templates/npc/monster/29052.xml | 24 + data/templates/npc/monster/29053.xml | 24 + .../npc/monster/29057-SirraSPage.xml | 29 + .../npc/monster/29058-SirraSBeholder.xml | 29 + data/templates/npc/monster/29059.xml | 24 + .../npc/monster/29063-AndreasAcolyte.xml | 27 + .../npc/monster/29064-AndreasAcolyte.xml | 27 + .../npc/monster/29069-BehemothDragon.xml | 25 + .../npc/monster/29070-DragonBomber.xml | 25 + .../npc/monster/29071-DragonBomber.xml | 25 + .../npc/monster/29072-DragonBomber.xml | 25 + .../npc/monster/29073-DragonBomber.xml | 25 + .../npc/monster/29074-DragonBomber.xml | 25 + .../npc/monster/29075-DragonBomber.xml | 25 + .../npc/monster/29076-DragonBomber.xml | 25 + data/templates/npc/monster/29077.xml | 24 + data/templates/npc/monster/29078.xml | 24 + data/templates/npc/monster/29079.xml | 24 + data/templates/npc/monster/29080.xml | 24 + data/templates/npc/monster/29081.xml | 24 + data/templates/npc/monster/29082.xml | 24 + data/templates/npc/monster/29083.xml | 24 + data/templates/npc/monster/29084.xml | 24 + data/templates/npc/monster/29085.xml | 24 + data/templates/npc/monster/29086.xml | 24 + data/templates/npc/monster/29087.xml | 24 + data/templates/npc/monster/29088.xml | 24 + data/templates/npc/monster/29089.xml | 24 + data/templates/npc/monster/29090.xml | 24 + data/templates/npc/monster/29091.xml | 24 + data/templates/npc/monster/29092.xml | 24 + data/templates/npc/monster/29093.xml | 24 + data/templates/npc/monster/29094.xml | 24 + .../npc/monster/29097-SplendorDisciple.xml | 27 + .../npc/monster/29098-SplendorWorshiper.xml | 26 + .../npc/monster/29100-CrystalPrisonGuard.xml | 25 + .../npc/monster/29101-CrystallineGolem.xml | 25 + .../npc/monster/29102-CrystallineGolem.xml | 25 + data/templates/npc/monster/29103-Baylor.xml | 26 + .../npc/monster/29104-CrystalPrisonGuard.xml | 28 + .../npc/monster/29105-CrystallineGolem.xml | 25 + .../npc/monster/29115-CrystalPrisonGuard.xml | 25 + .../monster/29116-BaylorSTreasureChest.xml | 48 + .../monster/29117-BaylorSTreasureChest.xml | 38 + data/templates/npc/monster/29119-Beleth.xml | 25 + .../templates/npc/monster/29130-LostGuard.xml | 26 + .../npc/monster/29131-LostAssistantGuard.xml | 26 + .../templates/npc/monster/29133-LostGuard.xml | 26 + .../npc/monster/29134-LostAssistantGuard.xml | 26 + .../templates/npc/monster/29136-LostGuard.xml | 25 + .../npc/monster/29137-LostAssistantGuard.xml | 25 + .../templates/npc/monster/29139-LostGuard.xml | 25 + .../npc/monster/29140-LostAssistantGuard.xml | 25 + .../templates/npc/monster/29142-LostGuard.xml | 25 + .../npc/monster/29143-LostAssistantGuard.xml | 25 + .../templates/npc/monster/29145-LostGuard.xml | 26 + .../npc/monster/29146-LostAssistantGuard.xml | 26 + .../templates/npc/monster/29148-LostGuard.xml | 25 + .../npc/monster/29149-LostAssistantGuard.xml | 25 + .../29151-FeralHoundOfTheNetherworld.xml | 25 + .../29152-FeralHoundOfTheNetherworld.xml | 25 + .../npc/monster/29162-SoldiersOfBravery.xml | 26 + data/templates/npc/monster/29169.xml | 24 + .../npc/monster/29182-DollBlader.xml | 26 + .../npc/monster/29183-VeilMaster.xml | 25 + .../npc/monster/29184-PirateZombieCaptain.xml | 25 + .../npc/monster/29185-PirateZombie.xml | 26 + .../npc/monster/29187-CrystalPrisonGuard.xml | 25 + .../npc/monster/29188-CrystalGolem.xml | 25 + .../npc/monster/29189-CrystalGolem.xml | 25 + .../npc/monster/29190-TaraskDragon.xml | 25 + data/templates/npc/monster/30936-Malcom1.xml | 26 + data/templates/npc/monster/30937-Malcom2.xml | 26 + data/templates/npc/monster/30938-Malcom3.xml | 26 + data/templates/npc/monster/30939-Malcom4.xml | 26 + data/templates/npc/monster/30940-Malcom5.xml | 26 + data/templates/npc/monster/30941-Malcom6.xml | 26 + data/templates/npc/monster/30942-Malcom7.xml | 26 + data/templates/npc/monster/30943-Malcom8.xml | 26 + .../npc/monster/30955-GillianSRevenant.xml | 25 + .../npc/monster/30972-OrpheusResurrecter.xml | 25 + .../npc/monster/30982-SleepingAntLarva1.xml | 25 + .../npc/monster/30983-SleepingAntLarva2.xml | 25 + .../npc/monster/30984-SleepingAntLarva3.xml | 25 + .../npc/monster/30985-SleepingAntLarva4.xml | 25 + .../npc/monster/30986-SleepingAntLarva5.xml | 25 + .../npc/monster/30987-SleepingAntLarva6.xml | 25 + .../templates/npc/monster/31003-HereICome.xml | 25 + .../npc/monster/31004-HalfMoonLove.xml | 25 + .../npc/monster/31005-Everlasting.xml | 25 + .../npc/monster/31006-DarkSideOfTheMoon.xml | 25 + .../templates/npc/monster/31007-WindRider.xml | 25 + .../npc/monster/31008-ShootingStar.xml | 25 + .../npc/monster/31009-CycloneThunder.xml | 25 + .../npc/monster/31010-HungryBaby.xml | 25 + data/templates/npc/monster/31011-SaltyDog.xml | 25 + .../npc/monster/31012-RagingRevolution.xml | 25 + .../npc/monster/31013-ValentineBlue.xml | 25 + .../npc/monster/31014-LightMyFire.xml | 25 + .../templates/npc/monster/31015-RedBullet.xml | 25 + .../npc/monster/31016-ShiningSilver.xml | 25 + .../npc/monster/31017-OverTheTop.xml | 25 + .../npc/monster/31018-RoyalStraight.xml | 25 + data/templates/npc/monster/31019-AllSeven.xml | 25 + .../npc/monster/31020-NastyGreen.xml | 25 + data/templates/npc/monster/31021-Shortcut.xml | 25 + .../npc/monster/31022-TyphoonTiger.xml | 25 + data/templates/npc/monster/31023-RedHot.xml | 25 + .../npc/monster/31024-GalaxyExpress.xml | 25 + .../npc/monster/31025-BestCondition.xml | 25 + .../templates/npc/monster/31026-Albatross.xml | 25 + data/templates/npc/monster/31844-Aracna.xml | 25 + data/templates/npc/monster/31846-Satyros.xml | 26 + data/templates/npc/monster/31847-Pan.xml | 26 + .../npc/monster/31849-RedArachne.xml | 25 + .../npc/monster/32342-EvaSGiftBox.xml | 25 + .../npc/monster/32502-KetraOrcSupporter.xml | 25 + .../32509-KetraOrcIntelligenceOfficer.xml | 25 + data/templates/npc/monster/32656.xml | 24 + .../npc/monster/35368-BloodyLordNurka.xml | 26 + .../npc/monster/35369-PartisanHealer.xml | 26 + .../npc/monster/35370-PartisanCourtGuard.xml | 26 + .../npc/monster/35371-PartisanCourtGuard.xml | 26 + .../npc/monster/35372-PartisanSoldier.xml | 26 + .../npc/monster/35373-PartisanSorcerer.xml | 26 + .../npc/monster/35374-PartisanArcher.xml | 26 + .../npc/monster/35375-BloodyLordNurka.xml | 26 + .../npc/monster/35376-PartisanHealer.xml | 26 + .../npc/monster/35377-PartisanCourtGuard.xml | 26 + .../npc/monster/35378-PartisanCourtGuard.xml | 26 + .../npc/monster/35379-PartisanSoldier.xml | 26 + .../npc/monster/35380-PartisanSorcerer.xml | 26 + .../npc/monster/35381-PartisanArcher.xml | 26 + data/templates/npc/monster/35408-Dietrich.xml | 25 + data/templates/npc/monster/35409-Mikhail.xml | 25 + data/templates/npc/monster/35410-Gustav.xml | 25 + .../npc/monster/35411-DoomServant.xml | 25 + .../templates/npc/monster/35412-DoomGuard.xml | 25 + .../npc/monster/35413-DoomArcher.xml | 26 + .../npc/monster/35414-DoomTrooper.xml | 26 + .../npc/monster/35415-DoomWarrior.xml | 26 + .../npc/monster/35416-DoomKnight.xml | 26 + .../npc/monster/35417-DoormanOfHell.xml | 25 + .../npc/monster/35418-DoormanOfHell.xml | 25 + .../npc/monster/35428-OelMahumBerserker.xml | 25 + .../npc/monster/35429-OelMahumScout.xml | 25 + .../npc/monster/35430-OelMahumLeader.xml | 25 + .../npc/monster/35431-OelMahumCleric.xml | 25 + .../npc/monster/35432-OelMahumThief.xml | 25 + .../npc/monster/36499-TerritoryCatapult.xml | 26 + .../npc/monster/36500-TerritoryCatapult.xml | 26 + .../npc/monster/36501-TerritoryCatapult.xml | 26 + .../npc/monster/36502-TerritoryCatapult.xml | 26 + .../npc/monster/36503-TerritoryCatapult.xml | 26 + .../npc/monster/36504-TerritoryCatapult.xml | 26 + .../npc/monster/36505-TerritoryCatapult.xml | 26 + .../npc/monster/36506-TerritoryCatapult.xml | 26 + .../npc/monster/36507-TerritoryCatapult.xml | 26 + .../npc/monster/36591-SuppliesSafe.xml | 25 + .../npc/monster/36592-SuppliesSafe.xml | 25 + .../npc/monster/36593-SuppliesSafe.xml | 25 + .../npc/monster/36594-SuppliesSafe.xml | 25 + .../npc/monster/36595-SuppliesSafe.xml | 25 + .../npc/monster/36596-SuppliesSafe.xml | 25 + .../npc/monster/36597-SuppliesSafe.xml | 25 + .../npc/monster/36598-SuppliesSafe.xml | 25 + .../npc/monster/36599-SuppliesSafe.xml | 25 + .../npc/mysticvillagemaster/30115-Jurek.xml | 26 + .../mysticvillagemaster/30174-Arkenias.xml | 26 + .../npc/mysticvillagemaster/30175-Fairen.xml | 26 + .../mysticvillagemaster/30176-Valleria.xml | 26 + .../npc/mysticvillagemaster/30694-Scraide.xml | 26 + .../mysticvillagemaster/30854-Drikiyan.xml | 26 + .../npc/mysticvillagemaster/31331-Valdis.xml | 26 + .../mysticvillagemaster/31755-Halaster.xml | 26 + .../npc/mysticvillagemaster/31996-Javier.xml | 26 + .../npc/mysticvillagemaster/32098-Celes.xml | 26 + .../npc/mysticvillagemaster/32147-Rivian.xml | 26 + .../observation/31031-BroadcastingTower.xml | 24 + .../31688-GrandOlympiadManager.xml | 26 + .../31690-MonumentOfHeroes.xml | 24 + .../31769-MonumentOfHeroes.xml | 24 + .../31770-MonumentOfHeroes.xml | 24 + .../31771-MonumentOfHeroes.xml | 24 + .../31772-MonumentOfHeroes.xml | 24 + .../olympiadmanager/36402-OlympiadHost.xml | 26 + .../npc/orcvillagemaster/30500-Osborn.xml | 26 + .../npc/orcvillagemaster/30505-Drikus.xml | 26 + .../npc/orcvillagemaster/30508-Castor.xml | 26 + .../npc/orcvillagemaster/30513-Penatus.xml | 26 + .../npc/orcvillagemaster/30565-Kakai.xml | 26 + .../npc/orcvillagemaster/30681-Karia.xml | 26 + .../npc/orcvillagemaster/30704-Garvarentz.xml | 26 + .../npc/orcvillagemaster/30865-Ladanza.xml | 26 + .../npc/orcvillagemaster/30913-Tushku.xml | 26 + .../npc/orcvillagemaster/31288-Aklan.xml | 26 + .../npc/orcvillagemaster/31326-Lambac.xml | 26 + .../npc/orcvillagemaster/31336-Rahorakti.xml | 27 + .../npc/orcvillagemaster/31977-Shaka.xml | 26 + .../npc/orcvillagemaster/32097-Finker.xml | 26 + .../npc/orcvillagemaster/32150-Took.xml | 26 + data/templates/npc/pet/12077-Wolf.xml | 25 + .../npc/pet/12311-HatchlingOfTheWind.xml | 25 + .../npc/pet/12312-HatchlingOfTheStars.xml | 25 + .../npc/pet/12313-HatchlingOfTwilight.xml | 25 + data/templates/npc/pet/12526-WindStrider.xml | 25 + data/templates/npc/pet/12527-StarStrider.xml | 25 + .../npc/pet/12528-TwilightStrider.xml | 25 + data/templates/npc/pet/12564-SinEater.xml | 25 + data/templates/npc/pet/12621-Wyvern.xml | 25 + .../templates/npc/pet/14001-ReanimatedMan.xml | 25 + .../templates/npc/pet/14002-ReanimatedMan.xml | 25 + .../templates/npc/pet/14003-ReanimatedMan.xml | 25 + .../templates/npc/pet/14004-ReanimatedMan.xml | 25 + .../templates/npc/pet/14005-ReanimatedMan.xml | 25 + .../templates/npc/pet/14006-ReanimatedMan.xml | 25 + .../templates/npc/pet/14007-ReanimatedMan.xml | 25 + .../templates/npc/pet/14008-ReanimatedMan.xml | 25 + .../templates/npc/pet/14009-ReanimatedMan.xml | 25 + .../templates/npc/pet/14010-ReanimatedMan.xml | 25 + .../templates/npc/pet/14011-ReanimatedMan.xml | 25 + .../templates/npc/pet/14012-ReanimatedMan.xml | 25 + .../templates/npc/pet/14013-ReanimatedMan.xml | 25 + .../templates/npc/pet/14014-ReanimatedMan.xml | 25 + .../templates/npc/pet/14015-ReanimatedMan.xml | 25 + .../templates/npc/pet/14016-ReanimatedMan.xml | 25 + .../templates/npc/pet/14017-ReanimatedMan.xml | 25 + .../templates/npc/pet/14018-ReanimatedMan.xml | 25 + .../templates/npc/pet/14019-ReanimatedMan.xml | 25 + .../templates/npc/pet/14020-ReanimatedMan.xml | 25 + .../templates/npc/pet/14021-ReanimatedMan.xml | 25 + .../templates/npc/pet/14022-ReanimatedMan.xml | 25 + .../templates/npc/pet/14023-ReanimatedMan.xml | 25 + .../templates/npc/pet/14024-ReanimatedMan.xml | 25 + .../templates/npc/pet/14025-ReanimatedMan.xml | 25 + .../templates/npc/pet/14026-ReanimatedMan.xml | 25 + .../templates/npc/pet/14027-ReanimatedMan.xml | 25 + .../templates/npc/pet/14028-ReanimatedMan.xml | 25 + .../templates/npc/pet/14029-ReanimatedMan.xml | 25 + .../templates/npc/pet/14030-ReanimatedMan.xml | 25 + .../templates/npc/pet/14031-ReanimatedMan.xml | 25 + .../templates/npc/pet/14032-ReanimatedMan.xml | 25 + .../templates/npc/pet/14033-ReanimatedMan.xml | 25 + .../templates/npc/pet/14034-ReanimatedMan.xml | 25 + .../templates/npc/pet/14035-ReanimatedMan.xml | 25 + .../templates/npc/pet/14036-ReanimatedMan.xml | 25 + .../templates/npc/pet/14037-ReanimatedMan.xml | 25 + data/templates/npc/pet/14038-CorruptedMan.xml | 25 + data/templates/npc/pet/14039-CorruptedMan.xml | 25 + data/templates/npc/pet/14040-CorruptedMan.xml | 25 + data/templates/npc/pet/14041-CorruptedMan.xml | 25 + data/templates/npc/pet/14042-CorruptedMan.xml | 25 + data/templates/npc/pet/14043-CorruptedMan.xml | 25 + data/templates/npc/pet/14044-CorruptedMan.xml | 25 + data/templates/npc/pet/14045-CorruptedMan.xml | 25 + data/templates/npc/pet/14046-CorruptedMan.xml | 25 + data/templates/npc/pet/14047-CorruptedMan.xml | 25 + data/templates/npc/pet/14048-CorruptedMan.xml | 25 + data/templates/npc/pet/14049-CorruptedMan.xml | 25 + data/templates/npc/pet/14050-CorruptedMan.xml | 25 + data/templates/npc/pet/14051-CorruptedMan.xml | 25 + data/templates/npc/pet/14052-CorruptedMan.xml | 25 + data/templates/npc/pet/14053-CorruptedMan.xml | 25 + data/templates/npc/pet/14054-CorruptedMan.xml | 25 + data/templates/npc/pet/14055-CorruptedMan.xml | 25 + data/templates/npc/pet/14056-CorruptedMan.xml | 25 + data/templates/npc/pet/14057-CorruptedMan.xml | 25 + data/templates/npc/pet/14058-CorruptedMan.xml | 25 + data/templates/npc/pet/14059-CorruptedMan.xml | 25 + data/templates/npc/pet/14060-CorruptedMan.xml | 25 + data/templates/npc/pet/14061-CorruptedMan.xml | 25 + data/templates/npc/pet/14062-CorruptedMan.xml | 25 + data/templates/npc/pet/14063-CorruptedMan.xml | 25 + data/templates/npc/pet/14064-CorruptedMan.xml | 25 + data/templates/npc/pet/14065-CorruptedMan.xml | 25 + data/templates/npc/pet/14066-CorruptedMan.xml | 25 + data/templates/npc/pet/14067-CorruptedMan.xml | 25 + data/templates/npc/pet/14068-CorruptedMan.xml | 25 + data/templates/npc/pet/14069-CorruptedMan.xml | 25 + data/templates/npc/pet/14070-CorruptedMan.xml | 25 + data/templates/npc/pet/14071-CorruptedMan.xml | 25 + data/templates/npc/pet/14072-CorruptedMan.xml | 25 + data/templates/npc/pet/14073-CorruptedMan.xml | 25 + data/templates/npc/pet/14074-CursedMan.xml | 25 + data/templates/npc/pet/14075-CursedMan.xml | 25 + data/templates/npc/pet/14076-CursedMan.xml | 25 + data/templates/npc/pet/14077-CursedMan.xml | 25 + data/templates/npc/pet/14078-CursedMan.xml | 25 + data/templates/npc/pet/14079-CursedMan.xml | 25 + data/templates/npc/pet/14080-CursedMan.xml | 25 + data/templates/npc/pet/14081-CursedMan.xml | 25 + data/templates/npc/pet/14082-CursedMan.xml | 25 + data/templates/npc/pet/14083-CursedMan.xml | 25 + data/templates/npc/pet/14084-CursedMan.xml | 25 + data/templates/npc/pet/14085-CursedMan.xml | 25 + data/templates/npc/pet/14086-CursedMan.xml | 25 + data/templates/npc/pet/14087-CursedMan.xml | 25 + data/templates/npc/pet/14088-CursedMan.xml | 25 + data/templates/npc/pet/14089-CursedMan.xml | 25 + data/templates/npc/pet/14090-CursedMan.xml | 25 + data/templates/npc/pet/14091-CursedMan.xml | 25 + data/templates/npc/pet/14092-CursedMan.xml | 25 + data/templates/npc/pet/14093-CursedMan.xml | 25 + data/templates/npc/pet/14094-CursedMan.xml | 25 + data/templates/npc/pet/14095-CursedMan.xml | 25 + data/templates/npc/pet/14096-CursedMan.xml | 25 + data/templates/npc/pet/14097-CursedMan.xml | 25 + data/templates/npc/pet/14098-CursedMan.xml | 25 + data/templates/npc/pet/14099-CursedMan.xml | 25 + data/templates/npc/pet/14100-CursedMan.xml | 25 + data/templates/npc/pet/14101-CursedMan.xml | 25 + data/templates/npc/pet/14102-CursedMan.xml | 25 + data/templates/npc/pet/14103-CursedMan.xml | 25 + data/templates/npc/pet/14104-CursedMan.xml | 25 + data/templates/npc/pet/14105-CursedMan.xml | 25 + data/templates/npc/pet/14106-CursedMan.xml | 25 + data/templates/npc/pet/14107-CursedMan.xml | 25 + data/templates/npc/pet/14108-CursedMan.xml | 25 + data/templates/npc/pet/14109-CursedMan.xml | 25 + data/templates/npc/pet/14110-CursedMan.xml | 25 + data/templates/npc/pet/14111-KatTheCat.xml | 25 + data/templates/npc/pet/14112-KatTheCat.xml | 25 + data/templates/npc/pet/14113-KatTheCat.xml | 25 + data/templates/npc/pet/14114-KatTheCat.xml | 25 + data/templates/npc/pet/14115-KatTheCat.xml | 25 + data/templates/npc/pet/14116-KatTheCat.xml | 25 + data/templates/npc/pet/14117-KatTheCat.xml | 25 + data/templates/npc/pet/14118-KatTheCat.xml | 25 + data/templates/npc/pet/14119-KatTheCat.xml | 25 + data/templates/npc/pet/14120-KatTheCat.xml | 25 + data/templates/npc/pet/14121-KatTheCat.xml | 25 + data/templates/npc/pet/14122-KatTheCat.xml | 25 + data/templates/npc/pet/14123-KatTheCat.xml | 25 + data/templates/npc/pet/14124-KatTheCat.xml | 25 + data/templates/npc/pet/14125-KatTheCat.xml | 25 + data/templates/npc/pet/14126-KatTheCat.xml | 25 + data/templates/npc/pet/14127-KatTheCat.xml | 25 + data/templates/npc/pet/14128-KatTheCat.xml | 25 + data/templates/npc/pet/14129-KatTheCat.xml | 25 + data/templates/npc/pet/14130-KatTheCat.xml | 25 + data/templates/npc/pet/14131-KatTheCat.xml | 25 + data/templates/npc/pet/14132-KatTheCat.xml | 25 + data/templates/npc/pet/14133-KatTheCat.xml | 25 + data/templates/npc/pet/14134-KatTheCat.xml | 25 + data/templates/npc/pet/14135-KatTheCat.xml | 25 + data/templates/npc/pet/14136-KatTheCat.xml | 25 + data/templates/npc/pet/14137-KatTheCat.xml | 25 + data/templates/npc/pet/14138-KatTheCat.xml | 25 + data/templates/npc/pet/14139-KatTheCat.xml | 25 + data/templates/npc/pet/14140-KatTheCat.xml | 25 + data/templates/npc/pet/14141-KatTheCat.xml | 25 + data/templates/npc/pet/14142-KatTheCat.xml | 25 + data/templates/npc/pet/14143-KatTheCat.xml | 25 + data/templates/npc/pet/14144-KatTheCat.xml | 25 + data/templates/npc/pet/14145-KatTheCat.xml | 25 + data/templates/npc/pet/14146-KatTheCat.xml | 25 + data/templates/npc/pet/14147-KatTheCat.xml | 25 + data/templates/npc/pet/14148-KatTheCat.xml | 25 + data/templates/npc/pet/14149-KatTheCat.xml | 25 + data/templates/npc/pet/14150-KatTheCat.xml | 25 + data/templates/npc/pet/14151-KatTheCat.xml | 25 + data/templates/npc/pet/14152-KatTheCat.xml | 25 + data/templates/npc/pet/14153-KatTheCat.xml | 25 + data/templates/npc/pet/14154-KatTheCat.xml | 25 + data/templates/npc/pet/14155-KatTheCat.xml | 25 + data/templates/npc/pet/14156-KatTheCat.xml | 25 + data/templates/npc/pet/14157-KatTheCat.xml | 25 + data/templates/npc/pet/14158-KatTheCat.xml | 25 + data/templates/npc/pet/14159-MewTheCat.xml | 25 + data/templates/npc/pet/14160-MewTheCat.xml | 25 + data/templates/npc/pet/14161-MewTheCat.xml | 25 + data/templates/npc/pet/14162-MewTheCat.xml | 25 + data/templates/npc/pet/14163-MewTheCat.xml | 25 + data/templates/npc/pet/14164-MewTheCat.xml | 25 + data/templates/npc/pet/14165-MewTheCat.xml | 25 + data/templates/npc/pet/14166-MewTheCat.xml | 25 + data/templates/npc/pet/14167-MewTheCat.xml | 25 + data/templates/npc/pet/14168-MewTheCat.xml | 25 + data/templates/npc/pet/14169-MewTheCat.xml | 25 + data/templates/npc/pet/14170-MewTheCat.xml | 25 + data/templates/npc/pet/14171-MewTheCat.xml | 25 + data/templates/npc/pet/14172-MewTheCat.xml | 25 + data/templates/npc/pet/14173-MewTheCat.xml | 25 + data/templates/npc/pet/14174-MewTheCat.xml | 25 + data/templates/npc/pet/14175-MewTheCat.xml | 25 + data/templates/npc/pet/14176-MewTheCat.xml | 25 + data/templates/npc/pet/14177-MewTheCat.xml | 25 + data/templates/npc/pet/14178-MewTheCat.xml | 25 + data/templates/npc/pet/14179-MewTheCat.xml | 25 + data/templates/npc/pet/14180-MewTheCat.xml | 25 + data/templates/npc/pet/14181-MewTheCat.xml | 25 + data/templates/npc/pet/14182-MewTheCat.xml | 25 + data/templates/npc/pet/14183-MewTheCat.xml | 25 + data/templates/npc/pet/14184-MewTheCat.xml | 25 + data/templates/npc/pet/14185-MewTheCat.xml | 25 + data/templates/npc/pet/14186-MewTheCat.xml | 25 + data/templates/npc/pet/14187-MewTheCat.xml | 25 + data/templates/npc/pet/14188-MewTheCat.xml | 25 + data/templates/npc/pet/14189-MewTheCat.xml | 25 + data/templates/npc/pet/14190-MewTheCat.xml | 25 + data/templates/npc/pet/14191-MewTheCat.xml | 25 + data/templates/npc/pet/14192-MewTheCat.xml | 25 + data/templates/npc/pet/14193-MewTheCat.xml | 25 + data/templates/npc/pet/14194-MewTheCat.xml | 25 + data/templates/npc/pet/14195-MewTheCat.xml | 25 + data/templates/npc/pet/14196-MewTheCat.xml | 25 + data/templates/npc/pet/14197-MewTheCat.xml | 25 + data/templates/npc/pet/14198-MewTheCat.xml | 25 + data/templates/npc/pet/14199-MewTheCat.xml | 25 + data/templates/npc/pet/14200-MewTheCat.xml | 25 + data/templates/npc/pet/14201-MewTheCat.xml | 25 + data/templates/npc/pet/14202-MewTheCat.xml | 25 + data/templates/npc/pet/14203-MewTheCat.xml | 25 + data/templates/npc/pet/14204-MewTheCat.xml | 25 + data/templates/npc/pet/14205-MewTheCat.xml | 25 + data/templates/npc/pet/14206-MewTheCat.xml | 25 + data/templates/npc/pet/14207-KaiTheCat.xml | 25 + data/templates/npc/pet/14208-KaiTheCat.xml | 25 + data/templates/npc/pet/14209-KaiTheCat.xml | 25 + data/templates/npc/pet/14210-KaiTheCat.xml | 25 + data/templates/npc/pet/14211-KaiTheCat.xml | 25 + data/templates/npc/pet/14212-KaiTheCat.xml | 25 + data/templates/npc/pet/14213-KaiTheCat.xml | 25 + data/templates/npc/pet/14214-KaiTheCat.xml | 25 + data/templates/npc/pet/14215-KaiTheCat.xml | 25 + data/templates/npc/pet/14216-KaiTheCat.xml | 25 + data/templates/npc/pet/14217-KaiTheCat.xml | 25 + data/templates/npc/pet/14218-KaiTheCat.xml | 25 + data/templates/npc/pet/14219-KaiTheCat.xml | 25 + data/templates/npc/pet/14220-KaiTheCat.xml | 25 + data/templates/npc/pet/14221-KaiTheCat.xml | 25 + data/templates/npc/pet/14222-KaiTheCat.xml | 25 + data/templates/npc/pet/14223-KaiTheCat.xml | 25 + data/templates/npc/pet/14224-KaiTheCat.xml | 25 + data/templates/npc/pet/14225-KaiTheCat.xml | 25 + data/templates/npc/pet/14226-KaiTheCat.xml | 25 + data/templates/npc/pet/14227-KaiTheCat.xml | 25 + data/templates/npc/pet/14228-KaiTheCat.xml | 25 + data/templates/npc/pet/14229-KaiTheCat.xml | 25 + data/templates/npc/pet/14230-KaiTheCat.xml | 25 + data/templates/npc/pet/14231-KaiTheCat.xml | 25 + data/templates/npc/pet/14232-KaiTheCat.xml | 25 + data/templates/npc/pet/14233-KaiTheCat.xml | 25 + data/templates/npc/pet/14234-KaiTheCat.xml | 25 + data/templates/npc/pet/14235-KaiTheCat.xml | 25 + data/templates/npc/pet/14236-KaiTheCat.xml | 25 + data/templates/npc/pet/14237-KaiTheCat.xml | 25 + data/templates/npc/pet/14238-KaiTheCat.xml | 25 + data/templates/npc/pet/14239-KaiTheCat.xml | 25 + data/templates/npc/pet/14240-KaiTheCat.xml | 25 + data/templates/npc/pet/14241-KaiTheCat.xml | 25 + data/templates/npc/pet/14242-KaiTheCat.xml | 25 + data/templates/npc/pet/14243-KaiTheCat.xml | 25 + data/templates/npc/pet/14244-KaiTheCat.xml | 25 + data/templates/npc/pet/14245-KaiTheCat.xml | 25 + data/templates/npc/pet/14246-KaiTheCat.xml | 25 + data/templates/npc/pet/14247-KaiTheCat.xml | 25 + data/templates/npc/pet/14248-KaiTheCat.xml | 25 + data/templates/npc/pet/14249-KaiTheCat.xml | 25 + data/templates/npc/pet/14250-KaiTheCat.xml | 25 + data/templates/npc/pet/14251-FelineQueen.xml | 25 + data/templates/npc/pet/14252-FelineQueen.xml | 25 + data/templates/npc/pet/14253-FelineQueen.xml | 25 + data/templates/npc/pet/14254-FelineQueen.xml | 25 + data/templates/npc/pet/14255-FelineQueen.xml | 25 + data/templates/npc/pet/14256-FelineQueen.xml | 25 + data/templates/npc/pet/14257-FelineQueen.xml | 25 + data/templates/npc/pet/14258-FelineQueen.xml | 25 + data/templates/npc/pet/14259-FelineQueen.xml | 25 + data/templates/npc/pet/14260-FelineQueen.xml | 25 + data/templates/npc/pet/14265-FelineQueen.xml | 25 + data/templates/npc/pet/14266-FelineQueen.xml | 25 + data/templates/npc/pet/14267-FelineQueen.xml | 25 + data/templates/npc/pet/14268-FelineQueen.xml | 25 + data/templates/npc/pet/14269-FelineQueen.xml | 25 + data/templates/npc/pet/14270-FelineQueen.xml | 25 + data/templates/npc/pet/14271-FelineQueen.xml | 25 + data/templates/npc/pet/14272-FelineQueen.xml | 25 + data/templates/npc/pet/14273-FelineQueen.xml | 25 + data/templates/npc/pet/14274-FelineQueen.xml | 25 + data/templates/npc/pet/14275-FelineQueen.xml | 25 + data/templates/npc/pet/14276-FelineQueen.xml | 25 + data/templates/npc/pet/14277-FelineQueen.xml | 25 + data/templates/npc/pet/14278-FelineQueen.xml | 25 + data/templates/npc/pet/14279-FelineQueen.xml | 25 + data/templates/npc/pet/14280-FelineQueen.xml | 25 + data/templates/npc/pet/14281-FelineQueen.xml | 25 + data/templates/npc/pet/14282-FelineQueen.xml | 25 + data/templates/npc/pet/14283-FelineQueen.xml | 25 + data/templates/npc/pet/14284-FelineQueen.xml | 25 + data/templates/npc/pet/14285-FelineQueen.xml | 25 + data/templates/npc/pet/14286-FelineQueen.xml | 25 + data/templates/npc/pet/14287-FelineQueen.xml | 25 + data/templates/npc/pet/14288-FelineQueen.xml | 25 + data/templates/npc/pet/14289-FelineQueen.xml | 25 + data/templates/npc/pet/14290-FelineQueen.xml | 25 + data/templates/npc/pet/14291-FelineQueen.xml | 25 + data/templates/npc/pet/14292-FelineQueen.xml | 25 + data/templates/npc/pet/14293-FelineQueen.xml | 25 + data/templates/npc/pet/14294-FelineQueen.xml | 25 + .../npc/pet/14295-BoxerTheUnicorn.xml | 25 + .../npc/pet/14296-BoxerTheUnicorn.xml | 25 + .../npc/pet/14297-BoxerTheUnicorn.xml | 25 + .../npc/pet/14298-BoxerTheUnicorn.xml | 25 + .../npc/pet/14299-BoxerTheUnicorn.xml | 25 + .../npc/pet/14300-BoxerTheUnicorn.xml | 25 + .../npc/pet/14301-BoxerTheUnicorn.xml | 25 + .../npc/pet/14302-BoxerTheUnicorn.xml | 25 + .../npc/pet/14303-BoxerTheUnicorn.xml | 25 + .../npc/pet/14304-BoxerTheUnicorn.xml | 25 + .../npc/pet/14305-BoxerTheUnicorn.xml | 25 + .../npc/pet/14306-BoxerTheUnicorn.xml | 25 + .../npc/pet/14307-BoxerTheUnicorn.xml | 25 + .../npc/pet/14308-BoxerTheUnicorn.xml | 25 + .../npc/pet/14309-BoxerTheUnicorn.xml | 25 + .../npc/pet/14310-BoxerTheUnicorn.xml | 25 + .../npc/pet/14311-BoxerTheUnicorn.xml | 25 + .../npc/pet/14312-BoxerTheUnicorn.xml | 25 + .../npc/pet/14313-BoxerTheUnicorn.xml | 25 + .../npc/pet/14314-BoxerTheUnicorn.xml | 25 + .../npc/pet/14315-BoxerTheUnicorn.xml | 25 + .../npc/pet/14316-BoxerTheUnicorn.xml | 25 + .../npc/pet/14317-BoxerTheUnicorn.xml | 25 + .../npc/pet/14318-BoxerTheUnicorn.xml | 25 + .../npc/pet/14319-BoxerTheUnicorn.xml | 25 + .../npc/pet/14320-BoxerTheUnicorn.xml | 25 + .../npc/pet/14321-BoxerTheUnicorn.xml | 25 + .../npc/pet/14322-BoxerTheUnicorn.xml | 25 + .../npc/pet/14323-BoxerTheUnicorn.xml | 25 + .../npc/pet/14324-BoxerTheUnicorn.xml | 25 + .../npc/pet/14325-BoxerTheUnicorn.xml | 25 + .../npc/pet/14326-BoxerTheUnicorn.xml | 25 + .../npc/pet/14327-BoxerTheUnicorn.xml | 25 + .../npc/pet/14328-BoxerTheUnicorn.xml | 25 + .../npc/pet/14329-BoxerTheUnicorn.xml | 25 + .../npc/pet/14330-BoxerTheUnicorn.xml | 25 + .../npc/pet/14331-BoxerTheUnicorn.xml | 25 + .../npc/pet/14332-BoxerTheUnicorn.xml | 25 + .../npc/pet/14333-BoxerTheUnicorn.xml | 25 + .../npc/pet/14334-BoxerTheUnicorn.xml | 25 + .../npc/pet/14335-BoxerTheUnicorn.xml | 25 + .../npc/pet/14336-BoxerTheUnicorn.xml | 25 + .../npc/pet/14337-BoxerTheUnicorn.xml | 25 + .../npc/pet/14338-BoxerTheUnicorn.xml | 25 + .../npc/pet/14339-BoxerTheUnicorn.xml | 25 + .../npc/pet/14340-BoxerTheUnicorn.xml | 25 + .../npc/pet/14341-BoxerTheUnicorn.xml | 25 + .../npc/pet/14342-BoxerTheUnicorn.xml | 25 + .../npc/pet/14343-MirageTheUnicorn.xml | 25 + .../npc/pet/14344-MirageTheUnicorn.xml | 25 + .../npc/pet/14345-MirageTheUnicorn.xml | 25 + .../npc/pet/14346-MirageTheUnicorn.xml | 25 + .../npc/pet/14347-MirageTheUnicorn.xml | 25 + .../npc/pet/14348-MirageTheUnicorn.xml | 25 + .../npc/pet/14349-MirageTheUnicorn.xml | 25 + .../npc/pet/14350-MirageTheUnicorn.xml | 25 + .../npc/pet/14351-MirageTheUnicorn.xml | 25 + .../npc/pet/14352-MirageTheUnicorn.xml | 25 + .../npc/pet/14353-MirageTheUnicorn.xml | 25 + .../npc/pet/14354-MirageTheUnicorn.xml | 25 + .../npc/pet/14355-MirageTheUnicorn.xml | 25 + .../npc/pet/14356-MirageTheUnicorn.xml | 25 + .../npc/pet/14357-MirageTheUnicorn.xml | 25 + .../npc/pet/14358-MirageTheUnicorn.xml | 25 + .../npc/pet/14359-MirageTheUnicorn.xml | 25 + .../npc/pet/14360-MirageTheUnicorn.xml | 25 + .../npc/pet/14361-MirageTheUnicorn.xml | 25 + .../npc/pet/14362-MirageTheUnicorn.xml | 25 + .../npc/pet/14363-MirageTheUnicorn.xml | 25 + .../npc/pet/14364-MirageTheUnicorn.xml | 25 + .../npc/pet/14365-MirageTheUnicorn.xml | 25 + .../npc/pet/14366-MirageTheUnicorn.xml | 25 + .../npc/pet/14367-MirageTheUnicorn.xml | 25 + .../npc/pet/14368-MirageTheUnicorn.xml | 25 + .../npc/pet/14369-MirageTheUnicorn.xml | 25 + .../npc/pet/14370-MirageTheUnicorn.xml | 25 + .../npc/pet/14371-MirageTheUnicorn.xml | 25 + .../npc/pet/14372-MirageTheUnicorn.xml | 25 + .../npc/pet/14373-MirageTheUnicorn.xml | 25 + .../npc/pet/14374-MirageTheUnicorn.xml | 25 + .../npc/pet/14375-MirageTheUnicorn.xml | 25 + .../npc/pet/14376-MirageTheUnicorn.xml | 25 + .../npc/pet/14377-MirageTheUnicorn.xml | 25 + .../npc/pet/14378-MirageTheUnicorn.xml | 25 + .../npc/pet/14379-MirageTheUnicorn.xml | 25 + .../npc/pet/14380-MirageTheUnicorn.xml | 25 + .../npc/pet/14381-MirageTheUnicorn.xml | 25 + .../npc/pet/14382-MirageTheUnicorn.xml | 25 + .../npc/pet/14383-MirageTheUnicorn.xml | 25 + .../npc/pet/14384-MirageTheUnicorn.xml | 25 + .../npc/pet/14385-MirageTheUnicorn.xml | 25 + .../npc/pet/14386-MirageTheUnicorn.xml | 25 + .../npc/pet/14387-MirageTheUnicorn.xml | 25 + .../npc/pet/14388-MirageTheUnicorn.xml | 25 + .../npc/pet/14389-MirageTheUnicorn.xml | 25 + .../npc/pet/14390-MirageTheUnicorn.xml | 25 + .../npc/pet/14391-MerrowTheUnicorn.xml | 25 + .../npc/pet/14392-MerrowTheUnicorn.xml | 25 + .../npc/pet/14393-MerrowTheUnicorn.xml | 25 + .../npc/pet/14394-MerrowTheUnicorn.xml | 25 + .../npc/pet/14395-MerrowTheUnicorn.xml | 25 + .../npc/pet/14396-MerrowTheUnicorn.xml | 25 + .../npc/pet/14397-MerrowTheUnicorn.xml | 25 + .../npc/pet/14398-MerrowTheUnicorn.xml | 25 + .../npc/pet/14399-MerrowTheUnicorn.xml | 25 + .../npc/pet/14400-MerrowTheUnicorn.xml | 25 + .../npc/pet/14401-MerrowTheUnicorn.xml | 25 + .../npc/pet/14402-MerrowTheUnicorn.xml | 25 + .../npc/pet/14403-MerrowTheUnicorn.xml | 25 + .../npc/pet/14404-MerrowTheUnicorn.xml | 25 + .../npc/pet/14405-MerrowTheUnicorn.xml | 25 + .../npc/pet/14406-MerrowTheUnicorn.xml | 25 + .../npc/pet/14407-MerrowTheUnicorn.xml | 25 + .../npc/pet/14408-MerrowTheUnicorn.xml | 25 + .../npc/pet/14409-MerrowTheUnicorn.xml | 25 + .../npc/pet/14410-MerrowTheUnicorn.xml | 25 + .../npc/pet/14411-MerrowTheUnicorn.xml | 25 + .../npc/pet/14412-MerrowTheUnicorn.xml | 25 + .../npc/pet/14413-MerrowTheUnicorn.xml | 25 + .../npc/pet/14414-MerrowTheUnicorn.xml | 25 + .../npc/pet/14415-MerrowTheUnicorn.xml | 25 + .../npc/pet/14416-MerrowTheUnicorn.xml | 25 + .../npc/pet/14417-MerrowTheUnicorn.xml | 25 + .../npc/pet/14418-MerrowTheUnicorn.xml | 25 + .../npc/pet/14419-MerrowTheUnicorn.xml | 25 + .../npc/pet/14420-MerrowTheUnicorn.xml | 25 + .../npc/pet/14421-MerrowTheUnicorn.xml | 25 + .../npc/pet/14422-MerrowTheUnicorn.xml | 25 + .../npc/pet/14423-MerrowTheUnicorn.xml | 25 + .../npc/pet/14424-MerrowTheUnicorn.xml | 25 + .../npc/pet/14425-MerrowTheUnicorn.xml | 25 + .../npc/pet/14426-MerrowTheUnicorn.xml | 25 + .../npc/pet/14427-MerrowTheUnicorn.xml | 25 + .../npc/pet/14428-MerrowTheUnicorn.xml | 25 + .../npc/pet/14429-MerrowTheUnicorn.xml | 25 + .../npc/pet/14430-MerrowTheUnicorn.xml | 25 + .../npc/pet/14431-MerrowTheUnicorn.xml | 25 + .../npc/pet/14432-MerrowTheUnicorn.xml | 25 + .../npc/pet/14433-MerrowTheUnicorn.xml | 25 + .../npc/pet/14434-MerrowTheUnicorn.xml | 25 + .../npc/pet/14435-UnicornSeraphim.xml | 25 + .../npc/pet/14436-UnicornSeraphim.xml | 25 + .../npc/pet/14437-UnicornSeraphim.xml | 25 + .../npc/pet/14438-UnicornSeraphim.xml | 25 + .../npc/pet/14439-UnicornSeraphim.xml | 25 + .../npc/pet/14440-UnicornSeraphim.xml | 25 + .../npc/pet/14441-UnicornSeraphim.xml | 25 + .../npc/pet/14442-UnicornSeraphim.xml | 25 + .../npc/pet/14443-UnicornSeraphim.xml | 25 + .../npc/pet/14444-UnicornSeraphim.xml | 25 + .../npc/pet/14449-UnicornSeraphim.xml | 25 + .../npc/pet/14450-UnicornSeraphim.xml | 25 + .../npc/pet/14451-UnicornSeraphim.xml | 25 + .../npc/pet/14452-UnicornSeraphim.xml | 25 + .../npc/pet/14453-UnicornSeraphim.xml | 25 + .../npc/pet/14454-UnicornSeraphim.xml | 25 + .../npc/pet/14455-UnicornSeraphim.xml | 25 + .../npc/pet/14456-UnicornSeraphim.xml | 25 + .../npc/pet/14457-UnicornSeraphim.xml | 25 + .../npc/pet/14458-UnicornSeraphim.xml | 25 + .../npc/pet/14459-UnicornSeraphim.xml | 25 + .../npc/pet/14460-UnicornSeraphim.xml | 25 + .../npc/pet/14461-UnicornSeraphim.xml | 25 + .../npc/pet/14462-UnicornSeraphim.xml | 25 + .../npc/pet/14463-UnicornSeraphim.xml | 25 + .../npc/pet/14464-UnicornSeraphim.xml | 25 + .../npc/pet/14465-UnicornSeraphim.xml | 25 + .../npc/pet/14466-UnicornSeraphim.xml | 25 + .../npc/pet/14467-UnicornSeraphim.xml | 25 + .../npc/pet/14468-UnicornSeraphim.xml | 25 + .../npc/pet/14469-UnicornSeraphim.xml | 25 + .../npc/pet/14470-UnicornSeraphim.xml | 25 + .../npc/pet/14471-UnicornSeraphim.xml | 25 + .../npc/pet/14472-UnicornSeraphim.xml | 25 + .../npc/pet/14473-UnicornSeraphim.xml | 25 + .../npc/pet/14474-UnicornSeraphim.xml | 25 + .../npc/pet/14475-UnicornSeraphim.xml | 25 + .../npc/pet/14476-UnicornSeraphim.xml | 25 + .../npc/pet/14477-UnicornSeraphim.xml | 25 + .../npc/pet/14478-UnicornSeraphim.xml | 25 + data/templates/npc/pet/14479-Shadow.xml | 25 + data/templates/npc/pet/14480-Shadow.xml | 25 + data/templates/npc/pet/14481-Shadow.xml | 25 + data/templates/npc/pet/14482-Shadow.xml | 25 + data/templates/npc/pet/14483-Shadow.xml | 25 + data/templates/npc/pet/14484-Shadow.xml | 25 + data/templates/npc/pet/14485-Shadow.xml | 25 + data/templates/npc/pet/14486-Shadow.xml | 25 + data/templates/npc/pet/14487-Shadow.xml | 25 + data/templates/npc/pet/14488-Shadow.xml | 25 + data/templates/npc/pet/14489-Shadow.xml | 25 + data/templates/npc/pet/14490-Shadow.xml | 25 + data/templates/npc/pet/14491-Shadow.xml | 25 + data/templates/npc/pet/14492-Shadow.xml | 25 + data/templates/npc/pet/14493-Shadow.xml | 25 + data/templates/npc/pet/14494-Shadow.xml | 25 + data/templates/npc/pet/14495-Shadow.xml | 25 + data/templates/npc/pet/14496-Shadow.xml | 25 + data/templates/npc/pet/14497-Shadow.xml | 25 + data/templates/npc/pet/14498-Shadow.xml | 25 + data/templates/npc/pet/14499-Shadow.xml | 25 + data/templates/npc/pet/14500-Shadow.xml | 25 + data/templates/npc/pet/14501-Shadow.xml | 25 + data/templates/npc/pet/14502-Shadow.xml | 25 + data/templates/npc/pet/14503-Shadow.xml | 25 + data/templates/npc/pet/14504-Shadow.xml | 25 + data/templates/npc/pet/14505-Shadow.xml | 25 + data/templates/npc/pet/14506-Shadow.xml | 25 + data/templates/npc/pet/14507-Shadow.xml | 25 + data/templates/npc/pet/14508-Shadow.xml | 25 + data/templates/npc/pet/14509-Shadow.xml | 25 + data/templates/npc/pet/14510-Shadow.xml | 25 + data/templates/npc/pet/14511-Shadow.xml | 25 + data/templates/npc/pet/14512-Shadow.xml | 25 + data/templates/npc/pet/14513-Shadow.xml | 25 + data/templates/npc/pet/14514-Shadow.xml | 25 + data/templates/npc/pet/14515-Shadow.xml | 25 + data/templates/npc/pet/14516-Shadow.xml | 25 + data/templates/npc/pet/14517-Shadow.xml | 25 + data/templates/npc/pet/14518-Shadow.xml | 25 + data/templates/npc/pet/14519-Shadow.xml | 25 + data/templates/npc/pet/14520-Shadow.xml | 25 + data/templates/npc/pet/14521-Shadow.xml | 25 + data/templates/npc/pet/14522-Shadow.xml | 25 + data/templates/npc/pet/14523-Shadow.xml | 25 + data/templates/npc/pet/14524-Shadow.xml | 25 + data/templates/npc/pet/14525-Shadow.xml | 25 + data/templates/npc/pet/14526-Shadow.xml | 25 + data/templates/npc/pet/14527-Silhouette.xml | 25 + data/templates/npc/pet/14528-Silhouette.xml | 25 + data/templates/npc/pet/14529-Silhouette.xml | 25 + data/templates/npc/pet/14530-Silhouette.xml | 25 + data/templates/npc/pet/14531-Silhouette.xml | 25 + data/templates/npc/pet/14532-Silhouette.xml | 25 + data/templates/npc/pet/14533-Silhouette.xml | 25 + data/templates/npc/pet/14534-Silhouette.xml | 25 + data/templates/npc/pet/14535-Silhouette.xml | 25 + data/templates/npc/pet/14536-Silhouette.xml | 25 + data/templates/npc/pet/14537-Silhouette.xml | 25 + data/templates/npc/pet/14538-Silhouette.xml | 25 + data/templates/npc/pet/14539-Silhouette.xml | 25 + data/templates/npc/pet/14540-Silhouette.xml | 25 + data/templates/npc/pet/14541-Silhouette.xml | 25 + data/templates/npc/pet/14542-Silhouette.xml | 25 + data/templates/npc/pet/14543-Silhouette.xml | 25 + data/templates/npc/pet/14544-Silhouette.xml | 25 + data/templates/npc/pet/14545-Silhouette.xml | 25 + data/templates/npc/pet/14546-Silhouette.xml | 25 + data/templates/npc/pet/14547-Silhouette.xml | 25 + data/templates/npc/pet/14548-Silhouette.xml | 25 + data/templates/npc/pet/14549-Silhouette.xml | 25 + data/templates/npc/pet/14550-Silhouette.xml | 25 + data/templates/npc/pet/14551-Silhouette.xml | 25 + data/templates/npc/pet/14552-Silhouette.xml | 25 + data/templates/npc/pet/14553-Silhouette.xml | 25 + data/templates/npc/pet/14554-Silhouette.xml | 25 + data/templates/npc/pet/14555-Silhouette.xml | 25 + data/templates/npc/pet/14556-Silhouette.xml | 25 + data/templates/npc/pet/14557-Silhouette.xml | 25 + data/templates/npc/pet/14558-Silhouette.xml | 25 + data/templates/npc/pet/14559-Silhouette.xml | 25 + data/templates/npc/pet/14560-Silhouette.xml | 25 + data/templates/npc/pet/14561-Silhouette.xml | 25 + data/templates/npc/pet/14562-Silhouette.xml | 25 + data/templates/npc/pet/14563-Silhouette.xml | 25 + data/templates/npc/pet/14564-Silhouette.xml | 25 + data/templates/npc/pet/14565-Silhouette.xml | 25 + data/templates/npc/pet/14566-Silhouette.xml | 25 + data/templates/npc/pet/14567-Silhouette.xml | 25 + data/templates/npc/pet/14568-Silhouette.xml | 25 + data/templates/npc/pet/14569-Silhouette.xml | 25 + data/templates/npc/pet/14570-Silhouette.xml | 25 + data/templates/npc/pet/14571-Silhouette.xml | 25 + data/templates/npc/pet/14572-Silhouette.xml | 25 + data/templates/npc/pet/14573-Silhouette.xml | 25 + data/templates/npc/pet/14574-Silhouette.xml | 25 + data/templates/npc/pet/14575-Soulless.xml | 25 + data/templates/npc/pet/14576-Soulless.xml | 25 + data/templates/npc/pet/14577-Soulless.xml | 25 + data/templates/npc/pet/14578-Soulless.xml | 25 + data/templates/npc/pet/14579-Soulless.xml | 25 + data/templates/npc/pet/14580-Soulless.xml | 25 + data/templates/npc/pet/14581-Soulless.xml | 25 + data/templates/npc/pet/14582-Soulless.xml | 25 + data/templates/npc/pet/14583-Soulless.xml | 25 + data/templates/npc/pet/14584-Soulless.xml | 25 + data/templates/npc/pet/14585-Soulless.xml | 25 + data/templates/npc/pet/14586-Soulless.xml | 25 + data/templates/npc/pet/14587-Soulless.xml | 25 + data/templates/npc/pet/14588-Soulless.xml | 25 + data/templates/npc/pet/14589-Soulless.xml | 25 + data/templates/npc/pet/14590-Soulless.xml | 25 + data/templates/npc/pet/14591-Soulless.xml | 25 + data/templates/npc/pet/14592-Soulless.xml | 25 + data/templates/npc/pet/14593-Soulless.xml | 25 + data/templates/npc/pet/14594-Soulless.xml | 25 + data/templates/npc/pet/14595-Soulless.xml | 25 + data/templates/npc/pet/14596-Soulless.xml | 25 + data/templates/npc/pet/14597-Soulless.xml | 25 + data/templates/npc/pet/14598-Soulless.xml | 25 + data/templates/npc/pet/14599-Soulless.xml | 25 + data/templates/npc/pet/14600-Soulless.xml | 25 + data/templates/npc/pet/14601-Soulless.xml | 25 + data/templates/npc/pet/14602-Soulless.xml | 25 + data/templates/npc/pet/14603-Soulless.xml | 25 + data/templates/npc/pet/14604-Soulless.xml | 25 + data/templates/npc/pet/14605-Soulless.xml | 25 + data/templates/npc/pet/14606-Soulless.xml | 25 + data/templates/npc/pet/14607-Soulless.xml | 25 + data/templates/npc/pet/14608-Soulless.xml | 25 + data/templates/npc/pet/14609-Soulless.xml | 25 + data/templates/npc/pet/14610-Soulless.xml | 25 + data/templates/npc/pet/14611-Soulless.xml | 25 + data/templates/npc/pet/14612-Soulless.xml | 25 + data/templates/npc/pet/14613-Soulless.xml | 25 + data/templates/npc/pet/14614-Soulless.xml | 25 + data/templates/npc/pet/14615-Soulless.xml | 25 + data/templates/npc/pet/14616-Soulless.xml | 25 + data/templates/npc/pet/14617-Soulless.xml | 25 + data/templates/npc/pet/14618-Soulless.xml | 25 + data/templates/npc/pet/14619-Nightshade.xml | 25 + data/templates/npc/pet/14620-Nightshade.xml | 25 + data/templates/npc/pet/14621-Nightshade.xml | 25 + data/templates/npc/pet/14622-Nightshade.xml | 25 + data/templates/npc/pet/14623-Nightshade.xml | 25 + data/templates/npc/pet/14624-Nightshade.xml | 25 + data/templates/npc/pet/14625-Nightshade.xml | 25 + data/templates/npc/pet/14626-Nightshade.xml | 25 + data/templates/npc/pet/14627-Nightshade.xml | 25 + data/templates/npc/pet/14628-Nightshade.xml | 25 + data/templates/npc/pet/14633-Nightshade.xml | 25 + data/templates/npc/pet/14634-Nightshade.xml | 25 + data/templates/npc/pet/14635-Nightshade.xml | 25 + data/templates/npc/pet/14636-Nightshade.xml | 25 + data/templates/npc/pet/14637-Nightshade.xml | 25 + data/templates/npc/pet/14638-Nightshade.xml | 25 + data/templates/npc/pet/14639-Nightshade.xml | 25 + data/templates/npc/pet/14640-Nightshade.xml | 25 + data/templates/npc/pet/14641-Nightshade.xml | 25 + data/templates/npc/pet/14642-Nightshade.xml | 25 + data/templates/npc/pet/14643-Nightshade.xml | 25 + data/templates/npc/pet/14644-Nightshade.xml | 25 + data/templates/npc/pet/14645-Nightshade.xml | 25 + data/templates/npc/pet/14646-Nightshade.xml | 25 + data/templates/npc/pet/14647-Nightshade.xml | 25 + data/templates/npc/pet/14648-Nightshade.xml | 25 + data/templates/npc/pet/14649-Nightshade.xml | 25 + data/templates/npc/pet/14650-Nightshade.xml | 25 + data/templates/npc/pet/14651-Nightshade.xml | 25 + data/templates/npc/pet/14652-Nightshade.xml | 25 + data/templates/npc/pet/14653-Nightshade.xml | 25 + data/templates/npc/pet/14654-Nightshade.xml | 25 + data/templates/npc/pet/14655-Nightshade.xml | 25 + data/templates/npc/pet/14656-Nightshade.xml | 25 + data/templates/npc/pet/14657-Nightshade.xml | 25 + data/templates/npc/pet/14658-Nightshade.xml | 25 + data/templates/npc/pet/14659-Nightshade.xml | 25 + data/templates/npc/pet/14660-Nightshade.xml | 25 + data/templates/npc/pet/14661-Nightshade.xml | 25 + data/templates/npc/pet/14662-Nightshade.xml | 25 + .../templates/npc/pet/14663-MechanicGolem.xml | 25 + .../templates/npc/pet/14664-MechanicGolem.xml | 25 + .../templates/npc/pet/14665-MechanicGolem.xml | 25 + .../templates/npc/pet/14666-MechanicGolem.xml | 25 + .../templates/npc/pet/14667-MechanicGolem.xml | 25 + .../templates/npc/pet/14668-MechanicGolem.xml | 25 + .../templates/npc/pet/14669-MechanicGolem.xml | 25 + .../templates/npc/pet/14670-MechanicGolem.xml | 25 + .../templates/npc/pet/14671-MechanicGolem.xml | 25 + .../templates/npc/pet/14672-MechanicGolem.xml | 25 + .../templates/npc/pet/14673-MechanicGolem.xml | 25 + .../templates/npc/pet/14674-MechanicGolem.xml | 25 + .../templates/npc/pet/14675-MechanicGolem.xml | 25 + .../templates/npc/pet/14676-MechanicGolem.xml | 25 + .../templates/npc/pet/14677-MechanicGolem.xml | 25 + .../templates/npc/pet/14678-MechanicGolem.xml | 25 + .../templates/npc/pet/14679-MechanicGolem.xml | 25 + .../templates/npc/pet/14680-MechanicGolem.xml | 25 + .../templates/npc/pet/14681-MechanicGolem.xml | 25 + .../templates/npc/pet/14682-MechanicGolem.xml | 25 + .../templates/npc/pet/14683-MechanicGolem.xml | 25 + .../templates/npc/pet/14684-MechanicGolem.xml | 25 + .../templates/npc/pet/14685-MechanicGolem.xml | 25 + .../templates/npc/pet/14686-MechanicGolem.xml | 25 + .../templates/npc/pet/14687-MechanicGolem.xml | 25 + .../templates/npc/pet/14688-MechanicGolem.xml | 25 + .../templates/npc/pet/14689-MechanicGolem.xml | 25 + .../templates/npc/pet/14690-MechanicGolem.xml | 25 + .../templates/npc/pet/14691-MechanicGolem.xml | 25 + .../templates/npc/pet/14692-MechanicGolem.xml | 25 + .../templates/npc/pet/14693-MechanicGolem.xml | 25 + .../templates/npc/pet/14694-MechanicGolem.xml | 25 + .../templates/npc/pet/14695-MechanicGolem.xml | 25 + .../templates/npc/pet/14696-MechanicGolem.xml | 25 + .../templates/npc/pet/14697-MechanicGolem.xml | 25 + .../templates/npc/pet/14698-MechanicGolem.xml | 25 + .../templates/npc/pet/14699-MechanicGolem.xml | 25 + .../templates/npc/pet/14700-MechanicGolem.xml | 25 + .../templates/npc/pet/14701-MechanicGolem.xml | 25 + data/templates/npc/pet/14702-BigBoom.xml | 25 + data/templates/npc/pet/14703-BigBoom.xml | 25 + data/templates/npc/pet/14704-BigBoom.xml | 25 + data/templates/npc/pet/14705-BigBoom.xml | 25 + data/templates/npc/pet/14706-BigBoom.xml | 25 + data/templates/npc/pet/14707-BigBoom.xml | 25 + data/templates/npc/pet/14708-BigBoom.xml | 25 + data/templates/npc/pet/14709-BigBoom.xml | 25 + data/templates/npc/pet/14710-BigBoom.xml | 25 + data/templates/npc/pet/14711-BigBoom.xml | 25 + data/templates/npc/pet/14712-BigBoom.xml | 25 + data/templates/npc/pet/14713-BigBoom.xml | 25 + data/templates/npc/pet/14714-BigBoom.xml | 25 + data/templates/npc/pet/14715-BigBoom.xml | 25 + data/templates/npc/pet/14716-BigBoom.xml | 25 + data/templates/npc/pet/14717-BigBoom.xml | 25 + data/templates/npc/pet/14718-BigBoom.xml | 25 + data/templates/npc/pet/14719-BigBoom.xml | 25 + data/templates/npc/pet/14720-BigBoom.xml | 25 + data/templates/npc/pet/14721-BigBoom.xml | 25 + data/templates/npc/pet/14722-BigBoom.xml | 25 + data/templates/npc/pet/14723-BigBoom.xml | 25 + data/templates/npc/pet/14724-BigBoom.xml | 25 + data/templates/npc/pet/14725-BigBoom.xml | 25 + data/templates/npc/pet/14726-BigBoom.xml | 25 + data/templates/npc/pet/14727-BigBoom.xml | 25 + data/templates/npc/pet/14728-BigBoom.xml | 25 + data/templates/npc/pet/14729-BigBoom.xml | 25 + data/templates/npc/pet/14730-BigBoom.xml | 25 + data/templates/npc/pet/14731-BigBoom.xml | 25 + data/templates/npc/pet/14732-BigBoom.xml | 25 + data/templates/npc/pet/14733-BigBoom.xml | 25 + data/templates/npc/pet/14734-BigBoom.xml | 25 + data/templates/npc/pet/14735-BigBoom.xml | 25 + data/templates/npc/pet/14736-BigBoom.xml | 25 + data/templates/npc/pet/14799-DarkPanther.xml | 25 + data/templates/npc/pet/14800-DarkPanther.xml | 25 + data/templates/npc/pet/14801-DarkPanther.xml | 25 + data/templates/npc/pet/14802-DarkPanther.xml | 25 + data/templates/npc/pet/14803-DarkPanther.xml | 25 + data/templates/npc/pet/14804-DarkPanther.xml | 25 + data/templates/npc/pet/14805-DarkPanther.xml | 25 + data/templates/npc/pet/14806-DarkPanther.xml | 25 + data/templates/npc/pet/14807-DarkPanther.xml | 25 + data/templates/npc/pet/14808-DarkPanther.xml | 25 + data/templates/npc/pet/14809-DarkPanther.xml | 25 + data/templates/npc/pet/14810-DarkPanther.xml | 25 + data/templates/npc/pet/14811-DarkPanther.xml | 25 + data/templates/npc/pet/14812-DarkPanther.xml | 25 + data/templates/npc/pet/14813-DarkPanther.xml | 25 + data/templates/npc/pet/14814-DarkPanther.xml | 25 + data/templates/npc/pet/14815-DarkPanther.xml | 25 + data/templates/npc/pet/14816-DarkPanther.xml | 25 + data/templates/npc/pet/14817-DarkPanther.xml | 25 + data/templates/npc/pet/14818-DarkPanther.xml | 25 + data/templates/npc/pet/14819-DarkPanther.xml | 25 + data/templates/npc/pet/14820-DarkPanther.xml | 25 + data/templates/npc/pet/14821-DarkPanther.xml | 25 + data/templates/npc/pet/14822-DarkPanther.xml | 25 + data/templates/npc/pet/14823-DarkPanther.xml | 25 + data/templates/npc/pet/14824-DarkPanther.xml | 25 + data/templates/npc/pet/14825-DarkPanther.xml | 25 + data/templates/npc/pet/14826-DarkPanther.xml | 25 + data/templates/npc/pet/14827-DarkPanther.xml | 25 + data/templates/npc/pet/14828-DarkPanther.xml | 25 + data/templates/npc/pet/14829-DarkPanther.xml | 25 + data/templates/npc/pet/14830-DarkPanther.xml | 25 + data/templates/npc/pet/14831-DarkPanther.xml | 25 + data/templates/npc/pet/14832-DarkPanther.xml | 25 + data/templates/npc/pet/14833-DarkPanther.xml | 25 + data/templates/npc/pet/14834-DarkPanther.xml | 25 + data/templates/npc/pet/14835-DarkPanther.xml | 25 + data/templates/npc/pet/14836-FelineKing.xml | 25 + .../npc/pet/14837-MagnusTheUnicorn.xml | 25 + data/templates/npc/pet/14838-SpectralLord.xml | 25 + data/templates/npc/pet/14870-DivineBeast.xml | 25 + data/templates/npc/pet/14871-FelineKing.xml | 25 + data/templates/npc/pet/14872-FelineKing.xml | 25 + data/templates/npc/pet/14873-FelineKing.xml | 25 + data/templates/npc/pet/14874-FelineKing.xml | 25 + data/templates/npc/pet/14875-FelineKing.xml | 25 + data/templates/npc/pet/14876-FelineKing.xml | 25 + data/templates/npc/pet/14877-FelineKing.xml | 25 + data/templates/npc/pet/14878-FelineKing.xml | 25 + data/templates/npc/pet/14879-FelineKing.xml | 25 + data/templates/npc/pet/14880-FelineKing.xml | 25 + data/templates/npc/pet/14881-FelineKing.xml | 25 + data/templates/npc/pet/14882-FelineKing.xml | 25 + data/templates/npc/pet/14883-FelineKing.xml | 25 + data/templates/npc/pet/14884-FelineKing.xml | 25 + data/templates/npc/pet/14885-FelineKing.xml | 25 + .../npc/pet/14886-MagnusTheUnicorn.xml | 25 + .../npc/pet/14887-MagnusTheUnicorn.xml | 25 + .../npc/pet/14888-MagnusTheUnicorn.xml | 25 + .../npc/pet/14889-MagnusTheUnicorn.xml | 25 + .../npc/pet/14890-MagnusTheUnicorn.xml | 25 + .../npc/pet/14891-MagnusTheUnicorn.xml | 25 + .../npc/pet/14892-MagnusTheUnicorn.xml | 25 + .../npc/pet/14893-MagnusTheUnicorn.xml | 25 + .../npc/pet/14894-MagnusTheUnicorn.xml | 25 + .../npc/pet/14895-MagnusTheUnicorn.xml | 25 + .../npc/pet/14896-MagnusTheUnicorn.xml | 25 + .../npc/pet/14897-MagnusTheUnicorn.xml | 25 + .../npc/pet/14898-MagnusTheUnicorn.xml | 25 + .../npc/pet/14899-MagnusTheUnicorn.xml | 25 + .../npc/pet/14900-MagnusTheUnicorn.xml | 25 + data/templates/npc/pet/14901-SpectralLord.xml | 25 + data/templates/npc/pet/14902-SpectralLord.xml | 25 + data/templates/npc/pet/14903-SpectralLord.xml | 25 + data/templates/npc/pet/14904-SpectralLord.xml | 25 + data/templates/npc/pet/14905-SpectralLord.xml | 25 + data/templates/npc/pet/14906-SpectralLord.xml | 25 + data/templates/npc/pet/14907-SpectralLord.xml | 25 + data/templates/npc/pet/14908-SpectralLord.xml | 25 + data/templates/npc/pet/14909-SpectralLord.xml | 25 + data/templates/npc/pet/14910-SpectralLord.xml | 25 + data/templates/npc/pet/14911-SpectralLord.xml | 25 + data/templates/npc/pet/14912-SpectralLord.xml | 25 + data/templates/npc/pet/14913-SpectralLord.xml | 25 + data/templates/npc/pet/14914-SpectralLord.xml | 25 + data/templates/npc/pet/14915-SpectralLord.xml | 25 + data/templates/npc/pet/14916-Tigress.xml | 25 + data/templates/npc/pet/14917-Tigress.xml | 25 + .../npc/pet/14918-ImperialPhoenix.xml | 25 + data/templates/npc/pet/1538-BabyRudolph.xml | 25 + data/templates/npc/pet/1561-BabyRudolph.xml | 25 + data/templates/npc/pet/1562-Deseloph.xml | 25 + data/templates/npc/pet/1563-Hyum.xml | 25 + data/templates/npc/pet/1564-Rekang.xml | 25 + data/templates/npc/pet/1565-Lilias.xml | 25 + data/templates/npc/pet/1566-Lapham.xml | 25 + data/templates/npc/pet/1567-Mafum.xml | 25 + data/templates/npc/pet/1568-Deseloph.xml | 25 + data/templates/npc/pet/1569-Hyum.xml | 25 + data/templates/npc/pet/1570-Rekang.xml | 25 + data/templates/npc/pet/1571-Lilias.xml | 25 + data/templates/npc/pet/1572-Lapham.xml | 25 + data/templates/npc/pet/1573-Mafum.xml | 25 + data/templates/npc/pet/16025-GreatWolf.xml | 25 + data/templates/npc/pet/16030-GreatWolf.xml | 25 + .../templates/npc/pet/16037-GreatSnowWolf.xml | 25 + .../npc/pet/16038-RedWindStrider.xml | 25 + .../npc/pet/16039-RedStarStrider.xml | 25 + .../npc/pet/16040-RedTwilightStrider.xml | 25 + data/templates/npc/pet/16041-Fenrir.xml | 25 + data/templates/npc/pet/16042-SnowFenrir.xml | 25 + data/templates/npc/pet/16043-FoxShaman.xml | 25 + .../npc/pet/16044-WildBeastFighter.xml | 25 + data/templates/npc/pet/16050-OwlMonk.xml | 25 + data/templates/npc/pet/16067-Deinonychus.xml | 25 + .../npc/pet/16068-GuardianSStrider.xml | 25 + data/templates/npc/pet/16071-Maguen.xml | 25 + data/templates/npc/pet/16072-EliteMaguen.xml | 25 + .../templates/npc/petmanager/30731-Martin.xml | 26 + data/templates/npc/petmanager/30827-Lundy.xml | 26 + .../templates/npc/petmanager/30828-Waters.xml | 26 + .../templates/npc/petmanager/30829-Cooper.xml | 26 + data/templates/npc/petmanager/30830-Joey.xml | 26 + .../templates/npc/petmanager/30831-Nelson.xml | 26 + .../templates/npc/petmanager/30869-Lemper.xml | 26 + data/templates/npc/petmanager/31067-Rood.xml | 26 + .../npc/petmanager/31265-Annette.xml | 26 + data/templates/npc/petmanager/31309-Woods.xml | 26 + .../npc/petmanager/31954-Saroyan.xml | 26 + .../templates/npc/petmanager/36478-Mickey.xml | 26 + .../npc/priestvillagemaster/30031-Biotin.xml | 26 + .../npc/priestvillagemaster/30037-Levian.xml | 26 + .../npc/priestvillagemaster/30070-Sylvain.xml | 26 + .../priestvillagemaster/30120-Maximilian.xml | 26 + .../priestvillagemaster/30154-Asterios.xml | 26 + .../npc/priestvillagemaster/30191-Hollint.xml | 26 + .../npc/priestvillagemaster/30289-Raymond.xml | 26 + .../npc/priestvillagemaster/30857-Orven.xml | 26 + .../priestvillagemaster/30905-Squillari.xml | 26 + .../npc/priestvillagemaster/31279-Gregory.xml | 27 + .../priestvillagemaster/31328-Innocentin.xml | 27 + .../npc/priestvillagemaster/31968-Baryl.xml | 27 + .../npc/priestvillagemaster/32095-Marie.xml | 27 + .../npc/priestvillagemaster/32153-Prana.xml | 26 + .../npc/raidboss/25001-GreyclawKutus.xml | 41 + .../raidboss/25004-TurekMercenaryCaptain.xml | 40 + .../npc/raidboss/25007-RetreatSpiderCletu.xml | 43 + .../npc/raidboss/25010-FuriousThieles.xml | 42 + .../raidboss/25013-GhostOfPeasantLeader.xml | 43 + .../25016-The3rdUnderwaterGuardian.xml | 44 + .../templates/npc/raidboss/25019-PanDryad.xml | 39 + .../npc/raidboss/25020-BrekaWarlockPastu.xml | 42 + .../npc/raidboss/25023-StakatoQueenZyrnna.xml | 36 + .../npc/raidboss/25026-KatuVanLeaderAtui.xml | 43 + .../templates/npc/raidboss/25029-Atraiban.xml | 44 + .../raidboss/25032-EvaSGuardianMillenu.xml | 41 + .../raidboss/25035-ShilenSMessengerCabrio.xml | 45 + data/templates/npc/raidboss/25038-Tirak.xml | 39 + data/templates/npc/raidboss/25041-Remmel.xml | 44 + data/templates/npc/raidboss/25044-Barion.xml | 51 + data/templates/npc/raidboss/25047-Karte.xml | 51 + data/templates/npc/raidboss/25050-Verfa.xml | 43 + data/templates/npc/raidboss/25051-Rahha.xml | 41 + data/templates/npc/raidboss/25054-Kernon.xml | 45 + .../npc/raidboss/25057-BiconneOfBlueSky.xml | 42 + .../npc/raidboss/25060-UnrequitedKael.xml | 36 + .../raidboss/25063-ChertubaOfGreatSoul.xml | 38 + .../npc/raidboss/25064-WizardOfStormTeruk.xml | 57 ++ .../raidboss/25067-CaptainOfRedFlagShaka.xml | 47 + .../25070-EnchantedForestWatcherRuell.xml | 45 + .../raidboss/25073-BloodyPriestRudelto.xml | 40 + .../npc/raidboss/25076-PrincessMolrang.xml | 38 + .../npc/raidboss/25079-CatSEyeBandit.xml | 35 + .../npc/raidboss/25082-LeaderOfCatGang.xml | 39 + .../raidboss/25085-TimakOrcChiefRanger.xml | 41 + .../npc/raidboss/25088-CrazyMechanicGolem.xml | 39 + .../npc/raidboss/25089-SoullessWildBoar.xml | 46 + data/templates/npc/raidboss/25092-Korim.xml | 42 + .../templates/npc/raidboss/25095-ElfRenoa.xml | 35 + .../npc/raidboss/25098-SejarrSServitor.xml | 37 + .../npc/raidboss/25099-RottenTreeRepiro.xml | 50 + data/templates/npc/raidboss/25102-Shacram.xml | 43 + .../npc/raidboss/25103-SorcererIsirr.xml | 45 + .../raidboss/25106-GhostOfTheWellLidia.xml | 44 + .../npc/raidboss/25109-AntharasPriestCloe.xml | 39 + .../npc/raidboss/25112-AgentOfBeresMeana.xml | 39 + .../npc/raidboss/25115-IcarusSample1.xml | 54 + ...8-GuilotineWardenOfTheExecutionGrounds.xml | 47 + .../25119-MessengerOfFairyQueenBerun.xml | 49 + .../npc/raidboss/25122-RefugeeHopefulLeo.xml | 41 + .../raidboss/25125-FierceTigerKingAngel.xml | 42 + .../npc/raidboss/25126-LonghornGolkonda.xml | 47 + .../raidboss/25127-LangkMatriarchRashkos.xml | 35 + .../raidboss/25128-VukuGrandSeerGharmash.xml | 48 + .../npc/raidboss/25131-CarnageLordGato.xml | 45 + .../npc/raidboss/25134-LetoChiefTalkin.xml | 42 + .../npc/raidboss/25137-BelethSSeerSephia.xml | 44 + .../npc/raidboss/25140-HekatonPrime.xml | 41 + .../npc/raidboss/25143-FireOfWrathShuriel.xml | 36 + .../raidboss/25146-SerpentDemonBifrons.xml | 38 + .../npc/raidboss/25149-ZombieLordCrowl.xml | 37 + .../npc/raidboss/25152-FlameLordShadar.xml | 36 + .../npc/raidboss/25155-ShamanKingSelu.xml | 41 + .../npc/raidboss/25158-KingTarlk.xml | 45 + .../npc/raidboss/25159-PanielTheUnicorn.xml | 44 + .../npc/raidboss/25162-GiantMarpanak.xml | 43 + .../npc/raidboss/25163-RoaringSkylancer.xml | 44 + data/templates/npc/raidboss/25166-Ikuntai.xml | 37 + .../templates/npc/raidboss/25169-Ragraman.xml | 51 + .../raidboss/25170-LizardmenLeaderHellion.xml | 40 + .../npc/raidboss/25173-TigerKingKaruta.xml | 40 + .../npc/raidboss/25176-BlackLily.xml | 42 + .../25179-GuardianOfTheStatueOfGiantKarum.xml | 40 + .../npc/raidboss/25182-DemonKurikups.xml | 44 + .../raidboss/25185-TasabaPatriarchHellena.xml | 41 + data/templates/npc/raidboss/25188-Apepi.xml | 48 + .../raidboss/25189-CronosSServitorMumu.xml | 33 + .../raidboss/25192-EarthProtectorPanathen.xml | 36 + .../raidboss/25198-FafurionSHeraldLokness.xml | 41 + .../25199-WaterDragonSeerSheshark.xml | 42 + .../raidboss/25202-KrokianPadishaSobekk.xml | 45 + .../npc/raidboss/25205-OceanFlameAshakiel.xml | 41 + .../npc/raidboss/25208-WaterCouatleAteka.xml | 41 + data/templates/npc/raidboss/25211-Sebek.xml | 38 + .../npc/raidboss/25214-FafurionSPageSika.xml | 42 + .../npc/raidboss/25217-CursedClara.xml | 42 + .../npc/raidboss/25220-DeathLordHallate.xml | 41 + .../raidboss/25223-SoulCollectorAcheron.xml | 45 + .../npc/raidboss/25226-RoaringLordKastor.xml | 44 + .../npc/raidboss/25229-StormWingedNaga.xml | 40 + .../npc/raidboss/25230-TimakSeerRagoth.xml | 41 + .../25233-SpiritOfAndrasTheBetrayer.xml | 42 + .../npc/raidboss/25234-AncientWeirdDrake.xml | 43 + .../npc/raidboss/25235-VanorChiefKandra.xml | 45 + .../npc/raidboss/25238-AbyssBrukunt.xml | 43 + .../npc/raidboss/25241-HaritHeroTamash.xml | 47 + .../raidboss/25244-LastLesserGiantOlkuth.xml | 36 + .../raidboss/25245-LastLesserGiantGlaki.xml | 36 + .../npc/raidboss/25248-DoomBladeTanatos.xml | 41 + .../25249-PalatanosOfHorrificPower.xml | 34 + .../raidboss/25252-PalibatiQueenThemis.xml | 41 + .../npc/raidboss/25255-GargoyleLordTiphon.xml | 40 + .../raidboss/25256-TaikHighPrefectArak.xml | 45 + .../raidboss/25259-ZakenSButcherKrantz.xml | 43 + .../npc/raidboss/25260-IronGiantTotem.xml | 54 + .../25263-KernonSFaithfulServantKelone.xml | 42 + .../raidboss/25266-BloodyEmpressDecarbia.xml | 35 + .../npc/raidboss/25269-BeastLordBehemoth.xml | 41 + .../raidboss/25272-PartisanLeaderTalakin.xml | 40 + .../npc/raidboss/25273-Carnamakos.xml | 30 + .../npc/raidboss/25276-DeathLordIpos.xml | 41 + .../raidboss/25277-LilithSWitchMarilion.xml | 44 + .../raidboss/25280-PaganWatcherCerberon.xml | 42 + .../raidboss/25281-AnakimSNemesisZakaron.xml | 43 + .../npc/raidboss/25282-DeathLordShax.xml | 52 + data/templates/npc/raidboss/25283-Lilith.xml | 36 + data/templates/npc/raidboss/25286-Anakim.xml | 42 + .../npc/raidboss/25290-DaimonTheWhiteEyed.xml | 36 + ...293-HestiaGuardianDeityOfTheHotSprings.xml | 37 + .../raidboss/25296-IcicleEmperorBumbalump.xml | 43 + .../npc/raidboss/25299-KetraSHeroHekaton.xml | 35 + .../raidboss/25302-KetraSCommanderTayr.xml | 35 + .../npc/raidboss/25305-KetraSChiefBrakki.xml | 39 + .../npc/raidboss/25306-SoulOfFireNastron.xml | 46 + .../npc/raidboss/25309-VarkaSHeroShadith.xml | 38 + .../npc/raidboss/25312-VarkaSCommanderMos.xml | 42 + .../npc/raidboss/25315-VarkaSChiefHorus.xml | 48 + .../npc/raidboss/25316-SoulOfWaterAshutar.xml | 34 + data/templates/npc/raidboss/25319-Ember.xml | 50 + .../npc/raidboss/25322-DemonSAgentFalston.xml | 44 + .../25325-FlameOfSplendorBarakiel.xml | 44 + .../raidboss/25328-EilhalderVonHellmann.xml | 43 + .../templates/npc/raidboss/25333-Anakazel.xml | 32 + .../templates/npc/raidboss/25334-Anakazel.xml | 37 + .../templates/npc/raidboss/25335-Anakazel.xml | 46 + .../templates/npc/raidboss/25336-Anakazel.xml | 44 + .../templates/npc/raidboss/25337-Anakazel.xml | 39 + .../templates/npc/raidboss/25338-Anakazel.xml | 38 + .../raidboss/25352-GiantWastelandBasilisk.xml | 38 + .../raidboss/25354-GargoyleLordSirocco.xml | 41 + .../npc/raidboss/25357-SukarWereratChief.xml | 35 + .../npc/raidboss/25360-TigerHornet.xml | 39 + .../raidboss/25362-TrackerLeaderSharuk.xml | 50 + .../npc/raidboss/25365-PatriarchKuroboros.xml | 34 + .../npc/raidboss/25366-KuroborosPriest.xml | 36 + .../npc/raidboss/25369-SoulScavenger.xml | 37 + .../npc/raidboss/25372-DiscardedGuardian.xml | 37 + .../raidboss/25373-MalexHeraldOfDagoniel.xml | 34 + .../raidboss/25375-ZombieLordFarakelsus.xml | 36 + .../npc/raidboss/25378-MadnessBeast.xml | 34 + .../raidboss/25380-KayshaHeraldOfIcarus.xml | 34 + .../raidboss/25383-RevenantOfSirCalibus.xml | 38 + .../npc/raidboss/25385-EvilSpiritTempest.xml | 43 + .../raidboss/25388-RedEyeCaptainTrakia.xml | 34 + .../npc/raidboss/25391-NurkaSMessenger.xml | 44 + .../25392-CaptainOfQueenSRoyalGuards.xml | 41 + .../npc/raidboss/25394-PremoPrime.xml | 40 + .../npc/raidboss/25395-ArchonSuscepter.xml | 58 ++ .../npc/raidboss/25398-EyeOfBeleth.xml | 37 + data/templates/npc/raidboss/25401-Skyla.xml | 38 + .../raidboss/25404-CorsairCaptainKylon.xml | 40 + .../npc/raidboss/25407-LordIshka.xml | 45 + .../raidboss/25410-RoadScavengerLeader.xml | 42 + .../25412-NecrosentinelRoyalGuard.xml | 45 + .../templates/npc/raidboss/25415-Nakondas.xml | 43 + .../npc/raidboss/25418-DreadAvengerKraven.xml | 59 ++ .../npc/raidboss/25420-OrfenSHandmaiden.xml | 40 + .../npc/raidboss/25423-FairyQueenTiminiel.xml | 44 + .../raidboss/25426-BetrayerOfUrutuFreki.xml | 33 + .../raidboss/25429-MammonCollectorTalos.xml | 40 + .../npc/raidboss/25431-FlamestoneGolem.xml | 38 + .../npc/raidboss/25434-BanditLeaderBarda.xml | 47 + .../npc/raidboss/25437-TimakOrcGosmos.xml | 39 + .../npc/raidboss/25438-ThiefKelbar.xml | 39 + .../npc/raidboss/25441-EvilSpiritCyrion.xml | 42 + .../npc/raidboss/25444-EnmityGhostRamdal.xml | 41 + .../raidboss/25447-ImmortalSaviorMardil.xml | 43 + .../npc/raidboss/25450-CherubGalaxia.xml | 48 + .../npc/raidboss/25453-MeanasAnor.xml | 40 + .../npc/raidboss/25456-MirrorOfOblivion.xml | 40 + .../npc/raidboss/25460-DeadmanEreve.xml | 45 + .../raidboss/25463-HaritGuardianGarangky.xml | 39 + .../templates/npc/raidboss/25467-Gorgolos.xml | 41 + .../npc/raidboss/25470-LastTitanUtenus.xml | 44 + .../npc/raidboss/25473-GraveRobberKim.xml | 45 + .../npc/raidboss/25475-GhostKnightKabed.xml | 48 + .../raidboss/25478-ShilenSPriestHisilrome.xml | 41 + .../npc/raidboss/25481-MagusKenishee.xml | 45 + .../raidboss/25484-ZakenSChiefMateTillion.xml | 47 + .../npc/raidboss/25487-WaterSpiritLian.xml | 65 ++ .../templates/npc/raidboss/25490-Gwindorr.xml | 40 + .../npc/raidboss/25493-EvaSSpiritNiniel.xml | 46 + .../25496-FafurionSEnvoyPingolpin.xml | 44 + .../25498-FafurionSHenchmanIstary.xml | 45 + .../npc/raidboss/25501-BossAkata.xml | 41 + .../raidboss/25504-NellisVengefulSpirit.xml | 56 + .../npc/raidboss/25506-RayitoTheLooter.xml | 35 + .../npc/raidboss/25509-DarkShamanVarangka.xml | 47 + .../npc/raidboss/25512-GiganticChaosGolem.xml | 46 + .../npc/raidboss/25514-QueenShyeed.xml | 40 + .../npc/raidboss/25523-PlagueGolem.xml | 42 + .../npc/raidboss/25524-FlamestoneGiant.xml | 41 + data/templates/npc/raidboss/25527-Uruka.xml | 42 + .../templates/npc/raidboss/25528-Tiberias.xml | 26 + data/templates/npc/raidboss/25531-Darnel.xml | 42 + data/templates/npc/raidboss/25532-Kechi.xml | 54 + data/templates/npc/raidboss/25534-Tears.xml | 33 + .../templates/npc/raidboss/25536-Hannibal.xml | 26 + data/templates/npc/raidboss/25539-Typhoon.xml | 26 + .../npc/raidboss/25540-DemonPrince.xml | 39 + data/templates/npc/raidboss/25542-Ranku.xml | 35 + data/templates/npc/raidboss/25544-Tully.xml | 32 + .../npc/raidboss/25546-RhiannaTheTraitor.xml | 37 + .../npc/raidboss/25549-TeslaTheDeceiver.xml | 35 + .../raidboss/25552-SoulHunterChakundel.xml | 38 + .../npc/raidboss/25553-DurangoTheCrusher.xml | 38 + .../npc/raidboss/25554-BrutusTheObstinate.xml | 31 + .../npc/raidboss/25557-RangerKarankawa.xml | 31 + .../npc/raidboss/25560-SargonTheMad.xml | 32 + .../npc/raidboss/25563-BeautifulAtrielle.xml | 34 + .../npc/raidboss/25566-NagenTheTomboy.xml | 34 + .../npc/raidboss/25569-JaxTheDestroyer.xml | 35 + .../npc/raidboss/25572-HagerTheOutlaw.xml | 32 + .../npc/raidboss/25575-AllSeeingRango.xml | 38 + data/templates/npc/raidboss/25578-Jakard.xml | 36 + data/templates/npc/raidboss/25579-Helsing.xml | 40 + data/templates/npc/raidboss/25582-Gillien.xml | 37 + data/templates/npc/raidboss/25585-Medici.xml | 40 + .../npc/raidboss/25588-ImmortalMuus.xml | 37 + .../npc/raidboss/25589-BrandTheExile.xml | 40 + .../npc/raidboss/25592-CommanderKoenig.xml | 38 + .../npc/raidboss/25593-GergTheHunter.xml | 34 + data/templates/npc/raidboss/25603-Darion.xml | 32 + data/templates/npc/raidboss/25609-Epidos.xml | 26 + data/templates/npc/raidboss/25610-Epidos.xml | 26 + data/templates/npc/raidboss/25611-Epidos.xml | 26 + data/templates/npc/raidboss/25612-Epidos.xml | 26 + .../npc/raidboss/25616-LostWarden.xml | 26 + .../npc/raidboss/25617-LostWarden.xml | 26 + .../npc/raidboss/25618-LostWarden.xml | 25 + .../npc/raidboss/25619-LostWarden.xml | 26 + .../npc/raidboss/25620-LostWarden.xml | 25 + .../npc/raidboss/25621-LostWarden.xml | 26 + .../npc/raidboss/25622-LostWarden.xml | 26 + .../raidboss/25643-AwakenedAncientSentry.xml | 26 + .../raidboss/25644-AwakenedAncientSeverer.xml | 26 + .../25645-AwakenedAncientSoulExtractor.xml | 26 + .../25646-AwakenedAncientSoulDevourer.xml | 26 + .../raidboss/25647-AwakenedAncientFighter.xml | 27 + .../raidboss/25648-AwakenedAncientFighter.xml | 27 + .../25649-AwakenedAncientExecutor.xml | 27 + .../25650-AwakenedAncientExecutor.xml | 27 + .../raidboss/25651-AwakenedAncientProphet.xml | 26 + .../raidboss/25652-AwakenedAncientProphet.xml | 26 + .../npc/raidboss/25653-KanadisHerald.xml | 35 + .../npc/raidboss/25654-KanadisHerald.xml | 41 + .../npc/raidboss/25655-KanadisHerald.xml | 37 + .../npc/raidboss/25659-KanadisGuide.xml | 38 + .../npc/raidboss/25660-KanadisGuide.xml | 36 + .../npc/raidboss/25661-KanadisGuide.xml | 45 + .../npc/raidboss/25665-YehanKlodekus.xml | 40 + .../npc/raidboss/25666-YehanKlanikus.xml | 51 + .../25667-CannibalisticStakatoChief.xml | 26 + .../25668-CannibalisticStakatoChief.xml | 26 + .../25669-CannibalisticStakatoChief.xml | 26 + .../25670-CannibalisticStakatoChief.xml | 26 + .../npc/raidboss/25671-QueenShyeed.xml | 39 + .../templates/npc/raidboss/25674-Gwindorr.xml | 37 + .../npc/raidboss/25677-WaterSpiritLian.xml | 41 + .../npc/raidboss/25680-GiantMarpanak.xml | 47 + .../templates/npc/raidboss/25681-Gorgolos.xml | 39 + .../npc/raidboss/25684-LastTitanUtenus.xml | 41 + .../npc/raidboss/25687-HekatonPrime.xml | 36 + .../templates/npc/raidboss/25690-Aenkinel.xml | 26 + .../templates/npc/raidboss/25691-Aenkinel.xml | 26 + .../templates/npc/raidboss/25692-Aenkinel.xml | 26 + .../templates/npc/raidboss/25693-Aenkinel.xml | 26 + .../templates/npc/raidboss/25694-Aenkinel.xml | 26 + .../templates/npc/raidboss/25695-Aenkinel.xml | 26 + .../templates/npc/raidboss/25696-Taklacan.xml | 26 + data/templates/npc/raidboss/25697-Torumba.xml | 26 + data/templates/npc/raidboss/25698-Dopagen.xml | 26 + data/templates/npc/raidboss/25699-Glakias.xml | 26 + data/templates/npc/raidboss/25700-Glakias.xml | 26 + data/templates/npc/raidboss/25701-Anays.xml | 44 + .../npc/raidboss/25703-GiganticGolem.xml | 26 + .../npc/raidboss/25709-LostWarden.xml | 25 + .../npc/raidboss/25710-LostCaptain.xml | 33 + data/templates/npc/raidboss/25713-Darnels.xml | 26 + data/templates/npc/raidboss/25714-Kietch.xml | 26 + data/templates/npc/raidboss/25716-Tears.xml | 27 + .../npc/raidboss/29030-FenrilHoundKerinne.xml | 31 + .../npc/raidboss/29033-FenrilHoundFreki.xml | 31 + .../npc/raidboss/29036-FenrilHoundUruz.xml | 31 + .../npc/raidboss/29037-FenrilHoundKinaz.xml | 31 + .../npc/raidboss/29040-WingsOfFlameIxion.xml | 31 + data/templates/npc/raidboss/29054-Benom.xml | 38 + .../npc/raidboss/29056-IceFairySirra.xml | 46 + .../29060-CaptainOfTheIceQueenSRoyalGuard.xml | 26 + .../npc/raidboss/29062-AndreasVanHalter.xml | 37 + data/templates/npc/raidboss/29065-Sailren.xml | 35 + data/templates/npc/raidboss/29095-Gordon.xml | 36 + data/templates/npc/raidboss/29096-Anais.xml | 39 + .../npc/raidboss/29129-LostCaptain.xml | 34 + .../npc/raidboss/29132-LostCaptain.xml | 38 + .../npc/raidboss/29135-LostCaptain.xml | 39 + .../npc/raidboss/29138-LostCaptain.xml | 44 + .../npc/raidboss/29141-LostCaptain.xml | 36 + .../npc/raidboss/29144-LostCaptain.xml | 35 + .../npc/raidboss/29147-LostCaptain.xml | 40 + .../21659-OtherworldlyInvaderSoldier.xml | 39 + .../21660-OtherworldlyInvaderSoldier.xml | 42 + .../21661-OtherworldlyInvaderArcher.xml | 40 + .../21662-OtherworldlyInvaderEliteSoldier.xml | 41 + .../21663-OtherworldlyInvaderShaman.xml | 41 + .../21664-OtherworldlyInvaderPriest.xml | 40 + .../21665-OtherworldlyInvaderMagus.xml | 40 + .../21666-OtherworldlyInvaderMartyrs.xml | 41 + .../21667-OtherworldlyInvaderWarrior.xml | 40 + .../21668-OtherworldlyInvaderSoldier.xml | 41 + .../21669-OtherworldlyInvaderDiscipline.xml | 41 + .../21670-OtherworldlyInvaderBerserker.xml | 44 + .../21672-OtherworldlyInvaderEliteSoldier.xml | 41 + .../21673-OtherworldlyInvaderEliteSoldier.xml | 44 + .../21674-OtherworldlyInvaderEliteSoldier.xml | 40 + .../21675-OtherworldlyInvaderEliteSoldier.xml | 38 + .../21676-OtherworldlyInvaderWarrior.xml | 41 + .../21677-OtherworldlyInvaderEliteSoldier.xml | 33 + .../21678-OtherworldlyInvaderEliteSoldier.xml | 33 + .../21679-OtherworldlyInvaderEliteSoldier.xml | 36 + .../21680-OtherworldlyInvaderEliteSoldier.xml | 37 + .../21681-OtherworldlyInvaderMagus.xml | 35 + .../21682-DimensionInvaderSoldier.xml | 40 + .../21683-DimensionInvaderSoldier.xml | 43 + .../21684-DimensionInvaderArcher.xml | 41 + .../21685-DimensionInvaderEliteSoldier.xml | 45 + .../21686-DimensionInvaderShaman.xml | 38 + .../21687-DimensionInvaderPriest.xml | 53 + .../21688-DimensionInvaderMagus.xml | 43 + .../21689-DimensionInvaderMartyrs.xml | 42 + .../21690-DimensionInvaderWarrior.xml | 49 + .../21691-DimensionInvaderSoldier.xml | 38 + .../21692-DimensionInvaderDiscipline.xml | 47 + .../21693-DimensionInvaderBerserker.xml | 48 + .../21695-DimensionInvaderEliteSoldier.xml | 48 + .../21696-DimensionInvaderEliteSoldier.xml | 43 + .../21697-DimensionInvaderEliteSoldier.xml | 44 + .../21698-DimensionInvaderEliteSoldier.xml | 41 + .../21699-DimensionInvaderWarrior.xml | 41 + .../21700-DimensionInvaderEliteSoldier.xml | 33 + .../21701-DimensionInvaderEliteSoldier.xml | 33 + .../21702-DimensionInvaderEliteSoldier.xml | 38 + .../21703-DimensionInvaderEliteSoldier.xml | 44 + .../21704-DimensionInvaderMagus.xml | 45 + .../21705-PurgatoryInvaderSoldier.xml | 54 + .../21706-PurgatoryInvaderSoldier.xml | 47 + .../21707-PurgatoryInvaderArcher.xml | 44 + .../21708-PurgatoryInvaderEliteSoldier.xml | 45 + .../21709-PurgatoryInvaderShaman.xml | 51 + .../21710-PurgatoryInvaderPriest.xml | 47 + .../21711-PurgatoryInvaderMagus.xml | 53 + .../21712-PurgatoryInvaderMartyrs.xml | 48 + .../21713-PurgatoryInvaderWarrior.xml | 46 + .../21714-PurgatoryInvaderSoldier.xml | 46 + .../21715-PurgatoryInvaderDisciples.xml | 46 + .../21716-PurgatoryInvaderBerserker.xml | 46 + .../21718-PurgatoryInvaderEliteSoldier.xml | 46 + .../21719-PurgatoryInvaderEliteSoldier.xml | 55 + .../21720-PurgatoryInvaderEliteSoldier.xml | 47 + .../21721-PurgatoryInvaderEliteSoldier.xml | 45 + .../21722-PurgatoryInvaderWarrior.xml | 48 + .../21723-PurgatoryInvaderEliteSoldier.xml | 36 + .../21724-PurgatoryInvaderEliteSoldier.xml | 36 + .../21725-PurgatoryInvaderEliteSoldier.xml | 57 ++ .../21726-PurgatoryInvaderEliteSoldier.xml | 43 + .../21727-PurgatoryInvaderMagus.xml | 44 + ...21728-ForbiddenPathInvaderEliteSoldier.xml | 50 + ...21729-ForbiddenPathInvaderEliteSoldier.xml | 44 + .../21730-ForbiddenPathInvaderArcher.xml | 44 + ...21731-ForbiddenPathInvaderEliteSoldier.xml | 49 + .../21732-ForbiddenPathInvaderShaman.xml | 45 + .../21733-ForbiddenPathInvaderPriest.xml | 47 + .../21734-ForbiddenPathInvaderMagus.xml | 46 + .../21735-ForbiddenPathInvaderMartyrs.xml | 43 + .../21736-ForbiddenPathInvaderWarrior.xml | 44 + .../21737-ForbiddenPathInvaderSoldier.xml | 47 + .../21738-ForbiddenPathInvaderDisciple.xml | 49 + .../21739-ForbiddenPathInvaderBerserker.xml | 49 + ...21741-ForbiddenPathInvaderEliteSoldier.xml | 47 + ...21742-ForbiddenPathInvaderEliteSoldier.xml | 44 + ...21743-ForbiddenPathInvaderEliteSoldier.xml | 47 + ...21744-ForbiddenPathInvaderEliteSoldier.xml | 48 + .../21745-ForbiddenPathInvaderWarrior.xml | 45 + ...21746-ForbiddenPathInvaderEliteSoldier.xml | 35 + ...21747-ForbiddenPathInvaderEliteSoldier.xml | 36 + ...21748-ForbiddenPathInvaderEliteSoldier.xml | 44 + ...21749-ForbiddenPathInvaderEliteSoldier.xml | 45 + .../21750-ForbiddenPathInvaderMagus.xml | 44 + .../21751-DarkOmenInvaderSoldier.xml | 44 + .../21752-DarkOmenInvaderSoldier.xml | 44 + .../21753-DarkOmenInvaderArcher.xml | 49 + .../21754-DarkOmenInvaderEliteSoldier.xml | 43 + .../21755-DarkOmenInvaderShaman.xml | 47 + .../21756-DarkOmenInvaderPriest.xml | 43 + .../21757-DarkOmenInvaderMagus.xml | 44 + .../21758-DarkOmenInvaderMartyrs.xml | 44 + .../21759-DarkOmenInvaderWarrior.xml | 51 + .../21760-DarkOmenInvaderSoldier.xml | 49 + .../21761-DarkOmenInvaderDisciple.xml | 44 + .../21762-DarkOmenInvaderBerserker.xml | 44 + .../21764-DarkOmenInvaderEliteSoldier.xml | 44 + .../21765-DarkOmenInvaderEliteSoldier.xml | 44 + .../21766-DarkOmenInvaderEliteSoldier.xml | 45 + .../21767-DarkOmenInvaderEliteSoldier.xml | 44 + .../21768-DarkOmenInvaderWarrior.xml | 44 + .../21769-DarkOmenInvaderEliteSoldier.xml | 37 + .../21770-DarkOmenInvaderEliteSoldier.xml | 36 + .../21771-DarkOmenInvaderEliteSoldier.xml | 40 + .../21772-DarkOmenInvaderEliteSoldier.xml | 46 + .../21773-DarkOmenInvaderMagus.xml | 39 + .../21774-MessengerInvaderSoldier.xml | 42 + .../21775-MessengerInvaderSoldier.xml | 44 + .../21776-MessengerInvaderArcher.xml | 46 + .../21777-MessengerInvaderEliteSoldier.xml | 45 + .../21778-MessengerInvaderShaman.xml | 45 + .../21779-MessengerInvaderPriest.xml | 44 + .../21780-MessengerInvaderMagus.xml | 46 + .../21781-MessengerInvaderMartyrs.xml | 44 + .../21782-MessengerInvaderWarrior.xml | 50 + .../21783-MessengerInvaderSoldier.xml | 45 + .../21784-MessengerInvaderDisciple.xml | 46 + .../21785-MessengerInvaderBerserker.xml | 50 + .../21787-MessengerInvaderEliteSoldier.xml | 47 + .../21788-MessengerInvaderEliteSoldier.xml | 48 + .../21789-MessengerInvaderEliteSoldier.xml | 48 + .../21790-MessengerInvaderEliteSoldier.xml | 50 + .../21791-MessengerInvaderWarrior.xml | 49 + .../21792-MessengerInvaderEliteSoldier.xml | 35 + .../21793-MessengerInvaderEliteSoldier.xml | 36 + .../21794-MessengerInvaderEliteSoldier.xml | 43 + .../21795-MessengerInvaderEliteSoldier.xml | 39 + .../21796-MessengerInvaderMagus.xml | 37 + .../npc/sepulcher/31452-GhostOfWigoth.xml | 25 + .../npc/sepulcher/31453-NamelessSpirit.xml | 25 + .../npc/sepulcher/31454-GhostOfWigoth.xml | 25 + data/templates/npc/sepulcher/31455-KeyBox.xml | 25 + data/templates/npc/sepulcher/31456-KeyBox.xml | 25 + data/templates/npc/sepulcher/31457-KeyBox.xml | 25 + data/templates/npc/sepulcher/31458-KeyBox.xml | 25 + data/templates/npc/sepulcher/31459-KeyBox.xml | 25 + data/templates/npc/sepulcher/31460-KeyBox.xml | 25 + data/templates/npc/sepulcher/31461-KeyBox.xml | 25 + data/templates/npc/sepulcher/31462-KeyBox.xml | 25 + data/templates/npc/sepulcher/31463-KeyBox.xml | 25 + data/templates/npc/sepulcher/31464-KeyBox.xml | 25 + data/templates/npc/sepulcher/31465-KeyBox.xml | 25 + data/templates/npc/sepulcher/31466-KeyBox.xml | 25 + data/templates/npc/sepulcher/31467-KeyBox.xml | 25 + .../npc/sepulcher/31468-MysteriousBox.xml | 25 + .../npc/sepulcher/31469-MysteriousBox.xml | 25 + .../npc/sepulcher/31470-MysteriousBox.xml | 25 + .../npc/sepulcher/31471-MysteriousBox.xml | 25 + .../npc/sepulcher/31472-MysteriousBox.xml | 25 + .../npc/sepulcher/31473-MysteriousBox.xml | 25 + .../npc/sepulcher/31474-MysteriousBox.xml | 25 + .../npc/sepulcher/31475-MysteriousBox.xml | 25 + .../npc/sepulcher/31476-MysteriousBox.xml | 25 + .../npc/sepulcher/31477-MysteriousBox.xml | 25 + .../npc/sepulcher/31478-MysteriousBox.xml | 25 + .../npc/sepulcher/31479-MysteriousBox.xml | 25 + .../npc/sepulcher/31480-MysteriousBox.xml | 25 + .../npc/sepulcher/31481-MysteriousBox.xml | 25 + .../npc/sepulcher/31482-MysteriousBox.xml | 25 + .../npc/sepulcher/31483-MysteriousBox.xml | 25 + .../npc/sepulcher/31484-MysteriousBox.xml | 25 + .../npc/sepulcher/31485-MysteriousBox.xml | 25 + .../npc/sepulcher/31486-MysteriousBox.xml | 25 + .../npc/sepulcher/31487-MysteriousBox.xml | 25 + .../31919-GhostChamberlainOfElmoreden.xml | 25 + .../31920-GhostChamberlainOfElmoreden.xml | 25 + .../31921-ConquerorsSepulcherManager.xml | 25 + .../31922-EmperorsSepulcherManager.xml | 25 + .../31923-GreatSagesSepulcherManager.xml | 25 + .../31924-JudgesSepulcherManager.xml | 25 + .../sepulcher/31925-BaronSHallGatekeeper.xml | 25 + .../31926-ViscountSHallGatekeeper.xml | 25 + .../sepulcher/31927-CountSHallGatekeeper.xml | 25 + .../sepulcher/31928-MarquisHallGatekeeper.xml | 25 + .../sepulcher/31929-DukeSHallGatekeeper.xml | 25 + .../sepulcher/31930-BaronSHallGatekeeper.xml | 25 + .../31931-ViscountSHallGatekeeper.xml | 25 + .../sepulcher/31932-CountSHallGatekeeper.xml | 25 + .../sepulcher/31933-MarquisHallGatekeeper.xml | 25 + .../sepulcher/31934-DukeSHallGatekeeper.xml | 25 + .../sepulcher/31935-BaronSHallGatekeeper.xml | 25 + .../31936-ViscountSHallGatekeeper.xml | 25 + .../sepulcher/31937-CountSHallGatekeeper.xml | 25 + .../sepulcher/31938-MarquisHallGatekeeper.xml | 25 + .../sepulcher/31939-DukeSHallGatekeeper.xml | 25 + .../sepulcher/31940-BaronSHallGatekeeper.xml | 25 + .../31941-ViscountSHallGatekeeper.xml | 25 + .../sepulcher/31942-CountSHallGatekeeper.xml | 25 + .../sepulcher/31943-MarquisHallGatekeeper.xml | 25 + .../sepulcher/31944-DukeSHallGatekeeper.xml | 25 + data/templates/npc/siege/35104-Tyron.xml | 27 + data/templates/npc/siege/35146-Gibbson.xml | 27 + data/templates/npc/siege/35188-Holmes.xml | 27 + data/templates/npc/siege/35232-Sherwood.xml | 27 + .../npc/siege/35278-MessengerRuford.xml | 27 + data/templates/npc/siege/35320-Raybell.xml | 27 + data/templates/npc/siege/35367-Daven.xml | 27 + data/templates/npc/siege/35513-Sherman.xml | 27 + data/templates/npc/siege/35559-Daguerre.xml | 27 + .../npc/siegesummon/14737-SiegeGolem.xml | 25 + .../npc/siegesummon/14738-SiegeGolem.xml | 25 + .../npc/siegesummon/14739-SiegeGolem.xml | 25 + .../npc/siegesummon/14740-SiegeGolem.xml | 25 + .../npc/siegesummon/14741-SiegeGolem.xml | 25 + .../npc/siegesummon/14742-SiegeGolem.xml | 25 + .../npc/siegesummon/14743-SiegeGolem.xml | 25 + .../npc/siegesummon/14744-SiegeGolem.xml | 25 + .../npc/siegesummon/14745-SiegeGolem.xml | 25 + .../npc/siegesummon/14746-SiegeGolem.xml | 25 + .../npc/siegesummon/14747-SiegeGolem.xml | 25 + .../npc/siegesummon/14748-SiegeGolem.xml | 25 + .../npc/siegesummon/14749-SiegeGolem.xml | 25 + .../npc/siegesummon/14750-SiegeGolem.xml | 25 + .../npc/siegesummon/14751-SiegeGolem.xml | 25 + .../npc/siegesummon/14752-SiegeGolem.xml | 25 + .../npc/siegesummon/14753-SiegeGolem.xml | 25 + .../npc/siegesummon/14754-SiegeGolem.xml | 25 + .../npc/siegesummon/14755-SiegeGolem.xml | 25 + .../npc/siegesummon/14756-SiegeGolem.xml | 25 + .../npc/siegesummon/14757-SiegeGolem.xml | 25 + .../npc/siegesummon/14758-SiegeGolem.xml | 25 + .../npc/siegesummon/14759-SiegeGolem.xml | 25 + .../npc/siegesummon/14760-SiegeGolem.xml | 25 + .../npc/siegesummon/14761-SiegeGolem.xml | 25 + .../npc/siegesummon/14762-SiegeGolem.xml | 25 + .../npc/siegesummon/14763-SiegeGolem.xml | 25 + .../npc/siegesummon/14764-SiegeGolem.xml | 25 + .../npc/siegesummon/14765-SiegeGolem.xml | 25 + .../npc/siegesummon/14766-SiegeGolem.xml | 25 + .../npc/siegesummon/14767-SiegeGolem.xml | 25 + .../npc/siegesummon/14768-WildHogCannon.xml | 25 + .../npc/siegesummon/14769-WildHogCannon.xml | 25 + .../npc/siegesummon/14770-WildHogCannon.xml | 25 + .../npc/siegesummon/14771-WildHogCannon.xml | 25 + .../npc/siegesummon/14772-WildHogCannon.xml | 25 + .../npc/siegesummon/14773-WildHogCannon.xml | 25 + .../npc/siegesummon/14774-WildHogCannon.xml | 25 + .../npc/siegesummon/14775-WildHogCannon.xml | 25 + .../npc/siegesummon/14776-WildHogCannon.xml | 25 + .../npc/siegesummon/14777-WildHogCannon.xml | 25 + .../npc/siegesummon/14778-WildHogCannon.xml | 25 + .../npc/siegesummon/14779-WildHogCannon.xml | 25 + .../npc/siegesummon/14780-WildHogCannon.xml | 25 + .../npc/siegesummon/14781-WildHogCannon.xml | 25 + .../npc/siegesummon/14782-WildHogCannon.xml | 25 + .../npc/siegesummon/14783-WildHogCannon.xml | 25 + .../npc/siegesummon/14784-WildHogCannon.xml | 25 + .../npc/siegesummon/14785-WildHogCannon.xml | 25 + .../npc/siegesummon/14786-WildHogCannon.xml | 25 + .../npc/siegesummon/14787-WildHogCannon.xml | 25 + .../npc/siegesummon/14788-WildHogCannon.xml | 25 + .../npc/siegesummon/14789-WildHogCannon.xml | 25 + .../npc/siegesummon/14790-WildHogCannon.xml | 25 + .../npc/siegesummon/14791-WildHogCannon.xml | 25 + .../npc/siegesummon/14792-WildHogCannon.xml | 25 + .../npc/siegesummon/14793-WildHogCannon.xml | 25 + .../npc/siegesummon/14794-WildHogCannon.xml | 25 + .../npc/siegesummon/14795-WildHogCannon.xml | 25 + .../npc/siegesummon/14796-WildHogCannon.xml | 25 + .../npc/siegesummon/14797-WildHogCannon.xml | 25 + .../npc/siegesummon/14798-WildHogCannon.xml | 25 + .../npc/siegesummon/14839-SwoopCannon.xml | 25 + .../npc/siegesummon/14840-SwoopCannon.xml | 25 + .../npc/siegesummon/14841-SwoopCannon.xml | 25 + .../npc/siegesummon/14842-SwoopCannon.xml | 25 + .../npc/siegesummon/14843-SwoopCannon.xml | 25 + .../npc/siegesummon/14844-SwoopCannon.xml | 25 + .../npc/siegesummon/14845-SwoopCannon.xml | 25 + .../npc/siegesummon/14846-SwoopCannon.xml | 25 + .../npc/siegesummon/14847-SwoopCannon.xml | 25 + .../npc/siegesummon/14848-SwoopCannon.xml | 25 + .../npc/siegesummon/14849-SwoopCannon.xml | 25 + .../npc/siegesummon/14850-SwoopCannon.xml | 25 + .../npc/siegesummon/14851-SwoopCannon.xml | 25 + .../npc/siegesummon/14852-SwoopCannon.xml | 25 + .../npc/siegesummon/14853-SwoopCannon.xml | 25 + .../npc/siegesummon/14854-SwoopCannon.xml | 25 + .../npc/siegesummon/14855-SwoopCannon.xml | 25 + .../npc/siegesummon/14856-SwoopCannon.xml | 25 + .../npc/siegesummon/14857-SwoopCannon.xml | 25 + .../npc/siegesummon/14858-SwoopCannon.xml | 25 + .../npc/siegesummon/14859-SwoopCannon.xml | 25 + .../npc/siegesummon/14860-SwoopCannon.xml | 25 + .../npc/siegesummon/14861-SwoopCannon.xml | 25 + .../npc/siegesummon/14862-SwoopCannon.xml | 25 + .../npc/siegesummon/14863-SwoopCannon.xml | 25 + .../npc/siegesummon/14864-SwoopCannon.xml | 25 + .../npc/siegesummon/14865-SwoopCannon.xml | 25 + .../npc/siegesummon/14866-SwoopCannon.xml | 25 + .../npc/siegesummon/14867-SwoopCannon.xml | 25 + .../npc/siegesummon/14868-SwoopCannon.xml | 25 + .../npc/siegesummon/14869-SwoopCannon.xml | 25 + .../31092-BlackMarketeerOfMammon.xml | 25 + .../signspriest/31113-MerchantOfMammon.xml | 25 + .../signspriest/31126-BlacksmithOfMammon.xml | 25 + .../npc/symbolmaker/31046-Marsden.xml | 26 + data/templates/npc/symbolmaker/31047-Kell.xml | 26 + .../npc/symbolmaker/31048-Mcdermott.xml | 26 + .../npc/symbolmaker/31049-Pepper.xml | 26 + .../templates/npc/symbolmaker/31050-Thora.xml | 26 + .../templates/npc/symbolmaker/31051-Keach.xml | 26 + data/templates/npc/symbolmaker/31052-Heid.xml | 26 + .../npc/symbolmaker/31053-Kidder.xml | 26 + .../templates/npc/symbolmaker/31264-Olsun.xml | 26 + .../templates/npc/symbolmaker/31308-Achim.xml | 26 + .../npc/symbolmaker/31953-Rankar.xml | 26 + .../npc/tamedbeast/16013-TrainedBuffalo.xml | 25 + .../npc/tamedbeast/16014-TrainedBuffalo.xml | 25 + .../npc/tamedbeast/16015-TrainedCougar.xml | 25 + .../npc/tamedbeast/16016-TrainedCougar.xml | 25 + .../tamedbeast/16017-TrainedKookaburra.xml | 25 + .../tamedbeast/16018-TrainedKookaburra.xml | 25 + .../npc/tamedbeast/18869-Kookaburra.xml | 26 + .../templates/npc/tamedbeast/18870-Cougar.xml | 26 + .../npc/tamedbeast/18871-Buffalo.xml | 26 + .../npc/tamedbeast/18872-Grendel.xml | 26 + .../teleporter/29055-TeleportationCubic.xml | 24 + .../teleporter/29061-TeleportationCubic.xml | 24 + data/templates/npc/teleporter/30006-Roxxy.xml | 26 + .../templates/npc/teleporter/30059-Trisha.xml | 26 + .../npc/teleporter/30080-Clarissa.xml | 26 + .../npc/teleporter/30134-Jasmine.xml | 26 + .../npc/teleporter/30146-Mirabel.xml | 26 + data/templates/npc/teleporter/30162-Karin.xml | 26 + .../npc/teleporter/30177-Valentina.xml | 26 + .../npc/teleporter/30233-Esmeralda.xml | 26 + data/templates/npc/teleporter/30256-Bella.xml | 26 + .../npc/teleporter/30320-Richlin.xml | 26 + data/templates/npc/teleporter/30427-Siff.xml | 26 + .../npc/teleporter/30429-Tiramisa.xml | 26 + .../npc/teleporter/30483-Mozella.xml | 26 + data/templates/npc/teleporter/30484-Ponti.xml | 26 + .../npc/teleporter/30485-Capella.xml | 26 + data/templates/npc/teleporter/30486-Hanna.xml | 26 + .../npc/teleporter/30487-Penelope.xml | 26 + .../templates/npc/teleporter/30540-Wirphy.xml | 26 + data/templates/npc/teleporter/30576-Tamil.xml | 26 + .../templates/npc/teleporter/30716-Cecile.xml | 26 + .../npc/teleporter/30719-Mariell.xml | 26 + .../templates/npc/teleporter/30722-Merian.xml | 26 + .../templates/npc/teleporter/30727-Verona.xml | 26 + .../npc/teleporter/30836-Minerva.xml | 26 + data/templates/npc/teleporter/30848-Elisa.xml | 26 + .../npc/teleporter/30878-Angelina.xml | 26 + .../templates/npc/teleporter/30899-Flauen.xml | 26 + .../npc/teleporter/31147-Sobling.xml | 26 + .../npc/teleporter/31211-RaceTrackGuide.xml | 25 + .../npc/teleporter/31212-EventGatekeeper.xml | 25 + .../npc/teleporter/31213-EventGatekeeper.xml | 25 + .../npc/teleporter/31214-EventGatekeeper.xml | 25 + .../npc/teleporter/31215-EventGatekeeper.xml | 25 + .../npc/teleporter/31216-EventGatekeeper.xml | 25 + .../npc/teleporter/31217-EventGatekeeper.xml | 25 + .../npc/teleporter/31218-EventGatekeeper.xml | 25 + .../npc/teleporter/31219-EventGatekeeper.xml | 25 + .../npc/teleporter/31220-EventGatekeeper.xml | 25 + .../npc/teleporter/31221-EventGatekeeper.xml | 25 + .../npc/teleporter/31222-EventGatekeeper.xml | 25 + .../npc/teleporter/31223-EventGatekeeper.xml | 25 + .../npc/teleporter/31224-EventGatekeeper.xml | 25 + .../npc/teleporter/31275-Tatiana.xml | 26 + .../templates/npc/teleporter/31320-Ilyana.xml | 26 + data/templates/npc/teleporter/31376-Kurfa.xml | 27 + .../npc/teleporter/31383-TeranuMardui.xml | 27 + .../templates/npc/teleporter/31698-Arisha.xml | 26 + .../npc/teleporter/31699-Stanislava.xml | 26 + .../teleporter/31842-TeleportationCubic.xml | 24 + .../teleporter/31843-TeleportationCubic.xml | 24 + .../npc/teleporter/31861-Gatekeeper.xml | 25 + data/templates/npc/teleporter/31964-Bilia.xml | 26 + .../npc/teleporter/32034-TempleGatekeeper.xml | 24 + .../npc/teleporter/32035-TempleGatekeeper.xml | 24 + .../npc/teleporter/32036-TempleGatekeeper.xml | 24 + .../npc/teleporter/32037-TempleGatekeeper.xml | 24 + .../npc/teleporter/32039-TriolSMirror.xml | 24 + .../npc/teleporter/32040-TriolSMirror.xml | 24 + .../templates/npc/teleporter/32163-Ragara.xml | 26 + .../templates/npc/teleporter/32181-Mellon.xml | 26 + data/templates/npc/teleporter/32184-Yinir.xml | 26 + data/templates/npc/teleporter/32186-Yung.xml | 26 + data/templates/npc/teleporter/32189-Largo.xml | 26 + .../npc/teleporter/32239-MotherNornil.xml | 25 + .../teleporter/32351-EnceinteInsurgent.xml | 26 + data/templates/npc/teleporter/32377-Kuram.xml | 26 + .../teleporter/32378-FantasyIslePaddies.xml | 26 + .../templates/npc/teleporter/32534-Jaedin.xml | 26 + .../teleporter/32539-GatekeeperOfAbyss.xml | 25 + data/templates/npc/teleporter/32613-Handy.xml | 26 + .../npc/teleporter/32614-Lamcedas.xml | 26 + .../npc/teleporter/32645-Chandra.xml | 26 + .../npc/teleporter/32648-NewsInformer.xml | 25 + data/templates/npc/teleporter/32649-Dwyph.xml | 26 + .../npc/teleporter/32652-TeleportCrystal.xml | 24 + data/templates/npc/teleporter/32653-Krun.xml | 25 + data/templates/npc/teleporter/32654-Tarun.xml | 25 + data/templates/npc/teleporter/32711-Droph.xml | 26 + .../npc/teleporter/32712-Somulitan.xml | 26 + data/templates/npc/teleporter/32714-Asher.xml | 26 + .../templates/npc/teleporter/32734-Klemis.xml | 26 + .../templates/npc/teleporter/32774-Elmina.xml | 26 + .../templates/npc/teleporter/32782-Lionel.xml | 26 + .../npc/teleporter/35560-MassGatekeeper.xml | 25 + .../npc/teleporter/35561-MassGatekeeper.xml | 25 + .../npc/teleporter/35562-MassGatekeeper.xml | 25 + .../npc/teleporter/35563-MassGatekeeper.xml | 25 + .../npc/teleporter/35564-MassGatekeeper.xml | 25 + .../npc/teleporter/35565-MassGatekeeper.xml | 25 + .../npc/teleporter/36570-EmeryCompressor.xml | 26 + .../terrainobject/18705-DestroyedTumor.xml | 25 + .../18928-AnnihilationFurnace.xml | 25 + .../npc/terrainobject/32775-GraciaSoldier.xml | 25 + .../npc/terrainobject/32776-GraciaSoldier.xml | 25 + .../npc/territoryward/36572-GludioWard.xml | 25 + .../npc/territoryward/36573-DionWard.xml | 25 + .../npc/territoryward/36574-GiranWard.xml | 25 + .../npc/territoryward/36575-OrenWard.xml | 25 + .../npc/territoryward/36576-AdenWard.xml | 25 + .../npc/territoryward/36577-InnadrilWard.xml | 25 + .../npc/territoryward/36578-GoddardWard.xml | 25 + .../npc/territoryward/36579-RuneWard.xml | 25 + .../territoryward/36580-SchuttgartWard.xml | 25 + data/templates/npc/townpet/31202-Maximus.xml | 25 + .../npc/townpet/31203-MoonDancer.xml | 25 + data/templates/npc/townpet/31204-Georgio.xml | 25 + data/templates/npc/townpet/31205-Katz.xml | 25 + data/templates/npc/townpet/31206-TenTen.xml | 25 + data/templates/npc/townpet/31207-Sardinia.xml | 25 + data/templates/npc/townpet/31208-LaGrange.xml | 25 + .../templates/npc/townpet/31209-MistyRain.xml | 25 + data/templates/npc/townpet/31266-Kaiser.xml | 25 + data/templates/npc/townpet/31593-Dorothy.xml | 26 + data/templates/npc/townpet/31758-Rafi.xml | 25 + data/templates/npc/townpet/31955-Ruby.xml | 25 + data/templates/npc/trainer/30010-Auron.xml | 26 + data/templates/npc/trainer/30014-Celma.xml | 26 + data/templates/npc/trainer/30022-Zigaunt.xml | 26 + data/templates/npc/trainer/30027-Gwinter.xml | 26 + data/templates/npc/trainer/30028-Pintage.xml | 26 + data/templates/npc/trainer/30029-Minia.xml | 26 + data/templates/npc/trainer/30030-Vivyan.xml | 26 + data/templates/npc/trainer/30032-Yohanes.xml | 26 + data/templates/npc/trainer/30033-Baulro.xml | 26 + data/templates/npc/trainer/30034-Iris.xml | 26 + data/templates/npc/trainer/30035-Harrys.xml | 26 + data/templates/npc/trainer/30036-Petron.xml | 26 + data/templates/npc/trainer/30064-Terry.xml | 26 + data/templates/npc/trainer/30065-Arnelle.xml | 26 + data/templates/npc/trainer/30067-Glyvka.xml | 26 + .../templates/npc/trainer/30068-Shegfield.xml | 26 + data/templates/npc/trainer/30069-Rollant.xml | 26 + .../templates/npc/trainer/30105-Genwitter.xml | 26 + data/templates/npc/trainer/30106-Dufner.xml | 26 + data/templates/npc/trainer/30107-Goldian.xml | 26 + data/templates/npc/trainer/30108-Macken.xml | 26 + data/templates/npc/trainer/30110-Iker.xml | 26 + data/templates/npc/trainer/30111-Dieter.xml | 26 + data/templates/npc/trainer/30112-Maurius.xml | 26 + data/templates/npc/trainer/30113-Juris.xml | 26 + data/templates/npc/trainer/30114-Roa.xml | 26 + data/templates/npc/trainer/30116-Dustin.xml | 26 + data/templates/npc/trainer/30117-Primos.xml | 26 + data/templates/npc/trainer/30118-Pupina.xml | 26 + .../templates/npc/trainer/30119-Isabellin.xml | 26 + data/templates/npc/trainer/30143-Trudy.xml | 26 + data/templates/npc/trainer/30144-Harne.xml | 26 + data/templates/npc/trainer/30145-Vlasty.xml | 26 + data/templates/npc/trainer/30155-Ellenia.xml | 26 + .../templates/npc/trainer/30156-Cobendell.xml | 26 + data/templates/npc/trainer/30157-Greenis.xml | 26 + .../templates/npc/trainer/30158-Esrandell.xml | 26 + data/templates/npc/trainer/30171-Gaius.xml | 26 + data/templates/npc/trainer/30184-Rigol.xml | 26 + .../npc/trainer/30185-TaniacBlackbird.xml | 26 + data/templates/npc/trainer/30186-Bhan.xml | 26 + data/templates/npc/trainer/30188-Vadin.xml | 26 + data/templates/npc/trainer/30189-Rovia.xml | 26 + data/templates/npc/trainer/30190-Phanovia.xml | 26 + data/templates/npc/trainer/30192-Darya.xml | 26 + data/templates/npc/trainer/30194-Gideon.xml | 26 + data/templates/npc/trainer/30291-Alex.xml | 27 + data/templates/npc/trainer/30293-Manuel.xml | 26 + data/templates/npc/trainer/30298-Pinter.xml | 27 + data/templates/npc/trainer/30300-Pushkin.xml | 27 + data/templates/npc/trainer/30317-Kluto.xml | 27 + .../templates/npc/trainer/30325-Audiberti.xml | 26 + data/templates/npc/trainer/30326-Leona.xml | 26 + data/templates/npc/trainer/30327-Sorius.xml | 26 + data/templates/npc/trainer/30328-Reisa.xml | 26 + data/templates/npc/trainer/30329-Virgil.xml | 26 + data/templates/npc/trainer/30330-Sidra.xml | 26 + data/templates/npc/trainer/30344-Rohmer.xml | 26 + .../templates/npc/trainer/30345-Ramoniell.xml | 26 + data/templates/npc/trainer/30360-Harant.xml | 26 + data/templates/npc/trainer/30369-Baenedes.xml | 26 + data/templates/npc/trainer/30374-Rhodiell.xml | 26 + data/templates/npc/trainer/30375-Adonius.xml | 26 + data/templates/npc/trainer/30376-Nell.xml | 26 + data/templates/npc/trainer/30377-Talbot.xml | 26 + data/templates/npc/trainer/30378-Estella.xml | 26 + data/templates/npc/trainer/30458-Poitan.xml | 27 + data/templates/npc/trainer/30459-Wandius.xml | 26 + data/templates/npc/trainer/30460-Cardien.xml | 26 + data/templates/npc/trainer/30461-Mirien.xml | 26 + data/templates/npc/trainer/30463-Ixia.xml | 26 + data/templates/npc/trainer/30464-Clayton.xml | 26 + data/templates/npc/trainer/30471-Rupio.xml | 27 + data/templates/npc/trainer/30472-Rosheria.xml | 26 + .../templates/npc/trainer/30473-Bandellos.xml | 26 + data/templates/npc/trainer/30475-Stapin.xml | 26 + data/templates/npc/trainer/30476-Kaira.xml | 26 + data/templates/npc/trainer/30501-Kasman.xml | 26 + data/templates/npc/trainer/30502-Umos.xml | 26 + data/templates/npc/trainer/30506-Buka.xml | 26 + data/templates/npc/trainer/30507-Racoy.xml | 26 + data/templates/npc/trainer/30509-Dowki.xml | 26 + data/templates/npc/trainer/30510-Somak.xml | 26 + data/templates/npc/trainer/30514-Vokian.xml | 26 + data/templates/npc/trainer/30515-Manakia.xml | 26 + data/templates/npc/trainer/30526-Brunon.xml | 27 + data/templates/npc/trainer/30527-Silvera.xml | 26 + data/templates/npc/trainer/30569-Brukurse.xml | 26 + data/templates/npc/trainer/30570-Karukia.xml | 26 + data/templates/npc/trainer/30571-Tanapi.xml | 26 + data/templates/npc/trainer/30572-Livina.xml | 26 + data/templates/npc/trainer/30678-Helton.xml | 27 + data/templates/npc/trainer/30679-Roameria.xml | 26 + data/templates/npc/trainer/30680-Egnos.xml | 26 + data/templates/npc/trainer/30682-Pekiron.xml | 26 + data/templates/npc/trainer/30683-Daunt.xml | 26 + data/templates/npc/trainer/30688-Duning.xml | 27 + data/templates/npc/trainer/30690-Luther.xml | 26 + .../npc/trainer/30691-ArenAthebaldt.xml | 26 + data/templates/npc/trainer/30692-Stedmiel.xml | 26 + data/templates/npc/trainer/30693-Queenien.xml | 26 + data/templates/npc/trainer/30695-Moses.xml | 26 + data/templates/npc/trainer/30696-Page.xml | 26 + .../templates/npc/trainer/30697-Videlrien.xml | 26 + data/templates/npc/trainer/30698-Evelyn.xml | 26 + data/templates/npc/trainer/30700-Prestan.xml | 26 + data/templates/npc/trainer/30701-Errickin.xml | 26 + data/templates/npc/trainer/30705-Chakiris.xml | 26 + data/templates/npc/trainer/30706-Lazenby.xml | 26 + data/templates/npc/trainer/30715-Marina.xml | 26 + data/templates/npc/trainer/30717-Gauen.xml | 26 + data/templates/npc/trainer/30718-Joan.xml | 26 + data/templates/npc/trainer/30720-Kaiena.xml | 26 + data/templates/npc/trainer/30721-Ladd.xml | 26 + data/templates/npc/trainer/30833-Kaspar.xml | 26 + data/templates/npc/trainer/30835-Icarus.xml | 27 + data/templates/npc/trainer/30846-Wilbert.xml | 27 + data/templates/npc/trainer/30850-Aiken.xml | 26 + data/templates/npc/trainer/30851-Kendra.xml | 26 + data/templates/npc/trainer/30852-Sinden.xml | 26 + data/templates/npc/trainer/30853-Raien.xml | 26 + data/templates/npc/trainer/30855-Desmond.xml | 26 + data/templates/npc/trainer/30856-Winonin.xml | 26 + data/templates/npc/trainer/30858-Ross.xml | 26 + data/templates/npc/trainer/30859-Vivyan.xml | 26 + data/templates/npc/trainer/30860-Flownia.xml | 26 + data/templates/npc/trainer/30861-Leonard.xml | 26 + data/templates/npc/trainer/30863-Ghest.xml | 26 + data/templates/npc/trainer/30864-Hanellin.xml | 26 + .../npc/trainer/30866-Marestella.xml | 26 + data/templates/npc/trainer/30867-Reva.xml | 26 + data/templates/npc/trainer/30898-Morning.xml | 26 + data/templates/npc/trainer/30901-Arti.xml | 26 + data/templates/npc/trainer/30902-Karuna.xml | 26 + data/templates/npc/trainer/30903-Traus.xml | 26 + data/templates/npc/trainer/30904-Naiel.xml | 26 + data/templates/npc/trainer/30906-Ranton.xml | 26 + data/templates/npc/trainer/30907-Minevia.xml | 26 + data/templates/npc/trainer/30908-Tanios.xml | 26 + data/templates/npc/trainer/30909-Anabel.xml | 26 + data/templates/npc/trainer/30911-Brikus.xml | 26 + data/templates/npc/trainer/30912-Xenovia.xml | 26 + data/templates/npc/trainer/30914-Sorbo.xml | 26 + data/templates/npc/trainer/30915-Takina.xml | 26 + data/templates/npc/trainer/31271-Hilda.xml | 27 + data/templates/npc/trainer/31277-Felix.xml | 27 + data/templates/npc/trainer/31278-Bronwyn.xml | 27 + data/templates/npc/trainer/31280-Bastian.xml | 26 + data/templates/npc/trainer/31281-Cerenas.xml | 26 + data/templates/npc/trainer/31282-Justin.xml | 26 + data/templates/npc/trainer/31283-Alminas.xml | 26 + data/templates/npc/trainer/31286-Drakon.xml | 27 + data/templates/npc/trainer/31287-Kamilen.xml | 27 + data/templates/npc/trainer/31289-Lakan.xml | 27 + data/templates/npc/trainer/31290-Skahi.xml | 27 + data/templates/npc/trainer/31316-Vincenz.xml | 27 + data/templates/npc/trainer/31322-Erian.xml | 27 + data/templates/npc/trainer/31323-Beryl.xml | 27 + data/templates/npc/trainer/31325-Themis.xml | 27 + data/templates/npc/trainer/31327-Tazki.xml | 27 + data/templates/npc/trainer/31329-Eliyah.xml | 26 + data/templates/npc/trainer/31330-Wagner.xml | 26 + data/templates/npc/trainer/31332-Amelia.xml | 26 + data/templates/npc/trainer/31333-Rumiel.xml | 26 + data/templates/npc/trainer/31335-Kayan.xml | 27 + data/templates/npc/trainer/31337-Mekara.xml | 26 + data/templates/npc/trainer/31580-Galadrid.xml | 27 + data/templates/npc/trainer/31581-Anastia.xml | 27 + data/templates/npc/trainer/31582-Mordred.xml | 27 + data/templates/npc/trainer/31583-Feynn.xml | 27 + data/templates/npc/trainer/31960-Buryun.xml | 27 + data/templates/npc/trainer/31966-Karamon.xml | 27 + data/templates/npc/trainer/31967-Euline.xml | 27 + data/templates/npc/trainer/31969-Evelyn.xml | 26 + data/templates/npc/trainer/31970-Sinis.xml | 26 + data/templates/npc/trainer/31971-Otillo.xml | 26 + data/templates/npc/trainer/31972-Atraxia.xml | 26 + data/templates/npc/trainer/31975-Aerina.xml | 27 + data/templates/npc/trainer/31976-Talia.xml | 27 + data/templates/npc/trainer/31978-Tazeer.xml | 27 + data/templates/npc/trainer/31979-Moira.xml | 27 + data/templates/npc/trainer/31990-Siger.xml | 26 + data/templates/npc/trainer/32141-Nerga.xml | 27 + data/templates/npc/trainer/32142-Tenor.xml | 27 + data/templates/npc/trainer/32143-Belkis.xml | 27 + data/templates/npc/trainer/32144-Xonia.xml | 27 + data/templates/npc/trainer/32148-Cindet.xml | 26 + data/templates/npc/trainer/32149-Ennear.xml | 26 + data/templates/npc/trainer/32151-Herz.xml | 26 + data/templates/npc/trainer/32152-Henri.xml | 26 + data/templates/npc/trainer/32155-Nabot.xml | 26 + data/templates/npc/trainer/32156-Talbot.xml | 26 + data/templates/npc/trainer/32159-Kincaid.xml | 26 + data/templates/npc/trainer/32161-Black.xml | 26 + data/templates/npc/trainer/32162-Martika.xml | 26 + data/templates/npc/trainer/32182-Coplan.xml | 27 + data/templates/npc/trainer/32183-Yunha.xml | 27 + data/templates/npc/trainer/32194-Shubain.xml | 27 + data/templates/npc/trainer/32195-Sione.xml | 27 + data/templates/npc/trainer/32197-Gwain.xml | 27 + data/templates/npc/trainer/32198-Gobie.xml | 27 + data/templates/npc/trainer/32200-Entien.xml | 27 + data/templates/npc/trainer/32201-Rindy.xml | 27 + data/templates/npc/trainer/32203-Ramen.xml | 27 + data/templates/npc/trainer/32204-Fiske.xml | 27 + data/templates/npc/trainer/32207-Orkurus.xml | 27 + data/templates/npc/trainer/32208-Rasha.xml | 27 + data/templates/npc/trainer/32211-Jueno.xml | 27 + data/templates/npc/trainer/32212-Rishtar.xml | 27 + data/templates/npc/trainer/32215-Tenain.xml | 27 + data/templates/npc/trainer/32216-Noir.xml | 27 + data/templates/npc/trainer/32219-Fabnor.xml | 27 + data/templates/npc/trainer/32220-Selsia.xml | 27 + data/templates/npc/trainer/32223-Duroga.xml | 27 + data/templates/npc/trainer/32224-Auren.xml | 27 + data/templates/npc/trainer/32227-Digler.xml | 27 + data/templates/npc/trainer/32228-Medea.xml | 27 + data/templates/npc/trainer/32231-Luben.xml | 27 + data/templates/npc/trainer/32232-Minuet.xml | 27 + .../npc/transformmanager/32323-AvantGarde.xml | 26 + data/templates/npc/walker/31356-Remy.xml | 26 + data/templates/npc/walker/31357-Leandro.xml | 26 + data/templates/npc/walker/31358-Kasiel.xml | 27 + data/templates/npc/walker/31359-Jaradine.xml | 27 + data/templates/npc/walker/31360-Alhena.xml | 27 + data/templates/npc/walker/31361-Kreed.xml | 27 + data/templates/npc/walker/31362-Tate.xml | 26 + data/templates/npc/walker/31363-Rogin.xml | 26 + data/templates/npc/walker/31364-Rokar.xml | 27 + data/templates/npc/walker/31365-Yakand.xml | 27 + data/templates/npc/walker/32070-Adolph.xml | 25 + data/templates/npc/walker/32072-Edwin.xml | 25 + .../templates/npc/warehouse/30005-Wilford.xml | 26 + data/templates/npc/warehouse/30054-Rant.xml | 26 + data/templates/npc/warehouse/30055-Rolfe.xml | 26 + data/templates/npc/warehouse/30057-Aldo.xml | 26 + data/templates/npc/warehouse/30058-Holvas.xml | 26 + data/templates/npc/warehouse/30079-Barder.xml | 26 + data/templates/npc/warehouse/30083-Pochi.xml | 26 + data/templates/npc/warehouse/30086-Taurin.xml | 26 + data/templates/npc/warehouse/30092-Collob.xml | 26 + .../templates/npc/warehouse/30095-Randolf.xml | 26 + data/templates/npc/warehouse/30103-Valkon.xml | 26 + data/templates/npc/warehouse/30104-Parman.xml | 26 + .../npc/warehouse/30139-Dorankus.xml | 26 + .../npc/warehouse/30140-Erviante.xml | 26 + data/templates/npc/warehouse/30151-Chad.xml | 26 + data/templates/npc/warehouse/30152-Julia.xml | 26 + .../templates/npc/warehouse/30153-Markius.xml | 26 + data/templates/npc/warehouse/30169-Marty.xml | 26 + data/templates/npc/warehouse/30170-Radic.xml | 26 + data/templates/npc/warehouse/30182-Cliff.xml | 26 + data/templates/npc/warehouse/30183-Hagger.xml | 26 + data/templates/npc/warehouse/30210-Norman.xml | 26 + data/templates/npc/warehouse/30232-Sorint.xml | 26 + .../templates/npc/warehouse/30255-Haprock.xml | 26 + data/templates/npc/warehouse/30316-Raut.xml | 26 + data/templates/npc/warehouse/30322-Ballin.xml | 26 + data/templates/npc/warehouse/30350-Carlon.xml | 26 + data/templates/npc/warehouse/30521-Murdoc.xml | 26 + data/templates/npc/warehouse/30522-Airy.xml | 26 + .../templates/npc/warehouse/30562-Grookin.xml | 26 + data/templates/npc/warehouse/30563-Imantu.xml | 26 + data/templates/npc/warehouse/30686-Silva.xml | 26 + data/templates/npc/warehouse/30843-Romp.xml | 26 + .../npc/warehouse/30844-Walderal.xml | 26 + data/templates/npc/warehouse/30895-Kluck.xml | 26 + data/templates/npc/warehouse/30896-Mia.xml | 26 + .../npc/warehouse/31225-ArenaManager.xml | 25 + data/templates/npc/warehouse/31267-Lietta.xml | 26 + data/templates/npc/warehouse/31268-Hakon.xml | 26 + .../templates/npc/warehouse/31270-Stefano.xml | 26 + data/templates/npc/warehouse/31311-Hugin.xml | 26 + data/templates/npc/warehouse/31312-Durin.xml | 26 + data/templates/npc/warehouse/31313-Lunin.xml | 26 + data/templates/npc/warehouse/31315-Daisy.xml | 26 + data/templates/npc/warehouse/31374-Jaff.xml | 26 + data/templates/npc/warehouse/31381-Hagos.xml | 26 + data/templates/npc/warehouse/31773-Sonin.xml | 26 + data/templates/npc/warehouse/31956-Rydel.xml | 26 + .../templates/npc/warehouse/31957-Cherbal.xml | 26 + data/templates/npc/warehouse/31959-Axel.xml | 26 + data/templates/npc/warehouse/32170-Benis.xml | 26 + data/templates/npc/warehouse/32172-Saylem.xml | 26 + data/zones.xml | 10 + .../server/CharacterEnterWorldPacket.java | 12 +- .../server/CharacterInformationPacket.java | 2 +- .../server/CharacterSelectedPacket.java | 12 +- .../server/CharacterTemplatePacket.java | 12 +- .../packet/server/NPCInformationPacket.java | 15 +- .../net/packet/server/ServerObjectPacket.java | 12 +- .../model/id/template/ItemTemplateID.java | 3 +- .../model/template/AbstractTemplate.java | 28 +- .../model/template/ActorTemplate.java | 448 -------- .../model/template/AugmentTemplate.java | 13 +- .../model/template/CharacterTemplate.java | 603 ++++++++--- .../model/template/EffectTemplate.java | 13 +- .../model/template/ItemTemplate.java | 110 +- .../l2jserver/model/template/NPCTemplate.java | 965 ++++++++++++------ .../model/template/SkillTemplate.java | 14 +- .../model/template/item/ArmorTemplate.java | 32 - .../model/template/item/ArrowTemplate.java | 31 - .../template/item/CastleGuardTemplate.java | 32 - .../template/item/ConsumableTemplate.java | 33 - .../model/template/item/CoupomTemplate.java | 32 - .../model/template/item/CropTemplate.java | 32 - .../model/template/item/DyeTemplate.java | 31 - .../model/template/item/ElixirTemplate.java | 31 - .../template/item/EnchantScrollTemplate.java | 31 - .../model/template/item/EtcItemTemplate.java | 32 - .../model/template/item/HarvestTemplate.java | 32 - .../template/item/LotteryTicketTemplate.java | 31 - .../model/template/item/LureTemplate.java | 32 - .../model/template/item/MaterialTemplate.java | 32 - .../template/item/PetCollarTemplate.java | 32 - .../model/template/item/PotionTemplate.java | 31 - .../template/item/RaceTicketTemplate.java | 31 - .../model/template/item/RecipeTemplate.java | 41 - .../model/template/item/RuneTemplate.java | 32 - .../model/template/item/ScrollTemplate.java | 31 - .../model/template/item/SeedTemplate.java | 32 - .../template/item/SkillEtcItemTemplate.java | 51 - .../template/item/TicketOfLordTemplate.java | 31 - .../model/template/item/TicketTemplate.java | 32 - .../model/template/item/WeaponTemplate.java | 271 ----- .../npc/AbstractVillageMasterNPCTemplate.java | 38 - .../template/npc/AdventurerNPCTemplate.java | 38 - .../template/npc/ArtefactNPCTemplate.java | 38 - .../template/npc/AuctioneerNPCTemplate.java | 38 - .../template/npc/BabyPetNPCTemplate.java | 38 - .../model/template/npc/BlockNPCTemplate.java | 38 - .../template/npc/CabaleBufferNPCTemplate.java | 38 - .../npc/CastleBlacksmithNPCTemplate.java | 38 - .../npc/CastleChamberlainNPCTemplate.java | 38 - .../npc/CastleDoormenNPCTemplate.java | 38 - .../npc/CastleMagicianNPCTemplate.java | 38 - .../npc/CastleTeleporterNPCTemplate.java | 37 - .../npc/CastleWarehouseNPCTemplate.java | 37 - .../npc/CastleWyvernManagerNPCTemplate.java | 38 - .../model/template/npc/ChestNPCTemplate.java | 38 - .../npc/ChristmasTreeNPCTemplate.java | 38 - .../template/npc/ClanTraderNPCTemplate.java | 38 - .../npc/ClanhallDoormenNPCTemplate.java | 38 - .../npc/ClanhallManagerNPCTemplate.java | 38 - .../template/npc/ClassMasterNPCTemplate.java | 38 - .../template/npc/ControlTowerNPCTemplate.java | 38 - .../npc/DarkElfVillageMasterNPCTemplate.java | 37 - .../template/npc/DawnPriestNPCTemplate.java | 38 - .../model/template/npc/DecoyNPCTemplate.java | 38 - .../template/npc/DefenderNPCTemplate.java | 38 - .../template/npc/DoormenNPCTemplate.java | 38 - .../npc/DungeonGatekeeperNPCTemplate.java | 38 - .../template/npc/DuskPriestNPCTemplate.java | 38 - .../npc/DwarfVillageMasterNPCTemplate.java | 37 - .../template/npc/EffectPointNPCTemplate.java | 38 - .../template/npc/EventChestNPCTemplate.java | 38 - .../template/npc/FameManagerNPCTemplate.java | 38 - .../npc/FeedableBeastNPCTemplate.java | 38 - .../npc/FestivalGuideNPCTemplate.java | 38 - .../npc/FestivalMonsterNPCTemplate.java | 38 - .../npc/FightherVillageMasterNPCTemplate.java | 37 - .../template/npc/FishermanNPCTemplate.java | 38 - .../template/npc/FlameTowerNPCTemplate.java | 38 - .../template/npc/FlyMonsterNPCTemplate.java | 37 - .../model/template/npc/FlyNPCTemplate.java | 38 - .../template/npc/FlyRaidBossNPCTemplate.java | 38 - .../npc/FlyTerrainObjectNPCTemplate.java | 38 - .../template/npc/FortBallistaNPCTemplate.java | 38 - .../npc/FortCommanderNPCTemplate.java | 38 - .../template/npc/FortDoormenNPCTemplate.java | 38 - .../template/npc/FortEnvoyNPCTemplate.java | 38 - .../npc/FortLogisticsNPCTemplate.java | 38 - .../template/npc/FortManagerNPCTemplate.java | 38 - .../template/npc/FortSiegeNPCTemplate.java | 38 - .../npc/FortSupportCaptainNPCTemplate.java | 38 - .../npc/FortWyvernManagerNPCTemplate.java | 38 - .../npc/FriendlyMonsterNPCTemplate.java | 37 - .../template/npc/GrandBossNPCTemplate.java | 38 - .../model/template/npc/GuardNPCTemplate.java | 38 - .../npc/KamaelVillageMasterNPCTemplate.java | 37 - .../template/npc/ManorManagerNPCTemplate.java | 38 - .../template/npc/MercManagerNPCTemplate.java | 38 - .../npc/MercenaryManagerNPCTemplate.java | 38 - .../template/npc/MerchantNPCTemplate.java | 38 - .../npc/MerchantSummonNPCTemplate.java | 38 - .../template/npc/MonsterNPCTemplate.java | 51 - .../npc/MysticVillageMasterNPCTemplate.java | 37 - .../template/npc/ObservationNPCTemplate.java | 38 - .../npc/OlympiadManagerNPCTemplate.java | 38 - .../npc/OrcVillageMasterNPCTemplate.java | 37 - .../npc/PenaltyMonsterNPCTemplate.java | 38 - .../template/npc/PetManagerNPCTemplate.java | 38 - .../npc/PriestVillageMasterNPCTemplate.java | 37 - .../template/npc/RaidBossNPCTemplate.java | 38 - .../template/npc/RiftInvaderNPCTemplate.java | 38 - .../npc/SepulcherMonsterNPCTemplate.java | 38 - .../model/template/npc/SiegeNPCTemplate.java | 38 - .../template/npc/SiegeSummonNPCTemplate.java | 38 - .../template/npc/SignsPriestNPCTemplate.java | 38 - .../template/npc/SymbolMakerNPCTemplate.java | 38 - .../template/npc/TamedBeastNPCTemplate.java | 38 - .../template/npc/TeleporterNPCTemplate.java | 170 --- .../npc/TerrainObjectNPCTemplate.java | 38 - .../npc/TerritoryWardNPCTemplate.java | 38 - .../template/npc/TownPetNPCTemplate.java | 38 - .../template/npc/TrainerNPCTemplate.java | 38 - .../npc/TransformManagerNPCTemplate.java | 38 - .../model/template/npc/WalkerNPCTemplate.java | 38 - .../template/npc/WarehouseNPCTemplate.java | 38 - .../l2jserver/model/world/L2Character.java | 33 +- .../java/com/l2jserver/model/world/NPC.java | 13 +- .../model/world/actor/ActorAttributes.java | 124 --- .../CharacterCalculatedAttributes.java | 142 --- .../model/world/character/CharacterStats.java | 4 + .../BaseAttackAccuracyCalculator.java | 2 +- .../BaseAttackEvasionCalculator.java | 2 +- .../calculator/BaseCPCalculator.java | 8 +- .../BaseConcentrationCalculator.java | 2 +- .../calculator/BaseDexterityCalculator.java | 2 +- .../calculator/BaseHPCalculator.java | 8 +- .../BaseHPRegenerationCalculator.java | 150 +++ .../BaseIntelligenceCalculator.java | 2 +- .../calculator/BaseMPCalculator.java | 8 +- .../BaseMagicalAttackCalculator.java | 2 +- .../BaseMagicalAttackSpeedCalculator.java | 2 +- .../BaseMagicalCriticalRateCalculator.java | 2 +- .../BaseMagicalDefenseCalculator.java | 2 +- .../calculator/BaseMentalityCalculator.java | 2 +- .../BasePhysicalAttackCalculator.java | 2 +- .../BasePhysicalAttackSpeedCalculator.java | 2 +- .../BasePhysicalCriticalRateCalculator.java | 2 +- .../BasePhysicalDefenseCalculator.java | 2 +- .../calculator/BaseRunSpeedCalculator.java | 2 +- .../calculator/BaseStrengthCalculator.java | 2 +- .../calculator/BaseWalkSpeedCalculator.java | 2 +- .../calculator/BaseWitnessCalculator.java | 2 +- .../l2jserver/model/world/npc/Teleporter.java | 34 + .../world/npc/controller/NPCController.java | 83 ++ .../npc/controller/TeleporterController.java | 38 + .../com/l2jserver/service/ServiceModule.java | 4 +- .../service/game/npc/NPCServiceImpl.java | 21 +- .../game/template/XMLTemplateService.java | 129 +++ .../XMLTemplateServiceConfiguration.java | 31 + .../com/l2jserver/test/XMLMappingTest.java | 72 ++ .../util/jaxb/CharacterTemplateIDAdapter.java | 54 + .../util/jaxb/ItemTemplateIDAdapter.java | 51 + .../com/l2jserver/util/jaxb/MapAdapter.java | 61 ++ .../util/jaxb/NPCTemplateIDAdapter.java | 52 + .../CharacterOldTemplateConverter.java | 127 +++ .../template}/CharacterTemplateBase.txt | 0 .../template/CharacterTemplateConverter.java | 190 ++++ .../template/NPCOldTemplateConverter.java | 212 ++++ .../template}/NPCTemplateBase.txt | 0 .../model/template/NPCTemplateConverter.java | 288 ++++++ .../CharacterTemplateConverter.java | 127 --- .../npctemplate/NPCTemplateConverter.java | 212 ---- test.xsd | 40 + 10377 files changed, 309163 insertions(+), 6171 deletions(-) create mode 100644 data/char.xml create mode 100644 data/item.xml create mode 100644 data/npc.xml rename data/plugin/{ => com/l2jserver}/plugin/DisabledPlugin.java (90%) rename data/plugin/{ => com/l2jserver}/plugin/PluginLoader.java (95%) delete mode 100644 data/script/template/template.xml create mode 100644 data/teleport.xml create mode 100644 data/templates/character.xsd create mode 100644 data/templates/character/AbyssWalker.xml create mode 100644 data/templates/character/Adventurer.xml create mode 100644 data/templates/character/Arbalester.xml create mode 100644 data/templates/character/ArcanaLord.xml create mode 100644 data/templates/character/Archmage.xml create mode 100644 data/templates/character/Artisan.xml create mode 100644 data/templates/character/Assassin.xml create mode 100644 data/templates/character/Berseker.xml create mode 100644 data/templates/character/Bishop.xml create mode 100644 data/templates/character/Bladedancer.xml create mode 100644 data/templates/character/BountyHunter.xml create mode 100644 data/templates/character/Cardinal.xml create mode 100644 data/templates/character/Cleric.xml create mode 100644 data/templates/character/DarkAvenger.xml create mode 100644 data/templates/character/DarkFighter.xml create mode 100644 data/templates/character/DarkMystic.xml create mode 100644 data/templates/character/DarkWizard.xml create mode 100644 data/templates/character/Destroyer.xml create mode 100644 data/templates/character/Dominator.xml create mode 100644 data/templates/character/Doombringer.xml create mode 100644 data/templates/character/Doomcryer.xml create mode 100644 data/templates/character/Dreadnought.xml create mode 100644 data/templates/character/Duelist.xml create mode 100644 data/templates/character/DwarvenFighter.xml create mode 100644 data/templates/character/Elder.xml create mode 100644 data/templates/character/ElementalMaster.xml create mode 100644 data/templates/character/ElementalSummoner.xml create mode 100644 data/templates/character/ElvenFighter.xml create mode 100644 data/templates/character/ElvenKnight.xml create mode 100644 data/templates/character/ElvenMystic.xml create mode 100644 data/templates/character/ElvenScout.xml create mode 100644 data/templates/character/ElvenWizard.xml create mode 100644 data/templates/character/EvaSaint.xml create mode 100644 data/templates/character/EvaTemplar.xml create mode 100644 data/templates/character/FemaleSoldier.xml create mode 100644 data/templates/character/FemaleSoulbreaker.xml create mode 100644 data/templates/character/FemaleSouldhound.xml create mode 100644 data/templates/character/FortuneSeeker.xml create mode 100644 data/templates/character/GhostHunter.xml create mode 100644 data/templates/character/GhostSentinel.xml create mode 100644 data/templates/character/Gladiator.xml create mode 100644 data/templates/character/GrandKhauatari.xml create mode 100644 data/templates/character/Hawkeye.xml create mode 100644 data/templates/character/HellKnight.xml create mode 100644 data/templates/character/Hierophant.xml create mode 100644 data/templates/character/HumanFighter.xml create mode 100644 data/templates/character/HumanMystic.xml create mode 100644 data/templates/character/Inspector.xml create mode 100644 data/templates/character/Judicator.xml create mode 100644 data/templates/character/Knight.xml create mode 100644 data/templates/character/Maestro.xml create mode 100644 data/templates/character/MaleSoldier.xml create mode 100644 data/templates/character/MaleSoulbreaker.xml create mode 100644 data/templates/character/MaleSouldhound.xml create mode 100644 data/templates/character/MoonlightSentinel.xml create mode 100644 data/templates/character/MysticMuse.xml create mode 100644 data/templates/character/Necromancer.xml create mode 100644 data/templates/character/Oracle.xml create mode 100644 data/templates/character/OrcFighter.xml create mode 100644 data/templates/character/OrcMonk.xml create mode 100644 data/templates/character/OrcMystic.xml create mode 100644 data/templates/character/OrcRaider.xml create mode 100644 data/templates/character/OrcShaman.xml create mode 100644 data/templates/character/Overlord.xml create mode 100644 data/templates/character/Paladin.xml create mode 100644 data/templates/character/PalusKnight.xml create mode 100644 data/templates/character/PhantomRanger.xml create mode 100644 data/templates/character/PhantomSummoner.xml create mode 100644 data/templates/character/PhoenixKnight.xml create mode 100644 data/templates/character/PlainsWalker.xml create mode 100644 data/templates/character/Prophet.xml create mode 100644 data/templates/character/Rogue.xml create mode 100644 data/templates/character/Sagittarius.xml create mode 100644 data/templates/character/Scavenger.xml create mode 100644 data/templates/character/ShillieanSaint.xml create mode 100644 data/templates/character/ShillienElder.xml create mode 100644 data/templates/character/ShillienKnight.xml create mode 100644 data/templates/character/ShillienOracle.xml create mode 100644 data/templates/character/ShillienTemplar.xml create mode 100644 data/templates/character/SilverRanger.xml create mode 100644 data/templates/character/Sorceror.xml create mode 100644 data/templates/character/Soultaker.xml create mode 100644 data/templates/character/SpectralMaster.xml create mode 100644 data/templates/character/Spectraldancer.xml create mode 100644 data/templates/character/Spellhowler.xml create mode 100644 data/templates/character/Spellsinger.xml create mode 100644 data/templates/character/StormScreamer.xml create mode 100644 data/templates/character/SwordMuse.xml create mode 100644 data/templates/character/SwordSinger.xml create mode 100644 data/templates/character/TempleKnight.xml create mode 100644 data/templates/character/Titan.xml create mode 100644 data/templates/character/TreasureHunter.xml create mode 100644 data/templates/character/Trickster.xml create mode 100644 data/templates/character/Trooper.xml create mode 100644 data/templates/character/Tyrant.xml create mode 100644 data/templates/character/Warcryer.xml create mode 100644 data/templates/character/Warder.xml create mode 100644 data/templates/character/Warlock.xml create mode 100644 data/templates/character/Warlord.xml create mode 100644 data/templates/character/Warrior.xml create mode 100644 data/templates/character/Warsmith.xml create mode 100644 data/templates/character/WindRider.xml create mode 100644 data/templates/character/Wizard.xml create mode 100644 data/templates/item/1-ShortSword.xml create mode 100644 data/templates/item/2-LongSword.xml create mode 100644 data/templates/item/57-Adena.xml create mode 100644 data/templates/npc.xsd create mode 100644 data/templates/npc/1-ThomasDTurkey.xml create mode 100644 data/templates/npc/10-JackSage.xml create mode 100644 data/templates/npc/11-EvaSObelisk.xml create mode 100644 data/templates/npc/12.xml create mode 100644 data/templates/npc/12774-YoungSquash.xml create mode 100644 data/templates/npc/12775-HighQualitySquash.xml create mode 100644 data/templates/npc/12776-LowQualitySquash.xml create mode 100644 data/templates/npc/12777-LargeYoungSquash.xml create mode 100644 data/templates/npc/12778-HighQualityLargeSquash.xml create mode 100644 data/templates/npc/12779-LowQualityLargeSquash.xml create mode 100644 data/templates/npc/13-WarmHeartedSno.xml create mode 100644 data/templates/npc/13001-HeartOfWarding.xml create mode 100644 data/templates/npc/13006-ChristmasTree.xml create mode 100644 data/templates/npc/13014.xml create mode 100644 data/templates/npc/13015.xml create mode 100644 data/templates/npc/13016-KingSquash.xml create mode 100644 data/templates/npc/13017-EmperorSquash.xml create mode 100644 data/templates/npc/13031-HugePig.xml create mode 100644 data/templates/npc/13032-HugePig.xml create mode 100644 data/templates/npc/13033-HugePig.xml create mode 100644 data/templates/npc/13035-GoldenPig.xml create mode 100644 data/templates/npc/13037-Trap.xml create mode 100644 data/templates/npc/13038-Trap.xml create mode 100644 data/templates/npc/13039-Trap.xml create mode 100644 data/templates/npc/13040-Trap.xml create mode 100644 data/templates/npc/13041-Trap.xml create mode 100644 data/templates/npc/13042-Trap.xml create mode 100644 data/templates/npc/13043-Trap.xml create mode 100644 data/templates/npc/13044-Trap.xml create mode 100644 data/templates/npc/13045-Trap.xml create mode 100644 data/templates/npc/13046-Trap.xml create mode 100644 data/templates/npc/13047-Trap.xml create mode 100644 data/templates/npc/13048-Trap.xml create mode 100644 data/templates/npc/13049-Trap.xml create mode 100644 data/templates/npc/13050-Trap.xml create mode 100644 data/templates/npc/13051-Trap.xml create mode 100644 data/templates/npc/13052-Trap.xml create mode 100644 data/templates/npc/13053-Trap.xml create mode 100644 data/templates/npc/13054-Trap.xml create mode 100644 data/templates/npc/13055-Trap.xml create mode 100644 data/templates/npc/13056-Trap.xml create mode 100644 data/templates/npc/13057-Trap.xml create mode 100644 data/templates/npc/13058-Trap.xml create mode 100644 data/templates/npc/13059-Trap.xml create mode 100644 data/templates/npc/13060-Trap.xml create mode 100644 data/templates/npc/13061-Trap.xml create mode 100644 data/templates/npc/13062-Trap.xml create mode 100644 data/templates/npc/13063-Trap.xml create mode 100644 data/templates/npc/13064-Trap.xml create mode 100644 data/templates/npc/13065-Trap.xml create mode 100644 data/templates/npc/13066-Trap.xml create mode 100644 data/templates/npc/13067-Trap.xml create mode 100644 data/templates/npc/13068-Trap.xml create mode 100644 data/templates/npc/13069-Trap.xml create mode 100644 data/templates/npc/13070-Trap.xml create mode 100644 data/templates/npc/13077-OnyxBeast.xml create mode 100644 data/templates/npc/13078-DoomWraith.xml create mode 100644 data/templates/npc/13079-GrailApostle.xml create mode 100644 data/templates/npc/13080-GrailApostle.xml create mode 100644 data/templates/npc/13081-Unicorn.xml create mode 100644 data/templates/npc/13082-LilimKnight.xml create mode 100644 data/templates/npc/13083-GolemGuardian.xml create mode 100644 data/templates/npc/13084-InfernoDrake.xml create mode 100644 data/templates/npc/13085-DragonBomber.xml create mode 100644 data/templates/npc/13086-Zariche.xml create mode 100644 data/templates/npc/13087-Akamanah.xml create mode 100644 data/templates/npc/13088-FinalForm.xml create mode 100644 data/templates/npc/13089-FinalForm.xml create mode 100644 data/templates/npc/13090-Native.xml create mode 100644 data/templates/npc/13091-Yeti.xml create mode 100644 data/templates/npc/13092-Buffalo.xml create mode 100644 data/templates/npc/13093-Pig.xml create mode 100644 data/templates/npc/13094-Zombie.xml create mode 100644 data/templates/npc/13095-Pixy.xml create mode 100644 data/templates/npc/13096-Rabbit.xml create mode 100644 data/templates/npc/13099-Zaken.xml create mode 100644 data/templates/npc/13100-Anakim.xml create mode 100644 data/templates/npc/13101-Benom.xml create mode 100644 data/templates/npc/13102-Gordon.xml create mode 100644 data/templates/npc/13103-Ranku.xml create mode 100644 data/templates/npc/13104-Kiyachi.xml create mode 100644 data/templates/npc/13105-DemonPrince.xml create mode 100644 data/templates/npc/13106-HereticMale.xml create mode 100644 data/templates/npc/13107-HereticFemale.xml create mode 100644 data/templates/npc/13108-ValeMaster.xml create mode 100644 data/templates/npc/13109-SaberToothTiger.xml create mode 100644 data/templates/npc/13110-OlMahum.xml create mode 100644 data/templates/npc/13111-DollBlader.xml create mode 100644 data/templates/npc/13112-DivineKnight.xml create mode 100644 data/templates/npc/13113-DivineWarrior.xml create mode 100644 data/templates/npc/13114-DivineRogue.xml create mode 100644 data/templates/npc/13115-DivineHealer.xml create mode 100644 data/templates/npc/13116-DivineWizard.xml create mode 100644 data/templates/npc/13117-DivineEnchanter.xml create mode 100644 data/templates/npc/13118-DivineSummoner.xml create mode 100644 data/templates/npc/13119-DwarfGolem.xml create mode 100644 data/templates/npc/13120-GiantRat.xml create mode 100644 data/templates/npc/13121-GiantRat.xml create mode 100644 data/templates/npc/13122-GiantRat.xml create mode 100644 data/templates/npc/13123-SuperGiantRat.xml create mode 100644 data/templates/npc/13124-GiantRat.xml create mode 100644 data/templates/npc/13125-Trap.xml create mode 100644 data/templates/npc/13126-Trap.xml create mode 100644 data/templates/npc/13127-Trap.xml create mode 100644 data/templates/npc/13129-Teleporter.xml create mode 100644 data/templates/npc/13130-LightPurpleManedHorse.xml create mode 100644 data/templates/npc/13131-GrizzlyBear.xml create mode 100644 data/templates/npc/13132-Timitran.xml create mode 100644 data/templates/npc/13133-LavaGolem.xml create mode 100644 data/templates/npc/13134-Yeti.xml create mode 100644 data/templates/npc/13135-PumpkinGhost.xml create mode 100644 data/templates/npc/13136.xml create mode 100644 data/templates/npc/13137.xml create mode 100644 data/templates/npc/13138.xml create mode 100644 data/templates/npc/13139.xml create mode 100644 data/templates/npc/13140.xml create mode 100644 data/templates/npc/13141.xml create mode 100644 data/templates/npc/13142-FinalForm.xml create mode 100644 data/templates/npc/13143-FinalForm.xml create mode 100644 data/templates/npc/13144-AurabirdFalcon.xml create mode 100644 data/templates/npc/13145-AurabirdOwl.xml create mode 100644 data/templates/npc/13146-TawnyManedLion.xml create mode 100644 data/templates/npc/13147-SteamSledge.xml create mode 100644 data/templates/npc/13149-ForPresentation1.xml create mode 100644 data/templates/npc/13150-ForPresentation2.xml create mode 100644 data/templates/npc/13151-ForPresentation3.xml create mode 100644 data/templates/npc/13152-ForPresentation4.xml create mode 100644 data/templates/npc/13153-ForPresentation5.xml create mode 100644 data/templates/npc/13154-DemonRace.xml create mode 100644 data/templates/npc/13155-Unicorniun.xml create mode 100644 data/templates/npc/13156-MyoRace.xml create mode 100644 data/templates/npc/13157-Frog.xml create mode 100644 data/templates/npc/13158-YoungChild.xml create mode 100644 data/templates/npc/13159-Mercenary.xml create mode 100644 data/templates/npc/13160-Snowman.xml create mode 100644 data/templates/npc/13161-Scarecrow.xml create mode 100644 data/templates/npc/13162-TinPlateGolem.xml create mode 100644 data/templates/npc/13163-Tow.xml create mode 100644 data/templates/npc/13164-LureTow.xml create mode 100644 data/templates/npc/13165-HeavyTow.xml create mode 100644 data/templates/npc/13166-WingTow.xml create mode 100644 data/templates/npc/13167-MainRoleA.xml create mode 100644 data/templates/npc/13168-MainRoleB.xml create mode 100644 data/templates/npc/13169-HumanMaleMercenary.xml create mode 100644 data/templates/npc/13170-MaleElfMercenary.xml create mode 100644 data/templates/npc/13171-DarkElfFemaleMercenary.xml create mode 100644 data/templates/npc/13172-OrcMaleMercenary.xml create mode 100644 data/templates/npc/13173-DwarfMaleMercenary.xml create mode 100644 data/templates/npc/13174-KamaelMaleMercenary.xml create mode 100644 data/templates/npc/13175-KnightLevelMercenary.xml create mode 100644 data/templates/npc/13176-ArcherLevelMercenary.xml create mode 100644 data/templates/npc/13177-WizardLevelMercenary.xml create mode 100644 data/templates/npc/13178-TrooperLevelMercenary.xml create mode 100644 data/templates/npc/13179-KnightLeaderEliteMercenary.xml create mode 100644 data/templates/npc/13180-CommanderEliteMercenary.xml create mode 100644 data/templates/npc/13182-FreeGiftMerchant.xml create mode 100644 data/templates/npc/13183-ThomasDTurkey.xml create mode 100644 data/templates/npc/13184-SantaClaus.xml create mode 100644 data/templates/npc/13185-SantaClaus.xml create mode 100644 data/templates/npc/13186-SantaClaus.xml create mode 100644 data/templates/npc/13187-MilkCow.xml create mode 100644 data/templates/npc/13188-HeadMilkCow.xml create mode 100644 data/templates/npc/13189-Bull.xml create mode 100644 data/templates/npc/13190-HeadBull.xml create mode 100644 data/templates/npc/13191-GloomyMilkCow.xml create mode 100644 data/templates/npc/13192-GloomyHeadMilkCow.xml create mode 100644 data/templates/npc/13193.xml create mode 100644 data/templates/npc/13194.xml create mode 100644 data/templates/npc/13195.xml create mode 100644 data/templates/npc/13196-GreatPig.xml create mode 100644 data/templates/npc/13197-GuardianSStrider.xml create mode 100644 data/templates/npc/13198-Native.xml create mode 100644 data/templates/npc/13199-Native.xml create mode 100644 data/templates/npc/13200-YoungChild.xml create mode 100644 data/templates/npc/13201-GuardsOfTheDawn.xml create mode 100644 data/templates/npc/13202-Trap.xml create mode 100644 data/templates/npc/13203-Trap.xml create mode 100644 data/templates/npc/13204-Trap.xml create mode 100644 data/templates/npc/13205-Trap.xml create mode 100644 data/templates/npc/13206-Trap.xml create mode 100644 data/templates/npc/13207-Trap.xml create mode 100644 data/templates/npc/13208-Trap.xml create mode 100644 data/templates/npc/13209-Trap.xml create mode 100644 data/templates/npc/13210-Trap.xml create mode 100644 data/templates/npc/13211-Trap.xml create mode 100644 data/templates/npc/13212-Trap.xml create mode 100644 data/templates/npc/13213-Trap.xml create mode 100644 data/templates/npc/13214-Trap.xml create mode 100644 data/templates/npc/13215-Trap.xml create mode 100644 data/templates/npc/13216-Trap.xml create mode 100644 data/templates/npc/13217-Trap.xml create mode 100644 data/templates/npc/13218-Trap.xml create mode 100644 data/templates/npc/13219-Trap.xml create mode 100644 data/templates/npc/13220-Trap.xml create mode 100644 data/templates/npc/13221-Trap.xml create mode 100644 data/templates/npc/13222-Trap.xml create mode 100644 data/templates/npc/13223-Trap.xml create mode 100644 data/templates/npc/13224-Trap.xml create mode 100644 data/templates/npc/13225-Trap.xml create mode 100644 data/templates/npc/13226-Trap.xml create mode 100644 data/templates/npc/13227-Trap.xml create mode 100644 data/templates/npc/13228-Trap.xml create mode 100644 data/templates/npc/13229-Trap.xml create mode 100644 data/templates/npc/13230-Trap.xml create mode 100644 data/templates/npc/13231-Trap.xml create mode 100644 data/templates/npc/13232-Trap.xml create mode 100644 data/templates/npc/13233-Trap.xml create mode 100644 data/templates/npc/13234-Trap.xml create mode 100644 data/templates/npc/13235-Trap.xml create mode 100644 data/templates/npc/13236-Trap.xml create mode 100644 data/templates/npc/13237-Trap.xml create mode 100644 data/templates/npc/13238-Trap.xml create mode 100644 data/templates/npc/13239-Trap.xml create mode 100644 data/templates/npc/13240-Trap.xml create mode 100644 data/templates/npc/13241-Trap.xml create mode 100644 data/templates/npc/13242-Trap.xml create mode 100644 data/templates/npc/13243-Trap.xml create mode 100644 data/templates/npc/13244-Trap.xml create mode 100644 data/templates/npc/13245-Trap.xml create mode 100644 data/templates/npc/13246-Trap.xml create mode 100644 data/templates/npc/13247-Trap.xml create mode 100644 data/templates/npc/13248-Trap.xml create mode 100644 data/templates/npc/13249-Trap.xml create mode 100644 data/templates/npc/13250-Trap.xml create mode 100644 data/templates/npc/13251-Trap.xml create mode 100644 data/templates/npc/13252-Trap.xml create mode 100644 data/templates/npc/13253-Trap.xml create mode 100644 data/templates/npc/13254-Trap.xml create mode 100644 data/templates/npc/13255-Trap.xml create mode 100644 data/templates/npc/13256-Trap.xml create mode 100644 data/templates/npc/13268-AquaElf.xml create mode 100644 data/templates/npc/13269-HotWeather.xml create mode 100644 data/templates/npc/13270-Sultriness.xml create mode 100644 data/templates/npc/13271-YoungWatermelon.xml create mode 100644 data/templates/npc/13272-DefectiveWatermelon.xml create mode 100644 data/templates/npc/13273-RainWatermelon.xml create mode 100644 data/templates/npc/13274-LargeRainWatermelon.xml create mode 100644 data/templates/npc/13275-YoungHoneyWatermelon.xml create mode 100644 data/templates/npc/13276-DefectiveHoneyWatermelon.xml create mode 100644 data/templates/npc/13277-RainHoneyWatermelon.xml create mode 100644 data/templates/npc/13278-LargeRainHoneyWatermelon.xml create mode 100644 data/templates/npc/13279-Uldie.xml create mode 100644 data/templates/npc/13280-Belldandy.xml create mode 100644 data/templates/npc/13281-Skooldie.xml create mode 100644 data/templates/npc/13282-Skooldie.xml create mode 100644 data/templates/npc/13283-Treykan.xml create mode 100644 data/templates/npc/13284.xml create mode 100644 data/templates/npc/13285-SantaClaus.xml create mode 100644 data/templates/npc/13286-BabyWhiteTiger.xml create mode 100644 data/templates/npc/13287-BabyWhiteTigerCaptain.xml create mode 100644 data/templates/npc/13288-GloomyBabyWhiteTiger.xml create mode 100644 data/templates/npc/13289-GloomyBabyWhiteTigerCaptain.xml create mode 100644 data/templates/npc/13290-WhiteTiger.xml create mode 100644 data/templates/npc/13291-WhiteTigerCaptain.xml create mode 100644 data/templates/npc/13292-EmployeeOfMagicResearchInstitute.xml create mode 100644 data/templates/npc/13293.xml create mode 100644 data/templates/npc/13294.xml create mode 100644 data/templates/npc/13295-ShiningWhite.xml create mode 100644 data/templates/npc/13296-Freya.xml create mode 100644 data/templates/npc/14-WarmHeartedSno.xml create mode 100644 data/templates/npc/15-WarmHeartedSno.xml create mode 100644 data/templates/npc/1501-MajoAgathion.xml create mode 100644 data/templates/npc/1502-GoldAgathion.xml create mode 100644 data/templates/npc/1503-BlackAgathion.xml create mode 100644 data/templates/npc/1504-PlaipitakAgathion.xml create mode 100644 data/templates/npc/1505-BabyPandaAgathion.xml create mode 100644 data/templates/npc/1506-BambooPandaAgathion.xml create mode 100644 data/templates/npc/1507-SexyPandaAgathion.xml create mode 100644 data/templates/npc/1508-WhiteCupidAgathion.xml create mode 100644 data/templates/npc/1509-DarkCupidAgathion.xml create mode 100644 data/templates/npc/1510-WhiteManekiNekoAgathion.xml create mode 100644 data/templates/npc/1511-BlackManekiNekoAgathion.xml create mode 100644 data/templates/npc/1512-BrownManekiNekoAgathion.xml create mode 100644 data/templates/npc/1513-OneEyedBatDroveAgathion.xml create mode 100644 data/templates/npc/1514-PegasusAgathion.xml create mode 100644 data/templates/npc/1515-YellowRobedTojigongAgathion.xml create mode 100644 data/templates/npc/1516-BlueRobedTojigongAgathion.xml create mode 100644 data/templates/npc/1517-GreenRobedTojigongAgathion.xml create mode 100644 data/templates/npc/1518-BugbearAgathion.xml create mode 100644 data/templates/npc/1519-RedSumoWrestlerAgathion.xml create mode 100644 data/templates/npc/1520-BlueSumoWrestlerAgathion.xml create mode 100644 data/templates/npc/1521-GreatSumoMatchAgathion.xml create mode 100644 data/templates/npc/1522-ButtonEyedBearDoll.xml create mode 100644 data/templates/npc/1523-GodOfFortune.xml create mode 100644 data/templates/npc/1524-DryadAgathion.xml create mode 100644 data/templates/npc/1525-WonbosoAgathion.xml create mode 100644 data/templates/npc/1526-DaewoonsoAgathion.xml create mode 100644 data/templates/npc/1527-PomonaAgathion.xml create mode 100644 data/templates/npc/1528-WeaverAgathion.xml create mode 100644 data/templates/npc/1529-ChonChonAgathion.xml create mode 100644 data/templates/npc/1530-TangTangAgathion.xml create mode 100644 data/templates/npc/1531-DancingLuckyKidAgathion.xml create mode 100644 data/templates/npc/1532-MonkeyKingAgathion.xml create mode 100644 data/templates/npc/1533-UtankaAgathion.xml create mode 100644 data/templates/npc/1534-BonusBAgathion.xml create mode 100644 data/templates/npc/1535-ZombieAgathion.xml create mode 100644 data/templates/npc/1536-BaekyiHwamaeAgathion.xml create mode 100644 data/templates/npc/1537-GwanwooHwamaeAgathion.xml create mode 100644 data/templates/npc/1539-IkenAgathion.xml create mode 100644 data/templates/npc/1540-LanaAgathion.xml create mode 100644 data/templates/npc/1541-GnocianAgathion.xml create mode 100644 data/templates/npc/1542-OrodrielAgathion.xml create mode 100644 data/templates/npc/1543-LakinosAgathion.xml create mode 100644 data/templates/npc/1544-MortiaAgathion.xml create mode 100644 data/templates/npc/1545-HayanceAgathion.xml create mode 100644 data/templates/npc/1546-MerurilAgathion.xml create mode 100644 data/templates/npc/1547-TamanZeLapatuiAgathion.xml create mode 100644 data/templates/npc/1548-KaurinAgathion.xml create mode 100644 data/templates/npc/1549-AhertbeinAgathion.xml create mode 100644 data/templates/npc/1550-NaoninAgathion.xml create mode 100644 data/templates/npc/1551-GuangongAgathion.xml create mode 100644 data/templates/npc/1552-GwanseumNyangNyangAgathion.xml create mode 100644 data/templates/npc/1553-BlueOperaAgathion.xml create mode 100644 data/templates/npc/1554-RedOperaAgathion.xml create mode 100644 data/templates/npc/1555-OperaAgathion.xml create mode 100644 data/templates/npc/1556-MandarinDressAgathion.xml create mode 100644 data/templates/npc/1557-NepalSnowAgathion.xml create mode 100644 data/templates/npc/1558-RoundBallSnowAgathion.xml create mode 100644 data/templates/npc/1559-LadderSnowAgathion.xml create mode 100644 data/templates/npc/1560-BlueOperaAgathion.xml create mode 100644 data/templates/npc/1574-Phoenix.xml create mode 100644 data/templates/npc/1575-ThreeHeadedDragon.xml create mode 100644 data/templates/npc/1576-BallTrappingGnosian.xml create mode 100644 data/templates/npc/1577-BallTrappingOrodriel.xml create mode 100644 data/templates/npc/1578-PenaltyKick.xml create mode 100644 data/templates/npc/1579-BallTrappingGnosianBlue.xml create mode 100644 data/templates/npc/1580-BallTrappingOrodrielBlue.xml create mode 100644 data/templates/npc/1581-PenaltyKickBlue.xml create mode 100644 data/templates/npc/1582-BallTrappingGnosianRed.xml create mode 100644 data/templates/npc/1583-BallTrappingOrodrielRed.xml create mode 100644 data/templates/npc/1584-PenaltyKickRed.xml create mode 100644 data/templates/npc/1585-GrannyTiger.xml create mode 100644 data/templates/npc/1586-FlowerFairySpirit.xml create mode 100644 data/templates/npc/1587-CheerleaderOrodriel.xml create mode 100644 data/templates/npc/1588-CheerleaderLana.xml create mode 100644 data/templates/npc/1589-CheerleaderNaonin.xml create mode 100644 data/templates/npc/1590-CheerleaderMortia.xml create mode 100644 data/templates/npc/1591-CheerleaderKaurin.xml create mode 100644 data/templates/npc/1592-CheerleaderMeruril.xml create mode 100644 data/templates/npc/1593-Handy.xml create mode 100644 data/templates/npc/16-WarmHeartedSno.xml create mode 100644 data/templates/npc/16026-BeastlyAgathion.xml create mode 100644 data/templates/npc/16027-RainbowAgathion.xml create mode 100644 data/templates/npc/16028-LordAgathion.xml create mode 100644 data/templates/npc/16029-FortressAgathion.xml create mode 100644 data/templates/npc/16031-LittleAngelAgathion.xml create mode 100644 data/templates/npc/16032-LittleDevilAgathion.xml create mode 100644 data/templates/npc/16033-RudolphAgathion.xml create mode 100644 data/templates/npc/16049-LoveAgathion.xml create mode 100644 data/templates/npc/16054-Monkey.xml create mode 100644 data/templates/npc/16055-Griffon.xml create mode 100644 data/templates/npc/16056-Joy.xml create mode 100644 data/templates/npc/16057-Sorrow.xml create mode 100644 data/templates/npc/16058-Anger.xml create mode 100644 data/templates/npc/16059-BoyBear.xml create mode 100644 data/templates/npc/16060-GirlBear.xml create mode 100644 data/templates/npc/16061-CollectionDevice.xml create mode 100644 data/templates/npc/16062-Knight.xml create mode 100644 data/templates/npc/16063-Saerom.xml create mode 100644 data/templates/npc/16064-Juju.xml create mode 100644 data/templates/npc/16065-OinkOink.xml create mode 100644 data/templates/npc/16066-LightOfDawn.xml create mode 100644 data/templates/npc/16069-Pona.xml create mode 100644 data/templates/npc/16070-Towbat.xml create mode 100644 data/templates/npc/16073-RudolphAgathion.xml create mode 100644 data/templates/npc/17-WarmHeartedSno.xml create mode 100644 data/templates/npc/18-WarmHeartedSno.xml create mode 100644 data/templates/npc/18299-FlameOfTheBranded.xml create mode 100644 data/templates/npc/18300-OfferingOfTheBrandedEvokedSpirit.xml create mode 100644 data/templates/npc/18301-FlameOfApostates.xml create mode 100644 data/templates/npc/18302-OfferingOfApostatesEvokedSpirit.xml create mode 100644 data/templates/npc/18303-FlameOfTheWitch.xml create mode 100644 data/templates/npc/18304-OfferingOfTheWitchEvokedSpirit.xml create mode 100644 data/templates/npc/18305-FlameOfDarkOmen.xml create mode 100644 data/templates/npc/18306-OfferingOfDarkOmenEvokedSpirit.xml create mode 100644 data/templates/npc/18307-FlameOfForbiddenPath.xml create mode 100644 data/templates/npc/18308-OfferingOfForbiddenPathEvokedSpirit.xml create mode 100644 data/templates/npc/18309-FlameOfTheBranded.xml create mode 100644 data/templates/npc/18310-OfferingOfTheBrandedEvokedSpirit.xml create mode 100644 data/templates/npc/18311-FlameOfApostates.xml create mode 100644 data/templates/npc/18312-OfferingOfApostatesEvokedSpirit.xml create mode 100644 data/templates/npc/18313-FlameOfTheWitch.xml create mode 100644 data/templates/npc/18314-OfferingOfTheWitchEvokedSpirit.xml create mode 100644 data/templates/npc/18315-FlameOfDarkOmen.xml create mode 100644 data/templates/npc/18316-OfferingOfDarkOmenEvokedSpirit.xml create mode 100644 data/templates/npc/18317-FlameOfForbiddenPath.xml create mode 100644 data/templates/npc/18318-OfferingOfForbiddenPathEvokedSpirit.xml create mode 100644 data/templates/npc/18378-Trap.xml create mode 100644 data/templates/npc/18379-Trap.xml create mode 100644 data/templates/npc/18380-Trap.xml create mode 100644 data/templates/npc/18381-Trap.xml create mode 100644 data/templates/npc/18382-Trap.xml create mode 100644 data/templates/npc/18383-Trap.xml create mode 100644 data/templates/npc/18384-Trap.xml create mode 100644 data/templates/npc/18385-Trap.xml create mode 100644 data/templates/npc/18386-Trap.xml create mode 100644 data/templates/npc/18387-Trap.xml create mode 100644 data/templates/npc/18388-Trap.xml create mode 100644 data/templates/npc/18389-Trap.xml create mode 100644 data/templates/npc/18390-Trap.xml create mode 100644 data/templates/npc/18391-Trap.xml create mode 100644 data/templates/npc/18392-Trap.xml create mode 100644 data/templates/npc/18393-Trap.xml create mode 100644 data/templates/npc/18394-Trap.xml create mode 100644 data/templates/npc/18395-Trap.xml create mode 100644 data/templates/npc/18396-Trap.xml create mode 100644 data/templates/npc/18397-Trap.xml create mode 100644 data/templates/npc/18398-Trap.xml create mode 100644 data/templates/npc/18399-Trap.xml create mode 100644 data/templates/npc/18400-Trap.xml create mode 100644 data/templates/npc/18401-Trap.xml create mode 100644 data/templates/npc/18402-Trap.xml create mode 100644 data/templates/npc/18403-Trap.xml create mode 100644 data/templates/npc/18404-Trap.xml create mode 100644 data/templates/npc/18405-Trap.xml create mode 100644 data/templates/npc/18406-Trap.xml create mode 100644 data/templates/npc/18407-Trap.xml create mode 100644 data/templates/npc/18408-Trap.xml create mode 100644 data/templates/npc/18409-Trap.xml create mode 100644 data/templates/npc/18410-Trap.xml create mode 100644 data/templates/npc/18411-Trap.xml create mode 100644 data/templates/npc/18412-Trap.xml create mode 100644 data/templates/npc/18413-Trap.xml create mode 100644 data/templates/npc/18414-WarriorSGatekeeper.xml create mode 100644 data/templates/npc/18415-MidwayGatekeeper.xml create mode 100644 data/templates/npc/18416-Doorman.xml create mode 100644 data/templates/npc/18417-BridgeKeeper.xml create mode 100644 data/templates/npc/18418-BridgeKeeper.xml create mode 100644 data/templates/npc/18419-BridgeKeeper.xml create mode 100644 data/templates/npc/18420-Trap.xml create mode 100644 data/templates/npc/18427.xml create mode 100644 data/templates/npc/18428.xml create mode 100644 data/templates/npc/18429.xml create mode 100644 data/templates/npc/18430.xml create mode 100644 data/templates/npc/18431-Trap.xml create mode 100644 data/templates/npc/18432-Trap.xml create mode 100644 data/templates/npc/18433-Trap.xml create mode 100644 data/templates/npc/18434-Trap.xml create mode 100644 data/templates/npc/18435-Trap.xml create mode 100644 data/templates/npc/18436-Trap.xml create mode 100644 data/templates/npc/18437-Trap.xml create mode 100644 data/templates/npc/18438-Trap.xml create mode 100644 data/templates/npc/18441-KamaelGatekeeper.xml create mode 100644 data/templates/npc/18442-Trap.xml create mode 100644 data/templates/npc/18443-Trap.xml create mode 100644 data/templates/npc/18445-TullySGatekeeper.xml create mode 100644 data/templates/npc/18446-TullySGatekeeper.xml create mode 100644 data/templates/npc/18447-TullySGatekeeper.xml create mode 100644 data/templates/npc/18448-TullySGatekeeper.xml create mode 100644 data/templates/npc/18449-TullySGatekeeper.xml create mode 100644 data/templates/npc/18450-TullySGatekeeper.xml create mode 100644 data/templates/npc/18451-TullySGatekeeper.xml create mode 100644 data/templates/npc/18452-TullySGatekeeper.xml create mode 100644 data/templates/npc/18453-TullySGatekeeper.xml create mode 100644 data/templates/npc/18454-TullySGatekeeper.xml create mode 100644 data/templates/npc/18455-TullySGatekeeper.xml create mode 100644 data/templates/npc/18456-TullySGatekeeper.xml create mode 100644 data/templates/npc/18457-TullySGatekeeper.xml create mode 100644 data/templates/npc/18458-TullySGatekeeper.xml create mode 100644 data/templates/npc/18459-TullySGatekeeper.xml create mode 100644 data/templates/npc/18460-TullySGatekeeper.xml create mode 100644 data/templates/npc/18461-TullySGatekeeper.xml create mode 100644 data/templates/npc/18468-Doorman.xml create mode 100644 data/templates/npc/18469-HallGuard.xml create mode 100644 data/templates/npc/18470-HallGuard.xml create mode 100644 data/templates/npc/18471-HallGuard.xml create mode 100644 data/templates/npc/18472-HallGuard.xml create mode 100644 data/templates/npc/18473-HallCaptain.xml create mode 100644 data/templates/npc/18475-HallGuard.xml create mode 100644 data/templates/npc/18476-HallGuard.xml create mode 100644 data/templates/npc/18479-InnerCastleSentry.xml create mode 100644 data/templates/npc/18480-InnerCastleGuard.xml create mode 100644 data/templates/npc/18481-InnerCastleSeer.xml create mode 100644 data/templates/npc/18484-NaiaFailan.xml create mode 100644 data/templates/npc/18485.xml create mode 100644 data/templates/npc/18486.xml create mode 100644 data/templates/npc/18487.xml create mode 100644 data/templates/npc/18488.xml create mode 100644 data/templates/npc/18489.xml create mode 100644 data/templates/npc/18491-Lock.xml create mode 100644 data/templates/npc/18492-Controller.xml create mode 100644 data/templates/npc/18493-Ward.xml create mode 100644 data/templates/npc/18494-IngeniousContraption.xml create mode 100644 data/templates/npc/18495-IngeniousContraption.xml create mode 100644 data/templates/npc/18496-IngeniousContraption.xml create mode 100644 data/templates/npc/18497-IngeniousContraption.xml create mode 100644 data/templates/npc/18498-IngeniousContraption.xml create mode 100644 data/templates/npc/18499-IngeniousContraption.xml create mode 100644 data/templates/npc/18500-IngeniousContraption.xml create mode 100644 data/templates/npc/18501-IngeniousContraption.xml create mode 100644 data/templates/npc/18502-IngeniousContraption.xml create mode 100644 data/templates/npc/18503-IngeniousContraption.xml create mode 100644 data/templates/npc/18504-IngeniousContraption.xml create mode 100644 data/templates/npc/18505-IngeniousContraption.xml create mode 100644 data/templates/npc/18506-SoulCrystalPillar.xml create mode 100644 data/templates/npc/18507.xml create mode 100644 data/templates/npc/18508.xml create mode 100644 data/templates/npc/18509.xml create mode 100644 data/templates/npc/18510.xml create mode 100644 data/templates/npc/18511.xml create mode 100644 data/templates/npc/18512.xml create mode 100644 data/templates/npc/18513.xml create mode 100644 data/templates/npc/18514.xml create mode 100644 data/templates/npc/18515.xml create mode 100644 data/templates/npc/18516.xml create mode 100644 data/templates/npc/18517.xml create mode 100644 data/templates/npc/18518.xml create mode 100644 data/templates/npc/18519.xml create mode 100644 data/templates/npc/18520.xml create mode 100644 data/templates/npc/18521.xml create mode 100644 data/templates/npc/18522.xml create mode 100644 data/templates/npc/18523.xml create mode 100644 data/templates/npc/18524.xml create mode 100644 data/templates/npc/18525.xml create mode 100644 data/templates/npc/18526.xml create mode 100644 data/templates/npc/18527.xml create mode 100644 data/templates/npc/18528.xml create mode 100644 data/templates/npc/18529.xml create mode 100644 data/templates/npc/18530.xml create mode 100644 data/templates/npc/18531.xml create mode 100644 data/templates/npc/18532.xml create mode 100644 data/templates/npc/18533.xml create mode 100644 data/templates/npc/18534-KertangSTreasureChest.xml create mode 100644 data/templates/npc/18535-KertangSTreasureChest.xml create mode 100644 data/templates/npc/18536-KertangSTreasureChest.xml create mode 100644 data/templates/npc/18537-KertangSTreasureChest.xml create mode 100644 data/templates/npc/18538-KertangSTreasureChest.xml create mode 100644 data/templates/npc/18539-ResurrectionTower.xml create mode 100644 data/templates/npc/18540-ResurrectionTower.xml create mode 100644 data/templates/npc/18541-ResurrectionTower.xml create mode 100644 data/templates/npc/18542-ResurrectionTower.xml create mode 100644 data/templates/npc/18543-ResurrectionTower.xml create mode 100644 data/templates/npc/18579-HuntingGroundKeeper.xml create mode 100644 data/templates/npc/18580-CursedGirl.xml create mode 100644 data/templates/npc/18581-Gardener.xml create mode 100644 data/templates/npc/18582-TurnedGirl.xml create mode 100644 data/templates/npc/18583-Housekeeper.xml create mode 100644 data/templates/npc/18584-TurnedBoy.xml create mode 100644 data/templates/npc/18585-CursedGirl.xml create mode 100644 data/templates/npc/18586-Gardener.xml create mode 100644 data/templates/npc/18587-BegrudgedMaid.xml create mode 100644 data/templates/npc/18588-HuntingGroundKeeper.xml create mode 100644 data/templates/npc/18589-CursedGardener.xml create mode 100644 data/templates/npc/18590-BaronessEmployee.xml create mode 100644 data/templates/npc/18591-BegrudgedBoy.xml create mode 100644 data/templates/npc/18592-KrateiSSteward.xml create mode 100644 data/templates/npc/18593-Housekeeper.xml create mode 100644 data/templates/npc/18594-MansionGuide.xml create mode 100644 data/templates/npc/18595-BaronessEmployee.xml create mode 100644 data/templates/npc/18596-CursedGardener.xml create mode 100644 data/templates/npc/18597-BegrudgedMaid.xml create mode 100644 data/templates/npc/18598-CursedHeadMaid.xml create mode 100644 data/templates/npc/18599-MansionManager.xml create mode 100644 data/templates/npc/18600-KrateiSSteward.xml create mode 100644 data/templates/npc/18601-KrateiSWatcher.xml create mode 100644 data/templates/npc/18602-KrateiSWatcher.xml create mode 100644 data/templates/npc/18603.xml create mode 100644 data/templates/npc/18604.xml create mode 100644 data/templates/npc/18605.xml create mode 100644 data/templates/npc/18606.xml create mode 100644 data/templates/npc/18617.xml create mode 100644 data/templates/npc/18618.xml create mode 100644 data/templates/npc/18619.xml create mode 100644 data/templates/npc/18621.xml create mode 100644 data/templates/npc/18661.xml create mode 100644 data/templates/npc/18662.xml create mode 100644 data/templates/npc/18663.xml create mode 100644 data/templates/npc/18678-EnergySeedWater.xml create mode 100644 data/templates/npc/18679-EnergySeedFire.xml create mode 100644 data/templates/npc/18680-EnergySeedWind.xml create mode 100644 data/templates/npc/18681-EnergySeedEarth.xml create mode 100644 data/templates/npc/18682-EnergySeedDivinity.xml create mode 100644 data/templates/npc/18683-EnergySeedDarkness.xml create mode 100644 data/templates/npc/18702-DimensionMovingDevice.xml create mode 100644 data/templates/npc/18718-SacrificedFanatic.xml create mode 100644 data/templates/npc/18719-SacrificedFanatic.xml create mode 100644 data/templates/npc/18720-Trap.xml create mode 100644 data/templates/npc/18721-Trap.xml create mode 100644 data/templates/npc/18722-Trap.xml create mode 100644 data/templates/npc/18723-Trap.xml create mode 100644 data/templates/npc/18724-Trap.xml create mode 100644 data/templates/npc/18725-Trap.xml create mode 100644 data/templates/npc/18726-Trap.xml create mode 100644 data/templates/npc/18727-Trap.xml create mode 100644 data/templates/npc/18728-Trap.xml create mode 100644 data/templates/npc/18729-Trap.xml create mode 100644 data/templates/npc/18730-Trap.xml create mode 100644 data/templates/npc/18731-Trap.xml create mode 100644 data/templates/npc/18732-Trap.xml create mode 100644 data/templates/npc/18733-Trap.xml create mode 100644 data/templates/npc/18734-Trap.xml create mode 100644 data/templates/npc/18735-Trap.xml create mode 100644 data/templates/npc/18736-Trap.xml create mode 100644 data/templates/npc/18737-Trap.xml create mode 100644 data/templates/npc/18738-Trap.xml create mode 100644 data/templates/npc/18739-Trap.xml create mode 100644 data/templates/npc/18740-Trap.xml create mode 100644 data/templates/npc/18741-Trap.xml create mode 100644 data/templates/npc/18742-Trap.xml create mode 100644 data/templates/npc/18743-Trap.xml create mode 100644 data/templates/npc/18744-Trap.xml create mode 100644 data/templates/npc/18745-Trap.xml create mode 100644 data/templates/npc/18746-Trap.xml create mode 100644 data/templates/npc/18747-Trap.xml create mode 100644 data/templates/npc/18748-Trap.xml create mode 100644 data/templates/npc/18749-Trap.xml create mode 100644 data/templates/npc/18750-Trap.xml create mode 100644 data/templates/npc/18751-Trap.xml create mode 100644 data/templates/npc/18752-Trap.xml create mode 100644 data/templates/npc/18753-Trap.xml create mode 100644 data/templates/npc/18754-Trap.xml create mode 100644 data/templates/npc/18755-Trap.xml create mode 100644 data/templates/npc/18756-Trap.xml create mode 100644 data/templates/npc/18757-Trap.xml create mode 100644 data/templates/npc/18758-Trap.xml create mode 100644 data/templates/npc/18759-Trap.xml create mode 100644 data/templates/npc/18760-Trap.xml create mode 100644 data/templates/npc/18761-Trap.xml create mode 100644 data/templates/npc/18762-Trap.xml create mode 100644 data/templates/npc/18763-Trap.xml create mode 100644 data/templates/npc/18764-Trap.xml create mode 100644 data/templates/npc/18765-Trap.xml create mode 100644 data/templates/npc/18766-Trap.xml create mode 100644 data/templates/npc/18767-Trap.xml create mode 100644 data/templates/npc/18768-Trap.xml create mode 100644 data/templates/npc/18769-Trap.xml create mode 100644 data/templates/npc/18770-Trap.xml create mode 100644 data/templates/npc/18771-Trap.xml create mode 100644 data/templates/npc/18772-Trap.xml create mode 100644 data/templates/npc/18773-Trap.xml create mode 100644 data/templates/npc/18774-Trap.xml create mode 100644 data/templates/npc/18775-SeedOfDestructionControlDevice.xml create mode 100644 data/templates/npc/18824-MerchantOfMammonA.xml create mode 100644 data/templates/npc/18825-MerchantOfMammonB.xml create mode 100644 data/templates/npc/18826-ShilenSEvilThoughtsForPresentation.xml create mode 100644 data/templates/npc/18827-PriestCainForPresentation.xml create mode 100644 data/templates/npc/18828-HighPriestOfDawn.xml create mode 100644 data/templates/npc/18829-ShilenSEvilThoughtsLeaderForPresentation.xml create mode 100644 data/templates/npc/18830-SsqForPresentationCameraDummy1.xml create mode 100644 data/templates/npc/18831-SsqForPresentationCameraDummy2.xml create mode 100644 data/templates/npc/18832-SsqForPresentationCameraDummy3.xml create mode 100644 data/templates/npc/18833-EmperorSSealDevice.xml create mode 100644 data/templates/npc/18834-GuardsOfTheDawn.xml create mode 100644 data/templates/npc/18835-GuardsOfTheDawn.xml create mode 100644 data/templates/npc/18836-VarangkaSGuardian.xml create mode 100644 data/templates/npc/18837.xml create mode 100644 data/templates/npc/18838-TreasureChestOfInvaderSoldierOfNightmare.xml create mode 100644 data/templates/npc/18839-WildMaguen.xml create mode 100644 data/templates/npc/18840.xml create mode 100644 data/templates/npc/18841.xml create mode 100644 data/templates/npc/18842.xml create mode 100644 data/templates/npc/18843-CokrakonSWard.xml create mode 100644 data/templates/npc/18844-ReptilikonSWard.xml create mode 100644 data/templates/npc/18845-TorumbaSTelegraph.xml create mode 100644 data/templates/npc/18846-Kegor.xml create mode 100644 data/templates/npc/18847-Freya.xml create mode 100644 data/templates/npc/18848-BattalionLeader.xml create mode 100644 data/templates/npc/18849-Legionnaire.xml create mode 100644 data/templates/npc/18850-Jinia.xml create mode 100644 data/templates/npc/18851-Kegor.xml create mode 100644 data/templates/npc/18852-Sirra.xml create mode 100644 data/templates/npc/18853-Glacier.xml create mode 100644 data/templates/npc/18854-ArcherSBreath.xml create mode 100644 data/templates/npc/18855-ArcheryKnight.xml create mode 100644 data/templates/npc/18856-ArcheryKnight.xml create mode 100644 data/templates/npc/18857.xml create mode 100644 data/templates/npc/18858.xml create mode 100644 data/templates/npc/18859.xml create mode 100644 data/templates/npc/18860.xml create mode 100644 data/templates/npc/18861.xml create mode 100644 data/templates/npc/18901-Kookaburra.xml create mode 100644 data/templates/npc/18902-Cougar.xml create mode 100644 data/templates/npc/18903-Buffalo.xml create mode 100644 data/templates/npc/18904-Grendel.xml create mode 100644 data/templates/npc/18905-FarmRavager.xml create mode 100644 data/templates/npc/18911-AbbeyTreasureChest.xml create mode 100644 data/templates/npc/18913-Furnace.xml create mode 100644 data/templates/npc/18914-Furnace.xml create mode 100644 data/templates/npc/18915-DivineFurnace.xml create mode 100644 data/templates/npc/18916.xml create mode 100644 data/templates/npc/18918.xml create mode 100644 data/templates/npc/18919.xml create mode 100644 data/templates/npc/18920.xml create mode 100644 data/templates/npc/18921-SquareBase.xml create mode 100644 data/templates/npc/18922-DoorGolem.xml create mode 100644 data/templates/npc/18923-DoorGolem.xml create mode 100644 data/templates/npc/18924-DoorGolem.xml create mode 100644 data/templates/npc/18925-Trap.xml create mode 100644 data/templates/npc/18926-MercenaryArcher.xml create mode 100644 data/templates/npc/18927-Fire.xml create mode 100644 data/templates/npc/18929-WardOfTheGrail.xml create mode 100644 data/templates/npc/18930.xml create mode 100644 data/templates/npc/18931.xml create mode 100644 data/templates/npc/18932.xml create mode 100644 data/templates/npc/18933-FireFeed.xml create mode 100644 data/templates/npc/18934-AbbeyTreasureChest.xml create mode 100644 data/templates/npc/18935-DivineSwordProtection.xml create mode 100644 data/templates/npc/18936.xml create mode 100644 data/templates/npc/19-Wooldy.xml create mode 100644 data/templates/npc/2.xml create mode 100644 data/templates/npc/20-Verdandi.xml create mode 100644 data/templates/npc/21-Skooldy.xml create mode 100644 data/templates/npc/22-LuckySkyLantern.xml create mode 100644 data/templates/npc/22389-FoundrySpiritGuard.xml create mode 100644 data/templates/npc/22766-MithrilMillipede.xml create mode 100644 data/templates/npc/22767-ArcheryKnight.xml create mode 100644 data/templates/npc/23-AmbienceSkyLantern.xml create mode 100644 data/templates/npc/24-SwaySkyLantern.xml create mode 100644 data/templates/npc/25-ComfortSkyLantern.xml create mode 100644 data/templates/npc/25529-GardenGuard.xml create mode 100644 data/templates/npc/25530-GardenGuard.xml create mode 100644 data/templates/npc/26-HalloweenEventManager.xml create mode 100644 data/templates/npc/27-Kadomas.xml create mode 100644 data/templates/npc/28-Kotatz.xml create mode 100644 data/templates/npc/29-FlameBox.xml create mode 100644 data/templates/npc/29025-Baium.xml create mode 100644 data/templates/npc/29106.xml create mode 100644 data/templates/npc/29107.xml create mode 100644 data/templates/npc/29108.xml create mode 100644 data/templates/npc/29109.xml create mode 100644 data/templates/npc/29110.xml create mode 100644 data/templates/npc/29111.xml create mode 100644 data/templates/npc/29112.xml create mode 100644 data/templates/npc/29113.xml create mode 100644 data/templates/npc/29114.xml create mode 100644 data/templates/npc/29120-BelethCamera1.xml create mode 100644 data/templates/npc/29121-BelethCamera2.xml create mode 100644 data/templates/npc/29122-BelethCamera3.xml create mode 100644 data/templates/npc/29123-BelethCamera4.xml create mode 100644 data/templates/npc/29124-BelethCamera5.xml create mode 100644 data/templates/npc/29125-BelethCamera6.xml create mode 100644 data/templates/npc/29126-BelethPresentationIncarnation1.xml create mode 100644 data/templates/npc/29127-BelethPresentationIncarnation2.xml create mode 100644 data/templates/npc/29128-BelethPresentationElf.xml create mode 100644 data/templates/npc/29153.xml create mode 100644 data/templates/npc/29154.xml create mode 100644 data/templates/npc/29155.xml create mode 100644 data/templates/npc/29156.xml create mode 100644 data/templates/npc/29157.xml create mode 100644 data/templates/npc/29158.xml create mode 100644 data/templates/npc/29159.xml create mode 100644 data/templates/npc/29160.xml create mode 100644 data/templates/npc/29161-PreAwakenedEkimus.xml create mode 100644 data/templates/npc/29164.xml create mode 100644 data/templates/npc/29165.xml create mode 100644 data/templates/npc/29166.xml create mode 100644 data/templates/npc/29167.xml create mode 100644 data/templates/npc/29168.xml create mode 100644 data/templates/npc/29170.xml create mode 100644 data/templates/npc/29171.xml create mode 100644 data/templates/npc/29172.xml create mode 100644 data/templates/npc/29173-TiatPriest.xml create mode 100644 data/templates/npc/29174-TiatPriest.xml create mode 100644 data/templates/npc/3-SantaSHelper.xml create mode 100644 data/templates/npc/30-Santa.xml create mode 100644 data/templates/npc/30008-Roien.xml create mode 100644 data/templates/npc/30009-NewbieHelper.xml create mode 100644 data/templates/npc/30017-Gallint.xml create mode 100644 data/templates/npc/30019-NewbieHelper.xml create mode 100644 data/templates/npc/30048-Darin.xml create mode 100644 data/templates/npc/30049-Bonnie.xml create mode 100644 data/templates/npc/30050-Elias.xml create mode 100644 data/templates/npc/30051-Cristel.xml create mode 100644 data/templates/npc/30129-Mitraell.xml create mode 100644 data/templates/npc/30130-Undrias.xml create mode 100644 data/templates/npc/30131-NewbieHelper.xml create mode 100644 data/templates/npc/30132-Cecktinon.xml create mode 100644 data/templates/npc/30133-Kartia.xml create mode 100644 data/templates/npc/30141-Talloth.xml create mode 100644 data/templates/npc/30222-Alshupes.xml create mode 100644 data/templates/npc/30223-Arujien.xml create mode 100644 data/templates/npc/30283-Altran.xml create mode 100644 data/templates/npc/30305-Vellior.xml create mode 100644 data/templates/npc/30307-Karrod.xml create mode 100644 data/templates/npc/30311-SirCollinWindawood.xml create mode 100644 data/templates/npc/30312-Rockswell.xml create mode 100644 data/templates/npc/30342-Varsak.xml create mode 100644 data/templates/npc/30351-Astaron.xml create mode 100644 data/templates/npc/30352-Karina.xml create mode 100644 data/templates/npc/30353-Jughead.xml create mode 100644 data/templates/npc/30354-Jewel.xml create mode 100644 data/templates/npc/30359-Kaitar.xml create mode 100644 data/templates/npc/30361-Rizraell.xml create mode 100644 data/templates/npc/30362-Andellia.xml create mode 100644 data/templates/npc/30363-Aios.xml create mode 100644 data/templates/npc/30368-Lilith.xml create mode 100644 data/templates/npc/30370-Nerupa.xml create mode 100644 data/templates/npc/30371-Thalia.xml create mode 100644 data/templates/npc/30391-Parina.xml create mode 100644 data/templates/npc/30400-NewbieHelper.xml create mode 100644 data/templates/npc/30401-NewbieHelper.xml create mode 100644 data/templates/npc/30402-NewbieHelper.xml create mode 100644 data/templates/npc/30403-NewbieHelper.xml create mode 100644 data/templates/npc/30404-NewbieHelper.xml create mode 100644 data/templates/npc/30405-Marius.xml create mode 100644 data/templates/npc/30406-Matheo.xml create mode 100644 data/templates/npc/30407-Mesella.xml create mode 100644 data/templates/npc/30408-Lionel.xml create mode 100644 data/templates/npc/30409-EarthSnake.xml create mode 100644 data/templates/npc/30410-WastelandLizardman.xml create mode 100644 data/templates/npc/30411-FlameSalamander.xml create mode 100644 data/templates/npc/30412-WindSylph.xml create mode 100644 data/templates/npc/30413-WaterUndine.xml create mode 100644 data/templates/npc/30414-Rosella.xml create mode 100644 data/templates/npc/30415-Charkeren.xml create mode 100644 data/templates/npc/30416-Triskel.xml create mode 100644 data/templates/npc/30417-SirKlausVasper.xml create mode 100644 data/templates/npc/30418-Annika.xml create mode 100644 data/templates/npc/30419-Arkenia.xml create mode 100644 data/templates/npc/30421-Varika.xml create mode 100644 data/templates/npc/30422-Kalinta.xml create mode 100644 data/templates/npc/30423-Northwind.xml create mode 100644 data/templates/npc/30424-Allana.xml create mode 100644 data/templates/npc/30425-Neti.xml create mode 100644 data/templates/npc/30426-Prias.xml create mode 100644 data/templates/npc/30428-Perrin.xml create mode 100644 data/templates/npc/30434-Samed.xml create mode 100644 data/templates/npc/30435-Leopold.xml create mode 100644 data/templates/npc/30469-Jonas.xml create mode 100644 data/templates/npc/30477-SirOrthoLancer.xml create mode 100644 data/templates/npc/30497-Edmond.xml create mode 100644 data/templates/npc/30523-Gouph.xml create mode 100644 data/templates/npc/30524-Pippi.xml create mode 100644 data/templates/npc/30528-Laferon.xml create mode 100644 data/templates/npc/30529-Maron.xml create mode 100644 data/templates/npc/30530-NewbieHelper.xml create mode 100644 data/templates/npc/30531-Lockirin.xml create mode 100644 data/templates/npc/30532-Spiron.xml create mode 100644 data/templates/npc/30533-Balanki.xml create mode 100644 data/templates/npc/30534-Keef.xml create mode 100644 data/templates/npc/30535-Filaur.xml create mode 100644 data/templates/npc/30536-Arin.xml create mode 100644 data/templates/npc/30537-Daichir.xml create mode 100644 data/templates/npc/30538-Zimenf.xml create mode 100644 data/templates/npc/30539-Chichirin.xml create mode 100644 data/templates/npc/30549-GhouliffDroopstone.xml create mode 100644 data/templates/npc/30550-GauriTwinklerock.xml create mode 100644 data/templates/npc/30551-TinkWandergold.xml create mode 100644 data/templates/npc/30552-KirilSparkystone.xml create mode 100644 data/templates/npc/30553-MaryseRedbonnet.xml create mode 100644 data/templates/npc/30554-Bolter.xml create mode 100644 data/templates/npc/30555-Torocco.xml create mode 100644 data/templates/npc/30556-Toma.xml create mode 100644 data/templates/npc/30557-Torai.xml create mode 100644 data/templates/npc/30564-Sumari.xml create mode 100644 data/templates/npc/30566-Varkees.xml create mode 100644 data/templates/npc/30567-Tantus.xml create mode 100644 data/templates/npc/30568-Hatos.xml create mode 100644 data/templates/npc/30573-Vulkus.xml create mode 100644 data/templates/npc/30575-NewbieHelper.xml create mode 100644 data/templates/npc/30585-TataruZuHestui.xml create mode 100644 data/templates/npc/30586-AnaiZuNeruga.xml create mode 100644 data/templates/npc/30587-GantakiZuUrutu.xml create mode 100644 data/templates/npc/30588-TakiaZuDudaMara.xml create mode 100644 data/templates/npc/30589-KazkinZuGandi.xml create mode 100644 data/templates/npc/30590-Rosheek.xml create mode 100644 data/templates/npc/30591-Toruku.xml create mode 100644 data/templates/npc/30592-HestuiTotemSpirit.xml create mode 100644 data/templates/npc/30593-DudaMaraTotemSpirit.xml create mode 100644 data/templates/npc/30596-Harkel.xml create mode 100644 data/templates/npc/30597-Piotur.xml create mode 100644 data/templates/npc/30598-NewbieGuide.xml create mode 100644 data/templates/npc/30599-NewbieGuide.xml create mode 100644 data/templates/npc/30600-NewbieGuide.xml create mode 100644 data/templates/npc/30601-NewbieGuide.xml create mode 100644 data/templates/npc/30602-NewbieGuide.xml create mode 100644 data/templates/npc/30608-Maria.xml create mode 100644 data/templates/npc/30609-Creta.xml create mode 100644 data/templates/npc/30610-Cronos.xml create mode 100644 data/templates/npc/30611-Triff.xml create mode 100644 data/templates/npc/30612-Casian.xml create mode 100644 data/templates/npc/30613-AldersSpirit.xml create mode 100644 data/templates/npc/30614-Metheus.xml create mode 100644 data/templates/npc/30615-Voltar.xml create mode 100644 data/templates/npc/30616-Kepra.xml create mode 100644 data/templates/npc/30617-Burai.xml create mode 100644 data/templates/npc/30618-Harak.xml create mode 100644 data/templates/npc/30619-Driko.xml create mode 100644 data/templates/npc/30620-Emily.xml create mode 100644 data/templates/npc/30621-Nikola.xml create mode 100644 data/templates/npc/30622-BoxOfTitan.xml create mode 100644 data/templates/npc/30623-Kaien.xml create mode 100644 data/templates/npc/30624-Ascalon.xml create mode 100644 data/templates/npc/30625-Mason.xml create mode 100644 data/templates/npc/30626-Hamil.xml create mode 100644 data/templates/npc/30627-Tree.xml create mode 100644 data/templates/npc/30628-StrongWoodenChest.xml create mode 100644 data/templates/npc/30629-Rukal.xml create mode 100644 data/templates/npc/30630-Orim.xml create mode 100644 data/templates/npc/30631-Roderik.xml create mode 100644 data/templates/npc/30632-Endrigo.xml create mode 100644 data/templates/npc/30633-Evert.xml create mode 100644 data/templates/npc/30634-Galatea.xml create mode 100644 data/templates/npc/30635-Almors.xml create mode 100644 data/templates/npc/30636-Camoniell.xml create mode 100644 data/templates/npc/30637-Belthus.xml create mode 100644 data/templates/npc/30638-Basilla.xml create mode 100644 data/templates/npc/30639-Celestiel.xml create mode 100644 data/templates/npc/30640-Brynthea.xml create mode 100644 data/templates/npc/30641-Takuna.xml create mode 100644 data/templates/npc/30642-Chianta.xml create mode 100644 data/templates/npc/30643-FirstOrc.xml create mode 100644 data/templates/npc/30644-Kash.xml create mode 100644 data/templates/npc/30645-Martien.xml create mode 100644 data/templates/npc/30646-Raldo.xml create mode 100644 data/templates/npc/30647-ChestOfShyslassys.xml create mode 100644 data/templates/npc/30648-Santiago.xml create mode 100644 data/templates/npc/30649-AncestorMartankus.xml create mode 100644 data/templates/npc/30650-Gerald.xml create mode 100644 data/templates/npc/30651-Dorf.xml create mode 100644 data/templates/npc/30652-Uruha.xml create mode 100644 data/templates/npc/30653-SirAronTanford.xml create mode 100644 data/templates/npc/30654-SirKielNighthawk.xml create mode 100644 data/templates/npc/30655-IsaelSilvershadow.xml create mode 100644 data/templates/npc/30656-SpiritOfSirTalianus.xml create mode 100644 data/templates/npc/30657-Seresin.xml create mode 100644 data/templates/npc/30658-Gupu.xml create mode 100644 data/templates/npc/30659-OrphanGirl.xml create mode 100644 data/templates/npc/30660-WindyShaoring.xml create mode 100644 data/templates/npc/30661-MysteriousDarkElf.xml create mode 100644 data/templates/npc/30662-PiperLongbow.xml create mode 100644 data/templates/npc/30663-SleinShiningBlade.xml create mode 100644 data/templates/npc/30664-CainFlyingKnife.xml create mode 100644 data/templates/npc/30665-Kristina.xml create mode 100644 data/templates/npc/30666-Sla.xml create mode 100644 data/templates/npc/30667-Ramus.xml create mode 100644 data/templates/npc/30668-Katari.xml create mode 100644 data/templates/npc/30669-Kakan.xml create mode 100644 data/templates/npc/30670-Nyakuri.xml create mode 100644 data/templates/npc/30671-Croto.xml create mode 100644 data/templates/npc/30672-Dubabah.xml create mode 100644 data/templates/npc/30673-Lorain.xml create mode 100644 data/templates/npc/30674-DaurinHammercrush.xml create mode 100644 data/templates/npc/30675-CorpseOfKamur.xml create mode 100644 data/templates/npc/30702-Bernard.xml create mode 100644 data/templates/npc/30703-Colin.xml create mode 100644 data/templates/npc/30728-Leirynn.xml create mode 100644 data/templates/npc/30729-Borys.xml create mode 100644 data/templates/npc/30730-Jax.xml create mode 100644 data/templates/npc/30732-OlMahumPilgrim.xml create mode 100644 data/templates/npc/30734-SupplyBoxOnWharf.xml create mode 100644 data/templates/npc/30735-Sophya.xml create mode 100644 data/templates/npc/30736-Redfoot.xml create mode 100644 data/templates/npc/30737-Morgan.xml create mode 100644 data/templates/npc/30738-Matild.xml create mode 100644 data/templates/npc/30739-Keltir.xml create mode 100644 data/templates/npc/30740-Toad.xml create mode 100644 data/templates/npc/30741-Rabbit.xml create mode 100644 data/templates/npc/30742-Rupina.xml create mode 100644 data/templates/npc/30743-WisdomChest.xml create mode 100644 data/templates/npc/30744-Grey.xml create mode 100644 data/templates/npc/30745-Tor.xml create mode 100644 data/templates/npc/30746-Cybellin.xml create mode 100644 data/templates/npc/30747-Mimyu.xml create mode 100644 data/templates/npc/30748-Exarion.xml create mode 100644 data/templates/npc/30749-Zwov.xml create mode 100644 data/templates/npc/30750-Kalibran.xml create mode 100644 data/templates/npc/30751-Suzet.xml create mode 100644 data/templates/npc/30752-Shamhai.xml create mode 100644 data/templates/npc/30753-Gabrielle.xml create mode 100644 data/templates/npc/30754-Gilmore.xml create mode 100644 data/templates/npc/30755-Theodric.xml create mode 100644 data/templates/npc/30756-SirKristofRodemai.xml create mode 100644 data/templates/npc/30757-StatueOfOffering.xml create mode 100644 data/templates/npc/30758-Athrea.xml create mode 100644 data/templates/npc/30759-Kalis.xml create mode 100644 data/templates/npc/30760-SirGustavAthebaldt.xml create mode 100644 data/templates/npc/30761-CorpseOfFritz.xml create mode 100644 data/templates/npc/30762-CorpseOfLutz.xml create mode 100644 data/templates/npc/30763-CorpseOfKurtz.xml create mode 100644 data/templates/npc/30764-Balthazar.xml create mode 100644 data/templates/npc/30765-ImperialCoffer.xml create mode 100644 data/templates/npc/30766-Cleo.xml create mode 100644 data/templates/npc/30832-Hardin.xml create mode 100644 data/templates/npc/30868-SirEricRodemai.xml create mode 100644 data/templates/npc/30925-Morelyn.xml create mode 100644 data/templates/npc/30926-Restina.xml create mode 100644 data/templates/npc/30927-Alicia.xml create mode 100644 data/templates/npc/30928-Fenster.xml create mode 100644 data/templates/npc/30929-Patrin.xml create mode 100644 data/templates/npc/30930-Rogent.xml create mode 100644 data/templates/npc/30931-Bentley.xml create mode 100644 data/templates/npc/30932-Benica.xml create mode 100644 data/templates/npc/30933-Braki.xml create mode 100644 data/templates/npc/30934-Marsha.xml create mode 100644 data/templates/npc/30935-Trumpin.xml create mode 100644 data/templates/npc/30944-Malcom9.xml create mode 100644 data/templates/npc/30945-Malcom10.xml create mode 100644 data/templates/npc/30946-LucianneTanford.xml create mode 100644 data/templates/npc/30947-Rerikya.xml create mode 100644 data/templates/npc/30948-Meridien.xml create mode 100644 data/templates/npc/30949-Keplon.xml create mode 100644 data/templates/npc/30950-Euclie.xml create mode 100644 data/templates/npc/30951-Pithgon.xml create mode 100644 data/templates/npc/30952-DimensionalVortex1.xml create mode 100644 data/templates/npc/30953-DimensionalVortex2.xml create mode 100644 data/templates/npc/30954-DimensionalVortex3.xml create mode 100644 data/templates/npc/30956-Nanarin.xml create mode 100644 data/templates/npc/30957-Swan.xml create mode 100644 data/templates/npc/30958-Galion.xml create mode 100644 data/templates/npc/30959-Barbado.xml create mode 100644 data/templates/npc/30960-BeerChest.xml create mode 100644 data/templates/npc/30961-ClothChest.xml create mode 100644 data/templates/npc/30962-StatueOfWater.xml create mode 100644 data/templates/npc/30963-StatueOfFire.xml create mode 100644 data/templates/npc/30964-StatueOfWind.xml create mode 100644 data/templates/npc/30965-StatueOfEarth.xml create mode 100644 data/templates/npc/30966-StatueOfDarkness.xml create mode 100644 data/templates/npc/30967-StatueOfLight.xml create mode 100644 data/templates/npc/30968-Jennifer.xml create mode 100644 data/templates/npc/30969-IasonHeine.xml create mode 100644 data/templates/npc/30970-Dorothy.xml create mode 100644 data/templates/npc/30971-Orpheus.xml create mode 100644 data/templates/npc/30973-MediumJar.xml create mode 100644 data/templates/npc/30974-Oliver.xml create mode 100644 data/templates/npc/30975-Clarine.xml create mode 100644 data/templates/npc/30976-ResurrectedTownMaiden.xml create mode 100644 data/templates/npc/30977-HolyArkOfSecrecy1.xml create mode 100644 data/templates/npc/30978-HolyArkOfSecrecy2.xml create mode 100644 data/templates/npc/30979-HolyArkOfSecrecy3.xml create mode 100644 data/templates/npc/30980-ArkGuardianSCorpse.xml create mode 100644 data/templates/npc/30981-BlackJudge.xml create mode 100644 data/templates/npc/30988-Verce.xml create mode 100644 data/templates/npc/30989-ChestOfBifrons.xml create mode 100644 data/templates/npc/30990-LotteryTicketSeller.xml create mode 100644 data/templates/npc/30991-LotteryTicketSeller.xml create mode 100644 data/templates/npc/30992-LotteryTicketSeller.xml create mode 100644 data/templates/npc/30993-LotteryTicketSeller.xml create mode 100644 data/templates/npc/30994-LotteryTicketSeller.xml create mode 100644 data/templates/npc/30995-RaceManager.xml create mode 100644 data/templates/npc/31.xml create mode 100644 data/templates/npc/31001-ClaudiaAthebaldt.xml create mode 100644 data/templates/npc/31002-Reorin.xml create mode 100644 data/templates/npc/31027-CofferOfTheDead.xml create mode 100644 data/templates/npc/31028-ChestOfKernon.xml create mode 100644 data/templates/npc/31029-ChestOfGolkonda.xml create mode 100644 data/templates/npc/31030-ChestOfHallate.xml create mode 100644 data/templates/npc/31042-Kantabilon.xml create mode 100644 data/templates/npc/31043-Octavia.xml create mode 100644 data/templates/npc/31074-CorpseOfHutaku.xml create mode 100644 data/templates/npc/31075-SalesCatOfIvoryTower.xml create mode 100644 data/templates/npc/31076-NewbieGuide.xml create mode 100644 data/templates/npc/31077-NewbieGuide.xml create mode 100644 data/templates/npc/31148-PirateSChest.xml create mode 100644 data/templates/npc/31149-AlchemistSMixingUrn.xml create mode 100644 data/templates/npc/31170-CrestOfDawn.xml create mode 100644 data/templates/npc/31171-CrestOfDusk.xml create mode 100644 data/templates/npc/31210-RaceTrackGatekeeper.xml create mode 100644 data/templates/npc/31226-ArenaDirector.xml create mode 100644 data/templates/npc/31227-BuzzTheCat.xml create mode 100644 data/templates/npc/31228-RoyTheCat.xml create mode 100644 data/templates/npc/31229-WinnieTheCat.xml create mode 100644 data/templates/npc/31230-LouieTheCat.xml create mode 100644 data/templates/npc/31231-PreacherOfDoom.xml create mode 100644 data/templates/npc/31232-PreacherOfDoom.xml create mode 100644 data/templates/npc/31233-PreacherOfDoom.xml create mode 100644 data/templates/npc/31234-PreacherOfDoom.xml create mode 100644 data/templates/npc/31235-PreacherOfDoom.xml create mode 100644 data/templates/npc/31236-PreacherOfDoom.xml create mode 100644 data/templates/npc/31237-PreacherOfDoom.xml create mode 100644 data/templates/npc/31238-PreacherOfDoom.xml create mode 100644 data/templates/npc/31239-PreacherOfDoom.xml create mode 100644 data/templates/npc/31240-PreacherOfDoom.xml create mode 100644 data/templates/npc/31241-PreacherOfDoom.xml create mode 100644 data/templates/npc/31242-PreacherOfDoom.xml create mode 100644 data/templates/npc/31243-PreacherOfDoom.xml create mode 100644 data/templates/npc/31244-PreacherOfDoom.xml create mode 100644 data/templates/npc/31245-PreacherOfDoom.xml create mode 100644 data/templates/npc/31246-PreacherOfDoom.xml create mode 100644 data/templates/npc/31247-OratorOfRevelations.xml create mode 100644 data/templates/npc/31248-OratorOfRevelations.xml create mode 100644 data/templates/npc/31249-OratorOfRevelations.xml create mode 100644 data/templates/npc/31250-OratorOfRevelations.xml create mode 100644 data/templates/npc/31251-OratorOfRevelations.xml create mode 100644 data/templates/npc/31252-OratorOfRevelations.xml create mode 100644 data/templates/npc/31253-OratorOfRevelations.xml create mode 100644 data/templates/npc/31254-OratorOfRevelations.xml create mode 100644 data/templates/npc/31255-BuzzTheCat.xml create mode 100644 data/templates/npc/31284-Elena.xml create mode 100644 data/templates/npc/31310-Rafael.xml create mode 100644 data/templates/npc/31338-Anton.xml create mode 100644 data/templates/npc/31339-Hakran.xml create mode 100644 data/templates/npc/31348-Agripel.xml create mode 100644 data/templates/npc/31349-Benedict.xml create mode 100644 data/templates/npc/31350-Dominic.xml create mode 100644 data/templates/npc/31367-VoiceOfGlory.xml create mode 100644 data/templates/npc/31368-Mikellan.xml create mode 100644 data/templates/npc/31369-Mennon.xml create mode 100644 data/templates/npc/31370-KadunZuKetra.xml create mode 100644 data/templates/npc/31371-Wahkan.xml create mode 100644 data/templates/npc/31372-Asefa.xml create mode 100644 data/templates/npc/31377-AshasVarkaDurai.xml create mode 100644 data/templates/npc/31378-NaranAshanuk.xml create mode 100644 data/templates/npc/31379-UdanMardui.xml create mode 100644 data/templates/npc/31384-GatekeeperOfFireDragon.xml create mode 100644 data/templates/npc/31385-HeartOfVolcano.xml create mode 100644 data/templates/npc/31387-Kurstin.xml create mode 100644 data/templates/npc/31388-Mina.xml create mode 100644 data/templates/npc/31389-Dorian.xml create mode 100644 data/templates/npc/31390-DummyBoyA.xml create mode 100644 data/templates/npc/31391-DummyBoyB.xml create mode 100644 data/templates/npc/31392-DummyBoyC.xml create mode 100644 data/templates/npc/31393-DummyBoyD.xml create mode 100644 data/templates/npc/31394-DummyBoyE.xml create mode 100644 data/templates/npc/31395-DummyLadyF.xml create mode 100644 data/templates/npc/31396-DummyLadyG.xml create mode 100644 data/templates/npc/31397-DummyLadyH.xml create mode 100644 data/templates/npc/31398-DummyLadyI.xml create mode 100644 data/templates/npc/31399-DummyLadyJ.xml create mode 100644 data/templates/npc/31404-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31405-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31406-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31407-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31408-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31409-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31410-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31411-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31412-MonsterRaceGuide.xml create mode 100644 data/templates/npc/31488-RiftPostRecruit.xml create mode 100644 data/templates/npc/31489-RiftPostPrivate.xml create mode 100644 data/templates/npc/31490-RiftPostOfficer.xml create mode 100644 data/templates/npc/31491-RiftPostCaptain.xml create mode 100644 data/templates/npc/31492-RiftPostCommander.xml create mode 100644 data/templates/npc/31493-RiftPostHero.xml create mode 100644 data/templates/npc/31494-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31495-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31496-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31497-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31498-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31499-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31500-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31501-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31502-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31503-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31504-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31505-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31506-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31507-DimensionalGateKeeper.xml create mode 100644 data/templates/npc/31508-AltarOfSaints.xml create mode 100644 data/templates/npc/31509-AltarOfSaints.xml create mode 100644 data/templates/npc/31510-AltarOfSaints.xml create mode 100644 data/templates/npc/31511-AltarOfSaints.xml create mode 100644 data/templates/npc/31512-EvilAltar.xml create mode 100644 data/templates/npc/31513-EvilAltar.xml create mode 100644 data/templates/npc/31514-EvilAltar.xml create mode 100644 data/templates/npc/31515-EvilAltar.xml create mode 100644 data/templates/npc/31516-EvilAltar.xml create mode 100644 data/templates/npc/31517-Hierarch.xml create mode 100644 data/templates/npc/31518-MysteriousNecromancer.xml create mode 100644 data/templates/npc/31519-Enfeux.xml create mode 100644 data/templates/npc/31520-Leikar.xml create mode 100644 data/templates/npc/31521-Jeremy.xml create mode 100644 data/templates/npc/31522-MysteriousWizard.xml create mode 100644 data/templates/npc/31523-Tombstone.xml create mode 100644 data/templates/npc/31524-GhostOfVonHellmann.xml create mode 100644 data/templates/npc/31525-GhostOfVonHellmannSPage.xml create mode 100644 data/templates/npc/31526-BrokenBookshelf.xml create mode 100644 data/templates/npc/31527-Well.xml create mode 100644 data/templates/npc/31528-GhostOfPriest.xml create mode 100644 data/templates/npc/31529-GhostOfAdventurer.xml create mode 100644 data/templates/npc/31530-Box.xml create mode 100644 data/templates/npc/31531-Tombstone.xml create mode 100644 data/templates/npc/31532-MaidOfLidia.xml create mode 100644 data/templates/npc/31533-BrokenBookshelf.xml create mode 100644 data/templates/npc/31534-BrokenBookshelf.xml create mode 100644 data/templates/npc/31535-BrokenBookshelf.xml create mode 100644 data/templates/npc/31536-Coffin.xml create mode 100644 data/templates/npc/31537-Tunatun.xml create mode 100644 data/templates/npc/31538-GhostOfAdventurer.xml create mode 100644 data/templates/npc/31539-Vulcan.xml create mode 100644 data/templates/npc/31540-Klein.xml create mode 100644 data/templates/npc/31541-DaimonSAltar.xml create mode 100644 data/templates/npc/31542-YetiSTable.xml create mode 100644 data/templates/npc/31543-Pulin.xml create mode 100644 data/templates/npc/31544-Naff.xml create mode 100644 data/templates/npc/31545-Crocus.xml create mode 100644 data/templates/npc/31546-Kuber.xml create mode 100644 data/templates/npc/31547-Beolin.xml create mode 100644 data/templates/npc/31548-MysteriousAncientTablet.xml create mode 100644 data/templates/npc/31549-MysteriousAncientTablet.xml create mode 100644 data/templates/npc/31550-MysteriousAncientTablet.xml create mode 100644 data/templates/npc/31551-MysteriousAncientTablet.xml create mode 100644 data/templates/npc/31552-MysteriousAncientTablet.xml create mode 100644 data/templates/npc/31553-Pierce.xml create mode 100644 data/templates/npc/31554-Kahman.xml create mode 100644 data/templates/npc/31555-Abercrombie.xml create mode 100644 data/templates/npc/31556-Selina.xml create mode 100644 data/templates/npc/31557-MercenarySentry.xml create mode 100644 data/templates/npc/31558-KetraSHolyAltar.xml create mode 100644 data/templates/npc/31559-BoxOfAsefa.xml create mode 100644 data/templates/npc/31560-VarkaSHolyAltar.xml create mode 100644 data/templates/npc/31561-UdanMarduiSBox.xml create mode 100644 data/templates/npc/31584-Valentine.xml create mode 100644 data/templates/npc/31585-SparkyTheCat.xml create mode 100644 data/templates/npc/31586-SparkyTheCat.xml create mode 100644 data/templates/npc/31587-Gedrik.xml create mode 100644 data/templates/npc/31588-Agnes.xml create mode 100644 data/templates/npc/31589-DudaMaraTotemSpirit.xml create mode 100644 data/templates/npc/31590-TruthScholarDevianne.xml create mode 100644 data/templates/npc/31591-SunsetGuideLuna.xml create mode 100644 data/templates/npc/31592-Telson.xml create mode 100644 data/templates/npc/31594-Mond.xml create mode 100644 data/templates/npc/31595-LeonaBlackbird.xml create mode 100644 data/templates/npc/31596-Tobald.xml create mode 100644 data/templates/npc/31597-Tobald.xml create mode 100644 data/templates/npc/31598-MedinaBlackheart.xml create mode 100644 data/templates/npc/31599-DisgracedKnightWaldstein.xml create mode 100644 data/templates/npc/31600-PamelaAprodia.xml create mode 100644 data/templates/npc/31601-PamelaAprodia.xml create mode 100644 data/templates/npc/31602-SharonaArtemia.xml create mode 100644 data/templates/npc/31603-BlackCat.xml create mode 100644 data/templates/npc/31604-Grimst.xml create mode 100644 data/templates/npc/31605-Kinsley.xml create mode 100644 data/templates/npc/31606-AliceDeCatrina.xml create mode 100644 data/templates/npc/31607-SakeDunZuHestui.xml create mode 100644 data/templates/npc/31608-Belinda.xml create mode 100644 data/templates/npc/31609-AuroraTheUnicorn.xml create mode 100644 data/templates/npc/31610-ShikenGloomdrake.xml create mode 100644 data/templates/npc/31611-ScrydeHeartseeker.xml create mode 100644 data/templates/npc/31612-EternityWandererStaris.xml create mode 100644 data/templates/npc/31613-Noctisse.xml create mode 100644 data/templates/npc/31614-Radyss.xml create mode 100644 data/templates/npc/31615-Hermit.xml create mode 100644 data/templates/npc/31616-Hermit.xml create mode 100644 data/templates/npc/31617-AriaFirstmatter.xml create mode 100644 data/templates/npc/31618-MoonVoiceIrene.xml create mode 100644 data/templates/npc/31619-EricaKenWeber.xml create mode 100644 data/templates/npc/31620-VerdureElderElikia.xml create mode 100644 data/templates/npc/31621-AbyssSaintElcardia.xml create mode 100644 data/templates/npc/31622-Keats.xml create mode 100644 data/templates/npc/31623-Bavarin.xml create mode 100644 data/templates/npc/31624-Donath.xml create mode 100644 data/templates/npc/31625-Yeti.xml create mode 100644 data/templates/npc/31626-Duncan.xml create mode 100644 data/templates/npc/31627-Mist.xml create mode 100644 data/templates/npc/31628-Lilly.xml create mode 100644 data/templates/npc/31629-KaleidosTheUnicorn.xml create mode 100644 data/templates/npc/31630-KaleidosTheUnicorn.xml create mode 100644 data/templates/npc/31631-EricRamsheart.xml create mode 100644 data/templates/npc/31632-MysteriousServitor.xml create mode 100644 data/templates/npc/31633-WinterHunterKadyth.xml create mode 100644 data/templates/npc/31634-WinterHunterKadyth.xml create mode 100644 data/templates/npc/31635-WinterHunterKadyth.xml create mode 100644 data/templates/npc/31636-FlameSuccessorAkkan.xml create mode 100644 data/templates/npc/31637-KhavatariKashu.xml create mode 100644 data/templates/npc/31638-StarlingKnightKastien.xml create mode 100644 data/templates/npc/31639-KainVanHalter.xml create mode 100644 data/templates/npc/31640-PilgrimOfDarkness.xml create mode 100644 data/templates/npc/31641-PilgrimOfDarkness.xml create mode 100644 data/templates/npc/31642-TarkaiZuDudaMara.xml create mode 100644 data/templates/npc/31643-SilverFeyshar.xml create mode 100644 data/templates/npc/31644-DawnWitnessFranz.xml create mode 100644 data/templates/npc/31645-HindemithTruevoice.xml create mode 100644 data/templates/npc/31646-TabletOfVision.xml create mode 100644 data/templates/npc/31647-TabletOfVision.xml create mode 100644 data/templates/npc/31648-TabletOfVision.xml create mode 100644 data/templates/npc/31649-TabletOfVision.xml create mode 100644 data/templates/npc/31650-TabletOfVision.xml create mode 100644 data/templates/npc/31651-TabletOfVision.xml create mode 100644 data/templates/npc/31652-TabletOfVision.xml create mode 100644 data/templates/npc/31653-TabletOfVision.xml create mode 100644 data/templates/npc/31654-TabletOfVision.xml create mode 100644 data/templates/npc/31655-TabletOfVision.xml create mode 100644 data/templates/npc/31656-TabletOfVision.xml create mode 100644 data/templates/npc/31657-TabletOfVision.xml create mode 100644 data/templates/npc/31658-TabletOfVision.xml create mode 100644 data/templates/npc/31659-TabletOfVision.xml create mode 100644 data/templates/npc/31660-TabletOfVision.xml create mode 100644 data/templates/npc/31661-ForgottenMonument.xml create mode 100644 data/templates/npc/31662-ForgottenMonument.xml create mode 100644 data/templates/npc/31663-ForgottenMonument.xml create mode 100644 data/templates/npc/31664-ForgottenMonument.xml create mode 100644 data/templates/npc/31665-CorpseOfDwarf.xml create mode 100644 data/templates/npc/31679-EustaceVanEssen.xml create mode 100644 data/templates/npc/31683-EyeOfArgos.xml create mode 100644 data/templates/npc/31684-EyeOfUdanMardui.xml create mode 100644 data/templates/npc/31685-AsefaSEye.xml create mode 100644 data/templates/npc/31686-GatekeeperOfFireDragon.xml create mode 100644 data/templates/npc/31687-GatekeeperOfFireDragon.xml create mode 100644 data/templates/npc/31689-OlympiadFinisher.xml create mode 100644 data/templates/npc/31691-TrainingDummy.xml create mode 100644 data/templates/npc/31700-SaintSFollower.xml create mode 100644 data/templates/npc/31701-SaintSFollower.xml create mode 100644 data/templates/npc/31702-SaintSFollower.xml create mode 100644 data/templates/npc/31703-SaintSFollower.xml create mode 100644 data/templates/npc/31704-SaintSFollower.xml create mode 100644 data/templates/npc/31705-DaimonTheWhiteEyed.xml create mode 100644 data/templates/npc/31706-MikiTheCat.xml create mode 100644 data/templates/npc/31707-KetraVanGrunt.xml create mode 100644 data/templates/npc/31708-KetraVanShaman.xml create mode 100644 data/templates/npc/31709-KetraVanCaptain.xml create mode 100644 data/templates/npc/31710-KetraVanCommander.xml create mode 100644 data/templates/npc/31711-KetraVanShaman.xml create mode 100644 data/templates/npc/31712-VarkaRaider.xml create mode 100644 data/templates/npc/31713-PreacherOfDoom.xml create mode 100644 data/templates/npc/31714-PreacherOfDoom.xml create mode 100644 data/templates/npc/31715-PreacherOfDoom.xml create mode 100644 data/templates/npc/31716-PreacherOfDoom.xml create mode 100644 data/templates/npc/31717-PreacherOfDoom.xml create mode 100644 data/templates/npc/31718-PreacherOfDoom.xml create mode 100644 data/templates/npc/31719-PreacherOfDoom.xml create mode 100644 data/templates/npc/31720-PreacherOfDoom.xml create mode 100644 data/templates/npc/31721-OratorOfRevelations.xml create mode 100644 data/templates/npc/31722-OratorOfRevelations.xml create mode 100644 data/templates/npc/31723-OratorOfRevelations.xml create mode 100644 data/templates/npc/31724-OratorOfRevelations.xml create mode 100644 data/templates/npc/31725-OratorOfRevelations.xml create mode 100644 data/templates/npc/31726-OratorOfRevelations.xml create mode 100644 data/templates/npc/31727-OratorOfRevelations.xml create mode 100644 data/templates/npc/31728-OratorOfRevelations.xml create mode 100644 data/templates/npc/31739-Talien.xml create mode 100644 data/templates/npc/31740-Caradine.xml create mode 100644 data/templates/npc/31741-Ossian.xml create mode 100644 data/templates/npc/31742-Virgil.xml create mode 100644 data/templates/npc/31743-Kassandra.xml create mode 100644 data/templates/npc/31744-Ogmar.xml create mode 100644 data/templates/npc/31745-LadyOfTheLake.xml create mode 100644 data/templates/npc/31746-FallenUnicorn.xml create mode 100644 data/templates/npc/31747-PureWhiteUnicorn.xml create mode 100644 data/templates/npc/31748-CornerstoneOfRestraining.xml create mode 100644 data/templates/npc/31750-MysteriousWoman.xml create mode 100644 data/templates/npc/31751-MysteriousDarkKnight.xml create mode 100644 data/templates/npc/31752-CorpseOfAngel.xml create mode 100644 data/templates/npc/31759-TeleportationCubic.xml create mode 100644 data/templates/npc/31760-MissQueen.xml create mode 100644 data/templates/npc/31761-MissQueen.xml create mode 100644 data/templates/npc/31762-MissQueen.xml create mode 100644 data/templates/npc/31763-MissQueen.xml create mode 100644 data/templates/npc/31764-MissQueen.xml create mode 100644 data/templates/npc/31765-MissQueen.xml create mode 100644 data/templates/npc/31766-MissQueen.xml create mode 100644 data/templates/npc/31767-EventGatekeeper.xml create mode 100644 data/templates/npc/31768-EventGatekeeper.xml create mode 100644 data/templates/npc/31774-BerylTheCat.xml create mode 100644 data/templates/npc/31852-PixyMurika.xml create mode 100644 data/templates/npc/31854-EventManager.xml create mode 100644 data/templates/npc/31855-EventManager.xml create mode 100644 data/templates/npc/31856-EventManager.xml create mode 100644 data/templates/npc/31857-EventManager.xml create mode 100644 data/templates/npc/31858-EventManager.xml create mode 100644 data/templates/npc/31859-TeleportationCubic.xml create mode 100644 data/templates/npc/31860-BuzzTheCat.xml create mode 100644 data/templates/npc/31862-AngelicVortex.xml create mode 100644 data/templates/npc/31863-SantaTrainee.xml create mode 100644 data/templates/npc/31864-SantaTrainee.xml create mode 100644 data/templates/npc/31865-GuardianOfBorder.xml create mode 100644 data/templates/npc/31866-GuardianOfBorder.xml create mode 100644 data/templates/npc/31867-GuardianOfBorder.xml create mode 100644 data/templates/npc/31868-GuardianOfBorder.xml create mode 100644 data/templates/npc/31869-GuardianOfBorder.xml create mode 100644 data/templates/npc/31870-GuardianOfBorder.xml create mode 100644 data/templates/npc/31871-GuardianOfBorder.xml create mode 100644 data/templates/npc/31872-GuardianOfBorder.xml create mode 100644 data/templates/npc/31873-GuardianOfBorder.xml create mode 100644 data/templates/npc/31874-GuardianOfBorder.xml create mode 100644 data/templates/npc/31875-GuardianOfBorder.xml create mode 100644 data/templates/npc/31876-GuardianOfBorder.xml create mode 100644 data/templates/npc/31877-GuardianOfBorder.xml create mode 100644 data/templates/npc/31878-GuardianOfBorder.xml create mode 100644 data/templates/npc/31879-GuardianOfBorder.xml create mode 100644 data/templates/npc/31880-GuardianOfBorder.xml create mode 100644 data/templates/npc/31881-GuardianOfBorder.xml create mode 100644 data/templates/npc/31882-GuardianOfBorder.xml create mode 100644 data/templates/npc/31883-GuardianOfBorder.xml create mode 100644 data/templates/npc/31884-GuardianOfBorder.xml create mode 100644 data/templates/npc/31885-GuardianOfBorder.xml create mode 100644 data/templates/npc/31886-GuardianOfBorder.xml create mode 100644 data/templates/npc/31887-GuardianOfBorder.xml create mode 100644 data/templates/npc/31888-GuardianOfBorder.xml create mode 100644 data/templates/npc/31889-GuardianOfBorder.xml create mode 100644 data/templates/npc/31890-GuardianOfBorder.xml create mode 100644 data/templates/npc/31891-GuardianOfBorder.xml create mode 100644 data/templates/npc/31892-GuardianOfBorder.xml create mode 100644 data/templates/npc/31893-GuardianOfBorder.xml create mode 100644 data/templates/npc/31894-GuardianOfBorder.xml create mode 100644 data/templates/npc/31895-GuardianOfBorder.xml create mode 100644 data/templates/npc/31896-GuardianOfBorder.xml create mode 100644 data/templates/npc/31897-GuardianOfBorder.xml create mode 100644 data/templates/npc/31898-GuardianOfBorder.xml create mode 100644 data/templates/npc/31899-GuardianOfBorder.xml create mode 100644 data/templates/npc/31900-GuardianOfBorder.xml create mode 100644 data/templates/npc/31901-GuardianOfBorder.xml create mode 100644 data/templates/npc/31902-GuardianOfBorder.xml create mode 100644 data/templates/npc/31903-GuardianOfBorder.xml create mode 100644 data/templates/npc/31904-GuardianOfBorder.xml create mode 100644 data/templates/npc/31905-GuardianOfBorder.xml create mode 100644 data/templates/npc/31906-GuardianOfBorder.xml create mode 100644 data/templates/npc/31907-GuardianOfBorder.xml create mode 100644 data/templates/npc/31908-GuardianOfBorder.xml create mode 100644 data/templates/npc/31909-GuardianOfBorder.xml create mode 100644 data/templates/npc/31910-GuardianOfBorder.xml create mode 100644 data/templates/npc/31911-GuardianOfBorder.xml create mode 100644 data/templates/npc/31912-GuardianOfBorder.xml create mode 100644 data/templates/npc/31913-GuardianOfBorder.xml create mode 100644 data/templates/npc/31914-GuardianOfBorder.xml create mode 100644 data/templates/npc/31915-GuardianOfBorder.xml create mode 100644 data/templates/npc/31916-GuardianOfBorder.xml create mode 100644 data/templates/npc/31917-GuardianOfBorder.xml create mode 100644 data/templates/npc/31918-GuardianOfBorder.xml create mode 100644 data/templates/npc/31999-PreacherOfDoom.xml create mode 100644 data/templates/npc/32-JetBike.xml create mode 100644 data/templates/npc/32000-PreacherOfDoom.xml create mode 100644 data/templates/npc/32001-PreacherOfDoom.xml create mode 100644 data/templates/npc/32002-PreacherOfDoom.xml create mode 100644 data/templates/npc/32003-OratorOfRevelations.xml create mode 100644 data/templates/npc/32004-OratorOfRevelations.xml create mode 100644 data/templates/npc/32005-OratorOfRevelations.xml create mode 100644 data/templates/npc/32006-OratorOfRevelations.xml create mode 100644 data/templates/npc/32008-Greymore.xml create mode 100644 data/templates/npc/32009-Devorin.xml create mode 100644 data/templates/npc/32010-Flauron.xml create mode 100644 data/templates/npc/32011-ImperialTombGuide.xml create mode 100644 data/templates/npc/32012-Tantan.xml create mode 100644 data/templates/npc/32013-Suki.xml create mode 100644 data/templates/npc/32014-Ivan.xml create mode 100644 data/templates/npc/32015-ScoutSCorpse.xml create mode 100644 data/templates/npc/32016-Torrant.xml create mode 100644 data/templates/npc/32017-Karuda.xml create mode 100644 data/templates/npc/32018-Misa.xml create mode 100644 data/templates/npc/32019-SuspiciousMan.xml create mode 100644 data/templates/npc/32020-Rafforty.xml create mode 100644 data/templates/npc/32021-IceSculpture.xml create mode 100644 data/templates/npc/32022-Kier.xml create mode 100644 data/templates/npc/32023-IceShelf.xml create mode 100644 data/templates/npc/32026-HestuiGuard.xml create mode 100644 data/templates/npc/32027-HolyBrazier.xml create mode 100644 data/templates/npc/32028-HolyGrail.xml create mode 100644 data/templates/npc/32029-FreyaSSteward.xml create mode 100644 data/templates/npc/32030-GardenSculpture.xml create mode 100644 data/templates/npc/32031-IceFairySculpture.xml create mode 100644 data/templates/npc/32032-StrangeMachine.xml create mode 100644 data/templates/npc/32033-DoctorChaos.xml create mode 100644 data/templates/npc/32038-RitualOffering.xml create mode 100644 data/templates/npc/32041-Yumi.xml create mode 100644 data/templates/npc/32042-Weathermaster.xml create mode 100644 data/templates/npc/32043-Weathermaster.xml create mode 100644 data/templates/npc/32044-Weathermaster.xml create mode 100644 data/templates/npc/32045-DoctorChaosSecretBookshelf.xml create mode 100644 data/templates/npc/32046-SuspiciousLookingPileOfStones.xml create mode 100644 data/templates/npc/32047-Wendy.xml create mode 100644 data/templates/npc/32048-EventGatekeeper.xml create mode 100644 data/templates/npc/32049-Rooney.xml create mode 100644 data/templates/npc/32050-PartsBox.xml create mode 100644 data/templates/npc/32051-AltarGatekeeper.xml create mode 100644 data/templates/npc/32052-Obi.xml create mode 100644 data/templates/npc/32053-Abey.xml create mode 100644 data/templates/npc/32054-GhostOfARailroadEngineer.xml create mode 100644 data/templates/npc/32055-GhostOfAnAncientRailroadEngineer.xml create mode 100644 data/templates/npc/32056-Aren.xml create mode 100644 data/templates/npc/32057-TotemSpiritOfGandi.xml create mode 100644 data/templates/npc/32058-TriolSRevelation.xml create mode 100644 data/templates/npc/32059-TriolSRevelation.xml create mode 100644 data/templates/npc/32060-TriolSRevelation.xml create mode 100644 data/templates/npc/32061-TriolSRevelation.xml create mode 100644 data/templates/npc/32062-TriolSRevelation.xml create mode 100644 data/templates/npc/32063-TriolSRevelation.xml create mode 100644 data/templates/npc/32064-TriolSRevelation.xml create mode 100644 data/templates/npc/32065-TriolSRevelation.xml create mode 100644 data/templates/npc/32066-TriolSRevelation.xml create mode 100644 data/templates/npc/32067-TriolSRevelation.xml create mode 100644 data/templates/npc/32068-TriolSRevelation.xml create mode 100644 data/templates/npc/32069-Gutenhagen.xml create mode 100644 data/templates/npc/32071-Linda.xml create mode 100644 data/templates/npc/32073-OldFemaleDrifter.xml create mode 100644 data/templates/npc/32074-GludioTerritoryManager.xml create mode 100644 data/templates/npc/32075-SandyTheCat.xml create mode 100644 data/templates/npc/32076-Box.xml create mode 100644 data/templates/npc/32077-IceSculpture.xml create mode 100644 data/templates/npc/32078-IceSculpture.xml create mode 100644 data/templates/npc/32079-IceSculpture.xml create mode 100644 data/templates/npc/32090-DeadLeopardSCarcass.xml create mode 100644 data/templates/npc/32091-OmegaSCat.xml create mode 100644 data/templates/npc/32099-TonyTheCat.xml create mode 100644 data/templates/npc/32100-TonyTheCat.xml create mode 100644 data/templates/npc/32101-TonyTheCat.xml create mode 100644 data/templates/npc/32102-TonyTheCat.xml create mode 100644 data/templates/npc/32103-TellingTheCat.xml create mode 100644 data/templates/npc/32104-Vervato.xml create mode 100644 data/templates/npc/32107-TeleportationCubic.xml create mode 100644 data/templates/npc/32109-ShilenSStoneStatue.xml create mode 100644 data/templates/npc/32110.xml create mode 100644 data/templates/npc/32111-Orahochin.xml create mode 100644 data/templates/npc/32112-Gariachin.xml create mode 100644 data/templates/npc/32113-Marquez.xml create mode 100644 data/templates/npc/32114-Mushika.xml create mode 100644 data/templates/npc/32115-Asamah.xml create mode 100644 data/templates/npc/32116-Kirikachin.xml create mode 100644 data/templates/npc/32117-Karakawei.xml create mode 100644 data/templates/npc/32118-MantarasaEgg.xml create mode 100644 data/templates/npc/32119-UluKaimu.xml create mode 100644 data/templates/npc/32120-BaluKaimu.xml create mode 100644 data/templates/npc/32121-ChutaKaimu.xml create mode 100644 data/templates/npc/32122-WarriorSGrave.xml create mode 100644 data/templates/npc/32123-Valakas.xml create mode 100644 data/templates/npc/32124-GreatSoul.xml create mode 100644 data/templates/npc/32125-GreatSoul.xml create mode 100644 data/templates/npc/32126-PriestGuard.xml create mode 100644 data/templates/npc/32127-PriestGuard.xml create mode 100644 data/templates/npc/32128-GuardianWizardOfTheCloth.xml create mode 100644 data/templates/npc/32129.xml create mode 100644 data/templates/npc/32130-StrategistLucien.xml create mode 100644 data/templates/npc/32131-MagicLaboratoryWorker.xml create mode 100644 data/templates/npc/32132-AlchemistSServitor.xml create mode 100644 data/templates/npc/32133-Perwan.xml create mode 100644 data/templates/npc/32134-NewbieHelper.xml create mode 100644 data/templates/npc/32135-NewbieGuide.xml create mode 100644 data/templates/npc/32138-Kekropus.xml create mode 100644 data/templates/npc/32173-Marcela.xml create mode 100644 data/templates/npc/32187-Nadir.xml create mode 100644 data/templates/npc/32190-Mao.xml create mode 100644 data/templates/npc/32191-Hanarin.xml create mode 100644 data/templates/npc/32235-Katenar.xml create mode 100644 data/templates/npc/32236-Harkilgamed.xml create mode 100644 data/templates/npc/32237-Rodenpicula.xml create mode 100644 data/templates/npc/32238-Rock.xml create mode 100644 data/templates/npc/32240-Katenar.xml create mode 100644 data/templates/npc/32241-Berka.xml create mode 100644 data/templates/npc/32242-Katenar.xml create mode 100644 data/templates/npc/32243-CargoBox.xml create mode 100644 data/templates/npc/32244-SuspiciousMan.xml create mode 100644 data/templates/npc/32245-Matras.xml create mode 100644 data/templates/npc/32246-Rua.xml create mode 100644 data/templates/npc/32247-Serian.xml create mode 100644 data/templates/npc/32248-FirstReaction.xml create mode 100644 data/templates/npc/32249-ChiefJarron.xml create mode 100644 data/templates/npc/32250-Ario.xml create mode 100644 data/templates/npc/32251-Saria.xml create mode 100644 data/templates/npc/32252-CaravanerGort.xml create mode 100644 data/templates/npc/32253-Harkilgamed.xml create mode 100644 data/templates/npc/32254-Harkilgamed.xml create mode 100644 data/templates/npc/32255-IconOfThePast.xml create mode 100644 data/templates/npc/32256-IconOfThePresent.xml create mode 100644 data/templates/npc/32257-IconOfTheFuture.xml create mode 100644 data/templates/npc/32258-MenacingMachine.xml create mode 100644 data/templates/npc/32259-VaultDoorController.xml create mode 100644 data/templates/npc/32260-GatemasterOfThePast.xml create mode 100644 data/templates/npc/32261-GatemasterOfThePresent.xml create mode 100644 data/templates/npc/32262-GatemasterOfTheFuture.xml create mode 100644 data/templates/npc/32263-Rodenpicula.xml create mode 100644 data/templates/npc/32264-Kanis.xml create mode 100644 data/templates/npc/32271-Parme.xml create mode 100644 data/templates/npc/32272-Akyaka.xml create mode 100644 data/templates/npc/32273-OracleGuide.xml create mode 100644 data/templates/npc/32274-OracleGuide.xml create mode 100644 data/templates/npc/32275-OracleGuide.xml create mode 100644 data/templates/npc/32276-OracleGuide.xml create mode 100644 data/templates/npc/32277-OracleGuide.xml create mode 100644 data/templates/npc/32278-OracleGuide.xml create mode 100644 data/templates/npc/32279-OracleGuide.xml create mode 100644 data/templates/npc/32280-OracleGuide.xml create mode 100644 data/templates/npc/32281-OracleGuide.xml create mode 100644 data/templates/npc/32282-Yiyen.xml create mode 100644 data/templates/npc/32284-EvaSProtector.xml create mode 100644 data/templates/npc/32285-EvaSProtector.xml create mode 100644 data/templates/npc/32286-EvaSProtector.xml create mode 100644 data/templates/npc/32287-EvaSProtector.xml create mode 100644 data/templates/npc/32288-SymbolOfFaith.xml create mode 100644 data/templates/npc/32289-SymbolOfAdversity.xml create mode 100644 data/templates/npc/32290-SymbolOfAdventure.xml create mode 100644 data/templates/npc/32291-SymbolOfTruth.xml create mode 100644 data/templates/npc/32292-Galate.xml create mode 100644 data/templates/npc/32293-Jirrone.xml create mode 100644 data/templates/npc/32294-Budenka.xml create mode 100644 data/templates/npc/32296-Seruzia.xml create mode 100644 data/templates/npc/32297-Falk.xml create mode 100644 data/templates/npc/32298-Hude.xml create mode 100644 data/templates/npc/32299-QuarrySlave.xml create mode 100644 data/templates/npc/32300-Bernarde.xml create mode 100644 data/templates/npc/32301-Kendal.xml create mode 100644 data/templates/npc/32302-Jerian.xml create mode 100644 data/templates/npc/32303-Machine.xml create mode 100644 data/templates/npc/32304-Oasis.xml create mode 100644 data/templates/npc/32305-RankuSScapegoat.xml create mode 100644 data/templates/npc/32306-NativeSCorpse.xml create mode 100644 data/templates/npc/32307-Dolmen.xml create mode 100644 data/templates/npc/32308-Ming.xml create mode 100644 data/templates/npc/32312-RatHole.xml create mode 100644 data/templates/npc/32313-Deltuva.xml create mode 100644 data/templates/npc/32314-Warpgate.xml create mode 100644 data/templates/npc/32315-Warpgate.xml create mode 100644 data/templates/npc/32316-Warpgate.xml create mode 100644 data/templates/npc/32317-Warpgate.xml create mode 100644 data/templates/npc/32318-Warpgate.xml create mode 100644 data/templates/npc/32319-Warpgate.xml create mode 100644 data/templates/npc/32320-ItemBroker.xml create mode 100644 data/templates/npc/32321-ItemBroker.xml create mode 100644 data/templates/npc/32322-ItemBroker.xml create mode 100644 data/templates/npc/32324-BlackStoneMonolith.xml create mode 100644 data/templates/npc/32325-Yin.xml create mode 100644 data/templates/npc/32326-Yang.xml create mode 100644 data/templates/npc/32327-AdventurersGuide.xml create mode 100644 data/templates/npc/32328-CrystallineGolem.xml create mode 100644 data/templates/npc/32330-GardenGuard.xml create mode 100644 data/templates/npc/32331-ArcaneNucleus.xml create mode 100644 data/templates/npc/32332-Katenar.xml create mode 100644 data/templates/npc/32333-Katenar.xml create mode 100644 data/templates/npc/32334-Harkilgamed.xml create mode 100644 data/templates/npc/32343-MoonlightTombstone.xml create mode 100644 data/templates/npc/32344-SpookyTombstone.xml create mode 100644 data/templates/npc/32345-Buron.xml create mode 100644 data/templates/npc/32346-Kanaf.xml create mode 100644 data/templates/npc/32349-Rignos.xml create mode 100644 data/templates/npc/32350-Sandstorm.xml create mode 100644 data/templates/npc/32352-DesertHeatmaster.xml create mode 100644 data/templates/npc/32353-EventGatekeeper.xml create mode 100644 data/templates/npc/32354-Kief.xml create mode 100644 data/templates/npc/32355-Solomon.xml create mode 100644 data/templates/npc/32356-Jude.xml create mode 100644 data/templates/npc/32357-NativeSlave.xml create mode 100644 data/templates/npc/32358-NativePrisoner.xml create mode 100644 data/templates/npc/32361-CaravanSupporter.xml create mode 100644 data/templates/npc/32362-HellboundNative.xml create mode 100644 data/templates/npc/32363-HellboundInsurgent.xml create mode 100644 data/templates/npc/32364-HellboundTraitor.xml create mode 100644 data/templates/npc/32365-Snow.xml create mode 100644 data/templates/npc/32366-DestroyedDevice.xml create mode 100644 data/templates/npc/32367-Alarm.xml create mode 100644 data/templates/npc/32368-WeatheredRock.xml create mode 100644 data/templates/npc/32369-FallenAngel.xml create mode 100644 data/templates/npc/32370-OldDwarvenGhost.xml create mode 100644 data/templates/npc/32371-IngeniousContraption.xml create mode 100644 data/templates/npc/32372-MysteriousAgent.xml create mode 100644 data/templates/npc/32373-Dorian.xml create mode 100644 data/templates/npc/32374-TeleportationCubic.xml create mode 100644 data/templates/npc/32375-TeleportationCubic.xml create mode 100644 data/templates/npc/32376-TeleportationCubic.xml create mode 100644 data/templates/npc/32379.xml create mode 100644 data/templates/npc/32380.xml create mode 100644 data/templates/npc/32381.xml create mode 100644 data/templates/npc/32382.xml create mode 100644 data/templates/npc/32383.xml create mode 100644 data/templates/npc/32384.xml create mode 100644 data/templates/npc/32385.xml create mode 100644 data/templates/npc/32386.xml create mode 100644 data/templates/npc/32387.xml create mode 100644 data/templates/npc/32388.xml create mode 100644 data/templates/npc/32389.xml create mode 100644 data/templates/npc/32390.xml create mode 100644 data/templates/npc/32391.xml create mode 100644 data/templates/npc/32392.xml create mode 100644 data/templates/npc/32393.xml create mode 100644 data/templates/npc/32394.xml create mode 100644 data/templates/npc/32395.xml create mode 100644 data/templates/npc/32396.xml create mode 100644 data/templates/npc/32397.xml create mode 100644 data/templates/npc/32398.xml create mode 100644 data/templates/npc/32399.xml create mode 100644 data/templates/npc/32400.xml create mode 100644 data/templates/npc/32401.xml create mode 100644 data/templates/npc/32402.xml create mode 100644 data/templates/npc/32403.xml create mode 100644 data/templates/npc/32404.xml create mode 100644 data/templates/npc/32405.xml create mode 100644 data/templates/npc/32406.xml create mode 100644 data/templates/npc/32407.xml create mode 100644 data/templates/npc/32408.xml create mode 100644 data/templates/npc/32409.xml create mode 100644 data/templates/npc/32410.xml create mode 100644 data/templates/npc/32411.xml create mode 100644 data/templates/npc/32412.xml create mode 100644 data/templates/npc/32413.xml create mode 100644 data/templates/npc/32414.xml create mode 100644 data/templates/npc/32415.xml create mode 100644 data/templates/npc/32416.xml create mode 100644 data/templates/npc/32417.xml create mode 100644 data/templates/npc/32418.xml create mode 100644 data/templates/npc/32419.xml create mode 100644 data/templates/npc/32420.xml create mode 100644 data/templates/npc/32421.xml create mode 100644 data/templates/npc/32422.xml create mode 100644 data/templates/npc/32423.xml create mode 100644 data/templates/npc/32424-ShowStaff.xml create mode 100644 data/templates/npc/32425-ShowStaff.xml create mode 100644 data/templates/npc/32426-ShowStaff.xml create mode 100644 data/templates/npc/32427-ShowStaff.xml create mode 100644 data/templates/npc/32428-ShowStaff.xml create mode 100644 data/templates/npc/32429.xml create mode 100644 data/templates/npc/32430.xml create mode 100644 data/templates/npc/32431-LeylaMira.xml create mode 100644 data/templates/npc/32432.xml create mode 100644 data/templates/npc/32433-Mc.xml create mode 100644 data/templates/npc/32437.xml create mode 100644 data/templates/npc/32438.xml create mode 100644 data/templates/npc/32439-BackflipExpert.xml create mode 100644 data/templates/npc/32440-BackflipOriginator.xml create mode 100644 data/templates/npc/32441-BackflipSuperman.xml create mode 100644 data/templates/npc/32442.xml create mode 100644 data/templates/npc/32443.xml create mode 100644 data/templates/npc/32444.xml create mode 100644 data/templates/npc/32445.xml create mode 100644 data/templates/npc/32446.xml create mode 100644 data/templates/npc/32447.xml create mode 100644 data/templates/npc/32448.xml create mode 100644 data/templates/npc/32449.xml create mode 100644 data/templates/npc/32450.xml create mode 100644 data/templates/npc/32451.xml create mode 100644 data/templates/npc/32452.xml create mode 100644 data/templates/npc/32453.xml create mode 100644 data/templates/npc/32454.xml create mode 100644 data/templates/npc/32455.xml create mode 100644 data/templates/npc/32456.xml create mode 100644 data/templates/npc/32457.xml create mode 100644 data/templates/npc/32458.xml create mode 100644 data/templates/npc/32464.xml create mode 100644 data/templates/npc/32465.xml create mode 100644 data/templates/npc/32466.xml create mode 100644 data/templates/npc/32467-TeleportationCubic.xml create mode 100644 data/templates/npc/32468.xml create mode 100644 data/templates/npc/32469-Eindburgh.xml create mode 100644 data/templates/npc/32470-StoneCoffin.xml create mode 100644 data/templates/npc/32471.xml create mode 100644 data/templates/npc/32472.xml create mode 100644 data/templates/npc/32473.xml create mode 100644 data/templates/npc/32474.xml create mode 100644 data/templates/npc/32475-SubclassCertificationHelper.xml create mode 100644 data/templates/npc/32476-EmployeeOfMagicResearchInstitute.xml create mode 100644 data/templates/npc/32477-Volunteer.xml create mode 100644 data/templates/npc/32478-DimensionalMerchant.xml create mode 100644 data/templates/npc/32483.xml create mode 100644 data/templates/npc/32484-PathfinderWorker.xml create mode 100644 data/templates/npc/32485-PathfinderWorker.xml create mode 100644 data/templates/npc/32486-InventorMaru.xml create mode 100644 data/templates/npc/32487-Mark.xml create mode 100644 data/templates/npc/32488-Mark.xml create mode 100644 data/templates/npc/32490.xml create mode 100644 data/templates/npc/32491-UndergroundColiseumHelper.xml create mode 100644 data/templates/npc/32494-Skull.xml create mode 100644 data/templates/npc/32496-EscapeDevice.xml create mode 100644 data/templates/npc/32497-InspectorAdler.xml create mode 100644 data/templates/npc/32498-DevilSIsleSurvivor.xml create mode 100644 data/templates/npc/32499-KetraOrcShaman.xml create mode 100644 data/templates/npc/32500-InspectorSinai.xml create mode 100644 data/templates/npc/32501-DevilSIsleSupporter.xml create mode 100644 data/templates/npc/32503-EntranceManager.xml create mode 100644 data/templates/npc/32504-MatchManager.xml create mode 100644 data/templates/npc/32505-MatchManager.xml create mode 100644 data/templates/npc/32506-MatchManager.xml create mode 100644 data/templates/npc/32507-TempleInspector.xml create mode 100644 data/templates/npc/32508-DwarfAdventurer.xml create mode 100644 data/templates/npc/32510-InspectorAdler.xml create mode 100644 data/templates/npc/32511-DwarfAdventurer.xml create mode 100644 data/templates/npc/32512-KetraOrcSupporter.xml create mode 100644 data/templates/npc/32513-Kun.xml create mode 100644 data/templates/npc/32514-Tarion.xml create mode 100644 data/templates/npc/32515-Leo.xml create mode 100644 data/templates/npc/32516-Candice.xml create mode 100644 data/templates/npc/32517-AirshipController.xml create mode 100644 data/templates/npc/32518-VortexGate.xml create mode 100644 data/templates/npc/32519-VortexGate.xml create mode 100644 data/templates/npc/32520-EmeryConverter.xml create mode 100644 data/templates/npc/32521-EntranceManager.xml create mode 100644 data/templates/npc/32522-EntranceManager.xml create mode 100644 data/templates/npc/32523-EntranceManager.xml create mode 100644 data/templates/npc/32524-EntranceManager.xml create mode 100644 data/templates/npc/32525-Tiat.xml create mode 100644 data/templates/npc/32526-Allenos.xml create mode 100644 data/templates/npc/32527-Edric.xml create mode 100644 data/templates/npc/32528-MedibalSCorpse.xml create mode 100644 data/templates/npc/32529.xml create mode 100644 data/templates/npc/32530-Tepios.xml create mode 100644 data/templates/npc/32531-DestroyedTumor.xml create mode 100644 data/templates/npc/32532.xml create mode 100644 data/templates/npc/32533.xml create mode 100644 data/templates/npc/32535-DestroyedTumor.xml create mode 100644 data/templates/npc/32536-DestroyedTumor.xml create mode 100644 data/templates/npc/32537-MouthOfEkimus.xml create mode 100644 data/templates/npc/32538-ClosedMouthOfEkimus.xml create mode 100644 data/templates/npc/32540-GatekeeperOfAbyss.xml create mode 100644 data/templates/npc/32541-UnstableSeedOfGeneration.xml create mode 100644 data/templates/npc/32542-StabilizedSeedOfGeneration.xml create mode 100644 data/templates/npc/32543-EnergyOfGeneration.xml create mode 100644 data/templates/npc/32544-SeedOfGeneration.xml create mode 100644 data/templates/npc/32545-Kurkle.xml create mode 100644 data/templates/npc/32547-CenterTumor.xml create mode 100644 data/templates/npc/32548-Keucereus.xml create mode 100644 data/templates/npc/32549-Dilios.xml create mode 100644 data/templates/npc/32550-Kirklan.xml create mode 100644 data/templates/npc/32551-Noiless.xml create mode 100644 data/templates/npc/32552-Tomaris.xml create mode 100644 data/templates/npc/32553-Jisans.xml create mode 100644 data/templates/npc/32554-Moira.xml create mode 100644 data/templates/npc/32555-Tenius.xml create mode 100644 data/templates/npc/32556-El.xml create mode 100644 data/templates/npc/32557-Lekon.xml create mode 100644 data/templates/npc/32558-BarrierOrb.xml create mode 100644 data/templates/npc/32559-Artius.xml create mode 100644 data/templates/npc/32560-Orbyu.xml create mode 100644 data/templates/npc/32561-Kunota.xml create mode 100644 data/templates/npc/32562-Siest.xml create mode 100644 data/templates/npc/32563-Plenos.xml create mode 100644 data/templates/npc/32564-Papiku.xml create mode 100644 data/templates/npc/32565-Felix.xml create mode 100644 data/templates/npc/32566-Ginby.xml create mode 100644 data/templates/npc/32567-Lelrikia.xml create mode 100644 data/templates/npc/32568-UnidentifiedBody.xml create mode 100644 data/templates/npc/32569-Cain.xml create mode 100644 data/templates/npc/32570-Eric.xml create mode 100644 data/templates/npc/32571-Colin.xml create mode 100644 data/templates/npc/32572-Frog.xml create mode 100644 data/templates/npc/32573-Tess.xml create mode 100644 data/templates/npc/32574-Kuta.xml create mode 100644 data/templates/npc/32575-LightOfDawn.xml create mode 100644 data/templates/npc/32576-John.xml create mode 100644 data/templates/npc/32577-PasswordEntryDevice.xml create mode 100644 data/templates/npc/32578-IdentityConfirmDevice.xml create mode 100644 data/templates/npc/32579-DarknessOfDawn.xml create mode 100644 data/templates/npc/32580.xml create mode 100644 data/templates/npc/32581.xml create mode 100644 data/templates/npc/32582-Jaina.xml create mode 100644 data/templates/npc/32583.xml create mode 100644 data/templates/npc/32584-MerchantOfMammon.xml create mode 100644 data/templates/npc/32585-PromiseOfMammon.xml create mode 100644 data/templates/npc/32586-Shunaiman.xml create mode 100644 data/templates/npc/32587-Leon.xml create mode 100644 data/templates/npc/32588-EmperorSSealDevice.xml create mode 100644 data/templates/npc/32589-EmperorSSealDevice.xml create mode 100644 data/templates/npc/32590-EmperorSSealDevice.xml create mode 100644 data/templates/npc/32591-EmperorSSealDevice.xml create mode 100644 data/templates/npc/32592.xml create mode 100644 data/templates/npc/32593-Wood.xml create mode 100644 data/templates/npc/32594-Leopard.xml create mode 100644 data/templates/npc/32595-Lawrence.xml create mode 100644 data/templates/npc/32596-Sophia.xml create mode 100644 data/templates/npc/32597-Franz.xml create mode 100644 data/templates/npc/32598-CourtMagician.xml create mode 100644 data/templates/npc/32599-MasterYogi.xml create mode 100644 data/templates/npc/32600-Alegria.xml create mode 100644 data/templates/npc/32601-InstantMovingDevice.xml create mode 100644 data/templates/npc/32602-TemporaryTeleporter.xml create mode 100644 data/templates/npc/32603-Tepios.xml create mode 100644 data/templates/npc/32604-AirshipController.xml create mode 100644 data/templates/npc/32605-AirshipController.xml create mode 100644 data/templates/npc/32606-AirshipController.xml create mode 100644 data/templates/npc/32607-AirshipController.xml create mode 100644 data/templates/npc/32608-AirshipController.xml create mode 100644 data/templates/npc/32609-AirshipController.xml create mode 100644 data/templates/npc/32611-Tolonis.xml create mode 100644 data/templates/npc/32615-Ishuma.xml create mode 100644 data/templates/npc/32616-Mine.xml create mode 100644 data/templates/npc/32617-Jaina.xml create mode 100644 data/templates/npc/32618-Thyimi.xml create mode 100644 data/templates/npc/32619.xml create mode 100644 data/templates/npc/32620.xml create mode 100644 data/templates/npc/32621.xml create mode 100644 data/templates/npc/32622-Anatole.xml create mode 100644 data/templates/npc/32623-Morenki.xml create mode 100644 data/templates/npc/32624-Anbram.xml create mode 100644 data/templates/npc/32625-Anciel.xml create mode 100644 data/templates/npc/32626-RoyalGuard.xml create mode 100644 data/templates/npc/32627-Nottingale.xml create mode 100644 data/templates/npc/32628-WharfPatrol.xml create mode 100644 data/templates/npc/32629-WharfPatrol.xml create mode 100644 data/templates/npc/32630-GraciaServerHelper.xml create mode 100644 data/templates/npc/32631-GraciaServerProofExchanger.xml create mode 100644 data/templates/npc/32632-GraciaSurvivor.xml create mode 100644 data/templates/npc/32633-CatOfChristmas.xml create mode 100644 data/templates/npc/32634-CatOfChristmas.xml create mode 100644 data/templates/npc/32635-MasterDugi.xml create mode 100644 data/templates/npc/32636-EmployeeOfMagicResearchInstitute.xml create mode 100644 data/templates/npc/32637-WorkshopTeleporter.xml create mode 100644 data/templates/npc/32638-RoniTheCat.xml create mode 100644 data/templates/npc/32639-PierreBaguette.xml create mode 100644 data/templates/npc/32640-Kintaijin.xml create mode 100644 data/templates/npc/32641-DrHelvetica.xml create mode 100644 data/templates/npc/32642-BrokenGolemControlDevice.xml create mode 100644 data/templates/npc/32643-Athenia.xml create mode 100644 data/templates/npc/32644-Piazza.xml create mode 100644 data/templates/npc/32646-Katensa.xml create mode 100644 data/templates/npc/32647-Atra.xml create mode 100644 data/templates/npc/32650-Kanemika.xml create mode 100644 data/templates/npc/32651-GraveRobberWarrior.xml create mode 100644 data/templates/npc/32655-Chairen.xml create mode 100644 data/templates/npc/32657-DiscipleSGatekeeper.xml create mode 100644 data/templates/npc/32658-GuardianOfEasternSeal.xml create mode 100644 data/templates/npc/32659-GuardianOfWesternSeal.xml create mode 100644 data/templates/npc/32660-GuardianOfSouthernSeal.xml create mode 100644 data/templates/npc/32661-GuardianOfNorthernSeal.xml create mode 100644 data/templates/npc/32662-GuardianOfGreatSeal.xml create mode 100644 data/templates/npc/32663-GuardianOfTowerOfSeal.xml create mode 100644 data/templates/npc/32664-DelusionManager.xml create mode 100644 data/templates/npc/32665-DelusionManager.xml create mode 100644 data/templates/npc/32666-DelusionManager.xml create mode 100644 data/templates/npc/32667-DelusionManager.xml create mode 100644 data/templates/npc/32668-DelusionManager.xml create mode 100644 data/templates/npc/32669-DelusionManager.xml create mode 100644 data/templates/npc/32670-DelusionManager.xml create mode 100644 data/templates/npc/32671-DelusionManager.xml create mode 100644 data/templates/npc/32672-DelusionManager.xml create mode 100644 data/templates/npc/32673-DelusionManager.xml create mode 100644 data/templates/npc/32674-DelusionManager.xml create mode 100644 data/templates/npc/32675-DelusionManager.xml create mode 100644 data/templates/npc/32676-DelusionManager.xml create mode 100644 data/templates/npc/32677-DelusionManager.xml create mode 100644 data/templates/npc/32678-DelusionManager.xml create mode 100644 data/templates/npc/32679-DelusionManager.xml create mode 100644 data/templates/npc/32680-DelusionManager.xml create mode 100644 data/templates/npc/32681-DelusionManager.xml create mode 100644 data/templates/npc/32682-DelusionManager.xml create mode 100644 data/templates/npc/32683-DelusionManager.xml create mode 100644 data/templates/npc/32684-DelusionManager.xml create mode 100644 data/templates/npc/32685-DelusionManager.xml create mode 100644 data/templates/npc/32686-DelusionManager.xml create mode 100644 data/templates/npc/32687-DelusionManager.xml create mode 100644 data/templates/npc/32688-DelusionManager.xml create mode 100644 data/templates/npc/32689-DelusionManager.xml create mode 100644 data/templates/npc/32690-DelusionManager.xml create mode 100644 data/templates/npc/32691-DelusionManager.xml create mode 100644 data/templates/npc/32692-DelusionManager.xml create mode 100644 data/templates/npc/32693-DelusionManager.xml create mode 100644 data/templates/npc/32694-DelusionManager.xml create mode 100644 data/templates/npc/32695-DelusionManager.xml create mode 100644 data/templates/npc/32696-DelusionManager.xml create mode 100644 data/templates/npc/32697-DelusionManager.xml create mode 100644 data/templates/npc/32698-DelusionManager.xml create mode 100644 data/templates/npc/32699-DelusionManager.xml create mode 100644 data/templates/npc/32700-DelusionManager.xml create mode 100644 data/templates/npc/32701-DelusionManager.xml create mode 100644 data/templates/npc/32702.xml create mode 100644 data/templates/npc/32703.xml create mode 100644 data/templates/npc/32704-Somulitan.xml create mode 100644 data/templates/npc/32705-ZakenSCandle.xml create mode 100644 data/templates/npc/32706-LucienSAltar.xml create mode 100644 data/templates/npc/32707-LucienSAltar.xml create mode 100644 data/templates/npc/32708-LucienSAltar.xml create mode 100644 data/templates/npc/32709-LucienSAltar.xml create mode 100644 data/templates/npc/32710-LucienSAltar.xml create mode 100644 data/templates/npc/32713-PathfinderWorker.xml create mode 100644 data/templates/npc/32715-Lilith.xml create mode 100644 data/templates/npc/32716-LilithSSteward.xml create mode 100644 data/templates/npc/32717-LilithSElite.xml create mode 100644 data/templates/npc/32718-Anakim.xml create mode 100644 data/templates/npc/32719-AnakimSGuardian.xml create mode 100644 data/templates/npc/32720-AnakimSGuard.xml create mode 100644 data/templates/npc/32721-AnakimSExecutor.xml create mode 100644 data/templates/npc/32722-BattleLeagueHelper.xml create mode 100644 data/templates/npc/32723.xml create mode 100644 data/templates/npc/32724.xml create mode 100644 data/templates/npc/32725-PriestOfResurrection.xml create mode 100644 data/templates/npc/32726-DrIce.xml create mode 100644 data/templates/npc/32727-PussTheCat.xml create mode 100644 data/templates/npc/32728-HeavenlyBridgeKeeper.xml create mode 100644 data/templates/npc/32729.xml create mode 100644 data/templates/npc/32730.xml create mode 100644 data/templates/npc/32731-Hardin.xml create mode 100644 data/templates/npc/32732-SixthAnniversaryPartyManager.xml create mode 100644 data/templates/npc/32733-Kbaldir.xml create mode 100644 data/templates/npc/32735-Nemo.xml create mode 100644 data/templates/npc/32736-Ermian.xml create mode 100644 data/templates/npc/32737-Seyo.xml create mode 100644 data/templates/npc/32738-InjuredSoldier.xml create mode 100644 data/templates/npc/32739-Bomona.xml create mode 100644 data/templates/npc/32740-Batracos.xml create mode 100644 data/templates/npc/32741-Ankumi.xml create mode 100644 data/templates/npc/32742-Laki.xml create mode 100644 data/templates/npc/32743-Sally.xml create mode 100644 data/templates/npc/32744-Johnny.xml create mode 100644 data/templates/npc/32745-TeleportDevice.xml create mode 100644 data/templates/npc/32746-TeleportDevice.xml create mode 100644 data/templates/npc/32747-TeleportDevice.xml create mode 100644 data/templates/npc/32748-TeleportDevice.xml create mode 100644 data/templates/npc/32749-TeleportDevice.xml create mode 100644 data/templates/npc/32750-TeleportDevice.xml create mode 100644 data/templates/npc/32751-TeleportDevice.xml create mode 100644 data/templates/npc/32752-TeleportDevice.xml create mode 100644 data/templates/npc/32753-FloorTeleportDevice.xml create mode 100644 data/templates/npc/32754-FloorTeleportDevice.xml create mode 100644 data/templates/npc/32755-FloorTeleportDevice.xml create mode 100644 data/templates/npc/32756-FloorTeleportDevice.xml create mode 100644 data/templates/npc/32757-Greymore.xml create mode 100644 data/templates/npc/32758-Sumiel.xml create mode 100644 data/templates/npc/32759-Gumiel.xml create mode 100644 data/templates/npc/32760-Jinia.xml create mode 100644 data/templates/npc/32761-Kegor.xml create mode 100644 data/templates/npc/32762-Sirra.xml create mode 100644 data/templates/npc/32763-Sirra.xml create mode 100644 data/templates/npc/32764.xml create mode 100644 data/templates/npc/32765-BoxOfDoubt.xml create mode 100644 data/templates/npc/32766-Ilvenis.xml create mode 100644 data/templates/npc/32767-Mclaren.xml create mode 100644 data/templates/npc/32768-Kelleyia.xml create mode 100644 data/templates/npc/32769-CorpseOfGraciaSoldier.xml create mode 100644 data/templates/npc/32770-CorpseOfGraciaSoldier.xml create mode 100644 data/templates/npc/32771-CorpseOfGraciaSoldier.xml create mode 100644 data/templates/npc/32772-CorpseOfGraciaSoldier.xml create mode 100644 data/templates/npc/32773-Jakan.xml create mode 100644 data/templates/npc/32777-BattalionLeader.xml create mode 100644 data/templates/npc/32778-Legionnaire.xml create mode 100644 data/templates/npc/32779-AirshipController.xml create mode 100644 data/templates/npc/32780-Aquilani.xml create mode 100644 data/templates/npc/32781-Jinia.xml create mode 100644 data/templates/npc/32783-PriestOfBlessing.xml create mode 100644 data/templates/npc/33-Trejuo.xml create mode 100644 data/templates/npc/34-Sujin.xml create mode 100644 data/templates/npc/35060-NephilimMercenary.xml create mode 100644 data/templates/npc/35061-NephilimMercenary.xml create mode 100644 data/templates/npc/35062-Headquarters.xml create mode 100644 data/templates/npc/35382-Brakel.xml create mode 100644 data/templates/npc/35383-Tamutak.xml create mode 100644 data/templates/npc/35420-Loken.xml create mode 100644 data/templates/npc/35421-Biggerstaff.xml create mode 100644 data/templates/npc/35422-FlagOfWinner.xml create mode 100644 data/templates/npc/35423-RedFlag.xml create mode 100644 data/templates/npc/35424-YellowFlag.xml create mode 100644 data/templates/npc/35425-GreenFlag.xml create mode 100644 data/templates/npc/35426-BlueFlag.xml create mode 100644 data/templates/npc/35427-PurpleFlag.xml create mode 100644 data/templates/npc/35433-InnerDoorman.xml create mode 100644 data/templates/npc/35434-InnerDoorman.xml create mode 100644 data/templates/npc/35435-OuterDoorman.xml create mode 100644 data/templates/npc/35436-OuterDoorman.xml create mode 100644 data/templates/npc/35437-Messenger.xml create mode 100644 data/templates/npc/35588-HotSpringsGourd.xml create mode 100644 data/templates/npc/35589-HotSpringsGourd.xml create mode 100644 data/templates/npc/35590-HotSpringsGourd.xml create mode 100644 data/templates/npc/35591-HotSpringsGourd.xml create mode 100644 data/templates/npc/35592-EnragedYeti.xml create mode 100644 data/templates/npc/35593-TreasureChest.xml create mode 100644 data/templates/npc/35594-TreasureChest.xml create mode 100644 data/templates/npc/35595-TreasureChest.xml create mode 100644 data/templates/npc/35596-HotSpringsYeti.xml create mode 100644 data/templates/npc/35597-HotSpringsYeti.xml create mode 100644 data/templates/npc/35598-HotSpringsYeti.xml create mode 100644 data/templates/npc/35599-HotSpringsYeti.xml create mode 100644 data/templates/npc/35600-Manager.xml create mode 100644 data/templates/npc/35601-Doorman.xml create mode 100644 data/templates/npc/35602-Doorman.xml create mode 100644 data/templates/npc/35603-Coordinator.xml create mode 100644 data/templates/npc/35604-Messenger.xml create mode 100644 data/templates/npc/35605-Angout.xml create mode 100644 data/templates/npc/35606-VictorSFlag.xml create mode 100644 data/templates/npc/35607-RedFlag.xml create mode 100644 data/templates/npc/35608-YellowFlag.xml create mode 100644 data/templates/npc/35609-GreenFlag.xml create mode 100644 data/templates/npc/35613-GroupGatekeeper.xml create mode 100644 data/templates/npc/35614-GroupGatekeeper.xml create mode 100644 data/templates/npc/35615-GroupGatekeeper.xml create mode 100644 data/templates/npc/35616-GroupGatekeeper.xml create mode 100644 data/templates/npc/35617-GroupGatekeeper.xml create mode 100644 data/templates/npc/35618-FrenziedCougar.xml create mode 100644 data/templates/npc/35619-FrenziedBuffalo.xml create mode 100644 data/templates/npc/35620-FrenziedKookaburra.xml create mode 100644 data/templates/npc/35621-FrenziedBuffaloBaby.xml create mode 100644 data/templates/npc/35622-FrenziedBabyCougar.xml create mode 100644 data/templates/npc/35623-InnerDoorman.xml create mode 100644 data/templates/npc/35624-InnerDoorman.xml create mode 100644 data/templates/npc/35625-OuterDoorman.xml create mode 100644 data/templates/npc/35626-OuterDoorman.xml create mode 100644 data/templates/npc/35627-Messenger.xml create mode 100644 data/templates/npc/35628-Quigby.xml create mode 100644 data/templates/npc/35629-LidiaVonHellmann.xml create mode 100644 data/templates/npc/35630-AlfredVonHellmann.xml create mode 100644 data/templates/npc/35631-GiselleVonHellmann.xml create mode 100644 data/templates/npc/35632-VampireAdept.xml create mode 100644 data/templates/npc/35633-VampireSoldier.xml create mode 100644 data/templates/npc/35634-VampireCaster.xml create mode 100644 data/templates/npc/35635-VampireMagister.xml create mode 100644 data/templates/npc/35636-VampireWarlord.xml create mode 100644 data/templates/npc/35637-VampireLeader.xml create mode 100644 data/templates/npc/35639-Jacquard.xml create mode 100644 data/templates/npc/35640-Bandello.xml create mode 100644 data/templates/npc/35641-FortressGuard.xml create mode 100644 data/templates/npc/35642-FortressGuard.xml create mode 100644 data/templates/npc/35643-Gate.xml create mode 100644 data/templates/npc/35646-VampireCaster.xml create mode 100644 data/templates/npc/35647-VampireLeader.xml create mode 100644 data/templates/npc/35657-Flagpole.xml create mode 100644 data/templates/npc/35660-GuardCaptain.xml create mode 100644 data/templates/npc/35661-ArcherCaptain.xml create mode 100644 data/templates/npc/35663-EngineeringManager.xml create mode 100644 data/templates/npc/35665-SupplyBox.xml create mode 100644 data/templates/npc/35666-DetentionCampWarden.xml create mode 100644 data/templates/npc/35675-PowerControlUnit.xml create mode 100644 data/templates/npc/35686-MercenaryCaptain.xml create mode 100644 data/templates/npc/35687-MercenaryPrivate.xml create mode 100644 data/templates/npc/35688-Flagpole.xml create mode 100644 data/templates/npc/35691-GuardCaptain.xml create mode 100644 data/templates/npc/35692-ArcherCaptain.xml create mode 100644 data/templates/npc/35693-General.xml create mode 100644 data/templates/npc/35695-EngineeringManager.xml create mode 100644 data/templates/npc/35697-SupplyBox.xml create mode 100644 data/templates/npc/35698-DetentionCampWarden.xml create mode 100644 data/templates/npc/35707-MainMachine.xml create mode 100644 data/templates/npc/35708-BackupPowerUnit.xml create mode 100644 data/templates/npc/35709-ControlUnit.xml create mode 100644 data/templates/npc/35710-PowerControlUnit.xml create mode 100644 data/templates/npc/35724-MercenaryCaptain.xml create mode 100644 data/templates/npc/35725-MercenaryPrivate.xml create mode 100644 data/templates/npc/35726-Flagpole.xml create mode 100644 data/templates/npc/35729-GuardCaptain.xml create mode 100644 data/templates/npc/35730-ArcherCaptain.xml create mode 100644 data/templates/npc/35732-EngineeringManager.xml create mode 100644 data/templates/npc/35734-SupplyBox.xml create mode 100644 data/templates/npc/35735-DetentionCampWarden.xml create mode 100644 data/templates/npc/35744-PowerControlUnit.xml create mode 100644 data/templates/npc/35755-MercenaryCaptain.xml create mode 100644 data/templates/npc/35756-MercenaryPrivate.xml create mode 100644 data/templates/npc/35757-Flagpole.xml create mode 100644 data/templates/npc/35760-GuardCaptain.xml create mode 100644 data/templates/npc/35761-ArcherCaptain.xml create mode 100644 data/templates/npc/35762-General.xml create mode 100644 data/templates/npc/35764-EngineeringManager.xml create mode 100644 data/templates/npc/35766-SupplyBox.xml create mode 100644 data/templates/npc/35767-DetentionCampWarden.xml create mode 100644 data/templates/npc/35776-MainMachine.xml create mode 100644 data/templates/npc/35777-BackupPowerUnit.xml create mode 100644 data/templates/npc/35778-ControlUnit.xml create mode 100644 data/templates/npc/35779-PowerControlUnit.xml create mode 100644 data/templates/npc/35793-MercenaryCaptain.xml create mode 100644 data/templates/npc/35794-MercenaryPrivate.xml create mode 100644 data/templates/npc/35795-Flagpole.xml create mode 100644 data/templates/npc/35798-GuardCaptain.xml create mode 100644 data/templates/npc/35799-ArcherCaptain.xml create mode 100644 data/templates/npc/35801-EngineeringManager.xml create mode 100644 data/templates/npc/35803-SupplyBox.xml create mode 100644 data/templates/npc/35804-DetentionCampWarden.xml create mode 100644 data/templates/npc/35813-PowerControlUnit.xml create mode 100644 data/templates/npc/35824-MercenaryCaptain.xml create mode 100644 data/templates/npc/35825-MercenaryPrivate.xml create mode 100644 data/templates/npc/35826-Flagpole.xml create mode 100644 data/templates/npc/35829-GuardCaptain.xml create mode 100644 data/templates/npc/35830-ArcherCaptain.xml create mode 100644 data/templates/npc/35832-EngineeringManager.xml create mode 100644 data/templates/npc/35834-SupplyBox.xml create mode 100644 data/templates/npc/35835-DetentionCampWarden.xml create mode 100644 data/templates/npc/35844-PowerControlUnit.xml create mode 100644 data/templates/npc/35855-MercenaryCaptain.xml create mode 100644 data/templates/npc/35856-MercenaryPrivate.xml create mode 100644 data/templates/npc/35857-Flagpole.xml create mode 100644 data/templates/npc/35860-GuardCaptain.xml create mode 100644 data/templates/npc/35861-ArcherCaptain.xml create mode 100644 data/templates/npc/35862-General.xml create mode 100644 data/templates/npc/35864-EngineeringManager.xml create mode 100644 data/templates/npc/35866-SupplyBox.xml create mode 100644 data/templates/npc/35867-DetentionCampWarden.xml create mode 100644 data/templates/npc/35876-MainMachine.xml create mode 100644 data/templates/npc/35877-BackupPowerUnit.xml create mode 100644 data/templates/npc/35878-ControlUnit.xml create mode 100644 data/templates/npc/35879-PowerControlUnit.xml create mode 100644 data/templates/npc/35893-MercenaryCaptain.xml create mode 100644 data/templates/npc/35894-MercenaryPrivate.xml create mode 100644 data/templates/npc/35895-Flagpole.xml create mode 100644 data/templates/npc/35898-GuardCaptain.xml create mode 100644 data/templates/npc/35899-ArcherCaptain.xml create mode 100644 data/templates/npc/35901-EngineeringManager.xml create mode 100644 data/templates/npc/35903-SupplyBox.xml create mode 100644 data/templates/npc/35904-DetentionCampWarden.xml create mode 100644 data/templates/npc/35913-PowerControlUnit.xml create mode 100644 data/templates/npc/35924-MercenaryCaptain.xml create mode 100644 data/templates/npc/35925-MercenaryPrivate.xml create mode 100644 data/templates/npc/35926-Flagpole.xml create mode 100644 data/templates/npc/35929-GuardCaptain.xml create mode 100644 data/templates/npc/35930-ArcherCaptain.xml create mode 100644 data/templates/npc/35931-General.xml create mode 100644 data/templates/npc/35933-EngineeringManager.xml create mode 100644 data/templates/npc/35935-SupplyBox.xml create mode 100644 data/templates/npc/35936-DetentionCampWarden.xml create mode 100644 data/templates/npc/35945-MainMachine.xml create mode 100644 data/templates/npc/35946-BackupPowerUnit.xml create mode 100644 data/templates/npc/35947-ControlUnit.xml create mode 100644 data/templates/npc/35948-PowerControlUnit.xml create mode 100644 data/templates/npc/35962-MercenaryCaptain.xml create mode 100644 data/templates/npc/35963-MercenaryPrivate.xml create mode 100644 data/templates/npc/35964-Flagpole.xml create mode 100644 data/templates/npc/35967-GuardCaptain.xml create mode 100644 data/templates/npc/35968-ArcherCaptain.xml create mode 100644 data/templates/npc/35969-General.xml create mode 100644 data/templates/npc/35971-EngineeringManager.xml create mode 100644 data/templates/npc/35973-SupplyBox.xml create mode 100644 data/templates/npc/35974-DetentionCampWarden.xml create mode 100644 data/templates/npc/35983-MainMachine.xml create mode 100644 data/templates/npc/35984-BackupPowerUnit.xml create mode 100644 data/templates/npc/35985-ControlUnit.xml create mode 100644 data/templates/npc/35986-PowerControlUnit.xml create mode 100644 data/templates/npc/36000-MercenaryCaptain.xml create mode 100644 data/templates/npc/36001-MercenaryPrivate.xml create mode 100644 data/templates/npc/36002-Flagpole.xml create mode 100644 data/templates/npc/36005-GuardCaptain.xml create mode 100644 data/templates/npc/36006-ArcherCaptain.xml create mode 100644 data/templates/npc/36008-EngineeringManager.xml create mode 100644 data/templates/npc/36010-SupplyBox.xml create mode 100644 data/templates/npc/36011-DetentionCampWarden.xml create mode 100644 data/templates/npc/36020-PowerControlUnit.xml create mode 100644 data/templates/npc/36031-MercenaryCaptain.xml create mode 100644 data/templates/npc/36032-MercenaryPrivate.xml create mode 100644 data/templates/npc/36033-Flagpole.xml create mode 100644 data/templates/npc/36036-GuardCaptain.xml create mode 100644 data/templates/npc/36037-ArcherCaptain.xml create mode 100644 data/templates/npc/36038-General.xml create mode 100644 data/templates/npc/36040-EngineeringManager.xml create mode 100644 data/templates/npc/36042-SupplyBox.xml create mode 100644 data/templates/npc/36043-DetentionCampWarden.xml create mode 100644 data/templates/npc/36052-MainMachine.xml create mode 100644 data/templates/npc/36053-BackupPowerUnit.xml create mode 100644 data/templates/npc/36054-ControlUnit.xml create mode 100644 data/templates/npc/36055-PowerControlUnit.xml create mode 100644 data/templates/npc/36069-MercenaryCaptain.xml create mode 100644 data/templates/npc/36070-MercenaryPrivate.xml create mode 100644 data/templates/npc/36071-Flagpole.xml create mode 100644 data/templates/npc/36074-GuardCaptain.xml create mode 100644 data/templates/npc/36075-ArcherCaptain.xml create mode 100644 data/templates/npc/36076-General.xml create mode 100644 data/templates/npc/36078-EngineeringManager.xml create mode 100644 data/templates/npc/36080-SupplyBox.xml create mode 100644 data/templates/npc/36081-DetentionCampWarden.xml create mode 100644 data/templates/npc/36090-MainMachine.xml create mode 100644 data/templates/npc/36091-BackupPowerUnit.xml create mode 100644 data/templates/npc/36092-ControlUnit.xml create mode 100644 data/templates/npc/36093-PowerControlUnit.xml create mode 100644 data/templates/npc/36107-MercenaryCaptain.xml create mode 100644 data/templates/npc/36108-MercenaryPrivate.xml create mode 100644 data/templates/npc/36109-Flagpole.xml create mode 100644 data/templates/npc/36112-GuardCaptain.xml create mode 100644 data/templates/npc/36113-ArcherCaptain.xml create mode 100644 data/templates/npc/36115-EngineeringManager.xml create mode 100644 data/templates/npc/36117-SupplyBox.xml create mode 100644 data/templates/npc/36118-DetentionCampWarden.xml create mode 100644 data/templates/npc/36127-PowerControlUnit.xml create mode 100644 data/templates/npc/36138-MercenaryCaptain.xml create mode 100644 data/templates/npc/36139-MercenaryPrivate.xml create mode 100644 data/templates/npc/36140-Flagpole.xml create mode 100644 data/templates/npc/36143-GuardCaptain.xml create mode 100644 data/templates/npc/36144-ArcherCaptain.xml create mode 100644 data/templates/npc/36146-EngineeringManager.xml create mode 100644 data/templates/npc/36148-SupplyBox.xml create mode 100644 data/templates/npc/36149-DetentionCampWarden.xml create mode 100644 data/templates/npc/36158-PowerControlUnit.xml create mode 100644 data/templates/npc/36169-MercenaryCaptain.xml create mode 100644 data/templates/npc/36170-MercenaryPrivate.xml create mode 100644 data/templates/npc/36171-Flagpole.xml create mode 100644 data/templates/npc/36174-GuardCaptain.xml create mode 100644 data/templates/npc/36175-ArcherCaptain.xml create mode 100644 data/templates/npc/36176-General.xml create mode 100644 data/templates/npc/36178-EngineeringManager.xml create mode 100644 data/templates/npc/36180-SupplyBox.xml create mode 100644 data/templates/npc/36181-DetentionCampWarden.xml create mode 100644 data/templates/npc/36190-MainMachine.xml create mode 100644 data/templates/npc/36191-BackupPowerUnit.xml create mode 100644 data/templates/npc/36192-ControlUnit.xml create mode 100644 data/templates/npc/36193-PowerControlUnit.xml create mode 100644 data/templates/npc/36207-MercenaryCaptain.xml create mode 100644 data/templates/npc/36208-MercenaryPrivate.xml create mode 100644 data/templates/npc/36209-Flagpole.xml create mode 100644 data/templates/npc/36212-GuardCaptain.xml create mode 100644 data/templates/npc/36213-ArcherCaptain.xml create mode 100644 data/templates/npc/36214-General.xml create mode 100644 data/templates/npc/36216-EngineeringManager.xml create mode 100644 data/templates/npc/36218-SupplyBox.xml create mode 100644 data/templates/npc/36219-DetentionCampWarden.xml create mode 100644 data/templates/npc/36228-MainMachine.xml create mode 100644 data/templates/npc/36229-BackupPowerUnit.xml create mode 100644 data/templates/npc/36230-ControlUnit.xml create mode 100644 data/templates/npc/36231-PowerControlUnit.xml create mode 100644 data/templates/npc/36245-MercenaryCaptain.xml create mode 100644 data/templates/npc/36246-MercenaryPrivate.xml create mode 100644 data/templates/npc/36247-Flagpole.xml create mode 100644 data/templates/npc/36250-GuardCaptain.xml create mode 100644 data/templates/npc/36251-ArcherCaptain.xml create mode 100644 data/templates/npc/36252-General.xml create mode 100644 data/templates/npc/36254-EngineeringManager.xml create mode 100644 data/templates/npc/36256-SupplyBox.xml create mode 100644 data/templates/npc/36257-DetentionCampWarden.xml create mode 100644 data/templates/npc/36266-MainMachine.xml create mode 100644 data/templates/npc/36267-BackupPowerUnit.xml create mode 100644 data/templates/npc/36268-ControlUnit.xml create mode 100644 data/templates/npc/36269-PowerControlUnit.xml create mode 100644 data/templates/npc/36283-MercenaryCaptain.xml create mode 100644 data/templates/npc/36284-MercenaryPrivate.xml create mode 100644 data/templates/npc/36285-Flagpole.xml create mode 100644 data/templates/npc/36288-GuardCaptain.xml create mode 100644 data/templates/npc/36289-ArcherCaptain.xml create mode 100644 data/templates/npc/36291-EngineeringManager.xml create mode 100644 data/templates/npc/36293-SupplyBox.xml create mode 100644 data/templates/npc/36294-DetentionCampWarden.xml create mode 100644 data/templates/npc/36303-PowerControlUnit.xml create mode 100644 data/templates/npc/36314-MercenaryCaptain.xml create mode 100644 data/templates/npc/36315-MercenaryPrivate.xml create mode 100644 data/templates/npc/36316-Flagpole.xml create mode 100644 data/templates/npc/36319-GuardCaptain.xml create mode 100644 data/templates/npc/36320-ArcherCaptain.xml create mode 100644 data/templates/npc/36321-General.xml create mode 100644 data/templates/npc/36323-EngineeringManager.xml create mode 100644 data/templates/npc/36325-SupplyBox.xml create mode 100644 data/templates/npc/36326-DetentionCampWarden.xml create mode 100644 data/templates/npc/36335-MainMachine.xml create mode 100644 data/templates/npc/36336-BackupPowerUnit.xml create mode 100644 data/templates/npc/36337-ControlUnit.xml create mode 100644 data/templates/npc/36338-PowerControlUnit.xml create mode 100644 data/templates/npc/36352-MercenaryCaptain.xml create mode 100644 data/templates/npc/36353-MercenaryPrivate.xml create mode 100644 data/templates/npc/36354-Flagpole.xml create mode 100644 data/templates/npc/36357-GuardCaptain.xml create mode 100644 data/templates/npc/36358-ArcherCaptain.xml create mode 100644 data/templates/npc/36359-General.xml create mode 100644 data/templates/npc/36361-EngineeringManager.xml create mode 100644 data/templates/npc/36363-SupplyBox.xml create mode 100644 data/templates/npc/36364-DetentionCampWarden.xml create mode 100644 data/templates/npc/36373-MainMachine.xml create mode 100644 data/templates/npc/36374-BackupPowerUnit.xml create mode 100644 data/templates/npc/36375-ControlUnit.xml create mode 100644 data/templates/npc/36376-PowerControlUnit.xml create mode 100644 data/templates/npc/36390-MercenaryCaptain.xml create mode 100644 data/templates/npc/36391-MercenaryPrivate.xml create mode 100644 data/templates/npc/36392-ImprovisedExplosive.xml create mode 100644 data/templates/npc/36403-Warden.xml create mode 100644 data/templates/npc/36404-Warden.xml create mode 100644 data/templates/npc/36405-Warden.xml create mode 100644 data/templates/npc/36406-Warden.xml create mode 100644 data/templates/npc/36407-Warden.xml create mode 100644 data/templates/npc/36408-Warden.xml create mode 100644 data/templates/npc/36409-Warden.xml create mode 100644 data/templates/npc/36410-Warden.xml create mode 100644 data/templates/npc/36411-Warden.xml create mode 100644 data/templates/npc/36412-FortressTrap.xml create mode 100644 data/templates/npc/36413-FortressTrap.xml create mode 100644 data/templates/npc/36414-FortressTrap.xml create mode 100644 data/templates/npc/36415-FortressTrap.xml create mode 100644 data/templates/npc/36416-FortressTrap.xml create mode 100644 data/templates/npc/36417-FortressTrap.xml create mode 100644 data/templates/npc/36418-FortressTrap.xml create mode 100644 data/templates/npc/36419-FortressTrap.xml create mode 100644 data/templates/npc/36420-FortressTrap.xml create mode 100644 data/templates/npc/36421-FortressTrap.xml create mode 100644 data/templates/npc/36422-FortressTrap.xml create mode 100644 data/templates/npc/36423-FortressTrap.xml create mode 100644 data/templates/npc/36424-FortressTrap.xml create mode 100644 data/templates/npc/36425-FortressTrap.xml create mode 100644 data/templates/npc/36426-FortressTrap.xml create mode 100644 data/templates/npc/36427-FortressTrap.xml create mode 100644 data/templates/npc/36428-FortressTrap.xml create mode 100644 data/templates/npc/36429-FortressTrap.xml create mode 100644 data/templates/npc/36430-FortressTrap.xml create mode 100644 data/templates/npc/36431-FortressTrap.xml create mode 100644 data/templates/npc/36432-FortressTrap.xml create mode 100644 data/templates/npc/36562-SeducedKnight.xml create mode 100644 data/templates/npc/36563-SeducedRanger.xml create mode 100644 data/templates/npc/36564-SeducedMage.xml create mode 100644 data/templates/npc/36565-SeducedWarrior.xml create mode 100644 data/templates/npc/36566-SeducedKnight.xml create mode 100644 data/templates/npc/36567-SeducedRanger.xml create mode 100644 data/templates/npc/36568-SeducedMage.xml create mode 100644 data/templates/npc/36569-SeducedWarrior.xml create mode 100644 data/templates/npc/36571-Vortex.xml create mode 100644 data/templates/npc/36581-TerritoryCatapult.xml create mode 100644 data/templates/npc/36582-TerritoryCatapult.xml create mode 100644 data/templates/npc/36583-TerritoryCatapult.xml create mode 100644 data/templates/npc/36584-TerritoryCatapult.xml create mode 100644 data/templates/npc/36585-TerritoryCatapult.xml create mode 100644 data/templates/npc/36586-TerritoryCatapult.xml create mode 100644 data/templates/npc/36587-TerritoryCatapult.xml create mode 100644 data/templates/npc/36588-TerritoryCatapult.xml create mode 100644 data/templates/npc/36589-TerritoryCatapult.xml create mode 100644 data/templates/npc/36590-Outpost.xml create mode 100644 data/templates/npc/4-HolidaySanta.xml create mode 100644 data/templates/npc/4301-QueenOfHearts.xml create mode 100644 data/templates/npc/4302-MasterDugi.xml create mode 100644 data/templates/npc/4303-Skooldy.xml create mode 100644 data/templates/npc/4304-Santa.xml create mode 100644 data/templates/npc/4305-Rosalia.xml create mode 100644 data/templates/npc/4306-SteveShyagel.xml create mode 100644 data/templates/npc/5-HolidaySanta.xml create mode 100644 data/templates/npc/6-HolidaySled.xml create mode 100644 data/templates/npc/7-BirthdayCake.xml create mode 100644 data/templates/npc/8-SpiritOfFire.xml create mode 100644 data/templates/npc/9-ExplosiveSpiritOfFire.xml create mode 100644 data/templates/npc/adventurer/31729-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31730-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31731-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31732-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31733-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31734-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31735-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31736-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31737-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31738-AdventurerGuildsman.xml create mode 100644 data/templates/npc/adventurer/31775-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31776-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31777-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31778-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31779-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31780-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31781-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31782-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31783-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31784-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31785-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31786-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31787-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31788-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31789-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31790-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31791-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31792-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31793-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31794-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31795-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31796-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31797-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31798-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31799-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31800-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31801-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31802-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31803-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31804-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31805-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31806-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31807-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31808-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31809-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31810-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31811-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31812-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31813-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31814-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31815-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31816-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31817-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31818-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31819-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31820-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31821-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31822-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31823-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31824-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31825-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31826-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31827-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31828-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31829-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31830-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31831-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31832-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31833-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31834-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31835-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31836-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31837-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31838-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31839-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31840-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31841-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31991-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31992-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31993-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31994-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/31995-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/32082-DionTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32083-GiranTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32084-OrenTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32085-AdenTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32086-InnadrilTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32087-SchuttgartTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32088-GoddardTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32089-RuneTerritoryManager.xml create mode 100644 data/templates/npc/adventurer/32337-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/32338-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/32339-AdventureGuildsman.xml create mode 100644 data/templates/npc/adventurer/32340-AdventureGuildsman.xml create mode 100644 data/templates/npc/artefact/35063-GludioHolyArtifact.xml create mode 100644 data/templates/npc/artefact/35105-DionHolyArtifact.xml create mode 100644 data/templates/npc/artefact/35147-GiranHolyArtifact.xml create mode 100644 data/templates/npc/artefact/35189-OrenHolyArtifact.xml create mode 100644 data/templates/npc/artefact/35233-AdenHolyArtifact.xml create mode 100644 data/templates/npc/artefact/35279-InnadrilHolyArtifact.xml create mode 100644 data/templates/npc/artefact/35322-AltarOfFire.xml create mode 100644 data/templates/npc/artefact/35323-AltarOfWater.xml create mode 100644 data/templates/npc/artefact/35469-GodsAltar.xml create mode 100644 data/templates/npc/artefact/35514-AltarOfWind.xml create mode 100644 data/templates/npc/artefact/35515-AltarOfEarth.xml create mode 100644 data/templates/npc/auctioneer/30767-Auctioneer.xml create mode 100644 data/templates/npc/auctioneer/30768-Auctioneer.xml create mode 100644 data/templates/npc/auctioneer/30769-Auctioneer.xml create mode 100644 data/templates/npc/auctioneer/30770-Auctioneer.xml create mode 100644 data/templates/npc/auctioneer/30771-Auctioneer.xml create mode 100644 data/templates/npc/babypet/12780-BabyBuffalo.xml create mode 100644 data/templates/npc/babypet/12781-BabyKookaburra.xml create mode 100644 data/templates/npc/babypet/12782-BabyCougar.xml create mode 100644 data/templates/npc/babypet/16034-ImprovedBabyBuffalo.xml create mode 100644 data/templates/npc/babypet/16035-ImprovedBabyKookaburra.xml create mode 100644 data/templates/npc/babypet/16036-ImprovedBabyCougar.xml create mode 100644 data/templates/npc/babypet/16045-WhiteWeasel.xml create mode 100644 data/templates/npc/babypet/16046-FairyPrincess.xml create mode 100644 data/templates/npc/babypet/16051-SpiritShaman.xml create mode 100644 data/templates/npc/babypet/16052-ToyKnight.xml create mode 100644 data/templates/npc/babypet/16053-TurtleAscetic.xml create mode 100644 data/templates/npc/block/18672-Block.xml create mode 100644 data/templates/npc/cabalebuffer/31093-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31094-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31172-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31173-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31174-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31175-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31176-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31177-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31178-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31179-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31180-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31181-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31182-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31183-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31184-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31185-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31186-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31187-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31188-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31189-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31190-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31191-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31192-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31193-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31194-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31195-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31196-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31197-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31198-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31199-OratorOfRevelations.xml create mode 100644 data/templates/npc/cabalebuffer/31200-PreacherOfDoom.xml create mode 100644 data/templates/npc/cabalebuffer/31201-OratorOfRevelations.xml create mode 100644 data/templates/npc/castle/35092-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35093-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35094-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35095-MassGatekeeper.xml create mode 100644 data/templates/npc/castle/35096-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35097-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35098-Blacksmith.xml create mode 100644 data/templates/npc/castle/35099-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35100-Sayres.xml create mode 100644 data/templates/npc/castle/35101-Grad.xml create mode 100644 data/templates/npc/castle/35134-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35135-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35136-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35137-MassGatekeeper.xml create mode 100644 data/templates/npc/castle/35138-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35139-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35140-Blacksmith.xml create mode 100644 data/templates/npc/castle/35141-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35142-Crosby.xml create mode 100644 data/templates/npc/castle/35143-Hodler.xml create mode 100644 data/templates/npc/castle/35176-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35177-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35178-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35179-MassGatekeeper.xml create mode 100644 data/templates/npc/castle/35180-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35181-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35182-Blacksmith.xml create mode 100644 data/templates/npc/castle/35183-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35184-Saul.xml create mode 100644 data/templates/npc/castle/35185-Bryce.xml create mode 100644 data/templates/npc/castle/35218-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35219-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35220-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35221-MassGatekeeper.xml create mode 100644 data/templates/npc/castle/35222-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35223-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35224-Blacksmith.xml create mode 100644 data/templates/npc/castle/35225-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35226-Brasseur.xml create mode 100644 data/templates/npc/castle/35227-Finrod.xml create mode 100644 data/templates/npc/castle/35261-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35262-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35263-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35264-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35265-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35266-MassGatekeeper.xml create mode 100644 data/templates/npc/castle/35267-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35268-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35269-HallDoorman.xml create mode 100644 data/templates/npc/castle/35270-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35271-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35272-Blacksmith.xml create mode 100644 data/templates/npc/castle/35273-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35274-Logan.xml create mode 100644 data/templates/npc/castle/35275-Kruger.xml create mode 100644 data/templates/npc/castle/35308-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35309-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35310-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35311-MassGatekeeper.xml create mode 100644 data/templates/npc/castle/35312-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35313-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35314-Blacksmith.xml create mode 100644 data/templates/npc/castle/35315-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35316-Neurath.xml create mode 100644 data/templates/npc/castle/35317-Tate.xml create mode 100644 data/templates/npc/castle/35352-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35353-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35354-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35355-MassGatekeeper.xml create mode 100644 data/templates/npc/castle/35356-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35357-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35358-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35359-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35360-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35361-Blacksmith.xml create mode 100644 data/templates/npc/castle/35362-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35363-Alfred.xml create mode 100644 data/templates/npc/castle/35364-Hadley.xml create mode 100644 data/templates/npc/castle/35419-Hephaeston.xml create mode 100644 data/templates/npc/castle/35497-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35498-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35499-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35500-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35501-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35502-GroupGatekeeper.xml create mode 100644 data/templates/npc/castle/35503-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35504-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35505-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35506-DungeonGatekeeper.xml create mode 100644 data/templates/npc/castle/35507-Blacksmith.xml create mode 100644 data/templates/npc/castle/35508-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35509-Frederick.xml create mode 100644 data/templates/npc/castle/35510-Titus.xml create mode 100644 data/templates/npc/castle/35544-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35545-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35546-Gatekeeper.xml create mode 100644 data/templates/npc/castle/35547-GroupGatekeeper.xml create mode 100644 data/templates/npc/castle/35548-OuterDoorman.xml create mode 100644 data/templates/npc/castle/35549-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35550-InnerDoorman.xml create mode 100644 data/templates/npc/castle/35551-Doorman.xml create mode 100644 data/templates/npc/castle/35552-Doorman.xml create mode 100644 data/templates/npc/castle/35553-Blacksmith.xml create mode 100644 data/templates/npc/castle/35554-WarehouseKeeper.xml create mode 100644 data/templates/npc/castle/35555-August.xml create mode 100644 data/templates/npc/castle/35556-Gallic.xml create mode 100644 data/templates/npc/castle/35638-Valens.xml create mode 100644 data/templates/npc/castle/35648-CourtMagician.xml create mode 100644 data/templates/npc/castle/35649-CourtMagician.xml create mode 100644 data/templates/npc/castle/35650-CourtMagician.xml create mode 100644 data/templates/npc/castle/35651-CourtMagician.xml create mode 100644 data/templates/npc/castle/35652-CourtMagician.xml create mode 100644 data/templates/npc/castle/35653-CourtMagician.xml create mode 100644 data/templates/npc/castle/35654-CourtMagician.xml create mode 100644 data/templates/npc/castle/35655-CourtMagician.xml create mode 100644 data/templates/npc/castle/35656-CourtMagician.xml create mode 100644 data/templates/npc/chest/13036-AlchemistSChest.xml create mode 100644 data/templates/npc/chest/13181-TreasureBox.xml create mode 100644 data/templates/npc/chest/18257-TreasureChest.xml create mode 100644 data/templates/npc/chest/18258-TreasureChest.xml create mode 100644 data/templates/npc/chest/18259-TreasureChest.xml create mode 100644 data/templates/npc/chest/18260-TreasureChest.xml create mode 100644 data/templates/npc/chest/18261-TreasureChest.xml create mode 100644 data/templates/npc/chest/18262-TreasureChest.xml create mode 100644 data/templates/npc/chest/18263-TreasureChest.xml create mode 100644 data/templates/npc/chest/18264-TreasureChest.xml create mode 100644 data/templates/npc/chest/18265-TreasureChest.xml create mode 100644 data/templates/npc/chest/18266-TreasureChest.xml create mode 100644 data/templates/npc/chest/18267-TreasureChest.xml create mode 100644 data/templates/npc/chest/18268-TreasureChest.xml create mode 100644 data/templates/npc/chest/18269-TreasureChest.xml create mode 100644 data/templates/npc/chest/18270-TreasureChest.xml create mode 100644 data/templates/npc/chest/18271-TreasureChest.xml create mode 100644 data/templates/npc/chest/18272-TreasureChest.xml create mode 100644 data/templates/npc/chest/18273-TreasureChest.xml create mode 100644 data/templates/npc/chest/18274-TreasureChest.xml create mode 100644 data/templates/npc/chest/18275-TreasureChest.xml create mode 100644 data/templates/npc/chest/18276-TreasureChest.xml create mode 100644 data/templates/npc/chest/18277-TreasureChest.xml create mode 100644 data/templates/npc/chest/18278-TreasureChest.xml create mode 100644 data/templates/npc/chest/18279-TreasureChest.xml create mode 100644 data/templates/npc/chest/18280-TreasureChest.xml create mode 100644 data/templates/npc/chest/18281-TreasureChest.xml create mode 100644 data/templates/npc/chest/18282-TreasureChest.xml create mode 100644 data/templates/npc/chest/18283-TreasureChest.xml create mode 100644 data/templates/npc/chest/18284-TreasureChest.xml create mode 100644 data/templates/npc/chest/18285-TreasureChest.xml create mode 100644 data/templates/npc/chest/18286-TreasureChest.xml create mode 100644 data/templates/npc/chest/18287-OtherworldlyInvaderFood.xml create mode 100644 data/templates/npc/chest/18288-OtherworldlyInvaderFood.xml create mode 100644 data/templates/npc/chest/18289-DimensionInvaderFood.xml create mode 100644 data/templates/npc/chest/18290-DimensionInvaderFood.xml create mode 100644 data/templates/npc/chest/18291-PurgatoryInvaderFood.xml create mode 100644 data/templates/npc/chest/18292-PurgatoryInvaderFood.xml create mode 100644 data/templates/npc/chest/18293-ForbiddenPathInvaderFood.xml create mode 100644 data/templates/npc/chest/18294-ForbiddenPathInvaderFood.xml create mode 100644 data/templates/npc/chest/18295-DarkOmenInvaderFood.xml create mode 100644 data/templates/npc/chest/18296-DarkOmenInvaderFood.xml create mode 100644 data/templates/npc/chest/18297-MessengerInvaderFood.xml create mode 100644 data/templates/npc/chest/18298-MessengerInvaderFood.xml create mode 100644 data/templates/npc/chest/18477-CoralTreasureChest.xml create mode 100644 data/templates/npc/chest/21671-OtherworldlyInvaderFood.xml create mode 100644 data/templates/npc/chest/21694-DimensionInvaderFood.xml create mode 100644 data/templates/npc/chest/21717-PurgatoryInvaderFood.xml create mode 100644 data/templates/npc/chest/21740-ForbiddenPathInvaderFood.xml create mode 100644 data/templates/npc/chest/21763-DarkOmenInvaderFood.xml create mode 100644 data/templates/npc/chest/21786-MessengerInvaderFood.xml create mode 100644 data/templates/npc/chest/21801-TreasureChest.xml create mode 100644 data/templates/npc/chest/21802-TreasureChest.xml create mode 100644 data/templates/npc/chest/21803-TreasureChest.xml create mode 100644 data/templates/npc/chest/21804-TreasureChest.xml create mode 100644 data/templates/npc/chest/21805-TreasureChest.xml create mode 100644 data/templates/npc/chest/21806-TreasureChest.xml create mode 100644 data/templates/npc/chest/21807-TreasureChest.xml create mode 100644 data/templates/npc/chest/21808-TreasureChest.xml create mode 100644 data/templates/npc/chest/21809-TreasureChest.xml create mode 100644 data/templates/npc/chest/21810-TreasureChest.xml create mode 100644 data/templates/npc/chest/21811-TreasureChest.xml create mode 100644 data/templates/npc/chest/21812-TreasureChest.xml create mode 100644 data/templates/npc/chest/21813-TreasureChest.xml create mode 100644 data/templates/npc/chest/21814-TreasureChest.xml create mode 100644 data/templates/npc/chest/21815-TreasureChest.xml create mode 100644 data/templates/npc/chest/21816-TreasureChest.xml create mode 100644 data/templates/npc/chest/21817-TreasureChest.xml create mode 100644 data/templates/npc/chest/21818-TreasureChest.xml create mode 100644 data/templates/npc/chest/21819-TreasureChest.xml create mode 100644 data/templates/npc/chest/21820-TreasureChest.xml create mode 100644 data/templates/npc/chest/21821-TreasureChest.xml create mode 100644 data/templates/npc/chest/21822-TreasureChest.xml create mode 100644 data/templates/npc/chest/32492-CrystalWaterBottle.xml create mode 100644 data/templates/npc/chest/32493-BurningBrazier.xml create mode 100644 data/templates/npc/chest/32495-TreasureBox.xml create mode 100644 data/templates/npc/clanhalldoormen/30772-Wilson.xml create mode 100644 data/templates/npc/clanhalldoormen/30773-Todd.xml create mode 100644 data/templates/npc/clanhalldoormen/35385-Renny.xml create mode 100644 data/templates/npc/clanhalldoormen/35387-Baback.xml create mode 100644 data/templates/npc/clanhalldoormen/35389-Loring.xml create mode 100644 data/templates/npc/clanhalldoormen/35391-Latif.xml create mode 100644 data/templates/npc/clanhalldoormen/35393-Faolan.xml create mode 100644 data/templates/npc/clanhalldoormen/35395-Kogan.xml create mode 100644 data/templates/npc/clanhalldoormen/35397-Merton.xml create mode 100644 data/templates/npc/clanhalldoormen/35399-Luce.xml create mode 100644 data/templates/npc/clanhalldoormen/35401-Amiel.xml create mode 100644 data/templates/npc/clanhalldoormen/35402-Borna.xml create mode 100644 data/templates/npc/clanhalldoormen/35404-Jamal.xml create mode 100644 data/templates/npc/clanhalldoormen/35406-Jabilo.xml create mode 100644 data/templates/npc/clanhalldoormen/35440-Daniel.xml create mode 100644 data/templates/npc/clanhalldoormen/35442-Jacques.xml create mode 100644 data/templates/npc/clanhalldoormen/35444-Joff.xml create mode 100644 data/templates/npc/clanhalldoormen/35446-Niels.xml create mode 100644 data/templates/npc/clanhalldoormen/35448-Rudy.xml create mode 100644 data/templates/npc/clanhalldoormen/35450-Gellar.xml create mode 100644 data/templates/npc/clanhalldoormen/35452-Theobolt.xml create mode 100644 data/templates/npc/clanhalldoormen/35454-Rosconne.xml create mode 100644 data/templates/npc/clanhalldoormen/35456-Stewart.xml create mode 100644 data/templates/npc/clanhalldoormen/35458-Theron.xml create mode 100644 data/templates/npc/clanhalldoormen/35460-Trey.xml create mode 100644 data/templates/npc/clanhalldoormen/35462-Kalmer.xml create mode 100644 data/templates/npc/clanhalldoormen/35464-Volfrem.xml create mode 100644 data/templates/npc/clanhalldoormen/35466-Gerard.xml create mode 100644 data/templates/npc/clanhalldoormen/35468-Lambert.xml create mode 100644 data/templates/npc/clanhalldoormen/35567-Emil.xml create mode 100644 data/templates/npc/clanhalldoormen/35569-Daniel.xml create mode 100644 data/templates/npc/clanhalldoormen/35571-Dale.xml create mode 100644 data/templates/npc/clanhalldoormen/35573-Shawn.xml create mode 100644 data/templates/npc/clanhalldoormen/35575-Ryan.xml create mode 100644 data/templates/npc/clanhalldoormen/35577-Harry.xml create mode 100644 data/templates/npc/clanhalldoormen/35579-Egon.xml create mode 100644 data/templates/npc/clanhalldoormen/35581-Osho.xml create mode 100644 data/templates/npc/clanhalldoormen/35583-Walter.xml create mode 100644 data/templates/npc/clanhalldoormen/35585-Alice.xml create mode 100644 data/templates/npc/clanhalldoormen/35587-Neria.xml create mode 100644 data/templates/npc/clanhallmanager/35384-Black.xml create mode 100644 data/templates/npc/clanhallmanager/35386-Boyer.xml create mode 100644 data/templates/npc/clanhallmanager/35388-Tim.xml create mode 100644 data/templates/npc/clanhallmanager/35390-Dillon.xml create mode 100644 data/templates/npc/clanhallmanager/35392-Bremmer.xml create mode 100644 data/templates/npc/clanhallmanager/35394-Kalis.xml create mode 100644 data/templates/npc/clanhallmanager/35396-Winker.xml create mode 100644 data/templates/npc/clanhallmanager/35398-Ruben.xml create mode 100644 data/templates/npc/clanhallmanager/35400-Horner.xml create mode 100644 data/templates/npc/clanhallmanager/35403-Ron.xml create mode 100644 data/templates/npc/clanhallmanager/35405-Flynn.xml create mode 100644 data/templates/npc/clanhallmanager/35407-Seth.xml create mode 100644 data/templates/npc/clanhallmanager/35438-Chamberlain.xml create mode 100644 data/templates/npc/clanhallmanager/35439-Carey.xml create mode 100644 data/templates/npc/clanhallmanager/35441-Dianne.xml create mode 100644 data/templates/npc/clanhallmanager/35443-Crissy.xml create mode 100644 data/templates/npc/clanhallmanager/35445-Albert.xml create mode 100644 data/templates/npc/clanhallmanager/35447-Korgen.xml create mode 100644 data/templates/npc/clanhallmanager/35449-Dimaggio.xml create mode 100644 data/templates/npc/clanhallmanager/35451-Emma.xml create mode 100644 data/templates/npc/clanhallmanager/35453-Adrienne.xml create mode 100644 data/templates/npc/clanhallmanager/35455-Bianca.xml create mode 100644 data/templates/npc/clanhallmanager/35457-Gladys.xml create mode 100644 data/templates/npc/clanhallmanager/35459-Regina.xml create mode 100644 data/templates/npc/clanhallmanager/35461-Aida.xml create mode 100644 data/templates/npc/clanhallmanager/35463-Helga.xml create mode 100644 data/templates/npc/clanhallmanager/35465-Millicent.xml create mode 100644 data/templates/npc/clanhallmanager/35467-Branhillde.xml create mode 100644 data/templates/npc/clanhallmanager/35566-Ronald.xml create mode 100644 data/templates/npc/clanhallmanager/35568-Wayne.xml create mode 100644 data/templates/npc/clanhallmanager/35570-Patty.xml create mode 100644 data/templates/npc/clanhallmanager/35572-Jimmy.xml create mode 100644 data/templates/npc/clanhallmanager/35574-Michael.xml create mode 100644 data/templates/npc/clanhallmanager/35576-Jack.xml create mode 100644 data/templates/npc/clanhallmanager/35578-Karuto.xml create mode 100644 data/templates/npc/clanhallmanager/35580-Carol.xml create mode 100644 data/templates/npc/clanhallmanager/35582-Stanley.xml create mode 100644 data/templates/npc/clanhallmanager/35584-Billy.xml create mode 100644 data/templates/npc/clanhallmanager/35586-Serena.xml create mode 100644 data/templates/npc/clantrader/32024-Mulia.xml create mode 100644 data/templates/npc/clantrader/32025-Ilia.xml create mode 100644 data/templates/npc/classmaster/31756-MrCat.xml create mode 100644 data/templates/npc/classmaster/31757-MissQueen.xml create mode 100644 data/templates/npc/controltower/13002-LifeControlTower.xml create mode 100644 data/templates/npc/controltower/13003-LifeControlTower.xml create mode 100644 data/templates/npc/dawnpriest/31078-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31079-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31080-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31081-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31082-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31083-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31084-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31168-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31692-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31694-PriestOfDawn.xml create mode 100644 data/templates/npc/dawnpriest/31997-PriestOfDawn.xml create mode 100644 data/templates/npc/decoy/13071-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13072-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13073-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13074-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13075-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13076-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13257-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13258-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13259-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13260-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13261-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13262-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13263-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13264-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13265-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13266-VirtualImage.xml create mode 100644 data/templates/npc/decoy/13267-VirtualImage.xml create mode 100644 data/templates/npc/defender/35010-Mercenary.xml create mode 100644 data/templates/npc/defender/35011-Mercenary.xml create mode 100644 data/templates/npc/defender/35012-Mercenary.xml create mode 100644 data/templates/npc/defender/35013-Mercenary.xml create mode 100644 data/templates/npc/defender/35014-Mercenary.xml create mode 100644 data/templates/npc/defender/35015-Mercenary.xml create mode 100644 data/templates/npc/defender/35016-Mercenary.xml create mode 100644 data/templates/npc/defender/35017-Mercenary.xml create mode 100644 data/templates/npc/defender/35018-Mercenary.xml create mode 100644 data/templates/npc/defender/35019-Mercenary.xml create mode 100644 data/templates/npc/defender/35020-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35021-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35022-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35023-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35024-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35025-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35026-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35027-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35028-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35029-MercenaryOfDawn.xml create mode 100644 data/templates/npc/defender/35030-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35031-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35032-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35033-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35034-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35035-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35036-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35037-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35038-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35039-EliteMercenaryGuildMember.xml create mode 100644 data/templates/npc/defender/35040-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35041-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35042-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35043-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35044-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35045-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35046-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35047-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35048-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35049-GreaterRecruit.xml create mode 100644 data/templates/npc/defender/35050-Recruit.xml create mode 100644 data/templates/npc/defender/35051-Recruit.xml create mode 100644 data/templates/npc/defender/35052-Recruit.xml create mode 100644 data/templates/npc/defender/35053-Recruit.xml create mode 100644 data/templates/npc/defender/35054-Recruit.xml create mode 100644 data/templates/npc/defender/35055-Recruit.xml create mode 100644 data/templates/npc/defender/35056-Recruit.xml create mode 100644 data/templates/npc/defender/35057-Recruit.xml create mode 100644 data/templates/npc/defender/35058-Recruit.xml create mode 100644 data/templates/npc/defender/35059-Recruit.xml create mode 100644 data/templates/npc/defender/35064-BaronLewinWaldner.xml create mode 100644 data/templates/npc/defender/35065-Cronenberg.xml create mode 100644 data/templates/npc/defender/35066-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35067-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35068-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35069-CourtGuard.xml create mode 100644 data/templates/npc/defender/35070-Guard.xml create mode 100644 data/templates/npc/defender/35071-Guard.xml create mode 100644 data/templates/npc/defender/35072-Guard.xml create mode 100644 data/templates/npc/defender/35073-Guard.xml create mode 100644 data/templates/npc/defender/35074-Guard.xml create mode 100644 data/templates/npc/defender/35075-Guard.xml create mode 100644 data/templates/npc/defender/35076-Guard.xml create mode 100644 data/templates/npc/defender/35077-Guard.xml create mode 100644 data/templates/npc/defender/35078-Guard.xml create mode 100644 data/templates/npc/defender/35079-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35080-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35081-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35082-CourtGuard.xml create mode 100644 data/templates/npc/defender/35083-Guard.xml create mode 100644 data/templates/npc/defender/35084-Guard.xml create mode 100644 data/templates/npc/defender/35085-Guard.xml create mode 100644 data/templates/npc/defender/35086-Guard.xml create mode 100644 data/templates/npc/defender/35087-Guard.xml create mode 100644 data/templates/npc/defender/35088-Guard.xml create mode 100644 data/templates/npc/defender/35089-Guard.xml create mode 100644 data/templates/npc/defender/35090-Guard.xml create mode 100644 data/templates/npc/defender/35091-Guard.xml create mode 100644 data/templates/npc/defender/35106-DukeByronAshton.xml create mode 100644 data/templates/npc/defender/35107-Ivano.xml create mode 100644 data/templates/npc/defender/35108-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35109-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35110-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35111-CourtGuard.xml create mode 100644 data/templates/npc/defender/35112-Guard.xml create mode 100644 data/templates/npc/defender/35113-Guard.xml create mode 100644 data/templates/npc/defender/35114-Guard.xml create mode 100644 data/templates/npc/defender/35115-Guard.xml create mode 100644 data/templates/npc/defender/35116-Guard.xml create mode 100644 data/templates/npc/defender/35117-Guard.xml create mode 100644 data/templates/npc/defender/35118-Guard.xml create mode 100644 data/templates/npc/defender/35119-Guard.xml create mode 100644 data/templates/npc/defender/35120-Guard.xml create mode 100644 data/templates/npc/defender/35121-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35122-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35123-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35124-CourtGuard.xml create mode 100644 data/templates/npc/defender/35125-CourtGuard.xml create mode 100644 data/templates/npc/defender/35126-CourtGuard.xml create mode 100644 data/templates/npc/defender/35127-CourtGuard.xml create mode 100644 data/templates/npc/defender/35128-CourtGuard.xml create mode 100644 data/templates/npc/defender/35129-CourtGuard.xml create mode 100644 data/templates/npc/defender/35130-CourtGuard.xml create mode 100644 data/templates/npc/defender/35131-CourtGuard.xml create mode 100644 data/templates/npc/defender/35132-CourtGuard.xml create mode 100644 data/templates/npc/defender/35133-CourtGuard.xml create mode 100644 data/templates/npc/defender/35148-BaronCarmonEsthus.xml create mode 100644 data/templates/npc/defender/35149-Ulric.xml create mode 100644 data/templates/npc/defender/35150-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35151-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35152-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35153-CourtGuard.xml create mode 100644 data/templates/npc/defender/35154-Guard.xml create mode 100644 data/templates/npc/defender/35155-Guard.xml create mode 100644 data/templates/npc/defender/35156-Guard.xml create mode 100644 data/templates/npc/defender/35157-Guard.xml create mode 100644 data/templates/npc/defender/35158-Guard.xml create mode 100644 data/templates/npc/defender/35159-Guard.xml create mode 100644 data/templates/npc/defender/35160-Guard.xml create mode 100644 data/templates/npc/defender/35161-Guard.xml create mode 100644 data/templates/npc/defender/35162-Guard.xml create mode 100644 data/templates/npc/defender/35163-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35164-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35165-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35166-CourtGuard.xml create mode 100644 data/templates/npc/defender/35167-Guard.xml create mode 100644 data/templates/npc/defender/35168-Guard.xml create mode 100644 data/templates/npc/defender/35169-Guard.xml create mode 100644 data/templates/npc/defender/35170-Guard.xml create mode 100644 data/templates/npc/defender/35171-Guard.xml create mode 100644 data/templates/npc/defender/35172-Guard.xml create mode 100644 data/templates/npc/defender/35173-Guard.xml create mode 100644 data/templates/npc/defender/35174-Guard.xml create mode 100644 data/templates/npc/defender/35175-Guard.xml create mode 100644 data/templates/npc/defender/35190-BalthusVanDyke.xml create mode 100644 data/templates/npc/defender/35191-Quant.xml create mode 100644 data/templates/npc/defender/35192-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35193-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35194-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35195-CourtGuard.xml create mode 100644 data/templates/npc/defender/35196-Guard.xml create mode 100644 data/templates/npc/defender/35197-Guard.xml create mode 100644 data/templates/npc/defender/35198-Guard.xml create mode 100644 data/templates/npc/defender/35199-Guard.xml create mode 100644 data/templates/npc/defender/35200-Guard.xml create mode 100644 data/templates/npc/defender/35201-Guard.xml create mode 100644 data/templates/npc/defender/35202-Guard.xml create mode 100644 data/templates/npc/defender/35203-Guard.xml create mode 100644 data/templates/npc/defender/35204-Guard.xml create mode 100644 data/templates/npc/defender/35205-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35206-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35207-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35208-CourtGuard.xml create mode 100644 data/templates/npc/defender/35209-Guard.xml create mode 100644 data/templates/npc/defender/35210-Guard.xml create mode 100644 data/templates/npc/defender/35211-Guard.xml create mode 100644 data/templates/npc/defender/35212-Guard.xml create mode 100644 data/templates/npc/defender/35213-Guard.xml create mode 100644 data/templates/npc/defender/35214-Guard.xml create mode 100644 data/templates/npc/defender/35215-Guard.xml create mode 100644 data/templates/npc/defender/35216-Guard.xml create mode 100644 data/templates/npc/defender/35217-Guard.xml create mode 100644 data/templates/npc/defender/35234-AmadeoCadmus.xml create mode 100644 data/templates/npc/defender/35235-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35236-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35237-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35238-CourtGuard.xml create mode 100644 data/templates/npc/defender/35239-Guard.xml create mode 100644 data/templates/npc/defender/35240-Guard.xml create mode 100644 data/templates/npc/defender/35241-Guard.xml create mode 100644 data/templates/npc/defender/35242-Guard.xml create mode 100644 data/templates/npc/defender/35243-Guard.xml create mode 100644 data/templates/npc/defender/35244-Guard.xml create mode 100644 data/templates/npc/defender/35245-Guard.xml create mode 100644 data/templates/npc/defender/35246-Guard.xml create mode 100644 data/templates/npc/defender/35247-Guard.xml create mode 100644 data/templates/npc/defender/35248-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35249-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35250-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35251-CourtGuard.xml create mode 100644 data/templates/npc/defender/35252-Guard.xml create mode 100644 data/templates/npc/defender/35253-Guard.xml create mode 100644 data/templates/npc/defender/35254-Guard.xml create mode 100644 data/templates/npc/defender/35255-Guard.xml create mode 100644 data/templates/npc/defender/35256-Guard.xml create mode 100644 data/templates/npc/defender/35257-Guard.xml create mode 100644 data/templates/npc/defender/35258-Guard.xml create mode 100644 data/templates/npc/defender/35259-Guard.xml create mode 100644 data/templates/npc/defender/35260-Guard.xml create mode 100644 data/templates/npc/defender/35280-BaronLionelHunter.xml create mode 100644 data/templates/npc/defender/35281-Schaht.xml create mode 100644 data/templates/npc/defender/35282-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35283-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35284-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35285-CourtGuard.xml create mode 100644 data/templates/npc/defender/35286-Guard.xml create mode 100644 data/templates/npc/defender/35287-Guard.xml create mode 100644 data/templates/npc/defender/35288-Guard.xml create mode 100644 data/templates/npc/defender/35289-Guard.xml create mode 100644 data/templates/npc/defender/35290-Guard.xml create mode 100644 data/templates/npc/defender/35291-Guard.xml create mode 100644 data/templates/npc/defender/35292-Guard.xml create mode 100644 data/templates/npc/defender/35293-Guard.xml create mode 100644 data/templates/npc/defender/35294-Guard.xml create mode 100644 data/templates/npc/defender/35295-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35296-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35297-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35298-CourtGuard.xml create mode 100644 data/templates/npc/defender/35299-Guard.xml create mode 100644 data/templates/npc/defender/35300-Guard.xml create mode 100644 data/templates/npc/defender/35301-Guard.xml create mode 100644 data/templates/npc/defender/35302-Guard.xml create mode 100644 data/templates/npc/defender/35303-Guard.xml create mode 100644 data/templates/npc/defender/35304-Guard.xml create mode 100644 data/templates/npc/defender/35305-Guard.xml create mode 100644 data/templates/npc/defender/35306-Guard.xml create mode 100644 data/templates/npc/defender/35307-Guard.xml create mode 100644 data/templates/npc/defender/35324-Heinz.xml create mode 100644 data/templates/npc/defender/35325-DukeMoraKenAbygail.xml create mode 100644 data/templates/npc/defender/35326-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35327-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35328-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35329-Guard.xml create mode 100644 data/templates/npc/defender/35330-Bodyguard.xml create mode 100644 data/templates/npc/defender/35331-Bodyguard.xml create mode 100644 data/templates/npc/defender/35332-Bodyguard.xml create mode 100644 data/templates/npc/defender/35333-Bodyguard.xml create mode 100644 data/templates/npc/defender/35334-Bodyguard.xml create mode 100644 data/templates/npc/defender/35335-Bodyguard.xml create mode 100644 data/templates/npc/defender/35336-Bodyguard.xml create mode 100644 data/templates/npc/defender/35337-Bodyguard.xml create mode 100644 data/templates/npc/defender/35338-Bodyguard.xml create mode 100644 data/templates/npc/defender/35339-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35340-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35341-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35342-Guard.xml create mode 100644 data/templates/npc/defender/35343-Bodyguard.xml create mode 100644 data/templates/npc/defender/35344-Bodyguard.xml create mode 100644 data/templates/npc/defender/35345-Bodyguard.xml create mode 100644 data/templates/npc/defender/35346-Bodyguard.xml create mode 100644 data/templates/npc/defender/35347-Bodyguard.xml create mode 100644 data/templates/npc/defender/35348-Bodyguard.xml create mode 100644 data/templates/npc/defender/35349-Bodyguard.xml create mode 100644 data/templates/npc/defender/35350-Bodyguard.xml create mode 100644 data/templates/npc/defender/35351-Bodyguard.xml create mode 100644 data/templates/npc/defender/35470-AstairVanHalter.xml create mode 100644 data/templates/npc/defender/35471-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35472-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35473-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35474-CourtGuard.xml create mode 100644 data/templates/npc/defender/35475-Guard.xml create mode 100644 data/templates/npc/defender/35476-Guard.xml create mode 100644 data/templates/npc/defender/35477-Guard.xml create mode 100644 data/templates/npc/defender/35478-Guard.xml create mode 100644 data/templates/npc/defender/35479-Guard.xml create mode 100644 data/templates/npc/defender/35480-Guard.xml create mode 100644 data/templates/npc/defender/35481-Guard.xml create mode 100644 data/templates/npc/defender/35482-Guard.xml create mode 100644 data/templates/npc/defender/35483-Guard.xml create mode 100644 data/templates/npc/defender/35484-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35485-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35486-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35487-CourtGuard.xml create mode 100644 data/templates/npc/defender/35488-Guard.xml create mode 100644 data/templates/npc/defender/35489-Guard.xml create mode 100644 data/templates/npc/defender/35490-Guard.xml create mode 100644 data/templates/npc/defender/35491-Guard.xml create mode 100644 data/templates/npc/defender/35492-Guard.xml create mode 100644 data/templates/npc/defender/35493-Guard.xml create mode 100644 data/templates/npc/defender/35494-Guard.xml create mode 100644 data/templates/npc/defender/35495-Guard.xml create mode 100644 data/templates/npc/defender/35496-Guard.xml create mode 100644 data/templates/npc/defender/35516-Verus.xml create mode 100644 data/templates/npc/defender/35517-SwainKenOrwen.xml create mode 100644 data/templates/npc/defender/35518-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35519-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35520-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35521-CourtGuard.xml create mode 100644 data/templates/npc/defender/35522-Guard.xml create mode 100644 data/templates/npc/defender/35523-Guard.xml create mode 100644 data/templates/npc/defender/35524-Guard.xml create mode 100644 data/templates/npc/defender/35525-Guard.xml create mode 100644 data/templates/npc/defender/35526-Guard.xml create mode 100644 data/templates/npc/defender/35527-Guard.xml create mode 100644 data/templates/npc/defender/35528-Guard.xml create mode 100644 data/templates/npc/defender/35529-Guard.xml create mode 100644 data/templates/npc/defender/35530-Guard.xml create mode 100644 data/templates/npc/defender/35531-RoyalKnight.xml create mode 100644 data/templates/npc/defender/35532-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35533-CourtSorcerer.xml create mode 100644 data/templates/npc/defender/35534-CourtGuard.xml create mode 100644 data/templates/npc/defender/35535-Guard.xml create mode 100644 data/templates/npc/defender/35536-Guard.xml create mode 100644 data/templates/npc/defender/35537-Guard.xml create mode 100644 data/templates/npc/defender/35538-Guard.xml create mode 100644 data/templates/npc/defender/35539-Guard.xml create mode 100644 data/templates/npc/defender/35540-Guard.xml create mode 100644 data/templates/npc/defender/35541-Guard.xml create mode 100644 data/templates/npc/defender/35542-Guard.xml create mode 100644 data/templates/npc/defender/35543-Guard.xml create mode 100644 data/templates/npc/defender/35610-BlueFlag.xml create mode 100644 data/templates/npc/defender/35611-PurpleFlag.xml create mode 100644 data/templates/npc/defender/35612-GroupGatekeeper.xml create mode 100644 data/templates/npc/defender/35670-RebelCommander.xml create mode 100644 data/templates/npc/defender/35671-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35672-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35673-CourtGuard.xml create mode 100644 data/templates/npc/defender/35674-Guard.xml create mode 100644 data/templates/npc/defender/35676-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35678-Guard.xml create mode 100644 data/templates/npc/defender/35679-Guard.xml create mode 100644 data/templates/npc/defender/35681-Wizard.xml create mode 100644 data/templates/npc/defender/35682-Healer.xml create mode 100644 data/templates/npc/defender/35684-Archer.xml create mode 100644 data/templates/npc/defender/35702-RebelCommander.xml create mode 100644 data/templates/npc/defender/35703-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35704-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35705-CourtGuard.xml create mode 100644 data/templates/npc/defender/35706-Guard.xml create mode 100644 data/templates/npc/defender/35711-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35712-ScoutGolem.xml create mode 100644 data/templates/npc/defender/35714-Guard.xml create mode 100644 data/templates/npc/defender/35715-Guard.xml create mode 100644 data/templates/npc/defender/35717-Wizard.xml create mode 100644 data/templates/npc/defender/35718-Healer.xml create mode 100644 data/templates/npc/defender/35720-Archer.xml create mode 100644 data/templates/npc/defender/35722-Minister.xml create mode 100644 data/templates/npc/defender/35739-RebelCommander.xml create mode 100644 data/templates/npc/defender/35740-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35741-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35742-CourtGuard.xml create mode 100644 data/templates/npc/defender/35743-Guard.xml create mode 100644 data/templates/npc/defender/35745-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35747-Guard.xml create mode 100644 data/templates/npc/defender/35748-Guard.xml create mode 100644 data/templates/npc/defender/35750-Wizard.xml create mode 100644 data/templates/npc/defender/35751-Healer.xml create mode 100644 data/templates/npc/defender/35753-Archer.xml create mode 100644 data/templates/npc/defender/35771-RebelCommander.xml create mode 100644 data/templates/npc/defender/35772-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35773-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35774-CourtGuard.xml create mode 100644 data/templates/npc/defender/35775-Guard.xml create mode 100644 data/templates/npc/defender/35780-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35781-ScoutGolem.xml create mode 100644 data/templates/npc/defender/35783-Guard.xml create mode 100644 data/templates/npc/defender/35784-Guard.xml create mode 100644 data/templates/npc/defender/35786-Wizard.xml create mode 100644 data/templates/npc/defender/35787-Healer.xml create mode 100644 data/templates/npc/defender/35789-Archer.xml create mode 100644 data/templates/npc/defender/35791-Minister.xml create mode 100644 data/templates/npc/defender/35808-RebelCommander.xml create mode 100644 data/templates/npc/defender/35809-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35810-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35811-CourtGuard.xml create mode 100644 data/templates/npc/defender/35812-Guard.xml create mode 100644 data/templates/npc/defender/35814-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35816-Guard.xml create mode 100644 data/templates/npc/defender/35817-Guard.xml create mode 100644 data/templates/npc/defender/35819-Wizard.xml create mode 100644 data/templates/npc/defender/35820-Healer.xml create mode 100644 data/templates/npc/defender/35822-Archer.xml create mode 100644 data/templates/npc/defender/35839-RebelCommander.xml create mode 100644 data/templates/npc/defender/35840-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35841-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35842-CourtGuard.xml create mode 100644 data/templates/npc/defender/35843-Guard.xml create mode 100644 data/templates/npc/defender/35845-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35847-Guard.xml create mode 100644 data/templates/npc/defender/35848-Guard.xml create mode 100644 data/templates/npc/defender/35850-Wizard.xml create mode 100644 data/templates/npc/defender/35851-Healer.xml create mode 100644 data/templates/npc/defender/35853-Archer.xml create mode 100644 data/templates/npc/defender/35871-RebelCommander.xml create mode 100644 data/templates/npc/defender/35872-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35873-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35874-CourtGuard.xml create mode 100644 data/templates/npc/defender/35875-Guard.xml create mode 100644 data/templates/npc/defender/35880-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35881-ScoutGolem.xml create mode 100644 data/templates/npc/defender/35883-Guard.xml create mode 100644 data/templates/npc/defender/35884-Guard.xml create mode 100644 data/templates/npc/defender/35886-Wizard.xml create mode 100644 data/templates/npc/defender/35887-Healer.xml create mode 100644 data/templates/npc/defender/35889-Archer.xml create mode 100644 data/templates/npc/defender/35891-Minister.xml create mode 100644 data/templates/npc/defender/35908-RebelCommander.xml create mode 100644 data/templates/npc/defender/35909-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35910-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35911-CourtGuard.xml create mode 100644 data/templates/npc/defender/35912-Guard.xml create mode 100644 data/templates/npc/defender/35914-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35916-Guard.xml create mode 100644 data/templates/npc/defender/35917-Guard.xml create mode 100644 data/templates/npc/defender/35919-Wizard.xml create mode 100644 data/templates/npc/defender/35920-Healer.xml create mode 100644 data/templates/npc/defender/35922-Archer.xml create mode 100644 data/templates/npc/defender/35940-RebelCommander.xml create mode 100644 data/templates/npc/defender/35941-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35942-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35943-CourtGuard.xml create mode 100644 data/templates/npc/defender/35944-Guard.xml create mode 100644 data/templates/npc/defender/35949-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35950-ScoutGolem.xml create mode 100644 data/templates/npc/defender/35952-Guard.xml create mode 100644 data/templates/npc/defender/35953-Guard.xml create mode 100644 data/templates/npc/defender/35955-Wizard.xml create mode 100644 data/templates/npc/defender/35956-Healer.xml create mode 100644 data/templates/npc/defender/35958-Archer.xml create mode 100644 data/templates/npc/defender/35960-Minister.xml create mode 100644 data/templates/npc/defender/35978-RebelCommander.xml create mode 100644 data/templates/npc/defender/35979-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/35980-RebelPrivate.xml create mode 100644 data/templates/npc/defender/35981-CourtGuard.xml create mode 100644 data/templates/npc/defender/35982-Guard.xml create mode 100644 data/templates/npc/defender/35987-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/35988-ScoutGolem.xml create mode 100644 data/templates/npc/defender/35990-Guard.xml create mode 100644 data/templates/npc/defender/35991-Guard.xml create mode 100644 data/templates/npc/defender/35993-Wizard.xml create mode 100644 data/templates/npc/defender/35994-Healer.xml create mode 100644 data/templates/npc/defender/35996-Archer.xml create mode 100644 data/templates/npc/defender/35998-Minister.xml create mode 100644 data/templates/npc/defender/36015-RebelCommander.xml create mode 100644 data/templates/npc/defender/36016-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36017-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36018-CourtGuard.xml create mode 100644 data/templates/npc/defender/36019-Guard.xml create mode 100644 data/templates/npc/defender/36021-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36023-Guard.xml create mode 100644 data/templates/npc/defender/36024-Guard.xml create mode 100644 data/templates/npc/defender/36026-Wizard.xml create mode 100644 data/templates/npc/defender/36027-Healer.xml create mode 100644 data/templates/npc/defender/36029-Archer.xml create mode 100644 data/templates/npc/defender/36047-RebelCommander.xml create mode 100644 data/templates/npc/defender/36048-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36049-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36050-CourtGuard.xml create mode 100644 data/templates/npc/defender/36051-Guard.xml create mode 100644 data/templates/npc/defender/36056-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36057-ScoutGolem.xml create mode 100644 data/templates/npc/defender/36059-Guard.xml create mode 100644 data/templates/npc/defender/36060-Guard.xml create mode 100644 data/templates/npc/defender/36062-Wizard.xml create mode 100644 data/templates/npc/defender/36063-Healer.xml create mode 100644 data/templates/npc/defender/36065-Archer.xml create mode 100644 data/templates/npc/defender/36067-Minister.xml create mode 100644 data/templates/npc/defender/36085-RebelCommander.xml create mode 100644 data/templates/npc/defender/36086-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36087-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36088-CourtGuard.xml create mode 100644 data/templates/npc/defender/36089-Guard.xml create mode 100644 data/templates/npc/defender/36094-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36095-ScoutGolem.xml create mode 100644 data/templates/npc/defender/36097-Guard.xml create mode 100644 data/templates/npc/defender/36098-Guard.xml create mode 100644 data/templates/npc/defender/36100-Wizard.xml create mode 100644 data/templates/npc/defender/36101-Healer.xml create mode 100644 data/templates/npc/defender/36103-Archer.xml create mode 100644 data/templates/npc/defender/36105-Minister.xml create mode 100644 data/templates/npc/defender/36122-RebelCommander.xml create mode 100644 data/templates/npc/defender/36123-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36124-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36125-CourtGuard.xml create mode 100644 data/templates/npc/defender/36126-Guard.xml create mode 100644 data/templates/npc/defender/36128-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36130-Guard.xml create mode 100644 data/templates/npc/defender/36131-Guard.xml create mode 100644 data/templates/npc/defender/36133-Wizard.xml create mode 100644 data/templates/npc/defender/36134-Healer.xml create mode 100644 data/templates/npc/defender/36136-Archer.xml create mode 100644 data/templates/npc/defender/36153-RebelCommander.xml create mode 100644 data/templates/npc/defender/36154-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36155-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36156-CourtGuard.xml create mode 100644 data/templates/npc/defender/36157-Guard.xml create mode 100644 data/templates/npc/defender/36159-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36161-Guard.xml create mode 100644 data/templates/npc/defender/36162-Guard.xml create mode 100644 data/templates/npc/defender/36164-Wizard.xml create mode 100644 data/templates/npc/defender/36165-Healer.xml create mode 100644 data/templates/npc/defender/36167-Archer.xml create mode 100644 data/templates/npc/defender/36185-RebelCommander.xml create mode 100644 data/templates/npc/defender/36186-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36187-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36188-CourtGuard.xml create mode 100644 data/templates/npc/defender/36189-Guard.xml create mode 100644 data/templates/npc/defender/36194-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36195-ScoutGolem.xml create mode 100644 data/templates/npc/defender/36197-Guard.xml create mode 100644 data/templates/npc/defender/36198-Guard.xml create mode 100644 data/templates/npc/defender/36200-Wizard.xml create mode 100644 data/templates/npc/defender/36201-Healer.xml create mode 100644 data/templates/npc/defender/36203-Archer.xml create mode 100644 data/templates/npc/defender/36205-Minister.xml create mode 100644 data/templates/npc/defender/36223-RebelCommander.xml create mode 100644 data/templates/npc/defender/36224-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36225-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36226-CourtGuard.xml create mode 100644 data/templates/npc/defender/36227-Guard.xml create mode 100644 data/templates/npc/defender/36232-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36233-ScoutGolem.xml create mode 100644 data/templates/npc/defender/36235-Guard.xml create mode 100644 data/templates/npc/defender/36236-Guard.xml create mode 100644 data/templates/npc/defender/36238-Wizard.xml create mode 100644 data/templates/npc/defender/36239-Healer.xml create mode 100644 data/templates/npc/defender/36241-Archer.xml create mode 100644 data/templates/npc/defender/36243-Minister.xml create mode 100644 data/templates/npc/defender/36261-RebelCommander.xml create mode 100644 data/templates/npc/defender/36262-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36263-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36264-CourtGuard.xml create mode 100644 data/templates/npc/defender/36265-Guard.xml create mode 100644 data/templates/npc/defender/36270-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36271-ScoutGolem.xml create mode 100644 data/templates/npc/defender/36273-Guard.xml create mode 100644 data/templates/npc/defender/36274-Guard.xml create mode 100644 data/templates/npc/defender/36276-Wizard.xml create mode 100644 data/templates/npc/defender/36277-Healer.xml create mode 100644 data/templates/npc/defender/36279-Archer.xml create mode 100644 data/templates/npc/defender/36281-Minister.xml create mode 100644 data/templates/npc/defender/36298-RebelCommander.xml create mode 100644 data/templates/npc/defender/36299-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36300-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36301-CourtGuard.xml create mode 100644 data/templates/npc/defender/36302-Guard.xml create mode 100644 data/templates/npc/defender/36304-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36306-Guard.xml create mode 100644 data/templates/npc/defender/36307-Guard.xml create mode 100644 data/templates/npc/defender/36309-Wizard.xml create mode 100644 data/templates/npc/defender/36310-Healer.xml create mode 100644 data/templates/npc/defender/36312-Archer.xml create mode 100644 data/templates/npc/defender/36330-RebelCommander.xml create mode 100644 data/templates/npc/defender/36331-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36332-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36333-CourtGuard.xml create mode 100644 data/templates/npc/defender/36334-Guard.xml create mode 100644 data/templates/npc/defender/36339-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36340-ScoutGolem.xml create mode 100644 data/templates/npc/defender/36342-Guard.xml create mode 100644 data/templates/npc/defender/36343-Guard.xml create mode 100644 data/templates/npc/defender/36345-Wizard.xml create mode 100644 data/templates/npc/defender/36346-Healer.xml create mode 100644 data/templates/npc/defender/36348-Archer.xml create mode 100644 data/templates/npc/defender/36350-Minister.xml create mode 100644 data/templates/npc/defender/36368-RebelCommander.xml create mode 100644 data/templates/npc/defender/36369-DecoratedRebelSoldier.xml create mode 100644 data/templates/npc/defender/36370-RebelPrivate.xml create mode 100644 data/templates/npc/defender/36371-CourtGuard.xml create mode 100644 data/templates/npc/defender/36372-Guard.xml create mode 100644 data/templates/npc/defender/36377-DwarvenGunnerySergeant.xml create mode 100644 data/templates/npc/defender/36378-ScoutGolem.xml create mode 100644 data/templates/npc/defender/36380-Guard.xml create mode 100644 data/templates/npc/defender/36381-Guard.xml create mode 100644 data/templates/npc/defender/36383-Wizard.xml create mode 100644 data/templates/npc/defender/36384-Healer.xml create mode 100644 data/templates/npc/defender/36386-Archer.xml create mode 100644 data/templates/npc/defender/36388-Minister.xml create mode 100644 data/templates/npc/defender/36508-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36509-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36510-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36511-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36512-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36513-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36514-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36515-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36516-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36517-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36518-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36519-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36520-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36521-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36522-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36523-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36524-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36525-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36526-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36527-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36528-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36529-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36530-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36531-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36532-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36533-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36534-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36535-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36536-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36537-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36538-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36539-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36540-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36541-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36542-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36543-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36544-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36545-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36546-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36547-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36548-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36549-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36550-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36551-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36552-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36553-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36554-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36555-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/defender/36556-MilitaryAssociationLeader.xml create mode 100644 data/templates/npc/defender/36557-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36558-ReligiousAssociationLeader.xml create mode 100644 data/templates/npc/defender/36559-TerritoryGuard.xml create mode 100644 data/templates/npc/defender/36560-TerritoryBorderGuard.xml create mode 100644 data/templates/npc/defender/36561-EconomicAssociationLeader.xml create mode 100644 data/templates/npc/delfvillagemaster/30195-Brecson.xml create mode 100644 data/templates/npc/delfvillagemaster/30290-Xenos.xml create mode 100644 data/templates/npc/delfvillagemaster/30297-Tobias.xml create mode 100644 data/templates/npc/delfvillagemaster/30358-Thifiell.xml create mode 100644 data/templates/npc/delfvillagemaster/30462-Tronix.xml create mode 100644 data/templates/npc/delfvillagemaster/30474-Angus.xml create mode 100644 data/templates/npc/delfvillagemaster/30699-Medown.xml create mode 100644 data/templates/npc/delfvillagemaster/30862-Oltran.xml create mode 100644 data/templates/npc/delfvillagemaster/30910-Xairakin.xml create mode 100644 data/templates/npc/delfvillagemaster/31285-Samael.xml create mode 100644 data/templates/npc/delfvillagemaster/31324-Andromeda.xml create mode 100644 data/templates/npc/delfvillagemaster/31334-Tifaren.xml create mode 100644 data/templates/npc/delfvillagemaster/31974-Drizzit.xml create mode 100644 data/templates/npc/delfvillagemaster/32096-Helminter.xml create mode 100644 data/templates/npc/delfvillagemaster/32160-Devon.xml create mode 100644 data/templates/npc/doormen/31676-GregoryAthebaldt.xml create mode 100644 data/templates/npc/doormen/31680-FlemingVanIssen.xml create mode 100644 data/templates/npc/dungeongatekeeper/31095-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31096-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31097-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31098-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31099-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31100-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31101-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31102-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31103-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31104-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31105-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31106-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31107-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31108-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31109-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31110-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31111-GatekeeperSpirit.xml create mode 100644 data/templates/npc/dungeongatekeeper/31112-GatekeeperSpirit.xml create mode 100644 data/templates/npc/dungeongatekeeper/31114-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31115-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31116-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31117-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31118-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31119-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31120-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31121-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31122-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31123-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31124-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/dungeongatekeeper/31125-GatekeeperZiggurat.xml create mode 100644 data/templates/npc/duskpriest/31085-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31086-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31087-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31088-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31089-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31090-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31091-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31169-DuskPriestess.xml create mode 100644 data/templates/npc/duskpriest/31693-PriestOfDusk.xml create mode 100644 data/templates/npc/duskpriest/31695-PriestOfDusk.xml create mode 100644 data/templates/npc/duskpriest/31998-DuskPriestess.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30498-Moke.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30499-Tapoy.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30503-Rikadio.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30504-Mendio.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30511-Gesto.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30512-Kusto.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30520-Reed.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30525-Bronk.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30594-Ranspo.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30595-Opix.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30676-Croop.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30677-Flutter.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30685-Baxt.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30687-Vergara.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30845-Klump.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30847-Ferris.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30894-Natools.xml create mode 100644 data/templates/npc/dwarfvillagemaster/30897-Roman.xml create mode 100644 data/templates/npc/dwarfvillagemaster/31269-Mona.xml create mode 100644 data/templates/npc/dwarfvillagemaster/31272-Noel.xml create mode 100644 data/templates/npc/dwarfvillagemaster/31314-Donal.xml create mode 100644 data/templates/npc/dwarfvillagemaster/31317-Lombert.xml create mode 100644 data/templates/npc/dwarfvillagemaster/31958-Yasheni.xml create mode 100644 data/templates/npc/dwarfvillagemaster/31961-Newyear.xml create mode 100644 data/templates/npc/dwarfvillagemaster/32092-Alder.xml create mode 100644 data/templates/npc/dwarfvillagemaster/32093-Bolin.xml create mode 100644 data/templates/npc/dwarfvillagemaster/32157-Moka.xml create mode 100644 data/templates/npc/dwarfvillagemaster/32158-Fisler.xml create mode 100644 data/templates/npc/dwarfvillagemaster/32171-Hoffa.xml create mode 100644 data/templates/npc/effectpoint/13018.xml create mode 100644 data/templates/npc/effectpoint/13019.xml create mode 100644 data/templates/npc/effectpoint/13020.xml create mode 100644 data/templates/npc/effectpoint/13021.xml create mode 100644 data/templates/npc/effectpoint/13022.xml create mode 100644 data/templates/npc/effectpoint/13023.xml create mode 100644 data/templates/npc/effectpoint/13024.xml create mode 100644 data/templates/npc/effectpoint/13025.xml create mode 100644 data/templates/npc/effectpoint/13026.xml create mode 100644 data/templates/npc/effectpoint/13027.xml create mode 100644 data/templates/npc/effectpoint/13028.xml create mode 100644 data/templates/npc/effectpoint/13029.xml create mode 100644 data/templates/npc/effectpoint/13030.xml create mode 100644 data/templates/npc/eventchest/13098-EventTreasureChest.xml create mode 100644 data/templates/npc/famemanager/36479-Rapidus.xml create mode 100644 data/templates/npc/famemanager/36480-Scipio.xml create mode 100644 data/templates/npc/feedablebeast/18873-BabyAlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/18874-YoungKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/18875-YoungKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/18876-AdultKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/18877-AdultKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/18878-FullGrownKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/18879-FullGrownKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/18880-BabyAlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/18881-YoungCougar.xml create mode 100644 data/templates/npc/feedablebeast/18882-YoungCougar.xml create mode 100644 data/templates/npc/feedablebeast/18883-AdultCougar.xml create mode 100644 data/templates/npc/feedablebeast/18884-AdultCougar.xml create mode 100644 data/templates/npc/feedablebeast/18885-FullGrownCougar.xml create mode 100644 data/templates/npc/feedablebeast/18886-FullGrownCougar.xml create mode 100644 data/templates/npc/feedablebeast/18887-BabyAlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/18888-YoungBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/18889-YoungBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/18890-AdultBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/18891-AdultBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/18892-FullGrownBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/18893-FullGrownBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/18894-BabyAlpineGrendel.xml create mode 100644 data/templates/npc/feedablebeast/18895-YoungGrendel.xml create mode 100644 data/templates/npc/feedablebeast/18896-YoungGrendel.xml create mode 100644 data/templates/npc/feedablebeast/18897-AdultGrendel.xml create mode 100644 data/templates/npc/feedablebeast/18898-AdultGrendel.xml create mode 100644 data/templates/npc/feedablebeast/18899-FullGrownGrendel.xml create mode 100644 data/templates/npc/feedablebeast/18900-FullGrownGrendel.xml create mode 100644 data/templates/npc/feedablebeast/21451-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21452-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21453-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21454-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21455-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21456-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21457-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21458-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21459-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21460-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21461-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21462-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21463-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21464-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21465-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21466-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21467-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21468-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21469-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21470-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21471-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21472-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21473-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21474-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21475-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21476-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21477-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21478-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21479-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21480-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21481-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21482-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21483-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21484-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21485-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21486-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21487-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21488-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21489-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21490-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21491-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21492-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21493-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21494-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21495-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21496-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21497-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21498-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21499-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21500-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21501-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21502-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21503-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21504-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21505-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21506-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21507-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21824-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21825-AlpineKookaburra.xml create mode 100644 data/templates/npc/feedablebeast/21826-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21827-AlpineBuffalo.xml create mode 100644 data/templates/npc/feedablebeast/21828-AlpineCougar.xml create mode 100644 data/templates/npc/feedablebeast/21829-AlpineCougar.xml create mode 100644 data/templates/npc/festivalguide/31127-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31128-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31129-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31130-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31131-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31132-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31133-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31134-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31135-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31136-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31137-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31138-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31139-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31140-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31141-FestivalGuide.xml create mode 100644 data/templates/npc/festivalguide/31142-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31143-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31144-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31145-FestivalWitch.xml create mode 100644 data/templates/npc/festivalguide/31146-FestivalWitch.xml create mode 100644 data/templates/npc/fightervillagemaster/30026-Bitz.xml create mode 100644 data/templates/npc/fightervillagemaster/30066-Pabris.xml create mode 100644 data/templates/npc/fightervillagemaster/30109-Hannavalt.xml create mode 100644 data/templates/npc/fightervillagemaster/30187-KlausBlackbird.xml create mode 100644 data/templates/npc/fightervillagemaster/30288-Rains.xml create mode 100644 data/templates/npc/fightervillagemaster/30373-Ramos.xml create mode 100644 data/templates/npc/fightervillagemaster/30689-Siria.xml create mode 100644 data/templates/npc/fightervillagemaster/30849-Sedrick.xml create mode 100644 data/templates/npc/fightervillagemaster/30900-Marcus.xml create mode 100644 data/templates/npc/fightervillagemaster/31276-Bernhard.xml create mode 100644 data/templates/npc/fightervillagemaster/31321-Siegmund.xml create mode 100644 data/templates/npc/fightervillagemaster/31965-Hector.xml create mode 100644 data/templates/npc/fightervillagemaster/32094-Schule.xml create mode 100644 data/templates/npc/fightervillagemaster/32154-Aldenia.xml create mode 100644 data/templates/npc/fisherman/31562-Klufe.xml create mode 100644 data/templates/npc/fisherman/31563-Perelin.xml create mode 100644 data/templates/npc/fisherman/31564-Mishini.xml create mode 100644 data/templates/npc/fisherman/31565-Ogord.xml create mode 100644 data/templates/npc/fisherman/31566-Ropfi.xml create mode 100644 data/templates/npc/fisherman/31567-Bleaker.xml create mode 100644 data/templates/npc/fisherman/31568-Pamfus.xml create mode 100644 data/templates/npc/fisherman/31569-Cyano.xml create mode 100644 data/templates/npc/fisherman/31570-Lanosco.xml create mode 100644 data/templates/npc/fisherman/31571-Hufs.xml create mode 100644 data/templates/npc/fisherman/31572-OFulle.xml create mode 100644 data/templates/npc/fisherman/31573-Monakan.xml create mode 100644 data/templates/npc/fisherman/31574-Willie.xml create mode 100644 data/templates/npc/fisherman/31575-Litulon.xml create mode 100644 data/templates/npc/fisherman/31576-Berix.xml create mode 100644 data/templates/npc/fisherman/31577-Linnaeus.xml create mode 100644 data/templates/npc/fisherman/31578-Hilgendorf.xml create mode 100644 data/templates/npc/fisherman/31579-Klaus.xml create mode 100644 data/templates/npc/fisherman/31696-Platis.xml create mode 100644 data/templates/npc/fisherman/31697-Eindarkner.xml create mode 100644 data/templates/npc/fisherman/31989-Batidae.xml create mode 100644 data/templates/npc/fisherman/32007-Galba.xml create mode 100644 data/templates/npc/fisherman/32348-Burang.xml create mode 100644 data/templates/npc/flametower/13004-FlameControlTower.xml create mode 100644 data/templates/npc/flametower/13005-FlameControlTower.xml create mode 100644 data/templates/npc/fly/18684-RedStarStone.xml create mode 100644 data/templates/npc/fly/18685-RedStarStone.xml create mode 100644 data/templates/npc/fly/18686-RedStarStone.xml create mode 100644 data/templates/npc/fly/18687-BlueStarStone.xml create mode 100644 data/templates/npc/fly/18688-BlueStarStone.xml create mode 100644 data/templates/npc/fly/18689-BlueStarStone.xml create mode 100644 data/templates/npc/fly/18690-GreenStarStone.xml create mode 100644 data/templates/npc/fly/18691-GreenStarStone.xml create mode 100644 data/templates/npc/fly/18692-GreenStarStone.xml create mode 100644 data/templates/npc/flyraidboss/25623-Valdstone.xml create mode 100644 data/templates/npc/flyraidboss/25624-Rok.xml create mode 100644 data/templates/npc/flyraidboss/25625-Enira.xml create mode 100644 data/templates/npc/flyraidboss/25626-Dius.xml create mode 100644 data/templates/npc/flyterrainobject/32108.xml create mode 100644 data/templates/npc/fort/35658-Foreman.xml create mode 100644 data/templates/npc/fort/35659-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35662-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35664-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35667-Doorman.xml create mode 100644 data/templates/npc/fort/35668-Doorman.xml create mode 100644 data/templates/npc/fort/35669-Doorman.xml create mode 100644 data/templates/npc/fort/35677-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35680-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35683-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35685-Ballista.xml create mode 100644 data/templates/npc/fort/35689-Foreman.xml create mode 100644 data/templates/npc/fort/35690-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35694-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35696-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35699-Doorman.xml create mode 100644 data/templates/npc/fort/35700-Doorman.xml create mode 100644 data/templates/npc/fort/35701-Doorman.xml create mode 100644 data/templates/npc/fort/35713-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35716-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35719-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35721-General.xml create mode 100644 data/templates/npc/fort/35723-Ballista.xml create mode 100644 data/templates/npc/fort/35727-Foreman.xml create mode 100644 data/templates/npc/fort/35728-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35731-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35733-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35736-Doorman.xml create mode 100644 data/templates/npc/fort/35737-Doorman.xml create mode 100644 data/templates/npc/fort/35738-Doorman.xml create mode 100644 data/templates/npc/fort/35746-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35749-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35752-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35754-Ballista.xml create mode 100644 data/templates/npc/fort/35758-Foreman.xml create mode 100644 data/templates/npc/fort/35759-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35763-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35765-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35768-Doorman.xml create mode 100644 data/templates/npc/fort/35769-Doorman.xml create mode 100644 data/templates/npc/fort/35770-Doorman.xml create mode 100644 data/templates/npc/fort/35782-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35785-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35788-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35790-General.xml create mode 100644 data/templates/npc/fort/35792-Ballista.xml create mode 100644 data/templates/npc/fort/35796-Foreman.xml create mode 100644 data/templates/npc/fort/35797-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35800-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35802-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35805-Doorman.xml create mode 100644 data/templates/npc/fort/35806-Doorman.xml create mode 100644 data/templates/npc/fort/35807-Doorman.xml create mode 100644 data/templates/npc/fort/35815-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35818-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35821-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35823-Ballista.xml create mode 100644 data/templates/npc/fort/35827-Foreman.xml create mode 100644 data/templates/npc/fort/35828-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35831-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35833-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35836-Doorman.xml create mode 100644 data/templates/npc/fort/35837-Doorman.xml create mode 100644 data/templates/npc/fort/35838-Doorman.xml create mode 100644 data/templates/npc/fort/35846-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35849-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35852-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35854-Ballista.xml create mode 100644 data/templates/npc/fort/35858-Foreman.xml create mode 100644 data/templates/npc/fort/35859-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35863-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35865-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35868-Doorman.xml create mode 100644 data/templates/npc/fort/35869-Doorman.xml create mode 100644 data/templates/npc/fort/35870-Doorman.xml create mode 100644 data/templates/npc/fort/35882-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35885-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35888-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35890-General.xml create mode 100644 data/templates/npc/fort/35892-Ballista.xml create mode 100644 data/templates/npc/fort/35896-Foreman.xml create mode 100644 data/templates/npc/fort/35897-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35900-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35902-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35905-Doorman.xml create mode 100644 data/templates/npc/fort/35906-Doorman.xml create mode 100644 data/templates/npc/fort/35907-Doorman.xml create mode 100644 data/templates/npc/fort/35915-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35918-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35921-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35923-Ballista.xml create mode 100644 data/templates/npc/fort/35927-Foreman.xml create mode 100644 data/templates/npc/fort/35928-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35932-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35934-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35937-Doorman.xml create mode 100644 data/templates/npc/fort/35938-Doorman.xml create mode 100644 data/templates/npc/fort/35939-Doorman.xml create mode 100644 data/templates/npc/fort/35951-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35954-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35957-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35959-General.xml create mode 100644 data/templates/npc/fort/35961-Ballista.xml create mode 100644 data/templates/npc/fort/35965-Foreman.xml create mode 100644 data/templates/npc/fort/35966-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/35970-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35972-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/35975-Doorman.xml create mode 100644 data/templates/npc/fort/35976-Doorman.xml create mode 100644 data/templates/npc/fort/35977-Doorman.xml create mode 100644 data/templates/npc/fort/35989-GuardCaptain.xml create mode 100644 data/templates/npc/fort/35992-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/35995-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/35997-General.xml create mode 100644 data/templates/npc/fort/35999-Ballista.xml create mode 100644 data/templates/npc/fort/36003-Foreman.xml create mode 100644 data/templates/npc/fort/36004-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36007-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36009-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36012-Doorman.xml create mode 100644 data/templates/npc/fort/36013-Doorman.xml create mode 100644 data/templates/npc/fort/36014-Doorman.xml create mode 100644 data/templates/npc/fort/36022-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36025-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36028-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36030-Ballista.xml create mode 100644 data/templates/npc/fort/36034-Foreman.xml create mode 100644 data/templates/npc/fort/36035-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36039-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36041-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36044-Doorman.xml create mode 100644 data/templates/npc/fort/36045-Doorman.xml create mode 100644 data/templates/npc/fort/36046-Doorman.xml create mode 100644 data/templates/npc/fort/36058-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36061-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36064-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36066-General.xml create mode 100644 data/templates/npc/fort/36068-Ballista.xml create mode 100644 data/templates/npc/fort/36072-Foreman.xml create mode 100644 data/templates/npc/fort/36073-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36077-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36079-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36082-Doorman.xml create mode 100644 data/templates/npc/fort/36083-Doorman.xml create mode 100644 data/templates/npc/fort/36084-Doorman.xml create mode 100644 data/templates/npc/fort/36096-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36099-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36102-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36104-General.xml create mode 100644 data/templates/npc/fort/36106-Ballista.xml create mode 100644 data/templates/npc/fort/36110-Foreman.xml create mode 100644 data/templates/npc/fort/36111-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36114-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36116-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36119-Doorman.xml create mode 100644 data/templates/npc/fort/36120-Doorman.xml create mode 100644 data/templates/npc/fort/36121-Doorman.xml create mode 100644 data/templates/npc/fort/36129-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36132-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36135-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36137-Ballista.xml create mode 100644 data/templates/npc/fort/36141-Foreman.xml create mode 100644 data/templates/npc/fort/36142-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36145-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36147-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36150-Doorman.xml create mode 100644 data/templates/npc/fort/36151-Doorman.xml create mode 100644 data/templates/npc/fort/36152-Doorman.xml create mode 100644 data/templates/npc/fort/36160-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36163-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36166-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36168-Ballista.xml create mode 100644 data/templates/npc/fort/36172-Foreman.xml create mode 100644 data/templates/npc/fort/36173-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36177-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36179-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36182-Doorman.xml create mode 100644 data/templates/npc/fort/36183-Doorman.xml create mode 100644 data/templates/npc/fort/36184-Doorman.xml create mode 100644 data/templates/npc/fort/36196-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36199-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36202-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36204-General.xml create mode 100644 data/templates/npc/fort/36206-Ballista.xml create mode 100644 data/templates/npc/fort/36210-Foreman.xml create mode 100644 data/templates/npc/fort/36211-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36215-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36217-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36220-Doorman.xml create mode 100644 data/templates/npc/fort/36221-Doorman.xml create mode 100644 data/templates/npc/fort/36222-Doorman.xml create mode 100644 data/templates/npc/fort/36234-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36237-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36240-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36242-General.xml create mode 100644 data/templates/npc/fort/36244-Ballista.xml create mode 100644 data/templates/npc/fort/36248-Foreman.xml create mode 100644 data/templates/npc/fort/36249-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36253-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36255-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36258-Doorman.xml create mode 100644 data/templates/npc/fort/36259-Doorman.xml create mode 100644 data/templates/npc/fort/36260-Doorman.xml create mode 100644 data/templates/npc/fort/36272-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36275-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36278-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36280-General.xml create mode 100644 data/templates/npc/fort/36282-Ballista.xml create mode 100644 data/templates/npc/fort/36286-Foreman.xml create mode 100644 data/templates/npc/fort/36287-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36290-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36292-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36295-Doorman.xml create mode 100644 data/templates/npc/fort/36296-Doorman.xml create mode 100644 data/templates/npc/fort/36297-Doorman.xml create mode 100644 data/templates/npc/fort/36305-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36308-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36311-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36313-Ballista.xml create mode 100644 data/templates/npc/fort/36317-Foreman.xml create mode 100644 data/templates/npc/fort/36318-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36322-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36324-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36327-Doorman.xml create mode 100644 data/templates/npc/fort/36328-Doorman.xml create mode 100644 data/templates/npc/fort/36329-Doorman.xml create mode 100644 data/templates/npc/fort/36341-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36344-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36347-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36349-General.xml create mode 100644 data/templates/npc/fort/36351-Ballista.xml create mode 100644 data/templates/npc/fort/36355-Foreman.xml create mode 100644 data/templates/npc/fort/36356-SuspiciousMerchant.xml create mode 100644 data/templates/npc/fort/36360-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36362-LogisticsOfficer.xml create mode 100644 data/templates/npc/fort/36365-Doorman.xml create mode 100644 data/templates/npc/fort/36366-Doorman.xml create mode 100644 data/templates/npc/fort/36367-Doorman.xml create mode 100644 data/templates/npc/fort/36379-GuardCaptain.xml create mode 100644 data/templates/npc/fort/36382-SupportUnitCaptain.xml create mode 100644 data/templates/npc/fort/36385-ArcherCaptain.xml create mode 100644 data/templates/npc/fort/36387-General.xml create mode 100644 data/templates/npc/fort/36389-Ballista.xml create mode 100644 data/templates/npc/fort/36393-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36394-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36395-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36396-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36397-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36398-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36399-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36400-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36401-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36433-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36434-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36435-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36436-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36437-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36438-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36439-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36440-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36441-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36442-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36443-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36444-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36445-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36446-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36447-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36448-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36449-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36450-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36451-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36452-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36453-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36454-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36455-SpecialEnvoy.xml create mode 100644 data/templates/npc/fort/36457-WyvernManager.xml create mode 100644 data/templates/npc/fort/36458-WyvernManager.xml create mode 100644 data/templates/npc/fort/36459-WyvernManager.xml create mode 100644 data/templates/npc/fort/36460-WyvernManager.xml create mode 100644 data/templates/npc/fort/36461-WyvernManager.xml create mode 100644 data/templates/npc/fort/36462-WyvernManager.xml create mode 100644 data/templates/npc/fort/36463-WyvernManager.xml create mode 100644 data/templates/npc/fort/36464-WyvernManager.xml create mode 100644 data/templates/npc/fort/36465-WyvernManager.xml create mode 100644 data/templates/npc/fort/36466-WyvernManager.xml create mode 100644 data/templates/npc/fort/36467-WyvernManager.xml create mode 100644 data/templates/npc/fort/36468-WyvernManager.xml create mode 100644 data/templates/npc/fort/36469-WyvernManager.xml create mode 100644 data/templates/npc/fort/36470-WyvernManager.xml create mode 100644 data/templates/npc/fort/36471-WyvernManager.xml create mode 100644 data/templates/npc/fort/36472-WyvernManager.xml create mode 100644 data/templates/npc/fort/36473-WyvernManager.xml create mode 100644 data/templates/npc/fort/36474-WyvernManager.xml create mode 100644 data/templates/npc/fort/36475-WyvernManager.xml create mode 100644 data/templates/npc/fort/36476-WyvernManager.xml create mode 100644 data/templates/npc/fort/36477-WyvernManager.xml create mode 100644 data/templates/npc/friendlymob/31845-BloodyPixy.xml create mode 100644 data/templates/npc/friendlymob/31848-Pixy.xml create mode 100644 data/templates/npc/friendlymob/31850-BlightTreant.xml create mode 100644 data/templates/npc/friendlymob/31851-Treant.xml create mode 100644 data/templates/npc/friendlymob/31853-TreantBremec.xml create mode 100644 data/templates/npc/grandboss/29001-QueenAnt.xml create mode 100644 data/templates/npc/grandboss/29006-Core.xml create mode 100644 data/templates/npc/grandboss/29014-Orfen.xml create mode 100644 data/templates/npc/grandboss/29019-Antharas.xml create mode 100644 data/templates/npc/grandboss/29020-Baium.xml create mode 100644 data/templates/npc/grandboss/29022-Zaken.xml create mode 100644 data/templates/npc/grandboss/29028-Valakas.xml create mode 100644 data/templates/npc/grandboss/29045-Frintezza.xml create mode 100644 data/templates/npc/grandboss/29046-ScarletVanHalisha.xml create mode 100644 data/templates/npc/grandboss/29047-ScarletVanHalisha.xml create mode 100644 data/templates/npc/grandboss/29066-Antharas.xml create mode 100644 data/templates/npc/grandboss/29067-Antharas.xml create mode 100644 data/templates/npc/grandboss/29068-Antharas.xml create mode 100644 data/templates/npc/grandboss/29099-Baylor.xml create mode 100644 data/templates/npc/grandboss/29118-Beleth.xml create mode 100644 data/templates/npc/grandboss/29150-Ekimus.xml create mode 100644 data/templates/npc/grandboss/29163-Tiat.xml create mode 100644 data/templates/npc/grandboss/29175-Tiat.xml create mode 100644 data/templates/npc/grandboss/29176-Zaken.xml create mode 100644 data/templates/npc/grandboss/29177-Freya.xml create mode 100644 data/templates/npc/grandboss/29178-Freya.xml create mode 100644 data/templates/npc/grandboss/29179-Freya.xml create mode 100644 data/templates/npc/grandboss/29180-Freya.xml create mode 100644 data/templates/npc/grandboss/29181-Zaken.xml create mode 100644 data/templates/npc/grandboss/29186-Balor.xml create mode 100644 data/templates/npc/guard/30039-Gilbert.xml create mode 100644 data/templates/npc/guard/30040-Leon.xml create mode 100644 data/templates/npc/guard/30041-Arnold.xml create mode 100644 data/templates/npc/guard/30042-Abellos.xml create mode 100644 data/templates/npc/guard/30043-Johnstone.xml create mode 100644 data/templates/npc/guard/30044-Chiperan.xml create mode 100644 data/templates/npc/guard/30045-Kenyos.xml create mode 100644 data/templates/npc/guard/30046-Hanks.xml create mode 100644 data/templates/npc/guard/30071-Lucas.xml create mode 100644 data/templates/npc/guard/30072-Metty.xml create mode 100644 data/templates/npc/guard/30073-Jacob.xml create mode 100644 data/templates/npc/guard/30074-Harlan.xml create mode 100644 data/templates/npc/guard/30075-Xaber.xml create mode 100644 data/templates/npc/guard/30076-Liam.xml create mode 100644 data/templates/npc/guard/30121-Jeronin.xml create mode 100644 data/templates/npc/guard/30122-Bane.xml create mode 100644 data/templates/npc/guard/30123-Vesa.xml create mode 100644 data/templates/npc/guard/30124-Zerome.xml create mode 100644 data/templates/npc/guard/30125-Belton.xml create mode 100644 data/templates/npc/guard/30126-Rath.xml create mode 100644 data/templates/npc/guard/30128-Atanas.xml create mode 100644 data/templates/npc/guard/30196-Mouen.xml create mode 100644 data/templates/npc/guard/30197-Hector.xml create mode 100644 data/templates/npc/guard/30198-Jerin.xml create mode 100644 data/templates/npc/guard/30199-Yates.xml create mode 100644 data/templates/npc/guard/30200-Stan.xml create mode 100644 data/templates/npc/guard/30201-Pinaps.xml create mode 100644 data/templates/npc/guard/30216-Wheeler.xml create mode 100644 data/templates/npc/guard/30217-Berros.xml create mode 100644 data/templates/npc/guard/30218-Kendell.xml create mode 100644 data/templates/npc/guard/30219-Veltress.xml create mode 100644 data/templates/npc/guard/30220-Starden.xml create mode 100644 data/templates/npc/guard/30221-Rayen.xml create mode 100644 data/templates/npc/guard/30224-Rayla.xml create mode 100644 data/templates/npc/guard/30284-Alberius.xml create mode 100644 data/templates/npc/guard/30285-Gartrandell.xml create mode 100644 data/templates/npc/guard/30331-Toma.xml create mode 100644 data/templates/npc/guard/30332-Bathis.xml create mode 100644 data/templates/npc/guard/30333-Praga.xml create mode 100644 data/templates/npc/guard/30334-Babenco.xml create mode 100644 data/templates/npc/guard/30335-Brynn.xml create mode 100644 data/templates/npc/guard/30336-Curtis.xml create mode 100644 data/templates/npc/guard/30337-Moretti.xml create mode 100644 data/templates/npc/guard/30338-Melville.xml create mode 100644 data/templates/npc/guard/30346-Kayleen.xml create mode 100644 data/templates/npc/guard/30347-Marion.xml create mode 100644 data/templates/npc/guard/30348-Nelsya.xml create mode 100644 data/templates/npc/guard/30349-Jenna.xml create mode 100644 data/templates/npc/guard/30355-Roselyn.xml create mode 100644 data/templates/npc/guard/30356-Altima.xml create mode 100644 data/templates/npc/guard/30357-Kristin.xml create mode 100644 data/templates/npc/guard/30379-Bezique.xml create mode 100644 data/templates/npc/guard/30380-Plink.xml create mode 100644 data/templates/npc/guard/30381-Alvah.xml create mode 100644 data/templates/npc/guard/30382-Leikan.xml create mode 100644 data/templates/npc/guard/30383-Scott.xml create mode 100644 data/templates/npc/guard/30384-Linus.xml create mode 100644 data/templates/npc/guard/30385-Weisz.xml create mode 100644 data/templates/npc/guard/30386-Luis.xml create mode 100644 data/templates/npc/guard/30430-Trionell.xml create mode 100644 data/templates/npc/guard/30431-Eriel.xml create mode 100644 data/templates/npc/guard/30432-Irene.xml create mode 100644 data/templates/npc/guard/30433-Kathaway.xml create mode 100644 data/templates/npc/guard/30452-Kurt.xml create mode 100644 data/templates/npc/guard/30465-Herven.xml create mode 100644 data/templates/npc/guard/30466-Bright.xml create mode 100644 data/templates/npc/guard/30478-Reikin.xml create mode 100644 data/templates/npc/guard/30541-Paion.xml create mode 100644 data/templates/npc/guard/30542-Runant.xml create mode 100644 data/templates/npc/guard/30543-Ethan.xml create mode 100644 data/templates/npc/guard/30544-Cromwell.xml create mode 100644 data/templates/npc/guard/30545-Proton.xml create mode 100644 data/templates/npc/guard/30546-Dinkey.xml create mode 100644 data/templates/npc/guard/30547-Tardyon.xml create mode 100644 data/templates/npc/guard/30548-Nathan.xml create mode 100644 data/templates/npc/guard/30577-Rukain.xml create mode 100644 data/templates/npc/guard/30578-Nakusin.xml create mode 100644 data/templates/npc/guard/30579-Tamai.xml create mode 100644 data/templates/npc/guard/30580-Parugon.xml create mode 100644 data/templates/npc/guard/30581-Orinak.xml create mode 100644 data/templates/npc/guard/30582-Tiku.xml create mode 100644 data/templates/npc/guard/30583-Petukai.xml create mode 100644 data/templates/npc/guard/30584-Vapook.xml create mode 100644 data/templates/npc/guard/30707-Raigen.xml create mode 100644 data/templates/npc/guard/30708-Nasign.xml create mode 100644 data/templates/npc/guard/30709-Norton.xml create mode 100644 data/templates/npc/guard/30710-Weston.xml create mode 100644 data/templates/npc/guard/30711-Byron.xml create mode 100644 data/templates/npc/guard/30712-Makhis.xml create mode 100644 data/templates/npc/guard/30713-Gardner.xml create mode 100644 data/templates/npc/guard/30714-Paros.xml create mode 100644 data/templates/npc/guard/30723-Roy.xml create mode 100644 data/templates/npc/guard/30724-Tavillian.xml create mode 100644 data/templates/npc/guard/30725-Yening.xml create mode 100644 data/templates/npc/guard/30726-Tebose.xml create mode 100644 data/templates/npc/guard/30733-Guard.xml create mode 100644 data/templates/npc/guard/30870-Kurtiz.xml create mode 100644 data/templates/npc/guard/30871-Bret.xml create mode 100644 data/templates/npc/guard/30872-Conroy.xml create mode 100644 data/templates/npc/guard/30873-Coleman.xml create mode 100644 data/templates/npc/guard/30874-Aldis.xml create mode 100644 data/templates/npc/guard/30875-Carlton.xml create mode 100644 data/templates/npc/guard/30876-Eastan.xml create mode 100644 data/templates/npc/guard/30877-Grayson.xml create mode 100644 data/templates/npc/guard/30880-ViktorVanDake.xml create mode 100644 data/templates/npc/guard/30881-Sanders.xml create mode 100644 data/templates/npc/guard/30882-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30883-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30884-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30885-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30886-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30887-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30888-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30889-FrontierGuard.xml create mode 100644 data/templates/npc/guard/30916-Gosta.xml create mode 100644 data/templates/npc/guard/30917-Dupuis.xml create mode 100644 data/templates/npc/guard/30918-Kent.xml create mode 100644 data/templates/npc/guard/30919-Rodic.xml create mode 100644 data/templates/npc/guard/30920-Kraisen.xml create mode 100644 data/templates/npc/guard/30921-Timos.xml create mode 100644 data/templates/npc/guard/30922-Cage.xml create mode 100644 data/templates/npc/guard/30923-Dunst.xml create mode 100644 data/templates/npc/guard/31032-Guard.xml create mode 100644 data/templates/npc/guard/31033-Sentinel.xml create mode 100644 data/templates/npc/guard/31034-Sentry.xml create mode 100644 data/templates/npc/guard/31035-Defender.xml create mode 100644 data/templates/npc/guard/31036-Centurion.xml create mode 100644 data/templates/npc/guard/31292-Andrei.xml create mode 100644 data/templates/npc/guard/31293-Gunter.xml create mode 100644 data/templates/npc/guard/31294-Sven.xml create mode 100644 data/templates/npc/guard/31295-Henrik.xml create mode 100644 data/templates/npc/guard/31296-Cadmon.xml create mode 100644 data/templates/npc/guard/31297-Bayard.xml create mode 100644 data/templates/npc/guard/31298-Ulrich.xml create mode 100644 data/templates/npc/guard/31299-Eugen.xml create mode 100644 data/templates/npc/guard/31340-Mathias.xml create mode 100644 data/templates/npc/guard/31341-Richtor.xml create mode 100644 data/templates/npc/guard/31342-Dimitri.xml create mode 100644 data/templates/npc/guard/31343-Bellard.xml create mode 100644 data/templates/npc/guard/31344-Schmidt.xml create mode 100644 data/templates/npc/guard/31345-Ian.xml create mode 100644 data/templates/npc/guard/31346-Sirius.xml create mode 100644 data/templates/npc/guard/31347-Burke.xml create mode 100644 data/templates/npc/guard/31400-DummySwordGuard.xml create mode 100644 data/templates/npc/guard/31401-DummyBowGuard.xml create mode 100644 data/templates/npc/guard/31671-Patrol.xml create mode 100644 data/templates/npc/guard/31672-Patrol.xml create mode 100644 data/templates/npc/guard/31673-Patrol.xml create mode 100644 data/templates/npc/guard/31674-Patrol.xml create mode 100644 data/templates/npc/guard/31675-ViktorVanDeik.xml create mode 100644 data/templates/npc/guard/31677-BorderPatrol.xml create mode 100644 data/templates/npc/guard/31678-BorderPatrol.xml create mode 100644 data/templates/npc/guard/31681-FrontierGuard.xml create mode 100644 data/templates/npc/guard/31682-FrontierGuard.xml create mode 100644 data/templates/npc/guard/31981-Vishotsky.xml create mode 100644 data/templates/npc/guard/31982-Glen.xml create mode 100644 data/templates/npc/guard/31983-Friggar.xml create mode 100644 data/templates/npc/guard/31984-Sherring.xml create mode 100644 data/templates/npc/guard/31985-Kosmos.xml create mode 100644 data/templates/npc/guard/31986-Erstack.xml create mode 100644 data/templates/npc/guard/31987-Gotter.xml create mode 100644 data/templates/npc/guard/31988-Singa.xml create mode 100644 data/templates/npc/guard/32136-Basil.xml create mode 100644 data/templates/npc/guard/32137-Sucrete.xml create mode 100644 data/templates/npc/guard/32174-Maddy.xml create mode 100644 data/templates/npc/guard/32175-Bixon.xml create mode 100644 data/templates/npc/guard/32176-Ambra.xml create mode 100644 data/templates/npc/guard/32177-Syzar.xml create mode 100644 data/templates/npc/guard/32178-Carver.xml create mode 100644 data/templates/npc/guard/32179-Putin.xml create mode 100644 data/templates/npc/guard/32180-Kato.xml create mode 100644 data/templates/npc/guard/32185-Peregrine.xml create mode 100644 data/templates/npc/guard/32188-Morelin.xml create mode 100644 data/templates/npc/guard/32192-Falken.xml create mode 100644 data/templates/npc/guard/32335-Marksman.xml create mode 100644 data/templates/npc/guard/32336-Marksman.xml create mode 100644 data/templates/npc/guard/32479-Adios.xml create mode 100644 data/templates/npc/guard/32480-Ronde.xml create mode 100644 data/templates/npc/guard/32481-Saige.xml create mode 100644 data/templates/npc/guard/32482-Emdrere.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32139-Casca.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32140-Zenya.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32145-Maynard.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32146-Valpor.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32193-Yeniche.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32196-Gershwin.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32199-Holst.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32202-Khadava.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32205-Aetonic.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32206-Pieche.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32209-Ferdinand.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32210-Eddy.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32213-Vitus.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32214-Meldina.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32217-Barta.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32218-Miya.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32221-Brome.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32222-Liane.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32225-Taine.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32226-Raula.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32229-Hagel.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32230-Ceci.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32233-Zoldart.xml create mode 100644 data/templates/npc/kamaelvillagemaster/32234-Nizer.xml create mode 100644 data/templates/npc/manormanager/35103-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35145-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35187-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35229-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35230-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35231-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35277-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35319-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35366-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35512-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35558-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35644-ManorManager.xml create mode 100644 data/templates/npc/manormanager/35645-ManorManager.xml create mode 100644 data/templates/npc/manormanager/36456-ManorManager.xml create mode 100644 data/templates/npc/mercenarymanager/36481-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36482-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36483-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36484-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36485-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36486-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36487-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36488-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36489-MercenaryCaptain.xml create mode 100644 data/templates/npc/mercenarymanager/36490-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36491-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36492-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36493-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36494-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36495-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36496-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36497-TerritoryManager.xml create mode 100644 data/templates/npc/mercenarymanager/36498-TerritoryManager.xml create mode 100644 data/templates/npc/merchant/30001-Lector.xml create mode 100644 data/templates/npc/merchant/30002-Jackson.xml create mode 100644 data/templates/npc/merchant/30003-Silvia.xml create mode 100644 data/templates/npc/merchant/30004-Katerina.xml create mode 100644 data/templates/npc/merchant/30047-Firon.xml create mode 100644 data/templates/npc/merchant/30060-Sabrin.xml create mode 100644 data/templates/npc/merchant/30061-Casey.xml create mode 100644 data/templates/npc/merchant/30062-Sonia.xml create mode 100644 data/templates/npc/merchant/30063-Lara.xml create mode 100644 data/templates/npc/merchant/30078-Pano.xml create mode 100644 data/templates/npc/merchant/30081-Helvetia.xml create mode 100644 data/templates/npc/merchant/30082-Denkus.xml create mode 100644 data/templates/npc/merchant/30084-Graham.xml create mode 100644 data/templates/npc/merchant/30085-Stanford.xml create mode 100644 data/templates/npc/merchant/30087-Peta.xml create mode 100644 data/templates/npc/merchant/30088-Radia.xml create mode 100644 data/templates/npc/merchant/30090-Sandra.xml create mode 100644 data/templates/npc/merchant/30091-Ellie.xml create mode 100644 data/templates/npc/merchant/30093-Groot.xml create mode 100644 data/templates/npc/merchant/30094-Gentler.xml create mode 100644 data/templates/npc/merchant/30097-Galladucci.xml create mode 100644 data/templates/npc/merchant/30098-Alexandria.xml create mode 100644 data/templates/npc/merchant/30135-Iria.xml create mode 100644 data/templates/npc/merchant/30136-Payne.xml create mode 100644 data/templates/npc/merchant/30137-Vollodos.xml create mode 100644 data/templates/npc/merchant/30138-Minaless.xml create mode 100644 data/templates/npc/merchant/30147-Unoren.xml create mode 100644 data/templates/npc/merchant/30148-Ariel.xml create mode 100644 data/templates/npc/merchant/30149-Creamees.xml create mode 100644 data/templates/npc/merchant/30150-Herbiel.xml create mode 100644 data/templates/npc/merchant/30163-Rex.xml create mode 100644 data/templates/npc/merchant/30164-Ian.xml create mode 100644 data/templates/npc/merchant/30165-Ralford.xml create mode 100644 data/templates/npc/merchant/30166-Wesley.xml create mode 100644 data/templates/npc/merchant/30178-Zenkin.xml create mode 100644 data/templates/npc/merchant/30179-Raudia.xml create mode 100644 data/templates/npc/merchant/30180-Sara.xml create mode 100644 data/templates/npc/merchant/30181-Galibredo.xml create mode 100644 data/templates/npc/merchant/30207-Arodin.xml create mode 100644 data/templates/npc/merchant/30208-Damion.xml create mode 100644 data/templates/npc/merchant/30209-Colleen.xml create mode 100644 data/templates/npc/merchant/30230-Edroc.xml create mode 100644 data/templates/npc/merchant/30231-Garette.xml create mode 100644 data/templates/npc/merchant/30253-Simplon.xml create mode 100644 data/templates/npc/merchant/30254-Harmony.xml create mode 100644 data/templates/npc/merchant/30294-Varan.xml create mode 100644 data/templates/npc/merchant/30301-Hally.xml create mode 100644 data/templates/npc/merchant/30313-Asha.xml create mode 100644 data/templates/npc/merchant/30314-Nestle.xml create mode 100644 data/templates/npc/merchant/30315-Poesia.xml create mode 100644 data/templates/npc/merchant/30321-Sydnia.xml create mode 100644 data/templates/npc/merchant/30387-Clancy.xml create mode 100644 data/templates/npc/merchant/30420-Tyra.xml create mode 100644 data/templates/npc/merchant/30436-Sarien.xml create mode 100644 data/templates/npc/merchant/30437-Rolento.xml create mode 100644 data/templates/npc/merchant/30516-Reep.xml create mode 100644 data/templates/npc/merchant/30517-Shari.xml create mode 100644 data/templates/npc/merchant/30518-Garita.xml create mode 100644 data/templates/npc/merchant/30519-Mion.xml create mode 100644 data/templates/npc/merchant/30558-Jakal.xml create mode 100644 data/templates/npc/merchant/30559-Kunai.xml create mode 100644 data/templates/npc/merchant/30560-Uska.xml create mode 100644 data/templates/npc/merchant/30561-Papuma.xml create mode 100644 data/templates/npc/merchant/30684-Viktor.xml create mode 100644 data/templates/npc/merchant/30834-Cema.xml create mode 100644 data/templates/npc/merchant/30837-Woodrow.xml create mode 100644 data/templates/npc/merchant/30838-Woodley.xml create mode 100644 data/templates/npc/merchant/30839-Holly.xml create mode 100644 data/templates/npc/merchant/30840-Lorenzo.xml create mode 100644 data/templates/npc/merchant/30841-Carson.xml create mode 100644 data/templates/npc/merchant/30842-Alexis.xml create mode 100644 data/templates/npc/merchant/30879-Felton.xml create mode 100644 data/templates/npc/merchant/30890-Espen.xml create mode 100644 data/templates/npc/merchant/30891-Verona.xml create mode 100644 data/templates/npc/merchant/30892-Enverun.xml create mode 100644 data/templates/npc/merchant/30893-Payel.xml create mode 100644 data/templates/npc/merchant/30924-Nedy.xml create mode 100644 data/templates/npc/merchant/31044-Galman.xml create mode 100644 data/templates/npc/merchant/31045-Kitzka.xml create mode 100644 data/templates/npc/merchant/31256-Leon.xml create mode 100644 data/templates/npc/merchant/31257-Veronica.xml create mode 100644 data/templates/npc/merchant/31258-Helmut.xml create mode 100644 data/templates/npc/merchant/31259-Janne.xml create mode 100644 data/templates/npc/merchant/31260-Judith.xml create mode 100644 data/templates/npc/merchant/31261-Renee.xml create mode 100644 data/templates/npc/merchant/31262-Rupert.xml create mode 100644 data/templates/npc/merchant/31263-Liesel.xml create mode 100644 data/templates/npc/merchant/31273-Borodin.xml create mode 100644 data/templates/npc/merchant/31274-Fundin.xml create mode 100644 data/templates/npc/merchant/31291-Terava.xml create mode 100644 data/templates/npc/merchant/31300-Drumond.xml create mode 100644 data/templates/npc/merchant/31301-Nils.xml create mode 100644 data/templates/npc/merchant/31302-Vladimir.xml create mode 100644 data/templates/npc/merchant/31303-Alisha.xml create mode 100644 data/templates/npc/merchant/31304-Astrid.xml create mode 100644 data/templates/npc/merchant/31305-Candice.xml create mode 100644 data/templates/npc/merchant/31306-Natasha.xml create mode 100644 data/templates/npc/merchant/31307-Weber.xml create mode 100644 data/templates/npc/merchant/31318-Greta.xml create mode 100644 data/templates/npc/merchant/31319-Hans.xml create mode 100644 data/templates/npc/merchant/31351-Volker.xml create mode 100644 data/templates/npc/merchant/31366-FeedSeller.xml create mode 100644 data/templates/npc/merchant/31373-Atan.xml create mode 100644 data/templates/npc/merchant/31375-Jumara.xml create mode 100644 data/templates/npc/merchant/31380-Diyabu.xml create mode 100644 data/templates/npc/merchant/31382-Shikon.xml create mode 100644 data/templates/npc/merchant/31386-Violet.xml create mode 100644 data/templates/npc/merchant/31413-Antonio.xml create mode 100644 data/templates/npc/merchant/31414-Lynn.xml create mode 100644 data/templates/npc/merchant/31415-Triya.xml create mode 100644 data/templates/npc/merchant/31416-Aren.xml create mode 100644 data/templates/npc/merchant/31417-Berynel.xml create mode 100644 data/templates/npc/merchant/31418-Rouke.xml create mode 100644 data/templates/npc/merchant/31419-Lorel.xml create mode 100644 data/templates/npc/merchant/31420-Tomanel.xml create mode 100644 data/templates/npc/merchant/31421-Ratriya.xml create mode 100644 data/templates/npc/merchant/31422-Migel.xml create mode 100644 data/templates/npc/merchant/31423-Romas.xml create mode 100644 data/templates/npc/merchant/31424-Shantra.xml create mode 100644 data/templates/npc/merchant/31425-Koram.xml create mode 100644 data/templates/npc/merchant/31426-Jaka.xml create mode 100644 data/templates/npc/merchant/31427-Urgal.xml create mode 100644 data/templates/npc/merchant/31428-Shafa.xml create mode 100644 data/templates/npc/merchant/31429-Shitara.xml create mode 100644 data/templates/npc/merchant/31430-Donai.xml create mode 100644 data/templates/npc/merchant/31431-Karai.xml create mode 100644 data/templates/npc/merchant/31432-Reeya.xml create mode 100644 data/templates/npc/merchant/31433-Ronaldo.xml create mode 100644 data/templates/npc/merchant/31434-Shaling.xml create mode 100644 data/templates/npc/merchant/31435-Daeger.xml create mode 100644 data/templates/npc/merchant/31436-Dani.xml create mode 100644 data/templates/npc/merchant/31437-Luka.xml create mode 100644 data/templates/npc/merchant/31438-Lara.xml create mode 100644 data/templates/npc/merchant/31439-Rogen.xml create mode 100644 data/templates/npc/merchant/31440-Lanna.xml create mode 100644 data/templates/npc/merchant/31441-Gordo.xml create mode 100644 data/templates/npc/merchant/31442-Kiki.xml create mode 100644 data/templates/npc/merchant/31443-Raban.xml create mode 100644 data/templates/npc/merchant/31444-Cona.xml create mode 100644 data/templates/npc/merchant/31445-Shutner.xml create mode 100644 data/templates/npc/merchant/31666-Lumen.xml create mode 100644 data/templates/npc/merchant/31667-Raik.xml create mode 100644 data/templates/npc/merchant/31668-Tangen.xml create mode 100644 data/templates/npc/merchant/31669-Onyx.xml create mode 100644 data/templates/npc/merchant/31670-Burns.xml create mode 100644 data/templates/npc/merchant/31945-Auzendorff.xml create mode 100644 data/templates/npc/merchant/31946-Hombre.xml create mode 100644 data/templates/npc/merchant/31947-Owaki.xml create mode 100644 data/templates/npc/merchant/31948-Adrian.xml create mode 100644 data/templates/npc/merchant/31949-Rouge.xml create mode 100644 data/templates/npc/merchant/31950-Mailland.xml create mode 100644 data/templates/npc/merchant/31951-Jose.xml create mode 100644 data/templates/npc/merchant/31952-Pele.xml create mode 100644 data/templates/npc/merchant/31962-Altair.xml create mode 100644 data/templates/npc/merchant/31963-Hitchi.xml create mode 100644 data/templates/npc/merchant/31973-Raheel.xml create mode 100644 data/templates/npc/merchant/31980-Rumba.xml create mode 100644 data/templates/npc/merchant/32105-Dinn.xml create mode 100644 data/templates/npc/merchant/32106-Singsing.xml create mode 100644 data/templates/npc/merchant/32164-Erinu.xml create mode 100644 data/templates/npc/merchant/32165-Zakone.xml create mode 100644 data/templates/npc/merchant/32166-Trevor.xml create mode 100644 data/templates/npc/merchant/32167-Nika.xml create mode 100644 data/templates/npc/merchant/32168-Zenith.xml create mode 100644 data/templates/npc/merchant/32169-Mila.xml create mode 100644 data/templates/npc/merchant/32347-Shadai.xml create mode 100644 data/templates/npc/merchant/32359-Lahm.xml create mode 100644 data/templates/npc/merchant/32546-Asyatei.xml create mode 100644 data/templates/npc/merchant/32610-OlfKanore.xml create mode 100644 data/templates/npc/merchant/32612-OlfAdams.xml create mode 100644 data/templates/npc/merchantsummon/13128-GolemTrader.xml create mode 100644 data/templates/npc/mercmanager/35102-Greenspan.xml create mode 100644 data/templates/npc/mercmanager/35144-MercenaryManagerSanford.xml create mode 100644 data/templates/npc/mercmanager/35186-Arvid.xml create mode 100644 data/templates/npc/mercmanager/35228-Morrison.xml create mode 100644 data/templates/npc/mercmanager/35276-Eldon.xml create mode 100644 data/templates/npc/mercmanager/35318-Solinus.xml create mode 100644 data/templates/npc/mercmanager/35365-Rowell.xml create mode 100644 data/templates/npc/mercmanager/35511-Gompus.xml create mode 100644 data/templates/npc/mercmanager/35557-Kendrew.xml create mode 100644 data/templates/npc/misc/13007-SpecialChristmasTree.xml create mode 100644 data/templates/npc/monster/13034-SuperHugePig.xml create mode 100644 data/templates/npc/monster/13097.xml create mode 100644 data/templates/npc/monster/13148-Lindvior.xml create mode 100644 data/templates/npc/monster/16019-TinyBabyBuffalo.xml create mode 100644 data/templates/npc/monster/16020-TameTinyBabyBuffalo.xml create mode 100644 data/templates/npc/monster/16021-TinyBabyCougar.xml create mode 100644 data/templates/npc/monster/16022-TameTinyBabyCougar.xml create mode 100644 data/templates/npc/monster/16023-TinyBabyKookaburra.xml create mode 100644 data/templates/npc/monster/16024-TameTinyBabyKookaburra.xml create mode 100644 data/templates/npc/monster/18001-BloodQueen.xml create mode 100644 data/templates/npc/monster/18002-BloodQueen.xml create mode 100644 data/templates/npc/monster/18003-BeardedKeltir.xml create mode 100644 data/templates/npc/monster/18004-SusceptorPrime.xml create mode 100644 data/templates/npc/monster/18005-Mimic.xml create mode 100644 data/templates/npc/monster/18006-MarukLord.xml create mode 100644 data/templates/npc/monster/18007-LimalKarinness.xml create mode 100644 data/templates/npc/monster/18008-Karik.xml create mode 100644 data/templates/npc/monster/18009-OfferingOfBrandedElder.xml create mode 100644 data/templates/npc/monster/18010-OfferingOfTheBranded.xml create mode 100644 data/templates/npc/monster/18011-OfferingOfBrandedArcher.xml create mode 100644 data/templates/npc/monster/18012-OfferingOfBrandedWarrior.xml create mode 100644 data/templates/npc/monster/18013-OfferingOfBrandedFollower.xml create mode 100644 data/templates/npc/monster/18014-OfferingOfBrandedBerserker.xml create mode 100644 data/templates/npc/monster/18015-OfferingOfBrandedZealot.xml create mode 100644 data/templates/npc/monster/18016-OfferingOfBrandedMarksman.xml create mode 100644 data/templates/npc/monster/18017-OfferingOfBrandedDisciple.xml create mode 100644 data/templates/npc/monster/18018-OfferingOfBrandedSaint.xml create mode 100644 data/templates/npc/monster/18019-ApostateSOfferingElder.xml create mode 100644 data/templates/npc/monster/18020-ApostateSOffering.xml create mode 100644 data/templates/npc/monster/18021-ApostateSOfferingArcher.xml create mode 100644 data/templates/npc/monster/18022-ApostateSOfferingWarrior.xml create mode 100644 data/templates/npc/monster/18023-ApostateSOfferingFollower.xml create mode 100644 data/templates/npc/monster/18024-ApostateSOfferingBerserker.xml create mode 100644 data/templates/npc/monster/18025-ApostateSOfferingZealot.xml create mode 100644 data/templates/npc/monster/18026-ApostateSOfferingMarksman.xml create mode 100644 data/templates/npc/monster/18027-ApostateSOfferingDisciple.xml create mode 100644 data/templates/npc/monster/18028-ApostateSOfferingSaint.xml create mode 100644 data/templates/npc/monster/18029-WitchSOfferingElder.xml create mode 100644 data/templates/npc/monster/18030-WitchSOffering.xml create mode 100644 data/templates/npc/monster/18031-WitchSOfferingArcher.xml create mode 100644 data/templates/npc/monster/18032-WitchSOfferingWarrior.xml create mode 100644 data/templates/npc/monster/18033-WitchSOfferingFollower.xml create mode 100644 data/templates/npc/monster/18034-WitchSOfferingBerserker.xml create mode 100644 data/templates/npc/monster/18035-WitchSOfferingZealot.xml create mode 100644 data/templates/npc/monster/18036-WitchSOfferingMarksman.xml create mode 100644 data/templates/npc/monster/18037-WitchSOfferingDisciple.xml create mode 100644 data/templates/npc/monster/18038-WitchSOfferingSaint.xml create mode 100644 data/templates/npc/monster/18039-DarkOmenOfferingElder.xml create mode 100644 data/templates/npc/monster/18040-DarkOmenOffering.xml create mode 100644 data/templates/npc/monster/18041-DarkOmenOfferingArcher.xml create mode 100644 data/templates/npc/monster/18042-DarkOmenOfferingWarrior.xml create mode 100644 data/templates/npc/monster/18043-DarkOmenOfferingFollower.xml create mode 100644 data/templates/npc/monster/18044-DarkOmenOfferingBerserker.xml create mode 100644 data/templates/npc/monster/18045-DarkOmenOfferingZealot.xml create mode 100644 data/templates/npc/monster/18046-DarkOmenOfferingMarksman.xml create mode 100644 data/templates/npc/monster/18047-DarkOmenOfferingDisciple.xml create mode 100644 data/templates/npc/monster/18048-DarkOmenOfferingSaint.xml create mode 100644 data/templates/npc/monster/18049-OfferingOfForbiddenPathElder.xml create mode 100644 data/templates/npc/monster/18050-OfferingOfForbiddenPath.xml create mode 100644 data/templates/npc/monster/18051-OfferingOfForbiddenPathArcher.xml create mode 100644 data/templates/npc/monster/18052-OfferingOfForbiddenPathWarrior.xml create mode 100644 data/templates/npc/monster/18053-OfferingOfForbiddenPathFollower.xml create mode 100644 data/templates/npc/monster/18054-OfferingOfForbiddenPathBerserker.xml create mode 100644 data/templates/npc/monster/18055-OfferingOfForbiddenPathZealot.xml create mode 100644 data/templates/npc/monster/18056-OfferingOfForbiddenPathMarksman.xml create mode 100644 data/templates/npc/monster/18057-OfferingOfForbiddenPathDisciple.xml create mode 100644 data/templates/npc/monster/18058-OfferingOfForbiddenPathSaint.xml create mode 100644 data/templates/npc/monster/18059-OfferingOfBrandedElder.xml create mode 100644 data/templates/npc/monster/18060-OfferingOfTheBranded.xml create mode 100644 data/templates/npc/monster/18061-OfferingOfBrandedArcher.xml create mode 100644 data/templates/npc/monster/18062-OfferingOfBrandedWarrior.xml create mode 100644 data/templates/npc/monster/18063-OfferingOfBrandedFollower.xml create mode 100644 data/templates/npc/monster/18064-OfferingOfBrandedBerserker.xml create mode 100644 data/templates/npc/monster/18065-OfferingOfBrandedZealot.xml create mode 100644 data/templates/npc/monster/18066-OfferingOfBrandedMarksman.xml create mode 100644 data/templates/npc/monster/18067-OfferingOfBrandedDisciple.xml create mode 100644 data/templates/npc/monster/18068-OfferingOfBrandedSaint.xml create mode 100644 data/templates/npc/monster/18069-ApostateSOfferingElder.xml create mode 100644 data/templates/npc/monster/18070-ApostateSOffering.xml create mode 100644 data/templates/npc/monster/18071-ApostateSOfferingArcher.xml create mode 100644 data/templates/npc/monster/18072-ApostateSOfferingWarrior.xml create mode 100644 data/templates/npc/monster/18073-ApostateSOfferingFollower.xml create mode 100644 data/templates/npc/monster/18074-ApostateSOfferingBerserker.xml create mode 100644 data/templates/npc/monster/18075-ApostateSOfferingZealot.xml create mode 100644 data/templates/npc/monster/18076-ApostateSOfferingMarksman.xml create mode 100644 data/templates/npc/monster/18077-ApostateSOfferingDisciple.xml create mode 100644 data/templates/npc/monster/18078-ApostateSOfferingSaint.xml create mode 100644 data/templates/npc/monster/18079-WitchSOfferingElder.xml create mode 100644 data/templates/npc/monster/18080-WitchSOffering.xml create mode 100644 data/templates/npc/monster/18081-WitchSOfferingArcher.xml create mode 100644 data/templates/npc/monster/18082-WitchSOfferingWarrior.xml create mode 100644 data/templates/npc/monster/18083-WitchSOfferingFollower.xml create mode 100644 data/templates/npc/monster/18084-WitchSOfferingBerserker.xml create mode 100644 data/templates/npc/monster/18085-WitchSOfferingZealot.xml create mode 100644 data/templates/npc/monster/18086-WitchSOfferingMarksman.xml create mode 100644 data/templates/npc/monster/18087-WitchSOfferingDisciple.xml create mode 100644 data/templates/npc/monster/18088-WitchSOfferingSaint.xml create mode 100644 data/templates/npc/monster/18089-DarkOmenOfferingElder.xml create mode 100644 data/templates/npc/monster/18090-DarkOmenOffering.xml create mode 100644 data/templates/npc/monster/18091-DarkOmenOfferingArcher.xml create mode 100644 data/templates/npc/monster/18092-DarkOmenOfferingWarrior.xml create mode 100644 data/templates/npc/monster/18093-DarkOmenOfferingFollower.xml create mode 100644 data/templates/npc/monster/18094-DarkOmenOfferingBerserker.xml create mode 100644 data/templates/npc/monster/18095-DarkOmenOfferingZealot.xml create mode 100644 data/templates/npc/monster/18096-DarkOmenOfferingMarksman.xml create mode 100644 data/templates/npc/monster/18097-DarkOmenOfferingDisciple.xml create mode 100644 data/templates/npc/monster/18098-DarkOmenOfferingSaint.xml create mode 100644 data/templates/npc/monster/18099-OfferingOfForbiddenPathElder.xml create mode 100644 data/templates/npc/monster/18100-OfferingOfForbiddenPath.xml create mode 100644 data/templates/npc/monster/18101-OfferingOfForbiddenPathArcher.xml create mode 100644 data/templates/npc/monster/18102-OfferingOfForbiddenPathWarrior.xml create mode 100644 data/templates/npc/monster/18103-OfferingOfForbiddenPathFollower.xml create mode 100644 data/templates/npc/monster/18104-OfferingOfForbiddenPathBerserker.xml create mode 100644 data/templates/npc/monster/18105-OfferingOfForbiddenPathZealot.xml create mode 100644 data/templates/npc/monster/18106-OfferingOfForbiddenPathMarksman.xml create mode 100644 data/templates/npc/monster/18107-OfferingOfForbiddenPathDisciple.xml create mode 100644 data/templates/npc/monster/18108-OfferingOfForbiddenPathSaint.xml create mode 100644 data/templates/npc/monster/18109-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18110-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18111-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18112-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18113-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18114-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18115-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18116-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18117-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18118-TreasuresOfTheFestival.xml create mode 100644 data/templates/npc/monster/18119-CorpseOfDeadman.xml create mode 100644 data/templates/npc/monster/18120-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18121-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18122-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18123-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18124-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18125-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18126-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18127-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18128-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18129-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18130-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18131-HalishaSOfficer.xml create mode 100644 data/templates/npc/monster/18132-ImperialHealer.xml create mode 100644 data/templates/npc/monster/18133-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18134-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18135-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18136-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18137-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18138-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18139-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18140-ImperialMosaic.xml create mode 100644 data/templates/npc/monster/18141-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18142-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18143-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18144-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18145-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18146-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18147-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18148-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18149-BeetleOfGrave.xml create mode 100644 data/templates/npc/monster/18150-Victim.xml create mode 100644 data/templates/npc/monster/18151-Victim.xml create mode 100644 data/templates/npc/monster/18152-Victim.xml create mode 100644 data/templates/npc/monster/18153-Victim.xml create mode 100644 data/templates/npc/monster/18154-Victim.xml create mode 100644 data/templates/npc/monster/18155-Victim.xml create mode 100644 data/templates/npc/monster/18156-Victim.xml create mode 100644 data/templates/npc/monster/18157-Victim.xml create mode 100644 data/templates/npc/monster/18158-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18159-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18160-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18161-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18162-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18163-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18164-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18165-ExecutionerOfHalisha.xml create mode 100644 data/templates/npc/monster/18166-ImperialGuard.xml create mode 100644 data/templates/npc/monster/18167-ImperialGuard.xml create mode 100644 data/templates/npc/monster/18168-ImperialGuard.xml create mode 100644 data/templates/npc/monster/18169-ImperialGuard.xml create mode 100644 data/templates/npc/monster/18170-ImperialGuard.xml create mode 100644 data/templates/npc/monster/18171-ImperialGuard.xml create mode 100644 data/templates/npc/monster/18172-ImperialGuard.xml create mode 100644 data/templates/npc/monster/18173-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18174-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18175-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18176-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18177-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18178-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18179-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18180-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18181-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18182-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18183-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18184-HalishaSForeman.xml create mode 100644 data/templates/npc/monster/18185-EvilAstrologer.xml create mode 100644 data/templates/npc/monster/18186-EvilAstrologer.xml create mode 100644 data/templates/npc/monster/18187-KnightOfDarkness.xml create mode 100644 data/templates/npc/monster/18188-KnightOfDarkness.xml create mode 100644 data/templates/npc/monster/18189-KnightOfDarkness.xml create mode 100644 data/templates/npc/monster/18190-KnightOfDarkness.xml create mode 100644 data/templates/npc/monster/18191-WitchOfDust.xml create mode 100644 data/templates/npc/monster/18192-WitchOfDust.xml create mode 100644 data/templates/npc/monster/18193-WitchOfDust.xml create mode 100644 data/templates/npc/monster/18194-WitchOfDust.xml create mode 100644 data/templates/npc/monster/18195-SignetOfEmperor.xml create mode 100644 data/templates/npc/monster/18196-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18197-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18198-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18199-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18200-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18201-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18202-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18203-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18204-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18205-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18206-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18207-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18208-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18209-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18210-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18211-CharmOfCorner.xml create mode 100644 data/templates/npc/monster/18212-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18213-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18214-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18215-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18216-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18217-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18218-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18219-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/18220-ShamanOfDarkness.xml create mode 100644 data/templates/npc/monster/18221-ShamanOfDarkness.xml create mode 100644 data/templates/npc/monster/18222-AssassinOfDarkness.xml create mode 100644 data/templates/npc/monster/18223-AssassinOfDarkness.xml create mode 100644 data/templates/npc/monster/18224-AssassinOfDarkness.xml create mode 100644 data/templates/npc/monster/18225-AssassinOfDarkness.xml create mode 100644 data/templates/npc/monster/18226-CasterOfDarkness.xml create mode 100644 data/templates/npc/monster/18227-CasterOfDarkness.xml create mode 100644 data/templates/npc/monster/18228-CasterOfDarkness.xml create mode 100644 data/templates/npc/monster/18229-CasterOfDarkness.xml create mode 100644 data/templates/npc/monster/18230-SignetOfEmperor.xml create mode 100644 data/templates/npc/monster/18231-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18232-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18233-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18234-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18235-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18236-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18237-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18238-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18239-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18240-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18241-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18242-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18243-StatueOfProtection.xml create mode 100644 data/templates/npc/monster/18244-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18245-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18246-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18247-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18248-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18249-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18250-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18251-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18252-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18253-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18254-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18255-WatchmanOfGrave.xml create mode 100644 data/templates/npc/monster/18256-HalishaSTreasureBox.xml create mode 100644 data/templates/npc/monster/18319-CaughtFrog.xml create mode 100644 data/templates/npc/monster/18320-CaughtUndine.xml create mode 100644 data/templates/npc/monster/18321-CaughtRakul.xml create mode 100644 data/templates/npc/monster/18322-CaughtSeaGiant.xml create mode 100644 data/templates/npc/monster/18323-CaughtSeaHorseSoldier.xml create mode 100644 data/templates/npc/monster/18324-CaughtHomunculus.xml create mode 100644 data/templates/npc/monster/18325-CaughtFlava.xml create mode 100644 data/templates/npc/monster/18326-CaughtGiganticEye.xml create mode 100644 data/templates/npc/monster/18327-FreyaSServant.xml create mode 100644 data/templates/npc/monster/18328-HallAlarmDevice.xml create mode 100644 data/templates/npc/monster/18329-HallKeeperCaptain.xml create mode 100644 data/templates/npc/monster/18330-HallKeeperWizard.xml create mode 100644 data/templates/npc/monster/18331-HallKeeperGuard.xml create mode 100644 data/templates/npc/monster/18332-HallKeeperPatrol.xml create mode 100644 data/templates/npc/monster/18333-HallKeeperSuicidalSoldier.xml create mode 100644 data/templates/npc/monster/18334-DarkChoirCaptain.xml create mode 100644 data/templates/npc/monster/18335-DarkChoirPrimaDonna.xml create mode 100644 data/templates/npc/monster/18336-DarkChoirLancer.xml create mode 100644 data/templates/npc/monster/18337-DarkChoirArcher.xml create mode 100644 data/templates/npc/monster/18338-DarkChoirWitchDoctor.xml create mode 100644 data/templates/npc/monster/18339-DarkChoirPlayer.xml create mode 100644 data/templates/npc/monster/18340-HallKeeperSuicidalSoldier.xml create mode 100644 data/templates/npc/monster/18341-HallKeeperSuicidalSoldier.xml create mode 100644 data/templates/npc/monster/18342-Gremlin.xml create mode 100644 data/templates/npc/monster/18343-GatekeeperZombie.xml create mode 100644 data/templates/npc/monster/18344-AncientEgg.xml create mode 100644 data/templates/npc/monster/18345-Sprigant.xml create mode 100644 data/templates/npc/monster/18346-Sprigant.xml create mode 100644 data/templates/npc/monster/18347-GardenGuard.xml create mode 100644 data/templates/npc/monster/18348-GardenGuard.xml create mode 100644 data/templates/npc/monster/18349-GardenGuard.xml create mode 100644 data/templates/npc/monster/18350-GardenGuard.xml create mode 100644 data/templates/npc/monster/18351-GardenGuard.xml create mode 100644 data/templates/npc/monster/18352-KamaelGuard.xml create mode 100644 data/templates/npc/monster/18353-GuardianOfRecords.xml create mode 100644 data/templates/npc/monster/18354-GuardianOfObservation.xml create mode 100644 data/templates/npc/monster/18355-SpiculaSGuard.xml create mode 100644 data/templates/npc/monster/18356-HarkilgamedSGatekeeper.xml create mode 100644 data/templates/npc/monster/18357-RodenpiculaSGatekeeper.xml create mode 100644 data/templates/npc/monster/18358-GuardianOfSecrets.xml create mode 100644 data/templates/npc/monster/18359-ArviterreSGuardian.xml create mode 100644 data/templates/npc/monster/18360-KatenarSGatekeeper.xml create mode 100644 data/templates/npc/monster/18361-GuardianOfPrediction.xml create mode 100644 data/templates/npc/monster/18362-GardenGuard.xml create mode 100644 data/templates/npc/monster/18363-GardenGuard.xml create mode 100644 data/templates/npc/monster/18364-WitchWarder.xml create mode 100644 data/templates/npc/monster/18365-WitchWarder.xml create mode 100644 data/templates/npc/monster/18366-WitchWarder.xml create mode 100644 data/templates/npc/monster/18367-PrisonGuard.xml create mode 100644 data/templates/npc/monster/18368-PrisonGuard.xml create mode 100644 data/templates/npc/monster/18369-ChromaticCrystallineGolem.xml create mode 100644 data/templates/npc/monster/18370-ChromaticCrystallineGolem.xml create mode 100644 data/templates/npc/monster/18371-BelethSample.xml create mode 100644 data/templates/npc/monster/18372-BelethSample.xml create mode 100644 data/templates/npc/monster/18373-BelethSample.xml create mode 100644 data/templates/npc/monster/18374-BelethSample.xml create mode 100644 data/templates/npc/monster/18375-BelethSample.xml create mode 100644 data/templates/npc/monster/18376-BelethSample.xml create mode 100644 data/templates/npc/monster/18377-BelethSample.xml create mode 100644 data/templates/npc/monster/18444-GardenGuard.xml create mode 100644 data/templates/npc/monster/18463-RemnantDiabolist.xml create mode 100644 data/templates/npc/monster/18464-RemnantDiviner.xml create mode 100644 data/templates/npc/monster/18465-Derek.xml create mode 100644 data/templates/npc/monster/18466-OutpostCaptain.xml create mode 100644 data/templates/npc/monster/18467-WoundedLandGuard.xml create mode 100644 data/templates/npc/monster/18474-Alarm.xml create mode 100644 data/templates/npc/monster/18478-HerbJar.xml create mode 100644 data/templates/npc/monster/18482-FafurionKindred.xml create mode 100644 data/templates/npc/monster/18483-GardenGuard.xml create mode 100644 data/templates/npc/monster/18490-BelethSSlave.xml create mode 100644 data/templates/npc/monster/18544-CrumaBorder.xml create mode 100644 data/templates/npc/monster/18545-AncientExperiment.xml create mode 100644 data/templates/npc/monster/18546-AncientExperiment.xml create mode 100644 data/templates/npc/monster/18547-AncientExperiment.xml create mode 100644 data/templates/npc/monster/18548-AncientExperiment.xml create mode 100644 data/templates/npc/monster/18549-AncientExperiment.xml create mode 100644 data/templates/npc/monster/18550-CrumaPhantom.xml create mode 100644 data/templates/npc/monster/18551-CrumaPhantom.xml create mode 100644 data/templates/npc/monster/18552-CrumaPhantom.xml create mode 100644 data/templates/npc/monster/18553-CrumaPhantom.xml create mode 100644 data/templates/npc/monster/18554-TomlanKamos.xml create mode 100644 data/templates/npc/monster/18555-OlAriosh.xml create mode 100644 data/templates/npc/monster/18556-FollowerOfAriosh.xml create mode 100644 data/templates/npc/monster/18557-RancDeumus.xml create mode 100644 data/templates/npc/monster/18558-CrimsonHatuOtis.xml create mode 100644 data/templates/npc/monster/18559-SeerFlouros.xml create mode 100644 data/templates/npc/monster/18560-FollowerOfFlouros.xml create mode 100644 data/templates/npc/monster/18561-GranitickDuerga.xml create mode 100644 data/templates/npc/monster/18562-BladeOtis.xml create mode 100644 data/templates/npc/monster/18563-FollowerOfOtis.xml create mode 100644 data/templates/npc/monster/18564-WeirdBunei.xml create mode 100644 data/templates/npc/monster/18565-BraveMartim.xml create mode 100644 data/templates/npc/monster/18566-KaimAbigore.xml create mode 100644 data/templates/npc/monster/18567-FollowerOfAbigore.xml create mode 100644 data/templates/npc/monster/18568-KnightMontagnar.xml create mode 100644 data/templates/npc/monster/18569-FollowerOfMontagnar.xml create mode 100644 data/templates/npc/monster/18570-SummerYaganitan.xml create mode 100644 data/templates/npc/monster/18571-VenomousStorace.xml create mode 100644 data/templates/npc/monster/18572-FollowerOfStorace.xml create mode 100644 data/templates/npc/monster/18573-KelBilette.xml create mode 100644 data/templates/npc/monster/18574-FollowerOfBilette.xml create mode 100644 data/templates/npc/monster/18575-WarlordTamuze.xml create mode 100644 data/templates/npc/monster/18576-FollowerOfTamuze.xml create mode 100644 data/templates/npc/monster/18577-WhiteAllosce.xml create mode 100644 data/templates/npc/monster/18578-FollowerOfAllosce.xml create mode 100644 data/templates/npc/monster/18607-Gargos.xml create mode 100644 data/templates/npc/monster/18608-Kinsus.xml create mode 100644 data/templates/npc/monster/18609-Papion.xml create mode 100644 data/templates/npc/monster/18610-Hillas.xml create mode 100644 data/templates/npc/monster/18611-SpiritOfWater.xml create mode 100644 data/templates/npc/monster/18612-SpiritOfWater.xml create mode 100644 data/templates/npc/monster/18613-SpiritOfWater.xml create mode 100644 data/templates/npc/monster/18614-SpiritOfFire.xml create mode 100644 data/templates/npc/monster/18615-SpiritOfFire.xml create mode 100644 data/templates/npc/monster/18616-Bloom.xml create mode 100644 data/templates/npc/monster/18620-Adiantum.xml create mode 100644 data/templates/npc/monster/18622-PowderKeg.xml create mode 100644 data/templates/npc/monster/18623-BegrudgedArcher.xml create mode 100644 data/templates/npc/monster/18624-DeadmanSGrudge.xml create mode 100644 data/templates/npc/monster/18625-DeadmanSGrudge.xml create mode 100644 data/templates/npc/monster/18626-DeadmanSGrudge.xml create mode 100644 data/templates/npc/monster/18627-DeadmanSGrudge.xml create mode 100644 data/templates/npc/monster/18628-Atan.xml create mode 100644 data/templates/npc/monster/18629-Kams.xml create mode 100644 data/templates/npc/monster/18630-Hikoro.xml create mode 100644 data/templates/npc/monster/18631-Alkaso.xml create mode 100644 data/templates/npc/monster/18632-Gerbera.xml create mode 100644 data/templates/npc/monster/18633-Lematan.xml create mode 100644 data/templates/npc/monster/18634-LematanSFollower.xml create mode 100644 data/templates/npc/monster/18635-VarkaSilenosRecruit.xml create mode 100644 data/templates/npc/monster/18636-VarkaSilenosFootman.xml create mode 100644 data/templates/npc/monster/18637-GrazingAntelope.xml create mode 100644 data/templates/npc/monster/18638-VarkaSilenosScout.xml create mode 100644 data/templates/npc/monster/18639-VarkaSilenosHunter.xml create mode 100644 data/templates/npc/monster/18640-VarkaSilenosShaman.xml create mode 100644 data/templates/npc/monster/18641-VarkaSilenosPriest.xml create mode 100644 data/templates/npc/monster/18642-VarkaSilenosWarrior.xml create mode 100644 data/templates/npc/monster/18643-GrazingAntelope.xml create mode 100644 data/templates/npc/monster/18644-VarkaSilenosMedium.xml create mode 100644 data/templates/npc/monster/18645-VarkaSilenosMagus.xml create mode 100644 data/templates/npc/monster/18646-VarkaSilenosOfficer.xml create mode 100644 data/templates/npc/monster/18647-GrazingFlava.xml create mode 100644 data/templates/npc/monster/18648-VarkaSilenosSeer.xml create mode 100644 data/templates/npc/monster/18649-VarkaSilenosGreatMagus.xml create mode 100644 data/templates/npc/monster/18650-VarkaSilenosGeneral.xml create mode 100644 data/templates/npc/monster/18651-GrazingElderAntelope.xml create mode 100644 data/templates/npc/monster/18652-VarkaSilenosGreatSeer.xml create mode 100644 data/templates/npc/monster/18653-VarkaSEliteGuard.xml create mode 100644 data/templates/npc/monster/18654-VarkaSCommander.xml create mode 100644 data/templates/npc/monster/18655-VarkaSHeadGuard.xml create mode 100644 data/templates/npc/monster/18656-VarkaSHeadMagus.xml create mode 100644 data/templates/npc/monster/18657-ProphetGuard.xml create mode 100644 data/templates/npc/monster/18658-DiscipleOfProphet.xml create mode 100644 data/templates/npc/monster/18659-VarkaSProphet.xml create mode 100644 data/templates/npc/monster/18660-Latana.xml create mode 100644 data/templates/npc/monster/18664-FortuneBug.xml create mode 100644 data/templates/npc/monster/18665-FortuneBug.xml create mode 100644 data/templates/npc/monster/18666-FortuneBug.xml create mode 100644 data/templates/npc/monster/18667-WardOfDeath.xml create mode 100644 data/templates/npc/monster/18668-WardOfDeath.xml create mode 100644 data/templates/npc/monster/18669.xml create mode 100644 data/templates/npc/monster/18670.xml create mode 100644 data/templates/npc/monster/18671-Block.xml create mode 100644 data/templates/npc/monster/18673-Block.xml create mode 100644 data/templates/npc/monster/18674-Block.xml create mode 100644 data/templates/npc/monster/18675-Block.xml create mode 100644 data/templates/npc/monster/18676-BlockCarryingGirl.xml create mode 100644 data/templates/npc/monster/18677-DragonSteedTroopMessenger.xml create mode 100644 data/templates/npc/monster/18693-TreasureBoxOfTheAncientGiants.xml create mode 100644 data/templates/npc/monster/18694-TreasureBoxGuard.xml create mode 100644 data/templates/npc/monster/18695-TreasureBoxGuard.xml create mode 100644 data/templates/npc/monster/18696-DimensionMovingDevice.xml create mode 100644 data/templates/npc/monster/18697-Trap.xml create mode 100644 data/templates/npc/monster/18698-Trap.xml create mode 100644 data/templates/npc/monster/18699-Trap.xml create mode 100644 data/templates/npc/monster/18700.xml create mode 100644 data/templates/npc/monster/18701.xml create mode 100644 data/templates/npc/monster/18703-DefeatedTroopsController.xml create mode 100644 data/templates/npc/monster/18704-TumorOfDeath.xml create mode 100644 data/templates/npc/monster/18706-SoulCoffin.xml create mode 100644 data/templates/npc/monster/18707.xml create mode 100644 data/templates/npc/monster/18708-TumorOfDeath.xml create mode 100644 data/templates/npc/monster/18709-SoulCoffin.xml create mode 100644 data/templates/npc/monster/18710-SoulCoffin.xml create mode 100644 data/templates/npc/monster/18711-SoulCoffin.xml create mode 100644 data/templates/npc/monster/18712-SoulCoffin.xml create mode 100644 data/templates/npc/monster/18713-SoulCoffin.xml create mode 100644 data/templates/npc/monster/18714-SoulCoffin.xml create mode 100644 data/templates/npc/monster/18715-ConqueredSoul.xml create mode 100644 data/templates/npc/monster/18716-ConqueredSoul.xml create mode 100644 data/templates/npc/monster/18717-ConqueredSoul.xml create mode 100644 data/templates/npc/monster/18776-Obelisk.xml create mode 100644 data/templates/npc/monster/18777-GreatPowerfulDevice.xml create mode 100644 data/templates/npc/monster/18778-ThroneOfDestructionPowerfulDevice.xml create mode 100644 data/templates/npc/monster/18779.xml create mode 100644 data/templates/npc/monster/18780-SymbolOfCohemenes.xml create mode 100644 data/templates/npc/monster/18781-YoungDrakeWing.xml create mode 100644 data/templates/npc/monster/18782-ZealotOfShilen.xml create mode 100644 data/templates/npc/monster/18783-DefeatedTroopsCommander.xml create mode 100644 data/templates/npc/monster/18784-DefeatedTroopsNo1BattalionCommander.xml create mode 100644 data/templates/npc/monster/18785-DefeatedTroopsWhiteDragonLeader.xml create mode 100644 data/templates/npc/monster/18786-DefeatedTroopsInfantry.xml create mode 100644 data/templates/npc/monster/18787-DefeatedTroopsMagicLeader.xml create mode 100644 data/templates/npc/monster/18788-DefeatedTroopsMagician.xml create mode 100644 data/templates/npc/monster/18789-DefeatedTroopsMagicSoldier.xml create mode 100644 data/templates/npc/monster/18790-DefeatedTroopsHealer.xml create mode 100644 data/templates/npc/monster/18791-DefeatedTroopsJavelinThrower.xml create mode 100644 data/templates/npc/monster/18792-DefeatedTroopsJavelinThrower.xml create mode 100644 data/templates/npc/monster/18793-BizarreCocoon.xml create mode 100644 data/templates/npc/monster/18794-BizarreCocoon.xml create mode 100644 data/templates/npc/monster/18795-BizarreCocoon.xml create mode 100644 data/templates/npc/monster/18796-BizarreCocoon.xml create mode 100644 data/templates/npc/monster/18797-BizarreCocoon.xml create mode 100644 data/templates/npc/monster/18798-BizarreCocoon.xml create mode 100644 data/templates/npc/monster/18799-NewbornLavasaurus.xml create mode 100644 data/templates/npc/monster/18800-FledglingLavasaurus.xml create mode 100644 data/templates/npc/monster/18801-AdultLavasaurus.xml create mode 100644 data/templates/npc/monster/18802-ElderlyLavasaurus.xml create mode 100644 data/templates/npc/monster/18803-AncientLavasaurus.xml create mode 100644 data/templates/npc/monster/18804-TarBeetle.xml create mode 100644 data/templates/npc/monster/18805-WasteLandfillMachine.xml create mode 100644 data/templates/npc/monster/18806-BrazierOfPurity.xml create mode 100644 data/templates/npc/monster/18807-FrightenedRagnaOrc.xml create mode 100644 data/templates/npc/monster/18808-DarkShamanVarangka.xml create mode 100644 data/templates/npc/monster/18809-VarangkaSRetainer.xml create mode 100644 data/templates/npc/monster/18810-VarangkaSPage.xml create mode 100644 data/templates/npc/monster/18811-GuardianOfTheAltar.xml create mode 100644 data/templates/npc/monster/18812-KashaSEye.xml create mode 100644 data/templates/npc/monster/18813-KashaSEye.xml create mode 100644 data/templates/npc/monster/18814-KashaSEye.xml create mode 100644 data/templates/npc/monster/18815-GuardOfTheGrave.xml create mode 100644 data/templates/npc/monster/18816-ChieftainSTreasureChest.xml create mode 100644 data/templates/npc/monster/18817-InvaderMartyrOfNightmare.xml create mode 100644 data/templates/npc/monster/18818-NihilInvaderMartyr.xml create mode 100644 data/templates/npc/monster/18819-NihilInvaderTreasureChest.xml create mode 100644 data/templates/npc/monster/18820-NihilInvaderTreasureChest.xml create mode 100644 data/templates/npc/monster/18821-MutantMartyr.xml create mode 100644 data/templates/npc/monster/18822-MutantTreasureChest.xml create mode 100644 data/templates/npc/monster/18823-MutantTreasureChest.xml create mode 100644 data/templates/npc/monster/18862-TantaLizardmanGuard.xml create mode 100644 data/templates/npc/monster/18863-SeerUgoros.xml create mode 100644 data/templates/npc/monster/18864-FantasyMushroom.xml create mode 100644 data/templates/npc/monster/18865-StickyMushroom.xml create mode 100644 data/templates/npc/monster/18866-RainbowFrog.xml create mode 100644 data/templates/npc/monster/18867-AbyssWeed.xml create mode 100644 data/templates/npc/monster/18868-EnergyPlant.xml create mode 100644 data/templates/npc/monster/18906-FarmBandit.xml create mode 100644 data/templates/npc/monster/18907-BeastDevourer.xml create mode 100644 data/templates/npc/monster/18908-SelMahumChef.xml create mode 100644 data/templates/npc/monster/18909-SolinaKnights.xml create mode 100644 data/templates/npc/monster/18910-SolinaKnightCaptain.xml create mode 100644 data/templates/npc/monster/18912-Scarecrow.xml create mode 100644 data/templates/npc/monster/18917-PavelSafetyDevice.xml create mode 100644 data/templates/npc/monster/20001-Gremlin.xml create mode 100644 data/templates/npc/monster/20002-Rabbit.xml create mode 100644 data/templates/npc/monster/20003-Goblin.xml create mode 100644 data/templates/npc/monster/20004-Imp.xml create mode 100644 data/templates/npc/monster/20005-ImpElder.xml create mode 100644 data/templates/npc/monster/20006-OrcArcher.xml create mode 100644 data/templates/npc/monster/20007-GreenFungus.xml create mode 100644 data/templates/npc/monster/20008-FelimLizardman.xml create mode 100644 data/templates/npc/monster/20009-VukuOrc.xml create mode 100644 data/templates/npc/monster/20010-FelimLizardmanScout.xml create mode 100644 data/templates/npc/monster/20011-VukuOrcArcher.xml create mode 100644 data/templates/npc/monster/20012-GoraWerewolf.xml create mode 100644 data/templates/npc/monster/20013-Dryad.xml create mode 100644 data/templates/npc/monster/20014-FelimLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20015-MarshZombie.xml create mode 100644 data/templates/npc/monster/20016-StoneGolem.xml create mode 100644 data/templates/npc/monster/20017-VukuOrcFighter.xml create mode 100644 data/templates/npc/monster/20018-CarnivorousFungus.xml create mode 100644 data/templates/npc/monster/20019-DryadElder.xml create mode 100644 data/templates/npc/monster/20020-MarshZombieLord.xml create mode 100644 data/templates/npc/monster/20021-RedBear.xml create mode 100644 data/templates/npc/monster/20022-MiserySkeleton.xml create mode 100644 data/templates/npc/monster/20023-ShadowBeast.xml create mode 100644 data/templates/npc/monster/20024-LangkLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20025-LesserDarkHorror.xml create mode 100644 data/templates/npc/monster/20026-RuinZombie.xml create mode 100644 data/templates/npc/monster/20027-LangkLizardmanScout.xml create mode 100644 data/templates/npc/monster/20028-Pincher.xml create mode 100644 data/templates/npc/monster/20029-RuinZombieLeader.xml create mode 100644 data/templates/npc/monster/20030-LangkLizardman.xml create mode 100644 data/templates/npc/monster/20031-OmenBeast.xml create mode 100644 data/templates/npc/monster/20032-Pinrul.xml create mode 100644 data/templates/npc/monster/20033-ShadeHorror.xml create mode 100644 data/templates/npc/monster/20034-Prowler.xml create mode 100644 data/templates/npc/monster/20035-TrackerSkeleton.xml create mode 100644 data/templates/npc/monster/20036-Lirein.xml create mode 100644 data/templates/npc/monster/20037-ManaSeeker.xml create mode 100644 data/templates/npc/monster/20038-VenomousSpider.xml create mode 100644 data/templates/npc/monster/20039-ScavengerWererat.xml create mode 100644 data/templates/npc/monster/20040-SukarWererat.xml create mode 100644 data/templates/npc/monster/20041-TaintedZombie.xml create mode 100644 data/templates/npc/monster/20042-TrackerSkeletonLeader.xml create mode 100644 data/templates/npc/monster/20043-ArachnidTracker.xml create mode 100644 data/templates/npc/monster/20044-LireinElder.xml create mode 100644 data/templates/npc/monster/20045-SkeletonScout.xml create mode 100644 data/templates/npc/monster/20046-StinkZombie.xml create mode 100644 data/templates/npc/monster/20047-SukarWereratLeader.xml create mode 100644 data/templates/npc/monster/20048-LesserSuccubus.xml create mode 100644 data/templates/npc/monster/20049-Lycanthrope.xml create mode 100644 data/templates/npc/monster/20050-ArachnidPredator.xml create mode 100644 data/templates/npc/monster/20051-SkeletonBowman.xml create mode 100644 data/templates/npc/monster/20052-LesserSuccubusTuren.xml create mode 100644 data/templates/npc/monster/20053-OlMahumPatrol.xml create mode 100644 data/templates/npc/monster/20054-RuinSpartoi.xml create mode 100644 data/templates/npc/monster/20055-WanderingEye.xml create mode 100644 data/templates/npc/monster/20056-DreVanulDisposer.xml create mode 100644 data/templates/npc/monster/20057-LesserSuccubusTilfo.xml create mode 100644 data/templates/npc/monster/20058-OlMahumGuard.xml create mode 100644 data/templates/npc/monster/20059-HungryEye.xml create mode 100644 data/templates/npc/monster/20060-RagingSpartoi.xml create mode 100644 data/templates/npc/monster/20061-OlMahumStraggler.xml create mode 100644 data/templates/npc/monster/20062-TumranBugbear.xml create mode 100644 data/templates/npc/monster/20063-OlMahumShooter.xml create mode 100644 data/templates/npc/monster/20064-TumranBugbearWarrior.xml create mode 100644 data/templates/npc/monster/20065-OlMahumPatrolman.xml create mode 100644 data/templates/npc/monster/20066-OlMahumCaptain.xml create mode 100644 data/templates/npc/monster/20067-MonsterEyeWatcher.xml create mode 100644 data/templates/npc/monster/20068-MonsterEyeDestroyer.xml create mode 100644 data/templates/npc/monster/20069-SeluLizardmanScout.xml create mode 100644 data/templates/npc/monster/20070-LesserBasilisk.xml create mode 100644 data/templates/npc/monster/20071-SeluLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20072-Basilisk.xml create mode 100644 data/templates/npc/monster/20073-OlMahumLegionnaire.xml create mode 100644 data/templates/npc/monster/20074-Androscorpio.xml create mode 100644 data/templates/npc/monster/20075-AntLarva.xml create mode 100644 data/templates/npc/monster/20076-OlMahumCommander.xml create mode 100644 data/templates/npc/monster/20077-AndroscorpioHunter.xml create mode 100644 data/templates/npc/monster/20078-WhisperingWind.xml create mode 100644 data/templates/npc/monster/20079-Ant.xml create mode 100644 data/templates/npc/monster/20080-AntCaptain.xml create mode 100644 data/templates/npc/monster/20081-AntOverseer.xml create mode 100644 data/templates/npc/monster/20082-AntRecruit.xml create mode 100644 data/templates/npc/monster/20083-GraniteGolem.xml create mode 100644 data/templates/npc/monster/20084-AntPatrol.xml create mode 100644 data/templates/npc/monster/20085-Puncher.xml create mode 100644 data/templates/npc/monster/20086-AntGuard.xml create mode 100644 data/templates/npc/monster/20087-AntSoldier.xml create mode 100644 data/templates/npc/monster/20088-AntWarriorCaptain.xml create mode 100644 data/templates/npc/monster/20089-NobleAnt.xml create mode 100644 data/templates/npc/monster/20090-NobleAntLeader.xml create mode 100644 data/templates/npc/monster/20091-YoungFox.xml create mode 100644 data/templates/npc/monster/20092-MonsterEye.xml create mode 100644 data/templates/npc/monster/20093-OrcFighter.xml create mode 100644 data/templates/npc/monster/20094-OrcMarksman.xml create mode 100644 data/templates/npc/monster/20095-VampireBat.xml create mode 100644 data/templates/npc/monster/20096-OrcLieutenant.xml create mode 100644 data/templates/npc/monster/20097-DrillBat.xml create mode 100644 data/templates/npc/monster/20098-OrcFighterLeader.xml create mode 100644 data/templates/npc/monster/20099-Skeleton.xml create mode 100644 data/templates/npc/monster/20100-SkeletonArcher.xml create mode 100644 data/templates/npc/monster/20101-Crasher.xml create mode 100644 data/templates/npc/monster/20102-SkeletonMarksman.xml create mode 100644 data/templates/npc/monster/20103-GiantSpider.xml create mode 100644 data/templates/npc/monster/20104-SkeletonLord.xml create mode 100644 data/templates/npc/monster/20105-DarkHorror.xml create mode 100644 data/templates/npc/monster/20106-TalonSpider.xml create mode 100644 data/templates/npc/monster/20107-Wererat.xml create mode 100644 data/templates/npc/monster/20108-BladeSpider.xml create mode 100644 data/templates/npc/monster/20109-Salamander.xml create mode 100644 data/templates/npc/monster/20110-Undine.xml create mode 100644 data/templates/npc/monster/20111-WereratLeader.xml create mode 100644 data/templates/npc/monster/20112-SalamanderElder.xml create mode 100644 data/templates/npc/monster/20113-UndineElder.xml create mode 100644 data/templates/npc/monster/20114-SalamanderNoble.xml create mode 100644 data/templates/npc/monster/20115-UndineNoble.xml create mode 100644 data/templates/npc/monster/20116-Fox.xml create mode 100644 data/templates/npc/monster/20117-DreVanul.xml create mode 100644 data/templates/npc/monster/20118-DreVanulScout.xml create mode 100644 data/templates/npc/monster/20119-ElderFox.xml create mode 100644 data/templates/npc/monster/20120-Wolf.xml create mode 100644 data/templates/npc/monster/20121-GiantToad.xml create mode 100644 data/templates/npc/monster/20130-Orc.xml create mode 100644 data/templates/npc/monster/20131-OrcGrunt.xml create mode 100644 data/templates/npc/monster/20132-Werewolf.xml create mode 100644 data/templates/npc/monster/20133-Bugbear.xml create mode 100644 data/templates/npc/monster/20134-CaveMaiden.xml create mode 100644 data/templates/npc/monster/20135-Alligator.xml create mode 100644 data/templates/npc/monster/20136-DeathKnight.xml create mode 100644 data/templates/npc/monster/20137-Drake.xml create mode 100644 data/templates/npc/monster/20138-Gargoyle.xml create mode 100644 data/templates/npc/monster/20139-GiantBee.xml create mode 100644 data/templates/npc/monster/20140-GiantLeech.xml create mode 100644 data/templates/npc/monster/20141-GiantWildHog.xml create mode 100644 data/templates/npc/monster/20142-Griffon.xml create mode 100644 data/templates/npc/monster/20143-Grizzly.xml create mode 100644 data/templates/npc/monster/20144-HangmanTree.xml create mode 100644 data/templates/npc/monster/20145-Harpy.xml create mode 100644 data/templates/npc/monster/20146-HeadlessKnight.xml create mode 100644 data/templates/npc/monster/20147-Hobgoblin.xml create mode 100644 data/templates/npc/monster/20148-HungrySpirit.xml create mode 100644 data/templates/npc/monster/20149-IronGolem.xml create mode 100644 data/templates/npc/monster/20150-KingBugbear.xml create mode 100644 data/templates/npc/monster/20151-Kobold.xml create mode 100644 data/templates/npc/monster/20152-Lizardman.xml create mode 100644 data/templates/npc/monster/20153-MagicalWeaver.xml create mode 100644 data/templates/npc/monster/20154-MandragoraSprout.xml create mode 100644 data/templates/npc/monster/20155-MandragoraSapling.xml create mode 100644 data/templates/npc/monster/20156-MandragoraBlossom.xml create mode 100644 data/templates/npc/monster/20157-MarshStakato.xml create mode 100644 data/templates/npc/monster/20158-Medusa.xml create mode 100644 data/templates/npc/monster/20159-Minotaur.xml create mode 100644 data/templates/npc/monster/20160-NeerCrawler.xml create mode 100644 data/templates/npc/monster/20161-OelMahum.xml create mode 100644 data/templates/npc/monster/20162-Ogre.xml create mode 100644 data/templates/npc/monster/20163-OlMahum.xml create mode 100644 data/templates/npc/monster/20164-OlMahumArcher.xml create mode 100644 data/templates/npc/monster/20165-OlMahumChampion.xml create mode 100644 data/templates/npc/monster/20166-Succubus.xml create mode 100644 data/templates/npc/monster/20167-SerpentSlave.xml create mode 100644 data/templates/npc/monster/20168-Silenos.xml create mode 100644 data/templates/npc/monster/20169-SkeletonRoyalGuard.xml create mode 100644 data/templates/npc/monster/20170-Spartoi.xml create mode 100644 data/templates/npc/monster/20171-Specter.xml create mode 100644 data/templates/npc/monster/20172-Sylph.xml create mode 100644 data/templates/npc/monster/20173-Troll.xml create mode 100644 data/templates/npc/monster/20174-TwoHeadedGiant.xml create mode 100644 data/templates/npc/monster/20175-WalkingFungus.xml create mode 100644 data/templates/npc/monster/20176-Wyrm.xml create mode 100644 data/templates/npc/monster/20177-Zombie.xml create mode 100644 data/templates/npc/monster/20189-Puma.xml create mode 100644 data/templates/npc/monster/20190-SkeletonMarauder.xml create mode 100644 data/templates/npc/monster/20191-SkeletonRaider.xml create mode 100644 data/templates/npc/monster/20192-Tyrant.xml create mode 100644 data/templates/npc/monster/20193-TyrantKingpin.xml create mode 100644 data/templates/npc/monster/20194-QueenUndine.xml create mode 100644 data/templates/npc/monster/20197-SorrowMaiden.xml create mode 100644 data/templates/npc/monster/20198-NeerGhoulBerserker.xml create mode 100644 data/templates/npc/monster/20199-AmberBasilisk.xml create mode 100644 data/templates/npc/monster/20200-Strain.xml create mode 100644 data/templates/npc/monster/20201-Ghoul.xml create mode 100644 data/templates/npc/monster/20202-DeadSeeker.xml create mode 100644 data/templates/npc/monster/20203-DionGrizzly.xml create mode 100644 data/templates/npc/monster/20204-BloodyBee.xml create mode 100644 data/templates/npc/monster/20205-DireWolf.xml create mode 100644 data/templates/npc/monster/20206-KadifWerewolf.xml create mode 100644 data/templates/npc/monster/20207-OlMahumGuerilla.xml create mode 100644 data/templates/npc/monster/20208-OlMahumRaider.xml create mode 100644 data/templates/npc/monster/20209-OlMahumMarksman.xml create mode 100644 data/templates/npc/monster/20210-OlMahumSergeant.xml create mode 100644 data/templates/npc/monster/20211-OlMahumCaptain.xml create mode 100644 data/templates/npc/monster/20212-BloodyAxeTurmak.xml create mode 100644 data/templates/npc/monster/20213-Porta.xml create mode 100644 data/templates/npc/monster/20214-Excuro.xml create mode 100644 data/templates/npc/monster/20215-Mordeo.xml create mode 100644 data/templates/npc/monster/20216-Ricenseo.xml create mode 100644 data/templates/npc/monster/20217-Krator.xml create mode 100644 data/templates/npc/monster/20218-Premo.xml create mode 100644 data/templates/npc/monster/20219-Validus.xml create mode 100644 data/templates/npc/monster/20220-Dicor.xml create mode 100644 data/templates/npc/monster/20221-Perum.xml create mode 100644 data/templates/npc/monster/20222-Torfe.xml create mode 100644 data/templates/npc/monster/20223-MandragoraSprout.xml create mode 100644 data/templates/npc/monster/20224-OlMahumRanger.xml create mode 100644 data/templates/npc/monster/20225-GiantMistLeech.xml create mode 100644 data/templates/npc/monster/20226-GrayAnt.xml create mode 100644 data/templates/npc/monster/20227-HorrorMistRipper.xml create mode 100644 data/templates/npc/monster/20228-GiantCrimsonAnt.xml create mode 100644 data/templates/npc/monster/20229-StingerWasp.xml create mode 100644 data/templates/npc/monster/20230-MarshStakatoWorker.xml create mode 100644 data/templates/npc/monster/20231-ToadLord.xml create mode 100644 data/templates/npc/monster/20232-MarshStakatoSoldier.xml create mode 100644 data/templates/npc/monster/20233-MarshSpider.xml create mode 100644 data/templates/npc/monster/20234-MarshStakatoDrone.xml create mode 100644 data/templates/npc/monster/20235-Shackle.xml create mode 100644 data/templates/npc/monster/20236-CaveServant.xml create mode 100644 data/templates/npc/monster/20237-CaveServantArcher.xml create mode 100644 data/templates/npc/monster/20238-CaveServantWarrior.xml create mode 100644 data/templates/npc/monster/20239-CaveServantCaptain.xml create mode 100644 data/templates/npc/monster/20240-RoyalCaveServant.xml create mode 100644 data/templates/npc/monster/20241-HunterGargoyle.xml create mode 100644 data/templates/npc/monster/20242-DustwindGargoyle.xml create mode 100644 data/templates/npc/monster/20243-ThunderWyrm.xml create mode 100644 data/templates/npc/monster/20244-MalrukSuccubus.xml create mode 100644 data/templates/npc/monster/20245-MalrukSuccubusTuren.xml create mode 100644 data/templates/npc/monster/20246-CaveKeeper.xml create mode 100644 data/templates/npc/monster/20248-TurakBugbear.xml create mode 100644 data/templates/npc/monster/20249-TurakBugbearWarrior.xml create mode 100644 data/templates/npc/monster/20250-GlassJaguar.xml create mode 100644 data/templates/npc/monster/20251-DeluLizardman.xml create mode 100644 data/templates/npc/monster/20252-DeluLizardmanScout.xml create mode 100644 data/templates/npc/monster/20253-DeluLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20254-SkeletonAxeman.xml create mode 100644 data/templates/npc/monster/20255-BaturOrc.xml create mode 100644 data/templates/npc/monster/20256-BaturOrcArcher.xml create mode 100644 data/templates/npc/monster/20257-BaturOrcWarrior.xml create mode 100644 data/templates/npc/monster/20258-BaturOrcShaman.xml create mode 100644 data/templates/npc/monster/20259-BaturOrcOverlord.xml create mode 100644 data/templates/npc/monster/20260-OrcChampion.xml create mode 100644 data/templates/npc/monster/20261-OrcShaman.xml create mode 100644 data/templates/npc/monster/20265-MonsterEyeSearcher.xml create mode 100644 data/templates/npc/monster/20266-MonsterEyeGazer.xml create mode 100644 data/templates/npc/monster/20267-BrekaOrc.xml create mode 100644 data/templates/npc/monster/20268-BrekaOrcArcher.xml create mode 100644 data/templates/npc/monster/20269-BrekaOrcShaman.xml create mode 100644 data/templates/npc/monster/20270-BrekaOrcOverlord.xml create mode 100644 data/templates/npc/monster/20271-BrekaOrcWarrior.xml create mode 100644 data/templates/npc/monster/20272-CaveServant.xml create mode 100644 data/templates/npc/monster/20273-CaveServantArcher.xml create mode 100644 data/templates/npc/monster/20274-CaveServantWarrior.xml create mode 100644 data/templates/npc/monster/20275-CaveServantCaptain.xml create mode 100644 data/templates/npc/monster/20276-RoyalCaveServant.xml create mode 100644 data/templates/npc/monster/20277-CaveKeeper.xml create mode 100644 data/templates/npc/monster/20279-Shackle.xml create mode 100644 data/templates/npc/monster/20280-HeadlessKnight.xml create mode 100644 data/templates/npc/monster/20281-DustwindGargoyle.xml create mode 100644 data/templates/npc/monster/20282-ThunderWyrm.xml create mode 100644 data/templates/npc/monster/20283-MalrukSuccubus.xml create mode 100644 data/templates/npc/monster/20284-MalrukSuccubusTuren.xml create mode 100644 data/templates/npc/monster/20285-Drake.xml create mode 100644 data/templates/npc/monster/20286-HunterGargoyle.xml create mode 100644 data/templates/npc/monster/20287-CaveMaiden.xml create mode 100644 data/templates/npc/monster/20291-EnkuOrcChampion.xml create mode 100644 data/templates/npc/monster/20292-EnkuOrcShaman.xml create mode 100644 data/templates/npc/monster/20293-VirudLizardman.xml create mode 100644 data/templates/npc/monster/20294-VirudLizardmanMatriarch.xml create mode 100644 data/templates/npc/monster/20295-VirudLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20296-VirudLizardmanScout.xml create mode 100644 data/templates/npc/monster/20297-VirudLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20298-VirudLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20299-ZentaLizardman.xml create mode 100644 data/templates/npc/monster/20300-ZentaLizardmanMatriarch.xml create mode 100644 data/templates/npc/monster/20301-ZentaLizardmanScout.xml create mode 100644 data/templates/npc/monster/20302-ZentaLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20303-ZentaLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20304-MarshStakatoQueen.xml create mode 100644 data/templates/npc/monster/20305-Grave.xml create mode 100644 data/templates/npc/monster/20307-GarumWerewolf.xml create mode 100644 data/templates/npc/monster/20308-HookSpider.xml create mode 100644 data/templates/npc/monster/20309-BrownFox.xml create mode 100644 data/templates/npc/monster/20310-BrownBear.xml create mode 100644 data/templates/npc/monster/20311-RakeclawImp.xml create mode 100644 data/templates/npc/monster/20312-RakeclawImpHunter.xml create mode 100644 data/templates/npc/monster/20313-RakeclawImpChieftain.xml create mode 100644 data/templates/npc/monster/20314-GreatWhiteShark.xml create mode 100644 data/templates/npc/monster/20316-DarkwingBat.xml create mode 100644 data/templates/npc/monster/20317-BlackWolf.xml create mode 100644 data/templates/npc/monster/20318-BlackTimberWolf.xml create mode 100644 data/templates/npc/monster/20319-GoblinGraveRobber.xml create mode 100644 data/templates/npc/monster/20320-GoblinTombRaiderLeader.xml create mode 100644 data/templates/npc/monster/20321-GoblinThief.xml create mode 100644 data/templates/npc/monster/20322-GoblinBrigand.xml create mode 100644 data/templates/npc/monster/20323-GoblinBrigandLeader.xml create mode 100644 data/templates/npc/monster/20324-GoblinBrigandLieutenant.xml create mode 100644 data/templates/npc/monster/20325-GoblinRaider.xml create mode 100644 data/templates/npc/monster/20326-GoblinScout.xml create mode 100644 data/templates/npc/monster/20327-GoblinSnooper.xml create mode 100644 data/templates/npc/monster/20328-GoblinLookout.xml create mode 100644 data/templates/npc/monster/20329-GhostGuardian.xml create mode 100644 data/templates/npc/monster/20330-MineshaftBat.xml create mode 100644 data/templates/npc/monster/20331-MonsterEyeTracker.xml create mode 100644 data/templates/npc/monster/20333-GreystoneGolem.xml create mode 100644 data/templates/npc/monster/20334-GremlinScavenger.xml create mode 100644 data/templates/npc/monster/20335-GrizzlyBear.xml create mode 100644 data/templates/npc/monster/20336-GreenDryad.xml create mode 100644 data/templates/npc/monster/20337-LongtailFox.xml create mode 100644 data/templates/npc/monster/20338-NightmareWeaver.xml create mode 100644 data/templates/npc/monster/20340-SlaveSkeleton.xml create mode 100644 data/templates/npc/monster/20341-UndeadSlave.xml create mode 100644 data/templates/npc/monster/20342-WerewolfChieftain.xml create mode 100644 data/templates/npc/monster/20343-WerewolfHunter.xml create mode 100644 data/templates/npc/monster/20345-DarkTerror.xml create mode 100644 data/templates/npc/monster/20346-DarkstoneGolem.xml create mode 100644 data/templates/npc/monster/20347-DoomWraith.xml create mode 100644 data/templates/npc/monster/20348-CaveSpider.xml create mode 100644 data/templates/npc/monster/20349-CaveBat.xml create mode 100644 data/templates/npc/monster/20350-CaveFangSpider.xml create mode 100644 data/templates/npc/monster/20351-DreVanulTracker.xml create mode 100644 data/templates/npc/monster/20352-DreVanulSlayer.xml create mode 100644 data/templates/npc/monster/20353-DreVanulBeholder.xml create mode 100644 data/templates/npc/monster/20354-DwarfGhost.xml create mode 100644 data/templates/npc/monster/20356-LangkLizardmanLeader.xml create mode 100644 data/templates/npc/monster/20357-LangkLizardmanLieutenant.xml create mode 100644 data/templates/npc/monster/20358-RatmanHunter.xml create mode 100644 data/templates/npc/monster/20359-RatmanWarrior.xml create mode 100644 data/templates/npc/monster/20360-RatmanSpy.xml create mode 100644 data/templates/npc/monster/20361-TunathOrcMarksman.xml create mode 100644 data/templates/npc/monster/20362-TunathOrcWarrior.xml create mode 100644 data/templates/npc/monster/20363-MarakuWerewolf.xml create mode 100644 data/templates/npc/monster/20364-MarakuWerewolfChieftain.xml create mode 100644 data/templates/npc/monster/20365-MountainFungus.xml create mode 100644 data/templates/npc/monster/20367-MerkenisEscort.xml create mode 100644 data/templates/npc/monster/20368-GraveKeeper.xml create mode 100644 data/templates/npc/monster/20369-MoonstoneBeast.xml create mode 100644 data/templates/npc/monster/20370-BarbedBat.xml create mode 100644 data/templates/npc/monster/20371-MistTerror.xml create mode 100644 data/templates/npc/monster/20372-BaraqOrcFighter.xml create mode 100644 data/templates/npc/monster/20373-BaraqOrcWarriorLeader.xml create mode 100644 data/templates/npc/monster/20374-BarankaSGuard.xml create mode 100644 data/templates/npc/monster/20375-BarankaSEscort.xml create mode 100644 data/templates/npc/monster/20376-VarikanBrigandLeader.xml create mode 100644 data/templates/npc/monster/20377-VarikaSBandit.xml create mode 100644 data/templates/npc/monster/20378-StoneGiant.xml create mode 100644 data/templates/npc/monster/20379-StoneSoldier.xml create mode 100644 data/templates/npc/monster/20380-StoneGuardian.xml create mode 100644 data/templates/npc/monster/20381-VaissOrc.xml create mode 100644 data/templates/npc/monster/20382-VaissOrcWarriorLeader.xml create mode 100644 data/templates/npc/monster/20383-ArachnidHunter.xml create mode 100644 data/templates/npc/monster/20385-BalorOrcArcher.xml create mode 100644 data/templates/npc/monster/20386-BalorOrcFighter.xml create mode 100644 data/templates/npc/monster/20387-BalorOrcFighterLeader.xml create mode 100644 data/templates/npc/monster/20388-BalorOrcLieutenant.xml create mode 100644 data/templates/npc/monster/20389-BoogleRatman.xml create mode 100644 data/templates/npc/monster/20390-BoogleRatmanLeader.xml create mode 100644 data/templates/npc/monster/20391-RedFox.xml create mode 100644 data/templates/npc/monster/20392-RedeyeBat.xml create mode 100644 data/templates/npc/monster/20393-RedScavengerSpider.xml create mode 100644 data/templates/npc/monster/20394-CrimsonTarantula.xml create mode 100644 data/templates/npc/monster/20398-Vrykolakas.xml create mode 100644 data/templates/npc/monster/20399-VrykolakasWolfkin.xml create mode 100644 data/templates/npc/monster/20400-BloodFungus.xml create mode 100644 data/templates/npc/monster/20401-VeelanBugbear.xml create mode 100644 data/templates/npc/monster/20402-VeelanBugbearWarrior.xml create mode 100644 data/templates/npc/monster/20403-HunterTarantula.xml create mode 100644 data/templates/npc/monster/20404-SilentHorror.xml create mode 100644 data/templates/npc/monster/20405-YoungBrownFox.xml create mode 100644 data/templates/npc/monster/20406-YoungRedFox.xml create mode 100644 data/templates/npc/monster/20407-YoungCrimsonFox.xml create mode 100644 data/templates/npc/monster/20410-ScavengerSpider.xml create mode 100644 data/templates/npc/monster/20411-ScavengerBat.xml create mode 100644 data/templates/npc/monster/20412-Susceptor.xml create mode 100644 data/templates/npc/monster/20415-ScarletSalamander.xml create mode 100644 data/templates/npc/monster/20416-ScarletSalamanderElder.xml create mode 100644 data/templates/npc/monster/20418-CrystallineBeast.xml create mode 100644 data/templates/npc/monster/20419-AkasteSuccubus.xml create mode 100644 data/templates/npc/monster/20420-AkasteSuccubusTuren.xml create mode 100644 data/templates/npc/monster/20421-AkasteSuccubusTilfo.xml create mode 100644 data/templates/npc/monster/20422-AkasteBoneWarlord.xml create mode 100644 data/templates/npc/monster/20423-AkasteBoneArcher.xml create mode 100644 data/templates/npc/monster/20424-AkasteBoneLord.xml create mode 100644 data/templates/npc/monster/20425-AkasteBoneSoldier.xml create mode 100644 data/templates/npc/monster/20426-EvilEye.xml create mode 100644 data/templates/npc/monster/20427-EvilEyeWatcher.xml create mode 100644 data/templates/npc/monster/20428-EvilEyePatroller.xml create mode 100644 data/templates/npc/monster/20429-EvilEyeLookout.xml create mode 100644 data/templates/npc/monster/20431-ElfGhost.xml create mode 100644 data/templates/npc/monster/20432-Elpy.xml create mode 100644 data/templates/npc/monster/20433-FesteringBat.xml create mode 100644 data/templates/npc/monster/20435-OpalBeast.xml create mode 100644 data/templates/npc/monster/20436-OlMahumSupplier.xml create mode 100644 data/templates/npc/monster/20437-OlMahumRecruit.xml create mode 100644 data/templates/npc/monster/20438-OlMahumGeneral.xml create mode 100644 data/templates/npc/monster/20439-OlMahumOfficer.xml create mode 100644 data/templates/npc/monster/20440-ElderBrownFox.xml create mode 100644 data/templates/npc/monster/20441-ElderLongtailFox.xml create mode 100644 data/templates/npc/monster/20442-ElderWolf.xml create mode 100644 data/templates/npc/monster/20443-ElderRedFox.xml create mode 100644 data/templates/npc/monster/20444-ElderPrairieFox.xml create mode 100644 data/templates/npc/monster/20445-UthankaPirate.xml create mode 100644 data/templates/npc/monster/20446-UtukuOrc.xml create mode 100644 data/templates/npc/monster/20447-UtukuOrcArcher.xml create mode 100644 data/templates/npc/monster/20448-UtukuOrcGrunt.xml create mode 100644 data/templates/npc/monster/20449-WillOWisp.xml create mode 100644 data/templates/npc/monster/20450-RelicWerewolf.xml create mode 100644 data/templates/npc/monster/20451-RelicSpartoi.xml create mode 100644 data/templates/npc/monster/20453-HumanGhost.xml create mode 100644 data/templates/npc/monster/20454-OblivionWatcher.xml create mode 100644 data/templates/npc/monster/20455-DoomSoldier.xml create mode 100644 data/templates/npc/monster/20456-AshenWolf.xml create mode 100644 data/templates/npc/monster/20457-ZombieSoldier.xml create mode 100644 data/templates/npc/monster/20458-ZombieWarrior.xml create mode 100644 data/templates/npc/monster/20460-CrimsonSpider.xml create mode 100644 data/templates/npc/monster/20461-DungeonSpider.xml create mode 100644 data/templates/npc/monster/20462-CaveBladeSpider.xml create mode 100644 data/templates/npc/monster/20463-DungeonSkeletonArcher.xml create mode 100644 data/templates/npc/monster/20464-DungeonSkeleton.xml create mode 100644 data/templates/npc/monster/20465-PrairieFox.xml create mode 100644 data/templates/npc/monster/20466-PincerSpider.xml create mode 100644 data/templates/npc/monster/20468-KabooOrc.xml create mode 100644 data/templates/npc/monster/20469-KabooOrcArcher.xml create mode 100644 data/templates/npc/monster/20470-KabooOrcGrunt.xml create mode 100644 data/templates/npc/monster/20471-KabooOrcFighter.xml create mode 100644 data/templates/npc/monster/20472-KabooOrcFighterLeader.xml create mode 100644 data/templates/npc/monster/20473-KabooOrcFighterLieutenant.xml create mode 100644 data/templates/npc/monster/20474-KashaSpider.xml create mode 100644 data/templates/npc/monster/20475-KashaWolf.xml create mode 100644 data/templates/npc/monster/20476-KashaFangSpider.xml create mode 100644 data/templates/npc/monster/20477-KashaTimberWolf.xml create mode 100644 data/templates/npc/monster/20478-KashaBladeSpider.xml create mode 100644 data/templates/npc/monster/20479-KashaBear.xml create mode 100644 data/templates/npc/monster/20480-BladeBat.xml create mode 100644 data/templates/npc/monster/20481-BeardedKeltir.xml create mode 100644 data/templates/npc/monster/20483-CorpseCandle.xml create mode 100644 data/templates/npc/monster/20487-KurukaRatman.xml create mode 100644 data/templates/npc/monster/20488-KurukaRatmanHunter.xml create mode 100644 data/templates/npc/monster/20489-QuicksilverBeast.xml create mode 100644 data/templates/npc/monster/20490-DeathDoll.xml create mode 100644 data/templates/npc/monster/20491-CryptHorror.xml create mode 100644 data/templates/npc/monster/20492-KirunakSGuards.xml create mode 100644 data/templates/npc/monster/20494-TurekWarHound.xml create mode 100644 data/templates/npc/monster/20495-TurekOrcWarlord.xml create mode 100644 data/templates/npc/monster/20496-TurekOrcArcher.xml create mode 100644 data/templates/npc/monster/20497-TurekOrcSkirmisher.xml create mode 100644 data/templates/npc/monster/20498-TurekOrcSupplier.xml create mode 100644 data/templates/npc/monster/20499-TurekOrcFootman.xml create mode 100644 data/templates/npc/monster/20500-TurekOrcSentinel.xml create mode 100644 data/templates/npc/monster/20501-TurekOrcShaman.xml create mode 100644 data/templates/npc/monster/20502-TwinkPuma.xml create mode 100644 data/templates/npc/monster/20504-DreadSoldier.xml create mode 100644 data/templates/npc/monster/20505-RuinBat.xml create mode 100644 data/templates/npc/monster/20506-RuinImp.xml create mode 100644 data/templates/npc/monster/20507-RuinImpElder.xml create mode 100644 data/templates/npc/monster/20508-PlunderTarantula.xml create mode 100644 data/templates/npc/monster/20509-SporeFungus.xml create mode 100644 data/templates/npc/monster/20510-Puma.xml create mode 100644 data/templates/npc/monster/20511-PitchstoneGolem.xml create mode 100644 data/templates/npc/monster/20512-FieldStalker.xml create mode 100644 data/templates/npc/monster/20513-SkeletonKnight.xml create mode 100644 data/templates/npc/monster/20514-ShieldSkeleton.xml create mode 100644 data/templates/npc/monster/20515-SkeletonInfantryman.xml create mode 100644 data/templates/npc/monster/20516-SkeletonSentinel.xml create mode 100644 data/templates/npc/monster/20517-SkeletonHunter.xml create mode 100644 data/templates/npc/monster/20518-SkeletonHunterArcher.xml create mode 100644 data/templates/npc/monster/20519-SkeletonPikeman.xml create mode 100644 data/templates/npc/monster/20520-PirateCaptainUthanka.xml create mode 100644 data/templates/npc/monster/20521-WhinstoneGolem.xml create mode 100644 data/templates/npc/monster/20522-WhiteFang.xml create mode 100644 data/templates/npc/monster/20524-GreyWolfElder.xml create mode 100644 data/templates/npc/monster/20525-GrayWolf.xml create mode 100644 data/templates/npc/monster/20526-ObsidianGolem.xml create mode 100644 data/templates/npc/monster/20527-GreatSnowWolf.xml create mode 100644 data/templates/npc/monster/20528-GoblinLord.xml create mode 100644 data/templates/npc/monster/20529-YoungBrownKeltir.xml create mode 100644 data/templates/npc/monster/20530-YoungRedKeltir.xml create mode 100644 data/templates/npc/monster/20531-YoungPrairieKeltir.xml create mode 100644 data/templates/npc/monster/20532-BrownKeltir.xml create mode 100644 data/templates/npc/monster/20533-LongtailKeltir.xml create mode 100644 data/templates/npc/monster/20534-RedKeltir.xml create mode 100644 data/templates/npc/monster/20535-PrairieKeltir.xml create mode 100644 data/templates/npc/monster/20536-ElderBrownKeltir.xml create mode 100644 data/templates/npc/monster/20537-ElderRedKeltir.xml create mode 100644 data/templates/npc/monster/20538-ElderPrairieKeltir.xml create mode 100644 data/templates/npc/monster/20539-ElderLongtailKeltir.xml create mode 100644 data/templates/npc/monster/20540-GemstoneBeast.xml create mode 100644 data/templates/npc/monster/20541-OreBat.xml create mode 100644 data/templates/npc/monster/20542-SkeletonLongbowman.xml create mode 100644 data/templates/npc/monster/20543-Ghost.xml create mode 100644 data/templates/npc/monster/20544-ElderKeltir.xml create mode 100644 data/templates/npc/monster/20545-YoungKeltir.xml create mode 100644 data/templates/npc/monster/20546-TurekOrcElder.xml create mode 100644 data/templates/npc/monster/20547-OlMahumReserve.xml create mode 100644 data/templates/npc/monster/20548-OlMahumDeserter.xml create mode 100644 data/templates/npc/monster/20549-OlMahumLord.xml create mode 100644 data/templates/npc/monster/20550-GuardianBasilisk.xml create mode 100644 data/templates/npc/monster/20551-RoadScavenger.xml create mode 100644 data/templates/npc/monster/20552-FetteredSoul.xml create mode 100644 data/templates/npc/monster/20553-Windsus.xml create mode 100644 data/templates/npc/monster/20554-Grandis.xml create mode 100644 data/templates/npc/monster/20555-GiantFungus.xml create mode 100644 data/templates/npc/monster/20556-GiantMonstereye.xml create mode 100644 data/templates/npc/monster/20557-DireWyrm.xml create mode 100644 data/templates/npc/monster/20558-RottingTree.xml create mode 100644 data/templates/npc/monster/20559-RottingGolem.xml create mode 100644 data/templates/npc/monster/20560-TrisalimSpider.xml create mode 100644 data/templates/npc/monster/20561-TrisalimTarantula.xml create mode 100644 data/templates/npc/monster/20562-SporeZombie.xml create mode 100644 data/templates/npc/monster/20563-ManashenGargoyle.xml create mode 100644 data/templates/npc/monster/20564-EnchantedMonstereye.xml create mode 100644 data/templates/npc/monster/20565-EnchantedStoneGolem.xml create mode 100644 data/templates/npc/monster/20566-EnchantedIronGolem.xml create mode 100644 data/templates/npc/monster/20567-EnchantedGargoyle.xml create mode 100644 data/templates/npc/monster/20568-Formor.xml create mode 100644 data/templates/npc/monster/20569-FormorElder.xml create mode 100644 data/templates/npc/monster/20570-TarlkBugbear.xml create mode 100644 data/templates/npc/monster/20571-TarlkBugbearWarrior.xml create mode 100644 data/templates/npc/monster/20572-TarlkBugbearHighWarrior.xml create mode 100644 data/templates/npc/monster/20573-TarlkBasilisk.xml create mode 100644 data/templates/npc/monster/20574-ElderTarlkBasilisk.xml create mode 100644 data/templates/npc/monster/20575-OelMahumWarrior.xml create mode 100644 data/templates/npc/monster/20576-OelMahumWitchDoctor.xml create mode 100644 data/templates/npc/monster/20577-LetoLizardman.xml create mode 100644 data/templates/npc/monster/20578-LetoLizardmanArcher.xml create mode 100644 data/templates/npc/monster/20579-LetoLizardmanSoldier.xml create mode 100644 data/templates/npc/monster/20580-LetoLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20581-LetoLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20582-LetoLizardmanOverlord.xml create mode 100644 data/templates/npc/monster/20583-TimakOrc.xml create mode 100644 data/templates/npc/monster/20584-TimakOrcArcher.xml create mode 100644 data/templates/npc/monster/20585-TimakOrcSoldier.xml create mode 100644 data/templates/npc/monster/20586-TimakOrcWarrior.xml create mode 100644 data/templates/npc/monster/20587-TimakOrcShaman.xml create mode 100644 data/templates/npc/monster/20588-TimakOrcOverlord.xml create mode 100644 data/templates/npc/monster/20589-Fline.xml create mode 100644 data/templates/npc/monster/20590-Liele.xml create mode 100644 data/templates/npc/monster/20591-ValleyTreant.xml create mode 100644 data/templates/npc/monster/20592-Satyr.xml create mode 100644 data/templates/npc/monster/20593-Unicorn.xml create mode 100644 data/templates/npc/monster/20594-ForestRunner.xml create mode 100644 data/templates/npc/monster/20595-FlineElder.xml create mode 100644 data/templates/npc/monster/20596-LieleElder.xml create mode 100644 data/templates/npc/monster/20597-ValleyTreantElder.xml create mode 100644 data/templates/npc/monster/20598-SatyrElder.xml create mode 100644 data/templates/npc/monster/20599-UnicornElder.xml create mode 100644 data/templates/npc/monster/20600-KarulBugbear.xml create mode 100644 data/templates/npc/monster/20601-TamlinOrc.xml create mode 100644 data/templates/npc/monster/20602-TamlinOrcArcher.xml create mode 100644 data/templates/npc/monster/20603-KronbeSpider.xml create mode 100644 data/templates/npc/monster/20604-Rakin.xml create mode 100644 data/templates/npc/monster/20605-WeirdDrake.xml create mode 100644 data/templates/npc/monster/20606-KuranKobold.xml create mode 100644 data/templates/npc/monster/20607-KuranKoboldWarrior.xml create mode 100644 data/templates/npc/monster/20608-PatinArcher.xml create mode 100644 data/templates/npc/monster/20609-RakinSalamander.xml create mode 100644 data/templates/npc/monster/20610-SentinelOfWater.xml create mode 100644 data/templates/npc/monster/20611-DreVanulWarrior.xml create mode 100644 data/templates/npc/monster/20612-SalamanderRowin.xml create mode 100644 data/templates/npc/monster/20613-LafiLizardman.xml create mode 100644 data/templates/npc/monster/20614-LafiLizardmanScout.xml create mode 100644 data/templates/npc/monster/20615-RitmalSwordsman.xml create mode 100644 data/templates/npc/monster/20616-RakinUndine.xml create mode 100644 data/templates/npc/monster/20617-SentinelOfWater.xml create mode 100644 data/templates/npc/monster/20618-KanilSuccubus.xml create mode 100644 data/templates/npc/monster/20619-RowinUndine.xml create mode 100644 data/templates/npc/monster/20620-CaveBeast.xml create mode 100644 data/templates/npc/monster/20621-DeathWave.xml create mode 100644 data/templates/npc/monster/20622-MalrukSoldier.xml create mode 100644 data/templates/npc/monster/20623-Plando.xml create mode 100644 data/templates/npc/monster/20624-CaveHowler.xml create mode 100644 data/templates/npc/monster/20625-MalrukKnight.xml create mode 100644 data/templates/npc/monster/20626-MalrukBerserker.xml create mode 100644 data/templates/npc/monster/20627-MalrukLord.xml create mode 100644 data/templates/npc/monster/20628-LimalKarinness.xml create mode 100644 data/templates/npc/monster/20629-Karik.xml create mode 100644 data/templates/npc/monster/20630-TaikOrc.xml create mode 100644 data/templates/npc/monster/20631-TaikOrcArcher.xml create mode 100644 data/templates/npc/monster/20632-TaikOrcWarrior.xml create mode 100644 data/templates/npc/monster/20633-TaikOrcShaman.xml create mode 100644 data/templates/npc/monster/20634-TaikOrcCaptain.xml create mode 100644 data/templates/npc/monster/20635-Carinkain.xml create mode 100644 data/templates/npc/monster/20636-ForestOfMirrorsGhost.xml create mode 100644 data/templates/npc/monster/20637-ForestOfMirrorsGhost.xml create mode 100644 data/templates/npc/monster/20638-ForestOfMirrorsGhost.xml create mode 100644 data/templates/npc/monster/20639-Mirror.xml create mode 100644 data/templates/npc/monster/20640-HaritLizardman.xml create mode 100644 data/templates/npc/monster/20641-HaritLizardmanGrunt.xml create mode 100644 data/templates/npc/monster/20642-HaritLizardmanArcher.xml create mode 100644 data/templates/npc/monster/20643-HaritLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20644-HaritLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20645-HaritLizardmanMatriarch.xml create mode 100644 data/templates/npc/monster/20646-Halingka.xml create mode 100644 data/templates/npc/monster/20647-Yintzu.xml create mode 100644 data/templates/npc/monster/20648-Paliote.xml create mode 100644 data/templates/npc/monster/20649-Hamrut.xml create mode 100644 data/templates/npc/monster/20650-Kranrot.xml create mode 100644 data/templates/npc/monster/20651-Gamlin.xml create mode 100644 data/templates/npc/monster/20652-Leogul.xml create mode 100644 data/templates/npc/monster/20653-LesserGiant.xml create mode 100644 data/templates/npc/monster/20654-LesserGiantSoldier.xml create mode 100644 data/templates/npc/monster/20655-LesserGiantShooter.xml create mode 100644 data/templates/npc/monster/20656-LesserGiantScout.xml create mode 100644 data/templates/npc/monster/20657-LesserGiantMage.xml create mode 100644 data/templates/npc/monster/20658-LesserGiantElder.xml create mode 100644 data/templates/npc/monster/20659-GraveWanderer.xml create mode 100644 data/templates/npc/monster/20660-ArcherOfGreed.xml create mode 100644 data/templates/npc/monster/20661-HatarRatmanThief.xml create mode 100644 data/templates/npc/monster/20662-HatarRatmanBoss.xml create mode 100644 data/templates/npc/monster/20663-HatarHanishee.xml create mode 100644 data/templates/npc/monster/20664-Deprive.xml create mode 100644 data/templates/npc/monster/20665-TaikOrcSupply.xml create mode 100644 data/templates/npc/monster/20666-TaikOrcSeeker.xml create mode 100644 data/templates/npc/monster/20667-Farcran.xml create mode 100644 data/templates/npc/monster/20668-GraveGuard.xml create mode 100644 data/templates/npc/monster/20669-TaikOrcSupplyLeader.xml create mode 100644 data/templates/npc/monster/20670-CrimsonDrake.xml create mode 100644 data/templates/npc/monster/20671-Kadios.xml create mode 100644 data/templates/npc/monster/20672-Trives.xml create mode 100644 data/templates/npc/monster/20673-Falibati.xml create mode 100644 data/templates/npc/monster/20674-DoomKnight.xml create mode 100644 data/templates/npc/monster/20675-Tairim.xml create mode 100644 data/templates/npc/monster/20676-JudgeOfMarsh.xml create mode 100644 data/templates/npc/monster/20677-Tulben.xml create mode 100644 data/templates/npc/monster/20678-TorturedUndead.xml create mode 100644 data/templates/npc/monster/20679-MarshStalker.xml create mode 100644 data/templates/npc/monster/20680-MarshDrake.xml create mode 100644 data/templates/npc/monster/20681-VanorSilenos.xml create mode 100644 data/templates/npc/monster/20682-VanorSilenosGrunt.xml create mode 100644 data/templates/npc/monster/20683-VanorSilenosScout.xml create mode 100644 data/templates/npc/monster/20684-VanorSilenosWarrior.xml create mode 100644 data/templates/npc/monster/20685-VanorSilenosShaman.xml create mode 100644 data/templates/npc/monster/20686-VanorSilenosChieftain.xml create mode 100644 data/templates/npc/monster/20738-KoboldLooterBepook.xml create mode 100644 data/templates/npc/monster/20739-BepookSPet.xml create mode 100644 data/templates/npc/monster/20742-MysticalWeaver.xml create mode 100644 data/templates/npc/monster/20743-Howler.xml create mode 100644 data/templates/npc/monster/20744-RedEyeVampireBat.xml create mode 100644 data/templates/npc/monster/20745-Gigantiops.xml create mode 100644 data/templates/npc/monster/20746-YoungGigantiops.xml create mode 100644 data/templates/npc/monster/20747-Roxide.xml create mode 100644 data/templates/npc/monster/20748-RoxideCohort.xml create mode 100644 data/templates/npc/monster/20749-DeathFire.xml create mode 100644 data/templates/npc/monster/20750-FireArcher.xml create mode 100644 data/templates/npc/monster/20751-Snipe.xml create mode 100644 data/templates/npc/monster/20752-SnipeCohort.xml create mode 100644 data/templates/npc/monster/20753-DarkLord.xml create mode 100644 data/templates/npc/monster/20754-DarkKnight.xml create mode 100644 data/templates/npc/monster/20755-Talakin.xml create mode 100644 data/templates/npc/monster/20756-TalakinArcher.xml create mode 100644 data/templates/npc/monster/20757-TalakinRaider.xml create mode 100644 data/templates/npc/monster/20758-DragonBearerChief.xml create mode 100644 data/templates/npc/monster/20759-DragonBearerWarrior.xml create mode 100644 data/templates/npc/monster/20760-DragonBearerArcher.xml create mode 100644 data/templates/npc/monster/20761-Pytan.xml create mode 100644 data/templates/npc/monster/20762-PytanKnight.xml create mode 100644 data/templates/npc/monster/20763-LordOfThePlains.xml create mode 100644 data/templates/npc/monster/20764-ShamanOfThePlains.xml create mode 100644 data/templates/npc/monster/20765-WarriorOfThePlains.xml create mode 100644 data/templates/npc/monster/20766-ScoutOfThePlains.xml create mode 100644 data/templates/npc/monster/20767-TimakOrcTroopLeader.xml create mode 100644 data/templates/npc/monster/20768-TimakOrcTroopShaman.xml create mode 100644 data/templates/npc/monster/20769-TimakOrcTroopWarrior.xml create mode 100644 data/templates/npc/monster/20770-TimakOrcTroopArcher.xml create mode 100644 data/templates/npc/monster/20771-Barif.xml create mode 100644 data/templates/npc/monster/20772-BarifSPet.xml create mode 100644 data/templates/npc/monster/20773-ConjurerBatLord.xml create mode 100644 data/templates/npc/monster/20774-ConjurerBat.xml create mode 100644 data/templates/npc/monster/20775-BugbearRaider.xml create mode 100644 data/templates/npc/monster/20776-DarkSuccubus.xml create mode 100644 data/templates/npc/monster/20777-HunterBear.xml create mode 100644 data/templates/npc/monster/20778-RagnaOrcOverlord.xml create mode 100644 data/templates/npc/monster/20779-RagnaOrcSeer.xml create mode 100644 data/templates/npc/monster/20780-BloodyAxeElite.xml create mode 100644 data/templates/npc/monster/20781-DeluLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20782-OlMahumNovice.xml create mode 100644 data/templates/npc/monster/20783-DreadWolf.xml create mode 100644 data/templates/npc/monster/20784-TasabaLizardman.xml create mode 100644 data/templates/npc/monster/20785-TasabaLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20786-Lienrik.xml create mode 100644 data/templates/npc/monster/20787-LienrikLad.xml create mode 100644 data/templates/npc/monster/20788-Rakul.xml create mode 100644 data/templates/npc/monster/20789-Crokian.xml create mode 100644 data/templates/npc/monster/20790-Dailaon.xml create mode 100644 data/templates/npc/monster/20791-CrokianWarrior.xml create mode 100644 data/templates/npc/monster/20792-Farhite.xml create mode 100644 data/templates/npc/monster/20793-Nos.xml create mode 100644 data/templates/npc/monster/20794-BladeStakato.xml create mode 100644 data/templates/npc/monster/20795-BladeStakatoWorker.xml create mode 100644 data/templates/npc/monster/20796-BladeStakatoWarrior.xml create mode 100644 data/templates/npc/monster/20797-BladeStakatoDrone.xml create mode 100644 data/templates/npc/monster/20798-WaterGiant.xml create mode 100644 data/templates/npc/monster/20799-QueenUndineLad.xml create mode 100644 data/templates/npc/monster/20800-EvaSSeeker.xml create mode 100644 data/templates/npc/monster/20801-TheederPiker.xml create mode 100644 data/templates/npc/monster/20802-TheederMage.xml create mode 100644 data/templates/npc/monster/20803-DollMaster.xml create mode 100644 data/templates/npc/monster/20804-CrokianLad.xml create mode 100644 data/templates/npc/monster/20805-DailaonLad.xml create mode 100644 data/templates/npc/monster/20806-CrokianLadWarrior.xml create mode 100644 data/templates/npc/monster/20807-FarhiteLad.xml create mode 100644 data/templates/npc/monster/20808-NosLad.xml create mode 100644 data/templates/npc/monster/20809-GhostOfTheTower.xml create mode 100644 data/templates/npc/monster/20810-SeerOfHallate.xml create mode 100644 data/templates/npc/monster/20811-GhastlyWarrior.xml create mode 100644 data/templates/npc/monster/20812-ArcherOfDespair.xml create mode 100644 data/templates/npc/monster/20813-Crendion.xml create mode 100644 data/templates/npc/monster/20814-BladerOfDespair.xml create mode 100644 data/templates/npc/monster/20815-HoundDogOfHallate.xml create mode 100644 data/templates/npc/monster/20816-HallateSRoyalGuard.xml create mode 100644 data/templates/npc/monster/20817-CorruptSage.xml create mode 100644 data/templates/npc/monster/20818-HallateSWarrior.xml create mode 100644 data/templates/npc/monster/20819-ArcherOfAbyss.xml create mode 100644 data/templates/npc/monster/20820-HallateSKnight.xml create mode 100644 data/templates/npc/monster/20821-ErinEdiunce.xml create mode 100644 data/templates/npc/monster/20822-HallateSMaid.xml create mode 100644 data/templates/npc/monster/20823-PlatinumTribeSoldier.xml create mode 100644 data/templates/npc/monster/20824-HallateSCommander.xml create mode 100644 data/templates/npc/monster/20825-HallateSInspector.xml create mode 100644 data/templates/npc/monster/20826-PlatinumTribeArcher.xml create mode 100644 data/templates/npc/monster/20827-PlatinumTribeWarrior.xml create mode 100644 data/templates/npc/monster/20828-PlatinumTribeShaman.xml create mode 100644 data/templates/npc/monster/20829-PlatinumTribeOverlord.xml create mode 100644 data/templates/npc/monster/20830-GuardianAngel.xml create mode 100644 data/templates/npc/monster/20831-SealAngel.xml create mode 100644 data/templates/npc/monster/20832-ZakenSPikeman.xml create mode 100644 data/templates/npc/monster/20833-ZakenSArcher.xml create mode 100644 data/templates/npc/monster/20834-Mardian.xml create mode 100644 data/templates/npc/monster/20835-ZakenSSeer.xml create mode 100644 data/templates/npc/monster/20836-PirateZombie.xml create mode 100644 data/templates/npc/monster/20837-TaintedOgre.xml create mode 100644 data/templates/npc/monster/20838-BloodyBat.xml create mode 100644 data/templates/npc/monster/20839-UnpleasantHumming.xml create mode 100644 data/templates/npc/monster/20840-DeathFlyer.xml create mode 100644 data/templates/npc/monster/20841-FiendArcher.xml create mode 100644 data/templates/npc/monster/20842-Musveren.xml create mode 100644 data/templates/npc/monster/20843-ZakenSRoyalGuard.xml create mode 100644 data/templates/npc/monster/20844-KaimVanul.xml create mode 100644 data/templates/npc/monster/20845-PirateSZombieCaptain.xml create mode 100644 data/templates/npc/monster/20846-DollBlader.xml create mode 100644 data/templates/npc/monster/20847-ValeMaster.xml create mode 100644 data/templates/npc/monster/20848-LightBringer.xml create mode 100644 data/templates/npc/monster/20849-LightWorm.xml create mode 100644 data/templates/npc/monster/20850-GoldenStagLord.xml create mode 100644 data/templates/npc/monster/20851-Theeder.xml create mode 100644 data/templates/npc/monster/20852-Banshee.xml create mode 100644 data/templates/npc/monster/20853-KelMahum.xml create mode 100644 data/templates/npc/monster/20854-KelMahumWarrior.xml create mode 100644 data/templates/npc/monster/20855-KelMahumArcher.xml create mode 100644 data/templates/npc/monster/20856-KelMahumShaman.xml create mode 100644 data/templates/npc/monster/20857-KelMahumChampion.xml create mode 100644 data/templates/npc/monster/20858-Angel.xml create mode 100644 data/templates/npc/monster/20859-GuardianAngel.xml create mode 100644 data/templates/npc/monster/20860-SealAngel.xml create mode 100644 data/templates/npc/monster/20861-OelMahumChampion.xml create mode 100644 data/templates/npc/monster/20862-DeathLord.xml create mode 100644 data/templates/npc/monster/20919-MailleLizardman.xml create mode 100644 data/templates/npc/monster/20920-MailleLizardmanScout.xml create mode 100644 data/templates/npc/monster/20921-MailleLizardmanGuard.xml create mode 100644 data/templates/npc/monster/20922-MailleLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/20923-MailleLizardmanShaman.xml create mode 100644 data/templates/npc/monster/20924-MailleLizardmanMatriarch.xml create mode 100644 data/templates/npc/monster/20925-GiantAraneid.xml create mode 100644 data/templates/npc/monster/20926-PoisonAraneid.xml create mode 100644 data/templates/npc/monster/20927-KingOfTheAraneid.xml create mode 100644 data/templates/npc/monster/20928-HatuWeirdBee.xml create mode 100644 data/templates/npc/monster/20929-HatuDireWolf.xml create mode 100644 data/templates/npc/monster/20930-HatuBrownBear.xml create mode 100644 data/templates/npc/monster/20931-HatuOnyxBeast.xml create mode 100644 data/templates/npc/monster/20932-HatuCrimsonBear.xml create mode 100644 data/templates/npc/monster/20933-HatuWindsus.xml create mode 100644 data/templates/npc/monster/20934-WaspWorker.xml create mode 100644 data/templates/npc/monster/20935-WaspLeader.xml create mode 100644 data/templates/npc/monster/20936-TanorSilenos.xml create mode 100644 data/templates/npc/monster/20937-TanorSilenosGrunt.xml create mode 100644 data/templates/npc/monster/20938-TanorSilenosScout.xml create mode 100644 data/templates/npc/monster/20939-TanorSilenosWarrior.xml create mode 100644 data/templates/npc/monster/20940-TanorSilenosShaman.xml create mode 100644 data/templates/npc/monster/20941-TanorSilenosChieftain.xml create mode 100644 data/templates/npc/monster/20942-NightmareGuide.xml create mode 100644 data/templates/npc/monster/20943-NightmareKeeper.xml create mode 100644 data/templates/npc/monster/20944-NightmareLord.xml create mode 100644 data/templates/npc/monster/20945-Cadeine.xml create mode 100644 data/templates/npc/monster/20946-Sanhidro.xml create mode 100644 data/templates/npc/monster/20947-Connabi.xml create mode 100644 data/templates/npc/monster/20948-Bartal.xml create mode 100644 data/templates/npc/monster/20949-Luminun.xml create mode 100644 data/templates/npc/monster/20950-Innersen.xml create mode 100644 data/templates/npc/monster/20951-PobbySMaid.xml create mode 100644 data/templates/npc/monster/20952-PobbyEscort.xml create mode 100644 data/templates/npc/monster/20953-Pobby.xml create mode 100644 data/templates/npc/monster/20954-HungeredCorpse.xml create mode 100644 data/templates/npc/monster/20955-GhostlyWarrior.xml create mode 100644 data/templates/npc/monster/20956-PastKnight.xml create mode 100644 data/templates/npc/monster/20957-NihilInvader.xml create mode 100644 data/templates/npc/monster/20958-DeathAgent.xml create mode 100644 data/templates/npc/monster/20959-DarkGuard.xml create mode 100644 data/templates/npc/monster/20960-BloodyGhost.xml create mode 100644 data/templates/npc/monster/20961-BloodyKnight.xml create mode 100644 data/templates/npc/monster/20962-BloodyPriest.xml create mode 100644 data/templates/npc/monster/20963-BloodyLord.xml create mode 100644 data/templates/npc/monster/20964-HugeFootmark.xml create mode 100644 data/templates/npc/monster/20965-ChimeraPiece.xml create mode 100644 data/templates/npc/monster/20966-ChangedCreation.xml create mode 100644 data/templates/npc/monster/20967-PastCreature.xml create mode 100644 data/templates/npc/monster/20968-NonexistentMan.xml create mode 100644 data/templates/npc/monster/20969-GiantSShadow.xml create mode 100644 data/templates/npc/monster/20970-SoldierOfAncientTimes.xml create mode 100644 data/templates/npc/monster/20971-WarriorOfAncientTimes.xml create mode 100644 data/templates/npc/monster/20972-ShamanOfAncientTimes.xml create mode 100644 data/templates/npc/monster/20973-ForgottenAncientPeople.xml create mode 100644 data/templates/npc/monster/20974-SpitefulSoulLeader.xml create mode 100644 data/templates/npc/monster/20975-SpitefulSoulWizard.xml create mode 100644 data/templates/npc/monster/20976-SpitefulSoulFighter.xml create mode 100644 data/templates/npc/monster/20977-ElmoradanSLady.xml create mode 100644 data/templates/npc/monster/20978-ElmoradanSArcherEscort.xml create mode 100644 data/templates/npc/monster/20979-ElmoradanSMaid.xml create mode 100644 data/templates/npc/monster/20980-HallateSFollowerMul.xml create mode 100644 data/templates/npc/monster/20981-MulSWizard.xml create mode 100644 data/templates/npc/monster/20982-MulSKnight.xml create mode 100644 data/templates/npc/monster/20983-Binder.xml create mode 100644 data/templates/npc/monster/20984-BoundWarrior.xml create mode 100644 data/templates/npc/monster/20985-BoundArcher.xml create mode 100644 data/templates/npc/monster/20986-Sairon.xml create mode 100644 data/templates/npc/monster/20987-SaironSDoll.xml create mode 100644 data/templates/npc/monster/20988-SaironSPuppet.xml create mode 100644 data/templates/npc/monster/20989-Lageos.xml create mode 100644 data/templates/npc/monster/20990-Pageos.xml create mode 100644 data/templates/npc/monster/20991-SwampTribe.xml create mode 100644 data/templates/npc/monster/20992-SwampAlligator.xml create mode 100644 data/templates/npc/monster/20993-SwampWarrior.xml create mode 100644 data/templates/npc/monster/20994-GardenGuardLeader.xml create mode 100644 data/templates/npc/monster/20995-GardenGuard.xml create mode 100644 data/templates/npc/monster/20996-SpitefulGhostOfRuins.xml create mode 100644 data/templates/npc/monster/20997-SoldierOfGrief.xml create mode 100644 data/templates/npc/monster/20998-CruelPunisher.xml create mode 100644 data/templates/npc/monster/20999-RovingSoul.xml create mode 100644 data/templates/npc/monster/21000-SoulOfRuins.xml create mode 100644 data/templates/npc/monster/21001-WretchedArcher.xml create mode 100644 data/templates/npc/monster/21002-DoomScout.xml create mode 100644 data/templates/npc/monster/21003-GraveLich.xml create mode 100644 data/templates/npc/monster/21004-DismalPole.xml create mode 100644 data/templates/npc/monster/21005-GravePredator.xml create mode 100644 data/templates/npc/monster/21006-DoomServant.xml create mode 100644 data/templates/npc/monster/21007-DoomGuard.xml create mode 100644 data/templates/npc/monster/21008-DoomArcher.xml create mode 100644 data/templates/npc/monster/21009-DoomTrooper.xml create mode 100644 data/templates/npc/monster/21010-DoomWarrior.xml create mode 100644 data/templates/npc/monster/21011-OlMahumVanGrunt.xml create mode 100644 data/templates/npc/monster/21012-MagicalEye.xml create mode 100644 data/templates/npc/monster/21013-OlMahumVanArcher.xml create mode 100644 data/templates/npc/monster/21014-LesserWarlikeTyrant.xml create mode 100644 data/templates/npc/monster/21015-OlMahumVanLeader.xml create mode 100644 data/templates/npc/monster/21016-WarlikeTyrant.xml create mode 100644 data/templates/npc/monster/21017-FallenOrc.xml create mode 100644 data/templates/npc/monster/21018-AncientGargoyle.xml create mode 100644 data/templates/npc/monster/21019-FallenOrcArcher.xml create mode 100644 data/templates/npc/monster/21020-FallenOrcShaman.xml create mode 100644 data/templates/npc/monster/21021-SharpTalonTiger.xml create mode 100644 data/templates/npc/monster/21022-FallenOrcCaptain.xml create mode 100644 data/templates/npc/monster/21023-SobbingWind.xml create mode 100644 data/templates/npc/monster/21024-BabblingWind.xml create mode 100644 data/templates/npc/monster/21025-GigglingWind.xml create mode 100644 data/templates/npc/monster/21026-SingingWind.xml create mode 100644 data/templates/npc/monster/21034-Ogre.xml create mode 100644 data/templates/npc/monster/21035-Catherok.xml create mode 100644 data/templates/npc/monster/21036-Shindebarn.xml create mode 100644 data/templates/npc/monster/21037-Ossiud.xml create mode 100644 data/templates/npc/monster/21038-Liangma.xml create mode 100644 data/templates/npc/monster/21039-SnipeCohort.xml create mode 100644 data/templates/npc/monster/21040-SoldierOfDarkness.xml create mode 100644 data/templates/npc/monster/21058-BeastLord.xml create mode 100644 data/templates/npc/monster/21059-BeastGuardian.xml create mode 100644 data/templates/npc/monster/21060-BeastSeer.xml create mode 100644 data/templates/npc/monster/21061-HallateSGuardian.xml create mode 100644 data/templates/npc/monster/21062-MessengerAngel.xml create mode 100644 data/templates/npc/monster/21063-MessengerAngel.xml create mode 100644 data/templates/npc/monster/21064-PlatinumGuardianArcher.xml create mode 100644 data/templates/npc/monster/21065-PlatinumGuardianWarrior.xml create mode 100644 data/templates/npc/monster/21066-PlatinumGuardianShaman.xml create mode 100644 data/templates/npc/monster/21067-GuardianArchangel.xml create mode 100644 data/templates/npc/monster/21068-GuardianArchangel.xml create mode 100644 data/templates/npc/monster/21069-PlatinumGuardianPrefect.xml create mode 100644 data/templates/npc/monster/21070-SealArchangel.xml create mode 100644 data/templates/npc/monster/21071-SealArchangel.xml create mode 100644 data/templates/npc/monster/21072-PlatinumGuardianChief.xml create mode 100644 data/templates/npc/monster/21073-GuardianWarriorOfElmoreden.xml create mode 100644 data/templates/npc/monster/21074-BoundShaman.xml create mode 100644 data/templates/npc/monster/21075-SlaughterBathin.xml create mode 100644 data/templates/npc/monster/21076-BathinSKnight.xml create mode 100644 data/templates/npc/monster/21077-BathinSWizard.xml create mode 100644 data/templates/npc/monster/21078-MagusValac.xml create mode 100644 data/templates/npc/monster/21079-ValacSCreature.xml create mode 100644 data/templates/npc/monster/21080-ValacSGuardianSpirit.xml create mode 100644 data/templates/npc/monster/21081-PowerAngelAmon.xml create mode 100644 data/templates/npc/monster/21082-AmonSCaptainOfTheGuards.xml create mode 100644 data/templates/npc/monster/21083-AmonSSpirits.xml create mode 100644 data/templates/npc/monster/21084-BloodyLady.xml create mode 100644 data/templates/npc/monster/21085-BloodySniper.xml create mode 100644 data/templates/npc/monster/21086-BloodyLiviona.xml create mode 100644 data/templates/npc/monster/21087-BloodyKnight.xml create mode 100644 data/templates/npc/monster/21088-BloodyBanshee.xml create mode 100644 data/templates/npc/monster/21089-BloodyLord.xml create mode 100644 data/templates/npc/monster/21090-BloodyGuardian.xml create mode 100644 data/templates/npc/monster/21091-BloodyKeeper.xml create mode 100644 data/templates/npc/monster/21092-BloodyMystic.xml create mode 100644 data/templates/npc/monster/21093-RatmanSubChieftain.xml create mode 100644 data/templates/npc/monster/21094-RatmanChieftain.xml create mode 100644 data/templates/npc/monster/21095-GiantPoisonBee.xml create mode 100644 data/templates/npc/monster/21096-CloudyBeast.xml create mode 100644 data/templates/npc/monster/21097-YoungAraneid.xml create mode 100644 data/templates/npc/monster/21098-PlainGrizzly.xml create mode 100644 data/templates/npc/monster/21099-CloudyBeastTuren.xml create mode 100644 data/templates/npc/monster/21100-LangkLizardmanSentinel.xml create mode 100644 data/templates/npc/monster/21101-LangkLizardmanShaman.xml create mode 100644 data/templates/npc/monster/21102-WatchmanOfThePlains.xml create mode 100644 data/templates/npc/monster/21103-RoughlyHewnRockGolem.xml create mode 100644 data/templates/npc/monster/21104-DeluLizardmanSupplier.xml create mode 100644 data/templates/npc/monster/21105-DeluLizardmanSpecialAgent.xml create mode 100644 data/templates/npc/monster/21106-CursedSeer.xml create mode 100644 data/templates/npc/monster/21107-DeluLizardmanCommander.xml create mode 100644 data/templates/npc/monster/21108-GlowWisp.xml create mode 100644 data/templates/npc/monster/21109-HamesOrcScout.xml create mode 100644 data/templates/npc/monster/21110-MarshPredator.xml create mode 100644 data/templates/npc/monster/21111-LavaWyrm.xml create mode 100644 data/templates/npc/monster/21112-HamesOrcFootman.xml create mode 100644 data/templates/npc/monster/21113-HamesOrcSniper.xml create mode 100644 data/templates/npc/monster/21114-CursedGuardian.xml create mode 100644 data/templates/npc/monster/21115-HamesOrcShaman.xml create mode 100644 data/templates/npc/monster/21116-HamesOrcOverlord.xml create mode 100644 data/templates/npc/monster/21117-KashaImp.xml create mode 100644 data/templates/npc/monster/21118-BaarDreVanul.xml create mode 100644 data/templates/npc/monster/21119-Hobgoblin.xml create mode 100644 data/templates/npc/monster/21120-KashaImpTuren.xml create mode 100644 data/templates/npc/monster/21121-KashaDireWolf.xml create mode 100644 data/templates/npc/monster/21122-KashaBugbear.xml create mode 100644 data/templates/npc/monster/21123-BaarDreVanulDestroyer.xml create mode 100644 data/templates/npc/monster/21124-RedEyeBarbedBat.xml create mode 100644 data/templates/npc/monster/21125-NorthernTrimden.xml create mode 100644 data/templates/npc/monster/21126-KeropeWerewolf.xml create mode 100644 data/templates/npc/monster/21127-NorthernGoblin.xml create mode 100644 data/templates/npc/monster/21128-SpineGolem.xml create mode 100644 data/templates/npc/monster/21129-KeropeWerewolfChief.xml create mode 100644 data/templates/npc/monster/21130-NorthernGoblinLeader.xml create mode 100644 data/templates/npc/monster/21131-EnchantedSpineGolem.xml create mode 100644 data/templates/npc/monster/21132-UndergroundKobold.xml create mode 100644 data/templates/npc/monster/21133-DeadPitSkeletonArcher.xml create mode 100644 data/templates/npc/monster/21134-DeadPitSpartoi.xml create mode 100644 data/templates/npc/monster/21135-UndergroundKoboldWarrior.xml create mode 100644 data/templates/npc/monster/21136-DeadPitHorror.xml create mode 100644 data/templates/npc/monster/21137-IronOreGolem.xml create mode 100644 data/templates/npc/monster/21138-GreedyGeist.xml create mode 100644 data/templates/npc/monster/21139-CatacombBarbedBat.xml create mode 100644 data/templates/npc/monster/21140-CatacombWisp.xml create mode 100644 data/templates/npc/monster/21141-CatacombSerpent.xml create mode 100644 data/templates/npc/monster/21142-GraveKeeperSpartoi.xml create mode 100644 data/templates/npc/monster/21143-CatacombScavengerBat.xml create mode 100644 data/templates/npc/monster/21144-CatacombShadow.xml create mode 100644 data/templates/npc/monster/21145-CatacombStakatoSoldier.xml create mode 100644 data/templates/npc/monster/21146-GraveKeeperDarkHorror.xml create mode 100644 data/templates/npc/monster/21147-CatacombGargoyle.xml create mode 100644 data/templates/npc/monster/21148-CatacombLiviona.xml create mode 100644 data/templates/npc/monster/21149-DecayedAncientPikeman.xml create mode 100644 data/templates/npc/monster/21150-DecayedAncientSoldier.xml create mode 100644 data/templates/npc/monster/21151-DecayedAncientKnight.xml create mode 100644 data/templates/npc/monster/21152-PurgatoryWisp.xml create mode 100644 data/templates/npc/monster/21153-PurgatorySerpent.xml create mode 100644 data/templates/npc/monster/21154-HellKeeperMedusa.xml create mode 100644 data/templates/npc/monster/21155-PurgatoryConjurer.xml create mode 100644 data/templates/npc/monster/21156-PurgatoryShadow.xml create mode 100644 data/templates/npc/monster/21157-PurgatoryTarantula.xml create mode 100644 data/templates/npc/monster/21158-HellKeeperCrimsonDoll.xml create mode 100644 data/templates/npc/monster/21159-PurgatoryGargoyle.xml create mode 100644 data/templates/npc/monster/21160-PurgatoryLiviona.xml create mode 100644 data/templates/npc/monster/21161-LesserAncientSoldier.xml create mode 100644 data/templates/npc/monster/21162-LesserAncientScout.xml create mode 100644 data/templates/npc/monster/21163-LesserAncientShaman.xml create mode 100644 data/templates/npc/monster/21164-GuardianSpiritOfAncientHolyGround.xml create mode 100644 data/templates/npc/monster/21165-LesserAncientWarrior.xml create mode 100644 data/templates/npc/monster/21166-LithScout.xml create mode 100644 data/templates/npc/monster/21167-LithWitch.xml create mode 100644 data/templates/npc/monster/21168-LithWarrior.xml create mode 100644 data/templates/npc/monster/21169-LithGuard.xml create mode 100644 data/templates/npc/monster/21170-LithMedium.xml create mode 100644 data/templates/npc/monster/21171-LithOverlord.xml create mode 100644 data/templates/npc/monster/21172-LithPatrolman.xml create mode 100644 data/templates/npc/monster/21173-LithShaman.xml create mode 100644 data/templates/npc/monster/21174-LithCommander.xml create mode 100644 data/templates/npc/monster/21175-LilimButcher.xml create mode 100644 data/templates/npc/monster/21176-LilimMagus.xml create mode 100644 data/templates/npc/monster/21177-LilimKnightErrant.xml create mode 100644 data/templates/npc/monster/21178-LilimMarauder.xml create mode 100644 data/templates/npc/monster/21179-LilimPriest.xml create mode 100644 data/templates/npc/monster/21180-LilimKnight.xml create mode 100644 data/templates/npc/monster/21181-LilimAssassin.xml create mode 100644 data/templates/npc/monster/21182-LilimSoldier.xml create mode 100644 data/templates/npc/monster/21183-LilimKnightCommander.xml create mode 100644 data/templates/npc/monster/21184-LilimSlayer.xml create mode 100644 data/templates/npc/monster/21185-LilimGreatMystic.xml create mode 100644 data/templates/npc/monster/21186-LilimCourtKnight.xml create mode 100644 data/templates/npc/monster/21187-GigantSlave.xml create mode 100644 data/templates/npc/monster/21188-GigantAcolyte.xml create mode 100644 data/templates/npc/monster/21189-GigantOverseer.xml create mode 100644 data/templates/npc/monster/21190-GigantFootman.xml create mode 100644 data/templates/npc/monster/21191-GigantCleric.xml create mode 100644 data/templates/npc/monster/21192-GigantOfficer.xml create mode 100644 data/templates/npc/monster/21193-GigantRaider.xml create mode 100644 data/templates/npc/monster/21194-GigantConfessor.xml create mode 100644 data/templates/npc/monster/21195-GigantCommander.xml create mode 100644 data/templates/npc/monster/21196-NephilimSentinel.xml create mode 100644 data/templates/npc/monster/21197-NephilimPriest.xml create mode 100644 data/templates/npc/monster/21198-NephilimSwordsman.xml create mode 100644 data/templates/npc/monster/21199-NephilimGuard.xml create mode 100644 data/templates/npc/monster/21200-NephilimBishop.xml create mode 100644 data/templates/npc/monster/21201-NephilimCenturion.xml create mode 100644 data/templates/npc/monster/21202-NephilimScout.xml create mode 100644 data/templates/npc/monster/21203-NephilimArchbishop.xml create mode 100644 data/templates/npc/monster/21204-NephilimPraetorian.xml create mode 100644 data/templates/npc/monster/21205-NephilimRoyalGuard.xml create mode 100644 data/templates/npc/monster/21206-NephilimCardinal.xml create mode 100644 data/templates/npc/monster/21207-NephilimCommander.xml create mode 100644 data/templates/npc/monster/21208-HallowedWatchman.xml create mode 100644 data/templates/npc/monster/21209-HallowedSeer.xml create mode 100644 data/templates/npc/monster/21210-VaultGuardian.xml create mode 100644 data/templates/npc/monster/21211-VaultSeer.xml create mode 100644 data/templates/npc/monster/21212-HallowedSentinel.xml create mode 100644 data/templates/npc/monster/21213-HallowedMonk.xml create mode 100644 data/templates/npc/monster/21214-VaultSentinel.xml create mode 100644 data/templates/npc/monster/21215-VaultMonk.xml create mode 100644 data/templates/npc/monster/21216-OverlordOfTheHolyLands.xml create mode 100644 data/templates/npc/monster/21217-HallowedPriest.xml create mode 100644 data/templates/npc/monster/21218-VaultOverlord.xml create mode 100644 data/templates/npc/monster/21219-VaultPriest.xml create mode 100644 data/templates/npc/monster/21220-SepulcherArchon.xml create mode 100644 data/templates/npc/monster/21221-SepulcherInquisitor.xml create mode 100644 data/templates/npc/monster/21222-SepulcherArchon.xml create mode 100644 data/templates/npc/monster/21223-SepulcherInquisitor.xml create mode 100644 data/templates/npc/monster/21224-SepulcherGuardian.xml create mode 100644 data/templates/npc/monster/21225-SepulcherSage.xml create mode 100644 data/templates/npc/monster/21226-SepulcherGuardian.xml create mode 100644 data/templates/npc/monster/21227-SepulcherSage.xml create mode 100644 data/templates/npc/monster/21228-SepulcherGuard.xml create mode 100644 data/templates/npc/monster/21229-SepulcherPreacher.xml create mode 100644 data/templates/npc/monster/21230-SepulcherGuard.xml create mode 100644 data/templates/npc/monster/21231-SepulcherPreacher.xml create mode 100644 data/templates/npc/monster/21232-BarrowGuardian.xml create mode 100644 data/templates/npc/monster/21233-BarrowSeer.xml create mode 100644 data/templates/npc/monster/21234-GraveGuardian.xml create mode 100644 data/templates/npc/monster/21235-GraveSeer.xml create mode 100644 data/templates/npc/monster/21236-BarrowSentinel.xml create mode 100644 data/templates/npc/monster/21237-BarrowMonk.xml create mode 100644 data/templates/npc/monster/21238-GraveSentinel.xml create mode 100644 data/templates/npc/monster/21239-GraveMonk.xml create mode 100644 data/templates/npc/monster/21240-BarrowOverlord.xml create mode 100644 data/templates/npc/monster/21241-BarrowPriest.xml create mode 100644 data/templates/npc/monster/21242-GraveOverlord.xml create mode 100644 data/templates/npc/monster/21243-GravePriest.xml create mode 100644 data/templates/npc/monster/21244-CryptArchon.xml create mode 100644 data/templates/npc/monster/21245-CryptInquisitor.xml create mode 100644 data/templates/npc/monster/21246-TombArchon.xml create mode 100644 data/templates/npc/monster/21247-TombInquisitor.xml create mode 100644 data/templates/npc/monster/21248-CryptGuardian.xml create mode 100644 data/templates/npc/monster/21249-CryptSage.xml create mode 100644 data/templates/npc/monster/21250-TombGuardian.xml create mode 100644 data/templates/npc/monster/21251-TombSage.xml create mode 100644 data/templates/npc/monster/21252-CryptGuard.xml create mode 100644 data/templates/npc/monster/21253-CryptPreacher.xml create mode 100644 data/templates/npc/monster/21254-TombGuard.xml create mode 100644 data/templates/npc/monster/21255-TombPreacher.xml create mode 100644 data/templates/npc/monster/21256-UndergroundWerewolf.xml create mode 100644 data/templates/npc/monster/21257-EvilEyeSeer.xml create mode 100644 data/templates/npc/monster/21258-FallenOrcShaman.xml create mode 100644 data/templates/npc/monster/21259-FallenOrcShaman.xml create mode 100644 data/templates/npc/monster/21260-BetrayerOrcHero.xml create mode 100644 data/templates/npc/monster/21261-OlMahumTranscender.xml create mode 100644 data/templates/npc/monster/21262-OlMahumTranscender.xml create mode 100644 data/templates/npc/monster/21263-OlMahumTranscender.xml create mode 100644 data/templates/npc/monster/21264-OlMahumTranscender.xml create mode 100644 data/templates/npc/monster/21265-CaveAntLarva.xml create mode 100644 data/templates/npc/monster/21266-CaveAntLarva.xml create mode 100644 data/templates/npc/monster/21267-CaveAntLarva.xml create mode 100644 data/templates/npc/monster/21268-CaveAntLarva.xml create mode 100644 data/templates/npc/monster/21269-CaveAnt.xml create mode 100644 data/templates/npc/monster/21270-CaveAntSoldier.xml create mode 100644 data/templates/npc/monster/21271-CaveAnt.xml create mode 100644 data/templates/npc/monster/21272-CaveAntSoldier.xml create mode 100644 data/templates/npc/monster/21273-CaveNobleAnt.xml create mode 100644 data/templates/npc/monster/21274-Kookaburra.xml create mode 100644 data/templates/npc/monster/21275-Kookaburra.xml create mode 100644 data/templates/npc/monster/21276-Kookaburra.xml create mode 100644 data/templates/npc/monster/21278-Antelope.xml create mode 100644 data/templates/npc/monster/21279-Antelope.xml create mode 100644 data/templates/npc/monster/21280-Antelope.xml create mode 100644 data/templates/npc/monster/21282-Bandersnatch.xml create mode 100644 data/templates/npc/monster/21283-Bandersnatch.xml create mode 100644 data/templates/npc/monster/21284-Bandersnatch.xml create mode 100644 data/templates/npc/monster/21286-Buffalo.xml create mode 100644 data/templates/npc/monster/21287-Buffalo.xml create mode 100644 data/templates/npc/monster/21288-Buffalo.xml create mode 100644 data/templates/npc/monster/21290-Grendel.xml create mode 100644 data/templates/npc/monster/21291-Grendel.xml create mode 100644 data/templates/npc/monster/21292-Grendel.xml create mode 100644 data/templates/npc/monster/21294-CanyonAntelope.xml create mode 100644 data/templates/npc/monster/21295-CanyonAntelopeSlave.xml create mode 100644 data/templates/npc/monster/21296-CanyonBandersnatch.xml create mode 100644 data/templates/npc/monster/21297-CanyonBandersnatchSlave.xml create mode 100644 data/templates/npc/monster/21298-EyeOfRestrainer.xml create mode 100644 data/templates/npc/monster/21299-BuffaloSlave.xml create mode 100644 data/templates/npc/monster/21300-EyeOfGuide.xml create mode 100644 data/templates/npc/monster/21301-GazeOfNightmare.xml create mode 100644 data/templates/npc/monster/21302-EyeOfWatchman.xml create mode 100644 data/templates/npc/monster/21303-Homunculus.xml create mode 100644 data/templates/npc/monster/21304-GrendelSlave.xml create mode 100644 data/templates/npc/monster/21305-EyeOfPilgrim.xml create mode 100644 data/templates/npc/monster/21306-DisciplesOfProtection.xml create mode 100644 data/templates/npc/monster/21307-ElderHomunculus.xml create mode 100644 data/templates/npc/monster/21308-DisciplesOfPunishment.xml create mode 100644 data/templates/npc/monster/21309-DisciplesOfPunishment.xml create mode 100644 data/templates/npc/monster/21310-DisciplesOfAuthority.xml create mode 100644 data/templates/npc/monster/21311-DisciplesOfAuthority.xml create mode 100644 data/templates/npc/monster/21312-EyeOfRuler.xml create mode 100644 data/templates/npc/monster/21313-SlyHoundDog.xml create mode 100644 data/templates/npc/monster/21314-HotSpringsBandersnatchling.xml create mode 100644 data/templates/npc/monster/21315-HotSpringsBuffalo.xml create mode 100644 data/templates/npc/monster/21316-HotSpringsFlava.xml create mode 100644 data/templates/npc/monster/21317-HotSpringsAtroxspawn.xml create mode 100644 data/templates/npc/monster/21318-HotSpringsAntelope.xml create mode 100644 data/templates/npc/monster/21319-HotSpringsNepenthes.xml create mode 100644 data/templates/npc/monster/21320-HotSpringsYeti.xml create mode 100644 data/templates/npc/monster/21321-HotSpringsAtrox.xml create mode 100644 data/templates/npc/monster/21322-HotSpringsBandersnatch.xml create mode 100644 data/templates/npc/monster/21323-HotSpringsGrendel.xml create mode 100644 data/templates/npc/monster/21324-KetraOrcFootman.xml create mode 100644 data/templates/npc/monster/21325-KetraSWarHound.xml create mode 100644 data/templates/npc/monster/21326-GrazingKookaburra.xml create mode 100644 data/templates/npc/monster/21327-KetraOrcRaider.xml create mode 100644 data/templates/npc/monster/21328-KetraOrcScout.xml create mode 100644 data/templates/npc/monster/21329-KetraOrcShaman.xml create mode 100644 data/templates/npc/monster/21330-GrazingBuffalo.xml create mode 100644 data/templates/npc/monster/21331-KetraOrcWarrior.xml create mode 100644 data/templates/npc/monster/21332-KetraOrcLieutenant.xml create mode 100644 data/templates/npc/monster/21333-GrazingWindsus.xml create mode 100644 data/templates/npc/monster/21334-KetraOrcMedium.xml create mode 100644 data/templates/npc/monster/21335-KetraOrcEliteSoldier.xml create mode 100644 data/templates/npc/monster/21336-KetraOrcWhiteCaptain.xml create mode 100644 data/templates/npc/monster/21337-GrazingElderBuffalo.xml create mode 100644 data/templates/npc/monster/21338-KetraOrcSeer.xml create mode 100644 data/templates/npc/monster/21339-KetraOrcGeneral.xml create mode 100644 data/templates/npc/monster/21340-KetraOrcBattalionCommander.xml create mode 100644 data/templates/npc/monster/21341-GrazingElderKookaburra.xml create mode 100644 data/templates/npc/monster/21342-KetraOrcGrandSeer.xml create mode 100644 data/templates/npc/monster/21343-KetraCommander.xml create mode 100644 data/templates/npc/monster/21344-KetraEliteGuard.xml create mode 100644 data/templates/npc/monster/21345-KetraSHeadShaman.xml create mode 100644 data/templates/npc/monster/21346-KetraSHeadGuard.xml create mode 100644 data/templates/npc/monster/21347-KetraProphet.xml create mode 100644 data/templates/npc/monster/21348-ProphetSGuard.xml create mode 100644 data/templates/npc/monster/21349-ProphetSAide.xml create mode 100644 data/templates/npc/monster/21350-VarkaSilenosRecruit.xml create mode 100644 data/templates/npc/monster/21351-VarkaSilenosFootman.xml create mode 100644 data/templates/npc/monster/21352-GrazingAntelope.xml create mode 100644 data/templates/npc/monster/21353-VarkaSilenosScout.xml create mode 100644 data/templates/npc/monster/21354-VarkaSilenosHunter.xml create mode 100644 data/templates/npc/monster/21355-VarkaSilenosShaman.xml create mode 100644 data/templates/npc/monster/21356-GrazingNepenthes.xml create mode 100644 data/templates/npc/monster/21357-VarkaSilenosPriest.xml create mode 100644 data/templates/npc/monster/21358-VarkaSilenosWarrior.xml create mode 100644 data/templates/npc/monster/21359-GrazingBandersnatch.xml create mode 100644 data/templates/npc/monster/21360-VarkaSilenosMedium.xml create mode 100644 data/templates/npc/monster/21361-VarkaSilenosMagus.xml create mode 100644 data/templates/npc/monster/21362-VarkaSilenosOfficer.xml create mode 100644 data/templates/npc/monster/21363-GrazingFlava.xml create mode 100644 data/templates/npc/monster/21364-VarkaSilenosSeer.xml create mode 100644 data/templates/npc/monster/21365-VarkaSilenosGreatMagus.xml create mode 100644 data/templates/npc/monster/21366-VarkaSilenosGeneral.xml create mode 100644 data/templates/npc/monster/21367-GrazingElderAntelope.xml create mode 100644 data/templates/npc/monster/21368-VarkaSilenosGreatSeer.xml create mode 100644 data/templates/npc/monster/21369-VarkaSCommander.xml create mode 100644 data/templates/npc/monster/21370-VarkaSEliteGuard.xml create mode 100644 data/templates/npc/monster/21371-VarkaSHeadMagus.xml create mode 100644 data/templates/npc/monster/21372-VarkaSHeadGuard.xml create mode 100644 data/templates/npc/monster/21373-VarkaSProphet.xml create mode 100644 data/templates/npc/monster/21374-ProphetGuard.xml create mode 100644 data/templates/npc/monster/21375-DiscipleOfProphet.xml create mode 100644 data/templates/npc/monster/21376-ScarletStakatoWorker.xml create mode 100644 data/templates/npc/monster/21377-ScarletStakatoSoldier.xml create mode 100644 data/templates/npc/monster/21378-ScarletStakatoNoble.xml create mode 100644 data/templates/npc/monster/21379-TepraScorpion.xml create mode 100644 data/templates/npc/monster/21380-TepraScarab.xml create mode 100644 data/templates/npc/monster/21381-AssassinBeetle.xml create mode 100644 data/templates/npc/monster/21382-MercenaryOfDestruction.xml create mode 100644 data/templates/npc/monster/21383-KnightOfDestruction.xml create mode 100644 data/templates/npc/monster/21384-NecromancerOfDestruction.xml create mode 100644 data/templates/npc/monster/21385-LavastoneGolem.xml create mode 100644 data/templates/npc/monster/21386-MagmaGolem.xml create mode 100644 data/templates/npc/monster/21387-ArimanesOfDestruction.xml create mode 100644 data/templates/npc/monster/21388-IblisOfDestruction.xml create mode 100644 data/templates/npc/monster/21389-BalrogOfDestruction.xml create mode 100644 data/templates/npc/monster/21390-AshurasOfDestruction.xml create mode 100644 data/templates/npc/monster/21391-Lavasillisk.xml create mode 100644 data/templates/npc/monster/21392-BlazingIfrit.xml create mode 100644 data/templates/npc/monster/21393-MagmaDrake.xml create mode 100644 data/templates/npc/monster/21394-Lavasaurus.xml create mode 100644 data/templates/npc/monster/21395-ElderLavasaurus.xml create mode 100644 data/templates/npc/monster/21396-CarrionScarab.xml create mode 100644 data/templates/npc/monster/21397-CarrionScarab.xml create mode 100644 data/templates/npc/monster/21398-SoldierScarab.xml create mode 100644 data/templates/npc/monster/21399-SoldierScarab.xml create mode 100644 data/templates/npc/monster/21400-HexaBeetle.xml create mode 100644 data/templates/npc/monster/21401-HexaBeetle.xml create mode 100644 data/templates/npc/monster/21402-Katraxis.xml create mode 100644 data/templates/npc/monster/21403-Katraxis.xml create mode 100644 data/templates/npc/monster/21404-TeraBeetle.xml create mode 100644 data/templates/npc/monster/21405-TeraBeetle.xml create mode 100644 data/templates/npc/monster/21406-KnightOfEmpire.xml create mode 100644 data/templates/npc/monster/21407-KnightOfEmpire.xml create mode 100644 data/templates/npc/monster/21408-RoyalGuardOfEmpire.xml create mode 100644 data/templates/npc/monster/21409-RoyalGuardOfEmpire.xml create mode 100644 data/templates/npc/monster/21410-GuardianScarab.xml create mode 100644 data/templates/npc/monster/21411-GuardianScarab.xml create mode 100644 data/templates/npc/monster/21412-Ustralith.xml create mode 100644 data/templates/npc/monster/21413-Ustralith.xml create mode 100644 data/templates/npc/monster/21414-AssassinOfEmpire.xml create mode 100644 data/templates/npc/monster/21415-AssassinOfEmpire.xml create mode 100644 data/templates/npc/monster/21416-ImperialCommander.xml create mode 100644 data/templates/npc/monster/21417-ImperialCommander.xml create mode 100644 data/templates/npc/monster/21418-ImperialRoyalGuard.xml create mode 100644 data/templates/npc/monster/21419-ImperialRoyalGuard.xml create mode 100644 data/templates/npc/monster/21420-Ashuras.xml create mode 100644 data/templates/npc/monster/21421-Ashuras.xml create mode 100644 data/templates/npc/monster/21422-DancerOfEmpire.xml create mode 100644 data/templates/npc/monster/21423-DancerOfEmpire.xml create mode 100644 data/templates/npc/monster/21424-Ashkenas.xml create mode 100644 data/templates/npc/monster/21425-Ashkenas.xml create mode 100644 data/templates/npc/monster/21426-Abraxion.xml create mode 100644 data/templates/npc/monster/21427-Abraxion.xml create mode 100644 data/templates/npc/monster/21428-Hasturan.xml create mode 100644 data/templates/npc/monster/21429-Hasturan.xml create mode 100644 data/templates/npc/monster/21430-Arimanes.xml create mode 100644 data/templates/npc/monster/21431-Arimanes.xml create mode 100644 data/templates/npc/monster/21432-ChakramBeetle.xml create mode 100644 data/templates/npc/monster/21433-JamadarBeetle.xml create mode 100644 data/templates/npc/monster/21434-SeerOfBlood.xml create mode 100644 data/templates/npc/monster/21435-GuideOfOffering.xml create mode 100644 data/templates/npc/monster/21436-LeaderOfOffering.xml create mode 100644 data/templates/npc/monster/21437-OfferingBug.xml create mode 100644 data/templates/npc/monster/21438-HeathenWarrior.xml create mode 100644 data/templates/npc/monster/21439-HeathenExecuted.xml create mode 100644 data/templates/npc/monster/21440-HeathenArcher.xml create mode 100644 data/templates/npc/monster/21441-HeathenGrunt.xml create mode 100644 data/templates/npc/monster/21442-HeathenKnight.xml create mode 100644 data/templates/npc/monster/21443-RaiderOfPastureland.xml create mode 100644 data/templates/npc/monster/21444-RaiderOfPastureland.xml create mode 100644 data/templates/npc/monster/21445-AlpineBandersnatch.xml create mode 100644 data/templates/npc/monster/21446-RaiderOfPastureland.xml create mode 100644 data/templates/npc/monster/21447-RaiderOfPastureland.xml create mode 100644 data/templates/npc/monster/21448-RaiderOfPastureland.xml create mode 100644 data/templates/npc/monster/21449-RaiderOfPastureland.xml create mode 100644 data/templates/npc/monster/21450-AlpineGrendel.xml create mode 100644 data/templates/npc/monster/21508-SplinterStakato.xml create mode 100644 data/templates/npc/monster/21509-SplinterStakatoWorker.xml create mode 100644 data/templates/npc/monster/21510-SplinterStakatoSoldier.xml create mode 100644 data/templates/npc/monster/21511-SplinterStakatoDrone.xml create mode 100644 data/templates/npc/monster/21512-SplinterStakatoDrone.xml create mode 100644 data/templates/npc/monster/21513-NeedleStakato.xml create mode 100644 data/templates/npc/monster/21514-NeedleStakatoWorker.xml create mode 100644 data/templates/npc/monster/21515-NeedleStakatoSoldier.xml create mode 100644 data/templates/npc/monster/21516-NeedleStakatoDrone.xml create mode 100644 data/templates/npc/monster/21517-NeedleStakatoDrone.xml create mode 100644 data/templates/npc/monster/21518-FrenzyStakatoSoldier.xml create mode 100644 data/templates/npc/monster/21519-FrenzyStakatoDrone.xml create mode 100644 data/templates/npc/monster/21520-EyeOfSplendor.xml create mode 100644 data/templates/npc/monster/21521-ClawsOfSplendor.xml create mode 100644 data/templates/npc/monster/21522-ClawsOfSplendor.xml create mode 100644 data/templates/npc/monster/21523-FlashOfSplendor.xml create mode 100644 data/templates/npc/monster/21524-BladeOfSplendor.xml create mode 100644 data/templates/npc/monster/21525-BladeOfSplendor.xml create mode 100644 data/templates/npc/monster/21526-WisdomOfSplendor.xml create mode 100644 data/templates/npc/monster/21527-AngerOfSplendor.xml create mode 100644 data/templates/npc/monster/21528-AngerOfSplendor.xml create mode 100644 data/templates/npc/monster/21529-SoulOfSplendor.xml create mode 100644 data/templates/npc/monster/21530-VictoryOfSplendor.xml create mode 100644 data/templates/npc/monster/21531-PunishmentOfSplendor.xml create mode 100644 data/templates/npc/monster/21532-ShoutOfSplendor.xml create mode 100644 data/templates/npc/monster/21533-AllianceOfSplendor.xml create mode 100644 data/templates/npc/monster/21534-AllianceOfSplendor.xml create mode 100644 data/templates/npc/monster/21535-SignetOfSplendor.xml create mode 100644 data/templates/npc/monster/21536-CrownOfSplendor.xml create mode 100644 data/templates/npc/monster/21537-FangOfSplendor.xml create mode 100644 data/templates/npc/monster/21538-FangOfSplendor.xml create mode 100644 data/templates/npc/monster/21539-WailingOfSplendor.xml create mode 100644 data/templates/npc/monster/21540-WailingOfSplendor.xml create mode 100644 data/templates/npc/monster/21541-PilgrimOfSplendor.xml create mode 100644 data/templates/npc/monster/21542-DiscipleOfPilgrim.xml create mode 100644 data/templates/npc/monster/21543-PageOfPilgrim.xml create mode 100644 data/templates/npc/monster/21544-JudgeOfSplendor.xml create mode 100644 data/templates/npc/monster/21545-JudgeOfFire.xml create mode 100644 data/templates/npc/monster/21546-JudgeOfLight.xml create mode 100644 data/templates/npc/monster/21547-CorruptedKnight.xml create mode 100644 data/templates/npc/monster/21548-ResurrectedKnight.xml create mode 100644 data/templates/npc/monster/21549-CorruptedGuard.xml create mode 100644 data/templates/npc/monster/21550-CorruptedGuard.xml create mode 100644 data/templates/npc/monster/21551-ResurrectedGuard.xml create mode 100644 data/templates/npc/monster/21552-ResurrectedGuard.xml create mode 100644 data/templates/npc/monster/21553-TrampledMan.xml create mode 100644 data/templates/npc/monster/21554-TrampledMan.xml create mode 100644 data/templates/npc/monster/21555-SlaughterExecutioner.xml create mode 100644 data/templates/npc/monster/21556-SlaughterExecutioner.xml create mode 100644 data/templates/npc/monster/21557-BoneSnatcher.xml create mode 100644 data/templates/npc/monster/21558-BoneSnatcher.xml create mode 100644 data/templates/npc/monster/21559-BoneMaker.xml create mode 100644 data/templates/npc/monster/21560-BoneShaper.xml create mode 100644 data/templates/npc/monster/21561-SacrificedMan.xml create mode 100644 data/templates/npc/monster/21562-GuillotineSGhost.xml create mode 100644 data/templates/npc/monster/21563-BoneCollector.xml create mode 100644 data/templates/npc/monster/21564-SkullCollector.xml create mode 100644 data/templates/npc/monster/21565-BoneAnimator.xml create mode 100644 data/templates/npc/monster/21566-SkullAnimator.xml create mode 100644 data/templates/npc/monster/21567-BoneSlayer.xml create mode 100644 data/templates/npc/monster/21568-DevilBat.xml create mode 100644 data/templates/npc/monster/21569-DevilBat.xml create mode 100644 data/templates/npc/monster/21570-GhostOfBetrayer.xml create mode 100644 data/templates/npc/monster/21571-GhostOfRebellionSoldier.xml create mode 100644 data/templates/npc/monster/21572-BoneSweeper.xml create mode 100644 data/templates/npc/monster/21573-Atrox.xml create mode 100644 data/templates/npc/monster/21574-BoneGrinder.xml create mode 100644 data/templates/npc/monster/21575-BoneGrinder.xml create mode 100644 data/templates/npc/monster/21576-GhostOfGuillotine.xml create mode 100644 data/templates/npc/monster/21577-GhostOfGuillotine.xml create mode 100644 data/templates/npc/monster/21578-BehemothZombie.xml create mode 100644 data/templates/npc/monster/21579-GhostOfRebellionLeader.xml create mode 100644 data/templates/npc/monster/21580-BoneCaster.xml create mode 100644 data/templates/npc/monster/21581-BonePuppeteer.xml create mode 100644 data/templates/npc/monster/21582-VampireSoldier.xml create mode 100644 data/templates/npc/monster/21583-BoneScavenger.xml create mode 100644 data/templates/npc/monster/21584-BoneScavenger.xml create mode 100644 data/templates/npc/monster/21585-VampireMagician.xml create mode 100644 data/templates/npc/monster/21586-VampireAdept.xml create mode 100644 data/templates/npc/monster/21587-VampireWarrior.xml create mode 100644 data/templates/npc/monster/21588-VampireWizard.xml create mode 100644 data/templates/npc/monster/21589-VampireWizard.xml create mode 100644 data/templates/npc/monster/21590-VampireMagister.xml create mode 100644 data/templates/npc/monster/21591-VampireMagister.xml create mode 100644 data/templates/npc/monster/21592-VampireMagister.xml create mode 100644 data/templates/npc/monster/21593-VampireWarlord.xml create mode 100644 data/templates/npc/monster/21594-VampireWarlord.xml create mode 100644 data/templates/npc/monster/21595-VampireWarlord.xml create mode 100644 data/templates/npc/monster/21596-RequiemLord.xml create mode 100644 data/templates/npc/monster/21597-RequiemBehemoth.xml create mode 100644 data/templates/npc/monster/21598-RequiemBehemoth.xml create mode 100644 data/templates/npc/monster/21599-RequiemPriest.xml create mode 100644 data/templates/npc/monster/21600-RequiemBehemoth.xml create mode 100644 data/templates/npc/monster/21601-RequiemBehemoth.xml create mode 100644 data/templates/npc/monster/21602-ZakenSPikeman.xml create mode 100644 data/templates/npc/monster/21603-ZakenSPikeman.xml create mode 100644 data/templates/npc/monster/21604-ZakenSElitePikeman.xml create mode 100644 data/templates/npc/monster/21605-ZakenSArcher.xml create mode 100644 data/templates/npc/monster/21606-ZakenSArcher.xml create mode 100644 data/templates/npc/monster/21607-ZakenSEliteArcher.xml create mode 100644 data/templates/npc/monster/21608-ZakenSWatchman.xml create mode 100644 data/templates/npc/monster/21609-ZakenSWatchman.xml create mode 100644 data/templates/npc/monster/21610-ZakenSHighGradeWatchman.xml create mode 100644 data/templates/npc/monster/21611-UnpleasantHumming.xml create mode 100644 data/templates/npc/monster/21612-UnpleasantHumming.xml create mode 100644 data/templates/npc/monster/21613-UnpleasantShout.xml create mode 100644 data/templates/npc/monster/21614-DeathFlyer.xml create mode 100644 data/templates/npc/monster/21615-DeathFlyer.xml create mode 100644 data/templates/npc/monster/21616-GiganticFlyer.xml create mode 100644 data/templates/npc/monster/21617-FiendArcher.xml create mode 100644 data/templates/npc/monster/21618-FiendArcher.xml create mode 100644 data/templates/npc/monster/21619-PitArcher.xml create mode 100644 data/templates/npc/monster/21620-Musveren.xml create mode 100644 data/templates/npc/monster/21621-Musveren.xml create mode 100644 data/templates/npc/monster/21622-GreaterMusveren.xml create mode 100644 data/templates/npc/monster/21623-ZakenSGuard.xml create mode 100644 data/templates/npc/monster/21624-ZakenSGuard.xml create mode 100644 data/templates/npc/monster/21625-ZakenSEliteGuard.xml create mode 100644 data/templates/npc/monster/21626-KaimVanul.xml create mode 100644 data/templates/npc/monster/21627-KaimVanul.xml create mode 100644 data/templates/npc/monster/21628-KaimVanulLad.xml create mode 100644 data/templates/npc/monster/21629-PirateZombieCaptain.xml create mode 100644 data/templates/npc/monster/21630-PirateZombieCaptain.xml create mode 100644 data/templates/npc/monster/21631-ZombieCaptainSSpiritualBody.xml create mode 100644 data/templates/npc/monster/21632-DollBlader.xml create mode 100644 data/templates/npc/monster/21633-DollBlader.xml create mode 100644 data/templates/npc/monster/21634-CrimsonDollBlader.xml create mode 100644 data/templates/npc/monster/21635-ValeMaster.xml create mode 100644 data/templates/npc/monster/21636-ValeMaster.xml create mode 100644 data/templates/npc/monster/21637-CrimsonValeMaster.xml create mode 100644 data/templates/npc/monster/21638-DreadWolf.xml create mode 100644 data/templates/npc/monster/21639-TasabaLizardman.xml create mode 100644 data/templates/npc/monster/21640-TasabaLizardmanShaman.xml create mode 100644 data/templates/npc/monster/21641-Ogre.xml create mode 100644 data/templates/npc/monster/21642-TasabaLizardmanSniper.xml create mode 100644 data/templates/npc/monster/21643-TasabaLizardmanSniper.xml create mode 100644 data/templates/npc/monster/21644-Lienrik.xml create mode 100644 data/templates/npc/monster/21645-LienrikLad.xml create mode 100644 data/templates/npc/monster/21646-GraveScarab.xml create mode 100644 data/templates/npc/monster/21647-ScavengerScarab.xml create mode 100644 data/templates/npc/monster/21648-GraveAnt.xml create mode 100644 data/templates/npc/monster/21649-ScavengerAnt.xml create mode 100644 data/templates/npc/monster/21650-ShrineKnight.xml create mode 100644 data/templates/npc/monster/21651-ShrineGuard.xml create mode 100644 data/templates/npc/monster/21652-ScarletStakatoNoble.xml create mode 100644 data/templates/npc/monster/21653-AssassinBeetle.xml create mode 100644 data/templates/npc/monster/21654-NecromancerOfDestruction.xml create mode 100644 data/templates/npc/monster/21655-ArimanesOfDestruction.xml create mode 100644 data/templates/npc/monster/21656-AshurasOfDestruction.xml create mode 100644 data/templates/npc/monster/21657-MagmaDrake.xml create mode 100644 data/templates/npc/monster/21658-PunishmentOfSplendor.xml create mode 100644 data/templates/npc/monster/21797-SpiritOfTiminiel.xml create mode 100644 data/templates/npc/monster/21798-GhostOfAGatekeeper.xml create mode 100644 data/templates/npc/monster/21799-GhostOfAGatekeeper.xml create mode 100644 data/templates/npc/monster/21800-VassalGhost.xml create mode 100644 data/templates/npc/monster/21823-ExecutorOfSacrificialOfferings.xml create mode 100644 data/templates/npc/monster/22001-GrimWolf.xml create mode 100644 data/templates/npc/monster/22002-GrimGrizzly.xml create mode 100644 data/templates/npc/monster/22003-GraveRobberScout.xml create mode 100644 data/templates/npc/monster/22004-GraveRobberLookout.xml create mode 100644 data/templates/npc/monster/22005-GraveRobberRanger.xml create mode 100644 data/templates/npc/monster/22006-GraveRobberGuard.xml create mode 100644 data/templates/npc/monster/22007-GhostOfASoldier.xml create mode 100644 data/templates/npc/monster/22008-GraveRobberFighter.xml create mode 100644 data/templates/npc/monster/22009-GhostOfALoyalVassal.xml create mode 100644 data/templates/npc/monster/22010-GhostOfAGeneral.xml create mode 100644 data/templates/npc/monster/22011-GhostOfABaturChief.xml create mode 100644 data/templates/npc/monster/22012-GhostOfABaturChief.xml create mode 100644 data/templates/npc/monster/22013-GhostOfAMorekChief.xml create mode 100644 data/templates/npc/monster/22014-GhostOfAMorekChief.xml create mode 100644 data/templates/npc/monster/22015-GhostOfATurkaChief.xml create mode 100644 data/templates/npc/monster/22016-GhostOfATurkaChief.xml create mode 100644 data/templates/npc/monster/22017-BanditSweeper.xml create mode 100644 data/templates/npc/monster/22018-BanditHound.xml create mode 100644 data/templates/npc/monster/22019-BanditWatchman.xml create mode 100644 data/templates/npc/monster/22020-SnowLynx.xml create mode 100644 data/templates/npc/monster/22021-BanditUndertaker.xml create mode 100644 data/templates/npc/monster/22022-BanditAssassin.xml create mode 100644 data/templates/npc/monster/22023-BanditWarrior.xml create mode 100644 data/templates/npc/monster/22024-BanditInspector.xml create mode 100644 data/templates/npc/monster/22025-FrozenWastelandWerewolf.xml create mode 100644 data/templates/npc/monster/22026-BanditCaptain.xml create mode 100644 data/templates/npc/monster/22027-ForgottenCrewman.xml create mode 100644 data/templates/npc/monster/22028-VagabondOfTheRuins.xml create mode 100644 data/templates/npc/monster/22029-RagnaOrc.xml create mode 100644 data/templates/npc/monster/22030-RagnaOrcShaman.xml create mode 100644 data/templates/npc/monster/22031-RagnaOrcArcher.xml create mode 100644 data/templates/npc/monster/22032-RagnaOrcWarrior.xml create mode 100644 data/templates/npc/monster/22033-RagnaOrcMage.xml create mode 100644 data/templates/npc/monster/22034-RagnaOrcMage.xml create mode 100644 data/templates/npc/monster/22035-RagnaOrcMage.xml create mode 100644 data/templates/npc/monster/22036-RagnaOrcMage.xml create mode 100644 data/templates/npc/monster/22037-RagnaOrcHealer.xml create mode 100644 data/templates/npc/monster/22038-RagnaOrcHero.xml create mode 100644 data/templates/npc/monster/22039-RagnaOrcCommander.xml create mode 100644 data/templates/npc/monster/22040-RagnaOrcSniper.xml create mode 100644 data/templates/npc/monster/22041-RagnaOrcSorcerer.xml create mode 100644 data/templates/npc/monster/22042-RagnaOrcSorcerer.xml create mode 100644 data/templates/npc/monster/22043-RagnaOrcSorcerer.xml create mode 100644 data/templates/npc/monster/22044-RagnaOrcSorcerer.xml create mode 100644 data/templates/npc/monster/22045-DarkCorpse.xml create mode 100644 data/templates/npc/monster/22046-VarangkaSDreVanul.xml create mode 100644 data/templates/npc/monster/22047-GuardianOfTheGhostTown.xml create mode 100644 data/templates/npc/monster/22048-DarkSpider.xml create mode 100644 data/templates/npc/monster/22049-VarangkaSSuccubus.xml create mode 100644 data/templates/npc/monster/22050-ProbeGolemProdigyIv.xml create mode 100644 data/templates/npc/monster/22051-SpelunkingSpider.xml create mode 100644 data/templates/npc/monster/22052-MenacingJackhammerGolem.xml create mode 100644 data/templates/npc/monster/22053-HorrifyingCannonGolemI.xml create mode 100644 data/templates/npc/monster/22054-HorrifyingCannonGolemIv.xml create mode 100644 data/templates/npc/monster/22055-CruelViceGolem.xml create mode 100644 data/templates/npc/monster/22056-ProbeGolemChampionI.xml create mode 100644 data/templates/npc/monster/22057-SpelunkingAnt.xml create mode 100644 data/templates/npc/monster/22058-HorrifyingExcavatorGolemIii.xml create mode 100644 data/templates/npc/monster/22059-BloodthirstyGinzuGolemVii.xml create mode 100644 data/templates/npc/monster/22060-HorrifyingCannonGolem.xml create mode 100644 data/templates/npc/monster/22061-HorrifyingCannonGolemIii.xml create mode 100644 data/templates/npc/monster/22062-HorrifyingJackhammerGolem.xml create mode 100644 data/templates/npc/monster/22063-GinzuGolemProdigyX.xml create mode 100644 data/templates/npc/monster/22064-BloodthirstyGinzuGolemIi.xml create mode 100644 data/templates/npc/monster/22065-HorrifyingGinzuGolemV.xml create mode 100644 data/templates/npc/monster/22066-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22067-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22068-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22069-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22070-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22071-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22072-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22073-HorrifyingCannonGolemVi.xml create mode 100644 data/templates/npc/monster/22074-EpicCannonGolem.xml create mode 100644 data/templates/npc/monster/22075-EpicCannonGolemAdjunct.xml create mode 100644 data/templates/npc/monster/22076-DeadlyGinzuGolemV.xml create mode 100644 data/templates/npc/monster/22077-HorrifyingGinzuGolemViii.xml create mode 100644 data/templates/npc/monster/22078-DeadlyGinzuGolemViii.xml create mode 100644 data/templates/npc/monster/22079-LostBandersnatch.xml create mode 100644 data/templates/npc/monster/22080-MassiveMazeBandersnatch.xml create mode 100644 data/templates/npc/monster/22081-LostWatcher.xml create mode 100644 data/templates/npc/monster/22082-ElderLostWatcher.xml create mode 100644 data/templates/npc/monster/22083-BabyPanthera.xml create mode 100644 data/templates/npc/monster/22084-Panthera.xml create mode 100644 data/templates/npc/monster/22085-LostGargoyle.xml create mode 100644 data/templates/npc/monster/22086-LostGargoyleYoungling.xml create mode 100644 data/templates/npc/monster/22087-PronghornSpirit.xml create mode 100644 data/templates/npc/monster/22088-Pronghorn.xml create mode 100644 data/templates/npc/monster/22089-IceTarantula.xml create mode 100644 data/templates/npc/monster/22090-FrostTarantula.xml create mode 100644 data/templates/npc/monster/22091-LostIronGolem.xml create mode 100644 data/templates/npc/monster/22092-FrostIronGolem.xml create mode 100644 data/templates/npc/monster/22093-LostBuffalo.xml create mode 100644 data/templates/npc/monster/22094-FrostBuffalo.xml create mode 100644 data/templates/npc/monster/22095-UrsusCub.xml create mode 100644 data/templates/npc/monster/22096-Ursus.xml create mode 100644 data/templates/npc/monster/22097-LostYeti.xml create mode 100644 data/templates/npc/monster/22098-FrostYeti.xml create mode 100644 data/templates/npc/monster/22099-FreyaSBuffalo.xml create mode 100644 data/templates/npc/monster/22100-FreyaSGardener.xml create mode 100644 data/templates/npc/monster/22101-FreyaSServant.xml create mode 100644 data/templates/npc/monster/22102-FreyaSServant.xml create mode 100644 data/templates/npc/monster/22103-FreyaSWhiteBear.xml create mode 100644 data/templates/npc/monster/22104-FreyaSDog.xml create mode 100644 data/templates/npc/monster/22105-SpikedStakato.xml create mode 100644 data/templates/npc/monster/22106-SpikedStakatoWorker.xml create mode 100644 data/templates/npc/monster/22107-SpikedStakatoGuard.xml create mode 100644 data/templates/npc/monster/22108-FemaleSpikedStakato.xml create mode 100644 data/templates/npc/monster/22109-MaleSpikedStakato.xml create mode 100644 data/templates/npc/monster/22110-MaleSpikedStakato.xml create mode 100644 data/templates/npc/monster/22111-SpikedStakatoSorcerer.xml create mode 100644 data/templates/npc/monster/22112-CannibalisticStakatoFollower.xml create mode 100644 data/templates/npc/monster/22113-CannibalisticStakatoLeader.xml create mode 100644 data/templates/npc/monster/22114-CannibalisticStakatoLeader.xml create mode 100644 data/templates/npc/monster/22115-SpikedStakatoSoldier.xml create mode 100644 data/templates/npc/monster/22116-SpikedStakatoDrone.xml create mode 100644 data/templates/npc/monster/22117-SpikedStakatoCaptain.xml create mode 100644 data/templates/npc/monster/22118-SpikedStakatoNurse.xml create mode 100644 data/templates/npc/monster/22119-SpikedStakatoNurse.xml create mode 100644 data/templates/npc/monster/22120-SpikedStakatoBaby.xml create mode 100644 data/templates/npc/monster/22121-SpikedStakatoShaman.xml create mode 100644 data/templates/npc/monster/22122-MonasticPilgrim.xml create mode 100644 data/templates/npc/monster/22123-MonasticCrusader.xml create mode 100644 data/templates/npc/monster/22124-SolinaBrother.xml create mode 100644 data/templates/npc/monster/22125-SolinaLayBrother.xml create mode 100644 data/templates/npc/monster/22126-SilentSeeker.xml create mode 100644 data/templates/npc/monster/22127-SilentBrother.xml create mode 100644 data/templates/npc/monster/22128-MonasteryGuardian.xml create mode 100644 data/templates/npc/monster/22129-WarriorMonk.xml create mode 100644 data/templates/npc/monster/22130-DivineAdvocate.xml create mode 100644 data/templates/npc/monster/22131-PilgrimOfLight.xml create mode 100644 data/templates/npc/monster/22132-JudgeOfLight.xml create mode 100644 data/templates/npc/monster/22133-GuardianOfTheGrail.xml create mode 100644 data/templates/npc/monster/22134-GuardianOfTheHolyLand.xml create mode 100644 data/templates/npc/monster/22135-BeholderOfLight.xml create mode 100644 data/templates/npc/monster/22136-GatekeeperZombie.xml create mode 100644 data/templates/npc/monster/22137-PenanceGuard.xml create mode 100644 data/templates/npc/monster/22138-ChapelGuard.xml create mode 100644 data/templates/npc/monster/22139-OldAristocratSSoldier.xml create mode 100644 data/templates/npc/monster/22140-ZombieWorker.xml create mode 100644 data/templates/npc/monster/22141-ForgottenVictim.xml create mode 100644 data/templates/npc/monster/22142-TriolSLayperson.xml create mode 100644 data/templates/npc/monster/22143-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22144-ResurrectedTempleKnight.xml create mode 100644 data/templates/npc/monster/22145-RitualSacrifice.xml create mode 100644 data/templates/npc/monster/22146-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22147-RitualOffering.xml create mode 100644 data/templates/npc/monster/22148-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22149-RitualOffering.xml create mode 100644 data/templates/npc/monster/22150-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22151-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22152-TempleGuard.xml create mode 100644 data/templates/npc/monster/22153-TempleGuardCaptain.xml create mode 100644 data/templates/npc/monster/22154-RitualSacrifice.xml create mode 100644 data/templates/npc/monster/22155-TriolSHighPriest.xml create mode 100644 data/templates/npc/monster/22156-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22157-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22158-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22159-TriolSHighPriest.xml create mode 100644 data/templates/npc/monster/22160-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22161-RitualSacrifice.xml create mode 100644 data/templates/npc/monster/22162-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22163-TriolSHighPriest.xml create mode 100644 data/templates/npc/monster/22164-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22165-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22166-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22167-TriolSHighPriest.xml create mode 100644 data/templates/npc/monster/22168-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22169-RitualSacrifice.xml create mode 100644 data/templates/npc/monster/22170-TriolSBeliever.xml create mode 100644 data/templates/npc/monster/22171-TriolSHighPriest.xml create mode 100644 data/templates/npc/monster/22172-RitualSacrifice.xml create mode 100644 data/templates/npc/monster/22173-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22174-TriolSPriest.xml create mode 100644 data/templates/npc/monster/22175-AndreasCaptainOfTheRoyalGuard.xml create mode 100644 data/templates/npc/monster/22176-AndreasRoyalGuards.xml create mode 100644 data/templates/npc/monster/22188-AndreasCaptainOfTheRoyalGuard.xml create mode 100644 data/templates/npc/monster/22189-AndreasRoyalGuards.xml create mode 100644 data/templates/npc/monster/22190-RitualSacrifice.xml create mode 100644 data/templates/npc/monster/22191-AndreasCaptainOfTheRoyalGuard.xml create mode 100644 data/templates/npc/monster/22192-AndreasRoyalGuards.xml create mode 100644 data/templates/npc/monster/22193-AndreasRoyalGuards.xml create mode 100644 data/templates/npc/monster/22194-PenanceGuard.xml create mode 100644 data/templates/npc/monster/22195-RitualSacrifice.xml create mode 100644 data/templates/npc/monster/22196-Velociraptor.xml create mode 100644 data/templates/npc/monster/22197-Velociraptor.xml create mode 100644 data/templates/npc/monster/22198-Velociraptor.xml create mode 100644 data/templates/npc/monster/22199-Pterosaur.xml create mode 100644 data/templates/npc/monster/22200-Ornithomimus.xml create mode 100644 data/templates/npc/monster/22201-Ornithomimus.xml create mode 100644 data/templates/npc/monster/22202-Ornithomimus.xml create mode 100644 data/templates/npc/monster/22203-Deinonychus.xml create mode 100644 data/templates/npc/monster/22204-Deinonychus.xml create mode 100644 data/templates/npc/monster/22205-Deinonychus.xml create mode 100644 data/templates/npc/monster/22208-Pachycephalosaurus.xml create mode 100644 data/templates/npc/monster/22209-Pachycephalosaurus.xml create mode 100644 data/templates/npc/monster/22210-Pachycephalosaurus.xml create mode 100644 data/templates/npc/monster/22211-WildStrider.xml create mode 100644 data/templates/npc/monster/22212-WildStrider.xml create mode 100644 data/templates/npc/monster/22213-WildStrider.xml create mode 100644 data/templates/npc/monster/22214-Elroki.xml create mode 100644 data/templates/npc/monster/22215-Tyrannosaurus.xml create mode 100644 data/templates/npc/monster/22216-Tyrannosaurus.xml create mode 100644 data/templates/npc/monster/22217-Tyrannosaurus.xml create mode 100644 data/templates/npc/monster/22218-Velociraptor.xml create mode 100644 data/templates/npc/monster/22219-Ornithomimus.xml create mode 100644 data/templates/npc/monster/22220-Deinonychus.xml create mode 100644 data/templates/npc/monster/22221-Pachycephalosaurus.xml create mode 100644 data/templates/npc/monster/22222-WildStrider.xml create mode 100644 data/templates/npc/monster/22223-Velociraptor.xml create mode 100644 data/templates/npc/monster/22224-Ornithomimus.xml create mode 100644 data/templates/npc/monster/22225-Deinonychus.xml create mode 100644 data/templates/npc/monster/22226-Pachycephalosaurus.xml create mode 100644 data/templates/npc/monster/22227-WildStrider.xml create mode 100644 data/templates/npc/monster/22228-GreyElpy.xml create mode 100644 data/templates/npc/monster/22229-YoungGreyKeltir.xml create mode 100644 data/templates/npc/monster/22230-GreyKeltir.xml create mode 100644 data/templates/npc/monster/22231-DominantGreyKeltir.xml create mode 100644 data/templates/npc/monster/22232-BlackWolf.xml create mode 100644 data/templates/npc/monster/22233-DominantBlackWolf.xml create mode 100644 data/templates/npc/monster/22234-GreenGoblin.xml create mode 100644 data/templates/npc/monster/22235-MountainWerewolf.xml create mode 100644 data/templates/npc/monster/22236-MuertosArcher.xml create mode 100644 data/templates/npc/monster/22237-MountainFungus.xml create mode 100644 data/templates/npc/monster/22238-MountainWerewolfChief.xml create mode 100644 data/templates/npc/monster/22239-MuertosGuard.xml create mode 100644 data/templates/npc/monster/22240-MuertosScout.xml create mode 100644 data/templates/npc/monster/22241-Colossus.xml create mode 100644 data/templates/npc/monster/22242-MuertosWarrior.xml create mode 100644 data/templates/npc/monster/22243-MuertosCaptain.xml create mode 100644 data/templates/npc/monster/22244-CrimsonSpider.xml create mode 100644 data/templates/npc/monster/22245-MuertosLieutenant.xml create mode 100644 data/templates/npc/monster/22246-MuertosCommander.xml create mode 100644 data/templates/npc/monster/22247-GrottoGolem.xml create mode 100644 data/templates/npc/monster/22248-ShadyMuertos.xml create mode 100644 data/templates/npc/monster/22249-ShadyMuertosGuard.xml create mode 100644 data/templates/npc/monster/22250-GrottoLeopard.xml create mode 100644 data/templates/npc/monster/22251-ShadyMuertosCaptain.xml create mode 100644 data/templates/npc/monster/22252-GrottoGrizzly.xml create mode 100644 data/templates/npc/monster/22253-ShadyMuertosWarrior.xml create mode 100644 data/templates/npc/monster/22254-ShadyMuertosArcher.xml create mode 100644 data/templates/npc/monster/22255-ShadyMuertosCommander.xml create mode 100644 data/templates/npc/monster/22256-ShadyMuertosWizard.xml create mode 100644 data/templates/npc/monster/22257-IslandGuardian.xml create mode 100644 data/templates/npc/monster/22258-WhiteSandMirage.xml create mode 100644 data/templates/npc/monster/22259-MuddyCoral.xml create mode 100644 data/templates/npc/monster/22260-Kleopora.xml create mode 100644 data/templates/npc/monster/22261-Seychelles.xml create mode 100644 data/templates/npc/monster/22262-Naiad.xml create mode 100644 data/templates/npc/monster/22263-Sonneratia.xml create mode 100644 data/templates/npc/monster/22264-Castalia.xml create mode 100644 data/templates/npc/monster/22265-Chrysocolla.xml create mode 100644 data/templates/npc/monster/22266-Pythia.xml create mode 100644 data/templates/npc/monster/22267-DarkWaterDragon.xml create mode 100644 data/templates/npc/monster/22268-Shade.xml create mode 100644 data/templates/npc/monster/22269-Shade.xml create mode 100644 data/templates/npc/monster/22270-WaterDragonDetractor.xml create mode 100644 data/templates/npc/monster/22271-WaterDragonDetractor.xml create mode 100644 data/templates/npc/monster/22272-BelethSMinion.xml create mode 100644 data/templates/npc/monster/22273-BelethSMinion.xml create mode 100644 data/templates/npc/monster/22274-BelethSMinion.xml create mode 100644 data/templates/npc/monster/22275-GatekeeperLohan.xml create mode 100644 data/templates/npc/monster/22276-GatekeeperOfTheSquare.xml create mode 100644 data/templates/npc/monster/22277-GatekeeperProvo.xml create mode 100644 data/templates/npc/monster/22278-GatekeeperOfFire.xml create mode 100644 data/templates/npc/monster/22279-ChromaticDetainee.xml create mode 100644 data/templates/npc/monster/22280-RodoKnight.xml create mode 100644 data/templates/npc/monster/22281-PlazaCaiman.xml create mode 100644 data/templates/npc/monster/22282-ChromaticDetainee.xml create mode 100644 data/templates/npc/monster/22283-EmeraldAlligar.xml create mode 100644 data/templates/npc/monster/22284-ChromaticDetainee.xml create mode 100644 data/templates/npc/monster/22285-ChromaticDetainee.xml create mode 100644 data/templates/npc/monster/22286-PlazaGaviel.xml create mode 100644 data/templates/npc/monster/22287-CrystallineUnicorn.xml create mode 100644 data/templates/npc/monster/22288-EmeraldBoar.xml create mode 100644 data/templates/npc/monster/22289-PlazaHelm.xml create mode 100644 data/templates/npc/monster/22290-TerodSMinion.xml create mode 100644 data/templates/npc/monster/22291-WeylinSMinion.xml create mode 100644 data/templates/npc/monster/22292-Tourmaline.xml create mode 100644 data/templates/npc/monster/22293-Spinel.xml create mode 100644 data/templates/npc/monster/22294-FireOpal.xml create mode 100644 data/templates/npc/monster/22295-ReefGolem.xml create mode 100644 data/templates/npc/monster/22296-ReefGolem.xml create mode 100644 data/templates/npc/monster/22297-ReefGolem.xml create mode 100644 data/templates/npc/monster/22298-Weylin.xml create mode 100644 data/templates/npc/monster/22299-Dolph.xml create mode 100644 data/templates/npc/monster/22300-DolphSMinion.xml create mode 100644 data/templates/npc/monster/22301-Terod.xml create mode 100644 data/templates/npc/monster/22302-DarnelSGuardian.xml create mode 100644 data/templates/npc/monster/22303-GuardianOfTheSquare.xml create mode 100644 data/templates/npc/monster/22304-GuardianOfTheEmerald.xml create mode 100644 data/templates/npc/monster/22305-KechiSCaptain.xml create mode 100644 data/templates/npc/monster/22306-KechiSCaptain.xml create mode 100644 data/templates/npc/monster/22307-KechiSCaptain.xml create mode 100644 data/templates/npc/monster/22308-KechiSGuard.xml create mode 100644 data/templates/npc/monster/22309-KechiSGuard.xml create mode 100644 data/templates/npc/monster/22310-KechiSGuard.xml create mode 100644 data/templates/npc/monster/22311-ParmeSGuardian.xml create mode 100644 data/templates/npc/monster/22312-FafurionSHenchman.xml create mode 100644 data/templates/npc/monster/22313-GardenStakato.xml create mode 100644 data/templates/npc/monster/22314-GardenPoisonMoth.xml create mode 100644 data/templates/npc/monster/22315-GardenGuard.xml create mode 100644 data/templates/npc/monster/22316-GardenGuardianTree.xml create mode 100644 data/templates/npc/monster/22317-GardenCastalia.xml create mode 100644 data/templates/npc/monster/22320-JuniorWatchman.xml create mode 100644 data/templates/npc/monster/22321-JuniorSummoner.xml create mode 100644 data/templates/npc/monster/22322-SubjugatedNative.xml create mode 100644 data/templates/npc/monster/22323-CharmedNative.xml create mode 100644 data/templates/npc/monster/22324-BlindHuntsman.xml create mode 100644 data/templates/npc/monster/22325-BlindWatchman.xml create mode 100644 data/templates/npc/monster/22326-Hellinark.xml create mode 100644 data/templates/npc/monster/22327-ArcaneScout.xml create mode 100644 data/templates/npc/monster/22328-ArcaneGuardian.xml create mode 100644 data/templates/npc/monster/22329-ArcaneWatchman.xml create mode 100644 data/templates/npc/monster/22330-RemnantWraith.xml create mode 100644 data/templates/npc/monster/22334-SandScorpion.xml create mode 100644 data/templates/npc/monster/22335-DesertScorpion.xml create mode 100644 data/templates/npc/monster/22336-SandDevil.xml create mode 100644 data/templates/npc/monster/22337-Desiccator.xml create mode 100644 data/templates/npc/monster/22339-WanderingCaravan.xml create mode 100644 data/templates/npc/monster/22340-Sandstorm.xml create mode 100644 data/templates/npc/monster/22341-Keltas.xml create mode 100644 data/templates/npc/monster/22342-DarionSEnforcer.xml create mode 100644 data/templates/npc/monster/22343-DarionSExecutioner.xml create mode 100644 data/templates/npc/monster/22344-QuarrySupervisor.xml create mode 100644 data/templates/npc/monster/22345-QuarryBowman.xml create mode 100644 data/templates/npc/monster/22346-QuarryForeman.xml create mode 100644 data/templates/npc/monster/22347-QuarryPatrolman.xml create mode 100644 data/templates/npc/monster/22349-ChimeraOfEarth.xml create mode 100644 data/templates/npc/monster/22350-ChimeraOfDarkness.xml create mode 100644 data/templates/npc/monster/22351-ChimeraOfWind.xml create mode 100644 data/templates/npc/monster/22352-ChimeraOfFire.xml create mode 100644 data/templates/npc/monster/22353-Celtus.xml create mode 100644 data/templates/npc/monster/22355-EnceinteDefender.xml create mode 100644 data/templates/npc/monster/22356-EnceinteDefender.xml create mode 100644 data/templates/npc/monster/22357-EnceinteDefender.xml create mode 100644 data/templates/npc/monster/22358-EnceinteDefender.xml create mode 100644 data/templates/npc/monster/22359-TownGuard.xml create mode 100644 data/templates/npc/monster/22360-TownPatrolman.xml create mode 100644 data/templates/npc/monster/22361-SteelCitadelKeymaster.xml create mode 100644 data/templates/npc/monster/22362-Guzen.xml create mode 100644 data/templates/npc/monster/22363-BodyDestroyer.xml create mode 100644 data/templates/npc/monster/22364-SoulDominator.xml create mode 100644 data/templates/npc/monster/22365-LabyrinthWatchman.xml create mode 100644 data/templates/npc/monster/22366-LabyrinthWatchman.xml create mode 100644 data/templates/npc/monster/22367-LabyrinthMystic.xml create mode 100644 data/templates/npc/monster/22368-LabyrinthCaptain.xml create mode 100644 data/templates/npc/monster/22369-LabyrinthSeer.xml create mode 100644 data/templates/npc/monster/22370-PassagewayCaptain.xml create mode 100644 data/templates/npc/monster/22371-PassagewayGuards.xml create mode 100644 data/templates/npc/monster/22372-PassagewayMystic.xml create mode 100644 data/templates/npc/monster/22373-CosmicScout.xml create mode 100644 data/templates/npc/monster/22374-CosmicWatcher.xml create mode 100644 data/templates/npc/monster/22375-CosmicPriest.xml create mode 100644 data/templates/npc/monster/22376-CosmicLord.xml create mode 100644 data/templates/npc/monster/22377-MasterZelos.xml create mode 100644 data/templates/npc/monster/22378-MasterSMinion.xml create mode 100644 data/templates/npc/monster/22379-MasterSMinion.xml create mode 100644 data/templates/npc/monster/22380-MasterFestina.xml create mode 100644 data/templates/npc/monster/22381-MasterSGuard.xml create mode 100644 data/templates/npc/monster/22382-MasterSGuard.xml create mode 100644 data/templates/npc/monster/22383-TullySToy.xml create mode 100644 data/templates/npc/monster/22384-MysticSToy.xml create mode 100644 data/templates/npc/monster/22385-TullySGolemGuard.xml create mode 100644 data/templates/npc/monster/22386-FoundryMystic.xml create mode 100644 data/templates/npc/monster/22387-FoundryMystic.xml create mode 100644 data/templates/npc/monster/22388-FoundrySpiritGuard.xml create mode 100644 data/templates/npc/monster/22390-FoundryForeman.xml create mode 100644 data/templates/npc/monster/22391-FoundryAssistantOverseer.xml create mode 100644 data/templates/npc/monster/22392-FailedExperimentalTimetwisterGolem.xml create mode 100644 data/templates/npc/monster/22393-BelethSFollower.xml create mode 100644 data/templates/npc/monster/22394-BelethSDevotee.xml create mode 100644 data/templates/npc/monster/22395-BelethSProjection.xml create mode 100644 data/templates/npc/monster/22396-FoundryLaborer.xml create mode 100644 data/templates/npc/monster/22397-FoundryForeman.xml create mode 100644 data/templates/npc/monster/22398-LesserEvil.xml create mode 100644 data/templates/npc/monster/22399-GreaterEvil.xml create mode 100644 data/templates/npc/monster/22400-ParmeSHealer.xml create mode 100644 data/templates/npc/monster/22401-ParmeSHealer.xml create mode 100644 data/templates/npc/monster/22402-ShadowColumn.xml create mode 100644 data/templates/npc/monster/22403-FoundryForeman.xml create mode 100644 data/templates/npc/monster/22404-ArcaneCaptain.xml create mode 100644 data/templates/npc/monster/22405-DarionSFaithfulServant.xml create mode 100644 data/templates/npc/monster/22406-DarionSFaithfulServant.xml create mode 100644 data/templates/npc/monster/22407-DarionSFaithfulServant.xml create mode 100644 data/templates/npc/monster/22408-DarionSFaithfulServant.xml create mode 100644 data/templates/npc/monster/22409-DarionSFaithfulServant.xml create mode 100644 data/templates/npc/monster/22410-DarionSFaithfulServant.xml create mode 100644 data/templates/npc/monster/22411-BelethSRetainer.xml create mode 100644 data/templates/npc/monster/22412-BelethSFighter.xml create mode 100644 data/templates/npc/monster/22413-BelethSLowServant.xml create mode 100644 data/templates/npc/monster/22414-BelethSFollower.xml create mode 100644 data/templates/npc/monster/22415-BelethSDevotee.xml create mode 100644 data/templates/npc/monster/22416-KechiSCaptain.xml create mode 100644 data/templates/npc/monster/22417-KechiSGuard.xml create mode 100644 data/templates/npc/monster/22418-BurningIris.xml create mode 100644 data/templates/npc/monster/22419-FlameIris.xml create mode 100644 data/templates/npc/monster/22420-BrimstoneIris.xml create mode 100644 data/templates/npc/monster/22422-FailanSGuard.xml create mode 100644 data/templates/npc/monster/22423-OriginalSinWarden.xml create mode 100644 data/templates/npc/monster/22424-SlaveOfGreed.xml create mode 100644 data/templates/npc/monster/22425-SlaveOfLust.xml create mode 100644 data/templates/npc/monster/22426-SlaveOfWrath.xml create mode 100644 data/templates/npc/monster/22427-SlaveOfSloth.xml create mode 100644 data/templates/npc/monster/22428-SlaveOfEnvy.xml create mode 100644 data/templates/npc/monster/22429-SlaveOfPride.xml create mode 100644 data/templates/npc/monster/22430-SlaveOfGluttony.xml create mode 100644 data/templates/npc/monster/22431-OriginalSinWarden.xml create mode 100644 data/templates/npc/monster/22432-SlaveOfGreed.xml create mode 100644 data/templates/npc/monster/22433-SlaveOfLust.xml create mode 100644 data/templates/npc/monster/22434-SlaveOfWrath.xml create mode 100644 data/templates/npc/monster/22435-SlaveOfSloth.xml create mode 100644 data/templates/npc/monster/22436-SlaveOfEnvy.xml create mode 100644 data/templates/npc/monster/22437-SlaveOfPride.xml create mode 100644 data/templates/npc/monster/22438-SlaveOfGluttony.xml create mode 100644 data/templates/npc/monster/22439-BelethSAssassin.xml create mode 100644 data/templates/npc/monster/22440-BelethSAssassin.xml create mode 100644 data/templates/npc/monster/22441-BelethSMinion.xml create mode 100644 data/templates/npc/monster/22442-BelethSMinion.xml create mode 100644 data/templates/npc/monster/22443-KertangSMessenger.xml create mode 100644 data/templates/npc/monster/22444-KertangSMessenger.xml create mode 100644 data/templates/npc/monster/22445-KertangSMessenger.xml create mode 100644 data/templates/npc/monster/22446-KertangSMessenger.xml create mode 100644 data/templates/npc/monster/22447-KertangSMessenger.xml create mode 100644 data/templates/npc/monster/22448-Leodas.xml create mode 100644 data/templates/npc/monster/22449-Amaskari.xml create mode 100644 data/templates/npc/monster/22450-TorturedNative.xml create mode 100644 data/templates/npc/monster/22451-NativeEliteSoldier.xml create mode 100644 data/templates/npc/monster/22452-WhiteSkullKanabion.xml create mode 100644 data/templates/npc/monster/22453-WhiteSkullKanabion.xml create mode 100644 data/templates/npc/monster/22454-WhiteSkullKanabion.xml create mode 100644 data/templates/npc/monster/22455-BegrudgedKanabion.xml create mode 100644 data/templates/npc/monster/22456-BegrudgedKanabion.xml create mode 100644 data/templates/npc/monster/22457-BegrudgedKanabion.xml create mode 100644 data/templates/npc/monster/22458-RottenKanabion.xml create mode 100644 data/templates/npc/monster/22459-RottenKanabion.xml create mode 100644 data/templates/npc/monster/22460-RottenKanabion.xml create mode 100644 data/templates/npc/monster/22461-GluttonousKanabion.xml create mode 100644 data/templates/npc/monster/22462-GluttonousKanabion.xml create mode 100644 data/templates/npc/monster/22463-GluttonousKanabion.xml create mode 100644 data/templates/npc/monster/22464-CallousKanabion.xml create mode 100644 data/templates/npc/monster/22465-CallousKanabion.xml create mode 100644 data/templates/npc/monster/22466-CallousKanabion.xml create mode 100644 data/templates/npc/monster/22467-SavageKanabion.xml create mode 100644 data/templates/npc/monster/22468-SavageKanabion.xml create mode 100644 data/templates/npc/monster/22469-SavageKanabion.xml create mode 100644 data/templates/npc/monster/22470-PeerlessKanabion.xml create mode 100644 data/templates/npc/monster/22471-PeerlessKanabion.xml create mode 100644 data/templates/npc/monster/22472-PeerlessKanabion.xml create mode 100644 data/templates/npc/monster/22473-MassiveKanabion.xml create mode 100644 data/templates/npc/monster/22474-MassiveKanabion.xml create mode 100644 data/templates/npc/monster/22475-MassiveKanabion.xml create mode 100644 data/templates/npc/monster/22476-FerventKanabion.xml create mode 100644 data/templates/npc/monster/22477-FerventKanabion.xml create mode 100644 data/templates/npc/monster/22478-FerventKanabion.xml create mode 100644 data/templates/npc/monster/22479-RupturedKanabion.xml create mode 100644 data/templates/npc/monster/22480-RupturedKanabion.xml create mode 100644 data/templates/npc/monster/22481-RupturedKanabion.xml create mode 100644 data/templates/npc/monster/22482-SwordKanabion.xml create mode 100644 data/templates/npc/monster/22483-SwordKanabion.xml create mode 100644 data/templates/npc/monster/22484-SwordKanabion.xml create mode 100644 data/templates/npc/monster/22485-LostWatcher.xml create mode 100644 data/templates/npc/monster/22486-LostWatcher.xml create mode 100644 data/templates/npc/monster/22487-LostBeholder.xml create mode 100644 data/templates/npc/monster/22488-LostWatcher.xml create mode 100644 data/templates/npc/monster/22489-LostWatcher.xml create mode 100644 data/templates/npc/monster/22490-LostBeholder.xml create mode 100644 data/templates/npc/monster/22491-LostWatcher.xml create mode 100644 data/templates/npc/monster/22492-LostWatcher.xml create mode 100644 data/templates/npc/monster/22493-LostBeholder.xml create mode 100644 data/templates/npc/monster/22494-LostWatcher.xml create mode 100644 data/templates/npc/monster/22495-LostWatcher.xml create mode 100644 data/templates/npc/monster/22496-LostBeholder.xml create mode 100644 data/templates/npc/monster/22497-LostWatcher.xml create mode 100644 data/templates/npc/monster/22498-LostWatcher.xml create mode 100644 data/templates/npc/monster/22499-LostBeholder.xml create mode 100644 data/templates/npc/monster/22500-LostWatcher.xml create mode 100644 data/templates/npc/monster/22501-LostWatcher.xml create mode 100644 data/templates/npc/monster/22502-LostBeholder.xml create mode 100644 data/templates/npc/monster/22503-LostWatcher.xml create mode 100644 data/templates/npc/monster/22504-LostWatcher.xml create mode 100644 data/templates/npc/monster/22505-LostBeholder.xml create mode 100644 data/templates/npc/monster/22506-BoomChild.xml create mode 100644 data/templates/npc/monster/22507-BoomChild.xml create mode 100644 data/templates/npc/monster/22508-BoomChild.xml create mode 100644 data/templates/npc/monster/22509-FanaticOfInfinity.xml create mode 100644 data/templates/npc/monster/22510-RottenMessenger.xml create mode 100644 data/templates/npc/monster/22511-ZealotOfInfinity.xml create mode 100644 data/templates/npc/monster/22512-BodySeverer.xml create mode 100644 data/templates/npc/monster/22513-BodyHarvester.xml create mode 100644 data/templates/npc/monster/22514-SoulExploiter.xml create mode 100644 data/templates/npc/monster/22515-SoulDevourer.xml create mode 100644 data/templates/npc/monster/22516-ButcherOfInfinity.xml create mode 100644 data/templates/npc/monster/22517-DiscipleOfInfinity.xml create mode 100644 data/templates/npc/monster/22518-RottenMessenger.xml create mode 100644 data/templates/npc/monster/22519-BodyHarvester.xml create mode 100644 data/templates/npc/monster/22520-BodySeverer.xml create mode 100644 data/templates/npc/monster/22521-SoulExploiter.xml create mode 100644 data/templates/npc/monster/22522-SoulDevourer.xml create mode 100644 data/templates/npc/monster/22523-SoulDevourer.xml create mode 100644 data/templates/npc/monster/22524-EmissaryOfDeath.xml create mode 100644 data/templates/npc/monster/22525-EmissaryOfDeath.xml create mode 100644 data/templates/npc/monster/22526-EmissaryOfDeath.xml create mode 100644 data/templates/npc/monster/22527-EmissaryOfDeath.xml create mode 100644 data/templates/npc/monster/22528-CursedPrefect.xml create mode 100644 data/templates/npc/monster/22529-CursedPrefect.xml create mode 100644 data/templates/npc/monster/22530-CursedPrefect.xml create mode 100644 data/templates/npc/monster/22531-CursedPrefect.xml create mode 100644 data/templates/npc/monster/22532-LawScholarOfConclusions.xml create mode 100644 data/templates/npc/monster/22533-LawScholarOfConclusions.xml create mode 100644 data/templates/npc/monster/22534-LawScholarOfConclusions.xml create mode 100644 data/templates/npc/monster/22535-LawScholarOfConclusions.xml create mode 100644 data/templates/npc/monster/22536-RoyalGuardCaptain.xml create mode 100644 data/templates/npc/monster/22537-DragonSteedTroopGrandMagician.xml create mode 100644 data/templates/npc/monster/22538-DragonSteedTroopCommander.xml create mode 100644 data/templates/npc/monster/22539-DragonSteedTroopsNo1BattalionCommander.xml create mode 100644 data/templates/npc/monster/22540-WhiteDragonLeader.xml create mode 100644 data/templates/npc/monster/22541-DragonSteedTroopInfantry.xml create mode 100644 data/templates/npc/monster/22542-DragonSteedTroopMagicLeader.xml create mode 100644 data/templates/npc/monster/22543-DragonSteedTroopMagician.xml create mode 100644 data/templates/npc/monster/22544-DragonSteedTroopMagicSoldier.xml create mode 100644 data/templates/npc/monster/22545-WifeOfTheDragonOfDarkness.xml create mode 100644 data/templates/npc/monster/22546-WarriorOfLight.xml create mode 100644 data/templates/npc/monster/22547-DragonSteedTroopHealer.xml create mode 100644 data/templates/npc/monster/22548-DragonSteedTroopJavelinThrower.xml create mode 100644 data/templates/npc/monster/22549-DragonSteedTroopJavelinThrower.xml create mode 100644 data/templates/npc/monster/22550-SavageWarrior.xml create mode 100644 data/templates/npc/monster/22551-PriestOfDarkness.xml create mode 100644 data/templates/npc/monster/22552-MutationDrake.xml create mode 100644 data/templates/npc/monster/22553-LargeCrystalCore.xml create mode 100644 data/templates/npc/monster/22554-SmallCrystalCore.xml create mode 100644 data/templates/npc/monster/22555-SmallCrystalCore.xml create mode 100644 data/templates/npc/monster/22556-SmallCrystalCore.xml create mode 100644 data/templates/npc/monster/22557-DefenseMechanism.xml create mode 100644 data/templates/npc/monster/22558-DefenseBattery.xml create mode 100644 data/templates/npc/monster/22559-DefeatedTroopsCommander.xml create mode 100644 data/templates/npc/monster/22560-DefeatedTroopsNo1BattalionCommander.xml create mode 100644 data/templates/npc/monster/22561-DefeatedTroopsWhiteDragonLeader.xml create mode 100644 data/templates/npc/monster/22562-DefeatedTroopsInfantry.xml create mode 100644 data/templates/npc/monster/22563-DefeatedTroopsMagicLeader.xml create mode 100644 data/templates/npc/monster/22564-DefeatedTroopsMagician.xml create mode 100644 data/templates/npc/monster/22565-DefeatedTroopsMagicSoldier.xml create mode 100644 data/templates/npc/monster/22566-DefeatedTroopsHealer.xml create mode 100644 data/templates/npc/monster/22567-DefeatedTroopsJavelinThrower.xml create mode 100644 data/templates/npc/monster/22568-DefeatedTroopsJavelinThrower.xml create mode 100644 data/templates/npc/monster/22569-SoldiersOfBravery.xml create mode 100644 data/templates/npc/monster/22570-RoyalGuardCaptain.xml create mode 100644 data/templates/npc/monster/22571-DragonSteedTroopGrandMagician.xml create mode 100644 data/templates/npc/monster/22572-DragonSteedTroopCommander.xml create mode 100644 data/templates/npc/monster/22573-DragonSteedTroopsNo1BattalionCommander.xml create mode 100644 data/templates/npc/monster/22574-WhiteDragonLeader.xml create mode 100644 data/templates/npc/monster/22575-DragonSteedTroopInfantry.xml create mode 100644 data/templates/npc/monster/22576-DragonSteedTroopMagicLeader.xml create mode 100644 data/templates/npc/monster/22577-DragonSteedTroopMagician.xml create mode 100644 data/templates/npc/monster/22578-DragonSteedTroopMagicSoldier.xml create mode 100644 data/templates/npc/monster/22579-WarriorOfLight.xml create mode 100644 data/templates/npc/monster/22580-DragonSteedTroopHealer.xml create mode 100644 data/templates/npc/monster/22581-DragonSteedTroopJavelinThrower.xml create mode 100644 data/templates/npc/monster/22582-DragonSteedTroopJavelinThrower.xml create mode 100644 data/templates/npc/monster/22583-DragonSteedTroopMagicLeader.xml create mode 100644 data/templates/npc/monster/22584-DragonSteedTroopMagician.xml create mode 100644 data/templates/npc/monster/22585-DragonSteedTroopMagicSoldier.xml create mode 100644 data/templates/npc/monster/22586-DragonSteedTroopCommander.xml create mode 100644 data/templates/npc/monster/22587-DragonSteedTroopCaptain1.xml create mode 100644 data/templates/npc/monster/22588-WhiteDragonLeader.xml create mode 100644 data/templates/npc/monster/22589-DragonSteedTroopInfantry.xml create mode 100644 data/templates/npc/monster/22590.xml create mode 100644 data/templates/npc/monster/22591-DragonSteedTroopMagicLeader.xml create mode 100644 data/templates/npc/monster/22592-DragonSteedTroopMagician.xml create mode 100644 data/templates/npc/monster/22593-DragonSteedTroopMagicSoldier.xml create mode 100644 data/templates/npc/monster/22594-DragonSteedTroopCommander.xml create mode 100644 data/templates/npc/monster/22595-DragonSteedTroopsNo1BattalionCommander.xml create mode 100644 data/templates/npc/monster/22596-WhiteDragonLeader.xml create mode 100644 data/templates/npc/monster/22597-DragonSteedTroopInfantry.xml create mode 100644 data/templates/npc/monster/22598-Obelisk.xml create mode 100644 data/templates/npc/monster/22599-GreatPowerfulDevice.xml create mode 100644 data/templates/npc/monster/22600-ThroneOfDestructionPowerfulDevice.xml create mode 100644 data/templates/npc/monster/22601-HeartProtectionDevice.xml create mode 100644 data/templates/npc/monster/22602-MutantBird.xml create mode 100644 data/templates/npc/monster/22603-MutantBird.xml create mode 100644 data/templates/npc/monster/22604-DraHawk.xml create mode 100644 data/templates/npc/monster/22605-DraHawk.xml create mode 100644 data/templates/npc/monster/22606-FloatingSkull.xml create mode 100644 data/templates/npc/monster/22607-FloatingSkull.xml create mode 100644 data/templates/npc/monster/22608-FloatingZombie.xml create mode 100644 data/templates/npc/monster/22609-FloatingZombie.xml create mode 100644 data/templates/npc/monster/22610-MutatedDrakeWing.xml create mode 100644 data/templates/npc/monster/22611-MutatedDrakeWing.xml create mode 100644 data/templates/npc/monster/22612-Drak.xml create mode 100644 data/templates/npc/monster/22613-Drak.xml create mode 100644 data/templates/npc/monster/22614-VultureRider.xml create mode 100644 data/templates/npc/monster/22615-VultureRider.xml create mode 100644 data/templates/npc/monster/22616-SeedOfPain.xml create mode 100644 data/templates/npc/monster/22617-SpikedStakato.xml create mode 100644 data/templates/npc/monster/22618-SpikedStakatoWorker.xml create mode 100644 data/templates/npc/monster/22619-SpikedStakatoGuard.xml create mode 100644 data/templates/npc/monster/22620-FemaleSpikedStakato.xml create mode 100644 data/templates/npc/monster/22621-MaleSpikedStakato.xml create mode 100644 data/templates/npc/monster/22622-MaleSpikedStakato.xml create mode 100644 data/templates/npc/monster/22623-SpikedStakatoSorcerer.xml create mode 100644 data/templates/npc/monster/22624-CannibalisticStakatoFollower.xml create mode 100644 data/templates/npc/monster/22625-CannibalisticStakatoLeader.xml create mode 100644 data/templates/npc/monster/22626-CannibalisticStakatoLeader.xml create mode 100644 data/templates/npc/monster/22627-SpikedStakatoSoldier.xml create mode 100644 data/templates/npc/monster/22628-SpikedStakatoDrone.xml create mode 100644 data/templates/npc/monster/22629-SpikedStakatoCaptain.xml create mode 100644 data/templates/npc/monster/22630-SpikeStakatoNurse.xml create mode 100644 data/templates/npc/monster/22631-SpikeStakatoNurse.xml create mode 100644 data/templates/npc/monster/22632-SpikedStakatoBaby.xml create mode 100644 data/templates/npc/monster/22633-SpikedStakatoShaman.xml create mode 100644 data/templates/npc/monster/22634-ScarletStakatoWorker.xml create mode 100644 data/templates/npc/monster/22635-ScarletStakatoSoldier.xml create mode 100644 data/templates/npc/monster/22636-ScarletStakatoNoble.xml create mode 100644 data/templates/npc/monster/22637-TepraScorpion.xml create mode 100644 data/templates/npc/monster/22638-TepraScarab.xml create mode 100644 data/templates/npc/monster/22639-AssassinBeetle.xml create mode 100644 data/templates/npc/monster/22640-MercenaryOfDestruction.xml create mode 100644 data/templates/npc/monster/22641-KnightOfDestruction.xml create mode 100644 data/templates/npc/monster/22642-LavastoneGolem.xml create mode 100644 data/templates/npc/monster/22643-MagmaGolem.xml create mode 100644 data/templates/npc/monster/22644-ArimanesOfDestruction.xml create mode 100644 data/templates/npc/monster/22645-BalrogOfDestruction.xml create mode 100644 data/templates/npc/monster/22646-AshurasOfDestruction.xml create mode 100644 data/templates/npc/monster/22647-Lavasillisk.xml create mode 100644 data/templates/npc/monster/22648-BlazingIfrit.xml create mode 100644 data/templates/npc/monster/22649-MagmaDrake.xml create mode 100644 data/templates/npc/monster/22650-MucrokianFanatic.xml create mode 100644 data/templates/npc/monster/22651-MucrokianAscetic.xml create mode 100644 data/templates/npc/monster/22652-MucrokianSavior.xml create mode 100644 data/templates/npc/monster/22653-MucrokianPreacher.xml create mode 100644 data/templates/npc/monster/22654-ContaminatedMucrokian.xml create mode 100644 data/templates/npc/monster/22655-AwakenedMucrokian.xml create mode 100644 data/templates/npc/monster/22656-Suppressor.xml create mode 100644 data/templates/npc/monster/22657-Exterminator.xml create mode 100644 data/templates/npc/monster/22658-SentinelWaterspirit.xml create mode 100644 data/templates/npc/monster/22659-GuardianWaterspirit.xml create mode 100644 data/templates/npc/monster/22660-LesserGiant.xml create mode 100644 data/templates/npc/monster/22661-LesserGiantSoldier.xml create mode 100644 data/templates/npc/monster/22662-LesserGiantShooter.xml create mode 100644 data/templates/npc/monster/22663-LesserGiantScout.xml create mode 100644 data/templates/npc/monster/22664-LesserGiantMage.xml create mode 100644 data/templates/npc/monster/22665-LesserGiantElder.xml create mode 100644 data/templates/npc/monster/22666-Barif.xml create mode 100644 data/templates/npc/monster/22667-BarifSPet.xml create mode 100644 data/templates/npc/monster/22668-Gamlin.xml create mode 100644 data/templates/npc/monster/22669-Leogul.xml create mode 100644 data/templates/npc/monster/22670-CursedLord.xml create mode 100644 data/templates/npc/monster/22671-CursedGuardian.xml create mode 100644 data/templates/npc/monster/22672-CursedSeer.xml create mode 100644 data/templates/npc/monster/22673-Hirokai.xml create mode 100644 data/templates/npc/monster/22674-Imagro.xml create mode 100644 data/templates/npc/monster/22675-Palit.xml create mode 100644 data/templates/npc/monster/22676-Hamlet.xml create mode 100644 data/templates/npc/monster/22677-Klennot.xml create mode 100644 data/templates/npc/monster/22678-GraveRobberSummoner.xml create mode 100644 data/templates/npc/monster/22679-GraveRobberMagician.xml create mode 100644 data/templates/npc/monster/22680-GraveRobberWorker.xml create mode 100644 data/templates/npc/monster/22681-GraveRobberWarrior.xml create mode 100644 data/templates/npc/monster/22682-GraveRobberWarriorOfLight.xml create mode 100644 data/templates/npc/monster/22683-ServitorOfDarkness.xml create mode 100644 data/templates/npc/monster/22684-ServitorOfDarkness.xml create mode 100644 data/templates/npc/monster/22685-ServitorOfDarkness.xml create mode 100644 data/templates/npc/monster/22686-ServitorOfDarkness.xml create mode 100644 data/templates/npc/monster/22687-PhantomsOfTheMine.xml create mode 100644 data/templates/npc/monster/22688-EvilSpiritsOfTheMine.xml create mode 100644 data/templates/npc/monster/22689-MineBug.xml create mode 100644 data/templates/npc/monster/22690-EarthwormSDescendant.xml create mode 100644 data/templates/npc/monster/22691-RagnaOrc.xml create mode 100644 data/templates/npc/monster/22692-RagnaOrcWarrior.xml create mode 100644 data/templates/npc/monster/22693-RagnaOrcHero.xml create mode 100644 data/templates/npc/monster/22694-RagnaOrcCommander.xml create mode 100644 data/templates/npc/monster/22695-RagnaOrcHealer.xml create mode 100644 data/templates/npc/monster/22696-RagnaOrcShaman.xml create mode 100644 data/templates/npc/monster/22697-RagnaOrcSeer.xml create mode 100644 data/templates/npc/monster/22698-RagnaOrcArcher.xml create mode 100644 data/templates/npc/monster/22699-RagnaOrcSniper.xml create mode 100644 data/templates/npc/monster/22700-VarangkaSGuardian.xml create mode 100644 data/templates/npc/monster/22701-VarangkaSDreVanul.xml create mode 100644 data/templates/npc/monster/22702-VarangkaSDestroyer.xml create mode 100644 data/templates/npc/monster/22703-ContaminatedMorekWarrior.xml create mode 100644 data/templates/npc/monster/22704-ContaminatedBaturWarrior.xml create mode 100644 data/templates/npc/monster/22705-ContaminatedBaturCommander.xml create mode 100644 data/templates/npc/monster/22706-TurkaFollowerSGhost.xml create mode 100644 data/templates/npc/monster/22707-TurkaCommanderSGhost.xml create mode 100644 data/templates/npc/monster/22708-InvaderWarriorOfNightmare.xml create mode 100644 data/templates/npc/monster/22709-InvaderHealerOfNightmare.xml create mode 100644 data/templates/npc/monster/22710-InvaderGuideOfNightmare.xml create mode 100644 data/templates/npc/monster/22711-InvaderDestroyerOfNightmare.xml create mode 100644 data/templates/npc/monster/22712-InvaderAssassinOfNightmare.xml create mode 100644 data/templates/npc/monster/22713-InvaderShamanOfNightmare.xml create mode 100644 data/templates/npc/monster/22714-InvaderArcherOfNightmare.xml create mode 100644 data/templates/npc/monster/22715-InvaderSoldierOfNightmare.xml create mode 100644 data/templates/npc/monster/22716-InvaderSoldierOfNightmare.xml create mode 100644 data/templates/npc/monster/22717-InvaderDiscipleOfNightmare.xml create mode 100644 data/templates/npc/monster/22718-InvaderEliteSoldierOfNightmare.xml create mode 100644 data/templates/npc/monster/22719-NihilInvaderWarrior.xml create mode 100644 data/templates/npc/monster/22720-NihilInvaderHealer.xml create mode 100644 data/templates/npc/monster/22721-NihilInvaderGuide.xml create mode 100644 data/templates/npc/monster/22722-NihilInvaderDestroyer.xml create mode 100644 data/templates/npc/monster/22723-NihilInvaderAssassin.xml create mode 100644 data/templates/npc/monster/22724-NihilInvaderShaman.xml create mode 100644 data/templates/npc/monster/22725-NihilInvaderArcher.xml create mode 100644 data/templates/npc/monster/22726-NihilInvaderSoldier.xml create mode 100644 data/templates/npc/monster/22727-NihilInvaderSoldier.xml create mode 100644 data/templates/npc/monster/22728-NihilInvaderDisciple.xml create mode 100644 data/templates/npc/monster/22729-NihilInvaderEliteSoldier.xml create mode 100644 data/templates/npc/monster/22730-MutantWarrior.xml create mode 100644 data/templates/npc/monster/22731-MutantHealer.xml create mode 100644 data/templates/npc/monster/22732-MutantGuide.xml create mode 100644 data/templates/npc/monster/22733-MutantDestroyer.xml create mode 100644 data/templates/npc/monster/22734-MutantAssassin.xml create mode 100644 data/templates/npc/monster/22735-MutantShaman.xml create mode 100644 data/templates/npc/monster/22736-MutantOverlord.xml create mode 100644 data/templates/npc/monster/22737-MutantSoldier.xml create mode 100644 data/templates/npc/monster/22738-MutantSoldier.xml create mode 100644 data/templates/npc/monster/22739-MutantDisciple.xml create mode 100644 data/templates/npc/monster/22740-MutantEliteSoldier.xml create mode 100644 data/templates/npc/monster/22741-GraveRobberWarrior.xml create mode 100644 data/templates/npc/monster/22742-Ornithomimus.xml create mode 100644 data/templates/npc/monster/22743-Deinonychus.xml create mode 100644 data/templates/npc/monster/22744-Ornithomimus.xml create mode 100644 data/templates/npc/monster/22745-Deinonychus.xml create mode 100644 data/templates/npc/monster/22746-Bgurent.xml create mode 100644 data/templates/npc/monster/22747-Brakian.xml create mode 100644 data/templates/npc/monster/22748-Groikan.xml create mode 100644 data/templates/npc/monster/22749-Treykan.xml create mode 100644 data/templates/npc/monster/22750-EliteBgurent.xml create mode 100644 data/templates/npc/monster/22751-EliteBrakian.xml create mode 100644 data/templates/npc/monster/22752-EliteGroikan.xml create mode 100644 data/templates/npc/monster/22753-EliteTreykan.xml create mode 100644 data/templates/npc/monster/22754-Turtlelian.xml create mode 100644 data/templates/npc/monster/22755-Krajian.xml create mode 100644 data/templates/npc/monster/22756-Tardyon.xml create mode 100644 data/templates/npc/monster/22757-EliteTurtlelian.xml create mode 100644 data/templates/npc/monster/22758-EliteKrajian.xml create mode 100644 data/templates/npc/monster/22759-EliteTardyon.xml create mode 100644 data/templates/npc/monster/22760-Kanibi.xml create mode 100644 data/templates/npc/monster/22761-Kiriona.xml create mode 100644 data/templates/npc/monster/22762-Kaiona.xml create mode 100644 data/templates/npc/monster/22763-EliteKanibi.xml create mode 100644 data/templates/npc/monster/22764-EliteKiriona.xml create mode 100644 data/templates/npc/monster/22765-EliteKaiona.xml create mode 100644 data/templates/npc/monster/22768-TantaLizardmanScout.xml create mode 100644 data/templates/npc/monster/22769-TantaLizardmanWarrior.xml create mode 100644 data/templates/npc/monster/22770-TantaLizardmanSoldier.xml create mode 100644 data/templates/npc/monster/22771-TantaLizardmanBerserker.xml create mode 100644 data/templates/npc/monster/22772-TantaLizardmanArcher.xml create mode 100644 data/templates/npc/monster/22773-TantaLizardmanMagician.xml create mode 100644 data/templates/npc/monster/22774-TantaLizardmanSummoner.xml create mode 100644 data/templates/npc/monster/22775-SelMahumDrillSergeant.xml create mode 100644 data/templates/npc/monster/22776-SelMahumTrainingOfficer.xml create mode 100644 data/templates/npc/monster/22777-SelMahumDrillSergeant.xml create mode 100644 data/templates/npc/monster/22778-SelMahumDrillSergeant.xml create mode 100644 data/templates/npc/monster/22779-SelMahumEscortGuard.xml create mode 100644 data/templates/npc/monster/22780-SelMahumRecruit.xml create mode 100644 data/templates/npc/monster/22781-SelMahumSoldier.xml create mode 100644 data/templates/npc/monster/22782-SelMahumRecruit.xml create mode 100644 data/templates/npc/monster/22783-SelMahumSoldier.xml create mode 100644 data/templates/npc/monster/22784-SelMahumRecruit.xml create mode 100644 data/templates/npc/monster/22785-SelMahumSoldier.xml create mode 100644 data/templates/npc/monster/22786-SelMahumSquadLeader.xml create mode 100644 data/templates/npc/monster/22787-SelMahumSquadLeader.xml create mode 100644 data/templates/npc/monster/22788-SelMahumSquadLeader.xml create mode 100644 data/templates/npc/monster/22789-GuideSolina.xml create mode 100644 data/templates/npc/monster/22790-SeekerSolina.xml create mode 100644 data/templates/npc/monster/22791-SaviorSolina.xml create mode 100644 data/templates/npc/monster/22792-DiscipleSolina.xml create mode 100644 data/templates/npc/monster/22793-AsceticSolina.xml create mode 100644 data/templates/npc/monster/22794-DivinityJudge.xml create mode 100644 data/templates/npc/monster/22795-DivinityManager.xml create mode 100644 data/templates/npc/monster/22796-DivinitySupervisor.xml create mode 100644 data/templates/npc/monster/22797-DivinityWorshipper.xml create mode 100644 data/templates/npc/monster/22798-DivinityProtector.xml create mode 100644 data/templates/npc/monster/22799-DivinityFighter.xml create mode 100644 data/templates/npc/monster/22800-DivinityMagus.xml create mode 100644 data/templates/npc/monster/22801-CruelPincerGolem.xml create mode 100644 data/templates/npc/monster/22802-CruelPincerGolem.xml create mode 100644 data/templates/npc/monster/22803-CruelPincerGolem.xml create mode 100644 data/templates/npc/monster/22804-DrillGolemOfTerror.xml create mode 100644 data/templates/npc/monster/22805-DrillGolemOfTerror.xml create mode 100644 data/templates/npc/monster/22806-DrillGolemOfTerror.xml create mode 100644 data/templates/npc/monster/22807-ScoutTypeGolemNo28.xml create mode 100644 data/templates/npc/monster/22808-ScoutTypeGolemNo2.xml create mode 100644 data/templates/npc/monster/22809-GuardGolem.xml create mode 100644 data/templates/npc/monster/22810-MicroScoutGolem.xml create mode 100644 data/templates/npc/monster/22811-GreatChaosGolem.xml create mode 100644 data/templates/npc/monster/22812-BoomGolem.xml create mode 100644 data/templates/npc/monster/25002-GuardOfKutus.xml create mode 100644 data/templates/npc/monster/25003-PawnOfKutus.xml create mode 100644 data/templates/npc/monster/25005-TurekMercenaryArcher.xml create mode 100644 data/templates/npc/monster/25006-TurekMercenaryWarrior.xml create mode 100644 data/templates/npc/monster/25008-CletuSRetainer.xml create mode 100644 data/templates/npc/monster/25009-CletuSPawn.xml create mode 100644 data/templates/npc/monster/25011-GuardOfThieles.xml create mode 100644 data/templates/npc/monster/25012-FollowerOfThieles.xml create mode 100644 data/templates/npc/monster/25014-GhostOfPeasant.xml create mode 100644 data/templates/npc/monster/25015-GhostOfPeasant.xml create mode 100644 data/templates/npc/monster/25017-EscortOfThe3rdGuardian.xml create mode 100644 data/templates/npc/monster/25018-SupportOfThe3rdGuardian.xml create mode 100644 data/templates/npc/monster/25021-PastuSSilhouette.xml create mode 100644 data/templates/npc/monster/25022-PastuSShadow.xml create mode 100644 data/templates/npc/monster/25024-JerunaSGuardCaptain.xml create mode 100644 data/templates/npc/monster/25025-JerunaSGuard.xml create mode 100644 data/templates/npc/monster/25027-KatuVanMarksman.xml create mode 100644 data/templates/npc/monster/25028-KatuVanRaider.xml create mode 100644 data/templates/npc/monster/25030-AtraibanSTopDisciple.xml create mode 100644 data/templates/npc/monster/25031-AtraibanSDisciple.xml create mode 100644 data/templates/npc/monster/25033-MillenuGuardShaman.xml create mode 100644 data/templates/npc/monster/25034-MellenuGuardWarrior.xml create mode 100644 data/templates/npc/monster/25036-CabrioCaptor.xml create mode 100644 data/templates/npc/monster/25037-CabrioBlader.xml create mode 100644 data/templates/npc/monster/25039-TirakSGuard.xml create mode 100644 data/templates/npc/monster/25040-TirakSKnight.xml create mode 100644 data/templates/npc/monster/25042-RemmelSArcher.xml create mode 100644 data/templates/npc/monster/25043-RemmelSGuard.xml create mode 100644 data/templates/npc/monster/25045-DarkMageSOfBarion.xml create mode 100644 data/templates/npc/monster/25046-BarionSGrunt.xml create mode 100644 data/templates/npc/monster/25048-KarteSChiefKnight.xml create mode 100644 data/templates/npc/monster/25049-KarteSRoyalGuard.xml create mode 100644 data/templates/npc/monster/25052-PriestessOfRahha.xml create mode 100644 data/templates/npc/monster/25053-FanaticsOfRahha.xml create mode 100644 data/templates/npc/monster/25055-Taliadon.xml create mode 100644 data/templates/npc/monster/25056-Vemsk.xml create mode 100644 data/templates/npc/monster/25058-BiconneSShooter.xml create mode 100644 data/templates/npc/monster/25059-BiconneSWarrior.xml create mode 100644 data/templates/npc/monster/25061-KaelSBead.xml create mode 100644 data/templates/npc/monster/25062-KaelSEscort.xml create mode 100644 data/templates/npc/monster/25065-TerukSEscort.xml create mode 100644 data/templates/npc/monster/25066-TerukSKnight.xml create mode 100644 data/templates/npc/monster/25068-ShakaSShooter.xml create mode 100644 data/templates/npc/monster/25069-ShakaSFollower.xml create mode 100644 data/templates/npc/monster/25071-RuellSWind.xml create mode 100644 data/templates/npc/monster/25072-RuellSUnicorn.xml create mode 100644 data/templates/npc/monster/25074-RudeltoSBanshee.xml create mode 100644 data/templates/npc/monster/25075-RudeltoSDreVanul.xml create mode 100644 data/templates/npc/monster/25077-CaptainDogun.xml create mode 100644 data/templates/npc/monster/25078-PrincessGuard.xml create mode 100644 data/templates/npc/monster/25080-Mercenary.xml create mode 100644 data/templates/npc/monster/25081-CatSEyeBandit.xml create mode 100644 data/templates/npc/monster/25083-CatGang.xml create mode 100644 data/templates/npc/monster/25084-CatGang.xml create mode 100644 data/templates/npc/monster/25086-TimakOrcRanger.xml create mode 100644 data/templates/npc/monster/25087-TimakOrcRanger.xml create mode 100644 data/templates/npc/monster/25090-SoullessWolf.xml create mode 100644 data/templates/npc/monster/25091-SoullessBear.xml create mode 100644 data/templates/npc/monster/25093-KorimChiefGuardKaywon.xml create mode 100644 data/templates/npc/monster/25094-KorimGuards.xml create mode 100644 data/templates/npc/monster/25096-RenoaSElpy.xml create mode 100644 data/templates/npc/monster/25097-RenoaSHog.xml create mode 100644 data/templates/npc/monster/25100-SpiritOfSeaOfSpores.xml create mode 100644 data/templates/npc/monster/25101-FighterOfSeaOfSpores.xml create mode 100644 data/templates/npc/monster/25104-IsirrSGuard.xml create mode 100644 data/templates/npc/monster/25105-IsirrSGuards.xml create mode 100644 data/templates/npc/monster/25107-LidiaSArcher.xml create mode 100644 data/templates/npc/monster/25108-LidiaSFighter.xml create mode 100644 data/templates/npc/monster/25110-CloeSServitor.xml create mode 100644 data/templates/npc/monster/25111-CloeSServitor.xml create mode 100644 data/templates/npc/monster/25113-MeanaSMaid.xml create mode 100644 data/templates/npc/monster/25114-MeanaSGuardDoll.xml create mode 100644 data/templates/npc/monster/25116-IcarusSample2.xml create mode 100644 data/templates/npc/monster/25117-IcarusSample3.xml create mode 100644 data/templates/npc/monster/25120-BerunSOfficer.xml create mode 100644 data/templates/npc/monster/25121-BerunSPrattler.xml create mode 100644 data/templates/npc/monster/25123-LeoSServant.xml create mode 100644 data/templates/npc/monster/25124-LeoSSteward.xml create mode 100644 data/templates/npc/monster/25129-VukuShaman.xml create mode 100644 data/templates/npc/monster/25130-GharmashSPetTrimden.xml create mode 100644 data/templates/npc/monster/25132-GatoSMarksman.xml create mode 100644 data/templates/npc/monster/25133-GatoSTroopLeader.xml create mode 100644 data/templates/npc/monster/25135-TalkinSSeer.xml create mode 100644 data/templates/npc/monster/25136-TalkinSBodyguard.xml create mode 100644 data/templates/npc/monster/25138-SoulDrinker.xml create mode 100644 data/templates/npc/monster/25139-SephiaSSalve.xml create mode 100644 data/templates/npc/monster/25141-HekatonCottus.xml create mode 100644 data/templates/npc/monster/25142-HekatonChires.xml create mode 100644 data/templates/npc/monster/25144-ShurielSOracle.xml create mode 100644 data/templates/npc/monster/25145-ShurielSPaladin.xml create mode 100644 data/templates/npc/monster/25147-AssassinOfBifrons.xml create mode 100644 data/templates/npc/monster/25148-ButcherOfBifrons.xml create mode 100644 data/templates/npc/monster/25150-EvilSpiritArcher.xml create mode 100644 data/templates/npc/monster/25151-EvilSpiritWarrior.xml create mode 100644 data/templates/npc/monster/25153-ClawsOfShadar.xml create mode 100644 data/templates/npc/monster/25154-WhipOfShadar.xml create mode 100644 data/templates/npc/monster/25156-FanaticShaman.xml create mode 100644 data/templates/npc/monster/25157-FanaticSoldier.xml create mode 100644 data/templates/npc/monster/25160-RapiniTheUnicorn.xml create mode 100644 data/templates/npc/monster/25161-RirifTheUnicorn.xml create mode 100644 data/templates/npc/monster/25167-IkuntaiSServitor.xml create mode 100644 data/templates/npc/monster/25168-PawnOfIkuntai.xml create mode 100644 data/templates/npc/monster/25171-HellionSArchers.xml create mode 100644 data/templates/npc/monster/25172-HellionSGuards.xml create mode 100644 data/templates/npc/monster/25174-KarutaSFollower.xml create mode 100644 data/templates/npc/monster/25175-KarutaSInferiors.xml create mode 100644 data/templates/npc/monster/25177-GuardianKnightOfBlackLily.xml create mode 100644 data/templates/npc/monster/25178-ServitorOfBlackLily.xml create mode 100644 data/templates/npc/monster/25180-KarumSGuard.xml create mode 100644 data/templates/npc/monster/25181-KarumSWarrior.xml create mode 100644 data/templates/npc/monster/25183-KurikupsWife.xml create mode 100644 data/templates/npc/monster/25184-DevilBladerOfChaos.xml create mode 100644 data/templates/npc/monster/25186-HellenaSMarksman.xml create mode 100644 data/templates/npc/monster/25187-HelenaSSoldier.xml create mode 100644 data/templates/npc/monster/25190-MumuSWizard.xml create mode 100644 data/templates/npc/monster/25191-MumuSWarrior.xml create mode 100644 data/templates/npc/monster/25193-PanathenSKnight.xml create mode 100644 data/templates/npc/monster/25194-PanathenSProtectors.xml create mode 100644 data/templates/npc/monster/25200-FamilyOfSheshark.xml create mode 100644 data/templates/npc/monster/25201-GuardOfSheshark.xml create mode 100644 data/templates/npc/monster/25203-ParhitPadishaSobekk.xml create mode 100644 data/templates/npc/monster/25204-KrokianPadishaSobekk.xml create mode 100644 data/templates/npc/monster/25206-AshakielSBlade.xml create mode 100644 data/templates/npc/monster/25207-AshakielSRod.xml create mode 100644 data/templates/npc/monster/25209-AtekaSShaman.xml create mode 100644 data/templates/npc/monster/25210-AtekaSGrunt.xml create mode 100644 data/templates/npc/monster/25212-SebekSPriest.xml create mode 100644 data/templates/npc/monster/25213-SebekSFanatic.xml create mode 100644 data/templates/npc/monster/25215-SikaSWizard.xml create mode 100644 data/templates/npc/monster/25216-SikaSFighter.xml create mode 100644 data/templates/npc/monster/25218-ClaraSMarksman.xml create mode 100644 data/templates/npc/monster/25219-ClaraSPawn.xml create mode 100644 data/templates/npc/monster/25221-DeathMageKrician.xml create mode 100644 data/templates/npc/monster/25222-DeathFighterHarik.xml create mode 100644 data/templates/npc/monster/25224-SoulSlasher.xml create mode 100644 data/templates/npc/monster/25225-SoulStrainer.xml create mode 100644 data/templates/npc/monster/25227-KastorSSeer.xml create mode 100644 data/templates/npc/monster/25228-KastorSPrefect.xml create mode 100644 data/templates/npc/monster/25231-RagothSGuard.xml create mode 100644 data/templates/npc/monster/25232-RagothSHerald.xml create mode 100644 data/templates/npc/monster/25236-KandraSHealer.xml create mode 100644 data/templates/npc/monster/25237-KandraSGuard.xml create mode 100644 data/templates/npc/monster/25239-MonstrousBeastOfAbyssBrukunt.xml create mode 100644 data/templates/npc/monster/25240-WildBeastOfAbyssBrukunt.xml create mode 100644 data/templates/npc/monster/25242-TamashSAdvisor.xml create mode 100644 data/templates/npc/monster/25243-TamashSServant.xml create mode 100644 data/templates/npc/monster/25246-GlakiSHenchman.xml create mode 100644 data/templates/npc/monster/25247-GlakiSServant.xml create mode 100644 data/templates/npc/monster/25250-ManEatingPlantOfPalatanos.xml create mode 100644 data/templates/npc/monster/25251-SaplingOfPalatanos.xml create mode 100644 data/templates/npc/monster/25253-HandmaidenOfThemis.xml create mode 100644 data/templates/npc/monster/25254-ThemisSSentinel.xml create mode 100644 data/templates/npc/monster/25257-ArakSArcher.xml create mode 100644 data/templates/npc/monster/25258-ArakSFootman.xml create mode 100644 data/templates/npc/monster/25261-TotemGuardArcher.xml create mode 100644 data/templates/npc/monster/25262-TotemGuard.xml create mode 100644 data/templates/npc/monster/25264-KeloneSAssassin.xml create mode 100644 data/templates/npc/monster/25265-KeloneSSecretKnight.xml create mode 100644 data/templates/npc/monster/25267-DecarbiaSRoyalGuard.xml create mode 100644 data/templates/npc/monster/25268-DecarbiaSEscort.xml create mode 100644 data/templates/npc/monster/25270-BehemothJaveliner.xml create mode 100644 data/templates/npc/monster/25271-BehemothFlare.xml create mode 100644 data/templates/npc/monster/25274-Carnabarun.xml create mode 100644 data/templates/npc/monster/25275-Carnassiud.xml create mode 100644 data/templates/npc/monster/25278-DeadSoulOfStigma.xml create mode 100644 data/templates/npc/monster/25279-EvilSpiritOfStigma.xml create mode 100644 data/templates/npc/monster/25284-LilithSAgent.xml create mode 100644 data/templates/npc/monster/25285-LilithSEscort.xml create mode 100644 data/templates/npc/monster/25287-AnakimSGuardian.xml create mode 100644 data/templates/npc/monster/25288-AnakimSRoyalGuard.xml create mode 100644 data/templates/npc/monster/25289-AnakimSExecutor.xml create mode 100644 data/templates/npc/monster/25291-FamilyOfDaimon.xml create mode 100644 data/templates/npc/monster/25292-FamilyOfDaimon.xml create mode 100644 data/templates/npc/monster/25294-FighterOfHestia.xml create mode 100644 data/templates/npc/monster/25295-FollowerOfHestia.xml create mode 100644 data/templates/npc/monster/25297-IcicleGiant.xml create mode 100644 data/templates/npc/monster/25298-IcicleGiant.xml create mode 100644 data/templates/npc/monster/25300-ScoutOfHekaton.xml create mode 100644 data/templates/npc/monster/25301-ServantOfHekaton.xml create mode 100644 data/templates/npc/monster/25303-TayrSAide.xml create mode 100644 data/templates/npc/monster/25304-TayrSGuard.xml create mode 100644 data/templates/npc/monster/25307-FamilyOfNastron.xml create mode 100644 data/templates/npc/monster/25308-FamilyOfNastron.xml create mode 100644 data/templates/npc/monster/25310-ShadithSRoyalGuardCaptain.xml create mode 100644 data/templates/npc/monster/25311-ShadithSSentinel.xml create mode 100644 data/templates/npc/monster/25313-MosAide.xml create mode 100644 data/templates/npc/monster/25314-MosGuard.xml create mode 100644 data/templates/npc/monster/25317-FamilyOfAshutar.xml create mode 100644 data/templates/npc/monster/25318-FamilyOfAshutar.xml create mode 100644 data/templates/npc/monster/25320-SentinelOfEmber.xml create mode 100644 data/templates/npc/monster/25321-MessengerOfEmber.xml create mode 100644 data/templates/npc/monster/25323-FalstonSDisciple.xml create mode 100644 data/templates/npc/monster/25324-ServantOfFalston.xml create mode 100644 data/templates/npc/monster/25326-BarakielSDisciple.xml create mode 100644 data/templates/npc/monster/25327-BarakielSAcolyte.xml create mode 100644 data/templates/npc/monster/25329-Violet.xml create mode 100644 data/templates/npc/monster/25330-Kurstin.xml create mode 100644 data/templates/npc/monster/25331-Mina.xml create mode 100644 data/templates/npc/monster/25332-Dorian.xml create mode 100644 data/templates/npc/monster/25339-ShadowOfHalisha.xml create mode 100644 data/templates/npc/monster/25340-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25341-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25342-ShadowOfHalisha.xml create mode 100644 data/templates/npc/monster/25343-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25344-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25345-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25346-ShadowOfHalisha.xml create mode 100644 data/templates/npc/monster/25347-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25348-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25349-ShadowOfHalisha.xml create mode 100644 data/templates/npc/monster/25350-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25351-KnightOfShadow.xml create mode 100644 data/templates/npc/monster/25353-GiantWastelandBasilisk.xml create mode 100644 data/templates/npc/monster/25355-SiroccoSGargoyle.xml create mode 100644 data/templates/npc/monster/25356-SiroccoSGuards.xml create mode 100644 data/templates/npc/monster/25358-SukarWereratGuard.xml create mode 100644 data/templates/npc/monster/25359-SukarWereratPriest.xml create mode 100644 data/templates/npc/monster/25361-YellowHornet.xml create mode 100644 data/templates/npc/monster/25363-SharukSTracker.xml create mode 100644 data/templates/npc/monster/25364-SharukSMarksman.xml create mode 100644 data/templates/npc/monster/25367-KuroborosFollower.xml create mode 100644 data/templates/npc/monster/25368-KuroborosDiscipline.xml create mode 100644 data/templates/npc/monster/25370-CorpseScavenger.xml create mode 100644 data/templates/npc/monster/25371-AnimaScavenger.xml create mode 100644 data/templates/npc/monster/25374-AbyssFlyer.xml create mode 100644 data/templates/npc/monster/25376-WarriorZombieOfFarakelsus.xml create mode 100644 data/templates/npc/monster/25377-PriestZombieOfFarakelsus.xml create mode 100644 data/templates/npc/monster/25379-DementiaBeast.xml create mode 100644 data/templates/npc/monster/25381-NightmareFlyer.xml create mode 100644 data/templates/npc/monster/25382-HostileFlyer.xml create mode 100644 data/templates/npc/monster/25384-ServantOfCalibus.xml create mode 100644 data/templates/npc/monster/25386-GhostOfTheExecutionGrounds.xml create mode 100644 data/templates/npc/monster/25387-MalignantSpiritOfTheExecutionGrounds.xml create mode 100644 data/templates/npc/monster/25389-RedEyeArcher.xml create mode 100644 data/templates/npc/monster/25390-RedEyeGuards.xml create mode 100644 data/templates/npc/monster/25393-MarshStakatoNoble.xml create mode 100644 data/templates/npc/monster/25396-KusionSuscepter.xml create mode 100644 data/templates/npc/monster/25397-GustosSuscepter.xml create mode 100644 data/templates/npc/monster/25399-ApprenticeOfWatchman.xml create mode 100644 data/templates/npc/monster/25400-PageOfWatchman.xml create mode 100644 data/templates/npc/monster/25402-RetainerOfSkyla.xml create mode 100644 data/templates/npc/monster/25403-FollowerOfSkyla.xml create mode 100644 data/templates/npc/monster/25405-KylonSPirate.xml create mode 100644 data/templates/npc/monster/25406-KylonSMate.xml create mode 100644 data/templates/npc/monster/25408-IshkaSEliteOfficer.xml create mode 100644 data/templates/npc/monster/25409-IshkaSEliteSoldier.xml create mode 100644 data/templates/npc/monster/25411-RoadScavengerHenchman.xml create mode 100644 data/templates/npc/monster/25413-NecrosentinelArcher.xml create mode 100644 data/templates/npc/monster/25414-NecrosentinelSoldier.xml create mode 100644 data/templates/npc/monster/25416-NakondasSlave.xml create mode 100644 data/templates/npc/monster/25417-NakondasChain.xml create mode 100644 data/templates/npc/monster/25419-DreadPanther.xml create mode 100644 data/templates/npc/monster/25421-TrisalimEscort.xml create mode 100644 data/templates/npc/monster/25422-PageOfRottingTree.xml create mode 100644 data/templates/npc/monster/25424-TiminielSRoyalGuards.xml create mode 100644 data/templates/npc/monster/25425-TiminielSRoyalGuardCaptain.xml create mode 100644 data/templates/npc/monster/25427-FrekiSVampireBat.xml create mode 100644 data/templates/npc/monster/25428-FrekiSWildBear.xml create mode 100644 data/templates/npc/monster/25430-TalosCohort.xml create mode 100644 data/templates/npc/monster/25432-ElementalOfFlame.xml create mode 100644 data/templates/npc/monster/25433-ElementalOfSpark.xml create mode 100644 data/templates/npc/monster/25435-BardaSBandit.xml create mode 100644 data/templates/npc/monster/25436-BardaSShaman.xml create mode 100644 data/templates/npc/monster/25439-KelbarSInferior.xml create mode 100644 data/templates/npc/monster/25440-KelbarSWizard.xml create mode 100644 data/templates/npc/monster/25442-EvilCreatureOfForest.xml create mode 100644 data/templates/npc/monster/25443-AngerOfForest.xml create mode 100644 data/templates/npc/monster/25445-EnmityGhosts.xml create mode 100644 data/templates/npc/monster/25446-ShooterOfEnmity.xml create mode 100644 data/templates/npc/monster/25448-ImmortalSavior.xml create mode 100644 data/templates/npc/monster/25449-ImmortalGuide.xml create mode 100644 data/templates/npc/monster/25451-GalaxiaSGuards.xml create mode 100644 data/templates/npc/monster/25452-MessengerOfAngel.xml create mode 100644 data/templates/npc/monster/25454-WyvernOfMarsh.xml create mode 100644 data/templates/npc/monster/25455-SuccubusOfMarsh.xml create mode 100644 data/templates/npc/monster/25457-ShardsOfOblivion.xml create mode 100644 data/templates/npc/monster/25458-ShadowOfOblivion.xml create mode 100644 data/templates/npc/monster/25459-ShardsOfOblivion.xml create mode 100644 data/templates/npc/monster/25461-EreveSKnight.xml create mode 100644 data/templates/npc/monster/25462-EreveSSquire.xml create mode 100644 data/templates/npc/monster/25464-GarangkyGuardCaptain.xml create mode 100644 data/templates/npc/monster/25465-GarangkyGuardShaman.xml create mode 100644 data/templates/npc/monster/25466-GarangkyGuard.xml create mode 100644 data/templates/npc/monster/25468-CursedLife.xml create mode 100644 data/templates/npc/monster/25469-CursedSoul.xml create mode 100644 data/templates/npc/monster/25471-UtenusSWizard.xml create mode 100644 data/templates/npc/monster/25472-UtenusSGuard.xml create mode 100644 data/templates/npc/monster/25474-KimSGang.xml create mode 100644 data/templates/npc/monster/25476-KabedSSoldier.xml create mode 100644 data/templates/npc/monster/25477-KabedSArcher.xml create mode 100644 data/templates/npc/monster/25479-HisilromeSServitor.xml create mode 100644 data/templates/npc/monster/25480-HisilromeSPage.xml create mode 100644 data/templates/npc/monster/25482-ShadowOfKenishee.xml create mode 100644 data/templates/npc/monster/25483-PhantomOfKenishee.xml create mode 100644 data/templates/npc/monster/25485-TillionSInferior.xml create mode 100644 data/templates/npc/monster/25486-TillionSBat.xml create mode 100644 data/templates/npc/monster/25488-SpiritOfGildor.xml create mode 100644 data/templates/npc/monster/25489-GuardianOfGildor.xml create mode 100644 data/templates/npc/monster/25491-GuardOfGwindorr.xml create mode 100644 data/templates/npc/monster/25492-FollowerOfGwindorr.xml create mode 100644 data/templates/npc/monster/25494-SpiritOfNiniel.xml create mode 100644 data/templates/npc/monster/25495-SpiritOfNiniel.xml create mode 100644 data/templates/npc/monster/25497-FafurionSEnvoy.xml create mode 100644 data/templates/npc/monster/25499-AlligatorOfIstary.xml create mode 100644 data/templates/npc/monster/25500-AlligatorOfIstary.xml create mode 100644 data/templates/npc/monster/25502-AkataSThug.xml create mode 100644 data/templates/npc/monster/25503-AkataSLackey.xml create mode 100644 data/templates/npc/monster/25505-NellisFollower.xml create mode 100644 data/templates/npc/monster/25507-RayitoSHenchman.xml create mode 100644 data/templates/npc/monster/25508-RayitoSHenchman.xml create mode 100644 data/templates/npc/monster/25510-VarangkaSDescendant.xml create mode 100644 data/templates/npc/monster/25511-VarangkaSPage.xml create mode 100644 data/templates/npc/monster/25515-SpikedStakato.xml create mode 100644 data/templates/npc/monster/25516-SpikedStakato.xml create mode 100644 data/templates/npc/monster/25525-FlameSpirit.xml create mode 100644 data/templates/npc/monster/25526-ChargedSpirit.xml create mode 100644 data/templates/npc/monster/25533-KechiSHenchman.xml create mode 100644 data/templates/npc/monster/25535-Tears.xml create mode 100644 data/templates/npc/monster/25537-Enmity.xml create mode 100644 data/templates/npc/monster/25538-Vengeance.xml create mode 100644 data/templates/npc/monster/25541-Fiend.xml create mode 100644 data/templates/npc/monster/25543-Eidolon.xml create mode 100644 data/templates/npc/monster/25545-TullySBanshee.xml create mode 100644 data/templates/npc/monster/25547-RhiannaSEscort.xml create mode 100644 data/templates/npc/monster/25548-RhiannaSHealer.xml create mode 100644 data/templates/npc/monster/25550-TeslaSApprentice.xml create mode 100644 data/templates/npc/monster/25551-TeslaSHerald.xml create mode 100644 data/templates/npc/monster/25555-BrutusRightHand.xml create mode 100644 data/templates/npc/monster/25556-BrutusLeftHand.xml create mode 100644 data/templates/npc/monster/25558-KarankawaSRoot.xml create mode 100644 data/templates/npc/monster/25559-KarankawaSBlossom.xml create mode 100644 data/templates/npc/monster/25561-SargonAttendant.xml create mode 100644 data/templates/npc/monster/25562-SargonSSquire.xml create mode 100644 data/templates/npc/monster/25564-AtrielleSFollower.xml create mode 100644 data/templates/npc/monster/25565-AtrielleSMinion.xml create mode 100644 data/templates/npc/monster/25567-NagenSCohort.xml create mode 100644 data/templates/npc/monster/25568-NagenSFriend.xml create mode 100644 data/templates/npc/monster/25570-JaxSVanguard.xml create mode 100644 data/templates/npc/monster/25571-JaxSRaider.xml create mode 100644 data/templates/npc/monster/25573-HagerSHenchman.xml create mode 100644 data/templates/npc/monster/25574-HagerSBodyguard.xml create mode 100644 data/templates/npc/monster/25576-RangoSIris.xml create mode 100644 data/templates/npc/monster/25577-RangoSLens.xml create mode 100644 data/templates/npc/monster/25580-HelsingSGuard.xml create mode 100644 data/templates/npc/monster/25581-HelsingSAssassin.xml create mode 100644 data/templates/npc/monster/25583-GillienSDaughter.xml create mode 100644 data/templates/npc/monster/25584-GillienSAttendant.xml create mode 100644 data/templates/npc/monster/25586-MediciSSister.xml create mode 100644 data/templates/npc/monster/25587-MediciSBrother.xml create mode 100644 data/templates/npc/monster/25590-BrandSChamberlain.xml create mode 100644 data/templates/npc/monster/25591-BrandSServant.xml create mode 100644 data/templates/npc/monster/25594-GergSFollower.xml create mode 100644 data/templates/npc/monster/25595-GergSHenchman.xml create mode 100644 data/templates/npc/monster/25596-OcularServitor.xml create mode 100644 data/templates/npc/monster/25597-Heurel.xml create mode 100644 data/templates/npc/monster/25598-Gegei.xml create mode 100644 data/templates/npc/monster/25599-Iglas.xml create mode 100644 data/templates/npc/monster/25600-Temenir.xml create mode 100644 data/templates/npc/monster/25601-Draksius.xml create mode 100644 data/templates/npc/monster/25602-Kiretcenah.xml create mode 100644 data/templates/npc/monster/25604-MutatedElpy.xml create mode 100644 data/templates/npc/monster/25605-NaiaSpore.xml create mode 100644 data/templates/npc/monster/25606-NaiaSpore.xml create mode 100644 data/templates/npc/monster/25607-NaiaSpore.xml create mode 100644 data/templates/npc/monster/25608-NaiaSpore.xml create mode 100644 data/templates/npc/monster/25613-NaiaSpore.xml create mode 100644 data/templates/npc/monster/25614-FloatingGhost.xml create mode 100644 data/templates/npc/monster/25615-FloatingGhost.xml create mode 100644 data/templates/npc/monster/25627-MutantBird.xml create mode 100644 data/templates/npc/monster/25628-DraHawk.xml create mode 100644 data/templates/npc/monster/25629-FloatingSkull.xml create mode 100644 data/templates/npc/monster/25630-FloatingZombie.xml create mode 100644 data/templates/npc/monster/25631-DrakeWing.xml create mode 100644 data/templates/npc/monster/25632-Drak.xml create mode 100644 data/templates/npc/monster/25633-EliteRider.xml create mode 100644 data/templates/npc/monster/25634-Cohemenes.xml create mode 100644 data/templates/npc/monster/25635-Argekunte.xml create mode 100644 data/templates/npc/monster/25636-RavenousSoulDevourer.xml create mode 100644 data/templates/npc/monster/25637-Karpencharr.xml create mode 100644 data/templates/npc/monster/25638-Romerohiv.xml create mode 100644 data/templates/npc/monster/25639-Hitchkarshiek.xml create mode 100644 data/templates/npc/monster/25640-Freedkyilla.xml create mode 100644 data/templates/npc/monster/25641-YehanCravenizad.xml create mode 100644 data/templates/npc/monster/25642-YehanJaxsibhan.xml create mode 100644 data/templates/npc/monster/25656-KanadisFanatic.xml create mode 100644 data/templates/npc/monster/25657-KanadisFanatic.xml create mode 100644 data/templates/npc/monster/25658-KanadisFanatic.xml create mode 100644 data/templates/npc/monster/25662-KanadisFollower.xml create mode 100644 data/templates/npc/monster/25663-KanadisFollower.xml create mode 100644 data/templates/npc/monster/25664-KanadisFollower.xml create mode 100644 data/templates/npc/monster/25672-SpikedStakato.xml create mode 100644 data/templates/npc/monster/25673-SpikedStakato.xml create mode 100644 data/templates/npc/monster/25675-GuardOfGwindorr.xml create mode 100644 data/templates/npc/monster/25676-FollowerOfGwindorr.xml create mode 100644 data/templates/npc/monster/25678-SpriteOfGildor.xml create mode 100644 data/templates/npc/monster/25679-GuardianOfGildor.xml create mode 100644 data/templates/npc/monster/25682-CursedLife.xml create mode 100644 data/templates/npc/monster/25683-CursedSoul.xml create mode 100644 data/templates/npc/monster/25685-UtenusSWizard.xml create mode 100644 data/templates/npc/monster/25686-UtenusSGuard.xml create mode 100644 data/templates/npc/monster/25688-HekatonCottus.xml create mode 100644 data/templates/npc/monster/25689-HekatonChires.xml create mode 100644 data/templates/npc/monster/25702-GuardOfTheGrail.xml create mode 100644 data/templates/npc/monster/25704-GiganticGolemSubordinate.xml create mode 100644 data/templates/npc/monster/25705-GiganticBoomGolem.xml create mode 100644 data/templates/npc/monster/25706-LostWatcher.xml create mode 100644 data/templates/npc/monster/25707-LostWatcher.xml create mode 100644 data/templates/npc/monster/25708-LostBeholder.xml create mode 100644 data/templates/npc/monster/25711-LostGuard.xml create mode 100644 data/templates/npc/monster/25712-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/25715-KietchSSubordinate.xml create mode 100644 data/templates/npc/monster/25717-Tears.xml create mode 100644 data/templates/npc/monster/27001-OrcSniper.xml create mode 100644 data/templates/npc/monster/27002-OrcFighter.xml create mode 100644 data/templates/npc/monster/27003-SpiritOfMirrors.xml create mode 100644 data/templates/npc/monster/27004-SpiritOfMirrors.xml create mode 100644 data/templates/npc/monster/27005-SpiritOfMirrors.xml create mode 100644 data/templates/npc/monster/27006-BhatoBloodspear.xml create mode 100644 data/templates/npc/monster/27007-TanukiSkullcrusher.xml create mode 100644 data/templates/npc/monster/27008-KraaculBlackskull.xml create mode 100644 data/templates/npc/monster/27009-TaarqBlackskull.xml create mode 100644 data/templates/npc/monster/27016-Nerkas.xml create mode 100644 data/templates/npc/monster/27017-PlagueZombie.xml create mode 100644 data/templates/npc/monster/27018-OrcWarrior.xml create mode 100644 data/templates/npc/monster/27019-OrcWarriorLeader.xml create mode 100644 data/templates/npc/monster/27020-VaroolFoulclaw.xml create mode 100644 data/templates/npc/monster/27021-Kirunak.xml create mode 100644 data/templates/npc/monster/27022-Merkenis.xml create mode 100644 data/templates/npc/monster/27024-UndeadPriest.xml create mode 100644 data/templates/npc/monster/27029-PhantomSalamander.xml create mode 100644 data/templates/npc/monster/27030-WaterSeer.xml create mode 100644 data/templates/npc/monster/27031-OlMahumSentry.xml create mode 100644 data/templates/npc/monster/27032-LizardmanWarrior.xml create mode 100644 data/templates/npc/monster/27033-LizardmanScout.xml create mode 100644 data/templates/npc/monster/27034-Lizardman.xml create mode 100644 data/templates/npc/monster/27035-Tamil.xml create mode 100644 data/templates/npc/monster/27036-Calpico.xml create mode 100644 data/templates/npc/monster/27037-CalpicoSGoons.xml create mode 100644 data/templates/npc/monster/27038-CatSEyeBandit.xml create mode 100644 data/templates/npc/monster/27041-BarankaSMessenger.xml create mode 100644 data/templates/npc/monster/27042-OrcEscort.xml create mode 100644 data/templates/npc/monster/27043-VarangkaSTracker.xml create mode 100644 data/templates/npc/monster/27044-KashaBearTotemSpirit.xml create mode 100644 data/templates/npc/monster/27045-KurukaRatmanLeader.xml create mode 100644 data/templates/npc/monster/27046-Sumi.xml create mode 100644 data/templates/npc/monster/27047-Wanuk.xml create mode 100644 data/templates/npc/monster/27048-Chewba.xml create mode 100644 data/templates/npc/monster/27049-Heitafu.xml create mode 100644 data/templates/npc/monster/27050-Picubo.xml create mode 100644 data/templates/npc/monster/27051-Bumbum.xml create mode 100644 data/templates/npc/monster/27052-Minsku.xml create mode 100644 data/templates/npc/monster/27053-Chuchu.xml create mode 100644 data/templates/npc/monster/27054-UmbarOrc.xml create mode 100644 data/templates/npc/monster/27055-Zakan.xml create mode 100644 data/templates/npc/monster/27056-DurkaSpirit.xml create mode 100644 data/templates/npc/monster/27058-HoneyBear.xml create mode 100644 data/templates/npc/monster/27059-Uoph.xml create mode 100644 data/templates/npc/monster/27060-Kracha.xml create mode 100644 data/templates/npc/monster/27061-Batoh.xml create mode 100644 data/templates/npc/monster/27062-Tanukia.xml create mode 100644 data/templates/npc/monster/27063-TanukiaSWarhound.xml create mode 100644 data/templates/npc/monster/27064-Turel.xml create mode 100644 data/templates/npc/monster/27065-Roko.xml create mode 100644 data/templates/npc/monster/27066-RokoSWarhound.xml create mode 100644 data/templates/npc/monster/27067-Kamut.xml create mode 100644 data/templates/npc/monster/27068-Murtika.xml create mode 100644 data/templates/npc/monster/27069-MurtikaSWarhound.xml create mode 100644 data/templates/npc/monster/27070-TumranOrcBrigand.xml create mode 100644 data/templates/npc/monster/27077-UnicornOfEva.xml create mode 100644 data/templates/npc/monster/27078-TrimdenLord.xml create mode 100644 data/templates/npc/monster/27079-BlackWillowLurker.xml create mode 100644 data/templates/npc/monster/27080-PashikaSonOfVoltar.xml create mode 100644 data/templates/npc/monster/27081-VultusSonOfVoltar.xml create mode 100644 data/templates/npc/monster/27082-EnkuOrcOverlord.xml create mode 100644 data/templates/npc/monster/27083-MakumBugbearThug.xml create mode 100644 data/templates/npc/monster/27086-RevenantOfTantosChief.xml create mode 100644 data/templates/npc/monster/27088-HarpyMatriarch.xml create mode 100644 data/templates/npc/monster/27089-RoadCollector.xml create mode 100644 data/templates/npc/monster/27090-SerpentDemonKadesh.xml create mode 100644 data/templates/npc/monster/27092-NeerBodyguard.xml create mode 100644 data/templates/npc/monster/27093-DeluChiefKalkis.xml create mode 100644 data/templates/npc/monster/27094-DeluLizardmanAssassin.xml create mode 100644 data/templates/npc/monster/27095-SingingFlowerPhantasm.xml create mode 100644 data/templates/npc/monster/27096-SingingFlowerNightmare.xml create mode 100644 data/templates/npc/monster/27097-SingingFlowerDarkling.xml create mode 100644 data/templates/npc/monster/27098-GhostFire.xml create mode 100644 data/templates/npc/monster/27099-NamelessRevenant.xml create mode 100644 data/templates/npc/monster/27100-SkeletalMercenary.xml create mode 100644 data/templates/npc/monster/27101-DrevanulPrinceZeruel.xml create mode 100644 data/templates/npc/monster/27102-PakoTheCat.xml create mode 100644 data/templates/npc/monster/27103-UnicornRacer.xml create mode 100644 data/templates/npc/monster/27104-ShadowTuren.xml create mode 100644 data/templates/npc/monster/27105-MimiTheCat.xml create mode 100644 data/templates/npc/monster/27106-UnicornPhantasm.xml create mode 100644 data/templates/npc/monster/27107-SilhouetteTilfo.xml create mode 100644 data/templates/npc/monster/27108-StenoaGorgonQueen.xml create mode 100644 data/templates/npc/monster/27109-HandmaidenOfStenoa.xml create mode 100644 data/templates/npc/monster/27110-Shyslassys.xml create mode 100644 data/templates/npc/monster/27111-CaveBasilisk.xml create mode 100644 data/templates/npc/monster/27112-Gorr.xml create mode 100644 data/templates/npc/monster/27113-Baraham.xml create mode 100644 data/templates/npc/monster/27114-SuccubusQueen.xml create mode 100644 data/templates/npc/monster/27115-ClawOfSuccubus.xml create mode 100644 data/templates/npc/monster/27116-LavaSalamander.xml create mode 100644 data/templates/npc/monster/27117-Nahir.xml create mode 100644 data/templates/npc/monster/27118-BlackWillow.xml create mode 100644 data/templates/npc/monster/27119-SpiritOfSirHerod.xml create mode 100644 data/templates/npc/monster/27120-LuellOfZephyrWinds.xml create mode 100644 data/templates/npc/monster/27121-ActeaOfVerdantWilds.xml create mode 100644 data/templates/npc/monster/27122-LetoLizardmanAgent.xml create mode 100644 data/templates/npc/monster/27123-LetoLizardmanLeader.xml create mode 100644 data/templates/npc/monster/27124-LetoLizardmanAssassin.xml create mode 100644 data/templates/npc/monster/27125-LetoLizardmanSniper.xml create mode 100644 data/templates/npc/monster/27126-LetoLizardmanWizard.xml create mode 100644 data/templates/npc/monster/27127-LetoLizardmanLord.xml create mode 100644 data/templates/npc/monster/27128-Aruraune.xml create mode 100644 data/templates/npc/monster/27129-OlMahumInspector.xml create mode 100644 data/templates/npc/monster/27130-OlMahumBetrayer.xml create mode 100644 data/templates/npc/monster/27131-CrimsonWerewolf.xml create mode 100644 data/templates/npc/monster/27132-KrudelLizardman.xml create mode 100644 data/templates/npc/monster/27133-EvilEyeLord.xml create mode 100644 data/templates/npc/monster/27134-Tatoma.xml create mode 100644 data/templates/npc/monster/27135-Grima.xml create mode 100644 data/templates/npc/monster/27136-SuccubusOfSeduction.xml create mode 100644 data/templates/npc/monster/27137-DemonKing.xml create mode 100644 data/templates/npc/monster/27138-GreatDemonKing.xml create mode 100644 data/templates/npc/monster/27139-SecretKeeperTree.xml create mode 100644 data/templates/npc/monster/27140-BrekaOverlordHaka.xml create mode 100644 data/templates/npc/monster/27141-BrekaOverlordJaka.xml create mode 100644 data/templates/npc/monster/27142-BrekaOverlordMarka.xml create mode 100644 data/templates/npc/monster/27143-WindsusAleph.xml create mode 100644 data/templates/npc/monster/27144-TarlkRaiderAthu.xml create mode 100644 data/templates/npc/monster/27145-TarlkRaiderLanka.xml create mode 100644 data/templates/npc/monster/27146-TarlkRaiderTriska.xml create mode 100644 data/templates/npc/monster/27147-TarlkRaiderMotura.xml create mode 100644 data/templates/npc/monster/27148-TarlkRaiderKalath.xml create mode 100644 data/templates/npc/monster/27149-GremlinFilcher.xml create mode 100644 data/templates/npc/monster/27150-BlackLegionStormtrooper.xml create mode 100644 data/templates/npc/monster/27151-DeluLizardmanHeadhunter.xml create mode 100644 data/templates/npc/monster/27152-MarshStakatoMarquess.xml create mode 100644 data/templates/npc/monster/27153-AlexandroSanches.xml create mode 100644 data/templates/npc/monster/27154-Bonaparterius.xml create mode 100644 data/templates/npc/monster/27155-Ramsebalius.xml create mode 100644 data/templates/npc/monster/27156-LetoShamanKetz.xml create mode 100644 data/templates/npc/monster/27157-LetoChiefNarak.xml create mode 100644 data/templates/npc/monster/27158-TimakRaiderKaikee.xml create mode 100644 data/templates/npc/monster/27159-TimakOverlordOkun.xml create mode 100644 data/templates/npc/monster/27160-GokMagok.xml create mode 100644 data/templates/npc/monster/27161-TaikOverlordKakran.xml create mode 100644 data/templates/npc/monster/27162-HatarChieftainKubel.xml create mode 100644 data/templates/npc/monster/27163-VanorElderKerunos.xml create mode 100644 data/templates/npc/monster/27164-KarulChiefOrooto.xml create mode 100644 data/templates/npc/monster/27165-AbyssalJewel1.xml create mode 100644 data/templates/npc/monster/27166-AbyssalJewel2.xml create mode 100644 data/templates/npc/monster/27167-AbyssalJewel3.xml create mode 100644 data/templates/npc/monster/27168-JewelGuardianMara.xml create mode 100644 data/templates/npc/monster/27169-JewelGuardianMusfel.xml create mode 100644 data/templates/npc/monster/27170-JewelGuardianPyton.xml create mode 100644 data/templates/npc/monster/27171-SacrificeOfTheSacrificed.xml create mode 100644 data/templates/npc/monster/27172-HaritLizardmanZealot.xml create mode 100644 data/templates/npc/monster/27173-BoxOfAthrea1.xml create mode 100644 data/templates/npc/monster/27174-BoxOfAthrea2.xml create mode 100644 data/templates/npc/monster/27175-BoxOfAthrea3.xml create mode 100644 data/templates/npc/monster/27176-BoxOfAthrea4.xml create mode 100644 data/templates/npc/monster/27177-BoxOfAthrea5.xml create mode 100644 data/templates/npc/monster/27178-BlitzWyrm.xml create mode 100644 data/templates/npc/monster/27179-GraveKeymaster.xml create mode 100644 data/templates/npc/monster/27180-ImperialSlave.xml create mode 100644 data/templates/npc/monster/27181-ImperialGravekeeper.xml create mode 100644 data/templates/npc/monster/27182-ArkGuardianElberoth.xml create mode 100644 data/templates/npc/monster/27183-ArkGuardianShadowfang.xml create mode 100644 data/templates/npc/monster/27184-AngelKiller.xml create mode 100644 data/templates/npc/monster/27185-FairyTreeOfWind.xml create mode 100644 data/templates/npc/monster/27186-FairyTreeOfStar.xml create mode 100644 data/templates/npc/monster/27187-FairyTreeOfTwilight.xml create mode 100644 data/templates/npc/monster/27188-FairyTreeOfAbyss.xml create mode 100644 data/templates/npc/monster/27189-SoulOfTreeGuardian.xml create mode 100644 data/templates/npc/monster/27190-OlMahumSupportTroop.xml create mode 100644 data/templates/npc/monster/27191-Malcom.xml create mode 100644 data/templates/npc/monster/27192-SuccubusHandmaiden.xml create mode 100644 data/templates/npc/monster/27193-GoblinServant.xml create mode 100644 data/templates/npc/monster/27194-JulieTheRipper.xml create mode 100644 data/templates/npc/monster/27195-MaleAnt.xml create mode 100644 data/templates/npc/monster/27196-BluebackedAlligator.xml create mode 100644 data/templates/npc/monster/27197-BejewelledAlligator.xml create mode 100644 data/templates/npc/monster/27199-CrimsonWerewolf.xml create mode 100644 data/templates/npc/monster/27200-KrudelLizardman.xml create mode 100644 data/templates/npc/monster/27201.xml create mode 100644 data/templates/npc/monster/27202.xml create mode 100644 data/templates/npc/monster/27203.xml create mode 100644 data/templates/npc/monster/27204.xml create mode 100644 data/templates/npc/monster/27205.xml create mode 100644 data/templates/npc/monster/27206.xml create mode 100644 data/templates/npc/monster/27207.xml create mode 100644 data/templates/npc/monster/27208.xml create mode 100644 data/templates/npc/monster/27209.xml create mode 100644 data/templates/npc/monster/27210.xml create mode 100644 data/templates/npc/monster/27211.xml create mode 100644 data/templates/npc/monster/27212.xml create mode 100644 data/templates/npc/monster/27213.xml create mode 100644 data/templates/npc/monster/27214-GuardianOfForbiddenKnowledge.xml create mode 100644 data/templates/npc/monster/27215-GuardianOfForbiddenKnowledge.xml create mode 100644 data/templates/npc/monster/27216-GuardianOfForbiddenKnowledge.xml create mode 100644 data/templates/npc/monster/27217-SoulOfWell.xml create mode 100644 data/templates/npc/monster/27218-TriolSPawn.xml create mode 100644 data/templates/npc/monster/27219-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27220-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27221-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27222-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27223-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27224-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27225-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27226-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27227-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27228-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27229-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27230-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27231-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27232-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27233-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27234-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27235-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27236-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27237-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27238-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27239-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27240-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27241-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27242-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27243-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27244-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27245-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27246-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27247-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27248-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27249-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27250-FallenAngelAllector.xml create mode 100644 data/templates/npc/monster/27251-FallenAngelAllector.xml create mode 100644 data/templates/npc/monster/27252-FallenAngelAllector.xml create mode 100644 data/templates/npc/monster/27253-HellFire.xml create mode 100644 data/templates/npc/monster/27254-UnknownStopper.xml create mode 100644 data/templates/npc/monster/27255-UnknownStopper.xml create mode 100644 data/templates/npc/monster/27256-UnknownStopper.xml create mode 100644 data/templates/npc/monster/27257-ArchangelIconoclasis.xml create mode 100644 data/templates/npc/monster/27258-ArchangelIconoclasis.xml create mode 100644 data/templates/npc/monster/27259-ArchangelIconoclasis.xml create mode 100644 data/templates/npc/monster/27260-ArchangelIconoclasis.xml create mode 100644 data/templates/npc/monster/27261-BeadOfSacredFlame.xml create mode 100644 data/templates/npc/monster/27262-DeathLordHallate.xml create mode 100644 data/templates/npc/monster/27263-DeathLordHallate.xml create mode 100644 data/templates/npc/monster/27264-DeathLordHallate.xml create mode 100644 data/templates/npc/monster/27265-LichKingIcarus.xml create mode 100644 data/templates/npc/monster/27266-FallenAngelHaures.xml create mode 100644 data/templates/npc/monster/27267-FallenAngelHaures.xml create mode 100644 data/templates/npc/monster/27268-GuardOfHaures.xml create mode 100644 data/templates/npc/monster/27269-FallenAngelNaverius.xml create mode 100644 data/templates/npc/monster/27270-FallenAngelNaverius.xml create mode 100644 data/templates/npc/monster/27271-ChimeraGolem.xml create mode 100644 data/templates/npc/monster/27272-HallateSDancerLillian.xml create mode 100644 data/templates/npc/monster/27273-AssassinPezel.xml create mode 100644 data/templates/npc/monster/27274-FallenAngelTanakia.xml create mode 100644 data/templates/npc/monster/27275-FallenAngelTanakia.xml create mode 100644 data/templates/npc/monster/27276-FallenAngelTanakia.xml create mode 100644 data/templates/npc/monster/27277-FallenAngelTanakia.xml create mode 100644 data/templates/npc/monster/27278-ShadowOfBeleth.xml create mode 100644 data/templates/npc/monster/27279-CursedKesadein.xml create mode 100644 data/templates/npc/monster/27280-FallenAngelNarcissus.xml create mode 100644 data/templates/npc/monster/27281-FallenAngelMetellus.xml create mode 100644 data/templates/npc/monster/27282-DarkAngelOthiel.xml create mode 100644 data/templates/npc/monster/27283-GrandpapaAskalius.xml create mode 100644 data/templates/npc/monster/27284-FlameEvilSpiritAzira.xml create mode 100644 data/templates/npc/monster/27285-LizardSTotemSharuhi.xml create mode 100644 data/templates/npc/monster/27286-FallenKnightAdhil.xml create mode 100644 data/templates/npc/monster/27287-BoundElfPanacea.xml create mode 100644 data/templates/npc/monster/27288-SwordPlayerBiel.xml create mode 100644 data/templates/npc/monster/27289-AncientSwordMasterIron.xml create mode 100644 data/templates/npc/monster/27290-WhiteWingCommander.xml create mode 100644 data/templates/npc/monster/27291-WhiteWingFighter.xml create mode 100644 data/templates/npc/monster/27292-FallenNobleOrcMuhark.xml create mode 100644 data/templates/npc/monster/27293-KhavatariUruz.xml create mode 100644 data/templates/npc/monster/27294-OverlordAtrus.xml create mode 100644 data/templates/npc/monster/27295-SharuhiMouthMudaha.xml create mode 100644 data/templates/npc/monster/27296-MonumentWatcherEzekiel.xml create mode 100644 data/templates/npc/monster/27297-MonumentWatcherEzekiel.xml create mode 100644 data/templates/npc/monster/27298-MonumentWatcherEzekiel.xml create mode 100644 data/templates/npc/monster/27299-MonumentWatcherEzekiel.xml create mode 100644 data/templates/npc/monster/27300-MonumentWatcherEzekiel.xml create mode 100644 data/templates/npc/monster/27301-MonumentWatcherEzekiel.xml create mode 100644 data/templates/npc/monster/27302-MonumentDefenderAzrael.xml create mode 100644 data/templates/npc/monster/27303-MonumentDefenderAzrael.xml create mode 100644 data/templates/npc/monster/27304-MonumentDefenderAzrael.xml create mode 100644 data/templates/npc/monster/27305-MonumentDefenderAzrael.xml create mode 100644 data/templates/npc/monster/27306-MonumentDefenderAzrael.xml create mode 100644 data/templates/npc/monster/27307-MonumentDefenderAzrael.xml create mode 100644 data/templates/npc/monster/27308-AssassinFrost.xml create mode 100644 data/templates/npc/monster/27309-MinerviaVanHacken.xml create mode 100644 data/templates/npc/monster/27310-KitanisVanHacken.xml create mode 100644 data/templates/npc/monster/27311-JudgmentHoundDogKelvas.xml create mode 100644 data/templates/npc/monster/27312-MysteriousServitor.xml create mode 100644 data/templates/npc/monster/27313-VisionGuardianShakiel.xml create mode 100644 data/templates/npc/monster/27314-VisionGuardianShakiel.xml create mode 100644 data/templates/npc/monster/27315-VisionGuardianShakiel.xml create mode 100644 data/templates/npc/monster/27316-FallenChieftainVegus.xml create mode 100644 data/templates/npc/monster/27317-RestrainerOfGlory.xml create mode 100644 data/templates/npc/monster/27318-WendySGuardian.xml create mode 100644 data/templates/npc/monster/27319-BlackLeopard.xml create mode 100644 data/templates/npc/monster/27320-TimoraOrc.xml create mode 100644 data/templates/npc/monster/27321-BruinLizardman.xml create mode 100644 data/templates/npc/monster/27322-PicotAraneid.xml create mode 100644 data/templates/npc/monster/27323-DivineEmissary.xml create mode 100644 data/templates/npc/monster/27324-VisionGuardEranus.xml create mode 100644 data/templates/npc/monster/27325-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27326-ArchangelKanriel.xml create mode 100644 data/templates/npc/monster/27327-ZakorelSExecutor.xml create mode 100644 data/templates/npc/monster/27328-Zakorel.xml create mode 100644 data/templates/npc/monster/27329-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27332-GuardianAngel.xml create mode 100644 data/templates/npc/monster/27333-CrimsonDuchess.xml create mode 100644 data/templates/npc/monster/27334-ArchonOfHalisha.xml create mode 100644 data/templates/npc/monster/27335-DarkAngelOthiel.xml create mode 100644 data/templates/npc/monster/27336-CrimsonLady.xml create mode 100644 data/templates/npc/monster/27337-OlMahumOfficerTak.xml create mode 100644 data/templates/npc/monster/27338-FallenAngel.xml create mode 100644 data/templates/npc/monster/27339-CrumaMarshlandsTraitor.xml create mode 100644 data/templates/npc/monster/27340-Pursuer.xml create mode 100644 data/templates/npc/monster/27341-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27342-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27343-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27344-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27345-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27346-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27347-GuardsOfTheDawnOracle.xml create mode 100644 data/templates/npc/monster/27348-GuardsOfTheDawnOracle.xml create mode 100644 data/templates/npc/monster/27349-GuardsOfTheDawnOracle.xml create mode 100644 data/templates/npc/monster/27350-GuardsOfTheDawnOracle.xml create mode 100644 data/templates/npc/monster/27351-GuardsOfTheDawn.xml create mode 100644 data/templates/npc/monster/27352-GuardsOfTheDawnOracle.xml create mode 100644 data/templates/npc/monster/27353-LilimButcher.xml create mode 100644 data/templates/npc/monster/27354-LilimMagus.xml create mode 100644 data/templates/npc/monster/27355-LilimSlaveKnight.xml create mode 100644 data/templates/npc/monster/27356-LilimStabber.xml create mode 100644 data/templates/npc/monster/27357-LilimSeer.xml create mode 100644 data/templates/npc/monster/27358-LilimKnight.xml create mode 100644 data/templates/npc/monster/27359-LilimAssassin.xml create mode 100644 data/templates/npc/monster/27360-LilimGreatMagus.xml create mode 100644 data/templates/npc/monster/27361-LilimGuardKnight.xml create mode 100644 data/templates/npc/monster/27362-LilimButcher.xml create mode 100644 data/templates/npc/monster/27363-LilimMagus.xml create mode 100644 data/templates/npc/monster/27364-LilimSlaveKnight.xml create mode 100644 data/templates/npc/monster/27365-LilimStabber.xml create mode 100644 data/templates/npc/monster/27366-LilimSeer.xml create mode 100644 data/templates/npc/monster/27367-LilimKnight.xml create mode 100644 data/templates/npc/monster/27368-LilimAssassin.xml create mode 100644 data/templates/npc/monster/27369-LilimGreatMagus.xml create mode 100644 data/templates/npc/monster/27370-LilimGuardKnight.xml create mode 100644 data/templates/npc/monster/27371-LilimButcher.xml create mode 100644 data/templates/npc/monster/27372-LilimMagus.xml create mode 100644 data/templates/npc/monster/27373-LilimSlaveKnight.xml create mode 100644 data/templates/npc/monster/27374-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27375-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27376-LilimKnight.xml create mode 100644 data/templates/npc/monster/27377-LilimAssassin.xml create mode 100644 data/templates/npc/monster/27378-LilimGreatMagus.xml create mode 100644 data/templates/npc/monster/27379-LilimGuardKnight.xml create mode 100644 data/templates/npc/monster/27380-RecklessSpriteOfWater.xml create mode 100644 data/templates/npc/monster/27381-RecklessSpriteOfAir.xml create mode 100644 data/templates/npc/monster/27382-PowerOfSealIsolation.xml create mode 100644 data/templates/npc/monster/27383-PowerOfSealIsolation.xml create mode 100644 data/templates/npc/monster/27384-SealDevice.xml create mode 100644 data/templates/npc/monster/27385-Lilith.xml create mode 100644 data/templates/npc/monster/27386-LilithSSteward.xml create mode 100644 data/templates/npc/monster/27387-LilithSElite.xml create mode 100644 data/templates/npc/monster/27388-Anakim.xml create mode 100644 data/templates/npc/monster/27389-AnakimSGuardian.xml create mode 100644 data/templates/npc/monster/27390-AnakimSGuard.xml create mode 100644 data/templates/npc/monster/27391-AnakimSExecutor.xml create mode 100644 data/templates/npc/monster/27392-BloodyAxeAide.xml create mode 100644 data/templates/npc/monster/27393-HeadlessKnight.xml create mode 100644 data/templates/npc/monster/27394-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27395-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27396-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27397-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27398-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27399-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27400-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27401-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/27402-ShilenSEvilThoughts.xml create mode 100644 data/templates/npc/monster/29002-QueenAntLarva.xml create mode 100644 data/templates/npc/monster/29003-NurseAnt.xml create mode 100644 data/templates/npc/monster/29004-GuardAnt.xml create mode 100644 data/templates/npc/monster/29005-RoyalGuardAnt.xml create mode 100644 data/templates/npc/monster/29007-DeathKnight.xml create mode 100644 data/templates/npc/monster/29008-DoomWraith.xml create mode 100644 data/templates/npc/monster/29009-Dicor.xml create mode 100644 data/templates/npc/monster/29010-Validus.xml create mode 100644 data/templates/npc/monster/29011-Susceptor.xml create mode 100644 data/templates/npc/monster/29012-Perum.xml create mode 100644 data/templates/npc/monster/29013-Premo.xml create mode 100644 data/templates/npc/monster/29015-Raikel.xml create mode 100644 data/templates/npc/monster/29016-RaikelLeos.xml create mode 100644 data/templates/npc/monster/29017-Riba.xml create mode 100644 data/templates/npc/monster/29018-RibaIren.xml create mode 100644 data/templates/npc/monster/29021-Archangel.xml create mode 100644 data/templates/npc/monster/29023-DollBlader.xml create mode 100644 data/templates/npc/monster/29024-ValeMaster.xml create mode 100644 data/templates/npc/monster/29026-PirateZombieCaptain.xml create mode 100644 data/templates/npc/monster/29027-PirateZombie.xml create mode 100644 data/templates/npc/monster/29029-LavasaurusPustbon.xml create mode 100644 data/templates/npc/monster/29031-KerinneSIfrit.xml create mode 100644 data/templates/npc/monster/29032-KerinneSGolem.xml create mode 100644 data/templates/npc/monster/29034-FrekiSIfrit.xml create mode 100644 data/templates/npc/monster/29035-FrekiSGolem.xml create mode 100644 data/templates/npc/monster/29038-KinazSIfrit.xml create mode 100644 data/templates/npc/monster/29039-KinazSIfrit.xml create mode 100644 data/templates/npc/monster/29041-InfernoGolem.xml create mode 100644 data/templates/npc/monster/29042-InfernoGolem.xml create mode 100644 data/templates/npc/monster/29043-HowlingIfrit.xml create mode 100644 data/templates/npc/monster/29044-HowlingIfrit.xml create mode 100644 data/templates/npc/monster/29048-EvilSpirit.xml create mode 100644 data/templates/npc/monster/29049-EvilSpirit.xml create mode 100644 data/templates/npc/monster/29050-BreathOfHalisha.xml create mode 100644 data/templates/npc/monster/29051-BreathOfHalisha.xml create mode 100644 data/templates/npc/monster/29052.xml create mode 100644 data/templates/npc/monster/29053.xml create mode 100644 data/templates/npc/monster/29057-SirraSPage.xml create mode 100644 data/templates/npc/monster/29058-SirraSBeholder.xml create mode 100644 data/templates/npc/monster/29059.xml create mode 100644 data/templates/npc/monster/29063-AndreasAcolyte.xml create mode 100644 data/templates/npc/monster/29064-AndreasAcolyte.xml create mode 100644 data/templates/npc/monster/29069-BehemothDragon.xml create mode 100644 data/templates/npc/monster/29070-DragonBomber.xml create mode 100644 data/templates/npc/monster/29071-DragonBomber.xml create mode 100644 data/templates/npc/monster/29072-DragonBomber.xml create mode 100644 data/templates/npc/monster/29073-DragonBomber.xml create mode 100644 data/templates/npc/monster/29074-DragonBomber.xml create mode 100644 data/templates/npc/monster/29075-DragonBomber.xml create mode 100644 data/templates/npc/monster/29076-DragonBomber.xml create mode 100644 data/templates/npc/monster/29077.xml create mode 100644 data/templates/npc/monster/29078.xml create mode 100644 data/templates/npc/monster/29079.xml create mode 100644 data/templates/npc/monster/29080.xml create mode 100644 data/templates/npc/monster/29081.xml create mode 100644 data/templates/npc/monster/29082.xml create mode 100644 data/templates/npc/monster/29083.xml create mode 100644 data/templates/npc/monster/29084.xml create mode 100644 data/templates/npc/monster/29085.xml create mode 100644 data/templates/npc/monster/29086.xml create mode 100644 data/templates/npc/monster/29087.xml create mode 100644 data/templates/npc/monster/29088.xml create mode 100644 data/templates/npc/monster/29089.xml create mode 100644 data/templates/npc/monster/29090.xml create mode 100644 data/templates/npc/monster/29091.xml create mode 100644 data/templates/npc/monster/29092.xml create mode 100644 data/templates/npc/monster/29093.xml create mode 100644 data/templates/npc/monster/29094.xml create mode 100644 data/templates/npc/monster/29097-SplendorDisciple.xml create mode 100644 data/templates/npc/monster/29098-SplendorWorshiper.xml create mode 100644 data/templates/npc/monster/29100-CrystalPrisonGuard.xml create mode 100644 data/templates/npc/monster/29101-CrystallineGolem.xml create mode 100644 data/templates/npc/monster/29102-CrystallineGolem.xml create mode 100644 data/templates/npc/monster/29103-Baylor.xml create mode 100644 data/templates/npc/monster/29104-CrystalPrisonGuard.xml create mode 100644 data/templates/npc/monster/29105-CrystallineGolem.xml create mode 100644 data/templates/npc/monster/29115-CrystalPrisonGuard.xml create mode 100644 data/templates/npc/monster/29116-BaylorSTreasureChest.xml create mode 100644 data/templates/npc/monster/29117-BaylorSTreasureChest.xml create mode 100644 data/templates/npc/monster/29119-Beleth.xml create mode 100644 data/templates/npc/monster/29130-LostGuard.xml create mode 100644 data/templates/npc/monster/29131-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/29133-LostGuard.xml create mode 100644 data/templates/npc/monster/29134-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/29136-LostGuard.xml create mode 100644 data/templates/npc/monster/29137-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/29139-LostGuard.xml create mode 100644 data/templates/npc/monster/29140-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/29142-LostGuard.xml create mode 100644 data/templates/npc/monster/29143-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/29145-LostGuard.xml create mode 100644 data/templates/npc/monster/29146-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/29148-LostGuard.xml create mode 100644 data/templates/npc/monster/29149-LostAssistantGuard.xml create mode 100644 data/templates/npc/monster/29151-FeralHoundOfTheNetherworld.xml create mode 100644 data/templates/npc/monster/29152-FeralHoundOfTheNetherworld.xml create mode 100644 data/templates/npc/monster/29162-SoldiersOfBravery.xml create mode 100644 data/templates/npc/monster/29169.xml create mode 100644 data/templates/npc/monster/29182-DollBlader.xml create mode 100644 data/templates/npc/monster/29183-VeilMaster.xml create mode 100644 data/templates/npc/monster/29184-PirateZombieCaptain.xml create mode 100644 data/templates/npc/monster/29185-PirateZombie.xml create mode 100644 data/templates/npc/monster/29187-CrystalPrisonGuard.xml create mode 100644 data/templates/npc/monster/29188-CrystalGolem.xml create mode 100644 data/templates/npc/monster/29189-CrystalGolem.xml create mode 100644 data/templates/npc/monster/29190-TaraskDragon.xml create mode 100644 data/templates/npc/monster/30936-Malcom1.xml create mode 100644 data/templates/npc/monster/30937-Malcom2.xml create mode 100644 data/templates/npc/monster/30938-Malcom3.xml create mode 100644 data/templates/npc/monster/30939-Malcom4.xml create mode 100644 data/templates/npc/monster/30940-Malcom5.xml create mode 100644 data/templates/npc/monster/30941-Malcom6.xml create mode 100644 data/templates/npc/monster/30942-Malcom7.xml create mode 100644 data/templates/npc/monster/30943-Malcom8.xml create mode 100644 data/templates/npc/monster/30955-GillianSRevenant.xml create mode 100644 data/templates/npc/monster/30972-OrpheusResurrecter.xml create mode 100644 data/templates/npc/monster/30982-SleepingAntLarva1.xml create mode 100644 data/templates/npc/monster/30983-SleepingAntLarva2.xml create mode 100644 data/templates/npc/monster/30984-SleepingAntLarva3.xml create mode 100644 data/templates/npc/monster/30985-SleepingAntLarva4.xml create mode 100644 data/templates/npc/monster/30986-SleepingAntLarva5.xml create mode 100644 data/templates/npc/monster/30987-SleepingAntLarva6.xml create mode 100644 data/templates/npc/monster/31003-HereICome.xml create mode 100644 data/templates/npc/monster/31004-HalfMoonLove.xml create mode 100644 data/templates/npc/monster/31005-Everlasting.xml create mode 100644 data/templates/npc/monster/31006-DarkSideOfTheMoon.xml create mode 100644 data/templates/npc/monster/31007-WindRider.xml create mode 100644 data/templates/npc/monster/31008-ShootingStar.xml create mode 100644 data/templates/npc/monster/31009-CycloneThunder.xml create mode 100644 data/templates/npc/monster/31010-HungryBaby.xml create mode 100644 data/templates/npc/monster/31011-SaltyDog.xml create mode 100644 data/templates/npc/monster/31012-RagingRevolution.xml create mode 100644 data/templates/npc/monster/31013-ValentineBlue.xml create mode 100644 data/templates/npc/monster/31014-LightMyFire.xml create mode 100644 data/templates/npc/monster/31015-RedBullet.xml create mode 100644 data/templates/npc/monster/31016-ShiningSilver.xml create mode 100644 data/templates/npc/monster/31017-OverTheTop.xml create mode 100644 data/templates/npc/monster/31018-RoyalStraight.xml create mode 100644 data/templates/npc/monster/31019-AllSeven.xml create mode 100644 data/templates/npc/monster/31020-NastyGreen.xml create mode 100644 data/templates/npc/monster/31021-Shortcut.xml create mode 100644 data/templates/npc/monster/31022-TyphoonTiger.xml create mode 100644 data/templates/npc/monster/31023-RedHot.xml create mode 100644 data/templates/npc/monster/31024-GalaxyExpress.xml create mode 100644 data/templates/npc/monster/31025-BestCondition.xml create mode 100644 data/templates/npc/monster/31026-Albatross.xml create mode 100644 data/templates/npc/monster/31844-Aracna.xml create mode 100644 data/templates/npc/monster/31846-Satyros.xml create mode 100644 data/templates/npc/monster/31847-Pan.xml create mode 100644 data/templates/npc/monster/31849-RedArachne.xml create mode 100644 data/templates/npc/monster/32342-EvaSGiftBox.xml create mode 100644 data/templates/npc/monster/32502-KetraOrcSupporter.xml create mode 100644 data/templates/npc/monster/32509-KetraOrcIntelligenceOfficer.xml create mode 100644 data/templates/npc/monster/32656.xml create mode 100644 data/templates/npc/monster/35368-BloodyLordNurka.xml create mode 100644 data/templates/npc/monster/35369-PartisanHealer.xml create mode 100644 data/templates/npc/monster/35370-PartisanCourtGuard.xml create mode 100644 data/templates/npc/monster/35371-PartisanCourtGuard.xml create mode 100644 data/templates/npc/monster/35372-PartisanSoldier.xml create mode 100644 data/templates/npc/monster/35373-PartisanSorcerer.xml create mode 100644 data/templates/npc/monster/35374-PartisanArcher.xml create mode 100644 data/templates/npc/monster/35375-BloodyLordNurka.xml create mode 100644 data/templates/npc/monster/35376-PartisanHealer.xml create mode 100644 data/templates/npc/monster/35377-PartisanCourtGuard.xml create mode 100644 data/templates/npc/monster/35378-PartisanCourtGuard.xml create mode 100644 data/templates/npc/monster/35379-PartisanSoldier.xml create mode 100644 data/templates/npc/monster/35380-PartisanSorcerer.xml create mode 100644 data/templates/npc/monster/35381-PartisanArcher.xml create mode 100644 data/templates/npc/monster/35408-Dietrich.xml create mode 100644 data/templates/npc/monster/35409-Mikhail.xml create mode 100644 data/templates/npc/monster/35410-Gustav.xml create mode 100644 data/templates/npc/monster/35411-DoomServant.xml create mode 100644 data/templates/npc/monster/35412-DoomGuard.xml create mode 100644 data/templates/npc/monster/35413-DoomArcher.xml create mode 100644 data/templates/npc/monster/35414-DoomTrooper.xml create mode 100644 data/templates/npc/monster/35415-DoomWarrior.xml create mode 100644 data/templates/npc/monster/35416-DoomKnight.xml create mode 100644 data/templates/npc/monster/35417-DoormanOfHell.xml create mode 100644 data/templates/npc/monster/35418-DoormanOfHell.xml create mode 100644 data/templates/npc/monster/35428-OelMahumBerserker.xml create mode 100644 data/templates/npc/monster/35429-OelMahumScout.xml create mode 100644 data/templates/npc/monster/35430-OelMahumLeader.xml create mode 100644 data/templates/npc/monster/35431-OelMahumCleric.xml create mode 100644 data/templates/npc/monster/35432-OelMahumThief.xml create mode 100644 data/templates/npc/monster/36499-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36500-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36501-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36502-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36503-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36504-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36505-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36506-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36507-TerritoryCatapult.xml create mode 100644 data/templates/npc/monster/36591-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36592-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36593-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36594-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36595-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36596-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36597-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36598-SuppliesSafe.xml create mode 100644 data/templates/npc/monster/36599-SuppliesSafe.xml create mode 100644 data/templates/npc/mysticvillagemaster/30115-Jurek.xml create mode 100644 data/templates/npc/mysticvillagemaster/30174-Arkenias.xml create mode 100644 data/templates/npc/mysticvillagemaster/30175-Fairen.xml create mode 100644 data/templates/npc/mysticvillagemaster/30176-Valleria.xml create mode 100644 data/templates/npc/mysticvillagemaster/30694-Scraide.xml create mode 100644 data/templates/npc/mysticvillagemaster/30854-Drikiyan.xml create mode 100644 data/templates/npc/mysticvillagemaster/31331-Valdis.xml create mode 100644 data/templates/npc/mysticvillagemaster/31755-Halaster.xml create mode 100644 data/templates/npc/mysticvillagemaster/31996-Javier.xml create mode 100644 data/templates/npc/mysticvillagemaster/32098-Celes.xml create mode 100644 data/templates/npc/mysticvillagemaster/32147-Rivian.xml create mode 100644 data/templates/npc/observation/31031-BroadcastingTower.xml create mode 100644 data/templates/npc/olympiadmanager/31688-GrandOlympiadManager.xml create mode 100644 data/templates/npc/olympiadmanager/31690-MonumentOfHeroes.xml create mode 100644 data/templates/npc/olympiadmanager/31769-MonumentOfHeroes.xml create mode 100644 data/templates/npc/olympiadmanager/31770-MonumentOfHeroes.xml create mode 100644 data/templates/npc/olympiadmanager/31771-MonumentOfHeroes.xml create mode 100644 data/templates/npc/olympiadmanager/31772-MonumentOfHeroes.xml create mode 100644 data/templates/npc/olympiadmanager/36402-OlympiadHost.xml create mode 100644 data/templates/npc/orcvillagemaster/30500-Osborn.xml create mode 100644 data/templates/npc/orcvillagemaster/30505-Drikus.xml create mode 100644 data/templates/npc/orcvillagemaster/30508-Castor.xml create mode 100644 data/templates/npc/orcvillagemaster/30513-Penatus.xml create mode 100644 data/templates/npc/orcvillagemaster/30565-Kakai.xml create mode 100644 data/templates/npc/orcvillagemaster/30681-Karia.xml create mode 100644 data/templates/npc/orcvillagemaster/30704-Garvarentz.xml create mode 100644 data/templates/npc/orcvillagemaster/30865-Ladanza.xml create mode 100644 data/templates/npc/orcvillagemaster/30913-Tushku.xml create mode 100644 data/templates/npc/orcvillagemaster/31288-Aklan.xml create mode 100644 data/templates/npc/orcvillagemaster/31326-Lambac.xml create mode 100644 data/templates/npc/orcvillagemaster/31336-Rahorakti.xml create mode 100644 data/templates/npc/orcvillagemaster/31977-Shaka.xml create mode 100644 data/templates/npc/orcvillagemaster/32097-Finker.xml create mode 100644 data/templates/npc/orcvillagemaster/32150-Took.xml create mode 100644 data/templates/npc/pet/12077-Wolf.xml create mode 100644 data/templates/npc/pet/12311-HatchlingOfTheWind.xml create mode 100644 data/templates/npc/pet/12312-HatchlingOfTheStars.xml create mode 100644 data/templates/npc/pet/12313-HatchlingOfTwilight.xml create mode 100644 data/templates/npc/pet/12526-WindStrider.xml create mode 100644 data/templates/npc/pet/12527-StarStrider.xml create mode 100644 data/templates/npc/pet/12528-TwilightStrider.xml create mode 100644 data/templates/npc/pet/12564-SinEater.xml create mode 100644 data/templates/npc/pet/12621-Wyvern.xml create mode 100644 data/templates/npc/pet/14001-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14002-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14003-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14004-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14005-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14006-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14007-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14008-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14009-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14010-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14011-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14012-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14013-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14014-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14015-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14016-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14017-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14018-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14019-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14020-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14021-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14022-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14023-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14024-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14025-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14026-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14027-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14028-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14029-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14030-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14031-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14032-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14033-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14034-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14035-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14036-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14037-ReanimatedMan.xml create mode 100644 data/templates/npc/pet/14038-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14039-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14040-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14041-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14042-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14043-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14044-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14045-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14046-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14047-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14048-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14049-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14050-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14051-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14052-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14053-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14054-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14055-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14056-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14057-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14058-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14059-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14060-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14061-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14062-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14063-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14064-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14065-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14066-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14067-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14068-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14069-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14070-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14071-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14072-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14073-CorruptedMan.xml create mode 100644 data/templates/npc/pet/14074-CursedMan.xml create mode 100644 data/templates/npc/pet/14075-CursedMan.xml create mode 100644 data/templates/npc/pet/14076-CursedMan.xml create mode 100644 data/templates/npc/pet/14077-CursedMan.xml create mode 100644 data/templates/npc/pet/14078-CursedMan.xml create mode 100644 data/templates/npc/pet/14079-CursedMan.xml create mode 100644 data/templates/npc/pet/14080-CursedMan.xml create mode 100644 data/templates/npc/pet/14081-CursedMan.xml create mode 100644 data/templates/npc/pet/14082-CursedMan.xml create mode 100644 data/templates/npc/pet/14083-CursedMan.xml create mode 100644 data/templates/npc/pet/14084-CursedMan.xml create mode 100644 data/templates/npc/pet/14085-CursedMan.xml create mode 100644 data/templates/npc/pet/14086-CursedMan.xml create mode 100644 data/templates/npc/pet/14087-CursedMan.xml create mode 100644 data/templates/npc/pet/14088-CursedMan.xml create mode 100644 data/templates/npc/pet/14089-CursedMan.xml create mode 100644 data/templates/npc/pet/14090-CursedMan.xml create mode 100644 data/templates/npc/pet/14091-CursedMan.xml create mode 100644 data/templates/npc/pet/14092-CursedMan.xml create mode 100644 data/templates/npc/pet/14093-CursedMan.xml create mode 100644 data/templates/npc/pet/14094-CursedMan.xml create mode 100644 data/templates/npc/pet/14095-CursedMan.xml create mode 100644 data/templates/npc/pet/14096-CursedMan.xml create mode 100644 data/templates/npc/pet/14097-CursedMan.xml create mode 100644 data/templates/npc/pet/14098-CursedMan.xml create mode 100644 data/templates/npc/pet/14099-CursedMan.xml create mode 100644 data/templates/npc/pet/14100-CursedMan.xml create mode 100644 data/templates/npc/pet/14101-CursedMan.xml create mode 100644 data/templates/npc/pet/14102-CursedMan.xml create mode 100644 data/templates/npc/pet/14103-CursedMan.xml create mode 100644 data/templates/npc/pet/14104-CursedMan.xml create mode 100644 data/templates/npc/pet/14105-CursedMan.xml create mode 100644 data/templates/npc/pet/14106-CursedMan.xml create mode 100644 data/templates/npc/pet/14107-CursedMan.xml create mode 100644 data/templates/npc/pet/14108-CursedMan.xml create mode 100644 data/templates/npc/pet/14109-CursedMan.xml create mode 100644 data/templates/npc/pet/14110-CursedMan.xml create mode 100644 data/templates/npc/pet/14111-KatTheCat.xml create mode 100644 data/templates/npc/pet/14112-KatTheCat.xml create mode 100644 data/templates/npc/pet/14113-KatTheCat.xml create mode 100644 data/templates/npc/pet/14114-KatTheCat.xml create mode 100644 data/templates/npc/pet/14115-KatTheCat.xml create mode 100644 data/templates/npc/pet/14116-KatTheCat.xml create mode 100644 data/templates/npc/pet/14117-KatTheCat.xml create mode 100644 data/templates/npc/pet/14118-KatTheCat.xml create mode 100644 data/templates/npc/pet/14119-KatTheCat.xml create mode 100644 data/templates/npc/pet/14120-KatTheCat.xml create mode 100644 data/templates/npc/pet/14121-KatTheCat.xml create mode 100644 data/templates/npc/pet/14122-KatTheCat.xml create mode 100644 data/templates/npc/pet/14123-KatTheCat.xml create mode 100644 data/templates/npc/pet/14124-KatTheCat.xml create mode 100644 data/templates/npc/pet/14125-KatTheCat.xml create mode 100644 data/templates/npc/pet/14126-KatTheCat.xml create mode 100644 data/templates/npc/pet/14127-KatTheCat.xml create mode 100644 data/templates/npc/pet/14128-KatTheCat.xml create mode 100644 data/templates/npc/pet/14129-KatTheCat.xml create mode 100644 data/templates/npc/pet/14130-KatTheCat.xml create mode 100644 data/templates/npc/pet/14131-KatTheCat.xml create mode 100644 data/templates/npc/pet/14132-KatTheCat.xml create mode 100644 data/templates/npc/pet/14133-KatTheCat.xml create mode 100644 data/templates/npc/pet/14134-KatTheCat.xml create mode 100644 data/templates/npc/pet/14135-KatTheCat.xml create mode 100644 data/templates/npc/pet/14136-KatTheCat.xml create mode 100644 data/templates/npc/pet/14137-KatTheCat.xml create mode 100644 data/templates/npc/pet/14138-KatTheCat.xml create mode 100644 data/templates/npc/pet/14139-KatTheCat.xml create mode 100644 data/templates/npc/pet/14140-KatTheCat.xml create mode 100644 data/templates/npc/pet/14141-KatTheCat.xml create mode 100644 data/templates/npc/pet/14142-KatTheCat.xml create mode 100644 data/templates/npc/pet/14143-KatTheCat.xml create mode 100644 data/templates/npc/pet/14144-KatTheCat.xml create mode 100644 data/templates/npc/pet/14145-KatTheCat.xml create mode 100644 data/templates/npc/pet/14146-KatTheCat.xml create mode 100644 data/templates/npc/pet/14147-KatTheCat.xml create mode 100644 data/templates/npc/pet/14148-KatTheCat.xml create mode 100644 data/templates/npc/pet/14149-KatTheCat.xml create mode 100644 data/templates/npc/pet/14150-KatTheCat.xml create mode 100644 data/templates/npc/pet/14151-KatTheCat.xml create mode 100644 data/templates/npc/pet/14152-KatTheCat.xml create mode 100644 data/templates/npc/pet/14153-KatTheCat.xml create mode 100644 data/templates/npc/pet/14154-KatTheCat.xml create mode 100644 data/templates/npc/pet/14155-KatTheCat.xml create mode 100644 data/templates/npc/pet/14156-KatTheCat.xml create mode 100644 data/templates/npc/pet/14157-KatTheCat.xml create mode 100644 data/templates/npc/pet/14158-KatTheCat.xml create mode 100644 data/templates/npc/pet/14159-MewTheCat.xml create mode 100644 data/templates/npc/pet/14160-MewTheCat.xml create mode 100644 data/templates/npc/pet/14161-MewTheCat.xml create mode 100644 data/templates/npc/pet/14162-MewTheCat.xml create mode 100644 data/templates/npc/pet/14163-MewTheCat.xml create mode 100644 data/templates/npc/pet/14164-MewTheCat.xml create mode 100644 data/templates/npc/pet/14165-MewTheCat.xml create mode 100644 data/templates/npc/pet/14166-MewTheCat.xml create mode 100644 data/templates/npc/pet/14167-MewTheCat.xml create mode 100644 data/templates/npc/pet/14168-MewTheCat.xml create mode 100644 data/templates/npc/pet/14169-MewTheCat.xml create mode 100644 data/templates/npc/pet/14170-MewTheCat.xml create mode 100644 data/templates/npc/pet/14171-MewTheCat.xml create mode 100644 data/templates/npc/pet/14172-MewTheCat.xml create mode 100644 data/templates/npc/pet/14173-MewTheCat.xml create mode 100644 data/templates/npc/pet/14174-MewTheCat.xml create mode 100644 data/templates/npc/pet/14175-MewTheCat.xml create mode 100644 data/templates/npc/pet/14176-MewTheCat.xml create mode 100644 data/templates/npc/pet/14177-MewTheCat.xml create mode 100644 data/templates/npc/pet/14178-MewTheCat.xml create mode 100644 data/templates/npc/pet/14179-MewTheCat.xml create mode 100644 data/templates/npc/pet/14180-MewTheCat.xml create mode 100644 data/templates/npc/pet/14181-MewTheCat.xml create mode 100644 data/templates/npc/pet/14182-MewTheCat.xml create mode 100644 data/templates/npc/pet/14183-MewTheCat.xml create mode 100644 data/templates/npc/pet/14184-MewTheCat.xml create mode 100644 data/templates/npc/pet/14185-MewTheCat.xml create mode 100644 data/templates/npc/pet/14186-MewTheCat.xml create mode 100644 data/templates/npc/pet/14187-MewTheCat.xml create mode 100644 data/templates/npc/pet/14188-MewTheCat.xml create mode 100644 data/templates/npc/pet/14189-MewTheCat.xml create mode 100644 data/templates/npc/pet/14190-MewTheCat.xml create mode 100644 data/templates/npc/pet/14191-MewTheCat.xml create mode 100644 data/templates/npc/pet/14192-MewTheCat.xml create mode 100644 data/templates/npc/pet/14193-MewTheCat.xml create mode 100644 data/templates/npc/pet/14194-MewTheCat.xml create mode 100644 data/templates/npc/pet/14195-MewTheCat.xml create mode 100644 data/templates/npc/pet/14196-MewTheCat.xml create mode 100644 data/templates/npc/pet/14197-MewTheCat.xml create mode 100644 data/templates/npc/pet/14198-MewTheCat.xml create mode 100644 data/templates/npc/pet/14199-MewTheCat.xml create mode 100644 data/templates/npc/pet/14200-MewTheCat.xml create mode 100644 data/templates/npc/pet/14201-MewTheCat.xml create mode 100644 data/templates/npc/pet/14202-MewTheCat.xml create mode 100644 data/templates/npc/pet/14203-MewTheCat.xml create mode 100644 data/templates/npc/pet/14204-MewTheCat.xml create mode 100644 data/templates/npc/pet/14205-MewTheCat.xml create mode 100644 data/templates/npc/pet/14206-MewTheCat.xml create mode 100644 data/templates/npc/pet/14207-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14208-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14209-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14210-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14211-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14212-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14213-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14214-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14215-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14216-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14217-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14218-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14219-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14220-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14221-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14222-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14223-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14224-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14225-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14226-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14227-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14228-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14229-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14230-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14231-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14232-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14233-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14234-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14235-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14236-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14237-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14238-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14239-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14240-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14241-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14242-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14243-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14244-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14245-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14246-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14247-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14248-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14249-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14250-KaiTheCat.xml create mode 100644 data/templates/npc/pet/14251-FelineQueen.xml create mode 100644 data/templates/npc/pet/14252-FelineQueen.xml create mode 100644 data/templates/npc/pet/14253-FelineQueen.xml create mode 100644 data/templates/npc/pet/14254-FelineQueen.xml create mode 100644 data/templates/npc/pet/14255-FelineQueen.xml create mode 100644 data/templates/npc/pet/14256-FelineQueen.xml create mode 100644 data/templates/npc/pet/14257-FelineQueen.xml create mode 100644 data/templates/npc/pet/14258-FelineQueen.xml create mode 100644 data/templates/npc/pet/14259-FelineQueen.xml create mode 100644 data/templates/npc/pet/14260-FelineQueen.xml create mode 100644 data/templates/npc/pet/14265-FelineQueen.xml create mode 100644 data/templates/npc/pet/14266-FelineQueen.xml create mode 100644 data/templates/npc/pet/14267-FelineQueen.xml create mode 100644 data/templates/npc/pet/14268-FelineQueen.xml create mode 100644 data/templates/npc/pet/14269-FelineQueen.xml create mode 100644 data/templates/npc/pet/14270-FelineQueen.xml create mode 100644 data/templates/npc/pet/14271-FelineQueen.xml create mode 100644 data/templates/npc/pet/14272-FelineQueen.xml create mode 100644 data/templates/npc/pet/14273-FelineQueen.xml create mode 100644 data/templates/npc/pet/14274-FelineQueen.xml create mode 100644 data/templates/npc/pet/14275-FelineQueen.xml create mode 100644 data/templates/npc/pet/14276-FelineQueen.xml create mode 100644 data/templates/npc/pet/14277-FelineQueen.xml create mode 100644 data/templates/npc/pet/14278-FelineQueen.xml create mode 100644 data/templates/npc/pet/14279-FelineQueen.xml create mode 100644 data/templates/npc/pet/14280-FelineQueen.xml create mode 100644 data/templates/npc/pet/14281-FelineQueen.xml create mode 100644 data/templates/npc/pet/14282-FelineQueen.xml create mode 100644 data/templates/npc/pet/14283-FelineQueen.xml create mode 100644 data/templates/npc/pet/14284-FelineQueen.xml create mode 100644 data/templates/npc/pet/14285-FelineQueen.xml create mode 100644 data/templates/npc/pet/14286-FelineQueen.xml create mode 100644 data/templates/npc/pet/14287-FelineQueen.xml create mode 100644 data/templates/npc/pet/14288-FelineQueen.xml create mode 100644 data/templates/npc/pet/14289-FelineQueen.xml create mode 100644 data/templates/npc/pet/14290-FelineQueen.xml create mode 100644 data/templates/npc/pet/14291-FelineQueen.xml create mode 100644 data/templates/npc/pet/14292-FelineQueen.xml create mode 100644 data/templates/npc/pet/14293-FelineQueen.xml create mode 100644 data/templates/npc/pet/14294-FelineQueen.xml create mode 100644 data/templates/npc/pet/14295-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14296-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14297-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14298-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14299-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14300-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14301-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14302-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14303-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14304-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14305-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14306-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14307-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14308-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14309-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14310-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14311-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14312-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14313-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14314-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14315-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14316-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14317-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14318-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14319-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14320-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14321-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14322-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14323-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14324-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14325-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14326-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14327-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14328-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14329-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14330-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14331-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14332-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14333-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14334-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14335-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14336-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14337-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14338-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14339-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14340-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14341-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14342-BoxerTheUnicorn.xml create mode 100644 data/templates/npc/pet/14343-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14344-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14345-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14346-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14347-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14348-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14349-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14350-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14351-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14352-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14353-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14354-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14355-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14356-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14357-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14358-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14359-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14360-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14361-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14362-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14363-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14364-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14365-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14366-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14367-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14368-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14369-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14370-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14371-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14372-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14373-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14374-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14375-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14376-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14377-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14378-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14379-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14380-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14381-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14382-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14383-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14384-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14385-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14386-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14387-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14388-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14389-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14390-MirageTheUnicorn.xml create mode 100644 data/templates/npc/pet/14391-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14392-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14393-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14394-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14395-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14396-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14397-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14398-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14399-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14400-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14401-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14402-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14403-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14404-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14405-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14406-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14407-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14408-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14409-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14410-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14411-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14412-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14413-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14414-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14415-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14416-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14417-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14418-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14419-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14420-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14421-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14422-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14423-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14424-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14425-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14426-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14427-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14428-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14429-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14430-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14431-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14432-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14433-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14434-MerrowTheUnicorn.xml create mode 100644 data/templates/npc/pet/14435-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14436-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14437-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14438-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14439-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14440-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14441-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14442-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14443-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14444-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14449-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14450-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14451-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14452-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14453-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14454-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14455-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14456-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14457-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14458-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14459-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14460-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14461-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14462-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14463-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14464-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14465-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14466-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14467-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14468-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14469-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14470-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14471-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14472-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14473-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14474-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14475-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14476-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14477-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14478-UnicornSeraphim.xml create mode 100644 data/templates/npc/pet/14479-Shadow.xml create mode 100644 data/templates/npc/pet/14480-Shadow.xml create mode 100644 data/templates/npc/pet/14481-Shadow.xml create mode 100644 data/templates/npc/pet/14482-Shadow.xml create mode 100644 data/templates/npc/pet/14483-Shadow.xml create mode 100644 data/templates/npc/pet/14484-Shadow.xml create mode 100644 data/templates/npc/pet/14485-Shadow.xml create mode 100644 data/templates/npc/pet/14486-Shadow.xml create mode 100644 data/templates/npc/pet/14487-Shadow.xml create mode 100644 data/templates/npc/pet/14488-Shadow.xml create mode 100644 data/templates/npc/pet/14489-Shadow.xml create mode 100644 data/templates/npc/pet/14490-Shadow.xml create mode 100644 data/templates/npc/pet/14491-Shadow.xml create mode 100644 data/templates/npc/pet/14492-Shadow.xml create mode 100644 data/templates/npc/pet/14493-Shadow.xml create mode 100644 data/templates/npc/pet/14494-Shadow.xml create mode 100644 data/templates/npc/pet/14495-Shadow.xml create mode 100644 data/templates/npc/pet/14496-Shadow.xml create mode 100644 data/templates/npc/pet/14497-Shadow.xml create mode 100644 data/templates/npc/pet/14498-Shadow.xml create mode 100644 data/templates/npc/pet/14499-Shadow.xml create mode 100644 data/templates/npc/pet/14500-Shadow.xml create mode 100644 data/templates/npc/pet/14501-Shadow.xml create mode 100644 data/templates/npc/pet/14502-Shadow.xml create mode 100644 data/templates/npc/pet/14503-Shadow.xml create mode 100644 data/templates/npc/pet/14504-Shadow.xml create mode 100644 data/templates/npc/pet/14505-Shadow.xml create mode 100644 data/templates/npc/pet/14506-Shadow.xml create mode 100644 data/templates/npc/pet/14507-Shadow.xml create mode 100644 data/templates/npc/pet/14508-Shadow.xml create mode 100644 data/templates/npc/pet/14509-Shadow.xml create mode 100644 data/templates/npc/pet/14510-Shadow.xml create mode 100644 data/templates/npc/pet/14511-Shadow.xml create mode 100644 data/templates/npc/pet/14512-Shadow.xml create mode 100644 data/templates/npc/pet/14513-Shadow.xml create mode 100644 data/templates/npc/pet/14514-Shadow.xml create mode 100644 data/templates/npc/pet/14515-Shadow.xml create mode 100644 data/templates/npc/pet/14516-Shadow.xml create mode 100644 data/templates/npc/pet/14517-Shadow.xml create mode 100644 data/templates/npc/pet/14518-Shadow.xml create mode 100644 data/templates/npc/pet/14519-Shadow.xml create mode 100644 data/templates/npc/pet/14520-Shadow.xml create mode 100644 data/templates/npc/pet/14521-Shadow.xml create mode 100644 data/templates/npc/pet/14522-Shadow.xml create mode 100644 data/templates/npc/pet/14523-Shadow.xml create mode 100644 data/templates/npc/pet/14524-Shadow.xml create mode 100644 data/templates/npc/pet/14525-Shadow.xml create mode 100644 data/templates/npc/pet/14526-Shadow.xml create mode 100644 data/templates/npc/pet/14527-Silhouette.xml create mode 100644 data/templates/npc/pet/14528-Silhouette.xml create mode 100644 data/templates/npc/pet/14529-Silhouette.xml create mode 100644 data/templates/npc/pet/14530-Silhouette.xml create mode 100644 data/templates/npc/pet/14531-Silhouette.xml create mode 100644 data/templates/npc/pet/14532-Silhouette.xml create mode 100644 data/templates/npc/pet/14533-Silhouette.xml create mode 100644 data/templates/npc/pet/14534-Silhouette.xml create mode 100644 data/templates/npc/pet/14535-Silhouette.xml create mode 100644 data/templates/npc/pet/14536-Silhouette.xml create mode 100644 data/templates/npc/pet/14537-Silhouette.xml create mode 100644 data/templates/npc/pet/14538-Silhouette.xml create mode 100644 data/templates/npc/pet/14539-Silhouette.xml create mode 100644 data/templates/npc/pet/14540-Silhouette.xml create mode 100644 data/templates/npc/pet/14541-Silhouette.xml create mode 100644 data/templates/npc/pet/14542-Silhouette.xml create mode 100644 data/templates/npc/pet/14543-Silhouette.xml create mode 100644 data/templates/npc/pet/14544-Silhouette.xml create mode 100644 data/templates/npc/pet/14545-Silhouette.xml create mode 100644 data/templates/npc/pet/14546-Silhouette.xml create mode 100644 data/templates/npc/pet/14547-Silhouette.xml create mode 100644 data/templates/npc/pet/14548-Silhouette.xml create mode 100644 data/templates/npc/pet/14549-Silhouette.xml create mode 100644 data/templates/npc/pet/14550-Silhouette.xml create mode 100644 data/templates/npc/pet/14551-Silhouette.xml create mode 100644 data/templates/npc/pet/14552-Silhouette.xml create mode 100644 data/templates/npc/pet/14553-Silhouette.xml create mode 100644 data/templates/npc/pet/14554-Silhouette.xml create mode 100644 data/templates/npc/pet/14555-Silhouette.xml create mode 100644 data/templates/npc/pet/14556-Silhouette.xml create mode 100644 data/templates/npc/pet/14557-Silhouette.xml create mode 100644 data/templates/npc/pet/14558-Silhouette.xml create mode 100644 data/templates/npc/pet/14559-Silhouette.xml create mode 100644 data/templates/npc/pet/14560-Silhouette.xml create mode 100644 data/templates/npc/pet/14561-Silhouette.xml create mode 100644 data/templates/npc/pet/14562-Silhouette.xml create mode 100644 data/templates/npc/pet/14563-Silhouette.xml create mode 100644 data/templates/npc/pet/14564-Silhouette.xml create mode 100644 data/templates/npc/pet/14565-Silhouette.xml create mode 100644 data/templates/npc/pet/14566-Silhouette.xml create mode 100644 data/templates/npc/pet/14567-Silhouette.xml create mode 100644 data/templates/npc/pet/14568-Silhouette.xml create mode 100644 data/templates/npc/pet/14569-Silhouette.xml create mode 100644 data/templates/npc/pet/14570-Silhouette.xml create mode 100644 data/templates/npc/pet/14571-Silhouette.xml create mode 100644 data/templates/npc/pet/14572-Silhouette.xml create mode 100644 data/templates/npc/pet/14573-Silhouette.xml create mode 100644 data/templates/npc/pet/14574-Silhouette.xml create mode 100644 data/templates/npc/pet/14575-Soulless.xml create mode 100644 data/templates/npc/pet/14576-Soulless.xml create mode 100644 data/templates/npc/pet/14577-Soulless.xml create mode 100644 data/templates/npc/pet/14578-Soulless.xml create mode 100644 data/templates/npc/pet/14579-Soulless.xml create mode 100644 data/templates/npc/pet/14580-Soulless.xml create mode 100644 data/templates/npc/pet/14581-Soulless.xml create mode 100644 data/templates/npc/pet/14582-Soulless.xml create mode 100644 data/templates/npc/pet/14583-Soulless.xml create mode 100644 data/templates/npc/pet/14584-Soulless.xml create mode 100644 data/templates/npc/pet/14585-Soulless.xml create mode 100644 data/templates/npc/pet/14586-Soulless.xml create mode 100644 data/templates/npc/pet/14587-Soulless.xml create mode 100644 data/templates/npc/pet/14588-Soulless.xml create mode 100644 data/templates/npc/pet/14589-Soulless.xml create mode 100644 data/templates/npc/pet/14590-Soulless.xml create mode 100644 data/templates/npc/pet/14591-Soulless.xml create mode 100644 data/templates/npc/pet/14592-Soulless.xml create mode 100644 data/templates/npc/pet/14593-Soulless.xml create mode 100644 data/templates/npc/pet/14594-Soulless.xml create mode 100644 data/templates/npc/pet/14595-Soulless.xml create mode 100644 data/templates/npc/pet/14596-Soulless.xml create mode 100644 data/templates/npc/pet/14597-Soulless.xml create mode 100644 data/templates/npc/pet/14598-Soulless.xml create mode 100644 data/templates/npc/pet/14599-Soulless.xml create mode 100644 data/templates/npc/pet/14600-Soulless.xml create mode 100644 data/templates/npc/pet/14601-Soulless.xml create mode 100644 data/templates/npc/pet/14602-Soulless.xml create mode 100644 data/templates/npc/pet/14603-Soulless.xml create mode 100644 data/templates/npc/pet/14604-Soulless.xml create mode 100644 data/templates/npc/pet/14605-Soulless.xml create mode 100644 data/templates/npc/pet/14606-Soulless.xml create mode 100644 data/templates/npc/pet/14607-Soulless.xml create mode 100644 data/templates/npc/pet/14608-Soulless.xml create mode 100644 data/templates/npc/pet/14609-Soulless.xml create mode 100644 data/templates/npc/pet/14610-Soulless.xml create mode 100644 data/templates/npc/pet/14611-Soulless.xml create mode 100644 data/templates/npc/pet/14612-Soulless.xml create mode 100644 data/templates/npc/pet/14613-Soulless.xml create mode 100644 data/templates/npc/pet/14614-Soulless.xml create mode 100644 data/templates/npc/pet/14615-Soulless.xml create mode 100644 data/templates/npc/pet/14616-Soulless.xml create mode 100644 data/templates/npc/pet/14617-Soulless.xml create mode 100644 data/templates/npc/pet/14618-Soulless.xml create mode 100644 data/templates/npc/pet/14619-Nightshade.xml create mode 100644 data/templates/npc/pet/14620-Nightshade.xml create mode 100644 data/templates/npc/pet/14621-Nightshade.xml create mode 100644 data/templates/npc/pet/14622-Nightshade.xml create mode 100644 data/templates/npc/pet/14623-Nightshade.xml create mode 100644 data/templates/npc/pet/14624-Nightshade.xml create mode 100644 data/templates/npc/pet/14625-Nightshade.xml create mode 100644 data/templates/npc/pet/14626-Nightshade.xml create mode 100644 data/templates/npc/pet/14627-Nightshade.xml create mode 100644 data/templates/npc/pet/14628-Nightshade.xml create mode 100644 data/templates/npc/pet/14633-Nightshade.xml create mode 100644 data/templates/npc/pet/14634-Nightshade.xml create mode 100644 data/templates/npc/pet/14635-Nightshade.xml create mode 100644 data/templates/npc/pet/14636-Nightshade.xml create mode 100644 data/templates/npc/pet/14637-Nightshade.xml create mode 100644 data/templates/npc/pet/14638-Nightshade.xml create mode 100644 data/templates/npc/pet/14639-Nightshade.xml create mode 100644 data/templates/npc/pet/14640-Nightshade.xml create mode 100644 data/templates/npc/pet/14641-Nightshade.xml create mode 100644 data/templates/npc/pet/14642-Nightshade.xml create mode 100644 data/templates/npc/pet/14643-Nightshade.xml create mode 100644 data/templates/npc/pet/14644-Nightshade.xml create mode 100644 data/templates/npc/pet/14645-Nightshade.xml create mode 100644 data/templates/npc/pet/14646-Nightshade.xml create mode 100644 data/templates/npc/pet/14647-Nightshade.xml create mode 100644 data/templates/npc/pet/14648-Nightshade.xml create mode 100644 data/templates/npc/pet/14649-Nightshade.xml create mode 100644 data/templates/npc/pet/14650-Nightshade.xml create mode 100644 data/templates/npc/pet/14651-Nightshade.xml create mode 100644 data/templates/npc/pet/14652-Nightshade.xml create mode 100644 data/templates/npc/pet/14653-Nightshade.xml create mode 100644 data/templates/npc/pet/14654-Nightshade.xml create mode 100644 data/templates/npc/pet/14655-Nightshade.xml create mode 100644 data/templates/npc/pet/14656-Nightshade.xml create mode 100644 data/templates/npc/pet/14657-Nightshade.xml create mode 100644 data/templates/npc/pet/14658-Nightshade.xml create mode 100644 data/templates/npc/pet/14659-Nightshade.xml create mode 100644 data/templates/npc/pet/14660-Nightshade.xml create mode 100644 data/templates/npc/pet/14661-Nightshade.xml create mode 100644 data/templates/npc/pet/14662-Nightshade.xml create mode 100644 data/templates/npc/pet/14663-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14664-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14665-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14666-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14667-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14668-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14669-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14670-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14671-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14672-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14673-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14674-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14675-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14676-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14677-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14678-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14679-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14680-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14681-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14682-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14683-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14684-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14685-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14686-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14687-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14688-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14689-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14690-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14691-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14692-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14693-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14694-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14695-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14696-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14697-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14698-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14699-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14700-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14701-MechanicGolem.xml create mode 100644 data/templates/npc/pet/14702-BigBoom.xml create mode 100644 data/templates/npc/pet/14703-BigBoom.xml create mode 100644 data/templates/npc/pet/14704-BigBoom.xml create mode 100644 data/templates/npc/pet/14705-BigBoom.xml create mode 100644 data/templates/npc/pet/14706-BigBoom.xml create mode 100644 data/templates/npc/pet/14707-BigBoom.xml create mode 100644 data/templates/npc/pet/14708-BigBoom.xml create mode 100644 data/templates/npc/pet/14709-BigBoom.xml create mode 100644 data/templates/npc/pet/14710-BigBoom.xml create mode 100644 data/templates/npc/pet/14711-BigBoom.xml create mode 100644 data/templates/npc/pet/14712-BigBoom.xml create mode 100644 data/templates/npc/pet/14713-BigBoom.xml create mode 100644 data/templates/npc/pet/14714-BigBoom.xml create mode 100644 data/templates/npc/pet/14715-BigBoom.xml create mode 100644 data/templates/npc/pet/14716-BigBoom.xml create mode 100644 data/templates/npc/pet/14717-BigBoom.xml create mode 100644 data/templates/npc/pet/14718-BigBoom.xml create mode 100644 data/templates/npc/pet/14719-BigBoom.xml create mode 100644 data/templates/npc/pet/14720-BigBoom.xml create mode 100644 data/templates/npc/pet/14721-BigBoom.xml create mode 100644 data/templates/npc/pet/14722-BigBoom.xml create mode 100644 data/templates/npc/pet/14723-BigBoom.xml create mode 100644 data/templates/npc/pet/14724-BigBoom.xml create mode 100644 data/templates/npc/pet/14725-BigBoom.xml create mode 100644 data/templates/npc/pet/14726-BigBoom.xml create mode 100644 data/templates/npc/pet/14727-BigBoom.xml create mode 100644 data/templates/npc/pet/14728-BigBoom.xml create mode 100644 data/templates/npc/pet/14729-BigBoom.xml create mode 100644 data/templates/npc/pet/14730-BigBoom.xml create mode 100644 data/templates/npc/pet/14731-BigBoom.xml create mode 100644 data/templates/npc/pet/14732-BigBoom.xml create mode 100644 data/templates/npc/pet/14733-BigBoom.xml create mode 100644 data/templates/npc/pet/14734-BigBoom.xml create mode 100644 data/templates/npc/pet/14735-BigBoom.xml create mode 100644 data/templates/npc/pet/14736-BigBoom.xml create mode 100644 data/templates/npc/pet/14799-DarkPanther.xml create mode 100644 data/templates/npc/pet/14800-DarkPanther.xml create mode 100644 data/templates/npc/pet/14801-DarkPanther.xml create mode 100644 data/templates/npc/pet/14802-DarkPanther.xml create mode 100644 data/templates/npc/pet/14803-DarkPanther.xml create mode 100644 data/templates/npc/pet/14804-DarkPanther.xml create mode 100644 data/templates/npc/pet/14805-DarkPanther.xml create mode 100644 data/templates/npc/pet/14806-DarkPanther.xml create mode 100644 data/templates/npc/pet/14807-DarkPanther.xml create mode 100644 data/templates/npc/pet/14808-DarkPanther.xml create mode 100644 data/templates/npc/pet/14809-DarkPanther.xml create mode 100644 data/templates/npc/pet/14810-DarkPanther.xml create mode 100644 data/templates/npc/pet/14811-DarkPanther.xml create mode 100644 data/templates/npc/pet/14812-DarkPanther.xml create mode 100644 data/templates/npc/pet/14813-DarkPanther.xml create mode 100644 data/templates/npc/pet/14814-DarkPanther.xml create mode 100644 data/templates/npc/pet/14815-DarkPanther.xml create mode 100644 data/templates/npc/pet/14816-DarkPanther.xml create mode 100644 data/templates/npc/pet/14817-DarkPanther.xml create mode 100644 data/templates/npc/pet/14818-DarkPanther.xml create mode 100644 data/templates/npc/pet/14819-DarkPanther.xml create mode 100644 data/templates/npc/pet/14820-DarkPanther.xml create mode 100644 data/templates/npc/pet/14821-DarkPanther.xml create mode 100644 data/templates/npc/pet/14822-DarkPanther.xml create mode 100644 data/templates/npc/pet/14823-DarkPanther.xml create mode 100644 data/templates/npc/pet/14824-DarkPanther.xml create mode 100644 data/templates/npc/pet/14825-DarkPanther.xml create mode 100644 data/templates/npc/pet/14826-DarkPanther.xml create mode 100644 data/templates/npc/pet/14827-DarkPanther.xml create mode 100644 data/templates/npc/pet/14828-DarkPanther.xml create mode 100644 data/templates/npc/pet/14829-DarkPanther.xml create mode 100644 data/templates/npc/pet/14830-DarkPanther.xml create mode 100644 data/templates/npc/pet/14831-DarkPanther.xml create mode 100644 data/templates/npc/pet/14832-DarkPanther.xml create mode 100644 data/templates/npc/pet/14833-DarkPanther.xml create mode 100644 data/templates/npc/pet/14834-DarkPanther.xml create mode 100644 data/templates/npc/pet/14835-DarkPanther.xml create mode 100644 data/templates/npc/pet/14836-FelineKing.xml create mode 100644 data/templates/npc/pet/14837-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14838-SpectralLord.xml create mode 100644 data/templates/npc/pet/14870-DivineBeast.xml create mode 100644 data/templates/npc/pet/14871-FelineKing.xml create mode 100644 data/templates/npc/pet/14872-FelineKing.xml create mode 100644 data/templates/npc/pet/14873-FelineKing.xml create mode 100644 data/templates/npc/pet/14874-FelineKing.xml create mode 100644 data/templates/npc/pet/14875-FelineKing.xml create mode 100644 data/templates/npc/pet/14876-FelineKing.xml create mode 100644 data/templates/npc/pet/14877-FelineKing.xml create mode 100644 data/templates/npc/pet/14878-FelineKing.xml create mode 100644 data/templates/npc/pet/14879-FelineKing.xml create mode 100644 data/templates/npc/pet/14880-FelineKing.xml create mode 100644 data/templates/npc/pet/14881-FelineKing.xml create mode 100644 data/templates/npc/pet/14882-FelineKing.xml create mode 100644 data/templates/npc/pet/14883-FelineKing.xml create mode 100644 data/templates/npc/pet/14884-FelineKing.xml create mode 100644 data/templates/npc/pet/14885-FelineKing.xml create mode 100644 data/templates/npc/pet/14886-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14887-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14888-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14889-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14890-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14891-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14892-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14893-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14894-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14895-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14896-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14897-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14898-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14899-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14900-MagnusTheUnicorn.xml create mode 100644 data/templates/npc/pet/14901-SpectralLord.xml create mode 100644 data/templates/npc/pet/14902-SpectralLord.xml create mode 100644 data/templates/npc/pet/14903-SpectralLord.xml create mode 100644 data/templates/npc/pet/14904-SpectralLord.xml create mode 100644 data/templates/npc/pet/14905-SpectralLord.xml create mode 100644 data/templates/npc/pet/14906-SpectralLord.xml create mode 100644 data/templates/npc/pet/14907-SpectralLord.xml create mode 100644 data/templates/npc/pet/14908-SpectralLord.xml create mode 100644 data/templates/npc/pet/14909-SpectralLord.xml create mode 100644 data/templates/npc/pet/14910-SpectralLord.xml create mode 100644 data/templates/npc/pet/14911-SpectralLord.xml create mode 100644 data/templates/npc/pet/14912-SpectralLord.xml create mode 100644 data/templates/npc/pet/14913-SpectralLord.xml create mode 100644 data/templates/npc/pet/14914-SpectralLord.xml create mode 100644 data/templates/npc/pet/14915-SpectralLord.xml create mode 100644 data/templates/npc/pet/14916-Tigress.xml create mode 100644 data/templates/npc/pet/14917-Tigress.xml create mode 100644 data/templates/npc/pet/14918-ImperialPhoenix.xml create mode 100644 data/templates/npc/pet/1538-BabyRudolph.xml create mode 100644 data/templates/npc/pet/1561-BabyRudolph.xml create mode 100644 data/templates/npc/pet/1562-Deseloph.xml create mode 100644 data/templates/npc/pet/1563-Hyum.xml create mode 100644 data/templates/npc/pet/1564-Rekang.xml create mode 100644 data/templates/npc/pet/1565-Lilias.xml create mode 100644 data/templates/npc/pet/1566-Lapham.xml create mode 100644 data/templates/npc/pet/1567-Mafum.xml create mode 100644 data/templates/npc/pet/1568-Deseloph.xml create mode 100644 data/templates/npc/pet/1569-Hyum.xml create mode 100644 data/templates/npc/pet/1570-Rekang.xml create mode 100644 data/templates/npc/pet/1571-Lilias.xml create mode 100644 data/templates/npc/pet/1572-Lapham.xml create mode 100644 data/templates/npc/pet/1573-Mafum.xml create mode 100644 data/templates/npc/pet/16025-GreatWolf.xml create mode 100644 data/templates/npc/pet/16030-GreatWolf.xml create mode 100644 data/templates/npc/pet/16037-GreatSnowWolf.xml create mode 100644 data/templates/npc/pet/16038-RedWindStrider.xml create mode 100644 data/templates/npc/pet/16039-RedStarStrider.xml create mode 100644 data/templates/npc/pet/16040-RedTwilightStrider.xml create mode 100644 data/templates/npc/pet/16041-Fenrir.xml create mode 100644 data/templates/npc/pet/16042-SnowFenrir.xml create mode 100644 data/templates/npc/pet/16043-FoxShaman.xml create mode 100644 data/templates/npc/pet/16044-WildBeastFighter.xml create mode 100644 data/templates/npc/pet/16050-OwlMonk.xml create mode 100644 data/templates/npc/pet/16067-Deinonychus.xml create mode 100644 data/templates/npc/pet/16068-GuardianSStrider.xml create mode 100644 data/templates/npc/pet/16071-Maguen.xml create mode 100644 data/templates/npc/pet/16072-EliteMaguen.xml create mode 100644 data/templates/npc/petmanager/30731-Martin.xml create mode 100644 data/templates/npc/petmanager/30827-Lundy.xml create mode 100644 data/templates/npc/petmanager/30828-Waters.xml create mode 100644 data/templates/npc/petmanager/30829-Cooper.xml create mode 100644 data/templates/npc/petmanager/30830-Joey.xml create mode 100644 data/templates/npc/petmanager/30831-Nelson.xml create mode 100644 data/templates/npc/petmanager/30869-Lemper.xml create mode 100644 data/templates/npc/petmanager/31067-Rood.xml create mode 100644 data/templates/npc/petmanager/31265-Annette.xml create mode 100644 data/templates/npc/petmanager/31309-Woods.xml create mode 100644 data/templates/npc/petmanager/31954-Saroyan.xml create mode 100644 data/templates/npc/petmanager/36478-Mickey.xml create mode 100644 data/templates/npc/priestvillagemaster/30031-Biotin.xml create mode 100644 data/templates/npc/priestvillagemaster/30037-Levian.xml create mode 100644 data/templates/npc/priestvillagemaster/30070-Sylvain.xml create mode 100644 data/templates/npc/priestvillagemaster/30120-Maximilian.xml create mode 100644 data/templates/npc/priestvillagemaster/30154-Asterios.xml create mode 100644 data/templates/npc/priestvillagemaster/30191-Hollint.xml create mode 100644 data/templates/npc/priestvillagemaster/30289-Raymond.xml create mode 100644 data/templates/npc/priestvillagemaster/30857-Orven.xml create mode 100644 data/templates/npc/priestvillagemaster/30905-Squillari.xml create mode 100644 data/templates/npc/priestvillagemaster/31279-Gregory.xml create mode 100644 data/templates/npc/priestvillagemaster/31328-Innocentin.xml create mode 100644 data/templates/npc/priestvillagemaster/31968-Baryl.xml create mode 100644 data/templates/npc/priestvillagemaster/32095-Marie.xml create mode 100644 data/templates/npc/priestvillagemaster/32153-Prana.xml create mode 100644 data/templates/npc/raidboss/25001-GreyclawKutus.xml create mode 100644 data/templates/npc/raidboss/25004-TurekMercenaryCaptain.xml create mode 100644 data/templates/npc/raidboss/25007-RetreatSpiderCletu.xml create mode 100644 data/templates/npc/raidboss/25010-FuriousThieles.xml create mode 100644 data/templates/npc/raidboss/25013-GhostOfPeasantLeader.xml create mode 100644 data/templates/npc/raidboss/25016-The3rdUnderwaterGuardian.xml create mode 100644 data/templates/npc/raidboss/25019-PanDryad.xml create mode 100644 data/templates/npc/raidboss/25020-BrekaWarlockPastu.xml create mode 100644 data/templates/npc/raidboss/25023-StakatoQueenZyrnna.xml create mode 100644 data/templates/npc/raidboss/25026-KatuVanLeaderAtui.xml create mode 100644 data/templates/npc/raidboss/25029-Atraiban.xml create mode 100644 data/templates/npc/raidboss/25032-EvaSGuardianMillenu.xml create mode 100644 data/templates/npc/raidboss/25035-ShilenSMessengerCabrio.xml create mode 100644 data/templates/npc/raidboss/25038-Tirak.xml create mode 100644 data/templates/npc/raidboss/25041-Remmel.xml create mode 100644 data/templates/npc/raidboss/25044-Barion.xml create mode 100644 data/templates/npc/raidboss/25047-Karte.xml create mode 100644 data/templates/npc/raidboss/25050-Verfa.xml create mode 100644 data/templates/npc/raidboss/25051-Rahha.xml create mode 100644 data/templates/npc/raidboss/25054-Kernon.xml create mode 100644 data/templates/npc/raidboss/25057-BiconneOfBlueSky.xml create mode 100644 data/templates/npc/raidboss/25060-UnrequitedKael.xml create mode 100644 data/templates/npc/raidboss/25063-ChertubaOfGreatSoul.xml create mode 100644 data/templates/npc/raidboss/25064-WizardOfStormTeruk.xml create mode 100644 data/templates/npc/raidboss/25067-CaptainOfRedFlagShaka.xml create mode 100644 data/templates/npc/raidboss/25070-EnchantedForestWatcherRuell.xml create mode 100644 data/templates/npc/raidboss/25073-BloodyPriestRudelto.xml create mode 100644 data/templates/npc/raidboss/25076-PrincessMolrang.xml create mode 100644 data/templates/npc/raidboss/25079-CatSEyeBandit.xml create mode 100644 data/templates/npc/raidboss/25082-LeaderOfCatGang.xml create mode 100644 data/templates/npc/raidboss/25085-TimakOrcChiefRanger.xml create mode 100644 data/templates/npc/raidboss/25088-CrazyMechanicGolem.xml create mode 100644 data/templates/npc/raidboss/25089-SoullessWildBoar.xml create mode 100644 data/templates/npc/raidboss/25092-Korim.xml create mode 100644 data/templates/npc/raidboss/25095-ElfRenoa.xml create mode 100644 data/templates/npc/raidboss/25098-SejarrSServitor.xml create mode 100644 data/templates/npc/raidboss/25099-RottenTreeRepiro.xml create mode 100644 data/templates/npc/raidboss/25102-Shacram.xml create mode 100644 data/templates/npc/raidboss/25103-SorcererIsirr.xml create mode 100644 data/templates/npc/raidboss/25106-GhostOfTheWellLidia.xml create mode 100644 data/templates/npc/raidboss/25109-AntharasPriestCloe.xml create mode 100644 data/templates/npc/raidboss/25112-AgentOfBeresMeana.xml create mode 100644 data/templates/npc/raidboss/25115-IcarusSample1.xml create mode 100644 data/templates/npc/raidboss/25118-GuilotineWardenOfTheExecutionGrounds.xml create mode 100644 data/templates/npc/raidboss/25119-MessengerOfFairyQueenBerun.xml create mode 100644 data/templates/npc/raidboss/25122-RefugeeHopefulLeo.xml create mode 100644 data/templates/npc/raidboss/25125-FierceTigerKingAngel.xml create mode 100644 data/templates/npc/raidboss/25126-LonghornGolkonda.xml create mode 100644 data/templates/npc/raidboss/25127-LangkMatriarchRashkos.xml create mode 100644 data/templates/npc/raidboss/25128-VukuGrandSeerGharmash.xml create mode 100644 data/templates/npc/raidboss/25131-CarnageLordGato.xml create mode 100644 data/templates/npc/raidboss/25134-LetoChiefTalkin.xml create mode 100644 data/templates/npc/raidboss/25137-BelethSSeerSephia.xml create mode 100644 data/templates/npc/raidboss/25140-HekatonPrime.xml create mode 100644 data/templates/npc/raidboss/25143-FireOfWrathShuriel.xml create mode 100644 data/templates/npc/raidboss/25146-SerpentDemonBifrons.xml create mode 100644 data/templates/npc/raidboss/25149-ZombieLordCrowl.xml create mode 100644 data/templates/npc/raidboss/25152-FlameLordShadar.xml create mode 100644 data/templates/npc/raidboss/25155-ShamanKingSelu.xml create mode 100644 data/templates/npc/raidboss/25158-KingTarlk.xml create mode 100644 data/templates/npc/raidboss/25159-PanielTheUnicorn.xml create mode 100644 data/templates/npc/raidboss/25162-GiantMarpanak.xml create mode 100644 data/templates/npc/raidboss/25163-RoaringSkylancer.xml create mode 100644 data/templates/npc/raidboss/25166-Ikuntai.xml create mode 100644 data/templates/npc/raidboss/25169-Ragraman.xml create mode 100644 data/templates/npc/raidboss/25170-LizardmenLeaderHellion.xml create mode 100644 data/templates/npc/raidboss/25173-TigerKingKaruta.xml create mode 100644 data/templates/npc/raidboss/25176-BlackLily.xml create mode 100644 data/templates/npc/raidboss/25179-GuardianOfTheStatueOfGiantKarum.xml create mode 100644 data/templates/npc/raidboss/25182-DemonKurikups.xml create mode 100644 data/templates/npc/raidboss/25185-TasabaPatriarchHellena.xml create mode 100644 data/templates/npc/raidboss/25188-Apepi.xml create mode 100644 data/templates/npc/raidboss/25189-CronosSServitorMumu.xml create mode 100644 data/templates/npc/raidboss/25192-EarthProtectorPanathen.xml create mode 100644 data/templates/npc/raidboss/25198-FafurionSHeraldLokness.xml create mode 100644 data/templates/npc/raidboss/25199-WaterDragonSeerSheshark.xml create mode 100644 data/templates/npc/raidboss/25202-KrokianPadishaSobekk.xml create mode 100644 data/templates/npc/raidboss/25205-OceanFlameAshakiel.xml create mode 100644 data/templates/npc/raidboss/25208-WaterCouatleAteka.xml create mode 100644 data/templates/npc/raidboss/25211-Sebek.xml create mode 100644 data/templates/npc/raidboss/25214-FafurionSPageSika.xml create mode 100644 data/templates/npc/raidboss/25217-CursedClara.xml create mode 100644 data/templates/npc/raidboss/25220-DeathLordHallate.xml create mode 100644 data/templates/npc/raidboss/25223-SoulCollectorAcheron.xml create mode 100644 data/templates/npc/raidboss/25226-RoaringLordKastor.xml create mode 100644 data/templates/npc/raidboss/25229-StormWingedNaga.xml create mode 100644 data/templates/npc/raidboss/25230-TimakSeerRagoth.xml create mode 100644 data/templates/npc/raidboss/25233-SpiritOfAndrasTheBetrayer.xml create mode 100644 data/templates/npc/raidboss/25234-AncientWeirdDrake.xml create mode 100644 data/templates/npc/raidboss/25235-VanorChiefKandra.xml create mode 100644 data/templates/npc/raidboss/25238-AbyssBrukunt.xml create mode 100644 data/templates/npc/raidboss/25241-HaritHeroTamash.xml create mode 100644 data/templates/npc/raidboss/25244-LastLesserGiantOlkuth.xml create mode 100644 data/templates/npc/raidboss/25245-LastLesserGiantGlaki.xml create mode 100644 data/templates/npc/raidboss/25248-DoomBladeTanatos.xml create mode 100644 data/templates/npc/raidboss/25249-PalatanosOfHorrificPower.xml create mode 100644 data/templates/npc/raidboss/25252-PalibatiQueenThemis.xml create mode 100644 data/templates/npc/raidboss/25255-GargoyleLordTiphon.xml create mode 100644 data/templates/npc/raidboss/25256-TaikHighPrefectArak.xml create mode 100644 data/templates/npc/raidboss/25259-ZakenSButcherKrantz.xml create mode 100644 data/templates/npc/raidboss/25260-IronGiantTotem.xml create mode 100644 data/templates/npc/raidboss/25263-KernonSFaithfulServantKelone.xml create mode 100644 data/templates/npc/raidboss/25266-BloodyEmpressDecarbia.xml create mode 100644 data/templates/npc/raidboss/25269-BeastLordBehemoth.xml create mode 100644 data/templates/npc/raidboss/25272-PartisanLeaderTalakin.xml create mode 100644 data/templates/npc/raidboss/25273-Carnamakos.xml create mode 100644 data/templates/npc/raidboss/25276-DeathLordIpos.xml create mode 100644 data/templates/npc/raidboss/25277-LilithSWitchMarilion.xml create mode 100644 data/templates/npc/raidboss/25280-PaganWatcherCerberon.xml create mode 100644 data/templates/npc/raidboss/25281-AnakimSNemesisZakaron.xml create mode 100644 data/templates/npc/raidboss/25282-DeathLordShax.xml create mode 100644 data/templates/npc/raidboss/25283-Lilith.xml create mode 100644 data/templates/npc/raidboss/25286-Anakim.xml create mode 100644 data/templates/npc/raidboss/25290-DaimonTheWhiteEyed.xml create mode 100644 data/templates/npc/raidboss/25293-HestiaGuardianDeityOfTheHotSprings.xml create mode 100644 data/templates/npc/raidboss/25296-IcicleEmperorBumbalump.xml create mode 100644 data/templates/npc/raidboss/25299-KetraSHeroHekaton.xml create mode 100644 data/templates/npc/raidboss/25302-KetraSCommanderTayr.xml create mode 100644 data/templates/npc/raidboss/25305-KetraSChiefBrakki.xml create mode 100644 data/templates/npc/raidboss/25306-SoulOfFireNastron.xml create mode 100644 data/templates/npc/raidboss/25309-VarkaSHeroShadith.xml create mode 100644 data/templates/npc/raidboss/25312-VarkaSCommanderMos.xml create mode 100644 data/templates/npc/raidboss/25315-VarkaSChiefHorus.xml create mode 100644 data/templates/npc/raidboss/25316-SoulOfWaterAshutar.xml create mode 100644 data/templates/npc/raidboss/25319-Ember.xml create mode 100644 data/templates/npc/raidboss/25322-DemonSAgentFalston.xml create mode 100644 data/templates/npc/raidboss/25325-FlameOfSplendorBarakiel.xml create mode 100644 data/templates/npc/raidboss/25328-EilhalderVonHellmann.xml create mode 100644 data/templates/npc/raidboss/25333-Anakazel.xml create mode 100644 data/templates/npc/raidboss/25334-Anakazel.xml create mode 100644 data/templates/npc/raidboss/25335-Anakazel.xml create mode 100644 data/templates/npc/raidboss/25336-Anakazel.xml create mode 100644 data/templates/npc/raidboss/25337-Anakazel.xml create mode 100644 data/templates/npc/raidboss/25338-Anakazel.xml create mode 100644 data/templates/npc/raidboss/25352-GiantWastelandBasilisk.xml create mode 100644 data/templates/npc/raidboss/25354-GargoyleLordSirocco.xml create mode 100644 data/templates/npc/raidboss/25357-SukarWereratChief.xml create mode 100644 data/templates/npc/raidboss/25360-TigerHornet.xml create mode 100644 data/templates/npc/raidboss/25362-TrackerLeaderSharuk.xml create mode 100644 data/templates/npc/raidboss/25365-PatriarchKuroboros.xml create mode 100644 data/templates/npc/raidboss/25366-KuroborosPriest.xml create mode 100644 data/templates/npc/raidboss/25369-SoulScavenger.xml create mode 100644 data/templates/npc/raidboss/25372-DiscardedGuardian.xml create mode 100644 data/templates/npc/raidboss/25373-MalexHeraldOfDagoniel.xml create mode 100644 data/templates/npc/raidboss/25375-ZombieLordFarakelsus.xml create mode 100644 data/templates/npc/raidboss/25378-MadnessBeast.xml create mode 100644 data/templates/npc/raidboss/25380-KayshaHeraldOfIcarus.xml create mode 100644 data/templates/npc/raidboss/25383-RevenantOfSirCalibus.xml create mode 100644 data/templates/npc/raidboss/25385-EvilSpiritTempest.xml create mode 100644 data/templates/npc/raidboss/25388-RedEyeCaptainTrakia.xml create mode 100644 data/templates/npc/raidboss/25391-NurkaSMessenger.xml create mode 100644 data/templates/npc/raidboss/25392-CaptainOfQueenSRoyalGuards.xml create mode 100644 data/templates/npc/raidboss/25394-PremoPrime.xml create mode 100644 data/templates/npc/raidboss/25395-ArchonSuscepter.xml create mode 100644 data/templates/npc/raidboss/25398-EyeOfBeleth.xml create mode 100644 data/templates/npc/raidboss/25401-Skyla.xml create mode 100644 data/templates/npc/raidboss/25404-CorsairCaptainKylon.xml create mode 100644 data/templates/npc/raidboss/25407-LordIshka.xml create mode 100644 data/templates/npc/raidboss/25410-RoadScavengerLeader.xml create mode 100644 data/templates/npc/raidboss/25412-NecrosentinelRoyalGuard.xml create mode 100644 data/templates/npc/raidboss/25415-Nakondas.xml create mode 100644 data/templates/npc/raidboss/25418-DreadAvengerKraven.xml create mode 100644 data/templates/npc/raidboss/25420-OrfenSHandmaiden.xml create mode 100644 data/templates/npc/raidboss/25423-FairyQueenTiminiel.xml create mode 100644 data/templates/npc/raidboss/25426-BetrayerOfUrutuFreki.xml create mode 100644 data/templates/npc/raidboss/25429-MammonCollectorTalos.xml create mode 100644 data/templates/npc/raidboss/25431-FlamestoneGolem.xml create mode 100644 data/templates/npc/raidboss/25434-BanditLeaderBarda.xml create mode 100644 data/templates/npc/raidboss/25437-TimakOrcGosmos.xml create mode 100644 data/templates/npc/raidboss/25438-ThiefKelbar.xml create mode 100644 data/templates/npc/raidboss/25441-EvilSpiritCyrion.xml create mode 100644 data/templates/npc/raidboss/25444-EnmityGhostRamdal.xml create mode 100644 data/templates/npc/raidboss/25447-ImmortalSaviorMardil.xml create mode 100644 data/templates/npc/raidboss/25450-CherubGalaxia.xml create mode 100644 data/templates/npc/raidboss/25453-MeanasAnor.xml create mode 100644 data/templates/npc/raidboss/25456-MirrorOfOblivion.xml create mode 100644 data/templates/npc/raidboss/25460-DeadmanEreve.xml create mode 100644 data/templates/npc/raidboss/25463-HaritGuardianGarangky.xml create mode 100644 data/templates/npc/raidboss/25467-Gorgolos.xml create mode 100644 data/templates/npc/raidboss/25470-LastTitanUtenus.xml create mode 100644 data/templates/npc/raidboss/25473-GraveRobberKim.xml create mode 100644 data/templates/npc/raidboss/25475-GhostKnightKabed.xml create mode 100644 data/templates/npc/raidboss/25478-ShilenSPriestHisilrome.xml create mode 100644 data/templates/npc/raidboss/25481-MagusKenishee.xml create mode 100644 data/templates/npc/raidboss/25484-ZakenSChiefMateTillion.xml create mode 100644 data/templates/npc/raidboss/25487-WaterSpiritLian.xml create mode 100644 data/templates/npc/raidboss/25490-Gwindorr.xml create mode 100644 data/templates/npc/raidboss/25493-EvaSSpiritNiniel.xml create mode 100644 data/templates/npc/raidboss/25496-FafurionSEnvoyPingolpin.xml create mode 100644 data/templates/npc/raidboss/25498-FafurionSHenchmanIstary.xml create mode 100644 data/templates/npc/raidboss/25501-BossAkata.xml create mode 100644 data/templates/npc/raidboss/25504-NellisVengefulSpirit.xml create mode 100644 data/templates/npc/raidboss/25506-RayitoTheLooter.xml create mode 100644 data/templates/npc/raidboss/25509-DarkShamanVarangka.xml create mode 100644 data/templates/npc/raidboss/25512-GiganticChaosGolem.xml create mode 100644 data/templates/npc/raidboss/25514-QueenShyeed.xml create mode 100644 data/templates/npc/raidboss/25523-PlagueGolem.xml create mode 100644 data/templates/npc/raidboss/25524-FlamestoneGiant.xml create mode 100644 data/templates/npc/raidboss/25527-Uruka.xml create mode 100644 data/templates/npc/raidboss/25528-Tiberias.xml create mode 100644 data/templates/npc/raidboss/25531-Darnel.xml create mode 100644 data/templates/npc/raidboss/25532-Kechi.xml create mode 100644 data/templates/npc/raidboss/25534-Tears.xml create mode 100644 data/templates/npc/raidboss/25536-Hannibal.xml create mode 100644 data/templates/npc/raidboss/25539-Typhoon.xml create mode 100644 data/templates/npc/raidboss/25540-DemonPrince.xml create mode 100644 data/templates/npc/raidboss/25542-Ranku.xml create mode 100644 data/templates/npc/raidboss/25544-Tully.xml create mode 100644 data/templates/npc/raidboss/25546-RhiannaTheTraitor.xml create mode 100644 data/templates/npc/raidboss/25549-TeslaTheDeceiver.xml create mode 100644 data/templates/npc/raidboss/25552-SoulHunterChakundel.xml create mode 100644 data/templates/npc/raidboss/25553-DurangoTheCrusher.xml create mode 100644 data/templates/npc/raidboss/25554-BrutusTheObstinate.xml create mode 100644 data/templates/npc/raidboss/25557-RangerKarankawa.xml create mode 100644 data/templates/npc/raidboss/25560-SargonTheMad.xml create mode 100644 data/templates/npc/raidboss/25563-BeautifulAtrielle.xml create mode 100644 data/templates/npc/raidboss/25566-NagenTheTomboy.xml create mode 100644 data/templates/npc/raidboss/25569-JaxTheDestroyer.xml create mode 100644 data/templates/npc/raidboss/25572-HagerTheOutlaw.xml create mode 100644 data/templates/npc/raidboss/25575-AllSeeingRango.xml create mode 100644 data/templates/npc/raidboss/25578-Jakard.xml create mode 100644 data/templates/npc/raidboss/25579-Helsing.xml create mode 100644 data/templates/npc/raidboss/25582-Gillien.xml create mode 100644 data/templates/npc/raidboss/25585-Medici.xml create mode 100644 data/templates/npc/raidboss/25588-ImmortalMuus.xml create mode 100644 data/templates/npc/raidboss/25589-BrandTheExile.xml create mode 100644 data/templates/npc/raidboss/25592-CommanderKoenig.xml create mode 100644 data/templates/npc/raidboss/25593-GergTheHunter.xml create mode 100644 data/templates/npc/raidboss/25603-Darion.xml create mode 100644 data/templates/npc/raidboss/25609-Epidos.xml create mode 100644 data/templates/npc/raidboss/25610-Epidos.xml create mode 100644 data/templates/npc/raidboss/25611-Epidos.xml create mode 100644 data/templates/npc/raidboss/25612-Epidos.xml create mode 100644 data/templates/npc/raidboss/25616-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25617-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25618-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25619-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25620-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25621-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25622-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25643-AwakenedAncientSentry.xml create mode 100644 data/templates/npc/raidboss/25644-AwakenedAncientSeverer.xml create mode 100644 data/templates/npc/raidboss/25645-AwakenedAncientSoulExtractor.xml create mode 100644 data/templates/npc/raidboss/25646-AwakenedAncientSoulDevourer.xml create mode 100644 data/templates/npc/raidboss/25647-AwakenedAncientFighter.xml create mode 100644 data/templates/npc/raidboss/25648-AwakenedAncientFighter.xml create mode 100644 data/templates/npc/raidboss/25649-AwakenedAncientExecutor.xml create mode 100644 data/templates/npc/raidboss/25650-AwakenedAncientExecutor.xml create mode 100644 data/templates/npc/raidboss/25651-AwakenedAncientProphet.xml create mode 100644 data/templates/npc/raidboss/25652-AwakenedAncientProphet.xml create mode 100644 data/templates/npc/raidboss/25653-KanadisHerald.xml create mode 100644 data/templates/npc/raidboss/25654-KanadisHerald.xml create mode 100644 data/templates/npc/raidboss/25655-KanadisHerald.xml create mode 100644 data/templates/npc/raidboss/25659-KanadisGuide.xml create mode 100644 data/templates/npc/raidboss/25660-KanadisGuide.xml create mode 100644 data/templates/npc/raidboss/25661-KanadisGuide.xml create mode 100644 data/templates/npc/raidboss/25665-YehanKlodekus.xml create mode 100644 data/templates/npc/raidboss/25666-YehanKlanikus.xml create mode 100644 data/templates/npc/raidboss/25667-CannibalisticStakatoChief.xml create mode 100644 data/templates/npc/raidboss/25668-CannibalisticStakatoChief.xml create mode 100644 data/templates/npc/raidboss/25669-CannibalisticStakatoChief.xml create mode 100644 data/templates/npc/raidboss/25670-CannibalisticStakatoChief.xml create mode 100644 data/templates/npc/raidboss/25671-QueenShyeed.xml create mode 100644 data/templates/npc/raidboss/25674-Gwindorr.xml create mode 100644 data/templates/npc/raidboss/25677-WaterSpiritLian.xml create mode 100644 data/templates/npc/raidboss/25680-GiantMarpanak.xml create mode 100644 data/templates/npc/raidboss/25681-Gorgolos.xml create mode 100644 data/templates/npc/raidboss/25684-LastTitanUtenus.xml create mode 100644 data/templates/npc/raidboss/25687-HekatonPrime.xml create mode 100644 data/templates/npc/raidboss/25690-Aenkinel.xml create mode 100644 data/templates/npc/raidboss/25691-Aenkinel.xml create mode 100644 data/templates/npc/raidboss/25692-Aenkinel.xml create mode 100644 data/templates/npc/raidboss/25693-Aenkinel.xml create mode 100644 data/templates/npc/raidboss/25694-Aenkinel.xml create mode 100644 data/templates/npc/raidboss/25695-Aenkinel.xml create mode 100644 data/templates/npc/raidboss/25696-Taklacan.xml create mode 100644 data/templates/npc/raidboss/25697-Torumba.xml create mode 100644 data/templates/npc/raidboss/25698-Dopagen.xml create mode 100644 data/templates/npc/raidboss/25699-Glakias.xml create mode 100644 data/templates/npc/raidboss/25700-Glakias.xml create mode 100644 data/templates/npc/raidboss/25701-Anays.xml create mode 100644 data/templates/npc/raidboss/25703-GiganticGolem.xml create mode 100644 data/templates/npc/raidboss/25709-LostWarden.xml create mode 100644 data/templates/npc/raidboss/25710-LostCaptain.xml create mode 100644 data/templates/npc/raidboss/25713-Darnels.xml create mode 100644 data/templates/npc/raidboss/25714-Kietch.xml create mode 100644 data/templates/npc/raidboss/25716-Tears.xml create mode 100644 data/templates/npc/raidboss/29030-FenrilHoundKerinne.xml create mode 100644 data/templates/npc/raidboss/29033-FenrilHoundFreki.xml create mode 100644 data/templates/npc/raidboss/29036-FenrilHoundUruz.xml create mode 100644 data/templates/npc/raidboss/29037-FenrilHoundKinaz.xml create mode 100644 data/templates/npc/raidboss/29040-WingsOfFlameIxion.xml create mode 100644 data/templates/npc/raidboss/29054-Benom.xml create mode 100644 data/templates/npc/raidboss/29056-IceFairySirra.xml create mode 100644 data/templates/npc/raidboss/29060-CaptainOfTheIceQueenSRoyalGuard.xml create mode 100644 data/templates/npc/raidboss/29062-AndreasVanHalter.xml create mode 100644 data/templates/npc/raidboss/29065-Sailren.xml create mode 100644 data/templates/npc/raidboss/29095-Gordon.xml create mode 100644 data/templates/npc/raidboss/29096-Anais.xml create mode 100644 data/templates/npc/raidboss/29129-LostCaptain.xml create mode 100644 data/templates/npc/raidboss/29132-LostCaptain.xml create mode 100644 data/templates/npc/raidboss/29135-LostCaptain.xml create mode 100644 data/templates/npc/raidboss/29138-LostCaptain.xml create mode 100644 data/templates/npc/raidboss/29141-LostCaptain.xml create mode 100644 data/templates/npc/raidboss/29144-LostCaptain.xml create mode 100644 data/templates/npc/raidboss/29147-LostCaptain.xml create mode 100644 data/templates/npc/riftinvader/21659-OtherworldlyInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21660-OtherworldlyInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21661-OtherworldlyInvaderArcher.xml create mode 100644 data/templates/npc/riftinvader/21662-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21663-OtherworldlyInvaderShaman.xml create mode 100644 data/templates/npc/riftinvader/21664-OtherworldlyInvaderPriest.xml create mode 100644 data/templates/npc/riftinvader/21665-OtherworldlyInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21666-OtherworldlyInvaderMartyrs.xml create mode 100644 data/templates/npc/riftinvader/21667-OtherworldlyInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21668-OtherworldlyInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21669-OtherworldlyInvaderDiscipline.xml create mode 100644 data/templates/npc/riftinvader/21670-OtherworldlyInvaderBerserker.xml create mode 100644 data/templates/npc/riftinvader/21672-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21673-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21674-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21675-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21676-OtherworldlyInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21677-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21678-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21679-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21680-OtherworldlyInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21681-OtherworldlyInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21682-DimensionInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21683-DimensionInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21684-DimensionInvaderArcher.xml create mode 100644 data/templates/npc/riftinvader/21685-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21686-DimensionInvaderShaman.xml create mode 100644 data/templates/npc/riftinvader/21687-DimensionInvaderPriest.xml create mode 100644 data/templates/npc/riftinvader/21688-DimensionInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21689-DimensionInvaderMartyrs.xml create mode 100644 data/templates/npc/riftinvader/21690-DimensionInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21691-DimensionInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21692-DimensionInvaderDiscipline.xml create mode 100644 data/templates/npc/riftinvader/21693-DimensionInvaderBerserker.xml create mode 100644 data/templates/npc/riftinvader/21695-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21696-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21697-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21698-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21699-DimensionInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21700-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21701-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21702-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21703-DimensionInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21704-DimensionInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21705-PurgatoryInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21706-PurgatoryInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21707-PurgatoryInvaderArcher.xml create mode 100644 data/templates/npc/riftinvader/21708-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21709-PurgatoryInvaderShaman.xml create mode 100644 data/templates/npc/riftinvader/21710-PurgatoryInvaderPriest.xml create mode 100644 data/templates/npc/riftinvader/21711-PurgatoryInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21712-PurgatoryInvaderMartyrs.xml create mode 100644 data/templates/npc/riftinvader/21713-PurgatoryInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21714-PurgatoryInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21715-PurgatoryInvaderDisciples.xml create mode 100644 data/templates/npc/riftinvader/21716-PurgatoryInvaderBerserker.xml create mode 100644 data/templates/npc/riftinvader/21718-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21719-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21720-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21721-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21722-PurgatoryInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21723-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21724-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21725-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21726-PurgatoryInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21727-PurgatoryInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21728-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21729-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21730-ForbiddenPathInvaderArcher.xml create mode 100644 data/templates/npc/riftinvader/21731-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21732-ForbiddenPathInvaderShaman.xml create mode 100644 data/templates/npc/riftinvader/21733-ForbiddenPathInvaderPriest.xml create mode 100644 data/templates/npc/riftinvader/21734-ForbiddenPathInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21735-ForbiddenPathInvaderMartyrs.xml create mode 100644 data/templates/npc/riftinvader/21736-ForbiddenPathInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21737-ForbiddenPathInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21738-ForbiddenPathInvaderDisciple.xml create mode 100644 data/templates/npc/riftinvader/21739-ForbiddenPathInvaderBerserker.xml create mode 100644 data/templates/npc/riftinvader/21741-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21742-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21743-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21744-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21745-ForbiddenPathInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21746-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21747-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21748-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21749-ForbiddenPathInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21750-ForbiddenPathInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21751-DarkOmenInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21752-DarkOmenInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21753-DarkOmenInvaderArcher.xml create mode 100644 data/templates/npc/riftinvader/21754-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21755-DarkOmenInvaderShaman.xml create mode 100644 data/templates/npc/riftinvader/21756-DarkOmenInvaderPriest.xml create mode 100644 data/templates/npc/riftinvader/21757-DarkOmenInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21758-DarkOmenInvaderMartyrs.xml create mode 100644 data/templates/npc/riftinvader/21759-DarkOmenInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21760-DarkOmenInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21761-DarkOmenInvaderDisciple.xml create mode 100644 data/templates/npc/riftinvader/21762-DarkOmenInvaderBerserker.xml create mode 100644 data/templates/npc/riftinvader/21764-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21765-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21766-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21767-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21768-DarkOmenInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21769-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21770-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21771-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21772-DarkOmenInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21773-DarkOmenInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21774-MessengerInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21775-MessengerInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21776-MessengerInvaderArcher.xml create mode 100644 data/templates/npc/riftinvader/21777-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21778-MessengerInvaderShaman.xml create mode 100644 data/templates/npc/riftinvader/21779-MessengerInvaderPriest.xml create mode 100644 data/templates/npc/riftinvader/21780-MessengerInvaderMagus.xml create mode 100644 data/templates/npc/riftinvader/21781-MessengerInvaderMartyrs.xml create mode 100644 data/templates/npc/riftinvader/21782-MessengerInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21783-MessengerInvaderSoldier.xml create mode 100644 data/templates/npc/riftinvader/21784-MessengerInvaderDisciple.xml create mode 100644 data/templates/npc/riftinvader/21785-MessengerInvaderBerserker.xml create mode 100644 data/templates/npc/riftinvader/21787-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21788-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21789-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21790-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21791-MessengerInvaderWarrior.xml create mode 100644 data/templates/npc/riftinvader/21792-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21793-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21794-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21795-MessengerInvaderEliteSoldier.xml create mode 100644 data/templates/npc/riftinvader/21796-MessengerInvaderMagus.xml create mode 100644 data/templates/npc/sepulcher/31452-GhostOfWigoth.xml create mode 100644 data/templates/npc/sepulcher/31453-NamelessSpirit.xml create mode 100644 data/templates/npc/sepulcher/31454-GhostOfWigoth.xml create mode 100644 data/templates/npc/sepulcher/31455-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31456-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31457-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31458-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31459-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31460-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31461-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31462-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31463-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31464-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31465-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31466-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31467-KeyBox.xml create mode 100644 data/templates/npc/sepulcher/31468-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31469-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31470-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31471-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31472-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31473-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31474-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31475-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31476-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31477-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31478-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31479-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31480-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31481-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31482-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31483-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31484-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31485-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31486-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31487-MysteriousBox.xml create mode 100644 data/templates/npc/sepulcher/31919-GhostChamberlainOfElmoreden.xml create mode 100644 data/templates/npc/sepulcher/31920-GhostChamberlainOfElmoreden.xml create mode 100644 data/templates/npc/sepulcher/31921-ConquerorsSepulcherManager.xml create mode 100644 data/templates/npc/sepulcher/31922-EmperorsSepulcherManager.xml create mode 100644 data/templates/npc/sepulcher/31923-GreatSagesSepulcherManager.xml create mode 100644 data/templates/npc/sepulcher/31924-JudgesSepulcherManager.xml create mode 100644 data/templates/npc/sepulcher/31925-BaronSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31926-ViscountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31927-CountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31928-MarquisHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31929-DukeSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31930-BaronSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31931-ViscountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31932-CountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31933-MarquisHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31934-DukeSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31935-BaronSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31936-ViscountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31937-CountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31938-MarquisHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31939-DukeSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31940-BaronSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31941-ViscountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31942-CountSHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31943-MarquisHallGatekeeper.xml create mode 100644 data/templates/npc/sepulcher/31944-DukeSHallGatekeeper.xml create mode 100644 data/templates/npc/siege/35104-Tyron.xml create mode 100644 data/templates/npc/siege/35146-Gibbson.xml create mode 100644 data/templates/npc/siege/35188-Holmes.xml create mode 100644 data/templates/npc/siege/35232-Sherwood.xml create mode 100644 data/templates/npc/siege/35278-MessengerRuford.xml create mode 100644 data/templates/npc/siege/35320-Raybell.xml create mode 100644 data/templates/npc/siege/35367-Daven.xml create mode 100644 data/templates/npc/siege/35513-Sherman.xml create mode 100644 data/templates/npc/siege/35559-Daguerre.xml create mode 100644 data/templates/npc/siegesummon/14737-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14738-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14739-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14740-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14741-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14742-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14743-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14744-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14745-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14746-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14747-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14748-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14749-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14750-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14751-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14752-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14753-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14754-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14755-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14756-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14757-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14758-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14759-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14760-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14761-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14762-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14763-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14764-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14765-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14766-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14767-SiegeGolem.xml create mode 100644 data/templates/npc/siegesummon/14768-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14769-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14770-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14771-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14772-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14773-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14774-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14775-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14776-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14777-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14778-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14779-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14780-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14781-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14782-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14783-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14784-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14785-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14786-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14787-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14788-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14789-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14790-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14791-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14792-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14793-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14794-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14795-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14796-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14797-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14798-WildHogCannon.xml create mode 100644 data/templates/npc/siegesummon/14839-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14840-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14841-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14842-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14843-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14844-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14845-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14846-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14847-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14848-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14849-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14850-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14851-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14852-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14853-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14854-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14855-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14856-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14857-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14858-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14859-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14860-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14861-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14862-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14863-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14864-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14865-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14866-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14867-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14868-SwoopCannon.xml create mode 100644 data/templates/npc/siegesummon/14869-SwoopCannon.xml create mode 100644 data/templates/npc/signspriest/31092-BlackMarketeerOfMammon.xml create mode 100644 data/templates/npc/signspriest/31113-MerchantOfMammon.xml create mode 100644 data/templates/npc/signspriest/31126-BlacksmithOfMammon.xml create mode 100644 data/templates/npc/symbolmaker/31046-Marsden.xml create mode 100644 data/templates/npc/symbolmaker/31047-Kell.xml create mode 100644 data/templates/npc/symbolmaker/31048-Mcdermott.xml create mode 100644 data/templates/npc/symbolmaker/31049-Pepper.xml create mode 100644 data/templates/npc/symbolmaker/31050-Thora.xml create mode 100644 data/templates/npc/symbolmaker/31051-Keach.xml create mode 100644 data/templates/npc/symbolmaker/31052-Heid.xml create mode 100644 data/templates/npc/symbolmaker/31053-Kidder.xml create mode 100644 data/templates/npc/symbolmaker/31264-Olsun.xml create mode 100644 data/templates/npc/symbolmaker/31308-Achim.xml create mode 100644 data/templates/npc/symbolmaker/31953-Rankar.xml create mode 100644 data/templates/npc/tamedbeast/16013-TrainedBuffalo.xml create mode 100644 data/templates/npc/tamedbeast/16014-TrainedBuffalo.xml create mode 100644 data/templates/npc/tamedbeast/16015-TrainedCougar.xml create mode 100644 data/templates/npc/tamedbeast/16016-TrainedCougar.xml create mode 100644 data/templates/npc/tamedbeast/16017-TrainedKookaburra.xml create mode 100644 data/templates/npc/tamedbeast/16018-TrainedKookaburra.xml create mode 100644 data/templates/npc/tamedbeast/18869-Kookaburra.xml create mode 100644 data/templates/npc/tamedbeast/18870-Cougar.xml create mode 100644 data/templates/npc/tamedbeast/18871-Buffalo.xml create mode 100644 data/templates/npc/tamedbeast/18872-Grendel.xml create mode 100644 data/templates/npc/teleporter/29055-TeleportationCubic.xml create mode 100644 data/templates/npc/teleporter/29061-TeleportationCubic.xml create mode 100644 data/templates/npc/teleporter/30006-Roxxy.xml create mode 100644 data/templates/npc/teleporter/30059-Trisha.xml create mode 100644 data/templates/npc/teleporter/30080-Clarissa.xml create mode 100644 data/templates/npc/teleporter/30134-Jasmine.xml create mode 100644 data/templates/npc/teleporter/30146-Mirabel.xml create mode 100644 data/templates/npc/teleporter/30162-Karin.xml create mode 100644 data/templates/npc/teleporter/30177-Valentina.xml create mode 100644 data/templates/npc/teleporter/30233-Esmeralda.xml create mode 100644 data/templates/npc/teleporter/30256-Bella.xml create mode 100644 data/templates/npc/teleporter/30320-Richlin.xml create mode 100644 data/templates/npc/teleporter/30427-Siff.xml create mode 100644 data/templates/npc/teleporter/30429-Tiramisa.xml create mode 100644 data/templates/npc/teleporter/30483-Mozella.xml create mode 100644 data/templates/npc/teleporter/30484-Ponti.xml create mode 100644 data/templates/npc/teleporter/30485-Capella.xml create mode 100644 data/templates/npc/teleporter/30486-Hanna.xml create mode 100644 data/templates/npc/teleporter/30487-Penelope.xml create mode 100644 data/templates/npc/teleporter/30540-Wirphy.xml create mode 100644 data/templates/npc/teleporter/30576-Tamil.xml create mode 100644 data/templates/npc/teleporter/30716-Cecile.xml create mode 100644 data/templates/npc/teleporter/30719-Mariell.xml create mode 100644 data/templates/npc/teleporter/30722-Merian.xml create mode 100644 data/templates/npc/teleporter/30727-Verona.xml create mode 100644 data/templates/npc/teleporter/30836-Minerva.xml create mode 100644 data/templates/npc/teleporter/30848-Elisa.xml create mode 100644 data/templates/npc/teleporter/30878-Angelina.xml create mode 100644 data/templates/npc/teleporter/30899-Flauen.xml create mode 100644 data/templates/npc/teleporter/31147-Sobling.xml create mode 100644 data/templates/npc/teleporter/31211-RaceTrackGuide.xml create mode 100644 data/templates/npc/teleporter/31212-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31213-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31214-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31215-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31216-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31217-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31218-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31219-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31220-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31221-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31222-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31223-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31224-EventGatekeeper.xml create mode 100644 data/templates/npc/teleporter/31275-Tatiana.xml create mode 100644 data/templates/npc/teleporter/31320-Ilyana.xml create mode 100644 data/templates/npc/teleporter/31376-Kurfa.xml create mode 100644 data/templates/npc/teleporter/31383-TeranuMardui.xml create mode 100644 data/templates/npc/teleporter/31698-Arisha.xml create mode 100644 data/templates/npc/teleporter/31699-Stanislava.xml create mode 100644 data/templates/npc/teleporter/31842-TeleportationCubic.xml create mode 100644 data/templates/npc/teleporter/31843-TeleportationCubic.xml create mode 100644 data/templates/npc/teleporter/31861-Gatekeeper.xml create mode 100644 data/templates/npc/teleporter/31964-Bilia.xml create mode 100644 data/templates/npc/teleporter/32034-TempleGatekeeper.xml create mode 100644 data/templates/npc/teleporter/32035-TempleGatekeeper.xml create mode 100644 data/templates/npc/teleporter/32036-TempleGatekeeper.xml create mode 100644 data/templates/npc/teleporter/32037-TempleGatekeeper.xml create mode 100644 data/templates/npc/teleporter/32039-TriolSMirror.xml create mode 100644 data/templates/npc/teleporter/32040-TriolSMirror.xml create mode 100644 data/templates/npc/teleporter/32163-Ragara.xml create mode 100644 data/templates/npc/teleporter/32181-Mellon.xml create mode 100644 data/templates/npc/teleporter/32184-Yinir.xml create mode 100644 data/templates/npc/teleporter/32186-Yung.xml create mode 100644 data/templates/npc/teleporter/32189-Largo.xml create mode 100644 data/templates/npc/teleporter/32239-MotherNornil.xml create mode 100644 data/templates/npc/teleporter/32351-EnceinteInsurgent.xml create mode 100644 data/templates/npc/teleporter/32377-Kuram.xml create mode 100644 data/templates/npc/teleporter/32378-FantasyIslePaddies.xml create mode 100644 data/templates/npc/teleporter/32534-Jaedin.xml create mode 100644 data/templates/npc/teleporter/32539-GatekeeperOfAbyss.xml create mode 100644 data/templates/npc/teleporter/32613-Handy.xml create mode 100644 data/templates/npc/teleporter/32614-Lamcedas.xml create mode 100644 data/templates/npc/teleporter/32645-Chandra.xml create mode 100644 data/templates/npc/teleporter/32648-NewsInformer.xml create mode 100644 data/templates/npc/teleporter/32649-Dwyph.xml create mode 100644 data/templates/npc/teleporter/32652-TeleportCrystal.xml create mode 100644 data/templates/npc/teleporter/32653-Krun.xml create mode 100644 data/templates/npc/teleporter/32654-Tarun.xml create mode 100644 data/templates/npc/teleporter/32711-Droph.xml create mode 100644 data/templates/npc/teleporter/32712-Somulitan.xml create mode 100644 data/templates/npc/teleporter/32714-Asher.xml create mode 100644 data/templates/npc/teleporter/32734-Klemis.xml create mode 100644 data/templates/npc/teleporter/32774-Elmina.xml create mode 100644 data/templates/npc/teleporter/32782-Lionel.xml create mode 100644 data/templates/npc/teleporter/35560-MassGatekeeper.xml create mode 100644 data/templates/npc/teleporter/35561-MassGatekeeper.xml create mode 100644 data/templates/npc/teleporter/35562-MassGatekeeper.xml create mode 100644 data/templates/npc/teleporter/35563-MassGatekeeper.xml create mode 100644 data/templates/npc/teleporter/35564-MassGatekeeper.xml create mode 100644 data/templates/npc/teleporter/35565-MassGatekeeper.xml create mode 100644 data/templates/npc/teleporter/36570-EmeryCompressor.xml create mode 100644 data/templates/npc/terrainobject/18705-DestroyedTumor.xml create mode 100644 data/templates/npc/terrainobject/18928-AnnihilationFurnace.xml create mode 100644 data/templates/npc/terrainobject/32775-GraciaSoldier.xml create mode 100644 data/templates/npc/terrainobject/32776-GraciaSoldier.xml create mode 100644 data/templates/npc/territoryward/36572-GludioWard.xml create mode 100644 data/templates/npc/territoryward/36573-DionWard.xml create mode 100644 data/templates/npc/territoryward/36574-GiranWard.xml create mode 100644 data/templates/npc/territoryward/36575-OrenWard.xml create mode 100644 data/templates/npc/territoryward/36576-AdenWard.xml create mode 100644 data/templates/npc/territoryward/36577-InnadrilWard.xml create mode 100644 data/templates/npc/territoryward/36578-GoddardWard.xml create mode 100644 data/templates/npc/territoryward/36579-RuneWard.xml create mode 100644 data/templates/npc/territoryward/36580-SchuttgartWard.xml create mode 100644 data/templates/npc/townpet/31202-Maximus.xml create mode 100644 data/templates/npc/townpet/31203-MoonDancer.xml create mode 100644 data/templates/npc/townpet/31204-Georgio.xml create mode 100644 data/templates/npc/townpet/31205-Katz.xml create mode 100644 data/templates/npc/townpet/31206-TenTen.xml create mode 100644 data/templates/npc/townpet/31207-Sardinia.xml create mode 100644 data/templates/npc/townpet/31208-LaGrange.xml create mode 100644 data/templates/npc/townpet/31209-MistyRain.xml create mode 100644 data/templates/npc/townpet/31266-Kaiser.xml create mode 100644 data/templates/npc/townpet/31593-Dorothy.xml create mode 100644 data/templates/npc/townpet/31758-Rafi.xml create mode 100644 data/templates/npc/townpet/31955-Ruby.xml create mode 100644 data/templates/npc/trainer/30010-Auron.xml create mode 100644 data/templates/npc/trainer/30014-Celma.xml create mode 100644 data/templates/npc/trainer/30022-Zigaunt.xml create mode 100644 data/templates/npc/trainer/30027-Gwinter.xml create mode 100644 data/templates/npc/trainer/30028-Pintage.xml create mode 100644 data/templates/npc/trainer/30029-Minia.xml create mode 100644 data/templates/npc/trainer/30030-Vivyan.xml create mode 100644 data/templates/npc/trainer/30032-Yohanes.xml create mode 100644 data/templates/npc/trainer/30033-Baulro.xml create mode 100644 data/templates/npc/trainer/30034-Iris.xml create mode 100644 data/templates/npc/trainer/30035-Harrys.xml create mode 100644 data/templates/npc/trainer/30036-Petron.xml create mode 100644 data/templates/npc/trainer/30064-Terry.xml create mode 100644 data/templates/npc/trainer/30065-Arnelle.xml create mode 100644 data/templates/npc/trainer/30067-Glyvka.xml create mode 100644 data/templates/npc/trainer/30068-Shegfield.xml create mode 100644 data/templates/npc/trainer/30069-Rollant.xml create mode 100644 data/templates/npc/trainer/30105-Genwitter.xml create mode 100644 data/templates/npc/trainer/30106-Dufner.xml create mode 100644 data/templates/npc/trainer/30107-Goldian.xml create mode 100644 data/templates/npc/trainer/30108-Macken.xml create mode 100644 data/templates/npc/trainer/30110-Iker.xml create mode 100644 data/templates/npc/trainer/30111-Dieter.xml create mode 100644 data/templates/npc/trainer/30112-Maurius.xml create mode 100644 data/templates/npc/trainer/30113-Juris.xml create mode 100644 data/templates/npc/trainer/30114-Roa.xml create mode 100644 data/templates/npc/trainer/30116-Dustin.xml create mode 100644 data/templates/npc/trainer/30117-Primos.xml create mode 100644 data/templates/npc/trainer/30118-Pupina.xml create mode 100644 data/templates/npc/trainer/30119-Isabellin.xml create mode 100644 data/templates/npc/trainer/30143-Trudy.xml create mode 100644 data/templates/npc/trainer/30144-Harne.xml create mode 100644 data/templates/npc/trainer/30145-Vlasty.xml create mode 100644 data/templates/npc/trainer/30155-Ellenia.xml create mode 100644 data/templates/npc/trainer/30156-Cobendell.xml create mode 100644 data/templates/npc/trainer/30157-Greenis.xml create mode 100644 data/templates/npc/trainer/30158-Esrandell.xml create mode 100644 data/templates/npc/trainer/30171-Gaius.xml create mode 100644 data/templates/npc/trainer/30184-Rigol.xml create mode 100644 data/templates/npc/trainer/30185-TaniacBlackbird.xml create mode 100644 data/templates/npc/trainer/30186-Bhan.xml create mode 100644 data/templates/npc/trainer/30188-Vadin.xml create mode 100644 data/templates/npc/trainer/30189-Rovia.xml create mode 100644 data/templates/npc/trainer/30190-Phanovia.xml create mode 100644 data/templates/npc/trainer/30192-Darya.xml create mode 100644 data/templates/npc/trainer/30194-Gideon.xml create mode 100644 data/templates/npc/trainer/30291-Alex.xml create mode 100644 data/templates/npc/trainer/30293-Manuel.xml create mode 100644 data/templates/npc/trainer/30298-Pinter.xml create mode 100644 data/templates/npc/trainer/30300-Pushkin.xml create mode 100644 data/templates/npc/trainer/30317-Kluto.xml create mode 100644 data/templates/npc/trainer/30325-Audiberti.xml create mode 100644 data/templates/npc/trainer/30326-Leona.xml create mode 100644 data/templates/npc/trainer/30327-Sorius.xml create mode 100644 data/templates/npc/trainer/30328-Reisa.xml create mode 100644 data/templates/npc/trainer/30329-Virgil.xml create mode 100644 data/templates/npc/trainer/30330-Sidra.xml create mode 100644 data/templates/npc/trainer/30344-Rohmer.xml create mode 100644 data/templates/npc/trainer/30345-Ramoniell.xml create mode 100644 data/templates/npc/trainer/30360-Harant.xml create mode 100644 data/templates/npc/trainer/30369-Baenedes.xml create mode 100644 data/templates/npc/trainer/30374-Rhodiell.xml create mode 100644 data/templates/npc/trainer/30375-Adonius.xml create mode 100644 data/templates/npc/trainer/30376-Nell.xml create mode 100644 data/templates/npc/trainer/30377-Talbot.xml create mode 100644 data/templates/npc/trainer/30378-Estella.xml create mode 100644 data/templates/npc/trainer/30458-Poitan.xml create mode 100644 data/templates/npc/trainer/30459-Wandius.xml create mode 100644 data/templates/npc/trainer/30460-Cardien.xml create mode 100644 data/templates/npc/trainer/30461-Mirien.xml create mode 100644 data/templates/npc/trainer/30463-Ixia.xml create mode 100644 data/templates/npc/trainer/30464-Clayton.xml create mode 100644 data/templates/npc/trainer/30471-Rupio.xml create mode 100644 data/templates/npc/trainer/30472-Rosheria.xml create mode 100644 data/templates/npc/trainer/30473-Bandellos.xml create mode 100644 data/templates/npc/trainer/30475-Stapin.xml create mode 100644 data/templates/npc/trainer/30476-Kaira.xml create mode 100644 data/templates/npc/trainer/30501-Kasman.xml create mode 100644 data/templates/npc/trainer/30502-Umos.xml create mode 100644 data/templates/npc/trainer/30506-Buka.xml create mode 100644 data/templates/npc/trainer/30507-Racoy.xml create mode 100644 data/templates/npc/trainer/30509-Dowki.xml create mode 100644 data/templates/npc/trainer/30510-Somak.xml create mode 100644 data/templates/npc/trainer/30514-Vokian.xml create mode 100644 data/templates/npc/trainer/30515-Manakia.xml create mode 100644 data/templates/npc/trainer/30526-Brunon.xml create mode 100644 data/templates/npc/trainer/30527-Silvera.xml create mode 100644 data/templates/npc/trainer/30569-Brukurse.xml create mode 100644 data/templates/npc/trainer/30570-Karukia.xml create mode 100644 data/templates/npc/trainer/30571-Tanapi.xml create mode 100644 data/templates/npc/trainer/30572-Livina.xml create mode 100644 data/templates/npc/trainer/30678-Helton.xml create mode 100644 data/templates/npc/trainer/30679-Roameria.xml create mode 100644 data/templates/npc/trainer/30680-Egnos.xml create mode 100644 data/templates/npc/trainer/30682-Pekiron.xml create mode 100644 data/templates/npc/trainer/30683-Daunt.xml create mode 100644 data/templates/npc/trainer/30688-Duning.xml create mode 100644 data/templates/npc/trainer/30690-Luther.xml create mode 100644 data/templates/npc/trainer/30691-ArenAthebaldt.xml create mode 100644 data/templates/npc/trainer/30692-Stedmiel.xml create mode 100644 data/templates/npc/trainer/30693-Queenien.xml create mode 100644 data/templates/npc/trainer/30695-Moses.xml create mode 100644 data/templates/npc/trainer/30696-Page.xml create mode 100644 data/templates/npc/trainer/30697-Videlrien.xml create mode 100644 data/templates/npc/trainer/30698-Evelyn.xml create mode 100644 data/templates/npc/trainer/30700-Prestan.xml create mode 100644 data/templates/npc/trainer/30701-Errickin.xml create mode 100644 data/templates/npc/trainer/30705-Chakiris.xml create mode 100644 data/templates/npc/trainer/30706-Lazenby.xml create mode 100644 data/templates/npc/trainer/30715-Marina.xml create mode 100644 data/templates/npc/trainer/30717-Gauen.xml create mode 100644 data/templates/npc/trainer/30718-Joan.xml create mode 100644 data/templates/npc/trainer/30720-Kaiena.xml create mode 100644 data/templates/npc/trainer/30721-Ladd.xml create mode 100644 data/templates/npc/trainer/30833-Kaspar.xml create mode 100644 data/templates/npc/trainer/30835-Icarus.xml create mode 100644 data/templates/npc/trainer/30846-Wilbert.xml create mode 100644 data/templates/npc/trainer/30850-Aiken.xml create mode 100644 data/templates/npc/trainer/30851-Kendra.xml create mode 100644 data/templates/npc/trainer/30852-Sinden.xml create mode 100644 data/templates/npc/trainer/30853-Raien.xml create mode 100644 data/templates/npc/trainer/30855-Desmond.xml create mode 100644 data/templates/npc/trainer/30856-Winonin.xml create mode 100644 data/templates/npc/trainer/30858-Ross.xml create mode 100644 data/templates/npc/trainer/30859-Vivyan.xml create mode 100644 data/templates/npc/trainer/30860-Flownia.xml create mode 100644 data/templates/npc/trainer/30861-Leonard.xml create mode 100644 data/templates/npc/trainer/30863-Ghest.xml create mode 100644 data/templates/npc/trainer/30864-Hanellin.xml create mode 100644 data/templates/npc/trainer/30866-Marestella.xml create mode 100644 data/templates/npc/trainer/30867-Reva.xml create mode 100644 data/templates/npc/trainer/30898-Morning.xml create mode 100644 data/templates/npc/trainer/30901-Arti.xml create mode 100644 data/templates/npc/trainer/30902-Karuna.xml create mode 100644 data/templates/npc/trainer/30903-Traus.xml create mode 100644 data/templates/npc/trainer/30904-Naiel.xml create mode 100644 data/templates/npc/trainer/30906-Ranton.xml create mode 100644 data/templates/npc/trainer/30907-Minevia.xml create mode 100644 data/templates/npc/trainer/30908-Tanios.xml create mode 100644 data/templates/npc/trainer/30909-Anabel.xml create mode 100644 data/templates/npc/trainer/30911-Brikus.xml create mode 100644 data/templates/npc/trainer/30912-Xenovia.xml create mode 100644 data/templates/npc/trainer/30914-Sorbo.xml create mode 100644 data/templates/npc/trainer/30915-Takina.xml create mode 100644 data/templates/npc/trainer/31271-Hilda.xml create mode 100644 data/templates/npc/trainer/31277-Felix.xml create mode 100644 data/templates/npc/trainer/31278-Bronwyn.xml create mode 100644 data/templates/npc/trainer/31280-Bastian.xml create mode 100644 data/templates/npc/trainer/31281-Cerenas.xml create mode 100644 data/templates/npc/trainer/31282-Justin.xml create mode 100644 data/templates/npc/trainer/31283-Alminas.xml create mode 100644 data/templates/npc/trainer/31286-Drakon.xml create mode 100644 data/templates/npc/trainer/31287-Kamilen.xml create mode 100644 data/templates/npc/trainer/31289-Lakan.xml create mode 100644 data/templates/npc/trainer/31290-Skahi.xml create mode 100644 data/templates/npc/trainer/31316-Vincenz.xml create mode 100644 data/templates/npc/trainer/31322-Erian.xml create mode 100644 data/templates/npc/trainer/31323-Beryl.xml create mode 100644 data/templates/npc/trainer/31325-Themis.xml create mode 100644 data/templates/npc/trainer/31327-Tazki.xml create mode 100644 data/templates/npc/trainer/31329-Eliyah.xml create mode 100644 data/templates/npc/trainer/31330-Wagner.xml create mode 100644 data/templates/npc/trainer/31332-Amelia.xml create mode 100644 data/templates/npc/trainer/31333-Rumiel.xml create mode 100644 data/templates/npc/trainer/31335-Kayan.xml create mode 100644 data/templates/npc/trainer/31337-Mekara.xml create mode 100644 data/templates/npc/trainer/31580-Galadrid.xml create mode 100644 data/templates/npc/trainer/31581-Anastia.xml create mode 100644 data/templates/npc/trainer/31582-Mordred.xml create mode 100644 data/templates/npc/trainer/31583-Feynn.xml create mode 100644 data/templates/npc/trainer/31960-Buryun.xml create mode 100644 data/templates/npc/trainer/31966-Karamon.xml create mode 100644 data/templates/npc/trainer/31967-Euline.xml create mode 100644 data/templates/npc/trainer/31969-Evelyn.xml create mode 100644 data/templates/npc/trainer/31970-Sinis.xml create mode 100644 data/templates/npc/trainer/31971-Otillo.xml create mode 100644 data/templates/npc/trainer/31972-Atraxia.xml create mode 100644 data/templates/npc/trainer/31975-Aerina.xml create mode 100644 data/templates/npc/trainer/31976-Talia.xml create mode 100644 data/templates/npc/trainer/31978-Tazeer.xml create mode 100644 data/templates/npc/trainer/31979-Moira.xml create mode 100644 data/templates/npc/trainer/31990-Siger.xml create mode 100644 data/templates/npc/trainer/32141-Nerga.xml create mode 100644 data/templates/npc/trainer/32142-Tenor.xml create mode 100644 data/templates/npc/trainer/32143-Belkis.xml create mode 100644 data/templates/npc/trainer/32144-Xonia.xml create mode 100644 data/templates/npc/trainer/32148-Cindet.xml create mode 100644 data/templates/npc/trainer/32149-Ennear.xml create mode 100644 data/templates/npc/trainer/32151-Herz.xml create mode 100644 data/templates/npc/trainer/32152-Henri.xml create mode 100644 data/templates/npc/trainer/32155-Nabot.xml create mode 100644 data/templates/npc/trainer/32156-Talbot.xml create mode 100644 data/templates/npc/trainer/32159-Kincaid.xml create mode 100644 data/templates/npc/trainer/32161-Black.xml create mode 100644 data/templates/npc/trainer/32162-Martika.xml create mode 100644 data/templates/npc/trainer/32182-Coplan.xml create mode 100644 data/templates/npc/trainer/32183-Yunha.xml create mode 100644 data/templates/npc/trainer/32194-Shubain.xml create mode 100644 data/templates/npc/trainer/32195-Sione.xml create mode 100644 data/templates/npc/trainer/32197-Gwain.xml create mode 100644 data/templates/npc/trainer/32198-Gobie.xml create mode 100644 data/templates/npc/trainer/32200-Entien.xml create mode 100644 data/templates/npc/trainer/32201-Rindy.xml create mode 100644 data/templates/npc/trainer/32203-Ramen.xml create mode 100644 data/templates/npc/trainer/32204-Fiske.xml create mode 100644 data/templates/npc/trainer/32207-Orkurus.xml create mode 100644 data/templates/npc/trainer/32208-Rasha.xml create mode 100644 data/templates/npc/trainer/32211-Jueno.xml create mode 100644 data/templates/npc/trainer/32212-Rishtar.xml create mode 100644 data/templates/npc/trainer/32215-Tenain.xml create mode 100644 data/templates/npc/trainer/32216-Noir.xml create mode 100644 data/templates/npc/trainer/32219-Fabnor.xml create mode 100644 data/templates/npc/trainer/32220-Selsia.xml create mode 100644 data/templates/npc/trainer/32223-Duroga.xml create mode 100644 data/templates/npc/trainer/32224-Auren.xml create mode 100644 data/templates/npc/trainer/32227-Digler.xml create mode 100644 data/templates/npc/trainer/32228-Medea.xml create mode 100644 data/templates/npc/trainer/32231-Luben.xml create mode 100644 data/templates/npc/trainer/32232-Minuet.xml create mode 100644 data/templates/npc/transformmanager/32323-AvantGarde.xml create mode 100644 data/templates/npc/walker/31356-Remy.xml create mode 100644 data/templates/npc/walker/31357-Leandro.xml create mode 100644 data/templates/npc/walker/31358-Kasiel.xml create mode 100644 data/templates/npc/walker/31359-Jaradine.xml create mode 100644 data/templates/npc/walker/31360-Alhena.xml create mode 100644 data/templates/npc/walker/31361-Kreed.xml create mode 100644 data/templates/npc/walker/31362-Tate.xml create mode 100644 data/templates/npc/walker/31363-Rogin.xml create mode 100644 data/templates/npc/walker/31364-Rokar.xml create mode 100644 data/templates/npc/walker/31365-Yakand.xml create mode 100644 data/templates/npc/walker/32070-Adolph.xml create mode 100644 data/templates/npc/walker/32072-Edwin.xml create mode 100644 data/templates/npc/warehouse/30005-Wilford.xml create mode 100644 data/templates/npc/warehouse/30054-Rant.xml create mode 100644 data/templates/npc/warehouse/30055-Rolfe.xml create mode 100644 data/templates/npc/warehouse/30057-Aldo.xml create mode 100644 data/templates/npc/warehouse/30058-Holvas.xml create mode 100644 data/templates/npc/warehouse/30079-Barder.xml create mode 100644 data/templates/npc/warehouse/30083-Pochi.xml create mode 100644 data/templates/npc/warehouse/30086-Taurin.xml create mode 100644 data/templates/npc/warehouse/30092-Collob.xml create mode 100644 data/templates/npc/warehouse/30095-Randolf.xml create mode 100644 data/templates/npc/warehouse/30103-Valkon.xml create mode 100644 data/templates/npc/warehouse/30104-Parman.xml create mode 100644 data/templates/npc/warehouse/30139-Dorankus.xml create mode 100644 data/templates/npc/warehouse/30140-Erviante.xml create mode 100644 data/templates/npc/warehouse/30151-Chad.xml create mode 100644 data/templates/npc/warehouse/30152-Julia.xml create mode 100644 data/templates/npc/warehouse/30153-Markius.xml create mode 100644 data/templates/npc/warehouse/30169-Marty.xml create mode 100644 data/templates/npc/warehouse/30170-Radic.xml create mode 100644 data/templates/npc/warehouse/30182-Cliff.xml create mode 100644 data/templates/npc/warehouse/30183-Hagger.xml create mode 100644 data/templates/npc/warehouse/30210-Norman.xml create mode 100644 data/templates/npc/warehouse/30232-Sorint.xml create mode 100644 data/templates/npc/warehouse/30255-Haprock.xml create mode 100644 data/templates/npc/warehouse/30316-Raut.xml create mode 100644 data/templates/npc/warehouse/30322-Ballin.xml create mode 100644 data/templates/npc/warehouse/30350-Carlon.xml create mode 100644 data/templates/npc/warehouse/30521-Murdoc.xml create mode 100644 data/templates/npc/warehouse/30522-Airy.xml create mode 100644 data/templates/npc/warehouse/30562-Grookin.xml create mode 100644 data/templates/npc/warehouse/30563-Imantu.xml create mode 100644 data/templates/npc/warehouse/30686-Silva.xml create mode 100644 data/templates/npc/warehouse/30843-Romp.xml create mode 100644 data/templates/npc/warehouse/30844-Walderal.xml create mode 100644 data/templates/npc/warehouse/30895-Kluck.xml create mode 100644 data/templates/npc/warehouse/30896-Mia.xml create mode 100644 data/templates/npc/warehouse/31225-ArenaManager.xml create mode 100644 data/templates/npc/warehouse/31267-Lietta.xml create mode 100644 data/templates/npc/warehouse/31268-Hakon.xml create mode 100644 data/templates/npc/warehouse/31270-Stefano.xml create mode 100644 data/templates/npc/warehouse/31311-Hugin.xml create mode 100644 data/templates/npc/warehouse/31312-Durin.xml create mode 100644 data/templates/npc/warehouse/31313-Lunin.xml create mode 100644 data/templates/npc/warehouse/31315-Daisy.xml create mode 100644 data/templates/npc/warehouse/31374-Jaff.xml create mode 100644 data/templates/npc/warehouse/31381-Hagos.xml create mode 100644 data/templates/npc/warehouse/31773-Sonin.xml create mode 100644 data/templates/npc/warehouse/31956-Rydel.xml create mode 100644 data/templates/npc/warehouse/31957-Cherbal.xml create mode 100644 data/templates/npc/warehouse/31959-Axel.xml create mode 100644 data/templates/npc/warehouse/32170-Benis.xml create mode 100644 data/templates/npc/warehouse/32172-Saylem.xml create mode 100644 data/zones.xml delete mode 100644 src/main/java/com/l2jserver/model/template/item/ArmorTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/ArrowTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/CastleGuardTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/ConsumableTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/CoupomTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/CropTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/DyeTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/ElixirTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/EnchantScrollTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/EtcItemTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/HarvestTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/LotteryTicketTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/LureTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/MaterialTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/PetCollarTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/PotionTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/RaceTicketTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/RecipeTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/RuneTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/ScrollTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/SeedTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/SkillEtcItemTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/TicketOfLordTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/TicketTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/item/WeaponTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/AbstractVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/AdventurerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ArtefactNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/AuctioneerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/BabyPetNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/BlockNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CabaleBufferNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CastleBlacksmithNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CastleChamberlainNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CastleDoormenNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CastleMagicianNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CastleTeleporterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CastleWarehouseNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/CastleWyvernManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ChestNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ChristmasTreeNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ClanTraderNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ClanhallDoormenNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ClanhallManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ClassMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ControlTowerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DarkElfVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DawnPriestNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DecoyNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DefenderNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DoormenNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DungeonGatekeeperNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DuskPriestNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/DwarfVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/EffectPointNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/EventChestNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FameManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FeedableBeastNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FestivalGuideNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FestivalMonsterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FightherVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FishermanNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FlameTowerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FlyMonsterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FlyNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FlyRaidBossNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FlyTerrainObjectNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortBallistaNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortCommanderNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortDoormenNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortEnvoyNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortLogisticsNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortSiegeNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortSupportCaptainNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FortWyvernManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/FriendlyMonsterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/GrandBossNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/GuardNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/KamaelVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ManorManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/MercManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/MercenaryManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/MerchantNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/MerchantSummonNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/MonsterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/MysticVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/ObservationNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/OlympiadManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/OrcVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/PenaltyMonsterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/PetManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/PriestVillageMasterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/RaidBossNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/RiftInvaderNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/SepulcherMonsterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/SiegeNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/SiegeSummonNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/SignsPriestNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/SymbolMakerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/TamedBeastNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/TeleporterNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/TerrainObjectNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/TerritoryWardNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/TownPetNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/TrainerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/TransformManagerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/WalkerNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/template/npc/WarehouseNPCTemplate.java delete mode 100644 src/main/java/com/l2jserver/model/world/actor/ActorAttributes.java delete mode 100644 src/main/java/com/l2jserver/model/world/character/CharacterCalculatedAttributes.java create mode 100644 src/main/java/com/l2jserver/model/world/character/calculator/BaseHPRegenerationCalculator.java create mode 100644 src/main/java/com/l2jserver/model/world/npc/Teleporter.java create mode 100644 src/main/java/com/l2jserver/model/world/npc/controller/NPCController.java create mode 100644 src/main/java/com/l2jserver/model/world/npc/controller/TeleporterController.java create mode 100644 src/main/java/com/l2jserver/service/game/template/XMLTemplateService.java create mode 100644 src/main/java/com/l2jserver/service/game/template/XMLTemplateServiceConfiguration.java create mode 100644 src/main/java/com/l2jserver/test/XMLMappingTest.java create mode 100644 src/main/java/com/l2jserver/util/jaxb/CharacterTemplateIDAdapter.java create mode 100644 src/main/java/com/l2jserver/util/jaxb/ItemTemplateIDAdapter.java create mode 100644 src/main/java/com/l2jserver/util/jaxb/MapAdapter.java create mode 100644 src/main/java/com/l2jserver/util/jaxb/NPCTemplateIDAdapter.java create mode 100644 src/tool/java/com/l2jserver/model/template/CharacterOldTemplateConverter.java rename src/tool/java/com/l2jserver/{tool/conversor/chartemplate => model/template}/CharacterTemplateBase.txt (100%) create mode 100644 src/tool/java/com/l2jserver/model/template/CharacterTemplateConverter.java create mode 100644 src/tool/java/com/l2jserver/model/template/NPCOldTemplateConverter.java rename src/tool/java/com/l2jserver/{tool/conversor/npctemplate => model/template}/NPCTemplateBase.txt (100%) create mode 100644 src/tool/java/com/l2jserver/model/template/NPCTemplateConverter.java delete mode 100644 src/tool/java/com/l2jserver/tool/conversor/chartemplate/CharacterTemplateConverter.java delete mode 100644 src/tool/java/com/l2jserver/tool/conversor/npctemplate/NPCTemplateConverter.java create mode 100644 test.xsd diff --git a/.classpath b/.classpath index 03fe4b83b..02bd8d54b 100644 --- a/.classpath +++ b/.classpath @@ -4,7 +4,6 @@ - diff --git a/data/char.xml b/data/char.xml new file mode 100644 index 000000000..5009568c0 --- /dev/null +++ b/data/char.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 100 + + + + + + diff --git a/data/item.xml b/data/item.xml new file mode 100644 index 000000000..3a50f4b66 --- /dev/null +++ b/data/item.xml @@ -0,0 +1,7 @@ + + + Adena + GOLD + + 1 + diff --git a/data/npc.xml b/data/npc.xml new file mode 100644 index 000000000..8daeefb82 --- /dev/null +++ b/data/npc.xml @@ -0,0 +1,52 @@ + + + + Angeline + Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + + + + Hello, my name is ${info.name}!
+ If you wish I can teleport you to a variety of places.

+ Teleport + + ]]> + + + + + + diff --git a/data/plugin/plugin/DisabledPlugin.java b/data/plugin/com/l2jserver/plugin/DisabledPlugin.java similarity index 90% rename from data/plugin/plugin/DisabledPlugin.java rename to data/plugin/com/l2jserver/plugin/DisabledPlugin.java index 7a236154d..671c70b16 100644 --- a/data/plugin/plugin/DisabledPlugin.java +++ b/data/plugin/com/l2jserver/plugin/DisabledPlugin.java @@ -1,4 +1,4 @@ -package plugin; +package com.l2jserver.plugin; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; diff --git a/data/plugin/plugin/PluginLoader.java b/data/plugin/com/l2jserver/plugin/PluginLoader.java similarity index 95% rename from data/plugin/plugin/PluginLoader.java rename to data/plugin/com/l2jserver/plugin/PluginLoader.java index c42babdae..430b726b9 100644 --- a/data/plugin/plugin/PluginLoader.java +++ b/data/plugin/com/l2jserver/plugin/PluginLoader.java @@ -1,4 +1,4 @@ -package plugin; +package com.l2jserver.plugin; import java.lang.reflect.Modifier; import java.util.Set; diff --git a/data/script/template/template.xml b/data/script/template/template.xml deleted file mode 100644 index 8d8ff22d9..000000000 --- a/data/script/template/template.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/data/teleport.xml b/data/teleport.xml new file mode 100644 index 000000000..59fa9cef8 --- /dev/null +++ b/data/teleport.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/data/templates/character.xsd b/data/templates/character.xsd new file mode 100644 index 000000000..716f479c7 --- /dev/null +++ b/data/templates/character.xsd @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/templates/character/AbyssWalker.xml b/data/templates/character/AbyssWalker.xml new file mode 100644 index 000000000..65a18114a --- /dev/null +++ b/data/templates/character/AbyssWalker.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/Adventurer.xml b/data/templates/character/Adventurer.xml new file mode 100644 index 000000000..d12e94f46 --- /dev/null +++ b/data/templates/character/Adventurer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Arbalester.xml b/data/templates/character/Arbalester.xml new file mode 100644 index 000000000..cc8a75e12 --- /dev/null +++ b/data/templates/character/Arbalester.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/ArcanaLord.xml b/data/templates/character/ArcanaLord.xml new file mode 100644 index 000000000..fd3cb98e0 --- /dev/null +++ b/data/templates/character/ArcanaLord.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Archmage.xml b/data/templates/character/Archmage.xml new file mode 100644 index 000000000..c5c4e18f1 --- /dev/null +++ b/data/templates/character/Archmage.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Artisan.xml b/data/templates/character/Artisan.xml new file mode 100644 index 000000000..f05f0ffca --- /dev/null +++ b/data/templates/character/Artisan.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 83000 + + + + + + diff --git a/data/templates/character/Assassin.xml b/data/templates/character/Assassin.xml new file mode 100644 index 000000000..9fd92660e --- /dev/null +++ b/data/templates/character/Assassin.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/Berseker.xml b/data/templates/character/Berseker.xml new file mode 100644 index 000000000..289478fd2 --- /dev/null +++ b/data/templates/character/Berseker.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Bishop.xml b/data/templates/character/Bishop.xml new file mode 100644 index 000000000..7b3f648c8 --- /dev/null +++ b/data/templates/character/Bishop.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Bladedancer.xml b/data/templates/character/Bladedancer.xml new file mode 100644 index 000000000..9393a6cc0 --- /dev/null +++ b/data/templates/character/Bladedancer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/BountyHunter.xml b/data/templates/character/BountyHunter.xml new file mode 100644 index 000000000..bc28f5123 --- /dev/null +++ b/data/templates/character/BountyHunter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 83000 + + + + + + diff --git a/data/templates/character/Cardinal.xml b/data/templates/character/Cardinal.xml new file mode 100644 index 000000000..b977dc654 --- /dev/null +++ b/data/templates/character/Cardinal.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Cleric.xml b/data/templates/character/Cleric.xml new file mode 100644 index 000000000..50668ff81 --- /dev/null +++ b/data/templates/character/Cleric.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/DarkAvenger.xml b/data/templates/character/DarkAvenger.xml new file mode 100644 index 000000000..f525e98a0 --- /dev/null +++ b/data/templates/character/DarkAvenger.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/DarkFighter.xml b/data/templates/character/DarkFighter.xml new file mode 100644 index 000000000..04d74f12b --- /dev/null +++ b/data/templates/character/DarkFighter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/DarkMystic.xml b/data/templates/character/DarkMystic.xml new file mode 100644 index 000000000..87d49a071 --- /dev/null +++ b/data/templates/character/DarkMystic.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/DarkWizard.xml b/data/templates/character/DarkWizard.xml new file mode 100644 index 000000000..79bb981be --- /dev/null +++ b/data/templates/character/DarkWizard.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/Destroyer.xml b/data/templates/character/Destroyer.xml new file mode 100644 index 000000000..aa4e8c4bf --- /dev/null +++ b/data/templates/character/Destroyer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Dominator.xml b/data/templates/character/Dominator.xml new file mode 100644 index 000000000..e5265409c --- /dev/null +++ b/data/templates/character/Dominator.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 68000 + + + + + + diff --git a/data/templates/character/Doombringer.xml b/data/templates/character/Doombringer.xml new file mode 100644 index 000000000..541938c63 --- /dev/null +++ b/data/templates/character/Doombringer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Doomcryer.xml b/data/templates/character/Doomcryer.xml new file mode 100644 index 000000000..07c6e1f7f --- /dev/null +++ b/data/templates/character/Doomcryer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 68000 + + + + + + diff --git a/data/templates/character/Dreadnought.xml b/data/templates/character/Dreadnought.xml new file mode 100644 index 000000000..58ccc13a0 --- /dev/null +++ b/data/templates/character/Dreadnought.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Duelist.xml b/data/templates/character/Duelist.xml new file mode 100644 index 000000000..b02822ce7 --- /dev/null +++ b/data/templates/character/Duelist.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/DwarvenFighter.xml b/data/templates/character/DwarvenFighter.xml new file mode 100644 index 000000000..a41ec6bad --- /dev/null +++ b/data/templates/character/DwarvenFighter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 83000 + + + + + + diff --git a/data/templates/character/Elder.xml b/data/templates/character/Elder.xml new file mode 100644 index 000000000..d3671dd85 --- /dev/null +++ b/data/templates/character/Elder.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/ElementalMaster.xml b/data/templates/character/ElementalMaster.xml new file mode 100644 index 000000000..e81cd3cea --- /dev/null +++ b/data/templates/character/ElementalMaster.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/ElementalSummoner.xml b/data/templates/character/ElementalSummoner.xml new file mode 100644 index 000000000..921f50df3 --- /dev/null +++ b/data/templates/character/ElementalSummoner.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/ElvenFighter.xml b/data/templates/character/ElvenFighter.xml new file mode 100644 index 000000000..0c290dd75 --- /dev/null +++ b/data/templates/character/ElvenFighter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/ElvenKnight.xml b/data/templates/character/ElvenKnight.xml new file mode 100644 index 000000000..822ad77e0 --- /dev/null +++ b/data/templates/character/ElvenKnight.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/ElvenMystic.xml b/data/templates/character/ElvenMystic.xml new file mode 100644 index 000000000..3665c3be6 --- /dev/null +++ b/data/templates/character/ElvenMystic.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/ElvenScout.xml b/data/templates/character/ElvenScout.xml new file mode 100644 index 000000000..66c6897cc --- /dev/null +++ b/data/templates/character/ElvenScout.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/ElvenWizard.xml b/data/templates/character/ElvenWizard.xml new file mode 100644 index 000000000..70f1959c1 --- /dev/null +++ b/data/templates/character/ElvenWizard.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/EvaSaint.xml b/data/templates/character/EvaSaint.xml new file mode 100644 index 000000000..fc65395e8 --- /dev/null +++ b/data/templates/character/EvaSaint.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/EvaTemplar.xml b/data/templates/character/EvaTemplar.xml new file mode 100644 index 000000000..5b19b4b1d --- /dev/null +++ b/data/templates/character/EvaTemplar.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/FemaleSoldier.xml b/data/templates/character/FemaleSoldier.xml new file mode 100644 index 000000000..7efef9220 --- /dev/null +++ b/data/templates/character/FemaleSoldier.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/FemaleSoulbreaker.xml b/data/templates/character/FemaleSoulbreaker.xml new file mode 100644 index 000000000..dd7281c30 --- /dev/null +++ b/data/templates/character/FemaleSoulbreaker.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/FemaleSouldhound.xml b/data/templates/character/FemaleSouldhound.xml new file mode 100644 index 000000000..db25245fc --- /dev/null +++ b/data/templates/character/FemaleSouldhound.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/FortuneSeeker.xml b/data/templates/character/FortuneSeeker.xml new file mode 100644 index 000000000..ca89ada48 --- /dev/null +++ b/data/templates/character/FortuneSeeker.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 83000 + + + + + + diff --git a/data/templates/character/GhostHunter.xml b/data/templates/character/GhostHunter.xml new file mode 100644 index 000000000..a8719f12f --- /dev/null +++ b/data/templates/character/GhostHunter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/GhostSentinel.xml b/data/templates/character/GhostSentinel.xml new file mode 100644 index 000000000..de06652cd --- /dev/null +++ b/data/templates/character/GhostSentinel.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/Gladiator.xml b/data/templates/character/Gladiator.xml new file mode 100644 index 000000000..e52faab00 --- /dev/null +++ b/data/templates/character/Gladiator.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/GrandKhauatari.xml b/data/templates/character/GrandKhauatari.xml new file mode 100644 index 000000000..b108bcdc1 --- /dev/null +++ b/data/templates/character/GrandKhauatari.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Hawkeye.xml b/data/templates/character/Hawkeye.xml new file mode 100644 index 000000000..b8a14ce87 --- /dev/null +++ b/data/templates/character/Hawkeye.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/HellKnight.xml b/data/templates/character/HellKnight.xml new file mode 100644 index 000000000..be1d9c55e --- /dev/null +++ b/data/templates/character/HellKnight.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Hierophant.xml b/data/templates/character/Hierophant.xml new file mode 100644 index 000000000..00f8f6289 --- /dev/null +++ b/data/templates/character/Hierophant.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/HumanFighter.xml b/data/templates/character/HumanFighter.xml new file mode 100644 index 000000000..b05580e4b --- /dev/null +++ b/data/templates/character/HumanFighter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/HumanMystic.xml b/data/templates/character/HumanMystic.xml new file mode 100644 index 000000000..7d79d670d --- /dev/null +++ b/data/templates/character/HumanMystic.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Inspector.xml b/data/templates/character/Inspector.xml new file mode 100644 index 000000000..97467cb66 --- /dev/null +++ b/data/templates/character/Inspector.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Judicator.xml b/data/templates/character/Judicator.xml new file mode 100644 index 000000000..df86d1679 --- /dev/null +++ b/data/templates/character/Judicator.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Knight.xml b/data/templates/character/Knight.xml new file mode 100644 index 000000000..17bdbd195 --- /dev/null +++ b/data/templates/character/Knight.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Maestro.xml b/data/templates/character/Maestro.xml new file mode 100644 index 000000000..e737933ab --- /dev/null +++ b/data/templates/character/Maestro.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 83000 + + + + + + diff --git a/data/templates/character/MaleSoldier.xml b/data/templates/character/MaleSoldier.xml new file mode 100644 index 000000000..23ddd553d --- /dev/null +++ b/data/templates/character/MaleSoldier.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/MaleSoulbreaker.xml b/data/templates/character/MaleSoulbreaker.xml new file mode 100644 index 000000000..196e10444 --- /dev/null +++ b/data/templates/character/MaleSoulbreaker.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/MaleSouldhound.xml b/data/templates/character/MaleSouldhound.xml new file mode 100644 index 000000000..26b108adf --- /dev/null +++ b/data/templates/character/MaleSouldhound.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/MoonlightSentinel.xml b/data/templates/character/MoonlightSentinel.xml new file mode 100644 index 000000000..43bf4da15 --- /dev/null +++ b/data/templates/character/MoonlightSentinel.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/MysticMuse.xml b/data/templates/character/MysticMuse.xml new file mode 100644 index 000000000..aee7a47b0 --- /dev/null +++ b/data/templates/character/MysticMuse.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/Necromancer.xml b/data/templates/character/Necromancer.xml new file mode 100644 index 000000000..f080cc943 --- /dev/null +++ b/data/templates/character/Necromancer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Oracle.xml b/data/templates/character/Oracle.xml new file mode 100644 index 000000000..83ea4717c --- /dev/null +++ b/data/templates/character/Oracle.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/OrcFighter.xml b/data/templates/character/OrcFighter.xml new file mode 100644 index 000000000..35ba2656a --- /dev/null +++ b/data/templates/character/OrcFighter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/OrcMonk.xml b/data/templates/character/OrcMonk.xml new file mode 100644 index 000000000..dc0986040 --- /dev/null +++ b/data/templates/character/OrcMonk.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/OrcMystic.xml b/data/templates/character/OrcMystic.xml new file mode 100644 index 000000000..8e6fbb4ab --- /dev/null +++ b/data/templates/character/OrcMystic.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 68000 + + + + + + diff --git a/data/templates/character/OrcRaider.xml b/data/templates/character/OrcRaider.xml new file mode 100644 index 000000000..7578f35bc --- /dev/null +++ b/data/templates/character/OrcRaider.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/OrcShaman.xml b/data/templates/character/OrcShaman.xml new file mode 100644 index 000000000..08729276c --- /dev/null +++ b/data/templates/character/OrcShaman.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 68000 + + + + + + diff --git a/data/templates/character/Overlord.xml b/data/templates/character/Overlord.xml new file mode 100644 index 000000000..4acc72dd1 --- /dev/null +++ b/data/templates/character/Overlord.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 68000 + + + + + + diff --git a/data/templates/character/Paladin.xml b/data/templates/character/Paladin.xml new file mode 100644 index 000000000..e7f93a455 --- /dev/null +++ b/data/templates/character/Paladin.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/PalusKnight.xml b/data/templates/character/PalusKnight.xml new file mode 100644 index 000000000..e1206df1b --- /dev/null +++ b/data/templates/character/PalusKnight.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/PhantomRanger.xml b/data/templates/character/PhantomRanger.xml new file mode 100644 index 000000000..06c9c4445 --- /dev/null +++ b/data/templates/character/PhantomRanger.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/PhantomSummoner.xml b/data/templates/character/PhantomSummoner.xml new file mode 100644 index 000000000..c398eea20 --- /dev/null +++ b/data/templates/character/PhantomSummoner.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/PhoenixKnight.xml b/data/templates/character/PhoenixKnight.xml new file mode 100644 index 000000000..1294f5639 --- /dev/null +++ b/data/templates/character/PhoenixKnight.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/PlainsWalker.xml b/data/templates/character/PlainsWalker.xml new file mode 100644 index 000000000..b6a3c7b0e --- /dev/null +++ b/data/templates/character/PlainsWalker.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/Prophet.xml b/data/templates/character/Prophet.xml new file mode 100644 index 000000000..030f07e68 --- /dev/null +++ b/data/templates/character/Prophet.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Rogue.xml b/data/templates/character/Rogue.xml new file mode 100644 index 000000000..91566bfba --- /dev/null +++ b/data/templates/character/Rogue.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Sagittarius.xml b/data/templates/character/Sagittarius.xml new file mode 100644 index 000000000..61e837d85 --- /dev/null +++ b/data/templates/character/Sagittarius.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Scavenger.xml b/data/templates/character/Scavenger.xml new file mode 100644 index 000000000..3f1220ea4 --- /dev/null +++ b/data/templates/character/Scavenger.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 83000 + + + + + + diff --git a/data/templates/character/ShillieanSaint.xml b/data/templates/character/ShillieanSaint.xml new file mode 100644 index 000000000..6404ca638 --- /dev/null +++ b/data/templates/character/ShillieanSaint.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/ShillienElder.xml b/data/templates/character/ShillienElder.xml new file mode 100644 index 000000000..72aa525de --- /dev/null +++ b/data/templates/character/ShillienElder.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/ShillienKnight.xml b/data/templates/character/ShillienKnight.xml new file mode 100644 index 000000000..407f3b1aa --- /dev/null +++ b/data/templates/character/ShillienKnight.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/ShillienOracle.xml b/data/templates/character/ShillienOracle.xml new file mode 100644 index 000000000..809f62a01 --- /dev/null +++ b/data/templates/character/ShillienOracle.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/ShillienTemplar.xml b/data/templates/character/ShillienTemplar.xml new file mode 100644 index 000000000..9480660a3 --- /dev/null +++ b/data/templates/character/ShillienTemplar.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/SilverRanger.xml b/data/templates/character/SilverRanger.xml new file mode 100644 index 000000000..be7408e2e --- /dev/null +++ b/data/templates/character/SilverRanger.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/Sorceror.xml b/data/templates/character/Sorceror.xml new file mode 100644 index 000000000..563c602d4 --- /dev/null +++ b/data/templates/character/Sorceror.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Soultaker.xml b/data/templates/character/Soultaker.xml new file mode 100644 index 000000000..cbe7d88dd --- /dev/null +++ b/data/templates/character/Soultaker.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/SpectralMaster.xml b/data/templates/character/SpectralMaster.xml new file mode 100644 index 000000000..0b9547b44 --- /dev/null +++ b/data/templates/character/SpectralMaster.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/Spectraldancer.xml b/data/templates/character/Spectraldancer.xml new file mode 100644 index 000000000..08e14bda6 --- /dev/null +++ b/data/templates/character/Spectraldancer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 69000 + + + + + + diff --git a/data/templates/character/Spellhowler.xml b/data/templates/character/Spellhowler.xml new file mode 100644 index 000000000..8b0557530 --- /dev/null +++ b/data/templates/character/Spellhowler.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/Spellsinger.xml b/data/templates/character/Spellsinger.xml new file mode 100644 index 000000000..a8217a986 --- /dev/null +++ b/data/templates/character/Spellsinger.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62400 + + + + + + diff --git a/data/templates/character/StormScreamer.xml b/data/templates/character/StormScreamer.xml new file mode 100644 index 000000000..c5b31590b --- /dev/null +++ b/data/templates/character/StormScreamer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 61000 + + + + + + diff --git a/data/templates/character/SwordMuse.xml b/data/templates/character/SwordMuse.xml new file mode 100644 index 000000000..eaa362989 --- /dev/null +++ b/data/templates/character/SwordMuse.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/SwordSinger.xml b/data/templates/character/SwordSinger.xml new file mode 100644 index 000000000..d112b273d --- /dev/null +++ b/data/templates/character/SwordSinger.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/TempleKnight.xml b/data/templates/character/TempleKnight.xml new file mode 100644 index 000000000..10ffbcaef --- /dev/null +++ b/data/templates/character/TempleKnight.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/Titan.xml b/data/templates/character/Titan.xml new file mode 100644 index 000000000..a148f77da --- /dev/null +++ b/data/templates/character/Titan.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/TreasureHunter.xml b/data/templates/character/TreasureHunter.xml new file mode 100644 index 000000000..891612cb8 --- /dev/null +++ b/data/templates/character/TreasureHunter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Trickster.xml b/data/templates/character/Trickster.xml new file mode 100644 index 000000000..529f97714 --- /dev/null +++ b/data/templates/character/Trickster.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Trooper.xml b/data/templates/character/Trooper.xml new file mode 100644 index 000000000..17e65820e --- /dev/null +++ b/data/templates/character/Trooper.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Tyrant.xml b/data/templates/character/Tyrant.xml new file mode 100644 index 000000000..272fbbb56 --- /dev/null +++ b/data/templates/character/Tyrant.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Warcryer.xml b/data/templates/character/Warcryer.xml new file mode 100644 index 000000000..400dbaad6 --- /dev/null +++ b/data/templates/character/Warcryer.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 68000 + + + + + + diff --git a/data/templates/character/Warder.xml b/data/templates/character/Warder.xml new file mode 100644 index 000000000..1e7f1be23 --- /dev/null +++ b/data/templates/character/Warder.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 87000 + + + + + + diff --git a/data/templates/character/Warlock.xml b/data/templates/character/Warlock.xml new file mode 100644 index 000000000..d3b4a9810 --- /dev/null +++ b/data/templates/character/Warlock.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/character/Warlord.xml b/data/templates/character/Warlord.xml new file mode 100644 index 000000000..91b1b437c --- /dev/null +++ b/data/templates/character/Warlord.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Warrior.xml b/data/templates/character/Warrior.xml new file mode 100644 index 000000000..e1c5af1a6 --- /dev/null +++ b/data/templates/character/Warrior.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 81900 + + + + + + diff --git a/data/templates/character/Warsmith.xml b/data/templates/character/Warsmith.xml new file mode 100644 index 000000000..9b9d2fb48 --- /dev/null +++ b/data/templates/character/Warsmith.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 83000 + + + + + + diff --git a/data/templates/character/WindRider.xml b/data/templates/character/WindRider.xml new file mode 100644 index 000000000..a7b028988 --- /dev/null +++ b/data/templates/character/WindRider.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 73000 + + + + + + diff --git a/data/templates/character/Wizard.xml b/data/templates/character/Wizard.xml new file mode 100644 index 000000000..30e260dca --- /dev/null +++ b/data/templates/character/Wizard.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + 62500 + + + + + + diff --git a/data/templates/item/1-ShortSword.xml b/data/templates/item/1-ShortSword.xml new file mode 100644 index 000000000..ac7fb3bd2 --- /dev/null +++ b/data/templates/item/1-ShortSword.xml @@ -0,0 +1,7 @@ + + + Adena + GOLD + + 1 + diff --git a/data/templates/item/2-LongSword.xml b/data/templates/item/2-LongSword.xml new file mode 100644 index 000000000..c4862cdfc --- /dev/null +++ b/data/templates/item/2-LongSword.xml @@ -0,0 +1,7 @@ + + + Adena + GOLD + + 1 + diff --git a/data/templates/item/57-Adena.xml b/data/templates/item/57-Adena.xml new file mode 100644 index 000000000..3a50f4b66 --- /dev/null +++ b/data/templates/item/57-Adena.xml @@ -0,0 +1,7 @@ + + + Adena + GOLD + + 1 + diff --git a/data/templates/npc.xsd b/data/templates/npc.xsd new file mode 100644 index 000000000..27b8df640 --- /dev/null +++ b/data/templates/npc.xsd @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/1-ThomasDTurkey.xml b/data/templates/npc/1-ThomasDTurkey.xml new file mode 100644 index 000000000..00bc1e0e9 --- /dev/null +++ b/data/templates/npc/1-ThomasDTurkey.xml @@ -0,0 +1,26 @@ + + + + Thomas D. Turkey + Misguided Holiday Scrooge + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/10-JackSage.xml b/data/templates/npc/10-JackSage.xml new file mode 100644 index 000000000..16c45d3cd --- /dev/null +++ b/data/templates/npc/10-JackSage.xml @@ -0,0 +1,26 @@ + + + + Jack Sage + Eva's High Priest + 85 + MALE + + + + + + + + + + + + + + + 723 + 10 + + + diff --git a/data/templates/npc/11-EvaSObelisk.xml b/data/templates/npc/11-EvaSObelisk.xml new file mode 100644 index 000000000..0846e2242 --- /dev/null +++ b/data/templates/npc/11-EvaSObelisk.xml @@ -0,0 +1,25 @@ + + + + Eva's Obelisk + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/12.xml b/data/templates/npc/12.xml new file mode 100644 index 000000000..9e83aed30 --- /dev/null +++ b/data/templates/npc/12.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/12774-YoungSquash.xml b/data/templates/npc/12774-YoungSquash.xml new file mode 100644 index 000000000..cbb4368f6 --- /dev/null +++ b/data/templates/npc/12774-YoungSquash.xml @@ -0,0 +1,24 @@ + + + + Young Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/12775-HighQualitySquash.xml b/data/templates/npc/12775-HighQualitySquash.xml new file mode 100644 index 000000000..418f72bc7 --- /dev/null +++ b/data/templates/npc/12775-HighQualitySquash.xml @@ -0,0 +1,24 @@ + + + + High Quality Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/12776-LowQualitySquash.xml b/data/templates/npc/12776-LowQualitySquash.xml new file mode 100644 index 000000000..ebb87a268 --- /dev/null +++ b/data/templates/npc/12776-LowQualitySquash.xml @@ -0,0 +1,24 @@ + + + + Low Quality Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/12777-LargeYoungSquash.xml b/data/templates/npc/12777-LargeYoungSquash.xml new file mode 100644 index 000000000..3010067e4 --- /dev/null +++ b/data/templates/npc/12777-LargeYoungSquash.xml @@ -0,0 +1,24 @@ + + + + Large Young Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/12778-HighQualityLargeSquash.xml b/data/templates/npc/12778-HighQualityLargeSquash.xml new file mode 100644 index 000000000..5d51faed9 --- /dev/null +++ b/data/templates/npc/12778-HighQualityLargeSquash.xml @@ -0,0 +1,24 @@ + + + + High Quality Large Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/12779-LowQualityLargeSquash.xml b/data/templates/npc/12779-LowQualityLargeSquash.xml new file mode 100644 index 000000000..a6cdd4d93 --- /dev/null +++ b/data/templates/npc/12779-LowQualityLargeSquash.xml @@ -0,0 +1,24 @@ + + + + Low Quality Large Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13-WarmHeartedSno.xml b/data/templates/npc/13-WarmHeartedSno.xml new file mode 100644 index 000000000..6adf010f9 --- /dev/null +++ b/data/templates/npc/13-WarmHeartedSno.xml @@ -0,0 +1,26 @@ + + + + Warm Hearted Sno + Beginner Supporter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13001-HeartOfWarding.xml b/data/templates/npc/13001-HeartOfWarding.xml new file mode 100644 index 000000000..57cf614f0 --- /dev/null +++ b/data/templates/npc/13001-HeartOfWarding.xml @@ -0,0 +1,24 @@ + + + + Heart of Warding + 70 + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/13006-ChristmasTree.xml b/data/templates/npc/13006-ChristmasTree.xml new file mode 100644 index 000000000..c4758f80c --- /dev/null +++ b/data/templates/npc/13006-ChristmasTree.xml @@ -0,0 +1,25 @@ + + + + Christmas Tree + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/13014.xml b/data/templates/npc/13014.xml new file mode 100644 index 000000000..6f1ba7303 --- /dev/null +++ b/data/templates/npc/13014.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13015.xml b/data/templates/npc/13015.xml new file mode 100644 index 000000000..54ed4db78 --- /dev/null +++ b/data/templates/npc/13015.xml @@ -0,0 +1,24 @@ + + + + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13016-KingSquash.xml b/data/templates/npc/13016-KingSquash.xml new file mode 100644 index 000000000..1757b429b --- /dev/null +++ b/data/templates/npc/13016-KingSquash.xml @@ -0,0 +1,24 @@ + + + + King Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13017-EmperorSquash.xml b/data/templates/npc/13017-EmperorSquash.xml new file mode 100644 index 000000000..0fb55c876 --- /dev/null +++ b/data/templates/npc/13017-EmperorSquash.xml @@ -0,0 +1,24 @@ + + + + Emperor Squash + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13031-HugePig.xml b/data/templates/npc/13031-HugePig.xml new file mode 100644 index 000000000..82dbeb310 --- /dev/null +++ b/data/templates/npc/13031-HugePig.xml @@ -0,0 +1,25 @@ + + + + Huge Pig + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13032-HugePig.xml b/data/templates/npc/13032-HugePig.xml new file mode 100644 index 000000000..0b23ffbf2 --- /dev/null +++ b/data/templates/npc/13032-HugePig.xml @@ -0,0 +1,25 @@ + + + + Huge Pig + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13033-HugePig.xml b/data/templates/npc/13033-HugePig.xml new file mode 100644 index 000000000..d5f4c8cc8 --- /dev/null +++ b/data/templates/npc/13033-HugePig.xml @@ -0,0 +1,25 @@ + + + + Huge Pig + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13035-GoldenPig.xml b/data/templates/npc/13035-GoldenPig.xml new file mode 100644 index 000000000..a71645952 --- /dev/null +++ b/data/templates/npc/13035-GoldenPig.xml @@ -0,0 +1,25 @@ + + + + Golden Pig + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13037-Trap.xml b/data/templates/npc/13037-Trap.xml new file mode 100644 index 000000000..dd3360744 --- /dev/null +++ b/data/templates/npc/13037-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 28 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13038-Trap.xml b/data/templates/npc/13038-Trap.xml new file mode 100644 index 000000000..dbf6f2ad4 --- /dev/null +++ b/data/templates/npc/13038-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 36 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13039-Trap.xml b/data/templates/npc/13039-Trap.xml new file mode 100644 index 000000000..51cef869b --- /dev/null +++ b/data/templates/npc/13039-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 43 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13040-Trap.xml b/data/templates/npc/13040-Trap.xml new file mode 100644 index 000000000..8ef173a20 --- /dev/null +++ b/data/templates/npc/13040-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 49 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13041-Trap.xml b/data/templates/npc/13041-Trap.xml new file mode 100644 index 000000000..58606b1af --- /dev/null +++ b/data/templates/npc/13041-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13042-Trap.xml b/data/templates/npc/13042-Trap.xml new file mode 100644 index 000000000..2c4c074ef --- /dev/null +++ b/data/templates/npc/13042-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 60 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13043-Trap.xml b/data/templates/npc/13043-Trap.xml new file mode 100644 index 000000000..bd76bc31e --- /dev/null +++ b/data/templates/npc/13043-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 64 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13044-Trap.xml b/data/templates/npc/13044-Trap.xml new file mode 100644 index 000000000..9e0d729c6 --- /dev/null +++ b/data/templates/npc/13044-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 68 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13045-Trap.xml b/data/templates/npc/13045-Trap.xml new file mode 100644 index 000000000..58fc56505 --- /dev/null +++ b/data/templates/npc/13045-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 72 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13046-Trap.xml b/data/templates/npc/13046-Trap.xml new file mode 100644 index 000000000..119f27caf --- /dev/null +++ b/data/templates/npc/13046-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 49 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13047-Trap.xml b/data/templates/npc/13047-Trap.xml new file mode 100644 index 000000000..0f8e933f4 --- /dev/null +++ b/data/templates/npc/13047-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13048-Trap.xml b/data/templates/npc/13048-Trap.xml new file mode 100644 index 000000000..18c1f436d --- /dev/null +++ b/data/templates/npc/13048-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 60 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13049-Trap.xml b/data/templates/npc/13049-Trap.xml new file mode 100644 index 000000000..1a76bc0e9 --- /dev/null +++ b/data/templates/npc/13049-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 64 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13050-Trap.xml b/data/templates/npc/13050-Trap.xml new file mode 100644 index 000000000..4865220e3 --- /dev/null +++ b/data/templates/npc/13050-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 68 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13051-Trap.xml b/data/templates/npc/13051-Trap.xml new file mode 100644 index 000000000..06db2daf3 --- /dev/null +++ b/data/templates/npc/13051-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 72 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13052-Trap.xml b/data/templates/npc/13052-Trap.xml new file mode 100644 index 000000000..95017b280 --- /dev/null +++ b/data/templates/npc/13052-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13053-Trap.xml b/data/templates/npc/13053-Trap.xml new file mode 100644 index 000000000..eb5134f27 --- /dev/null +++ b/data/templates/npc/13053-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 60 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13054-Trap.xml b/data/templates/npc/13054-Trap.xml new file mode 100644 index 000000000..ce9ff1d62 --- /dev/null +++ b/data/templates/npc/13054-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 64 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13055-Trap.xml b/data/templates/npc/13055-Trap.xml new file mode 100644 index 000000000..910b0c429 --- /dev/null +++ b/data/templates/npc/13055-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 68 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13056-Trap.xml b/data/templates/npc/13056-Trap.xml new file mode 100644 index 000000000..681dfa975 --- /dev/null +++ b/data/templates/npc/13056-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 72 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13057-Trap.xml b/data/templates/npc/13057-Trap.xml new file mode 100644 index 000000000..434950dfc --- /dev/null +++ b/data/templates/npc/13057-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 40 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13058-Trap.xml b/data/templates/npc/13058-Trap.xml new file mode 100644 index 000000000..632a0e841 --- /dev/null +++ b/data/templates/npc/13058-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 46 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13059-Trap.xml b/data/templates/npc/13059-Trap.xml new file mode 100644 index 000000000..c805bfecb --- /dev/null +++ b/data/templates/npc/13059-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 52 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13060-Trap.xml b/data/templates/npc/13060-Trap.xml new file mode 100644 index 000000000..c28fc28cc --- /dev/null +++ b/data/templates/npc/13060-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 58 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13061-Trap.xml b/data/templates/npc/13061-Trap.xml new file mode 100644 index 000000000..b420ec3f6 --- /dev/null +++ b/data/templates/npc/13061-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 62 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13062-Trap.xml b/data/templates/npc/13062-Trap.xml new file mode 100644 index 000000000..b20affe8f --- /dev/null +++ b/data/templates/npc/13062-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 66 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13063-Trap.xml b/data/templates/npc/13063-Trap.xml new file mode 100644 index 000000000..3928b3032 --- /dev/null +++ b/data/templates/npc/13063-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13064-Trap.xml b/data/templates/npc/13064-Trap.xml new file mode 100644 index 000000000..e5591b881 --- /dev/null +++ b/data/templates/npc/13064-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 74 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13065-Trap.xml b/data/templates/npc/13065-Trap.xml new file mode 100644 index 000000000..6f1edbf39 --- /dev/null +++ b/data/templates/npc/13065-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 52 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13066-Trap.xml b/data/templates/npc/13066-Trap.xml new file mode 100644 index 000000000..7855940ff --- /dev/null +++ b/data/templates/npc/13066-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 58 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13067-Trap.xml b/data/templates/npc/13067-Trap.xml new file mode 100644 index 000000000..3440612c7 --- /dev/null +++ b/data/templates/npc/13067-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 62 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13068-Trap.xml b/data/templates/npc/13068-Trap.xml new file mode 100644 index 000000000..502a8d971 --- /dev/null +++ b/data/templates/npc/13068-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 66 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13069-Trap.xml b/data/templates/npc/13069-Trap.xml new file mode 100644 index 000000000..3f955598c --- /dev/null +++ b/data/templates/npc/13069-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13070-Trap.xml b/data/templates/npc/13070-Trap.xml new file mode 100644 index 000000000..f07229c9f --- /dev/null +++ b/data/templates/npc/13070-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 74 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13077-OnyxBeast.xml b/data/templates/npc/13077-OnyxBeast.xml new file mode 100644 index 000000000..4dd958947 --- /dev/null +++ b/data/templates/npc/13077-OnyxBeast.xml @@ -0,0 +1,25 @@ + + + + Onyx Beast + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13078-DoomWraith.xml b/data/templates/npc/13078-DoomWraith.xml new file mode 100644 index 000000000..d8b2e46c2 --- /dev/null +++ b/data/templates/npc/13078-DoomWraith.xml @@ -0,0 +1,25 @@ + + + + Doom Wraith + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13079-GrailApostle.xml b/data/templates/npc/13079-GrailApostle.xml new file mode 100644 index 000000000..5a7afc33f --- /dev/null +++ b/data/templates/npc/13079-GrailApostle.xml @@ -0,0 +1,25 @@ + + + + Grail Apostle + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13080-GrailApostle.xml b/data/templates/npc/13080-GrailApostle.xml new file mode 100644 index 000000000..04531ae3c --- /dev/null +++ b/data/templates/npc/13080-GrailApostle.xml @@ -0,0 +1,25 @@ + + + + Grail Apostle + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13081-Unicorn.xml b/data/templates/npc/13081-Unicorn.xml new file mode 100644 index 000000000..3bb9e7b10 --- /dev/null +++ b/data/templates/npc/13081-Unicorn.xml @@ -0,0 +1,25 @@ + + + + Unicorn + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13082-LilimKnight.xml b/data/templates/npc/13082-LilimKnight.xml new file mode 100644 index 000000000..9c3817310 --- /dev/null +++ b/data/templates/npc/13082-LilimKnight.xml @@ -0,0 +1,25 @@ + + + + Lilim Knight + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13083-GolemGuardian.xml b/data/templates/npc/13083-GolemGuardian.xml new file mode 100644 index 000000000..4ff6e56d2 --- /dev/null +++ b/data/templates/npc/13083-GolemGuardian.xml @@ -0,0 +1,25 @@ + + + + Golem Guardian + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13084-InfernoDrake.xml b/data/templates/npc/13084-InfernoDrake.xml new file mode 100644 index 000000000..ebf684139 --- /dev/null +++ b/data/templates/npc/13084-InfernoDrake.xml @@ -0,0 +1,25 @@ + + + + Inferno Drake + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13085-DragonBomber.xml b/data/templates/npc/13085-DragonBomber.xml new file mode 100644 index 000000000..7ed1d0331 --- /dev/null +++ b/data/templates/npc/13085-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13086-Zariche.xml b/data/templates/npc/13086-Zariche.xml new file mode 100644 index 000000000..ee1163330 --- /dev/null +++ b/data/templates/npc/13086-Zariche.xml @@ -0,0 +1,26 @@ + + + + Zariche + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/13087-Akamanah.xml b/data/templates/npc/13087-Akamanah.xml new file mode 100644 index 000000000..0e623fbd8 --- /dev/null +++ b/data/templates/npc/13087-Akamanah.xml @@ -0,0 +1,26 @@ + + + + Akamanah + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/13088-FinalForm.xml b/data/templates/npc/13088-FinalForm.xml new file mode 100644 index 000000000..569fdc4aa --- /dev/null +++ b/data/templates/npc/13088-FinalForm.xml @@ -0,0 +1,25 @@ + + + + Final Form + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13089-FinalForm.xml b/data/templates/npc/13089-FinalForm.xml new file mode 100644 index 000000000..cf61e767b --- /dev/null +++ b/data/templates/npc/13089-FinalForm.xml @@ -0,0 +1,25 @@ + + + + Final Form + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13090-Native.xml b/data/templates/npc/13090-Native.xml new file mode 100644 index 000000000..957587559 --- /dev/null +++ b/data/templates/npc/13090-Native.xml @@ -0,0 +1,25 @@ + + + + Native + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13091-Yeti.xml b/data/templates/npc/13091-Yeti.xml new file mode 100644 index 000000000..f80562755 --- /dev/null +++ b/data/templates/npc/13091-Yeti.xml @@ -0,0 +1,25 @@ + + + + Yeti + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13092-Buffalo.xml b/data/templates/npc/13092-Buffalo.xml new file mode 100644 index 000000000..86db2f42c --- /dev/null +++ b/data/templates/npc/13092-Buffalo.xml @@ -0,0 +1,25 @@ + + + + Buffalo + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13093-Pig.xml b/data/templates/npc/13093-Pig.xml new file mode 100644 index 000000000..32e4fb980 --- /dev/null +++ b/data/templates/npc/13093-Pig.xml @@ -0,0 +1,25 @@ + + + + Pig + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13094-Zombie.xml b/data/templates/npc/13094-Zombie.xml new file mode 100644 index 000000000..f6258e894 --- /dev/null +++ b/data/templates/npc/13094-Zombie.xml @@ -0,0 +1,25 @@ + + + + Zombie + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13095-Pixy.xml b/data/templates/npc/13095-Pixy.xml new file mode 100644 index 000000000..66d0014b6 --- /dev/null +++ b/data/templates/npc/13095-Pixy.xml @@ -0,0 +1,25 @@ + + + + Pixy + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13096-Rabbit.xml b/data/templates/npc/13096-Rabbit.xml new file mode 100644 index 000000000..938151b80 --- /dev/null +++ b/data/templates/npc/13096-Rabbit.xml @@ -0,0 +1,25 @@ + + + + Rabbit + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13099-Zaken.xml b/data/templates/npc/13099-Zaken.xml new file mode 100644 index 000000000..b3e4d3ce2 --- /dev/null +++ b/data/templates/npc/13099-Zaken.xml @@ -0,0 +1,25 @@ + + + + Zaken + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13100-Anakim.xml b/data/templates/npc/13100-Anakim.xml new file mode 100644 index 000000000..9a8af5771 --- /dev/null +++ b/data/templates/npc/13100-Anakim.xml @@ -0,0 +1,25 @@ + + + + Anakim + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13101-Benom.xml b/data/templates/npc/13101-Benom.xml new file mode 100644 index 000000000..f1af2e94d --- /dev/null +++ b/data/templates/npc/13101-Benom.xml @@ -0,0 +1,25 @@ + + + + Benom + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13102-Gordon.xml b/data/templates/npc/13102-Gordon.xml new file mode 100644 index 000000000..4b3786ec1 --- /dev/null +++ b/data/templates/npc/13102-Gordon.xml @@ -0,0 +1,25 @@ + + + + Gordon + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13103-Ranku.xml b/data/templates/npc/13103-Ranku.xml new file mode 100644 index 000000000..e526f6f64 --- /dev/null +++ b/data/templates/npc/13103-Ranku.xml @@ -0,0 +1,25 @@ + + + + Ranku + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13104-Kiyachi.xml b/data/templates/npc/13104-Kiyachi.xml new file mode 100644 index 000000000..3e8b5a8a6 --- /dev/null +++ b/data/templates/npc/13104-Kiyachi.xml @@ -0,0 +1,25 @@ + + + + Kiyachi + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13105-DemonPrince.xml b/data/templates/npc/13105-DemonPrince.xml new file mode 100644 index 000000000..a13cd50f0 --- /dev/null +++ b/data/templates/npc/13105-DemonPrince.xml @@ -0,0 +1,25 @@ + + + + Demon Prince + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13106-HereticMale.xml b/data/templates/npc/13106-HereticMale.xml new file mode 100644 index 000000000..4badbba59 --- /dev/null +++ b/data/templates/npc/13106-HereticMale.xml @@ -0,0 +1,25 @@ + + + + Heretic Male + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13107-HereticFemale.xml b/data/templates/npc/13107-HereticFemale.xml new file mode 100644 index 000000000..b57541e33 --- /dev/null +++ b/data/templates/npc/13107-HereticFemale.xml @@ -0,0 +1,25 @@ + + + + Heretic Female + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13108-ValeMaster.xml b/data/templates/npc/13108-ValeMaster.xml new file mode 100644 index 000000000..db85e5829 --- /dev/null +++ b/data/templates/npc/13108-ValeMaster.xml @@ -0,0 +1,25 @@ + + + + Vale master + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13109-SaberToothTiger.xml b/data/templates/npc/13109-SaberToothTiger.xml new file mode 100644 index 000000000..530c48162 --- /dev/null +++ b/data/templates/npc/13109-SaberToothTiger.xml @@ -0,0 +1,26 @@ + + + + Saber Tooth Tiger + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/13110-OlMahum.xml b/data/templates/npc/13110-OlMahum.xml new file mode 100644 index 000000000..50c83b709 --- /dev/null +++ b/data/templates/npc/13110-OlMahum.xml @@ -0,0 +1,26 @@ + + + + Ol Mahum + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/13111-DollBlader.xml b/data/templates/npc/13111-DollBlader.xml new file mode 100644 index 000000000..64663af25 --- /dev/null +++ b/data/templates/npc/13111-DollBlader.xml @@ -0,0 +1,25 @@ + + + + Doll Blader + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13112-DivineKnight.xml b/data/templates/npc/13112-DivineKnight.xml new file mode 100644 index 000000000..b942343e8 --- /dev/null +++ b/data/templates/npc/13112-DivineKnight.xml @@ -0,0 +1,25 @@ + + + + Divine Knight + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13113-DivineWarrior.xml b/data/templates/npc/13113-DivineWarrior.xml new file mode 100644 index 000000000..54918de1d --- /dev/null +++ b/data/templates/npc/13113-DivineWarrior.xml @@ -0,0 +1,25 @@ + + + + Divine Warrior + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13114-DivineRogue.xml b/data/templates/npc/13114-DivineRogue.xml new file mode 100644 index 000000000..33e838b1e --- /dev/null +++ b/data/templates/npc/13114-DivineRogue.xml @@ -0,0 +1,25 @@ + + + + Divine Rogue + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13115-DivineHealer.xml b/data/templates/npc/13115-DivineHealer.xml new file mode 100644 index 000000000..b380bfeb3 --- /dev/null +++ b/data/templates/npc/13115-DivineHealer.xml @@ -0,0 +1,25 @@ + + + + Divine Healer + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13116-DivineWizard.xml b/data/templates/npc/13116-DivineWizard.xml new file mode 100644 index 000000000..9372f725e --- /dev/null +++ b/data/templates/npc/13116-DivineWizard.xml @@ -0,0 +1,25 @@ + + + + Divine Wizard + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13117-DivineEnchanter.xml b/data/templates/npc/13117-DivineEnchanter.xml new file mode 100644 index 000000000..0f6d4c40c --- /dev/null +++ b/data/templates/npc/13117-DivineEnchanter.xml @@ -0,0 +1,25 @@ + + + + Divine Enchanter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13118-DivineSummoner.xml b/data/templates/npc/13118-DivineSummoner.xml new file mode 100644 index 000000000..6e53fab42 --- /dev/null +++ b/data/templates/npc/13118-DivineSummoner.xml @@ -0,0 +1,25 @@ + + + + Divine Summoner + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13119-DwarfGolem.xml b/data/templates/npc/13119-DwarfGolem.xml new file mode 100644 index 000000000..dbbe79920 --- /dev/null +++ b/data/templates/npc/13119-DwarfGolem.xml @@ -0,0 +1,25 @@ + + + + Dwarf Golem + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13120-GiantRat.xml b/data/templates/npc/13120-GiantRat.xml new file mode 100644 index 000000000..cb0ebaa52 --- /dev/null +++ b/data/templates/npc/13120-GiantRat.xml @@ -0,0 +1,25 @@ + + + + Giant rat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13121-GiantRat.xml b/data/templates/npc/13121-GiantRat.xml new file mode 100644 index 000000000..21294ef76 --- /dev/null +++ b/data/templates/npc/13121-GiantRat.xml @@ -0,0 +1,25 @@ + + + + Giant rat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13122-GiantRat.xml b/data/templates/npc/13122-GiantRat.xml new file mode 100644 index 000000000..5b30c3e13 --- /dev/null +++ b/data/templates/npc/13122-GiantRat.xml @@ -0,0 +1,25 @@ + + + + Giant rat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13123-SuperGiantRat.xml b/data/templates/npc/13123-SuperGiantRat.xml new file mode 100644 index 000000000..54ab749d4 --- /dev/null +++ b/data/templates/npc/13123-SuperGiantRat.xml @@ -0,0 +1,25 @@ + + + + Super giant rat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13124-GiantRat.xml b/data/templates/npc/13124-GiantRat.xml new file mode 100644 index 000000000..861f01969 --- /dev/null +++ b/data/templates/npc/13124-GiantRat.xml @@ -0,0 +1,26 @@ + + + + Giant rat + Mr. Bashful + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13125-Trap.xml b/data/templates/npc/13125-Trap.xml new file mode 100644 index 000000000..9e505664f --- /dev/null +++ b/data/templates/npc/13125-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 64 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13126-Trap.xml b/data/templates/npc/13126-Trap.xml new file mode 100644 index 000000000..889157343 --- /dev/null +++ b/data/templates/npc/13126-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 64 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13127-Trap.xml b/data/templates/npc/13127-Trap.xml new file mode 100644 index 000000000..1662287dc --- /dev/null +++ b/data/templates/npc/13127-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 68 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13129-Teleporter.xml b/data/templates/npc/13129-Teleporter.xml new file mode 100644 index 000000000..00db438a8 --- /dev/null +++ b/data/templates/npc/13129-Teleporter.xml @@ -0,0 +1,25 @@ + + + + Teleporter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13130-LightPurpleManedHorse.xml b/data/templates/npc/13130-LightPurpleManedHorse.xml new file mode 100644 index 000000000..891719615 --- /dev/null +++ b/data/templates/npc/13130-LightPurpleManedHorse.xml @@ -0,0 +1,25 @@ + + + + Light Purple Maned Horse + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13131-GrizzlyBear.xml b/data/templates/npc/13131-GrizzlyBear.xml new file mode 100644 index 000000000..9a36202a9 --- /dev/null +++ b/data/templates/npc/13131-GrizzlyBear.xml @@ -0,0 +1,25 @@ + + + + Grizzly Bear + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13132-Timitran.xml b/data/templates/npc/13132-Timitran.xml new file mode 100644 index 000000000..15aeb2ddb --- /dev/null +++ b/data/templates/npc/13132-Timitran.xml @@ -0,0 +1,25 @@ + + + + Timitran + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13133-LavaGolem.xml b/data/templates/npc/13133-LavaGolem.xml new file mode 100644 index 000000000..14fee180b --- /dev/null +++ b/data/templates/npc/13133-LavaGolem.xml @@ -0,0 +1,25 @@ + + + + Lava Golem + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13134-Yeti.xml b/data/templates/npc/13134-Yeti.xml new file mode 100644 index 000000000..0b60bfa5b --- /dev/null +++ b/data/templates/npc/13134-Yeti.xml @@ -0,0 +1,25 @@ + + + + Yeti + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13135-PumpkinGhost.xml b/data/templates/npc/13135-PumpkinGhost.xml new file mode 100644 index 000000000..cacb23a04 --- /dev/null +++ b/data/templates/npc/13135-PumpkinGhost.xml @@ -0,0 +1,25 @@ + + + + Pumpkin Ghost + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13136.xml b/data/templates/npc/13136.xml new file mode 100644 index 000000000..ea7b70029 --- /dev/null +++ b/data/templates/npc/13136.xml @@ -0,0 +1,24 @@ + + + + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13137.xml b/data/templates/npc/13137.xml new file mode 100644 index 000000000..66ff84bc9 --- /dev/null +++ b/data/templates/npc/13137.xml @@ -0,0 +1,24 @@ + + + + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13138.xml b/data/templates/npc/13138.xml new file mode 100644 index 000000000..fb9849cc5 --- /dev/null +++ b/data/templates/npc/13138.xml @@ -0,0 +1,24 @@ + + + + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13139.xml b/data/templates/npc/13139.xml new file mode 100644 index 000000000..afc414d81 --- /dev/null +++ b/data/templates/npc/13139.xml @@ -0,0 +1,24 @@ + + + + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13140.xml b/data/templates/npc/13140.xml new file mode 100644 index 000000000..faccd487d --- /dev/null +++ b/data/templates/npc/13140.xml @@ -0,0 +1,24 @@ + + + + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13141.xml b/data/templates/npc/13141.xml new file mode 100644 index 000000000..30aa44ffd --- /dev/null +++ b/data/templates/npc/13141.xml @@ -0,0 +1,24 @@ + + + + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13142-FinalForm.xml b/data/templates/npc/13142-FinalForm.xml new file mode 100644 index 000000000..1436bcef5 --- /dev/null +++ b/data/templates/npc/13142-FinalForm.xml @@ -0,0 +1,25 @@ + + + + Final Form + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13143-FinalForm.xml b/data/templates/npc/13143-FinalForm.xml new file mode 100644 index 000000000..208825d32 --- /dev/null +++ b/data/templates/npc/13143-FinalForm.xml @@ -0,0 +1,25 @@ + + + + Final Form + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13144-AurabirdFalcon.xml b/data/templates/npc/13144-AurabirdFalcon.xml new file mode 100644 index 000000000..33f6e0331 --- /dev/null +++ b/data/templates/npc/13144-AurabirdFalcon.xml @@ -0,0 +1,25 @@ + + + + Aurabird-Falcon + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13145-AurabirdOwl.xml b/data/templates/npc/13145-AurabirdOwl.xml new file mode 100644 index 000000000..54e46fa14 --- /dev/null +++ b/data/templates/npc/13145-AurabirdOwl.xml @@ -0,0 +1,25 @@ + + + + Aurabird-Owl + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13146-TawnyManedLion.xml b/data/templates/npc/13146-TawnyManedLion.xml new file mode 100644 index 000000000..6420c9904 --- /dev/null +++ b/data/templates/npc/13146-TawnyManedLion.xml @@ -0,0 +1,25 @@ + + + + Tawny-Maned Lion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13147-SteamSledge.xml b/data/templates/npc/13147-SteamSledge.xml new file mode 100644 index 000000000..f55582295 --- /dev/null +++ b/data/templates/npc/13147-SteamSledge.xml @@ -0,0 +1,25 @@ + + + + Steam Sledge + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13149-ForPresentation1.xml b/data/templates/npc/13149-ForPresentation1.xml new file mode 100644 index 000000000..9a370b66a --- /dev/null +++ b/data/templates/npc/13149-ForPresentation1.xml @@ -0,0 +1,25 @@ + + + + For Presentation 1 + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13150-ForPresentation2.xml b/data/templates/npc/13150-ForPresentation2.xml new file mode 100644 index 000000000..909c5dbad --- /dev/null +++ b/data/templates/npc/13150-ForPresentation2.xml @@ -0,0 +1,25 @@ + + + + For Presentation 2 + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13151-ForPresentation3.xml b/data/templates/npc/13151-ForPresentation3.xml new file mode 100644 index 000000000..227055f63 --- /dev/null +++ b/data/templates/npc/13151-ForPresentation3.xml @@ -0,0 +1,25 @@ + + + + For Presentation 3 + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13152-ForPresentation4.xml b/data/templates/npc/13152-ForPresentation4.xml new file mode 100644 index 000000000..f6f7595b9 --- /dev/null +++ b/data/templates/npc/13152-ForPresentation4.xml @@ -0,0 +1,25 @@ + + + + For Presentation 4 + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13153-ForPresentation5.xml b/data/templates/npc/13153-ForPresentation5.xml new file mode 100644 index 000000000..1c81ba6bb --- /dev/null +++ b/data/templates/npc/13153-ForPresentation5.xml @@ -0,0 +1,25 @@ + + + + For Presentation 5 + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13154-DemonRace.xml b/data/templates/npc/13154-DemonRace.xml new file mode 100644 index 000000000..4ce5fa96b --- /dev/null +++ b/data/templates/npc/13154-DemonRace.xml @@ -0,0 +1,25 @@ + + + + Demon Race + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13155-Unicorniun.xml b/data/templates/npc/13155-Unicorniun.xml new file mode 100644 index 000000000..a1036eae6 --- /dev/null +++ b/data/templates/npc/13155-Unicorniun.xml @@ -0,0 +1,25 @@ + + + + Unicorniun + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13156-MyoRace.xml b/data/templates/npc/13156-MyoRace.xml new file mode 100644 index 000000000..1779b9248 --- /dev/null +++ b/data/templates/npc/13156-MyoRace.xml @@ -0,0 +1,25 @@ + + + + Myo Race + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13157-Frog.xml b/data/templates/npc/13157-Frog.xml new file mode 100644 index 000000000..68513033b --- /dev/null +++ b/data/templates/npc/13157-Frog.xml @@ -0,0 +1,25 @@ + + + + Frog + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13158-YoungChild.xml b/data/templates/npc/13158-YoungChild.xml new file mode 100644 index 000000000..f02a6304c --- /dev/null +++ b/data/templates/npc/13158-YoungChild.xml @@ -0,0 +1,25 @@ + + + + Young Child + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13159-Mercenary.xml b/data/templates/npc/13159-Mercenary.xml new file mode 100644 index 000000000..7cff032b4 --- /dev/null +++ b/data/templates/npc/13159-Mercenary.xml @@ -0,0 +1,25 @@ + + + + Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13160-Snowman.xml b/data/templates/npc/13160-Snowman.xml new file mode 100644 index 000000000..80da0e764 --- /dev/null +++ b/data/templates/npc/13160-Snowman.xml @@ -0,0 +1,25 @@ + + + + Snowman + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13161-Scarecrow.xml b/data/templates/npc/13161-Scarecrow.xml new file mode 100644 index 000000000..ac147ce43 --- /dev/null +++ b/data/templates/npc/13161-Scarecrow.xml @@ -0,0 +1,25 @@ + + + + Scarecrow + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13162-TinPlateGolem.xml b/data/templates/npc/13162-TinPlateGolem.xml new file mode 100644 index 000000000..9ef3fc1e1 --- /dev/null +++ b/data/templates/npc/13162-TinPlateGolem.xml @@ -0,0 +1,25 @@ + + + + Tin Plate Golem + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13163-Tow.xml b/data/templates/npc/13163-Tow.xml new file mode 100644 index 000000000..8fbabf97b --- /dev/null +++ b/data/templates/npc/13163-Tow.xml @@ -0,0 +1,25 @@ + + + + Tow + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13164-LureTow.xml b/data/templates/npc/13164-LureTow.xml new file mode 100644 index 000000000..419340c78 --- /dev/null +++ b/data/templates/npc/13164-LureTow.xml @@ -0,0 +1,25 @@ + + + + Lure Tow + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13165-HeavyTow.xml b/data/templates/npc/13165-HeavyTow.xml new file mode 100644 index 000000000..e27c4c7a5 --- /dev/null +++ b/data/templates/npc/13165-HeavyTow.xml @@ -0,0 +1,25 @@ + + + + Heavy Tow + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13166-WingTow.xml b/data/templates/npc/13166-WingTow.xml new file mode 100644 index 000000000..08342b2c4 --- /dev/null +++ b/data/templates/npc/13166-WingTow.xml @@ -0,0 +1,25 @@ + + + + Wing Tow + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13167-MainRoleA.xml b/data/templates/npc/13167-MainRoleA.xml new file mode 100644 index 000000000..5781380e1 --- /dev/null +++ b/data/templates/npc/13167-MainRoleA.xml @@ -0,0 +1,25 @@ + + + + Main Role A + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13168-MainRoleB.xml b/data/templates/npc/13168-MainRoleB.xml new file mode 100644 index 000000000..45b28231f --- /dev/null +++ b/data/templates/npc/13168-MainRoleB.xml @@ -0,0 +1,25 @@ + + + + Main Role B + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13169-HumanMaleMercenary.xml b/data/templates/npc/13169-HumanMaleMercenary.xml new file mode 100644 index 000000000..c908dc553 --- /dev/null +++ b/data/templates/npc/13169-HumanMaleMercenary.xml @@ -0,0 +1,25 @@ + + + + Human Male Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13170-MaleElfMercenary.xml b/data/templates/npc/13170-MaleElfMercenary.xml new file mode 100644 index 000000000..7decb44a5 --- /dev/null +++ b/data/templates/npc/13170-MaleElfMercenary.xml @@ -0,0 +1,25 @@ + + + + Male Elf Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13171-DarkElfFemaleMercenary.xml b/data/templates/npc/13171-DarkElfFemaleMercenary.xml new file mode 100644 index 000000000..0db4d56d0 --- /dev/null +++ b/data/templates/npc/13171-DarkElfFemaleMercenary.xml @@ -0,0 +1,25 @@ + + + + Dark Elf Female Mercenary + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13172-OrcMaleMercenary.xml b/data/templates/npc/13172-OrcMaleMercenary.xml new file mode 100644 index 000000000..e3ff43322 --- /dev/null +++ b/data/templates/npc/13172-OrcMaleMercenary.xml @@ -0,0 +1,25 @@ + + + + Orc Male Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13173-DwarfMaleMercenary.xml b/data/templates/npc/13173-DwarfMaleMercenary.xml new file mode 100644 index 000000000..75c69b82b --- /dev/null +++ b/data/templates/npc/13173-DwarfMaleMercenary.xml @@ -0,0 +1,25 @@ + + + + Dwarf Male Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13174-KamaelMaleMercenary.xml b/data/templates/npc/13174-KamaelMaleMercenary.xml new file mode 100644 index 000000000..30e98a408 --- /dev/null +++ b/data/templates/npc/13174-KamaelMaleMercenary.xml @@ -0,0 +1,25 @@ + + + + Kamael Male Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13175-KnightLevelMercenary.xml b/data/templates/npc/13175-KnightLevelMercenary.xml new file mode 100644 index 000000000..e48c39065 --- /dev/null +++ b/data/templates/npc/13175-KnightLevelMercenary.xml @@ -0,0 +1,25 @@ + + + + Knight Level Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13176-ArcherLevelMercenary.xml b/data/templates/npc/13176-ArcherLevelMercenary.xml new file mode 100644 index 000000000..a0ee9155c --- /dev/null +++ b/data/templates/npc/13176-ArcherLevelMercenary.xml @@ -0,0 +1,26 @@ + + + + Archer Level Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/13177-WizardLevelMercenary.xml b/data/templates/npc/13177-WizardLevelMercenary.xml new file mode 100644 index 000000000..d78db475f --- /dev/null +++ b/data/templates/npc/13177-WizardLevelMercenary.xml @@ -0,0 +1,25 @@ + + + + Wizard Level Mercenary + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13178-TrooperLevelMercenary.xml b/data/templates/npc/13178-TrooperLevelMercenary.xml new file mode 100644 index 000000000..266ba6081 --- /dev/null +++ b/data/templates/npc/13178-TrooperLevelMercenary.xml @@ -0,0 +1,25 @@ + + + + Trooper Level Mercenary + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13179-KnightLeaderEliteMercenary.xml b/data/templates/npc/13179-KnightLeaderEliteMercenary.xml new file mode 100644 index 000000000..840f7a092 --- /dev/null +++ b/data/templates/npc/13179-KnightLeaderEliteMercenary.xml @@ -0,0 +1,25 @@ + + + + Knight Leader Elite Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13180-CommanderEliteMercenary.xml b/data/templates/npc/13180-CommanderEliteMercenary.xml new file mode 100644 index 000000000..1d80bf1da --- /dev/null +++ b/data/templates/npc/13180-CommanderEliteMercenary.xml @@ -0,0 +1,25 @@ + + + + Commander Elite Mercenary + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13182-FreeGiftMerchant.xml b/data/templates/npc/13182-FreeGiftMerchant.xml new file mode 100644 index 000000000..b85dcbb38 --- /dev/null +++ b/data/templates/npc/13182-FreeGiftMerchant.xml @@ -0,0 +1,26 @@ + + + + Free Gift Merchant + Gracia + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13183-ThomasDTurkey.xml b/data/templates/npc/13183-ThomasDTurkey.xml new file mode 100644 index 000000000..22849700b --- /dev/null +++ b/data/templates/npc/13183-ThomasDTurkey.xml @@ -0,0 +1,25 @@ + + + + Thomas D. Turkey + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13184-SantaClaus.xml b/data/templates/npc/13184-SantaClaus.xml new file mode 100644 index 000000000..7438f2a8e --- /dev/null +++ b/data/templates/npc/13184-SantaClaus.xml @@ -0,0 +1,25 @@ + + + + Santa Claus + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13185-SantaClaus.xml b/data/templates/npc/13185-SantaClaus.xml new file mode 100644 index 000000000..861c1f5f8 --- /dev/null +++ b/data/templates/npc/13185-SantaClaus.xml @@ -0,0 +1,25 @@ + + + + Santa Claus + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13186-SantaClaus.xml b/data/templates/npc/13186-SantaClaus.xml new file mode 100644 index 000000000..496f73977 --- /dev/null +++ b/data/templates/npc/13186-SantaClaus.xml @@ -0,0 +1,25 @@ + + + + Santa Claus + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13187-MilkCow.xml b/data/templates/npc/13187-MilkCow.xml new file mode 100644 index 000000000..005e4b883 --- /dev/null +++ b/data/templates/npc/13187-MilkCow.xml @@ -0,0 +1,25 @@ + + + + Milk Cow + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13188-HeadMilkCow.xml b/data/templates/npc/13188-HeadMilkCow.xml new file mode 100644 index 000000000..89a12069e --- /dev/null +++ b/data/templates/npc/13188-HeadMilkCow.xml @@ -0,0 +1,25 @@ + + + + Head Milk Cow + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13189-Bull.xml b/data/templates/npc/13189-Bull.xml new file mode 100644 index 000000000..03690a685 --- /dev/null +++ b/data/templates/npc/13189-Bull.xml @@ -0,0 +1,25 @@ + + + + Bull + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13190-HeadBull.xml b/data/templates/npc/13190-HeadBull.xml new file mode 100644 index 000000000..6cd7bcae6 --- /dev/null +++ b/data/templates/npc/13190-HeadBull.xml @@ -0,0 +1,25 @@ + + + + Head Bull + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13191-GloomyMilkCow.xml b/data/templates/npc/13191-GloomyMilkCow.xml new file mode 100644 index 000000000..3217a20fb --- /dev/null +++ b/data/templates/npc/13191-GloomyMilkCow.xml @@ -0,0 +1,25 @@ + + + + Gloomy Milk Cow + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13192-GloomyHeadMilkCow.xml b/data/templates/npc/13192-GloomyHeadMilkCow.xml new file mode 100644 index 000000000..5e0fb0859 --- /dev/null +++ b/data/templates/npc/13192-GloomyHeadMilkCow.xml @@ -0,0 +1,25 @@ + + + + Gloomy Head Milk Cow + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13193.xml b/data/templates/npc/13193.xml new file mode 100644 index 000000000..0544596d3 --- /dev/null +++ b/data/templates/npc/13193.xml @@ -0,0 +1,24 @@ + + + + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13194.xml b/data/templates/npc/13194.xml new file mode 100644 index 000000000..d6f911f2c --- /dev/null +++ b/data/templates/npc/13194.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13195.xml b/data/templates/npc/13195.xml new file mode 100644 index 000000000..976d6e9f4 --- /dev/null +++ b/data/templates/npc/13195.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13196-GreatPig.xml b/data/templates/npc/13196-GreatPig.xml new file mode 100644 index 000000000..2dd7e540d --- /dev/null +++ b/data/templates/npc/13196-GreatPig.xml @@ -0,0 +1,26 @@ + + + + Great Pig + Mis-summoned + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13197-GuardianSStrider.xml b/data/templates/npc/13197-GuardianSStrider.xml new file mode 100644 index 000000000..24075f74b --- /dev/null +++ b/data/templates/npc/13197-GuardianSStrider.xml @@ -0,0 +1,24 @@ + + + + Guardian's Strider + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13198-Native.xml b/data/templates/npc/13198-Native.xml new file mode 100644 index 000000000..b207e606f --- /dev/null +++ b/data/templates/npc/13198-Native.xml @@ -0,0 +1,25 @@ + + + + Native + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13199-Native.xml b/data/templates/npc/13199-Native.xml new file mode 100644 index 000000000..d785cfed5 --- /dev/null +++ b/data/templates/npc/13199-Native.xml @@ -0,0 +1,25 @@ + + + + Native + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13200-YoungChild.xml b/data/templates/npc/13200-YoungChild.xml new file mode 100644 index 000000000..858514e03 --- /dev/null +++ b/data/templates/npc/13200-YoungChild.xml @@ -0,0 +1,25 @@ + + + + Young Child + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13201-GuardsOfTheDawn.xml b/data/templates/npc/13201-GuardsOfTheDawn.xml new file mode 100644 index 000000000..61b82f139 --- /dev/null +++ b/data/templates/npc/13201-GuardsOfTheDawn.xml @@ -0,0 +1,25 @@ + + + + Guards of the Dawn + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13202-Trap.xml b/data/templates/npc/13202-Trap.xml new file mode 100644 index 000000000..8bf547cf2 --- /dev/null +++ b/data/templates/npc/13202-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 76 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13203-Trap.xml b/data/templates/npc/13203-Trap.xml new file mode 100644 index 000000000..9cbdba577 --- /dev/null +++ b/data/templates/npc/13203-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 77 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13204-Trap.xml b/data/templates/npc/13204-Trap.xml new file mode 100644 index 000000000..886c4f82d --- /dev/null +++ b/data/templates/npc/13204-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13205-Trap.xml b/data/templates/npc/13205-Trap.xml new file mode 100644 index 000000000..2b355bd31 --- /dev/null +++ b/data/templates/npc/13205-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 79 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13206-Trap.xml b/data/templates/npc/13206-Trap.xml new file mode 100644 index 000000000..4b5bf2a5f --- /dev/null +++ b/data/templates/npc/13206-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13207-Trap.xml b/data/templates/npc/13207-Trap.xml new file mode 100644 index 000000000..0f1c660a6 --- /dev/null +++ b/data/templates/npc/13207-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 81 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13208-Trap.xml b/data/templates/npc/13208-Trap.xml new file mode 100644 index 000000000..c159bb96c --- /dev/null +++ b/data/templates/npc/13208-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 82 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13209-Trap.xml b/data/templates/npc/13209-Trap.xml new file mode 100644 index 000000000..854e0212d --- /dev/null +++ b/data/templates/npc/13209-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13210-Trap.xml b/data/templates/npc/13210-Trap.xml new file mode 100644 index 000000000..21e307b2c --- /dev/null +++ b/data/templates/npc/13210-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13211-Trap.xml b/data/templates/npc/13211-Trap.xml new file mode 100644 index 000000000..2939e8a00 --- /dev/null +++ b/data/templates/npc/13211-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13212-Trap.xml b/data/templates/npc/13212-Trap.xml new file mode 100644 index 000000000..01dc7dc80 --- /dev/null +++ b/data/templates/npc/13212-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 86 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13213-Trap.xml b/data/templates/npc/13213-Trap.xml new file mode 100644 index 000000000..83c85fc05 --- /dev/null +++ b/data/templates/npc/13213-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 76 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13214-Trap.xml b/data/templates/npc/13214-Trap.xml new file mode 100644 index 000000000..f6e7d8475 --- /dev/null +++ b/data/templates/npc/13214-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 77 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13215-Trap.xml b/data/templates/npc/13215-Trap.xml new file mode 100644 index 000000000..f894cf8e4 --- /dev/null +++ b/data/templates/npc/13215-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13216-Trap.xml b/data/templates/npc/13216-Trap.xml new file mode 100644 index 000000000..97f8d3e74 --- /dev/null +++ b/data/templates/npc/13216-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 79 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13217-Trap.xml b/data/templates/npc/13217-Trap.xml new file mode 100644 index 000000000..17ec0b7e0 --- /dev/null +++ b/data/templates/npc/13217-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13218-Trap.xml b/data/templates/npc/13218-Trap.xml new file mode 100644 index 000000000..9ed965bf5 --- /dev/null +++ b/data/templates/npc/13218-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 81 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13219-Trap.xml b/data/templates/npc/13219-Trap.xml new file mode 100644 index 000000000..a1fd8763b --- /dev/null +++ b/data/templates/npc/13219-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 82 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13220-Trap.xml b/data/templates/npc/13220-Trap.xml new file mode 100644 index 000000000..bed113776 --- /dev/null +++ b/data/templates/npc/13220-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13221-Trap.xml b/data/templates/npc/13221-Trap.xml new file mode 100644 index 000000000..641edd43b --- /dev/null +++ b/data/templates/npc/13221-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13222-Trap.xml b/data/templates/npc/13222-Trap.xml new file mode 100644 index 000000000..20967fd66 --- /dev/null +++ b/data/templates/npc/13222-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13223-Trap.xml b/data/templates/npc/13223-Trap.xml new file mode 100644 index 000000000..4ba3648f9 --- /dev/null +++ b/data/templates/npc/13223-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 86 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13224-Trap.xml b/data/templates/npc/13224-Trap.xml new file mode 100644 index 000000000..a08fb45bb --- /dev/null +++ b/data/templates/npc/13224-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 76 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13225-Trap.xml b/data/templates/npc/13225-Trap.xml new file mode 100644 index 000000000..ba5bcbf82 --- /dev/null +++ b/data/templates/npc/13225-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 77 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13226-Trap.xml b/data/templates/npc/13226-Trap.xml new file mode 100644 index 000000000..69c071d52 --- /dev/null +++ b/data/templates/npc/13226-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13227-Trap.xml b/data/templates/npc/13227-Trap.xml new file mode 100644 index 000000000..950afd54d --- /dev/null +++ b/data/templates/npc/13227-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 79 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13228-Trap.xml b/data/templates/npc/13228-Trap.xml new file mode 100644 index 000000000..254ad239d --- /dev/null +++ b/data/templates/npc/13228-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13229-Trap.xml b/data/templates/npc/13229-Trap.xml new file mode 100644 index 000000000..0d7d29116 --- /dev/null +++ b/data/templates/npc/13229-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 81 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13230-Trap.xml b/data/templates/npc/13230-Trap.xml new file mode 100644 index 000000000..24bf92ffe --- /dev/null +++ b/data/templates/npc/13230-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 82 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13231-Trap.xml b/data/templates/npc/13231-Trap.xml new file mode 100644 index 000000000..638ac13e5 --- /dev/null +++ b/data/templates/npc/13231-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13232-Trap.xml b/data/templates/npc/13232-Trap.xml new file mode 100644 index 000000000..40a785c3e --- /dev/null +++ b/data/templates/npc/13232-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13233-Trap.xml b/data/templates/npc/13233-Trap.xml new file mode 100644 index 000000000..8f1cfc657 --- /dev/null +++ b/data/templates/npc/13233-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13234-Trap.xml b/data/templates/npc/13234-Trap.xml new file mode 100644 index 000000000..2250f485f --- /dev/null +++ b/data/templates/npc/13234-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 86 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13235-Trap.xml b/data/templates/npc/13235-Trap.xml new file mode 100644 index 000000000..20ccbaea0 --- /dev/null +++ b/data/templates/npc/13235-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 76 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13236-Trap.xml b/data/templates/npc/13236-Trap.xml new file mode 100644 index 000000000..619cff083 --- /dev/null +++ b/data/templates/npc/13236-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 77 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13237-Trap.xml b/data/templates/npc/13237-Trap.xml new file mode 100644 index 000000000..64e8f6c6c --- /dev/null +++ b/data/templates/npc/13237-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13238-Trap.xml b/data/templates/npc/13238-Trap.xml new file mode 100644 index 000000000..3d0725b8b --- /dev/null +++ b/data/templates/npc/13238-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 79 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13239-Trap.xml b/data/templates/npc/13239-Trap.xml new file mode 100644 index 000000000..4aa78913b --- /dev/null +++ b/data/templates/npc/13239-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13240-Trap.xml b/data/templates/npc/13240-Trap.xml new file mode 100644 index 000000000..89ac2c469 --- /dev/null +++ b/data/templates/npc/13240-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 81 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13241-Trap.xml b/data/templates/npc/13241-Trap.xml new file mode 100644 index 000000000..e1a687cc5 --- /dev/null +++ b/data/templates/npc/13241-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 82 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13242-Trap.xml b/data/templates/npc/13242-Trap.xml new file mode 100644 index 000000000..c76c4971e --- /dev/null +++ b/data/templates/npc/13242-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13243-Trap.xml b/data/templates/npc/13243-Trap.xml new file mode 100644 index 000000000..190bb3379 --- /dev/null +++ b/data/templates/npc/13243-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13244-Trap.xml b/data/templates/npc/13244-Trap.xml new file mode 100644 index 000000000..69f7e77bd --- /dev/null +++ b/data/templates/npc/13244-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13245-Trap.xml b/data/templates/npc/13245-Trap.xml new file mode 100644 index 000000000..2d408a544 --- /dev/null +++ b/data/templates/npc/13245-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 86 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13246-Trap.xml b/data/templates/npc/13246-Trap.xml new file mode 100644 index 000000000..08fd90f14 --- /dev/null +++ b/data/templates/npc/13246-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 76 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13247-Trap.xml b/data/templates/npc/13247-Trap.xml new file mode 100644 index 000000000..99d0c2c6b --- /dev/null +++ b/data/templates/npc/13247-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 77 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13248-Trap.xml b/data/templates/npc/13248-Trap.xml new file mode 100644 index 000000000..8d734768e --- /dev/null +++ b/data/templates/npc/13248-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13249-Trap.xml b/data/templates/npc/13249-Trap.xml new file mode 100644 index 000000000..a71e0b119 --- /dev/null +++ b/data/templates/npc/13249-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 79 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13250-Trap.xml b/data/templates/npc/13250-Trap.xml new file mode 100644 index 000000000..40d6853c3 --- /dev/null +++ b/data/templates/npc/13250-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13251-Trap.xml b/data/templates/npc/13251-Trap.xml new file mode 100644 index 000000000..05b6bf5a5 --- /dev/null +++ b/data/templates/npc/13251-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 81 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13252-Trap.xml b/data/templates/npc/13252-Trap.xml new file mode 100644 index 000000000..0483690ba --- /dev/null +++ b/data/templates/npc/13252-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 82 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13253-Trap.xml b/data/templates/npc/13253-Trap.xml new file mode 100644 index 000000000..b160b6fa4 --- /dev/null +++ b/data/templates/npc/13253-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13254-Trap.xml b/data/templates/npc/13254-Trap.xml new file mode 100644 index 000000000..c115877b2 --- /dev/null +++ b/data/templates/npc/13254-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13255-Trap.xml b/data/templates/npc/13255-Trap.xml new file mode 100644 index 000000000..9cff2e4ee --- /dev/null +++ b/data/templates/npc/13255-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13256-Trap.xml b/data/templates/npc/13256-Trap.xml new file mode 100644 index 000000000..756431b50 --- /dev/null +++ b/data/templates/npc/13256-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 86 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13268-AquaElf.xml b/data/templates/npc/13268-AquaElf.xml new file mode 100644 index 000000000..2d386a068 --- /dev/null +++ b/data/templates/npc/13268-AquaElf.xml @@ -0,0 +1,25 @@ + + + + Aqua Elf + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13269-HotWeather.xml b/data/templates/npc/13269-HotWeather.xml new file mode 100644 index 000000000..354b7c302 --- /dev/null +++ b/data/templates/npc/13269-HotWeather.xml @@ -0,0 +1,25 @@ + + + + Hot Weather + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13270-Sultriness.xml b/data/templates/npc/13270-Sultriness.xml new file mode 100644 index 000000000..2b645348a --- /dev/null +++ b/data/templates/npc/13270-Sultriness.xml @@ -0,0 +1,25 @@ + + + + Sultriness + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13271-YoungWatermelon.xml b/data/templates/npc/13271-YoungWatermelon.xml new file mode 100644 index 000000000..3d4a8882c --- /dev/null +++ b/data/templates/npc/13271-YoungWatermelon.xml @@ -0,0 +1,24 @@ + + + + Young Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13272-DefectiveWatermelon.xml b/data/templates/npc/13272-DefectiveWatermelon.xml new file mode 100644 index 000000000..b15a1db9d --- /dev/null +++ b/data/templates/npc/13272-DefectiveWatermelon.xml @@ -0,0 +1,24 @@ + + + + Defective Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13273-RainWatermelon.xml b/data/templates/npc/13273-RainWatermelon.xml new file mode 100644 index 000000000..fcf73fe33 --- /dev/null +++ b/data/templates/npc/13273-RainWatermelon.xml @@ -0,0 +1,24 @@ + + + + Rain Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13274-LargeRainWatermelon.xml b/data/templates/npc/13274-LargeRainWatermelon.xml new file mode 100644 index 000000000..a980b6aa9 --- /dev/null +++ b/data/templates/npc/13274-LargeRainWatermelon.xml @@ -0,0 +1,24 @@ + + + + Large Rain Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13275-YoungHoneyWatermelon.xml b/data/templates/npc/13275-YoungHoneyWatermelon.xml new file mode 100644 index 000000000..d15c5a0a5 --- /dev/null +++ b/data/templates/npc/13275-YoungHoneyWatermelon.xml @@ -0,0 +1,24 @@ + + + + Young Honey Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13276-DefectiveHoneyWatermelon.xml b/data/templates/npc/13276-DefectiveHoneyWatermelon.xml new file mode 100644 index 000000000..c2c13f492 --- /dev/null +++ b/data/templates/npc/13276-DefectiveHoneyWatermelon.xml @@ -0,0 +1,24 @@ + + + + Defective Honey Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13277-RainHoneyWatermelon.xml b/data/templates/npc/13277-RainHoneyWatermelon.xml new file mode 100644 index 000000000..84e282f93 --- /dev/null +++ b/data/templates/npc/13277-RainHoneyWatermelon.xml @@ -0,0 +1,24 @@ + + + + Rain Honey Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13278-LargeRainHoneyWatermelon.xml b/data/templates/npc/13278-LargeRainHoneyWatermelon.xml new file mode 100644 index 000000000..36d4a25f1 --- /dev/null +++ b/data/templates/npc/13278-LargeRainHoneyWatermelon.xml @@ -0,0 +1,24 @@ + + + + Large Rain Honey Watermelon + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13279-Uldie.xml b/data/templates/npc/13279-Uldie.xml new file mode 100644 index 000000000..3def5f318 --- /dev/null +++ b/data/templates/npc/13279-Uldie.xml @@ -0,0 +1,25 @@ + + + + Uldie + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13280-Belldandy.xml b/data/templates/npc/13280-Belldandy.xml new file mode 100644 index 000000000..b24ec5a96 --- /dev/null +++ b/data/templates/npc/13280-Belldandy.xml @@ -0,0 +1,25 @@ + + + + Belldandy + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13281-Skooldie.xml b/data/templates/npc/13281-Skooldie.xml new file mode 100644 index 000000000..5d724e337 --- /dev/null +++ b/data/templates/npc/13281-Skooldie.xml @@ -0,0 +1,26 @@ + + + + Skooldie + Event manager + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13282-Skooldie.xml b/data/templates/npc/13282-Skooldie.xml new file mode 100644 index 000000000..7eb166623 --- /dev/null +++ b/data/templates/npc/13282-Skooldie.xml @@ -0,0 +1,25 @@ + + + + Skooldie + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13283-Treykan.xml b/data/templates/npc/13283-Treykan.xml new file mode 100644 index 000000000..c616a92ff --- /dev/null +++ b/data/templates/npc/13283-Treykan.xml @@ -0,0 +1,25 @@ + + + + Treykan + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13284.xml b/data/templates/npc/13284.xml new file mode 100644 index 000000000..18bbad166 --- /dev/null +++ b/data/templates/npc/13284.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13285-SantaClaus.xml b/data/templates/npc/13285-SantaClaus.xml new file mode 100644 index 000000000..b3ae1bc7c --- /dev/null +++ b/data/templates/npc/13285-SantaClaus.xml @@ -0,0 +1,26 @@ + + + + Santa Claus + Event manager + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13286-BabyWhiteTiger.xml b/data/templates/npc/13286-BabyWhiteTiger.xml new file mode 100644 index 000000000..5cd95de49 --- /dev/null +++ b/data/templates/npc/13286-BabyWhiteTiger.xml @@ -0,0 +1,25 @@ + + + + Baby White Tiger + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13287-BabyWhiteTigerCaptain.xml b/data/templates/npc/13287-BabyWhiteTigerCaptain.xml new file mode 100644 index 000000000..8ade9378a --- /dev/null +++ b/data/templates/npc/13287-BabyWhiteTigerCaptain.xml @@ -0,0 +1,25 @@ + + + + Baby White Tiger Captain + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13288-GloomyBabyWhiteTiger.xml b/data/templates/npc/13288-GloomyBabyWhiteTiger.xml new file mode 100644 index 000000000..7aa7f26bb --- /dev/null +++ b/data/templates/npc/13288-GloomyBabyWhiteTiger.xml @@ -0,0 +1,25 @@ + + + + Gloomy Baby White Tiger + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13289-GloomyBabyWhiteTigerCaptain.xml b/data/templates/npc/13289-GloomyBabyWhiteTigerCaptain.xml new file mode 100644 index 000000000..071cbce21 --- /dev/null +++ b/data/templates/npc/13289-GloomyBabyWhiteTigerCaptain.xml @@ -0,0 +1,25 @@ + + + + Gloomy Baby White Tiger Captain + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13290-WhiteTiger.xml b/data/templates/npc/13290-WhiteTiger.xml new file mode 100644 index 000000000..4c67ead13 --- /dev/null +++ b/data/templates/npc/13290-WhiteTiger.xml @@ -0,0 +1,25 @@ + + + + White Tiger + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13291-WhiteTigerCaptain.xml b/data/templates/npc/13291-WhiteTigerCaptain.xml new file mode 100644 index 000000000..66e0d7ce7 --- /dev/null +++ b/data/templates/npc/13291-WhiteTigerCaptain.xml @@ -0,0 +1,25 @@ + + + + White Tiger Captain + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13292-EmployeeOfMagicResearchInstitute.xml b/data/templates/npc/13292-EmployeeOfMagicResearchInstitute.xml new file mode 100644 index 000000000..20d541ad9 --- /dev/null +++ b/data/templates/npc/13292-EmployeeOfMagicResearchInstitute.xml @@ -0,0 +1,27 @@ + + + + Employee of Magic Research Institute + Event manager + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/13293.xml b/data/templates/npc/13293.xml new file mode 100644 index 000000000..930d565de --- /dev/null +++ b/data/templates/npc/13293.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13294.xml b/data/templates/npc/13294.xml new file mode 100644 index 000000000..cb1741867 --- /dev/null +++ b/data/templates/npc/13294.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13295-ShiningWhite.xml b/data/templates/npc/13295-ShiningWhite.xml new file mode 100644 index 000000000..0995c10f9 --- /dev/null +++ b/data/templates/npc/13295-ShiningWhite.xml @@ -0,0 +1,26 @@ + + + + Shining White + Event manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/13296-Freya.xml b/data/templates/npc/13296-Freya.xml new file mode 100644 index 000000000..b91011aa2 --- /dev/null +++ b/data/templates/npc/13296-Freya.xml @@ -0,0 +1,26 @@ + + + + Freya + Event manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/14-WarmHeartedSno.xml b/data/templates/npc/14-WarmHeartedSno.xml new file mode 100644 index 000000000..8b31d436e --- /dev/null +++ b/data/templates/npc/14-WarmHeartedSno.xml @@ -0,0 +1,26 @@ + + + + Warm Hearted Sno + Beginner Supporter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/15-WarmHeartedSno.xml b/data/templates/npc/15-WarmHeartedSno.xml new file mode 100644 index 000000000..a12d8b908 --- /dev/null +++ b/data/templates/npc/15-WarmHeartedSno.xml @@ -0,0 +1,26 @@ + + + + Warm Hearted Sno + Beginner Supporter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1501-MajoAgathion.xml b/data/templates/npc/1501-MajoAgathion.xml new file mode 100644 index 000000000..d0d294067 --- /dev/null +++ b/data/templates/npc/1501-MajoAgathion.xml @@ -0,0 +1,25 @@ + + + + Majo Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1502-GoldAgathion.xml b/data/templates/npc/1502-GoldAgathion.xml new file mode 100644 index 000000000..133064ab7 --- /dev/null +++ b/data/templates/npc/1502-GoldAgathion.xml @@ -0,0 +1,25 @@ + + + + Gold Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1503-BlackAgathion.xml b/data/templates/npc/1503-BlackAgathion.xml new file mode 100644 index 000000000..de9c2aa7b --- /dev/null +++ b/data/templates/npc/1503-BlackAgathion.xml @@ -0,0 +1,25 @@ + + + + Black Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1504-PlaipitakAgathion.xml b/data/templates/npc/1504-PlaipitakAgathion.xml new file mode 100644 index 000000000..40d36da5f --- /dev/null +++ b/data/templates/npc/1504-PlaipitakAgathion.xml @@ -0,0 +1,25 @@ + + + + Plaipitak Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1505-BabyPandaAgathion.xml b/data/templates/npc/1505-BabyPandaAgathion.xml new file mode 100644 index 000000000..d91775b60 --- /dev/null +++ b/data/templates/npc/1505-BabyPandaAgathion.xml @@ -0,0 +1,25 @@ + + + + Baby Panda Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1506-BambooPandaAgathion.xml b/data/templates/npc/1506-BambooPandaAgathion.xml new file mode 100644 index 000000000..6e1b39f27 --- /dev/null +++ b/data/templates/npc/1506-BambooPandaAgathion.xml @@ -0,0 +1,25 @@ + + + + Bamboo Panda Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1507-SexyPandaAgathion.xml b/data/templates/npc/1507-SexyPandaAgathion.xml new file mode 100644 index 000000000..ce324dea8 --- /dev/null +++ b/data/templates/npc/1507-SexyPandaAgathion.xml @@ -0,0 +1,25 @@ + + + + Sexy Panda Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1508-WhiteCupidAgathion.xml b/data/templates/npc/1508-WhiteCupidAgathion.xml new file mode 100644 index 000000000..74d9b1ab6 --- /dev/null +++ b/data/templates/npc/1508-WhiteCupidAgathion.xml @@ -0,0 +1,25 @@ + + + + White Cupid Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1509-DarkCupidAgathion.xml b/data/templates/npc/1509-DarkCupidAgathion.xml new file mode 100644 index 000000000..e84c75eaf --- /dev/null +++ b/data/templates/npc/1509-DarkCupidAgathion.xml @@ -0,0 +1,25 @@ + + + + Dark Cupid Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1510-WhiteManekiNekoAgathion.xml b/data/templates/npc/1510-WhiteManekiNekoAgathion.xml new file mode 100644 index 000000000..6bd6a0812 --- /dev/null +++ b/data/templates/npc/1510-WhiteManekiNekoAgathion.xml @@ -0,0 +1,25 @@ + + + + White Maneki Neko Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1511-BlackManekiNekoAgathion.xml b/data/templates/npc/1511-BlackManekiNekoAgathion.xml new file mode 100644 index 000000000..061d94bbf --- /dev/null +++ b/data/templates/npc/1511-BlackManekiNekoAgathion.xml @@ -0,0 +1,25 @@ + + + + Black Maneki Neko Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1512-BrownManekiNekoAgathion.xml b/data/templates/npc/1512-BrownManekiNekoAgathion.xml new file mode 100644 index 000000000..1bde504a1 --- /dev/null +++ b/data/templates/npc/1512-BrownManekiNekoAgathion.xml @@ -0,0 +1,25 @@ + + + + Brown Maneki Neko Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1513-OneEyedBatDroveAgathion.xml b/data/templates/npc/1513-OneEyedBatDroveAgathion.xml new file mode 100644 index 000000000..8cb8ae637 --- /dev/null +++ b/data/templates/npc/1513-OneEyedBatDroveAgathion.xml @@ -0,0 +1,25 @@ + + + + One-Eyed Bat Drove Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1514-PegasusAgathion.xml b/data/templates/npc/1514-PegasusAgathion.xml new file mode 100644 index 000000000..b5df60e20 --- /dev/null +++ b/data/templates/npc/1514-PegasusAgathion.xml @@ -0,0 +1,25 @@ + + + + Pegasus Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1515-YellowRobedTojigongAgathion.xml b/data/templates/npc/1515-YellowRobedTojigongAgathion.xml new file mode 100644 index 000000000..6effcc884 --- /dev/null +++ b/data/templates/npc/1515-YellowRobedTojigongAgathion.xml @@ -0,0 +1,25 @@ + + + + Yellow-Robed Tojigong Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1516-BlueRobedTojigongAgathion.xml b/data/templates/npc/1516-BlueRobedTojigongAgathion.xml new file mode 100644 index 000000000..6a5dd5ce4 --- /dev/null +++ b/data/templates/npc/1516-BlueRobedTojigongAgathion.xml @@ -0,0 +1,25 @@ + + + + Blue-Robed Tojigong Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1517-GreenRobedTojigongAgathion.xml b/data/templates/npc/1517-GreenRobedTojigongAgathion.xml new file mode 100644 index 000000000..0d86cd4ab --- /dev/null +++ b/data/templates/npc/1517-GreenRobedTojigongAgathion.xml @@ -0,0 +1,25 @@ + + + + Green-Robed Tojigong Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1518-BugbearAgathion.xml b/data/templates/npc/1518-BugbearAgathion.xml new file mode 100644 index 000000000..4a0380b5b --- /dev/null +++ b/data/templates/npc/1518-BugbearAgathion.xml @@ -0,0 +1,25 @@ + + + + Bugbear Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1519-RedSumoWrestlerAgathion.xml b/data/templates/npc/1519-RedSumoWrestlerAgathion.xml new file mode 100644 index 000000000..77c038c67 --- /dev/null +++ b/data/templates/npc/1519-RedSumoWrestlerAgathion.xml @@ -0,0 +1,25 @@ + + + + Red Sumo Wrestler Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1520-BlueSumoWrestlerAgathion.xml b/data/templates/npc/1520-BlueSumoWrestlerAgathion.xml new file mode 100644 index 000000000..84926a686 --- /dev/null +++ b/data/templates/npc/1520-BlueSumoWrestlerAgathion.xml @@ -0,0 +1,25 @@ + + + + Blue Sumo Wrestler Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1521-GreatSumoMatchAgathion.xml b/data/templates/npc/1521-GreatSumoMatchAgathion.xml new file mode 100644 index 000000000..50daa38e2 --- /dev/null +++ b/data/templates/npc/1521-GreatSumoMatchAgathion.xml @@ -0,0 +1,25 @@ + + + + Great Sumo Match Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1522-ButtonEyedBearDoll.xml b/data/templates/npc/1522-ButtonEyedBearDoll.xml new file mode 100644 index 000000000..c175f8f14 --- /dev/null +++ b/data/templates/npc/1522-ButtonEyedBearDoll.xml @@ -0,0 +1,25 @@ + + + + Button-Eyed Bear Doll + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1523-GodOfFortune.xml b/data/templates/npc/1523-GodOfFortune.xml new file mode 100644 index 000000000..917a68c45 --- /dev/null +++ b/data/templates/npc/1523-GodOfFortune.xml @@ -0,0 +1,25 @@ + + + + God of Fortune + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1524-DryadAgathion.xml b/data/templates/npc/1524-DryadAgathion.xml new file mode 100644 index 000000000..75ddedc33 --- /dev/null +++ b/data/templates/npc/1524-DryadAgathion.xml @@ -0,0 +1,25 @@ + + + + Dryad Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1525-WonbosoAgathion.xml b/data/templates/npc/1525-WonbosoAgathion.xml new file mode 100644 index 000000000..408975912 --- /dev/null +++ b/data/templates/npc/1525-WonbosoAgathion.xml @@ -0,0 +1,25 @@ + + + + Wonboso Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1526-DaewoonsoAgathion.xml b/data/templates/npc/1526-DaewoonsoAgathion.xml new file mode 100644 index 000000000..c011e226b --- /dev/null +++ b/data/templates/npc/1526-DaewoonsoAgathion.xml @@ -0,0 +1,25 @@ + + + + Daewoonso Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1527-PomonaAgathion.xml b/data/templates/npc/1527-PomonaAgathion.xml new file mode 100644 index 000000000..75df0e9d0 --- /dev/null +++ b/data/templates/npc/1527-PomonaAgathion.xml @@ -0,0 +1,25 @@ + + + + Pomona Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1528-WeaverAgathion.xml b/data/templates/npc/1528-WeaverAgathion.xml new file mode 100644 index 000000000..a132976e0 --- /dev/null +++ b/data/templates/npc/1528-WeaverAgathion.xml @@ -0,0 +1,25 @@ + + + + Weaver Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1529-ChonChonAgathion.xml b/data/templates/npc/1529-ChonChonAgathion.xml new file mode 100644 index 000000000..23402064e --- /dev/null +++ b/data/templates/npc/1529-ChonChonAgathion.xml @@ -0,0 +1,25 @@ + + + + Chon-chon Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1530-TangTangAgathion.xml b/data/templates/npc/1530-TangTangAgathion.xml new file mode 100644 index 000000000..6df7bedf4 --- /dev/null +++ b/data/templates/npc/1530-TangTangAgathion.xml @@ -0,0 +1,25 @@ + + + + Tang-tang Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1531-DancingLuckyKidAgathion.xml b/data/templates/npc/1531-DancingLuckyKidAgathion.xml new file mode 100644 index 000000000..688cd76b8 --- /dev/null +++ b/data/templates/npc/1531-DancingLuckyKidAgathion.xml @@ -0,0 +1,25 @@ + + + + Dancing Lucky Kid Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1532-MonkeyKingAgathion.xml b/data/templates/npc/1532-MonkeyKingAgathion.xml new file mode 100644 index 000000000..8acef2518 --- /dev/null +++ b/data/templates/npc/1532-MonkeyKingAgathion.xml @@ -0,0 +1,25 @@ + + + + Monkey King Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1533-UtankaAgathion.xml b/data/templates/npc/1533-UtankaAgathion.xml new file mode 100644 index 000000000..f6bed07b7 --- /dev/null +++ b/data/templates/npc/1533-UtankaAgathion.xml @@ -0,0 +1,25 @@ + + + + Utanka Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1534-BonusBAgathion.xml b/data/templates/npc/1534-BonusBAgathion.xml new file mode 100644 index 000000000..35bafed10 --- /dev/null +++ b/data/templates/npc/1534-BonusBAgathion.xml @@ -0,0 +1,25 @@ + + + + Bonus B Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1535-ZombieAgathion.xml b/data/templates/npc/1535-ZombieAgathion.xml new file mode 100644 index 000000000..26a2ad2a8 --- /dev/null +++ b/data/templates/npc/1535-ZombieAgathion.xml @@ -0,0 +1,25 @@ + + + + Zombie Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1536-BaekyiHwamaeAgathion.xml b/data/templates/npc/1536-BaekyiHwamaeAgathion.xml new file mode 100644 index 000000000..162238592 --- /dev/null +++ b/data/templates/npc/1536-BaekyiHwamaeAgathion.xml @@ -0,0 +1,25 @@ + + + + Baekyi Hwamae Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1537-GwanwooHwamaeAgathion.xml b/data/templates/npc/1537-GwanwooHwamaeAgathion.xml new file mode 100644 index 000000000..efa73fc57 --- /dev/null +++ b/data/templates/npc/1537-GwanwooHwamaeAgathion.xml @@ -0,0 +1,25 @@ + + + + Gwanwoo Hwamae Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1539-IkenAgathion.xml b/data/templates/npc/1539-IkenAgathion.xml new file mode 100644 index 000000000..cdbfa48c7 --- /dev/null +++ b/data/templates/npc/1539-IkenAgathion.xml @@ -0,0 +1,25 @@ + + + + Iken Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1540-LanaAgathion.xml b/data/templates/npc/1540-LanaAgathion.xml new file mode 100644 index 000000000..7fcaea975 --- /dev/null +++ b/data/templates/npc/1540-LanaAgathion.xml @@ -0,0 +1,25 @@ + + + + Lana Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1541-GnocianAgathion.xml b/data/templates/npc/1541-GnocianAgathion.xml new file mode 100644 index 000000000..8a35d089d --- /dev/null +++ b/data/templates/npc/1541-GnocianAgathion.xml @@ -0,0 +1,25 @@ + + + + Gnocian Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1542-OrodrielAgathion.xml b/data/templates/npc/1542-OrodrielAgathion.xml new file mode 100644 index 000000000..6c331bbe4 --- /dev/null +++ b/data/templates/npc/1542-OrodrielAgathion.xml @@ -0,0 +1,25 @@ + + + + Orodriel Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1543-LakinosAgathion.xml b/data/templates/npc/1543-LakinosAgathion.xml new file mode 100644 index 000000000..0c6924dd5 --- /dev/null +++ b/data/templates/npc/1543-LakinosAgathion.xml @@ -0,0 +1,25 @@ + + + + Lakinos Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1544-MortiaAgathion.xml b/data/templates/npc/1544-MortiaAgathion.xml new file mode 100644 index 000000000..7e2e1c04b --- /dev/null +++ b/data/templates/npc/1544-MortiaAgathion.xml @@ -0,0 +1,25 @@ + + + + Mortia Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1545-HayanceAgathion.xml b/data/templates/npc/1545-HayanceAgathion.xml new file mode 100644 index 000000000..119f9f695 --- /dev/null +++ b/data/templates/npc/1545-HayanceAgathion.xml @@ -0,0 +1,25 @@ + + + + Hayance Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1546-MerurilAgathion.xml b/data/templates/npc/1546-MerurilAgathion.xml new file mode 100644 index 000000000..eb2d2a75a --- /dev/null +++ b/data/templates/npc/1546-MerurilAgathion.xml @@ -0,0 +1,25 @@ + + + + Meruril Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1547-TamanZeLapatuiAgathion.xml b/data/templates/npc/1547-TamanZeLapatuiAgathion.xml new file mode 100644 index 000000000..6c6b77b08 --- /dev/null +++ b/data/templates/npc/1547-TamanZeLapatuiAgathion.xml @@ -0,0 +1,25 @@ + + + + Taman ze Lapatui Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1548-KaurinAgathion.xml b/data/templates/npc/1548-KaurinAgathion.xml new file mode 100644 index 000000000..cbcec7074 --- /dev/null +++ b/data/templates/npc/1548-KaurinAgathion.xml @@ -0,0 +1,25 @@ + + + + Kaurin Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1549-AhertbeinAgathion.xml b/data/templates/npc/1549-AhertbeinAgathion.xml new file mode 100644 index 000000000..18d11fd6d --- /dev/null +++ b/data/templates/npc/1549-AhertbeinAgathion.xml @@ -0,0 +1,25 @@ + + + + Ahertbein Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1550-NaoninAgathion.xml b/data/templates/npc/1550-NaoninAgathion.xml new file mode 100644 index 000000000..20679d1b0 --- /dev/null +++ b/data/templates/npc/1550-NaoninAgathion.xml @@ -0,0 +1,25 @@ + + + + Naonin Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1551-GuangongAgathion.xml b/data/templates/npc/1551-GuangongAgathion.xml new file mode 100644 index 000000000..1d1e885d6 --- /dev/null +++ b/data/templates/npc/1551-GuangongAgathion.xml @@ -0,0 +1,25 @@ + + + + Guangong Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1552-GwanseumNyangNyangAgathion.xml b/data/templates/npc/1552-GwanseumNyangNyangAgathion.xml new file mode 100644 index 000000000..03d38b34f --- /dev/null +++ b/data/templates/npc/1552-GwanseumNyangNyangAgathion.xml @@ -0,0 +1,25 @@ + + + + Gwanseum Nyang Nyang Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1553-BlueOperaAgathion.xml b/data/templates/npc/1553-BlueOperaAgathion.xml new file mode 100644 index 000000000..31430fb2f --- /dev/null +++ b/data/templates/npc/1553-BlueOperaAgathion.xml @@ -0,0 +1,25 @@ + + + + Blue Opera Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1554-RedOperaAgathion.xml b/data/templates/npc/1554-RedOperaAgathion.xml new file mode 100644 index 000000000..c54a18d59 --- /dev/null +++ b/data/templates/npc/1554-RedOperaAgathion.xml @@ -0,0 +1,25 @@ + + + + Red Opera Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1555-OperaAgathion.xml b/data/templates/npc/1555-OperaAgathion.xml new file mode 100644 index 000000000..c0a26bf65 --- /dev/null +++ b/data/templates/npc/1555-OperaAgathion.xml @@ -0,0 +1,25 @@ + + + + Opera Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1556-MandarinDressAgathion.xml b/data/templates/npc/1556-MandarinDressAgathion.xml new file mode 100644 index 000000000..21a98d8fa --- /dev/null +++ b/data/templates/npc/1556-MandarinDressAgathion.xml @@ -0,0 +1,25 @@ + + + + Mandarin Dress Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1557-NepalSnowAgathion.xml b/data/templates/npc/1557-NepalSnowAgathion.xml new file mode 100644 index 000000000..f26027b5d --- /dev/null +++ b/data/templates/npc/1557-NepalSnowAgathion.xml @@ -0,0 +1,25 @@ + + + + Nepal Snow Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1558-RoundBallSnowAgathion.xml b/data/templates/npc/1558-RoundBallSnowAgathion.xml new file mode 100644 index 000000000..b2fa0fc3b --- /dev/null +++ b/data/templates/npc/1558-RoundBallSnowAgathion.xml @@ -0,0 +1,25 @@ + + + + Round Ball Snow Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1559-LadderSnowAgathion.xml b/data/templates/npc/1559-LadderSnowAgathion.xml new file mode 100644 index 000000000..e2bedfe99 --- /dev/null +++ b/data/templates/npc/1559-LadderSnowAgathion.xml @@ -0,0 +1,25 @@ + + + + Ladder Snow Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1560-BlueOperaAgathion.xml b/data/templates/npc/1560-BlueOperaAgathion.xml new file mode 100644 index 000000000..d344ab6a6 --- /dev/null +++ b/data/templates/npc/1560-BlueOperaAgathion.xml @@ -0,0 +1,25 @@ + + + + Blue Opera Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1574-Phoenix.xml b/data/templates/npc/1574-Phoenix.xml new file mode 100644 index 000000000..0800c3357 --- /dev/null +++ b/data/templates/npc/1574-Phoenix.xml @@ -0,0 +1,25 @@ + + + + Phoenix + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1575-ThreeHeadedDragon.xml b/data/templates/npc/1575-ThreeHeadedDragon.xml new file mode 100644 index 000000000..a1a23b019 --- /dev/null +++ b/data/templates/npc/1575-ThreeHeadedDragon.xml @@ -0,0 +1,25 @@ + + + + Three-headed Dragon + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1576-BallTrappingGnosian.xml b/data/templates/npc/1576-BallTrappingGnosian.xml new file mode 100644 index 000000000..fd976496c --- /dev/null +++ b/data/templates/npc/1576-BallTrappingGnosian.xml @@ -0,0 +1,25 @@ + + + + Ball Trapping Gnosian + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1577-BallTrappingOrodriel.xml b/data/templates/npc/1577-BallTrappingOrodriel.xml new file mode 100644 index 000000000..f408baa8f --- /dev/null +++ b/data/templates/npc/1577-BallTrappingOrodriel.xml @@ -0,0 +1,25 @@ + + + + Ball Trapping Orodriel + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1578-PenaltyKick.xml b/data/templates/npc/1578-PenaltyKick.xml new file mode 100644 index 000000000..9e2198df0 --- /dev/null +++ b/data/templates/npc/1578-PenaltyKick.xml @@ -0,0 +1,25 @@ + + + + Penalty Kick + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1579-BallTrappingGnosianBlue.xml b/data/templates/npc/1579-BallTrappingGnosianBlue.xml new file mode 100644 index 000000000..fc0bb659e --- /dev/null +++ b/data/templates/npc/1579-BallTrappingGnosianBlue.xml @@ -0,0 +1,25 @@ + + + + Ball Trapping Gnosian (blue) + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1580-BallTrappingOrodrielBlue.xml b/data/templates/npc/1580-BallTrappingOrodrielBlue.xml new file mode 100644 index 000000000..edb4d367c --- /dev/null +++ b/data/templates/npc/1580-BallTrappingOrodrielBlue.xml @@ -0,0 +1,25 @@ + + + + Ball Trapping Orodriel (blue) + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1581-PenaltyKickBlue.xml b/data/templates/npc/1581-PenaltyKickBlue.xml new file mode 100644 index 000000000..465e7c1f9 --- /dev/null +++ b/data/templates/npc/1581-PenaltyKickBlue.xml @@ -0,0 +1,25 @@ + + + + Penalty Kick (blue) + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1582-BallTrappingGnosianRed.xml b/data/templates/npc/1582-BallTrappingGnosianRed.xml new file mode 100644 index 000000000..58fa1c870 --- /dev/null +++ b/data/templates/npc/1582-BallTrappingGnosianRed.xml @@ -0,0 +1,25 @@ + + + + Ball Trapping Gnosian (red) + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1583-BallTrappingOrodrielRed.xml b/data/templates/npc/1583-BallTrappingOrodrielRed.xml new file mode 100644 index 000000000..4606e944f --- /dev/null +++ b/data/templates/npc/1583-BallTrappingOrodrielRed.xml @@ -0,0 +1,25 @@ + + + + Ball Trapping Orodriel (red) + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1584-PenaltyKickRed.xml b/data/templates/npc/1584-PenaltyKickRed.xml new file mode 100644 index 000000000..ced20d9a1 --- /dev/null +++ b/data/templates/npc/1584-PenaltyKickRed.xml @@ -0,0 +1,25 @@ + + + + Penalty Kick (red) + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1585-GrannyTiger.xml b/data/templates/npc/1585-GrannyTiger.xml new file mode 100644 index 000000000..c42ebe557 --- /dev/null +++ b/data/templates/npc/1585-GrannyTiger.xml @@ -0,0 +1,25 @@ + + + + Granny Tiger + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1586-FlowerFairySpirit.xml b/data/templates/npc/1586-FlowerFairySpirit.xml new file mode 100644 index 000000000..84fe89238 --- /dev/null +++ b/data/templates/npc/1586-FlowerFairySpirit.xml @@ -0,0 +1,25 @@ + + + + Flower Fairy Spirit + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1587-CheerleaderOrodriel.xml b/data/templates/npc/1587-CheerleaderOrodriel.xml new file mode 100644 index 000000000..5f550445c --- /dev/null +++ b/data/templates/npc/1587-CheerleaderOrodriel.xml @@ -0,0 +1,25 @@ + + + + Cheerleader Orodriel + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1588-CheerleaderLana.xml b/data/templates/npc/1588-CheerleaderLana.xml new file mode 100644 index 000000000..9a0a36ed6 --- /dev/null +++ b/data/templates/npc/1588-CheerleaderLana.xml @@ -0,0 +1,25 @@ + + + + Cheerleader Lana + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1589-CheerleaderNaonin.xml b/data/templates/npc/1589-CheerleaderNaonin.xml new file mode 100644 index 000000000..97ac5fc02 --- /dev/null +++ b/data/templates/npc/1589-CheerleaderNaonin.xml @@ -0,0 +1,25 @@ + + + + Cheerleader Naonin + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1590-CheerleaderMortia.xml b/data/templates/npc/1590-CheerleaderMortia.xml new file mode 100644 index 000000000..bc3cc17e4 --- /dev/null +++ b/data/templates/npc/1590-CheerleaderMortia.xml @@ -0,0 +1,25 @@ + + + + Cheerleader Mortia + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1591-CheerleaderKaurin.xml b/data/templates/npc/1591-CheerleaderKaurin.xml new file mode 100644 index 000000000..0b119b407 --- /dev/null +++ b/data/templates/npc/1591-CheerleaderKaurin.xml @@ -0,0 +1,25 @@ + + + + Cheerleader Kaurin + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1592-CheerleaderMeruril.xml b/data/templates/npc/1592-CheerleaderMeruril.xml new file mode 100644 index 000000000..37b03d8e9 --- /dev/null +++ b/data/templates/npc/1592-CheerleaderMeruril.xml @@ -0,0 +1,25 @@ + + + + Cheerleader Meruril + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/1593-Handy.xml b/data/templates/npc/1593-Handy.xml new file mode 100644 index 000000000..84ed46752 --- /dev/null +++ b/data/templates/npc/1593-Handy.xml @@ -0,0 +1,25 @@ + + + + Handy + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16-WarmHeartedSno.xml b/data/templates/npc/16-WarmHeartedSno.xml new file mode 100644 index 000000000..51782546e --- /dev/null +++ b/data/templates/npc/16-WarmHeartedSno.xml @@ -0,0 +1,26 @@ + + + + Warm Hearted Sno + Beginner Supporter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16026-BeastlyAgathion.xml b/data/templates/npc/16026-BeastlyAgathion.xml new file mode 100644 index 000000000..c31b946a8 --- /dev/null +++ b/data/templates/npc/16026-BeastlyAgathion.xml @@ -0,0 +1,25 @@ + + + + Beastly Agathion + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16027-RainbowAgathion.xml b/data/templates/npc/16027-RainbowAgathion.xml new file mode 100644 index 000000000..22281ebdd --- /dev/null +++ b/data/templates/npc/16027-RainbowAgathion.xml @@ -0,0 +1,25 @@ + + + + Rainbow Agathion + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16028-LordAgathion.xml b/data/templates/npc/16028-LordAgathion.xml new file mode 100644 index 000000000..9d139611f --- /dev/null +++ b/data/templates/npc/16028-LordAgathion.xml @@ -0,0 +1,25 @@ + + + + Lord Agathion + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16029-FortressAgathion.xml b/data/templates/npc/16029-FortressAgathion.xml new file mode 100644 index 000000000..469bb410d --- /dev/null +++ b/data/templates/npc/16029-FortressAgathion.xml @@ -0,0 +1,25 @@ + + + + Fortress Agathion + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16031-LittleAngelAgathion.xml b/data/templates/npc/16031-LittleAngelAgathion.xml new file mode 100644 index 000000000..b154525bd --- /dev/null +++ b/data/templates/npc/16031-LittleAngelAgathion.xml @@ -0,0 +1,25 @@ + + + + Little Angel Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16032-LittleDevilAgathion.xml b/data/templates/npc/16032-LittleDevilAgathion.xml new file mode 100644 index 000000000..88f831c86 --- /dev/null +++ b/data/templates/npc/16032-LittleDevilAgathion.xml @@ -0,0 +1,25 @@ + + + + Little Devil Agathion + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16033-RudolphAgathion.xml b/data/templates/npc/16033-RudolphAgathion.xml new file mode 100644 index 000000000..da221350d --- /dev/null +++ b/data/templates/npc/16033-RudolphAgathion.xml @@ -0,0 +1,25 @@ + + + + Rudolph Agathion + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16049-LoveAgathion.xml b/data/templates/npc/16049-LoveAgathion.xml new file mode 100644 index 000000000..61557399b --- /dev/null +++ b/data/templates/npc/16049-LoveAgathion.xml @@ -0,0 +1,25 @@ + + + + Love Agathion + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16054-Monkey.xml b/data/templates/npc/16054-Monkey.xml new file mode 100644 index 000000000..584842177 --- /dev/null +++ b/data/templates/npc/16054-Monkey.xml @@ -0,0 +1,25 @@ + + + + Monkey + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16055-Griffon.xml b/data/templates/npc/16055-Griffon.xml new file mode 100644 index 000000000..67ffa85ef --- /dev/null +++ b/data/templates/npc/16055-Griffon.xml @@ -0,0 +1,25 @@ + + + + Griffon + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16056-Joy.xml b/data/templates/npc/16056-Joy.xml new file mode 100644 index 000000000..a417dab9c --- /dev/null +++ b/data/templates/npc/16056-Joy.xml @@ -0,0 +1,25 @@ + + + + Joy + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16057-Sorrow.xml b/data/templates/npc/16057-Sorrow.xml new file mode 100644 index 000000000..6dca47079 --- /dev/null +++ b/data/templates/npc/16057-Sorrow.xml @@ -0,0 +1,25 @@ + + + + Sorrow + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16058-Anger.xml b/data/templates/npc/16058-Anger.xml new file mode 100644 index 000000000..774e107c3 --- /dev/null +++ b/data/templates/npc/16058-Anger.xml @@ -0,0 +1,25 @@ + + + + Anger + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16059-BoyBear.xml b/data/templates/npc/16059-BoyBear.xml new file mode 100644 index 000000000..0bc03a029 --- /dev/null +++ b/data/templates/npc/16059-BoyBear.xml @@ -0,0 +1,25 @@ + + + + Boy Bear + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16060-GirlBear.xml b/data/templates/npc/16060-GirlBear.xml new file mode 100644 index 000000000..41fd323fe --- /dev/null +++ b/data/templates/npc/16060-GirlBear.xml @@ -0,0 +1,25 @@ + + + + Girl Bear + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16061-CollectionDevice.xml b/data/templates/npc/16061-CollectionDevice.xml new file mode 100644 index 000000000..e590b729f --- /dev/null +++ b/data/templates/npc/16061-CollectionDevice.xml @@ -0,0 +1,25 @@ + + + + Collection Device + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16062-Knight.xml b/data/templates/npc/16062-Knight.xml new file mode 100644 index 000000000..041b08031 --- /dev/null +++ b/data/templates/npc/16062-Knight.xml @@ -0,0 +1,25 @@ + + + + Knight + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16063-Saerom.xml b/data/templates/npc/16063-Saerom.xml new file mode 100644 index 000000000..ef0576531 --- /dev/null +++ b/data/templates/npc/16063-Saerom.xml @@ -0,0 +1,25 @@ + + + + Saerom + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16064-Juju.xml b/data/templates/npc/16064-Juju.xml new file mode 100644 index 000000000..65f1a5c95 --- /dev/null +++ b/data/templates/npc/16064-Juju.xml @@ -0,0 +1,25 @@ + + + + Juju + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16065-OinkOink.xml b/data/templates/npc/16065-OinkOink.xml new file mode 100644 index 000000000..93addaba9 --- /dev/null +++ b/data/templates/npc/16065-OinkOink.xml @@ -0,0 +1,25 @@ + + + + Oink Oink + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16066-LightOfDawn.xml b/data/templates/npc/16066-LightOfDawn.xml new file mode 100644 index 000000000..60858c3df --- /dev/null +++ b/data/templates/npc/16066-LightOfDawn.xml @@ -0,0 +1,25 @@ + + + + Light of Dawn + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16069-Pona.xml b/data/templates/npc/16069-Pona.xml new file mode 100644 index 000000000..8dc7749c6 --- /dev/null +++ b/data/templates/npc/16069-Pona.xml @@ -0,0 +1,25 @@ + + + + Pona + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16070-Towbat.xml b/data/templates/npc/16070-Towbat.xml new file mode 100644 index 000000000..205099a1c --- /dev/null +++ b/data/templates/npc/16070-Towbat.xml @@ -0,0 +1,25 @@ + + + + Towbat + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/16073-RudolphAgathion.xml b/data/templates/npc/16073-RudolphAgathion.xml new file mode 100644 index 000000000..e4c51cd63 --- /dev/null +++ b/data/templates/npc/16073-RudolphAgathion.xml @@ -0,0 +1,25 @@ + + + + Rudolph Agathion + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/17-WarmHeartedSno.xml b/data/templates/npc/17-WarmHeartedSno.xml new file mode 100644 index 000000000..33d84ea39 --- /dev/null +++ b/data/templates/npc/17-WarmHeartedSno.xml @@ -0,0 +1,26 @@ + + + + Warm Hearted Sno + Beginner Supporter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18-WarmHeartedSno.xml b/data/templates/npc/18-WarmHeartedSno.xml new file mode 100644 index 000000000..a8b93ff71 --- /dev/null +++ b/data/templates/npc/18-WarmHeartedSno.xml @@ -0,0 +1,26 @@ + + + + Warm Hearted Sno + Beginner Supporter + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18299-FlameOfTheBranded.xml b/data/templates/npc/18299-FlameOfTheBranded.xml new file mode 100644 index 000000000..562e667a9 --- /dev/null +++ b/data/templates/npc/18299-FlameOfTheBranded.xml @@ -0,0 +1,25 @@ + + + + Flame of the Branded + 35 + MALE + + + + + + + + + + + + + + + 4894 + 290 + + + diff --git a/data/templates/npc/18300-OfferingOfTheBrandedEvokedSpirit.xml b/data/templates/npc/18300-OfferingOfTheBrandedEvokedSpirit.xml new file mode 100644 index 000000000..a012a616a --- /dev/null +++ b/data/templates/npc/18300-OfferingOfTheBrandedEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of the Branded Evoked Spirit + 33 + MALE + + + + + + + + + + + + + + + 1751 + 100 + + + + diff --git a/data/templates/npc/18301-FlameOfApostates.xml b/data/templates/npc/18301-FlameOfApostates.xml new file mode 100644 index 000000000..177e7ab96 --- /dev/null +++ b/data/templates/npc/18301-FlameOfApostates.xml @@ -0,0 +1,25 @@ + + + + Flame of Apostates + 46 + MALE + + + + + + + + + + + + + + + 8454 + 599 + + + diff --git a/data/templates/npc/18302-OfferingOfApostatesEvokedSpirit.xml b/data/templates/npc/18302-OfferingOfApostatesEvokedSpirit.xml new file mode 100644 index 000000000..8227f98c8 --- /dev/null +++ b/data/templates/npc/18302-OfferingOfApostatesEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of Apostates Evoked Spirit + 44 + MALE + + + + + + + + + + + + + + + 3113 + 213 + + + + diff --git a/data/templates/npc/18303-FlameOfTheWitch.xml b/data/templates/npc/18303-FlameOfTheWitch.xml new file mode 100644 index 000000000..3b8b36990 --- /dev/null +++ b/data/templates/npc/18303-FlameOfTheWitch.xml @@ -0,0 +1,25 @@ + + + + Flame of the Witch + 57 + MALE + + + + + + + + + + + + + + + 12980 + 1079 + + + diff --git a/data/templates/npc/18304-OfferingOfTheWitchEvokedSpirit.xml b/data/templates/npc/18304-OfferingOfTheWitchEvokedSpirit.xml new file mode 100644 index 000000000..dcf9a852d --- /dev/null +++ b/data/templates/npc/18304-OfferingOfTheWitchEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of the Witch Evoked Spirit + 55 + MALE + + + + + + + + + + + + + + + 4864 + 393 + + + + diff --git a/data/templates/npc/18305-FlameOfDarkOmen.xml b/data/templates/npc/18305-FlameOfDarkOmen.xml new file mode 100644 index 000000000..41115aae9 --- /dev/null +++ b/data/templates/npc/18305-FlameOfDarkOmen.xml @@ -0,0 +1,25 @@ + + + + Flame of Dark Omen + 68 + MALE + + + + + + + + + + + + + + + 18473 + 1784 + + + diff --git a/data/templates/npc/18306-OfferingOfDarkOmenEvokedSpirit.xml b/data/templates/npc/18306-OfferingOfDarkOmenEvokedSpirit.xml new file mode 100644 index 000000000..be5f1416f --- /dev/null +++ b/data/templates/npc/18306-OfferingOfDarkOmenEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of Dark Omen Evoked Spirit + 66 + MALE + + + + + + + + + + + + + + + 7004 + 659 + + + + diff --git a/data/templates/npc/18307-FlameOfForbiddenPath.xml b/data/templates/npc/18307-FlameOfForbiddenPath.xml new file mode 100644 index 000000000..a6c824f42 --- /dev/null +++ b/data/templates/npc/18307-FlameOfForbiddenPath.xml @@ -0,0 +1,25 @@ + + + + Flame of Forbidden Path + 78 + MALE + + + + + + + + + + + + + + + 24933 + 2763 + + + diff --git a/data/templates/npc/18308-OfferingOfForbiddenPathEvokedSpirit.xml b/data/templates/npc/18308-OfferingOfForbiddenPathEvokedSpirit.xml new file mode 100644 index 000000000..2d81800c8 --- /dev/null +++ b/data/templates/npc/18308-OfferingOfForbiddenPathEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of /Forbidden Path Evoked Spirit + 77 + MALE + + + + + + + + + + + + + + + 9534 + 1032 + + + + diff --git a/data/templates/npc/18309-FlameOfTheBranded.xml b/data/templates/npc/18309-FlameOfTheBranded.xml new file mode 100644 index 000000000..575aac4c1 --- /dev/null +++ b/data/templates/npc/18309-FlameOfTheBranded.xml @@ -0,0 +1,25 @@ + + + + Flame of the Branded + 35 + MALE + + + + + + + + + + + + + + + 4894 + 290 + + + diff --git a/data/templates/npc/18310-OfferingOfTheBrandedEvokedSpirit.xml b/data/templates/npc/18310-OfferingOfTheBrandedEvokedSpirit.xml new file mode 100644 index 000000000..e54c9cc81 --- /dev/null +++ b/data/templates/npc/18310-OfferingOfTheBrandedEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of the Branded Evoked Spirit + 33 + MALE + + + + + + + + + + + + + + + 1751 + 100 + + + + diff --git a/data/templates/npc/18311-FlameOfApostates.xml b/data/templates/npc/18311-FlameOfApostates.xml new file mode 100644 index 000000000..ba35aaa5a --- /dev/null +++ b/data/templates/npc/18311-FlameOfApostates.xml @@ -0,0 +1,25 @@ + + + + Flame of Apostates + 46 + MALE + + + + + + + + + + + + + + + 8454 + 599 + + + diff --git a/data/templates/npc/18312-OfferingOfApostatesEvokedSpirit.xml b/data/templates/npc/18312-OfferingOfApostatesEvokedSpirit.xml new file mode 100644 index 000000000..e7e1d288a --- /dev/null +++ b/data/templates/npc/18312-OfferingOfApostatesEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of Apostates Evoked Spirit + 44 + MALE + + + + + + + + + + + + + + + 3113 + 213 + + + + diff --git a/data/templates/npc/18313-FlameOfTheWitch.xml b/data/templates/npc/18313-FlameOfTheWitch.xml new file mode 100644 index 000000000..64a580009 --- /dev/null +++ b/data/templates/npc/18313-FlameOfTheWitch.xml @@ -0,0 +1,25 @@ + + + + Flame of the Witch + 57 + MALE + + + + + + + + + + + + + + + 12980 + 1079 + + + diff --git a/data/templates/npc/18314-OfferingOfTheWitchEvokedSpirit.xml b/data/templates/npc/18314-OfferingOfTheWitchEvokedSpirit.xml new file mode 100644 index 000000000..47c92fc81 --- /dev/null +++ b/data/templates/npc/18314-OfferingOfTheWitchEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of the Witch Evoked Spirit + 55 + MALE + + + + + + + + + + + + + + + 4864 + 393 + + + + diff --git a/data/templates/npc/18315-FlameOfDarkOmen.xml b/data/templates/npc/18315-FlameOfDarkOmen.xml new file mode 100644 index 000000000..0e4109c9c --- /dev/null +++ b/data/templates/npc/18315-FlameOfDarkOmen.xml @@ -0,0 +1,25 @@ + + + + Flame of Dark Omen + 68 + MALE + + + + + + + + + + + + + + + 18473 + 1784 + + + diff --git a/data/templates/npc/18316-OfferingOfDarkOmenEvokedSpirit.xml b/data/templates/npc/18316-OfferingOfDarkOmenEvokedSpirit.xml new file mode 100644 index 000000000..ecb3338fe --- /dev/null +++ b/data/templates/npc/18316-OfferingOfDarkOmenEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of Dark Omen Evoked Spirit + 66 + MALE + + + + + + + + + + + + + + + 7004 + 659 + + + + diff --git a/data/templates/npc/18317-FlameOfForbiddenPath.xml b/data/templates/npc/18317-FlameOfForbiddenPath.xml new file mode 100644 index 000000000..73c1415a1 --- /dev/null +++ b/data/templates/npc/18317-FlameOfForbiddenPath.xml @@ -0,0 +1,25 @@ + + + + Flame of Forbidden Path + 78 + MALE + + + + + + + + + + + + + + + 24933 + 2763 + + + diff --git a/data/templates/npc/18318-OfferingOfForbiddenPathEvokedSpirit.xml b/data/templates/npc/18318-OfferingOfForbiddenPathEvokedSpirit.xml new file mode 100644 index 000000000..6a5ddc6b5 --- /dev/null +++ b/data/templates/npc/18318-OfferingOfForbiddenPathEvokedSpirit.xml @@ -0,0 +1,26 @@ + + + + Offering of Forbidden Path Evoked Spirit + 77 + MALE + + + + + + + + + + + + + + + 9534 + 1032 + + + + diff --git a/data/templates/npc/18378-Trap.xml b/data/templates/npc/18378-Trap.xml new file mode 100644 index 000000000..7e9fd5840 --- /dev/null +++ b/data/templates/npc/18378-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18379-Trap.xml b/data/templates/npc/18379-Trap.xml new file mode 100644 index 000000000..18d26d0f3 --- /dev/null +++ b/data/templates/npc/18379-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18380-Trap.xml b/data/templates/npc/18380-Trap.xml new file mode 100644 index 000000000..4d6ee344d --- /dev/null +++ b/data/templates/npc/18380-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18381-Trap.xml b/data/templates/npc/18381-Trap.xml new file mode 100644 index 000000000..31f6dcafe --- /dev/null +++ b/data/templates/npc/18381-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18382-Trap.xml b/data/templates/npc/18382-Trap.xml new file mode 100644 index 000000000..4524012fe --- /dev/null +++ b/data/templates/npc/18382-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18383-Trap.xml b/data/templates/npc/18383-Trap.xml new file mode 100644 index 000000000..b090add4e --- /dev/null +++ b/data/templates/npc/18383-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18384-Trap.xml b/data/templates/npc/18384-Trap.xml new file mode 100644 index 000000000..e69f9face --- /dev/null +++ b/data/templates/npc/18384-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18385-Trap.xml b/data/templates/npc/18385-Trap.xml new file mode 100644 index 000000000..4bab17977 --- /dev/null +++ b/data/templates/npc/18385-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18386-Trap.xml b/data/templates/npc/18386-Trap.xml new file mode 100644 index 000000000..474296880 --- /dev/null +++ b/data/templates/npc/18386-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18387-Trap.xml b/data/templates/npc/18387-Trap.xml new file mode 100644 index 000000000..65204e543 --- /dev/null +++ b/data/templates/npc/18387-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18388-Trap.xml b/data/templates/npc/18388-Trap.xml new file mode 100644 index 000000000..206141efa --- /dev/null +++ b/data/templates/npc/18388-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18389-Trap.xml b/data/templates/npc/18389-Trap.xml new file mode 100644 index 000000000..376839e87 --- /dev/null +++ b/data/templates/npc/18389-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18390-Trap.xml b/data/templates/npc/18390-Trap.xml new file mode 100644 index 000000000..b842e7037 --- /dev/null +++ b/data/templates/npc/18390-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18391-Trap.xml b/data/templates/npc/18391-Trap.xml new file mode 100644 index 000000000..ec2ab830b --- /dev/null +++ b/data/templates/npc/18391-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18392-Trap.xml b/data/templates/npc/18392-Trap.xml new file mode 100644 index 000000000..c09389c96 --- /dev/null +++ b/data/templates/npc/18392-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18393-Trap.xml b/data/templates/npc/18393-Trap.xml new file mode 100644 index 000000000..56afd608d --- /dev/null +++ b/data/templates/npc/18393-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18394-Trap.xml b/data/templates/npc/18394-Trap.xml new file mode 100644 index 000000000..de2110a57 --- /dev/null +++ b/data/templates/npc/18394-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18395-Trap.xml b/data/templates/npc/18395-Trap.xml new file mode 100644 index 000000000..b4ce67827 --- /dev/null +++ b/data/templates/npc/18395-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18396-Trap.xml b/data/templates/npc/18396-Trap.xml new file mode 100644 index 000000000..2ffd72fd6 --- /dev/null +++ b/data/templates/npc/18396-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18397-Trap.xml b/data/templates/npc/18397-Trap.xml new file mode 100644 index 000000000..9ad2a338a --- /dev/null +++ b/data/templates/npc/18397-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18398-Trap.xml b/data/templates/npc/18398-Trap.xml new file mode 100644 index 000000000..fc14ec195 --- /dev/null +++ b/data/templates/npc/18398-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18399-Trap.xml b/data/templates/npc/18399-Trap.xml new file mode 100644 index 000000000..d2ea87aab --- /dev/null +++ b/data/templates/npc/18399-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18400-Trap.xml b/data/templates/npc/18400-Trap.xml new file mode 100644 index 000000000..ce901d0de --- /dev/null +++ b/data/templates/npc/18400-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18401-Trap.xml b/data/templates/npc/18401-Trap.xml new file mode 100644 index 000000000..80df3c562 --- /dev/null +++ b/data/templates/npc/18401-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18402-Trap.xml b/data/templates/npc/18402-Trap.xml new file mode 100644 index 000000000..8b4515726 --- /dev/null +++ b/data/templates/npc/18402-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18403-Trap.xml b/data/templates/npc/18403-Trap.xml new file mode 100644 index 000000000..083e40a43 --- /dev/null +++ b/data/templates/npc/18403-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18404-Trap.xml b/data/templates/npc/18404-Trap.xml new file mode 100644 index 000000000..776af0909 --- /dev/null +++ b/data/templates/npc/18404-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18405-Trap.xml b/data/templates/npc/18405-Trap.xml new file mode 100644 index 000000000..538b27630 --- /dev/null +++ b/data/templates/npc/18405-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18406-Trap.xml b/data/templates/npc/18406-Trap.xml new file mode 100644 index 000000000..b8cafa393 --- /dev/null +++ b/data/templates/npc/18406-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18407-Trap.xml b/data/templates/npc/18407-Trap.xml new file mode 100644 index 000000000..ad33e8a2a --- /dev/null +++ b/data/templates/npc/18407-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18408-Trap.xml b/data/templates/npc/18408-Trap.xml new file mode 100644 index 000000000..55117c775 --- /dev/null +++ b/data/templates/npc/18408-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18409-Trap.xml b/data/templates/npc/18409-Trap.xml new file mode 100644 index 000000000..36a962bf3 --- /dev/null +++ b/data/templates/npc/18409-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18410-Trap.xml b/data/templates/npc/18410-Trap.xml new file mode 100644 index 000000000..29bdbf479 --- /dev/null +++ b/data/templates/npc/18410-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18411-Trap.xml b/data/templates/npc/18411-Trap.xml new file mode 100644 index 000000000..48712f1d8 --- /dev/null +++ b/data/templates/npc/18411-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18412-Trap.xml b/data/templates/npc/18412-Trap.xml new file mode 100644 index 000000000..ff3fb585e --- /dev/null +++ b/data/templates/npc/18412-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18413-Trap.xml b/data/templates/npc/18413-Trap.xml new file mode 100644 index 000000000..521b79bd4 --- /dev/null +++ b/data/templates/npc/18413-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18414-WarriorSGatekeeper.xml b/data/templates/npc/18414-WarriorSGatekeeper.xml new file mode 100644 index 000000000..82a014ae0 --- /dev/null +++ b/data/templates/npc/18414-WarriorSGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Warrior's Gatekeeper + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18415-MidwayGatekeeper.xml b/data/templates/npc/18415-MidwayGatekeeper.xml new file mode 100644 index 000000000..982dee791 --- /dev/null +++ b/data/templates/npc/18415-MidwayGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Midway Gatekeeper + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18416-Doorman.xml b/data/templates/npc/18416-Doorman.xml new file mode 100644 index 000000000..d89820474 --- /dev/null +++ b/data/templates/npc/18416-Doorman.xml @@ -0,0 +1,24 @@ + + + + Doorman + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18417-BridgeKeeper.xml b/data/templates/npc/18417-BridgeKeeper.xml new file mode 100644 index 000000000..b758ad924 --- /dev/null +++ b/data/templates/npc/18417-BridgeKeeper.xml @@ -0,0 +1,24 @@ + + + + Bridge Keeper + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18418-BridgeKeeper.xml b/data/templates/npc/18418-BridgeKeeper.xml new file mode 100644 index 000000000..eb1d6bd98 --- /dev/null +++ b/data/templates/npc/18418-BridgeKeeper.xml @@ -0,0 +1,24 @@ + + + + Bridge Keeper + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18419-BridgeKeeper.xml b/data/templates/npc/18419-BridgeKeeper.xml new file mode 100644 index 000000000..60e9e84ed --- /dev/null +++ b/data/templates/npc/18419-BridgeKeeper.xml @@ -0,0 +1,24 @@ + + + + Bridge Keeper + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18420-Trap.xml b/data/templates/npc/18420-Trap.xml new file mode 100644 index 000000000..79c8ba1e1 --- /dev/null +++ b/data/templates/npc/18420-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18427.xml b/data/templates/npc/18427.xml new file mode 100644 index 000000000..7873c86c8 --- /dev/null +++ b/data/templates/npc/18427.xml @@ -0,0 +1,23 @@ + + + + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18428.xml b/data/templates/npc/18428.xml new file mode 100644 index 000000000..88606dcf9 --- /dev/null +++ b/data/templates/npc/18428.xml @@ -0,0 +1,23 @@ + + + + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18429.xml b/data/templates/npc/18429.xml new file mode 100644 index 000000000..3e145e35d --- /dev/null +++ b/data/templates/npc/18429.xml @@ -0,0 +1,23 @@ + + + + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18430.xml b/data/templates/npc/18430.xml new file mode 100644 index 000000000..84f3110c9 --- /dev/null +++ b/data/templates/npc/18430.xml @@ -0,0 +1,23 @@ + + + + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18431-Trap.xml b/data/templates/npc/18431-Trap.xml new file mode 100644 index 000000000..1a9c41685 --- /dev/null +++ b/data/templates/npc/18431-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18432-Trap.xml b/data/templates/npc/18432-Trap.xml new file mode 100644 index 000000000..3d71133f3 --- /dev/null +++ b/data/templates/npc/18432-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18433-Trap.xml b/data/templates/npc/18433-Trap.xml new file mode 100644 index 000000000..9057dccea --- /dev/null +++ b/data/templates/npc/18433-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18434-Trap.xml b/data/templates/npc/18434-Trap.xml new file mode 100644 index 000000000..e82e46f83 --- /dev/null +++ b/data/templates/npc/18434-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18435-Trap.xml b/data/templates/npc/18435-Trap.xml new file mode 100644 index 000000000..202a712db --- /dev/null +++ b/data/templates/npc/18435-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18436-Trap.xml b/data/templates/npc/18436-Trap.xml new file mode 100644 index 000000000..8819fcb2e --- /dev/null +++ b/data/templates/npc/18436-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18437-Trap.xml b/data/templates/npc/18437-Trap.xml new file mode 100644 index 000000000..6c36fa2a5 --- /dev/null +++ b/data/templates/npc/18437-Trap.xml @@ -0,0 +1,25 @@ + + + + Trap + 18 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18438-Trap.xml b/data/templates/npc/18438-Trap.xml new file mode 100644 index 000000000..8681b7b82 --- /dev/null +++ b/data/templates/npc/18438-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 15 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18441-KamaelGatekeeper.xml b/data/templates/npc/18441-KamaelGatekeeper.xml new file mode 100644 index 000000000..09b4b174d --- /dev/null +++ b/data/templates/npc/18441-KamaelGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Kamael Gatekeeper + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18442-Trap.xml b/data/templates/npc/18442-Trap.xml new file mode 100644 index 000000000..dc95b7d87 --- /dev/null +++ b/data/templates/npc/18442-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18443-Trap.xml b/data/templates/npc/18443-Trap.xml new file mode 100644 index 000000000..fa3984892 --- /dev/null +++ b/data/templates/npc/18443-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18445-TullySGatekeeper.xml b/data/templates/npc/18445-TullySGatekeeper.xml new file mode 100644 index 000000000..7e949a54b --- /dev/null +++ b/data/templates/npc/18445-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18446-TullySGatekeeper.xml b/data/templates/npc/18446-TullySGatekeeper.xml new file mode 100644 index 000000000..25bd7ad26 --- /dev/null +++ b/data/templates/npc/18446-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18447-TullySGatekeeper.xml b/data/templates/npc/18447-TullySGatekeeper.xml new file mode 100644 index 000000000..107d9281e --- /dev/null +++ b/data/templates/npc/18447-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18448-TullySGatekeeper.xml b/data/templates/npc/18448-TullySGatekeeper.xml new file mode 100644 index 000000000..711829210 --- /dev/null +++ b/data/templates/npc/18448-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18449-TullySGatekeeper.xml b/data/templates/npc/18449-TullySGatekeeper.xml new file mode 100644 index 000000000..28984dc31 --- /dev/null +++ b/data/templates/npc/18449-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18450-TullySGatekeeper.xml b/data/templates/npc/18450-TullySGatekeeper.xml new file mode 100644 index 000000000..b29dc49ec --- /dev/null +++ b/data/templates/npc/18450-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18451-TullySGatekeeper.xml b/data/templates/npc/18451-TullySGatekeeper.xml new file mode 100644 index 000000000..1ecb16ab7 --- /dev/null +++ b/data/templates/npc/18451-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18452-TullySGatekeeper.xml b/data/templates/npc/18452-TullySGatekeeper.xml new file mode 100644 index 000000000..9a96cd381 --- /dev/null +++ b/data/templates/npc/18452-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18453-TullySGatekeeper.xml b/data/templates/npc/18453-TullySGatekeeper.xml new file mode 100644 index 000000000..cfc89a786 --- /dev/null +++ b/data/templates/npc/18453-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18454-TullySGatekeeper.xml b/data/templates/npc/18454-TullySGatekeeper.xml new file mode 100644 index 000000000..d0f4f79ba --- /dev/null +++ b/data/templates/npc/18454-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18455-TullySGatekeeper.xml b/data/templates/npc/18455-TullySGatekeeper.xml new file mode 100644 index 000000000..fabe6ae46 --- /dev/null +++ b/data/templates/npc/18455-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18456-TullySGatekeeper.xml b/data/templates/npc/18456-TullySGatekeeper.xml new file mode 100644 index 000000000..d0b695e9b --- /dev/null +++ b/data/templates/npc/18456-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18457-TullySGatekeeper.xml b/data/templates/npc/18457-TullySGatekeeper.xml new file mode 100644 index 000000000..20eb0d48e --- /dev/null +++ b/data/templates/npc/18457-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18458-TullySGatekeeper.xml b/data/templates/npc/18458-TullySGatekeeper.xml new file mode 100644 index 000000000..62a98e064 --- /dev/null +++ b/data/templates/npc/18458-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18459-TullySGatekeeper.xml b/data/templates/npc/18459-TullySGatekeeper.xml new file mode 100644 index 000000000..6ba6f7cb6 --- /dev/null +++ b/data/templates/npc/18459-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18460-TullySGatekeeper.xml b/data/templates/npc/18460-TullySGatekeeper.xml new file mode 100644 index 000000000..8852facc4 --- /dev/null +++ b/data/templates/npc/18460-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18461-TullySGatekeeper.xml b/data/templates/npc/18461-TullySGatekeeper.xml new file mode 100644 index 000000000..30cb81f26 --- /dev/null +++ b/data/templates/npc/18461-TullySGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Tully's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18468-Doorman.xml b/data/templates/npc/18468-Doorman.xml new file mode 100644 index 000000000..27a22590d --- /dev/null +++ b/data/templates/npc/18468-Doorman.xml @@ -0,0 +1,24 @@ + + + + Doorman + 18 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18469-HallGuard.xml b/data/templates/npc/18469-HallGuard.xml new file mode 100644 index 000000000..4d18fdd78 --- /dev/null +++ b/data/templates/npc/18469-HallGuard.xml @@ -0,0 +1,25 @@ + + + + Hall Guard + 83 + MALE + + + + + + + + + + + + + + + 253630 + 26086 + + + diff --git a/data/templates/npc/18470-HallGuard.xml b/data/templates/npc/18470-HallGuard.xml new file mode 100644 index 000000000..e3a1e8ea3 --- /dev/null +++ b/data/templates/npc/18470-HallGuard.xml @@ -0,0 +1,25 @@ + + + + Hall Guard + 83 + MALE + + + + + + + + + + + + + + + 103029 + 11126 + + + diff --git a/data/templates/npc/18471-HallGuard.xml b/data/templates/npc/18471-HallGuard.xml new file mode 100644 index 000000000..ad19d06e1 --- /dev/null +++ b/data/templates/npc/18471-HallGuard.xml @@ -0,0 +1,25 @@ + + + + Hall Guard + 83 + MALE + + + + + + + + + + + + + + + 45987 + 4761 + + + diff --git a/data/templates/npc/18472-HallGuard.xml b/data/templates/npc/18472-HallGuard.xml new file mode 100644 index 000000000..4962130e4 --- /dev/null +++ b/data/templates/npc/18472-HallGuard.xml @@ -0,0 +1,25 @@ + + + + Hall Guard + 83 + MALE + + + + + + + + + + + + + + + 112394 + 12138 + + + diff --git a/data/templates/npc/18473-HallCaptain.xml b/data/templates/npc/18473-HallCaptain.xml new file mode 100644 index 000000000..f9c5eced7 --- /dev/null +++ b/data/templates/npc/18473-HallCaptain.xml @@ -0,0 +1,25 @@ + + + + Hall Captain + 83 + MALE + + + + + + + + + + + + + + + 724449 + 78237 + + + diff --git a/data/templates/npc/18475-HallGuard.xml b/data/templates/npc/18475-HallGuard.xml new file mode 100644 index 000000000..fa499f2dd --- /dev/null +++ b/data/templates/npc/18475-HallGuard.xml @@ -0,0 +1,25 @@ + + + + Hall Guard + 83 + FEMALE + + + + + + + + + + + + + + + 90678 + 9792 + + + diff --git a/data/templates/npc/18476-HallGuard.xml b/data/templates/npc/18476-HallGuard.xml new file mode 100644 index 000000000..565df8807 --- /dev/null +++ b/data/templates/npc/18476-HallGuard.xml @@ -0,0 +1,25 @@ + + + + Hall Guard + 83 + MALE + + + + + + + + + + + + + + + 104688 + 11305 + + + diff --git a/data/templates/npc/18479-InnerCastleSentry.xml b/data/templates/npc/18479-InnerCastleSentry.xml new file mode 100644 index 000000000..4b3e31801 --- /dev/null +++ b/data/templates/npc/18479-InnerCastleSentry.xml @@ -0,0 +1,25 @@ + + + + Inner Castle Sentry + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18480-InnerCastleGuard.xml b/data/templates/npc/18480-InnerCastleGuard.xml new file mode 100644 index 000000000..de171ad36 --- /dev/null +++ b/data/templates/npc/18480-InnerCastleGuard.xml @@ -0,0 +1,25 @@ + + + + Inner Castle Guard + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18481-InnerCastleSeer.xml b/data/templates/npc/18481-InnerCastleSeer.xml new file mode 100644 index 000000000..77eebf9ed --- /dev/null +++ b/data/templates/npc/18481-InnerCastleSeer.xml @@ -0,0 +1,25 @@ + + + + Inner Castle Seer + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18484-NaiaFailan.xml b/data/templates/npc/18484-NaiaFailan.xml new file mode 100644 index 000000000..d795dd358 --- /dev/null +++ b/data/templates/npc/18484-NaiaFailan.xml @@ -0,0 +1,24 @@ + + + + Naia Failan + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18485.xml b/data/templates/npc/18485.xml new file mode 100644 index 000000000..af6c8001f --- /dev/null +++ b/data/templates/npc/18485.xml @@ -0,0 +1,28 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/18486.xml b/data/templates/npc/18486.xml new file mode 100644 index 000000000..b48d81f4f --- /dev/null +++ b/data/templates/npc/18486.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18487.xml b/data/templates/npc/18487.xml new file mode 100644 index 000000000..c7e41d506 --- /dev/null +++ b/data/templates/npc/18487.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18488.xml b/data/templates/npc/18488.xml new file mode 100644 index 000000000..481984dc0 --- /dev/null +++ b/data/templates/npc/18488.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18489.xml b/data/templates/npc/18489.xml new file mode 100644 index 000000000..90bd2455a --- /dev/null +++ b/data/templates/npc/18489.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18491-Lock.xml b/data/templates/npc/18491-Lock.xml new file mode 100644 index 000000000..719cc712e --- /dev/null +++ b/data/templates/npc/18491-Lock.xml @@ -0,0 +1,26 @@ + + + + Lock + Tower of Naia + 87 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18492-Controller.xml b/data/templates/npc/18492-Controller.xml new file mode 100644 index 000000000..f86c7247f --- /dev/null +++ b/data/templates/npc/18492-Controller.xml @@ -0,0 +1,26 @@ + + + + Controller + Tower of Naia + 87 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18493-Ward.xml b/data/templates/npc/18493-Ward.xml new file mode 100644 index 000000000..e6091487f --- /dev/null +++ b/data/templates/npc/18493-Ward.xml @@ -0,0 +1,26 @@ + + + + Ward + Tower of Naia + 87 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18494-IngeniousContraption.xml b/data/templates/npc/18494-IngeniousContraption.xml new file mode 100644 index 000000000..795b322d2 --- /dev/null +++ b/data/templates/npc/18494-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18495-IngeniousContraption.xml b/data/templates/npc/18495-IngeniousContraption.xml new file mode 100644 index 000000000..02a8fb6db --- /dev/null +++ b/data/templates/npc/18495-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18496-IngeniousContraption.xml b/data/templates/npc/18496-IngeniousContraption.xml new file mode 100644 index 000000000..62994cdec --- /dev/null +++ b/data/templates/npc/18496-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18497-IngeniousContraption.xml b/data/templates/npc/18497-IngeniousContraption.xml new file mode 100644 index 000000000..921da9809 --- /dev/null +++ b/data/templates/npc/18497-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18498-IngeniousContraption.xml b/data/templates/npc/18498-IngeniousContraption.xml new file mode 100644 index 000000000..5493a68ff --- /dev/null +++ b/data/templates/npc/18498-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18499-IngeniousContraption.xml b/data/templates/npc/18499-IngeniousContraption.xml new file mode 100644 index 000000000..8b8136c7a --- /dev/null +++ b/data/templates/npc/18499-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18500-IngeniousContraption.xml b/data/templates/npc/18500-IngeniousContraption.xml new file mode 100644 index 000000000..f0d13e6ed --- /dev/null +++ b/data/templates/npc/18500-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18501-IngeniousContraption.xml b/data/templates/npc/18501-IngeniousContraption.xml new file mode 100644 index 000000000..6c091764f --- /dev/null +++ b/data/templates/npc/18501-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18502-IngeniousContraption.xml b/data/templates/npc/18502-IngeniousContraption.xml new file mode 100644 index 000000000..4f4c5318e --- /dev/null +++ b/data/templates/npc/18502-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18503-IngeniousContraption.xml b/data/templates/npc/18503-IngeniousContraption.xml new file mode 100644 index 000000000..a36cded02 --- /dev/null +++ b/data/templates/npc/18503-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18504-IngeniousContraption.xml b/data/templates/npc/18504-IngeniousContraption.xml new file mode 100644 index 000000000..bce32c351 --- /dev/null +++ b/data/templates/npc/18504-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18505-IngeniousContraption.xml b/data/templates/npc/18505-IngeniousContraption.xml new file mode 100644 index 000000000..96c5ab6d0 --- /dev/null +++ b/data/templates/npc/18505-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18506-SoulCrystalPillar.xml b/data/templates/npc/18506-SoulCrystalPillar.xml new file mode 100644 index 000000000..3f0d50b24 --- /dev/null +++ b/data/templates/npc/18506-SoulCrystalPillar.xml @@ -0,0 +1,25 @@ + + + + Soul Crystal Pillar + 87 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18507.xml b/data/templates/npc/18507.xml new file mode 100644 index 000000000..93d3a78a4 --- /dev/null +++ b/data/templates/npc/18507.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18508.xml b/data/templates/npc/18508.xml new file mode 100644 index 000000000..53ce3a3d6 --- /dev/null +++ b/data/templates/npc/18508.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18509.xml b/data/templates/npc/18509.xml new file mode 100644 index 000000000..0b1804097 --- /dev/null +++ b/data/templates/npc/18509.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18510.xml b/data/templates/npc/18510.xml new file mode 100644 index 000000000..cc1cb0824 --- /dev/null +++ b/data/templates/npc/18510.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18511.xml b/data/templates/npc/18511.xml new file mode 100644 index 000000000..8f78f9423 --- /dev/null +++ b/data/templates/npc/18511.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18512.xml b/data/templates/npc/18512.xml new file mode 100644 index 000000000..16c2a5dad --- /dev/null +++ b/data/templates/npc/18512.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18513.xml b/data/templates/npc/18513.xml new file mode 100644 index 000000000..0a86cf8eb --- /dev/null +++ b/data/templates/npc/18513.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18514.xml b/data/templates/npc/18514.xml new file mode 100644 index 000000000..0e0c9ad8e --- /dev/null +++ b/data/templates/npc/18514.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18515.xml b/data/templates/npc/18515.xml new file mode 100644 index 000000000..b69db5500 --- /dev/null +++ b/data/templates/npc/18515.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18516.xml b/data/templates/npc/18516.xml new file mode 100644 index 000000000..fcc60f000 --- /dev/null +++ b/data/templates/npc/18516.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18517.xml b/data/templates/npc/18517.xml new file mode 100644 index 000000000..9675a47af --- /dev/null +++ b/data/templates/npc/18517.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18518.xml b/data/templates/npc/18518.xml new file mode 100644 index 000000000..e977320c4 --- /dev/null +++ b/data/templates/npc/18518.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18519.xml b/data/templates/npc/18519.xml new file mode 100644 index 000000000..a7306912c --- /dev/null +++ b/data/templates/npc/18519.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18520.xml b/data/templates/npc/18520.xml new file mode 100644 index 000000000..7140cf4f8 --- /dev/null +++ b/data/templates/npc/18520.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18521.xml b/data/templates/npc/18521.xml new file mode 100644 index 000000000..379c82b26 --- /dev/null +++ b/data/templates/npc/18521.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18522.xml b/data/templates/npc/18522.xml new file mode 100644 index 000000000..98b95abe5 --- /dev/null +++ b/data/templates/npc/18522.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18523.xml b/data/templates/npc/18523.xml new file mode 100644 index 000000000..a4fba6988 --- /dev/null +++ b/data/templates/npc/18523.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18524.xml b/data/templates/npc/18524.xml new file mode 100644 index 000000000..3ee9fb161 --- /dev/null +++ b/data/templates/npc/18524.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18525.xml b/data/templates/npc/18525.xml new file mode 100644 index 000000000..c94585697 --- /dev/null +++ b/data/templates/npc/18525.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18526.xml b/data/templates/npc/18526.xml new file mode 100644 index 000000000..c65c2e65b --- /dev/null +++ b/data/templates/npc/18526.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18527.xml b/data/templates/npc/18527.xml new file mode 100644 index 000000000..7b49c46cb --- /dev/null +++ b/data/templates/npc/18527.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18528.xml b/data/templates/npc/18528.xml new file mode 100644 index 000000000..f5c093864 --- /dev/null +++ b/data/templates/npc/18528.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18529.xml b/data/templates/npc/18529.xml new file mode 100644 index 000000000..264d0bbe6 --- /dev/null +++ b/data/templates/npc/18529.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18530.xml b/data/templates/npc/18530.xml new file mode 100644 index 000000000..aa1c944e7 --- /dev/null +++ b/data/templates/npc/18530.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18531.xml b/data/templates/npc/18531.xml new file mode 100644 index 000000000..365fa472d --- /dev/null +++ b/data/templates/npc/18531.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18532.xml b/data/templates/npc/18532.xml new file mode 100644 index 000000000..eab0e6ae9 --- /dev/null +++ b/data/templates/npc/18532.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18533.xml b/data/templates/npc/18533.xml new file mode 100644 index 000000000..01568b863 --- /dev/null +++ b/data/templates/npc/18533.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18534-KertangSTreasureChest.xml b/data/templates/npc/18534-KertangSTreasureChest.xml new file mode 100644 index 000000000..7b3cc2bf4 --- /dev/null +++ b/data/templates/npc/18534-KertangSTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Kertang's Treasure Chest + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18535-KertangSTreasureChest.xml b/data/templates/npc/18535-KertangSTreasureChest.xml new file mode 100644 index 000000000..b75efa341 --- /dev/null +++ b/data/templates/npc/18535-KertangSTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Kertang's Treasure Chest + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18536-KertangSTreasureChest.xml b/data/templates/npc/18536-KertangSTreasureChest.xml new file mode 100644 index 000000000..03b49ce72 --- /dev/null +++ b/data/templates/npc/18536-KertangSTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Kertang's Treasure Chest + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18537-KertangSTreasureChest.xml b/data/templates/npc/18537-KertangSTreasureChest.xml new file mode 100644 index 000000000..e8857a19d --- /dev/null +++ b/data/templates/npc/18537-KertangSTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Kertang's Treasure Chest + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18538-KertangSTreasureChest.xml b/data/templates/npc/18538-KertangSTreasureChest.xml new file mode 100644 index 000000000..4d4b07543 --- /dev/null +++ b/data/templates/npc/18538-KertangSTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Kertang's Treasure Chest + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18539-ResurrectionTower.xml b/data/templates/npc/18539-ResurrectionTower.xml new file mode 100644 index 000000000..3cd3f8b9c --- /dev/null +++ b/data/templates/npc/18539-ResurrectionTower.xml @@ -0,0 +1,25 @@ + + + + Resurrection Tower + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18540-ResurrectionTower.xml b/data/templates/npc/18540-ResurrectionTower.xml new file mode 100644 index 000000000..5699d06df --- /dev/null +++ b/data/templates/npc/18540-ResurrectionTower.xml @@ -0,0 +1,25 @@ + + + + Resurrection Tower + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18541-ResurrectionTower.xml b/data/templates/npc/18541-ResurrectionTower.xml new file mode 100644 index 000000000..f47f275ac --- /dev/null +++ b/data/templates/npc/18541-ResurrectionTower.xml @@ -0,0 +1,25 @@ + + + + Resurrection Tower + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18542-ResurrectionTower.xml b/data/templates/npc/18542-ResurrectionTower.xml new file mode 100644 index 000000000..7db252323 --- /dev/null +++ b/data/templates/npc/18542-ResurrectionTower.xml @@ -0,0 +1,25 @@ + + + + Resurrection Tower + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18543-ResurrectionTower.xml b/data/templates/npc/18543-ResurrectionTower.xml new file mode 100644 index 000000000..6765c33e1 --- /dev/null +++ b/data/templates/npc/18543-ResurrectionTower.xml @@ -0,0 +1,25 @@ + + + + Resurrection Tower + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18579-HuntingGroundKeeper.xml b/data/templates/npc/18579-HuntingGroundKeeper.xml new file mode 100644 index 000000000..a529987dc --- /dev/null +++ b/data/templates/npc/18579-HuntingGroundKeeper.xml @@ -0,0 +1,26 @@ + + + + Hunting Ground Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18580-CursedGirl.xml b/data/templates/npc/18580-CursedGirl.xml new file mode 100644 index 000000000..3236342f5 --- /dev/null +++ b/data/templates/npc/18580-CursedGirl.xml @@ -0,0 +1,25 @@ + + + + Cursed Girl + 71 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18581-Gardener.xml b/data/templates/npc/18581-Gardener.xml new file mode 100644 index 000000000..1364676d2 --- /dev/null +++ b/data/templates/npc/18581-Gardener.xml @@ -0,0 +1,25 @@ + + + + Gardener + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18582-TurnedGirl.xml b/data/templates/npc/18582-TurnedGirl.xml new file mode 100644 index 000000000..9867b9781 --- /dev/null +++ b/data/templates/npc/18582-TurnedGirl.xml @@ -0,0 +1,26 @@ + + + + Turned Girl + Kratei's Fortune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18583-Housekeeper.xml b/data/templates/npc/18583-Housekeeper.xml new file mode 100644 index 000000000..b9bc28518 --- /dev/null +++ b/data/templates/npc/18583-Housekeeper.xml @@ -0,0 +1,25 @@ + + + + Housekeeper + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18584-TurnedBoy.xml b/data/templates/npc/18584-TurnedBoy.xml new file mode 100644 index 000000000..4ba2e6ea9 --- /dev/null +++ b/data/templates/npc/18584-TurnedBoy.xml @@ -0,0 +1,25 @@ + + + + Turned Boy + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18585-CursedGirl.xml b/data/templates/npc/18585-CursedGirl.xml new file mode 100644 index 000000000..fddf59f83 --- /dev/null +++ b/data/templates/npc/18585-CursedGirl.xml @@ -0,0 +1,25 @@ + + + + Cursed Girl + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18586-Gardener.xml b/data/templates/npc/18586-Gardener.xml new file mode 100644 index 000000000..e8561c023 --- /dev/null +++ b/data/templates/npc/18586-Gardener.xml @@ -0,0 +1,25 @@ + + + + Gardener + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18587-BegrudgedMaid.xml b/data/templates/npc/18587-BegrudgedMaid.xml new file mode 100644 index 000000000..f1a600839 --- /dev/null +++ b/data/templates/npc/18587-BegrudgedMaid.xml @@ -0,0 +1,25 @@ + + + + Begrudged Maid + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18588-HuntingGroundKeeper.xml b/data/templates/npc/18588-HuntingGroundKeeper.xml new file mode 100644 index 000000000..cae8d0c1f --- /dev/null +++ b/data/templates/npc/18588-HuntingGroundKeeper.xml @@ -0,0 +1,26 @@ + + + + Hunting Ground Keeper + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18589-CursedGardener.xml b/data/templates/npc/18589-CursedGardener.xml new file mode 100644 index 000000000..78f253955 --- /dev/null +++ b/data/templates/npc/18589-CursedGardener.xml @@ -0,0 +1,25 @@ + + + + Cursed Gardener + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18590-BaronessEmployee.xml b/data/templates/npc/18590-BaronessEmployee.xml new file mode 100644 index 000000000..9f2737494 --- /dev/null +++ b/data/templates/npc/18590-BaronessEmployee.xml @@ -0,0 +1,26 @@ + + + + Baroness' Employee + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18591-BegrudgedBoy.xml b/data/templates/npc/18591-BegrudgedBoy.xml new file mode 100644 index 000000000..59a756aa4 --- /dev/null +++ b/data/templates/npc/18591-BegrudgedBoy.xml @@ -0,0 +1,25 @@ + + + + Begrudged Boy + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18592-KrateiSSteward.xml b/data/templates/npc/18592-KrateiSSteward.xml new file mode 100644 index 000000000..8dde9336a --- /dev/null +++ b/data/templates/npc/18592-KrateiSSteward.xml @@ -0,0 +1,25 @@ + + + + Kratei's Steward + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18593-Housekeeper.xml b/data/templates/npc/18593-Housekeeper.xml new file mode 100644 index 000000000..df80b2b87 --- /dev/null +++ b/data/templates/npc/18593-Housekeeper.xml @@ -0,0 +1,25 @@ + + + + Housekeeper + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18594-MansionGuide.xml b/data/templates/npc/18594-MansionGuide.xml new file mode 100644 index 000000000..8ec90f361 --- /dev/null +++ b/data/templates/npc/18594-MansionGuide.xml @@ -0,0 +1,25 @@ + + + + Mansion Guide + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18595-BaronessEmployee.xml b/data/templates/npc/18595-BaronessEmployee.xml new file mode 100644 index 000000000..09b7b3e63 --- /dev/null +++ b/data/templates/npc/18595-BaronessEmployee.xml @@ -0,0 +1,26 @@ + + + + Baroness' Employee + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18596-CursedGardener.xml b/data/templates/npc/18596-CursedGardener.xml new file mode 100644 index 000000000..193fe5f89 --- /dev/null +++ b/data/templates/npc/18596-CursedGardener.xml @@ -0,0 +1,25 @@ + + + + Cursed Gardener + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18597-BegrudgedMaid.xml b/data/templates/npc/18597-BegrudgedMaid.xml new file mode 100644 index 000000000..0024db3f6 --- /dev/null +++ b/data/templates/npc/18597-BegrudgedMaid.xml @@ -0,0 +1,25 @@ + + + + Begrudged Maid + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18598-CursedHeadMaid.xml b/data/templates/npc/18598-CursedHeadMaid.xml new file mode 100644 index 000000000..185387ed1 --- /dev/null +++ b/data/templates/npc/18598-CursedHeadMaid.xml @@ -0,0 +1,25 @@ + + + + Cursed Head Maid + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18599-MansionManager.xml b/data/templates/npc/18599-MansionManager.xml new file mode 100644 index 000000000..481d5cc34 --- /dev/null +++ b/data/templates/npc/18599-MansionManager.xml @@ -0,0 +1,25 @@ + + + + Mansion Manager + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18600-KrateiSSteward.xml b/data/templates/npc/18600-KrateiSSteward.xml new file mode 100644 index 000000000..a8acb2586 --- /dev/null +++ b/data/templates/npc/18600-KrateiSSteward.xml @@ -0,0 +1,25 @@ + + + + Kratei's Steward + 86 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18601-KrateiSWatcher.xml b/data/templates/npc/18601-KrateiSWatcher.xml new file mode 100644 index 000000000..40055dd96 --- /dev/null +++ b/data/templates/npc/18601-KrateiSWatcher.xml @@ -0,0 +1,25 @@ + + + + Kratei's Watcher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18602-KrateiSWatcher.xml b/data/templates/npc/18602-KrateiSWatcher.xml new file mode 100644 index 000000000..3f8863d0a --- /dev/null +++ b/data/templates/npc/18602-KrateiSWatcher.xml @@ -0,0 +1,25 @@ + + + + Kratei's Watcher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18603.xml b/data/templates/npc/18603.xml new file mode 100644 index 000000000..d898b8096 --- /dev/null +++ b/data/templates/npc/18603.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18604.xml b/data/templates/npc/18604.xml new file mode 100644 index 000000000..343f0c9f5 --- /dev/null +++ b/data/templates/npc/18604.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18605.xml b/data/templates/npc/18605.xml new file mode 100644 index 000000000..5c3377dff --- /dev/null +++ b/data/templates/npc/18605.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18606.xml b/data/templates/npc/18606.xml new file mode 100644 index 000000000..8b96d252c --- /dev/null +++ b/data/templates/npc/18606.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18617.xml b/data/templates/npc/18617.xml new file mode 100644 index 000000000..50484ab4a --- /dev/null +++ b/data/templates/npc/18617.xml @@ -0,0 +1,24 @@ + + + + 36 + MALE + + + + + + + + + + + + + + + 726 + 28 + + + diff --git a/data/templates/npc/18618.xml b/data/templates/npc/18618.xml new file mode 100644 index 000000000..3ab8e0b45 --- /dev/null +++ b/data/templates/npc/18618.xml @@ -0,0 +1,24 @@ + + + + 36 + MALE + + + + + + + + + + + + + + + 726 + 28 + + + diff --git a/data/templates/npc/18619.xml b/data/templates/npc/18619.xml new file mode 100644 index 000000000..5fb7fc942 --- /dev/null +++ b/data/templates/npc/18619.xml @@ -0,0 +1,24 @@ + + + + 36 + MALE + + + + + + + + + + + + + + + 726 + 28 + + + diff --git a/data/templates/npc/18621.xml b/data/templates/npc/18621.xml new file mode 100644 index 000000000..2e47148cd --- /dev/null +++ b/data/templates/npc/18621.xml @@ -0,0 +1,24 @@ + + + + 42 + MALE + + + + + + + + + + + + + + + 989 + 44 + + + diff --git a/data/templates/npc/18661.xml b/data/templates/npc/18661.xml new file mode 100644 index 000000000..2833244ba --- /dev/null +++ b/data/templates/npc/18661.xml @@ -0,0 +1,24 @@ + + + + 75 + MALE + + + + + + + + + + + + + + + 8087 + 614 + + + diff --git a/data/templates/npc/18662.xml b/data/templates/npc/18662.xml new file mode 100644 index 000000000..c59b82139 --- /dev/null +++ b/data/templates/npc/18662.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 7661 + 300 + + + diff --git a/data/templates/npc/18663.xml b/data/templates/npc/18663.xml new file mode 100644 index 000000000..152849755 --- /dev/null +++ b/data/templates/npc/18663.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18678-EnergySeedWater.xml b/data/templates/npc/18678-EnergySeedWater.xml new file mode 100644 index 000000000..1efb3e892 --- /dev/null +++ b/data/templates/npc/18678-EnergySeedWater.xml @@ -0,0 +1,25 @@ + + + + Energy Seed - Water + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18679-EnergySeedFire.xml b/data/templates/npc/18679-EnergySeedFire.xml new file mode 100644 index 000000000..3803f27e8 --- /dev/null +++ b/data/templates/npc/18679-EnergySeedFire.xml @@ -0,0 +1,25 @@ + + + + Energy Seed - Fire + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18680-EnergySeedWind.xml b/data/templates/npc/18680-EnergySeedWind.xml new file mode 100644 index 000000000..f06170431 --- /dev/null +++ b/data/templates/npc/18680-EnergySeedWind.xml @@ -0,0 +1,25 @@ + + + + Energy Seed - Wind + 2 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18681-EnergySeedEarth.xml b/data/templates/npc/18681-EnergySeedEarth.xml new file mode 100644 index 000000000..eace8f4ce --- /dev/null +++ b/data/templates/npc/18681-EnergySeedEarth.xml @@ -0,0 +1,25 @@ + + + + Energy Seed - Earth + 2 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18682-EnergySeedDivinity.xml b/data/templates/npc/18682-EnergySeedDivinity.xml new file mode 100644 index 000000000..54cddaad1 --- /dev/null +++ b/data/templates/npc/18682-EnergySeedDivinity.xml @@ -0,0 +1,25 @@ + + + + Energy Seed - Divinity + 3 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18683-EnergySeedDarkness.xml b/data/templates/npc/18683-EnergySeedDarkness.xml new file mode 100644 index 000000000..6907d2edb --- /dev/null +++ b/data/templates/npc/18683-EnergySeedDarkness.xml @@ -0,0 +1,25 @@ + + + + Energy Seed - Darkness + 3 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18702-DimensionMovingDevice.xml b/data/templates/npc/18702-DimensionMovingDevice.xml new file mode 100644 index 000000000..b66b5020d --- /dev/null +++ b/data/templates/npc/18702-DimensionMovingDevice.xml @@ -0,0 +1,25 @@ + + + + Dimension Moving Device + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18718-SacrificedFanatic.xml b/data/templates/npc/18718-SacrificedFanatic.xml new file mode 100644 index 000000000..9a5fc9f0e --- /dev/null +++ b/data/templates/npc/18718-SacrificedFanatic.xml @@ -0,0 +1,26 @@ + + + + Sacrificed Fanatic + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18719-SacrificedFanatic.xml b/data/templates/npc/18719-SacrificedFanatic.xml new file mode 100644 index 000000000..e4d870bf1 --- /dev/null +++ b/data/templates/npc/18719-SacrificedFanatic.xml @@ -0,0 +1,25 @@ + + + + Sacrificed Fanatic + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18720-Trap.xml b/data/templates/npc/18720-Trap.xml new file mode 100644 index 000000000..4da801d2b --- /dev/null +++ b/data/templates/npc/18720-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18721-Trap.xml b/data/templates/npc/18721-Trap.xml new file mode 100644 index 000000000..a926229f2 --- /dev/null +++ b/data/templates/npc/18721-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18722-Trap.xml b/data/templates/npc/18722-Trap.xml new file mode 100644 index 000000000..7583620d7 --- /dev/null +++ b/data/templates/npc/18722-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18723-Trap.xml b/data/templates/npc/18723-Trap.xml new file mode 100644 index 000000000..61a6a28c7 --- /dev/null +++ b/data/templates/npc/18723-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18724-Trap.xml b/data/templates/npc/18724-Trap.xml new file mode 100644 index 000000000..b5849fe65 --- /dev/null +++ b/data/templates/npc/18724-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18725-Trap.xml b/data/templates/npc/18725-Trap.xml new file mode 100644 index 000000000..b4ef6d763 --- /dev/null +++ b/data/templates/npc/18725-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18726-Trap.xml b/data/templates/npc/18726-Trap.xml new file mode 100644 index 000000000..926d6f3d5 --- /dev/null +++ b/data/templates/npc/18726-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18727-Trap.xml b/data/templates/npc/18727-Trap.xml new file mode 100644 index 000000000..ffeaf93d5 --- /dev/null +++ b/data/templates/npc/18727-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18728-Trap.xml b/data/templates/npc/18728-Trap.xml new file mode 100644 index 000000000..d94cc15dc --- /dev/null +++ b/data/templates/npc/18728-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18729-Trap.xml b/data/templates/npc/18729-Trap.xml new file mode 100644 index 000000000..c459c00ee --- /dev/null +++ b/data/templates/npc/18729-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18730-Trap.xml b/data/templates/npc/18730-Trap.xml new file mode 100644 index 000000000..5869bbfd4 --- /dev/null +++ b/data/templates/npc/18730-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18731-Trap.xml b/data/templates/npc/18731-Trap.xml new file mode 100644 index 000000000..f8f71c9f5 --- /dev/null +++ b/data/templates/npc/18731-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18732-Trap.xml b/data/templates/npc/18732-Trap.xml new file mode 100644 index 000000000..8e406f9e0 --- /dev/null +++ b/data/templates/npc/18732-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18733-Trap.xml b/data/templates/npc/18733-Trap.xml new file mode 100644 index 000000000..ab77854f8 --- /dev/null +++ b/data/templates/npc/18733-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18734-Trap.xml b/data/templates/npc/18734-Trap.xml new file mode 100644 index 000000000..cae0b9329 --- /dev/null +++ b/data/templates/npc/18734-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18735-Trap.xml b/data/templates/npc/18735-Trap.xml new file mode 100644 index 000000000..2b51f1f25 --- /dev/null +++ b/data/templates/npc/18735-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18736-Trap.xml b/data/templates/npc/18736-Trap.xml new file mode 100644 index 000000000..3137b7382 --- /dev/null +++ b/data/templates/npc/18736-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18737-Trap.xml b/data/templates/npc/18737-Trap.xml new file mode 100644 index 000000000..b24a8ec1d --- /dev/null +++ b/data/templates/npc/18737-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18738-Trap.xml b/data/templates/npc/18738-Trap.xml new file mode 100644 index 000000000..667e4b52e --- /dev/null +++ b/data/templates/npc/18738-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18739-Trap.xml b/data/templates/npc/18739-Trap.xml new file mode 100644 index 000000000..4a07010ae --- /dev/null +++ b/data/templates/npc/18739-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18740-Trap.xml b/data/templates/npc/18740-Trap.xml new file mode 100644 index 000000000..28acb9b7d --- /dev/null +++ b/data/templates/npc/18740-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18741-Trap.xml b/data/templates/npc/18741-Trap.xml new file mode 100644 index 000000000..e579cc866 --- /dev/null +++ b/data/templates/npc/18741-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18742-Trap.xml b/data/templates/npc/18742-Trap.xml new file mode 100644 index 000000000..800858f5c --- /dev/null +++ b/data/templates/npc/18742-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18743-Trap.xml b/data/templates/npc/18743-Trap.xml new file mode 100644 index 000000000..100d8364d --- /dev/null +++ b/data/templates/npc/18743-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18744-Trap.xml b/data/templates/npc/18744-Trap.xml new file mode 100644 index 000000000..e145cc629 --- /dev/null +++ b/data/templates/npc/18744-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18745-Trap.xml b/data/templates/npc/18745-Trap.xml new file mode 100644 index 000000000..213d22121 --- /dev/null +++ b/data/templates/npc/18745-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18746-Trap.xml b/data/templates/npc/18746-Trap.xml new file mode 100644 index 000000000..efdf875d1 --- /dev/null +++ b/data/templates/npc/18746-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18747-Trap.xml b/data/templates/npc/18747-Trap.xml new file mode 100644 index 000000000..d5553ba66 --- /dev/null +++ b/data/templates/npc/18747-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18748-Trap.xml b/data/templates/npc/18748-Trap.xml new file mode 100644 index 000000000..6569ed3a9 --- /dev/null +++ b/data/templates/npc/18748-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18749-Trap.xml b/data/templates/npc/18749-Trap.xml new file mode 100644 index 000000000..ea892c8b0 --- /dev/null +++ b/data/templates/npc/18749-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18750-Trap.xml b/data/templates/npc/18750-Trap.xml new file mode 100644 index 000000000..e2b10e550 --- /dev/null +++ b/data/templates/npc/18750-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18751-Trap.xml b/data/templates/npc/18751-Trap.xml new file mode 100644 index 000000000..8f885b6d7 --- /dev/null +++ b/data/templates/npc/18751-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18752-Trap.xml b/data/templates/npc/18752-Trap.xml new file mode 100644 index 000000000..62fc263b5 --- /dev/null +++ b/data/templates/npc/18752-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18753-Trap.xml b/data/templates/npc/18753-Trap.xml new file mode 100644 index 000000000..5d7350fc6 --- /dev/null +++ b/data/templates/npc/18753-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18754-Trap.xml b/data/templates/npc/18754-Trap.xml new file mode 100644 index 000000000..115f6be91 --- /dev/null +++ b/data/templates/npc/18754-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18755-Trap.xml b/data/templates/npc/18755-Trap.xml new file mode 100644 index 000000000..61da3d6a1 --- /dev/null +++ b/data/templates/npc/18755-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18756-Trap.xml b/data/templates/npc/18756-Trap.xml new file mode 100644 index 000000000..ac4b59f3c --- /dev/null +++ b/data/templates/npc/18756-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18757-Trap.xml b/data/templates/npc/18757-Trap.xml new file mode 100644 index 000000000..9a030a2e5 --- /dev/null +++ b/data/templates/npc/18757-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18758-Trap.xml b/data/templates/npc/18758-Trap.xml new file mode 100644 index 000000000..c1f4dcc22 --- /dev/null +++ b/data/templates/npc/18758-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18759-Trap.xml b/data/templates/npc/18759-Trap.xml new file mode 100644 index 000000000..b73499d56 --- /dev/null +++ b/data/templates/npc/18759-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18760-Trap.xml b/data/templates/npc/18760-Trap.xml new file mode 100644 index 000000000..07e78a1a7 --- /dev/null +++ b/data/templates/npc/18760-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18761-Trap.xml b/data/templates/npc/18761-Trap.xml new file mode 100644 index 000000000..2e17e5df7 --- /dev/null +++ b/data/templates/npc/18761-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18762-Trap.xml b/data/templates/npc/18762-Trap.xml new file mode 100644 index 000000000..3307c6c40 --- /dev/null +++ b/data/templates/npc/18762-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18763-Trap.xml b/data/templates/npc/18763-Trap.xml new file mode 100644 index 000000000..0fc460393 --- /dev/null +++ b/data/templates/npc/18763-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18764-Trap.xml b/data/templates/npc/18764-Trap.xml new file mode 100644 index 000000000..71b2a2e2f --- /dev/null +++ b/data/templates/npc/18764-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18765-Trap.xml b/data/templates/npc/18765-Trap.xml new file mode 100644 index 000000000..e61b4db71 --- /dev/null +++ b/data/templates/npc/18765-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18766-Trap.xml b/data/templates/npc/18766-Trap.xml new file mode 100644 index 000000000..008eef03e --- /dev/null +++ b/data/templates/npc/18766-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18767-Trap.xml b/data/templates/npc/18767-Trap.xml new file mode 100644 index 000000000..fe2096f96 --- /dev/null +++ b/data/templates/npc/18767-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18768-Trap.xml b/data/templates/npc/18768-Trap.xml new file mode 100644 index 000000000..c7b4cdc78 --- /dev/null +++ b/data/templates/npc/18768-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18769-Trap.xml b/data/templates/npc/18769-Trap.xml new file mode 100644 index 000000000..7034edecb --- /dev/null +++ b/data/templates/npc/18769-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18770-Trap.xml b/data/templates/npc/18770-Trap.xml new file mode 100644 index 000000000..2fd3ac499 --- /dev/null +++ b/data/templates/npc/18770-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18771-Trap.xml b/data/templates/npc/18771-Trap.xml new file mode 100644 index 000000000..ae30c03e1 --- /dev/null +++ b/data/templates/npc/18771-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18772-Trap.xml b/data/templates/npc/18772-Trap.xml new file mode 100644 index 000000000..57388d895 --- /dev/null +++ b/data/templates/npc/18772-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18773-Trap.xml b/data/templates/npc/18773-Trap.xml new file mode 100644 index 000000000..e2ec71f22 --- /dev/null +++ b/data/templates/npc/18773-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18774-Trap.xml b/data/templates/npc/18774-Trap.xml new file mode 100644 index 000000000..852e09518 --- /dev/null +++ b/data/templates/npc/18774-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18775-SeedOfDestructionControlDevice.xml b/data/templates/npc/18775-SeedOfDestructionControlDevice.xml new file mode 100644 index 000000000..e8f5ba7dd --- /dev/null +++ b/data/templates/npc/18775-SeedOfDestructionControlDevice.xml @@ -0,0 +1,25 @@ + + + + Seed of Destruction Control Device + 81 + FEMALE + + + + + + + + + + + + + + + 147312 + 11412 + + + diff --git a/data/templates/npc/18824-MerchantOfMammonA.xml b/data/templates/npc/18824-MerchantOfMammonA.xml new file mode 100644 index 000000000..395ddff71 --- /dev/null +++ b/data/templates/npc/18824-MerchantOfMammonA.xml @@ -0,0 +1,25 @@ + + + + Merchant of Mammon A + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18825-MerchantOfMammonB.xml b/data/templates/npc/18825-MerchantOfMammonB.xml new file mode 100644 index 000000000..6df4947f6 --- /dev/null +++ b/data/templates/npc/18825-MerchantOfMammonB.xml @@ -0,0 +1,25 @@ + + + + Merchant of Mammon B + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18826-ShilenSEvilThoughtsForPresentation.xml b/data/templates/npc/18826-ShilenSEvilThoughtsForPresentation.xml new file mode 100644 index 000000000..42c96259b --- /dev/null +++ b/data/templates/npc/18826-ShilenSEvilThoughtsForPresentation.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts For Presentation + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18827-PriestCainForPresentation.xml b/data/templates/npc/18827-PriestCainForPresentation.xml new file mode 100644 index 000000000..22c9d3e13 --- /dev/null +++ b/data/templates/npc/18827-PriestCainForPresentation.xml @@ -0,0 +1,25 @@ + + + + Priest Cain for Presentation + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18828-HighPriestOfDawn.xml b/data/templates/npc/18828-HighPriestOfDawn.xml new file mode 100644 index 000000000..b9417261e --- /dev/null +++ b/data/templates/npc/18828-HighPriestOfDawn.xml @@ -0,0 +1,25 @@ + + + + High Priest of Dawn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18829-ShilenSEvilThoughtsLeaderForPresentation.xml b/data/templates/npc/18829-ShilenSEvilThoughtsLeaderForPresentation.xml new file mode 100644 index 000000000..daf25987f --- /dev/null +++ b/data/templates/npc/18829-ShilenSEvilThoughtsLeaderForPresentation.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts Leader For Presentation + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18830-SsqForPresentationCameraDummy1.xml b/data/templates/npc/18830-SsqForPresentationCameraDummy1.xml new file mode 100644 index 000000000..339981f54 --- /dev/null +++ b/data/templates/npc/18830-SsqForPresentationCameraDummy1.xml @@ -0,0 +1,25 @@ + + + + ssq For Presentation Camera Dummy 1 + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18831-SsqForPresentationCameraDummy2.xml b/data/templates/npc/18831-SsqForPresentationCameraDummy2.xml new file mode 100644 index 000000000..741dd05bd --- /dev/null +++ b/data/templates/npc/18831-SsqForPresentationCameraDummy2.xml @@ -0,0 +1,25 @@ + + + + ssq For Presentation Camera Dummy 2 + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18832-SsqForPresentationCameraDummy3.xml b/data/templates/npc/18832-SsqForPresentationCameraDummy3.xml new file mode 100644 index 000000000..89cc3a350 --- /dev/null +++ b/data/templates/npc/18832-SsqForPresentationCameraDummy3.xml @@ -0,0 +1,25 @@ + + + + ssq For Presentation Camera Dummy 3 + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18833-EmperorSSealDevice.xml b/data/templates/npc/18833-EmperorSSealDevice.xml new file mode 100644 index 000000000..b4ad54dc1 --- /dev/null +++ b/data/templates/npc/18833-EmperorSSealDevice.xml @@ -0,0 +1,25 @@ + + + + Emperor's Seal Device + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18834-GuardsOfTheDawn.xml b/data/templates/npc/18834-GuardsOfTheDawn.xml new file mode 100644 index 000000000..39b5597b1 --- /dev/null +++ b/data/templates/npc/18834-GuardsOfTheDawn.xml @@ -0,0 +1,26 @@ + + + + Guards of the Dawn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18835-GuardsOfTheDawn.xml b/data/templates/npc/18835-GuardsOfTheDawn.xml new file mode 100644 index 000000000..ab3bb0e87 --- /dev/null +++ b/data/templates/npc/18835-GuardsOfTheDawn.xml @@ -0,0 +1,26 @@ + + + + Guards of the Dawn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18836-VarangkaSGuardian.xml b/data/templates/npc/18836-VarangkaSGuardian.xml new file mode 100644 index 000000000..b695a92f4 --- /dev/null +++ b/data/templates/npc/18836-VarangkaSGuardian.xml @@ -0,0 +1,25 @@ + + + + Varangka's Guardian + 82 + MALE + + + + + + + + + + + + + + + 16412 + 1794 + + + diff --git a/data/templates/npc/18837.xml b/data/templates/npc/18837.xml new file mode 100644 index 000000000..2351ab443 --- /dev/null +++ b/data/templates/npc/18837.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18838-TreasureChestOfInvaderSoldierOfNightmare.xml b/data/templates/npc/18838-TreasureChestOfInvaderSoldierOfNightmare.xml new file mode 100644 index 000000000..b66229c49 --- /dev/null +++ b/data/templates/npc/18838-TreasureChestOfInvaderSoldierOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest of Invader Soldier of Nightmare + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18839-WildMaguen.xml b/data/templates/npc/18839-WildMaguen.xml new file mode 100644 index 000000000..86f6a38ba --- /dev/null +++ b/data/templates/npc/18839-WildMaguen.xml @@ -0,0 +1,25 @@ + + + + Wild Maguen + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18840.xml b/data/templates/npc/18840.xml new file mode 100644 index 000000000..6a1fb0dc8 --- /dev/null +++ b/data/templates/npc/18840.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18841.xml b/data/templates/npc/18841.xml new file mode 100644 index 000000000..835ace66f --- /dev/null +++ b/data/templates/npc/18841.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18842.xml b/data/templates/npc/18842.xml new file mode 100644 index 000000000..2344a39ae --- /dev/null +++ b/data/templates/npc/18842.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18843-CokrakonSWard.xml b/data/templates/npc/18843-CokrakonSWard.xml new file mode 100644 index 000000000..82f41199f --- /dev/null +++ b/data/templates/npc/18843-CokrakonSWard.xml @@ -0,0 +1,25 @@ + + + + Cokrakon's Ward + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18844-ReptilikonSWard.xml b/data/templates/npc/18844-ReptilikonSWard.xml new file mode 100644 index 000000000..de86cf92c --- /dev/null +++ b/data/templates/npc/18844-ReptilikonSWard.xml @@ -0,0 +1,25 @@ + + + + Reptilikon's Ward + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18845-TorumbaSTelegraph.xml b/data/templates/npc/18845-TorumbaSTelegraph.xml new file mode 100644 index 000000000..0555902b4 --- /dev/null +++ b/data/templates/npc/18845-TorumbaSTelegraph.xml @@ -0,0 +1,25 @@ + + + + Torumba's Telegraph + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18846-Kegor.xml b/data/templates/npc/18846-Kegor.xml new file mode 100644 index 000000000..37b442681 --- /dev/null +++ b/data/templates/npc/18846-Kegor.xml @@ -0,0 +1,25 @@ + + + + Kegor + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18847-Freya.xml b/data/templates/npc/18847-Freya.xml new file mode 100644 index 000000000..cad79cdf1 --- /dev/null +++ b/data/templates/npc/18847-Freya.xml @@ -0,0 +1,26 @@ + + + + Freya + Ice Queen + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18848-BattalionLeader.xml b/data/templates/npc/18848-BattalionLeader.xml new file mode 100644 index 000000000..1e743a98b --- /dev/null +++ b/data/templates/npc/18848-BattalionLeader.xml @@ -0,0 +1,27 @@ + + + + Battalion Leader + Jinia Guild + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18849-Legionnaire.xml b/data/templates/npc/18849-Legionnaire.xml new file mode 100644 index 000000000..8f4cc5d2f --- /dev/null +++ b/data/templates/npc/18849-Legionnaire.xml @@ -0,0 +1,27 @@ + + + + Legionnaire + Jinia Guild + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/18850-Jinia.xml b/data/templates/npc/18850-Jinia.xml new file mode 100644 index 000000000..0b0fe2dc9 --- /dev/null +++ b/data/templates/npc/18850-Jinia.xml @@ -0,0 +1,25 @@ + + + + Jinia + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18851-Kegor.xml b/data/templates/npc/18851-Kegor.xml new file mode 100644 index 000000000..5329a52be --- /dev/null +++ b/data/templates/npc/18851-Kegor.xml @@ -0,0 +1,25 @@ + + + + Kegor + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18852-Sirra.xml b/data/templates/npc/18852-Sirra.xml new file mode 100644 index 000000000..ef8087c9b --- /dev/null +++ b/data/templates/npc/18852-Sirra.xml @@ -0,0 +1,25 @@ + + + + Sirra + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18853-Glacier.xml b/data/templates/npc/18853-Glacier.xml new file mode 100644 index 000000000..26764a4df --- /dev/null +++ b/data/templates/npc/18853-Glacier.xml @@ -0,0 +1,25 @@ + + + + Glacier + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18854-ArcherSBreath.xml b/data/templates/npc/18854-ArcherSBreath.xml new file mode 100644 index 000000000..15a8ee91a --- /dev/null +++ b/data/templates/npc/18854-ArcherSBreath.xml @@ -0,0 +1,25 @@ + + + + Archer's Breath + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18855-ArcheryKnight.xml b/data/templates/npc/18855-ArcheryKnight.xml new file mode 100644 index 000000000..f0ef631d7 --- /dev/null +++ b/data/templates/npc/18855-ArcheryKnight.xml @@ -0,0 +1,25 @@ + + + + Archery Knight + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18856-ArcheryKnight.xml b/data/templates/npc/18856-ArcheryKnight.xml new file mode 100644 index 000000000..7c6cb8f4a --- /dev/null +++ b/data/templates/npc/18856-ArcheryKnight.xml @@ -0,0 +1,25 @@ + + + + Archery Knight + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18857.xml b/data/templates/npc/18857.xml new file mode 100644 index 000000000..101752100 --- /dev/null +++ b/data/templates/npc/18857.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18858.xml b/data/templates/npc/18858.xml new file mode 100644 index 000000000..bac274645 --- /dev/null +++ b/data/templates/npc/18858.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18859.xml b/data/templates/npc/18859.xml new file mode 100644 index 000000000..d383128b6 --- /dev/null +++ b/data/templates/npc/18859.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18860.xml b/data/templates/npc/18860.xml new file mode 100644 index 000000000..f96459a6c --- /dev/null +++ b/data/templates/npc/18860.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18861.xml b/data/templates/npc/18861.xml new file mode 100644 index 000000000..5f82c6c1a --- /dev/null +++ b/data/templates/npc/18861.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18901-Kookaburra.xml b/data/templates/npc/18901-Kookaburra.xml new file mode 100644 index 000000000..489174ce1 --- /dev/null +++ b/data/templates/npc/18901-Kookaburra.xml @@ -0,0 +1,29 @@ + + + + Kookaburra + Golden + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/18902-Cougar.xml b/data/templates/npc/18902-Cougar.xml new file mode 100644 index 000000000..960bbb922 --- /dev/null +++ b/data/templates/npc/18902-Cougar.xml @@ -0,0 +1,29 @@ + + + + Cougar + Golden + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/18903-Buffalo.xml b/data/templates/npc/18903-Buffalo.xml new file mode 100644 index 000000000..02a5a9e45 --- /dev/null +++ b/data/templates/npc/18903-Buffalo.xml @@ -0,0 +1,29 @@ + + + + Buffalo + Golden + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/18904-Grendel.xml b/data/templates/npc/18904-Grendel.xml new file mode 100644 index 000000000..e499dd5ee --- /dev/null +++ b/data/templates/npc/18904-Grendel.xml @@ -0,0 +1,29 @@ + + + + Grendel + Golden + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/18905-FarmRavager.xml b/data/templates/npc/18905-FarmRavager.xml new file mode 100644 index 000000000..f8b6969f5 --- /dev/null +++ b/data/templates/npc/18905-FarmRavager.xml @@ -0,0 +1,29 @@ + + + + Farm Ravager + Crazed + 84 + MALE + + + + + + + + + + + + + + + 243976 + 2243 + + + + + + diff --git a/data/templates/npc/18911-AbbeyTreasureChest.xml b/data/templates/npc/18911-AbbeyTreasureChest.xml new file mode 100644 index 000000000..690d9bd49 --- /dev/null +++ b/data/templates/npc/18911-AbbeyTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Abbey Treasure Chest + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18913-Furnace.xml b/data/templates/npc/18913-Furnace.xml new file mode 100644 index 000000000..21cb4d365 --- /dev/null +++ b/data/templates/npc/18913-Furnace.xml @@ -0,0 +1,25 @@ + + + + Furnace + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18914-Furnace.xml b/data/templates/npc/18914-Furnace.xml new file mode 100644 index 000000000..85a6d1628 --- /dev/null +++ b/data/templates/npc/18914-Furnace.xml @@ -0,0 +1,25 @@ + + + + Furnace + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18915-DivineFurnace.xml b/data/templates/npc/18915-DivineFurnace.xml new file mode 100644 index 000000000..7c4c2e5bd --- /dev/null +++ b/data/templates/npc/18915-DivineFurnace.xml @@ -0,0 +1,25 @@ + + + + Divine Furnace + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18916.xml b/data/templates/npc/18916.xml new file mode 100644 index 000000000..1fff83532 --- /dev/null +++ b/data/templates/npc/18916.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18918.xml b/data/templates/npc/18918.xml new file mode 100644 index 000000000..81160a348 --- /dev/null +++ b/data/templates/npc/18918.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18919.xml b/data/templates/npc/18919.xml new file mode 100644 index 000000000..40465f6d3 --- /dev/null +++ b/data/templates/npc/18919.xml @@ -0,0 +1,24 @@ + + + + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18920.xml b/data/templates/npc/18920.xml new file mode 100644 index 000000000..a84783468 --- /dev/null +++ b/data/templates/npc/18920.xml @@ -0,0 +1,24 @@ + + + + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18921-SquareBase.xml b/data/templates/npc/18921-SquareBase.xml new file mode 100644 index 000000000..1b31541aa --- /dev/null +++ b/data/templates/npc/18921-SquareBase.xml @@ -0,0 +1,25 @@ + + + + Square Base + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18922-DoorGolem.xml b/data/templates/npc/18922-DoorGolem.xml new file mode 100644 index 000000000..7796d0e5b --- /dev/null +++ b/data/templates/npc/18922-DoorGolem.xml @@ -0,0 +1,26 @@ + + + + Door Golem + Final + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18923-DoorGolem.xml b/data/templates/npc/18923-DoorGolem.xml new file mode 100644 index 000000000..630bb7ebc --- /dev/null +++ b/data/templates/npc/18923-DoorGolem.xml @@ -0,0 +1,26 @@ + + + + Door Golem + Final + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18924-DoorGolem.xml b/data/templates/npc/18924-DoorGolem.xml new file mode 100644 index 000000000..6a87a6f37 --- /dev/null +++ b/data/templates/npc/18924-DoorGolem.xml @@ -0,0 +1,25 @@ + + + + Door Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18925-Trap.xml b/data/templates/npc/18925-Trap.xml new file mode 100644 index 000000000..4f119fa63 --- /dev/null +++ b/data/templates/npc/18925-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18926-MercenaryArcher.xml b/data/templates/npc/18926-MercenaryArcher.xml new file mode 100644 index 000000000..6fd95ec38 --- /dev/null +++ b/data/templates/npc/18926-MercenaryArcher.xml @@ -0,0 +1,26 @@ + + + + Mercenary Archer + Jinia Guild + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18927-Fire.xml b/data/templates/npc/18927-Fire.xml new file mode 100644 index 000000000..a0972f907 --- /dev/null +++ b/data/templates/npc/18927-Fire.xml @@ -0,0 +1,25 @@ + + + + Fire + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18929-WardOfTheGrail.xml b/data/templates/npc/18929-WardOfTheGrail.xml new file mode 100644 index 000000000..f7135b260 --- /dev/null +++ b/data/templates/npc/18929-WardOfTheGrail.xml @@ -0,0 +1,25 @@ + + + + Ward of the Grail + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18930.xml b/data/templates/npc/18930.xml new file mode 100644 index 000000000..15e1fa5f9 --- /dev/null +++ b/data/templates/npc/18930.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18931.xml b/data/templates/npc/18931.xml new file mode 100644 index 000000000..ebabbfa5a --- /dev/null +++ b/data/templates/npc/18931.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18932.xml b/data/templates/npc/18932.xml new file mode 100644 index 000000000..efe5f19b0 --- /dev/null +++ b/data/templates/npc/18932.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18933-FireFeed.xml b/data/templates/npc/18933-FireFeed.xml new file mode 100644 index 000000000..e5a854013 --- /dev/null +++ b/data/templates/npc/18933-FireFeed.xml @@ -0,0 +1,25 @@ + + + + Fire Feed + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18934-AbbeyTreasureChest.xml b/data/templates/npc/18934-AbbeyTreasureChest.xml new file mode 100644 index 000000000..bfa075292 --- /dev/null +++ b/data/templates/npc/18934-AbbeyTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Abbey Treasure Chest + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18935-DivineSwordProtection.xml b/data/templates/npc/18935-DivineSwordProtection.xml new file mode 100644 index 000000000..28781d8a0 --- /dev/null +++ b/data/templates/npc/18935-DivineSwordProtection.xml @@ -0,0 +1,25 @@ + + + + Divine Sword Protection + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/18936.xml b/data/templates/npc/18936.xml new file mode 100644 index 000000000..de9e8fe01 --- /dev/null +++ b/data/templates/npc/18936.xml @@ -0,0 +1,24 @@ + + + + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/19-Wooldy.xml b/data/templates/npc/19-Wooldy.xml new file mode 100644 index 000000000..ce7be1a1e --- /dev/null +++ b/data/templates/npc/19-Wooldy.xml @@ -0,0 +1,26 @@ + + + + Wooldy + Halloween Children + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/2.xml b/data/templates/npc/2.xml new file mode 100644 index 000000000..7bd6fee22 --- /dev/null +++ b/data/templates/npc/2.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/20-Verdandi.xml b/data/templates/npc/20-Verdandi.xml new file mode 100644 index 000000000..2a8760a97 --- /dev/null +++ b/data/templates/npc/20-Verdandi.xml @@ -0,0 +1,26 @@ + + + + Verdandi + Halloween Children + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/21-Skooldy.xml b/data/templates/npc/21-Skooldy.xml new file mode 100644 index 000000000..f1160ec6a --- /dev/null +++ b/data/templates/npc/21-Skooldy.xml @@ -0,0 +1,26 @@ + + + + Skooldy + Jack Game Trainer + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/22-LuckySkyLantern.xml b/data/templates/npc/22-LuckySkyLantern.xml new file mode 100644 index 000000000..80b73b63b --- /dev/null +++ b/data/templates/npc/22-LuckySkyLantern.xml @@ -0,0 +1,25 @@ + + + + Lucky Sky Lantern + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/22389-FoundrySpiritGuard.xml b/data/templates/npc/22389-FoundrySpiritGuard.xml new file mode 100644 index 000000000..2d058f7e2 --- /dev/null +++ b/data/templates/npc/22389-FoundrySpiritGuard.xml @@ -0,0 +1,42 @@ + + + + Foundry Spirit Guard + 83 + MALE + + + + + + + + + + + + + + + 640012 + 66706 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/22766-MithrilMillipede.xml b/data/templates/npc/22766-MithrilMillipede.xml new file mode 100644 index 000000000..572c6998a --- /dev/null +++ b/data/templates/npc/22766-MithrilMillipede.xml @@ -0,0 +1,25 @@ + + + + Mithril Millipede + 85 + MALE + + + + + + + + + + + + + + + 4502 + 474 + + + diff --git a/data/templates/npc/22767-ArcheryKnight.xml b/data/templates/npc/22767-ArcheryKnight.xml new file mode 100644 index 000000000..8ff392df1 --- /dev/null +++ b/data/templates/npc/22767-ArcheryKnight.xml @@ -0,0 +1,25 @@ + + + + Archery Knight + 85 + MALE + + + + + + + + + + + + + + + 31712 + 3176 + + + diff --git a/data/templates/npc/23-AmbienceSkyLantern.xml b/data/templates/npc/23-AmbienceSkyLantern.xml new file mode 100644 index 000000000..0e684d41f --- /dev/null +++ b/data/templates/npc/23-AmbienceSkyLantern.xml @@ -0,0 +1,25 @@ + + + + Ambience Sky Lantern + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/24-SwaySkyLantern.xml b/data/templates/npc/24-SwaySkyLantern.xml new file mode 100644 index 000000000..e81e6a0a9 --- /dev/null +++ b/data/templates/npc/24-SwaySkyLantern.xml @@ -0,0 +1,25 @@ + + + + Sway Sky Lantern + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/25-ComfortSkyLantern.xml b/data/templates/npc/25-ComfortSkyLantern.xml new file mode 100644 index 000000000..6472b21ba --- /dev/null +++ b/data/templates/npc/25-ComfortSkyLantern.xml @@ -0,0 +1,25 @@ + + + + Comfort Sky Lantern + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/25529-GardenGuard.xml b/data/templates/npc/25529-GardenGuard.xml new file mode 100644 index 000000000..0c893ddce --- /dev/null +++ b/data/templates/npc/25529-GardenGuard.xml @@ -0,0 +1,26 @@ + + + + Garden Guard + Vice Inspector + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/25530-GardenGuard.xml b/data/templates/npc/25530-GardenGuard.xml new file mode 100644 index 000000000..8c4439113 --- /dev/null +++ b/data/templates/npc/25530-GardenGuard.xml @@ -0,0 +1,26 @@ + + + + Garden Guard + Vice Inspector + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/26-HalloweenEventManager.xml b/data/templates/npc/26-HalloweenEventManager.xml new file mode 100644 index 000000000..e2e990ecc --- /dev/null +++ b/data/templates/npc/26-HalloweenEventManager.xml @@ -0,0 +1,25 @@ + + + + Halloween Event Manager + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/27-Kadomas.xml b/data/templates/npc/27-Kadomas.xml new file mode 100644 index 000000000..a482a94c6 --- /dev/null +++ b/data/templates/npc/27-Kadomas.xml @@ -0,0 +1,25 @@ + + + + Kadomas + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/28-Kotatz.xml b/data/templates/npc/28-Kotatz.xml new file mode 100644 index 000000000..263c4fd38 --- /dev/null +++ b/data/templates/npc/28-Kotatz.xml @@ -0,0 +1,25 @@ + + + + Kotatz + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29-FlameBox.xml b/data/templates/npc/29-FlameBox.xml new file mode 100644 index 000000000..c710db719 --- /dev/null +++ b/data/templates/npc/29-FlameBox.xml @@ -0,0 +1,26 @@ + + + + Flame Box + Flame Box + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/29025-Baium.xml b/data/templates/npc/29025-Baium.xml new file mode 100644 index 000000000..388687924 --- /dev/null +++ b/data/templates/npc/29025-Baium.xml @@ -0,0 +1,25 @@ + + + + Baium + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29106.xml b/data/templates/npc/29106.xml new file mode 100644 index 000000000..e8e2e737a --- /dev/null +++ b/data/templates/npc/29106.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29107.xml b/data/templates/npc/29107.xml new file mode 100644 index 000000000..8942c3e4f --- /dev/null +++ b/data/templates/npc/29107.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29108.xml b/data/templates/npc/29108.xml new file mode 100644 index 000000000..bdcc44dd5 --- /dev/null +++ b/data/templates/npc/29108.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29109.xml b/data/templates/npc/29109.xml new file mode 100644 index 000000000..35deac8e2 --- /dev/null +++ b/data/templates/npc/29109.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29110.xml b/data/templates/npc/29110.xml new file mode 100644 index 000000000..5a44cfd0e --- /dev/null +++ b/data/templates/npc/29110.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29111.xml b/data/templates/npc/29111.xml new file mode 100644 index 000000000..1c8bcb246 --- /dev/null +++ b/data/templates/npc/29111.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29112.xml b/data/templates/npc/29112.xml new file mode 100644 index 000000000..2fcd531ab --- /dev/null +++ b/data/templates/npc/29112.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29113.xml b/data/templates/npc/29113.xml new file mode 100644 index 000000000..ddc22e1bd --- /dev/null +++ b/data/templates/npc/29113.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29114.xml b/data/templates/npc/29114.xml new file mode 100644 index 000000000..584471e24 --- /dev/null +++ b/data/templates/npc/29114.xml @@ -0,0 +1,24 @@ + + + + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29120-BelethCamera1.xml b/data/templates/npc/29120-BelethCamera1.xml new file mode 100644 index 000000000..168b0c647 --- /dev/null +++ b/data/templates/npc/29120-BelethCamera1.xml @@ -0,0 +1,25 @@ + + + + Beleth Camera 1 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29121-BelethCamera2.xml b/data/templates/npc/29121-BelethCamera2.xml new file mode 100644 index 000000000..9fd590f66 --- /dev/null +++ b/data/templates/npc/29121-BelethCamera2.xml @@ -0,0 +1,25 @@ + + + + Beleth Camera 2 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29122-BelethCamera3.xml b/data/templates/npc/29122-BelethCamera3.xml new file mode 100644 index 000000000..8b3897cea --- /dev/null +++ b/data/templates/npc/29122-BelethCamera3.xml @@ -0,0 +1,25 @@ + + + + Beleth Camera 3 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29123-BelethCamera4.xml b/data/templates/npc/29123-BelethCamera4.xml new file mode 100644 index 000000000..f20c2afc3 --- /dev/null +++ b/data/templates/npc/29123-BelethCamera4.xml @@ -0,0 +1,25 @@ + + + + Beleth Camera 4 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29124-BelethCamera5.xml b/data/templates/npc/29124-BelethCamera5.xml new file mode 100644 index 000000000..ed34b74b0 --- /dev/null +++ b/data/templates/npc/29124-BelethCamera5.xml @@ -0,0 +1,25 @@ + + + + Beleth Camera 5 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29125-BelethCamera6.xml b/data/templates/npc/29125-BelethCamera6.xml new file mode 100644 index 000000000..a537ae2e9 --- /dev/null +++ b/data/templates/npc/29125-BelethCamera6.xml @@ -0,0 +1,25 @@ + + + + Beleth Camera 6 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29126-BelethPresentationIncarnation1.xml b/data/templates/npc/29126-BelethPresentationIncarnation1.xml new file mode 100644 index 000000000..c0137f1ed --- /dev/null +++ b/data/templates/npc/29126-BelethPresentationIncarnation1.xml @@ -0,0 +1,25 @@ + + + + Beleth Presentation Incarnation 1 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29127-BelethPresentationIncarnation2.xml b/data/templates/npc/29127-BelethPresentationIncarnation2.xml new file mode 100644 index 000000000..670a9cb08 --- /dev/null +++ b/data/templates/npc/29127-BelethPresentationIncarnation2.xml @@ -0,0 +1,25 @@ + + + + Beleth Presentation Incarnation 2 + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29128-BelethPresentationElf.xml b/data/templates/npc/29128-BelethPresentationElf.xml new file mode 100644 index 000000000..0253a95ad --- /dev/null +++ b/data/templates/npc/29128-BelethPresentationElf.xml @@ -0,0 +1,25 @@ + + + + Beleth Presentation Elf + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29153.xml b/data/templates/npc/29153.xml new file mode 100644 index 000000000..b9f53a892 --- /dev/null +++ b/data/templates/npc/29153.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29154.xml b/data/templates/npc/29154.xml new file mode 100644 index 000000000..6eccae566 --- /dev/null +++ b/data/templates/npc/29154.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29155.xml b/data/templates/npc/29155.xml new file mode 100644 index 000000000..6e7811f18 --- /dev/null +++ b/data/templates/npc/29155.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29156.xml b/data/templates/npc/29156.xml new file mode 100644 index 000000000..b85a3d351 --- /dev/null +++ b/data/templates/npc/29156.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29157.xml b/data/templates/npc/29157.xml new file mode 100644 index 000000000..447e99071 --- /dev/null +++ b/data/templates/npc/29157.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29158.xml b/data/templates/npc/29158.xml new file mode 100644 index 000000000..f8fdc6292 --- /dev/null +++ b/data/templates/npc/29158.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29159.xml b/data/templates/npc/29159.xml new file mode 100644 index 000000000..ff8e9989b --- /dev/null +++ b/data/templates/npc/29159.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29160.xml b/data/templates/npc/29160.xml new file mode 100644 index 000000000..564ac7b0c --- /dev/null +++ b/data/templates/npc/29160.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29161-PreAwakenedEkimus.xml b/data/templates/npc/29161-PreAwakenedEkimus.xml new file mode 100644 index 000000000..b8e340498 --- /dev/null +++ b/data/templates/npc/29161-PreAwakenedEkimus.xml @@ -0,0 +1,25 @@ + + + + Pre-Awakened Ekimus + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29164.xml b/data/templates/npc/29164.xml new file mode 100644 index 000000000..35617e1c4 --- /dev/null +++ b/data/templates/npc/29164.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29165.xml b/data/templates/npc/29165.xml new file mode 100644 index 000000000..f3da857fd --- /dev/null +++ b/data/templates/npc/29165.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29166.xml b/data/templates/npc/29166.xml new file mode 100644 index 000000000..76028b42f --- /dev/null +++ b/data/templates/npc/29166.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29167.xml b/data/templates/npc/29167.xml new file mode 100644 index 000000000..1cdb7e410 --- /dev/null +++ b/data/templates/npc/29167.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29168.xml b/data/templates/npc/29168.xml new file mode 100644 index 000000000..e3c739ecb --- /dev/null +++ b/data/templates/npc/29168.xml @@ -0,0 +1,24 @@ + + + + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29170.xml b/data/templates/npc/29170.xml new file mode 100644 index 000000000..537bb8480 --- /dev/null +++ b/data/templates/npc/29170.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29171.xml b/data/templates/npc/29171.xml new file mode 100644 index 000000000..2e8ee59a4 --- /dev/null +++ b/data/templates/npc/29171.xml @@ -0,0 +1,24 @@ + + + + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29172.xml b/data/templates/npc/29172.xml new file mode 100644 index 000000000..1986fdd3d --- /dev/null +++ b/data/templates/npc/29172.xml @@ -0,0 +1,24 @@ + + + + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29173-TiatPriest.xml b/data/templates/npc/29173-TiatPriest.xml new file mode 100644 index 000000000..8ac3d05c2 --- /dev/null +++ b/data/templates/npc/29173-TiatPriest.xml @@ -0,0 +1,25 @@ + + + + Tiat Priest + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/29174-TiatPriest.xml b/data/templates/npc/29174-TiatPriest.xml new file mode 100644 index 000000000..c68aa3389 --- /dev/null +++ b/data/templates/npc/29174-TiatPriest.xml @@ -0,0 +1,25 @@ + + + + Tiat Priest + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/3-SantaSHelper.xml b/data/templates/npc/3-SantaSHelper.xml new file mode 100644 index 000000000..dbf102697 --- /dev/null +++ b/data/templates/npc/3-SantaSHelper.xml @@ -0,0 +1,25 @@ + + + + Santa's Helper + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/30-Santa.xml b/data/templates/npc/30-Santa.xml new file mode 100644 index 000000000..b90905361 --- /dev/null +++ b/data/templates/npc/30-Santa.xml @@ -0,0 +1,26 @@ + + + + Santa + Merry Christmas + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/30008-Roien.xml b/data/templates/npc/30008-Roien.xml new file mode 100644 index 000000000..e019caf43 --- /dev/null +++ b/data/templates/npc/30008-Roien.xml @@ -0,0 +1,26 @@ + + + + Roien + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30009-NewbieHelper.xml b/data/templates/npc/30009-NewbieHelper.xml new file mode 100644 index 000000000..3fad734cd --- /dev/null +++ b/data/templates/npc/30009-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30017-Gallint.xml b/data/templates/npc/30017-Gallint.xml new file mode 100644 index 000000000..968f5c762 --- /dev/null +++ b/data/templates/npc/30017-Gallint.xml @@ -0,0 +1,26 @@ + + + + Gallint + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30019-NewbieHelper.xml b/data/templates/npc/30019-NewbieHelper.xml new file mode 100644 index 000000000..b9cb75172 --- /dev/null +++ b/data/templates/npc/30019-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30048-Darin.xml b/data/templates/npc/30048-Darin.xml new file mode 100644 index 000000000..7d401d443 --- /dev/null +++ b/data/templates/npc/30048-Darin.xml @@ -0,0 +1,25 @@ + + + + Darin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30049-Bonnie.xml b/data/templates/npc/30049-Bonnie.xml new file mode 100644 index 000000000..de0ac8e6b --- /dev/null +++ b/data/templates/npc/30049-Bonnie.xml @@ -0,0 +1,25 @@ + + + + Bonnie + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30050-Elias.xml b/data/templates/npc/30050-Elias.xml new file mode 100644 index 000000000..bc9c52c47 --- /dev/null +++ b/data/templates/npc/30050-Elias.xml @@ -0,0 +1,25 @@ + + + + Elias + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30051-Cristel.xml b/data/templates/npc/30051-Cristel.xml new file mode 100644 index 000000000..f8c156018 --- /dev/null +++ b/data/templates/npc/30051-Cristel.xml @@ -0,0 +1,25 @@ + + + + Cristel + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30129-Mitraell.xml b/data/templates/npc/30129-Mitraell.xml new file mode 100644 index 000000000..e1c7b9f88 --- /dev/null +++ b/data/templates/npc/30129-Mitraell.xml @@ -0,0 +1,26 @@ + + + + Mitraell + Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30130-Undrias.xml b/data/templates/npc/30130-Undrias.xml new file mode 100644 index 000000000..30648e648 --- /dev/null +++ b/data/templates/npc/30130-Undrias.xml @@ -0,0 +1,26 @@ + + + + Undrias + Abyssal Celebrant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30131-NewbieHelper.xml b/data/templates/npc/30131-NewbieHelper.xml new file mode 100644 index 000000000..8b7599e8d --- /dev/null +++ b/data/templates/npc/30131-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30132-Cecktinon.xml b/data/templates/npc/30132-Cecktinon.xml new file mode 100644 index 000000000..720f76bd5 --- /dev/null +++ b/data/templates/npc/30132-Cecktinon.xml @@ -0,0 +1,26 @@ + + + + Cecktinon + Abyssal Celebrant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30133-Kartia.xml b/data/templates/npc/30133-Kartia.xml new file mode 100644 index 000000000..44861c684 --- /dev/null +++ b/data/templates/npc/30133-Kartia.xml @@ -0,0 +1,26 @@ + + + + Kartia + Abyssal Celebrant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30141-Talloth.xml b/data/templates/npc/30141-Talloth.xml new file mode 100644 index 000000000..f88eb40ba --- /dev/null +++ b/data/templates/npc/30141-Talloth.xml @@ -0,0 +1,26 @@ + + + + Talloth + Tetrarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30222-Alshupes.xml b/data/templates/npc/30222-Alshupes.xml new file mode 100644 index 000000000..3eac786c1 --- /dev/null +++ b/data/templates/npc/30222-Alshupes.xml @@ -0,0 +1,25 @@ + + + + Alshupes + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30223-Arujien.xml b/data/templates/npc/30223-Arujien.xml new file mode 100644 index 000000000..7e762728b --- /dev/null +++ b/data/templates/npc/30223-Arujien.xml @@ -0,0 +1,25 @@ + + + + Arujien + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30283-Altran.xml b/data/templates/npc/30283-Altran.xml new file mode 100644 index 000000000..011d93a97 --- /dev/null +++ b/data/templates/npc/30283-Altran.xml @@ -0,0 +1,27 @@ + + + + Altran + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30305-Vellior.xml b/data/templates/npc/30305-Vellior.xml new file mode 100644 index 000000000..f1be825a7 --- /dev/null +++ b/data/templates/npc/30305-Vellior.xml @@ -0,0 +1,26 @@ + + + + Vellior + Tetrarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30307-Karrod.xml b/data/templates/npc/30307-Karrod.xml new file mode 100644 index 000000000..8d5644381 --- /dev/null +++ b/data/templates/npc/30307-Karrod.xml @@ -0,0 +1,26 @@ + + + + Karrod + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30311-SirCollinWindawood.xml b/data/templates/npc/30311-SirCollinWindawood.xml new file mode 100644 index 000000000..6a57fc510 --- /dev/null +++ b/data/templates/npc/30311-SirCollinWindawood.xml @@ -0,0 +1,25 @@ + + + + Sir Collin Windawood + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30312-Rockswell.xml b/data/templates/npc/30312-Rockswell.xml new file mode 100644 index 000000000..f87e67d6c --- /dev/null +++ b/data/templates/npc/30312-Rockswell.xml @@ -0,0 +1,26 @@ + + + + Rockswell + Lighthouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30342-Varsak.xml b/data/templates/npc/30342-Varsak.xml new file mode 100644 index 000000000..dc16442c4 --- /dev/null +++ b/data/templates/npc/30342-Varsak.xml @@ -0,0 +1,25 @@ + + + + Varsak + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30351-Astaron.xml b/data/templates/npc/30351-Astaron.xml new file mode 100644 index 000000000..90b9ceb92 --- /dev/null +++ b/data/templates/npc/30351-Astaron.xml @@ -0,0 +1,25 @@ + + + + Astaron + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30352-Karina.xml b/data/templates/npc/30352-Karina.xml new file mode 100644 index 000000000..843cf196d --- /dev/null +++ b/data/templates/npc/30352-Karina.xml @@ -0,0 +1,25 @@ + + + + Karina + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30353-Jughead.xml b/data/templates/npc/30353-Jughead.xml new file mode 100644 index 000000000..01ccf3826 --- /dev/null +++ b/data/templates/npc/30353-Jughead.xml @@ -0,0 +1,25 @@ + + + + Jughead + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30354-Jewel.xml b/data/templates/npc/30354-Jewel.xml new file mode 100644 index 000000000..9f094a59d --- /dev/null +++ b/data/templates/npc/30354-Jewel.xml @@ -0,0 +1,25 @@ + + + + Jewel + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30359-Kaitar.xml b/data/templates/npc/30359-Kaitar.xml new file mode 100644 index 000000000..6b45213e3 --- /dev/null +++ b/data/templates/npc/30359-Kaitar.xml @@ -0,0 +1,26 @@ + + + + Kaitar + Tetrarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30361-Rizraell.xml b/data/templates/npc/30361-Rizraell.xml new file mode 100644 index 000000000..78721b69d --- /dev/null +++ b/data/templates/npc/30361-Rizraell.xml @@ -0,0 +1,25 @@ + + + + Rizraell + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30362-Andellia.xml b/data/templates/npc/30362-Andellia.xml new file mode 100644 index 000000000..d4132c304 --- /dev/null +++ b/data/templates/npc/30362-Andellia.xml @@ -0,0 +1,25 @@ + + + + Andellia + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30363-Aios.xml b/data/templates/npc/30363-Aios.xml new file mode 100644 index 000000000..d4fa12565 --- /dev/null +++ b/data/templates/npc/30363-Aios.xml @@ -0,0 +1,26 @@ + + + + Aios + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30368-Lilith.xml b/data/templates/npc/30368-Lilith.xml new file mode 100644 index 000000000..c96249f2c --- /dev/null +++ b/data/templates/npc/30368-Lilith.xml @@ -0,0 +1,25 @@ + + + + Lilith + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30370-Nerupa.xml b/data/templates/npc/30370-Nerupa.xml new file mode 100644 index 000000000..180e0e370 --- /dev/null +++ b/data/templates/npc/30370-Nerupa.xml @@ -0,0 +1,25 @@ + + + + Nerupa + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30371-Thalia.xml b/data/templates/npc/30371-Thalia.xml new file mode 100644 index 000000000..985ff4ef7 --- /dev/null +++ b/data/templates/npc/30371-Thalia.xml @@ -0,0 +1,25 @@ + + + + Thalia + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30391-Parina.xml b/data/templates/npc/30391-Parina.xml new file mode 100644 index 000000000..c8177a209 --- /dev/null +++ b/data/templates/npc/30391-Parina.xml @@ -0,0 +1,25 @@ + + + + Parina + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30400-NewbieHelper.xml b/data/templates/npc/30400-NewbieHelper.xml new file mode 100644 index 000000000..9feac26d5 --- /dev/null +++ b/data/templates/npc/30400-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30401-NewbieHelper.xml b/data/templates/npc/30401-NewbieHelper.xml new file mode 100644 index 000000000..3f3d0a090 --- /dev/null +++ b/data/templates/npc/30401-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30402-NewbieHelper.xml b/data/templates/npc/30402-NewbieHelper.xml new file mode 100644 index 000000000..d6e0b5040 --- /dev/null +++ b/data/templates/npc/30402-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30403-NewbieHelper.xml b/data/templates/npc/30403-NewbieHelper.xml new file mode 100644 index 000000000..c03779879 --- /dev/null +++ b/data/templates/npc/30403-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30404-NewbieHelper.xml b/data/templates/npc/30404-NewbieHelper.xml new file mode 100644 index 000000000..c63719929 --- /dev/null +++ b/data/templates/npc/30404-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30405-Marius.xml b/data/templates/npc/30405-Marius.xml new file mode 100644 index 000000000..64a06048c --- /dev/null +++ b/data/templates/npc/30405-Marius.xml @@ -0,0 +1,25 @@ + + + + Marius + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30406-Matheo.xml b/data/templates/npc/30406-Matheo.xml new file mode 100644 index 000000000..51f047833 --- /dev/null +++ b/data/templates/npc/30406-Matheo.xml @@ -0,0 +1,25 @@ + + + + Matheo + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30407-Mesella.xml b/data/templates/npc/30407-Mesella.xml new file mode 100644 index 000000000..1aadcd249 --- /dev/null +++ b/data/templates/npc/30407-Mesella.xml @@ -0,0 +1,25 @@ + + + + Mesella + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30408-Lionel.xml b/data/templates/npc/30408-Lionel.xml new file mode 100644 index 000000000..952a583b7 --- /dev/null +++ b/data/templates/npc/30408-Lionel.xml @@ -0,0 +1,25 @@ + + + + Lionel + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30409-EarthSnake.xml b/data/templates/npc/30409-EarthSnake.xml new file mode 100644 index 000000000..bf4af3c56 --- /dev/null +++ b/data/templates/npc/30409-EarthSnake.xml @@ -0,0 +1,25 @@ + + + + Earth Snake + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30410-WastelandLizardman.xml b/data/templates/npc/30410-WastelandLizardman.xml new file mode 100644 index 000000000..5c58aace8 --- /dev/null +++ b/data/templates/npc/30410-WastelandLizardman.xml @@ -0,0 +1,25 @@ + + + + Wasteland Lizardman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30411-FlameSalamander.xml b/data/templates/npc/30411-FlameSalamander.xml new file mode 100644 index 000000000..6c15b3018 --- /dev/null +++ b/data/templates/npc/30411-FlameSalamander.xml @@ -0,0 +1,25 @@ + + + + Flame Salamander + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30412-WindSylph.xml b/data/templates/npc/30412-WindSylph.xml new file mode 100644 index 000000000..721f189c5 --- /dev/null +++ b/data/templates/npc/30412-WindSylph.xml @@ -0,0 +1,25 @@ + + + + Wind Sylph + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30413-WaterUndine.xml b/data/templates/npc/30413-WaterUndine.xml new file mode 100644 index 000000000..a764b3046 --- /dev/null +++ b/data/templates/npc/30413-WaterUndine.xml @@ -0,0 +1,25 @@ + + + + Water Undine + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30414-Rosella.xml b/data/templates/npc/30414-Rosella.xml new file mode 100644 index 000000000..3a77fd33f --- /dev/null +++ b/data/templates/npc/30414-Rosella.xml @@ -0,0 +1,25 @@ + + + + Rosella + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30415-Charkeren.xml b/data/templates/npc/30415-Charkeren.xml new file mode 100644 index 000000000..92355d553 --- /dev/null +++ b/data/templates/npc/30415-Charkeren.xml @@ -0,0 +1,25 @@ + + + + Charkeren + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30416-Triskel.xml b/data/templates/npc/30416-Triskel.xml new file mode 100644 index 000000000..04dd749db --- /dev/null +++ b/data/templates/npc/30416-Triskel.xml @@ -0,0 +1,25 @@ + + + + Triskel + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30417-SirKlausVasper.xml b/data/templates/npc/30417-SirKlausVasper.xml new file mode 100644 index 000000000..379c4b046 --- /dev/null +++ b/data/templates/npc/30417-SirKlausVasper.xml @@ -0,0 +1,25 @@ + + + + Sir Klaus Vasper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30418-Annika.xml b/data/templates/npc/30418-Annika.xml new file mode 100644 index 000000000..06b15e55d --- /dev/null +++ b/data/templates/npc/30418-Annika.xml @@ -0,0 +1,25 @@ + + + + Annika + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30419-Arkenia.xml b/data/templates/npc/30419-Arkenia.xml new file mode 100644 index 000000000..b61a31560 --- /dev/null +++ b/data/templates/npc/30419-Arkenia.xml @@ -0,0 +1,26 @@ + + + + Arkenia + Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30421-Varika.xml b/data/templates/npc/30421-Varika.xml new file mode 100644 index 000000000..76f861c48 --- /dev/null +++ b/data/templates/npc/30421-Varika.xml @@ -0,0 +1,26 @@ + + + + Varika + Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30422-Kalinta.xml b/data/templates/npc/30422-Kalinta.xml new file mode 100644 index 000000000..84b575e5a --- /dev/null +++ b/data/templates/npc/30422-Kalinta.xml @@ -0,0 +1,26 @@ + + + + Kalinta + Abyssal Celebrant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30423-Northwind.xml b/data/templates/npc/30423-Northwind.xml new file mode 100644 index 000000000..423b0df21 --- /dev/null +++ b/data/templates/npc/30423-Northwind.xml @@ -0,0 +1,25 @@ + + + + Northwind + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30424-Allana.xml b/data/templates/npc/30424-Allana.xml new file mode 100644 index 000000000..0e99a3db8 --- /dev/null +++ b/data/templates/npc/30424-Allana.xml @@ -0,0 +1,25 @@ + + + + Allana + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30425-Neti.xml b/data/templates/npc/30425-Neti.xml new file mode 100644 index 000000000..1ab3dc214 --- /dev/null +++ b/data/templates/npc/30425-Neti.xml @@ -0,0 +1,25 @@ + + + + Neti + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30426-Prias.xml b/data/templates/npc/30426-Prias.xml new file mode 100644 index 000000000..4c2ee15ad --- /dev/null +++ b/data/templates/npc/30426-Prias.xml @@ -0,0 +1,25 @@ + + + + Prias + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30428-Perrin.xml b/data/templates/npc/30428-Perrin.xml new file mode 100644 index 000000000..73366862a --- /dev/null +++ b/data/templates/npc/30428-Perrin.xml @@ -0,0 +1,25 @@ + + + + Perrin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30434-Samed.xml b/data/templates/npc/30434-Samed.xml new file mode 100644 index 000000000..cbfe4509d --- /dev/null +++ b/data/templates/npc/30434-Samed.xml @@ -0,0 +1,25 @@ + + + + Samed + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30435-Leopold.xml b/data/templates/npc/30435-Leopold.xml new file mode 100644 index 000000000..5d29aeb1f --- /dev/null +++ b/data/templates/npc/30435-Leopold.xml @@ -0,0 +1,25 @@ + + + + Leopold + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30469-Jonas.xml b/data/templates/npc/30469-Jonas.xml new file mode 100644 index 000000000..ed7dc8ad9 --- /dev/null +++ b/data/templates/npc/30469-Jonas.xml @@ -0,0 +1,25 @@ + + + + Jonas + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30477-SirOrthoLancer.xml b/data/templates/npc/30477-SirOrthoLancer.xml new file mode 100644 index 000000000..e13f49794 --- /dev/null +++ b/data/templates/npc/30477-SirOrthoLancer.xml @@ -0,0 +1,25 @@ + + + + Sir Ortho Lancer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30497-Edmond.xml b/data/templates/npc/30497-Edmond.xml new file mode 100644 index 000000000..3da2f2578 --- /dev/null +++ b/data/templates/npc/30497-Edmond.xml @@ -0,0 +1,25 @@ + + + + Edmond + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30523-Gouph.xml b/data/templates/npc/30523-Gouph.xml new file mode 100644 index 000000000..59d2df103 --- /dev/null +++ b/data/templates/npc/30523-Gouph.xml @@ -0,0 +1,26 @@ + + + + Gouph + Collector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30524-Pippi.xml b/data/templates/npc/30524-Pippi.xml new file mode 100644 index 000000000..3004bff84 --- /dev/null +++ b/data/templates/npc/30524-Pippi.xml @@ -0,0 +1,26 @@ + + + + Pippi + Collector + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30528-Laferon.xml b/data/templates/npc/30528-Laferon.xml new file mode 100644 index 000000000..f48538bf1 --- /dev/null +++ b/data/templates/npc/30528-Laferon.xml @@ -0,0 +1,26 @@ + + + + Laferon + Foreman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30529-Maron.xml b/data/templates/npc/30529-Maron.xml new file mode 100644 index 000000000..7dec15a5d --- /dev/null +++ b/data/templates/npc/30529-Maron.xml @@ -0,0 +1,26 @@ + + + + Maron + Miner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30530-NewbieHelper.xml b/data/templates/npc/30530-NewbieHelper.xml new file mode 100644 index 000000000..1063b2354 --- /dev/null +++ b/data/templates/npc/30530-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30531-Lockirin.xml b/data/templates/npc/30531-Lockirin.xml new file mode 100644 index 000000000..c98d0f051 --- /dev/null +++ b/data/templates/npc/30531-Lockirin.xml @@ -0,0 +1,26 @@ + + + + Lockirin + Iron Gate's + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30532-Spiron.xml b/data/templates/npc/30532-Spiron.xml new file mode 100644 index 000000000..c98256517 --- /dev/null +++ b/data/templates/npc/30532-Spiron.xml @@ -0,0 +1,26 @@ + + + + Spiron + Golden Wheel's + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30533-Balanki.xml b/data/templates/npc/30533-Balanki.xml new file mode 100644 index 000000000..52128464c --- /dev/null +++ b/data/templates/npc/30533-Balanki.xml @@ -0,0 +1,26 @@ + + + + Balanki + Silver Scale's + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30534-Keef.xml b/data/templates/npc/30534-Keef.xml new file mode 100644 index 000000000..aa4d3f4ca --- /dev/null +++ b/data/templates/npc/30534-Keef.xml @@ -0,0 +1,26 @@ + + + + Keef + Bronze Key's + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30535-Filaur.xml b/data/templates/npc/30535-Filaur.xml new file mode 100644 index 000000000..b63ad3d59 --- /dev/null +++ b/data/templates/npc/30535-Filaur.xml @@ -0,0 +1,26 @@ + + + + Filaur + Gray Pillar Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30536-Arin.xml b/data/templates/npc/30536-Arin.xml new file mode 100644 index 000000000..8ca68509e --- /dev/null +++ b/data/templates/npc/30536-Arin.xml @@ -0,0 +1,26 @@ + + + + Arin + Black Anvil's + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30537-Daichir.xml b/data/templates/npc/30537-Daichir.xml new file mode 100644 index 000000000..3eccedf90 --- /dev/null +++ b/data/templates/npc/30537-Daichir.xml @@ -0,0 +1,26 @@ + + + + Daichir + Priest of the Earth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30538-Zimenf.xml b/data/templates/npc/30538-Zimenf.xml new file mode 100644 index 000000000..8fb1c7438 --- /dev/null +++ b/data/templates/npc/30538-Zimenf.xml @@ -0,0 +1,26 @@ + + + + Zimenf + Priest of the Earth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30539-Chichirin.xml b/data/templates/npc/30539-Chichirin.xml new file mode 100644 index 000000000..43e95ada4 --- /dev/null +++ b/data/templates/npc/30539-Chichirin.xml @@ -0,0 +1,26 @@ + + + + Chichirin + Priestess of the Earth + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30549-GhouliffDroopstone.xml b/data/templates/npc/30549-GhouliffDroopstone.xml new file mode 100644 index 000000000..d272ca5bb --- /dev/null +++ b/data/templates/npc/30549-GhouliffDroopstone.xml @@ -0,0 +1,25 @@ + + + + Ghouliff Droopstone + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30550-GauriTwinklerock.xml b/data/templates/npc/30550-GauriTwinklerock.xml new file mode 100644 index 000000000..50186cce2 --- /dev/null +++ b/data/templates/npc/30550-GauriTwinklerock.xml @@ -0,0 +1,25 @@ + + + + Gauri Twinklerock + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30551-TinkWandergold.xml b/data/templates/npc/30551-TinkWandergold.xml new file mode 100644 index 000000000..940a869a5 --- /dev/null +++ b/data/templates/npc/30551-TinkWandergold.xml @@ -0,0 +1,25 @@ + + + + Tink Wandergold + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30552-KirilSparkystone.xml b/data/templates/npc/30552-KirilSparkystone.xml new file mode 100644 index 000000000..888d78974 --- /dev/null +++ b/data/templates/npc/30552-KirilSparkystone.xml @@ -0,0 +1,25 @@ + + + + Kiril Sparkystone + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30553-MaryseRedbonnet.xml b/data/templates/npc/30553-MaryseRedbonnet.xml new file mode 100644 index 000000000..a485302ad --- /dev/null +++ b/data/templates/npc/30553-MaryseRedbonnet.xml @@ -0,0 +1,25 @@ + + + + Maryse Redbonnet + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30554-Bolter.xml b/data/templates/npc/30554-Bolter.xml new file mode 100644 index 000000000..2e54dfc6f --- /dev/null +++ b/data/templates/npc/30554-Bolter.xml @@ -0,0 +1,26 @@ + + + + Bolter + Miner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30555-Torocco.xml b/data/templates/npc/30555-Torocco.xml new file mode 100644 index 000000000..7396fdf29 --- /dev/null +++ b/data/templates/npc/30555-Torocco.xml @@ -0,0 +1,26 @@ + + + + Torocco + Carrier + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30556-Toma.xml b/data/templates/npc/30556-Toma.xml new file mode 100644 index 000000000..f01a37d8a --- /dev/null +++ b/data/templates/npc/30556-Toma.xml @@ -0,0 +1,26 @@ + + + + Toma + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30557-Torai.xml b/data/templates/npc/30557-Torai.xml new file mode 100644 index 000000000..e8cdc5ff7 --- /dev/null +++ b/data/templates/npc/30557-Torai.xml @@ -0,0 +1,25 @@ + + + + Torai + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30564-Sumari.xml b/data/templates/npc/30564-Sumari.xml new file mode 100644 index 000000000..a212dec08 --- /dev/null +++ b/data/templates/npc/30564-Sumari.xml @@ -0,0 +1,26 @@ + + + + Sumari + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30566-Varkees.xml b/data/templates/npc/30566-Varkees.xml new file mode 100644 index 000000000..6c33e6f8c --- /dev/null +++ b/data/templates/npc/30566-Varkees.xml @@ -0,0 +1,27 @@ + + + + Varkees + Atuba Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30567-Tantus.xml b/data/templates/npc/30567-Tantus.xml new file mode 100644 index 000000000..d4cf750d3 --- /dev/null +++ b/data/templates/npc/30567-Tantus.xml @@ -0,0 +1,27 @@ + + + + Tantus + Neruga Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30568-Hatos.xml b/data/templates/npc/30568-Hatos.xml new file mode 100644 index 000000000..330a51f13 --- /dev/null +++ b/data/templates/npc/30568-Hatos.xml @@ -0,0 +1,27 @@ + + + + Hatos + Urutu Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30573-Vulkus.xml b/data/templates/npc/30573-Vulkus.xml new file mode 100644 index 000000000..8408096d2 --- /dev/null +++ b/data/templates/npc/30573-Vulkus.xml @@ -0,0 +1,26 @@ + + + + Vulkus + Flame Guardian + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30575-NewbieHelper.xml b/data/templates/npc/30575-NewbieHelper.xml new file mode 100644 index 000000000..d8934ad77 --- /dev/null +++ b/data/templates/npc/30575-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30585-TataruZuHestui.xml b/data/templates/npc/30585-TataruZuHestui.xml new file mode 100644 index 000000000..a76530407 --- /dev/null +++ b/data/templates/npc/30585-TataruZuHestui.xml @@ -0,0 +1,25 @@ + + + + Tataru Zu Hestui + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30586-AnaiZuNeruga.xml b/data/templates/npc/30586-AnaiZuNeruga.xml new file mode 100644 index 000000000..dea68c865 --- /dev/null +++ b/data/templates/npc/30586-AnaiZuNeruga.xml @@ -0,0 +1,25 @@ + + + + Anai Zu Neruga + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30587-GantakiZuUrutu.xml b/data/templates/npc/30587-GantakiZuUrutu.xml new file mode 100644 index 000000000..cd93f2314 --- /dev/null +++ b/data/templates/npc/30587-GantakiZuUrutu.xml @@ -0,0 +1,25 @@ + + + + Gantaki Zu Urutu + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30588-TakiaZuDudaMara.xml b/data/templates/npc/30588-TakiaZuDudaMara.xml new file mode 100644 index 000000000..59fa0e09d --- /dev/null +++ b/data/templates/npc/30588-TakiaZuDudaMara.xml @@ -0,0 +1,25 @@ + + + + Takia Zu Duda-Mara + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30589-KazkinZuGandi.xml b/data/templates/npc/30589-KazkinZuGandi.xml new file mode 100644 index 000000000..36a127474 --- /dev/null +++ b/data/templates/npc/30589-KazkinZuGandi.xml @@ -0,0 +1,25 @@ + + + + Kazkin Zu Gandi + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30590-Rosheek.xml b/data/templates/npc/30590-Rosheek.xml new file mode 100644 index 000000000..2d9d39132 --- /dev/null +++ b/data/templates/npc/30590-Rosheek.xml @@ -0,0 +1,26 @@ + + + + Rosheek + Khavatari + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30591-Toruku.xml b/data/templates/npc/30591-Toruku.xml new file mode 100644 index 000000000..c09b90d92 --- /dev/null +++ b/data/templates/npc/30591-Toruku.xml @@ -0,0 +1,26 @@ + + + + Toruku + Khavatari + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30592-HestuiTotemSpirit.xml b/data/templates/npc/30592-HestuiTotemSpirit.xml new file mode 100644 index 000000000..1d3f0893c --- /dev/null +++ b/data/templates/npc/30592-HestuiTotemSpirit.xml @@ -0,0 +1,25 @@ + + + + Hestui Totem Spirit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30593-DudaMaraTotemSpirit.xml b/data/templates/npc/30593-DudaMaraTotemSpirit.xml new file mode 100644 index 000000000..1d9775bbe --- /dev/null +++ b/data/templates/npc/30593-DudaMaraTotemSpirit.xml @@ -0,0 +1,25 @@ + + + + Duda-Mara Totem Spirit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30596-Harkel.xml b/data/templates/npc/30596-Harkel.xml new file mode 100644 index 000000000..34eeae444 --- /dev/null +++ b/data/templates/npc/30596-Harkel.xml @@ -0,0 +1,26 @@ + + + + Harkel + Partisan Doorman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30597-Piotur.xml b/data/templates/npc/30597-Piotur.xml new file mode 100644 index 000000000..997e5f2b2 --- /dev/null +++ b/data/templates/npc/30597-Piotur.xml @@ -0,0 +1,25 @@ + + + + Piotur + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30598-NewbieGuide.xml b/data/templates/npc/30598-NewbieGuide.xml new file mode 100644 index 000000000..130168820 --- /dev/null +++ b/data/templates/npc/30598-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30599-NewbieGuide.xml b/data/templates/npc/30599-NewbieGuide.xml new file mode 100644 index 000000000..902db564d --- /dev/null +++ b/data/templates/npc/30599-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30600-NewbieGuide.xml b/data/templates/npc/30600-NewbieGuide.xml new file mode 100644 index 000000000..475c83b95 --- /dev/null +++ b/data/templates/npc/30600-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30601-NewbieGuide.xml b/data/templates/npc/30601-NewbieGuide.xml new file mode 100644 index 000000000..879fec9d0 --- /dev/null +++ b/data/templates/npc/30601-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30602-NewbieGuide.xml b/data/templates/npc/30602-NewbieGuide.xml new file mode 100644 index 000000000..46a898155 --- /dev/null +++ b/data/templates/npc/30602-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30608-Maria.xml b/data/templates/npc/30608-Maria.xml new file mode 100644 index 000000000..d7b40c394 --- /dev/null +++ b/data/templates/npc/30608-Maria.xml @@ -0,0 +1,25 @@ + + + + Maria + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30609-Creta.xml b/data/templates/npc/30609-Creta.xml new file mode 100644 index 000000000..759b763ed --- /dev/null +++ b/data/templates/npc/30609-Creta.xml @@ -0,0 +1,26 @@ + + + + Creta + Astrologer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30610-Cronos.xml b/data/templates/npc/30610-Cronos.xml new file mode 100644 index 000000000..7eae2a4d8 --- /dev/null +++ b/data/templates/npc/30610-Cronos.xml @@ -0,0 +1,26 @@ + + + + Cronos + Elder + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30611-Triff.xml b/data/templates/npc/30611-Triff.xml new file mode 100644 index 000000000..506fc7113 --- /dev/null +++ b/data/templates/npc/30611-Triff.xml @@ -0,0 +1,26 @@ + + + + Triff + Drunkard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30612-Casian.xml b/data/templates/npc/30612-Casian.xml new file mode 100644 index 000000000..721b88386 --- /dev/null +++ b/data/templates/npc/30612-Casian.xml @@ -0,0 +1,26 @@ + + + + Casian + Elder + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30613-AldersSpirit.xml b/data/templates/npc/30613-AldersSpirit.xml new file mode 100644 index 000000000..ed783edd5 --- /dev/null +++ b/data/templates/npc/30613-AldersSpirit.xml @@ -0,0 +1,25 @@ + + + + Alders Spirit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30614-Metheus.xml b/data/templates/npc/30614-Metheus.xml new file mode 100644 index 000000000..48811055c --- /dev/null +++ b/data/templates/npc/30614-Metheus.xml @@ -0,0 +1,26 @@ + + + + Metheus + Brother + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30615-Voltar.xml b/data/templates/npc/30615-Voltar.xml new file mode 100644 index 000000000..630b3a5e5 --- /dev/null +++ b/data/templates/npc/30615-Voltar.xml @@ -0,0 +1,27 @@ + + + + Voltar + Breka Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30616-Kepra.xml b/data/templates/npc/30616-Kepra.xml new file mode 100644 index 000000000..64bafcbe6 --- /dev/null +++ b/data/templates/npc/30616-Kepra.xml @@ -0,0 +1,27 @@ + + + + Kepra + Enku Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30617-Burai.xml b/data/templates/npc/30617-Burai.xml new file mode 100644 index 000000000..94802b543 --- /dev/null +++ b/data/templates/npc/30617-Burai.xml @@ -0,0 +1,27 @@ + + + + Burai + Turek Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30618-Harak.xml b/data/templates/npc/30618-Harak.xml new file mode 100644 index 000000000..f8c3419d3 --- /dev/null +++ b/data/templates/npc/30618-Harak.xml @@ -0,0 +1,27 @@ + + + + Harak + Leunt Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30619-Driko.xml b/data/templates/npc/30619-Driko.xml new file mode 100644 index 000000000..02bdb75ac --- /dev/null +++ b/data/templates/npc/30619-Driko.xml @@ -0,0 +1,27 @@ + + + + Driko + Vuku Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30620-Emily.xml b/data/templates/npc/30620-Emily.xml new file mode 100644 index 000000000..823b1abb8 --- /dev/null +++ b/data/templates/npc/30620-Emily.xml @@ -0,0 +1,25 @@ + + + + Emily + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30621-Nikola.xml b/data/templates/npc/30621-Nikola.xml new file mode 100644 index 000000000..016bd6f75 --- /dev/null +++ b/data/templates/npc/30621-Nikola.xml @@ -0,0 +1,26 @@ + + + + Nikola + Maestro + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30622-BoxOfTitan.xml b/data/templates/npc/30622-BoxOfTitan.xml new file mode 100644 index 000000000..67244599d --- /dev/null +++ b/data/templates/npc/30622-BoxOfTitan.xml @@ -0,0 +1,24 @@ + + + + Box Of Titan + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30623-Kaien.xml b/data/templates/npc/30623-Kaien.xml new file mode 100644 index 000000000..069e0a47f --- /dev/null +++ b/data/templates/npc/30623-Kaien.xml @@ -0,0 +1,27 @@ + + + + Kaien + Duelist + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30624-Ascalon.xml b/data/templates/npc/30624-Ascalon.xml new file mode 100644 index 000000000..b5222b032 --- /dev/null +++ b/data/templates/npc/30624-Ascalon.xml @@ -0,0 +1,27 @@ + + + + Ascalon + Veteran + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30625-Mason.xml b/data/templates/npc/30625-Mason.xml new file mode 100644 index 000000000..14eedc189 --- /dev/null +++ b/data/templates/npc/30625-Mason.xml @@ -0,0 +1,25 @@ + + + + Mason + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30626-Hamil.xml b/data/templates/npc/30626-Hamil.xml new file mode 100644 index 000000000..c2c6ebaf8 --- /dev/null +++ b/data/templates/npc/30626-Hamil.xml @@ -0,0 +1,26 @@ + + + + Hamil + Sagittarius + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30627-Tree.xml b/data/templates/npc/30627-Tree.xml new file mode 100644 index 000000000..ce9140d65 --- /dev/null +++ b/data/templates/npc/30627-Tree.xml @@ -0,0 +1,24 @@ + + + + Tree + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30628-StrongWoodenChest.xml b/data/templates/npc/30628-StrongWoodenChest.xml new file mode 100644 index 000000000..0ba38b24b --- /dev/null +++ b/data/templates/npc/30628-StrongWoodenChest.xml @@ -0,0 +1,24 @@ + + + + Strong Wooden Chest + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30629-Rukal.xml b/data/templates/npc/30629-Rukal.xml new file mode 100644 index 000000000..5b17dac67 --- /dev/null +++ b/data/templates/npc/30629-Rukal.xml @@ -0,0 +1,27 @@ + + + + Rukal + Bard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30630-Orim.xml b/data/templates/npc/30630-Orim.xml new file mode 100644 index 000000000..536a1f064 --- /dev/null +++ b/data/templates/npc/30630-Orim.xml @@ -0,0 +1,26 @@ + + + + Orim + Shadow + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30631-Roderik.xml b/data/templates/npc/30631-Roderik.xml new file mode 100644 index 000000000..c51de99a2 --- /dev/null +++ b/data/templates/npc/30631-Roderik.xml @@ -0,0 +1,27 @@ + + + + Roderik + Warden + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30632-Endrigo.xml b/data/templates/npc/30632-Endrigo.xml new file mode 100644 index 000000000..2813674e7 --- /dev/null +++ b/data/templates/npc/30632-Endrigo.xml @@ -0,0 +1,27 @@ + + + + Endrigo + Warden + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30633-Evert.xml b/data/templates/npc/30633-Evert.xml new file mode 100644 index 000000000..9f2e4d227 --- /dev/null +++ b/data/templates/npc/30633-Evert.xml @@ -0,0 +1,26 @@ + + + + Evert + Fisher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30634-Galatea.xml b/data/templates/npc/30634-Galatea.xml new file mode 100644 index 000000000..8d654bb12 --- /dev/null +++ b/data/templates/npc/30634-Galatea.xml @@ -0,0 +1,26 @@ + + + + Galatea + High Summoner + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30635-Almors.xml b/data/templates/npc/30635-Almors.xml new file mode 100644 index 000000000..af40fa562 --- /dev/null +++ b/data/templates/npc/30635-Almors.xml @@ -0,0 +1,26 @@ + + + + Almors + Summoner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30636-Camoniell.xml b/data/templates/npc/30636-Camoniell.xml new file mode 100644 index 000000000..b2c39f3ff --- /dev/null +++ b/data/templates/npc/30636-Camoniell.xml @@ -0,0 +1,26 @@ + + + + Camoniell + Summoner + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30637-Belthus.xml b/data/templates/npc/30637-Belthus.xml new file mode 100644 index 000000000..fa92227b8 --- /dev/null +++ b/data/templates/npc/30637-Belthus.xml @@ -0,0 +1,26 @@ + + + + Belthus + Summoner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30638-Basilla.xml b/data/templates/npc/30638-Basilla.xml new file mode 100644 index 000000000..f0f442a61 --- /dev/null +++ b/data/templates/npc/30638-Basilla.xml @@ -0,0 +1,26 @@ + + + + Basilla + Summoner + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30639-Celestiel.xml b/data/templates/npc/30639-Celestiel.xml new file mode 100644 index 000000000..58af56fcc --- /dev/null +++ b/data/templates/npc/30639-Celestiel.xml @@ -0,0 +1,26 @@ + + + + Celestiel + Summoner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30640-Brynthea.xml b/data/templates/npc/30640-Brynthea.xml new file mode 100644 index 000000000..9f541a328 --- /dev/null +++ b/data/templates/npc/30640-Brynthea.xml @@ -0,0 +1,26 @@ + + + + Brynthea + Summoner + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30641-Takuna.xml b/data/templates/npc/30641-Takuna.xml new file mode 100644 index 000000000..0572af2d9 --- /dev/null +++ b/data/templates/npc/30641-Takuna.xml @@ -0,0 +1,27 @@ + + + + Takuna + Duda-Mara Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30642-Chianta.xml b/data/templates/npc/30642-Chianta.xml new file mode 100644 index 000000000..aedd52dc4 --- /dev/null +++ b/data/templates/npc/30642-Chianta.xml @@ -0,0 +1,27 @@ + + + + Chianta + Gandi Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30643-FirstOrc.xml b/data/templates/npc/30643-FirstOrc.xml new file mode 100644 index 000000000..608967bc2 --- /dev/null +++ b/data/templates/npc/30643-FirstOrc.xml @@ -0,0 +1,25 @@ + + + + First Orc + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30644-Kash.xml b/data/templates/npc/30644-Kash.xml new file mode 100644 index 000000000..b87fceb42 --- /dev/null +++ b/data/templates/npc/30644-Kash.xml @@ -0,0 +1,25 @@ + + + + Kash + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30645-Martien.xml b/data/templates/npc/30645-Martien.xml new file mode 100644 index 000000000..2dbfd4c56 --- /dev/null +++ b/data/templates/npc/30645-Martien.xml @@ -0,0 +1,25 @@ + + + + Martien + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30646-Raldo.xml b/data/templates/npc/30646-Raldo.xml new file mode 100644 index 000000000..386dedbe2 --- /dev/null +++ b/data/templates/npc/30646-Raldo.xml @@ -0,0 +1,26 @@ + + + + Raldo + Champion + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30647-ChestOfShyslassys.xml b/data/templates/npc/30647-ChestOfShyslassys.xml new file mode 100644 index 000000000..ccb035b81 --- /dev/null +++ b/data/templates/npc/30647-ChestOfShyslassys.xml @@ -0,0 +1,24 @@ + + + + Chest Of Shyslassys + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30648-Santiago.xml b/data/templates/npc/30648-Santiago.xml new file mode 100644 index 000000000..bf11a054b --- /dev/null +++ b/data/templates/npc/30648-Santiago.xml @@ -0,0 +1,26 @@ + + + + Santiago + Hermit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30649-AncestorMartankus.xml b/data/templates/npc/30649-AncestorMartankus.xml new file mode 100644 index 000000000..c24f57170 --- /dev/null +++ b/data/templates/npc/30649-AncestorMartankus.xml @@ -0,0 +1,25 @@ + + + + Ancestor Martankus + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30650-Gerald.xml b/data/templates/npc/30650-Gerald.xml new file mode 100644 index 000000000..0dc4881ac --- /dev/null +++ b/data/templates/npc/30650-Gerald.xml @@ -0,0 +1,26 @@ + + + + Gerald + Priest of the Earth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30651-Dorf.xml b/data/templates/npc/30651-Dorf.xml new file mode 100644 index 000000000..e3a8ff931 --- /dev/null +++ b/data/templates/npc/30651-Dorf.xml @@ -0,0 +1,26 @@ + + + + Dorf + Wanderer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30652-Uruha.xml b/data/templates/npc/30652-Uruha.xml new file mode 100644 index 000000000..4544bf027 --- /dev/null +++ b/data/templates/npc/30652-Uruha.xml @@ -0,0 +1,25 @@ + + + + Uruha + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30653-SirAronTanford.xml b/data/templates/npc/30653-SirAronTanford.xml new file mode 100644 index 000000000..a3414ee06 --- /dev/null +++ b/data/templates/npc/30653-SirAronTanford.xml @@ -0,0 +1,25 @@ + + + + Sir Aron Tanford + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30654-SirKielNighthawk.xml b/data/templates/npc/30654-SirKielNighthawk.xml new file mode 100644 index 000000000..e15cec589 --- /dev/null +++ b/data/templates/npc/30654-SirKielNighthawk.xml @@ -0,0 +1,26 @@ + + + + Sir Kiel Nighthawk + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30655-IsaelSilvershadow.xml b/data/templates/npc/30655-IsaelSilvershadow.xml new file mode 100644 index 000000000..8e5458cc2 --- /dev/null +++ b/data/templates/npc/30655-IsaelSilvershadow.xml @@ -0,0 +1,25 @@ + + + + Isael Silvershadow + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30656-SpiritOfSirTalianus.xml b/data/templates/npc/30656-SpiritOfSirTalianus.xml new file mode 100644 index 000000000..fa2f49582 --- /dev/null +++ b/data/templates/npc/30656-SpiritOfSirTalianus.xml @@ -0,0 +1,25 @@ + + + + Spirit Of Sir Talianus + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30657-Seresin.xml b/data/templates/npc/30657-Seresin.xml new file mode 100644 index 000000000..2c4502c7b --- /dev/null +++ b/data/templates/npc/30657-Seresin.xml @@ -0,0 +1,26 @@ + + + + Seresin + Cardinal + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30658-Gupu.xml b/data/templates/npc/30658-Gupu.xml new file mode 100644 index 000000000..2fd2c459c --- /dev/null +++ b/data/templates/npc/30658-Gupu.xml @@ -0,0 +1,26 @@ + + + + Gupu + Father + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30659-OrphanGirl.xml b/data/templates/npc/30659-OrphanGirl.xml new file mode 100644 index 000000000..36eab3744 --- /dev/null +++ b/data/templates/npc/30659-OrphanGirl.xml @@ -0,0 +1,25 @@ + + + + Orphan Girl + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30660-WindyShaoring.xml b/data/templates/npc/30660-WindyShaoring.xml new file mode 100644 index 000000000..bb546997d --- /dev/null +++ b/data/templates/npc/30660-WindyShaoring.xml @@ -0,0 +1,25 @@ + + + + Windy Shaoring + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30661-MysteriousDarkElf.xml b/data/templates/npc/30661-MysteriousDarkElf.xml new file mode 100644 index 000000000..04a4ee8d5 --- /dev/null +++ b/data/templates/npc/30661-MysteriousDarkElf.xml @@ -0,0 +1,25 @@ + + + + Mysterious Dark Elf + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30662-PiperLongbow.xml b/data/templates/npc/30662-PiperLongbow.xml new file mode 100644 index 000000000..912a4253a --- /dev/null +++ b/data/templates/npc/30662-PiperLongbow.xml @@ -0,0 +1,25 @@ + + + + Piper Longbow + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30663-SleinShiningBlade.xml b/data/templates/npc/30663-SleinShiningBlade.xml new file mode 100644 index 000000000..38919b402 --- /dev/null +++ b/data/templates/npc/30663-SleinShiningBlade.xml @@ -0,0 +1,26 @@ + + + + Slein Shining Blade + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30664-CainFlyingKnife.xml b/data/templates/npc/30664-CainFlyingKnife.xml new file mode 100644 index 000000000..7ecb45a19 --- /dev/null +++ b/data/templates/npc/30664-CainFlyingKnife.xml @@ -0,0 +1,26 @@ + + + + Cain Flying Knife + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30665-Kristina.xml b/data/templates/npc/30665-Kristina.xml new file mode 100644 index 000000000..e48a0062d --- /dev/null +++ b/data/templates/npc/30665-Kristina.xml @@ -0,0 +1,26 @@ + + + + Kristina + Saint + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30666-Sla.xml b/data/templates/npc/30666-Sla.xml new file mode 100644 index 000000000..e07ff6dc6 --- /dev/null +++ b/data/templates/npc/30666-Sla.xml @@ -0,0 +1,26 @@ + + + + Sla + Preacher + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30667-Ramus.xml b/data/templates/npc/30667-Ramus.xml new file mode 100644 index 000000000..a9cc11e49 --- /dev/null +++ b/data/templates/npc/30667-Ramus.xml @@ -0,0 +1,25 @@ + + + + Ramus + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30668-Katari.xml b/data/templates/npc/30668-Katari.xml new file mode 100644 index 000000000..eacc91529 --- /dev/null +++ b/data/templates/npc/30668-Katari.xml @@ -0,0 +1,25 @@ + + + + Katari + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30669-Kakan.xml b/data/templates/npc/30669-Kakan.xml new file mode 100644 index 000000000..3cb1d11f8 --- /dev/null +++ b/data/templates/npc/30669-Kakan.xml @@ -0,0 +1,25 @@ + + + + Kakan + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30670-Nyakuri.xml b/data/templates/npc/30670-Nyakuri.xml new file mode 100644 index 000000000..efaff14fd --- /dev/null +++ b/data/templates/npc/30670-Nyakuri.xml @@ -0,0 +1,25 @@ + + + + Nyakuri + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30671-Croto.xml b/data/templates/npc/30671-Croto.xml new file mode 100644 index 000000000..91f5ebd96 --- /dev/null +++ b/data/templates/npc/30671-Croto.xml @@ -0,0 +1,26 @@ + + + + Croto + Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30672-Dubabah.xml b/data/templates/npc/30672-Dubabah.xml new file mode 100644 index 000000000..b088ec8a1 --- /dev/null +++ b/data/templates/npc/30672-Dubabah.xml @@ -0,0 +1,26 @@ + + + + Dubabah + Jailer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30673-Lorain.xml b/data/templates/npc/30673-Lorain.xml new file mode 100644 index 000000000..6b8bc57e8 --- /dev/null +++ b/data/templates/npc/30673-Lorain.xml @@ -0,0 +1,26 @@ + + + + Lorain + Researcher + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30674-DaurinHammercrush.xml b/data/templates/npc/30674-DaurinHammercrush.xml new file mode 100644 index 000000000..de83cf307 --- /dev/null +++ b/data/templates/npc/30674-DaurinHammercrush.xml @@ -0,0 +1,25 @@ + + + + Daurin Hammercrush + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30675-CorpseOfKamur.xml b/data/templates/npc/30675-CorpseOfKamur.xml new file mode 100644 index 000000000..a502dd9e8 --- /dev/null +++ b/data/templates/npc/30675-CorpseOfKamur.xml @@ -0,0 +1,25 @@ + + + + Corpse Of Kamur + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30702-Bernard.xml b/data/templates/npc/30702-Bernard.xml new file mode 100644 index 000000000..1d75e194d --- /dev/null +++ b/data/templates/npc/30702-Bernard.xml @@ -0,0 +1,26 @@ + + + + Bernard + Guild President + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30703-Colin.xml b/data/templates/npc/30703-Colin.xml new file mode 100644 index 000000000..130737245 --- /dev/null +++ b/data/templates/npc/30703-Colin.xml @@ -0,0 +1,26 @@ + + + + Colin + Guild President + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30728-Leirynn.xml b/data/templates/npc/30728-Leirynn.xml new file mode 100644 index 000000000..1f952de2c --- /dev/null +++ b/data/templates/npc/30728-Leirynn.xml @@ -0,0 +1,27 @@ + + + + Leirynn + Militiaman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30729-Borys.xml b/data/templates/npc/30729-Borys.xml new file mode 100644 index 000000000..e866dcc30 --- /dev/null +++ b/data/templates/npc/30729-Borys.xml @@ -0,0 +1,26 @@ + + + + Borys + Drunkard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30730-Jax.xml b/data/templates/npc/30730-Jax.xml new file mode 100644 index 000000000..edc6d7764 --- /dev/null +++ b/data/templates/npc/30730-Jax.xml @@ -0,0 +1,27 @@ + + + + Jax + Bodyguard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30732-OlMahumPilgrim.xml b/data/templates/npc/30732-OlMahumPilgrim.xml new file mode 100644 index 000000000..b899453f4 --- /dev/null +++ b/data/templates/npc/30732-OlMahumPilgrim.xml @@ -0,0 +1,26 @@ + + + + Ol Mahum Pilgrim + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30734-SupplyBoxOnWharf.xml b/data/templates/npc/30734-SupplyBoxOnWharf.xml new file mode 100644 index 000000000..2e38b5771 --- /dev/null +++ b/data/templates/npc/30734-SupplyBoxOnWharf.xml @@ -0,0 +1,24 @@ + + + + Supply Box On Wharf + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30735-Sophya.xml b/data/templates/npc/30735-Sophya.xml new file mode 100644 index 000000000..72a5a83a3 --- /dev/null +++ b/data/templates/npc/30735-Sophya.xml @@ -0,0 +1,26 @@ + + + + Sophya + Mercenary Captain + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30736-Redfoot.xml b/data/templates/npc/30736-Redfoot.xml new file mode 100644 index 000000000..cf58802a7 --- /dev/null +++ b/data/templates/npc/30736-Redfoot.xml @@ -0,0 +1,26 @@ + + + + Redfoot + Mercenary + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30737-Morgan.xml b/data/templates/npc/30737-Morgan.xml new file mode 100644 index 000000000..4f5ca614b --- /dev/null +++ b/data/templates/npc/30737-Morgan.xml @@ -0,0 +1,26 @@ + + + + Morgan + Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30738-Matild.xml b/data/templates/npc/30738-Matild.xml new file mode 100644 index 000000000..82a6361e8 --- /dev/null +++ b/data/templates/npc/30738-Matild.xml @@ -0,0 +1,26 @@ + + + + Matild + Alchemist + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30739-Keltir.xml b/data/templates/npc/30739-Keltir.xml new file mode 100644 index 000000000..17ca0e78a --- /dev/null +++ b/data/templates/npc/30739-Keltir.xml @@ -0,0 +1,26 @@ + + + + Keltir + Royal Servant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30740-Toad.xml b/data/templates/npc/30740-Toad.xml new file mode 100644 index 000000000..67cec0269 --- /dev/null +++ b/data/templates/npc/30740-Toad.xml @@ -0,0 +1,26 @@ + + + + Toad + Royal Servant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30741-Rabbit.xml b/data/templates/npc/30741-Rabbit.xml new file mode 100644 index 000000000..418c7f9a8 --- /dev/null +++ b/data/templates/npc/30741-Rabbit.xml @@ -0,0 +1,26 @@ + + + + Rabbit + Royal Servant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30742-Rupina.xml b/data/templates/npc/30742-Rupina.xml new file mode 100644 index 000000000..7019365b8 --- /dev/null +++ b/data/templates/npc/30742-Rupina.xml @@ -0,0 +1,26 @@ + + + + Rupina + Fairy of Love + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30743-WisdomChest.xml b/data/templates/npc/30743-WisdomChest.xml new file mode 100644 index 000000000..2d32343b3 --- /dev/null +++ b/data/templates/npc/30743-WisdomChest.xml @@ -0,0 +1,24 @@ + + + + Wisdom Chest + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30744-Grey.xml b/data/templates/npc/30744-Grey.xml new file mode 100644 index 000000000..29ffae194 --- /dev/null +++ b/data/templates/npc/30744-Grey.xml @@ -0,0 +1,26 @@ + + + + Grey + Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30745-Tor.xml b/data/templates/npc/30745-Tor.xml new file mode 100644 index 000000000..97ee5e7c7 --- /dev/null +++ b/data/templates/npc/30745-Tor.xml @@ -0,0 +1,26 @@ + + + + Tor + Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30746-Cybellin.xml b/data/templates/npc/30746-Cybellin.xml new file mode 100644 index 000000000..9b55818b6 --- /dev/null +++ b/data/templates/npc/30746-Cybellin.xml @@ -0,0 +1,25 @@ + + + + Cybellin + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30747-Mimyu.xml b/data/templates/npc/30747-Mimyu.xml new file mode 100644 index 000000000..acb227ec6 --- /dev/null +++ b/data/templates/npc/30747-Mimyu.xml @@ -0,0 +1,26 @@ + + + + Mimyu + Fairy + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30748-Exarion.xml b/data/templates/npc/30748-Exarion.xml new file mode 100644 index 000000000..2afaae0f1 --- /dev/null +++ b/data/templates/npc/30748-Exarion.xml @@ -0,0 +1,26 @@ + + + + Exarion + Drake + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30749-Zwov.xml b/data/templates/npc/30749-Zwov.xml new file mode 100644 index 000000000..379cec9f7 --- /dev/null +++ b/data/templates/npc/30749-Zwov.xml @@ -0,0 +1,26 @@ + + + + Zwov + Drake + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30750-Kalibran.xml b/data/templates/npc/30750-Kalibran.xml new file mode 100644 index 000000000..c27e9a7a4 --- /dev/null +++ b/data/templates/npc/30750-Kalibran.xml @@ -0,0 +1,26 @@ + + + + Kalibran + Drake + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30751-Suzet.xml b/data/templates/npc/30751-Suzet.xml new file mode 100644 index 000000000..49aa13c4e --- /dev/null +++ b/data/templates/npc/30751-Suzet.xml @@ -0,0 +1,26 @@ + + + + Suzet + Wyrm + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30752-Shamhai.xml b/data/templates/npc/30752-Shamhai.xml new file mode 100644 index 000000000..6dae7fb4c --- /dev/null +++ b/data/templates/npc/30752-Shamhai.xml @@ -0,0 +1,26 @@ + + + + Shamhai + Wyrm + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30753-Gabrielle.xml b/data/templates/npc/30753-Gabrielle.xml new file mode 100644 index 000000000..a1f38f98d --- /dev/null +++ b/data/templates/npc/30753-Gabrielle.xml @@ -0,0 +1,25 @@ + + + + Gabrielle + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30754-Gilmore.xml b/data/templates/npc/30754-Gilmore.xml new file mode 100644 index 000000000..7eed43435 --- /dev/null +++ b/data/templates/npc/30754-Gilmore.xml @@ -0,0 +1,27 @@ + + + + Gilmore + Antharas Watchman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30755-Theodric.xml b/data/templates/npc/30755-Theodric.xml new file mode 100644 index 000000000..3cf8a1e95 --- /dev/null +++ b/data/templates/npc/30755-Theodric.xml @@ -0,0 +1,27 @@ + + + + Theodric + Antharas Watchman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30756-SirKristofRodemai.xml b/data/templates/npc/30756-SirKristofRodemai.xml new file mode 100644 index 000000000..9c33e3659 --- /dev/null +++ b/data/templates/npc/30756-SirKristofRodemai.xml @@ -0,0 +1,25 @@ + + + + Sir Kristof Rodemai + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30757-StatueOfOffering.xml b/data/templates/npc/30757-StatueOfOffering.xml new file mode 100644 index 000000000..e9c922c19 --- /dev/null +++ b/data/templates/npc/30757-StatueOfOffering.xml @@ -0,0 +1,24 @@ + + + + Statue Of Offering + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30758-Athrea.xml b/data/templates/npc/30758-Athrea.xml new file mode 100644 index 000000000..09f917836 --- /dev/null +++ b/data/templates/npc/30758-Athrea.xml @@ -0,0 +1,26 @@ + + + + Athrea + Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30759-Kalis.xml b/data/templates/npc/30759-Kalis.xml new file mode 100644 index 000000000..051f60f13 --- /dev/null +++ b/data/templates/npc/30759-Kalis.xml @@ -0,0 +1,26 @@ + + + + Kalis + Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30760-SirGustavAthebaldt.xml b/data/templates/npc/30760-SirGustavAthebaldt.xml new file mode 100644 index 000000000..ac7d62301 --- /dev/null +++ b/data/templates/npc/30760-SirGustavAthebaldt.xml @@ -0,0 +1,25 @@ + + + + Sir Gustav Athebaldt + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30761-CorpseOfFritz.xml b/data/templates/npc/30761-CorpseOfFritz.xml new file mode 100644 index 000000000..64349e42c --- /dev/null +++ b/data/templates/npc/30761-CorpseOfFritz.xml @@ -0,0 +1,25 @@ + + + + Corpse Of Fritz + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30762-CorpseOfLutz.xml b/data/templates/npc/30762-CorpseOfLutz.xml new file mode 100644 index 000000000..3650d8c28 --- /dev/null +++ b/data/templates/npc/30762-CorpseOfLutz.xml @@ -0,0 +1,25 @@ + + + + Corpse Of Lutz + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30763-CorpseOfKurtz.xml b/data/templates/npc/30763-CorpseOfKurtz.xml new file mode 100644 index 000000000..6e3e738cd --- /dev/null +++ b/data/templates/npc/30763-CorpseOfKurtz.xml @@ -0,0 +1,25 @@ + + + + Corpse Of Kurtz + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30764-Balthazar.xml b/data/templates/npc/30764-Balthazar.xml new file mode 100644 index 000000000..1a4861453 --- /dev/null +++ b/data/templates/npc/30764-Balthazar.xml @@ -0,0 +1,25 @@ + + + + Balthazar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30765-ImperialCoffer.xml b/data/templates/npc/30765-ImperialCoffer.xml new file mode 100644 index 000000000..70493eb07 --- /dev/null +++ b/data/templates/npc/30765-ImperialCoffer.xml @@ -0,0 +1,24 @@ + + + + Imperial Coffer + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30766-Cleo.xml b/data/templates/npc/30766-Cleo.xml new file mode 100644 index 000000000..28b5fcda1 --- /dev/null +++ b/data/templates/npc/30766-Cleo.xml @@ -0,0 +1,26 @@ + + + + Cleo + Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30832-Hardin.xml b/data/templates/npc/30832-Hardin.xml new file mode 100644 index 000000000..5a36f43e2 --- /dev/null +++ b/data/templates/npc/30832-Hardin.xml @@ -0,0 +1,25 @@ + + + + Hardin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30868-SirEricRodemai.xml b/data/templates/npc/30868-SirEricRodemai.xml new file mode 100644 index 000000000..1984b4df9 --- /dev/null +++ b/data/templates/npc/30868-SirEricRodemai.xml @@ -0,0 +1,26 @@ + + + + Sir Eric Rodemai + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30925-Morelyn.xml b/data/templates/npc/30925-Morelyn.xml new file mode 100644 index 000000000..95d125282 --- /dev/null +++ b/data/templates/npc/30925-Morelyn.xml @@ -0,0 +1,26 @@ + + + + Morelyn + High Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30926-Restina.xml b/data/templates/npc/30926-Restina.xml new file mode 100644 index 000000000..46618d6ee --- /dev/null +++ b/data/templates/npc/30926-Restina.xml @@ -0,0 +1,26 @@ + + + + Restina + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30927-Alicia.xml b/data/templates/npc/30927-Alicia.xml new file mode 100644 index 000000000..4e10aa7f3 --- /dev/null +++ b/data/templates/npc/30927-Alicia.xml @@ -0,0 +1,26 @@ + + + + Alicia + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30928-Fenster.xml b/data/templates/npc/30928-Fenster.xml new file mode 100644 index 000000000..3446b6bb0 --- /dev/null +++ b/data/templates/npc/30928-Fenster.xml @@ -0,0 +1,26 @@ + + + + Fenster + Mercenary + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30929-Patrin.xml b/data/templates/npc/30929-Patrin.xml new file mode 100644 index 000000000..2507985be --- /dev/null +++ b/data/templates/npc/30929-Patrin.xml @@ -0,0 +1,26 @@ + + + + Patrin + Antique Dealer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30930-Rogent.xml b/data/templates/npc/30930-Rogent.xml new file mode 100644 index 000000000..0d64d94d5 --- /dev/null +++ b/data/templates/npc/30930-Rogent.xml @@ -0,0 +1,26 @@ + + + + Rogent + Antique Appraiser + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30931-Bentley.xml b/data/templates/npc/30931-Bentley.xml new file mode 100644 index 000000000..aa655356a --- /dev/null +++ b/data/templates/npc/30931-Bentley.xml @@ -0,0 +1,25 @@ + + + + Bentley + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30932-Benica.xml b/data/templates/npc/30932-Benica.xml new file mode 100644 index 000000000..c7b398d29 --- /dev/null +++ b/data/templates/npc/30932-Benica.xml @@ -0,0 +1,25 @@ + + + + Benica + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30933-Braki.xml b/data/templates/npc/30933-Braki.xml new file mode 100644 index 000000000..b696f6be5 --- /dev/null +++ b/data/templates/npc/30933-Braki.xml @@ -0,0 +1,25 @@ + + + + Braki + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30934-Marsha.xml b/data/templates/npc/30934-Marsha.xml new file mode 100644 index 000000000..87b1c2c10 --- /dev/null +++ b/data/templates/npc/30934-Marsha.xml @@ -0,0 +1,26 @@ + + + + Marsha + Collector + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30935-Trumpin.xml b/data/templates/npc/30935-Trumpin.xml new file mode 100644 index 000000000..ed6df70a7 --- /dev/null +++ b/data/templates/npc/30935-Trumpin.xml @@ -0,0 +1,26 @@ + + + + Trumpin + Collector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30944-Malcom9.xml b/data/templates/npc/30944-Malcom9.xml new file mode 100644 index 000000000..63d89a652 --- /dev/null +++ b/data/templates/npc/30944-Malcom9.xml @@ -0,0 +1,26 @@ + + + + Malcom9 + Human Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30945-Malcom10.xml b/data/templates/npc/30945-Malcom10.xml new file mode 100644 index 000000000..5cb148bac --- /dev/null +++ b/data/templates/npc/30945-Malcom10.xml @@ -0,0 +1,26 @@ + + + + Malcom10 + Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30946-LucianneTanford.xml b/data/templates/npc/30946-LucianneTanford.xml new file mode 100644 index 000000000..d1ee233b0 --- /dev/null +++ b/data/templates/npc/30946-LucianneTanford.xml @@ -0,0 +1,25 @@ + + + + Lucianne Tanford + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30947-Rerikya.xml b/data/templates/npc/30947-Rerikya.xml new file mode 100644 index 000000000..8a4e3a16b --- /dev/null +++ b/data/templates/npc/30947-Rerikya.xml @@ -0,0 +1,25 @@ + + + + Rerikya + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30948-Meridien.xml b/data/templates/npc/30948-Meridien.xml new file mode 100644 index 000000000..04438bb05 --- /dev/null +++ b/data/templates/npc/30948-Meridien.xml @@ -0,0 +1,25 @@ + + + + Meridien + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30949-Keplon.xml b/data/templates/npc/30949-Keplon.xml new file mode 100644 index 000000000..b5029a793 --- /dev/null +++ b/data/templates/npc/30949-Keplon.xml @@ -0,0 +1,26 @@ + + + + Keplon + Researcher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30950-Euclie.xml b/data/templates/npc/30950-Euclie.xml new file mode 100644 index 000000000..baad62ace --- /dev/null +++ b/data/templates/npc/30950-Euclie.xml @@ -0,0 +1,26 @@ + + + + Euclie + Researcher + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30951-Pithgon.xml b/data/templates/npc/30951-Pithgon.xml new file mode 100644 index 000000000..417152e53 --- /dev/null +++ b/data/templates/npc/30951-Pithgon.xml @@ -0,0 +1,26 @@ + + + + Pithgon + Researcher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30952-DimensionalVortex1.xml b/data/templates/npc/30952-DimensionalVortex1.xml new file mode 100644 index 000000000..42c4afd31 --- /dev/null +++ b/data/templates/npc/30952-DimensionalVortex1.xml @@ -0,0 +1,24 @@ + + + + Dimensional Vortex 1 + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30953-DimensionalVortex2.xml b/data/templates/npc/30953-DimensionalVortex2.xml new file mode 100644 index 000000000..d999ca71a --- /dev/null +++ b/data/templates/npc/30953-DimensionalVortex2.xml @@ -0,0 +1,24 @@ + + + + Dimensional Vortex 2 + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30954-DimensionalVortex3.xml b/data/templates/npc/30954-DimensionalVortex3.xml new file mode 100644 index 000000000..1ef3a30c5 --- /dev/null +++ b/data/templates/npc/30954-DimensionalVortex3.xml @@ -0,0 +1,24 @@ + + + + Dimensional Vortex 3 + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30956-Nanarin.xml b/data/templates/npc/30956-Nanarin.xml new file mode 100644 index 000000000..df1a2bff8 --- /dev/null +++ b/data/templates/npc/30956-Nanarin.xml @@ -0,0 +1,27 @@ + + + + Nanarin + Musician + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30957-Swan.xml b/data/templates/npc/30957-Swan.xml new file mode 100644 index 000000000..2cb9d4a9b --- /dev/null +++ b/data/templates/npc/30957-Swan.xml @@ -0,0 +1,27 @@ + + + + Swan + Bard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30958-Galion.xml b/data/templates/npc/30958-Galion.xml new file mode 100644 index 000000000..8e11d3ecf --- /dev/null +++ b/data/templates/npc/30958-Galion.xml @@ -0,0 +1,25 @@ + + + + Galion + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30959-Barbado.xml b/data/templates/npc/30959-Barbado.xml new file mode 100644 index 000000000..aeb63792d --- /dev/null +++ b/data/templates/npc/30959-Barbado.xml @@ -0,0 +1,27 @@ + + + + Barbado + Musician + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/30960-BeerChest.xml b/data/templates/npc/30960-BeerChest.xml new file mode 100644 index 000000000..9bea49182 --- /dev/null +++ b/data/templates/npc/30960-BeerChest.xml @@ -0,0 +1,24 @@ + + + + Beer Chest + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30961-ClothChest.xml b/data/templates/npc/30961-ClothChest.xml new file mode 100644 index 000000000..fabd9e0a7 --- /dev/null +++ b/data/templates/npc/30961-ClothChest.xml @@ -0,0 +1,24 @@ + + + + Cloth Chest + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30962-StatueOfWater.xml b/data/templates/npc/30962-StatueOfWater.xml new file mode 100644 index 000000000..649a530da --- /dev/null +++ b/data/templates/npc/30962-StatueOfWater.xml @@ -0,0 +1,24 @@ + + + + Statue of Water + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30963-StatueOfFire.xml b/data/templates/npc/30963-StatueOfFire.xml new file mode 100644 index 000000000..ac2926756 --- /dev/null +++ b/data/templates/npc/30963-StatueOfFire.xml @@ -0,0 +1,24 @@ + + + + Statue of Fire + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30964-StatueOfWind.xml b/data/templates/npc/30964-StatueOfWind.xml new file mode 100644 index 000000000..8cbf75521 --- /dev/null +++ b/data/templates/npc/30964-StatueOfWind.xml @@ -0,0 +1,24 @@ + + + + Statue of Wind + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30965-StatueOfEarth.xml b/data/templates/npc/30965-StatueOfEarth.xml new file mode 100644 index 000000000..20fbef642 --- /dev/null +++ b/data/templates/npc/30965-StatueOfEarth.xml @@ -0,0 +1,24 @@ + + + + Statue of Earth + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30966-StatueOfDarkness.xml b/data/templates/npc/30966-StatueOfDarkness.xml new file mode 100644 index 000000000..87a8f91f2 --- /dev/null +++ b/data/templates/npc/30966-StatueOfDarkness.xml @@ -0,0 +1,24 @@ + + + + Statue of Darkness + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30967-StatueOfLight.xml b/data/templates/npc/30967-StatueOfLight.xml new file mode 100644 index 000000000..d4443f243 --- /dev/null +++ b/data/templates/npc/30967-StatueOfLight.xml @@ -0,0 +1,24 @@ + + + + Statue of Light + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30968-Jennifer.xml b/data/templates/npc/30968-Jennifer.xml new file mode 100644 index 000000000..7811c6f13 --- /dev/null +++ b/data/templates/npc/30968-Jennifer.xml @@ -0,0 +1,26 @@ + + + + Jennifer + Lady Orc + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30969-IasonHeine.xml b/data/templates/npc/30969-IasonHeine.xml new file mode 100644 index 000000000..a29e2a26e --- /dev/null +++ b/data/templates/npc/30969-IasonHeine.xml @@ -0,0 +1,25 @@ + + + + Iason Heine + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30970-Dorothy.xml b/data/templates/npc/30970-Dorothy.xml new file mode 100644 index 000000000..00e76a42d --- /dev/null +++ b/data/templates/npc/30970-Dorothy.xml @@ -0,0 +1,26 @@ + + + + Dorothy + Locksmith + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30971-Orpheus.xml b/data/templates/npc/30971-Orpheus.xml new file mode 100644 index 000000000..f0b172110 --- /dev/null +++ b/data/templates/npc/30971-Orpheus.xml @@ -0,0 +1,26 @@ + + + + Orpheus + Mad Doctor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30973-MediumJar.xml b/data/templates/npc/30973-MediumJar.xml new file mode 100644 index 000000000..a7253914e --- /dev/null +++ b/data/templates/npc/30973-MediumJar.xml @@ -0,0 +1,24 @@ + + + + Medium Jar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30974-Oliver.xml b/data/templates/npc/30974-Oliver.xml new file mode 100644 index 000000000..c1cac6653 --- /dev/null +++ b/data/templates/npc/30974-Oliver.xml @@ -0,0 +1,26 @@ + + + + Oliver + Resurrected Adventurer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30975-Clarine.xml b/data/templates/npc/30975-Clarine.xml new file mode 100644 index 000000000..951b97429 --- /dev/null +++ b/data/templates/npc/30975-Clarine.xml @@ -0,0 +1,26 @@ + + + + Clarine + Resurrected Adventurer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30976-ResurrectedTownMaiden.xml b/data/templates/npc/30976-ResurrectedTownMaiden.xml new file mode 100644 index 000000000..0120bf2d1 --- /dev/null +++ b/data/templates/npc/30976-ResurrectedTownMaiden.xml @@ -0,0 +1,25 @@ + + + + Resurrected Town Maiden + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30977-HolyArkOfSecrecy1.xml b/data/templates/npc/30977-HolyArkOfSecrecy1.xml new file mode 100644 index 000000000..38906adb8 --- /dev/null +++ b/data/templates/npc/30977-HolyArkOfSecrecy1.xml @@ -0,0 +1,24 @@ + + + + Holy Ark of Secrecy 1 + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30978-HolyArkOfSecrecy2.xml b/data/templates/npc/30978-HolyArkOfSecrecy2.xml new file mode 100644 index 000000000..b0305da01 --- /dev/null +++ b/data/templates/npc/30978-HolyArkOfSecrecy2.xml @@ -0,0 +1,24 @@ + + + + Holy Ark of Secrecy 2 + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30979-HolyArkOfSecrecy3.xml b/data/templates/npc/30979-HolyArkOfSecrecy3.xml new file mode 100644 index 000000000..fc37c94cf --- /dev/null +++ b/data/templates/npc/30979-HolyArkOfSecrecy3.xml @@ -0,0 +1,24 @@ + + + + Holy Ark of Secrecy 3 + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30980-ArkGuardianSCorpse.xml b/data/templates/npc/30980-ArkGuardianSCorpse.xml new file mode 100644 index 000000000..18bfe57b6 --- /dev/null +++ b/data/templates/npc/30980-ArkGuardianSCorpse.xml @@ -0,0 +1,25 @@ + + + + Ark Guardian's Corpse + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30981-BlackJudge.xml b/data/templates/npc/30981-BlackJudge.xml new file mode 100644 index 000000000..58e70e05d --- /dev/null +++ b/data/templates/npc/30981-BlackJudge.xml @@ -0,0 +1,25 @@ + + + + Black Judge + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30988-Verce.xml b/data/templates/npc/30988-Verce.xml new file mode 100644 index 000000000..41be2ee4b --- /dev/null +++ b/data/templates/npc/30988-Verce.xml @@ -0,0 +1,26 @@ + + + + Verce + Leathersmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30989-ChestOfBifrons.xml b/data/templates/npc/30989-ChestOfBifrons.xml new file mode 100644 index 000000000..a1312c3a9 --- /dev/null +++ b/data/templates/npc/30989-ChestOfBifrons.xml @@ -0,0 +1,24 @@ + + + + Chest of Bifrons + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30990-LotteryTicketSeller.xml b/data/templates/npc/30990-LotteryTicketSeller.xml new file mode 100644 index 000000000..71769e061 --- /dev/null +++ b/data/templates/npc/30990-LotteryTicketSeller.xml @@ -0,0 +1,25 @@ + + + + Lottery Ticket Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30991-LotteryTicketSeller.xml b/data/templates/npc/30991-LotteryTicketSeller.xml new file mode 100644 index 000000000..8fc06f087 --- /dev/null +++ b/data/templates/npc/30991-LotteryTicketSeller.xml @@ -0,0 +1,25 @@ + + + + Lottery Ticket Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30992-LotteryTicketSeller.xml b/data/templates/npc/30992-LotteryTicketSeller.xml new file mode 100644 index 000000000..dc2c609a4 --- /dev/null +++ b/data/templates/npc/30992-LotteryTicketSeller.xml @@ -0,0 +1,25 @@ + + + + Lottery Ticket Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30993-LotteryTicketSeller.xml b/data/templates/npc/30993-LotteryTicketSeller.xml new file mode 100644 index 000000000..1959d3def --- /dev/null +++ b/data/templates/npc/30993-LotteryTicketSeller.xml @@ -0,0 +1,25 @@ + + + + Lottery Ticket Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30994-LotteryTicketSeller.xml b/data/templates/npc/30994-LotteryTicketSeller.xml new file mode 100644 index 000000000..5709d7ec0 --- /dev/null +++ b/data/templates/npc/30994-LotteryTicketSeller.xml @@ -0,0 +1,25 @@ + + + + Lottery Ticket Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/30995-RaceManager.xml b/data/templates/npc/30995-RaceManager.xml new file mode 100644 index 000000000..a14b4fbb3 --- /dev/null +++ b/data/templates/npc/30995-RaceManager.xml @@ -0,0 +1,25 @@ + + + + Race Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31.xml b/data/templates/npc/31.xml new file mode 100644 index 000000000..5ee57d695 --- /dev/null +++ b/data/templates/npc/31.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31001-ClaudiaAthebaldt.xml b/data/templates/npc/31001-ClaudiaAthebaldt.xml new file mode 100644 index 000000000..3491600a3 --- /dev/null +++ b/data/templates/npc/31001-ClaudiaAthebaldt.xml @@ -0,0 +1,25 @@ + + + + Claudia Athebaldt + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31002-Reorin.xml b/data/templates/npc/31002-Reorin.xml new file mode 100644 index 000000000..08ada53e3 --- /dev/null +++ b/data/templates/npc/31002-Reorin.xml @@ -0,0 +1,26 @@ + + + + Reorin + Maestro + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31027-CofferOfTheDead.xml b/data/templates/npc/31027-CofferOfTheDead.xml new file mode 100644 index 000000000..becd59b0f --- /dev/null +++ b/data/templates/npc/31027-CofferOfTheDead.xml @@ -0,0 +1,24 @@ + + + + Coffer of the Dead + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31028-ChestOfKernon.xml b/data/templates/npc/31028-ChestOfKernon.xml new file mode 100644 index 000000000..bc37fb8ca --- /dev/null +++ b/data/templates/npc/31028-ChestOfKernon.xml @@ -0,0 +1,24 @@ + + + + Chest of Kernon + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31029-ChestOfGolkonda.xml b/data/templates/npc/31029-ChestOfGolkonda.xml new file mode 100644 index 000000000..b23f8f64e --- /dev/null +++ b/data/templates/npc/31029-ChestOfGolkonda.xml @@ -0,0 +1,24 @@ + + + + Chest of Golkonda + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31030-ChestOfHallate.xml b/data/templates/npc/31030-ChestOfHallate.xml new file mode 100644 index 000000000..79618a3b9 --- /dev/null +++ b/data/templates/npc/31030-ChestOfHallate.xml @@ -0,0 +1,24 @@ + + + + Chest of Hallate + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31042-Kantabilon.xml b/data/templates/npc/31042-Kantabilon.xml new file mode 100644 index 000000000..ee0a9b2bb --- /dev/null +++ b/data/templates/npc/31042-Kantabilon.xml @@ -0,0 +1,26 @@ + + + + Kantabilon + Melody Maestro + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31043-Octavia.xml b/data/templates/npc/31043-Octavia.xml new file mode 100644 index 000000000..45c95bb94 --- /dev/null +++ b/data/templates/npc/31043-Octavia.xml @@ -0,0 +1,26 @@ + + + + Octavia + Melody Maestro + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31074-CorpseOfHutaku.xml b/data/templates/npc/31074-CorpseOfHutaku.xml new file mode 100644 index 000000000..91166b88b --- /dev/null +++ b/data/templates/npc/31074-CorpseOfHutaku.xml @@ -0,0 +1,25 @@ + + + + Corpse of Hutaku + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31075-SalesCatOfIvoryTower.xml b/data/templates/npc/31075-SalesCatOfIvoryTower.xml new file mode 100644 index 000000000..ad180651e --- /dev/null +++ b/data/templates/npc/31075-SalesCatOfIvoryTower.xml @@ -0,0 +1,25 @@ + + + + Sales Cat of Ivory Tower + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31076-NewbieGuide.xml b/data/templates/npc/31076-NewbieGuide.xml new file mode 100644 index 000000000..fb49c849a --- /dev/null +++ b/data/templates/npc/31076-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31077-NewbieGuide.xml b/data/templates/npc/31077-NewbieGuide.xml new file mode 100644 index 000000000..70af47f91 --- /dev/null +++ b/data/templates/npc/31077-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31148-PirateSChest.xml b/data/templates/npc/31148-PirateSChest.xml new file mode 100644 index 000000000..4e3dafed5 --- /dev/null +++ b/data/templates/npc/31148-PirateSChest.xml @@ -0,0 +1,24 @@ + + + + Pirate's Chest + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31149-AlchemistSMixingUrn.xml b/data/templates/npc/31149-AlchemistSMixingUrn.xml new file mode 100644 index 000000000..3ba70c842 --- /dev/null +++ b/data/templates/npc/31149-AlchemistSMixingUrn.xml @@ -0,0 +1,24 @@ + + + + Alchemist's Mixing Urn + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31170-CrestOfDawn.xml b/data/templates/npc/31170-CrestOfDawn.xml new file mode 100644 index 000000000..8864d04c0 --- /dev/null +++ b/data/templates/npc/31170-CrestOfDawn.xml @@ -0,0 +1,24 @@ + + + + Crest of Dawn + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31171-CrestOfDusk.xml b/data/templates/npc/31171-CrestOfDusk.xml new file mode 100644 index 000000000..fefe6acaa --- /dev/null +++ b/data/templates/npc/31171-CrestOfDusk.xml @@ -0,0 +1,24 @@ + + + + Crest of Dusk + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31210-RaceTrackGatekeeper.xml b/data/templates/npc/31210-RaceTrackGatekeeper.xml new file mode 100644 index 000000000..b1c3bd4b4 --- /dev/null +++ b/data/templates/npc/31210-RaceTrackGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Race Track Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31226-ArenaDirector.xml b/data/templates/npc/31226-ArenaDirector.xml new file mode 100644 index 000000000..8aef35d0e --- /dev/null +++ b/data/templates/npc/31226-ArenaDirector.xml @@ -0,0 +1,25 @@ + + + + Arena Director + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31227-BuzzTheCat.xml b/data/templates/npc/31227-BuzzTheCat.xml new file mode 100644 index 000000000..a14eb472b --- /dev/null +++ b/data/templates/npc/31227-BuzzTheCat.xml @@ -0,0 +1,26 @@ + + + + Buzz the Cat + Event Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31228-RoyTheCat.xml b/data/templates/npc/31228-RoyTheCat.xml new file mode 100644 index 000000000..7cf4f37c4 --- /dev/null +++ b/data/templates/npc/31228-RoyTheCat.xml @@ -0,0 +1,26 @@ + + + + Roy the Cat + Event Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31229-WinnieTheCat.xml b/data/templates/npc/31229-WinnieTheCat.xml new file mode 100644 index 000000000..74af9f7b9 --- /dev/null +++ b/data/templates/npc/31229-WinnieTheCat.xml @@ -0,0 +1,26 @@ + + + + Winnie the Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31230-LouieTheCat.xml b/data/templates/npc/31230-LouieTheCat.xml new file mode 100644 index 000000000..b635feeb5 --- /dev/null +++ b/data/templates/npc/31230-LouieTheCat.xml @@ -0,0 +1,26 @@ + + + + Louie the Cat + Event Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31231-PreacherOfDoom.xml b/data/templates/npc/31231-PreacherOfDoom.xml new file mode 100644 index 000000000..cd0a3844a --- /dev/null +++ b/data/templates/npc/31231-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31232-PreacherOfDoom.xml b/data/templates/npc/31232-PreacherOfDoom.xml new file mode 100644 index 000000000..e345c2557 --- /dev/null +++ b/data/templates/npc/31232-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31233-PreacherOfDoom.xml b/data/templates/npc/31233-PreacherOfDoom.xml new file mode 100644 index 000000000..76f33ce5b --- /dev/null +++ b/data/templates/npc/31233-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31234-PreacherOfDoom.xml b/data/templates/npc/31234-PreacherOfDoom.xml new file mode 100644 index 000000000..3708a563c --- /dev/null +++ b/data/templates/npc/31234-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31235-PreacherOfDoom.xml b/data/templates/npc/31235-PreacherOfDoom.xml new file mode 100644 index 000000000..ce0d72f07 --- /dev/null +++ b/data/templates/npc/31235-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31236-PreacherOfDoom.xml b/data/templates/npc/31236-PreacherOfDoom.xml new file mode 100644 index 000000000..d33909e18 --- /dev/null +++ b/data/templates/npc/31236-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31237-PreacherOfDoom.xml b/data/templates/npc/31237-PreacherOfDoom.xml new file mode 100644 index 000000000..296adf1b3 --- /dev/null +++ b/data/templates/npc/31237-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31238-PreacherOfDoom.xml b/data/templates/npc/31238-PreacherOfDoom.xml new file mode 100644 index 000000000..5ba59d2f8 --- /dev/null +++ b/data/templates/npc/31238-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31239-PreacherOfDoom.xml b/data/templates/npc/31239-PreacherOfDoom.xml new file mode 100644 index 000000000..197dd8480 --- /dev/null +++ b/data/templates/npc/31239-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31240-PreacherOfDoom.xml b/data/templates/npc/31240-PreacherOfDoom.xml new file mode 100644 index 000000000..d1e0e68b5 --- /dev/null +++ b/data/templates/npc/31240-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31241-PreacherOfDoom.xml b/data/templates/npc/31241-PreacherOfDoom.xml new file mode 100644 index 000000000..e8ea34680 --- /dev/null +++ b/data/templates/npc/31241-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31242-PreacherOfDoom.xml b/data/templates/npc/31242-PreacherOfDoom.xml new file mode 100644 index 000000000..7173e8da7 --- /dev/null +++ b/data/templates/npc/31242-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31243-PreacherOfDoom.xml b/data/templates/npc/31243-PreacherOfDoom.xml new file mode 100644 index 000000000..9e500e52a --- /dev/null +++ b/data/templates/npc/31243-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31244-PreacherOfDoom.xml b/data/templates/npc/31244-PreacherOfDoom.xml new file mode 100644 index 000000000..7a4c3ebf7 --- /dev/null +++ b/data/templates/npc/31244-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31245-PreacherOfDoom.xml b/data/templates/npc/31245-PreacherOfDoom.xml new file mode 100644 index 000000000..26fd0ca9b --- /dev/null +++ b/data/templates/npc/31245-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31246-PreacherOfDoom.xml b/data/templates/npc/31246-PreacherOfDoom.xml new file mode 100644 index 000000000..7dd67dbb2 --- /dev/null +++ b/data/templates/npc/31246-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31247-OratorOfRevelations.xml b/data/templates/npc/31247-OratorOfRevelations.xml new file mode 100644 index 000000000..fa2f44644 --- /dev/null +++ b/data/templates/npc/31247-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31248-OratorOfRevelations.xml b/data/templates/npc/31248-OratorOfRevelations.xml new file mode 100644 index 000000000..26c82ccbe --- /dev/null +++ b/data/templates/npc/31248-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31249-OratorOfRevelations.xml b/data/templates/npc/31249-OratorOfRevelations.xml new file mode 100644 index 000000000..7662a1af1 --- /dev/null +++ b/data/templates/npc/31249-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31250-OratorOfRevelations.xml b/data/templates/npc/31250-OratorOfRevelations.xml new file mode 100644 index 000000000..c8ad0b116 --- /dev/null +++ b/data/templates/npc/31250-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31251-OratorOfRevelations.xml b/data/templates/npc/31251-OratorOfRevelations.xml new file mode 100644 index 000000000..24d6f177f --- /dev/null +++ b/data/templates/npc/31251-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31252-OratorOfRevelations.xml b/data/templates/npc/31252-OratorOfRevelations.xml new file mode 100644 index 000000000..3066a9639 --- /dev/null +++ b/data/templates/npc/31252-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31253-OratorOfRevelations.xml b/data/templates/npc/31253-OratorOfRevelations.xml new file mode 100644 index 000000000..4eeec8e58 --- /dev/null +++ b/data/templates/npc/31253-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31254-OratorOfRevelations.xml b/data/templates/npc/31254-OratorOfRevelations.xml new file mode 100644 index 000000000..3114f961f --- /dev/null +++ b/data/templates/npc/31254-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31255-BuzzTheCat.xml b/data/templates/npc/31255-BuzzTheCat.xml new file mode 100644 index 000000000..5a428ebbd --- /dev/null +++ b/data/templates/npc/31255-BuzzTheCat.xml @@ -0,0 +1,26 @@ + + + + Buzz the Cat + Event Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31284-Elena.xml b/data/templates/npc/31284-Elena.xml new file mode 100644 index 000000000..449336ff7 --- /dev/null +++ b/data/templates/npc/31284-Elena.xml @@ -0,0 +1,26 @@ + + + + Elena + Spellbook Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31310-Rafael.xml b/data/templates/npc/31310-Rafael.xml new file mode 100644 index 000000000..115e0928d --- /dev/null +++ b/data/templates/npc/31310-Rafael.xml @@ -0,0 +1,25 @@ + + + + Rafael + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31338-Anton.xml b/data/templates/npc/31338-Anton.xml new file mode 100644 index 000000000..d5fbb349f --- /dev/null +++ b/data/templates/npc/31338-Anton.xml @@ -0,0 +1,26 @@ + + + + Anton + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31339-Hakran.xml b/data/templates/npc/31339-Hakran.xml new file mode 100644 index 000000000..6741bdddb --- /dev/null +++ b/data/templates/npc/31339-Hakran.xml @@ -0,0 +1,26 @@ + + + + Hakran + Amulet Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31348-Agripel.xml b/data/templates/npc/31348-Agripel.xml new file mode 100644 index 000000000..32a67df8e --- /dev/null +++ b/data/templates/npc/31348-Agripel.xml @@ -0,0 +1,26 @@ + + + + Agripel + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31349-Benedict.xml b/data/templates/npc/31349-Benedict.xml new file mode 100644 index 000000000..b3fd73394 --- /dev/null +++ b/data/templates/npc/31349-Benedict.xml @@ -0,0 +1,26 @@ + + + + Benedict + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31350-Dominic.xml b/data/templates/npc/31350-Dominic.xml new file mode 100644 index 000000000..e96ec7b1c --- /dev/null +++ b/data/templates/npc/31350-Dominic.xml @@ -0,0 +1,26 @@ + + + + Dominic + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31367-VoiceOfGlory.xml b/data/templates/npc/31367-VoiceOfGlory.xml new file mode 100644 index 000000000..e4c2eafd7 --- /dev/null +++ b/data/templates/npc/31367-VoiceOfGlory.xml @@ -0,0 +1,26 @@ + + + + Voice of Glory + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31368-Mikellan.xml b/data/templates/npc/31368-Mikellan.xml new file mode 100644 index 000000000..3bb0b586e --- /dev/null +++ b/data/templates/npc/31368-Mikellan.xml @@ -0,0 +1,26 @@ + + + + Mikellan + Monk of Silence + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31369-Mennon.xml b/data/templates/npc/31369-Mennon.xml new file mode 100644 index 000000000..867497887 --- /dev/null +++ b/data/templates/npc/31369-Mennon.xml @@ -0,0 +1,26 @@ + + + + Mennon + Monk of Silence + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31370-KadunZuKetra.xml b/data/templates/npc/31370-KadunZuKetra.xml new file mode 100644 index 000000000..6f20e7e99 --- /dev/null +++ b/data/templates/npc/31370-KadunZuKetra.xml @@ -0,0 +1,27 @@ + + + + Kadun Zu Ketra + Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31371-Wahkan.xml b/data/templates/npc/31371-Wahkan.xml new file mode 100644 index 000000000..9aeafc602 --- /dev/null +++ b/data/templates/npc/31371-Wahkan.xml @@ -0,0 +1,27 @@ + + + + Wahkan + Ketra's Messenger + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31372-Asefa.xml b/data/templates/npc/31372-Asefa.xml new file mode 100644 index 000000000..40c16e968 --- /dev/null +++ b/data/templates/npc/31372-Asefa.xml @@ -0,0 +1,27 @@ + + + + Asefa + Soul Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31377-AshasVarkaDurai.xml b/data/templates/npc/31377-AshasVarkaDurai.xml new file mode 100644 index 000000000..a42d3aba5 --- /dev/null +++ b/data/templates/npc/31377-AshasVarkaDurai.xml @@ -0,0 +1,27 @@ + + + + Ashas Varka Durai + Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31378-NaranAshanuk.xml b/data/templates/npc/31378-NaranAshanuk.xml new file mode 100644 index 000000000..045b5d3e8 --- /dev/null +++ b/data/templates/npc/31378-NaranAshanuk.xml @@ -0,0 +1,27 @@ + + + + Naran Ashanuk + Varka's Messenger + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31379-UdanMardui.xml b/data/templates/npc/31379-UdanMardui.xml new file mode 100644 index 000000000..404bafc10 --- /dev/null +++ b/data/templates/npc/31379-UdanMardui.xml @@ -0,0 +1,27 @@ + + + + Udan Mardui + Soul Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31384-GatekeeperOfFireDragon.xml b/data/templates/npc/31384-GatekeeperOfFireDragon.xml new file mode 100644 index 000000000..26f9a8f80 --- /dev/null +++ b/data/templates/npc/31384-GatekeeperOfFireDragon.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper of Fire Dragon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31385-HeartOfVolcano.xml b/data/templates/npc/31385-HeartOfVolcano.xml new file mode 100644 index 000000000..98a4bbc51 --- /dev/null +++ b/data/templates/npc/31385-HeartOfVolcano.xml @@ -0,0 +1,24 @@ + + + + Heart of Volcano + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31387-Kurstin.xml b/data/templates/npc/31387-Kurstin.xml new file mode 100644 index 000000000..2e9ab18b0 --- /dev/null +++ b/data/templates/npc/31387-Kurstin.xml @@ -0,0 +1,25 @@ + + + + Kurstin + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31388-Mina.xml b/data/templates/npc/31388-Mina.xml new file mode 100644 index 000000000..81d37df40 --- /dev/null +++ b/data/templates/npc/31388-Mina.xml @@ -0,0 +1,25 @@ + + + + Mina + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31389-Dorian.xml b/data/templates/npc/31389-Dorian.xml new file mode 100644 index 000000000..e01cd7e6b --- /dev/null +++ b/data/templates/npc/31389-Dorian.xml @@ -0,0 +1,26 @@ + + + + Dorian + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31390-DummyBoyA.xml b/data/templates/npc/31390-DummyBoyA.xml new file mode 100644 index 000000000..e80ce57b2 --- /dev/null +++ b/data/templates/npc/31390-DummyBoyA.xml @@ -0,0 +1,26 @@ + + + + Dummy - Boy A + Ch4 Test + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31391-DummyBoyB.xml b/data/templates/npc/31391-DummyBoyB.xml new file mode 100644 index 000000000..e47ffe776 --- /dev/null +++ b/data/templates/npc/31391-DummyBoyB.xml @@ -0,0 +1,26 @@ + + + + Dummy - Boy B + Ch4 Test + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31392-DummyBoyC.xml b/data/templates/npc/31392-DummyBoyC.xml new file mode 100644 index 000000000..c72e7fa86 --- /dev/null +++ b/data/templates/npc/31392-DummyBoyC.xml @@ -0,0 +1,26 @@ + + + + Dummy - Boy C + Ch4 Test + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31393-DummyBoyD.xml b/data/templates/npc/31393-DummyBoyD.xml new file mode 100644 index 000000000..afda80ec9 --- /dev/null +++ b/data/templates/npc/31393-DummyBoyD.xml @@ -0,0 +1,26 @@ + + + + Dummy - Boy D + Ch4 Test + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31394-DummyBoyE.xml b/data/templates/npc/31394-DummyBoyE.xml new file mode 100644 index 000000000..ca64ae389 --- /dev/null +++ b/data/templates/npc/31394-DummyBoyE.xml @@ -0,0 +1,26 @@ + + + + Dummy - Boy E + Ch4 Test + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31395-DummyLadyF.xml b/data/templates/npc/31395-DummyLadyF.xml new file mode 100644 index 000000000..edbd7fb57 --- /dev/null +++ b/data/templates/npc/31395-DummyLadyF.xml @@ -0,0 +1,26 @@ + + + + Dummy - Lady F + Ch4 Test + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31396-DummyLadyG.xml b/data/templates/npc/31396-DummyLadyG.xml new file mode 100644 index 000000000..69de42ec8 --- /dev/null +++ b/data/templates/npc/31396-DummyLadyG.xml @@ -0,0 +1,26 @@ + + + + Dummy - Lady G + Ch4 Test + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31397-DummyLadyH.xml b/data/templates/npc/31397-DummyLadyH.xml new file mode 100644 index 000000000..491ae75ef --- /dev/null +++ b/data/templates/npc/31397-DummyLadyH.xml @@ -0,0 +1,26 @@ + + + + Dummy - Lady H + Ch4 Test + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31398-DummyLadyI.xml b/data/templates/npc/31398-DummyLadyI.xml new file mode 100644 index 000000000..5b5e384cc --- /dev/null +++ b/data/templates/npc/31398-DummyLadyI.xml @@ -0,0 +1,26 @@ + + + + Dummy - Lady I + Ch4 Test + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31399-DummyLadyJ.xml b/data/templates/npc/31399-DummyLadyJ.xml new file mode 100644 index 000000000..4f726b171 --- /dev/null +++ b/data/templates/npc/31399-DummyLadyJ.xml @@ -0,0 +1,26 @@ + + + + Dummy - Lady J + Ch4 Test + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31404-MonsterRaceGuide.xml b/data/templates/npc/31404-MonsterRaceGuide.xml new file mode 100644 index 000000000..177325dc3 --- /dev/null +++ b/data/templates/npc/31404-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Town of Gludio + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31405-MonsterRaceGuide.xml b/data/templates/npc/31405-MonsterRaceGuide.xml new file mode 100644 index 000000000..49f856dca --- /dev/null +++ b/data/templates/npc/31405-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Town of Dion + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31406-MonsterRaceGuide.xml b/data/templates/npc/31406-MonsterRaceGuide.xml new file mode 100644 index 000000000..585274a29 --- /dev/null +++ b/data/templates/npc/31406-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Town of Giran + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31407-MonsterRaceGuide.xml b/data/templates/npc/31407-MonsterRaceGuide.xml new file mode 100644 index 000000000..fdd27df20 --- /dev/null +++ b/data/templates/npc/31407-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Heine + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31408-MonsterRaceGuide.xml b/data/templates/npc/31408-MonsterRaceGuide.xml new file mode 100644 index 000000000..628367ace --- /dev/null +++ b/data/templates/npc/31408-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Town of Oren + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31409-MonsterRaceGuide.xml b/data/templates/npc/31409-MonsterRaceGuide.xml new file mode 100644 index 000000000..1a7586f25 --- /dev/null +++ b/data/templates/npc/31409-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Hunters Village + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31410-MonsterRaceGuide.xml b/data/templates/npc/31410-MonsterRaceGuide.xml new file mode 100644 index 000000000..a4cab763e --- /dev/null +++ b/data/templates/npc/31410-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Town of Aden + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31411-MonsterRaceGuide.xml b/data/templates/npc/31411-MonsterRaceGuide.xml new file mode 100644 index 000000000..07a04106f --- /dev/null +++ b/data/templates/npc/31411-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Town of Goddard + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31412-MonsterRaceGuide.xml b/data/templates/npc/31412-MonsterRaceGuide.xml new file mode 100644 index 000000000..8c14849a5 --- /dev/null +++ b/data/templates/npc/31412-MonsterRaceGuide.xml @@ -0,0 +1,26 @@ + + + + Monster Race Guide + Rune Township + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31488-RiftPostRecruit.xml b/data/templates/npc/31488-RiftPostRecruit.xml new file mode 100644 index 000000000..28ccbf96f --- /dev/null +++ b/data/templates/npc/31488-RiftPostRecruit.xml @@ -0,0 +1,26 @@ + + + + Rift Post Recruit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31489-RiftPostPrivate.xml b/data/templates/npc/31489-RiftPostPrivate.xml new file mode 100644 index 000000000..8fcdbdc66 --- /dev/null +++ b/data/templates/npc/31489-RiftPostPrivate.xml @@ -0,0 +1,26 @@ + + + + Rift Post Private + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31490-RiftPostOfficer.xml b/data/templates/npc/31490-RiftPostOfficer.xml new file mode 100644 index 000000000..f2f6ad4fc --- /dev/null +++ b/data/templates/npc/31490-RiftPostOfficer.xml @@ -0,0 +1,26 @@ + + + + Rift Post Officer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31491-RiftPostCaptain.xml b/data/templates/npc/31491-RiftPostCaptain.xml new file mode 100644 index 000000000..2576e3f29 --- /dev/null +++ b/data/templates/npc/31491-RiftPostCaptain.xml @@ -0,0 +1,26 @@ + + + + Rift Post Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31492-RiftPostCommander.xml b/data/templates/npc/31492-RiftPostCommander.xml new file mode 100644 index 000000000..a467aa4f4 --- /dev/null +++ b/data/templates/npc/31492-RiftPostCommander.xml @@ -0,0 +1,26 @@ + + + + Rift Post Commander + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31493-RiftPostHero.xml b/data/templates/npc/31493-RiftPostHero.xml new file mode 100644 index 000000000..be749c5b8 --- /dev/null +++ b/data/templates/npc/31493-RiftPostHero.xml @@ -0,0 +1,26 @@ + + + + Rift Post Hero + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31494-DimensionalGateKeeper.xml b/data/templates/npc/31494-DimensionalGateKeeper.xml new file mode 100644 index 000000000..2736a38a2 --- /dev/null +++ b/data/templates/npc/31494-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31495-DimensionalGateKeeper.xml b/data/templates/npc/31495-DimensionalGateKeeper.xml new file mode 100644 index 000000000..7222f4e18 --- /dev/null +++ b/data/templates/npc/31495-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31496-DimensionalGateKeeper.xml b/data/templates/npc/31496-DimensionalGateKeeper.xml new file mode 100644 index 000000000..0a7cd20f6 --- /dev/null +++ b/data/templates/npc/31496-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31497-DimensionalGateKeeper.xml b/data/templates/npc/31497-DimensionalGateKeeper.xml new file mode 100644 index 000000000..c492b48d7 --- /dev/null +++ b/data/templates/npc/31497-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31498-DimensionalGateKeeper.xml b/data/templates/npc/31498-DimensionalGateKeeper.xml new file mode 100644 index 000000000..62b1e3ec5 --- /dev/null +++ b/data/templates/npc/31498-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31499-DimensionalGateKeeper.xml b/data/templates/npc/31499-DimensionalGateKeeper.xml new file mode 100644 index 000000000..c1871268e --- /dev/null +++ b/data/templates/npc/31499-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31500-DimensionalGateKeeper.xml b/data/templates/npc/31500-DimensionalGateKeeper.xml new file mode 100644 index 000000000..55f455700 --- /dev/null +++ b/data/templates/npc/31500-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31501-DimensionalGateKeeper.xml b/data/templates/npc/31501-DimensionalGateKeeper.xml new file mode 100644 index 000000000..0bd805046 --- /dev/null +++ b/data/templates/npc/31501-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31502-DimensionalGateKeeper.xml b/data/templates/npc/31502-DimensionalGateKeeper.xml new file mode 100644 index 000000000..6a625b275 --- /dev/null +++ b/data/templates/npc/31502-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31503-DimensionalGateKeeper.xml b/data/templates/npc/31503-DimensionalGateKeeper.xml new file mode 100644 index 000000000..944f54470 --- /dev/null +++ b/data/templates/npc/31503-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31504-DimensionalGateKeeper.xml b/data/templates/npc/31504-DimensionalGateKeeper.xml new file mode 100644 index 000000000..9d16b93f0 --- /dev/null +++ b/data/templates/npc/31504-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31505-DimensionalGateKeeper.xml b/data/templates/npc/31505-DimensionalGateKeeper.xml new file mode 100644 index 000000000..0d6f078ed --- /dev/null +++ b/data/templates/npc/31505-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31506-DimensionalGateKeeper.xml b/data/templates/npc/31506-DimensionalGateKeeper.xml new file mode 100644 index 000000000..3ae0c9352 --- /dev/null +++ b/data/templates/npc/31506-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31507-DimensionalGateKeeper.xml b/data/templates/npc/31507-DimensionalGateKeeper.xml new file mode 100644 index 000000000..6a0fdb3e9 --- /dev/null +++ b/data/templates/npc/31507-DimensionalGateKeeper.xml @@ -0,0 +1,25 @@ + + + + Dimensional Gate Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31508-AltarOfSaints.xml b/data/templates/npc/31508-AltarOfSaints.xml new file mode 100644 index 000000000..d9d1f514f --- /dev/null +++ b/data/templates/npc/31508-AltarOfSaints.xml @@ -0,0 +1,24 @@ + + + + Altar of Saints + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31509-AltarOfSaints.xml b/data/templates/npc/31509-AltarOfSaints.xml new file mode 100644 index 000000000..8264342df --- /dev/null +++ b/data/templates/npc/31509-AltarOfSaints.xml @@ -0,0 +1,24 @@ + + + + Altar of Saints + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31510-AltarOfSaints.xml b/data/templates/npc/31510-AltarOfSaints.xml new file mode 100644 index 000000000..1d9b2239b --- /dev/null +++ b/data/templates/npc/31510-AltarOfSaints.xml @@ -0,0 +1,24 @@ + + + + Altar of Saints + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31511-AltarOfSaints.xml b/data/templates/npc/31511-AltarOfSaints.xml new file mode 100644 index 000000000..073000004 --- /dev/null +++ b/data/templates/npc/31511-AltarOfSaints.xml @@ -0,0 +1,24 @@ + + + + Altar of Saints + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31512-EvilAltar.xml b/data/templates/npc/31512-EvilAltar.xml new file mode 100644 index 000000000..d1e81f9bd --- /dev/null +++ b/data/templates/npc/31512-EvilAltar.xml @@ -0,0 +1,24 @@ + + + + Evil Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31513-EvilAltar.xml b/data/templates/npc/31513-EvilAltar.xml new file mode 100644 index 000000000..e135a4dcb --- /dev/null +++ b/data/templates/npc/31513-EvilAltar.xml @@ -0,0 +1,24 @@ + + + + Evil Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31514-EvilAltar.xml b/data/templates/npc/31514-EvilAltar.xml new file mode 100644 index 000000000..443c56462 --- /dev/null +++ b/data/templates/npc/31514-EvilAltar.xml @@ -0,0 +1,24 @@ + + + + Evil Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31515-EvilAltar.xml b/data/templates/npc/31515-EvilAltar.xml new file mode 100644 index 000000000..438e2dac9 --- /dev/null +++ b/data/templates/npc/31515-EvilAltar.xml @@ -0,0 +1,24 @@ + + + + Evil Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31516-EvilAltar.xml b/data/templates/npc/31516-EvilAltar.xml new file mode 100644 index 000000000..297957296 --- /dev/null +++ b/data/templates/npc/31516-EvilAltar.xml @@ -0,0 +1,24 @@ + + + + Evil Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31517-Hierarch.xml b/data/templates/npc/31517-Hierarch.xml new file mode 100644 index 000000000..ac16e0bb3 --- /dev/null +++ b/data/templates/npc/31517-Hierarch.xml @@ -0,0 +1,25 @@ + + + + Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31518-MysteriousNecromancer.xml b/data/templates/npc/31518-MysteriousNecromancer.xml new file mode 100644 index 000000000..0b9ece06e --- /dev/null +++ b/data/templates/npc/31518-MysteriousNecromancer.xml @@ -0,0 +1,25 @@ + + + + Mysterious Necromancer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31519-Enfeux.xml b/data/templates/npc/31519-Enfeux.xml new file mode 100644 index 000000000..ad12869b0 --- /dev/null +++ b/data/templates/npc/31519-Enfeux.xml @@ -0,0 +1,24 @@ + + + + Enfeux + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31520-Leikar.xml b/data/templates/npc/31520-Leikar.xml new file mode 100644 index 000000000..31bb9d209 --- /dev/null +++ b/data/templates/npc/31520-Leikar.xml @@ -0,0 +1,26 @@ + + + + Leikar + Maid + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31521-Jeremy.xml b/data/templates/npc/31521-Jeremy.xml new file mode 100644 index 000000000..e042830c1 --- /dev/null +++ b/data/templates/npc/31521-Jeremy.xml @@ -0,0 +1,26 @@ + + + + Jeremy + Chef + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31522-MysteriousWizard.xml b/data/templates/npc/31522-MysteriousWizard.xml new file mode 100644 index 000000000..1520f6a54 --- /dev/null +++ b/data/templates/npc/31522-MysteriousWizard.xml @@ -0,0 +1,25 @@ + + + + Mysterious Wizard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31523-Tombstone.xml b/data/templates/npc/31523-Tombstone.xml new file mode 100644 index 000000000..cc1fd41dc --- /dev/null +++ b/data/templates/npc/31523-Tombstone.xml @@ -0,0 +1,24 @@ + + + + Tombstone + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31524-GhostOfVonHellmann.xml b/data/templates/npc/31524-GhostOfVonHellmann.xml new file mode 100644 index 000000000..4bc2ae7ea --- /dev/null +++ b/data/templates/npc/31524-GhostOfVonHellmann.xml @@ -0,0 +1,25 @@ + + + + Ghost of von Hellmann + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31525-GhostOfVonHellmannSPage.xml b/data/templates/npc/31525-GhostOfVonHellmannSPage.xml new file mode 100644 index 000000000..bbf2ba49d --- /dev/null +++ b/data/templates/npc/31525-GhostOfVonHellmannSPage.xml @@ -0,0 +1,25 @@ + + + + Ghost of von Hellmann's Page + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31526-BrokenBookshelf.xml b/data/templates/npc/31526-BrokenBookshelf.xml new file mode 100644 index 000000000..04ef831d2 --- /dev/null +++ b/data/templates/npc/31526-BrokenBookshelf.xml @@ -0,0 +1,24 @@ + + + + Broken Bookshelf + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31527-Well.xml b/data/templates/npc/31527-Well.xml new file mode 100644 index 000000000..11c528b9e --- /dev/null +++ b/data/templates/npc/31527-Well.xml @@ -0,0 +1,24 @@ + + + + Well + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31528-GhostOfPriest.xml b/data/templates/npc/31528-GhostOfPriest.xml new file mode 100644 index 000000000..d5dcbda9b --- /dev/null +++ b/data/templates/npc/31528-GhostOfPriest.xml @@ -0,0 +1,25 @@ + + + + Ghost of Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31529-GhostOfAdventurer.xml b/data/templates/npc/31529-GhostOfAdventurer.xml new file mode 100644 index 000000000..fe8c01ca2 --- /dev/null +++ b/data/templates/npc/31529-GhostOfAdventurer.xml @@ -0,0 +1,25 @@ + + + + Ghost of Adventurer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31530-Box.xml b/data/templates/npc/31530-Box.xml new file mode 100644 index 000000000..ed41c11c9 --- /dev/null +++ b/data/templates/npc/31530-Box.xml @@ -0,0 +1,25 @@ + + + + Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31531-Tombstone.xml b/data/templates/npc/31531-Tombstone.xml new file mode 100644 index 000000000..493076deb --- /dev/null +++ b/data/templates/npc/31531-Tombstone.xml @@ -0,0 +1,24 @@ + + + + Tombstone + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31532-MaidOfLidia.xml b/data/templates/npc/31532-MaidOfLidia.xml new file mode 100644 index 000000000..8408d794d --- /dev/null +++ b/data/templates/npc/31532-MaidOfLidia.xml @@ -0,0 +1,25 @@ + + + + Maid of Lidia + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31533-BrokenBookshelf.xml b/data/templates/npc/31533-BrokenBookshelf.xml new file mode 100644 index 000000000..1cd2b086a --- /dev/null +++ b/data/templates/npc/31533-BrokenBookshelf.xml @@ -0,0 +1,24 @@ + + + + Broken Bookshelf + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31534-BrokenBookshelf.xml b/data/templates/npc/31534-BrokenBookshelf.xml new file mode 100644 index 000000000..62cc4726b --- /dev/null +++ b/data/templates/npc/31534-BrokenBookshelf.xml @@ -0,0 +1,24 @@ + + + + Broken Bookshelf + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31535-BrokenBookshelf.xml b/data/templates/npc/31535-BrokenBookshelf.xml new file mode 100644 index 000000000..84094f666 --- /dev/null +++ b/data/templates/npc/31535-BrokenBookshelf.xml @@ -0,0 +1,24 @@ + + + + Broken Bookshelf + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31536-Coffin.xml b/data/templates/npc/31536-Coffin.xml new file mode 100644 index 000000000..c95018630 --- /dev/null +++ b/data/templates/npc/31536-Coffin.xml @@ -0,0 +1,25 @@ + + + + Coffin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31537-Tunatun.xml b/data/templates/npc/31537-Tunatun.xml new file mode 100644 index 000000000..f9ff7a2e8 --- /dev/null +++ b/data/templates/npc/31537-Tunatun.xml @@ -0,0 +1,26 @@ + + + + Tunatun + Beast Herder + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31538-GhostOfAdventurer.xml b/data/templates/npc/31538-GhostOfAdventurer.xml new file mode 100644 index 000000000..9312e531a --- /dev/null +++ b/data/templates/npc/31538-GhostOfAdventurer.xml @@ -0,0 +1,25 @@ + + + + Ghost of Adventurer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31539-Vulcan.xml b/data/templates/npc/31539-Vulcan.xml new file mode 100644 index 000000000..2f4f814fa --- /dev/null +++ b/data/templates/npc/31539-Vulcan.xml @@ -0,0 +1,27 @@ + + + + Vulcan + Blacksmith of Flame + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31540-Klein.xml b/data/templates/npc/31540-Klein.xml new file mode 100644 index 000000000..d43d8b80f --- /dev/null +++ b/data/templates/npc/31540-Klein.xml @@ -0,0 +1,26 @@ + + + + Klein + Watcher of Valakas + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31541-DaimonSAltar.xml b/data/templates/npc/31541-DaimonSAltar.xml new file mode 100644 index 000000000..34434619d --- /dev/null +++ b/data/templates/npc/31541-DaimonSAltar.xml @@ -0,0 +1,24 @@ + + + + Daimon's Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31542-YetiSTable.xml b/data/templates/npc/31542-YetiSTable.xml new file mode 100644 index 000000000..126a2616f --- /dev/null +++ b/data/templates/npc/31542-YetiSTable.xml @@ -0,0 +1,24 @@ + + + + Yeti's Table + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31543-Pulin.xml b/data/templates/npc/31543-Pulin.xml new file mode 100644 index 000000000..f33a140e1 --- /dev/null +++ b/data/templates/npc/31543-Pulin.xml @@ -0,0 +1,25 @@ + + + + Pulin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31544-Naff.xml b/data/templates/npc/31544-Naff.xml new file mode 100644 index 000000000..3ff28c310 --- /dev/null +++ b/data/templates/npc/31544-Naff.xml @@ -0,0 +1,25 @@ + + + + Naff + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31545-Crocus.xml b/data/templates/npc/31545-Crocus.xml new file mode 100644 index 000000000..f7344eb38 --- /dev/null +++ b/data/templates/npc/31545-Crocus.xml @@ -0,0 +1,25 @@ + + + + Crocus + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31546-Kuber.xml b/data/templates/npc/31546-Kuber.xml new file mode 100644 index 000000000..183702998 --- /dev/null +++ b/data/templates/npc/31546-Kuber.xml @@ -0,0 +1,25 @@ + + + + Kuber + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31547-Beolin.xml b/data/templates/npc/31547-Beolin.xml new file mode 100644 index 000000000..a5ce163d4 --- /dev/null +++ b/data/templates/npc/31547-Beolin.xml @@ -0,0 +1,25 @@ + + + + Beolin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31548-MysteriousAncientTablet.xml b/data/templates/npc/31548-MysteriousAncientTablet.xml new file mode 100644 index 000000000..86538b65b --- /dev/null +++ b/data/templates/npc/31548-MysteriousAncientTablet.xml @@ -0,0 +1,24 @@ + + + + Mysterious Ancient Tablet + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31549-MysteriousAncientTablet.xml b/data/templates/npc/31549-MysteriousAncientTablet.xml new file mode 100644 index 000000000..b77c02b77 --- /dev/null +++ b/data/templates/npc/31549-MysteriousAncientTablet.xml @@ -0,0 +1,24 @@ + + + + Mysterious Ancient Tablet + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31550-MysteriousAncientTablet.xml b/data/templates/npc/31550-MysteriousAncientTablet.xml new file mode 100644 index 000000000..7a588de13 --- /dev/null +++ b/data/templates/npc/31550-MysteriousAncientTablet.xml @@ -0,0 +1,24 @@ + + + + Mysterious Ancient Tablet + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31551-MysteriousAncientTablet.xml b/data/templates/npc/31551-MysteriousAncientTablet.xml new file mode 100644 index 000000000..16794da07 --- /dev/null +++ b/data/templates/npc/31551-MysteriousAncientTablet.xml @@ -0,0 +1,24 @@ + + + + Mysterious Ancient Tablet + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31552-MysteriousAncientTablet.xml b/data/templates/npc/31552-MysteriousAncientTablet.xml new file mode 100644 index 000000000..6da32ca67 --- /dev/null +++ b/data/templates/npc/31552-MysteriousAncientTablet.xml @@ -0,0 +1,24 @@ + + + + Mysterious Ancient Tablet + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31553-Pierce.xml b/data/templates/npc/31553-Pierce.xml new file mode 100644 index 000000000..edf5a9380 --- /dev/null +++ b/data/templates/npc/31553-Pierce.xml @@ -0,0 +1,27 @@ + + + + Pierce + Mercenary Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31554-Kahman.xml b/data/templates/npc/31554-Kahman.xml new file mode 100644 index 000000000..8caeec132 --- /dev/null +++ b/data/templates/npc/31554-Kahman.xml @@ -0,0 +1,27 @@ + + + + Kahman + Mercenary + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31555-Abercrombie.xml b/data/templates/npc/31555-Abercrombie.xml new file mode 100644 index 000000000..e178326e4 --- /dev/null +++ b/data/templates/npc/31555-Abercrombie.xml @@ -0,0 +1,26 @@ + + + + Abercrombie + Mercenary Supplier + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31556-Selina.xml b/data/templates/npc/31556-Selina.xml new file mode 100644 index 000000000..f0048bc75 --- /dev/null +++ b/data/templates/npc/31556-Selina.xml @@ -0,0 +1,27 @@ + + + + Selina + Mercenary Medic + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31557-MercenarySentry.xml b/data/templates/npc/31557-MercenarySentry.xml new file mode 100644 index 000000000..ac238b7d2 --- /dev/null +++ b/data/templates/npc/31557-MercenarySentry.xml @@ -0,0 +1,26 @@ + + + + Mercenary Sentry + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31558-KetraSHolyAltar.xml b/data/templates/npc/31558-KetraSHolyAltar.xml new file mode 100644 index 000000000..ef5b2dbdf --- /dev/null +++ b/data/templates/npc/31558-KetraSHolyAltar.xml @@ -0,0 +1,24 @@ + + + + Ketra's Holy Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31559-BoxOfAsefa.xml b/data/templates/npc/31559-BoxOfAsefa.xml new file mode 100644 index 000000000..6f70b03ea --- /dev/null +++ b/data/templates/npc/31559-BoxOfAsefa.xml @@ -0,0 +1,24 @@ + + + + Box of Asefa + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31560-VarkaSHolyAltar.xml b/data/templates/npc/31560-VarkaSHolyAltar.xml new file mode 100644 index 000000000..cfd47fe5f --- /dev/null +++ b/data/templates/npc/31560-VarkaSHolyAltar.xml @@ -0,0 +1,24 @@ + + + + Varka's Holy Altar + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31561-UdanMarduiSBox.xml b/data/templates/npc/31561-UdanMarduiSBox.xml new file mode 100644 index 000000000..fc2627245 --- /dev/null +++ b/data/templates/npc/31561-UdanMarduiSBox.xml @@ -0,0 +1,24 @@ + + + + Udan Mardui's Box + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31584-Valentine.xml b/data/templates/npc/31584-Valentine.xml new file mode 100644 index 000000000..7320aad41 --- /dev/null +++ b/data/templates/npc/31584-Valentine.xml @@ -0,0 +1,26 @@ + + + + Valentine + Brewer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31585-SparkyTheCat.xml b/data/templates/npc/31585-SparkyTheCat.xml new file mode 100644 index 000000000..dff97bef5 --- /dev/null +++ b/data/templates/npc/31585-SparkyTheCat.xml @@ -0,0 +1,26 @@ + + + + Sparky the Cat + Keats Servitor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31586-SparkyTheCat.xml b/data/templates/npc/31586-SparkyTheCat.xml new file mode 100644 index 000000000..511462eab --- /dev/null +++ b/data/templates/npc/31586-SparkyTheCat.xml @@ -0,0 +1,26 @@ + + + + Sparky the Cat + Keats Servitor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31587-Gedrik.xml b/data/templates/npc/31587-Gedrik.xml new file mode 100644 index 000000000..14521e0bf --- /dev/null +++ b/data/templates/npc/31587-Gedrik.xml @@ -0,0 +1,26 @@ + + + + Gedrik + Gemcutter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31588-Agnes.xml b/data/templates/npc/31588-Agnes.xml new file mode 100644 index 000000000..aee26991d --- /dev/null +++ b/data/templates/npc/31588-Agnes.xml @@ -0,0 +1,26 @@ + + + + Agnes + Saint of Light + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31589-DudaMaraTotemSpirit.xml b/data/templates/npc/31589-DudaMaraTotemSpirit.xml new file mode 100644 index 000000000..85e812b90 --- /dev/null +++ b/data/templates/npc/31589-DudaMaraTotemSpirit.xml @@ -0,0 +1,25 @@ + + + + Duda-Mara Totem Spirit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31590-TruthScholarDevianne.xml b/data/templates/npc/31590-TruthScholarDevianne.xml new file mode 100644 index 000000000..332f7ada6 --- /dev/null +++ b/data/templates/npc/31590-TruthScholarDevianne.xml @@ -0,0 +1,26 @@ + + + + Truth Scholar Devianne + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31591-SunsetGuideLuna.xml b/data/templates/npc/31591-SunsetGuideLuna.xml new file mode 100644 index 000000000..dfdd38459 --- /dev/null +++ b/data/templates/npc/31591-SunsetGuideLuna.xml @@ -0,0 +1,26 @@ + + + + Sunset Guide Luna + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31592-Telson.xml b/data/templates/npc/31592-Telson.xml new file mode 100644 index 000000000..18adf5428 --- /dev/null +++ b/data/templates/npc/31592-Telson.xml @@ -0,0 +1,26 @@ + + + + Telson + Chief Golem Crafter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31594-Mond.xml b/data/templates/npc/31594-Mond.xml new file mode 100644 index 000000000..c8d8057c7 --- /dev/null +++ b/data/templates/npc/31594-Mond.xml @@ -0,0 +1,26 @@ + + + + Mond + Chief Inspector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31595-LeonaBlackbird.xml b/data/templates/npc/31595-LeonaBlackbird.xml new file mode 100644 index 000000000..2803499f0 --- /dev/null +++ b/data/templates/npc/31595-LeonaBlackbird.xml @@ -0,0 +1,26 @@ + + + + Leona Blackbird + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31596-Tobald.xml b/data/templates/npc/31596-Tobald.xml new file mode 100644 index 000000000..bb8c1d16b --- /dev/null +++ b/data/templates/npc/31596-Tobald.xml @@ -0,0 +1,27 @@ + + + + Tobald + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31597-Tobald.xml b/data/templates/npc/31597-Tobald.xml new file mode 100644 index 000000000..1e91f3c8a --- /dev/null +++ b/data/templates/npc/31597-Tobald.xml @@ -0,0 +1,27 @@ + + + + Tobald + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31598-MedinaBlackheart.xml b/data/templates/npc/31598-MedinaBlackheart.xml new file mode 100644 index 000000000..a4380134f --- /dev/null +++ b/data/templates/npc/31598-MedinaBlackheart.xml @@ -0,0 +1,26 @@ + + + + Medina Blackheart + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31599-DisgracedKnightWaldstein.xml b/data/templates/npc/31599-DisgracedKnightWaldstein.xml new file mode 100644 index 000000000..0011f4abf --- /dev/null +++ b/data/templates/npc/31599-DisgracedKnightWaldstein.xml @@ -0,0 +1,26 @@ + + + + Disgraced Knight Waldstein + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31600-PamelaAprodia.xml b/data/templates/npc/31600-PamelaAprodia.xml new file mode 100644 index 000000000..eefa658b9 --- /dev/null +++ b/data/templates/npc/31600-PamelaAprodia.xml @@ -0,0 +1,26 @@ + + + + Pamela Aprodia + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31601-PamelaAprodia.xml b/data/templates/npc/31601-PamelaAprodia.xml new file mode 100644 index 000000000..559c354e1 --- /dev/null +++ b/data/templates/npc/31601-PamelaAprodia.xml @@ -0,0 +1,26 @@ + + + + Pamela Aprodia + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31602-SharonaArtemia.xml b/data/templates/npc/31602-SharonaArtemia.xml new file mode 100644 index 000000000..aa6d814b0 --- /dev/null +++ b/data/templates/npc/31602-SharonaArtemia.xml @@ -0,0 +1,27 @@ + + + + Sharona Artemia + Bodyguard + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31603-BlackCat.xml b/data/templates/npc/31603-BlackCat.xml new file mode 100644 index 000000000..58e361357 --- /dev/null +++ b/data/templates/npc/31603-BlackCat.xml @@ -0,0 +1,27 @@ + + + + Black Cat + Hunter Guild Member + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31604-Grimst.xml b/data/templates/npc/31604-Grimst.xml new file mode 100644 index 000000000..f37a97a6b --- /dev/null +++ b/data/templates/npc/31604-Grimst.xml @@ -0,0 +1,26 @@ + + + + Grimst + Information Broker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31605-Kinsley.xml b/data/templates/npc/31605-Kinsley.xml new file mode 100644 index 000000000..0f6840329 --- /dev/null +++ b/data/templates/npc/31605-Kinsley.xml @@ -0,0 +1,27 @@ + + + + Kinsley + Head Summoner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31606-AliceDeCatrina.xml b/data/templates/npc/31606-AliceDeCatrina.xml new file mode 100644 index 000000000..6c2962fd4 --- /dev/null +++ b/data/templates/npc/31606-AliceDeCatrina.xml @@ -0,0 +1,26 @@ + + + + Alice de Catrina + Kinsley's Servitor + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31607-SakeDunZuHestui.xml b/data/templates/npc/31607-SakeDunZuHestui.xml new file mode 100644 index 000000000..a4e9ddc29 --- /dev/null +++ b/data/templates/npc/31607-SakeDunZuHestui.xml @@ -0,0 +1,26 @@ + + + + Sake Dun Zu Hestui + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31608-Belinda.xml b/data/templates/npc/31608-Belinda.xml new file mode 100644 index 000000000..03dde2bc2 --- /dev/null +++ b/data/templates/npc/31608-Belinda.xml @@ -0,0 +1,26 @@ + + + + Belinda + Summoner + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31609-AuroraTheUnicorn.xml b/data/templates/npc/31609-AuroraTheUnicorn.xml new file mode 100644 index 000000000..f60b6fc4e --- /dev/null +++ b/data/templates/npc/31609-AuroraTheUnicorn.xml @@ -0,0 +1,26 @@ + + + + Aurora the Unicorn + Belinda Servitor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31610-ShikenGloomdrake.xml b/data/templates/npc/31610-ShikenGloomdrake.xml new file mode 100644 index 000000000..4681b7dfb --- /dev/null +++ b/data/templates/npc/31610-ShikenGloomdrake.xml @@ -0,0 +1,26 @@ + + + + Shiken Gloomdrake + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31611-ScrydeHeartseeker.xml b/data/templates/npc/31611-ScrydeHeartseeker.xml new file mode 100644 index 000000000..9a8746caf --- /dev/null +++ b/data/templates/npc/31611-ScrydeHeartseeker.xml @@ -0,0 +1,26 @@ + + + + Scryde Heartseeker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31612-EternityWandererStaris.xml b/data/templates/npc/31612-EternityWandererStaris.xml new file mode 100644 index 000000000..945676b7b --- /dev/null +++ b/data/templates/npc/31612-EternityWandererStaris.xml @@ -0,0 +1,26 @@ + + + + Eternity Wanderer Staris + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31613-Noctisse.xml b/data/templates/npc/31613-Noctisse.xml new file mode 100644 index 000000000..a06c6e98a --- /dev/null +++ b/data/templates/npc/31613-Noctisse.xml @@ -0,0 +1,27 @@ + + + + Noctisse + Summoner + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31614-Radyss.xml b/data/templates/npc/31614-Radyss.xml new file mode 100644 index 000000000..30697b9fb --- /dev/null +++ b/data/templates/npc/31614-Radyss.xml @@ -0,0 +1,26 @@ + + + + Radyss + Head Summoner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31615-Hermit.xml b/data/templates/npc/31615-Hermit.xml new file mode 100644 index 000000000..bb0f7461e --- /dev/null +++ b/data/templates/npc/31615-Hermit.xml @@ -0,0 +1,25 @@ + + + + Hermit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31616-Hermit.xml b/data/templates/npc/31616-Hermit.xml new file mode 100644 index 000000000..52952327b --- /dev/null +++ b/data/templates/npc/31616-Hermit.xml @@ -0,0 +1,26 @@ + + + + Hermit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31617-AriaFirstmatter.xml b/data/templates/npc/31617-AriaFirstmatter.xml new file mode 100644 index 000000000..7256b9254 --- /dev/null +++ b/data/templates/npc/31617-AriaFirstmatter.xml @@ -0,0 +1,26 @@ + + + + Aria Firstmatter + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31618-MoonVoiceIrene.xml b/data/templates/npc/31618-MoonVoiceIrene.xml new file mode 100644 index 000000000..bb2465ea3 --- /dev/null +++ b/data/templates/npc/31618-MoonVoiceIrene.xml @@ -0,0 +1,26 @@ + + + + Moon Voice Irene + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31619-EricaKenWeber.xml b/data/templates/npc/31619-EricaKenWeber.xml new file mode 100644 index 000000000..93f99bc5d --- /dev/null +++ b/data/templates/npc/31619-EricaKenWeber.xml @@ -0,0 +1,26 @@ + + + + Erica Ken Weber + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31620-VerdureElderElikia.xml b/data/templates/npc/31620-VerdureElderElikia.xml new file mode 100644 index 000000000..4bc7020d8 --- /dev/null +++ b/data/templates/npc/31620-VerdureElderElikia.xml @@ -0,0 +1,26 @@ + + + + Verdure Elder Elikia + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31621-AbyssSaintElcardia.xml b/data/templates/npc/31621-AbyssSaintElcardia.xml new file mode 100644 index 000000000..2e11d2a1e --- /dev/null +++ b/data/templates/npc/31621-AbyssSaintElcardia.xml @@ -0,0 +1,26 @@ + + + + Abyss Saint Elcardia + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31622-Keats.xml b/data/templates/npc/31622-Keats.xml new file mode 100644 index 000000000..0005cd75e --- /dev/null +++ b/data/templates/npc/31622-Keats.xml @@ -0,0 +1,26 @@ + + + + Keats + Cursed Summoner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31623-Bavarin.xml b/data/templates/npc/31623-Bavarin.xml new file mode 100644 index 000000000..e2f32f131 --- /dev/null +++ b/data/templates/npc/31623-Bavarin.xml @@ -0,0 +1,26 @@ + + + + Bavarin + Information Broker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31624-Donath.xml b/data/templates/npc/31624-Donath.xml new file mode 100644 index 000000000..f5895f720 --- /dev/null +++ b/data/templates/npc/31624-Donath.xml @@ -0,0 +1,26 @@ + + + + Donath + Master Chef + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31625-Yeti.xml b/data/templates/npc/31625-Yeti.xml new file mode 100644 index 000000000..01687f8f6 --- /dev/null +++ b/data/templates/npc/31625-Yeti.xml @@ -0,0 +1,27 @@ + + + + Yeti + Donath Kitchen Help + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31626-Duncan.xml b/data/templates/npc/31626-Duncan.xml new file mode 100644 index 000000000..edd60f24c --- /dev/null +++ b/data/templates/npc/31626-Duncan.xml @@ -0,0 +1,27 @@ + + + + Duncan + Chef + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31627-Mist.xml b/data/templates/npc/31627-Mist.xml new file mode 100644 index 000000000..719e5e558 --- /dev/null +++ b/data/templates/npc/31627-Mist.xml @@ -0,0 +1,26 @@ + + + + Mist + Information Broker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31628-Lilly.xml b/data/templates/npc/31628-Lilly.xml new file mode 100644 index 000000000..2994a2461 --- /dev/null +++ b/data/templates/npc/31628-Lilly.xml @@ -0,0 +1,26 @@ + + + + Lilly + Mist's Granddaughter + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31629-KaleidosTheUnicorn.xml b/data/templates/npc/31629-KaleidosTheUnicorn.xml new file mode 100644 index 000000000..dd1b4808e --- /dev/null +++ b/data/templates/npc/31629-KaleidosTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Kaleidos the Unicorn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31630-KaleidosTheUnicorn.xml b/data/templates/npc/31630-KaleidosTheUnicorn.xml new file mode 100644 index 000000000..1ad315ca5 --- /dev/null +++ b/data/templates/npc/31630-KaleidosTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Kaleidos the Unicorn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31631-EricRamsheart.xml b/data/templates/npc/31631-EricRamsheart.xml new file mode 100644 index 000000000..afd9f2f28 --- /dev/null +++ b/data/templates/npc/31631-EricRamsheart.xml @@ -0,0 +1,26 @@ + + + + Eric Ramsheart + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31632-MysteriousServitor.xml b/data/templates/npc/31632-MysteriousServitor.xml new file mode 100644 index 000000000..b543acab1 --- /dev/null +++ b/data/templates/npc/31632-MysteriousServitor.xml @@ -0,0 +1,25 @@ + + + + Mysterious Servitor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31633-WinterHunterKadyth.xml b/data/templates/npc/31633-WinterHunterKadyth.xml new file mode 100644 index 000000000..43af93514 --- /dev/null +++ b/data/templates/npc/31633-WinterHunterKadyth.xml @@ -0,0 +1,26 @@ + + + + Winter Hunter Kadyth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31634-WinterHunterKadyth.xml b/data/templates/npc/31634-WinterHunterKadyth.xml new file mode 100644 index 000000000..27b1b8e16 --- /dev/null +++ b/data/templates/npc/31634-WinterHunterKadyth.xml @@ -0,0 +1,26 @@ + + + + Winter Hunter Kadyth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31635-WinterHunterKadyth.xml b/data/templates/npc/31635-WinterHunterKadyth.xml new file mode 100644 index 000000000..a191437c5 --- /dev/null +++ b/data/templates/npc/31635-WinterHunterKadyth.xml @@ -0,0 +1,26 @@ + + + + Winter Hunter Kadyth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31636-FlameSuccessorAkkan.xml b/data/templates/npc/31636-FlameSuccessorAkkan.xml new file mode 100644 index 000000000..532625eef --- /dev/null +++ b/data/templates/npc/31636-FlameSuccessorAkkan.xml @@ -0,0 +1,26 @@ + + + + Flame Successor Akkan + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31637-KhavatariKashu.xml b/data/templates/npc/31637-KhavatariKashu.xml new file mode 100644 index 000000000..f3ce54d05 --- /dev/null +++ b/data/templates/npc/31637-KhavatariKashu.xml @@ -0,0 +1,26 @@ + + + + Khavatari Kashu + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31638-StarlingKnightKastien.xml b/data/templates/npc/31638-StarlingKnightKastien.xml new file mode 100644 index 000000000..127697dae --- /dev/null +++ b/data/templates/npc/31638-StarlingKnightKastien.xml @@ -0,0 +1,26 @@ + + + + Starling Knight Kastien + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31639-KainVanHalter.xml b/data/templates/npc/31639-KainVanHalter.xml new file mode 100644 index 000000000..b9f168ae3 --- /dev/null +++ b/data/templates/npc/31639-KainVanHalter.xml @@ -0,0 +1,26 @@ + + + + Kain Van Halter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31640-PilgrimOfDarkness.xml b/data/templates/npc/31640-PilgrimOfDarkness.xml new file mode 100644 index 000000000..60117b4e0 --- /dev/null +++ b/data/templates/npc/31640-PilgrimOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Pilgrim of Darkness + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31641-PilgrimOfDarkness.xml b/data/templates/npc/31641-PilgrimOfDarkness.xml new file mode 100644 index 000000000..f2c90b582 --- /dev/null +++ b/data/templates/npc/31641-PilgrimOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Pilgrim of Darkness + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31642-TarkaiZuDudaMara.xml b/data/templates/npc/31642-TarkaiZuDudaMara.xml new file mode 100644 index 000000000..66412f549 --- /dev/null +++ b/data/templates/npc/31642-TarkaiZuDudaMara.xml @@ -0,0 +1,26 @@ + + + + Tarkai Zu Duda-Mara + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31643-SilverFeyshar.xml b/data/templates/npc/31643-SilverFeyshar.xml new file mode 100644 index 000000000..2b0276f98 --- /dev/null +++ b/data/templates/npc/31643-SilverFeyshar.xml @@ -0,0 +1,26 @@ + + + + Silver Feyshar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31644-DawnWitnessFranz.xml b/data/templates/npc/31644-DawnWitnessFranz.xml new file mode 100644 index 000000000..12bd5aaa4 --- /dev/null +++ b/data/templates/npc/31644-DawnWitnessFranz.xml @@ -0,0 +1,27 @@ + + + + Dawn Witness Franz + Witness of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31645-HindemithTruevoice.xml b/data/templates/npc/31645-HindemithTruevoice.xml new file mode 100644 index 000000000..b3f74da0b --- /dev/null +++ b/data/templates/npc/31645-HindemithTruevoice.xml @@ -0,0 +1,26 @@ + + + + Hindemith Truevoice + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31646-TabletOfVision.xml b/data/templates/npc/31646-TabletOfVision.xml new file mode 100644 index 000000000..182256b9f --- /dev/null +++ b/data/templates/npc/31646-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31647-TabletOfVision.xml b/data/templates/npc/31647-TabletOfVision.xml new file mode 100644 index 000000000..060acc737 --- /dev/null +++ b/data/templates/npc/31647-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31648-TabletOfVision.xml b/data/templates/npc/31648-TabletOfVision.xml new file mode 100644 index 000000000..7b86c78f4 --- /dev/null +++ b/data/templates/npc/31648-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31649-TabletOfVision.xml b/data/templates/npc/31649-TabletOfVision.xml new file mode 100644 index 000000000..fd0dc00ca --- /dev/null +++ b/data/templates/npc/31649-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31650-TabletOfVision.xml b/data/templates/npc/31650-TabletOfVision.xml new file mode 100644 index 000000000..975ca3e56 --- /dev/null +++ b/data/templates/npc/31650-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31651-TabletOfVision.xml b/data/templates/npc/31651-TabletOfVision.xml new file mode 100644 index 000000000..d1697554b --- /dev/null +++ b/data/templates/npc/31651-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31652-TabletOfVision.xml b/data/templates/npc/31652-TabletOfVision.xml new file mode 100644 index 000000000..f547b8d21 --- /dev/null +++ b/data/templates/npc/31652-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31653-TabletOfVision.xml b/data/templates/npc/31653-TabletOfVision.xml new file mode 100644 index 000000000..a27f6b061 --- /dev/null +++ b/data/templates/npc/31653-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31654-TabletOfVision.xml b/data/templates/npc/31654-TabletOfVision.xml new file mode 100644 index 000000000..11e1c1ec1 --- /dev/null +++ b/data/templates/npc/31654-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31655-TabletOfVision.xml b/data/templates/npc/31655-TabletOfVision.xml new file mode 100644 index 000000000..bff148bbe --- /dev/null +++ b/data/templates/npc/31655-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31656-TabletOfVision.xml b/data/templates/npc/31656-TabletOfVision.xml new file mode 100644 index 000000000..614c7e0a1 --- /dev/null +++ b/data/templates/npc/31656-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31657-TabletOfVision.xml b/data/templates/npc/31657-TabletOfVision.xml new file mode 100644 index 000000000..ff933ae7a --- /dev/null +++ b/data/templates/npc/31657-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31658-TabletOfVision.xml b/data/templates/npc/31658-TabletOfVision.xml new file mode 100644 index 000000000..6e8924a42 --- /dev/null +++ b/data/templates/npc/31658-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31659-TabletOfVision.xml b/data/templates/npc/31659-TabletOfVision.xml new file mode 100644 index 000000000..8566a12fb --- /dev/null +++ b/data/templates/npc/31659-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31660-TabletOfVision.xml b/data/templates/npc/31660-TabletOfVision.xml new file mode 100644 index 000000000..50cdc696c --- /dev/null +++ b/data/templates/npc/31660-TabletOfVision.xml @@ -0,0 +1,24 @@ + + + + Tablet of Vision + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31661-ForgottenMonument.xml b/data/templates/npc/31661-ForgottenMonument.xml new file mode 100644 index 000000000..a7b02833f --- /dev/null +++ b/data/templates/npc/31661-ForgottenMonument.xml @@ -0,0 +1,24 @@ + + + + Forgotten Monument + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31662-ForgottenMonument.xml b/data/templates/npc/31662-ForgottenMonument.xml new file mode 100644 index 000000000..9d14433b5 --- /dev/null +++ b/data/templates/npc/31662-ForgottenMonument.xml @@ -0,0 +1,24 @@ + + + + Forgotten Monument + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31663-ForgottenMonument.xml b/data/templates/npc/31663-ForgottenMonument.xml new file mode 100644 index 000000000..85c1be2ac --- /dev/null +++ b/data/templates/npc/31663-ForgottenMonument.xml @@ -0,0 +1,24 @@ + + + + Forgotten Monument + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31664-ForgottenMonument.xml b/data/templates/npc/31664-ForgottenMonument.xml new file mode 100644 index 000000000..53ca28f3c --- /dev/null +++ b/data/templates/npc/31664-ForgottenMonument.xml @@ -0,0 +1,24 @@ + + + + Forgotten Monument + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31665-CorpseOfDwarf.xml b/data/templates/npc/31665-CorpseOfDwarf.xml new file mode 100644 index 000000000..bc1b84f63 --- /dev/null +++ b/data/templates/npc/31665-CorpseOfDwarf.xml @@ -0,0 +1,25 @@ + + + + Corpse of Dwarf + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31679-EustaceVanEssen.xml b/data/templates/npc/31679-EustaceVanEssen.xml new file mode 100644 index 000000000..cecb9a7aa --- /dev/null +++ b/data/templates/npc/31679-EustaceVanEssen.xml @@ -0,0 +1,27 @@ + + + + Eustace Van Essen + Frontier Guard Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31683-EyeOfArgos.xml b/data/templates/npc/31683-EyeOfArgos.xml new file mode 100644 index 000000000..d9d782e2e --- /dev/null +++ b/data/templates/npc/31683-EyeOfArgos.xml @@ -0,0 +1,24 @@ + + + + Eye of Argos + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31684-EyeOfUdanMardui.xml b/data/templates/npc/31684-EyeOfUdanMardui.xml new file mode 100644 index 000000000..b9f305d1e --- /dev/null +++ b/data/templates/npc/31684-EyeOfUdanMardui.xml @@ -0,0 +1,25 @@ + + + + Eye of Udan Mardui + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31685-AsefaSEye.xml b/data/templates/npc/31685-AsefaSEye.xml new file mode 100644 index 000000000..1ee5c1031 --- /dev/null +++ b/data/templates/npc/31685-AsefaSEye.xml @@ -0,0 +1,25 @@ + + + + Asefa's Eye + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31686-GatekeeperOfFireDragon.xml b/data/templates/npc/31686-GatekeeperOfFireDragon.xml new file mode 100644 index 000000000..725555287 --- /dev/null +++ b/data/templates/npc/31686-GatekeeperOfFireDragon.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper of Fire Dragon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31687-GatekeeperOfFireDragon.xml b/data/templates/npc/31687-GatekeeperOfFireDragon.xml new file mode 100644 index 000000000..823775657 --- /dev/null +++ b/data/templates/npc/31687-GatekeeperOfFireDragon.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper of Fire Dragon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31689-OlympiadFinisher.xml b/data/templates/npc/31689-OlympiadFinisher.xml new file mode 100644 index 000000000..76e2ac305 --- /dev/null +++ b/data/templates/npc/31689-OlympiadFinisher.xml @@ -0,0 +1,26 @@ + + + + Olympiad Finisher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31691-TrainingDummy.xml b/data/templates/npc/31691-TrainingDummy.xml new file mode 100644 index 000000000..a0da031c3 --- /dev/null +++ b/data/templates/npc/31691-TrainingDummy.xml @@ -0,0 +1,24 @@ + + + + Training Dummy + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31700-SaintSFollower.xml b/data/templates/npc/31700-SaintSFollower.xml new file mode 100644 index 000000000..06e72b974 --- /dev/null +++ b/data/templates/npc/31700-SaintSFollower.xml @@ -0,0 +1,25 @@ + + + + Saint's Follower + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31701-SaintSFollower.xml b/data/templates/npc/31701-SaintSFollower.xml new file mode 100644 index 000000000..7000335e2 --- /dev/null +++ b/data/templates/npc/31701-SaintSFollower.xml @@ -0,0 +1,25 @@ + + + + Saint's Follower + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31702-SaintSFollower.xml b/data/templates/npc/31702-SaintSFollower.xml new file mode 100644 index 000000000..32079b50f --- /dev/null +++ b/data/templates/npc/31702-SaintSFollower.xml @@ -0,0 +1,25 @@ + + + + Saint's Follower + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31703-SaintSFollower.xml b/data/templates/npc/31703-SaintSFollower.xml new file mode 100644 index 000000000..a00b62912 --- /dev/null +++ b/data/templates/npc/31703-SaintSFollower.xml @@ -0,0 +1,25 @@ + + + + Saint's Follower + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31704-SaintSFollower.xml b/data/templates/npc/31704-SaintSFollower.xml new file mode 100644 index 000000000..e9c1a4499 --- /dev/null +++ b/data/templates/npc/31704-SaintSFollower.xml @@ -0,0 +1,25 @@ + + + + Saint's Follower + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31705-DaimonTheWhiteEyed.xml b/data/templates/npc/31705-DaimonTheWhiteEyed.xml new file mode 100644 index 000000000..afcfea3a5 --- /dev/null +++ b/data/templates/npc/31705-DaimonTheWhiteEyed.xml @@ -0,0 +1,25 @@ + + + + Daimon the White-Eyed + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31706-MikiTheCat.xml b/data/templates/npc/31706-MikiTheCat.xml new file mode 100644 index 000000000..001710ab0 --- /dev/null +++ b/data/templates/npc/31706-MikiTheCat.xml @@ -0,0 +1,25 @@ + + + + Miki the Cat + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31707-KetraVanGrunt.xml b/data/templates/npc/31707-KetraVanGrunt.xml new file mode 100644 index 000000000..dbd1489da --- /dev/null +++ b/data/templates/npc/31707-KetraVanGrunt.xml @@ -0,0 +1,26 @@ + + + + Ketra Van Grunt + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31708-KetraVanShaman.xml b/data/templates/npc/31708-KetraVanShaman.xml new file mode 100644 index 000000000..8a5cc8449 --- /dev/null +++ b/data/templates/npc/31708-KetraVanShaman.xml @@ -0,0 +1,26 @@ + + + + Ketra Van Shaman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31709-KetraVanCaptain.xml b/data/templates/npc/31709-KetraVanCaptain.xml new file mode 100644 index 000000000..995322a9f --- /dev/null +++ b/data/templates/npc/31709-KetraVanCaptain.xml @@ -0,0 +1,26 @@ + + + + Ketra Van Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31710-KetraVanCommander.xml b/data/templates/npc/31710-KetraVanCommander.xml new file mode 100644 index 000000000..9aaa487f8 --- /dev/null +++ b/data/templates/npc/31710-KetraVanCommander.xml @@ -0,0 +1,26 @@ + + + + Ketra Van Commander + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31711-KetraVanShaman.xml b/data/templates/npc/31711-KetraVanShaman.xml new file mode 100644 index 000000000..4ca1bdfab --- /dev/null +++ b/data/templates/npc/31711-KetraVanShaman.xml @@ -0,0 +1,26 @@ + + + + Ketra Van Shaman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31712-VarkaRaider.xml b/data/templates/npc/31712-VarkaRaider.xml new file mode 100644 index 000000000..a6c39dbfb --- /dev/null +++ b/data/templates/npc/31712-VarkaRaider.xml @@ -0,0 +1,26 @@ + + + + Varka Raider + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31713-PreacherOfDoom.xml b/data/templates/npc/31713-PreacherOfDoom.xml new file mode 100644 index 000000000..14936f3a6 --- /dev/null +++ b/data/templates/npc/31713-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31714-PreacherOfDoom.xml b/data/templates/npc/31714-PreacherOfDoom.xml new file mode 100644 index 000000000..55a732c05 --- /dev/null +++ b/data/templates/npc/31714-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31715-PreacherOfDoom.xml b/data/templates/npc/31715-PreacherOfDoom.xml new file mode 100644 index 000000000..2d756c255 --- /dev/null +++ b/data/templates/npc/31715-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31716-PreacherOfDoom.xml b/data/templates/npc/31716-PreacherOfDoom.xml new file mode 100644 index 000000000..59b9436f3 --- /dev/null +++ b/data/templates/npc/31716-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31717-PreacherOfDoom.xml b/data/templates/npc/31717-PreacherOfDoom.xml new file mode 100644 index 000000000..5c0424ed6 --- /dev/null +++ b/data/templates/npc/31717-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31718-PreacherOfDoom.xml b/data/templates/npc/31718-PreacherOfDoom.xml new file mode 100644 index 000000000..05c3745a7 --- /dev/null +++ b/data/templates/npc/31718-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31719-PreacherOfDoom.xml b/data/templates/npc/31719-PreacherOfDoom.xml new file mode 100644 index 000000000..26967d7e9 --- /dev/null +++ b/data/templates/npc/31719-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31720-PreacherOfDoom.xml b/data/templates/npc/31720-PreacherOfDoom.xml new file mode 100644 index 000000000..baabb764d --- /dev/null +++ b/data/templates/npc/31720-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31721-OratorOfRevelations.xml b/data/templates/npc/31721-OratorOfRevelations.xml new file mode 100644 index 000000000..9a5e8d887 --- /dev/null +++ b/data/templates/npc/31721-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31722-OratorOfRevelations.xml b/data/templates/npc/31722-OratorOfRevelations.xml new file mode 100644 index 000000000..18b037f19 --- /dev/null +++ b/data/templates/npc/31722-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31723-OratorOfRevelations.xml b/data/templates/npc/31723-OratorOfRevelations.xml new file mode 100644 index 000000000..11dfe0574 --- /dev/null +++ b/data/templates/npc/31723-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31724-OratorOfRevelations.xml b/data/templates/npc/31724-OratorOfRevelations.xml new file mode 100644 index 000000000..44c5248d2 --- /dev/null +++ b/data/templates/npc/31724-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31725-OratorOfRevelations.xml b/data/templates/npc/31725-OratorOfRevelations.xml new file mode 100644 index 000000000..6e371a9ac --- /dev/null +++ b/data/templates/npc/31725-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31726-OratorOfRevelations.xml b/data/templates/npc/31726-OratorOfRevelations.xml new file mode 100644 index 000000000..0963fad2d --- /dev/null +++ b/data/templates/npc/31726-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31727-OratorOfRevelations.xml b/data/templates/npc/31727-OratorOfRevelations.xml new file mode 100644 index 000000000..e9d09f372 --- /dev/null +++ b/data/templates/npc/31727-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31728-OratorOfRevelations.xml b/data/templates/npc/31728-OratorOfRevelations.xml new file mode 100644 index 000000000..21c9e543c --- /dev/null +++ b/data/templates/npc/31728-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31739-Talien.xml b/data/templates/npc/31739-Talien.xml new file mode 100644 index 000000000..7a7f2b7e8 --- /dev/null +++ b/data/templates/npc/31739-Talien.xml @@ -0,0 +1,26 @@ + + + + Talien + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31740-Caradine.xml b/data/templates/npc/31740-Caradine.xml new file mode 100644 index 000000000..d826cb201 --- /dev/null +++ b/data/templates/npc/31740-Caradine.xml @@ -0,0 +1,26 @@ + + + + Caradine + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31741-Ossian.xml b/data/templates/npc/31741-Ossian.xml new file mode 100644 index 000000000..ec2a65d9a --- /dev/null +++ b/data/templates/npc/31741-Ossian.xml @@ -0,0 +1,26 @@ + + + + Ossian + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31742-Virgil.xml b/data/templates/npc/31742-Virgil.xml new file mode 100644 index 000000000..dd9b190da --- /dev/null +++ b/data/templates/npc/31742-Virgil.xml @@ -0,0 +1,25 @@ + + + + Virgil + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31743-Kassandra.xml b/data/templates/npc/31743-Kassandra.xml new file mode 100644 index 000000000..5f6a68078 --- /dev/null +++ b/data/templates/npc/31743-Kassandra.xml @@ -0,0 +1,25 @@ + + + + Kassandra + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31744-Ogmar.xml b/data/templates/npc/31744-Ogmar.xml new file mode 100644 index 000000000..96222268f --- /dev/null +++ b/data/templates/npc/31744-Ogmar.xml @@ -0,0 +1,25 @@ + + + + Ogmar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31745-LadyOfTheLake.xml b/data/templates/npc/31745-LadyOfTheLake.xml new file mode 100644 index 000000000..3f419be18 --- /dev/null +++ b/data/templates/npc/31745-LadyOfTheLake.xml @@ -0,0 +1,25 @@ + + + + Lady of the Lake + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31746-FallenUnicorn.xml b/data/templates/npc/31746-FallenUnicorn.xml new file mode 100644 index 000000000..df2db5d46 --- /dev/null +++ b/data/templates/npc/31746-FallenUnicorn.xml @@ -0,0 +1,25 @@ + + + + Fallen Unicorn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31747-PureWhiteUnicorn.xml b/data/templates/npc/31747-PureWhiteUnicorn.xml new file mode 100644 index 000000000..48ba1d70e --- /dev/null +++ b/data/templates/npc/31747-PureWhiteUnicorn.xml @@ -0,0 +1,25 @@ + + + + Pure White Unicorn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31748-CornerstoneOfRestraining.xml b/data/templates/npc/31748-CornerstoneOfRestraining.xml new file mode 100644 index 000000000..4a798fe75 --- /dev/null +++ b/data/templates/npc/31748-CornerstoneOfRestraining.xml @@ -0,0 +1,25 @@ + + + + Cornerstone of Restraining + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31750-MysteriousWoman.xml b/data/templates/npc/31750-MysteriousWoman.xml new file mode 100644 index 000000000..df267a679 --- /dev/null +++ b/data/templates/npc/31750-MysteriousWoman.xml @@ -0,0 +1,25 @@ + + + + Mysterious Woman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31751-MysteriousDarkKnight.xml b/data/templates/npc/31751-MysteriousDarkKnight.xml new file mode 100644 index 000000000..a3f43764e --- /dev/null +++ b/data/templates/npc/31751-MysteriousDarkKnight.xml @@ -0,0 +1,26 @@ + + + + Mysterious Dark Knight + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/31752-CorpseOfAngel.xml b/data/templates/npc/31752-CorpseOfAngel.xml new file mode 100644 index 000000000..62dda82b5 --- /dev/null +++ b/data/templates/npc/31752-CorpseOfAngel.xml @@ -0,0 +1,25 @@ + + + + Corpse of Angel + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31759-TeleportationCubic.xml b/data/templates/npc/31759-TeleportationCubic.xml new file mode 100644 index 000000000..a07027bd8 --- /dev/null +++ b/data/templates/npc/31759-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31760-MissQueen.xml b/data/templates/npc/31760-MissQueen.xml new file mode 100644 index 000000000..6a3394937 --- /dev/null +++ b/data/templates/npc/31760-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Adventurers' Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31761-MissQueen.xml b/data/templates/npc/31761-MissQueen.xml new file mode 100644 index 000000000..9c6091219 --- /dev/null +++ b/data/templates/npc/31761-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Adventurers' Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31762-MissQueen.xml b/data/templates/npc/31762-MissQueen.xml new file mode 100644 index 000000000..2ca884e3a --- /dev/null +++ b/data/templates/npc/31762-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Adventurers' Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31763-MissQueen.xml b/data/templates/npc/31763-MissQueen.xml new file mode 100644 index 000000000..9baef6bab --- /dev/null +++ b/data/templates/npc/31763-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Adventurers' Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31764-MissQueen.xml b/data/templates/npc/31764-MissQueen.xml new file mode 100644 index 000000000..df4b9586d --- /dev/null +++ b/data/templates/npc/31764-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Adventurers' Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31765-MissQueen.xml b/data/templates/npc/31765-MissQueen.xml new file mode 100644 index 000000000..98135aa2f --- /dev/null +++ b/data/templates/npc/31765-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Adventurers' Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31766-MissQueen.xml b/data/templates/npc/31766-MissQueen.xml new file mode 100644 index 000000000..0b8c0fb2c --- /dev/null +++ b/data/templates/npc/31766-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Adventurers' Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31767-EventGatekeeper.xml b/data/templates/npc/31767-EventGatekeeper.xml new file mode 100644 index 000000000..07da6376a --- /dev/null +++ b/data/templates/npc/31767-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31768-EventGatekeeper.xml b/data/templates/npc/31768-EventGatekeeper.xml new file mode 100644 index 000000000..f5cde7f3d --- /dev/null +++ b/data/templates/npc/31768-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31774-BerylTheCat.xml b/data/templates/npc/31774-BerylTheCat.xml new file mode 100644 index 000000000..9041dfd19 --- /dev/null +++ b/data/templates/npc/31774-BerylTheCat.xml @@ -0,0 +1,26 @@ + + + + Beryl the Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31852-PixyMurika.xml b/data/templates/npc/31852-PixyMurika.xml new file mode 100644 index 000000000..2b44a7ea9 --- /dev/null +++ b/data/templates/npc/31852-PixyMurika.xml @@ -0,0 +1,25 @@ + + + + Pixy Murika + 50 + FEMALE + + + + + + + + + + + + + + + 3000 + 226 + + + diff --git a/data/templates/npc/31854-EventManager.xml b/data/templates/npc/31854-EventManager.xml new file mode 100644 index 000000000..f7d5b19ad --- /dev/null +++ b/data/templates/npc/31854-EventManager.xml @@ -0,0 +1,25 @@ + + + + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31855-EventManager.xml b/data/templates/npc/31855-EventManager.xml new file mode 100644 index 000000000..a9e8b0fe1 --- /dev/null +++ b/data/templates/npc/31855-EventManager.xml @@ -0,0 +1,25 @@ + + + + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31856-EventManager.xml b/data/templates/npc/31856-EventManager.xml new file mode 100644 index 000000000..f7a2cb438 --- /dev/null +++ b/data/templates/npc/31856-EventManager.xml @@ -0,0 +1,25 @@ + + + + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31857-EventManager.xml b/data/templates/npc/31857-EventManager.xml new file mode 100644 index 000000000..ff5b6df4f --- /dev/null +++ b/data/templates/npc/31857-EventManager.xml @@ -0,0 +1,25 @@ + + + + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31858-EventManager.xml b/data/templates/npc/31858-EventManager.xml new file mode 100644 index 000000000..59e16a7b9 --- /dev/null +++ b/data/templates/npc/31858-EventManager.xml @@ -0,0 +1,25 @@ + + + + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31859-TeleportationCubic.xml b/data/templates/npc/31859-TeleportationCubic.xml new file mode 100644 index 000000000..39e3de102 --- /dev/null +++ b/data/templates/npc/31859-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 490 + 1 + + + diff --git a/data/templates/npc/31860-BuzzTheCat.xml b/data/templates/npc/31860-BuzzTheCat.xml new file mode 100644 index 000000000..f0beed73c --- /dev/null +++ b/data/templates/npc/31860-BuzzTheCat.xml @@ -0,0 +1,26 @@ + + + + Buzz the Cat + Event Manager + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31862-AngelicVortex.xml b/data/templates/npc/31862-AngelicVortex.xml new file mode 100644 index 000000000..06d9d1a90 --- /dev/null +++ b/data/templates/npc/31862-AngelicVortex.xml @@ -0,0 +1,24 @@ + + + + Angelic Vortex + 70 + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31863-SantaTrainee.xml b/data/templates/npc/31863-SantaTrainee.xml new file mode 100644 index 000000000..d261c5e94 --- /dev/null +++ b/data/templates/npc/31863-SantaTrainee.xml @@ -0,0 +1,25 @@ + + + + Santa Trainee + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31864-SantaTrainee.xml b/data/templates/npc/31864-SantaTrainee.xml new file mode 100644 index 000000000..ee60cc83d --- /dev/null +++ b/data/templates/npc/31864-SantaTrainee.xml @@ -0,0 +1,25 @@ + + + + Santa Trainee + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/31865-GuardianOfBorder.xml b/data/templates/npc/31865-GuardianOfBorder.xml new file mode 100644 index 000000000..37381a192 --- /dev/null +++ b/data/templates/npc/31865-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31866-GuardianOfBorder.xml b/data/templates/npc/31866-GuardianOfBorder.xml new file mode 100644 index 000000000..81e454e47 --- /dev/null +++ b/data/templates/npc/31866-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31867-GuardianOfBorder.xml b/data/templates/npc/31867-GuardianOfBorder.xml new file mode 100644 index 000000000..5bfe83334 --- /dev/null +++ b/data/templates/npc/31867-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31868-GuardianOfBorder.xml b/data/templates/npc/31868-GuardianOfBorder.xml new file mode 100644 index 000000000..04ec7bee0 --- /dev/null +++ b/data/templates/npc/31868-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31869-GuardianOfBorder.xml b/data/templates/npc/31869-GuardianOfBorder.xml new file mode 100644 index 000000000..ac36fad5c --- /dev/null +++ b/data/templates/npc/31869-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31870-GuardianOfBorder.xml b/data/templates/npc/31870-GuardianOfBorder.xml new file mode 100644 index 000000000..68808ea44 --- /dev/null +++ b/data/templates/npc/31870-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31871-GuardianOfBorder.xml b/data/templates/npc/31871-GuardianOfBorder.xml new file mode 100644 index 000000000..f4874e3a3 --- /dev/null +++ b/data/templates/npc/31871-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31872-GuardianOfBorder.xml b/data/templates/npc/31872-GuardianOfBorder.xml new file mode 100644 index 000000000..bf8bd7f36 --- /dev/null +++ b/data/templates/npc/31872-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31873-GuardianOfBorder.xml b/data/templates/npc/31873-GuardianOfBorder.xml new file mode 100644 index 000000000..0e4b166ee --- /dev/null +++ b/data/templates/npc/31873-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 35 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31874-GuardianOfBorder.xml b/data/templates/npc/31874-GuardianOfBorder.xml new file mode 100644 index 000000000..44a5ecf84 --- /dev/null +++ b/data/templates/npc/31874-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31875-GuardianOfBorder.xml b/data/templates/npc/31875-GuardianOfBorder.xml new file mode 100644 index 000000000..c517d5b7a --- /dev/null +++ b/data/templates/npc/31875-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31876-GuardianOfBorder.xml b/data/templates/npc/31876-GuardianOfBorder.xml new file mode 100644 index 000000000..405813622 --- /dev/null +++ b/data/templates/npc/31876-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31877-GuardianOfBorder.xml b/data/templates/npc/31877-GuardianOfBorder.xml new file mode 100644 index 000000000..31f3632dc --- /dev/null +++ b/data/templates/npc/31877-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31878-GuardianOfBorder.xml b/data/templates/npc/31878-GuardianOfBorder.xml new file mode 100644 index 000000000..aa08550ad --- /dev/null +++ b/data/templates/npc/31878-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31879-GuardianOfBorder.xml b/data/templates/npc/31879-GuardianOfBorder.xml new file mode 100644 index 000000000..e25bf2f89 --- /dev/null +++ b/data/templates/npc/31879-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31880-GuardianOfBorder.xml b/data/templates/npc/31880-GuardianOfBorder.xml new file mode 100644 index 000000000..cdb2c9e5d --- /dev/null +++ b/data/templates/npc/31880-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31881-GuardianOfBorder.xml b/data/templates/npc/31881-GuardianOfBorder.xml new file mode 100644 index 000000000..665aa4366 --- /dev/null +++ b/data/templates/npc/31881-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31882-GuardianOfBorder.xml b/data/templates/npc/31882-GuardianOfBorder.xml new file mode 100644 index 000000000..fc636a4fe --- /dev/null +++ b/data/templates/npc/31882-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 45 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31883-GuardianOfBorder.xml b/data/templates/npc/31883-GuardianOfBorder.xml new file mode 100644 index 000000000..b5463a2c4 --- /dev/null +++ b/data/templates/npc/31883-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31884-GuardianOfBorder.xml b/data/templates/npc/31884-GuardianOfBorder.xml new file mode 100644 index 000000000..b8ef2dfd0 --- /dev/null +++ b/data/templates/npc/31884-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31885-GuardianOfBorder.xml b/data/templates/npc/31885-GuardianOfBorder.xml new file mode 100644 index 000000000..e089f7fa7 --- /dev/null +++ b/data/templates/npc/31885-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31886-GuardianOfBorder.xml b/data/templates/npc/31886-GuardianOfBorder.xml new file mode 100644 index 000000000..a4d57a3d7 --- /dev/null +++ b/data/templates/npc/31886-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31887-GuardianOfBorder.xml b/data/templates/npc/31887-GuardianOfBorder.xml new file mode 100644 index 000000000..0a987a4c6 --- /dev/null +++ b/data/templates/npc/31887-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31888-GuardianOfBorder.xml b/data/templates/npc/31888-GuardianOfBorder.xml new file mode 100644 index 000000000..121199567 --- /dev/null +++ b/data/templates/npc/31888-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31889-GuardianOfBorder.xml b/data/templates/npc/31889-GuardianOfBorder.xml new file mode 100644 index 000000000..a9bd978ea --- /dev/null +++ b/data/templates/npc/31889-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31890-GuardianOfBorder.xml b/data/templates/npc/31890-GuardianOfBorder.xml new file mode 100644 index 000000000..2120bbce2 --- /dev/null +++ b/data/templates/npc/31890-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31891-GuardianOfBorder.xml b/data/templates/npc/31891-GuardianOfBorder.xml new file mode 100644 index 000000000..6d3616397 --- /dev/null +++ b/data/templates/npc/31891-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31892-GuardianOfBorder.xml b/data/templates/npc/31892-GuardianOfBorder.xml new file mode 100644 index 000000000..5c1ca0b9f --- /dev/null +++ b/data/templates/npc/31892-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31893-GuardianOfBorder.xml b/data/templates/npc/31893-GuardianOfBorder.xml new file mode 100644 index 000000000..3dfddef03 --- /dev/null +++ b/data/templates/npc/31893-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31894-GuardianOfBorder.xml b/data/templates/npc/31894-GuardianOfBorder.xml new file mode 100644 index 000000000..6ec61aee9 --- /dev/null +++ b/data/templates/npc/31894-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31895-GuardianOfBorder.xml b/data/templates/npc/31895-GuardianOfBorder.xml new file mode 100644 index 000000000..6a7a7332e --- /dev/null +++ b/data/templates/npc/31895-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31896-GuardianOfBorder.xml b/data/templates/npc/31896-GuardianOfBorder.xml new file mode 100644 index 000000000..693eed918 --- /dev/null +++ b/data/templates/npc/31896-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31897-GuardianOfBorder.xml b/data/templates/npc/31897-GuardianOfBorder.xml new file mode 100644 index 000000000..03a9fe234 --- /dev/null +++ b/data/templates/npc/31897-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31898-GuardianOfBorder.xml b/data/templates/npc/31898-GuardianOfBorder.xml new file mode 100644 index 000000000..7c057e58d --- /dev/null +++ b/data/templates/npc/31898-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31899-GuardianOfBorder.xml b/data/templates/npc/31899-GuardianOfBorder.xml new file mode 100644 index 000000000..2e5e95de0 --- /dev/null +++ b/data/templates/npc/31899-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31900-GuardianOfBorder.xml b/data/templates/npc/31900-GuardianOfBorder.xml new file mode 100644 index 000000000..b16b86818 --- /dev/null +++ b/data/templates/npc/31900-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 65 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31901-GuardianOfBorder.xml b/data/templates/npc/31901-GuardianOfBorder.xml new file mode 100644 index 000000000..e023eb0eb --- /dev/null +++ b/data/templates/npc/31901-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31902-GuardianOfBorder.xml b/data/templates/npc/31902-GuardianOfBorder.xml new file mode 100644 index 000000000..799a61173 --- /dev/null +++ b/data/templates/npc/31902-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31903-GuardianOfBorder.xml b/data/templates/npc/31903-GuardianOfBorder.xml new file mode 100644 index 000000000..48dcea4c6 --- /dev/null +++ b/data/templates/npc/31903-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31904-GuardianOfBorder.xml b/data/templates/npc/31904-GuardianOfBorder.xml new file mode 100644 index 000000000..4f55dea21 --- /dev/null +++ b/data/templates/npc/31904-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31905-GuardianOfBorder.xml b/data/templates/npc/31905-GuardianOfBorder.xml new file mode 100644 index 000000000..c2ab77944 --- /dev/null +++ b/data/templates/npc/31905-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31906-GuardianOfBorder.xml b/data/templates/npc/31906-GuardianOfBorder.xml new file mode 100644 index 000000000..fafc6f489 --- /dev/null +++ b/data/templates/npc/31906-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31907-GuardianOfBorder.xml b/data/templates/npc/31907-GuardianOfBorder.xml new file mode 100644 index 000000000..a940cabb0 --- /dev/null +++ b/data/templates/npc/31907-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31908-GuardianOfBorder.xml b/data/templates/npc/31908-GuardianOfBorder.xml new file mode 100644 index 000000000..ccbeba190 --- /dev/null +++ b/data/templates/npc/31908-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31909-GuardianOfBorder.xml b/data/templates/npc/31909-GuardianOfBorder.xml new file mode 100644 index 000000000..8d7acc9ca --- /dev/null +++ b/data/templates/npc/31909-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31910-GuardianOfBorder.xml b/data/templates/npc/31910-GuardianOfBorder.xml new file mode 100644 index 000000000..48b84ac55 --- /dev/null +++ b/data/templates/npc/31910-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31911-GuardianOfBorder.xml b/data/templates/npc/31911-GuardianOfBorder.xml new file mode 100644 index 000000000..6e3a4fb0e --- /dev/null +++ b/data/templates/npc/31911-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31912-GuardianOfBorder.xml b/data/templates/npc/31912-GuardianOfBorder.xml new file mode 100644 index 000000000..81a361551 --- /dev/null +++ b/data/templates/npc/31912-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31913-GuardianOfBorder.xml b/data/templates/npc/31913-GuardianOfBorder.xml new file mode 100644 index 000000000..eb82d1895 --- /dev/null +++ b/data/templates/npc/31913-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31914-GuardianOfBorder.xml b/data/templates/npc/31914-GuardianOfBorder.xml new file mode 100644 index 000000000..8108fd1a7 --- /dev/null +++ b/data/templates/npc/31914-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31915-GuardianOfBorder.xml b/data/templates/npc/31915-GuardianOfBorder.xml new file mode 100644 index 000000000..906667766 --- /dev/null +++ b/data/templates/npc/31915-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31916-GuardianOfBorder.xml b/data/templates/npc/31916-GuardianOfBorder.xml new file mode 100644 index 000000000..c2e57b197 --- /dev/null +++ b/data/templates/npc/31916-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31917-GuardianOfBorder.xml b/data/templates/npc/31917-GuardianOfBorder.xml new file mode 100644 index 000000000..20036a3b7 --- /dev/null +++ b/data/templates/npc/31917-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31918-GuardianOfBorder.xml b/data/templates/npc/31918-GuardianOfBorder.xml new file mode 100644 index 000000000..69be76321 --- /dev/null +++ b/data/templates/npc/31918-GuardianOfBorder.xml @@ -0,0 +1,24 @@ + + + + Guardian of Border + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/31999-PreacherOfDoom.xml b/data/templates/npc/31999-PreacherOfDoom.xml new file mode 100644 index 000000000..8082ca491 --- /dev/null +++ b/data/templates/npc/31999-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32-JetBike.xml b/data/templates/npc/32-JetBike.xml new file mode 100644 index 000000000..a05ca0a50 --- /dev/null +++ b/data/templates/npc/32-JetBike.xml @@ -0,0 +1,25 @@ + + + + Jet Bike + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32000-PreacherOfDoom.xml b/data/templates/npc/32000-PreacherOfDoom.xml new file mode 100644 index 000000000..fd960f76e --- /dev/null +++ b/data/templates/npc/32000-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32001-PreacherOfDoom.xml b/data/templates/npc/32001-PreacherOfDoom.xml new file mode 100644 index 000000000..2b15750a1 --- /dev/null +++ b/data/templates/npc/32001-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32002-PreacherOfDoom.xml b/data/templates/npc/32002-PreacherOfDoom.xml new file mode 100644 index 000000000..396c78637 --- /dev/null +++ b/data/templates/npc/32002-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32003-OratorOfRevelations.xml b/data/templates/npc/32003-OratorOfRevelations.xml new file mode 100644 index 000000000..ba210d20a --- /dev/null +++ b/data/templates/npc/32003-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32004-OratorOfRevelations.xml b/data/templates/npc/32004-OratorOfRevelations.xml new file mode 100644 index 000000000..86424ddb0 --- /dev/null +++ b/data/templates/npc/32004-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32005-OratorOfRevelations.xml b/data/templates/npc/32005-OratorOfRevelations.xml new file mode 100644 index 000000000..b926ea906 --- /dev/null +++ b/data/templates/npc/32005-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32006-OratorOfRevelations.xml b/data/templates/npc/32006-OratorOfRevelations.xml new file mode 100644 index 000000000..21c326f0c --- /dev/null +++ b/data/templates/npc/32006-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32008-Greymore.xml b/data/templates/npc/32008-Greymore.xml new file mode 100644 index 000000000..759ea9502 --- /dev/null +++ b/data/templates/npc/32008-Greymore.xml @@ -0,0 +1,26 @@ + + + + Greymore + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32009-Devorin.xml b/data/templates/npc/32009-Devorin.xml new file mode 100644 index 000000000..c9e63009e --- /dev/null +++ b/data/templates/npc/32009-Devorin.xml @@ -0,0 +1,26 @@ + + + + Devorin + Nurse + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32010-Flauron.xml b/data/templates/npc/32010-Flauron.xml new file mode 100644 index 000000000..431ddd01f --- /dev/null +++ b/data/templates/npc/32010-Flauron.xml @@ -0,0 +1,26 @@ + + + + Flauron + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32011-ImperialTombGuide.xml b/data/templates/npc/32011-ImperialTombGuide.xml new file mode 100644 index 000000000..5b7155486 --- /dev/null +++ b/data/templates/npc/32011-ImperialTombGuide.xml @@ -0,0 +1,25 @@ + + + + Imperial Tomb Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32012-Tantan.xml b/data/templates/npc/32012-Tantan.xml new file mode 100644 index 000000000..301d784b8 --- /dev/null +++ b/data/templates/npc/32012-Tantan.xml @@ -0,0 +1,26 @@ + + + + Tantan + Retired Adventurer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32013-Suki.xml b/data/templates/npc/32013-Suki.xml new file mode 100644 index 000000000..73a61e410 --- /dev/null +++ b/data/templates/npc/32013-Suki.xml @@ -0,0 +1,26 @@ + + + + Suki + Wild Maiden + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32014-Ivan.xml b/data/templates/npc/32014-Ivan.xml new file mode 100644 index 000000000..2da3a1481 --- /dev/null +++ b/data/templates/npc/32014-Ivan.xml @@ -0,0 +1,26 @@ + + + + Ivan + Runaway Youth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32015-ScoutSCorpse.xml b/data/templates/npc/32015-ScoutSCorpse.xml new file mode 100644 index 000000000..f1bc6e667 --- /dev/null +++ b/data/templates/npc/32015-ScoutSCorpse.xml @@ -0,0 +1,25 @@ + + + + Scout's Corpse + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32016-Torrant.xml b/data/templates/npc/32016-Torrant.xml new file mode 100644 index 000000000..ad36266f3 --- /dev/null +++ b/data/templates/npc/32016-Torrant.xml @@ -0,0 +1,27 @@ + + + + Torrant + Beacon Tower Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32017-Karuda.xml b/data/templates/npc/32017-Karuda.xml new file mode 100644 index 000000000..06d4b6ae3 --- /dev/null +++ b/data/templates/npc/32017-Karuda.xml @@ -0,0 +1,26 @@ + + + + Karuda + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32018-Misa.xml b/data/templates/npc/32018-Misa.xml new file mode 100644 index 000000000..4ea9e6f06 --- /dev/null +++ b/data/templates/npc/32018-Misa.xml @@ -0,0 +1,25 @@ + + + + Misa + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32019-SuspiciousMan.xml b/data/templates/npc/32019-SuspiciousMan.xml new file mode 100644 index 000000000..aed5e096f --- /dev/null +++ b/data/templates/npc/32019-SuspiciousMan.xml @@ -0,0 +1,25 @@ + + + + Suspicious Man + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32020-Rafforty.xml b/data/templates/npc/32020-Rafforty.xml new file mode 100644 index 000000000..f0e170eee --- /dev/null +++ b/data/templates/npc/32020-Rafforty.xml @@ -0,0 +1,25 @@ + + + + Rafforty + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32021-IceSculpture.xml b/data/templates/npc/32021-IceSculpture.xml new file mode 100644 index 000000000..766fee022 --- /dev/null +++ b/data/templates/npc/32021-IceSculpture.xml @@ -0,0 +1,24 @@ + + + + Ice Sculpture + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32022-Kier.xml b/data/templates/npc/32022-Kier.xml new file mode 100644 index 000000000..4c09de5c3 --- /dev/null +++ b/data/templates/npc/32022-Kier.xml @@ -0,0 +1,24 @@ + + + + Kier + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32023-IceShelf.xml b/data/templates/npc/32023-IceShelf.xml new file mode 100644 index 000000000..76b4ae8c0 --- /dev/null +++ b/data/templates/npc/32023-IceShelf.xml @@ -0,0 +1,24 @@ + + + + Ice Shelf + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32026-HestuiGuard.xml b/data/templates/npc/32026-HestuiGuard.xml new file mode 100644 index 000000000..b8314e8e1 --- /dev/null +++ b/data/templates/npc/32026-HestuiGuard.xml @@ -0,0 +1,25 @@ + + + + Hestui Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32027-HolyBrazier.xml b/data/templates/npc/32027-HolyBrazier.xml new file mode 100644 index 000000000..6ced21713 --- /dev/null +++ b/data/templates/npc/32027-HolyBrazier.xml @@ -0,0 +1,24 @@ + + + + Holy Brazier + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32028-HolyGrail.xml b/data/templates/npc/32028-HolyGrail.xml new file mode 100644 index 000000000..806b337b8 --- /dev/null +++ b/data/templates/npc/32028-HolyGrail.xml @@ -0,0 +1,24 @@ + + + + Holy Grail + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32029-FreyaSSteward.xml b/data/templates/npc/32029-FreyaSSteward.xml new file mode 100644 index 000000000..f7d300324 --- /dev/null +++ b/data/templates/npc/32029-FreyaSSteward.xml @@ -0,0 +1,25 @@ + + + + Freya's Steward + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32030-GardenSculpture.xml b/data/templates/npc/32030-GardenSculpture.xml new file mode 100644 index 000000000..1750adcbf --- /dev/null +++ b/data/templates/npc/32030-GardenSculpture.xml @@ -0,0 +1,24 @@ + + + + Garden Sculpture + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32031-IceFairySculpture.xml b/data/templates/npc/32031-IceFairySculpture.xml new file mode 100644 index 000000000..0cf30eb78 --- /dev/null +++ b/data/templates/npc/32031-IceFairySculpture.xml @@ -0,0 +1,24 @@ + + + + Ice Fairy Sculpture + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32032-StrangeMachine.xml b/data/templates/npc/32032-StrangeMachine.xml new file mode 100644 index 000000000..ccffd1b31 --- /dev/null +++ b/data/templates/npc/32032-StrangeMachine.xml @@ -0,0 +1,24 @@ + + + + Strange Machine + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32033-DoctorChaos.xml b/data/templates/npc/32033-DoctorChaos.xml new file mode 100644 index 000000000..b13c488d1 --- /dev/null +++ b/data/templates/npc/32033-DoctorChaos.xml @@ -0,0 +1,25 @@ + + + + Doctor Chaos + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32038-RitualOffering.xml b/data/templates/npc/32038-RitualOffering.xml new file mode 100644 index 000000000..844a7b6a2 --- /dev/null +++ b/data/templates/npc/32038-RitualOffering.xml @@ -0,0 +1,25 @@ + + + + Ritual Offering + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32041-Yumi.xml b/data/templates/npc/32041-Yumi.xml new file mode 100644 index 000000000..8482d62ed --- /dev/null +++ b/data/templates/npc/32041-Yumi.xml @@ -0,0 +1,26 @@ + + + + Yumi + Collector + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32042-Weathermaster.xml b/data/templates/npc/32042-Weathermaster.xml new file mode 100644 index 000000000..91bd22cef --- /dev/null +++ b/data/templates/npc/32042-Weathermaster.xml @@ -0,0 +1,24 @@ + + + + Weathermaster + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32043-Weathermaster.xml b/data/templates/npc/32043-Weathermaster.xml new file mode 100644 index 000000000..1bec9b400 --- /dev/null +++ b/data/templates/npc/32043-Weathermaster.xml @@ -0,0 +1,24 @@ + + + + Weathermaster + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32044-Weathermaster.xml b/data/templates/npc/32044-Weathermaster.xml new file mode 100644 index 000000000..2048aa1cb --- /dev/null +++ b/data/templates/npc/32044-Weathermaster.xml @@ -0,0 +1,25 @@ + + + + Weathermaster + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32045-DoctorChaosSecretBookshelf.xml b/data/templates/npc/32045-DoctorChaosSecretBookshelf.xml new file mode 100644 index 000000000..3cdde414f --- /dev/null +++ b/data/templates/npc/32045-DoctorChaosSecretBookshelf.xml @@ -0,0 +1,25 @@ + + + + Doctor Chaos' Secret Bookshelf + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32046-SuspiciousLookingPileOfStones.xml b/data/templates/npc/32046-SuspiciousLookingPileOfStones.xml new file mode 100644 index 000000000..583ae603a --- /dev/null +++ b/data/templates/npc/32046-SuspiciousLookingPileOfStones.xml @@ -0,0 +1,25 @@ + + + + Suspicious-Looking Pile of Stones + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32047-Wendy.xml b/data/templates/npc/32047-Wendy.xml new file mode 100644 index 000000000..b2339e4e9 --- /dev/null +++ b/data/templates/npc/32047-Wendy.xml @@ -0,0 +1,25 @@ + + + + Wendy + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32048-EventGatekeeper.xml b/data/templates/npc/32048-EventGatekeeper.xml new file mode 100644 index 000000000..afef96407 --- /dev/null +++ b/data/templates/npc/32048-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32049-Rooney.xml b/data/templates/npc/32049-Rooney.xml new file mode 100644 index 000000000..4faf02979 --- /dev/null +++ b/data/templates/npc/32049-Rooney.xml @@ -0,0 +1,26 @@ + + + + Rooney + Blacksmith of Wind + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32050-PartsBox.xml b/data/templates/npc/32050-PartsBox.xml new file mode 100644 index 000000000..192509c47 --- /dev/null +++ b/data/templates/npc/32050-PartsBox.xml @@ -0,0 +1,24 @@ + + + + Parts Box + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32051-AltarGatekeeper.xml b/data/templates/npc/32051-AltarGatekeeper.xml new file mode 100644 index 000000000..17662c79a --- /dev/null +++ b/data/templates/npc/32051-AltarGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Altar Gatekeeper + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32052-Obi.xml b/data/templates/npc/32052-Obi.xml new file mode 100644 index 000000000..f14e1e54a --- /dev/null +++ b/data/templates/npc/32052-Obi.xml @@ -0,0 +1,26 @@ + + + + Obi + Railroad Worker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32053-Abey.xml b/data/templates/npc/32053-Abey.xml new file mode 100644 index 000000000..ffcd86c61 --- /dev/null +++ b/data/templates/npc/32053-Abey.xml @@ -0,0 +1,26 @@ + + + + Abey + Railroad Worker + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32054-GhostOfARailroadEngineer.xml b/data/templates/npc/32054-GhostOfARailroadEngineer.xml new file mode 100644 index 000000000..bcb63f135 --- /dev/null +++ b/data/templates/npc/32054-GhostOfARailroadEngineer.xml @@ -0,0 +1,25 @@ + + + + Ghost of a Railroad Engineer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32055-GhostOfAnAncientRailroadEngineer.xml b/data/templates/npc/32055-GhostOfAnAncientRailroadEngineer.xml new file mode 100644 index 000000000..159213ce8 --- /dev/null +++ b/data/templates/npc/32055-GhostOfAnAncientRailroadEngineer.xml @@ -0,0 +1,25 @@ + + + + Ghost of an Ancient Railroad Engineer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32056-Aren.xml b/data/templates/npc/32056-Aren.xml new file mode 100644 index 000000000..408f0ea23 --- /dev/null +++ b/data/templates/npc/32056-Aren.xml @@ -0,0 +1,26 @@ + + + + Aren + Khavatari + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32057-TotemSpiritOfGandi.xml b/data/templates/npc/32057-TotemSpiritOfGandi.xml new file mode 100644 index 000000000..5ff3c054d --- /dev/null +++ b/data/templates/npc/32057-TotemSpiritOfGandi.xml @@ -0,0 +1,25 @@ + + + + Totem Spirit of Gandi + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32058-TriolSRevelation.xml b/data/templates/npc/32058-TriolSRevelation.xml new file mode 100644 index 000000000..aa80a1a16 --- /dev/null +++ b/data/templates/npc/32058-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32059-TriolSRevelation.xml b/data/templates/npc/32059-TriolSRevelation.xml new file mode 100644 index 000000000..138f6089d --- /dev/null +++ b/data/templates/npc/32059-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32060-TriolSRevelation.xml b/data/templates/npc/32060-TriolSRevelation.xml new file mode 100644 index 000000000..0147cc748 --- /dev/null +++ b/data/templates/npc/32060-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32061-TriolSRevelation.xml b/data/templates/npc/32061-TriolSRevelation.xml new file mode 100644 index 000000000..ec8c2cc92 --- /dev/null +++ b/data/templates/npc/32061-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32062-TriolSRevelation.xml b/data/templates/npc/32062-TriolSRevelation.xml new file mode 100644 index 000000000..70a198ed3 --- /dev/null +++ b/data/templates/npc/32062-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32063-TriolSRevelation.xml b/data/templates/npc/32063-TriolSRevelation.xml new file mode 100644 index 000000000..0822473ae --- /dev/null +++ b/data/templates/npc/32063-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32064-TriolSRevelation.xml b/data/templates/npc/32064-TriolSRevelation.xml new file mode 100644 index 000000000..f203c674e --- /dev/null +++ b/data/templates/npc/32064-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32065-TriolSRevelation.xml b/data/templates/npc/32065-TriolSRevelation.xml new file mode 100644 index 000000000..579efb2a3 --- /dev/null +++ b/data/templates/npc/32065-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32066-TriolSRevelation.xml b/data/templates/npc/32066-TriolSRevelation.xml new file mode 100644 index 000000000..6a696a119 --- /dev/null +++ b/data/templates/npc/32066-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32067-TriolSRevelation.xml b/data/templates/npc/32067-TriolSRevelation.xml new file mode 100644 index 000000000..6bd8083ab --- /dev/null +++ b/data/templates/npc/32067-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32068-TriolSRevelation.xml b/data/templates/npc/32068-TriolSRevelation.xml new file mode 100644 index 000000000..c3936beff --- /dev/null +++ b/data/templates/npc/32068-TriolSRevelation.xml @@ -0,0 +1,24 @@ + + + + Triol's Revelation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32069-Gutenhagen.xml b/data/templates/npc/32069-Gutenhagen.xml new file mode 100644 index 000000000..7e024722a --- /dev/null +++ b/data/templates/npc/32069-Gutenhagen.xml @@ -0,0 +1,26 @@ + + + + Gutenhagen + Collector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32071-Linda.xml b/data/templates/npc/32071-Linda.xml new file mode 100644 index 000000000..5e8b246e0 --- /dev/null +++ b/data/templates/npc/32071-Linda.xml @@ -0,0 +1,25 @@ + + + + Linda + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32073-OldFemaleDrifter.xml b/data/templates/npc/32073-OldFemaleDrifter.xml new file mode 100644 index 000000000..582b6fdc2 --- /dev/null +++ b/data/templates/npc/32073-OldFemaleDrifter.xml @@ -0,0 +1,25 @@ + + + + Old Female Drifter + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32074-GludioTerritoryManager.xml b/data/templates/npc/32074-GludioTerritoryManager.xml new file mode 100644 index 000000000..9b8499c28 --- /dev/null +++ b/data/templates/npc/32074-GludioTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Gludio Territory Manager + Guild President + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32075-SandyTheCat.xml b/data/templates/npc/32075-SandyTheCat.xml new file mode 100644 index 000000000..e787776b3 --- /dev/null +++ b/data/templates/npc/32075-SandyTheCat.xml @@ -0,0 +1,26 @@ + + + + Sandy the Cat + Tournament Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32076-Box.xml b/data/templates/npc/32076-Box.xml new file mode 100644 index 000000000..b65250023 --- /dev/null +++ b/data/templates/npc/32076-Box.xml @@ -0,0 +1,24 @@ + + + + Box + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32077-IceSculpture.xml b/data/templates/npc/32077-IceSculpture.xml new file mode 100644 index 000000000..09675bcb8 --- /dev/null +++ b/data/templates/npc/32077-IceSculpture.xml @@ -0,0 +1,24 @@ + + + + Ice Sculpture + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32078-IceSculpture.xml b/data/templates/npc/32078-IceSculpture.xml new file mode 100644 index 000000000..3357add80 --- /dev/null +++ b/data/templates/npc/32078-IceSculpture.xml @@ -0,0 +1,24 @@ + + + + Ice Sculpture + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32079-IceSculpture.xml b/data/templates/npc/32079-IceSculpture.xml new file mode 100644 index 000000000..b2a7058fb --- /dev/null +++ b/data/templates/npc/32079-IceSculpture.xml @@ -0,0 +1,24 @@ + + + + Ice Sculpture + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32090-DeadLeopardSCarcass.xml b/data/templates/npc/32090-DeadLeopardSCarcass.xml new file mode 100644 index 000000000..0d2bc0dab --- /dev/null +++ b/data/templates/npc/32090-DeadLeopardSCarcass.xml @@ -0,0 +1,25 @@ + + + + Dead Leopard's Carcass + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32091-OmegaSCat.xml b/data/templates/npc/32091-OmegaSCat.xml new file mode 100644 index 000000000..80d2d9356 --- /dev/null +++ b/data/templates/npc/32091-OmegaSCat.xml @@ -0,0 +1,26 @@ + + + + Omega's Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32099-TonyTheCat.xml b/data/templates/npc/32099-TonyTheCat.xml new file mode 100644 index 000000000..24990ae14 --- /dev/null +++ b/data/templates/npc/32099-TonyTheCat.xml @@ -0,0 +1,26 @@ + + + + Tony the Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32100-TonyTheCat.xml b/data/templates/npc/32100-TonyTheCat.xml new file mode 100644 index 000000000..a6a8b5ff6 --- /dev/null +++ b/data/templates/npc/32100-TonyTheCat.xml @@ -0,0 +1,26 @@ + + + + Tony the Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32101-TonyTheCat.xml b/data/templates/npc/32101-TonyTheCat.xml new file mode 100644 index 000000000..c34ac3677 --- /dev/null +++ b/data/templates/npc/32101-TonyTheCat.xml @@ -0,0 +1,26 @@ + + + + Tony the Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32102-TonyTheCat.xml b/data/templates/npc/32102-TonyTheCat.xml new file mode 100644 index 000000000..3ed07e0c2 --- /dev/null +++ b/data/templates/npc/32102-TonyTheCat.xml @@ -0,0 +1,26 @@ + + + + Tony the Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32103-TellingTheCat.xml b/data/templates/npc/32103-TellingTheCat.xml new file mode 100644 index 000000000..292c6abf3 --- /dev/null +++ b/data/templates/npc/32103-TellingTheCat.xml @@ -0,0 +1,26 @@ + + + + Telling the Cat + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32104-Vervato.xml b/data/templates/npc/32104-Vervato.xml new file mode 100644 index 000000000..88c612f06 --- /dev/null +++ b/data/templates/npc/32104-Vervato.xml @@ -0,0 +1,25 @@ + + + + Vervato + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32107-TeleportationCubic.xml b/data/templates/npc/32107-TeleportationCubic.xml new file mode 100644 index 000000000..36eb7b0d6 --- /dev/null +++ b/data/templates/npc/32107-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32109-ShilenSStoneStatue.xml b/data/templates/npc/32109-ShilenSStoneStatue.xml new file mode 100644 index 000000000..9ab0ea1fa --- /dev/null +++ b/data/templates/npc/32109-ShilenSStoneStatue.xml @@ -0,0 +1,24 @@ + + + + Shilen's Stone Statue + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32110.xml b/data/templates/npc/32110.xml new file mode 100644 index 000000000..663afae73 --- /dev/null +++ b/data/templates/npc/32110.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32111-Orahochin.xml b/data/templates/npc/32111-Orahochin.xml new file mode 100644 index 000000000..bf6e9b8ee --- /dev/null +++ b/data/templates/npc/32111-Orahochin.xml @@ -0,0 +1,26 @@ + + + + Orahochin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32112-Gariachin.xml b/data/templates/npc/32112-Gariachin.xml new file mode 100644 index 000000000..4f8d38e6b --- /dev/null +++ b/data/templates/npc/32112-Gariachin.xml @@ -0,0 +1,25 @@ + + + + Gariachin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32113-Marquez.xml b/data/templates/npc/32113-Marquez.xml new file mode 100644 index 000000000..41a33c3f1 --- /dev/null +++ b/data/templates/npc/32113-Marquez.xml @@ -0,0 +1,25 @@ + + + + Marquez + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32114-Mushika.xml b/data/templates/npc/32114-Mushika.xml new file mode 100644 index 000000000..7d9240bc1 --- /dev/null +++ b/data/templates/npc/32114-Mushika.xml @@ -0,0 +1,25 @@ + + + + Mushika + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32115-Asamah.xml b/data/templates/npc/32115-Asamah.xml new file mode 100644 index 000000000..496fafcf0 --- /dev/null +++ b/data/templates/npc/32115-Asamah.xml @@ -0,0 +1,25 @@ + + + + Asamah + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32116-Kirikachin.xml b/data/templates/npc/32116-Kirikachin.xml new file mode 100644 index 000000000..2ecdd84ef --- /dev/null +++ b/data/templates/npc/32116-Kirikachin.xml @@ -0,0 +1,25 @@ + + + + Kirikachin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32117-Karakawei.xml b/data/templates/npc/32117-Karakawei.xml new file mode 100644 index 000000000..85f8b5333 --- /dev/null +++ b/data/templates/npc/32117-Karakawei.xml @@ -0,0 +1,25 @@ + + + + Karakawei + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32118-MantarasaEgg.xml b/data/templates/npc/32118-MantarasaEgg.xml new file mode 100644 index 000000000..c4eab3ada --- /dev/null +++ b/data/templates/npc/32118-MantarasaEgg.xml @@ -0,0 +1,24 @@ + + + + Mantarasa Egg + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32119-UluKaimu.xml b/data/templates/npc/32119-UluKaimu.xml new file mode 100644 index 000000000..82f993ca1 --- /dev/null +++ b/data/templates/npc/32119-UluKaimu.xml @@ -0,0 +1,25 @@ + + + + Ulu Kaimu + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32120-BaluKaimu.xml b/data/templates/npc/32120-BaluKaimu.xml new file mode 100644 index 000000000..c2f7347d6 --- /dev/null +++ b/data/templates/npc/32120-BaluKaimu.xml @@ -0,0 +1,25 @@ + + + + Balu Kaimu + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32121-ChutaKaimu.xml b/data/templates/npc/32121-ChutaKaimu.xml new file mode 100644 index 000000000..1e472eff1 --- /dev/null +++ b/data/templates/npc/32121-ChutaKaimu.xml @@ -0,0 +1,25 @@ + + + + Chuta Kaimu + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32122-WarriorSGrave.xml b/data/templates/npc/32122-WarriorSGrave.xml new file mode 100644 index 000000000..8e41c811a --- /dev/null +++ b/data/templates/npc/32122-WarriorSGrave.xml @@ -0,0 +1,25 @@ + + + + Warrior's Grave + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32123-Valakas.xml b/data/templates/npc/32123-Valakas.xml new file mode 100644 index 000000000..b101275d6 --- /dev/null +++ b/data/templates/npc/32123-Valakas.xml @@ -0,0 +1,25 @@ + + + + Valakas + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32124-GreatSoul.xml b/data/templates/npc/32124-GreatSoul.xml new file mode 100644 index 000000000..00b190666 --- /dev/null +++ b/data/templates/npc/32124-GreatSoul.xml @@ -0,0 +1,24 @@ + + + + Great Soul + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32125-GreatSoul.xml b/data/templates/npc/32125-GreatSoul.xml new file mode 100644 index 000000000..9e27b5911 --- /dev/null +++ b/data/templates/npc/32125-GreatSoul.xml @@ -0,0 +1,24 @@ + + + + Great Soul + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32126-PriestGuard.xml b/data/templates/npc/32126-PriestGuard.xml new file mode 100644 index 000000000..d9406bb69 --- /dev/null +++ b/data/templates/npc/32126-PriestGuard.xml @@ -0,0 +1,26 @@ + + + + Priest Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32127-PriestGuard.xml b/data/templates/npc/32127-PriestGuard.xml new file mode 100644 index 000000000..2c5de0f55 --- /dev/null +++ b/data/templates/npc/32127-PriestGuard.xml @@ -0,0 +1,26 @@ + + + + Priest Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32128-GuardianWizardOfTheCloth.xml b/data/templates/npc/32128-GuardianWizardOfTheCloth.xml new file mode 100644 index 000000000..d2d9b9664 --- /dev/null +++ b/data/templates/npc/32128-GuardianWizardOfTheCloth.xml @@ -0,0 +1,26 @@ + + + + Guardian Wizard of the Cloth + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32129.xml b/data/templates/npc/32129.xml new file mode 100644 index 000000000..505c98553 --- /dev/null +++ b/data/templates/npc/32129.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32130-StrategistLucien.xml b/data/templates/npc/32130-StrategistLucien.xml new file mode 100644 index 000000000..d2a17d534 --- /dev/null +++ b/data/templates/npc/32130-StrategistLucien.xml @@ -0,0 +1,26 @@ + + + + Strategist Lucien + Event Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32131-MagicLaboratoryWorker.xml b/data/templates/npc/32131-MagicLaboratoryWorker.xml new file mode 100644 index 000000000..56745dd8f --- /dev/null +++ b/data/templates/npc/32131-MagicLaboratoryWorker.xml @@ -0,0 +1,27 @@ + + + + Magic Laboratory Worker + Event Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32132-AlchemistSServitor.xml b/data/templates/npc/32132-AlchemistSServitor.xml new file mode 100644 index 000000000..45fa85144 --- /dev/null +++ b/data/templates/npc/32132-AlchemistSServitor.xml @@ -0,0 +1,24 @@ + + + + Alchemist's Servitor + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32133-Perwan.xml b/data/templates/npc/32133-Perwan.xml new file mode 100644 index 000000000..fd9393edd --- /dev/null +++ b/data/templates/npc/32133-Perwan.xml @@ -0,0 +1,26 @@ + + + + Perwan + Vice Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32134-NewbieHelper.xml b/data/templates/npc/32134-NewbieHelper.xml new file mode 100644 index 000000000..aee75c83e --- /dev/null +++ b/data/templates/npc/32134-NewbieHelper.xml @@ -0,0 +1,25 @@ + + + + Newbie Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32135-NewbieGuide.xml b/data/templates/npc/32135-NewbieGuide.xml new file mode 100644 index 000000000..cb8fd2667 --- /dev/null +++ b/data/templates/npc/32135-NewbieGuide.xml @@ -0,0 +1,25 @@ + + + + Newbie Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32138-Kekropus.xml b/data/templates/npc/32138-Kekropus.xml new file mode 100644 index 000000000..5708cb4c7 --- /dev/null +++ b/data/templates/npc/32138-Kekropus.xml @@ -0,0 +1,26 @@ + + + + Kekropus + Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32173-Marcela.xml b/data/templates/npc/32173-Marcela.xml new file mode 100644 index 000000000..9515a86d6 --- /dev/null +++ b/data/templates/npc/32173-Marcela.xml @@ -0,0 +1,27 @@ + + + + Marcela + Zerstorer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32187-Nadir.xml b/data/templates/npc/32187-Nadir.xml new file mode 100644 index 000000000..759f18770 --- /dev/null +++ b/data/templates/npc/32187-Nadir.xml @@ -0,0 +1,26 @@ + + + + Nadir + Vice Hierarch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32190-Mao.xml b/data/templates/npc/32190-Mao.xml new file mode 100644 index 000000000..fbbf49bd8 --- /dev/null +++ b/data/templates/npc/32190-Mao.xml @@ -0,0 +1,26 @@ + + + + Mao + Vice Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32191-Hanarin.xml b/data/templates/npc/32191-Hanarin.xml new file mode 100644 index 000000000..3f8e0ba99 --- /dev/null +++ b/data/templates/npc/32191-Hanarin.xml @@ -0,0 +1,27 @@ + + + + Hanarin + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32235-Katenar.xml b/data/templates/npc/32235-Katenar.xml new file mode 100644 index 000000000..4a7609cbe --- /dev/null +++ b/data/templates/npc/32235-Katenar.xml @@ -0,0 +1,26 @@ + + + + Katenar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32236-Harkilgamed.xml b/data/templates/npc/32236-Harkilgamed.xml new file mode 100644 index 000000000..99ea06a9b --- /dev/null +++ b/data/templates/npc/32236-Harkilgamed.xml @@ -0,0 +1,26 @@ + + + + Harkilgamed + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32237-Rodenpicula.xml b/data/templates/npc/32237-Rodenpicula.xml new file mode 100644 index 000000000..0dcd8324d --- /dev/null +++ b/data/templates/npc/32237-Rodenpicula.xml @@ -0,0 +1,26 @@ + + + + Rodenpicula + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32238-Rock.xml b/data/templates/npc/32238-Rock.xml new file mode 100644 index 000000000..33904fd22 --- /dev/null +++ b/data/templates/npc/32238-Rock.xml @@ -0,0 +1,25 @@ + + + + Rock + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32240-Katenar.xml b/data/templates/npc/32240-Katenar.xml new file mode 100644 index 000000000..994a6bb83 --- /dev/null +++ b/data/templates/npc/32240-Katenar.xml @@ -0,0 +1,26 @@ + + + + Katenar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32241-Berka.xml b/data/templates/npc/32241-Berka.xml new file mode 100644 index 000000000..52738e162 --- /dev/null +++ b/data/templates/npc/32241-Berka.xml @@ -0,0 +1,26 @@ + + + + Berka + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32242-Katenar.xml b/data/templates/npc/32242-Katenar.xml new file mode 100644 index 000000000..0add835a0 --- /dev/null +++ b/data/templates/npc/32242-Katenar.xml @@ -0,0 +1,26 @@ + + + + Katenar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32243-CargoBox.xml b/data/templates/npc/32243-CargoBox.xml new file mode 100644 index 000000000..7e8048657 --- /dev/null +++ b/data/templates/npc/32243-CargoBox.xml @@ -0,0 +1,24 @@ + + + + Cargo Box + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32244-SuspiciousMan.xml b/data/templates/npc/32244-SuspiciousMan.xml new file mode 100644 index 000000000..c9602d539 --- /dev/null +++ b/data/templates/npc/32244-SuspiciousMan.xml @@ -0,0 +1,25 @@ + + + + Suspicious Man + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32245-Matras.xml b/data/templates/npc/32245-Matras.xml new file mode 100644 index 000000000..d108bba83 --- /dev/null +++ b/data/templates/npc/32245-Matras.xml @@ -0,0 +1,25 @@ + + + + Matras + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32246-Rua.xml b/data/templates/npc/32246-Rua.xml new file mode 100644 index 000000000..01daffaac --- /dev/null +++ b/data/templates/npc/32246-Rua.xml @@ -0,0 +1,25 @@ + + + + Rua + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32247-Serian.xml b/data/templates/npc/32247-Serian.xml new file mode 100644 index 000000000..8f0334d47 --- /dev/null +++ b/data/templates/npc/32247-Serian.xml @@ -0,0 +1,25 @@ + + + + Serian + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32248-FirstReaction.xml b/data/templates/npc/32248-FirstReaction.xml new file mode 100644 index 000000000..97a57424b --- /dev/null +++ b/data/templates/npc/32248-FirstReaction.xml @@ -0,0 +1,25 @@ + + + + First Reaction + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32249-ChiefJarron.xml b/data/templates/npc/32249-ChiefJarron.xml new file mode 100644 index 000000000..a880a185b --- /dev/null +++ b/data/templates/npc/32249-ChiefJarron.xml @@ -0,0 +1,25 @@ + + + + Chief Jarron + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32250-Ario.xml b/data/templates/npc/32250-Ario.xml new file mode 100644 index 000000000..0425c701d --- /dev/null +++ b/data/templates/npc/32250-Ario.xml @@ -0,0 +1,25 @@ + + + + Ario + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32251-Saria.xml b/data/templates/npc/32251-Saria.xml new file mode 100644 index 000000000..06408b553 --- /dev/null +++ b/data/templates/npc/32251-Saria.xml @@ -0,0 +1,25 @@ + + + + Saria + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32252-CaravanerGort.xml b/data/templates/npc/32252-CaravanerGort.xml new file mode 100644 index 000000000..635a84aea --- /dev/null +++ b/data/templates/npc/32252-CaravanerGort.xml @@ -0,0 +1,25 @@ + + + + Caravaner Gort + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32253-Harkilgamed.xml b/data/templates/npc/32253-Harkilgamed.xml new file mode 100644 index 000000000..186af8973 --- /dev/null +++ b/data/templates/npc/32253-Harkilgamed.xml @@ -0,0 +1,26 @@ + + + + Harkilgamed + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32254-Harkilgamed.xml b/data/templates/npc/32254-Harkilgamed.xml new file mode 100644 index 000000000..b1f1c0e2c --- /dev/null +++ b/data/templates/npc/32254-Harkilgamed.xml @@ -0,0 +1,26 @@ + + + + Harkilgamed + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32255-IconOfThePast.xml b/data/templates/npc/32255-IconOfThePast.xml new file mode 100644 index 000000000..ff33782b8 --- /dev/null +++ b/data/templates/npc/32255-IconOfThePast.xml @@ -0,0 +1,25 @@ + + + + Icon of the Past + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32256-IconOfThePresent.xml b/data/templates/npc/32256-IconOfThePresent.xml new file mode 100644 index 000000000..fba93ee24 --- /dev/null +++ b/data/templates/npc/32256-IconOfThePresent.xml @@ -0,0 +1,25 @@ + + + + Icon of the Present + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32257-IconOfTheFuture.xml b/data/templates/npc/32257-IconOfTheFuture.xml new file mode 100644 index 000000000..f99f6aef5 --- /dev/null +++ b/data/templates/npc/32257-IconOfTheFuture.xml @@ -0,0 +1,25 @@ + + + + Icon of the Future + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32258-MenacingMachine.xml b/data/templates/npc/32258-MenacingMachine.xml new file mode 100644 index 000000000..f4db399bd --- /dev/null +++ b/data/templates/npc/32258-MenacingMachine.xml @@ -0,0 +1,25 @@ + + + + Menacing Machine + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32259-VaultDoorController.xml b/data/templates/npc/32259-VaultDoorController.xml new file mode 100644 index 000000000..8bffc340a --- /dev/null +++ b/data/templates/npc/32259-VaultDoorController.xml @@ -0,0 +1,24 @@ + + + + Vault Door Controller + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32260-GatemasterOfThePast.xml b/data/templates/npc/32260-GatemasterOfThePast.xml new file mode 100644 index 000000000..95a187238 --- /dev/null +++ b/data/templates/npc/32260-GatemasterOfThePast.xml @@ -0,0 +1,24 @@ + + + + Gatemaster of the Past + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32261-GatemasterOfThePresent.xml b/data/templates/npc/32261-GatemasterOfThePresent.xml new file mode 100644 index 000000000..39557510b --- /dev/null +++ b/data/templates/npc/32261-GatemasterOfThePresent.xml @@ -0,0 +1,24 @@ + + + + Gatemaster of the Present + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32262-GatemasterOfTheFuture.xml b/data/templates/npc/32262-GatemasterOfTheFuture.xml new file mode 100644 index 000000000..3aedffe5a --- /dev/null +++ b/data/templates/npc/32262-GatemasterOfTheFuture.xml @@ -0,0 +1,24 @@ + + + + Gatemaster of the Future + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32263-Rodenpicula.xml b/data/templates/npc/32263-Rodenpicula.xml new file mode 100644 index 000000000..61d516883 --- /dev/null +++ b/data/templates/npc/32263-Rodenpicula.xml @@ -0,0 +1,26 @@ + + + + Rodenpicula + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32264-Kanis.xml b/data/templates/npc/32264-Kanis.xml new file mode 100644 index 000000000..9906a66e7 --- /dev/null +++ b/data/templates/npc/32264-Kanis.xml @@ -0,0 +1,25 @@ + + + + Kanis + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32271-Parme.xml b/data/templates/npc/32271-Parme.xml new file mode 100644 index 000000000..61b7a934a --- /dev/null +++ b/data/templates/npc/32271-Parme.xml @@ -0,0 +1,25 @@ + + + + Parme + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32272-Akyaka.xml b/data/templates/npc/32272-Akyaka.xml new file mode 100644 index 000000000..c84567339 --- /dev/null +++ b/data/templates/npc/32272-Akyaka.xml @@ -0,0 +1,25 @@ + + + + Akyaka + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32273-OracleGuide.xml b/data/templates/npc/32273-OracleGuide.xml new file mode 100644 index 000000000..556697eeb --- /dev/null +++ b/data/templates/npc/32273-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32274-OracleGuide.xml b/data/templates/npc/32274-OracleGuide.xml new file mode 100644 index 000000000..1d31f8f39 --- /dev/null +++ b/data/templates/npc/32274-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32275-OracleGuide.xml b/data/templates/npc/32275-OracleGuide.xml new file mode 100644 index 000000000..f6a711cab --- /dev/null +++ b/data/templates/npc/32275-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32276-OracleGuide.xml b/data/templates/npc/32276-OracleGuide.xml new file mode 100644 index 000000000..4b3c25ebf --- /dev/null +++ b/data/templates/npc/32276-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32277-OracleGuide.xml b/data/templates/npc/32277-OracleGuide.xml new file mode 100644 index 000000000..092c0d0fd --- /dev/null +++ b/data/templates/npc/32277-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32278-OracleGuide.xml b/data/templates/npc/32278-OracleGuide.xml new file mode 100644 index 000000000..7c4e5af4c --- /dev/null +++ b/data/templates/npc/32278-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32279-OracleGuide.xml b/data/templates/npc/32279-OracleGuide.xml new file mode 100644 index 000000000..b19e32ec3 --- /dev/null +++ b/data/templates/npc/32279-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32280-OracleGuide.xml b/data/templates/npc/32280-OracleGuide.xml new file mode 100644 index 000000000..9abc89bda --- /dev/null +++ b/data/templates/npc/32280-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32281-OracleGuide.xml b/data/templates/npc/32281-OracleGuide.xml new file mode 100644 index 000000000..98d42754c --- /dev/null +++ b/data/templates/npc/32281-OracleGuide.xml @@ -0,0 +1,25 @@ + + + + Oracle Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32282-Yiyen.xml b/data/templates/npc/32282-Yiyen.xml new file mode 100644 index 000000000..81bae2eb8 --- /dev/null +++ b/data/templates/npc/32282-Yiyen.xml @@ -0,0 +1,26 @@ + + + + Yiyen + Archaeologist + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32284-EvaSProtector.xml b/data/templates/npc/32284-EvaSProtector.xml new file mode 100644 index 000000000..c96c227bb --- /dev/null +++ b/data/templates/npc/32284-EvaSProtector.xml @@ -0,0 +1,25 @@ + + + + Eva's Protector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32285-EvaSProtector.xml b/data/templates/npc/32285-EvaSProtector.xml new file mode 100644 index 000000000..e7248c239 --- /dev/null +++ b/data/templates/npc/32285-EvaSProtector.xml @@ -0,0 +1,25 @@ + + + + Eva's Protector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32286-EvaSProtector.xml b/data/templates/npc/32286-EvaSProtector.xml new file mode 100644 index 000000000..fd13989f8 --- /dev/null +++ b/data/templates/npc/32286-EvaSProtector.xml @@ -0,0 +1,25 @@ + + + + Eva's Protector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32287-EvaSProtector.xml b/data/templates/npc/32287-EvaSProtector.xml new file mode 100644 index 000000000..1a34a2787 --- /dev/null +++ b/data/templates/npc/32287-EvaSProtector.xml @@ -0,0 +1,25 @@ + + + + Eva's Protector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32288-SymbolOfFaith.xml b/data/templates/npc/32288-SymbolOfFaith.xml new file mode 100644 index 000000000..f3921acda --- /dev/null +++ b/data/templates/npc/32288-SymbolOfFaith.xml @@ -0,0 +1,25 @@ + + + + Symbol of Faith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32289-SymbolOfAdversity.xml b/data/templates/npc/32289-SymbolOfAdversity.xml new file mode 100644 index 000000000..0d78ec9f4 --- /dev/null +++ b/data/templates/npc/32289-SymbolOfAdversity.xml @@ -0,0 +1,25 @@ + + + + Symbol of Adversity + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32290-SymbolOfAdventure.xml b/data/templates/npc/32290-SymbolOfAdventure.xml new file mode 100644 index 000000000..94e9970eb --- /dev/null +++ b/data/templates/npc/32290-SymbolOfAdventure.xml @@ -0,0 +1,25 @@ + + + + Symbol of Adventure + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32291-SymbolOfTruth.xml b/data/templates/npc/32291-SymbolOfTruth.xml new file mode 100644 index 000000000..3a09cfe63 --- /dev/null +++ b/data/templates/npc/32291-SymbolOfTruth.xml @@ -0,0 +1,25 @@ + + + + Symbol of Truth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32292-Galate.xml b/data/templates/npc/32292-Galate.xml new file mode 100644 index 000000000..15d1b3b37 --- /dev/null +++ b/data/templates/npc/32292-Galate.xml @@ -0,0 +1,25 @@ + + + + Galate + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32293-Jirrone.xml b/data/templates/npc/32293-Jirrone.xml new file mode 100644 index 000000000..c92c08efd --- /dev/null +++ b/data/templates/npc/32293-Jirrone.xml @@ -0,0 +1,25 @@ + + + + Jirrone + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32294-Budenka.xml b/data/templates/npc/32294-Budenka.xml new file mode 100644 index 000000000..349733962 --- /dev/null +++ b/data/templates/npc/32294-Budenka.xml @@ -0,0 +1,26 @@ + + + + Budenka + Harbor Caravaner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32296-Seruzia.xml b/data/templates/npc/32296-Seruzia.xml new file mode 100644 index 000000000..ea36eb450 --- /dev/null +++ b/data/templates/npc/32296-Seruzia.xml @@ -0,0 +1,26 @@ + + + + Seruzia + Spirit of the Old Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32297-Falk.xml b/data/templates/npc/32297-Falk.xml new file mode 100644 index 000000000..53aebf78f --- /dev/null +++ b/data/templates/npc/32297-Falk.xml @@ -0,0 +1,25 @@ + + + + Falk + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32298-Hude.xml b/data/templates/npc/32298-Hude.xml new file mode 100644 index 000000000..91a1ec3ef --- /dev/null +++ b/data/templates/npc/32298-Hude.xml @@ -0,0 +1,26 @@ + + + + Hude + Caravan Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32299-QuarrySlave.xml b/data/templates/npc/32299-QuarrySlave.xml new file mode 100644 index 000000000..94048ac1f --- /dev/null +++ b/data/templates/npc/32299-QuarrySlave.xml @@ -0,0 +1,25 @@ + + + + Quarry Slave + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32300-Bernarde.xml b/data/templates/npc/32300-Bernarde.xml new file mode 100644 index 000000000..4f6bf928a --- /dev/null +++ b/data/templates/npc/32300-Bernarde.xml @@ -0,0 +1,25 @@ + + + + Bernarde + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32301-Kendal.xml b/data/templates/npc/32301-Kendal.xml new file mode 100644 index 000000000..5e82c50d2 --- /dev/null +++ b/data/templates/npc/32301-Kendal.xml @@ -0,0 +1,26 @@ + + + + Kendal + Wandering Ghost + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32302-Jerian.xml b/data/templates/npc/32302-Jerian.xml new file mode 100644 index 000000000..de6b142b6 --- /dev/null +++ b/data/templates/npc/32302-Jerian.xml @@ -0,0 +1,25 @@ + + + + Jerian + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32303-Machine.xml b/data/templates/npc/32303-Machine.xml new file mode 100644 index 000000000..6a7b4819e --- /dev/null +++ b/data/templates/npc/32303-Machine.xml @@ -0,0 +1,25 @@ + + + + Machine + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32304-Oasis.xml b/data/templates/npc/32304-Oasis.xml new file mode 100644 index 000000000..9370e6493 --- /dev/null +++ b/data/templates/npc/32304-Oasis.xml @@ -0,0 +1,24 @@ + + + + Oasis + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32305-RankuSScapegoat.xml b/data/templates/npc/32305-RankuSScapegoat.xml new file mode 100644 index 000000000..ddb0fa2da --- /dev/null +++ b/data/templates/npc/32305-RankuSScapegoat.xml @@ -0,0 +1,25 @@ + + + + Ranku's Scapegoat + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32306-NativeSCorpse.xml b/data/templates/npc/32306-NativeSCorpse.xml new file mode 100644 index 000000000..1611905fe --- /dev/null +++ b/data/templates/npc/32306-NativeSCorpse.xml @@ -0,0 +1,25 @@ + + + + Native's Corpse + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32307-Dolmen.xml b/data/templates/npc/32307-Dolmen.xml new file mode 100644 index 000000000..5381a6a74 --- /dev/null +++ b/data/templates/npc/32307-Dolmen.xml @@ -0,0 +1,25 @@ + + + + Dolmen + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32308-Ming.xml b/data/templates/npc/32308-Ming.xml new file mode 100644 index 000000000..13eb3333d --- /dev/null +++ b/data/templates/npc/32308-Ming.xml @@ -0,0 +1,26 @@ + + + + Ming + Love Cat + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32312-RatHole.xml b/data/templates/npc/32312-RatHole.xml new file mode 100644 index 000000000..131aadc3e --- /dev/null +++ b/data/templates/npc/32312-RatHole.xml @@ -0,0 +1,24 @@ + + + + Rat Hole + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32313-Deltuva.xml b/data/templates/npc/32313-Deltuva.xml new file mode 100644 index 000000000..944afb163 --- /dev/null +++ b/data/templates/npc/32313-Deltuva.xml @@ -0,0 +1,25 @@ + + + + Deltuva + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32314-Warpgate.xml b/data/templates/npc/32314-Warpgate.xml new file mode 100644 index 000000000..cdf5154d5 --- /dev/null +++ b/data/templates/npc/32314-Warpgate.xml @@ -0,0 +1,25 @@ + + + + Warpgate + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32315-Warpgate.xml b/data/templates/npc/32315-Warpgate.xml new file mode 100644 index 000000000..7139430a9 --- /dev/null +++ b/data/templates/npc/32315-Warpgate.xml @@ -0,0 +1,25 @@ + + + + Warpgate + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32316-Warpgate.xml b/data/templates/npc/32316-Warpgate.xml new file mode 100644 index 000000000..0b15f9037 --- /dev/null +++ b/data/templates/npc/32316-Warpgate.xml @@ -0,0 +1,25 @@ + + + + Warpgate + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32317-Warpgate.xml b/data/templates/npc/32317-Warpgate.xml new file mode 100644 index 000000000..aa27d96e5 --- /dev/null +++ b/data/templates/npc/32317-Warpgate.xml @@ -0,0 +1,25 @@ + + + + Warpgate + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32318-Warpgate.xml b/data/templates/npc/32318-Warpgate.xml new file mode 100644 index 000000000..4bc1332db --- /dev/null +++ b/data/templates/npc/32318-Warpgate.xml @@ -0,0 +1,25 @@ + + + + Warpgate + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32319-Warpgate.xml b/data/templates/npc/32319-Warpgate.xml new file mode 100644 index 000000000..ab4daab72 --- /dev/null +++ b/data/templates/npc/32319-Warpgate.xml @@ -0,0 +1,25 @@ + + + + Warpgate + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32320-ItemBroker.xml b/data/templates/npc/32320-ItemBroker.xml new file mode 100644 index 000000000..6f9b0df99 --- /dev/null +++ b/data/templates/npc/32320-ItemBroker.xml @@ -0,0 +1,26 @@ + + + + Item Broker + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32321-ItemBroker.xml b/data/templates/npc/32321-ItemBroker.xml new file mode 100644 index 000000000..0ac96a0c1 --- /dev/null +++ b/data/templates/npc/32321-ItemBroker.xml @@ -0,0 +1,26 @@ + + + + Item Broker + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32322-ItemBroker.xml b/data/templates/npc/32322-ItemBroker.xml new file mode 100644 index 000000000..ee28a748e --- /dev/null +++ b/data/templates/npc/32322-ItemBroker.xml @@ -0,0 +1,26 @@ + + + + Item Broker + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32324-BlackStoneMonolith.xml b/data/templates/npc/32324-BlackStoneMonolith.xml new file mode 100644 index 000000000..badbd8dc7 --- /dev/null +++ b/data/templates/npc/32324-BlackStoneMonolith.xml @@ -0,0 +1,25 @@ + + + + Black Stone Monolith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32325-Yin.xml b/data/templates/npc/32325-Yin.xml new file mode 100644 index 000000000..f35143974 --- /dev/null +++ b/data/templates/npc/32325-Yin.xml @@ -0,0 +1,26 @@ + + + + Yin + Attribute Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32326-Yang.xml b/data/templates/npc/32326-Yang.xml new file mode 100644 index 000000000..ee55540af --- /dev/null +++ b/data/templates/npc/32326-Yang.xml @@ -0,0 +1,26 @@ + + + + Yang + Attribute Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32327-AdventurersGuide.xml b/data/templates/npc/32327-AdventurersGuide.xml new file mode 100644 index 000000000..0990d920d --- /dev/null +++ b/data/templates/npc/32327-AdventurersGuide.xml @@ -0,0 +1,25 @@ + + + + Adventurers' Guide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32328-CrystallineGolem.xml b/data/templates/npc/32328-CrystallineGolem.xml new file mode 100644 index 000000000..15e018fae --- /dev/null +++ b/data/templates/npc/32328-CrystallineGolem.xml @@ -0,0 +1,25 @@ + + + + Crystalline Golem + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32330-GardenGuard.xml b/data/templates/npc/32330-GardenGuard.xml new file mode 100644 index 000000000..13c65f3ab --- /dev/null +++ b/data/templates/npc/32330-GardenGuard.xml @@ -0,0 +1,26 @@ + + + + Garden Guard + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32331-ArcaneNucleus.xml b/data/templates/npc/32331-ArcaneNucleus.xml new file mode 100644 index 000000000..1361ca4ac --- /dev/null +++ b/data/templates/npc/32331-ArcaneNucleus.xml @@ -0,0 +1,25 @@ + + + + Arcane Nucleus + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32332-Katenar.xml b/data/templates/npc/32332-Katenar.xml new file mode 100644 index 000000000..2d3115155 --- /dev/null +++ b/data/templates/npc/32332-Katenar.xml @@ -0,0 +1,26 @@ + + + + Katenar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32333-Katenar.xml b/data/templates/npc/32333-Katenar.xml new file mode 100644 index 000000000..be3408d4f --- /dev/null +++ b/data/templates/npc/32333-Katenar.xml @@ -0,0 +1,26 @@ + + + + Katenar + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32334-Harkilgamed.xml b/data/templates/npc/32334-Harkilgamed.xml new file mode 100644 index 000000000..855e8d97e --- /dev/null +++ b/data/templates/npc/32334-Harkilgamed.xml @@ -0,0 +1,26 @@ + + + + Harkilgamed + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32343-MoonlightTombstone.xml b/data/templates/npc/32343-MoonlightTombstone.xml new file mode 100644 index 000000000..7203cc8a2 --- /dev/null +++ b/data/templates/npc/32343-MoonlightTombstone.xml @@ -0,0 +1,24 @@ + + + + Moonlight Tombstone + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32344-SpookyTombstone.xml b/data/templates/npc/32344-SpookyTombstone.xml new file mode 100644 index 000000000..7ffcf562b --- /dev/null +++ b/data/templates/npc/32344-SpookyTombstone.xml @@ -0,0 +1,24 @@ + + + + Spooky Tombstone + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32345-Buron.xml b/data/templates/npc/32345-Buron.xml new file mode 100644 index 000000000..42447e6e6 --- /dev/null +++ b/data/templates/npc/32345-Buron.xml @@ -0,0 +1,26 @@ + + + + Buron + Tailor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32346-Kanaf.xml b/data/templates/npc/32346-Kanaf.xml new file mode 100644 index 000000000..6fe9860df --- /dev/null +++ b/data/templates/npc/32346-Kanaf.xml @@ -0,0 +1,25 @@ + + + + Kanaf + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32349-Rignos.xml b/data/templates/npc/32349-Rignos.xml new file mode 100644 index 000000000..a0fe96c57 --- /dev/null +++ b/data/templates/npc/32349-Rignos.xml @@ -0,0 +1,26 @@ + + + + Rignos + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32350-Sandstorm.xml b/data/templates/npc/32350-Sandstorm.xml new file mode 100644 index 000000000..75a2f18e0 --- /dev/null +++ b/data/templates/npc/32350-Sandstorm.xml @@ -0,0 +1,24 @@ + + + + Sandstorm + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32352-DesertHeatmaster.xml b/data/templates/npc/32352-DesertHeatmaster.xml new file mode 100644 index 000000000..bf5c1979a --- /dev/null +++ b/data/templates/npc/32352-DesertHeatmaster.xml @@ -0,0 +1,25 @@ + + + + Desert Heatmaster + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32353-EventGatekeeper.xml b/data/templates/npc/32353-EventGatekeeper.xml new file mode 100644 index 000000000..638315942 --- /dev/null +++ b/data/templates/npc/32353-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32354-Kief.xml b/data/templates/npc/32354-Kief.xml new file mode 100644 index 000000000..44b805b88 --- /dev/null +++ b/data/templates/npc/32354-Kief.xml @@ -0,0 +1,25 @@ + + + + Kief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32355-Solomon.xml b/data/templates/npc/32355-Solomon.xml new file mode 100644 index 000000000..b1c62aa33 --- /dev/null +++ b/data/templates/npc/32355-Solomon.xml @@ -0,0 +1,25 @@ + + + + Solomon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32356-Jude.xml b/data/templates/npc/32356-Jude.xml new file mode 100644 index 000000000..5ee2ccce3 --- /dev/null +++ b/data/templates/npc/32356-Jude.xml @@ -0,0 +1,25 @@ + + + + Jude + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32357-NativeSlave.xml b/data/templates/npc/32357-NativeSlave.xml new file mode 100644 index 000000000..b5a9711a9 --- /dev/null +++ b/data/templates/npc/32357-NativeSlave.xml @@ -0,0 +1,25 @@ + + + + Native Slave + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32358-NativePrisoner.xml b/data/templates/npc/32358-NativePrisoner.xml new file mode 100644 index 000000000..467daf11e --- /dev/null +++ b/data/templates/npc/32358-NativePrisoner.xml @@ -0,0 +1,25 @@ + + + + Native Prisoner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32361-CaravanSupporter.xml b/data/templates/npc/32361-CaravanSupporter.xml new file mode 100644 index 000000000..9f24c8fda --- /dev/null +++ b/data/templates/npc/32361-CaravanSupporter.xml @@ -0,0 +1,24 @@ + + + + Caravan Supporter + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32362-HellboundNative.xml b/data/templates/npc/32362-HellboundNative.xml new file mode 100644 index 000000000..5e566862a --- /dev/null +++ b/data/templates/npc/32362-HellboundNative.xml @@ -0,0 +1,26 @@ + + + + Hellbound Native + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32363-HellboundInsurgent.xml b/data/templates/npc/32363-HellboundInsurgent.xml new file mode 100644 index 000000000..3fbe97899 --- /dev/null +++ b/data/templates/npc/32363-HellboundInsurgent.xml @@ -0,0 +1,26 @@ + + + + Hellbound Insurgent + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32364-HellboundTraitor.xml b/data/templates/npc/32364-HellboundTraitor.xml new file mode 100644 index 000000000..7e83e21cc --- /dev/null +++ b/data/templates/npc/32364-HellboundTraitor.xml @@ -0,0 +1,25 @@ + + + + Hellbound Traitor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32365-Snow.xml b/data/templates/npc/32365-Snow.xml new file mode 100644 index 000000000..5fd5b2872 --- /dev/null +++ b/data/templates/npc/32365-Snow.xml @@ -0,0 +1,26 @@ + + + + Snow + Event Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32366-DestroyedDevice.xml b/data/templates/npc/32366-DestroyedDevice.xml new file mode 100644 index 000000000..dac484654 --- /dev/null +++ b/data/templates/npc/32366-DestroyedDevice.xml @@ -0,0 +1,25 @@ + + + + Destroyed Device + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32367-Alarm.xml b/data/templates/npc/32367-Alarm.xml new file mode 100644 index 000000000..f79fb9f7e --- /dev/null +++ b/data/templates/npc/32367-Alarm.xml @@ -0,0 +1,24 @@ + + + + Alarm + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32368-WeatheredRock.xml b/data/templates/npc/32368-WeatheredRock.xml new file mode 100644 index 000000000..f7690d953 --- /dev/null +++ b/data/templates/npc/32368-WeatheredRock.xml @@ -0,0 +1,25 @@ + + + + Weathered Rock + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32369-FallenAngel.xml b/data/templates/npc/32369-FallenAngel.xml new file mode 100644 index 000000000..78f2107aa --- /dev/null +++ b/data/templates/npc/32369-FallenAngel.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32370-OldDwarvenGhost.xml b/data/templates/npc/32370-OldDwarvenGhost.xml new file mode 100644 index 000000000..2aef205b6 --- /dev/null +++ b/data/templates/npc/32370-OldDwarvenGhost.xml @@ -0,0 +1,26 @@ + + + + Old Dwarven Ghost + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32371-IngeniousContraption.xml b/data/templates/npc/32371-IngeniousContraption.xml new file mode 100644 index 000000000..1c7bdc9de --- /dev/null +++ b/data/templates/npc/32371-IngeniousContraption.xml @@ -0,0 +1,25 @@ + + + + Ingenious Contraption + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32372-MysteriousAgent.xml b/data/templates/npc/32372-MysteriousAgent.xml new file mode 100644 index 000000000..a4b71faac --- /dev/null +++ b/data/templates/npc/32372-MysteriousAgent.xml @@ -0,0 +1,26 @@ + + + + Mysterious Agent + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32373-Dorian.xml b/data/templates/npc/32373-Dorian.xml new file mode 100644 index 000000000..a6b9b1b9f --- /dev/null +++ b/data/templates/npc/32373-Dorian.xml @@ -0,0 +1,25 @@ + + + + Dorian + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32374-TeleportationCubic.xml b/data/templates/npc/32374-TeleportationCubic.xml new file mode 100644 index 000000000..1fa4d086e --- /dev/null +++ b/data/templates/npc/32374-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32375-TeleportationCubic.xml b/data/templates/npc/32375-TeleportationCubic.xml new file mode 100644 index 000000000..17347540b --- /dev/null +++ b/data/templates/npc/32375-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32376-TeleportationCubic.xml b/data/templates/npc/32376-TeleportationCubic.xml new file mode 100644 index 000000000..a5e76cfe1 --- /dev/null +++ b/data/templates/npc/32376-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32379.xml b/data/templates/npc/32379.xml new file mode 100644 index 000000000..06260821a --- /dev/null +++ b/data/templates/npc/32379.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32380.xml b/data/templates/npc/32380.xml new file mode 100644 index 000000000..b5d7cee7a --- /dev/null +++ b/data/templates/npc/32380.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32381.xml b/data/templates/npc/32381.xml new file mode 100644 index 000000000..147ef1119 --- /dev/null +++ b/data/templates/npc/32381.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32382.xml b/data/templates/npc/32382.xml new file mode 100644 index 000000000..b47f6e906 --- /dev/null +++ b/data/templates/npc/32382.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32383.xml b/data/templates/npc/32383.xml new file mode 100644 index 000000000..1f07b1702 --- /dev/null +++ b/data/templates/npc/32383.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32384.xml b/data/templates/npc/32384.xml new file mode 100644 index 000000000..5993003b4 --- /dev/null +++ b/data/templates/npc/32384.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32385.xml b/data/templates/npc/32385.xml new file mode 100644 index 000000000..d733374f3 --- /dev/null +++ b/data/templates/npc/32385.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32386.xml b/data/templates/npc/32386.xml new file mode 100644 index 000000000..d0e8da18c --- /dev/null +++ b/data/templates/npc/32386.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32387.xml b/data/templates/npc/32387.xml new file mode 100644 index 000000000..c640d0433 --- /dev/null +++ b/data/templates/npc/32387.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32388.xml b/data/templates/npc/32388.xml new file mode 100644 index 000000000..4de891c67 --- /dev/null +++ b/data/templates/npc/32388.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32389.xml b/data/templates/npc/32389.xml new file mode 100644 index 000000000..ab9628f43 --- /dev/null +++ b/data/templates/npc/32389.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32390.xml b/data/templates/npc/32390.xml new file mode 100644 index 000000000..fca3ec687 --- /dev/null +++ b/data/templates/npc/32390.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32391.xml b/data/templates/npc/32391.xml new file mode 100644 index 000000000..6383ed4c3 --- /dev/null +++ b/data/templates/npc/32391.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32392.xml b/data/templates/npc/32392.xml new file mode 100644 index 000000000..941006782 --- /dev/null +++ b/data/templates/npc/32392.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32393.xml b/data/templates/npc/32393.xml new file mode 100644 index 000000000..bb81c1dc0 --- /dev/null +++ b/data/templates/npc/32393.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32394.xml b/data/templates/npc/32394.xml new file mode 100644 index 000000000..d25ef99c7 --- /dev/null +++ b/data/templates/npc/32394.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32395.xml b/data/templates/npc/32395.xml new file mode 100644 index 000000000..3edd4600f --- /dev/null +++ b/data/templates/npc/32395.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32396.xml b/data/templates/npc/32396.xml new file mode 100644 index 000000000..a54fb318c --- /dev/null +++ b/data/templates/npc/32396.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32397.xml b/data/templates/npc/32397.xml new file mode 100644 index 000000000..1f806adcb --- /dev/null +++ b/data/templates/npc/32397.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32398.xml b/data/templates/npc/32398.xml new file mode 100644 index 000000000..b715f5f68 --- /dev/null +++ b/data/templates/npc/32398.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32399.xml b/data/templates/npc/32399.xml new file mode 100644 index 000000000..f57c7d6cc --- /dev/null +++ b/data/templates/npc/32399.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32400.xml b/data/templates/npc/32400.xml new file mode 100644 index 000000000..f6c33baf1 --- /dev/null +++ b/data/templates/npc/32400.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32401.xml b/data/templates/npc/32401.xml new file mode 100644 index 000000000..6d7c6a857 --- /dev/null +++ b/data/templates/npc/32401.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32402.xml b/data/templates/npc/32402.xml new file mode 100644 index 000000000..bf611804c --- /dev/null +++ b/data/templates/npc/32402.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32403.xml b/data/templates/npc/32403.xml new file mode 100644 index 000000000..e197cbcbb --- /dev/null +++ b/data/templates/npc/32403.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32404.xml b/data/templates/npc/32404.xml new file mode 100644 index 000000000..610fe3104 --- /dev/null +++ b/data/templates/npc/32404.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32405.xml b/data/templates/npc/32405.xml new file mode 100644 index 000000000..b87660ac2 --- /dev/null +++ b/data/templates/npc/32405.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32406.xml b/data/templates/npc/32406.xml new file mode 100644 index 000000000..28a54c3da --- /dev/null +++ b/data/templates/npc/32406.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32407.xml b/data/templates/npc/32407.xml new file mode 100644 index 000000000..512043cb9 --- /dev/null +++ b/data/templates/npc/32407.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32408.xml b/data/templates/npc/32408.xml new file mode 100644 index 000000000..f5520449a --- /dev/null +++ b/data/templates/npc/32408.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32409.xml b/data/templates/npc/32409.xml new file mode 100644 index 000000000..7a266487a --- /dev/null +++ b/data/templates/npc/32409.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32410.xml b/data/templates/npc/32410.xml new file mode 100644 index 000000000..6702d2229 --- /dev/null +++ b/data/templates/npc/32410.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32411.xml b/data/templates/npc/32411.xml new file mode 100644 index 000000000..7c6b28504 --- /dev/null +++ b/data/templates/npc/32411.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32412.xml b/data/templates/npc/32412.xml new file mode 100644 index 000000000..86e649f36 --- /dev/null +++ b/data/templates/npc/32412.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32413.xml b/data/templates/npc/32413.xml new file mode 100644 index 000000000..698fb0486 --- /dev/null +++ b/data/templates/npc/32413.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32414.xml b/data/templates/npc/32414.xml new file mode 100644 index 000000000..d788797ed --- /dev/null +++ b/data/templates/npc/32414.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32415.xml b/data/templates/npc/32415.xml new file mode 100644 index 000000000..f9216275a --- /dev/null +++ b/data/templates/npc/32415.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32416.xml b/data/templates/npc/32416.xml new file mode 100644 index 000000000..e58977d1f --- /dev/null +++ b/data/templates/npc/32416.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32417.xml b/data/templates/npc/32417.xml new file mode 100644 index 000000000..40b2015b2 --- /dev/null +++ b/data/templates/npc/32417.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32418.xml b/data/templates/npc/32418.xml new file mode 100644 index 000000000..72b358796 --- /dev/null +++ b/data/templates/npc/32418.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32419.xml b/data/templates/npc/32419.xml new file mode 100644 index 000000000..2ab8b9a91 --- /dev/null +++ b/data/templates/npc/32419.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32420.xml b/data/templates/npc/32420.xml new file mode 100644 index 000000000..ebf1e430e --- /dev/null +++ b/data/templates/npc/32420.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32421.xml b/data/templates/npc/32421.xml new file mode 100644 index 000000000..a5729788d --- /dev/null +++ b/data/templates/npc/32421.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32422.xml b/data/templates/npc/32422.xml new file mode 100644 index 000000000..e7aed4242 --- /dev/null +++ b/data/templates/npc/32422.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32423.xml b/data/templates/npc/32423.xml new file mode 100644 index 000000000..2411812de --- /dev/null +++ b/data/templates/npc/32423.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32424-ShowStaff.xml b/data/templates/npc/32424-ShowStaff.xml new file mode 100644 index 000000000..631123d46 --- /dev/null +++ b/data/templates/npc/32424-ShowStaff.xml @@ -0,0 +1,25 @@ + + + + Show Staff + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32425-ShowStaff.xml b/data/templates/npc/32425-ShowStaff.xml new file mode 100644 index 000000000..93a33ce54 --- /dev/null +++ b/data/templates/npc/32425-ShowStaff.xml @@ -0,0 +1,25 @@ + + + + Show Staff + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32426-ShowStaff.xml b/data/templates/npc/32426-ShowStaff.xml new file mode 100644 index 000000000..e24f68450 --- /dev/null +++ b/data/templates/npc/32426-ShowStaff.xml @@ -0,0 +1,25 @@ + + + + Show Staff + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32427-ShowStaff.xml b/data/templates/npc/32427-ShowStaff.xml new file mode 100644 index 000000000..dc94ecca6 --- /dev/null +++ b/data/templates/npc/32427-ShowStaff.xml @@ -0,0 +1,25 @@ + + + + Show Staff + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32428-ShowStaff.xml b/data/templates/npc/32428-ShowStaff.xml new file mode 100644 index 000000000..14c4199cc --- /dev/null +++ b/data/templates/npc/32428-ShowStaff.xml @@ -0,0 +1,25 @@ + + + + Show Staff + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32429.xml b/data/templates/npc/32429.xml new file mode 100644 index 000000000..23b2ef728 --- /dev/null +++ b/data/templates/npc/32429.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32430.xml b/data/templates/npc/32430.xml new file mode 100644 index 000000000..b15761bc0 --- /dev/null +++ b/data/templates/npc/32430.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32431-LeylaMira.xml b/data/templates/npc/32431-LeylaMira.xml new file mode 100644 index 000000000..99124b494 --- /dev/null +++ b/data/templates/npc/32431-LeylaMira.xml @@ -0,0 +1,26 @@ + + + + Leyla Mira + Elf Singer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32432.xml b/data/templates/npc/32432.xml new file mode 100644 index 000000000..a484c5f0f --- /dev/null +++ b/data/templates/npc/32432.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32433-Mc.xml b/data/templates/npc/32433-Mc.xml new file mode 100644 index 000000000..17cc4667a --- /dev/null +++ b/data/templates/npc/32433-Mc.xml @@ -0,0 +1,25 @@ + + + + MC + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32437.xml b/data/templates/npc/32437.xml new file mode 100644 index 000000000..a11c56bd0 --- /dev/null +++ b/data/templates/npc/32437.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32438.xml b/data/templates/npc/32438.xml new file mode 100644 index 000000000..db50895d4 --- /dev/null +++ b/data/templates/npc/32438.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32439-BackflipExpert.xml b/data/templates/npc/32439-BackflipExpert.xml new file mode 100644 index 000000000..7b24429f3 --- /dev/null +++ b/data/templates/npc/32439-BackflipExpert.xml @@ -0,0 +1,25 @@ + + + + Backflip Expert + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32440-BackflipOriginator.xml b/data/templates/npc/32440-BackflipOriginator.xml new file mode 100644 index 000000000..2523af80e --- /dev/null +++ b/data/templates/npc/32440-BackflipOriginator.xml @@ -0,0 +1,25 @@ + + + + Backflip Originator + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32441-BackflipSuperman.xml b/data/templates/npc/32441-BackflipSuperman.xml new file mode 100644 index 000000000..73398e94f --- /dev/null +++ b/data/templates/npc/32441-BackflipSuperman.xml @@ -0,0 +1,25 @@ + + + + Backflip Superman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32442.xml b/data/templates/npc/32442.xml new file mode 100644 index 000000000..462881da8 --- /dev/null +++ b/data/templates/npc/32442.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32443.xml b/data/templates/npc/32443.xml new file mode 100644 index 000000000..f91740873 --- /dev/null +++ b/data/templates/npc/32443.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32444.xml b/data/templates/npc/32444.xml new file mode 100644 index 000000000..09ce30ae1 --- /dev/null +++ b/data/templates/npc/32444.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32445.xml b/data/templates/npc/32445.xml new file mode 100644 index 000000000..b3c8cc3ef --- /dev/null +++ b/data/templates/npc/32445.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32446.xml b/data/templates/npc/32446.xml new file mode 100644 index 000000000..8fd68c21c --- /dev/null +++ b/data/templates/npc/32446.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32447.xml b/data/templates/npc/32447.xml new file mode 100644 index 000000000..49e927504 --- /dev/null +++ b/data/templates/npc/32447.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32448.xml b/data/templates/npc/32448.xml new file mode 100644 index 000000000..37f9eb523 --- /dev/null +++ b/data/templates/npc/32448.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32449.xml b/data/templates/npc/32449.xml new file mode 100644 index 000000000..557881820 --- /dev/null +++ b/data/templates/npc/32449.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32450.xml b/data/templates/npc/32450.xml new file mode 100644 index 000000000..cdfdfa667 --- /dev/null +++ b/data/templates/npc/32450.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32451.xml b/data/templates/npc/32451.xml new file mode 100644 index 000000000..e438a87bb --- /dev/null +++ b/data/templates/npc/32451.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32452.xml b/data/templates/npc/32452.xml new file mode 100644 index 000000000..c6a329e20 --- /dev/null +++ b/data/templates/npc/32452.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32453.xml b/data/templates/npc/32453.xml new file mode 100644 index 000000000..d296fe4c3 --- /dev/null +++ b/data/templates/npc/32453.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32454.xml b/data/templates/npc/32454.xml new file mode 100644 index 000000000..7a2aefe10 --- /dev/null +++ b/data/templates/npc/32454.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32455.xml b/data/templates/npc/32455.xml new file mode 100644 index 000000000..af4bf2625 --- /dev/null +++ b/data/templates/npc/32455.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32456.xml b/data/templates/npc/32456.xml new file mode 100644 index 000000000..9260d7ab0 --- /dev/null +++ b/data/templates/npc/32456.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32457.xml b/data/templates/npc/32457.xml new file mode 100644 index 000000000..c44b180e1 --- /dev/null +++ b/data/templates/npc/32457.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32458.xml b/data/templates/npc/32458.xml new file mode 100644 index 000000000..974cdeeac --- /dev/null +++ b/data/templates/npc/32458.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32464.xml b/data/templates/npc/32464.xml new file mode 100644 index 000000000..e86047720 --- /dev/null +++ b/data/templates/npc/32464.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32465.xml b/data/templates/npc/32465.xml new file mode 100644 index 000000000..293a3e702 --- /dev/null +++ b/data/templates/npc/32465.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32466.xml b/data/templates/npc/32466.xml new file mode 100644 index 000000000..816a6b159 --- /dev/null +++ b/data/templates/npc/32466.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32467-TeleportationCubic.xml b/data/templates/npc/32467-TeleportationCubic.xml new file mode 100644 index 000000000..55322ed69 --- /dev/null +++ b/data/templates/npc/32467-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32468.xml b/data/templates/npc/32468.xml new file mode 100644 index 000000000..62a89ad10 --- /dev/null +++ b/data/templates/npc/32468.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32469-Eindburgh.xml b/data/templates/npc/32469-Eindburgh.xml new file mode 100644 index 000000000..eb8c57d1d --- /dev/null +++ b/data/templates/npc/32469-Eindburgh.xml @@ -0,0 +1,26 @@ + + + + Eindburgh + Vice Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32470-StoneCoffin.xml b/data/templates/npc/32470-StoneCoffin.xml new file mode 100644 index 000000000..da67f7fc0 --- /dev/null +++ b/data/templates/npc/32470-StoneCoffin.xml @@ -0,0 +1,25 @@ + + + + Stone Coffin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32471.xml b/data/templates/npc/32471.xml new file mode 100644 index 000000000..7784caf2b --- /dev/null +++ b/data/templates/npc/32471.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32472.xml b/data/templates/npc/32472.xml new file mode 100644 index 000000000..c84583c9d --- /dev/null +++ b/data/templates/npc/32472.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32473.xml b/data/templates/npc/32473.xml new file mode 100644 index 000000000..f8b1ae269 --- /dev/null +++ b/data/templates/npc/32473.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32474.xml b/data/templates/npc/32474.xml new file mode 100644 index 000000000..3ccb56873 --- /dev/null +++ b/data/templates/npc/32474.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32475-SubclassCertificationHelper.xml b/data/templates/npc/32475-SubclassCertificationHelper.xml new file mode 100644 index 000000000..0be76f5d7 --- /dev/null +++ b/data/templates/npc/32475-SubclassCertificationHelper.xml @@ -0,0 +1,25 @@ + + + + Subclass Certification Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32476-EmployeeOfMagicResearchInstitute.xml b/data/templates/npc/32476-EmployeeOfMagicResearchInstitute.xml new file mode 100644 index 000000000..38bb25d8d --- /dev/null +++ b/data/templates/npc/32476-EmployeeOfMagicResearchInstitute.xml @@ -0,0 +1,27 @@ + + + + Employee of Magic Research Institute + Event manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32477-Volunteer.xml b/data/templates/npc/32477-Volunteer.xml new file mode 100644 index 000000000..e42047403 --- /dev/null +++ b/data/templates/npc/32477-Volunteer.xml @@ -0,0 +1,26 @@ + + + + Volunteer + Gatekeeper Welfare Foundation + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32478-DimensionalMerchant.xml b/data/templates/npc/32478-DimensionalMerchant.xml new file mode 100644 index 000000000..5097b2b14 --- /dev/null +++ b/data/templates/npc/32478-DimensionalMerchant.xml @@ -0,0 +1,25 @@ + + + + Dimensional Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32483.xml b/data/templates/npc/32483.xml new file mode 100644 index 000000000..25b4523da --- /dev/null +++ b/data/templates/npc/32483.xml @@ -0,0 +1,24 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32484-PathfinderWorker.xml b/data/templates/npc/32484-PathfinderWorker.xml new file mode 100644 index 000000000..d1dcf4b2a --- /dev/null +++ b/data/templates/npc/32484-PathfinderWorker.xml @@ -0,0 +1,25 @@ + + + + Pathfinder Worker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32485-PathfinderWorker.xml b/data/templates/npc/32485-PathfinderWorker.xml new file mode 100644 index 000000000..17ea3755f --- /dev/null +++ b/data/templates/npc/32485-PathfinderWorker.xml @@ -0,0 +1,25 @@ + + + + Pathfinder Worker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32486-InventorMaru.xml b/data/templates/npc/32486-InventorMaru.xml new file mode 100644 index 000000000..3d2d81c3c --- /dev/null +++ b/data/templates/npc/32486-InventorMaru.xml @@ -0,0 +1,25 @@ + + + + Inventor Maru + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32487-Mark.xml b/data/templates/npc/32487-Mark.xml new file mode 100644 index 000000000..7be4a682d --- /dev/null +++ b/data/templates/npc/32487-Mark.xml @@ -0,0 +1,25 @@ + + + + Mark + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32488-Mark.xml b/data/templates/npc/32488-Mark.xml new file mode 100644 index 000000000..af4f50867 --- /dev/null +++ b/data/templates/npc/32488-Mark.xml @@ -0,0 +1,25 @@ + + + + Mark + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32490.xml b/data/templates/npc/32490.xml new file mode 100644 index 000000000..76ef6cb49 --- /dev/null +++ b/data/templates/npc/32490.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32491-UndergroundColiseumHelper.xml b/data/templates/npc/32491-UndergroundColiseumHelper.xml new file mode 100644 index 000000000..bcff4777e --- /dev/null +++ b/data/templates/npc/32491-UndergroundColiseumHelper.xml @@ -0,0 +1,25 @@ + + + + Underground Coliseum Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32494-Skull.xml b/data/templates/npc/32494-Skull.xml new file mode 100644 index 000000000..ec513a362 --- /dev/null +++ b/data/templates/npc/32494-Skull.xml @@ -0,0 +1,25 @@ + + + + Skull + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32496-EscapeDevice.xml b/data/templates/npc/32496-EscapeDevice.xml new file mode 100644 index 000000000..949c0ecb0 --- /dev/null +++ b/data/templates/npc/32496-EscapeDevice.xml @@ -0,0 +1,25 @@ + + + + Escape Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32497-InspectorAdler.xml b/data/templates/npc/32497-InspectorAdler.xml new file mode 100644 index 000000000..cb898ecd5 --- /dev/null +++ b/data/templates/npc/32497-InspectorAdler.xml @@ -0,0 +1,25 @@ + + + + Inspector Adler + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32498-DevilSIsleSurvivor.xml b/data/templates/npc/32498-DevilSIsleSurvivor.xml new file mode 100644 index 000000000..9a8a93eb5 --- /dev/null +++ b/data/templates/npc/32498-DevilSIsleSurvivor.xml @@ -0,0 +1,25 @@ + + + + Devil's Isle Survivor + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32499-KetraOrcShaman.xml b/data/templates/npc/32499-KetraOrcShaman.xml new file mode 100644 index 000000000..9e3269b60 --- /dev/null +++ b/data/templates/npc/32499-KetraOrcShaman.xml @@ -0,0 +1,25 @@ + + + + Ketra Orc Shaman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32500-InspectorSinai.xml b/data/templates/npc/32500-InspectorSinai.xml new file mode 100644 index 000000000..d1e1adb6a --- /dev/null +++ b/data/templates/npc/32500-InspectorSinai.xml @@ -0,0 +1,25 @@ + + + + Inspector Sinai + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32501-DevilSIsleSupporter.xml b/data/templates/npc/32501-DevilSIsleSupporter.xml new file mode 100644 index 000000000..ed4e68f14 --- /dev/null +++ b/data/templates/npc/32501-DevilSIsleSupporter.xml @@ -0,0 +1,25 @@ + + + + Devil's Isle Supporter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32503-EntranceManager.xml b/data/templates/npc/32503-EntranceManager.xml new file mode 100644 index 000000000..fc4e7de6d --- /dev/null +++ b/data/templates/npc/32503-EntranceManager.xml @@ -0,0 +1,26 @@ + + + + Entrance Manager + Kratei's Cube + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32504-MatchManager.xml b/data/templates/npc/32504-MatchManager.xml new file mode 100644 index 000000000..c763ebcd8 --- /dev/null +++ b/data/templates/npc/32504-MatchManager.xml @@ -0,0 +1,26 @@ + + + + Match Manager + Kratei's Cube + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32505-MatchManager.xml b/data/templates/npc/32505-MatchManager.xml new file mode 100644 index 000000000..b9618da31 --- /dev/null +++ b/data/templates/npc/32505-MatchManager.xml @@ -0,0 +1,26 @@ + + + + Match Manager + Kratei's Cube + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32506-MatchManager.xml b/data/templates/npc/32506-MatchManager.xml new file mode 100644 index 000000000..06863e4bb --- /dev/null +++ b/data/templates/npc/32506-MatchManager.xml @@ -0,0 +1,26 @@ + + + + Match Manager + Kratei's Cube + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32507-TempleInspector.xml b/data/templates/npc/32507-TempleInspector.xml new file mode 100644 index 000000000..673315df5 --- /dev/null +++ b/data/templates/npc/32507-TempleInspector.xml @@ -0,0 +1,25 @@ + + + + Temple Inspector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32508-DwarfAdventurer.xml b/data/templates/npc/32508-DwarfAdventurer.xml new file mode 100644 index 000000000..ecedfd826 --- /dev/null +++ b/data/templates/npc/32508-DwarfAdventurer.xml @@ -0,0 +1,25 @@ + + + + Dwarf Adventurer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32510-InspectorAdler.xml b/data/templates/npc/32510-InspectorAdler.xml new file mode 100644 index 000000000..7b42e382c --- /dev/null +++ b/data/templates/npc/32510-InspectorAdler.xml @@ -0,0 +1,25 @@ + + + + Inspector Adler + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32511-DwarfAdventurer.xml b/data/templates/npc/32511-DwarfAdventurer.xml new file mode 100644 index 000000000..9b335f931 --- /dev/null +++ b/data/templates/npc/32511-DwarfAdventurer.xml @@ -0,0 +1,25 @@ + + + + Dwarf Adventurer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32512-KetraOrcSupporter.xml b/data/templates/npc/32512-KetraOrcSupporter.xml new file mode 100644 index 000000000..8c7644490 --- /dev/null +++ b/data/templates/npc/32512-KetraOrcSupporter.xml @@ -0,0 +1,25 @@ + + + + Ketra Orc Supporter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32513-Kun.xml b/data/templates/npc/32513-Kun.xml new file mode 100644 index 000000000..2eb2a9e62 --- /dev/null +++ b/data/templates/npc/32513-Kun.xml @@ -0,0 +1,26 @@ + + + + Kun + Entrance Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32514-Tarion.xml b/data/templates/npc/32514-Tarion.xml new file mode 100644 index 000000000..2259ee8c8 --- /dev/null +++ b/data/templates/npc/32514-Tarion.xml @@ -0,0 +1,26 @@ + + + + Tarion + Entrance Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32515-Leo.xml b/data/templates/npc/32515-Leo.xml new file mode 100644 index 000000000..94bbfea3a --- /dev/null +++ b/data/templates/npc/32515-Leo.xml @@ -0,0 +1,26 @@ + + + + Leo + Entrance Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32516-Candice.xml b/data/templates/npc/32516-Candice.xml new file mode 100644 index 000000000..79232f66a --- /dev/null +++ b/data/templates/npc/32516-Candice.xml @@ -0,0 +1,26 @@ + + + + Candice + Entrance Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32517-AirshipController.xml b/data/templates/npc/32517-AirshipController.xml new file mode 100644 index 000000000..770af0698 --- /dev/null +++ b/data/templates/npc/32517-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32518-VortexGate.xml b/data/templates/npc/32518-VortexGate.xml new file mode 100644 index 000000000..9b05dc9dc --- /dev/null +++ b/data/templates/npc/32518-VortexGate.xml @@ -0,0 +1,26 @@ + + + + Vortex Gate + Aerial Cleft + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32519-VortexGate.xml b/data/templates/npc/32519-VortexGate.xml new file mode 100644 index 000000000..6a2359c0c --- /dev/null +++ b/data/templates/npc/32519-VortexGate.xml @@ -0,0 +1,26 @@ + + + + Vortex Gate + Aerial Cleft + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32520-EmeryConverter.xml b/data/templates/npc/32520-EmeryConverter.xml new file mode 100644 index 000000000..2c648da8e --- /dev/null +++ b/data/templates/npc/32520-EmeryConverter.xml @@ -0,0 +1,25 @@ + + + + Emery Converter + Aerial Cleft + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32521-EntranceManager.xml b/data/templates/npc/32521-EntranceManager.xml new file mode 100644 index 000000000..7acc77ed2 --- /dev/null +++ b/data/templates/npc/32521-EntranceManager.xml @@ -0,0 +1,26 @@ + + + + Entrance Manager + Handy's Block Checker - Arena 1 + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32522-EntranceManager.xml b/data/templates/npc/32522-EntranceManager.xml new file mode 100644 index 000000000..efb1cdf40 --- /dev/null +++ b/data/templates/npc/32522-EntranceManager.xml @@ -0,0 +1,26 @@ + + + + Entrance Manager + Handy's Block Checker - Arena 2 + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32523-EntranceManager.xml b/data/templates/npc/32523-EntranceManager.xml new file mode 100644 index 000000000..20335749b --- /dev/null +++ b/data/templates/npc/32523-EntranceManager.xml @@ -0,0 +1,26 @@ + + + + Entrance Manager + Handy's Block Checker - Arena 3 + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32524-EntranceManager.xml b/data/templates/npc/32524-EntranceManager.xml new file mode 100644 index 000000000..7609c4f90 --- /dev/null +++ b/data/templates/npc/32524-EntranceManager.xml @@ -0,0 +1,26 @@ + + + + Entrance Manager + Handy's Block Checker - Arena 4 + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32525-Tiat.xml b/data/templates/npc/32525-Tiat.xml new file mode 100644 index 000000000..6be0d0b61 --- /dev/null +++ b/data/templates/npc/32525-Tiat.xml @@ -0,0 +1,26 @@ + + + + Tiat + Witch of the Dragon of Darkness + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32526-Allenos.xml b/data/templates/npc/32526-Allenos.xml new file mode 100644 index 000000000..9874cc2f5 --- /dev/null +++ b/data/templates/npc/32526-Allenos.xml @@ -0,0 +1,27 @@ + + + + Allenos + Sergeant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32527-Edric.xml b/data/templates/npc/32527-Edric.xml new file mode 100644 index 000000000..0e7654675 --- /dev/null +++ b/data/templates/npc/32527-Edric.xml @@ -0,0 +1,26 @@ + + + + Edric + Officer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32528-MedibalSCorpse.xml b/data/templates/npc/32528-MedibalSCorpse.xml new file mode 100644 index 000000000..26950dd9f --- /dev/null +++ b/data/templates/npc/32528-MedibalSCorpse.xml @@ -0,0 +1,25 @@ + + + + Medibal's Corpse + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32529.xml b/data/templates/npc/32529.xml new file mode 100644 index 000000000..49f175335 --- /dev/null +++ b/data/templates/npc/32529.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32530-Tepios.xml b/data/templates/npc/32530-Tepios.xml new file mode 100644 index 000000000..096e1c087 --- /dev/null +++ b/data/templates/npc/32530-Tepios.xml @@ -0,0 +1,27 @@ + + + + Tepios + Officer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32531-DestroyedTumor.xml b/data/templates/npc/32531-DestroyedTumor.xml new file mode 100644 index 000000000..8c3b8ba63 --- /dev/null +++ b/data/templates/npc/32531-DestroyedTumor.xml @@ -0,0 +1,25 @@ + + + + Destroyed Tumor + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32532.xml b/data/templates/npc/32532.xml new file mode 100644 index 000000000..1b6ad0fa8 --- /dev/null +++ b/data/templates/npc/32532.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32533.xml b/data/templates/npc/32533.xml new file mode 100644 index 000000000..9491c5266 --- /dev/null +++ b/data/templates/npc/32533.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32535-DestroyedTumor.xml b/data/templates/npc/32535-DestroyedTumor.xml new file mode 100644 index 000000000..b2bb69fc9 --- /dev/null +++ b/data/templates/npc/32535-DestroyedTumor.xml @@ -0,0 +1,25 @@ + + + + Destroyed Tumor + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32536-DestroyedTumor.xml b/data/templates/npc/32536-DestroyedTumor.xml new file mode 100644 index 000000000..ffabe1d67 --- /dev/null +++ b/data/templates/npc/32536-DestroyedTumor.xml @@ -0,0 +1,25 @@ + + + + Destroyed Tumor + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32537-MouthOfEkimus.xml b/data/templates/npc/32537-MouthOfEkimus.xml new file mode 100644 index 000000000..57b5e1fbd --- /dev/null +++ b/data/templates/npc/32537-MouthOfEkimus.xml @@ -0,0 +1,25 @@ + + + + Mouth of Ekimus + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32538-ClosedMouthOfEkimus.xml b/data/templates/npc/32538-ClosedMouthOfEkimus.xml new file mode 100644 index 000000000..876950a69 --- /dev/null +++ b/data/templates/npc/32538-ClosedMouthOfEkimus.xml @@ -0,0 +1,25 @@ + + + + Closed Mouth of Ekimus + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32540-GatekeeperOfAbyss.xml b/data/templates/npc/32540-GatekeeperOfAbyss.xml new file mode 100644 index 000000000..73569cec1 --- /dev/null +++ b/data/templates/npc/32540-GatekeeperOfAbyss.xml @@ -0,0 +1,25 @@ + + + + Gatekeeper of Abyss + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32541-UnstableSeedOfGeneration.xml b/data/templates/npc/32541-UnstableSeedOfGeneration.xml new file mode 100644 index 000000000..1aa463583 --- /dev/null +++ b/data/templates/npc/32541-UnstableSeedOfGeneration.xml @@ -0,0 +1,25 @@ + + + + Unstable Seed of Generation + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32542-StabilizedSeedOfGeneration.xml b/data/templates/npc/32542-StabilizedSeedOfGeneration.xml new file mode 100644 index 000000000..8c6afb8b6 --- /dev/null +++ b/data/templates/npc/32542-StabilizedSeedOfGeneration.xml @@ -0,0 +1,25 @@ + + + + Stabilized Seed of Generation + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32543-EnergyOfGeneration.xml b/data/templates/npc/32543-EnergyOfGeneration.xml new file mode 100644 index 000000000..9190dd940 --- /dev/null +++ b/data/templates/npc/32543-EnergyOfGeneration.xml @@ -0,0 +1,24 @@ + + + + Energy of Generation + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32544-SeedOfGeneration.xml b/data/templates/npc/32544-SeedOfGeneration.xml new file mode 100644 index 000000000..c13b45372 --- /dev/null +++ b/data/templates/npc/32544-SeedOfGeneration.xml @@ -0,0 +1,26 @@ + + + + Seed of Generation + Artificial + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32545-Kurkle.xml b/data/templates/npc/32545-Kurkle.xml new file mode 100644 index 000000000..4a7f68c48 --- /dev/null +++ b/data/templates/npc/32545-Kurkle.xml @@ -0,0 +1,25 @@ + + + + Kurkle + Gracia Special Product Middleman + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32547-CenterTumor.xml b/data/templates/npc/32547-CenterTumor.xml new file mode 100644 index 000000000..558aec7e4 --- /dev/null +++ b/data/templates/npc/32547-CenterTumor.xml @@ -0,0 +1,25 @@ + + + + Center Tumor + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32548-Keucereus.xml b/data/templates/npc/32548-Keucereus.xml new file mode 100644 index 000000000..9da8cf73d --- /dev/null +++ b/data/templates/npc/32548-Keucereus.xml @@ -0,0 +1,26 @@ + + + + Keucereus + Admiral + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32549-Dilios.xml b/data/templates/npc/32549-Dilios.xml new file mode 100644 index 000000000..358117057 --- /dev/null +++ b/data/templates/npc/32549-Dilios.xml @@ -0,0 +1,26 @@ + + + + Dilios + General + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32550-Kirklan.xml b/data/templates/npc/32550-Kirklan.xml new file mode 100644 index 000000000..d26485539 --- /dev/null +++ b/data/templates/npc/32550-Kirklan.xml @@ -0,0 +1,26 @@ + + + + Kirklan + Special Product Broker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32551-Noiless.xml b/data/templates/npc/32551-Noiless.xml new file mode 100644 index 000000000..91498e909 --- /dev/null +++ b/data/templates/npc/32551-Noiless.xml @@ -0,0 +1,27 @@ + + + + Noiless + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32552-Tomaris.xml b/data/templates/npc/32552-Tomaris.xml new file mode 100644 index 000000000..2a95d9743 --- /dev/null +++ b/data/templates/npc/32552-Tomaris.xml @@ -0,0 +1,27 @@ + + + + Tomaris + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32553-Jisans.xml b/data/templates/npc/32553-Jisans.xml new file mode 100644 index 000000000..09b59b307 --- /dev/null +++ b/data/templates/npc/32553-Jisans.xml @@ -0,0 +1,27 @@ + + + + Jisans + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32554-Moira.xml b/data/templates/npc/32554-Moira.xml new file mode 100644 index 000000000..cc471cf4f --- /dev/null +++ b/data/templates/npc/32554-Moira.xml @@ -0,0 +1,27 @@ + + + + Moira + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32555-Tenius.xml b/data/templates/npc/32555-Tenius.xml new file mode 100644 index 000000000..b93d1dc11 --- /dev/null +++ b/data/templates/npc/32555-Tenius.xml @@ -0,0 +1,26 @@ + + + + Tenius + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32556-El.xml b/data/templates/npc/32556-El.xml new file mode 100644 index 000000000..6a5fc30c5 --- /dev/null +++ b/data/templates/npc/32556-El.xml @@ -0,0 +1,26 @@ + + + + El + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32557-Lekon.xml b/data/templates/npc/32557-Lekon.xml new file mode 100644 index 000000000..8b6026145 --- /dev/null +++ b/data/templates/npc/32557-Lekon.xml @@ -0,0 +1,26 @@ + + + + Lekon + Engineer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32558-BarrierOrb.xml b/data/templates/npc/32558-BarrierOrb.xml new file mode 100644 index 000000000..9b4774789 --- /dev/null +++ b/data/templates/npc/32558-BarrierOrb.xml @@ -0,0 +1,25 @@ + + + + Barrier Orb + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32559-Artius.xml b/data/templates/npc/32559-Artius.xml new file mode 100644 index 000000000..e73d4faac --- /dev/null +++ b/data/templates/npc/32559-Artius.xml @@ -0,0 +1,26 @@ + + + + Artius + War Mage + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32560-Orbyu.xml b/data/templates/npc/32560-Orbyu.xml new file mode 100644 index 000000000..37a9c5222 --- /dev/null +++ b/data/templates/npc/32560-Orbyu.xml @@ -0,0 +1,27 @@ + + + + Orbyu + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32561-Kunota.xml b/data/templates/npc/32561-Kunota.xml new file mode 100644 index 000000000..b46b88223 --- /dev/null +++ b/data/templates/npc/32561-Kunota.xml @@ -0,0 +1,27 @@ + + + + Kunota + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32562-Siest.xml b/data/templates/npc/32562-Siest.xml new file mode 100644 index 000000000..ff31d8840 --- /dev/null +++ b/data/templates/npc/32562-Siest.xml @@ -0,0 +1,27 @@ + + + + Siest + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32563-Plenos.xml b/data/templates/npc/32563-Plenos.xml new file mode 100644 index 000000000..4a8b772c0 --- /dev/null +++ b/data/templates/npc/32563-Plenos.xml @@ -0,0 +1,27 @@ + + + + Plenos + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32564-Papiku.xml b/data/templates/npc/32564-Papiku.xml new file mode 100644 index 000000000..8b8c49ed2 --- /dev/null +++ b/data/templates/npc/32564-Papiku.xml @@ -0,0 +1,26 @@ + + + + Papiku + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32565-Felix.xml b/data/templates/npc/32565-Felix.xml new file mode 100644 index 000000000..e9f311988 --- /dev/null +++ b/data/templates/npc/32565-Felix.xml @@ -0,0 +1,26 @@ + + + + Felix + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32566-Ginby.xml b/data/templates/npc/32566-Ginby.xml new file mode 100644 index 000000000..06637b47f --- /dev/null +++ b/data/templates/npc/32566-Ginby.xml @@ -0,0 +1,27 @@ + + + + Ginby + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32567-Lelrikia.xml b/data/templates/npc/32567-Lelrikia.xml new file mode 100644 index 000000000..e004b19aa --- /dev/null +++ b/data/templates/npc/32567-Lelrikia.xml @@ -0,0 +1,26 @@ + + + + Lelrikia + Priest of Shilen + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32568-UnidentifiedBody.xml b/data/templates/npc/32568-UnidentifiedBody.xml new file mode 100644 index 000000000..2849df8af --- /dev/null +++ b/data/templates/npc/32568-UnidentifiedBody.xml @@ -0,0 +1,25 @@ + + + + Unidentified Body + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32569-Cain.xml b/data/templates/npc/32569-Cain.xml new file mode 100644 index 000000000..6d7c87531 --- /dev/null +++ b/data/templates/npc/32569-Cain.xml @@ -0,0 +1,26 @@ + + + + Cain + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32570-Eric.xml b/data/templates/npc/32570-Eric.xml new file mode 100644 index 000000000..614aeabcc --- /dev/null +++ b/data/templates/npc/32570-Eric.xml @@ -0,0 +1,26 @@ + + + + Eric + Herb Collector + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32571-Colin.xml b/data/templates/npc/32571-Colin.xml new file mode 100644 index 000000000..0c27dbd5e --- /dev/null +++ b/data/templates/npc/32571-Colin.xml @@ -0,0 +1,26 @@ + + + + Colin + Secret Agent + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32572-Frog.xml b/data/templates/npc/32572-Frog.xml new file mode 100644 index 000000000..b12d0ee26 --- /dev/null +++ b/data/templates/npc/32572-Frog.xml @@ -0,0 +1,26 @@ + + + + Frog + Great King + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32573-Tess.xml b/data/templates/npc/32573-Tess.xml new file mode 100644 index 000000000..228f3e050 --- /dev/null +++ b/data/templates/npc/32573-Tess.xml @@ -0,0 +1,26 @@ + + + + Tess + Grandma + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32574-Kuta.xml b/data/templates/npc/32574-Kuta.xml new file mode 100644 index 000000000..e0304249b --- /dev/null +++ b/data/templates/npc/32574-Kuta.xml @@ -0,0 +1,26 @@ + + + + Kuta + Native + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32575-LightOfDawn.xml b/data/templates/npc/32575-LightOfDawn.xml new file mode 100644 index 000000000..d1fad11b1 --- /dev/null +++ b/data/templates/npc/32575-LightOfDawn.xml @@ -0,0 +1,25 @@ + + + + Light of Dawn + Teleporter + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32576-John.xml b/data/templates/npc/32576-John.xml new file mode 100644 index 000000000..3ae91b9ea --- /dev/null +++ b/data/templates/npc/32576-John.xml @@ -0,0 +1,26 @@ + + + + John + Captain of the Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32577-PasswordEntryDevice.xml b/data/templates/npc/32577-PasswordEntryDevice.xml new file mode 100644 index 000000000..f1c0fe79f --- /dev/null +++ b/data/templates/npc/32577-PasswordEntryDevice.xml @@ -0,0 +1,25 @@ + + + + Password Entry Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32578-IdentityConfirmDevice.xml b/data/templates/npc/32578-IdentityConfirmDevice.xml new file mode 100644 index 000000000..f1b82ecd8 --- /dev/null +++ b/data/templates/npc/32578-IdentityConfirmDevice.xml @@ -0,0 +1,25 @@ + + + + Identity Confirm Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32579-DarknessOfDawn.xml b/data/templates/npc/32579-DarknessOfDawn.xml new file mode 100644 index 000000000..036e0fd4e --- /dev/null +++ b/data/templates/npc/32579-DarknessOfDawn.xml @@ -0,0 +1,25 @@ + + + + Darkness of Dawn + Teleporter + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32580.xml b/data/templates/npc/32580.xml new file mode 100644 index 000000000..f80a83e89 --- /dev/null +++ b/data/templates/npc/32580.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32581.xml b/data/templates/npc/32581.xml new file mode 100644 index 000000000..89c825cc5 --- /dev/null +++ b/data/templates/npc/32581.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32582-Jaina.xml b/data/templates/npc/32582-Jaina.xml new file mode 100644 index 000000000..ff7c5ebc3 --- /dev/null +++ b/data/templates/npc/32582-Jaina.xml @@ -0,0 +1,26 @@ + + + + Jaina + Priest + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32583.xml b/data/templates/npc/32583.xml new file mode 100644 index 000000000..4456ac25d --- /dev/null +++ b/data/templates/npc/32583.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32584-MerchantOfMammon.xml b/data/templates/npc/32584-MerchantOfMammon.xml new file mode 100644 index 000000000..7cc162aff --- /dev/null +++ b/data/templates/npc/32584-MerchantOfMammon.xml @@ -0,0 +1,25 @@ + + + + Merchant of Mammon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32585-PromiseOfMammon.xml b/data/templates/npc/32585-PromiseOfMammon.xml new file mode 100644 index 000000000..2acbdd8bd --- /dev/null +++ b/data/templates/npc/32585-PromiseOfMammon.xml @@ -0,0 +1,25 @@ + + + + Promise of Mammon + Teleporter + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32586-Shunaiman.xml b/data/templates/npc/32586-Shunaiman.xml new file mode 100644 index 000000000..6844a9976 --- /dev/null +++ b/data/templates/npc/32586-Shunaiman.xml @@ -0,0 +1,26 @@ + + + + Shunaiman + Emperor of Elmoreden + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32587-Leon.xml b/data/templates/npc/32587-Leon.xml new file mode 100644 index 000000000..3f7eb4576 --- /dev/null +++ b/data/templates/npc/32587-Leon.xml @@ -0,0 +1,26 @@ + + + + Leon + Emperor's Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32588-EmperorSSealDevice.xml b/data/templates/npc/32588-EmperorSSealDevice.xml new file mode 100644 index 000000000..9484bf66a --- /dev/null +++ b/data/templates/npc/32588-EmperorSSealDevice.xml @@ -0,0 +1,25 @@ + + + + Emperor's Seal Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32589-EmperorSSealDevice.xml b/data/templates/npc/32589-EmperorSSealDevice.xml new file mode 100644 index 000000000..28ba56592 --- /dev/null +++ b/data/templates/npc/32589-EmperorSSealDevice.xml @@ -0,0 +1,25 @@ + + + + Emperor's Seal Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32590-EmperorSSealDevice.xml b/data/templates/npc/32590-EmperorSSealDevice.xml new file mode 100644 index 000000000..9b096e8f4 --- /dev/null +++ b/data/templates/npc/32590-EmperorSSealDevice.xml @@ -0,0 +1,25 @@ + + + + Emperor's Seal Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32591-EmperorSSealDevice.xml b/data/templates/npc/32591-EmperorSSealDevice.xml new file mode 100644 index 000000000..5079bb362 --- /dev/null +++ b/data/templates/npc/32591-EmperorSSealDevice.xml @@ -0,0 +1,25 @@ + + + + Emperor's Seal Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32592.xml b/data/templates/npc/32592.xml new file mode 100644 index 000000000..0d612d90c --- /dev/null +++ b/data/templates/npc/32592.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32593-Wood.xml b/data/templates/npc/32593-Wood.xml new file mode 100644 index 000000000..c4068b3eb --- /dev/null +++ b/data/templates/npc/32593-Wood.xml @@ -0,0 +1,26 @@ + + + + Wood + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32594-Leopard.xml b/data/templates/npc/32594-Leopard.xml new file mode 100644 index 000000000..694ceb489 --- /dev/null +++ b/data/templates/npc/32594-Leopard.xml @@ -0,0 +1,26 @@ + + + + Leopard + Password Decoder + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32595-Lawrence.xml b/data/templates/npc/32595-Lawrence.xml new file mode 100644 index 000000000..afeeb8f29 --- /dev/null +++ b/data/templates/npc/32595-Lawrence.xml @@ -0,0 +1,26 @@ + + + + Lawrence + Great Teacher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32596-Sophia.xml b/data/templates/npc/32596-Sophia.xml new file mode 100644 index 000000000..030aefd2d --- /dev/null +++ b/data/templates/npc/32596-Sophia.xml @@ -0,0 +1,26 @@ + + + + Sophia + Library of Sages Director + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32597-Franz.xml b/data/templates/npc/32597-Franz.xml new file mode 100644 index 000000000..99ae7e88e --- /dev/null +++ b/data/templates/npc/32597-Franz.xml @@ -0,0 +1,26 @@ + + + + Franz + Witness of Dawn + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32598-CourtMagician.xml b/data/templates/npc/32598-CourtMagician.xml new file mode 100644 index 000000000..dfb769b1b --- /dev/null +++ b/data/templates/npc/32598-CourtMagician.xml @@ -0,0 +1,26 @@ + + + + Court Magician + Elmore-Aden's + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32599-MasterYogi.xml b/data/templates/npc/32599-MasterYogi.xml new file mode 100644 index 000000000..feb22f621 --- /dev/null +++ b/data/templates/npc/32599-MasterYogi.xml @@ -0,0 +1,26 @@ + + + + Master Yogi + Mountain Ascetic + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32600-Alegria.xml b/data/templates/npc/32600-Alegria.xml new file mode 100644 index 000000000..c1257b5f4 --- /dev/null +++ b/data/templates/npc/32600-Alegria.xml @@ -0,0 +1,26 @@ + + + + Alegria + Birthday Celebration Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32601-InstantMovingDevice.xml b/data/templates/npc/32601-InstantMovingDevice.xml new file mode 100644 index 000000000..8a7a3c358 --- /dev/null +++ b/data/templates/npc/32601-InstantMovingDevice.xml @@ -0,0 +1,25 @@ + + + + Instant Moving Device + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32602-TemporaryTeleporter.xml b/data/templates/npc/32602-TemporaryTeleporter.xml new file mode 100644 index 000000000..eafe8de7f --- /dev/null +++ b/data/templates/npc/32602-TemporaryTeleporter.xml @@ -0,0 +1,25 @@ + + + + Temporary Teleporter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32603-Tepios.xml b/data/templates/npc/32603-Tepios.xml new file mode 100644 index 000000000..a5b4ff78c --- /dev/null +++ b/data/templates/npc/32603-Tepios.xml @@ -0,0 +1,27 @@ + + + + Tepios + Officer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32604-AirshipController.xml b/data/templates/npc/32604-AirshipController.xml new file mode 100644 index 000000000..c77f494da --- /dev/null +++ b/data/templates/npc/32604-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32605-AirshipController.xml b/data/templates/npc/32605-AirshipController.xml new file mode 100644 index 000000000..c7d247c60 --- /dev/null +++ b/data/templates/npc/32605-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32606-AirshipController.xml b/data/templates/npc/32606-AirshipController.xml new file mode 100644 index 000000000..1d85a599c --- /dev/null +++ b/data/templates/npc/32606-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32607-AirshipController.xml b/data/templates/npc/32607-AirshipController.xml new file mode 100644 index 000000000..eef9cb3ef --- /dev/null +++ b/data/templates/npc/32607-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32608-AirshipController.xml b/data/templates/npc/32608-AirshipController.xml new file mode 100644 index 000000000..79f67a2c0 --- /dev/null +++ b/data/templates/npc/32608-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32609-AirshipController.xml b/data/templates/npc/32609-AirshipController.xml new file mode 100644 index 000000000..7d365044a --- /dev/null +++ b/data/templates/npc/32609-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32611-Tolonis.xml b/data/templates/npc/32611-Tolonis.xml new file mode 100644 index 000000000..aac0ed5f7 --- /dev/null +++ b/data/templates/npc/32611-Tolonis.xml @@ -0,0 +1,26 @@ + + + + Tolonis + Officer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32615-Ishuma.xml b/data/templates/npc/32615-Ishuma.xml new file mode 100644 index 000000000..696919cf0 --- /dev/null +++ b/data/templates/npc/32615-Ishuma.xml @@ -0,0 +1,26 @@ + + + + Ishuma + Maestro + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32616-Mine.xml b/data/templates/npc/32616-Mine.xml new file mode 100644 index 000000000..97d24842f --- /dev/null +++ b/data/templates/npc/32616-Mine.xml @@ -0,0 +1,26 @@ + + + + Mine + Fortune Teller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32617-Jaina.xml b/data/templates/npc/32617-Jaina.xml new file mode 100644 index 000000000..70b3ed4a6 --- /dev/null +++ b/data/templates/npc/32617-Jaina.xml @@ -0,0 +1,26 @@ + + + + Jaina + Priest + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32618-Thyimi.xml b/data/templates/npc/32618-Thyimi.xml new file mode 100644 index 000000000..b9e412abc --- /dev/null +++ b/data/templates/npc/32618-Thyimi.xml @@ -0,0 +1,26 @@ + + + + Thyimi + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32619.xml b/data/templates/npc/32619.xml new file mode 100644 index 000000000..631281680 --- /dev/null +++ b/data/templates/npc/32619.xml @@ -0,0 +1,25 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32620.xml b/data/templates/npc/32620.xml new file mode 100644 index 000000000..a6bc30b6c --- /dev/null +++ b/data/templates/npc/32620.xml @@ -0,0 +1,25 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32621.xml b/data/templates/npc/32621.xml new file mode 100644 index 000000000..97a89bfbe --- /dev/null +++ b/data/templates/npc/32621.xml @@ -0,0 +1,25 @@ + + + + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32622-Anatole.xml b/data/templates/npc/32622-Anatole.xml new file mode 100644 index 000000000..5478d8855 --- /dev/null +++ b/data/templates/npc/32622-Anatole.xml @@ -0,0 +1,26 @@ + + + + Anatole + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32623-Morenki.xml b/data/templates/npc/32623-Morenki.xml new file mode 100644 index 000000000..d7882e1c6 --- /dev/null +++ b/data/templates/npc/32623-Morenki.xml @@ -0,0 +1,26 @@ + + + + Morenki + Soldier + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32624-Anbram.xml b/data/templates/npc/32624-Anbram.xml new file mode 100644 index 000000000..0c319a7f1 --- /dev/null +++ b/data/templates/npc/32624-Anbram.xml @@ -0,0 +1,26 @@ + + + + Anbram + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32625-Anciel.xml b/data/templates/npc/32625-Anciel.xml new file mode 100644 index 000000000..405f0144d --- /dev/null +++ b/data/templates/npc/32625-Anciel.xml @@ -0,0 +1,26 @@ + + + + Anciel + Soldier + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32626-RoyalGuard.xml b/data/templates/npc/32626-RoyalGuard.xml new file mode 100644 index 000000000..bae3178a2 --- /dev/null +++ b/data/templates/npc/32626-RoyalGuard.xml @@ -0,0 +1,27 @@ + + + + Royal Guard + Soldier + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32627-Nottingale.xml b/data/templates/npc/32627-Nottingale.xml new file mode 100644 index 000000000..245df0c9b --- /dev/null +++ b/data/templates/npc/32627-Nottingale.xml @@ -0,0 +1,26 @@ + + + + Nottingale + Wizard + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32628-WharfPatrol.xml b/data/templates/npc/32628-WharfPatrol.xml new file mode 100644 index 000000000..ab78bc39a --- /dev/null +++ b/data/templates/npc/32628-WharfPatrol.xml @@ -0,0 +1,26 @@ + + + + Wharf Patrol + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32629-WharfPatrol.xml b/data/templates/npc/32629-WharfPatrol.xml new file mode 100644 index 000000000..331ce8e97 --- /dev/null +++ b/data/templates/npc/32629-WharfPatrol.xml @@ -0,0 +1,26 @@ + + + + Wharf Patrol + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32630-GraciaServerHelper.xml b/data/templates/npc/32630-GraciaServerHelper.xml new file mode 100644 index 000000000..84c2d4da1 --- /dev/null +++ b/data/templates/npc/32630-GraciaServerHelper.xml @@ -0,0 +1,25 @@ + + + + Gracia Server Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32631-GraciaServerProofExchanger.xml b/data/templates/npc/32631-GraciaServerProofExchanger.xml new file mode 100644 index 000000000..36372afed --- /dev/null +++ b/data/templates/npc/32631-GraciaServerProofExchanger.xml @@ -0,0 +1,25 @@ + + + + Gracia Server Proof Exchanger + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32632-GraciaSurvivor.xml b/data/templates/npc/32632-GraciaSurvivor.xml new file mode 100644 index 000000000..aa3ac435e --- /dev/null +++ b/data/templates/npc/32632-GraciaSurvivor.xml @@ -0,0 +1,25 @@ + + + + Gracia Survivor + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32633-CatOfChristmas.xml b/data/templates/npc/32633-CatOfChristmas.xml new file mode 100644 index 000000000..3090ad176 --- /dev/null +++ b/data/templates/npc/32633-CatOfChristmas.xml @@ -0,0 +1,26 @@ + + + + Cat of Christmas + Sharing happiness + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32634-CatOfChristmas.xml b/data/templates/npc/32634-CatOfChristmas.xml new file mode 100644 index 000000000..0b4b9c7e4 --- /dev/null +++ b/data/templates/npc/32634-CatOfChristmas.xml @@ -0,0 +1,26 @@ + + + + Cat of Christmas + Sharing happiness + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32635-MasterDugi.xml b/data/templates/npc/32635-MasterDugi.xml new file mode 100644 index 000000000..954740f72 --- /dev/null +++ b/data/templates/npc/32635-MasterDugi.xml @@ -0,0 +1,26 @@ + + + + Master Dugi + Energy Recovery Event + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32636-EmployeeOfMagicResearchInstitute.xml b/data/templates/npc/32636-EmployeeOfMagicResearchInstitute.xml new file mode 100644 index 000000000..e0f70cb72 --- /dev/null +++ b/data/templates/npc/32636-EmployeeOfMagicResearchInstitute.xml @@ -0,0 +1,27 @@ + + + + Employee of Magic Research Institute + Event manager + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32637-WorkshopTeleporter.xml b/data/templates/npc/32637-WorkshopTeleporter.xml new file mode 100644 index 000000000..9ee845151 --- /dev/null +++ b/data/templates/npc/32637-WorkshopTeleporter.xml @@ -0,0 +1,24 @@ + + + + Workshop Teleporter + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32638-RoniTheCat.xml b/data/templates/npc/32638-RoniTheCat.xml new file mode 100644 index 000000000..cf3d3e8af --- /dev/null +++ b/data/templates/npc/32638-RoniTheCat.xml @@ -0,0 +1,26 @@ + + + + Roni the cat + PC Cafe Event + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32639-PierreBaguette.xml b/data/templates/npc/32639-PierreBaguette.xml new file mode 100644 index 000000000..9e6ac1675 --- /dev/null +++ b/data/templates/npc/32639-PierreBaguette.xml @@ -0,0 +1,26 @@ + + + + Pierre Baguette + April Fool's Day Event + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32640-Kintaijin.xml b/data/templates/npc/32640-Kintaijin.xml new file mode 100644 index 000000000..5dfda6846 --- /dev/null +++ b/data/templates/npc/32640-Kintaijin.xml @@ -0,0 +1,26 @@ + + + + Kintaijin + Bounty Hunter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32641-DrHelvetica.xml b/data/templates/npc/32641-DrHelvetica.xml new file mode 100644 index 000000000..210493858 --- /dev/null +++ b/data/templates/npc/32641-DrHelvetica.xml @@ -0,0 +1,26 @@ + + + + Dr. Helvetica + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32642-BrokenGolemControlDevice.xml b/data/templates/npc/32642-BrokenGolemControlDevice.xml new file mode 100644 index 000000000..e4cb0a37a --- /dev/null +++ b/data/templates/npc/32642-BrokenGolemControlDevice.xml @@ -0,0 +1,24 @@ + + + + Broken Golem Control Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32643-Athenia.xml b/data/templates/npc/32643-Athenia.xml new file mode 100644 index 000000000..7a419b1e9 --- /dev/null +++ b/data/templates/npc/32643-Athenia.xml @@ -0,0 +1,26 @@ + + + + Athenia + Priestess + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32644-Piazza.xml b/data/templates/npc/32644-Piazza.xml new file mode 100644 index 000000000..a4dc6e403 --- /dev/null +++ b/data/templates/npc/32644-Piazza.xml @@ -0,0 +1,26 @@ + + + + Piazza + Expert Summoner + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32646-Katensa.xml b/data/templates/npc/32646-Katensa.xml new file mode 100644 index 000000000..05a30d2d8 --- /dev/null +++ b/data/templates/npc/32646-Katensa.xml @@ -0,0 +1,26 @@ + + + + Katensa + Workman + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32647-Atra.xml b/data/templates/npc/32647-Atra.xml new file mode 100644 index 000000000..c791a3cb9 --- /dev/null +++ b/data/templates/npc/32647-Atra.xml @@ -0,0 +1,27 @@ + + + + Atra + Apprentice + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32650-Kanemika.xml b/data/templates/npc/32650-Kanemika.xml new file mode 100644 index 000000000..dae08bbf7 --- /dev/null +++ b/data/templates/npc/32650-Kanemika.xml @@ -0,0 +1,26 @@ + + + + Kanemika + Grave Robber Leader + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32651-GraveRobberWarrior.xml b/data/templates/npc/32651-GraveRobberWarrior.xml new file mode 100644 index 000000000..45a4258d7 --- /dev/null +++ b/data/templates/npc/32651-GraveRobberWarrior.xml @@ -0,0 +1,26 @@ + + + + Grave Robber Warrior + Quest Monster + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32655-Chairen.xml b/data/templates/npc/32655-Chairen.xml new file mode 100644 index 000000000..6e5641629 --- /dev/null +++ b/data/templates/npc/32655-Chairen.xml @@ -0,0 +1,25 @@ + + + + Chairen + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32657-DiscipleSGatekeeper.xml b/data/templates/npc/32657-DiscipleSGatekeeper.xml new file mode 100644 index 000000000..761cd9310 --- /dev/null +++ b/data/templates/npc/32657-DiscipleSGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Disciple's Gatekeeper + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32658-GuardianOfEasternSeal.xml b/data/templates/npc/32658-GuardianOfEasternSeal.xml new file mode 100644 index 000000000..6f8256b17 --- /dev/null +++ b/data/templates/npc/32658-GuardianOfEasternSeal.xml @@ -0,0 +1,24 @@ + + + + Guardian of Eastern Seal + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32659-GuardianOfWesternSeal.xml b/data/templates/npc/32659-GuardianOfWesternSeal.xml new file mode 100644 index 000000000..67cd12992 --- /dev/null +++ b/data/templates/npc/32659-GuardianOfWesternSeal.xml @@ -0,0 +1,24 @@ + + + + Guardian of Western Seal + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32660-GuardianOfSouthernSeal.xml b/data/templates/npc/32660-GuardianOfSouthernSeal.xml new file mode 100644 index 000000000..e8aa5c624 --- /dev/null +++ b/data/templates/npc/32660-GuardianOfSouthernSeal.xml @@ -0,0 +1,24 @@ + + + + Guardian of Southern Seal + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32661-GuardianOfNorthernSeal.xml b/data/templates/npc/32661-GuardianOfNorthernSeal.xml new file mode 100644 index 000000000..19c3191ee --- /dev/null +++ b/data/templates/npc/32661-GuardianOfNorthernSeal.xml @@ -0,0 +1,24 @@ + + + + Guardian of Northern Seal + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32662-GuardianOfGreatSeal.xml b/data/templates/npc/32662-GuardianOfGreatSeal.xml new file mode 100644 index 000000000..6ca67eeea --- /dev/null +++ b/data/templates/npc/32662-GuardianOfGreatSeal.xml @@ -0,0 +1,24 @@ + + + + Guardian of Great Seal + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32663-GuardianOfTowerOfSeal.xml b/data/templates/npc/32663-GuardianOfTowerOfSeal.xml new file mode 100644 index 000000000..95a0eca6c --- /dev/null +++ b/data/templates/npc/32663-GuardianOfTowerOfSeal.xml @@ -0,0 +1,24 @@ + + + + Guardian of Tower of Seal + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32664-DelusionManager.xml b/data/templates/npc/32664-DelusionManager.xml new file mode 100644 index 000000000..5fd1188df --- /dev/null +++ b/data/templates/npc/32664-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32665-DelusionManager.xml b/data/templates/npc/32665-DelusionManager.xml new file mode 100644 index 000000000..54a02f94b --- /dev/null +++ b/data/templates/npc/32665-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32666-DelusionManager.xml b/data/templates/npc/32666-DelusionManager.xml new file mode 100644 index 000000000..a4dc10f3c --- /dev/null +++ b/data/templates/npc/32666-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32667-DelusionManager.xml b/data/templates/npc/32667-DelusionManager.xml new file mode 100644 index 000000000..6c85eee1c --- /dev/null +++ b/data/templates/npc/32667-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32668-DelusionManager.xml b/data/templates/npc/32668-DelusionManager.xml new file mode 100644 index 000000000..0ef777347 --- /dev/null +++ b/data/templates/npc/32668-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32669-DelusionManager.xml b/data/templates/npc/32669-DelusionManager.xml new file mode 100644 index 000000000..6653b3efa --- /dev/null +++ b/data/templates/npc/32669-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32670-DelusionManager.xml b/data/templates/npc/32670-DelusionManager.xml new file mode 100644 index 000000000..a8782afa4 --- /dev/null +++ b/data/templates/npc/32670-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32671-DelusionManager.xml b/data/templates/npc/32671-DelusionManager.xml new file mode 100644 index 000000000..16506c25c --- /dev/null +++ b/data/templates/npc/32671-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32672-DelusionManager.xml b/data/templates/npc/32672-DelusionManager.xml new file mode 100644 index 000000000..150f83d01 --- /dev/null +++ b/data/templates/npc/32672-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32673-DelusionManager.xml b/data/templates/npc/32673-DelusionManager.xml new file mode 100644 index 000000000..139edbc7a --- /dev/null +++ b/data/templates/npc/32673-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32674-DelusionManager.xml b/data/templates/npc/32674-DelusionManager.xml new file mode 100644 index 000000000..86d01a6f6 --- /dev/null +++ b/data/templates/npc/32674-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32675-DelusionManager.xml b/data/templates/npc/32675-DelusionManager.xml new file mode 100644 index 000000000..16d534b02 --- /dev/null +++ b/data/templates/npc/32675-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32676-DelusionManager.xml b/data/templates/npc/32676-DelusionManager.xml new file mode 100644 index 000000000..a2cb67bd8 --- /dev/null +++ b/data/templates/npc/32676-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32677-DelusionManager.xml b/data/templates/npc/32677-DelusionManager.xml new file mode 100644 index 000000000..59b66479f --- /dev/null +++ b/data/templates/npc/32677-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32678-DelusionManager.xml b/data/templates/npc/32678-DelusionManager.xml new file mode 100644 index 000000000..8517931b3 --- /dev/null +++ b/data/templates/npc/32678-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32679-DelusionManager.xml b/data/templates/npc/32679-DelusionManager.xml new file mode 100644 index 000000000..d099b4055 --- /dev/null +++ b/data/templates/npc/32679-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32680-DelusionManager.xml b/data/templates/npc/32680-DelusionManager.xml new file mode 100644 index 000000000..a02ae982a --- /dev/null +++ b/data/templates/npc/32680-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32681-DelusionManager.xml b/data/templates/npc/32681-DelusionManager.xml new file mode 100644 index 000000000..78237df4e --- /dev/null +++ b/data/templates/npc/32681-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32682-DelusionManager.xml b/data/templates/npc/32682-DelusionManager.xml new file mode 100644 index 000000000..56ce7ac53 --- /dev/null +++ b/data/templates/npc/32682-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32683-DelusionManager.xml b/data/templates/npc/32683-DelusionManager.xml new file mode 100644 index 000000000..f2d187f72 --- /dev/null +++ b/data/templates/npc/32683-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32684-DelusionManager.xml b/data/templates/npc/32684-DelusionManager.xml new file mode 100644 index 000000000..f15462e93 --- /dev/null +++ b/data/templates/npc/32684-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32685-DelusionManager.xml b/data/templates/npc/32685-DelusionManager.xml new file mode 100644 index 000000000..7f8d6b994 --- /dev/null +++ b/data/templates/npc/32685-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32686-DelusionManager.xml b/data/templates/npc/32686-DelusionManager.xml new file mode 100644 index 000000000..a898b8700 --- /dev/null +++ b/data/templates/npc/32686-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32687-DelusionManager.xml b/data/templates/npc/32687-DelusionManager.xml new file mode 100644 index 000000000..fed5be53f --- /dev/null +++ b/data/templates/npc/32687-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32688-DelusionManager.xml b/data/templates/npc/32688-DelusionManager.xml new file mode 100644 index 000000000..254226837 --- /dev/null +++ b/data/templates/npc/32688-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32689-DelusionManager.xml b/data/templates/npc/32689-DelusionManager.xml new file mode 100644 index 000000000..bb2c95071 --- /dev/null +++ b/data/templates/npc/32689-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32690-DelusionManager.xml b/data/templates/npc/32690-DelusionManager.xml new file mode 100644 index 000000000..3f0b09d81 --- /dev/null +++ b/data/templates/npc/32690-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32691-DelusionManager.xml b/data/templates/npc/32691-DelusionManager.xml new file mode 100644 index 000000000..18cf07125 --- /dev/null +++ b/data/templates/npc/32691-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32692-DelusionManager.xml b/data/templates/npc/32692-DelusionManager.xml new file mode 100644 index 000000000..9d14912ed --- /dev/null +++ b/data/templates/npc/32692-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32693-DelusionManager.xml b/data/templates/npc/32693-DelusionManager.xml new file mode 100644 index 000000000..648fb5ebb --- /dev/null +++ b/data/templates/npc/32693-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32694-DelusionManager.xml b/data/templates/npc/32694-DelusionManager.xml new file mode 100644 index 000000000..e49844125 --- /dev/null +++ b/data/templates/npc/32694-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32695-DelusionManager.xml b/data/templates/npc/32695-DelusionManager.xml new file mode 100644 index 000000000..6382e04a1 --- /dev/null +++ b/data/templates/npc/32695-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32696-DelusionManager.xml b/data/templates/npc/32696-DelusionManager.xml new file mode 100644 index 000000000..0a815f919 --- /dev/null +++ b/data/templates/npc/32696-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32697-DelusionManager.xml b/data/templates/npc/32697-DelusionManager.xml new file mode 100644 index 000000000..a44491a0a --- /dev/null +++ b/data/templates/npc/32697-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32698-DelusionManager.xml b/data/templates/npc/32698-DelusionManager.xml new file mode 100644 index 000000000..96ac3a4e1 --- /dev/null +++ b/data/templates/npc/32698-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32699-DelusionManager.xml b/data/templates/npc/32699-DelusionManager.xml new file mode 100644 index 000000000..1101f7048 --- /dev/null +++ b/data/templates/npc/32699-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32700-DelusionManager.xml b/data/templates/npc/32700-DelusionManager.xml new file mode 100644 index 000000000..99fa3d8ef --- /dev/null +++ b/data/templates/npc/32700-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32701-DelusionManager.xml b/data/templates/npc/32701-DelusionManager.xml new file mode 100644 index 000000000..b07f1cc44 --- /dev/null +++ b/data/templates/npc/32701-DelusionManager.xml @@ -0,0 +1,25 @@ + + + + Delusion Manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32702.xml b/data/templates/npc/32702.xml new file mode 100644 index 000000000..dcf930e65 --- /dev/null +++ b/data/templates/npc/32702.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32703.xml b/data/templates/npc/32703.xml new file mode 100644 index 000000000..23080e261 --- /dev/null +++ b/data/templates/npc/32703.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32704-Somulitan.xml b/data/templates/npc/32704-Somulitan.xml new file mode 100644 index 000000000..a5c5d6c41 --- /dev/null +++ b/data/templates/npc/32704-Somulitan.xml @@ -0,0 +1,26 @@ + + + + Somulitan + Soul Fragment Annex + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32705-ZakenSCandle.xml b/data/templates/npc/32705-ZakenSCandle.xml new file mode 100644 index 000000000..1c9b7bcbb --- /dev/null +++ b/data/templates/npc/32705-ZakenSCandle.xml @@ -0,0 +1,25 @@ + + + + Zaken's Candle + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32706-LucienSAltar.xml b/data/templates/npc/32706-LucienSAltar.xml new file mode 100644 index 000000000..3b3501aac --- /dev/null +++ b/data/templates/npc/32706-LucienSAltar.xml @@ -0,0 +1,25 @@ + + + + Lucien's Altar + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32707-LucienSAltar.xml b/data/templates/npc/32707-LucienSAltar.xml new file mode 100644 index 000000000..e5e52ae7c --- /dev/null +++ b/data/templates/npc/32707-LucienSAltar.xml @@ -0,0 +1,25 @@ + + + + Lucien's Altar + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32708-LucienSAltar.xml b/data/templates/npc/32708-LucienSAltar.xml new file mode 100644 index 000000000..d28597efe --- /dev/null +++ b/data/templates/npc/32708-LucienSAltar.xml @@ -0,0 +1,25 @@ + + + + Lucien's Altar + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32709-LucienSAltar.xml b/data/templates/npc/32709-LucienSAltar.xml new file mode 100644 index 000000000..c882fb68c --- /dev/null +++ b/data/templates/npc/32709-LucienSAltar.xml @@ -0,0 +1,25 @@ + + + + Lucien's Altar + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32710-LucienSAltar.xml b/data/templates/npc/32710-LucienSAltar.xml new file mode 100644 index 000000000..83627800b --- /dev/null +++ b/data/templates/npc/32710-LucienSAltar.xml @@ -0,0 +1,25 @@ + + + + Lucien's Altar + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32713-PathfinderWorker.xml b/data/templates/npc/32713-PathfinderWorker.xml new file mode 100644 index 000000000..d0f78d378 --- /dev/null +++ b/data/templates/npc/32713-PathfinderWorker.xml @@ -0,0 +1,25 @@ + + + + Pathfinder Worker + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32715-Lilith.xml b/data/templates/npc/32715-Lilith.xml new file mode 100644 index 000000000..7072b5934 --- /dev/null +++ b/data/templates/npc/32715-Lilith.xml @@ -0,0 +1,26 @@ + + + + Lilith + Holy Mother of Abyss + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32716-LilithSSteward.xml b/data/templates/npc/32716-LilithSSteward.xml new file mode 100644 index 000000000..607d73e62 --- /dev/null +++ b/data/templates/npc/32716-LilithSSteward.xml @@ -0,0 +1,25 @@ + + + + Lilith's Steward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32717-LilithSElite.xml b/data/templates/npc/32717-LilithSElite.xml new file mode 100644 index 000000000..702f033c6 --- /dev/null +++ b/data/templates/npc/32717-LilithSElite.xml @@ -0,0 +1,26 @@ + + + + Lilith's Elite + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32718-Anakim.xml b/data/templates/npc/32718-Anakim.xml new file mode 100644 index 000000000..4a9f82264 --- /dev/null +++ b/data/templates/npc/32718-Anakim.xml @@ -0,0 +1,26 @@ + + + + Anakim + Flames of Sacred Fire + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32719-AnakimSGuardian.xml b/data/templates/npc/32719-AnakimSGuardian.xml new file mode 100644 index 000000000..91d9ad310 --- /dev/null +++ b/data/templates/npc/32719-AnakimSGuardian.xml @@ -0,0 +1,25 @@ + + + + Anakim's Guardian + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32720-AnakimSGuard.xml b/data/templates/npc/32720-AnakimSGuard.xml new file mode 100644 index 000000000..3a5ad3aff --- /dev/null +++ b/data/templates/npc/32720-AnakimSGuard.xml @@ -0,0 +1,25 @@ + + + + Anakim's Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32721-AnakimSExecutor.xml b/data/templates/npc/32721-AnakimSExecutor.xml new file mode 100644 index 000000000..e6779fc9a --- /dev/null +++ b/data/templates/npc/32721-AnakimSExecutor.xml @@ -0,0 +1,25 @@ + + + + Anakim's Executor + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32722-BattleLeagueHelper.xml b/data/templates/npc/32722-BattleLeagueHelper.xml new file mode 100644 index 000000000..d4a255aca --- /dev/null +++ b/data/templates/npc/32722-BattleLeagueHelper.xml @@ -0,0 +1,25 @@ + + + + Battle League Helper + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32723.xml b/data/templates/npc/32723.xml new file mode 100644 index 000000000..5952d0405 --- /dev/null +++ b/data/templates/npc/32723.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32724.xml b/data/templates/npc/32724.xml new file mode 100644 index 000000000..d2a6f4e41 --- /dev/null +++ b/data/templates/npc/32724.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32725-PriestOfResurrection.xml b/data/templates/npc/32725-PriestOfResurrection.xml new file mode 100644 index 000000000..1bebfe97b --- /dev/null +++ b/data/templates/npc/32725-PriestOfResurrection.xml @@ -0,0 +1,25 @@ + + + + Priest of Resurrection + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32726-DrIce.xml b/data/templates/npc/32726-DrIce.xml new file mode 100644 index 000000000..aab2695f5 --- /dev/null +++ b/data/templates/npc/32726-DrIce.xml @@ -0,0 +1,26 @@ + + + + Dr. Ice + Event manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32727-PussTheCat.xml b/data/templates/npc/32727-PussTheCat.xml new file mode 100644 index 000000000..6107f9580 --- /dev/null +++ b/data/templates/npc/32727-PussTheCat.xml @@ -0,0 +1,26 @@ + + + + Puss the Cat + Event manager + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32728-HeavenlyBridgeKeeper.xml b/data/templates/npc/32728-HeavenlyBridgeKeeper.xml new file mode 100644 index 000000000..1e6f03c2d --- /dev/null +++ b/data/templates/npc/32728-HeavenlyBridgeKeeper.xml @@ -0,0 +1,26 @@ + + + + Heavenly Bridge Keeper + Event manager + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32729.xml b/data/templates/npc/32729.xml new file mode 100644 index 000000000..d93917525 --- /dev/null +++ b/data/templates/npc/32729.xml @@ -0,0 +1,24 @@ + + + + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32730.xml b/data/templates/npc/32730.xml new file mode 100644 index 000000000..6750b4764 --- /dev/null +++ b/data/templates/npc/32730.xml @@ -0,0 +1,24 @@ + + + + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32731-Hardin.xml b/data/templates/npc/32731-Hardin.xml new file mode 100644 index 000000000..d675687dc --- /dev/null +++ b/data/templates/npc/32731-Hardin.xml @@ -0,0 +1,25 @@ + + + + Hardin + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32732-SixthAnniversaryPartyManager.xml b/data/templates/npc/32732-SixthAnniversaryPartyManager.xml new file mode 100644 index 000000000..a09e9ce8e --- /dev/null +++ b/data/templates/npc/32732-SixthAnniversaryPartyManager.xml @@ -0,0 +1,26 @@ + + + + Sixth Anniversary Party Manager + Event manager + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32733-Kbaldir.xml b/data/templates/npc/32733-Kbaldir.xml new file mode 100644 index 000000000..da4d20ba7 --- /dev/null +++ b/data/templates/npc/32733-Kbaldir.xml @@ -0,0 +1,26 @@ + + + + Kbaldir + Commander + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32735-Nemo.xml b/data/templates/npc/32735-Nemo.xml new file mode 100644 index 000000000..0fef065ea --- /dev/null +++ b/data/templates/npc/32735-Nemo.xml @@ -0,0 +1,26 @@ + + + + Nemo + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32736-Ermian.xml b/data/templates/npc/32736-Ermian.xml new file mode 100644 index 000000000..79b10a7b9 --- /dev/null +++ b/data/templates/npc/32736-Ermian.xml @@ -0,0 +1,26 @@ + + + + Ermian + General + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32737-Seyo.xml b/data/templates/npc/32737-Seyo.xml new file mode 100644 index 000000000..7e874eeb6 --- /dev/null +++ b/data/templates/npc/32737-Seyo.xml @@ -0,0 +1,25 @@ + + + + Seyo + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32738-InjuredSoldier.xml b/data/templates/npc/32738-InjuredSoldier.xml new file mode 100644 index 000000000..cdb001bbf --- /dev/null +++ b/data/templates/npc/32738-InjuredSoldier.xml @@ -0,0 +1,25 @@ + + + + Injured Soldier + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32739-Bomona.xml b/data/templates/npc/32739-Bomona.xml new file mode 100644 index 000000000..e598c5c2b --- /dev/null +++ b/data/templates/npc/32739-Bomona.xml @@ -0,0 +1,25 @@ + + + + Bomona + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32740-Batracos.xml b/data/templates/npc/32740-Batracos.xml new file mode 100644 index 000000000..2cc3cf4e3 --- /dev/null +++ b/data/templates/npc/32740-Batracos.xml @@ -0,0 +1,26 @@ + + + + Batracos + Gatekeeper + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32741-Ankumi.xml b/data/templates/npc/32741-Ankumi.xml new file mode 100644 index 000000000..71db25e0e --- /dev/null +++ b/data/templates/npc/32741-Ankumi.xml @@ -0,0 +1,26 @@ + + + + Ankumi + Researcher + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32742-Laki.xml b/data/templates/npc/32742-Laki.xml new file mode 100644 index 000000000..bc3cc4819 --- /dev/null +++ b/data/templates/npc/32742-Laki.xml @@ -0,0 +1,26 @@ + + + + Laki + Investigator + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32743-Sally.xml b/data/templates/npc/32743-Sally.xml new file mode 100644 index 000000000..832ccab3c --- /dev/null +++ b/data/templates/npc/32743-Sally.xml @@ -0,0 +1,26 @@ + + + + Sally + Investigator + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32744-Johnny.xml b/data/templates/npc/32744-Johnny.xml new file mode 100644 index 000000000..4687bdb6c --- /dev/null +++ b/data/templates/npc/32744-Johnny.xml @@ -0,0 +1,26 @@ + + + + Johnny + Chief Investigator + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32745-TeleportDevice.xml b/data/templates/npc/32745-TeleportDevice.xml new file mode 100644 index 000000000..e8fadf77f --- /dev/null +++ b/data/templates/npc/32745-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32746-TeleportDevice.xml b/data/templates/npc/32746-TeleportDevice.xml new file mode 100644 index 000000000..5280e070e --- /dev/null +++ b/data/templates/npc/32746-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32747-TeleportDevice.xml b/data/templates/npc/32747-TeleportDevice.xml new file mode 100644 index 000000000..2baa4ab81 --- /dev/null +++ b/data/templates/npc/32747-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32748-TeleportDevice.xml b/data/templates/npc/32748-TeleportDevice.xml new file mode 100644 index 000000000..74329fda2 --- /dev/null +++ b/data/templates/npc/32748-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32749-TeleportDevice.xml b/data/templates/npc/32749-TeleportDevice.xml new file mode 100644 index 000000000..db720e3fc --- /dev/null +++ b/data/templates/npc/32749-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32750-TeleportDevice.xml b/data/templates/npc/32750-TeleportDevice.xml new file mode 100644 index 000000000..3059cfa21 --- /dev/null +++ b/data/templates/npc/32750-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32751-TeleportDevice.xml b/data/templates/npc/32751-TeleportDevice.xml new file mode 100644 index 000000000..1b672333b --- /dev/null +++ b/data/templates/npc/32751-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32752-TeleportDevice.xml b/data/templates/npc/32752-TeleportDevice.xml new file mode 100644 index 000000000..6b0236f6a --- /dev/null +++ b/data/templates/npc/32752-TeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32753-FloorTeleportDevice.xml b/data/templates/npc/32753-FloorTeleportDevice.xml new file mode 100644 index 000000000..9cd0d55d8 --- /dev/null +++ b/data/templates/npc/32753-FloorTeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Floor Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32754-FloorTeleportDevice.xml b/data/templates/npc/32754-FloorTeleportDevice.xml new file mode 100644 index 000000000..4c21b4e8d --- /dev/null +++ b/data/templates/npc/32754-FloorTeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Floor Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32755-FloorTeleportDevice.xml b/data/templates/npc/32755-FloorTeleportDevice.xml new file mode 100644 index 000000000..8a978b5c4 --- /dev/null +++ b/data/templates/npc/32755-FloorTeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Floor Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32756-FloorTeleportDevice.xml b/data/templates/npc/32756-FloorTeleportDevice.xml new file mode 100644 index 000000000..166da05f9 --- /dev/null +++ b/data/templates/npc/32756-FloorTeleportDevice.xml @@ -0,0 +1,24 @@ + + + + Floor Teleport Device + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32757-Greymore.xml b/data/templates/npc/32757-Greymore.xml new file mode 100644 index 000000000..f2dffc1da --- /dev/null +++ b/data/templates/npc/32757-Greymore.xml @@ -0,0 +1,26 @@ + + + + Greymore + Priest + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32758-Sumiel.xml b/data/templates/npc/32758-Sumiel.xml new file mode 100644 index 000000000..b3e78cd09 --- /dev/null +++ b/data/templates/npc/32758-Sumiel.xml @@ -0,0 +1,26 @@ + + + + Sumiel + Treasure Seeker + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32759-Gumiel.xml b/data/templates/npc/32759-Gumiel.xml new file mode 100644 index 000000000..ee23e97fc --- /dev/null +++ b/data/templates/npc/32759-Gumiel.xml @@ -0,0 +1,26 @@ + + + + Gumiel + Treasure Seeker + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32760-Jinia.xml b/data/templates/npc/32760-Jinia.xml new file mode 100644 index 000000000..1d6d0cb64 --- /dev/null +++ b/data/templates/npc/32760-Jinia.xml @@ -0,0 +1,25 @@ + + + + Jinia + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32761-Kegor.xml b/data/templates/npc/32761-Kegor.xml new file mode 100644 index 000000000..8987d9aab --- /dev/null +++ b/data/templates/npc/32761-Kegor.xml @@ -0,0 +1,25 @@ + + + + Kegor + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32762-Sirra.xml b/data/templates/npc/32762-Sirra.xml new file mode 100644 index 000000000..bfc15b42d --- /dev/null +++ b/data/templates/npc/32762-Sirra.xml @@ -0,0 +1,25 @@ + + + + Sirra + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32763-Sirra.xml b/data/templates/npc/32763-Sirra.xml new file mode 100644 index 000000000..dfc28ce05 --- /dev/null +++ b/data/templates/npc/32763-Sirra.xml @@ -0,0 +1,26 @@ + + + + Sirra + Ice Fairy + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32764.xml b/data/templates/npc/32764.xml new file mode 100644 index 000000000..2a3348230 --- /dev/null +++ b/data/templates/npc/32764.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32765-BoxOfDoubt.xml b/data/templates/npc/32765-BoxOfDoubt.xml new file mode 100644 index 000000000..81ec0ef3e --- /dev/null +++ b/data/templates/npc/32765-BoxOfDoubt.xml @@ -0,0 +1,24 @@ + + + + Box of Doubt + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32766-Ilvenis.xml b/data/templates/npc/32766-Ilvenis.xml new file mode 100644 index 000000000..c7bba5bbf --- /dev/null +++ b/data/templates/npc/32766-Ilvenis.xml @@ -0,0 +1,27 @@ + + + + Ilvenis + Soldier + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32767-Mclaren.xml b/data/templates/npc/32767-Mclaren.xml new file mode 100644 index 000000000..f59dbd0f9 --- /dev/null +++ b/data/templates/npc/32767-Mclaren.xml @@ -0,0 +1,26 @@ + + + + McLaren + Soldier + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32768-Kelleyia.xml b/data/templates/npc/32768-Kelleyia.xml new file mode 100644 index 000000000..73088c7c1 --- /dev/null +++ b/data/templates/npc/32768-Kelleyia.xml @@ -0,0 +1,25 @@ + + + + Kelleyia + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32769-CorpseOfGraciaSoldier.xml b/data/templates/npc/32769-CorpseOfGraciaSoldier.xml new file mode 100644 index 000000000..b78316222 --- /dev/null +++ b/data/templates/npc/32769-CorpseOfGraciaSoldier.xml @@ -0,0 +1,25 @@ + + + + Corpse of Gracia Soldier + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32770-CorpseOfGraciaSoldier.xml b/data/templates/npc/32770-CorpseOfGraciaSoldier.xml new file mode 100644 index 000000000..7d60f3342 --- /dev/null +++ b/data/templates/npc/32770-CorpseOfGraciaSoldier.xml @@ -0,0 +1,25 @@ + + + + Corpse of Gracia Soldier + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32771-CorpseOfGraciaSoldier.xml b/data/templates/npc/32771-CorpseOfGraciaSoldier.xml new file mode 100644 index 000000000..7e63f5d03 --- /dev/null +++ b/data/templates/npc/32771-CorpseOfGraciaSoldier.xml @@ -0,0 +1,25 @@ + + + + Corpse of Gracia Soldier + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32772-CorpseOfGraciaSoldier.xml b/data/templates/npc/32772-CorpseOfGraciaSoldier.xml new file mode 100644 index 000000000..35a2eb060 --- /dev/null +++ b/data/templates/npc/32772-CorpseOfGraciaSoldier.xml @@ -0,0 +1,25 @@ + + + + Corpse of Gracia Soldier + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32773-Jakan.xml b/data/templates/npc/32773-Jakan.xml new file mode 100644 index 000000000..9df82563a --- /dev/null +++ b/data/templates/npc/32773-Jakan.xml @@ -0,0 +1,26 @@ + + + + Jakan + Officer + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32777-BattalionLeader.xml b/data/templates/npc/32777-BattalionLeader.xml new file mode 100644 index 000000000..76d287847 --- /dev/null +++ b/data/templates/npc/32777-BattalionLeader.xml @@ -0,0 +1,27 @@ + + + + Battalion Leader + Jinia Guild + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32778-Legionnaire.xml b/data/templates/npc/32778-Legionnaire.xml new file mode 100644 index 000000000..f307f6e4f --- /dev/null +++ b/data/templates/npc/32778-Legionnaire.xml @@ -0,0 +1,27 @@ + + + + Legionnaire + Jinia Guild + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/32779-AirshipController.xml b/data/templates/npc/32779-AirshipController.xml new file mode 100644 index 000000000..c48f4824d --- /dev/null +++ b/data/templates/npc/32779-AirshipController.xml @@ -0,0 +1,25 @@ + + + + Airship Controller + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32780-Aquilani.xml b/data/templates/npc/32780-Aquilani.xml new file mode 100644 index 000000000..ce3f840a3 --- /dev/null +++ b/data/templates/npc/32780-Aquilani.xml @@ -0,0 +1,25 @@ + + + + Aquilani + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32781-Jinia.xml b/data/templates/npc/32781-Jinia.xml new file mode 100644 index 000000000..a184abfdb --- /dev/null +++ b/data/templates/npc/32781-Jinia.xml @@ -0,0 +1,25 @@ + + + + Jinia + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/32783-PriestOfBlessing.xml b/data/templates/npc/32783-PriestOfBlessing.xml new file mode 100644 index 000000000..0e08c94b4 --- /dev/null +++ b/data/templates/npc/32783-PriestOfBlessing.xml @@ -0,0 +1,25 @@ + + + + Priest of Blessing + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/33-Trejuo.xml b/data/templates/npc/33-Trejuo.xml new file mode 100644 index 000000000..f08fb8a89 --- /dev/null +++ b/data/templates/npc/33-Trejuo.xml @@ -0,0 +1,26 @@ + + + + Trejuo + Blessed Child + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/34-Sujin.xml b/data/templates/npc/34-Sujin.xml new file mode 100644 index 000000000..a959a956c --- /dev/null +++ b/data/templates/npc/34-Sujin.xml @@ -0,0 +1,26 @@ + + + + Sujin + Blessed Child + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35060-NephilimMercenary.xml b/data/templates/npc/35060-NephilimMercenary.xml new file mode 100644 index 000000000..57030bc62 --- /dev/null +++ b/data/templates/npc/35060-NephilimMercenary.xml @@ -0,0 +1,26 @@ + + + + Nephilim Mercenary + 85 + MALE + + + + + + + + + + + + + + + 723 + 1 + + + + diff --git a/data/templates/npc/35061-NephilimMercenary.xml b/data/templates/npc/35061-NephilimMercenary.xml new file mode 100644 index 000000000..c937c17d2 --- /dev/null +++ b/data/templates/npc/35061-NephilimMercenary.xml @@ -0,0 +1,26 @@ + + + + Nephilim Mercenary + 82 + FEMALE + + + + + + + + + + + + + + + 672 + 1 + + + + diff --git a/data/templates/npc/35062-Headquarters.xml b/data/templates/npc/35062-Headquarters.xml new file mode 100644 index 000000000..818227909 --- /dev/null +++ b/data/templates/npc/35062-Headquarters.xml @@ -0,0 +1,24 @@ + + + + Headquarters + 1 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35382-Brakel.xml b/data/templates/npc/35382-Brakel.xml new file mode 100644 index 000000000..fac5ae036 --- /dev/null +++ b/data/templates/npc/35382-Brakel.xml @@ -0,0 +1,26 @@ + + + + Brakel + Partisan Herald + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35383-Tamutak.xml b/data/templates/npc/35383-Tamutak.xml new file mode 100644 index 000000000..19ec9e1f4 --- /dev/null +++ b/data/templates/npc/35383-Tamutak.xml @@ -0,0 +1,26 @@ + + + + Tamutak + Ol Mahum Steward + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35420-Loken.xml b/data/templates/npc/35420-Loken.xml new file mode 100644 index 000000000..1180180cd --- /dev/null +++ b/data/templates/npc/35420-Loken.xml @@ -0,0 +1,27 @@ + + + + Loken + Messenger + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35421-Biggerstaff.xml b/data/templates/npc/35421-Biggerstaff.xml new file mode 100644 index 000000000..244dcebdb --- /dev/null +++ b/data/templates/npc/35421-Biggerstaff.xml @@ -0,0 +1,26 @@ + + + + Biggerstaff + Steward + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35422-FlagOfWinner.xml b/data/templates/npc/35422-FlagOfWinner.xml new file mode 100644 index 000000000..cac47a0b1 --- /dev/null +++ b/data/templates/npc/35422-FlagOfWinner.xml @@ -0,0 +1,24 @@ + + + + Flag of Winner + 75 + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35423-RedFlag.xml b/data/templates/npc/35423-RedFlag.xml new file mode 100644 index 000000000..05de8e912 --- /dev/null +++ b/data/templates/npc/35423-RedFlag.xml @@ -0,0 +1,24 @@ + + + + Red Flag + 75 + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35424-YellowFlag.xml b/data/templates/npc/35424-YellowFlag.xml new file mode 100644 index 000000000..4345aedd3 --- /dev/null +++ b/data/templates/npc/35424-YellowFlag.xml @@ -0,0 +1,24 @@ + + + + Yellow Flag + 75 + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35425-GreenFlag.xml b/data/templates/npc/35425-GreenFlag.xml new file mode 100644 index 000000000..19d3ae271 --- /dev/null +++ b/data/templates/npc/35425-GreenFlag.xml @@ -0,0 +1,24 @@ + + + + Green Flag + 75 + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35426-BlueFlag.xml b/data/templates/npc/35426-BlueFlag.xml new file mode 100644 index 000000000..fbad6ad56 --- /dev/null +++ b/data/templates/npc/35426-BlueFlag.xml @@ -0,0 +1,24 @@ + + + + Blue Flag + 75 + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35427-PurpleFlag.xml b/data/templates/npc/35427-PurpleFlag.xml new file mode 100644 index 000000000..a6e37a60a --- /dev/null +++ b/data/templates/npc/35427-PurpleFlag.xml @@ -0,0 +1,24 @@ + + + + Purple Flag + 75 + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35433-InnerDoorman.xml b/data/templates/npc/35433-InnerDoorman.xml new file mode 100644 index 000000000..8e4016aa8 --- /dev/null +++ b/data/templates/npc/35433-InnerDoorman.xml @@ -0,0 +1,25 @@ + + + + Inner Doorman + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35434-InnerDoorman.xml b/data/templates/npc/35434-InnerDoorman.xml new file mode 100644 index 000000000..087c7f9af --- /dev/null +++ b/data/templates/npc/35434-InnerDoorman.xml @@ -0,0 +1,25 @@ + + + + Inner Doorman + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35435-OuterDoorman.xml b/data/templates/npc/35435-OuterDoorman.xml new file mode 100644 index 000000000..bff74f981 --- /dev/null +++ b/data/templates/npc/35435-OuterDoorman.xml @@ -0,0 +1,25 @@ + + + + Outer Doorman + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35436-OuterDoorman.xml b/data/templates/npc/35436-OuterDoorman.xml new file mode 100644 index 000000000..a78701f44 --- /dev/null +++ b/data/templates/npc/35436-OuterDoorman.xml @@ -0,0 +1,25 @@ + + + + Outer Doorman + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35437-Messenger.xml b/data/templates/npc/35437-Messenger.xml new file mode 100644 index 000000000..476dab984 --- /dev/null +++ b/data/templates/npc/35437-Messenger.xml @@ -0,0 +1,25 @@ + + + + Messenger + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/35588-HotSpringsGourd.xml b/data/templates/npc/35588-HotSpringsGourd.xml new file mode 100644 index 000000000..dfd18ed66 --- /dev/null +++ b/data/templates/npc/35588-HotSpringsGourd.xml @@ -0,0 +1,24 @@ + + + + Hot Springs Gourd + 56 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35589-HotSpringsGourd.xml b/data/templates/npc/35589-HotSpringsGourd.xml new file mode 100644 index 000000000..ab0cf3ba0 --- /dev/null +++ b/data/templates/npc/35589-HotSpringsGourd.xml @@ -0,0 +1,24 @@ + + + + Hot Springs Gourd + 56 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35590-HotSpringsGourd.xml b/data/templates/npc/35590-HotSpringsGourd.xml new file mode 100644 index 000000000..28eb27946 --- /dev/null +++ b/data/templates/npc/35590-HotSpringsGourd.xml @@ -0,0 +1,24 @@ + + + + Hot Springs Gourd + 56 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35591-HotSpringsGourd.xml b/data/templates/npc/35591-HotSpringsGourd.xml new file mode 100644 index 000000000..7797e9b70 --- /dev/null +++ b/data/templates/npc/35591-HotSpringsGourd.xml @@ -0,0 +1,24 @@ + + + + Hot Springs Gourd + 56 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35592-EnragedYeti.xml b/data/templates/npc/35592-EnragedYeti.xml new file mode 100644 index 000000000..dc5711a86 --- /dev/null +++ b/data/templates/npc/35592-EnragedYeti.xml @@ -0,0 +1,25 @@ + + + + Enraged Yeti + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35593-TreasureChest.xml b/data/templates/npc/35593-TreasureChest.xml new file mode 100644 index 000000000..3647e713f --- /dev/null +++ b/data/templates/npc/35593-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35594-TreasureChest.xml b/data/templates/npc/35594-TreasureChest.xml new file mode 100644 index 000000000..3b5514776 --- /dev/null +++ b/data/templates/npc/35594-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35595-TreasureChest.xml b/data/templates/npc/35595-TreasureChest.xml new file mode 100644 index 000000000..af7e915eb --- /dev/null +++ b/data/templates/npc/35595-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35596-HotSpringsYeti.xml b/data/templates/npc/35596-HotSpringsYeti.xml new file mode 100644 index 000000000..a9fd08202 --- /dev/null +++ b/data/templates/npc/35596-HotSpringsYeti.xml @@ -0,0 +1,26 @@ + + + + Hot Springs Yeti + Maitre 'D + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35597-HotSpringsYeti.xml b/data/templates/npc/35597-HotSpringsYeti.xml new file mode 100644 index 000000000..9a0e2a65d --- /dev/null +++ b/data/templates/npc/35597-HotSpringsYeti.xml @@ -0,0 +1,26 @@ + + + + Hot Springs Yeti + Maitre 'D + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35598-HotSpringsYeti.xml b/data/templates/npc/35598-HotSpringsYeti.xml new file mode 100644 index 000000000..4ec190c51 --- /dev/null +++ b/data/templates/npc/35598-HotSpringsYeti.xml @@ -0,0 +1,26 @@ + + + + Hot Springs Yeti + Maitre 'D + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35599-HotSpringsYeti.xml b/data/templates/npc/35599-HotSpringsYeti.xml new file mode 100644 index 000000000..0bf426651 --- /dev/null +++ b/data/templates/npc/35599-HotSpringsYeti.xml @@ -0,0 +1,26 @@ + + + + Hot Springs Yeti + Maitre 'D + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35600-Manager.xml b/data/templates/npc/35600-Manager.xml new file mode 100644 index 000000000..215ad4c5c --- /dev/null +++ b/data/templates/npc/35600-Manager.xml @@ -0,0 +1,25 @@ + + + + Manager + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35601-Doorman.xml b/data/templates/npc/35601-Doorman.xml new file mode 100644 index 000000000..335f9a381 --- /dev/null +++ b/data/templates/npc/35601-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35602-Doorman.xml b/data/templates/npc/35602-Doorman.xml new file mode 100644 index 000000000..2cacf06f8 --- /dev/null +++ b/data/templates/npc/35602-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35603-Coordinator.xml b/data/templates/npc/35603-Coordinator.xml new file mode 100644 index 000000000..96351b355 --- /dev/null +++ b/data/templates/npc/35603-Coordinator.xml @@ -0,0 +1,25 @@ + + + + Coordinator + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35604-Messenger.xml b/data/templates/npc/35604-Messenger.xml new file mode 100644 index 000000000..6e953cd79 --- /dev/null +++ b/data/templates/npc/35604-Messenger.xml @@ -0,0 +1,25 @@ + + + + Messenger + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35605-Angout.xml b/data/templates/npc/35605-Angout.xml new file mode 100644 index 000000000..1a663a762 --- /dev/null +++ b/data/templates/npc/35605-Angout.xml @@ -0,0 +1,26 @@ + + + + Angout + Steward + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35606-VictorSFlag.xml b/data/templates/npc/35606-VictorSFlag.xml new file mode 100644 index 000000000..95021606f --- /dev/null +++ b/data/templates/npc/35606-VictorSFlag.xml @@ -0,0 +1,24 @@ + + + + Victor's Flag + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35607-RedFlag.xml b/data/templates/npc/35607-RedFlag.xml new file mode 100644 index 000000000..8cda8b95a --- /dev/null +++ b/data/templates/npc/35607-RedFlag.xml @@ -0,0 +1,24 @@ + + + + Red Flag + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35608-YellowFlag.xml b/data/templates/npc/35608-YellowFlag.xml new file mode 100644 index 000000000..9f1eeebfd --- /dev/null +++ b/data/templates/npc/35608-YellowFlag.xml @@ -0,0 +1,24 @@ + + + + Yellow Flag + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35609-GreenFlag.xml b/data/templates/npc/35609-GreenFlag.xml new file mode 100644 index 000000000..581c7a27e --- /dev/null +++ b/data/templates/npc/35609-GreenFlag.xml @@ -0,0 +1,24 @@ + + + + Green Flag + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35613-GroupGatekeeper.xml b/data/templates/npc/35613-GroupGatekeeper.xml new file mode 100644 index 000000000..0e5352794 --- /dev/null +++ b/data/templates/npc/35613-GroupGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Group Gatekeeper + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35614-GroupGatekeeper.xml b/data/templates/npc/35614-GroupGatekeeper.xml new file mode 100644 index 000000000..03759370f --- /dev/null +++ b/data/templates/npc/35614-GroupGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Group Gatekeeper + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35615-GroupGatekeeper.xml b/data/templates/npc/35615-GroupGatekeeper.xml new file mode 100644 index 000000000..659e37be5 --- /dev/null +++ b/data/templates/npc/35615-GroupGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Group Gatekeeper + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35616-GroupGatekeeper.xml b/data/templates/npc/35616-GroupGatekeeper.xml new file mode 100644 index 000000000..53f1899c6 --- /dev/null +++ b/data/templates/npc/35616-GroupGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Group Gatekeeper + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35617-GroupGatekeeper.xml b/data/templates/npc/35617-GroupGatekeeper.xml new file mode 100644 index 000000000..0ed365131 --- /dev/null +++ b/data/templates/npc/35617-GroupGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Group Gatekeeper + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35618-FrenziedCougar.xml b/data/templates/npc/35618-FrenziedCougar.xml new file mode 100644 index 000000000..5ff47c45b --- /dev/null +++ b/data/templates/npc/35618-FrenziedCougar.xml @@ -0,0 +1,25 @@ + + + + Frenzied Cougar + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35619-FrenziedBuffalo.xml b/data/templates/npc/35619-FrenziedBuffalo.xml new file mode 100644 index 000000000..3f932820b --- /dev/null +++ b/data/templates/npc/35619-FrenziedBuffalo.xml @@ -0,0 +1,25 @@ + + + + Frenzied Buffalo + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35620-FrenziedKookaburra.xml b/data/templates/npc/35620-FrenziedKookaburra.xml new file mode 100644 index 000000000..a4267fff8 --- /dev/null +++ b/data/templates/npc/35620-FrenziedKookaburra.xml @@ -0,0 +1,25 @@ + + + + Frenzied Kookaburra + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35621-FrenziedBuffaloBaby.xml b/data/templates/npc/35621-FrenziedBuffaloBaby.xml new file mode 100644 index 000000000..78cad16ae --- /dev/null +++ b/data/templates/npc/35621-FrenziedBuffaloBaby.xml @@ -0,0 +1,25 @@ + + + + Frenzied Buffalo Baby + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35622-FrenziedBabyCougar.xml b/data/templates/npc/35622-FrenziedBabyCougar.xml new file mode 100644 index 000000000..46dfdc69c --- /dev/null +++ b/data/templates/npc/35622-FrenziedBabyCougar.xml @@ -0,0 +1,25 @@ + + + + Frenzied Baby Cougar + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35623-InnerDoorman.xml b/data/templates/npc/35623-InnerDoorman.xml new file mode 100644 index 000000000..989908df3 --- /dev/null +++ b/data/templates/npc/35623-InnerDoorman.xml @@ -0,0 +1,25 @@ + + + + Inner Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35624-InnerDoorman.xml b/data/templates/npc/35624-InnerDoorman.xml new file mode 100644 index 000000000..cd232c025 --- /dev/null +++ b/data/templates/npc/35624-InnerDoorman.xml @@ -0,0 +1,25 @@ + + + + Inner Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35625-OuterDoorman.xml b/data/templates/npc/35625-OuterDoorman.xml new file mode 100644 index 000000000..c6c5d6f10 --- /dev/null +++ b/data/templates/npc/35625-OuterDoorman.xml @@ -0,0 +1,25 @@ + + + + Outer Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35626-OuterDoorman.xml b/data/templates/npc/35626-OuterDoorman.xml new file mode 100644 index 000000000..484559d1b --- /dev/null +++ b/data/templates/npc/35626-OuterDoorman.xml @@ -0,0 +1,25 @@ + + + + Outer Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35627-Messenger.xml b/data/templates/npc/35627-Messenger.xml new file mode 100644 index 000000000..5f0c14e37 --- /dev/null +++ b/data/templates/npc/35627-Messenger.xml @@ -0,0 +1,25 @@ + + + + Messenger + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35628-Quigby.xml b/data/templates/npc/35628-Quigby.xml new file mode 100644 index 000000000..e291e0b77 --- /dev/null +++ b/data/templates/npc/35628-Quigby.xml @@ -0,0 +1,26 @@ + + + + Quigby + Farm Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35629-LidiaVonHellmann.xml b/data/templates/npc/35629-LidiaVonHellmann.xml new file mode 100644 index 000000000..da92f97e4 --- /dev/null +++ b/data/templates/npc/35629-LidiaVonHellmann.xml @@ -0,0 +1,26 @@ + + + + Lidia von Hellmann + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35630-AlfredVonHellmann.xml b/data/templates/npc/35630-AlfredVonHellmann.xml new file mode 100644 index 000000000..749f88e63 --- /dev/null +++ b/data/templates/npc/35630-AlfredVonHellmann.xml @@ -0,0 +1,26 @@ + + + + Alfred von Hellmann + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35631-GiselleVonHellmann.xml b/data/templates/npc/35631-GiselleVonHellmann.xml new file mode 100644 index 000000000..a833555bc --- /dev/null +++ b/data/templates/npc/35631-GiselleVonHellmann.xml @@ -0,0 +1,26 @@ + + + + Giselle von Hellmann + 77 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35632-VampireAdept.xml b/data/templates/npc/35632-VampireAdept.xml new file mode 100644 index 000000000..12b53e3fb --- /dev/null +++ b/data/templates/npc/35632-VampireAdept.xml @@ -0,0 +1,26 @@ + + + + Vampire Adept + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35633-VampireSoldier.xml b/data/templates/npc/35633-VampireSoldier.xml new file mode 100644 index 000000000..d98c7faf9 --- /dev/null +++ b/data/templates/npc/35633-VampireSoldier.xml @@ -0,0 +1,26 @@ + + + + Vampire Soldier + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35634-VampireCaster.xml b/data/templates/npc/35634-VampireCaster.xml new file mode 100644 index 000000000..6774958f9 --- /dev/null +++ b/data/templates/npc/35634-VampireCaster.xml @@ -0,0 +1,26 @@ + + + + Vampire Caster + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35635-VampireMagister.xml b/data/templates/npc/35635-VampireMagister.xml new file mode 100644 index 000000000..30b6926d8 --- /dev/null +++ b/data/templates/npc/35635-VampireMagister.xml @@ -0,0 +1,26 @@ + + + + Vampire Magister + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35636-VampireWarlord.xml b/data/templates/npc/35636-VampireWarlord.xml new file mode 100644 index 000000000..fb0579efa --- /dev/null +++ b/data/templates/npc/35636-VampireWarlord.xml @@ -0,0 +1,26 @@ + + + + Vampire Warlord + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35637-VampireLeader.xml b/data/templates/npc/35637-VampireLeader.xml new file mode 100644 index 000000000..209d1db3c --- /dev/null +++ b/data/templates/npc/35637-VampireLeader.xml @@ -0,0 +1,25 @@ + + + + Vampire Leader + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35639-Jacquard.xml b/data/templates/npc/35639-Jacquard.xml new file mode 100644 index 000000000..d2283365d --- /dev/null +++ b/data/templates/npc/35639-Jacquard.xml @@ -0,0 +1,26 @@ + + + + Jacquard + Messenger + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35640-Bandello.xml b/data/templates/npc/35640-Bandello.xml new file mode 100644 index 000000000..01cd918ac --- /dev/null +++ b/data/templates/npc/35640-Bandello.xml @@ -0,0 +1,26 @@ + + + + Bandello + Steward + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35641-FortressGuard.xml b/data/templates/npc/35641-FortressGuard.xml new file mode 100644 index 000000000..f475cb805 --- /dev/null +++ b/data/templates/npc/35641-FortressGuard.xml @@ -0,0 +1,25 @@ + + + + Fortress Guard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35642-FortressGuard.xml b/data/templates/npc/35642-FortressGuard.xml new file mode 100644 index 000000000..af15a3258 --- /dev/null +++ b/data/templates/npc/35642-FortressGuard.xml @@ -0,0 +1,25 @@ + + + + Fortress Guard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35643-Gate.xml b/data/templates/npc/35643-Gate.xml new file mode 100644 index 000000000..a147faa25 --- /dev/null +++ b/data/templates/npc/35643-Gate.xml @@ -0,0 +1,24 @@ + + + + Gate + 56 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35646-VampireCaster.xml b/data/templates/npc/35646-VampireCaster.xml new file mode 100644 index 000000000..228f93135 --- /dev/null +++ b/data/templates/npc/35646-VampireCaster.xml @@ -0,0 +1,26 @@ + + + + Vampire Caster + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35647-VampireLeader.xml b/data/templates/npc/35647-VampireLeader.xml new file mode 100644 index 000000000..221c0c24d --- /dev/null +++ b/data/templates/npc/35647-VampireLeader.xml @@ -0,0 +1,25 @@ + + + + Vampire Leader + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35657-Flagpole.xml b/data/templates/npc/35657-Flagpole.xml new file mode 100644 index 000000000..00e9c357d --- /dev/null +++ b/data/templates/npc/35657-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 40 + 0 + + + diff --git a/data/templates/npc/35660-GuardCaptain.xml b/data/templates/npc/35660-GuardCaptain.xml new file mode 100644 index 000000000..8467772f6 --- /dev/null +++ b/data/templates/npc/35660-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Shanty Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35661-ArcherCaptain.xml b/data/templates/npc/35661-ArcherCaptain.xml new file mode 100644 index 000000000..cbc161e81 --- /dev/null +++ b/data/templates/npc/35661-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35663-EngineeringManager.xml b/data/templates/npc/35663-EngineeringManager.xml new file mode 100644 index 000000000..69d16853d --- /dev/null +++ b/data/templates/npc/35663-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35665-SupplyBox.xml b/data/templates/npc/35665-SupplyBox.xml new file mode 100644 index 000000000..2e815f291 --- /dev/null +++ b/data/templates/npc/35665-SupplyBox.xml @@ -0,0 +1,30 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/35666-DetentionCampWarden.xml b/data/templates/npc/35666-DetentionCampWarden.xml new file mode 100644 index 000000000..8d77e45a5 --- /dev/null +++ b/data/templates/npc/35666-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35675-PowerControlUnit.xml b/data/templates/npc/35675-PowerControlUnit.xml new file mode 100644 index 000000000..5cc00eb12 --- /dev/null +++ b/data/templates/npc/35675-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35686-MercenaryCaptain.xml b/data/templates/npc/35686-MercenaryCaptain.xml new file mode 100644 index 000000000..557e40d3a --- /dev/null +++ b/data/templates/npc/35686-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35687-MercenaryPrivate.xml b/data/templates/npc/35687-MercenaryPrivate.xml new file mode 100644 index 000000000..0227b4d03 --- /dev/null +++ b/data/templates/npc/35687-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35688-Flagpole.xml b/data/templates/npc/35688-Flagpole.xml new file mode 100644 index 000000000..28acfc9dc --- /dev/null +++ b/data/templates/npc/35688-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35691-GuardCaptain.xml b/data/templates/npc/35691-GuardCaptain.xml new file mode 100644 index 000000000..70e06ceb3 --- /dev/null +++ b/data/templates/npc/35691-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Southern Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35692-ArcherCaptain.xml b/data/templates/npc/35692-ArcherCaptain.xml new file mode 100644 index 000000000..4fa6bd7cd --- /dev/null +++ b/data/templates/npc/35692-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35693-General.xml b/data/templates/npc/35693-General.xml new file mode 100644 index 000000000..aa698086e --- /dev/null +++ b/data/templates/npc/35693-General.xml @@ -0,0 +1,27 @@ + + + + General + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35695-EngineeringManager.xml b/data/templates/npc/35695-EngineeringManager.xml new file mode 100644 index 000000000..5c85c0e5b --- /dev/null +++ b/data/templates/npc/35695-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35697-SupplyBox.xml b/data/templates/npc/35697-SupplyBox.xml new file mode 100644 index 000000000..2784747c0 --- /dev/null +++ b/data/templates/npc/35697-SupplyBox.xml @@ -0,0 +1,30 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/35698-DetentionCampWarden.xml b/data/templates/npc/35698-DetentionCampWarden.xml new file mode 100644 index 000000000..7545841b6 --- /dev/null +++ b/data/templates/npc/35698-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35707-MainMachine.xml b/data/templates/npc/35707-MainMachine.xml new file mode 100644 index 000000000..4762b4967 --- /dev/null +++ b/data/templates/npc/35707-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35708-BackupPowerUnit.xml b/data/templates/npc/35708-BackupPowerUnit.xml new file mode 100644 index 000000000..443eab58b --- /dev/null +++ b/data/templates/npc/35708-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35709-ControlUnit.xml b/data/templates/npc/35709-ControlUnit.xml new file mode 100644 index 000000000..69bce969d --- /dev/null +++ b/data/templates/npc/35709-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35710-PowerControlUnit.xml b/data/templates/npc/35710-PowerControlUnit.xml new file mode 100644 index 000000000..f9fa3a1ad --- /dev/null +++ b/data/templates/npc/35710-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35724-MercenaryCaptain.xml b/data/templates/npc/35724-MercenaryCaptain.xml new file mode 100644 index 000000000..ca82f8549 --- /dev/null +++ b/data/templates/npc/35724-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35725-MercenaryPrivate.xml b/data/templates/npc/35725-MercenaryPrivate.xml new file mode 100644 index 000000000..3c38a61ca --- /dev/null +++ b/data/templates/npc/35725-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35726-Flagpole.xml b/data/templates/npc/35726-Flagpole.xml new file mode 100644 index 000000000..9f84bb964 --- /dev/null +++ b/data/templates/npc/35726-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35729-GuardCaptain.xml b/data/templates/npc/35729-GuardCaptain.xml new file mode 100644 index 000000000..5449e69ba --- /dev/null +++ b/data/templates/npc/35729-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Hive Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35730-ArcherCaptain.xml b/data/templates/npc/35730-ArcherCaptain.xml new file mode 100644 index 000000000..32d65c7ba --- /dev/null +++ b/data/templates/npc/35730-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35732-EngineeringManager.xml b/data/templates/npc/35732-EngineeringManager.xml new file mode 100644 index 000000000..b63d0cf72 --- /dev/null +++ b/data/templates/npc/35732-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35734-SupplyBox.xml b/data/templates/npc/35734-SupplyBox.xml new file mode 100644 index 000000000..fd4d9693c --- /dev/null +++ b/data/templates/npc/35734-SupplyBox.xml @@ -0,0 +1,30 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/35735-DetentionCampWarden.xml b/data/templates/npc/35735-DetentionCampWarden.xml new file mode 100644 index 000000000..217d89ebf --- /dev/null +++ b/data/templates/npc/35735-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35744-PowerControlUnit.xml b/data/templates/npc/35744-PowerControlUnit.xml new file mode 100644 index 000000000..637d5eb83 --- /dev/null +++ b/data/templates/npc/35744-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35755-MercenaryCaptain.xml b/data/templates/npc/35755-MercenaryCaptain.xml new file mode 100644 index 000000000..c79e580e8 --- /dev/null +++ b/data/templates/npc/35755-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35756-MercenaryPrivate.xml b/data/templates/npc/35756-MercenaryPrivate.xml new file mode 100644 index 000000000..3d0c56be4 --- /dev/null +++ b/data/templates/npc/35756-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35757-Flagpole.xml b/data/templates/npc/35757-Flagpole.xml new file mode 100644 index 000000000..553bb3fe5 --- /dev/null +++ b/data/templates/npc/35757-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35760-GuardCaptain.xml b/data/templates/npc/35760-GuardCaptain.xml new file mode 100644 index 000000000..7ba6cf7e8 --- /dev/null +++ b/data/templates/npc/35760-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Valley Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35761-ArcherCaptain.xml b/data/templates/npc/35761-ArcherCaptain.xml new file mode 100644 index 000000000..820670eec --- /dev/null +++ b/data/templates/npc/35761-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35762-General.xml b/data/templates/npc/35762-General.xml new file mode 100644 index 000000000..f43b96ffa --- /dev/null +++ b/data/templates/npc/35762-General.xml @@ -0,0 +1,27 @@ + + + + General + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35764-EngineeringManager.xml b/data/templates/npc/35764-EngineeringManager.xml new file mode 100644 index 000000000..ab0271303 --- /dev/null +++ b/data/templates/npc/35764-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35766-SupplyBox.xml b/data/templates/npc/35766-SupplyBox.xml new file mode 100644 index 000000000..090a0416d --- /dev/null +++ b/data/templates/npc/35766-SupplyBox.xml @@ -0,0 +1,30 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/35767-DetentionCampWarden.xml b/data/templates/npc/35767-DetentionCampWarden.xml new file mode 100644 index 000000000..81f5851c7 --- /dev/null +++ b/data/templates/npc/35767-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35776-MainMachine.xml b/data/templates/npc/35776-MainMachine.xml new file mode 100644 index 000000000..c278d93c7 --- /dev/null +++ b/data/templates/npc/35776-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35777-BackupPowerUnit.xml b/data/templates/npc/35777-BackupPowerUnit.xml new file mode 100644 index 000000000..b75a3f29d --- /dev/null +++ b/data/templates/npc/35777-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35778-ControlUnit.xml b/data/templates/npc/35778-ControlUnit.xml new file mode 100644 index 000000000..94169db88 --- /dev/null +++ b/data/templates/npc/35778-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35779-PowerControlUnit.xml b/data/templates/npc/35779-PowerControlUnit.xml new file mode 100644 index 000000000..bf05018bc --- /dev/null +++ b/data/templates/npc/35779-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35793-MercenaryCaptain.xml b/data/templates/npc/35793-MercenaryCaptain.xml new file mode 100644 index 000000000..cc429b2e9 --- /dev/null +++ b/data/templates/npc/35793-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35794-MercenaryPrivate.xml b/data/templates/npc/35794-MercenaryPrivate.xml new file mode 100644 index 000000000..05df6861c --- /dev/null +++ b/data/templates/npc/35794-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35795-Flagpole.xml b/data/templates/npc/35795-Flagpole.xml new file mode 100644 index 000000000..727622130 --- /dev/null +++ b/data/templates/npc/35795-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35798-GuardCaptain.xml b/data/templates/npc/35798-GuardCaptain.xml new file mode 100644 index 000000000..18821d0d9 --- /dev/null +++ b/data/templates/npc/35798-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Ivory Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35799-ArcherCaptain.xml b/data/templates/npc/35799-ArcherCaptain.xml new file mode 100644 index 000000000..c8ea426d7 --- /dev/null +++ b/data/templates/npc/35799-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35801-EngineeringManager.xml b/data/templates/npc/35801-EngineeringManager.xml new file mode 100644 index 000000000..28c686a73 --- /dev/null +++ b/data/templates/npc/35801-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35803-SupplyBox.xml b/data/templates/npc/35803-SupplyBox.xml new file mode 100644 index 000000000..a45bfc86e --- /dev/null +++ b/data/templates/npc/35803-SupplyBox.xml @@ -0,0 +1,30 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/35804-DetentionCampWarden.xml b/data/templates/npc/35804-DetentionCampWarden.xml new file mode 100644 index 000000000..f69bddf51 --- /dev/null +++ b/data/templates/npc/35804-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35813-PowerControlUnit.xml b/data/templates/npc/35813-PowerControlUnit.xml new file mode 100644 index 000000000..6e687d4ce --- /dev/null +++ b/data/templates/npc/35813-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35824-MercenaryCaptain.xml b/data/templates/npc/35824-MercenaryCaptain.xml new file mode 100644 index 000000000..95b5788a9 --- /dev/null +++ b/data/templates/npc/35824-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35825-MercenaryPrivate.xml b/data/templates/npc/35825-MercenaryPrivate.xml new file mode 100644 index 000000000..03e7a0616 --- /dev/null +++ b/data/templates/npc/35825-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35826-Flagpole.xml b/data/templates/npc/35826-Flagpole.xml new file mode 100644 index 000000000..28fc7af7c --- /dev/null +++ b/data/templates/npc/35826-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35829-GuardCaptain.xml b/data/templates/npc/35829-GuardCaptain.xml new file mode 100644 index 000000000..0adaf8f43 --- /dev/null +++ b/data/templates/npc/35829-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Narsell Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35830-ArcherCaptain.xml b/data/templates/npc/35830-ArcherCaptain.xml new file mode 100644 index 000000000..6ec915e82 --- /dev/null +++ b/data/templates/npc/35830-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35832-EngineeringManager.xml b/data/templates/npc/35832-EngineeringManager.xml new file mode 100644 index 000000000..c672f13e0 --- /dev/null +++ b/data/templates/npc/35832-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35834-SupplyBox.xml b/data/templates/npc/35834-SupplyBox.xml new file mode 100644 index 000000000..4ba3d0a77 --- /dev/null +++ b/data/templates/npc/35834-SupplyBox.xml @@ -0,0 +1,30 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/35835-DetentionCampWarden.xml b/data/templates/npc/35835-DetentionCampWarden.xml new file mode 100644 index 000000000..13cbe02be --- /dev/null +++ b/data/templates/npc/35835-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35844-PowerControlUnit.xml b/data/templates/npc/35844-PowerControlUnit.xml new file mode 100644 index 000000000..3bac3575e --- /dev/null +++ b/data/templates/npc/35844-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35855-MercenaryCaptain.xml b/data/templates/npc/35855-MercenaryCaptain.xml new file mode 100644 index 000000000..ef3813837 --- /dev/null +++ b/data/templates/npc/35855-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35856-MercenaryPrivate.xml b/data/templates/npc/35856-MercenaryPrivate.xml new file mode 100644 index 000000000..71091cc2e --- /dev/null +++ b/data/templates/npc/35856-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35857-Flagpole.xml b/data/templates/npc/35857-Flagpole.xml new file mode 100644 index 000000000..6f2790adb --- /dev/null +++ b/data/templates/npc/35857-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35860-GuardCaptain.xml b/data/templates/npc/35860-GuardCaptain.xml new file mode 100644 index 000000000..4fd0792bb --- /dev/null +++ b/data/templates/npc/35860-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Bayou Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35861-ArcherCaptain.xml b/data/templates/npc/35861-ArcherCaptain.xml new file mode 100644 index 000000000..26e4c9372 --- /dev/null +++ b/data/templates/npc/35861-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35862-General.xml b/data/templates/npc/35862-General.xml new file mode 100644 index 000000000..e41917b0e --- /dev/null +++ b/data/templates/npc/35862-General.xml @@ -0,0 +1,27 @@ + + + + General + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35864-EngineeringManager.xml b/data/templates/npc/35864-EngineeringManager.xml new file mode 100644 index 000000000..13c9478a9 --- /dev/null +++ b/data/templates/npc/35864-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35866-SupplyBox.xml b/data/templates/npc/35866-SupplyBox.xml new file mode 100644 index 000000000..6b1e75183 --- /dev/null +++ b/data/templates/npc/35866-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35867-DetentionCampWarden.xml b/data/templates/npc/35867-DetentionCampWarden.xml new file mode 100644 index 000000000..5d9aa3d56 --- /dev/null +++ b/data/templates/npc/35867-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35876-MainMachine.xml b/data/templates/npc/35876-MainMachine.xml new file mode 100644 index 000000000..001038fea --- /dev/null +++ b/data/templates/npc/35876-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35877-BackupPowerUnit.xml b/data/templates/npc/35877-BackupPowerUnit.xml new file mode 100644 index 000000000..91d452d40 --- /dev/null +++ b/data/templates/npc/35877-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35878-ControlUnit.xml b/data/templates/npc/35878-ControlUnit.xml new file mode 100644 index 000000000..0418cdbae --- /dev/null +++ b/data/templates/npc/35878-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35879-PowerControlUnit.xml b/data/templates/npc/35879-PowerControlUnit.xml new file mode 100644 index 000000000..1e1735e8d --- /dev/null +++ b/data/templates/npc/35879-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35893-MercenaryCaptain.xml b/data/templates/npc/35893-MercenaryCaptain.xml new file mode 100644 index 000000000..4e02a8e62 --- /dev/null +++ b/data/templates/npc/35893-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35894-MercenaryPrivate.xml b/data/templates/npc/35894-MercenaryPrivate.xml new file mode 100644 index 000000000..f59f6ddde --- /dev/null +++ b/data/templates/npc/35894-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35895-Flagpole.xml b/data/templates/npc/35895-Flagpole.xml new file mode 100644 index 000000000..183b8ebfc --- /dev/null +++ b/data/templates/npc/35895-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35898-GuardCaptain.xml b/data/templates/npc/35898-GuardCaptain.xml new file mode 100644 index 000000000..00b88dcbc --- /dev/null +++ b/data/templates/npc/35898-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + White Sands Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35899-ArcherCaptain.xml b/data/templates/npc/35899-ArcherCaptain.xml new file mode 100644 index 000000000..fd78fe280 --- /dev/null +++ b/data/templates/npc/35899-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35901-EngineeringManager.xml b/data/templates/npc/35901-EngineeringManager.xml new file mode 100644 index 000000000..e3afd10ef --- /dev/null +++ b/data/templates/npc/35901-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35903-SupplyBox.xml b/data/templates/npc/35903-SupplyBox.xml new file mode 100644 index 000000000..c2bb13b49 --- /dev/null +++ b/data/templates/npc/35903-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35904-DetentionCampWarden.xml b/data/templates/npc/35904-DetentionCampWarden.xml new file mode 100644 index 000000000..eff91c0f0 --- /dev/null +++ b/data/templates/npc/35904-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35913-PowerControlUnit.xml b/data/templates/npc/35913-PowerControlUnit.xml new file mode 100644 index 000000000..4c8c815f2 --- /dev/null +++ b/data/templates/npc/35913-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35924-MercenaryCaptain.xml b/data/templates/npc/35924-MercenaryCaptain.xml new file mode 100644 index 000000000..0c3d6ea89 --- /dev/null +++ b/data/templates/npc/35924-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35925-MercenaryPrivate.xml b/data/templates/npc/35925-MercenaryPrivate.xml new file mode 100644 index 000000000..de77f24ea --- /dev/null +++ b/data/templates/npc/35925-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35926-Flagpole.xml b/data/templates/npc/35926-Flagpole.xml new file mode 100644 index 000000000..9d863df8f --- /dev/null +++ b/data/templates/npc/35926-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35929-GuardCaptain.xml b/data/templates/npc/35929-GuardCaptain.xml new file mode 100644 index 000000000..ebe882553 --- /dev/null +++ b/data/templates/npc/35929-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Borderland Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35930-ArcherCaptain.xml b/data/templates/npc/35930-ArcherCaptain.xml new file mode 100644 index 000000000..8f5d7fff4 --- /dev/null +++ b/data/templates/npc/35930-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35931-General.xml b/data/templates/npc/35931-General.xml new file mode 100644 index 000000000..67f0c4705 --- /dev/null +++ b/data/templates/npc/35931-General.xml @@ -0,0 +1,27 @@ + + + + General + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35933-EngineeringManager.xml b/data/templates/npc/35933-EngineeringManager.xml new file mode 100644 index 000000000..a853c2215 --- /dev/null +++ b/data/templates/npc/35933-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35935-SupplyBox.xml b/data/templates/npc/35935-SupplyBox.xml new file mode 100644 index 000000000..2f5251e65 --- /dev/null +++ b/data/templates/npc/35935-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35936-DetentionCampWarden.xml b/data/templates/npc/35936-DetentionCampWarden.xml new file mode 100644 index 000000000..152ef037f --- /dev/null +++ b/data/templates/npc/35936-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35945-MainMachine.xml b/data/templates/npc/35945-MainMachine.xml new file mode 100644 index 000000000..f79024c43 --- /dev/null +++ b/data/templates/npc/35945-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35946-BackupPowerUnit.xml b/data/templates/npc/35946-BackupPowerUnit.xml new file mode 100644 index 000000000..f3385be45 --- /dev/null +++ b/data/templates/npc/35946-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35947-ControlUnit.xml b/data/templates/npc/35947-ControlUnit.xml new file mode 100644 index 000000000..7fc182617 --- /dev/null +++ b/data/templates/npc/35947-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35948-PowerControlUnit.xml b/data/templates/npc/35948-PowerControlUnit.xml new file mode 100644 index 000000000..648132741 --- /dev/null +++ b/data/templates/npc/35948-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35962-MercenaryCaptain.xml b/data/templates/npc/35962-MercenaryCaptain.xml new file mode 100644 index 000000000..c2f1af0b0 --- /dev/null +++ b/data/templates/npc/35962-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35963-MercenaryPrivate.xml b/data/templates/npc/35963-MercenaryPrivate.xml new file mode 100644 index 000000000..9c5022ba9 --- /dev/null +++ b/data/templates/npc/35963-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35964-Flagpole.xml b/data/templates/npc/35964-Flagpole.xml new file mode 100644 index 000000000..dcd4f2482 --- /dev/null +++ b/data/templates/npc/35964-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35967-GuardCaptain.xml b/data/templates/npc/35967-GuardCaptain.xml new file mode 100644 index 000000000..0abdaa8bd --- /dev/null +++ b/data/templates/npc/35967-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Swamp Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35968-ArcherCaptain.xml b/data/templates/npc/35968-ArcherCaptain.xml new file mode 100644 index 000000000..0199cbe50 --- /dev/null +++ b/data/templates/npc/35968-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35969-General.xml b/data/templates/npc/35969-General.xml new file mode 100644 index 000000000..5c2fd77bb --- /dev/null +++ b/data/templates/npc/35969-General.xml @@ -0,0 +1,27 @@ + + + + General + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/35971-EngineeringManager.xml b/data/templates/npc/35971-EngineeringManager.xml new file mode 100644 index 000000000..8636ccca6 --- /dev/null +++ b/data/templates/npc/35971-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35973-SupplyBox.xml b/data/templates/npc/35973-SupplyBox.xml new file mode 100644 index 000000000..60d62efdd --- /dev/null +++ b/data/templates/npc/35973-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35974-DetentionCampWarden.xml b/data/templates/npc/35974-DetentionCampWarden.xml new file mode 100644 index 000000000..999110ba5 --- /dev/null +++ b/data/templates/npc/35974-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/35983-MainMachine.xml b/data/templates/npc/35983-MainMachine.xml new file mode 100644 index 000000000..c5fbe6eac --- /dev/null +++ b/data/templates/npc/35983-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35984-BackupPowerUnit.xml b/data/templates/npc/35984-BackupPowerUnit.xml new file mode 100644 index 000000000..7763da859 --- /dev/null +++ b/data/templates/npc/35984-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35985-ControlUnit.xml b/data/templates/npc/35985-ControlUnit.xml new file mode 100644 index 000000000..d5a3b8575 --- /dev/null +++ b/data/templates/npc/35985-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/35986-PowerControlUnit.xml b/data/templates/npc/35986-PowerControlUnit.xml new file mode 100644 index 000000000..d3231684f --- /dev/null +++ b/data/templates/npc/35986-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36000-MercenaryCaptain.xml b/data/templates/npc/36000-MercenaryCaptain.xml new file mode 100644 index 000000000..d6d37382e --- /dev/null +++ b/data/templates/npc/36000-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36001-MercenaryPrivate.xml b/data/templates/npc/36001-MercenaryPrivate.xml new file mode 100644 index 000000000..1ef5cfcb5 --- /dev/null +++ b/data/templates/npc/36001-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36002-Flagpole.xml b/data/templates/npc/36002-Flagpole.xml new file mode 100644 index 000000000..6cdc67d0b --- /dev/null +++ b/data/templates/npc/36002-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36005-GuardCaptain.xml b/data/templates/npc/36005-GuardCaptain.xml new file mode 100644 index 000000000..ef303931a --- /dev/null +++ b/data/templates/npc/36005-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Archaic Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36006-ArcherCaptain.xml b/data/templates/npc/36006-ArcherCaptain.xml new file mode 100644 index 000000000..e2431e17c --- /dev/null +++ b/data/templates/npc/36006-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36008-EngineeringManager.xml b/data/templates/npc/36008-EngineeringManager.xml new file mode 100644 index 000000000..2353bba77 --- /dev/null +++ b/data/templates/npc/36008-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36010-SupplyBox.xml b/data/templates/npc/36010-SupplyBox.xml new file mode 100644 index 000000000..1f9e573c1 --- /dev/null +++ b/data/templates/npc/36010-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36011-DetentionCampWarden.xml b/data/templates/npc/36011-DetentionCampWarden.xml new file mode 100644 index 000000000..ea0bfdf28 --- /dev/null +++ b/data/templates/npc/36011-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36020-PowerControlUnit.xml b/data/templates/npc/36020-PowerControlUnit.xml new file mode 100644 index 000000000..bdcd21d1d --- /dev/null +++ b/data/templates/npc/36020-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36031-MercenaryCaptain.xml b/data/templates/npc/36031-MercenaryCaptain.xml new file mode 100644 index 000000000..c69c902ff --- /dev/null +++ b/data/templates/npc/36031-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36032-MercenaryPrivate.xml b/data/templates/npc/36032-MercenaryPrivate.xml new file mode 100644 index 000000000..ea578eb61 --- /dev/null +++ b/data/templates/npc/36032-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36033-Flagpole.xml b/data/templates/npc/36033-Flagpole.xml new file mode 100644 index 000000000..789ed79d4 --- /dev/null +++ b/data/templates/npc/36033-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36036-GuardCaptain.xml b/data/templates/npc/36036-GuardCaptain.xml new file mode 100644 index 000000000..d56aa079a --- /dev/null +++ b/data/templates/npc/36036-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Floran Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36037-ArcherCaptain.xml b/data/templates/npc/36037-ArcherCaptain.xml new file mode 100644 index 000000000..93f01b9a1 --- /dev/null +++ b/data/templates/npc/36037-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36038-General.xml b/data/templates/npc/36038-General.xml new file mode 100644 index 000000000..f50686f2b --- /dev/null +++ b/data/templates/npc/36038-General.xml @@ -0,0 +1,27 @@ + + + + General + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36040-EngineeringManager.xml b/data/templates/npc/36040-EngineeringManager.xml new file mode 100644 index 000000000..8125cfe71 --- /dev/null +++ b/data/templates/npc/36040-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36042-SupplyBox.xml b/data/templates/npc/36042-SupplyBox.xml new file mode 100644 index 000000000..a1091492b --- /dev/null +++ b/data/templates/npc/36042-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36043-DetentionCampWarden.xml b/data/templates/npc/36043-DetentionCampWarden.xml new file mode 100644 index 000000000..361812baa --- /dev/null +++ b/data/templates/npc/36043-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36052-MainMachine.xml b/data/templates/npc/36052-MainMachine.xml new file mode 100644 index 000000000..4efb06138 --- /dev/null +++ b/data/templates/npc/36052-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36053-BackupPowerUnit.xml b/data/templates/npc/36053-BackupPowerUnit.xml new file mode 100644 index 000000000..c60510828 --- /dev/null +++ b/data/templates/npc/36053-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36054-ControlUnit.xml b/data/templates/npc/36054-ControlUnit.xml new file mode 100644 index 000000000..d14657717 --- /dev/null +++ b/data/templates/npc/36054-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36055-PowerControlUnit.xml b/data/templates/npc/36055-PowerControlUnit.xml new file mode 100644 index 000000000..71add393d --- /dev/null +++ b/data/templates/npc/36055-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36069-MercenaryCaptain.xml b/data/templates/npc/36069-MercenaryCaptain.xml new file mode 100644 index 000000000..99774e015 --- /dev/null +++ b/data/templates/npc/36069-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36070-MercenaryPrivate.xml b/data/templates/npc/36070-MercenaryPrivate.xml new file mode 100644 index 000000000..8ff16ea55 --- /dev/null +++ b/data/templates/npc/36070-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36071-Flagpole.xml b/data/templates/npc/36071-Flagpole.xml new file mode 100644 index 000000000..c76bff72d --- /dev/null +++ b/data/templates/npc/36071-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36074-GuardCaptain.xml b/data/templates/npc/36074-GuardCaptain.xml new file mode 100644 index 000000000..12955478d --- /dev/null +++ b/data/templates/npc/36074-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Cloud Mountain + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36075-ArcherCaptain.xml b/data/templates/npc/36075-ArcherCaptain.xml new file mode 100644 index 000000000..0821efab8 --- /dev/null +++ b/data/templates/npc/36075-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36076-General.xml b/data/templates/npc/36076-General.xml new file mode 100644 index 000000000..ddafb3a7f --- /dev/null +++ b/data/templates/npc/36076-General.xml @@ -0,0 +1,27 @@ + + + + General + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36078-EngineeringManager.xml b/data/templates/npc/36078-EngineeringManager.xml new file mode 100644 index 000000000..cc50d5383 --- /dev/null +++ b/data/templates/npc/36078-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36080-SupplyBox.xml b/data/templates/npc/36080-SupplyBox.xml new file mode 100644 index 000000000..9bdbfc91f --- /dev/null +++ b/data/templates/npc/36080-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36081-DetentionCampWarden.xml b/data/templates/npc/36081-DetentionCampWarden.xml new file mode 100644 index 000000000..deeece546 --- /dev/null +++ b/data/templates/npc/36081-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36090-MainMachine.xml b/data/templates/npc/36090-MainMachine.xml new file mode 100644 index 000000000..a3eac5241 --- /dev/null +++ b/data/templates/npc/36090-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36091-BackupPowerUnit.xml b/data/templates/npc/36091-BackupPowerUnit.xml new file mode 100644 index 000000000..7e920e08b --- /dev/null +++ b/data/templates/npc/36091-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36092-ControlUnit.xml b/data/templates/npc/36092-ControlUnit.xml new file mode 100644 index 000000000..da38e0aa2 --- /dev/null +++ b/data/templates/npc/36092-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36093-PowerControlUnit.xml b/data/templates/npc/36093-PowerControlUnit.xml new file mode 100644 index 000000000..478107fc0 --- /dev/null +++ b/data/templates/npc/36093-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36107-MercenaryCaptain.xml b/data/templates/npc/36107-MercenaryCaptain.xml new file mode 100644 index 000000000..ae721152b --- /dev/null +++ b/data/templates/npc/36107-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36108-MercenaryPrivate.xml b/data/templates/npc/36108-MercenaryPrivate.xml new file mode 100644 index 000000000..9e5823465 --- /dev/null +++ b/data/templates/npc/36108-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36109-Flagpole.xml b/data/templates/npc/36109-Flagpole.xml new file mode 100644 index 000000000..2384c4b11 --- /dev/null +++ b/data/templates/npc/36109-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36112-GuardCaptain.xml b/data/templates/npc/36112-GuardCaptain.xml new file mode 100644 index 000000000..f0b4c9eda --- /dev/null +++ b/data/templates/npc/36112-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Tanor Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36113-ArcherCaptain.xml b/data/templates/npc/36113-ArcherCaptain.xml new file mode 100644 index 000000000..996dec0ce --- /dev/null +++ b/data/templates/npc/36113-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36115-EngineeringManager.xml b/data/templates/npc/36115-EngineeringManager.xml new file mode 100644 index 000000000..f2fc09e6c --- /dev/null +++ b/data/templates/npc/36115-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36117-SupplyBox.xml b/data/templates/npc/36117-SupplyBox.xml new file mode 100644 index 000000000..ecefbc207 --- /dev/null +++ b/data/templates/npc/36117-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36118-DetentionCampWarden.xml b/data/templates/npc/36118-DetentionCampWarden.xml new file mode 100644 index 000000000..f8018b879 --- /dev/null +++ b/data/templates/npc/36118-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36127-PowerControlUnit.xml b/data/templates/npc/36127-PowerControlUnit.xml new file mode 100644 index 000000000..cc91af6dd --- /dev/null +++ b/data/templates/npc/36127-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36138-MercenaryCaptain.xml b/data/templates/npc/36138-MercenaryCaptain.xml new file mode 100644 index 000000000..d30b6fd46 --- /dev/null +++ b/data/templates/npc/36138-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36139-MercenaryPrivate.xml b/data/templates/npc/36139-MercenaryPrivate.xml new file mode 100644 index 000000000..86ea4995a --- /dev/null +++ b/data/templates/npc/36139-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36140-Flagpole.xml b/data/templates/npc/36140-Flagpole.xml new file mode 100644 index 000000000..8ae870c24 --- /dev/null +++ b/data/templates/npc/36140-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36143-GuardCaptain.xml b/data/templates/npc/36143-GuardCaptain.xml new file mode 100644 index 000000000..fa3cbcca9 --- /dev/null +++ b/data/templates/npc/36143-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Dragonspine Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36144-ArcherCaptain.xml b/data/templates/npc/36144-ArcherCaptain.xml new file mode 100644 index 000000000..8c1b9f014 --- /dev/null +++ b/data/templates/npc/36144-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36146-EngineeringManager.xml b/data/templates/npc/36146-EngineeringManager.xml new file mode 100644 index 000000000..b7e5091ad --- /dev/null +++ b/data/templates/npc/36146-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36148-SupplyBox.xml b/data/templates/npc/36148-SupplyBox.xml new file mode 100644 index 000000000..20303d3b5 --- /dev/null +++ b/data/templates/npc/36148-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36149-DetentionCampWarden.xml b/data/templates/npc/36149-DetentionCampWarden.xml new file mode 100644 index 000000000..2e8e2b6f4 --- /dev/null +++ b/data/templates/npc/36149-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36158-PowerControlUnit.xml b/data/templates/npc/36158-PowerControlUnit.xml new file mode 100644 index 000000000..69f341bf5 --- /dev/null +++ b/data/templates/npc/36158-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36169-MercenaryCaptain.xml b/data/templates/npc/36169-MercenaryCaptain.xml new file mode 100644 index 000000000..1435f5e6d --- /dev/null +++ b/data/templates/npc/36169-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36170-MercenaryPrivate.xml b/data/templates/npc/36170-MercenaryPrivate.xml new file mode 100644 index 000000000..9dc386dc5 --- /dev/null +++ b/data/templates/npc/36170-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36171-Flagpole.xml b/data/templates/npc/36171-Flagpole.xml new file mode 100644 index 000000000..104c8fc56 --- /dev/null +++ b/data/templates/npc/36171-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36174-GuardCaptain.xml b/data/templates/npc/36174-GuardCaptain.xml new file mode 100644 index 000000000..ae6633c4b --- /dev/null +++ b/data/templates/npc/36174-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Antharas' Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36175-ArcherCaptain.xml b/data/templates/npc/36175-ArcherCaptain.xml new file mode 100644 index 000000000..6588b8313 --- /dev/null +++ b/data/templates/npc/36175-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36176-General.xml b/data/templates/npc/36176-General.xml new file mode 100644 index 000000000..b8ff19d6a --- /dev/null +++ b/data/templates/npc/36176-General.xml @@ -0,0 +1,27 @@ + + + + General + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36178-EngineeringManager.xml b/data/templates/npc/36178-EngineeringManager.xml new file mode 100644 index 000000000..07fc0241c --- /dev/null +++ b/data/templates/npc/36178-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36180-SupplyBox.xml b/data/templates/npc/36180-SupplyBox.xml new file mode 100644 index 000000000..bdba8d828 --- /dev/null +++ b/data/templates/npc/36180-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36181-DetentionCampWarden.xml b/data/templates/npc/36181-DetentionCampWarden.xml new file mode 100644 index 000000000..a72d267a6 --- /dev/null +++ b/data/templates/npc/36181-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36190-MainMachine.xml b/data/templates/npc/36190-MainMachine.xml new file mode 100644 index 000000000..1a68d86d5 --- /dev/null +++ b/data/templates/npc/36190-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36191-BackupPowerUnit.xml b/data/templates/npc/36191-BackupPowerUnit.xml new file mode 100644 index 000000000..0658d6ec2 --- /dev/null +++ b/data/templates/npc/36191-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36192-ControlUnit.xml b/data/templates/npc/36192-ControlUnit.xml new file mode 100644 index 000000000..4ad89a5d9 --- /dev/null +++ b/data/templates/npc/36192-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36193-PowerControlUnit.xml b/data/templates/npc/36193-PowerControlUnit.xml new file mode 100644 index 000000000..2769b1867 --- /dev/null +++ b/data/templates/npc/36193-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36207-MercenaryCaptain.xml b/data/templates/npc/36207-MercenaryCaptain.xml new file mode 100644 index 000000000..90f30d917 --- /dev/null +++ b/data/templates/npc/36207-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36208-MercenaryPrivate.xml b/data/templates/npc/36208-MercenaryPrivate.xml new file mode 100644 index 000000000..08cc0ad30 --- /dev/null +++ b/data/templates/npc/36208-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36209-Flagpole.xml b/data/templates/npc/36209-Flagpole.xml new file mode 100644 index 000000000..7491a9cd7 --- /dev/null +++ b/data/templates/npc/36209-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36212-GuardCaptain.xml b/data/templates/npc/36212-GuardCaptain.xml new file mode 100644 index 000000000..130c6c6d4 --- /dev/null +++ b/data/templates/npc/36212-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Western Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36213-ArcherCaptain.xml b/data/templates/npc/36213-ArcherCaptain.xml new file mode 100644 index 000000000..676de972c --- /dev/null +++ b/data/templates/npc/36213-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36214-General.xml b/data/templates/npc/36214-General.xml new file mode 100644 index 000000000..b4e50ccc4 --- /dev/null +++ b/data/templates/npc/36214-General.xml @@ -0,0 +1,27 @@ + + + + General + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36216-EngineeringManager.xml b/data/templates/npc/36216-EngineeringManager.xml new file mode 100644 index 000000000..b0a05f00d --- /dev/null +++ b/data/templates/npc/36216-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36218-SupplyBox.xml b/data/templates/npc/36218-SupplyBox.xml new file mode 100644 index 000000000..a5e7d2702 --- /dev/null +++ b/data/templates/npc/36218-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36219-DetentionCampWarden.xml b/data/templates/npc/36219-DetentionCampWarden.xml new file mode 100644 index 000000000..52cf1529f --- /dev/null +++ b/data/templates/npc/36219-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36228-MainMachine.xml b/data/templates/npc/36228-MainMachine.xml new file mode 100644 index 000000000..56c573387 --- /dev/null +++ b/data/templates/npc/36228-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36229-BackupPowerUnit.xml b/data/templates/npc/36229-BackupPowerUnit.xml new file mode 100644 index 000000000..a04a2eee3 --- /dev/null +++ b/data/templates/npc/36229-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36230-ControlUnit.xml b/data/templates/npc/36230-ControlUnit.xml new file mode 100644 index 000000000..00fd8c034 --- /dev/null +++ b/data/templates/npc/36230-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36231-PowerControlUnit.xml b/data/templates/npc/36231-PowerControlUnit.xml new file mode 100644 index 000000000..590eabecb --- /dev/null +++ b/data/templates/npc/36231-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36245-MercenaryCaptain.xml b/data/templates/npc/36245-MercenaryCaptain.xml new file mode 100644 index 000000000..f77aea789 --- /dev/null +++ b/data/templates/npc/36245-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36246-MercenaryPrivate.xml b/data/templates/npc/36246-MercenaryPrivate.xml new file mode 100644 index 000000000..db5db7978 --- /dev/null +++ b/data/templates/npc/36246-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36247-Flagpole.xml b/data/templates/npc/36247-Flagpole.xml new file mode 100644 index 000000000..6458bade7 --- /dev/null +++ b/data/templates/npc/36247-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36250-GuardCaptain.xml b/data/templates/npc/36250-GuardCaptain.xml new file mode 100644 index 000000000..fba3ea284 --- /dev/null +++ b/data/templates/npc/36250-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Hunter's Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36251-ArcherCaptain.xml b/data/templates/npc/36251-ArcherCaptain.xml new file mode 100644 index 000000000..5c60f7c12 --- /dev/null +++ b/data/templates/npc/36251-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36252-General.xml b/data/templates/npc/36252-General.xml new file mode 100644 index 000000000..4c5979749 --- /dev/null +++ b/data/templates/npc/36252-General.xml @@ -0,0 +1,27 @@ + + + + General + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36254-EngineeringManager.xml b/data/templates/npc/36254-EngineeringManager.xml new file mode 100644 index 000000000..be4fd058b --- /dev/null +++ b/data/templates/npc/36254-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36256-SupplyBox.xml b/data/templates/npc/36256-SupplyBox.xml new file mode 100644 index 000000000..f6f182bab --- /dev/null +++ b/data/templates/npc/36256-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36257-DetentionCampWarden.xml b/data/templates/npc/36257-DetentionCampWarden.xml new file mode 100644 index 000000000..4f4c08cd8 --- /dev/null +++ b/data/templates/npc/36257-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36266-MainMachine.xml b/data/templates/npc/36266-MainMachine.xml new file mode 100644 index 000000000..f94bb868a --- /dev/null +++ b/data/templates/npc/36266-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36267-BackupPowerUnit.xml b/data/templates/npc/36267-BackupPowerUnit.xml new file mode 100644 index 000000000..ae9e50acd --- /dev/null +++ b/data/templates/npc/36267-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36268-ControlUnit.xml b/data/templates/npc/36268-ControlUnit.xml new file mode 100644 index 000000000..4cce42a3d --- /dev/null +++ b/data/templates/npc/36268-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36269-PowerControlUnit.xml b/data/templates/npc/36269-PowerControlUnit.xml new file mode 100644 index 000000000..7eef48670 --- /dev/null +++ b/data/templates/npc/36269-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36283-MercenaryCaptain.xml b/data/templates/npc/36283-MercenaryCaptain.xml new file mode 100644 index 000000000..5722400cb --- /dev/null +++ b/data/templates/npc/36283-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36284-MercenaryPrivate.xml b/data/templates/npc/36284-MercenaryPrivate.xml new file mode 100644 index 000000000..961349f67 --- /dev/null +++ b/data/templates/npc/36284-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36285-Flagpole.xml b/data/templates/npc/36285-Flagpole.xml new file mode 100644 index 000000000..61c26da9c --- /dev/null +++ b/data/templates/npc/36285-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36288-GuardCaptain.xml b/data/templates/npc/36288-GuardCaptain.xml new file mode 100644 index 000000000..e5006d5f5 --- /dev/null +++ b/data/templates/npc/36288-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Aaru Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36289-ArcherCaptain.xml b/data/templates/npc/36289-ArcherCaptain.xml new file mode 100644 index 000000000..e062a91d3 --- /dev/null +++ b/data/templates/npc/36289-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36291-EngineeringManager.xml b/data/templates/npc/36291-EngineeringManager.xml new file mode 100644 index 000000000..3826ae45e --- /dev/null +++ b/data/templates/npc/36291-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36293-SupplyBox.xml b/data/templates/npc/36293-SupplyBox.xml new file mode 100644 index 000000000..698ac64a5 --- /dev/null +++ b/data/templates/npc/36293-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36294-DetentionCampWarden.xml b/data/templates/npc/36294-DetentionCampWarden.xml new file mode 100644 index 000000000..52b9e9c4b --- /dev/null +++ b/data/templates/npc/36294-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36303-PowerControlUnit.xml b/data/templates/npc/36303-PowerControlUnit.xml new file mode 100644 index 000000000..990e98dfc --- /dev/null +++ b/data/templates/npc/36303-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36314-MercenaryCaptain.xml b/data/templates/npc/36314-MercenaryCaptain.xml new file mode 100644 index 000000000..6a3545999 --- /dev/null +++ b/data/templates/npc/36314-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36315-MercenaryPrivate.xml b/data/templates/npc/36315-MercenaryPrivate.xml new file mode 100644 index 000000000..5c9c7ba43 --- /dev/null +++ b/data/templates/npc/36315-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36316-Flagpole.xml b/data/templates/npc/36316-Flagpole.xml new file mode 100644 index 000000000..3cf9cbfe2 --- /dev/null +++ b/data/templates/npc/36316-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36319-GuardCaptain.xml b/data/templates/npc/36319-GuardCaptain.xml new file mode 100644 index 000000000..7197edc68 --- /dev/null +++ b/data/templates/npc/36319-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Demon Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36320-ArcherCaptain.xml b/data/templates/npc/36320-ArcherCaptain.xml new file mode 100644 index 000000000..e4b460e3b --- /dev/null +++ b/data/templates/npc/36320-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36321-General.xml b/data/templates/npc/36321-General.xml new file mode 100644 index 000000000..4a140e49e --- /dev/null +++ b/data/templates/npc/36321-General.xml @@ -0,0 +1,27 @@ + + + + General + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36323-EngineeringManager.xml b/data/templates/npc/36323-EngineeringManager.xml new file mode 100644 index 000000000..cd97ae127 --- /dev/null +++ b/data/templates/npc/36323-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36325-SupplyBox.xml b/data/templates/npc/36325-SupplyBox.xml new file mode 100644 index 000000000..c5efdf530 --- /dev/null +++ b/data/templates/npc/36325-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36326-DetentionCampWarden.xml b/data/templates/npc/36326-DetentionCampWarden.xml new file mode 100644 index 000000000..0b2d9c34f --- /dev/null +++ b/data/templates/npc/36326-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36335-MainMachine.xml b/data/templates/npc/36335-MainMachine.xml new file mode 100644 index 000000000..f113b35cb --- /dev/null +++ b/data/templates/npc/36335-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36336-BackupPowerUnit.xml b/data/templates/npc/36336-BackupPowerUnit.xml new file mode 100644 index 000000000..ca2c0e986 --- /dev/null +++ b/data/templates/npc/36336-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36337-ControlUnit.xml b/data/templates/npc/36337-ControlUnit.xml new file mode 100644 index 000000000..d91419233 --- /dev/null +++ b/data/templates/npc/36337-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36338-PowerControlUnit.xml b/data/templates/npc/36338-PowerControlUnit.xml new file mode 100644 index 000000000..f6e84fde0 --- /dev/null +++ b/data/templates/npc/36338-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36352-MercenaryCaptain.xml b/data/templates/npc/36352-MercenaryCaptain.xml new file mode 100644 index 000000000..59e3b0496 --- /dev/null +++ b/data/templates/npc/36352-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36353-MercenaryPrivate.xml b/data/templates/npc/36353-MercenaryPrivate.xml new file mode 100644 index 000000000..17b8edbaf --- /dev/null +++ b/data/templates/npc/36353-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36354-Flagpole.xml b/data/templates/npc/36354-Flagpole.xml new file mode 100644 index 000000000..ec597ed99 --- /dev/null +++ b/data/templates/npc/36354-Flagpole.xml @@ -0,0 +1,24 @@ + + + + Flagpole + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36357-GuardCaptain.xml b/data/templates/npc/36357-GuardCaptain.xml new file mode 100644 index 000000000..e1ee0f730 --- /dev/null +++ b/data/templates/npc/36357-GuardCaptain.xml @@ -0,0 +1,27 @@ + + + + Guard Captain + Monastic Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36358-ArcherCaptain.xml b/data/templates/npc/36358-ArcherCaptain.xml new file mode 100644 index 000000000..f408feae4 --- /dev/null +++ b/data/templates/npc/36358-ArcherCaptain.xml @@ -0,0 +1,26 @@ + + + + Archer Captain + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36359-General.xml b/data/templates/npc/36359-General.xml new file mode 100644 index 000000000..947b3c49b --- /dev/null +++ b/data/templates/npc/36359-General.xml @@ -0,0 +1,27 @@ + + + + General + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36361-EngineeringManager.xml b/data/templates/npc/36361-EngineeringManager.xml new file mode 100644 index 000000000..8c7f1c2fd --- /dev/null +++ b/data/templates/npc/36361-EngineeringManager.xml @@ -0,0 +1,26 @@ + + + + Engineering Manager + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36363-SupplyBox.xml b/data/templates/npc/36363-SupplyBox.xml new file mode 100644 index 000000000..a6c3c5752 --- /dev/null +++ b/data/templates/npc/36363-SupplyBox.xml @@ -0,0 +1,25 @@ + + + + Supply Box + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36364-DetentionCampWarden.xml b/data/templates/npc/36364-DetentionCampWarden.xml new file mode 100644 index 000000000..759eb2509 --- /dev/null +++ b/data/templates/npc/36364-DetentionCampWarden.xml @@ -0,0 +1,26 @@ + + + + Detention Camp Warden + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36373-MainMachine.xml b/data/templates/npc/36373-MainMachine.xml new file mode 100644 index 000000000..acdcf63b2 --- /dev/null +++ b/data/templates/npc/36373-MainMachine.xml @@ -0,0 +1,25 @@ + + + + Main Machine + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36374-BackupPowerUnit.xml b/data/templates/npc/36374-BackupPowerUnit.xml new file mode 100644 index 000000000..f80e5073a --- /dev/null +++ b/data/templates/npc/36374-BackupPowerUnit.xml @@ -0,0 +1,25 @@ + + + + Backup Power Unit + Control Room + 75 + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36375-ControlUnit.xml b/data/templates/npc/36375-ControlUnit.xml new file mode 100644 index 000000000..ccce8b6cb --- /dev/null +++ b/data/templates/npc/36375-ControlUnit.xml @@ -0,0 +1,26 @@ + + + + Control Unit + Control Room + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + diff --git a/data/templates/npc/36376-PowerControlUnit.xml b/data/templates/npc/36376-PowerControlUnit.xml new file mode 100644 index 000000000..ecece981c --- /dev/null +++ b/data/templates/npc/36376-PowerControlUnit.xml @@ -0,0 +1,25 @@ + + + + Power Control Unit + Control Room + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36390-MercenaryCaptain.xml b/data/templates/npc/36390-MercenaryCaptain.xml new file mode 100644 index 000000000..139683ad9 --- /dev/null +++ b/data/templates/npc/36390-MercenaryCaptain.xml @@ -0,0 +1,26 @@ + + + + Mercenary Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36391-MercenaryPrivate.xml b/data/templates/npc/36391-MercenaryPrivate.xml new file mode 100644 index 000000000..1cbb9d35f --- /dev/null +++ b/data/templates/npc/36391-MercenaryPrivate.xml @@ -0,0 +1,26 @@ + + + + Mercenary Private + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36392-ImprovisedExplosive.xml b/data/templates/npc/36392-ImprovisedExplosive.xml new file mode 100644 index 000000000..3e7fe1df5 --- /dev/null +++ b/data/templates/npc/36392-ImprovisedExplosive.xml @@ -0,0 +1,25 @@ + + + + Improvised Explosive + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36403-Warden.xml b/data/templates/npc/36403-Warden.xml new file mode 100644 index 000000000..82c0946d9 --- /dev/null +++ b/data/templates/npc/36403-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36404-Warden.xml b/data/templates/npc/36404-Warden.xml new file mode 100644 index 000000000..a9a5ea782 --- /dev/null +++ b/data/templates/npc/36404-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Dion + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36405-Warden.xml b/data/templates/npc/36405-Warden.xml new file mode 100644 index 000000000..2904b7088 --- /dev/null +++ b/data/templates/npc/36405-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Giran + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36406-Warden.xml b/data/templates/npc/36406-Warden.xml new file mode 100644 index 000000000..ff53e1611 --- /dev/null +++ b/data/templates/npc/36406-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Oren + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36407-Warden.xml b/data/templates/npc/36407-Warden.xml new file mode 100644 index 000000000..14e845a61 --- /dev/null +++ b/data/templates/npc/36407-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Aden + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36408-Warden.xml b/data/templates/npc/36408-Warden.xml new file mode 100644 index 000000000..86383ebb4 --- /dev/null +++ b/data/templates/npc/36408-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Innadril + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36409-Warden.xml b/data/templates/npc/36409-Warden.xml new file mode 100644 index 000000000..8ca2efdb2 --- /dev/null +++ b/data/templates/npc/36409-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36410-Warden.xml b/data/templates/npc/36410-Warden.xml new file mode 100644 index 000000000..4e4fa8a39 --- /dev/null +++ b/data/templates/npc/36410-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36411-Warden.xml b/data/templates/npc/36411-Warden.xml new file mode 100644 index 000000000..46515ce7c --- /dev/null +++ b/data/templates/npc/36411-Warden.xml @@ -0,0 +1,26 @@ + + + + Warden + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36412-FortressTrap.xml b/data/templates/npc/36412-FortressTrap.xml new file mode 100644 index 000000000..33a89d85b --- /dev/null +++ b/data/templates/npc/36412-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36413-FortressTrap.xml b/data/templates/npc/36413-FortressTrap.xml new file mode 100644 index 000000000..a77848a0e --- /dev/null +++ b/data/templates/npc/36413-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36414-FortressTrap.xml b/data/templates/npc/36414-FortressTrap.xml new file mode 100644 index 000000000..33b3ae90e --- /dev/null +++ b/data/templates/npc/36414-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36415-FortressTrap.xml b/data/templates/npc/36415-FortressTrap.xml new file mode 100644 index 000000000..f52dd30d4 --- /dev/null +++ b/data/templates/npc/36415-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36416-FortressTrap.xml b/data/templates/npc/36416-FortressTrap.xml new file mode 100644 index 000000000..03b4cc996 --- /dev/null +++ b/data/templates/npc/36416-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36417-FortressTrap.xml b/data/templates/npc/36417-FortressTrap.xml new file mode 100644 index 000000000..bfc1cb735 --- /dev/null +++ b/data/templates/npc/36417-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36418-FortressTrap.xml b/data/templates/npc/36418-FortressTrap.xml new file mode 100644 index 000000000..b69c1dd78 --- /dev/null +++ b/data/templates/npc/36418-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36419-FortressTrap.xml b/data/templates/npc/36419-FortressTrap.xml new file mode 100644 index 000000000..0e00c0a43 --- /dev/null +++ b/data/templates/npc/36419-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36420-FortressTrap.xml b/data/templates/npc/36420-FortressTrap.xml new file mode 100644 index 000000000..73667be6e --- /dev/null +++ b/data/templates/npc/36420-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36421-FortressTrap.xml b/data/templates/npc/36421-FortressTrap.xml new file mode 100644 index 000000000..38c8234e3 --- /dev/null +++ b/data/templates/npc/36421-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36422-FortressTrap.xml b/data/templates/npc/36422-FortressTrap.xml new file mode 100644 index 000000000..19611ef7b --- /dev/null +++ b/data/templates/npc/36422-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36423-FortressTrap.xml b/data/templates/npc/36423-FortressTrap.xml new file mode 100644 index 000000000..32d6bbbf9 --- /dev/null +++ b/data/templates/npc/36423-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36424-FortressTrap.xml b/data/templates/npc/36424-FortressTrap.xml new file mode 100644 index 000000000..de0d7a75c --- /dev/null +++ b/data/templates/npc/36424-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36425-FortressTrap.xml b/data/templates/npc/36425-FortressTrap.xml new file mode 100644 index 000000000..75cd4d3d3 --- /dev/null +++ b/data/templates/npc/36425-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36426-FortressTrap.xml b/data/templates/npc/36426-FortressTrap.xml new file mode 100644 index 000000000..24d4718ce --- /dev/null +++ b/data/templates/npc/36426-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36427-FortressTrap.xml b/data/templates/npc/36427-FortressTrap.xml new file mode 100644 index 000000000..5966951e4 --- /dev/null +++ b/data/templates/npc/36427-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36428-FortressTrap.xml b/data/templates/npc/36428-FortressTrap.xml new file mode 100644 index 000000000..f611fc80d --- /dev/null +++ b/data/templates/npc/36428-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36429-FortressTrap.xml b/data/templates/npc/36429-FortressTrap.xml new file mode 100644 index 000000000..16f6371bc --- /dev/null +++ b/data/templates/npc/36429-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36430-FortressTrap.xml b/data/templates/npc/36430-FortressTrap.xml new file mode 100644 index 000000000..a2b053fdc --- /dev/null +++ b/data/templates/npc/36430-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36431-FortressTrap.xml b/data/templates/npc/36431-FortressTrap.xml new file mode 100644 index 000000000..22ed98b0a --- /dev/null +++ b/data/templates/npc/36431-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36432-FortressTrap.xml b/data/templates/npc/36432-FortressTrap.xml new file mode 100644 index 000000000..02aee76e1 --- /dev/null +++ b/data/templates/npc/36432-FortressTrap.xml @@ -0,0 +1,25 @@ + + + + Fortress Trap + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36562-SeducedKnight.xml b/data/templates/npc/36562-SeducedKnight.xml new file mode 100644 index 000000000..4cca81713 --- /dev/null +++ b/data/templates/npc/36562-SeducedKnight.xml @@ -0,0 +1,27 @@ + + + + Seduced Knight + Investigator + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36563-SeducedRanger.xml b/data/templates/npc/36563-SeducedRanger.xml new file mode 100644 index 000000000..5fddc1c55 --- /dev/null +++ b/data/templates/npc/36563-SeducedRanger.xml @@ -0,0 +1,27 @@ + + + + Seduced Ranger + Investigator + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36564-SeducedMage.xml b/data/templates/npc/36564-SeducedMage.xml new file mode 100644 index 000000000..806f0625b --- /dev/null +++ b/data/templates/npc/36564-SeducedMage.xml @@ -0,0 +1,26 @@ + + + + Seduced Mage + Investigator + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36565-SeducedWarrior.xml b/data/templates/npc/36565-SeducedWarrior.xml new file mode 100644 index 000000000..43f0f5336 --- /dev/null +++ b/data/templates/npc/36565-SeducedWarrior.xml @@ -0,0 +1,27 @@ + + + + Seduced Warrior + Investigator + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36566-SeducedKnight.xml b/data/templates/npc/36566-SeducedKnight.xml new file mode 100644 index 000000000..6a368008f --- /dev/null +++ b/data/templates/npc/36566-SeducedKnight.xml @@ -0,0 +1,27 @@ + + + + Seduced Knight + Investigator + 77 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36567-SeducedRanger.xml b/data/templates/npc/36567-SeducedRanger.xml new file mode 100644 index 000000000..66ead11a0 --- /dev/null +++ b/data/templates/npc/36567-SeducedRanger.xml @@ -0,0 +1,27 @@ + + + + Seduced Ranger + Investigator + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36568-SeducedMage.xml b/data/templates/npc/36568-SeducedMage.xml new file mode 100644 index 000000000..2072c1ef1 --- /dev/null +++ b/data/templates/npc/36568-SeducedMage.xml @@ -0,0 +1,26 @@ + + + + Seduced Mage + Investigator + 77 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36569-SeducedWarrior.xml b/data/templates/npc/36569-SeducedWarrior.xml new file mode 100644 index 000000000..4b89dc8e2 --- /dev/null +++ b/data/templates/npc/36569-SeducedWarrior.xml @@ -0,0 +1,27 @@ + + + + Seduced Warrior + Investigator + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/36571-Vortex.xml b/data/templates/npc/36571-Vortex.xml new file mode 100644 index 000000000..da0f4f85d --- /dev/null +++ b/data/templates/npc/36571-Vortex.xml @@ -0,0 +1,26 @@ + + + + Vortex + Aerial Cleft + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36581-TerritoryCatapult.xml b/data/templates/npc/36581-TerritoryCatapult.xml new file mode 100644 index 000000000..e90daa900 --- /dev/null +++ b/data/templates/npc/36581-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Gludio + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36582-TerritoryCatapult.xml b/data/templates/npc/36582-TerritoryCatapult.xml new file mode 100644 index 000000000..d84d6b7f6 --- /dev/null +++ b/data/templates/npc/36582-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Dion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36583-TerritoryCatapult.xml b/data/templates/npc/36583-TerritoryCatapult.xml new file mode 100644 index 000000000..f506867c3 --- /dev/null +++ b/data/templates/npc/36583-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Giran + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36584-TerritoryCatapult.xml b/data/templates/npc/36584-TerritoryCatapult.xml new file mode 100644 index 000000000..855618463 --- /dev/null +++ b/data/templates/npc/36584-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Oren + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36585-TerritoryCatapult.xml b/data/templates/npc/36585-TerritoryCatapult.xml new file mode 100644 index 000000000..1583d7df3 --- /dev/null +++ b/data/templates/npc/36585-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Aden + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36586-TerritoryCatapult.xml b/data/templates/npc/36586-TerritoryCatapult.xml new file mode 100644 index 000000000..a0ad0e91d --- /dev/null +++ b/data/templates/npc/36586-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Innadril + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36587-TerritoryCatapult.xml b/data/templates/npc/36587-TerritoryCatapult.xml new file mode 100644 index 000000000..b7ebddbfe --- /dev/null +++ b/data/templates/npc/36587-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Goddard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36588-TerritoryCatapult.xml b/data/templates/npc/36588-TerritoryCatapult.xml new file mode 100644 index 000000000..4dbf168ff --- /dev/null +++ b/data/templates/npc/36588-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Rune + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36589-TerritoryCatapult.xml b/data/templates/npc/36589-TerritoryCatapult.xml new file mode 100644 index 000000000..831d3932a --- /dev/null +++ b/data/templates/npc/36589-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Schuttgart + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/36590-Outpost.xml b/data/templates/npc/36590-Outpost.xml new file mode 100644 index 000000000..10aab009d --- /dev/null +++ b/data/templates/npc/36590-Outpost.xml @@ -0,0 +1,25 @@ + + + + Outpost + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/4-HolidaySanta.xml b/data/templates/npc/4-HolidaySanta.xml new file mode 100644 index 000000000..52ff7f4c1 --- /dev/null +++ b/data/templates/npc/4-HolidaySanta.xml @@ -0,0 +1,26 @@ + + + + Holiday Santa + Happy Holidays! + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/4301-QueenOfHearts.xml b/data/templates/npc/4301-QueenOfHearts.xml new file mode 100644 index 000000000..bb58920e9 --- /dev/null +++ b/data/templates/npc/4301-QueenOfHearts.xml @@ -0,0 +1,26 @@ + + + + Queen of Hearts + Valentine Messenger + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 10 + + + diff --git a/data/templates/npc/4302-MasterDugi.xml b/data/templates/npc/4302-MasterDugi.xml new file mode 100644 index 000000000..1b1b0ab2b --- /dev/null +++ b/data/templates/npc/4302-MasterDugi.xml @@ -0,0 +1,26 @@ + + + + Master Dugi + Soul Healer + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/4303-Skooldy.xml b/data/templates/npc/4303-Skooldy.xml new file mode 100644 index 000000000..c27b1da88 --- /dev/null +++ b/data/templates/npc/4303-Skooldy.xml @@ -0,0 +1,26 @@ + + + + Skooldy + Halloween Children + 85 + MALE + + + + + + + + + + + + + + + 723 + 10 + + + diff --git a/data/templates/npc/4304-Santa.xml b/data/templates/npc/4304-Santa.xml new file mode 100644 index 000000000..03b3fcec6 --- /dev/null +++ b/data/templates/npc/4304-Santa.xml @@ -0,0 +1,26 @@ + + + + Santa + Merry Christmas + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/4305-Rosalia.xml b/data/templates/npc/4305-Rosalia.xml new file mode 100644 index 000000000..2f491b04e --- /dev/null +++ b/data/templates/npc/4305-Rosalia.xml @@ -0,0 +1,26 @@ + + + + Rosalia + Hopeless Romantic + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/4306-SteveShyagel.xml b/data/templates/npc/4306-SteveShyagel.xml new file mode 100644 index 000000000..15aa1306e --- /dev/null +++ b/data/templates/npc/4306-SteveShyagel.xml @@ -0,0 +1,26 @@ + + + + Steve Shyagel + Eva's High Priest + 85 + MALE + + + + + + + + + + + + + + + 723 + 10 + + + diff --git a/data/templates/npc/5-HolidaySanta.xml b/data/templates/npc/5-HolidaySanta.xml new file mode 100644 index 000000000..6ddb2a736 --- /dev/null +++ b/data/templates/npc/5-HolidaySanta.xml @@ -0,0 +1,26 @@ + + + + Holiday Santa + Happy Holidays! + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/6-HolidaySled.xml b/data/templates/npc/6-HolidaySled.xml new file mode 100644 index 000000000..116e4495e --- /dev/null +++ b/data/templates/npc/6-HolidaySled.xml @@ -0,0 +1,26 @@ + + + + Holiday Sled + Happy Holidays! + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/7-BirthdayCake.xml b/data/templates/npc/7-BirthdayCake.xml new file mode 100644 index 000000000..86d0acad5 --- /dev/null +++ b/data/templates/npc/7-BirthdayCake.xml @@ -0,0 +1,25 @@ + + + + Birthday Cake + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/8-SpiritOfFire.xml b/data/templates/npc/8-SpiritOfFire.xml new file mode 100644 index 000000000..cc36ec12b --- /dev/null +++ b/data/templates/npc/8-SpiritOfFire.xml @@ -0,0 +1,25 @@ + + + + Spirit of Fire + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/9-ExplosiveSpiritOfFire.xml b/data/templates/npc/9-ExplosiveSpiritOfFire.xml new file mode 100644 index 000000000..9506229be --- /dev/null +++ b/data/templates/npc/9-ExplosiveSpiritOfFire.xml @@ -0,0 +1,25 @@ + + + + Explosive Spirit of Fire + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31729-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31729-AdventurerGuildsman.xml new file mode 100644 index 000000000..d545630f3 --- /dev/null +++ b/data/templates/npc/adventurer/31729-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31730-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31730-AdventurerGuildsman.xml new file mode 100644 index 000000000..70b5d1200 --- /dev/null +++ b/data/templates/npc/adventurer/31730-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31731-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31731-AdventurerGuildsman.xml new file mode 100644 index 000000000..2d20b8804 --- /dev/null +++ b/data/templates/npc/adventurer/31731-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31732-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31732-AdventurerGuildsman.xml new file mode 100644 index 000000000..1acbae455 --- /dev/null +++ b/data/templates/npc/adventurer/31732-AdventurerGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventurer Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31733-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31733-AdventurerGuildsman.xml new file mode 100644 index 000000000..43897967a --- /dev/null +++ b/data/templates/npc/adventurer/31733-AdventurerGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventurer Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31734-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31734-AdventurerGuildsman.xml new file mode 100644 index 000000000..0d279cd16 --- /dev/null +++ b/data/templates/npc/adventurer/31734-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31735-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31735-AdventurerGuildsman.xml new file mode 100644 index 000000000..0fcce272a --- /dev/null +++ b/data/templates/npc/adventurer/31735-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31736-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31736-AdventurerGuildsman.xml new file mode 100644 index 000000000..d395c323a --- /dev/null +++ b/data/templates/npc/adventurer/31736-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31737-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31737-AdventurerGuildsman.xml new file mode 100644 index 000000000..29bf02f85 --- /dev/null +++ b/data/templates/npc/adventurer/31737-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31738-AdventurerGuildsman.xml b/data/templates/npc/adventurer/31738-AdventurerGuildsman.xml new file mode 100644 index 000000000..58bcd1e7d --- /dev/null +++ b/data/templates/npc/adventurer/31738-AdventurerGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventurer Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31775-AdventureGuildsman.xml b/data/templates/npc/adventurer/31775-AdventureGuildsman.xml new file mode 100644 index 000000000..493f9e906 --- /dev/null +++ b/data/templates/npc/adventurer/31775-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31776-AdventureGuildsman.xml b/data/templates/npc/adventurer/31776-AdventureGuildsman.xml new file mode 100644 index 000000000..ce47580d9 --- /dev/null +++ b/data/templates/npc/adventurer/31776-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31777-AdventureGuildsman.xml b/data/templates/npc/adventurer/31777-AdventureGuildsman.xml new file mode 100644 index 000000000..1f0cbc263 --- /dev/null +++ b/data/templates/npc/adventurer/31777-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31778-AdventureGuildsman.xml b/data/templates/npc/adventurer/31778-AdventureGuildsman.xml new file mode 100644 index 000000000..5826ddf69 --- /dev/null +++ b/data/templates/npc/adventurer/31778-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31779-AdventureGuildsman.xml b/data/templates/npc/adventurer/31779-AdventureGuildsman.xml new file mode 100644 index 000000000..6584dfddc --- /dev/null +++ b/data/templates/npc/adventurer/31779-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31780-AdventureGuildsman.xml b/data/templates/npc/adventurer/31780-AdventureGuildsman.xml new file mode 100644 index 000000000..700bbe1da --- /dev/null +++ b/data/templates/npc/adventurer/31780-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31781-AdventureGuildsman.xml b/data/templates/npc/adventurer/31781-AdventureGuildsman.xml new file mode 100644 index 000000000..2aa6858ad --- /dev/null +++ b/data/templates/npc/adventurer/31781-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31782-AdventureGuildsman.xml b/data/templates/npc/adventurer/31782-AdventureGuildsman.xml new file mode 100644 index 000000000..f858d19d5 --- /dev/null +++ b/data/templates/npc/adventurer/31782-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31783-AdventureGuildsman.xml b/data/templates/npc/adventurer/31783-AdventureGuildsman.xml new file mode 100644 index 000000000..0e47af32c --- /dev/null +++ b/data/templates/npc/adventurer/31783-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31784-AdventureGuildsman.xml b/data/templates/npc/adventurer/31784-AdventureGuildsman.xml new file mode 100644 index 000000000..64177f0a0 --- /dev/null +++ b/data/templates/npc/adventurer/31784-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31785-AdventureGuildsman.xml b/data/templates/npc/adventurer/31785-AdventureGuildsman.xml new file mode 100644 index 000000000..ad8342705 --- /dev/null +++ b/data/templates/npc/adventurer/31785-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31786-AdventureGuildsman.xml b/data/templates/npc/adventurer/31786-AdventureGuildsman.xml new file mode 100644 index 000000000..f0c2f720a --- /dev/null +++ b/data/templates/npc/adventurer/31786-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31787-AdventureGuildsman.xml b/data/templates/npc/adventurer/31787-AdventureGuildsman.xml new file mode 100644 index 000000000..971a00273 --- /dev/null +++ b/data/templates/npc/adventurer/31787-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31788-AdventureGuildsman.xml b/data/templates/npc/adventurer/31788-AdventureGuildsman.xml new file mode 100644 index 000000000..a75e246da --- /dev/null +++ b/data/templates/npc/adventurer/31788-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31789-AdventureGuildsman.xml b/data/templates/npc/adventurer/31789-AdventureGuildsman.xml new file mode 100644 index 000000000..1c1f8a054 --- /dev/null +++ b/data/templates/npc/adventurer/31789-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31790-AdventureGuildsman.xml b/data/templates/npc/adventurer/31790-AdventureGuildsman.xml new file mode 100644 index 000000000..362c0cd5a --- /dev/null +++ b/data/templates/npc/adventurer/31790-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31791-AdventureGuildsman.xml b/data/templates/npc/adventurer/31791-AdventureGuildsman.xml new file mode 100644 index 000000000..5a31cef0e --- /dev/null +++ b/data/templates/npc/adventurer/31791-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31792-AdventureGuildsman.xml b/data/templates/npc/adventurer/31792-AdventureGuildsman.xml new file mode 100644 index 000000000..f4619f7ab --- /dev/null +++ b/data/templates/npc/adventurer/31792-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31793-AdventureGuildsman.xml b/data/templates/npc/adventurer/31793-AdventureGuildsman.xml new file mode 100644 index 000000000..1a8c7448f --- /dev/null +++ b/data/templates/npc/adventurer/31793-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31794-AdventureGuildsman.xml b/data/templates/npc/adventurer/31794-AdventureGuildsman.xml new file mode 100644 index 000000000..8c4435794 --- /dev/null +++ b/data/templates/npc/adventurer/31794-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31795-AdventureGuildsman.xml b/data/templates/npc/adventurer/31795-AdventureGuildsman.xml new file mode 100644 index 000000000..277140dcf --- /dev/null +++ b/data/templates/npc/adventurer/31795-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31796-AdventureGuildsman.xml b/data/templates/npc/adventurer/31796-AdventureGuildsman.xml new file mode 100644 index 000000000..5764a7ece --- /dev/null +++ b/data/templates/npc/adventurer/31796-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31797-AdventureGuildsman.xml b/data/templates/npc/adventurer/31797-AdventureGuildsman.xml new file mode 100644 index 000000000..dff060568 --- /dev/null +++ b/data/templates/npc/adventurer/31797-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31798-AdventureGuildsman.xml b/data/templates/npc/adventurer/31798-AdventureGuildsman.xml new file mode 100644 index 000000000..50576ddfd --- /dev/null +++ b/data/templates/npc/adventurer/31798-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31799-AdventureGuildsman.xml b/data/templates/npc/adventurer/31799-AdventureGuildsman.xml new file mode 100644 index 000000000..fde1731d9 --- /dev/null +++ b/data/templates/npc/adventurer/31799-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31800-AdventureGuildsman.xml b/data/templates/npc/adventurer/31800-AdventureGuildsman.xml new file mode 100644 index 000000000..d8a710920 --- /dev/null +++ b/data/templates/npc/adventurer/31800-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31801-AdventureGuildsman.xml b/data/templates/npc/adventurer/31801-AdventureGuildsman.xml new file mode 100644 index 000000000..a1518aede --- /dev/null +++ b/data/templates/npc/adventurer/31801-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31802-AdventureGuildsman.xml b/data/templates/npc/adventurer/31802-AdventureGuildsman.xml new file mode 100644 index 000000000..cc827fafb --- /dev/null +++ b/data/templates/npc/adventurer/31802-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31803-AdventureGuildsman.xml b/data/templates/npc/adventurer/31803-AdventureGuildsman.xml new file mode 100644 index 000000000..e842786a4 --- /dev/null +++ b/data/templates/npc/adventurer/31803-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31804-AdventureGuildsman.xml b/data/templates/npc/adventurer/31804-AdventureGuildsman.xml new file mode 100644 index 000000000..4b3356fcc --- /dev/null +++ b/data/templates/npc/adventurer/31804-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31805-AdventureGuildsman.xml b/data/templates/npc/adventurer/31805-AdventureGuildsman.xml new file mode 100644 index 000000000..40b55e1d0 --- /dev/null +++ b/data/templates/npc/adventurer/31805-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31806-AdventureGuildsman.xml b/data/templates/npc/adventurer/31806-AdventureGuildsman.xml new file mode 100644 index 000000000..f76f6bf06 --- /dev/null +++ b/data/templates/npc/adventurer/31806-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31807-AdventureGuildsman.xml b/data/templates/npc/adventurer/31807-AdventureGuildsman.xml new file mode 100644 index 000000000..e686a48e1 --- /dev/null +++ b/data/templates/npc/adventurer/31807-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31808-AdventureGuildsman.xml b/data/templates/npc/adventurer/31808-AdventureGuildsman.xml new file mode 100644 index 000000000..b64bcbfca --- /dev/null +++ b/data/templates/npc/adventurer/31808-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31809-AdventureGuildsman.xml b/data/templates/npc/adventurer/31809-AdventureGuildsman.xml new file mode 100644 index 000000000..dd76cc8fd --- /dev/null +++ b/data/templates/npc/adventurer/31809-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31810-AdventureGuildsman.xml b/data/templates/npc/adventurer/31810-AdventureGuildsman.xml new file mode 100644 index 000000000..1e597aab3 --- /dev/null +++ b/data/templates/npc/adventurer/31810-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31811-AdventureGuildsman.xml b/data/templates/npc/adventurer/31811-AdventureGuildsman.xml new file mode 100644 index 000000000..77aed8606 --- /dev/null +++ b/data/templates/npc/adventurer/31811-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31812-AdventureGuildsman.xml b/data/templates/npc/adventurer/31812-AdventureGuildsman.xml new file mode 100644 index 000000000..cc18221b5 --- /dev/null +++ b/data/templates/npc/adventurer/31812-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31813-AdventureGuildsman.xml b/data/templates/npc/adventurer/31813-AdventureGuildsman.xml new file mode 100644 index 000000000..f9c932c67 --- /dev/null +++ b/data/templates/npc/adventurer/31813-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31814-AdventureGuildsman.xml b/data/templates/npc/adventurer/31814-AdventureGuildsman.xml new file mode 100644 index 000000000..7135d5f13 --- /dev/null +++ b/data/templates/npc/adventurer/31814-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31815-AdventureGuildsman.xml b/data/templates/npc/adventurer/31815-AdventureGuildsman.xml new file mode 100644 index 000000000..627605e2a --- /dev/null +++ b/data/templates/npc/adventurer/31815-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31816-AdventureGuildsman.xml b/data/templates/npc/adventurer/31816-AdventureGuildsman.xml new file mode 100644 index 000000000..878d56cf7 --- /dev/null +++ b/data/templates/npc/adventurer/31816-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31817-AdventureGuildsman.xml b/data/templates/npc/adventurer/31817-AdventureGuildsman.xml new file mode 100644 index 000000000..f9c6b37ac --- /dev/null +++ b/data/templates/npc/adventurer/31817-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31818-AdventureGuildsman.xml b/data/templates/npc/adventurer/31818-AdventureGuildsman.xml new file mode 100644 index 000000000..a0c851883 --- /dev/null +++ b/data/templates/npc/adventurer/31818-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31819-AdventureGuildsman.xml b/data/templates/npc/adventurer/31819-AdventureGuildsman.xml new file mode 100644 index 000000000..4ac63b8a1 --- /dev/null +++ b/data/templates/npc/adventurer/31819-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31820-AdventureGuildsman.xml b/data/templates/npc/adventurer/31820-AdventureGuildsman.xml new file mode 100644 index 000000000..4a0fbd880 --- /dev/null +++ b/data/templates/npc/adventurer/31820-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31821-AdventureGuildsman.xml b/data/templates/npc/adventurer/31821-AdventureGuildsman.xml new file mode 100644 index 000000000..cdf01dbdd --- /dev/null +++ b/data/templates/npc/adventurer/31821-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31822-AdventureGuildsman.xml b/data/templates/npc/adventurer/31822-AdventureGuildsman.xml new file mode 100644 index 000000000..936b2dd90 --- /dev/null +++ b/data/templates/npc/adventurer/31822-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31823-AdventureGuildsman.xml b/data/templates/npc/adventurer/31823-AdventureGuildsman.xml new file mode 100644 index 000000000..d1cf35441 --- /dev/null +++ b/data/templates/npc/adventurer/31823-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31824-AdventureGuildsman.xml b/data/templates/npc/adventurer/31824-AdventureGuildsman.xml new file mode 100644 index 000000000..0bf31cb97 --- /dev/null +++ b/data/templates/npc/adventurer/31824-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31825-AdventureGuildsman.xml b/data/templates/npc/adventurer/31825-AdventureGuildsman.xml new file mode 100644 index 000000000..2b296d6b3 --- /dev/null +++ b/data/templates/npc/adventurer/31825-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31826-AdventureGuildsman.xml b/data/templates/npc/adventurer/31826-AdventureGuildsman.xml new file mode 100644 index 000000000..ffd4a36e9 --- /dev/null +++ b/data/templates/npc/adventurer/31826-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31827-AdventureGuildsman.xml b/data/templates/npc/adventurer/31827-AdventureGuildsman.xml new file mode 100644 index 000000000..6618d64ad --- /dev/null +++ b/data/templates/npc/adventurer/31827-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31828-AdventureGuildsman.xml b/data/templates/npc/adventurer/31828-AdventureGuildsman.xml new file mode 100644 index 000000000..365f52f42 --- /dev/null +++ b/data/templates/npc/adventurer/31828-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31829-AdventureGuildsman.xml b/data/templates/npc/adventurer/31829-AdventureGuildsman.xml new file mode 100644 index 000000000..9e458a7ed --- /dev/null +++ b/data/templates/npc/adventurer/31829-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31830-AdventureGuildsman.xml b/data/templates/npc/adventurer/31830-AdventureGuildsman.xml new file mode 100644 index 000000000..295579983 --- /dev/null +++ b/data/templates/npc/adventurer/31830-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31831-AdventureGuildsman.xml b/data/templates/npc/adventurer/31831-AdventureGuildsman.xml new file mode 100644 index 000000000..cc6d6e80a --- /dev/null +++ b/data/templates/npc/adventurer/31831-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31832-AdventureGuildsman.xml b/data/templates/npc/adventurer/31832-AdventureGuildsman.xml new file mode 100644 index 000000000..094397c07 --- /dev/null +++ b/data/templates/npc/adventurer/31832-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31833-AdventureGuildsman.xml b/data/templates/npc/adventurer/31833-AdventureGuildsman.xml new file mode 100644 index 000000000..3bf91496e --- /dev/null +++ b/data/templates/npc/adventurer/31833-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31834-AdventureGuildsman.xml b/data/templates/npc/adventurer/31834-AdventureGuildsman.xml new file mode 100644 index 000000000..850d7cceb --- /dev/null +++ b/data/templates/npc/adventurer/31834-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31835-AdventureGuildsman.xml b/data/templates/npc/adventurer/31835-AdventureGuildsman.xml new file mode 100644 index 000000000..ba80c8dbf --- /dev/null +++ b/data/templates/npc/adventurer/31835-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31836-AdventureGuildsman.xml b/data/templates/npc/adventurer/31836-AdventureGuildsman.xml new file mode 100644 index 000000000..89efa3f74 --- /dev/null +++ b/data/templates/npc/adventurer/31836-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31837-AdventureGuildsman.xml b/data/templates/npc/adventurer/31837-AdventureGuildsman.xml new file mode 100644 index 000000000..328d36f04 --- /dev/null +++ b/data/templates/npc/adventurer/31837-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31838-AdventureGuildsman.xml b/data/templates/npc/adventurer/31838-AdventureGuildsman.xml new file mode 100644 index 000000000..99681f784 --- /dev/null +++ b/data/templates/npc/adventurer/31838-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31839-AdventureGuildsman.xml b/data/templates/npc/adventurer/31839-AdventureGuildsman.xml new file mode 100644 index 000000000..dd8d18707 --- /dev/null +++ b/data/templates/npc/adventurer/31839-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31840-AdventureGuildsman.xml b/data/templates/npc/adventurer/31840-AdventureGuildsman.xml new file mode 100644 index 000000000..b8898f9fe --- /dev/null +++ b/data/templates/npc/adventurer/31840-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31841-AdventureGuildsman.xml b/data/templates/npc/adventurer/31841-AdventureGuildsman.xml new file mode 100644 index 000000000..012808472 --- /dev/null +++ b/data/templates/npc/adventurer/31841-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31991-AdventureGuildsman.xml b/data/templates/npc/adventurer/31991-AdventureGuildsman.xml new file mode 100644 index 000000000..0131a419b --- /dev/null +++ b/data/templates/npc/adventurer/31991-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31992-AdventureGuildsman.xml b/data/templates/npc/adventurer/31992-AdventureGuildsman.xml new file mode 100644 index 000000000..d0a6efb58 --- /dev/null +++ b/data/templates/npc/adventurer/31992-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31993-AdventureGuildsman.xml b/data/templates/npc/adventurer/31993-AdventureGuildsman.xml new file mode 100644 index 000000000..3fcdd3903 --- /dev/null +++ b/data/templates/npc/adventurer/31993-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/31994-AdventureGuildsman.xml b/data/templates/npc/adventurer/31994-AdventureGuildsman.xml new file mode 100644 index 000000000..b87173a5d --- /dev/null +++ b/data/templates/npc/adventurer/31994-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/31995-AdventureGuildsman.xml b/data/templates/npc/adventurer/31995-AdventureGuildsman.xml new file mode 100644 index 000000000..3c7623c4e --- /dev/null +++ b/data/templates/npc/adventurer/31995-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/32082-DionTerritoryManager.xml b/data/templates/npc/adventurer/32082-DionTerritoryManager.xml new file mode 100644 index 000000000..2f4b61841 --- /dev/null +++ b/data/templates/npc/adventurer/32082-DionTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Dion Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32083-GiranTerritoryManager.xml b/data/templates/npc/adventurer/32083-GiranTerritoryManager.xml new file mode 100644 index 000000000..2d4faa9dd --- /dev/null +++ b/data/templates/npc/adventurer/32083-GiranTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Giran Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32084-OrenTerritoryManager.xml b/data/templates/npc/adventurer/32084-OrenTerritoryManager.xml new file mode 100644 index 000000000..e4b273967 --- /dev/null +++ b/data/templates/npc/adventurer/32084-OrenTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Oren Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32085-AdenTerritoryManager.xml b/data/templates/npc/adventurer/32085-AdenTerritoryManager.xml new file mode 100644 index 000000000..11df7ad2d --- /dev/null +++ b/data/templates/npc/adventurer/32085-AdenTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Aden Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32086-InnadrilTerritoryManager.xml b/data/templates/npc/adventurer/32086-InnadrilTerritoryManager.xml new file mode 100644 index 000000000..6e456ee1e --- /dev/null +++ b/data/templates/npc/adventurer/32086-InnadrilTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Innadril Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32087-SchuttgartTerritoryManager.xml b/data/templates/npc/adventurer/32087-SchuttgartTerritoryManager.xml new file mode 100644 index 000000000..579784a09 --- /dev/null +++ b/data/templates/npc/adventurer/32087-SchuttgartTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Schuttgart Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32088-GoddardTerritoryManager.xml b/data/templates/npc/adventurer/32088-GoddardTerritoryManager.xml new file mode 100644 index 000000000..d653460b4 --- /dev/null +++ b/data/templates/npc/adventurer/32088-GoddardTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Goddard Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32089-RuneTerritoryManager.xml b/data/templates/npc/adventurer/32089-RuneTerritoryManager.xml new file mode 100644 index 000000000..1aafe4587 --- /dev/null +++ b/data/templates/npc/adventurer/32089-RuneTerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Rune Territory Manager + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32337-AdventureGuildsman.xml b/data/templates/npc/adventurer/32337-AdventureGuildsman.xml new file mode 100644 index 000000000..5132cd270 --- /dev/null +++ b/data/templates/npc/adventurer/32337-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/32338-AdventureGuildsman.xml b/data/templates/npc/adventurer/32338-AdventureGuildsman.xml new file mode 100644 index 000000000..dc0c7c744 --- /dev/null +++ b/data/templates/npc/adventurer/32338-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/adventurer/32339-AdventureGuildsman.xml b/data/templates/npc/adventurer/32339-AdventureGuildsman.xml new file mode 100644 index 000000000..01ecd95f0 --- /dev/null +++ b/data/templates/npc/adventurer/32339-AdventureGuildsman.xml @@ -0,0 +1,26 @@ + + + + Adventure Guildsman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/adventurer/32340-AdventureGuildsman.xml b/data/templates/npc/adventurer/32340-AdventureGuildsman.xml new file mode 100644 index 000000000..8b014d320 --- /dev/null +++ b/data/templates/npc/adventurer/32340-AdventureGuildsman.xml @@ -0,0 +1,25 @@ + + + + Adventure Guildsman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/artefact/35063-GludioHolyArtifact.xml b/data/templates/npc/artefact/35063-GludioHolyArtifact.xml new file mode 100644 index 000000000..07df11e47 --- /dev/null +++ b/data/templates/npc/artefact/35063-GludioHolyArtifact.xml @@ -0,0 +1,24 @@ + + + + Gludio Holy Artifact + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/artefact/35105-DionHolyArtifact.xml b/data/templates/npc/artefact/35105-DionHolyArtifact.xml new file mode 100644 index 000000000..06e9e9bff --- /dev/null +++ b/data/templates/npc/artefact/35105-DionHolyArtifact.xml @@ -0,0 +1,24 @@ + + + + Dion Holy Artifact + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/artefact/35147-GiranHolyArtifact.xml b/data/templates/npc/artefact/35147-GiranHolyArtifact.xml new file mode 100644 index 000000000..fbc631c60 --- /dev/null +++ b/data/templates/npc/artefact/35147-GiranHolyArtifact.xml @@ -0,0 +1,24 @@ + + + + Giran Holy Artifact + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/artefact/35189-OrenHolyArtifact.xml b/data/templates/npc/artefact/35189-OrenHolyArtifact.xml new file mode 100644 index 000000000..34aa7e630 --- /dev/null +++ b/data/templates/npc/artefact/35189-OrenHolyArtifact.xml @@ -0,0 +1,24 @@ + + + + Oren Holy Artifact + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/artefact/35233-AdenHolyArtifact.xml b/data/templates/npc/artefact/35233-AdenHolyArtifact.xml new file mode 100644 index 000000000..f6c8c9f68 --- /dev/null +++ b/data/templates/npc/artefact/35233-AdenHolyArtifact.xml @@ -0,0 +1,24 @@ + + + + Aden Holy Artifact + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/artefact/35279-InnadrilHolyArtifact.xml b/data/templates/npc/artefact/35279-InnadrilHolyArtifact.xml new file mode 100644 index 000000000..6711515e0 --- /dev/null +++ b/data/templates/npc/artefact/35279-InnadrilHolyArtifact.xml @@ -0,0 +1,24 @@ + + + + Innadril Holy Artifact + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/artefact/35322-AltarOfFire.xml b/data/templates/npc/artefact/35322-AltarOfFire.xml new file mode 100644 index 000000000..ec51ad621 --- /dev/null +++ b/data/templates/npc/artefact/35322-AltarOfFire.xml @@ -0,0 +1,24 @@ + + + + Altar of Fire + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/artefact/35323-AltarOfWater.xml b/data/templates/npc/artefact/35323-AltarOfWater.xml new file mode 100644 index 000000000..dec1fa65d --- /dev/null +++ b/data/templates/npc/artefact/35323-AltarOfWater.xml @@ -0,0 +1,24 @@ + + + + Altar of Water + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/artefact/35469-GodsAltar.xml b/data/templates/npc/artefact/35469-GodsAltar.xml new file mode 100644 index 000000000..67aff6642 --- /dev/null +++ b/data/templates/npc/artefact/35469-GodsAltar.xml @@ -0,0 +1,24 @@ + + + + Gods' Altar + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/artefact/35514-AltarOfWind.xml b/data/templates/npc/artefact/35514-AltarOfWind.xml new file mode 100644 index 000000000..99211d270 --- /dev/null +++ b/data/templates/npc/artefact/35514-AltarOfWind.xml @@ -0,0 +1,24 @@ + + + + Altar of Wind + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/artefact/35515-AltarOfEarth.xml b/data/templates/npc/artefact/35515-AltarOfEarth.xml new file mode 100644 index 000000000..7dd7990ea --- /dev/null +++ b/data/templates/npc/artefact/35515-AltarOfEarth.xml @@ -0,0 +1,24 @@ + + + + Altar of Earth + 20 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/auctioneer/30767-Auctioneer.xml b/data/templates/npc/auctioneer/30767-Auctioneer.xml new file mode 100644 index 000000000..2a5e29f6d --- /dev/null +++ b/data/templates/npc/auctioneer/30767-Auctioneer.xml @@ -0,0 +1,25 @@ + + + + Auctioneer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/auctioneer/30768-Auctioneer.xml b/data/templates/npc/auctioneer/30768-Auctioneer.xml new file mode 100644 index 000000000..5126aa659 --- /dev/null +++ b/data/templates/npc/auctioneer/30768-Auctioneer.xml @@ -0,0 +1,25 @@ + + + + Auctioneer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/auctioneer/30769-Auctioneer.xml b/data/templates/npc/auctioneer/30769-Auctioneer.xml new file mode 100644 index 000000000..4ce65065a --- /dev/null +++ b/data/templates/npc/auctioneer/30769-Auctioneer.xml @@ -0,0 +1,25 @@ + + + + Auctioneer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/auctioneer/30770-Auctioneer.xml b/data/templates/npc/auctioneer/30770-Auctioneer.xml new file mode 100644 index 000000000..e7a7520fa --- /dev/null +++ b/data/templates/npc/auctioneer/30770-Auctioneer.xml @@ -0,0 +1,25 @@ + + + + Auctioneer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/auctioneer/30771-Auctioneer.xml b/data/templates/npc/auctioneer/30771-Auctioneer.xml new file mode 100644 index 000000000..8a7c27f88 --- /dev/null +++ b/data/templates/npc/auctioneer/30771-Auctioneer.xml @@ -0,0 +1,25 @@ + + + + Auctioneer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/12780-BabyBuffalo.xml b/data/templates/npc/babypet/12780-BabyBuffalo.xml new file mode 100644 index 000000000..d3d9f99e2 --- /dev/null +++ b/data/templates/npc/babypet/12780-BabyBuffalo.xml @@ -0,0 +1,25 @@ + + + + Baby Buffalo + 25 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/12781-BabyKookaburra.xml b/data/templates/npc/babypet/12781-BabyKookaburra.xml new file mode 100644 index 000000000..abcdc84c3 --- /dev/null +++ b/data/templates/npc/babypet/12781-BabyKookaburra.xml @@ -0,0 +1,25 @@ + + + + Baby Kookaburra + 25 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/12782-BabyCougar.xml b/data/templates/npc/babypet/12782-BabyCougar.xml new file mode 100644 index 000000000..42071d185 --- /dev/null +++ b/data/templates/npc/babypet/12782-BabyCougar.xml @@ -0,0 +1,25 @@ + + + + Baby Cougar + 25 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16034-ImprovedBabyBuffalo.xml b/data/templates/npc/babypet/16034-ImprovedBabyBuffalo.xml new file mode 100644 index 000000000..e9458fcc4 --- /dev/null +++ b/data/templates/npc/babypet/16034-ImprovedBabyBuffalo.xml @@ -0,0 +1,25 @@ + + + + Improved Baby Buffalo + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16035-ImprovedBabyKookaburra.xml b/data/templates/npc/babypet/16035-ImprovedBabyKookaburra.xml new file mode 100644 index 000000000..870e0f05f --- /dev/null +++ b/data/templates/npc/babypet/16035-ImprovedBabyKookaburra.xml @@ -0,0 +1,25 @@ + + + + Improved Baby Kookaburra + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16036-ImprovedBabyCougar.xml b/data/templates/npc/babypet/16036-ImprovedBabyCougar.xml new file mode 100644 index 000000000..39b227d4f --- /dev/null +++ b/data/templates/npc/babypet/16036-ImprovedBabyCougar.xml @@ -0,0 +1,25 @@ + + + + Improved Baby Cougar + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16045-WhiteWeasel.xml b/data/templates/npc/babypet/16045-WhiteWeasel.xml new file mode 100644 index 000000000..0d5a724a0 --- /dev/null +++ b/data/templates/npc/babypet/16045-WhiteWeasel.xml @@ -0,0 +1,25 @@ + + + + White Weasel + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16046-FairyPrincess.xml b/data/templates/npc/babypet/16046-FairyPrincess.xml new file mode 100644 index 000000000..e85c9e278 --- /dev/null +++ b/data/templates/npc/babypet/16046-FairyPrincess.xml @@ -0,0 +1,25 @@ + + + + Fairy Princess + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16051-SpiritShaman.xml b/data/templates/npc/babypet/16051-SpiritShaman.xml new file mode 100644 index 000000000..b5463e349 --- /dev/null +++ b/data/templates/npc/babypet/16051-SpiritShaman.xml @@ -0,0 +1,25 @@ + + + + Spirit Shaman + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16052-ToyKnight.xml b/data/templates/npc/babypet/16052-ToyKnight.xml new file mode 100644 index 000000000..b564589c1 --- /dev/null +++ b/data/templates/npc/babypet/16052-ToyKnight.xml @@ -0,0 +1,25 @@ + + + + Toy Knight + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/babypet/16053-TurtleAscetic.xml b/data/templates/npc/babypet/16053-TurtleAscetic.xml new file mode 100644 index 000000000..cb34b1b2c --- /dev/null +++ b/data/templates/npc/babypet/16053-TurtleAscetic.xml @@ -0,0 +1,25 @@ + + + + Turtle Ascetic + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/block/18672-Block.xml b/data/templates/npc/block/18672-Block.xml new file mode 100644 index 000000000..23709cd11 --- /dev/null +++ b/data/templates/npc/block/18672-Block.xml @@ -0,0 +1,25 @@ + + + + Block + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31093-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31093-PreacherOfDoom.xml new file mode 100644 index 000000000..835356eb8 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31093-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31094-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31094-OratorOfRevelations.xml new file mode 100644 index 000000000..f5902aaf4 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31094-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31172-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31172-PreacherOfDoom.xml new file mode 100644 index 000000000..75f2c98e5 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31172-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31173-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31173-OratorOfRevelations.xml new file mode 100644 index 000000000..18c64b3cc --- /dev/null +++ b/data/templates/npc/cabalebuffer/31173-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31174-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31174-PreacherOfDoom.xml new file mode 100644 index 000000000..79572145c --- /dev/null +++ b/data/templates/npc/cabalebuffer/31174-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31175-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31175-OratorOfRevelations.xml new file mode 100644 index 000000000..1e0074830 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31175-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31176-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31176-PreacherOfDoom.xml new file mode 100644 index 000000000..f12ec6fad --- /dev/null +++ b/data/templates/npc/cabalebuffer/31176-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31177-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31177-OratorOfRevelations.xml new file mode 100644 index 000000000..ed9cf7a3c --- /dev/null +++ b/data/templates/npc/cabalebuffer/31177-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31178-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31178-PreacherOfDoom.xml new file mode 100644 index 000000000..21e010732 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31178-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31179-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31179-OratorOfRevelations.xml new file mode 100644 index 000000000..15cca0255 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31179-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31180-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31180-PreacherOfDoom.xml new file mode 100644 index 000000000..062d21d62 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31180-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31181-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31181-OratorOfRevelations.xml new file mode 100644 index 000000000..7f9e83281 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31181-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31182-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31182-PreacherOfDoom.xml new file mode 100644 index 000000000..1d50774bf --- /dev/null +++ b/data/templates/npc/cabalebuffer/31182-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31183-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31183-OratorOfRevelations.xml new file mode 100644 index 000000000..021f98a7f --- /dev/null +++ b/data/templates/npc/cabalebuffer/31183-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31184-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31184-PreacherOfDoom.xml new file mode 100644 index 000000000..6345cadd4 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31184-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31185-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31185-OratorOfRevelations.xml new file mode 100644 index 000000000..57f4c96a8 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31185-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31186-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31186-PreacherOfDoom.xml new file mode 100644 index 000000000..e8ea4eb45 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31186-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31187-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31187-OratorOfRevelations.xml new file mode 100644 index 000000000..47e6b5fe1 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31187-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31188-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31188-PreacherOfDoom.xml new file mode 100644 index 000000000..0e495c3c8 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31188-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31189-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31189-OratorOfRevelations.xml new file mode 100644 index 000000000..23ed56d1e --- /dev/null +++ b/data/templates/npc/cabalebuffer/31189-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31190-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31190-PreacherOfDoom.xml new file mode 100644 index 000000000..9e7f27a51 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31190-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31191-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31191-OratorOfRevelations.xml new file mode 100644 index 000000000..cd766f5ad --- /dev/null +++ b/data/templates/npc/cabalebuffer/31191-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31192-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31192-PreacherOfDoom.xml new file mode 100644 index 000000000..7ff17f83f --- /dev/null +++ b/data/templates/npc/cabalebuffer/31192-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31193-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31193-OratorOfRevelations.xml new file mode 100644 index 000000000..f49e069e0 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31193-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31194-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31194-PreacherOfDoom.xml new file mode 100644 index 000000000..bdbebb297 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31194-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31195-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31195-OratorOfRevelations.xml new file mode 100644 index 000000000..0f50bbbe5 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31195-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31196-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31196-PreacherOfDoom.xml new file mode 100644 index 000000000..49d6fdf16 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31196-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31197-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31197-OratorOfRevelations.xml new file mode 100644 index 000000000..2e2991142 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31197-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31198-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31198-PreacherOfDoom.xml new file mode 100644 index 000000000..047773213 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31198-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31199-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31199-OratorOfRevelations.xml new file mode 100644 index 000000000..5479ab1cf --- /dev/null +++ b/data/templates/npc/cabalebuffer/31199-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31200-PreacherOfDoom.xml b/data/templates/npc/cabalebuffer/31200-PreacherOfDoom.xml new file mode 100644 index 000000000..f248e1353 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31200-PreacherOfDoom.xml @@ -0,0 +1,25 @@ + + + + Preacher of Doom + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/cabalebuffer/31201-OratorOfRevelations.xml b/data/templates/npc/cabalebuffer/31201-OratorOfRevelations.xml new file mode 100644 index 000000000..ce29dff24 --- /dev/null +++ b/data/templates/npc/cabalebuffer/31201-OratorOfRevelations.xml @@ -0,0 +1,25 @@ + + + + Orator of Revelations + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35092-Gatekeeper.xml b/data/templates/npc/castle/35092-Gatekeeper.xml new file mode 100644 index 000000000..9a5edcfa3 --- /dev/null +++ b/data/templates/npc/castle/35092-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35093-Gatekeeper.xml b/data/templates/npc/castle/35093-Gatekeeper.xml new file mode 100644 index 000000000..52c61d25a --- /dev/null +++ b/data/templates/npc/castle/35093-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35094-Gatekeeper.xml b/data/templates/npc/castle/35094-Gatekeeper.xml new file mode 100644 index 000000000..a86cd9cf3 --- /dev/null +++ b/data/templates/npc/castle/35094-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35095-MassGatekeeper.xml b/data/templates/npc/castle/35095-MassGatekeeper.xml new file mode 100644 index 000000000..d0dbeed41 --- /dev/null +++ b/data/templates/npc/castle/35095-MassGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Mass Gatekeeper + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35096-OuterDoorman.xml b/data/templates/npc/castle/35096-OuterDoorman.xml new file mode 100644 index 000000000..34c2d000e --- /dev/null +++ b/data/templates/npc/castle/35096-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35097-InnerDoorman.xml b/data/templates/npc/castle/35097-InnerDoorman.xml new file mode 100644 index 000000000..a4eaa7944 --- /dev/null +++ b/data/templates/npc/castle/35097-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35098-Blacksmith.xml b/data/templates/npc/castle/35098-Blacksmith.xml new file mode 100644 index 000000000..88a9117a4 --- /dev/null +++ b/data/templates/npc/castle/35098-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35099-WarehouseKeeper.xml b/data/templates/npc/castle/35099-WarehouseKeeper.xml new file mode 100644 index 000000000..d600eda77 --- /dev/null +++ b/data/templates/npc/castle/35099-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35100-Sayres.xml b/data/templates/npc/castle/35100-Sayres.xml new file mode 100644 index 000000000..60507b7af --- /dev/null +++ b/data/templates/npc/castle/35100-Sayres.xml @@ -0,0 +1,26 @@ + + + + Sayres + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35101-Grad.xml b/data/templates/npc/castle/35101-Grad.xml new file mode 100644 index 000000000..f9c5aa5e4 --- /dev/null +++ b/data/templates/npc/castle/35101-Grad.xml @@ -0,0 +1,26 @@ + + + + Grad + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35134-Gatekeeper.xml b/data/templates/npc/castle/35134-Gatekeeper.xml new file mode 100644 index 000000000..bbb29b586 --- /dev/null +++ b/data/templates/npc/castle/35134-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35135-Gatekeeper.xml b/data/templates/npc/castle/35135-Gatekeeper.xml new file mode 100644 index 000000000..032c7ceb8 --- /dev/null +++ b/data/templates/npc/castle/35135-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35136-Gatekeeper.xml b/data/templates/npc/castle/35136-Gatekeeper.xml new file mode 100644 index 000000000..3c3c69c42 --- /dev/null +++ b/data/templates/npc/castle/35136-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35137-MassGatekeeper.xml b/data/templates/npc/castle/35137-MassGatekeeper.xml new file mode 100644 index 000000000..ddf6990d0 --- /dev/null +++ b/data/templates/npc/castle/35137-MassGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Mass Gatekeeper + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35138-OuterDoorman.xml b/data/templates/npc/castle/35138-OuterDoorman.xml new file mode 100644 index 000000000..71404228e --- /dev/null +++ b/data/templates/npc/castle/35138-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35139-InnerDoorman.xml b/data/templates/npc/castle/35139-InnerDoorman.xml new file mode 100644 index 000000000..21610821d --- /dev/null +++ b/data/templates/npc/castle/35139-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35140-Blacksmith.xml b/data/templates/npc/castle/35140-Blacksmith.xml new file mode 100644 index 000000000..b88c3cc4f --- /dev/null +++ b/data/templates/npc/castle/35140-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Dion + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35141-WarehouseKeeper.xml b/data/templates/npc/castle/35141-WarehouseKeeper.xml new file mode 100644 index 000000000..e3ca36a9d --- /dev/null +++ b/data/templates/npc/castle/35141-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Dion + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35142-Crosby.xml b/data/templates/npc/castle/35142-Crosby.xml new file mode 100644 index 000000000..f95445b2a --- /dev/null +++ b/data/templates/npc/castle/35142-Crosby.xml @@ -0,0 +1,26 @@ + + + + Crosby + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35143-Hodler.xml b/data/templates/npc/castle/35143-Hodler.xml new file mode 100644 index 000000000..dc862709c --- /dev/null +++ b/data/templates/npc/castle/35143-Hodler.xml @@ -0,0 +1,26 @@ + + + + Hodler + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35176-Gatekeeper.xml b/data/templates/npc/castle/35176-Gatekeeper.xml new file mode 100644 index 000000000..da6f4aeb9 --- /dev/null +++ b/data/templates/npc/castle/35176-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35177-Gatekeeper.xml b/data/templates/npc/castle/35177-Gatekeeper.xml new file mode 100644 index 000000000..ae6afa94e --- /dev/null +++ b/data/templates/npc/castle/35177-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35178-Gatekeeper.xml b/data/templates/npc/castle/35178-Gatekeeper.xml new file mode 100644 index 000000000..b928349ba --- /dev/null +++ b/data/templates/npc/castle/35178-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35179-MassGatekeeper.xml b/data/templates/npc/castle/35179-MassGatekeeper.xml new file mode 100644 index 000000000..9e16ebb4e --- /dev/null +++ b/data/templates/npc/castle/35179-MassGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Mass Gatekeeper + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35180-OuterDoorman.xml b/data/templates/npc/castle/35180-OuterDoorman.xml new file mode 100644 index 000000000..5f3d3fc10 --- /dev/null +++ b/data/templates/npc/castle/35180-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35181-InnerDoorman.xml b/data/templates/npc/castle/35181-InnerDoorman.xml new file mode 100644 index 000000000..aa6f45ad1 --- /dev/null +++ b/data/templates/npc/castle/35181-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35182-Blacksmith.xml b/data/templates/npc/castle/35182-Blacksmith.xml new file mode 100644 index 000000000..ac8621d2a --- /dev/null +++ b/data/templates/npc/castle/35182-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Giran + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35183-WarehouseKeeper.xml b/data/templates/npc/castle/35183-WarehouseKeeper.xml new file mode 100644 index 000000000..887cf04c1 --- /dev/null +++ b/data/templates/npc/castle/35183-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Giran + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35184-Saul.xml b/data/templates/npc/castle/35184-Saul.xml new file mode 100644 index 000000000..becf2f00f --- /dev/null +++ b/data/templates/npc/castle/35184-Saul.xml @@ -0,0 +1,26 @@ + + + + Saul + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35185-Bryce.xml b/data/templates/npc/castle/35185-Bryce.xml new file mode 100644 index 000000000..af70980d6 --- /dev/null +++ b/data/templates/npc/castle/35185-Bryce.xml @@ -0,0 +1,26 @@ + + + + Bryce + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35218-Gatekeeper.xml b/data/templates/npc/castle/35218-Gatekeeper.xml new file mode 100644 index 000000000..0a67cdf8a --- /dev/null +++ b/data/templates/npc/castle/35218-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35219-Gatekeeper.xml b/data/templates/npc/castle/35219-Gatekeeper.xml new file mode 100644 index 000000000..a33ab4cd9 --- /dev/null +++ b/data/templates/npc/castle/35219-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35220-Gatekeeper.xml b/data/templates/npc/castle/35220-Gatekeeper.xml new file mode 100644 index 000000000..f7baa01ff --- /dev/null +++ b/data/templates/npc/castle/35220-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35221-MassGatekeeper.xml b/data/templates/npc/castle/35221-MassGatekeeper.xml new file mode 100644 index 000000000..7bcaa33b3 --- /dev/null +++ b/data/templates/npc/castle/35221-MassGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Mass Gatekeeper + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35222-OuterDoorman.xml b/data/templates/npc/castle/35222-OuterDoorman.xml new file mode 100644 index 000000000..89c6a08e7 --- /dev/null +++ b/data/templates/npc/castle/35222-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35223-InnerDoorman.xml b/data/templates/npc/castle/35223-InnerDoorman.xml new file mode 100644 index 000000000..077ba53c1 --- /dev/null +++ b/data/templates/npc/castle/35223-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35224-Blacksmith.xml b/data/templates/npc/castle/35224-Blacksmith.xml new file mode 100644 index 000000000..293c3bee8 --- /dev/null +++ b/data/templates/npc/castle/35224-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Oren + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35225-WarehouseKeeper.xml b/data/templates/npc/castle/35225-WarehouseKeeper.xml new file mode 100644 index 000000000..a6f327179 --- /dev/null +++ b/data/templates/npc/castle/35225-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Oren + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35226-Brasseur.xml b/data/templates/npc/castle/35226-Brasseur.xml new file mode 100644 index 000000000..e7a31db36 --- /dev/null +++ b/data/templates/npc/castle/35226-Brasseur.xml @@ -0,0 +1,26 @@ + + + + Brasseur + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35227-Finrod.xml b/data/templates/npc/castle/35227-Finrod.xml new file mode 100644 index 000000000..02dea6235 --- /dev/null +++ b/data/templates/npc/castle/35227-Finrod.xml @@ -0,0 +1,26 @@ + + + + Finrod + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35261-Gatekeeper.xml b/data/templates/npc/castle/35261-Gatekeeper.xml new file mode 100644 index 000000000..0951f8824 --- /dev/null +++ b/data/templates/npc/castle/35261-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35262-Gatekeeper.xml b/data/templates/npc/castle/35262-Gatekeeper.xml new file mode 100644 index 000000000..004a318a8 --- /dev/null +++ b/data/templates/npc/castle/35262-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35263-Gatekeeper.xml b/data/templates/npc/castle/35263-Gatekeeper.xml new file mode 100644 index 000000000..521a284ba --- /dev/null +++ b/data/templates/npc/castle/35263-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35264-Gatekeeper.xml b/data/templates/npc/castle/35264-Gatekeeper.xml new file mode 100644 index 000000000..47816f3b6 --- /dev/null +++ b/data/templates/npc/castle/35264-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35265-Gatekeeper.xml b/data/templates/npc/castle/35265-Gatekeeper.xml new file mode 100644 index 000000000..db7171a7a --- /dev/null +++ b/data/templates/npc/castle/35265-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35266-MassGatekeeper.xml b/data/templates/npc/castle/35266-MassGatekeeper.xml new file mode 100644 index 000000000..a94da1d9a --- /dev/null +++ b/data/templates/npc/castle/35266-MassGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Mass Gatekeeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35267-OuterDoorman.xml b/data/templates/npc/castle/35267-OuterDoorman.xml new file mode 100644 index 000000000..234fb7f24 --- /dev/null +++ b/data/templates/npc/castle/35267-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35268-InnerDoorman.xml b/data/templates/npc/castle/35268-InnerDoorman.xml new file mode 100644 index 000000000..2d0eda140 --- /dev/null +++ b/data/templates/npc/castle/35268-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35269-HallDoorman.xml b/data/templates/npc/castle/35269-HallDoorman.xml new file mode 100644 index 000000000..011b45855 --- /dev/null +++ b/data/templates/npc/castle/35269-HallDoorman.xml @@ -0,0 +1,26 @@ + + + + Hall Doorman + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35270-InnerDoorman.xml b/data/templates/npc/castle/35270-InnerDoorman.xml new file mode 100644 index 000000000..49ad4b1fd --- /dev/null +++ b/data/templates/npc/castle/35270-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Aden + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35271-Gatekeeper.xml b/data/templates/npc/castle/35271-Gatekeeper.xml new file mode 100644 index 000000000..678b59c5f --- /dev/null +++ b/data/templates/npc/castle/35271-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35272-Blacksmith.xml b/data/templates/npc/castle/35272-Blacksmith.xml new file mode 100644 index 000000000..7000aa23d --- /dev/null +++ b/data/templates/npc/castle/35272-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Aden + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35273-WarehouseKeeper.xml b/data/templates/npc/castle/35273-WarehouseKeeper.xml new file mode 100644 index 000000000..b4b6fa734 --- /dev/null +++ b/data/templates/npc/castle/35273-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Aden + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35274-Logan.xml b/data/templates/npc/castle/35274-Logan.xml new file mode 100644 index 000000000..639402bde --- /dev/null +++ b/data/templates/npc/castle/35274-Logan.xml @@ -0,0 +1,26 @@ + + + + Logan + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35275-Kruger.xml b/data/templates/npc/castle/35275-Kruger.xml new file mode 100644 index 000000000..dbd12b4f1 --- /dev/null +++ b/data/templates/npc/castle/35275-Kruger.xml @@ -0,0 +1,26 @@ + + + + Kruger + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35308-Gatekeeper.xml b/data/templates/npc/castle/35308-Gatekeeper.xml new file mode 100644 index 000000000..071857e53 --- /dev/null +++ b/data/templates/npc/castle/35308-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35309-Gatekeeper.xml b/data/templates/npc/castle/35309-Gatekeeper.xml new file mode 100644 index 000000000..09a0208f7 --- /dev/null +++ b/data/templates/npc/castle/35309-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35310-Gatekeeper.xml b/data/templates/npc/castle/35310-Gatekeeper.xml new file mode 100644 index 000000000..c121401ea --- /dev/null +++ b/data/templates/npc/castle/35310-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35311-MassGatekeeper.xml b/data/templates/npc/castle/35311-MassGatekeeper.xml new file mode 100644 index 000000000..617a62af7 --- /dev/null +++ b/data/templates/npc/castle/35311-MassGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Mass Gatekeeper + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35312-OuterDoorman.xml b/data/templates/npc/castle/35312-OuterDoorman.xml new file mode 100644 index 000000000..7857a663f --- /dev/null +++ b/data/templates/npc/castle/35312-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35313-InnerDoorman.xml b/data/templates/npc/castle/35313-InnerDoorman.xml new file mode 100644 index 000000000..e2f40ed92 --- /dev/null +++ b/data/templates/npc/castle/35313-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35314-Blacksmith.xml b/data/templates/npc/castle/35314-Blacksmith.xml new file mode 100644 index 000000000..0f04e950a --- /dev/null +++ b/data/templates/npc/castle/35314-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Innadril + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35315-WarehouseKeeper.xml b/data/templates/npc/castle/35315-WarehouseKeeper.xml new file mode 100644 index 000000000..9c2d72656 --- /dev/null +++ b/data/templates/npc/castle/35315-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Innadril + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35316-Neurath.xml b/data/templates/npc/castle/35316-Neurath.xml new file mode 100644 index 000000000..90c65cc16 --- /dev/null +++ b/data/templates/npc/castle/35316-Neurath.xml @@ -0,0 +1,26 @@ + + + + Neurath + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/castle/35317-Tate.xml b/data/templates/npc/castle/35317-Tate.xml new file mode 100644 index 000000000..edb3d8057 --- /dev/null +++ b/data/templates/npc/castle/35317-Tate.xml @@ -0,0 +1,26 @@ + + + + Tate + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35352-Gatekeeper.xml b/data/templates/npc/castle/35352-Gatekeeper.xml new file mode 100644 index 000000000..4035d2034 --- /dev/null +++ b/data/templates/npc/castle/35352-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35353-Gatekeeper.xml b/data/templates/npc/castle/35353-Gatekeeper.xml new file mode 100644 index 000000000..ba8c54007 --- /dev/null +++ b/data/templates/npc/castle/35353-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35354-Gatekeeper.xml b/data/templates/npc/castle/35354-Gatekeeper.xml new file mode 100644 index 000000000..cd8d0bb11 --- /dev/null +++ b/data/templates/npc/castle/35354-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35355-MassGatekeeper.xml b/data/templates/npc/castle/35355-MassGatekeeper.xml new file mode 100644 index 000000000..4b3f69024 --- /dev/null +++ b/data/templates/npc/castle/35355-MassGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Mass Gatekeeper + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35356-OuterDoorman.xml b/data/templates/npc/castle/35356-OuterDoorman.xml new file mode 100644 index 000000000..be33eb70c --- /dev/null +++ b/data/templates/npc/castle/35356-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35357-InnerDoorman.xml b/data/templates/npc/castle/35357-InnerDoorman.xml new file mode 100644 index 000000000..9c02430fc --- /dev/null +++ b/data/templates/npc/castle/35357-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35358-InnerDoorman.xml b/data/templates/npc/castle/35358-InnerDoorman.xml new file mode 100644 index 000000000..afe82c9af --- /dev/null +++ b/data/templates/npc/castle/35358-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35359-Gatekeeper.xml b/data/templates/npc/castle/35359-Gatekeeper.xml new file mode 100644 index 000000000..8d3f1d94b --- /dev/null +++ b/data/templates/npc/castle/35359-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35360-Gatekeeper.xml b/data/templates/npc/castle/35360-Gatekeeper.xml new file mode 100644 index 000000000..3fe0c3978 --- /dev/null +++ b/data/templates/npc/castle/35360-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35361-Blacksmith.xml b/data/templates/npc/castle/35361-Blacksmith.xml new file mode 100644 index 000000000..869d46c6d --- /dev/null +++ b/data/templates/npc/castle/35361-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35362-WarehouseKeeper.xml b/data/templates/npc/castle/35362-WarehouseKeeper.xml new file mode 100644 index 000000000..2e1635a59 --- /dev/null +++ b/data/templates/npc/castle/35362-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35363-Alfred.xml b/data/templates/npc/castle/35363-Alfred.xml new file mode 100644 index 000000000..39aa201d6 --- /dev/null +++ b/data/templates/npc/castle/35363-Alfred.xml @@ -0,0 +1,26 @@ + + + + Alfred + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35364-Hadley.xml b/data/templates/npc/castle/35364-Hadley.xml new file mode 100644 index 000000000..90dc577e3 --- /dev/null +++ b/data/templates/npc/castle/35364-Hadley.xml @@ -0,0 +1,26 @@ + + + + Hadley + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35419-Hephaeston.xml b/data/templates/npc/castle/35419-Hephaeston.xml new file mode 100644 index 000000000..7abbb35e1 --- /dev/null +++ b/data/templates/npc/castle/35419-Hephaeston.xml @@ -0,0 +1,26 @@ + + + + Hephaeston + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35497-Gatekeeper.xml b/data/templates/npc/castle/35497-Gatekeeper.xml new file mode 100644 index 000000000..f733a635a --- /dev/null +++ b/data/templates/npc/castle/35497-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35498-Gatekeeper.xml b/data/templates/npc/castle/35498-Gatekeeper.xml new file mode 100644 index 000000000..f46d13c51 --- /dev/null +++ b/data/templates/npc/castle/35498-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35499-Gatekeeper.xml b/data/templates/npc/castle/35499-Gatekeeper.xml new file mode 100644 index 000000000..a1e70c76c --- /dev/null +++ b/data/templates/npc/castle/35499-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35500-Gatekeeper.xml b/data/templates/npc/castle/35500-Gatekeeper.xml new file mode 100644 index 000000000..ae174241d --- /dev/null +++ b/data/templates/npc/castle/35500-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35501-Gatekeeper.xml b/data/templates/npc/castle/35501-Gatekeeper.xml new file mode 100644 index 000000000..88aa74f04 --- /dev/null +++ b/data/templates/npc/castle/35501-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35502-GroupGatekeeper.xml b/data/templates/npc/castle/35502-GroupGatekeeper.xml new file mode 100644 index 000000000..85cce66ae --- /dev/null +++ b/data/templates/npc/castle/35502-GroupGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Group Gatekeeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35503-OuterDoorman.xml b/data/templates/npc/castle/35503-OuterDoorman.xml new file mode 100644 index 000000000..20911564a --- /dev/null +++ b/data/templates/npc/castle/35503-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35504-InnerDoorman.xml b/data/templates/npc/castle/35504-InnerDoorman.xml new file mode 100644 index 000000000..0e005840a --- /dev/null +++ b/data/templates/npc/castle/35504-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35505-InnerDoorman.xml b/data/templates/npc/castle/35505-InnerDoorman.xml new file mode 100644 index 000000000..f84d693ef --- /dev/null +++ b/data/templates/npc/castle/35505-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35506-DungeonGatekeeper.xml b/data/templates/npc/castle/35506-DungeonGatekeeper.xml new file mode 100644 index 000000000..41194f820 --- /dev/null +++ b/data/templates/npc/castle/35506-DungeonGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Dungeon Gatekeeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35507-Blacksmith.xml b/data/templates/npc/castle/35507-Blacksmith.xml new file mode 100644 index 000000000..fad704934 --- /dev/null +++ b/data/templates/npc/castle/35507-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35508-WarehouseKeeper.xml b/data/templates/npc/castle/35508-WarehouseKeeper.xml new file mode 100644 index 000000000..0342f27da --- /dev/null +++ b/data/templates/npc/castle/35508-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35509-Frederick.xml b/data/templates/npc/castle/35509-Frederick.xml new file mode 100644 index 000000000..f81ceb9ce --- /dev/null +++ b/data/templates/npc/castle/35509-Frederick.xml @@ -0,0 +1,26 @@ + + + + Frederick + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35510-Titus.xml b/data/templates/npc/castle/35510-Titus.xml new file mode 100644 index 000000000..65f697782 --- /dev/null +++ b/data/templates/npc/castle/35510-Titus.xml @@ -0,0 +1,26 @@ + + + + Titus + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35544-Gatekeeper.xml b/data/templates/npc/castle/35544-Gatekeeper.xml new file mode 100644 index 000000000..45e5ebb00 --- /dev/null +++ b/data/templates/npc/castle/35544-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35545-Gatekeeper.xml b/data/templates/npc/castle/35545-Gatekeeper.xml new file mode 100644 index 000000000..58f8ee484 --- /dev/null +++ b/data/templates/npc/castle/35545-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35546-Gatekeeper.xml b/data/templates/npc/castle/35546-Gatekeeper.xml new file mode 100644 index 000000000..ab5c69d22 --- /dev/null +++ b/data/templates/npc/castle/35546-Gatekeeper.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35547-GroupGatekeeper.xml b/data/templates/npc/castle/35547-GroupGatekeeper.xml new file mode 100644 index 000000000..48434fdb8 --- /dev/null +++ b/data/templates/npc/castle/35547-GroupGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Group Gatekeeper + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35548-OuterDoorman.xml b/data/templates/npc/castle/35548-OuterDoorman.xml new file mode 100644 index 000000000..b4fbf4390 --- /dev/null +++ b/data/templates/npc/castle/35548-OuterDoorman.xml @@ -0,0 +1,26 @@ + + + + Outer Doorman + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35549-InnerDoorman.xml b/data/templates/npc/castle/35549-InnerDoorman.xml new file mode 100644 index 000000000..68d593cca --- /dev/null +++ b/data/templates/npc/castle/35549-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35550-InnerDoorman.xml b/data/templates/npc/castle/35550-InnerDoorman.xml new file mode 100644 index 000000000..a8c58a619 --- /dev/null +++ b/data/templates/npc/castle/35550-InnerDoorman.xml @@ -0,0 +1,26 @@ + + + + Inner Doorman + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35551-Doorman.xml b/data/templates/npc/castle/35551-Doorman.xml new file mode 100644 index 000000000..66e9b7574 --- /dev/null +++ b/data/templates/npc/castle/35551-Doorman.xml @@ -0,0 +1,26 @@ + + + + Doorman + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35552-Doorman.xml b/data/templates/npc/castle/35552-Doorman.xml new file mode 100644 index 000000000..d60b26bb2 --- /dev/null +++ b/data/templates/npc/castle/35552-Doorman.xml @@ -0,0 +1,26 @@ + + + + Doorman + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35553-Blacksmith.xml b/data/templates/npc/castle/35553-Blacksmith.xml new file mode 100644 index 000000000..bf4e95b8d --- /dev/null +++ b/data/templates/npc/castle/35553-Blacksmith.xml @@ -0,0 +1,27 @@ + + + + Blacksmith + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35554-WarehouseKeeper.xml b/data/templates/npc/castle/35554-WarehouseKeeper.xml new file mode 100644 index 000000000..adf14359e --- /dev/null +++ b/data/templates/npc/castle/35554-WarehouseKeeper.xml @@ -0,0 +1,26 @@ + + + + Warehouse Keeper + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35555-August.xml b/data/templates/npc/castle/35555-August.xml new file mode 100644 index 000000000..7b4a441bd --- /dev/null +++ b/data/templates/npc/castle/35555-August.xml @@ -0,0 +1,26 @@ + + + + August + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35556-Gallic.xml b/data/templates/npc/castle/35556-Gallic.xml new file mode 100644 index 000000000..a98dd393b --- /dev/null +++ b/data/templates/npc/castle/35556-Gallic.xml @@ -0,0 +1,26 @@ + + + + Gallic + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35638-Valens.xml b/data/templates/npc/castle/35638-Valens.xml new file mode 100644 index 000000000..d28148240 --- /dev/null +++ b/data/templates/npc/castle/35638-Valens.xml @@ -0,0 +1,26 @@ + + + + Valens + Wyvern Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/castle/35648-CourtMagician.xml b/data/templates/npc/castle/35648-CourtMagician.xml new file mode 100644 index 000000000..1cddfdec3 --- /dev/null +++ b/data/templates/npc/castle/35648-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Gludio + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35649-CourtMagician.xml b/data/templates/npc/castle/35649-CourtMagician.xml new file mode 100644 index 000000000..7c0403e57 --- /dev/null +++ b/data/templates/npc/castle/35649-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Dion + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35650-CourtMagician.xml b/data/templates/npc/castle/35650-CourtMagician.xml new file mode 100644 index 000000000..d83b8e45d --- /dev/null +++ b/data/templates/npc/castle/35650-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Giran + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35651-CourtMagician.xml b/data/templates/npc/castle/35651-CourtMagician.xml new file mode 100644 index 000000000..3e7726b78 --- /dev/null +++ b/data/templates/npc/castle/35651-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Oren + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35652-CourtMagician.xml b/data/templates/npc/castle/35652-CourtMagician.xml new file mode 100644 index 000000000..005e5b856 --- /dev/null +++ b/data/templates/npc/castle/35652-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Aden + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35653-CourtMagician.xml b/data/templates/npc/castle/35653-CourtMagician.xml new file mode 100644 index 000000000..d2ff7b97b --- /dev/null +++ b/data/templates/npc/castle/35653-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Innadril + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35654-CourtMagician.xml b/data/templates/npc/castle/35654-CourtMagician.xml new file mode 100644 index 000000000..9c7e70280 --- /dev/null +++ b/data/templates/npc/castle/35654-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Goddard + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35655-CourtMagician.xml b/data/templates/npc/castle/35655-CourtMagician.xml new file mode 100644 index 000000000..c25edcf08 --- /dev/null +++ b/data/templates/npc/castle/35655-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Rune + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/castle/35656-CourtMagician.xml b/data/templates/npc/castle/35656-CourtMagician.xml new file mode 100644 index 000000000..7cd5630c1 --- /dev/null +++ b/data/templates/npc/castle/35656-CourtMagician.xml @@ -0,0 +1,27 @@ + + + + Court Magician + Schuttgart + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/chest/13036-AlchemistSChest.xml b/data/templates/npc/chest/13036-AlchemistSChest.xml new file mode 100644 index 000000000..5d0e76306 --- /dev/null +++ b/data/templates/npc/chest/13036-AlchemistSChest.xml @@ -0,0 +1,25 @@ + + + + Alchemist's Chest + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/13181-TreasureBox.xml b/data/templates/npc/chest/13181-TreasureBox.xml new file mode 100644 index 000000000..9a2ce0158 --- /dev/null +++ b/data/templates/npc/chest/13181-TreasureBox.xml @@ -0,0 +1,26 @@ + + + + Treasure Box + Gracia + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18257-TreasureChest.xml b/data/templates/npc/chest/18257-TreasureChest.xml new file mode 100644 index 000000000..3a8b1bd85 --- /dev/null +++ b/data/templates/npc/chest/18257-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18258-TreasureChest.xml b/data/templates/npc/chest/18258-TreasureChest.xml new file mode 100644 index 000000000..240d41dcc --- /dev/null +++ b/data/templates/npc/chest/18258-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18259-TreasureChest.xml b/data/templates/npc/chest/18259-TreasureChest.xml new file mode 100644 index 000000000..f212e972d --- /dev/null +++ b/data/templates/npc/chest/18259-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18260-TreasureChest.xml b/data/templates/npc/chest/18260-TreasureChest.xml new file mode 100644 index 000000000..c10cd74d7 --- /dev/null +++ b/data/templates/npc/chest/18260-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18261-TreasureChest.xml b/data/templates/npc/chest/18261-TreasureChest.xml new file mode 100644 index 000000000..27232cb75 --- /dev/null +++ b/data/templates/npc/chest/18261-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18262-TreasureChest.xml b/data/templates/npc/chest/18262-TreasureChest.xml new file mode 100644 index 000000000..9875c22fa --- /dev/null +++ b/data/templates/npc/chest/18262-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18263-TreasureChest.xml b/data/templates/npc/chest/18263-TreasureChest.xml new file mode 100644 index 000000000..6250a7b40 --- /dev/null +++ b/data/templates/npc/chest/18263-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18264-TreasureChest.xml b/data/templates/npc/chest/18264-TreasureChest.xml new file mode 100644 index 000000000..eaf89fd37 --- /dev/null +++ b/data/templates/npc/chest/18264-TreasureChest.xml @@ -0,0 +1,25 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/18265-TreasureChest.xml b/data/templates/npc/chest/18265-TreasureChest.xml new file mode 100644 index 000000000..98057a790 --- /dev/null +++ b/data/templates/npc/chest/18265-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 21 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18266-TreasureChest.xml b/data/templates/npc/chest/18266-TreasureChest.xml new file mode 100644 index 000000000..f20b9ecfe --- /dev/null +++ b/data/templates/npc/chest/18266-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18267-TreasureChest.xml b/data/templates/npc/chest/18267-TreasureChest.xml new file mode 100644 index 000000000..951cad63a --- /dev/null +++ b/data/templates/npc/chest/18267-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18268-TreasureChest.xml b/data/templates/npc/chest/18268-TreasureChest.xml new file mode 100644 index 000000000..06f1df621 --- /dev/null +++ b/data/templates/npc/chest/18268-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 30 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18269-TreasureChest.xml b/data/templates/npc/chest/18269-TreasureChest.xml new file mode 100644 index 000000000..fec584511 --- /dev/null +++ b/data/templates/npc/chest/18269-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18270-TreasureChest.xml b/data/templates/npc/chest/18270-TreasureChest.xml new file mode 100644 index 000000000..ee312d66b --- /dev/null +++ b/data/templates/npc/chest/18270-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18271-TreasureChest.xml b/data/templates/npc/chest/18271-TreasureChest.xml new file mode 100644 index 000000000..5752b3cd9 --- /dev/null +++ b/data/templates/npc/chest/18271-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18272-TreasureChest.xml b/data/templates/npc/chest/18272-TreasureChest.xml new file mode 100644 index 000000000..c9f3c0258 --- /dev/null +++ b/data/templates/npc/chest/18272-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18273-TreasureChest.xml b/data/templates/npc/chest/18273-TreasureChest.xml new file mode 100644 index 000000000..c15e20228 --- /dev/null +++ b/data/templates/npc/chest/18273-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18274-TreasureChest.xml b/data/templates/npc/chest/18274-TreasureChest.xml new file mode 100644 index 000000000..e47e66b96 --- /dev/null +++ b/data/templates/npc/chest/18274-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18275-TreasureChest.xml b/data/templates/npc/chest/18275-TreasureChest.xml new file mode 100644 index 000000000..041ed9dbe --- /dev/null +++ b/data/templates/npc/chest/18275-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18276-TreasureChest.xml b/data/templates/npc/chest/18276-TreasureChest.xml new file mode 100644 index 000000000..0b0115cc1 --- /dev/null +++ b/data/templates/npc/chest/18276-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18277-TreasureChest.xml b/data/templates/npc/chest/18277-TreasureChest.xml new file mode 100644 index 000000000..4fb5b8c70 --- /dev/null +++ b/data/templates/npc/chest/18277-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 57 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18278-TreasureChest.xml b/data/templates/npc/chest/18278-TreasureChest.xml new file mode 100644 index 000000000..5cb9d2f9f --- /dev/null +++ b/data/templates/npc/chest/18278-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18279-TreasureChest.xml b/data/templates/npc/chest/18279-TreasureChest.xml new file mode 100644 index 000000000..ab7055e62 --- /dev/null +++ b/data/templates/npc/chest/18279-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 63 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18280-TreasureChest.xml b/data/templates/npc/chest/18280-TreasureChest.xml new file mode 100644 index 000000000..65e128912 --- /dev/null +++ b/data/templates/npc/chest/18280-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18281-TreasureChest.xml b/data/templates/npc/chest/18281-TreasureChest.xml new file mode 100644 index 000000000..0ef9430fb --- /dev/null +++ b/data/templates/npc/chest/18281-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18282-TreasureChest.xml b/data/templates/npc/chest/18282-TreasureChest.xml new file mode 100644 index 000000000..3c57255b9 --- /dev/null +++ b/data/templates/npc/chest/18282-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18283-TreasureChest.xml b/data/templates/npc/chest/18283-TreasureChest.xml new file mode 100644 index 000000000..a5ee6b934 --- /dev/null +++ b/data/templates/npc/chest/18283-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18284-TreasureChest.xml b/data/templates/npc/chest/18284-TreasureChest.xml new file mode 100644 index 000000000..baf5e8634 --- /dev/null +++ b/data/templates/npc/chest/18284-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18285-TreasureChest.xml b/data/templates/npc/chest/18285-TreasureChest.xml new file mode 100644 index 000000000..7bc6a9b45 --- /dev/null +++ b/data/templates/npc/chest/18285-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18286-TreasureChest.xml b/data/templates/npc/chest/18286-TreasureChest.xml new file mode 100644 index 000000000..ca70457ae --- /dev/null +++ b/data/templates/npc/chest/18286-TreasureChest.xml @@ -0,0 +1,30 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18287-OtherworldlyInvaderFood.xml b/data/templates/npc/chest/18287-OtherworldlyInvaderFood.xml new file mode 100644 index 000000000..b17af05de --- /dev/null +++ b/data/templates/npc/chest/18287-OtherworldlyInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Otherworldly Invader Food + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18288-OtherworldlyInvaderFood.xml b/data/templates/npc/chest/18288-OtherworldlyInvaderFood.xml new file mode 100644 index 000000000..1fe2c22fe --- /dev/null +++ b/data/templates/npc/chest/18288-OtherworldlyInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Otherworldly Invader Food + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18289-DimensionInvaderFood.xml b/data/templates/npc/chest/18289-DimensionInvaderFood.xml new file mode 100644 index 000000000..c90926fe2 --- /dev/null +++ b/data/templates/npc/chest/18289-DimensionInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Dimension Invader Food + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18290-DimensionInvaderFood.xml b/data/templates/npc/chest/18290-DimensionInvaderFood.xml new file mode 100644 index 000000000..049ea476b --- /dev/null +++ b/data/templates/npc/chest/18290-DimensionInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Dimension Invader Food + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18291-PurgatoryInvaderFood.xml b/data/templates/npc/chest/18291-PurgatoryInvaderFood.xml new file mode 100644 index 000000000..3c5633ae3 --- /dev/null +++ b/data/templates/npc/chest/18291-PurgatoryInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Purgatory Invader Food + 53 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18292-PurgatoryInvaderFood.xml b/data/templates/npc/chest/18292-PurgatoryInvaderFood.xml new file mode 100644 index 000000000..f007906ee --- /dev/null +++ b/data/templates/npc/chest/18292-PurgatoryInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Purgatory Invader Food + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18293-ForbiddenPathInvaderFood.xml b/data/templates/npc/chest/18293-ForbiddenPathInvaderFood.xml new file mode 100644 index 000000000..890103af4 --- /dev/null +++ b/data/templates/npc/chest/18293-ForbiddenPathInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Forbidden Path Invader Food + 63 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18294-ForbiddenPathInvaderFood.xml b/data/templates/npc/chest/18294-ForbiddenPathInvaderFood.xml new file mode 100644 index 000000000..d8438633e --- /dev/null +++ b/data/templates/npc/chest/18294-ForbiddenPathInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Forbidden Path Invader Food + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18295-DarkOmenInvaderFood.xml b/data/templates/npc/chest/18295-DarkOmenInvaderFood.xml new file mode 100644 index 000000000..05d671ff9 --- /dev/null +++ b/data/templates/npc/chest/18295-DarkOmenInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Dark Omen Invader Food + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18296-DarkOmenInvaderFood.xml b/data/templates/npc/chest/18296-DarkOmenInvaderFood.xml new file mode 100644 index 000000000..d2dc2e52f --- /dev/null +++ b/data/templates/npc/chest/18296-DarkOmenInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Dark Omen Invader Food + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18297-MessengerInvaderFood.xml b/data/templates/npc/chest/18297-MessengerInvaderFood.xml new file mode 100644 index 000000000..6ae990914 --- /dev/null +++ b/data/templates/npc/chest/18297-MessengerInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Messenger Invader Food + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18298-MessengerInvaderFood.xml b/data/templates/npc/chest/18298-MessengerInvaderFood.xml new file mode 100644 index 000000000..f3f066cd6 --- /dev/null +++ b/data/templates/npc/chest/18298-MessengerInvaderFood.xml @@ -0,0 +1,30 @@ + + + + Messenger Invader Food + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + diff --git a/data/templates/npc/chest/18477-CoralTreasureChest.xml b/data/templates/npc/chest/18477-CoralTreasureChest.xml new file mode 100644 index 000000000..8164fe27e --- /dev/null +++ b/data/templates/npc/chest/18477-CoralTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Coral Treasure Chest + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/21671-OtherworldlyInvaderFood.xml b/data/templates/npc/chest/21671-OtherworldlyInvaderFood.xml new file mode 100644 index 000000000..a4088a093 --- /dev/null +++ b/data/templates/npc/chest/21671-OtherworldlyInvaderFood.xml @@ -0,0 +1,40 @@ + + + + Otherworldly Invader Food + 30 + MALE + + + + + + + + + + + + + + + 1309 + 72 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21694-DimensionInvaderFood.xml b/data/templates/npc/chest/21694-DimensionInvaderFood.xml new file mode 100644 index 000000000..4389337c7 --- /dev/null +++ b/data/templates/npc/chest/21694-DimensionInvaderFood.xml @@ -0,0 +1,45 @@ + + + + Dimension Invader Food + 40 + MALE + + + + + + + + + + + + + + + 2327 + 150 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21717-PurgatoryInvaderFood.xml b/data/templates/npc/chest/21717-PurgatoryInvaderFood.xml new file mode 100644 index 000000000..1667e3327 --- /dev/null +++ b/data/templates/npc/chest/21717-PurgatoryInvaderFood.xml @@ -0,0 +1,52 @@ + + + + Purgatory Invader Food + 50 + MALE + + + + + + + + + + + + + + + 3636 + 274 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21740-ForbiddenPathInvaderFood.xml b/data/templates/npc/chest/21740-ForbiddenPathInvaderFood.xml new file mode 100644 index 000000000..dbd164d06 --- /dev/null +++ b/data/templates/npc/chest/21740-ForbiddenPathInvaderFood.xml @@ -0,0 +1,49 @@ + + + + Forbidden Path Invader Food + 60 + MALE + + + + + + + + + + + + + + + 5236 + 454 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21763-DarkOmenInvaderFood.xml b/data/templates/npc/chest/21763-DarkOmenInvaderFood.xml new file mode 100644 index 000000000..1c3f7f17f --- /dev/null +++ b/data/templates/npc/chest/21763-DarkOmenInvaderFood.xml @@ -0,0 +1,51 @@ + + + + Dark Omen Invader Food + 70 + MALE + + + + + + + + + + + + + + + 7127 + 707 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21786-MessengerInvaderFood.xml b/data/templates/npc/chest/21786-MessengerInvaderFood.xml new file mode 100644 index 000000000..9fb5eb3dd --- /dev/null +++ b/data/templates/npc/chest/21786-MessengerInvaderFood.xml @@ -0,0 +1,46 @@ + + + + Messenger Invader Food + 78 + MALE + + + + + + + + + + + + + + + 9308 + 1045 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21801-TreasureChest.xml b/data/templates/npc/chest/21801-TreasureChest.xml new file mode 100644 index 000000000..f2f33d9ad --- /dev/null +++ b/data/templates/npc/chest/21801-TreasureChest.xml @@ -0,0 +1,38 @@ + + + + Treasure Chest + 21 + MALE + + + + + + + + + + + + + + + 631 + 29 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21802-TreasureChest.xml b/data/templates/npc/chest/21802-TreasureChest.xml new file mode 100644 index 000000000..efc4a5d25 --- /dev/null +++ b/data/templates/npc/chest/21802-TreasureChest.xml @@ -0,0 +1,37 @@ + + + + Treasure Chest + 24 + MALE + + + + + + + + + + + + + + + 772 + 38 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21803-TreasureChest.xml b/data/templates/npc/chest/21803-TreasureChest.xml new file mode 100644 index 000000000..49e78675c --- /dev/null +++ b/data/templates/npc/chest/21803-TreasureChest.xml @@ -0,0 +1,40 @@ + + + + Treasure Chest + 27 + MALE + + + + + + + + + + + + + + + 919 + 47 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21804-TreasureChest.xml b/data/templates/npc/chest/21804-TreasureChest.xml new file mode 100644 index 000000000..7791e59f5 --- /dev/null +++ b/data/templates/npc/chest/21804-TreasureChest.xml @@ -0,0 +1,37 @@ + + + + Treasure Chest + 30 + MALE + + + + + + + + + + + + + + + 1080 + 59 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21805-TreasureChest.xml b/data/templates/npc/chest/21805-TreasureChest.xml new file mode 100644 index 000000000..b82f4e963 --- /dev/null +++ b/data/templates/npc/chest/21805-TreasureChest.xml @@ -0,0 +1,43 @@ + + + + Treasure Chest + 33 + MALE + + + + + + + + + + + + + + + 1307 + 75 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21806-TreasureChest.xml b/data/templates/npc/chest/21806-TreasureChest.xml new file mode 100644 index 000000000..04193ad2c --- /dev/null +++ b/data/templates/npc/chest/21806-TreasureChest.xml @@ -0,0 +1,38 @@ + + + + Treasure Chest + 36 + MALE + + + + + + + + + + + + + + + 1555 + 94 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21807-TreasureChest.xml b/data/templates/npc/chest/21807-TreasureChest.xml new file mode 100644 index 000000000..c74f7b08a --- /dev/null +++ b/data/templates/npc/chest/21807-TreasureChest.xml @@ -0,0 +1,51 @@ + + + + Treasure Chest + 39 + MALE + + + + + + + + + + + + + + + 1825 + 116 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21808-TreasureChest.xml b/data/templates/npc/chest/21808-TreasureChest.xml new file mode 100644 index 000000000..eab0128f2 --- /dev/null +++ b/data/templates/npc/chest/21808-TreasureChest.xml @@ -0,0 +1,41 @@ + + + + Treasure Chest + 42 + MALE + + + + + + + + + + + + + + + 2117 + 141 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21809-TreasureChest.xml b/data/templates/npc/chest/21809-TreasureChest.xml new file mode 100644 index 000000000..06cb2e0bb --- /dev/null +++ b/data/templates/npc/chest/21809-TreasureChest.xml @@ -0,0 +1,59 @@ + + + + Treasure Chest + 45 + MALE + + + + + + + + + + + + + + + 2430 + 169 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21810-TreasureChest.xml b/data/templates/npc/chest/21810-TreasureChest.xml new file mode 100644 index 000000000..49defd47f --- /dev/null +++ b/data/templates/npc/chest/21810-TreasureChest.xml @@ -0,0 +1,47 @@ + + + + Treasure Chest + 48 + MALE + + + + + + + + + + + + + + + 2765 + 202 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21811-TreasureChest.xml b/data/templates/npc/chest/21811-TreasureChest.xml new file mode 100644 index 000000000..7dd197326 --- /dev/null +++ b/data/templates/npc/chest/21811-TreasureChest.xml @@ -0,0 +1,45 @@ + + + + Treasure Chest + 51 + MALE + + + + + + + + + + + + + + + 3121 + 238 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21812-TreasureChest.xml b/data/templates/npc/chest/21812-TreasureChest.xml new file mode 100644 index 000000000..111d6ccb6 --- /dev/null +++ b/data/templates/npc/chest/21812-TreasureChest.xml @@ -0,0 +1,45 @@ + + + + Treasure Chest + 54 + MALE + + + + + + + + + + + + + + + 3499 + 279 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21813-TreasureChest.xml b/data/templates/npc/chest/21813-TreasureChest.xml new file mode 100644 index 000000000..dce39f796 --- /dev/null +++ b/data/templates/npc/chest/21813-TreasureChest.xml @@ -0,0 +1,49 @@ + + + + Treasure Chest + 57 + MALE + + + + + + + + + + + + + + + 3899 + 324 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21814-TreasureChest.xml b/data/templates/npc/chest/21814-TreasureChest.xml new file mode 100644 index 000000000..3c7343bc7 --- /dev/null +++ b/data/templates/npc/chest/21814-TreasureChest.xml @@ -0,0 +1,49 @@ + + + + Treasure Chest + 60 + MALE + + + + + + + + + + + + + + + 4320 + 375 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21815-TreasureChest.xml b/data/templates/npc/chest/21815-TreasureChest.xml new file mode 100644 index 000000000..71bf10b08 --- /dev/null +++ b/data/templates/npc/chest/21815-TreasureChest.xml @@ -0,0 +1,49 @@ + + + + Treasure Chest + 63 + MALE + + + + + + + + + + + + + + + 4763 + 430 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21816-TreasureChest.xml b/data/templates/npc/chest/21816-TreasureChest.xml new file mode 100644 index 000000000..73310f852 --- /dev/null +++ b/data/templates/npc/chest/21816-TreasureChest.xml @@ -0,0 +1,47 @@ + + + + Treasure Chest + 66 + MALE + + + + + + + + + + + + + + + 5227 + 492 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21817-TreasureChest.xml b/data/templates/npc/chest/21817-TreasureChest.xml new file mode 100644 index 000000000..744ba06d7 --- /dev/null +++ b/data/templates/npc/chest/21817-TreasureChest.xml @@ -0,0 +1,49 @@ + + + + Treasure Chest + 69 + MALE + + + + + + + + + + + + + + + 5713 + 559 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21818-TreasureChest.xml b/data/templates/npc/chest/21818-TreasureChest.xml new file mode 100644 index 000000000..186c05a0c --- /dev/null +++ b/data/templates/npc/chest/21818-TreasureChest.xml @@ -0,0 +1,47 @@ + + + + Treasure Chest + 72 + MALE + + + + + + + + + + + + + + + 6221 + 632 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21819-TreasureChest.xml b/data/templates/npc/chest/21819-TreasureChest.xml new file mode 100644 index 000000000..ee31a70cf --- /dev/null +++ b/data/templates/npc/chest/21819-TreasureChest.xml @@ -0,0 +1,49 @@ + + + + Treasure Chest + 75 + MALE + + + + + + + + + + + + + + + 6750 + 712 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21820-TreasureChest.xml b/data/templates/npc/chest/21820-TreasureChest.xml new file mode 100644 index 000000000..93806284c --- /dev/null +++ b/data/templates/npc/chest/21820-TreasureChest.xml @@ -0,0 +1,47 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 7301 + 799 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21821-TreasureChest.xml b/data/templates/npc/chest/21821-TreasureChest.xml new file mode 100644 index 000000000..31f9d5e90 --- /dev/null +++ b/data/templates/npc/chest/21821-TreasureChest.xml @@ -0,0 +1,47 @@ + + + + Treasure Chest + 78 + MALE + + + + + + + + + + + + + + + 7873 + 894 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/21822-TreasureChest.xml b/data/templates/npc/chest/21822-TreasureChest.xml new file mode 100644 index 000000000..0ce657a99 --- /dev/null +++ b/data/templates/npc/chest/21822-TreasureChest.xml @@ -0,0 +1,45 @@ + + + + Treasure Chest + 80 + MALE + + + + + + + + + + + + + + + 8467 + 996 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/chest/32492-CrystalWaterBottle.xml b/data/templates/npc/chest/32492-CrystalWaterBottle.xml new file mode 100644 index 000000000..79d5856ce --- /dev/null +++ b/data/templates/npc/chest/32492-CrystalWaterBottle.xml @@ -0,0 +1,25 @@ + + + + Crystal Water Bottle + 36 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/32493-BurningBrazier.xml b/data/templates/npc/chest/32493-BurningBrazier.xml new file mode 100644 index 000000000..31cee1d6e --- /dev/null +++ b/data/templates/npc/chest/32493-BurningBrazier.xml @@ -0,0 +1,25 @@ + + + + Burning Brazier + 36 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/chest/32495-TreasureBox.xml b/data/templates/npc/chest/32495-TreasureBox.xml new file mode 100644 index 000000000..24b938754 --- /dev/null +++ b/data/templates/npc/chest/32495-TreasureBox.xml @@ -0,0 +1,24 @@ + + + + Treasure Box + 61 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/30772-Wilson.xml b/data/templates/npc/clanhalldoormen/30772-Wilson.xml new file mode 100644 index 000000000..2373d9ab5 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/30772-Wilson.xml @@ -0,0 +1,26 @@ + + + + Wilson + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/30773-Todd.xml b/data/templates/npc/clanhalldoormen/30773-Todd.xml new file mode 100644 index 000000000..70bdeb6b7 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/30773-Todd.xml @@ -0,0 +1,26 @@ + + + + Todd + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35385-Renny.xml b/data/templates/npc/clanhalldoormen/35385-Renny.xml new file mode 100644 index 000000000..9def0796d --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35385-Renny.xml @@ -0,0 +1,26 @@ + + + + Renny + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35387-Baback.xml b/data/templates/npc/clanhalldoormen/35387-Baback.xml new file mode 100644 index 000000000..00f519eb0 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35387-Baback.xml @@ -0,0 +1,26 @@ + + + + Baback + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35389-Loring.xml b/data/templates/npc/clanhalldoormen/35389-Loring.xml new file mode 100644 index 000000000..d8472f5e0 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35389-Loring.xml @@ -0,0 +1,26 @@ + + + + Loring + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35391-Latif.xml b/data/templates/npc/clanhalldoormen/35391-Latif.xml new file mode 100644 index 000000000..1b3079b28 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35391-Latif.xml @@ -0,0 +1,26 @@ + + + + Latif + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35393-Faolan.xml b/data/templates/npc/clanhalldoormen/35393-Faolan.xml new file mode 100644 index 000000000..fb31c572d --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35393-Faolan.xml @@ -0,0 +1,26 @@ + + + + Faolan + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35395-Kogan.xml b/data/templates/npc/clanhalldoormen/35395-Kogan.xml new file mode 100644 index 000000000..de78b999c --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35395-Kogan.xml @@ -0,0 +1,26 @@ + + + + Kogan + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35397-Merton.xml b/data/templates/npc/clanhalldoormen/35397-Merton.xml new file mode 100644 index 000000000..f4fb165a4 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35397-Merton.xml @@ -0,0 +1,26 @@ + + + + Merton + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35399-Luce.xml b/data/templates/npc/clanhalldoormen/35399-Luce.xml new file mode 100644 index 000000000..d019b7396 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35399-Luce.xml @@ -0,0 +1,26 @@ + + + + Luce + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35401-Amiel.xml b/data/templates/npc/clanhalldoormen/35401-Amiel.xml new file mode 100644 index 000000000..b78de5fd5 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35401-Amiel.xml @@ -0,0 +1,26 @@ + + + + Amiel + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35402-Borna.xml b/data/templates/npc/clanhalldoormen/35402-Borna.xml new file mode 100644 index 000000000..153696718 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35402-Borna.xml @@ -0,0 +1,26 @@ + + + + Borna + Clan Hall Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35404-Jamal.xml b/data/templates/npc/clanhalldoormen/35404-Jamal.xml new file mode 100644 index 000000000..b8fd0317f --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35404-Jamal.xml @@ -0,0 +1,26 @@ + + + + Jamal + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35406-Jabilo.xml b/data/templates/npc/clanhalldoormen/35406-Jabilo.xml new file mode 100644 index 000000000..9b93c2573 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35406-Jabilo.xml @@ -0,0 +1,26 @@ + + + + Jabilo + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35440-Daniel.xml b/data/templates/npc/clanhalldoormen/35440-Daniel.xml new file mode 100644 index 000000000..14c119311 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35440-Daniel.xml @@ -0,0 +1,26 @@ + + + + Daniel + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35442-Jacques.xml b/data/templates/npc/clanhalldoormen/35442-Jacques.xml new file mode 100644 index 000000000..28a3dc3bf --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35442-Jacques.xml @@ -0,0 +1,26 @@ + + + + Jacques + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35444-Joff.xml b/data/templates/npc/clanhalldoormen/35444-Joff.xml new file mode 100644 index 000000000..6cc8377cc --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35444-Joff.xml @@ -0,0 +1,26 @@ + + + + Joff + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35446-Niels.xml b/data/templates/npc/clanhalldoormen/35446-Niels.xml new file mode 100644 index 000000000..0fcc7309e --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35446-Niels.xml @@ -0,0 +1,26 @@ + + + + Niels + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35448-Rudy.xml b/data/templates/npc/clanhalldoormen/35448-Rudy.xml new file mode 100644 index 000000000..54820935c --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35448-Rudy.xml @@ -0,0 +1,26 @@ + + + + Rudy + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35450-Gellar.xml b/data/templates/npc/clanhalldoormen/35450-Gellar.xml new file mode 100644 index 000000000..df4a59f33 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35450-Gellar.xml @@ -0,0 +1,26 @@ + + + + Gellar + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35452-Theobolt.xml b/data/templates/npc/clanhalldoormen/35452-Theobolt.xml new file mode 100644 index 000000000..2059ac789 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35452-Theobolt.xml @@ -0,0 +1,26 @@ + + + + Theobolt + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35454-Rosconne.xml b/data/templates/npc/clanhalldoormen/35454-Rosconne.xml new file mode 100644 index 000000000..3a5e18584 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35454-Rosconne.xml @@ -0,0 +1,26 @@ + + + + Rosconne + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35456-Stewart.xml b/data/templates/npc/clanhalldoormen/35456-Stewart.xml new file mode 100644 index 000000000..31672ac45 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35456-Stewart.xml @@ -0,0 +1,26 @@ + + + + Stewart + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35458-Theron.xml b/data/templates/npc/clanhalldoormen/35458-Theron.xml new file mode 100644 index 000000000..fb6832bad --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35458-Theron.xml @@ -0,0 +1,26 @@ + + + + Theron + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35460-Trey.xml b/data/templates/npc/clanhalldoormen/35460-Trey.xml new file mode 100644 index 000000000..9bdd021c1 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35460-Trey.xml @@ -0,0 +1,26 @@ + + + + Trey + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35462-Kalmer.xml b/data/templates/npc/clanhalldoormen/35462-Kalmer.xml new file mode 100644 index 000000000..d0e5e2fa5 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35462-Kalmer.xml @@ -0,0 +1,26 @@ + + + + Kalmer + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35464-Volfrem.xml b/data/templates/npc/clanhalldoormen/35464-Volfrem.xml new file mode 100644 index 000000000..816727f51 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35464-Volfrem.xml @@ -0,0 +1,26 @@ + + + + Volfrem + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35466-Gerard.xml b/data/templates/npc/clanhalldoormen/35466-Gerard.xml new file mode 100644 index 000000000..32093dee1 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35466-Gerard.xml @@ -0,0 +1,26 @@ + + + + Gerard + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35468-Lambert.xml b/data/templates/npc/clanhalldoormen/35468-Lambert.xml new file mode 100644 index 000000000..f911e3cac --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35468-Lambert.xml @@ -0,0 +1,26 @@ + + + + Lambert + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35567-Emil.xml b/data/templates/npc/clanhalldoormen/35567-Emil.xml new file mode 100644 index 000000000..fb2ad8414 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35567-Emil.xml @@ -0,0 +1,26 @@ + + + + Emil + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35569-Daniel.xml b/data/templates/npc/clanhalldoormen/35569-Daniel.xml new file mode 100644 index 000000000..dce0b9575 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35569-Daniel.xml @@ -0,0 +1,26 @@ + + + + Daniel + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35571-Dale.xml b/data/templates/npc/clanhalldoormen/35571-Dale.xml new file mode 100644 index 000000000..84404d85b --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35571-Dale.xml @@ -0,0 +1,26 @@ + + + + Dale + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35573-Shawn.xml b/data/templates/npc/clanhalldoormen/35573-Shawn.xml new file mode 100644 index 000000000..78d6d49dc --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35573-Shawn.xml @@ -0,0 +1,26 @@ + + + + Shawn + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35575-Ryan.xml b/data/templates/npc/clanhalldoormen/35575-Ryan.xml new file mode 100644 index 000000000..ed2748a2c --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35575-Ryan.xml @@ -0,0 +1,26 @@ + + + + Ryan + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35577-Harry.xml b/data/templates/npc/clanhalldoormen/35577-Harry.xml new file mode 100644 index 000000000..ed475da93 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35577-Harry.xml @@ -0,0 +1,26 @@ + + + + Harry + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35579-Egon.xml b/data/templates/npc/clanhalldoormen/35579-Egon.xml new file mode 100644 index 000000000..ad6a9fe94 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35579-Egon.xml @@ -0,0 +1,26 @@ + + + + Egon + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35581-Osho.xml b/data/templates/npc/clanhalldoormen/35581-Osho.xml new file mode 100644 index 000000000..c56144873 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35581-Osho.xml @@ -0,0 +1,26 @@ + + + + Osho + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35583-Walter.xml b/data/templates/npc/clanhalldoormen/35583-Walter.xml new file mode 100644 index 000000000..aeada21bf --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35583-Walter.xml @@ -0,0 +1,26 @@ + + + + Walter + Clan Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35585-Alice.xml b/data/templates/npc/clanhalldoormen/35585-Alice.xml new file mode 100644 index 000000000..ae0529855 --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35585-Alice.xml @@ -0,0 +1,26 @@ + + + + Alice + Clan Hall Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhalldoormen/35587-Neria.xml b/data/templates/npc/clanhalldoormen/35587-Neria.xml new file mode 100644 index 000000000..d9716d47d --- /dev/null +++ b/data/templates/npc/clanhalldoormen/35587-Neria.xml @@ -0,0 +1,26 @@ + + + + Neria + Clan Hall Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35384-Black.xml b/data/templates/npc/clanhallmanager/35384-Black.xml new file mode 100644 index 000000000..586fa5657 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35384-Black.xml @@ -0,0 +1,26 @@ + + + + Black + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35386-Boyer.xml b/data/templates/npc/clanhallmanager/35386-Boyer.xml new file mode 100644 index 000000000..b65b55b99 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35386-Boyer.xml @@ -0,0 +1,26 @@ + + + + Boyer + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35388-Tim.xml b/data/templates/npc/clanhallmanager/35388-Tim.xml new file mode 100644 index 000000000..6c270c41c --- /dev/null +++ b/data/templates/npc/clanhallmanager/35388-Tim.xml @@ -0,0 +1,26 @@ + + + + Tim + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35390-Dillon.xml b/data/templates/npc/clanhallmanager/35390-Dillon.xml new file mode 100644 index 000000000..269a6578e --- /dev/null +++ b/data/templates/npc/clanhallmanager/35390-Dillon.xml @@ -0,0 +1,26 @@ + + + + Dillon + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35392-Bremmer.xml b/data/templates/npc/clanhallmanager/35392-Bremmer.xml new file mode 100644 index 000000000..12e7472b7 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35392-Bremmer.xml @@ -0,0 +1,26 @@ + + + + Bremmer + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35394-Kalis.xml b/data/templates/npc/clanhallmanager/35394-Kalis.xml new file mode 100644 index 000000000..fb56954fd --- /dev/null +++ b/data/templates/npc/clanhallmanager/35394-Kalis.xml @@ -0,0 +1,26 @@ + + + + Kalis + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35396-Winker.xml b/data/templates/npc/clanhallmanager/35396-Winker.xml new file mode 100644 index 000000000..a9ec736c3 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35396-Winker.xml @@ -0,0 +1,26 @@ + + + + Winker + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35398-Ruben.xml b/data/templates/npc/clanhallmanager/35398-Ruben.xml new file mode 100644 index 000000000..c62e414ac --- /dev/null +++ b/data/templates/npc/clanhallmanager/35398-Ruben.xml @@ -0,0 +1,26 @@ + + + + Ruben + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35400-Horner.xml b/data/templates/npc/clanhallmanager/35400-Horner.xml new file mode 100644 index 000000000..9494c61ee --- /dev/null +++ b/data/templates/npc/clanhallmanager/35400-Horner.xml @@ -0,0 +1,26 @@ + + + + Horner + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35403-Ron.xml b/data/templates/npc/clanhallmanager/35403-Ron.xml new file mode 100644 index 000000000..97d5c4860 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35403-Ron.xml @@ -0,0 +1,26 @@ + + + + Ron + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35405-Flynn.xml b/data/templates/npc/clanhallmanager/35405-Flynn.xml new file mode 100644 index 000000000..9ec2f3378 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35405-Flynn.xml @@ -0,0 +1,26 @@ + + + + Flynn + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35407-Seth.xml b/data/templates/npc/clanhallmanager/35407-Seth.xml new file mode 100644 index 000000000..7f404ada4 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35407-Seth.xml @@ -0,0 +1,26 @@ + + + + Seth + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35438-Chamberlain.xml b/data/templates/npc/clanhallmanager/35438-Chamberlain.xml new file mode 100644 index 000000000..4ac950826 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35438-Chamberlain.xml @@ -0,0 +1,25 @@ + + + + Chamberlain + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/clanhallmanager/35439-Carey.xml b/data/templates/npc/clanhallmanager/35439-Carey.xml new file mode 100644 index 000000000..e2cffd945 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35439-Carey.xml @@ -0,0 +1,26 @@ + + + + Carey + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35441-Dianne.xml b/data/templates/npc/clanhallmanager/35441-Dianne.xml new file mode 100644 index 000000000..5f5cd3e79 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35441-Dianne.xml @@ -0,0 +1,26 @@ + + + + Dianne + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35443-Crissy.xml b/data/templates/npc/clanhallmanager/35443-Crissy.xml new file mode 100644 index 000000000..328b1aef2 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35443-Crissy.xml @@ -0,0 +1,26 @@ + + + + Crissy + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35445-Albert.xml b/data/templates/npc/clanhallmanager/35445-Albert.xml new file mode 100644 index 000000000..640ce429a --- /dev/null +++ b/data/templates/npc/clanhallmanager/35445-Albert.xml @@ -0,0 +1,26 @@ + + + + Albert + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35447-Korgen.xml b/data/templates/npc/clanhallmanager/35447-Korgen.xml new file mode 100644 index 000000000..397883778 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35447-Korgen.xml @@ -0,0 +1,26 @@ + + + + Korgen + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35449-Dimaggio.xml b/data/templates/npc/clanhallmanager/35449-Dimaggio.xml new file mode 100644 index 000000000..e583387fe --- /dev/null +++ b/data/templates/npc/clanhallmanager/35449-Dimaggio.xml @@ -0,0 +1,26 @@ + + + + DiMaggio + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35451-Emma.xml b/data/templates/npc/clanhallmanager/35451-Emma.xml new file mode 100644 index 000000000..86acf2f6e --- /dev/null +++ b/data/templates/npc/clanhallmanager/35451-Emma.xml @@ -0,0 +1,26 @@ + + + + Emma + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35453-Adrienne.xml b/data/templates/npc/clanhallmanager/35453-Adrienne.xml new file mode 100644 index 000000000..e78d23619 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35453-Adrienne.xml @@ -0,0 +1,26 @@ + + + + Adrienne + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35455-Bianca.xml b/data/templates/npc/clanhallmanager/35455-Bianca.xml new file mode 100644 index 000000000..8bee15bbb --- /dev/null +++ b/data/templates/npc/clanhallmanager/35455-Bianca.xml @@ -0,0 +1,26 @@ + + + + Bianca + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35457-Gladys.xml b/data/templates/npc/clanhallmanager/35457-Gladys.xml new file mode 100644 index 000000000..93996dc00 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35457-Gladys.xml @@ -0,0 +1,26 @@ + + + + Gladys + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35459-Regina.xml b/data/templates/npc/clanhallmanager/35459-Regina.xml new file mode 100644 index 000000000..4085ab7a8 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35459-Regina.xml @@ -0,0 +1,26 @@ + + + + Regina + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35461-Aida.xml b/data/templates/npc/clanhallmanager/35461-Aida.xml new file mode 100644 index 000000000..3ba7cad62 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35461-Aida.xml @@ -0,0 +1,26 @@ + + + + Aida + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35463-Helga.xml b/data/templates/npc/clanhallmanager/35463-Helga.xml new file mode 100644 index 000000000..7d4e00889 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35463-Helga.xml @@ -0,0 +1,26 @@ + + + + Helga + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35465-Millicent.xml b/data/templates/npc/clanhallmanager/35465-Millicent.xml new file mode 100644 index 000000000..d17955b06 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35465-Millicent.xml @@ -0,0 +1,26 @@ + + + + Millicent + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35467-Branhillde.xml b/data/templates/npc/clanhallmanager/35467-Branhillde.xml new file mode 100644 index 000000000..b329e02a4 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35467-Branhillde.xml @@ -0,0 +1,26 @@ + + + + Branhillde + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35566-Ronald.xml b/data/templates/npc/clanhallmanager/35566-Ronald.xml new file mode 100644 index 000000000..f2cf1f2f7 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35566-Ronald.xml @@ -0,0 +1,26 @@ + + + + Ronald + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35568-Wayne.xml b/data/templates/npc/clanhallmanager/35568-Wayne.xml new file mode 100644 index 000000000..da4f84d13 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35568-Wayne.xml @@ -0,0 +1,26 @@ + + + + Wayne + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35570-Patty.xml b/data/templates/npc/clanhallmanager/35570-Patty.xml new file mode 100644 index 000000000..9932ca726 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35570-Patty.xml @@ -0,0 +1,26 @@ + + + + Patty + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35572-Jimmy.xml b/data/templates/npc/clanhallmanager/35572-Jimmy.xml new file mode 100644 index 000000000..51076a1d3 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35572-Jimmy.xml @@ -0,0 +1,26 @@ + + + + Jimmy + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35574-Michael.xml b/data/templates/npc/clanhallmanager/35574-Michael.xml new file mode 100644 index 000000000..cff8833c8 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35574-Michael.xml @@ -0,0 +1,26 @@ + + + + Michael + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35576-Jack.xml b/data/templates/npc/clanhallmanager/35576-Jack.xml new file mode 100644 index 000000000..dcd832a35 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35576-Jack.xml @@ -0,0 +1,26 @@ + + + + Jack + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35578-Karuto.xml b/data/templates/npc/clanhallmanager/35578-Karuto.xml new file mode 100644 index 000000000..29d584d3a --- /dev/null +++ b/data/templates/npc/clanhallmanager/35578-Karuto.xml @@ -0,0 +1,26 @@ + + + + Karuto + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35580-Carol.xml b/data/templates/npc/clanhallmanager/35580-Carol.xml new file mode 100644 index 000000000..72323ec96 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35580-Carol.xml @@ -0,0 +1,26 @@ + + + + Carol + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35582-Stanley.xml b/data/templates/npc/clanhallmanager/35582-Stanley.xml new file mode 100644 index 000000000..a678dcc9b --- /dev/null +++ b/data/templates/npc/clanhallmanager/35582-Stanley.xml @@ -0,0 +1,26 @@ + + + + Stanley + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35584-Billy.xml b/data/templates/npc/clanhallmanager/35584-Billy.xml new file mode 100644 index 000000000..4ed71b164 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35584-Billy.xml @@ -0,0 +1,26 @@ + + + + Billy + Clan Hall Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clanhallmanager/35586-Serena.xml b/data/templates/npc/clanhallmanager/35586-Serena.xml new file mode 100644 index 000000000..4bb6b85d9 --- /dev/null +++ b/data/templates/npc/clanhallmanager/35586-Serena.xml @@ -0,0 +1,26 @@ + + + + Serena + Clan Hall Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clantrader/32024-Mulia.xml b/data/templates/npc/clantrader/32024-Mulia.xml new file mode 100644 index 000000000..fba1816fa --- /dev/null +++ b/data/templates/npc/clantrader/32024-Mulia.xml @@ -0,0 +1,26 @@ + + + + Mulia + Clan Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/clantrader/32025-Ilia.xml b/data/templates/npc/clantrader/32025-Ilia.xml new file mode 100644 index 000000000..56d00401a --- /dev/null +++ b/data/templates/npc/clantrader/32025-Ilia.xml @@ -0,0 +1,26 @@ + + + + Ilia + Clan Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/classmaster/31756-MrCat.xml b/data/templates/npc/classmaster/31756-MrCat.xml new file mode 100644 index 000000000..b821715c8 --- /dev/null +++ b/data/templates/npc/classmaster/31756-MrCat.xml @@ -0,0 +1,26 @@ + + + + Mr. Cat + Test Server Helper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/classmaster/31757-MissQueen.xml b/data/templates/npc/classmaster/31757-MissQueen.xml new file mode 100644 index 000000000..7179dadfb --- /dev/null +++ b/data/templates/npc/classmaster/31757-MissQueen.xml @@ -0,0 +1,26 @@ + + + + Miss Queen + Test Server Helper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/controltower/13002-LifeControlTower.xml b/data/templates/npc/controltower/13002-LifeControlTower.xml new file mode 100644 index 000000000..db56f18f1 --- /dev/null +++ b/data/templates/npc/controltower/13002-LifeControlTower.xml @@ -0,0 +1,24 @@ + + + + Life Control Tower + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/controltower/13003-LifeControlTower.xml b/data/templates/npc/controltower/13003-LifeControlTower.xml new file mode 100644 index 000000000..857ec85c4 --- /dev/null +++ b/data/templates/npc/controltower/13003-LifeControlTower.xml @@ -0,0 +1,24 @@ + + + + Life Control Tower + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/dawnpriest/31078-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31078-PriestOfDawn.xml new file mode 100644 index 000000000..917e72358 --- /dev/null +++ b/data/templates/npc/dawnpriest/31078-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31079-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31079-PriestOfDawn.xml new file mode 100644 index 000000000..f3f4ad75a --- /dev/null +++ b/data/templates/npc/dawnpriest/31079-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31080-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31080-PriestOfDawn.xml new file mode 100644 index 000000000..5e4919f86 --- /dev/null +++ b/data/templates/npc/dawnpriest/31080-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31081-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31081-PriestOfDawn.xml new file mode 100644 index 000000000..110336185 --- /dev/null +++ b/data/templates/npc/dawnpriest/31081-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31082-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31082-PriestOfDawn.xml new file mode 100644 index 000000000..9f6c70afc --- /dev/null +++ b/data/templates/npc/dawnpriest/31082-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31083-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31083-PriestOfDawn.xml new file mode 100644 index 000000000..22cd5cbb5 --- /dev/null +++ b/data/templates/npc/dawnpriest/31083-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31084-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31084-PriestOfDawn.xml new file mode 100644 index 000000000..92d27a37d --- /dev/null +++ b/data/templates/npc/dawnpriest/31084-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31168-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31168-PriestOfDawn.xml new file mode 100644 index 000000000..481a439ad --- /dev/null +++ b/data/templates/npc/dawnpriest/31168-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31692-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31692-PriestOfDawn.xml new file mode 100644 index 000000000..82b6ea91d --- /dev/null +++ b/data/templates/npc/dawnpriest/31692-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31694-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31694-PriestOfDawn.xml new file mode 100644 index 000000000..563b5c43b --- /dev/null +++ b/data/templates/npc/dawnpriest/31694-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dawnpriest/31997-PriestOfDawn.xml b/data/templates/npc/dawnpriest/31997-PriestOfDawn.xml new file mode 100644 index 000000000..6bb42072f --- /dev/null +++ b/data/templates/npc/dawnpriest/31997-PriestOfDawn.xml @@ -0,0 +1,26 @@ + + + + Priest of Dawn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/decoy/13071-VirtualImage.xml b/data/templates/npc/decoy/13071-VirtualImage.xml new file mode 100644 index 000000000..bad83cbdb --- /dev/null +++ b/data/templates/npc/decoy/13071-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 43 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13072-VirtualImage.xml b/data/templates/npc/decoy/13072-VirtualImage.xml new file mode 100644 index 000000000..b046c33d5 --- /dev/null +++ b/data/templates/npc/decoy/13072-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 52 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13073-VirtualImage.xml b/data/templates/npc/decoy/13073-VirtualImage.xml new file mode 100644 index 000000000..e60d03fa0 --- /dev/null +++ b/data/templates/npc/decoy/13073-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 60 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13074-VirtualImage.xml b/data/templates/npc/decoy/13074-VirtualImage.xml new file mode 100644 index 000000000..3a4f4cb3a --- /dev/null +++ b/data/templates/npc/decoy/13074-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 66 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13075-VirtualImage.xml b/data/templates/npc/decoy/13075-VirtualImage.xml new file mode 100644 index 000000000..0c0fc8dd2 --- /dev/null +++ b/data/templates/npc/decoy/13075-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13076-VirtualImage.xml b/data/templates/npc/decoy/13076-VirtualImage.xml new file mode 100644 index 000000000..d5e115c87 --- /dev/null +++ b/data/templates/npc/decoy/13076-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 74 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13257-VirtualImage.xml b/data/templates/npc/decoy/13257-VirtualImage.xml new file mode 100644 index 000000000..3c251a5ec --- /dev/null +++ b/data/templates/npc/decoy/13257-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 76 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13258-VirtualImage.xml b/data/templates/npc/decoy/13258-VirtualImage.xml new file mode 100644 index 000000000..8ffe729e3 --- /dev/null +++ b/data/templates/npc/decoy/13258-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 77 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13259-VirtualImage.xml b/data/templates/npc/decoy/13259-VirtualImage.xml new file mode 100644 index 000000000..c6695034c --- /dev/null +++ b/data/templates/npc/decoy/13259-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13260-VirtualImage.xml b/data/templates/npc/decoy/13260-VirtualImage.xml new file mode 100644 index 000000000..c5a0d0aa3 --- /dev/null +++ b/data/templates/npc/decoy/13260-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 79 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13261-VirtualImage.xml b/data/templates/npc/decoy/13261-VirtualImage.xml new file mode 100644 index 000000000..dd48f45f8 --- /dev/null +++ b/data/templates/npc/decoy/13261-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13262-VirtualImage.xml b/data/templates/npc/decoy/13262-VirtualImage.xml new file mode 100644 index 000000000..52a70cbf2 --- /dev/null +++ b/data/templates/npc/decoy/13262-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 81 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13263-VirtualImage.xml b/data/templates/npc/decoy/13263-VirtualImage.xml new file mode 100644 index 000000000..eb872047d --- /dev/null +++ b/data/templates/npc/decoy/13263-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 82 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13264-VirtualImage.xml b/data/templates/npc/decoy/13264-VirtualImage.xml new file mode 100644 index 000000000..1e96ac4c8 --- /dev/null +++ b/data/templates/npc/decoy/13264-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13265-VirtualImage.xml b/data/templates/npc/decoy/13265-VirtualImage.xml new file mode 100644 index 000000000..cd99f9e10 --- /dev/null +++ b/data/templates/npc/decoy/13265-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 84 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13266-VirtualImage.xml b/data/templates/npc/decoy/13266-VirtualImage.xml new file mode 100644 index 000000000..f10f96937 --- /dev/null +++ b/data/templates/npc/decoy/13266-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 85 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/decoy/13267-VirtualImage.xml b/data/templates/npc/decoy/13267-VirtualImage.xml new file mode 100644 index 000000000..93572c084 --- /dev/null +++ b/data/templates/npc/decoy/13267-VirtualImage.xml @@ -0,0 +1,24 @@ + + + + Virtual Image + 86 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/defender/35010-Mercenary.xml b/data/templates/npc/defender/35010-Mercenary.xml new file mode 100644 index 000000000..904ac00fa --- /dev/null +++ b/data/templates/npc/defender/35010-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35011-Mercenary.xml b/data/templates/npc/defender/35011-Mercenary.xml new file mode 100644 index 000000000..8d75f3148 --- /dev/null +++ b/data/templates/npc/defender/35011-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35012-Mercenary.xml b/data/templates/npc/defender/35012-Mercenary.xml new file mode 100644 index 000000000..01685d3bf --- /dev/null +++ b/data/templates/npc/defender/35012-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35013-Mercenary.xml b/data/templates/npc/defender/35013-Mercenary.xml new file mode 100644 index 000000000..17b70c32c --- /dev/null +++ b/data/templates/npc/defender/35013-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + FEMALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35014-Mercenary.xml b/data/templates/npc/defender/35014-Mercenary.xml new file mode 100644 index 000000000..66c259fe7 --- /dev/null +++ b/data/templates/npc/defender/35014-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35015-Mercenary.xml b/data/templates/npc/defender/35015-Mercenary.xml new file mode 100644 index 000000000..b9c854a0d --- /dev/null +++ b/data/templates/npc/defender/35015-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35016-Mercenary.xml b/data/templates/npc/defender/35016-Mercenary.xml new file mode 100644 index 000000000..b43a46357 --- /dev/null +++ b/data/templates/npc/defender/35016-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35017-Mercenary.xml b/data/templates/npc/defender/35017-Mercenary.xml new file mode 100644 index 000000000..bc27fdc87 --- /dev/null +++ b/data/templates/npc/defender/35017-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35018-Mercenary.xml b/data/templates/npc/defender/35018-Mercenary.xml new file mode 100644 index 000000000..949cf2166 --- /dev/null +++ b/data/templates/npc/defender/35018-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + FEMALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35019-Mercenary.xml b/data/templates/npc/defender/35019-Mercenary.xml new file mode 100644 index 000000000..e2c3005c2 --- /dev/null +++ b/data/templates/npc/defender/35019-Mercenary.xml @@ -0,0 +1,26 @@ + + + + Mercenary + 67 + MALE + + + + + + + + + + + + + + + 449 + 1 + + + + diff --git a/data/templates/npc/defender/35020-MercenaryOfDawn.xml b/data/templates/npc/defender/35020-MercenaryOfDawn.xml new file mode 100644 index 000000000..d24078802 --- /dev/null +++ b/data/templates/npc/defender/35020-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35021-MercenaryOfDawn.xml b/data/templates/npc/defender/35021-MercenaryOfDawn.xml new file mode 100644 index 000000000..0c9914a0b --- /dev/null +++ b/data/templates/npc/defender/35021-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35022-MercenaryOfDawn.xml b/data/templates/npc/defender/35022-MercenaryOfDawn.xml new file mode 100644 index 000000000..20366a223 --- /dev/null +++ b/data/templates/npc/defender/35022-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35023-MercenaryOfDawn.xml b/data/templates/npc/defender/35023-MercenaryOfDawn.xml new file mode 100644 index 000000000..e98c1f980 --- /dev/null +++ b/data/templates/npc/defender/35023-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + FEMALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35024-MercenaryOfDawn.xml b/data/templates/npc/defender/35024-MercenaryOfDawn.xml new file mode 100644 index 000000000..40248e0cb --- /dev/null +++ b/data/templates/npc/defender/35024-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35025-MercenaryOfDawn.xml b/data/templates/npc/defender/35025-MercenaryOfDawn.xml new file mode 100644 index 000000000..396a61bc9 --- /dev/null +++ b/data/templates/npc/defender/35025-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35026-MercenaryOfDawn.xml b/data/templates/npc/defender/35026-MercenaryOfDawn.xml new file mode 100644 index 000000000..a0095487f --- /dev/null +++ b/data/templates/npc/defender/35026-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35027-MercenaryOfDawn.xml b/data/templates/npc/defender/35027-MercenaryOfDawn.xml new file mode 100644 index 000000000..35d68ef64 --- /dev/null +++ b/data/templates/npc/defender/35027-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35028-MercenaryOfDawn.xml b/data/templates/npc/defender/35028-MercenaryOfDawn.xml new file mode 100644 index 000000000..22f55d689 --- /dev/null +++ b/data/templates/npc/defender/35028-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + FEMALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35029-MercenaryOfDawn.xml b/data/templates/npc/defender/35029-MercenaryOfDawn.xml new file mode 100644 index 000000000..4a5a98da3 --- /dev/null +++ b/data/templates/npc/defender/35029-MercenaryOfDawn.xml @@ -0,0 +1,26 @@ + + + + Mercenary of Dawn + 80 + MALE + + + + + + + + + + + + + + + 640 + 1 + + + + diff --git a/data/templates/npc/defender/35030-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35030-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..c9654386e --- /dev/null +++ b/data/templates/npc/defender/35030-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35031-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35031-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..aa234fb3f --- /dev/null +++ b/data/templates/npc/defender/35031-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35032-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35032-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..8517f98d9 --- /dev/null +++ b/data/templates/npc/defender/35032-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35033-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35033-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..cc6b2300e --- /dev/null +++ b/data/templates/npc/defender/35033-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + FEMALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35034-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35034-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..026d9a95c --- /dev/null +++ b/data/templates/npc/defender/35034-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35035-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35035-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..e07bb1482 --- /dev/null +++ b/data/templates/npc/defender/35035-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35036-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35036-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..523744c7d --- /dev/null +++ b/data/templates/npc/defender/35036-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35037-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35037-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..f77dd0000 --- /dev/null +++ b/data/templates/npc/defender/35037-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35038-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35038-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..11a63532b --- /dev/null +++ b/data/templates/npc/defender/35038-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + FEMALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35039-EliteMercenaryGuildMember.xml b/data/templates/npc/defender/35039-EliteMercenaryGuildMember.xml new file mode 100644 index 000000000..9cab8f6f4 --- /dev/null +++ b/data/templates/npc/defender/35039-EliteMercenaryGuildMember.xml @@ -0,0 +1,26 @@ + + + + Elite Mercenary Guild Member + 76 + MALE + + + + + + + + + + + + + + + 578 + 1 + + + + diff --git a/data/templates/npc/defender/35040-GreaterRecruit.xml b/data/templates/npc/defender/35040-GreaterRecruit.xml new file mode 100644 index 000000000..16de9e531 --- /dev/null +++ b/data/templates/npc/defender/35040-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35041-GreaterRecruit.xml b/data/templates/npc/defender/35041-GreaterRecruit.xml new file mode 100644 index 000000000..262bd74f4 --- /dev/null +++ b/data/templates/npc/defender/35041-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35042-GreaterRecruit.xml b/data/templates/npc/defender/35042-GreaterRecruit.xml new file mode 100644 index 000000000..433a3f3dc --- /dev/null +++ b/data/templates/npc/defender/35042-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35043-GreaterRecruit.xml b/data/templates/npc/defender/35043-GreaterRecruit.xml new file mode 100644 index 000000000..303b40f27 --- /dev/null +++ b/data/templates/npc/defender/35043-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + FEMALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35044-GreaterRecruit.xml b/data/templates/npc/defender/35044-GreaterRecruit.xml new file mode 100644 index 000000000..5b8132831 --- /dev/null +++ b/data/templates/npc/defender/35044-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35045-GreaterRecruit.xml b/data/templates/npc/defender/35045-GreaterRecruit.xml new file mode 100644 index 000000000..5d084cd46 --- /dev/null +++ b/data/templates/npc/defender/35045-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35046-GreaterRecruit.xml b/data/templates/npc/defender/35046-GreaterRecruit.xml new file mode 100644 index 000000000..b7a548334 --- /dev/null +++ b/data/templates/npc/defender/35046-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35047-GreaterRecruit.xml b/data/templates/npc/defender/35047-GreaterRecruit.xml new file mode 100644 index 000000000..338deb680 --- /dev/null +++ b/data/templates/npc/defender/35047-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35048-GreaterRecruit.xml b/data/templates/npc/defender/35048-GreaterRecruit.xml new file mode 100644 index 000000000..845040eb9 --- /dev/null +++ b/data/templates/npc/defender/35048-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + FEMALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35049-GreaterRecruit.xml b/data/templates/npc/defender/35049-GreaterRecruit.xml new file mode 100644 index 000000000..a0b53e107 --- /dev/null +++ b/data/templates/npc/defender/35049-GreaterRecruit.xml @@ -0,0 +1,26 @@ + + + + Greater Recruit + 72 + MALE + + + + + + + + + + + + + + + 518 + 1 + + + + diff --git a/data/templates/npc/defender/35050-Recruit.xml b/data/templates/npc/defender/35050-Recruit.xml new file mode 100644 index 000000000..8c03ddb30 --- /dev/null +++ b/data/templates/npc/defender/35050-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35051-Recruit.xml b/data/templates/npc/defender/35051-Recruit.xml new file mode 100644 index 000000000..a4ff46588 --- /dev/null +++ b/data/templates/npc/defender/35051-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35052-Recruit.xml b/data/templates/npc/defender/35052-Recruit.xml new file mode 100644 index 000000000..19b0fe230 --- /dev/null +++ b/data/templates/npc/defender/35052-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35053-Recruit.xml b/data/templates/npc/defender/35053-Recruit.xml new file mode 100644 index 000000000..f4c08bb55 --- /dev/null +++ b/data/templates/npc/defender/35053-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + FEMALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35054-Recruit.xml b/data/templates/npc/defender/35054-Recruit.xml new file mode 100644 index 000000000..b4f7075d2 --- /dev/null +++ b/data/templates/npc/defender/35054-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35055-Recruit.xml b/data/templates/npc/defender/35055-Recruit.xml new file mode 100644 index 000000000..e80f3c047 --- /dev/null +++ b/data/templates/npc/defender/35055-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35056-Recruit.xml b/data/templates/npc/defender/35056-Recruit.xml new file mode 100644 index 000000000..6a61522c7 --- /dev/null +++ b/data/templates/npc/defender/35056-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35057-Recruit.xml b/data/templates/npc/defender/35057-Recruit.xml new file mode 100644 index 000000000..b6513f759 --- /dev/null +++ b/data/templates/npc/defender/35057-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35058-Recruit.xml b/data/templates/npc/defender/35058-Recruit.xml new file mode 100644 index 000000000..f721e19ad --- /dev/null +++ b/data/templates/npc/defender/35058-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + FEMALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35059-Recruit.xml b/data/templates/npc/defender/35059-Recruit.xml new file mode 100644 index 000000000..2e2ee7454 --- /dev/null +++ b/data/templates/npc/defender/35059-Recruit.xml @@ -0,0 +1,26 @@ + + + + Recruit + 64 + MALE + + + + + + + + + + + + + + + 410 + 1 + + + + diff --git a/data/templates/npc/defender/35064-BaronLewinWaldner.xml b/data/templates/npc/defender/35064-BaronLewinWaldner.xml new file mode 100644 index 000000000..4dbf16a39 --- /dev/null +++ b/data/templates/npc/defender/35064-BaronLewinWaldner.xml @@ -0,0 +1,26 @@ + + + + Baron Lewin Waldner + 83 + MALE + + + + + + + + + + + + + + + 689 + 1 + + + + diff --git a/data/templates/npc/defender/35065-Cronenberg.xml b/data/templates/npc/defender/35065-Cronenberg.xml new file mode 100644 index 000000000..f686058e1 --- /dev/null +++ b/data/templates/npc/defender/35065-Cronenberg.xml @@ -0,0 +1,27 @@ + + + + Cronenberg + Sir + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35066-RoyalKnight.xml b/data/templates/npc/defender/35066-RoyalKnight.xml new file mode 100644 index 000000000..fbca37e3b --- /dev/null +++ b/data/templates/npc/defender/35066-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Gludio + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35067-CourtSorcerer.xml b/data/templates/npc/defender/35067-CourtSorcerer.xml new file mode 100644 index 000000000..68515eb68 --- /dev/null +++ b/data/templates/npc/defender/35067-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Gludio + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35068-CourtSorcerer.xml b/data/templates/npc/defender/35068-CourtSorcerer.xml new file mode 100644 index 000000000..eda49c980 --- /dev/null +++ b/data/templates/npc/defender/35068-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Gludio + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35069-CourtGuard.xml b/data/templates/npc/defender/35069-CourtGuard.xml new file mode 100644 index 000000000..6f8f1a117 --- /dev/null +++ b/data/templates/npc/defender/35069-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Gludio + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35070-Guard.xml b/data/templates/npc/defender/35070-Guard.xml new file mode 100644 index 000000000..9dad30593 --- /dev/null +++ b/data/templates/npc/defender/35070-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35071-Guard.xml b/data/templates/npc/defender/35071-Guard.xml new file mode 100644 index 000000000..27bf184ab --- /dev/null +++ b/data/templates/npc/defender/35071-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35072-Guard.xml b/data/templates/npc/defender/35072-Guard.xml new file mode 100644 index 000000000..2d677bcbe --- /dev/null +++ b/data/templates/npc/defender/35072-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35073-Guard.xml b/data/templates/npc/defender/35073-Guard.xml new file mode 100644 index 000000000..7e9c5fc6f --- /dev/null +++ b/data/templates/npc/defender/35073-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35074-Guard.xml b/data/templates/npc/defender/35074-Guard.xml new file mode 100644 index 000000000..039e1afd4 --- /dev/null +++ b/data/templates/npc/defender/35074-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35075-Guard.xml b/data/templates/npc/defender/35075-Guard.xml new file mode 100644 index 000000000..b6a832971 --- /dev/null +++ b/data/templates/npc/defender/35075-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35076-Guard.xml b/data/templates/npc/defender/35076-Guard.xml new file mode 100644 index 000000000..935a2ee3c --- /dev/null +++ b/data/templates/npc/defender/35076-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35077-Guard.xml b/data/templates/npc/defender/35077-Guard.xml new file mode 100644 index 000000000..39d551c52 --- /dev/null +++ b/data/templates/npc/defender/35077-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35078-Guard.xml b/data/templates/npc/defender/35078-Guard.xml new file mode 100644 index 000000000..605dd4ed3 --- /dev/null +++ b/data/templates/npc/defender/35078-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35079-RoyalKnight.xml b/data/templates/npc/defender/35079-RoyalKnight.xml new file mode 100644 index 000000000..b6d6aaa41 --- /dev/null +++ b/data/templates/npc/defender/35079-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Gludio + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35080-CourtSorcerer.xml b/data/templates/npc/defender/35080-CourtSorcerer.xml new file mode 100644 index 000000000..38a2dfa13 --- /dev/null +++ b/data/templates/npc/defender/35080-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Gludio + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35081-CourtSorcerer.xml b/data/templates/npc/defender/35081-CourtSorcerer.xml new file mode 100644 index 000000000..5460e11e8 --- /dev/null +++ b/data/templates/npc/defender/35081-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Gludio + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35082-CourtGuard.xml b/data/templates/npc/defender/35082-CourtGuard.xml new file mode 100644 index 000000000..242b8bc37 --- /dev/null +++ b/data/templates/npc/defender/35082-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Gludio + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35083-Guard.xml b/data/templates/npc/defender/35083-Guard.xml new file mode 100644 index 000000000..742148ab9 --- /dev/null +++ b/data/templates/npc/defender/35083-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35084-Guard.xml b/data/templates/npc/defender/35084-Guard.xml new file mode 100644 index 000000000..08445a3a4 --- /dev/null +++ b/data/templates/npc/defender/35084-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35085-Guard.xml b/data/templates/npc/defender/35085-Guard.xml new file mode 100644 index 000000000..c06046c65 --- /dev/null +++ b/data/templates/npc/defender/35085-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35086-Guard.xml b/data/templates/npc/defender/35086-Guard.xml new file mode 100644 index 000000000..08382f7ad --- /dev/null +++ b/data/templates/npc/defender/35086-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35087-Guard.xml b/data/templates/npc/defender/35087-Guard.xml new file mode 100644 index 000000000..8d619a1a6 --- /dev/null +++ b/data/templates/npc/defender/35087-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35088-Guard.xml b/data/templates/npc/defender/35088-Guard.xml new file mode 100644 index 000000000..88b48e91b --- /dev/null +++ b/data/templates/npc/defender/35088-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35089-Guard.xml b/data/templates/npc/defender/35089-Guard.xml new file mode 100644 index 000000000..e05a2ba3e --- /dev/null +++ b/data/templates/npc/defender/35089-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35090-Guard.xml b/data/templates/npc/defender/35090-Guard.xml new file mode 100644 index 000000000..808b78d64 --- /dev/null +++ b/data/templates/npc/defender/35090-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35091-Guard.xml b/data/templates/npc/defender/35091-Guard.xml new file mode 100644 index 000000000..aefe7d5de --- /dev/null +++ b/data/templates/npc/defender/35091-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35106-DukeByronAshton.xml b/data/templates/npc/defender/35106-DukeByronAshton.xml new file mode 100644 index 000000000..50c323cbf --- /dev/null +++ b/data/templates/npc/defender/35106-DukeByronAshton.xml @@ -0,0 +1,26 @@ + + + + Duke Byron Ashton + 83 + MALE + + + + + + + + + + + + + + + 689 + 1 + + + + diff --git a/data/templates/npc/defender/35107-Ivano.xml b/data/templates/npc/defender/35107-Ivano.xml new file mode 100644 index 000000000..4d209a23f --- /dev/null +++ b/data/templates/npc/defender/35107-Ivano.xml @@ -0,0 +1,27 @@ + + + + Ivano + Sir + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35108-RoyalKnight.xml b/data/templates/npc/defender/35108-RoyalKnight.xml new file mode 100644 index 000000000..3b18807b1 --- /dev/null +++ b/data/templates/npc/defender/35108-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Dion + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35109-CourtSorcerer.xml b/data/templates/npc/defender/35109-CourtSorcerer.xml new file mode 100644 index 000000000..a67970d6b --- /dev/null +++ b/data/templates/npc/defender/35109-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Dion + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35110-CourtSorcerer.xml b/data/templates/npc/defender/35110-CourtSorcerer.xml new file mode 100644 index 000000000..c7fc232f0 --- /dev/null +++ b/data/templates/npc/defender/35110-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Dion + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35111-CourtGuard.xml b/data/templates/npc/defender/35111-CourtGuard.xml new file mode 100644 index 000000000..48c76856a --- /dev/null +++ b/data/templates/npc/defender/35111-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35112-Guard.xml b/data/templates/npc/defender/35112-Guard.xml new file mode 100644 index 000000000..00244dd35 --- /dev/null +++ b/data/templates/npc/defender/35112-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35113-Guard.xml b/data/templates/npc/defender/35113-Guard.xml new file mode 100644 index 000000000..e1e1fa7b8 --- /dev/null +++ b/data/templates/npc/defender/35113-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35114-Guard.xml b/data/templates/npc/defender/35114-Guard.xml new file mode 100644 index 000000000..edc5837d6 --- /dev/null +++ b/data/templates/npc/defender/35114-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35115-Guard.xml b/data/templates/npc/defender/35115-Guard.xml new file mode 100644 index 000000000..cfc7dfb06 --- /dev/null +++ b/data/templates/npc/defender/35115-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35116-Guard.xml b/data/templates/npc/defender/35116-Guard.xml new file mode 100644 index 000000000..8bc379f8f --- /dev/null +++ b/data/templates/npc/defender/35116-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35117-Guard.xml b/data/templates/npc/defender/35117-Guard.xml new file mode 100644 index 000000000..263d095ce --- /dev/null +++ b/data/templates/npc/defender/35117-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35118-Guard.xml b/data/templates/npc/defender/35118-Guard.xml new file mode 100644 index 000000000..164d1d175 --- /dev/null +++ b/data/templates/npc/defender/35118-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35119-Guard.xml b/data/templates/npc/defender/35119-Guard.xml new file mode 100644 index 000000000..8243269c7 --- /dev/null +++ b/data/templates/npc/defender/35119-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35120-Guard.xml b/data/templates/npc/defender/35120-Guard.xml new file mode 100644 index 000000000..e77da8288 --- /dev/null +++ b/data/templates/npc/defender/35120-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35121-RoyalKnight.xml b/data/templates/npc/defender/35121-RoyalKnight.xml new file mode 100644 index 000000000..def43cd31 --- /dev/null +++ b/data/templates/npc/defender/35121-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Dion + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35122-CourtSorcerer.xml b/data/templates/npc/defender/35122-CourtSorcerer.xml new file mode 100644 index 000000000..6f824d60a --- /dev/null +++ b/data/templates/npc/defender/35122-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Dion + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35123-CourtSorcerer.xml b/data/templates/npc/defender/35123-CourtSorcerer.xml new file mode 100644 index 000000000..60a16e552 --- /dev/null +++ b/data/templates/npc/defender/35123-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Dion + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35124-CourtGuard.xml b/data/templates/npc/defender/35124-CourtGuard.xml new file mode 100644 index 000000000..4f61893e1 --- /dev/null +++ b/data/templates/npc/defender/35124-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35125-CourtGuard.xml b/data/templates/npc/defender/35125-CourtGuard.xml new file mode 100644 index 000000000..97d37806f --- /dev/null +++ b/data/templates/npc/defender/35125-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35126-CourtGuard.xml b/data/templates/npc/defender/35126-CourtGuard.xml new file mode 100644 index 000000000..8d5e6f0c3 --- /dev/null +++ b/data/templates/npc/defender/35126-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35127-CourtGuard.xml b/data/templates/npc/defender/35127-CourtGuard.xml new file mode 100644 index 000000000..faf0de8fe --- /dev/null +++ b/data/templates/npc/defender/35127-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35128-CourtGuard.xml b/data/templates/npc/defender/35128-CourtGuard.xml new file mode 100644 index 000000000..990bdace9 --- /dev/null +++ b/data/templates/npc/defender/35128-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35129-CourtGuard.xml b/data/templates/npc/defender/35129-CourtGuard.xml new file mode 100644 index 000000000..27cd9b427 --- /dev/null +++ b/data/templates/npc/defender/35129-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35130-CourtGuard.xml b/data/templates/npc/defender/35130-CourtGuard.xml new file mode 100644 index 000000000..bb0e9aa56 --- /dev/null +++ b/data/templates/npc/defender/35130-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35131-CourtGuard.xml b/data/templates/npc/defender/35131-CourtGuard.xml new file mode 100644 index 000000000..6224795cb --- /dev/null +++ b/data/templates/npc/defender/35131-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35132-CourtGuard.xml b/data/templates/npc/defender/35132-CourtGuard.xml new file mode 100644 index 000000000..c2eac61b8 --- /dev/null +++ b/data/templates/npc/defender/35132-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35133-CourtGuard.xml b/data/templates/npc/defender/35133-CourtGuard.xml new file mode 100644 index 000000000..14cefcf82 --- /dev/null +++ b/data/templates/npc/defender/35133-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35148-BaronCarmonEsthus.xml b/data/templates/npc/defender/35148-BaronCarmonEsthus.xml new file mode 100644 index 000000000..f1c18bf72 --- /dev/null +++ b/data/templates/npc/defender/35148-BaronCarmonEsthus.xml @@ -0,0 +1,26 @@ + + + + Baron Carmon Esthus + 83 + MALE + + + + + + + + + + + + + + + 689 + 1 + + + + diff --git a/data/templates/npc/defender/35149-Ulric.xml b/data/templates/npc/defender/35149-Ulric.xml new file mode 100644 index 000000000..967b7f3fe --- /dev/null +++ b/data/templates/npc/defender/35149-Ulric.xml @@ -0,0 +1,27 @@ + + + + Ulric + Sir + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35150-RoyalKnight.xml b/data/templates/npc/defender/35150-RoyalKnight.xml new file mode 100644 index 000000000..3cbf71ab7 --- /dev/null +++ b/data/templates/npc/defender/35150-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Giran + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35151-CourtSorcerer.xml b/data/templates/npc/defender/35151-CourtSorcerer.xml new file mode 100644 index 000000000..2f8b427fa --- /dev/null +++ b/data/templates/npc/defender/35151-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Giran + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35152-CourtSorcerer.xml b/data/templates/npc/defender/35152-CourtSorcerer.xml new file mode 100644 index 000000000..a8b79ac1e --- /dev/null +++ b/data/templates/npc/defender/35152-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Giran + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35153-CourtGuard.xml b/data/templates/npc/defender/35153-CourtGuard.xml new file mode 100644 index 000000000..2e67f404c --- /dev/null +++ b/data/templates/npc/defender/35153-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Giran + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35154-Guard.xml b/data/templates/npc/defender/35154-Guard.xml new file mode 100644 index 000000000..98dd83f77 --- /dev/null +++ b/data/templates/npc/defender/35154-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35155-Guard.xml b/data/templates/npc/defender/35155-Guard.xml new file mode 100644 index 000000000..8d7f3e9d0 --- /dev/null +++ b/data/templates/npc/defender/35155-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35156-Guard.xml b/data/templates/npc/defender/35156-Guard.xml new file mode 100644 index 000000000..9f38caa12 --- /dev/null +++ b/data/templates/npc/defender/35156-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35157-Guard.xml b/data/templates/npc/defender/35157-Guard.xml new file mode 100644 index 000000000..04c037045 --- /dev/null +++ b/data/templates/npc/defender/35157-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35158-Guard.xml b/data/templates/npc/defender/35158-Guard.xml new file mode 100644 index 000000000..31fcd9dee --- /dev/null +++ b/data/templates/npc/defender/35158-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35159-Guard.xml b/data/templates/npc/defender/35159-Guard.xml new file mode 100644 index 000000000..1b23e1d46 --- /dev/null +++ b/data/templates/npc/defender/35159-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35160-Guard.xml b/data/templates/npc/defender/35160-Guard.xml new file mode 100644 index 000000000..3d3582aad --- /dev/null +++ b/data/templates/npc/defender/35160-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35161-Guard.xml b/data/templates/npc/defender/35161-Guard.xml new file mode 100644 index 000000000..e843f68ad --- /dev/null +++ b/data/templates/npc/defender/35161-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35162-Guard.xml b/data/templates/npc/defender/35162-Guard.xml new file mode 100644 index 000000000..840e695e0 --- /dev/null +++ b/data/templates/npc/defender/35162-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35163-RoyalKnight.xml b/data/templates/npc/defender/35163-RoyalKnight.xml new file mode 100644 index 000000000..2dd4e4cfc --- /dev/null +++ b/data/templates/npc/defender/35163-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Giran + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35164-CourtSorcerer.xml b/data/templates/npc/defender/35164-CourtSorcerer.xml new file mode 100644 index 000000000..c23f2b136 --- /dev/null +++ b/data/templates/npc/defender/35164-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Giran + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35165-CourtSorcerer.xml b/data/templates/npc/defender/35165-CourtSorcerer.xml new file mode 100644 index 000000000..501082549 --- /dev/null +++ b/data/templates/npc/defender/35165-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Giran + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35166-CourtGuard.xml b/data/templates/npc/defender/35166-CourtGuard.xml new file mode 100644 index 000000000..42bb86024 --- /dev/null +++ b/data/templates/npc/defender/35166-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Giran + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35167-Guard.xml b/data/templates/npc/defender/35167-Guard.xml new file mode 100644 index 000000000..3bb2f13c8 --- /dev/null +++ b/data/templates/npc/defender/35167-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35168-Guard.xml b/data/templates/npc/defender/35168-Guard.xml new file mode 100644 index 000000000..d81cac2db --- /dev/null +++ b/data/templates/npc/defender/35168-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35169-Guard.xml b/data/templates/npc/defender/35169-Guard.xml new file mode 100644 index 000000000..78734f3f9 --- /dev/null +++ b/data/templates/npc/defender/35169-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35170-Guard.xml b/data/templates/npc/defender/35170-Guard.xml new file mode 100644 index 000000000..d5d2b795a --- /dev/null +++ b/data/templates/npc/defender/35170-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35171-Guard.xml b/data/templates/npc/defender/35171-Guard.xml new file mode 100644 index 000000000..a35fe9ef1 --- /dev/null +++ b/data/templates/npc/defender/35171-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35172-Guard.xml b/data/templates/npc/defender/35172-Guard.xml new file mode 100644 index 000000000..8ee9cd041 --- /dev/null +++ b/data/templates/npc/defender/35172-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35173-Guard.xml b/data/templates/npc/defender/35173-Guard.xml new file mode 100644 index 000000000..6d193c9f2 --- /dev/null +++ b/data/templates/npc/defender/35173-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35174-Guard.xml b/data/templates/npc/defender/35174-Guard.xml new file mode 100644 index 000000000..448c1dd68 --- /dev/null +++ b/data/templates/npc/defender/35174-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35175-Guard.xml b/data/templates/npc/defender/35175-Guard.xml new file mode 100644 index 000000000..1dcdc6b29 --- /dev/null +++ b/data/templates/npc/defender/35175-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35190-BalthusVanDyke.xml b/data/templates/npc/defender/35190-BalthusVanDyke.xml new file mode 100644 index 000000000..aa05b52a1 --- /dev/null +++ b/data/templates/npc/defender/35190-BalthusVanDyke.xml @@ -0,0 +1,27 @@ + + + + Balthus Van Dyke + Duke + 83 + MALE + + + + + + + + + + + + + + + 689 + 1 + + + + diff --git a/data/templates/npc/defender/35191-Quant.xml b/data/templates/npc/defender/35191-Quant.xml new file mode 100644 index 000000000..ea52d2355 --- /dev/null +++ b/data/templates/npc/defender/35191-Quant.xml @@ -0,0 +1,27 @@ + + + + Quant + Sir + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35192-RoyalKnight.xml b/data/templates/npc/defender/35192-RoyalKnight.xml new file mode 100644 index 000000000..3a27b93fc --- /dev/null +++ b/data/templates/npc/defender/35192-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Oren + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35193-CourtSorcerer.xml b/data/templates/npc/defender/35193-CourtSorcerer.xml new file mode 100644 index 000000000..c4b503b33 --- /dev/null +++ b/data/templates/npc/defender/35193-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Oren + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35194-CourtSorcerer.xml b/data/templates/npc/defender/35194-CourtSorcerer.xml new file mode 100644 index 000000000..1476ea2a7 --- /dev/null +++ b/data/templates/npc/defender/35194-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Oren + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35195-CourtGuard.xml b/data/templates/npc/defender/35195-CourtGuard.xml new file mode 100644 index 000000000..7574e4c16 --- /dev/null +++ b/data/templates/npc/defender/35195-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Oren + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35196-Guard.xml b/data/templates/npc/defender/35196-Guard.xml new file mode 100644 index 000000000..b60765066 --- /dev/null +++ b/data/templates/npc/defender/35196-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35197-Guard.xml b/data/templates/npc/defender/35197-Guard.xml new file mode 100644 index 000000000..501041d58 --- /dev/null +++ b/data/templates/npc/defender/35197-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35198-Guard.xml b/data/templates/npc/defender/35198-Guard.xml new file mode 100644 index 000000000..898635446 --- /dev/null +++ b/data/templates/npc/defender/35198-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35199-Guard.xml b/data/templates/npc/defender/35199-Guard.xml new file mode 100644 index 000000000..108f131b8 --- /dev/null +++ b/data/templates/npc/defender/35199-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35200-Guard.xml b/data/templates/npc/defender/35200-Guard.xml new file mode 100644 index 000000000..6f73ccee9 --- /dev/null +++ b/data/templates/npc/defender/35200-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35201-Guard.xml b/data/templates/npc/defender/35201-Guard.xml new file mode 100644 index 000000000..cd2ef5db7 --- /dev/null +++ b/data/templates/npc/defender/35201-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35202-Guard.xml b/data/templates/npc/defender/35202-Guard.xml new file mode 100644 index 000000000..00378bf7b --- /dev/null +++ b/data/templates/npc/defender/35202-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35203-Guard.xml b/data/templates/npc/defender/35203-Guard.xml new file mode 100644 index 000000000..595650297 --- /dev/null +++ b/data/templates/npc/defender/35203-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35204-Guard.xml b/data/templates/npc/defender/35204-Guard.xml new file mode 100644 index 000000000..e768eee37 --- /dev/null +++ b/data/templates/npc/defender/35204-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35205-RoyalKnight.xml b/data/templates/npc/defender/35205-RoyalKnight.xml new file mode 100644 index 000000000..64d161dc6 --- /dev/null +++ b/data/templates/npc/defender/35205-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Oren + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35206-CourtSorcerer.xml b/data/templates/npc/defender/35206-CourtSorcerer.xml new file mode 100644 index 000000000..18bb2a014 --- /dev/null +++ b/data/templates/npc/defender/35206-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Oren + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35207-CourtSorcerer.xml b/data/templates/npc/defender/35207-CourtSorcerer.xml new file mode 100644 index 000000000..8c31a816c --- /dev/null +++ b/data/templates/npc/defender/35207-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Oren + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35208-CourtGuard.xml b/data/templates/npc/defender/35208-CourtGuard.xml new file mode 100644 index 000000000..3353ffbe9 --- /dev/null +++ b/data/templates/npc/defender/35208-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Oren + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35209-Guard.xml b/data/templates/npc/defender/35209-Guard.xml new file mode 100644 index 000000000..e223f7a34 --- /dev/null +++ b/data/templates/npc/defender/35209-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35210-Guard.xml b/data/templates/npc/defender/35210-Guard.xml new file mode 100644 index 000000000..15912543f --- /dev/null +++ b/data/templates/npc/defender/35210-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35211-Guard.xml b/data/templates/npc/defender/35211-Guard.xml new file mode 100644 index 000000000..2c3d09e06 --- /dev/null +++ b/data/templates/npc/defender/35211-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35212-Guard.xml b/data/templates/npc/defender/35212-Guard.xml new file mode 100644 index 000000000..4ba00788e --- /dev/null +++ b/data/templates/npc/defender/35212-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35213-Guard.xml b/data/templates/npc/defender/35213-Guard.xml new file mode 100644 index 000000000..18d66f30a --- /dev/null +++ b/data/templates/npc/defender/35213-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35214-Guard.xml b/data/templates/npc/defender/35214-Guard.xml new file mode 100644 index 000000000..fb924f387 --- /dev/null +++ b/data/templates/npc/defender/35214-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35215-Guard.xml b/data/templates/npc/defender/35215-Guard.xml new file mode 100644 index 000000000..61ded02c6 --- /dev/null +++ b/data/templates/npc/defender/35215-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35216-Guard.xml b/data/templates/npc/defender/35216-Guard.xml new file mode 100644 index 000000000..ca7fd42c0 --- /dev/null +++ b/data/templates/npc/defender/35216-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35217-Guard.xml b/data/templates/npc/defender/35217-Guard.xml new file mode 100644 index 000000000..98a32fda6 --- /dev/null +++ b/data/templates/npc/defender/35217-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35234-AmadeoCadmus.xml b/data/templates/npc/defender/35234-AmadeoCadmus.xml new file mode 100644 index 000000000..548dc6f7c --- /dev/null +++ b/data/templates/npc/defender/35234-AmadeoCadmus.xml @@ -0,0 +1,27 @@ + + + + Amadeo Cadmus + King + 85 + MALE + + + + + + + + + + + + + + + 723 + 1 + + + + diff --git a/data/templates/npc/defender/35235-RoyalKnight.xml b/data/templates/npc/defender/35235-RoyalKnight.xml new file mode 100644 index 000000000..d15bd7c8f --- /dev/null +++ b/data/templates/npc/defender/35235-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Aden + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35236-CourtSorcerer.xml b/data/templates/npc/defender/35236-CourtSorcerer.xml new file mode 100644 index 000000000..da13642ed --- /dev/null +++ b/data/templates/npc/defender/35236-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Aden + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35237-CourtSorcerer.xml b/data/templates/npc/defender/35237-CourtSorcerer.xml new file mode 100644 index 000000000..4b4b4b273 --- /dev/null +++ b/data/templates/npc/defender/35237-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Aden + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35238-CourtGuard.xml b/data/templates/npc/defender/35238-CourtGuard.xml new file mode 100644 index 000000000..7c1b032af --- /dev/null +++ b/data/templates/npc/defender/35238-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Aden + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35239-Guard.xml b/data/templates/npc/defender/35239-Guard.xml new file mode 100644 index 000000000..6a92c0e48 --- /dev/null +++ b/data/templates/npc/defender/35239-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35240-Guard.xml b/data/templates/npc/defender/35240-Guard.xml new file mode 100644 index 000000000..8464de76c --- /dev/null +++ b/data/templates/npc/defender/35240-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35241-Guard.xml b/data/templates/npc/defender/35241-Guard.xml new file mode 100644 index 000000000..81687960b --- /dev/null +++ b/data/templates/npc/defender/35241-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35242-Guard.xml b/data/templates/npc/defender/35242-Guard.xml new file mode 100644 index 000000000..313866cca --- /dev/null +++ b/data/templates/npc/defender/35242-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + FEMALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35243-Guard.xml b/data/templates/npc/defender/35243-Guard.xml new file mode 100644 index 000000000..b515870b4 --- /dev/null +++ b/data/templates/npc/defender/35243-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + FEMALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35244-Guard.xml b/data/templates/npc/defender/35244-Guard.xml new file mode 100644 index 000000000..b90c35eb3 --- /dev/null +++ b/data/templates/npc/defender/35244-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + FEMALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35245-Guard.xml b/data/templates/npc/defender/35245-Guard.xml new file mode 100644 index 000000000..e63117073 --- /dev/null +++ b/data/templates/npc/defender/35245-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35246-Guard.xml b/data/templates/npc/defender/35246-Guard.xml new file mode 100644 index 000000000..2d05ea5f7 --- /dev/null +++ b/data/templates/npc/defender/35246-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35247-Guard.xml b/data/templates/npc/defender/35247-Guard.xml new file mode 100644 index 000000000..86323299d --- /dev/null +++ b/data/templates/npc/defender/35247-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35248-RoyalKnight.xml b/data/templates/npc/defender/35248-RoyalKnight.xml new file mode 100644 index 000000000..4ee4585c9 --- /dev/null +++ b/data/templates/npc/defender/35248-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Aden + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35249-CourtSorcerer.xml b/data/templates/npc/defender/35249-CourtSorcerer.xml new file mode 100644 index 000000000..f51bd2499 --- /dev/null +++ b/data/templates/npc/defender/35249-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Aden + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35250-CourtSorcerer.xml b/data/templates/npc/defender/35250-CourtSorcerer.xml new file mode 100644 index 000000000..02b3ec382 --- /dev/null +++ b/data/templates/npc/defender/35250-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Aden + 79 + FEMALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35251-CourtGuard.xml b/data/templates/npc/defender/35251-CourtGuard.xml new file mode 100644 index 000000000..64dce2f50 --- /dev/null +++ b/data/templates/npc/defender/35251-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Aden + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35252-Guard.xml b/data/templates/npc/defender/35252-Guard.xml new file mode 100644 index 000000000..78b5cf3a6 --- /dev/null +++ b/data/templates/npc/defender/35252-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35253-Guard.xml b/data/templates/npc/defender/35253-Guard.xml new file mode 100644 index 000000000..af5d950a7 --- /dev/null +++ b/data/templates/npc/defender/35253-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35254-Guard.xml b/data/templates/npc/defender/35254-Guard.xml new file mode 100644 index 000000000..b40f3ed09 --- /dev/null +++ b/data/templates/npc/defender/35254-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35255-Guard.xml b/data/templates/npc/defender/35255-Guard.xml new file mode 100644 index 000000000..56453b400 --- /dev/null +++ b/data/templates/npc/defender/35255-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + FEMALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35256-Guard.xml b/data/templates/npc/defender/35256-Guard.xml new file mode 100644 index 000000000..c26b0c4ae --- /dev/null +++ b/data/templates/npc/defender/35256-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + FEMALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35257-Guard.xml b/data/templates/npc/defender/35257-Guard.xml new file mode 100644 index 000000000..8543bb820 --- /dev/null +++ b/data/templates/npc/defender/35257-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + FEMALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35258-Guard.xml b/data/templates/npc/defender/35258-Guard.xml new file mode 100644 index 000000000..bbc8e5feb --- /dev/null +++ b/data/templates/npc/defender/35258-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35259-Guard.xml b/data/templates/npc/defender/35259-Guard.xml new file mode 100644 index 000000000..c958a02d2 --- /dev/null +++ b/data/templates/npc/defender/35259-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35260-Guard.xml b/data/templates/npc/defender/35260-Guard.xml new file mode 100644 index 000000000..66a2a1635 --- /dev/null +++ b/data/templates/npc/defender/35260-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Aden + 78 + MALE + + + + + + + + + + + + + + + 608 + 1 + + + + diff --git a/data/templates/npc/defender/35280-BaronLionelHunter.xml b/data/templates/npc/defender/35280-BaronLionelHunter.xml new file mode 100644 index 000000000..cd51512b0 --- /dev/null +++ b/data/templates/npc/defender/35280-BaronLionelHunter.xml @@ -0,0 +1,26 @@ + + + + Baron Lionel Hunter + 83 + MALE + + + + + + + + + + + + + + + 689 + 1 + + + + diff --git a/data/templates/npc/defender/35281-Schaht.xml b/data/templates/npc/defender/35281-Schaht.xml new file mode 100644 index 000000000..907e21528 --- /dev/null +++ b/data/templates/npc/defender/35281-Schaht.xml @@ -0,0 +1,27 @@ + + + + Schaht + Sir + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35282-RoyalKnight.xml b/data/templates/npc/defender/35282-RoyalKnight.xml new file mode 100644 index 000000000..76826aac6 --- /dev/null +++ b/data/templates/npc/defender/35282-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Innadril + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35283-CourtSorcerer.xml b/data/templates/npc/defender/35283-CourtSorcerer.xml new file mode 100644 index 000000000..9cb646f85 --- /dev/null +++ b/data/templates/npc/defender/35283-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Innadril + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35284-CourtSorcerer.xml b/data/templates/npc/defender/35284-CourtSorcerer.xml new file mode 100644 index 000000000..687ca6ae8 --- /dev/null +++ b/data/templates/npc/defender/35284-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Innadril + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35285-CourtGuard.xml b/data/templates/npc/defender/35285-CourtGuard.xml new file mode 100644 index 000000000..1c897e87f --- /dev/null +++ b/data/templates/npc/defender/35285-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Innadril + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35286-Guard.xml b/data/templates/npc/defender/35286-Guard.xml new file mode 100644 index 000000000..7363985bf --- /dev/null +++ b/data/templates/npc/defender/35286-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35287-Guard.xml b/data/templates/npc/defender/35287-Guard.xml new file mode 100644 index 000000000..03fccdf72 --- /dev/null +++ b/data/templates/npc/defender/35287-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35288-Guard.xml b/data/templates/npc/defender/35288-Guard.xml new file mode 100644 index 000000000..9a2fb53ec --- /dev/null +++ b/data/templates/npc/defender/35288-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35289-Guard.xml b/data/templates/npc/defender/35289-Guard.xml new file mode 100644 index 000000000..5ffb91395 --- /dev/null +++ b/data/templates/npc/defender/35289-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35290-Guard.xml b/data/templates/npc/defender/35290-Guard.xml new file mode 100644 index 000000000..12ce7f6c3 --- /dev/null +++ b/data/templates/npc/defender/35290-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35291-Guard.xml b/data/templates/npc/defender/35291-Guard.xml new file mode 100644 index 000000000..8cf93b9f0 --- /dev/null +++ b/data/templates/npc/defender/35291-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35292-Guard.xml b/data/templates/npc/defender/35292-Guard.xml new file mode 100644 index 000000000..255f0bd61 --- /dev/null +++ b/data/templates/npc/defender/35292-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35293-Guard.xml b/data/templates/npc/defender/35293-Guard.xml new file mode 100644 index 000000000..93cc2ef59 --- /dev/null +++ b/data/templates/npc/defender/35293-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35294-Guard.xml b/data/templates/npc/defender/35294-Guard.xml new file mode 100644 index 000000000..a72778a72 --- /dev/null +++ b/data/templates/npc/defender/35294-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35295-RoyalKnight.xml b/data/templates/npc/defender/35295-RoyalKnight.xml new file mode 100644 index 000000000..c746e133b --- /dev/null +++ b/data/templates/npc/defender/35295-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Innadril + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35296-CourtSorcerer.xml b/data/templates/npc/defender/35296-CourtSorcerer.xml new file mode 100644 index 000000000..6d375b0ea --- /dev/null +++ b/data/templates/npc/defender/35296-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Innadril + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35297-CourtSorcerer.xml b/data/templates/npc/defender/35297-CourtSorcerer.xml new file mode 100644 index 000000000..c9fc1e17f --- /dev/null +++ b/data/templates/npc/defender/35297-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Innadril + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35298-CourtGuard.xml b/data/templates/npc/defender/35298-CourtGuard.xml new file mode 100644 index 000000000..04e857f99 --- /dev/null +++ b/data/templates/npc/defender/35298-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Innadril + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35299-Guard.xml b/data/templates/npc/defender/35299-Guard.xml new file mode 100644 index 000000000..6d8cec7e7 --- /dev/null +++ b/data/templates/npc/defender/35299-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35300-Guard.xml b/data/templates/npc/defender/35300-Guard.xml new file mode 100644 index 000000000..3cd4e05df --- /dev/null +++ b/data/templates/npc/defender/35300-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35301-Guard.xml b/data/templates/npc/defender/35301-Guard.xml new file mode 100644 index 000000000..174282dca --- /dev/null +++ b/data/templates/npc/defender/35301-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35302-Guard.xml b/data/templates/npc/defender/35302-Guard.xml new file mode 100644 index 000000000..d639d144b --- /dev/null +++ b/data/templates/npc/defender/35302-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35303-Guard.xml b/data/templates/npc/defender/35303-Guard.xml new file mode 100644 index 000000000..b3eb3045d --- /dev/null +++ b/data/templates/npc/defender/35303-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35304-Guard.xml b/data/templates/npc/defender/35304-Guard.xml new file mode 100644 index 000000000..6623658f3 --- /dev/null +++ b/data/templates/npc/defender/35304-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35305-Guard.xml b/data/templates/npc/defender/35305-Guard.xml new file mode 100644 index 000000000..e252af331 --- /dev/null +++ b/data/templates/npc/defender/35305-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35306-Guard.xml b/data/templates/npc/defender/35306-Guard.xml new file mode 100644 index 000000000..c0aba7610 --- /dev/null +++ b/data/templates/npc/defender/35306-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35307-Guard.xml b/data/templates/npc/defender/35307-Guard.xml new file mode 100644 index 000000000..3087e73a8 --- /dev/null +++ b/data/templates/npc/defender/35307-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35324-Heinz.xml b/data/templates/npc/defender/35324-Heinz.xml new file mode 100644 index 000000000..e14e548ca --- /dev/null +++ b/data/templates/npc/defender/35324-Heinz.xml @@ -0,0 +1,27 @@ + + + + Heinz + Royal Guard Captain + 81 + MALE + + + + + + + + + + + + + + + 656 + 1 + + + + diff --git a/data/templates/npc/defender/35325-DukeMoraKenAbygail.xml b/data/templates/npc/defender/35325-DukeMoraKenAbygail.xml new file mode 100644 index 000000000..bfc9f44e2 --- /dev/null +++ b/data/templates/npc/defender/35325-DukeMoraKenAbygail.xml @@ -0,0 +1,26 @@ + + + + Duke Mora Ken Abygail + 83 + MALE + + + + + + + + + + + + + + + 689 + 1 + + + + diff --git a/data/templates/npc/defender/35326-RoyalKnight.xml b/data/templates/npc/defender/35326-RoyalKnight.xml new file mode 100644 index 000000000..68f39642a --- /dev/null +++ b/data/templates/npc/defender/35326-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Goddard + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35327-CourtSorcerer.xml b/data/templates/npc/defender/35327-CourtSorcerer.xml new file mode 100644 index 000000000..afd0b8830 --- /dev/null +++ b/data/templates/npc/defender/35327-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Goddard + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35328-CourtSorcerer.xml b/data/templates/npc/defender/35328-CourtSorcerer.xml new file mode 100644 index 000000000..20db4e242 --- /dev/null +++ b/data/templates/npc/defender/35328-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Goddard + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35329-Guard.xml b/data/templates/npc/defender/35329-Guard.xml new file mode 100644 index 000000000..937c8ee8f --- /dev/null +++ b/data/templates/npc/defender/35329-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Goddard + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35330-Bodyguard.xml b/data/templates/npc/defender/35330-Bodyguard.xml new file mode 100644 index 000000000..46fd91781 --- /dev/null +++ b/data/templates/npc/defender/35330-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35331-Bodyguard.xml b/data/templates/npc/defender/35331-Bodyguard.xml new file mode 100644 index 000000000..7f7dd8b14 --- /dev/null +++ b/data/templates/npc/defender/35331-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35332-Bodyguard.xml b/data/templates/npc/defender/35332-Bodyguard.xml new file mode 100644 index 000000000..5057908af --- /dev/null +++ b/data/templates/npc/defender/35332-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35333-Bodyguard.xml b/data/templates/npc/defender/35333-Bodyguard.xml new file mode 100644 index 000000000..1a53bd7e3 --- /dev/null +++ b/data/templates/npc/defender/35333-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35334-Bodyguard.xml b/data/templates/npc/defender/35334-Bodyguard.xml new file mode 100644 index 000000000..6526c40e8 --- /dev/null +++ b/data/templates/npc/defender/35334-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35335-Bodyguard.xml b/data/templates/npc/defender/35335-Bodyguard.xml new file mode 100644 index 000000000..c014b960d --- /dev/null +++ b/data/templates/npc/defender/35335-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35336-Bodyguard.xml b/data/templates/npc/defender/35336-Bodyguard.xml new file mode 100644 index 000000000..9fb1eb02f --- /dev/null +++ b/data/templates/npc/defender/35336-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35337-Bodyguard.xml b/data/templates/npc/defender/35337-Bodyguard.xml new file mode 100644 index 000000000..e0eab5e3a --- /dev/null +++ b/data/templates/npc/defender/35337-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35338-Bodyguard.xml b/data/templates/npc/defender/35338-Bodyguard.xml new file mode 100644 index 000000000..acbf54d53 --- /dev/null +++ b/data/templates/npc/defender/35338-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35339-RoyalKnight.xml b/data/templates/npc/defender/35339-RoyalKnight.xml new file mode 100644 index 000000000..03c922742 --- /dev/null +++ b/data/templates/npc/defender/35339-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Goddard + 79 + MALE + + + + + + + + + + + + + + + 624 + 1 + + + + diff --git a/data/templates/npc/defender/35340-CourtSorcerer.xml b/data/templates/npc/defender/35340-CourtSorcerer.xml new file mode 100644 index 000000000..371d7f776 --- /dev/null +++ b/data/templates/npc/defender/35340-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Goddard + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35341-CourtSorcerer.xml b/data/templates/npc/defender/35341-CourtSorcerer.xml new file mode 100644 index 000000000..734d6534e --- /dev/null +++ b/data/templates/npc/defender/35341-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Goddard + 77 + FEMALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35342-Guard.xml b/data/templates/npc/defender/35342-Guard.xml new file mode 100644 index 000000000..5892c5aef --- /dev/null +++ b/data/templates/npc/defender/35342-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Goddard + 77 + MALE + + + + + + + + + + + + + + + 593 + 1 + + + + diff --git a/data/templates/npc/defender/35343-Bodyguard.xml b/data/templates/npc/defender/35343-Bodyguard.xml new file mode 100644 index 000000000..390767ca3 --- /dev/null +++ b/data/templates/npc/defender/35343-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35344-Bodyguard.xml b/data/templates/npc/defender/35344-Bodyguard.xml new file mode 100644 index 000000000..0a5636ab0 --- /dev/null +++ b/data/templates/npc/defender/35344-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35345-Bodyguard.xml b/data/templates/npc/defender/35345-Bodyguard.xml new file mode 100644 index 000000000..55cd9ffe7 --- /dev/null +++ b/data/templates/npc/defender/35345-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35346-Bodyguard.xml b/data/templates/npc/defender/35346-Bodyguard.xml new file mode 100644 index 000000000..0067a8454 --- /dev/null +++ b/data/templates/npc/defender/35346-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35347-Bodyguard.xml b/data/templates/npc/defender/35347-Bodyguard.xml new file mode 100644 index 000000000..6119892a1 --- /dev/null +++ b/data/templates/npc/defender/35347-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35348-Bodyguard.xml b/data/templates/npc/defender/35348-Bodyguard.xml new file mode 100644 index 000000000..93328b1b5 --- /dev/null +++ b/data/templates/npc/defender/35348-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35349-Bodyguard.xml b/data/templates/npc/defender/35349-Bodyguard.xml new file mode 100644 index 000000000..309d8a08e --- /dev/null +++ b/data/templates/npc/defender/35349-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35350-Bodyguard.xml b/data/templates/npc/defender/35350-Bodyguard.xml new file mode 100644 index 000000000..077724988 --- /dev/null +++ b/data/templates/npc/defender/35350-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35351-Bodyguard.xml b/data/templates/npc/defender/35351-Bodyguard.xml new file mode 100644 index 000000000..c9c6b342a --- /dev/null +++ b/data/templates/npc/defender/35351-Bodyguard.xml @@ -0,0 +1,27 @@ + + + + Bodyguard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 563 + 1 + + + + diff --git a/data/templates/npc/defender/35470-AstairVanHalter.xml b/data/templates/npc/defender/35470-AstairVanHalter.xml new file mode 100644 index 000000000..7af41ab32 --- /dev/null +++ b/data/templates/npc/defender/35470-AstairVanHalter.xml @@ -0,0 +1,27 @@ + + + + Astair van Halter + King + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35471-RoyalKnight.xml b/data/templates/npc/defender/35471-RoyalKnight.xml new file mode 100644 index 000000000..e007eb41a --- /dev/null +++ b/data/templates/npc/defender/35471-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Rune + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35472-CourtSorcerer.xml b/data/templates/npc/defender/35472-CourtSorcerer.xml new file mode 100644 index 000000000..6d9e02a15 --- /dev/null +++ b/data/templates/npc/defender/35472-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Rune + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35473-CourtSorcerer.xml b/data/templates/npc/defender/35473-CourtSorcerer.xml new file mode 100644 index 000000000..4dfe56746 --- /dev/null +++ b/data/templates/npc/defender/35473-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Rune + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35474-CourtGuard.xml b/data/templates/npc/defender/35474-CourtGuard.xml new file mode 100644 index 000000000..55f6637ed --- /dev/null +++ b/data/templates/npc/defender/35474-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Rune + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35475-Guard.xml b/data/templates/npc/defender/35475-Guard.xml new file mode 100644 index 000000000..39836a009 --- /dev/null +++ b/data/templates/npc/defender/35475-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35476-Guard.xml b/data/templates/npc/defender/35476-Guard.xml new file mode 100644 index 000000000..c32e29e73 --- /dev/null +++ b/data/templates/npc/defender/35476-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35477-Guard.xml b/data/templates/npc/defender/35477-Guard.xml new file mode 100644 index 000000000..1af8a3ba3 --- /dev/null +++ b/data/templates/npc/defender/35477-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35478-Guard.xml b/data/templates/npc/defender/35478-Guard.xml new file mode 100644 index 000000000..019953916 --- /dev/null +++ b/data/templates/npc/defender/35478-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35479-Guard.xml b/data/templates/npc/defender/35479-Guard.xml new file mode 100644 index 000000000..a10f18e12 --- /dev/null +++ b/data/templates/npc/defender/35479-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35480-Guard.xml b/data/templates/npc/defender/35480-Guard.xml new file mode 100644 index 000000000..2cf2b045c --- /dev/null +++ b/data/templates/npc/defender/35480-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35481-Guard.xml b/data/templates/npc/defender/35481-Guard.xml new file mode 100644 index 000000000..c727bd3cd --- /dev/null +++ b/data/templates/npc/defender/35481-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35482-Guard.xml b/data/templates/npc/defender/35482-Guard.xml new file mode 100644 index 000000000..49b25efe8 --- /dev/null +++ b/data/templates/npc/defender/35482-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35483-Guard.xml b/data/templates/npc/defender/35483-Guard.xml new file mode 100644 index 000000000..f334494f1 --- /dev/null +++ b/data/templates/npc/defender/35483-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35484-RoyalKnight.xml b/data/templates/npc/defender/35484-RoyalKnight.xml new file mode 100644 index 000000000..3969bdaff --- /dev/null +++ b/data/templates/npc/defender/35484-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Rune + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35485-CourtSorcerer.xml b/data/templates/npc/defender/35485-CourtSorcerer.xml new file mode 100644 index 000000000..4dde4590b --- /dev/null +++ b/data/templates/npc/defender/35485-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Rune + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35486-CourtSorcerer.xml b/data/templates/npc/defender/35486-CourtSorcerer.xml new file mode 100644 index 000000000..625a08e6f --- /dev/null +++ b/data/templates/npc/defender/35486-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Rune + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35487-CourtGuard.xml b/data/templates/npc/defender/35487-CourtGuard.xml new file mode 100644 index 000000000..ead55992b --- /dev/null +++ b/data/templates/npc/defender/35487-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Rune + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35488-Guard.xml b/data/templates/npc/defender/35488-Guard.xml new file mode 100644 index 000000000..0e02aa66c --- /dev/null +++ b/data/templates/npc/defender/35488-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35489-Guard.xml b/data/templates/npc/defender/35489-Guard.xml new file mode 100644 index 000000000..454a1fe29 --- /dev/null +++ b/data/templates/npc/defender/35489-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35490-Guard.xml b/data/templates/npc/defender/35490-Guard.xml new file mode 100644 index 000000000..b2a13ed36 --- /dev/null +++ b/data/templates/npc/defender/35490-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35491-Guard.xml b/data/templates/npc/defender/35491-Guard.xml new file mode 100644 index 000000000..2faeac746 --- /dev/null +++ b/data/templates/npc/defender/35491-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35492-Guard.xml b/data/templates/npc/defender/35492-Guard.xml new file mode 100644 index 000000000..91c03e780 --- /dev/null +++ b/data/templates/npc/defender/35492-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35493-Guard.xml b/data/templates/npc/defender/35493-Guard.xml new file mode 100644 index 000000000..7cedede20 --- /dev/null +++ b/data/templates/npc/defender/35493-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35494-Guard.xml b/data/templates/npc/defender/35494-Guard.xml new file mode 100644 index 000000000..9505f9354 --- /dev/null +++ b/data/templates/npc/defender/35494-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35495-Guard.xml b/data/templates/npc/defender/35495-Guard.xml new file mode 100644 index 000000000..66de67db0 --- /dev/null +++ b/data/templates/npc/defender/35495-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35496-Guard.xml b/data/templates/npc/defender/35496-Guard.xml new file mode 100644 index 000000000..4533c8ac8 --- /dev/null +++ b/data/templates/npc/defender/35496-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Rune + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35516-Verus.xml b/data/templates/npc/defender/35516-Verus.xml new file mode 100644 index 000000000..58ce196ef --- /dev/null +++ b/data/templates/npc/defender/35516-Verus.xml @@ -0,0 +1,27 @@ + + + + Verus + Royal Guard Captain + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35517-SwainKenOrwen.xml b/data/templates/npc/defender/35517-SwainKenOrwen.xml new file mode 100644 index 000000000..ddfb8a64c --- /dev/null +++ b/data/templates/npc/defender/35517-SwainKenOrwen.xml @@ -0,0 +1,27 @@ + + + + Swain Ken Orwen + Count + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35518-RoyalKnight.xml b/data/templates/npc/defender/35518-RoyalKnight.xml new file mode 100644 index 000000000..d9a12f848 --- /dev/null +++ b/data/templates/npc/defender/35518-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Schuttgart + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35519-CourtSorcerer.xml b/data/templates/npc/defender/35519-CourtSorcerer.xml new file mode 100644 index 000000000..e6200f2a3 --- /dev/null +++ b/data/templates/npc/defender/35519-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Schuttgart + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35520-CourtSorcerer.xml b/data/templates/npc/defender/35520-CourtSorcerer.xml new file mode 100644 index 000000000..da3edc847 --- /dev/null +++ b/data/templates/npc/defender/35520-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Schuttgart + 77 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35521-CourtGuard.xml b/data/templates/npc/defender/35521-CourtGuard.xml new file mode 100644 index 000000000..11f6229a5 --- /dev/null +++ b/data/templates/npc/defender/35521-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Schuttgart + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35522-Guard.xml b/data/templates/npc/defender/35522-Guard.xml new file mode 100644 index 000000000..b6a41e5cd --- /dev/null +++ b/data/templates/npc/defender/35522-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35523-Guard.xml b/data/templates/npc/defender/35523-Guard.xml new file mode 100644 index 000000000..0f5c8db25 --- /dev/null +++ b/data/templates/npc/defender/35523-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35524-Guard.xml b/data/templates/npc/defender/35524-Guard.xml new file mode 100644 index 000000000..b71d2d980 --- /dev/null +++ b/data/templates/npc/defender/35524-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35525-Guard.xml b/data/templates/npc/defender/35525-Guard.xml new file mode 100644 index 000000000..8f99bb1a9 --- /dev/null +++ b/data/templates/npc/defender/35525-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35526-Guard.xml b/data/templates/npc/defender/35526-Guard.xml new file mode 100644 index 000000000..14b7a6982 --- /dev/null +++ b/data/templates/npc/defender/35526-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35527-Guard.xml b/data/templates/npc/defender/35527-Guard.xml new file mode 100644 index 000000000..fee056754 --- /dev/null +++ b/data/templates/npc/defender/35527-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35528-Guard.xml b/data/templates/npc/defender/35528-Guard.xml new file mode 100644 index 000000000..52a0f7b71 --- /dev/null +++ b/data/templates/npc/defender/35528-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35529-Guard.xml b/data/templates/npc/defender/35529-Guard.xml new file mode 100644 index 000000000..0e003803c --- /dev/null +++ b/data/templates/npc/defender/35529-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35530-Guard.xml b/data/templates/npc/defender/35530-Guard.xml new file mode 100644 index 000000000..0787d9708 --- /dev/null +++ b/data/templates/npc/defender/35530-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35531-RoyalKnight.xml b/data/templates/npc/defender/35531-RoyalKnight.xml new file mode 100644 index 000000000..df1c5fe2e --- /dev/null +++ b/data/templates/npc/defender/35531-RoyalKnight.xml @@ -0,0 +1,27 @@ + + + + Royal Knight + Schuttgart + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35532-CourtSorcerer.xml b/data/templates/npc/defender/35532-CourtSorcerer.xml new file mode 100644 index 000000000..fccf12c74 --- /dev/null +++ b/data/templates/npc/defender/35532-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Schuttgart + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35533-CourtSorcerer.xml b/data/templates/npc/defender/35533-CourtSorcerer.xml new file mode 100644 index 000000000..a551921eb --- /dev/null +++ b/data/templates/npc/defender/35533-CourtSorcerer.xml @@ -0,0 +1,27 @@ + + + + Court Sorcerer + Schuttgart + 77 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35534-CourtGuard.xml b/data/templates/npc/defender/35534-CourtGuard.xml new file mode 100644 index 000000000..6696d0af3 --- /dev/null +++ b/data/templates/npc/defender/35534-CourtGuard.xml @@ -0,0 +1,27 @@ + + + + Court Guard + Schuttgart + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35535-Guard.xml b/data/templates/npc/defender/35535-Guard.xml new file mode 100644 index 000000000..501c4db81 --- /dev/null +++ b/data/templates/npc/defender/35535-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35536-Guard.xml b/data/templates/npc/defender/35536-Guard.xml new file mode 100644 index 000000000..6f19e6632 --- /dev/null +++ b/data/templates/npc/defender/35536-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35537-Guard.xml b/data/templates/npc/defender/35537-Guard.xml new file mode 100644 index 000000000..fd42f0633 --- /dev/null +++ b/data/templates/npc/defender/35537-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35538-Guard.xml b/data/templates/npc/defender/35538-Guard.xml new file mode 100644 index 000000000..68a8514b4 --- /dev/null +++ b/data/templates/npc/defender/35538-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35539-Guard.xml b/data/templates/npc/defender/35539-Guard.xml new file mode 100644 index 000000000..bc602cea7 --- /dev/null +++ b/data/templates/npc/defender/35539-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35540-Guard.xml b/data/templates/npc/defender/35540-Guard.xml new file mode 100644 index 000000000..d2cfa49fd --- /dev/null +++ b/data/templates/npc/defender/35540-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35541-Guard.xml b/data/templates/npc/defender/35541-Guard.xml new file mode 100644 index 000000000..485d9dceb --- /dev/null +++ b/data/templates/npc/defender/35541-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35542-Guard.xml b/data/templates/npc/defender/35542-Guard.xml new file mode 100644 index 000000000..a49c6fcdb --- /dev/null +++ b/data/templates/npc/defender/35542-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35543-Guard.xml b/data/templates/npc/defender/35543-Guard.xml new file mode 100644 index 000000000..8b810fb12 --- /dev/null +++ b/data/templates/npc/defender/35543-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/35610-BlueFlag.xml b/data/templates/npc/defender/35610-BlueFlag.xml new file mode 100644 index 000000000..1ad243b1c --- /dev/null +++ b/data/templates/npc/defender/35610-BlueFlag.xml @@ -0,0 +1,24 @@ + + + + Blue Flag + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/defender/35611-PurpleFlag.xml b/data/templates/npc/defender/35611-PurpleFlag.xml new file mode 100644 index 000000000..3c91a04a9 --- /dev/null +++ b/data/templates/npc/defender/35611-PurpleFlag.xml @@ -0,0 +1,24 @@ + + + + Purple Flag + 75 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/defender/35612-GroupGatekeeper.xml b/data/templates/npc/defender/35612-GroupGatekeeper.xml new file mode 100644 index 000000000..27ee776f2 --- /dev/null +++ b/data/templates/npc/defender/35612-GroupGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Group Gatekeeper + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/defender/35670-RebelCommander.xml b/data/templates/npc/defender/35670-RebelCommander.xml new file mode 100644 index 000000000..7124cd2b2 --- /dev/null +++ b/data/templates/npc/defender/35670-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Shanty Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35671-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35671-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..db1027837 --- /dev/null +++ b/data/templates/npc/defender/35671-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Shanty Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35672-RebelPrivate.xml b/data/templates/npc/defender/35672-RebelPrivate.xml new file mode 100644 index 000000000..4616d2741 --- /dev/null +++ b/data/templates/npc/defender/35672-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35673-CourtGuard.xml b/data/templates/npc/defender/35673-CourtGuard.xml new file mode 100644 index 000000000..cddaf22bb --- /dev/null +++ b/data/templates/npc/defender/35673-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Shanty Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35674-Guard.xml b/data/templates/npc/defender/35674-Guard.xml new file mode 100644 index 000000000..082855411 --- /dev/null +++ b/data/templates/npc/defender/35674-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Shanty Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35676-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35676-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..fa301cb31 --- /dev/null +++ b/data/templates/npc/defender/35676-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35678-Guard.xml b/data/templates/npc/defender/35678-Guard.xml new file mode 100644 index 000000000..5756cd4f9 --- /dev/null +++ b/data/templates/npc/defender/35678-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35679-Guard.xml b/data/templates/npc/defender/35679-Guard.xml new file mode 100644 index 000000000..7b3431461 --- /dev/null +++ b/data/templates/npc/defender/35679-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35681-Wizard.xml b/data/templates/npc/defender/35681-Wizard.xml new file mode 100644 index 000000000..a8221085d --- /dev/null +++ b/data/templates/npc/defender/35681-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35682-Healer.xml b/data/templates/npc/defender/35682-Healer.xml new file mode 100644 index 000000000..d8f551080 --- /dev/null +++ b/data/templates/npc/defender/35682-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35684-Archer.xml b/data/templates/npc/defender/35684-Archer.xml new file mode 100644 index 000000000..0acd7a264 --- /dev/null +++ b/data/templates/npc/defender/35684-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35702-RebelCommander.xml b/data/templates/npc/defender/35702-RebelCommander.xml new file mode 100644 index 000000000..bd6147aab --- /dev/null +++ b/data/templates/npc/defender/35702-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Southern Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35703-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35703-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..343dd2cfb --- /dev/null +++ b/data/templates/npc/defender/35703-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Southern Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35704-RebelPrivate.xml b/data/templates/npc/defender/35704-RebelPrivate.xml new file mode 100644 index 000000000..eb9d81110 --- /dev/null +++ b/data/templates/npc/defender/35704-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35705-CourtGuard.xml b/data/templates/npc/defender/35705-CourtGuard.xml new file mode 100644 index 000000000..c6ee88e35 --- /dev/null +++ b/data/templates/npc/defender/35705-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Southern Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35706-Guard.xml b/data/templates/npc/defender/35706-Guard.xml new file mode 100644 index 000000000..77aa18521 --- /dev/null +++ b/data/templates/npc/defender/35706-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Southern Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35711-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35711-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..f8b76f4a8 --- /dev/null +++ b/data/templates/npc/defender/35711-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35712-ScoutGolem.xml b/data/templates/npc/defender/35712-ScoutGolem.xml new file mode 100644 index 000000000..e2fd5e17b --- /dev/null +++ b/data/templates/npc/defender/35712-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/35714-Guard.xml b/data/templates/npc/defender/35714-Guard.xml new file mode 100644 index 000000000..9b9a82d91 --- /dev/null +++ b/data/templates/npc/defender/35714-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35715-Guard.xml b/data/templates/npc/defender/35715-Guard.xml new file mode 100644 index 000000000..5eef3abbb --- /dev/null +++ b/data/templates/npc/defender/35715-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35717-Wizard.xml b/data/templates/npc/defender/35717-Wizard.xml new file mode 100644 index 000000000..155c6be23 --- /dev/null +++ b/data/templates/npc/defender/35717-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35718-Healer.xml b/data/templates/npc/defender/35718-Healer.xml new file mode 100644 index 000000000..c18f11fb2 --- /dev/null +++ b/data/templates/npc/defender/35718-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35720-Archer.xml b/data/templates/npc/defender/35720-Archer.xml new file mode 100644 index 000000000..709e29461 --- /dev/null +++ b/data/templates/npc/defender/35720-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35722-Minister.xml b/data/templates/npc/defender/35722-Minister.xml new file mode 100644 index 000000000..bf335bcde --- /dev/null +++ b/data/templates/npc/defender/35722-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35739-RebelCommander.xml b/data/templates/npc/defender/35739-RebelCommander.xml new file mode 100644 index 000000000..9464da308 --- /dev/null +++ b/data/templates/npc/defender/35739-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Hive Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35740-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35740-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..9f0fb1a41 --- /dev/null +++ b/data/templates/npc/defender/35740-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Hive Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35741-RebelPrivate.xml b/data/templates/npc/defender/35741-RebelPrivate.xml new file mode 100644 index 000000000..64b51f2b7 --- /dev/null +++ b/data/templates/npc/defender/35741-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35742-CourtGuard.xml b/data/templates/npc/defender/35742-CourtGuard.xml new file mode 100644 index 000000000..6b5d30c68 --- /dev/null +++ b/data/templates/npc/defender/35742-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Hive Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35743-Guard.xml b/data/templates/npc/defender/35743-Guard.xml new file mode 100644 index 000000000..b431bda37 --- /dev/null +++ b/data/templates/npc/defender/35743-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Hive Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35745-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35745-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..3a6cd5d6c --- /dev/null +++ b/data/templates/npc/defender/35745-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35747-Guard.xml b/data/templates/npc/defender/35747-Guard.xml new file mode 100644 index 000000000..9ba9082c3 --- /dev/null +++ b/data/templates/npc/defender/35747-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35748-Guard.xml b/data/templates/npc/defender/35748-Guard.xml new file mode 100644 index 000000000..e4dab2da2 --- /dev/null +++ b/data/templates/npc/defender/35748-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35750-Wizard.xml b/data/templates/npc/defender/35750-Wizard.xml new file mode 100644 index 000000000..2cb957b0a --- /dev/null +++ b/data/templates/npc/defender/35750-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35751-Healer.xml b/data/templates/npc/defender/35751-Healer.xml new file mode 100644 index 000000000..c2ce7d865 --- /dev/null +++ b/data/templates/npc/defender/35751-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35753-Archer.xml b/data/templates/npc/defender/35753-Archer.xml new file mode 100644 index 000000000..25ac5ae91 --- /dev/null +++ b/data/templates/npc/defender/35753-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35771-RebelCommander.xml b/data/templates/npc/defender/35771-RebelCommander.xml new file mode 100644 index 000000000..a4a151785 --- /dev/null +++ b/data/templates/npc/defender/35771-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Valley Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35772-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35772-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..e9bfc2ab5 --- /dev/null +++ b/data/templates/npc/defender/35772-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Valley Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35773-RebelPrivate.xml b/data/templates/npc/defender/35773-RebelPrivate.xml new file mode 100644 index 000000000..a1b2a104c --- /dev/null +++ b/data/templates/npc/defender/35773-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35774-CourtGuard.xml b/data/templates/npc/defender/35774-CourtGuard.xml new file mode 100644 index 000000000..942398ae9 --- /dev/null +++ b/data/templates/npc/defender/35774-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Valley Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35775-Guard.xml b/data/templates/npc/defender/35775-Guard.xml new file mode 100644 index 000000000..9602e589f --- /dev/null +++ b/data/templates/npc/defender/35775-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Valley Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35780-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35780-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..f5ac59166 --- /dev/null +++ b/data/templates/npc/defender/35780-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35781-ScoutGolem.xml b/data/templates/npc/defender/35781-ScoutGolem.xml new file mode 100644 index 000000000..b0442ef9a --- /dev/null +++ b/data/templates/npc/defender/35781-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/35783-Guard.xml b/data/templates/npc/defender/35783-Guard.xml new file mode 100644 index 000000000..1d8d686b6 --- /dev/null +++ b/data/templates/npc/defender/35783-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35784-Guard.xml b/data/templates/npc/defender/35784-Guard.xml new file mode 100644 index 000000000..a106fef26 --- /dev/null +++ b/data/templates/npc/defender/35784-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35786-Wizard.xml b/data/templates/npc/defender/35786-Wizard.xml new file mode 100644 index 000000000..7e3f93670 --- /dev/null +++ b/data/templates/npc/defender/35786-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35787-Healer.xml b/data/templates/npc/defender/35787-Healer.xml new file mode 100644 index 000000000..35e5b0477 --- /dev/null +++ b/data/templates/npc/defender/35787-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35789-Archer.xml b/data/templates/npc/defender/35789-Archer.xml new file mode 100644 index 000000000..d7239ec48 --- /dev/null +++ b/data/templates/npc/defender/35789-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35791-Minister.xml b/data/templates/npc/defender/35791-Minister.xml new file mode 100644 index 000000000..e8d2d4d24 --- /dev/null +++ b/data/templates/npc/defender/35791-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35808-RebelCommander.xml b/data/templates/npc/defender/35808-RebelCommander.xml new file mode 100644 index 000000000..0938f6eae --- /dev/null +++ b/data/templates/npc/defender/35808-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Ivory Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35809-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35809-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..abe0f267d --- /dev/null +++ b/data/templates/npc/defender/35809-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Ivory Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35810-RebelPrivate.xml b/data/templates/npc/defender/35810-RebelPrivate.xml new file mode 100644 index 000000000..a719ba720 --- /dev/null +++ b/data/templates/npc/defender/35810-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35811-CourtGuard.xml b/data/templates/npc/defender/35811-CourtGuard.xml new file mode 100644 index 000000000..250fec3f1 --- /dev/null +++ b/data/templates/npc/defender/35811-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Ivory Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35812-Guard.xml b/data/templates/npc/defender/35812-Guard.xml new file mode 100644 index 000000000..6e1558f06 --- /dev/null +++ b/data/templates/npc/defender/35812-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Ivory Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35814-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35814-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..5f6c6acf4 --- /dev/null +++ b/data/templates/npc/defender/35814-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35816-Guard.xml b/data/templates/npc/defender/35816-Guard.xml new file mode 100644 index 000000000..b76a5504e --- /dev/null +++ b/data/templates/npc/defender/35816-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35817-Guard.xml b/data/templates/npc/defender/35817-Guard.xml new file mode 100644 index 000000000..c5962ebad --- /dev/null +++ b/data/templates/npc/defender/35817-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35819-Wizard.xml b/data/templates/npc/defender/35819-Wizard.xml new file mode 100644 index 000000000..1509d086c --- /dev/null +++ b/data/templates/npc/defender/35819-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35820-Healer.xml b/data/templates/npc/defender/35820-Healer.xml new file mode 100644 index 000000000..1efbfe0d3 --- /dev/null +++ b/data/templates/npc/defender/35820-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35822-Archer.xml b/data/templates/npc/defender/35822-Archer.xml new file mode 100644 index 000000000..ca1ef0b1c --- /dev/null +++ b/data/templates/npc/defender/35822-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35839-RebelCommander.xml b/data/templates/npc/defender/35839-RebelCommander.xml new file mode 100644 index 000000000..7d85f8a9e --- /dev/null +++ b/data/templates/npc/defender/35839-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Narsell Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35840-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35840-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..48d92f450 --- /dev/null +++ b/data/templates/npc/defender/35840-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Narsell Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35841-RebelPrivate.xml b/data/templates/npc/defender/35841-RebelPrivate.xml new file mode 100644 index 000000000..eb7b99562 --- /dev/null +++ b/data/templates/npc/defender/35841-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35842-CourtGuard.xml b/data/templates/npc/defender/35842-CourtGuard.xml new file mode 100644 index 000000000..78c531168 --- /dev/null +++ b/data/templates/npc/defender/35842-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Narsell Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35843-Guard.xml b/data/templates/npc/defender/35843-Guard.xml new file mode 100644 index 000000000..f422edcb8 --- /dev/null +++ b/data/templates/npc/defender/35843-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Narsell Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35845-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35845-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..805f9ed83 --- /dev/null +++ b/data/templates/npc/defender/35845-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35847-Guard.xml b/data/templates/npc/defender/35847-Guard.xml new file mode 100644 index 000000000..bccee17e2 --- /dev/null +++ b/data/templates/npc/defender/35847-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35848-Guard.xml b/data/templates/npc/defender/35848-Guard.xml new file mode 100644 index 000000000..577b3f0a5 --- /dev/null +++ b/data/templates/npc/defender/35848-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35850-Wizard.xml b/data/templates/npc/defender/35850-Wizard.xml new file mode 100644 index 000000000..cdb8140e8 --- /dev/null +++ b/data/templates/npc/defender/35850-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35851-Healer.xml b/data/templates/npc/defender/35851-Healer.xml new file mode 100644 index 000000000..82ea9d204 --- /dev/null +++ b/data/templates/npc/defender/35851-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35853-Archer.xml b/data/templates/npc/defender/35853-Archer.xml new file mode 100644 index 000000000..c8b2f052f --- /dev/null +++ b/data/templates/npc/defender/35853-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35871-RebelCommander.xml b/data/templates/npc/defender/35871-RebelCommander.xml new file mode 100644 index 000000000..0c20090ad --- /dev/null +++ b/data/templates/npc/defender/35871-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Bayou Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35872-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35872-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..198fb49ee --- /dev/null +++ b/data/templates/npc/defender/35872-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Bayou Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35873-RebelPrivate.xml b/data/templates/npc/defender/35873-RebelPrivate.xml new file mode 100644 index 000000000..0d10fde10 --- /dev/null +++ b/data/templates/npc/defender/35873-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35874-CourtGuard.xml b/data/templates/npc/defender/35874-CourtGuard.xml new file mode 100644 index 000000000..befb4f96e --- /dev/null +++ b/data/templates/npc/defender/35874-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Bayou Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35875-Guard.xml b/data/templates/npc/defender/35875-Guard.xml new file mode 100644 index 000000000..ca818a0c4 --- /dev/null +++ b/data/templates/npc/defender/35875-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Bayou Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35880-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35880-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..dfe24e9d7 --- /dev/null +++ b/data/templates/npc/defender/35880-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35881-ScoutGolem.xml b/data/templates/npc/defender/35881-ScoutGolem.xml new file mode 100644 index 000000000..d733a2251 --- /dev/null +++ b/data/templates/npc/defender/35881-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/35883-Guard.xml b/data/templates/npc/defender/35883-Guard.xml new file mode 100644 index 000000000..f79887b47 --- /dev/null +++ b/data/templates/npc/defender/35883-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35884-Guard.xml b/data/templates/npc/defender/35884-Guard.xml new file mode 100644 index 000000000..473c97cf9 --- /dev/null +++ b/data/templates/npc/defender/35884-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35886-Wizard.xml b/data/templates/npc/defender/35886-Wizard.xml new file mode 100644 index 000000000..3d1ef36b6 --- /dev/null +++ b/data/templates/npc/defender/35886-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35887-Healer.xml b/data/templates/npc/defender/35887-Healer.xml new file mode 100644 index 000000000..f035a69b9 --- /dev/null +++ b/data/templates/npc/defender/35887-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35889-Archer.xml b/data/templates/npc/defender/35889-Archer.xml new file mode 100644 index 000000000..cb3addb70 --- /dev/null +++ b/data/templates/npc/defender/35889-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35891-Minister.xml b/data/templates/npc/defender/35891-Minister.xml new file mode 100644 index 000000000..ab5f12e0c --- /dev/null +++ b/data/templates/npc/defender/35891-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35908-RebelCommander.xml b/data/templates/npc/defender/35908-RebelCommander.xml new file mode 100644 index 000000000..6fc3d22ae --- /dev/null +++ b/data/templates/npc/defender/35908-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + White Sands Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35909-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35909-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..1fa105d13 --- /dev/null +++ b/data/templates/npc/defender/35909-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + White Sands Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35910-RebelPrivate.xml b/data/templates/npc/defender/35910-RebelPrivate.xml new file mode 100644 index 000000000..f90a00d1a --- /dev/null +++ b/data/templates/npc/defender/35910-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35911-CourtGuard.xml b/data/templates/npc/defender/35911-CourtGuard.xml new file mode 100644 index 000000000..a7b4a78b9 --- /dev/null +++ b/data/templates/npc/defender/35911-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + White Sands Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35912-Guard.xml b/data/templates/npc/defender/35912-Guard.xml new file mode 100644 index 000000000..fc6a99c63 --- /dev/null +++ b/data/templates/npc/defender/35912-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + White Sands Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35914-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35914-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..8962bab28 --- /dev/null +++ b/data/templates/npc/defender/35914-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35916-Guard.xml b/data/templates/npc/defender/35916-Guard.xml new file mode 100644 index 000000000..4e57568e4 --- /dev/null +++ b/data/templates/npc/defender/35916-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35917-Guard.xml b/data/templates/npc/defender/35917-Guard.xml new file mode 100644 index 000000000..7a4679bfe --- /dev/null +++ b/data/templates/npc/defender/35917-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35919-Wizard.xml b/data/templates/npc/defender/35919-Wizard.xml new file mode 100644 index 000000000..ab6a22617 --- /dev/null +++ b/data/templates/npc/defender/35919-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35920-Healer.xml b/data/templates/npc/defender/35920-Healer.xml new file mode 100644 index 000000000..31e8e2270 --- /dev/null +++ b/data/templates/npc/defender/35920-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35922-Archer.xml b/data/templates/npc/defender/35922-Archer.xml new file mode 100644 index 000000000..d42f91e5c --- /dev/null +++ b/data/templates/npc/defender/35922-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35940-RebelCommander.xml b/data/templates/npc/defender/35940-RebelCommander.xml new file mode 100644 index 000000000..ec6dbc62c --- /dev/null +++ b/data/templates/npc/defender/35940-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Borderland Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35941-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35941-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..0f7a207cb --- /dev/null +++ b/data/templates/npc/defender/35941-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Borderland Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35942-RebelPrivate.xml b/data/templates/npc/defender/35942-RebelPrivate.xml new file mode 100644 index 000000000..48833b336 --- /dev/null +++ b/data/templates/npc/defender/35942-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35943-CourtGuard.xml b/data/templates/npc/defender/35943-CourtGuard.xml new file mode 100644 index 000000000..b9959894c --- /dev/null +++ b/data/templates/npc/defender/35943-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Borderland Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35944-Guard.xml b/data/templates/npc/defender/35944-Guard.xml new file mode 100644 index 000000000..3bb1b3e9a --- /dev/null +++ b/data/templates/npc/defender/35944-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Borderland Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35949-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35949-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..67853fc12 --- /dev/null +++ b/data/templates/npc/defender/35949-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35950-ScoutGolem.xml b/data/templates/npc/defender/35950-ScoutGolem.xml new file mode 100644 index 000000000..cf7ecb74b --- /dev/null +++ b/data/templates/npc/defender/35950-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/35952-Guard.xml b/data/templates/npc/defender/35952-Guard.xml new file mode 100644 index 000000000..9b67ce265 --- /dev/null +++ b/data/templates/npc/defender/35952-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35953-Guard.xml b/data/templates/npc/defender/35953-Guard.xml new file mode 100644 index 000000000..bf5081db8 --- /dev/null +++ b/data/templates/npc/defender/35953-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35955-Wizard.xml b/data/templates/npc/defender/35955-Wizard.xml new file mode 100644 index 000000000..19fa9ca00 --- /dev/null +++ b/data/templates/npc/defender/35955-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35956-Healer.xml b/data/templates/npc/defender/35956-Healer.xml new file mode 100644 index 000000000..38dea11f8 --- /dev/null +++ b/data/templates/npc/defender/35956-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35958-Archer.xml b/data/templates/npc/defender/35958-Archer.xml new file mode 100644 index 000000000..2b08bc04c --- /dev/null +++ b/data/templates/npc/defender/35958-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35960-Minister.xml b/data/templates/npc/defender/35960-Minister.xml new file mode 100644 index 000000000..6c42b8a61 --- /dev/null +++ b/data/templates/npc/defender/35960-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35978-RebelCommander.xml b/data/templates/npc/defender/35978-RebelCommander.xml new file mode 100644 index 000000000..c9524645b --- /dev/null +++ b/data/templates/npc/defender/35978-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Swamp Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/35979-DecoratedRebelSoldier.xml b/data/templates/npc/defender/35979-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..7309cc299 --- /dev/null +++ b/data/templates/npc/defender/35979-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Swamp Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/35980-RebelPrivate.xml b/data/templates/npc/defender/35980-RebelPrivate.xml new file mode 100644 index 000000000..5085bb5d4 --- /dev/null +++ b/data/templates/npc/defender/35980-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35981-CourtGuard.xml b/data/templates/npc/defender/35981-CourtGuard.xml new file mode 100644 index 000000000..974464afb --- /dev/null +++ b/data/templates/npc/defender/35981-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Swamp Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35982-Guard.xml b/data/templates/npc/defender/35982-Guard.xml new file mode 100644 index 000000000..1b2264f2e --- /dev/null +++ b/data/templates/npc/defender/35982-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Swamp Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35987-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/35987-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..21d5331bb --- /dev/null +++ b/data/templates/npc/defender/35987-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35988-ScoutGolem.xml b/data/templates/npc/defender/35988-ScoutGolem.xml new file mode 100644 index 000000000..489c73c70 --- /dev/null +++ b/data/templates/npc/defender/35988-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/35990-Guard.xml b/data/templates/npc/defender/35990-Guard.xml new file mode 100644 index 000000000..864094ccf --- /dev/null +++ b/data/templates/npc/defender/35990-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/35991-Guard.xml b/data/templates/npc/defender/35991-Guard.xml new file mode 100644 index 000000000..be4c0bab5 --- /dev/null +++ b/data/templates/npc/defender/35991-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35993-Wizard.xml b/data/templates/npc/defender/35993-Wizard.xml new file mode 100644 index 000000000..6d11fdcb4 --- /dev/null +++ b/data/templates/npc/defender/35993-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35994-Healer.xml b/data/templates/npc/defender/35994-Healer.xml new file mode 100644 index 000000000..7befef548 --- /dev/null +++ b/data/templates/npc/defender/35994-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35996-Archer.xml b/data/templates/npc/defender/35996-Archer.xml new file mode 100644 index 000000000..407953137 --- /dev/null +++ b/data/templates/npc/defender/35996-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/35998-Minister.xml b/data/templates/npc/defender/35998-Minister.xml new file mode 100644 index 000000000..ed028c510 --- /dev/null +++ b/data/templates/npc/defender/35998-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36015-RebelCommander.xml b/data/templates/npc/defender/36015-RebelCommander.xml new file mode 100644 index 000000000..a64481612 --- /dev/null +++ b/data/templates/npc/defender/36015-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Archaic Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36016-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36016-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..270229daa --- /dev/null +++ b/data/templates/npc/defender/36016-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Archaic Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36017-RebelPrivate.xml b/data/templates/npc/defender/36017-RebelPrivate.xml new file mode 100644 index 000000000..995dce5b4 --- /dev/null +++ b/data/templates/npc/defender/36017-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36018-CourtGuard.xml b/data/templates/npc/defender/36018-CourtGuard.xml new file mode 100644 index 000000000..abe5a7655 --- /dev/null +++ b/data/templates/npc/defender/36018-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Archaic Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36019-Guard.xml b/data/templates/npc/defender/36019-Guard.xml new file mode 100644 index 000000000..8553a3355 --- /dev/null +++ b/data/templates/npc/defender/36019-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Archaic Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36021-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36021-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..c8c79884d --- /dev/null +++ b/data/templates/npc/defender/36021-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36023-Guard.xml b/data/templates/npc/defender/36023-Guard.xml new file mode 100644 index 000000000..7eee0ff51 --- /dev/null +++ b/data/templates/npc/defender/36023-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36024-Guard.xml b/data/templates/npc/defender/36024-Guard.xml new file mode 100644 index 000000000..d281735ca --- /dev/null +++ b/data/templates/npc/defender/36024-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36026-Wizard.xml b/data/templates/npc/defender/36026-Wizard.xml new file mode 100644 index 000000000..228966822 --- /dev/null +++ b/data/templates/npc/defender/36026-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36027-Healer.xml b/data/templates/npc/defender/36027-Healer.xml new file mode 100644 index 000000000..fe30be822 --- /dev/null +++ b/data/templates/npc/defender/36027-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36029-Archer.xml b/data/templates/npc/defender/36029-Archer.xml new file mode 100644 index 000000000..4997d97dc --- /dev/null +++ b/data/templates/npc/defender/36029-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36047-RebelCommander.xml b/data/templates/npc/defender/36047-RebelCommander.xml new file mode 100644 index 000000000..439bd6a24 --- /dev/null +++ b/data/templates/npc/defender/36047-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Floran Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36048-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36048-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..24b953d1a --- /dev/null +++ b/data/templates/npc/defender/36048-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Floran Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36049-RebelPrivate.xml b/data/templates/npc/defender/36049-RebelPrivate.xml new file mode 100644 index 000000000..ed8998d24 --- /dev/null +++ b/data/templates/npc/defender/36049-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36050-CourtGuard.xml b/data/templates/npc/defender/36050-CourtGuard.xml new file mode 100644 index 000000000..d8582a90f --- /dev/null +++ b/data/templates/npc/defender/36050-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Floran Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36051-Guard.xml b/data/templates/npc/defender/36051-Guard.xml new file mode 100644 index 000000000..3a1febd04 --- /dev/null +++ b/data/templates/npc/defender/36051-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Floran Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36056-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36056-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..5803d3396 --- /dev/null +++ b/data/templates/npc/defender/36056-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36057-ScoutGolem.xml b/data/templates/npc/defender/36057-ScoutGolem.xml new file mode 100644 index 000000000..0d62f9d18 --- /dev/null +++ b/data/templates/npc/defender/36057-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/36059-Guard.xml b/data/templates/npc/defender/36059-Guard.xml new file mode 100644 index 000000000..335a89fc4 --- /dev/null +++ b/data/templates/npc/defender/36059-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36060-Guard.xml b/data/templates/npc/defender/36060-Guard.xml new file mode 100644 index 000000000..694bfe4ed --- /dev/null +++ b/data/templates/npc/defender/36060-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36062-Wizard.xml b/data/templates/npc/defender/36062-Wizard.xml new file mode 100644 index 000000000..168c20370 --- /dev/null +++ b/data/templates/npc/defender/36062-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36063-Healer.xml b/data/templates/npc/defender/36063-Healer.xml new file mode 100644 index 000000000..bcf024426 --- /dev/null +++ b/data/templates/npc/defender/36063-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36065-Archer.xml b/data/templates/npc/defender/36065-Archer.xml new file mode 100644 index 000000000..9165d1ff1 --- /dev/null +++ b/data/templates/npc/defender/36065-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36067-Minister.xml b/data/templates/npc/defender/36067-Minister.xml new file mode 100644 index 000000000..ca6dd9caa --- /dev/null +++ b/data/templates/npc/defender/36067-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36085-RebelCommander.xml b/data/templates/npc/defender/36085-RebelCommander.xml new file mode 100644 index 000000000..07d4c71a8 --- /dev/null +++ b/data/templates/npc/defender/36085-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Cloud Mountain + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36086-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36086-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..d23f38479 --- /dev/null +++ b/data/templates/npc/defender/36086-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Cloud Mountain + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36087-RebelPrivate.xml b/data/templates/npc/defender/36087-RebelPrivate.xml new file mode 100644 index 000000000..8460dbc69 --- /dev/null +++ b/data/templates/npc/defender/36087-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36088-CourtGuard.xml b/data/templates/npc/defender/36088-CourtGuard.xml new file mode 100644 index 000000000..68fd8617a --- /dev/null +++ b/data/templates/npc/defender/36088-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Cloud Mountain + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36089-Guard.xml b/data/templates/npc/defender/36089-Guard.xml new file mode 100644 index 000000000..ee5f3515f --- /dev/null +++ b/data/templates/npc/defender/36089-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Cloud Mountain + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36094-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36094-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..bca65077e --- /dev/null +++ b/data/templates/npc/defender/36094-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36095-ScoutGolem.xml b/data/templates/npc/defender/36095-ScoutGolem.xml new file mode 100644 index 000000000..1afc1a909 --- /dev/null +++ b/data/templates/npc/defender/36095-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/36097-Guard.xml b/data/templates/npc/defender/36097-Guard.xml new file mode 100644 index 000000000..f88ab3ed9 --- /dev/null +++ b/data/templates/npc/defender/36097-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36098-Guard.xml b/data/templates/npc/defender/36098-Guard.xml new file mode 100644 index 000000000..86beeaf4d --- /dev/null +++ b/data/templates/npc/defender/36098-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36100-Wizard.xml b/data/templates/npc/defender/36100-Wizard.xml new file mode 100644 index 000000000..e9b7592af --- /dev/null +++ b/data/templates/npc/defender/36100-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36101-Healer.xml b/data/templates/npc/defender/36101-Healer.xml new file mode 100644 index 000000000..a8568996b --- /dev/null +++ b/data/templates/npc/defender/36101-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36103-Archer.xml b/data/templates/npc/defender/36103-Archer.xml new file mode 100644 index 000000000..59a952530 --- /dev/null +++ b/data/templates/npc/defender/36103-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36105-Minister.xml b/data/templates/npc/defender/36105-Minister.xml new file mode 100644 index 000000000..67a5d755d --- /dev/null +++ b/data/templates/npc/defender/36105-Minister.xml @@ -0,0 +1,27 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + diff --git a/data/templates/npc/defender/36122-RebelCommander.xml b/data/templates/npc/defender/36122-RebelCommander.xml new file mode 100644 index 000000000..57a02c6a0 --- /dev/null +++ b/data/templates/npc/defender/36122-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Tanor Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36123-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36123-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..30d3bb894 --- /dev/null +++ b/data/templates/npc/defender/36123-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Tanor Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36124-RebelPrivate.xml b/data/templates/npc/defender/36124-RebelPrivate.xml new file mode 100644 index 000000000..ca62edbba --- /dev/null +++ b/data/templates/npc/defender/36124-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36125-CourtGuard.xml b/data/templates/npc/defender/36125-CourtGuard.xml new file mode 100644 index 000000000..22d884854 --- /dev/null +++ b/data/templates/npc/defender/36125-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Tanor Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36126-Guard.xml b/data/templates/npc/defender/36126-Guard.xml new file mode 100644 index 000000000..b2809c3de --- /dev/null +++ b/data/templates/npc/defender/36126-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Tanor Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36128-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36128-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..8f885b82b --- /dev/null +++ b/data/templates/npc/defender/36128-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36130-Guard.xml b/data/templates/npc/defender/36130-Guard.xml new file mode 100644 index 000000000..c4c2057fe --- /dev/null +++ b/data/templates/npc/defender/36130-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36131-Guard.xml b/data/templates/npc/defender/36131-Guard.xml new file mode 100644 index 000000000..8f39f2d38 --- /dev/null +++ b/data/templates/npc/defender/36131-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36133-Wizard.xml b/data/templates/npc/defender/36133-Wizard.xml new file mode 100644 index 000000000..430aae772 --- /dev/null +++ b/data/templates/npc/defender/36133-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36134-Healer.xml b/data/templates/npc/defender/36134-Healer.xml new file mode 100644 index 000000000..5bae3bdf9 --- /dev/null +++ b/data/templates/npc/defender/36134-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36136-Archer.xml b/data/templates/npc/defender/36136-Archer.xml new file mode 100644 index 000000000..d8184fcc0 --- /dev/null +++ b/data/templates/npc/defender/36136-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36153-RebelCommander.xml b/data/templates/npc/defender/36153-RebelCommander.xml new file mode 100644 index 000000000..939d366c8 --- /dev/null +++ b/data/templates/npc/defender/36153-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Dragonspine Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36154-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36154-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..d9fcfefb5 --- /dev/null +++ b/data/templates/npc/defender/36154-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Dragonspine Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36155-RebelPrivate.xml b/data/templates/npc/defender/36155-RebelPrivate.xml new file mode 100644 index 000000000..4d3b217c8 --- /dev/null +++ b/data/templates/npc/defender/36155-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36156-CourtGuard.xml b/data/templates/npc/defender/36156-CourtGuard.xml new file mode 100644 index 000000000..7f793e27b --- /dev/null +++ b/data/templates/npc/defender/36156-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Dragonspine Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36157-Guard.xml b/data/templates/npc/defender/36157-Guard.xml new file mode 100644 index 000000000..33145e45b --- /dev/null +++ b/data/templates/npc/defender/36157-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Dragonspine Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36159-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36159-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..2590ae9de --- /dev/null +++ b/data/templates/npc/defender/36159-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36161-Guard.xml b/data/templates/npc/defender/36161-Guard.xml new file mode 100644 index 000000000..620655184 --- /dev/null +++ b/data/templates/npc/defender/36161-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36162-Guard.xml b/data/templates/npc/defender/36162-Guard.xml new file mode 100644 index 000000000..d96c5e6b5 --- /dev/null +++ b/data/templates/npc/defender/36162-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36164-Wizard.xml b/data/templates/npc/defender/36164-Wizard.xml new file mode 100644 index 000000000..8cc0b55c6 --- /dev/null +++ b/data/templates/npc/defender/36164-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36165-Healer.xml b/data/templates/npc/defender/36165-Healer.xml new file mode 100644 index 000000000..fcdc10876 --- /dev/null +++ b/data/templates/npc/defender/36165-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36167-Archer.xml b/data/templates/npc/defender/36167-Archer.xml new file mode 100644 index 000000000..27c2fd991 --- /dev/null +++ b/data/templates/npc/defender/36167-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36185-RebelCommander.xml b/data/templates/npc/defender/36185-RebelCommander.xml new file mode 100644 index 000000000..c321ed90d --- /dev/null +++ b/data/templates/npc/defender/36185-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Antharas' Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36186-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36186-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..f3e1ded01 --- /dev/null +++ b/data/templates/npc/defender/36186-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Antharas' Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36187-RebelPrivate.xml b/data/templates/npc/defender/36187-RebelPrivate.xml new file mode 100644 index 000000000..a281a724a --- /dev/null +++ b/data/templates/npc/defender/36187-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36188-CourtGuard.xml b/data/templates/npc/defender/36188-CourtGuard.xml new file mode 100644 index 000000000..466611d34 --- /dev/null +++ b/data/templates/npc/defender/36188-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Antharas' Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36189-Guard.xml b/data/templates/npc/defender/36189-Guard.xml new file mode 100644 index 000000000..b0df90cbf --- /dev/null +++ b/data/templates/npc/defender/36189-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Antharas' Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36194-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36194-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..bdf475dd4 --- /dev/null +++ b/data/templates/npc/defender/36194-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36195-ScoutGolem.xml b/data/templates/npc/defender/36195-ScoutGolem.xml new file mode 100644 index 000000000..d533b5563 --- /dev/null +++ b/data/templates/npc/defender/36195-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/36197-Guard.xml b/data/templates/npc/defender/36197-Guard.xml new file mode 100644 index 000000000..95cfe88f1 --- /dev/null +++ b/data/templates/npc/defender/36197-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36198-Guard.xml b/data/templates/npc/defender/36198-Guard.xml new file mode 100644 index 000000000..9724d48e7 --- /dev/null +++ b/data/templates/npc/defender/36198-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36200-Wizard.xml b/data/templates/npc/defender/36200-Wizard.xml new file mode 100644 index 000000000..8dda508d4 --- /dev/null +++ b/data/templates/npc/defender/36200-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36201-Healer.xml b/data/templates/npc/defender/36201-Healer.xml new file mode 100644 index 000000000..e9ad95e58 --- /dev/null +++ b/data/templates/npc/defender/36201-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36203-Archer.xml b/data/templates/npc/defender/36203-Archer.xml new file mode 100644 index 000000000..05611be26 --- /dev/null +++ b/data/templates/npc/defender/36203-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36205-Minister.xml b/data/templates/npc/defender/36205-Minister.xml new file mode 100644 index 000000000..a7cfcc9c0 --- /dev/null +++ b/data/templates/npc/defender/36205-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36223-RebelCommander.xml b/data/templates/npc/defender/36223-RebelCommander.xml new file mode 100644 index 000000000..3bfab7c91 --- /dev/null +++ b/data/templates/npc/defender/36223-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Western Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36224-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36224-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..a7b0af61d --- /dev/null +++ b/data/templates/npc/defender/36224-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Western Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36225-RebelPrivate.xml b/data/templates/npc/defender/36225-RebelPrivate.xml new file mode 100644 index 000000000..4a79215e8 --- /dev/null +++ b/data/templates/npc/defender/36225-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36226-CourtGuard.xml b/data/templates/npc/defender/36226-CourtGuard.xml new file mode 100644 index 000000000..7a7b4b2c3 --- /dev/null +++ b/data/templates/npc/defender/36226-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Western Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36227-Guard.xml b/data/templates/npc/defender/36227-Guard.xml new file mode 100644 index 000000000..e533a9cbe --- /dev/null +++ b/data/templates/npc/defender/36227-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Western Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36232-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36232-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..1668a0c23 --- /dev/null +++ b/data/templates/npc/defender/36232-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36233-ScoutGolem.xml b/data/templates/npc/defender/36233-ScoutGolem.xml new file mode 100644 index 000000000..07794d409 --- /dev/null +++ b/data/templates/npc/defender/36233-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/36235-Guard.xml b/data/templates/npc/defender/36235-Guard.xml new file mode 100644 index 000000000..fa345f601 --- /dev/null +++ b/data/templates/npc/defender/36235-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36236-Guard.xml b/data/templates/npc/defender/36236-Guard.xml new file mode 100644 index 000000000..3ce787eeb --- /dev/null +++ b/data/templates/npc/defender/36236-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36238-Wizard.xml b/data/templates/npc/defender/36238-Wizard.xml new file mode 100644 index 000000000..17b15d960 --- /dev/null +++ b/data/templates/npc/defender/36238-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36239-Healer.xml b/data/templates/npc/defender/36239-Healer.xml new file mode 100644 index 000000000..88c010797 --- /dev/null +++ b/data/templates/npc/defender/36239-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36241-Archer.xml b/data/templates/npc/defender/36241-Archer.xml new file mode 100644 index 000000000..f8b54f835 --- /dev/null +++ b/data/templates/npc/defender/36241-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36243-Minister.xml b/data/templates/npc/defender/36243-Minister.xml new file mode 100644 index 000000000..7b5ab816a --- /dev/null +++ b/data/templates/npc/defender/36243-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36261-RebelCommander.xml b/data/templates/npc/defender/36261-RebelCommander.xml new file mode 100644 index 000000000..3a06635fa --- /dev/null +++ b/data/templates/npc/defender/36261-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Hunter's Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36262-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36262-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..12d12d8b9 --- /dev/null +++ b/data/templates/npc/defender/36262-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Hunter's Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36263-RebelPrivate.xml b/data/templates/npc/defender/36263-RebelPrivate.xml new file mode 100644 index 000000000..87d59ce25 --- /dev/null +++ b/data/templates/npc/defender/36263-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36264-CourtGuard.xml b/data/templates/npc/defender/36264-CourtGuard.xml new file mode 100644 index 000000000..33b97b6f4 --- /dev/null +++ b/data/templates/npc/defender/36264-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Hunter's Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36265-Guard.xml b/data/templates/npc/defender/36265-Guard.xml new file mode 100644 index 000000000..ce31ffffb --- /dev/null +++ b/data/templates/npc/defender/36265-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Hunter's Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36270-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36270-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..13246ce4e --- /dev/null +++ b/data/templates/npc/defender/36270-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36271-ScoutGolem.xml b/data/templates/npc/defender/36271-ScoutGolem.xml new file mode 100644 index 000000000..f0dcbad03 --- /dev/null +++ b/data/templates/npc/defender/36271-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/36273-Guard.xml b/data/templates/npc/defender/36273-Guard.xml new file mode 100644 index 000000000..f1aa05633 --- /dev/null +++ b/data/templates/npc/defender/36273-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36274-Guard.xml b/data/templates/npc/defender/36274-Guard.xml new file mode 100644 index 000000000..5514f484a --- /dev/null +++ b/data/templates/npc/defender/36274-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36276-Wizard.xml b/data/templates/npc/defender/36276-Wizard.xml new file mode 100644 index 000000000..0687f7788 --- /dev/null +++ b/data/templates/npc/defender/36276-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36277-Healer.xml b/data/templates/npc/defender/36277-Healer.xml new file mode 100644 index 000000000..a47dfc249 --- /dev/null +++ b/data/templates/npc/defender/36277-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36279-Archer.xml b/data/templates/npc/defender/36279-Archer.xml new file mode 100644 index 000000000..af05d7ebd --- /dev/null +++ b/data/templates/npc/defender/36279-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36281-Minister.xml b/data/templates/npc/defender/36281-Minister.xml new file mode 100644 index 000000000..34c5585cb --- /dev/null +++ b/data/templates/npc/defender/36281-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36298-RebelCommander.xml b/data/templates/npc/defender/36298-RebelCommander.xml new file mode 100644 index 000000000..1088c5132 --- /dev/null +++ b/data/templates/npc/defender/36298-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Aaru Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36299-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36299-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..d6c556585 --- /dev/null +++ b/data/templates/npc/defender/36299-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Aaru Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36300-RebelPrivate.xml b/data/templates/npc/defender/36300-RebelPrivate.xml new file mode 100644 index 000000000..1c57d7627 --- /dev/null +++ b/data/templates/npc/defender/36300-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36301-CourtGuard.xml b/data/templates/npc/defender/36301-CourtGuard.xml new file mode 100644 index 000000000..7cf2e1853 --- /dev/null +++ b/data/templates/npc/defender/36301-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Aaru Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36302-Guard.xml b/data/templates/npc/defender/36302-Guard.xml new file mode 100644 index 000000000..f7491b71b --- /dev/null +++ b/data/templates/npc/defender/36302-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Aaru Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36304-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36304-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..dfc48e20a --- /dev/null +++ b/data/templates/npc/defender/36304-DwarvenGunnerySergeant.xml @@ -0,0 +1,28 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36306-Guard.xml b/data/templates/npc/defender/36306-Guard.xml new file mode 100644 index 000000000..edaff75a0 --- /dev/null +++ b/data/templates/npc/defender/36306-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36307-Guard.xml b/data/templates/npc/defender/36307-Guard.xml new file mode 100644 index 000000000..dc88b423e --- /dev/null +++ b/data/templates/npc/defender/36307-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36309-Wizard.xml b/data/templates/npc/defender/36309-Wizard.xml new file mode 100644 index 000000000..71c645792 --- /dev/null +++ b/data/templates/npc/defender/36309-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36310-Healer.xml b/data/templates/npc/defender/36310-Healer.xml new file mode 100644 index 000000000..dc1280e00 --- /dev/null +++ b/data/templates/npc/defender/36310-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36312-Archer.xml b/data/templates/npc/defender/36312-Archer.xml new file mode 100644 index 000000000..81305cff3 --- /dev/null +++ b/data/templates/npc/defender/36312-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36330-RebelCommander.xml b/data/templates/npc/defender/36330-RebelCommander.xml new file mode 100644 index 000000000..a8572b1da --- /dev/null +++ b/data/templates/npc/defender/36330-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Demon Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36331-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36331-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..15e504bc4 --- /dev/null +++ b/data/templates/npc/defender/36331-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Demon Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36332-RebelPrivate.xml b/data/templates/npc/defender/36332-RebelPrivate.xml new file mode 100644 index 000000000..a935af182 --- /dev/null +++ b/data/templates/npc/defender/36332-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36333-CourtGuard.xml b/data/templates/npc/defender/36333-CourtGuard.xml new file mode 100644 index 000000000..311990262 --- /dev/null +++ b/data/templates/npc/defender/36333-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Demon Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36334-Guard.xml b/data/templates/npc/defender/36334-Guard.xml new file mode 100644 index 000000000..318115110 --- /dev/null +++ b/data/templates/npc/defender/36334-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Demon Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36339-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36339-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..7fcd285c2 --- /dev/null +++ b/data/templates/npc/defender/36339-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36340-ScoutGolem.xml b/data/templates/npc/defender/36340-ScoutGolem.xml new file mode 100644 index 000000000..335662057 --- /dev/null +++ b/data/templates/npc/defender/36340-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/36342-Guard.xml b/data/templates/npc/defender/36342-Guard.xml new file mode 100644 index 000000000..727979b97 --- /dev/null +++ b/data/templates/npc/defender/36342-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36343-Guard.xml b/data/templates/npc/defender/36343-Guard.xml new file mode 100644 index 000000000..1e08b3cf5 --- /dev/null +++ b/data/templates/npc/defender/36343-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36345-Wizard.xml b/data/templates/npc/defender/36345-Wizard.xml new file mode 100644 index 000000000..3a3af5e54 --- /dev/null +++ b/data/templates/npc/defender/36345-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36346-Healer.xml b/data/templates/npc/defender/36346-Healer.xml new file mode 100644 index 000000000..c418fdb7b --- /dev/null +++ b/data/templates/npc/defender/36346-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36348-Archer.xml b/data/templates/npc/defender/36348-Archer.xml new file mode 100644 index 000000000..a3e073036 --- /dev/null +++ b/data/templates/npc/defender/36348-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36350-Minister.xml b/data/templates/npc/defender/36350-Minister.xml new file mode 100644 index 000000000..521206ce4 --- /dev/null +++ b/data/templates/npc/defender/36350-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36368-RebelCommander.xml b/data/templates/npc/defender/36368-RebelCommander.xml new file mode 100644 index 000000000..59d01f833 --- /dev/null +++ b/data/templates/npc/defender/36368-RebelCommander.xml @@ -0,0 +1,32 @@ + + + + Rebel Commander + Monastic Fortress + 80 + MALE + + + + + + + + + + + + + + + 3200 + 0 + + + + + + + + + diff --git a/data/templates/npc/defender/36369-DecoratedRebelSoldier.xml b/data/templates/npc/defender/36369-DecoratedRebelSoldier.xml new file mode 100644 index 000000000..c0e8e6116 --- /dev/null +++ b/data/templates/npc/defender/36369-DecoratedRebelSoldier.xml @@ -0,0 +1,29 @@ + + + + Decorated Rebel Soldier + Monastic Fortress + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + diff --git a/data/templates/npc/defender/36370-RebelPrivate.xml b/data/templates/npc/defender/36370-RebelPrivate.xml new file mode 100644 index 000000000..a74f7c472 --- /dev/null +++ b/data/templates/npc/defender/36370-RebelPrivate.xml @@ -0,0 +1,30 @@ + + + + Rebel Private + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 2813 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36371-CourtGuard.xml b/data/templates/npc/defender/36371-CourtGuard.xml new file mode 100644 index 000000000..787a2cd93 --- /dev/null +++ b/data/templates/npc/defender/36371-CourtGuard.xml @@ -0,0 +1,30 @@ + + + + Court Guard + Monastic Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36372-Guard.xml b/data/templates/npc/defender/36372-Guard.xml new file mode 100644 index 000000000..a39bfcec9 --- /dev/null +++ b/data/templates/npc/defender/36372-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Monastic Fortress + 72 + MALE + + + + + + + + + + + + + + + 2592 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36377-DwarvenGunnerySergeant.xml b/data/templates/npc/defender/36377-DwarvenGunnerySergeant.xml new file mode 100644 index 000000000..4c7d0f720 --- /dev/null +++ b/data/templates/npc/defender/36377-DwarvenGunnerySergeant.xml @@ -0,0 +1,29 @@ + + + + Dwarven Gunnery Sergeant + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36378-ScoutGolem.xml b/data/templates/npc/defender/36378-ScoutGolem.xml new file mode 100644 index 000000000..07116751a --- /dev/null +++ b/data/templates/npc/defender/36378-ScoutGolem.xml @@ -0,0 +1,29 @@ + + + + Scout Golem + Control Room + 74 + MALE + + + + + + + + + + + + + + + 2738 + 0 + + + + + + diff --git a/data/templates/npc/defender/36380-Guard.xml b/data/templates/npc/defender/36380-Guard.xml new file mode 100644 index 000000000..71976ac97 --- /dev/null +++ b/data/templates/npc/defender/36380-Guard.xml @@ -0,0 +1,27 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + diff --git a/data/templates/npc/defender/36381-Guard.xml b/data/templates/npc/defender/36381-Guard.xml new file mode 100644 index 000000000..e461ade5a --- /dev/null +++ b/data/templates/npc/defender/36381-Guard.xml @@ -0,0 +1,30 @@ + + + + Guard + Guard + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36383-Wizard.xml b/data/templates/npc/defender/36383-Wizard.xml new file mode 100644 index 000000000..5f9f44996 --- /dev/null +++ b/data/templates/npc/defender/36383-Wizard.xml @@ -0,0 +1,30 @@ + + + + Wizard + Support Unit + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36384-Healer.xml b/data/templates/npc/defender/36384-Healer.xml new file mode 100644 index 000000000..2438cf124 --- /dev/null +++ b/data/templates/npc/defender/36384-Healer.xml @@ -0,0 +1,30 @@ + + + + Healer + Support Unit + 76 + FEMALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36386-Archer.xml b/data/templates/npc/defender/36386-Archer.xml new file mode 100644 index 000000000..2389c2c3c --- /dev/null +++ b/data/templates/npc/defender/36386-Archer.xml @@ -0,0 +1,30 @@ + + + + Archer + Archer + 76 + MALE + + + + + + + + + + + + + + + 2888 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36388-Minister.xml b/data/templates/npc/defender/36388-Minister.xml new file mode 100644 index 000000000..262ea1aee --- /dev/null +++ b/data/templates/npc/defender/36388-Minister.xml @@ -0,0 +1,30 @@ + + + + Minister + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/defender/36508-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36508-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..7a92e2986 --- /dev/null +++ b/data/templates/npc/defender/36508-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Gludio + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36509-TerritoryBorderGuard.xml b/data/templates/npc/defender/36509-TerritoryBorderGuard.xml new file mode 100644 index 000000000..bce89b9ad --- /dev/null +++ b/data/templates/npc/defender/36509-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Gludio + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36510-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36510-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..2c42acfb2 --- /dev/null +++ b/data/templates/npc/defender/36510-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Gludio + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36511-TerritoryGuard.xml b/data/templates/npc/defender/36511-TerritoryGuard.xml new file mode 100644 index 000000000..21270a15b --- /dev/null +++ b/data/templates/npc/defender/36511-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Gludio + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36512-TerritoryBorderGuard.xml b/data/templates/npc/defender/36512-TerritoryBorderGuard.xml new file mode 100644 index 000000000..b7163d508 --- /dev/null +++ b/data/templates/npc/defender/36512-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36513-EconomicAssociationLeader.xml b/data/templates/npc/defender/36513-EconomicAssociationLeader.xml new file mode 100644 index 000000000..af1afe8fe --- /dev/null +++ b/data/templates/npc/defender/36513-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Gludio + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36514-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36514-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..0c31efafa --- /dev/null +++ b/data/templates/npc/defender/36514-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Dion + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36515-TerritoryBorderGuard.xml b/data/templates/npc/defender/36515-TerritoryBorderGuard.xml new file mode 100644 index 000000000..2c4bd0c63 --- /dev/null +++ b/data/templates/npc/defender/36515-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Dion + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36516-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36516-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..b3580366d --- /dev/null +++ b/data/templates/npc/defender/36516-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Dion + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36517-TerritoryGuard.xml b/data/templates/npc/defender/36517-TerritoryGuard.xml new file mode 100644 index 000000000..d4222a80a --- /dev/null +++ b/data/templates/npc/defender/36517-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Dion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36518-TerritoryBorderGuard.xml b/data/templates/npc/defender/36518-TerritoryBorderGuard.xml new file mode 100644 index 000000000..aaba9bfa3 --- /dev/null +++ b/data/templates/npc/defender/36518-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Dion + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36519-EconomicAssociationLeader.xml b/data/templates/npc/defender/36519-EconomicAssociationLeader.xml new file mode 100644 index 000000000..1fb11bd05 --- /dev/null +++ b/data/templates/npc/defender/36519-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Dion + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36520-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36520-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..7b62eebf9 --- /dev/null +++ b/data/templates/npc/defender/36520-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Giran + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36521-TerritoryBorderGuard.xml b/data/templates/npc/defender/36521-TerritoryBorderGuard.xml new file mode 100644 index 000000000..44cc8e3e3 --- /dev/null +++ b/data/templates/npc/defender/36521-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Giran + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36522-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36522-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..75a5f15b8 --- /dev/null +++ b/data/templates/npc/defender/36522-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Giran + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36523-TerritoryGuard.xml b/data/templates/npc/defender/36523-TerritoryGuard.xml new file mode 100644 index 000000000..4a74877b0 --- /dev/null +++ b/data/templates/npc/defender/36523-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Giran + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36524-TerritoryBorderGuard.xml b/data/templates/npc/defender/36524-TerritoryBorderGuard.xml new file mode 100644 index 000000000..b12a20f01 --- /dev/null +++ b/data/templates/npc/defender/36524-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Giran + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36525-EconomicAssociationLeader.xml b/data/templates/npc/defender/36525-EconomicAssociationLeader.xml new file mode 100644 index 000000000..d009683f5 --- /dev/null +++ b/data/templates/npc/defender/36525-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Giran + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36526-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36526-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..beba5a1c2 --- /dev/null +++ b/data/templates/npc/defender/36526-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Oren + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36527-TerritoryBorderGuard.xml b/data/templates/npc/defender/36527-TerritoryBorderGuard.xml new file mode 100644 index 000000000..c80ea7ecb --- /dev/null +++ b/data/templates/npc/defender/36527-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Oren + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36528-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36528-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..233e2e6d1 --- /dev/null +++ b/data/templates/npc/defender/36528-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Oren + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36529-TerritoryGuard.xml b/data/templates/npc/defender/36529-TerritoryGuard.xml new file mode 100644 index 000000000..583edace2 --- /dev/null +++ b/data/templates/npc/defender/36529-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Oren + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36530-TerritoryBorderGuard.xml b/data/templates/npc/defender/36530-TerritoryBorderGuard.xml new file mode 100644 index 000000000..630b58878 --- /dev/null +++ b/data/templates/npc/defender/36530-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Oren + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36531-EconomicAssociationLeader.xml b/data/templates/npc/defender/36531-EconomicAssociationLeader.xml new file mode 100644 index 000000000..25678bfbb --- /dev/null +++ b/data/templates/npc/defender/36531-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Oren + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36532-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36532-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..88ef164b5 --- /dev/null +++ b/data/templates/npc/defender/36532-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Aden + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36533-TerritoryBorderGuard.xml b/data/templates/npc/defender/36533-TerritoryBorderGuard.xml new file mode 100644 index 000000000..65a252f82 --- /dev/null +++ b/data/templates/npc/defender/36533-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Aden + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36534-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36534-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..ba7d7ce51 --- /dev/null +++ b/data/templates/npc/defender/36534-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Aden + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36535-TerritoryGuard.xml b/data/templates/npc/defender/36535-TerritoryGuard.xml new file mode 100644 index 000000000..8ec9b7fad --- /dev/null +++ b/data/templates/npc/defender/36535-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Aden + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36536-TerritoryBorderGuard.xml b/data/templates/npc/defender/36536-TerritoryBorderGuard.xml new file mode 100644 index 000000000..febffa472 --- /dev/null +++ b/data/templates/npc/defender/36536-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Aden + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36537-EconomicAssociationLeader.xml b/data/templates/npc/defender/36537-EconomicAssociationLeader.xml new file mode 100644 index 000000000..cb7ff279a --- /dev/null +++ b/data/templates/npc/defender/36537-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Aden + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36538-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36538-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..ee44280a1 --- /dev/null +++ b/data/templates/npc/defender/36538-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Innadril + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36539-TerritoryBorderGuard.xml b/data/templates/npc/defender/36539-TerritoryBorderGuard.xml new file mode 100644 index 000000000..14a488cd2 --- /dev/null +++ b/data/templates/npc/defender/36539-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Innadril + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36540-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36540-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..fb3b9ce23 --- /dev/null +++ b/data/templates/npc/defender/36540-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Innadril + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36541-TerritoryGuard.xml b/data/templates/npc/defender/36541-TerritoryGuard.xml new file mode 100644 index 000000000..f6c586cd7 --- /dev/null +++ b/data/templates/npc/defender/36541-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Innadril + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36542-TerritoryBorderGuard.xml b/data/templates/npc/defender/36542-TerritoryBorderGuard.xml new file mode 100644 index 000000000..cd10e4df6 --- /dev/null +++ b/data/templates/npc/defender/36542-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Innadril + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36543-EconomicAssociationLeader.xml b/data/templates/npc/defender/36543-EconomicAssociationLeader.xml new file mode 100644 index 000000000..00c4862ae --- /dev/null +++ b/data/templates/npc/defender/36543-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Innadril + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36544-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36544-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..86942d3a0 --- /dev/null +++ b/data/templates/npc/defender/36544-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Goddard + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36545-TerritoryBorderGuard.xml b/data/templates/npc/defender/36545-TerritoryBorderGuard.xml new file mode 100644 index 000000000..9e157f08b --- /dev/null +++ b/data/templates/npc/defender/36545-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Goddard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36546-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36546-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..b4c108f32 --- /dev/null +++ b/data/templates/npc/defender/36546-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Goddard + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36547-TerritoryGuard.xml b/data/templates/npc/defender/36547-TerritoryGuard.xml new file mode 100644 index 000000000..cca927dac --- /dev/null +++ b/data/templates/npc/defender/36547-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Goddard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36548-TerritoryBorderGuard.xml b/data/templates/npc/defender/36548-TerritoryBorderGuard.xml new file mode 100644 index 000000000..fb4f371b8 --- /dev/null +++ b/data/templates/npc/defender/36548-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36549-EconomicAssociationLeader.xml b/data/templates/npc/defender/36549-EconomicAssociationLeader.xml new file mode 100644 index 000000000..6a2b7b6ca --- /dev/null +++ b/data/templates/npc/defender/36549-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Goddard + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36550-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36550-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..938946b88 --- /dev/null +++ b/data/templates/npc/defender/36550-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Rune + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36551-TerritoryBorderGuard.xml b/data/templates/npc/defender/36551-TerritoryBorderGuard.xml new file mode 100644 index 000000000..44cbf1c49 --- /dev/null +++ b/data/templates/npc/defender/36551-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Rune + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36552-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36552-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..b150d4303 --- /dev/null +++ b/data/templates/npc/defender/36552-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Rune + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36553-TerritoryGuard.xml b/data/templates/npc/defender/36553-TerritoryGuard.xml new file mode 100644 index 000000000..47464a867 --- /dev/null +++ b/data/templates/npc/defender/36553-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Rune + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36554-TerritoryBorderGuard.xml b/data/templates/npc/defender/36554-TerritoryBorderGuard.xml new file mode 100644 index 000000000..a98aae11a --- /dev/null +++ b/data/templates/npc/defender/36554-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36555-EconomicAssociationLeader.xml b/data/templates/npc/defender/36555-EconomicAssociationLeader.xml new file mode 100644 index 000000000..184658d8b --- /dev/null +++ b/data/templates/npc/defender/36555-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Rune + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36556-MilitaryAssociationLeader.xml b/data/templates/npc/defender/36556-MilitaryAssociationLeader.xml new file mode 100644 index 000000000..3f082915d --- /dev/null +++ b/data/templates/npc/defender/36556-MilitaryAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Military Association Leader + Schuttgart + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36557-TerritoryBorderGuard.xml b/data/templates/npc/defender/36557-TerritoryBorderGuard.xml new file mode 100644 index 000000000..3a274ee0a --- /dev/null +++ b/data/templates/npc/defender/36557-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Schuttgart + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36558-ReligiousAssociationLeader.xml b/data/templates/npc/defender/36558-ReligiousAssociationLeader.xml new file mode 100644 index 000000000..9909b0ebe --- /dev/null +++ b/data/templates/npc/defender/36558-ReligiousAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Religious Association Leader + Schuttgart + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/defender/36559-TerritoryGuard.xml b/data/templates/npc/defender/36559-TerritoryGuard.xml new file mode 100644 index 000000000..96bb04494 --- /dev/null +++ b/data/templates/npc/defender/36559-TerritoryGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Guard + Schuttgart + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36560-TerritoryBorderGuard.xml b/data/templates/npc/defender/36560-TerritoryBorderGuard.xml new file mode 100644 index 000000000..edae15a43 --- /dev/null +++ b/data/templates/npc/defender/36560-TerritoryBorderGuard.xml @@ -0,0 +1,27 @@ + + + + Territory Border Guard + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/defender/36561-EconomicAssociationLeader.xml b/data/templates/npc/defender/36561-EconomicAssociationLeader.xml new file mode 100644 index 000000000..5c048aad4 --- /dev/null +++ b/data/templates/npc/defender/36561-EconomicAssociationLeader.xml @@ -0,0 +1,27 @@ + + + + Economic Association Leader + Schuttgart + 80 + MALE + + + + + + + + + + + + + + + 64129 + 77672 + + + + diff --git a/data/templates/npc/delfvillagemaster/30195-Brecson.xml b/data/templates/npc/delfvillagemaster/30195-Brecson.xml new file mode 100644 index 000000000..46ac68c43 --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30195-Brecson.xml @@ -0,0 +1,26 @@ + + + + Brecson + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30290-Xenos.xml b/data/templates/npc/delfvillagemaster/30290-Xenos.xml new file mode 100644 index 000000000..e475f092e --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30290-Xenos.xml @@ -0,0 +1,26 @@ + + + + Xenos + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30297-Tobias.xml b/data/templates/npc/delfvillagemaster/30297-Tobias.xml new file mode 100644 index 000000000..faee6663a --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30297-Tobias.xml @@ -0,0 +1,26 @@ + + + + Tobias + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30358-Thifiell.xml b/data/templates/npc/delfvillagemaster/30358-Thifiell.xml new file mode 100644 index 000000000..e07e0b0e8 --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30358-Thifiell.xml @@ -0,0 +1,26 @@ + + + + Thifiell + Tetrarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30462-Tronix.xml b/data/templates/npc/delfvillagemaster/30462-Tronix.xml new file mode 100644 index 000000000..85ace4d5b --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30462-Tronix.xml @@ -0,0 +1,26 @@ + + + + Tronix + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30474-Angus.xml b/data/templates/npc/delfvillagemaster/30474-Angus.xml new file mode 100644 index 000000000..4eba4384c --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30474-Angus.xml @@ -0,0 +1,26 @@ + + + + Angus + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30699-Medown.xml b/data/templates/npc/delfvillagemaster/30699-Medown.xml new file mode 100644 index 000000000..2e1faa54a --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30699-Medown.xml @@ -0,0 +1,26 @@ + + + + Medown + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30862-Oltran.xml b/data/templates/npc/delfvillagemaster/30862-Oltran.xml new file mode 100644 index 000000000..becb47ff8 --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30862-Oltran.xml @@ -0,0 +1,26 @@ + + + + Oltran + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/30910-Xairakin.xml b/data/templates/npc/delfvillagemaster/30910-Xairakin.xml new file mode 100644 index 000000000..c8081cf9c --- /dev/null +++ b/data/templates/npc/delfvillagemaster/30910-Xairakin.xml @@ -0,0 +1,26 @@ + + + + Xairakin + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/31285-Samael.xml b/data/templates/npc/delfvillagemaster/31285-Samael.xml new file mode 100644 index 000000000..fdd86153e --- /dev/null +++ b/data/templates/npc/delfvillagemaster/31285-Samael.xml @@ -0,0 +1,26 @@ + + + + Samael + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/31324-Andromeda.xml b/data/templates/npc/delfvillagemaster/31324-Andromeda.xml new file mode 100644 index 000000000..912f435ac --- /dev/null +++ b/data/templates/npc/delfvillagemaster/31324-Andromeda.xml @@ -0,0 +1,27 @@ + + + + Andromeda + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/delfvillagemaster/31334-Tifaren.xml b/data/templates/npc/delfvillagemaster/31334-Tifaren.xml new file mode 100644 index 000000000..818d57df6 --- /dev/null +++ b/data/templates/npc/delfvillagemaster/31334-Tifaren.xml @@ -0,0 +1,26 @@ + + + + Tifaren + Grand Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/delfvillagemaster/31974-Drizzit.xml b/data/templates/npc/delfvillagemaster/31974-Drizzit.xml new file mode 100644 index 000000000..fed53fe0e --- /dev/null +++ b/data/templates/npc/delfvillagemaster/31974-Drizzit.xml @@ -0,0 +1,27 @@ + + + + Drizzit + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/delfvillagemaster/32096-Helminter.xml b/data/templates/npc/delfvillagemaster/32096-Helminter.xml new file mode 100644 index 000000000..d9495234c --- /dev/null +++ b/data/templates/npc/delfvillagemaster/32096-Helminter.xml @@ -0,0 +1,27 @@ + + + + Helminter + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/delfvillagemaster/32160-Devon.xml b/data/templates/npc/delfvillagemaster/32160-Devon.xml new file mode 100644 index 000000000..a153be38f --- /dev/null +++ b/data/templates/npc/delfvillagemaster/32160-Devon.xml @@ -0,0 +1,26 @@ + + + + Devon + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/doormen/31676-GregoryAthebaldt.xml b/data/templates/npc/doormen/31676-GregoryAthebaldt.xml new file mode 100644 index 000000000..00bf32980 --- /dev/null +++ b/data/templates/npc/doormen/31676-GregoryAthebaldt.xml @@ -0,0 +1,27 @@ + + + + Gregory Athebaldt + Border Outpost Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/doormen/31680-FlemingVanIssen.xml b/data/templates/npc/doormen/31680-FlemingVanIssen.xml new file mode 100644 index 000000000..a2531ab2c --- /dev/null +++ b/data/templates/npc/doormen/31680-FlemingVanIssen.xml @@ -0,0 +1,27 @@ + + + + Fleming Van Issen + Frontier Guard Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dungeongatekeeper/31095-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31095-GatekeeperZiggurat.xml new file mode 100644 index 000000000..713d7f299 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31095-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31096-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31096-GatekeeperZiggurat.xml new file mode 100644 index 000000000..e4fc1a034 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31096-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31097-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31097-GatekeeperZiggurat.xml new file mode 100644 index 000000000..9d6d6df96 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31097-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31098-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31098-GatekeeperZiggurat.xml new file mode 100644 index 000000000..3eb123146 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31098-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31099-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31099-GatekeeperZiggurat.xml new file mode 100644 index 000000000..ea7df356c --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31099-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31100-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31100-GatekeeperZiggurat.xml new file mode 100644 index 000000000..96320642f --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31100-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31101-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31101-GatekeeperZiggurat.xml new file mode 100644 index 000000000..4b7d221d0 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31101-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31102-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31102-GatekeeperZiggurat.xml new file mode 100644 index 000000000..b80021cd0 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31102-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31103-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31103-GatekeeperZiggurat.xml new file mode 100644 index 000000000..7d08a0d0e --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31103-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31104-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31104-GatekeeperZiggurat.xml new file mode 100644 index 000000000..de8acfad1 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31104-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31105-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31105-GatekeeperZiggurat.xml new file mode 100644 index 000000000..6a57df7ef --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31105-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31106-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31106-GatekeeperZiggurat.xml new file mode 100644 index 000000000..aac6a1453 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31106-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31107-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31107-GatekeeperZiggurat.xml new file mode 100644 index 000000000..e71f449f8 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31107-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31108-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31108-GatekeeperZiggurat.xml new file mode 100644 index 000000000..fbb79e1b8 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31108-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31109-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31109-GatekeeperZiggurat.xml new file mode 100644 index 000000000..c9ca51a46 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31109-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31110-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31110-GatekeeperZiggurat.xml new file mode 100644 index 000000000..5d16a6cbd --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31110-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31111-GatekeeperSpirit.xml b/data/templates/npc/dungeongatekeeper/31111-GatekeeperSpirit.xml new file mode 100644 index 000000000..09f5c3c1b --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31111-GatekeeperSpirit.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Spirit + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31112-GatekeeperSpirit.xml b/data/templates/npc/dungeongatekeeper/31112-GatekeeperSpirit.xml new file mode 100644 index 000000000..5b23f94a2 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31112-GatekeeperSpirit.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Spirit + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31114-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31114-GatekeeperZiggurat.xml new file mode 100644 index 000000000..02e1a2646 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31114-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31115-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31115-GatekeeperZiggurat.xml new file mode 100644 index 000000000..195c42d23 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31115-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31116-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31116-GatekeeperZiggurat.xml new file mode 100644 index 000000000..d3d812d76 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31116-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31117-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31117-GatekeeperZiggurat.xml new file mode 100644 index 000000000..0aa769786 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31117-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31118-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31118-GatekeeperZiggurat.xml new file mode 100644 index 000000000..67ca55112 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31118-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31119-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31119-GatekeeperZiggurat.xml new file mode 100644 index 000000000..d37892c06 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31119-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31120-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31120-GatekeeperZiggurat.xml new file mode 100644 index 000000000..a13844e9c --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31120-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31121-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31121-GatekeeperZiggurat.xml new file mode 100644 index 000000000..434ad1353 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31121-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31122-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31122-GatekeeperZiggurat.xml new file mode 100644 index 000000000..1376d4248 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31122-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31123-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31123-GatekeeperZiggurat.xml new file mode 100644 index 000000000..8308f6ec5 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31123-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31124-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31124-GatekeeperZiggurat.xml new file mode 100644 index 000000000..cfd01939f --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31124-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dungeongatekeeper/31125-GatekeeperZiggurat.xml b/data/templates/npc/dungeongatekeeper/31125-GatekeeperZiggurat.xml new file mode 100644 index 000000000..6bba4e606 --- /dev/null +++ b/data/templates/npc/dungeongatekeeper/31125-GatekeeperZiggurat.xml @@ -0,0 +1,24 @@ + + + + Gatekeeper Ziggurat + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/duskpriest/31085-DuskPriestess.xml b/data/templates/npc/duskpriest/31085-DuskPriestess.xml new file mode 100644 index 000000000..f3cd9be8e --- /dev/null +++ b/data/templates/npc/duskpriest/31085-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31086-DuskPriestess.xml b/data/templates/npc/duskpriest/31086-DuskPriestess.xml new file mode 100644 index 000000000..0b52584c9 --- /dev/null +++ b/data/templates/npc/duskpriest/31086-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31087-DuskPriestess.xml b/data/templates/npc/duskpriest/31087-DuskPriestess.xml new file mode 100644 index 000000000..ddccedbf0 --- /dev/null +++ b/data/templates/npc/duskpriest/31087-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31088-DuskPriestess.xml b/data/templates/npc/duskpriest/31088-DuskPriestess.xml new file mode 100644 index 000000000..1d09e731e --- /dev/null +++ b/data/templates/npc/duskpriest/31088-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31089-DuskPriestess.xml b/data/templates/npc/duskpriest/31089-DuskPriestess.xml new file mode 100644 index 000000000..cf1474979 --- /dev/null +++ b/data/templates/npc/duskpriest/31089-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31090-DuskPriestess.xml b/data/templates/npc/duskpriest/31090-DuskPriestess.xml new file mode 100644 index 000000000..0f024406f --- /dev/null +++ b/data/templates/npc/duskpriest/31090-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31091-DuskPriestess.xml b/data/templates/npc/duskpriest/31091-DuskPriestess.xml new file mode 100644 index 000000000..853c9efa2 --- /dev/null +++ b/data/templates/npc/duskpriest/31091-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31169-DuskPriestess.xml b/data/templates/npc/duskpriest/31169-DuskPriestess.xml new file mode 100644 index 000000000..bb39aae7a --- /dev/null +++ b/data/templates/npc/duskpriest/31169-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31693-PriestOfDusk.xml b/data/templates/npc/duskpriest/31693-PriestOfDusk.xml new file mode 100644 index 000000000..a8431dfe0 --- /dev/null +++ b/data/templates/npc/duskpriest/31693-PriestOfDusk.xml @@ -0,0 +1,26 @@ + + + + Priest of Dusk + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31695-PriestOfDusk.xml b/data/templates/npc/duskpriest/31695-PriestOfDusk.xml new file mode 100644 index 000000000..783fbb9f1 --- /dev/null +++ b/data/templates/npc/duskpriest/31695-PriestOfDusk.xml @@ -0,0 +1,26 @@ + + + + Priest of Dusk + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/duskpriest/31998-DuskPriestess.xml b/data/templates/npc/duskpriest/31998-DuskPriestess.xml new file mode 100644 index 000000000..d8945e066 --- /dev/null +++ b/data/templates/npc/duskpriest/31998-DuskPriestess.xml @@ -0,0 +1,26 @@ + + + + Dusk Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dwarfvillagemaster/30498-Moke.xml b/data/templates/npc/dwarfvillagemaster/30498-Moke.xml new file mode 100644 index 000000000..aae24d74d --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30498-Moke.xml @@ -0,0 +1,26 @@ + + + + Moke + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30499-Tapoy.xml b/data/templates/npc/dwarfvillagemaster/30499-Tapoy.xml new file mode 100644 index 000000000..e1af3999d --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30499-Tapoy.xml @@ -0,0 +1,26 @@ + + + + Tapoy + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30503-Rikadio.xml b/data/templates/npc/dwarfvillagemaster/30503-Rikadio.xml new file mode 100644 index 000000000..6536474ad --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30503-Rikadio.xml @@ -0,0 +1,26 @@ + + + + Rikadio + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30504-Mendio.xml b/data/templates/npc/dwarfvillagemaster/30504-Mendio.xml new file mode 100644 index 000000000..e3a426022 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30504-Mendio.xml @@ -0,0 +1,26 @@ + + + + Mendio + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30511-Gesto.xml b/data/templates/npc/dwarfvillagemaster/30511-Gesto.xml new file mode 100644 index 000000000..d5bd13f7d --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30511-Gesto.xml @@ -0,0 +1,26 @@ + + + + Gesto + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30512-Kusto.xml b/data/templates/npc/dwarfvillagemaster/30512-Kusto.xml new file mode 100644 index 000000000..2caa29044 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30512-Kusto.xml @@ -0,0 +1,26 @@ + + + + Kusto + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30520-Reed.xml b/data/templates/npc/dwarfvillagemaster/30520-Reed.xml new file mode 100644 index 000000000..e8feb3e04 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30520-Reed.xml @@ -0,0 +1,26 @@ + + + + Reed + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30525-Bronk.xml b/data/templates/npc/dwarfvillagemaster/30525-Bronk.xml new file mode 100644 index 000000000..56ef3afd3 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30525-Bronk.xml @@ -0,0 +1,26 @@ + + + + Bronk + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30594-Ranspo.xml b/data/templates/npc/dwarfvillagemaster/30594-Ranspo.xml new file mode 100644 index 000000000..99d800e69 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30594-Ranspo.xml @@ -0,0 +1,26 @@ + + + + Ranspo + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30595-Opix.xml b/data/templates/npc/dwarfvillagemaster/30595-Opix.xml new file mode 100644 index 000000000..1cd1d7622 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30595-Opix.xml @@ -0,0 +1,26 @@ + + + + Opix + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30676-Croop.xml b/data/templates/npc/dwarfvillagemaster/30676-Croop.xml new file mode 100644 index 000000000..fe215982b --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30676-Croop.xml @@ -0,0 +1,26 @@ + + + + Croop + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30677-Flutter.xml b/data/templates/npc/dwarfvillagemaster/30677-Flutter.xml new file mode 100644 index 000000000..db93706fa --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30677-Flutter.xml @@ -0,0 +1,26 @@ + + + + Flutter + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30685-Baxt.xml b/data/templates/npc/dwarfvillagemaster/30685-Baxt.xml new file mode 100644 index 000000000..45df70509 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30685-Baxt.xml @@ -0,0 +1,26 @@ + + + + Baxt + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30687-Vergara.xml b/data/templates/npc/dwarfvillagemaster/30687-Vergara.xml new file mode 100644 index 000000000..3471f0857 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30687-Vergara.xml @@ -0,0 +1,26 @@ + + + + Vergara + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30845-Klump.xml b/data/templates/npc/dwarfvillagemaster/30845-Klump.xml new file mode 100644 index 000000000..ddc4cc077 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30845-Klump.xml @@ -0,0 +1,26 @@ + + + + Klump + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30847-Ferris.xml b/data/templates/npc/dwarfvillagemaster/30847-Ferris.xml new file mode 100644 index 000000000..2d2df3b00 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30847-Ferris.xml @@ -0,0 +1,26 @@ + + + + Ferris + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30894-Natools.xml b/data/templates/npc/dwarfvillagemaster/30894-Natools.xml new file mode 100644 index 000000000..44a46e0b7 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30894-Natools.xml @@ -0,0 +1,26 @@ + + + + Natools + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/30897-Roman.xml b/data/templates/npc/dwarfvillagemaster/30897-Roman.xml new file mode 100644 index 000000000..f02628242 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/30897-Roman.xml @@ -0,0 +1,26 @@ + + + + Roman + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/31269-Mona.xml b/data/templates/npc/dwarfvillagemaster/31269-Mona.xml new file mode 100644 index 000000000..1f8269816 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/31269-Mona.xml @@ -0,0 +1,26 @@ + + + + Mona + Warehouse Chief + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/31272-Noel.xml b/data/templates/npc/dwarfvillagemaster/31272-Noel.xml new file mode 100644 index 000000000..d40935f82 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/31272-Noel.xml @@ -0,0 +1,26 @@ + + + + Noel + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/31314-Donal.xml b/data/templates/npc/dwarfvillagemaster/31314-Donal.xml new file mode 100644 index 000000000..072936449 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/31314-Donal.xml @@ -0,0 +1,26 @@ + + + + Donal + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/31317-Lombert.xml b/data/templates/npc/dwarfvillagemaster/31317-Lombert.xml new file mode 100644 index 000000000..8d7cab7d4 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/31317-Lombert.xml @@ -0,0 +1,26 @@ + + + + Lombert + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/31958-Yasheni.xml b/data/templates/npc/dwarfvillagemaster/31958-Yasheni.xml new file mode 100644 index 000000000..b720fe13e --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/31958-Yasheni.xml @@ -0,0 +1,26 @@ + + + + Yasheni + Warehouse Chief + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/31961-Newyear.xml b/data/templates/npc/dwarfvillagemaster/31961-Newyear.xml new file mode 100644 index 000000000..a09460873 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/31961-Newyear.xml @@ -0,0 +1,27 @@ + + + + Newyear + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dwarfvillagemaster/32092-Alder.xml b/data/templates/npc/dwarfvillagemaster/32092-Alder.xml new file mode 100644 index 000000000..f2841b9f0 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/32092-Alder.xml @@ -0,0 +1,26 @@ + + + + Alder + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/32093-Bolin.xml b/data/templates/npc/dwarfvillagemaster/32093-Bolin.xml new file mode 100644 index 000000000..35bc1d51f --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/32093-Bolin.xml @@ -0,0 +1,27 @@ + + + + Bolin + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/dwarfvillagemaster/32157-Moka.xml b/data/templates/npc/dwarfvillagemaster/32157-Moka.xml new file mode 100644 index 000000000..83ed4c3ea --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/32157-Moka.xml @@ -0,0 +1,26 @@ + + + + Moka + Head Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/32158-Fisler.xml b/data/templates/npc/dwarfvillagemaster/32158-Fisler.xml new file mode 100644 index 000000000..567ca2b1b --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/32158-Fisler.xml @@ -0,0 +1,26 @@ + + + + Fisler + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/dwarfvillagemaster/32171-Hoffa.xml b/data/templates/npc/dwarfvillagemaster/32171-Hoffa.xml new file mode 100644 index 000000000..7ee32f183 --- /dev/null +++ b/data/templates/npc/dwarfvillagemaster/32171-Hoffa.xml @@ -0,0 +1,26 @@ + + + + Hoffa + Warehouse Chief + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13018.xml b/data/templates/npc/effectpoint/13018.xml new file mode 100644 index 000000000..c86ee0134 --- /dev/null +++ b/data/templates/npc/effectpoint/13018.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13019.xml b/data/templates/npc/effectpoint/13019.xml new file mode 100644 index 000000000..00cf6f180 --- /dev/null +++ b/data/templates/npc/effectpoint/13019.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13020.xml b/data/templates/npc/effectpoint/13020.xml new file mode 100644 index 000000000..a28af7a3b --- /dev/null +++ b/data/templates/npc/effectpoint/13020.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13021.xml b/data/templates/npc/effectpoint/13021.xml new file mode 100644 index 000000000..75a97a734 --- /dev/null +++ b/data/templates/npc/effectpoint/13021.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13022.xml b/data/templates/npc/effectpoint/13022.xml new file mode 100644 index 000000000..2c399057b --- /dev/null +++ b/data/templates/npc/effectpoint/13022.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13023.xml b/data/templates/npc/effectpoint/13023.xml new file mode 100644 index 000000000..a9cc0d542 --- /dev/null +++ b/data/templates/npc/effectpoint/13023.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13024.xml b/data/templates/npc/effectpoint/13024.xml new file mode 100644 index 000000000..7f28d6ce1 --- /dev/null +++ b/data/templates/npc/effectpoint/13024.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13025.xml b/data/templates/npc/effectpoint/13025.xml new file mode 100644 index 000000000..6d1e3e615 --- /dev/null +++ b/data/templates/npc/effectpoint/13025.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13026.xml b/data/templates/npc/effectpoint/13026.xml new file mode 100644 index 000000000..42d14a1a0 --- /dev/null +++ b/data/templates/npc/effectpoint/13026.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13027.xml b/data/templates/npc/effectpoint/13027.xml new file mode 100644 index 000000000..90ee2e430 --- /dev/null +++ b/data/templates/npc/effectpoint/13027.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13028.xml b/data/templates/npc/effectpoint/13028.xml new file mode 100644 index 000000000..0ea571d63 --- /dev/null +++ b/data/templates/npc/effectpoint/13028.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13029.xml b/data/templates/npc/effectpoint/13029.xml new file mode 100644 index 000000000..99e83fb37 --- /dev/null +++ b/data/templates/npc/effectpoint/13029.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/effectpoint/13030.xml b/data/templates/npc/effectpoint/13030.xml new file mode 100644 index 000000000..c31febe9b --- /dev/null +++ b/data/templates/npc/effectpoint/13030.xml @@ -0,0 +1,23 @@ + + + + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/eventchest/13098-EventTreasureChest.xml b/data/templates/npc/eventchest/13098-EventTreasureChest.xml new file mode 100644 index 000000000..1ff4a7861 --- /dev/null +++ b/data/templates/npc/eventchest/13098-EventTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Event Treasure Chest + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/famemanager/36479-Rapidus.xml b/data/templates/npc/famemanager/36479-Rapidus.xml new file mode 100644 index 000000000..7069e1a43 --- /dev/null +++ b/data/templates/npc/famemanager/36479-Rapidus.xml @@ -0,0 +1,26 @@ + + + + Rapidus + Reputation Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/famemanager/36480-Scipio.xml b/data/templates/npc/famemanager/36480-Scipio.xml new file mode 100644 index 000000000..5cca8d1e4 --- /dev/null +++ b/data/templates/npc/famemanager/36480-Scipio.xml @@ -0,0 +1,26 @@ + + + + Scipio + Reputation Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/feedablebeast/18873-BabyAlpineKookaburra.xml b/data/templates/npc/feedablebeast/18873-BabyAlpineKookaburra.xml new file mode 100644 index 000000000..efb15af35 --- /dev/null +++ b/data/templates/npc/feedablebeast/18873-BabyAlpineKookaburra.xml @@ -0,0 +1,39 @@ + + + + Baby Alpine Kookaburra + 83 + MALE + + + + + + + + + + + + + + + 11630 + 1256 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18874-YoungKookaburra.xml b/data/templates/npc/feedablebeast/18874-YoungKookaburra.xml new file mode 100644 index 000000000..32a2fb51c --- /dev/null +++ b/data/templates/npc/feedablebeast/18874-YoungKookaburra.xml @@ -0,0 +1,52 @@ + + + + Young Kookaburra + 83 + MALE + + + + + + + + + + + + + + + 18776 + 1918 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18875-YoungKookaburra.xml b/data/templates/npc/feedablebeast/18875-YoungKookaburra.xml new file mode 100644 index 000000000..b6b14ab64 --- /dev/null +++ b/data/templates/npc/feedablebeast/18875-YoungKookaburra.xml @@ -0,0 +1,25 @@ + + + + Young Kookaburra + 83 + MALE + + + + + + + + + + + + + + + 25005 + 2686 + + + diff --git a/data/templates/npc/feedablebeast/18876-AdultKookaburra.xml b/data/templates/npc/feedablebeast/18876-AdultKookaburra.xml new file mode 100644 index 000000000..c19a22573 --- /dev/null +++ b/data/templates/npc/feedablebeast/18876-AdultKookaburra.xml @@ -0,0 +1,44 @@ + + + + Adult Kookaburra + 83 + MALE + + + + + + + + + + + + + + + 8516 + 874 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18877-AdultKookaburra.xml b/data/templates/npc/feedablebeast/18877-AdultKookaburra.xml new file mode 100644 index 000000000..c77a5c2ab --- /dev/null +++ b/data/templates/npc/feedablebeast/18877-AdultKookaburra.xml @@ -0,0 +1,25 @@ + + + + Adult Kookaburra + 83 + MALE + + + + + + + + + + + + + + + 72113 + 7459 + + + diff --git a/data/templates/npc/feedablebeast/18878-FullGrownKookaburra.xml b/data/templates/npc/feedablebeast/18878-FullGrownKookaburra.xml new file mode 100644 index 000000000..b8a3baf25 --- /dev/null +++ b/data/templates/npc/feedablebeast/18878-FullGrownKookaburra.xml @@ -0,0 +1,52 @@ + + + + Full Grown Kookaburra + 83 + MALE + + + + + + + + + + + + + + + 11959 + 1246 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18879-FullGrownKookaburra.xml b/data/templates/npc/feedablebeast/18879-FullGrownKookaburra.xml new file mode 100644 index 000000000..802c984da --- /dev/null +++ b/data/templates/npc/feedablebeast/18879-FullGrownKookaburra.xml @@ -0,0 +1,25 @@ + + + + Full Grown Kookaburra + 83 + MALE + + + + + + + + + + + + + + + 76500 + 6972 + + + diff --git a/data/templates/npc/feedablebeast/18880-BabyAlpineCougar.xml b/data/templates/npc/feedablebeast/18880-BabyAlpineCougar.xml new file mode 100644 index 000000000..501c16974 --- /dev/null +++ b/data/templates/npc/feedablebeast/18880-BabyAlpineCougar.xml @@ -0,0 +1,40 @@ + + + + Baby Alpine Cougar + 83 + MALE + + + + + + + + + + + + + + + 11630 + 1256 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18881-YoungCougar.xml b/data/templates/npc/feedablebeast/18881-YoungCougar.xml new file mode 100644 index 000000000..a2b925bba --- /dev/null +++ b/data/templates/npc/feedablebeast/18881-YoungCougar.xml @@ -0,0 +1,53 @@ + + + + Young Cougar + 83 + MALE + + + + + + + + + + + + + + + 18776 + 1918 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18882-YoungCougar.xml b/data/templates/npc/feedablebeast/18882-YoungCougar.xml new file mode 100644 index 000000000..9f27487aa --- /dev/null +++ b/data/templates/npc/feedablebeast/18882-YoungCougar.xml @@ -0,0 +1,25 @@ + + + + Young Cougar + 83 + MALE + + + + + + + + + + + + + + + 25005 + 2686 + + + diff --git a/data/templates/npc/feedablebeast/18883-AdultCougar.xml b/data/templates/npc/feedablebeast/18883-AdultCougar.xml new file mode 100644 index 000000000..fd5f11e5f --- /dev/null +++ b/data/templates/npc/feedablebeast/18883-AdultCougar.xml @@ -0,0 +1,50 @@ + + + + Adult Cougar + 83 + MALE + + + + + + + + + + + + + + + 8516 + 874 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18884-AdultCougar.xml b/data/templates/npc/feedablebeast/18884-AdultCougar.xml new file mode 100644 index 000000000..ed1146317 --- /dev/null +++ b/data/templates/npc/feedablebeast/18884-AdultCougar.xml @@ -0,0 +1,25 @@ + + + + Adult Cougar + 83 + MALE + + + + + + + + + + + + + + + 72113 + 7459 + + + diff --git a/data/templates/npc/feedablebeast/18885-FullGrownCougar.xml b/data/templates/npc/feedablebeast/18885-FullGrownCougar.xml new file mode 100644 index 000000000..e6224b6dc --- /dev/null +++ b/data/templates/npc/feedablebeast/18885-FullGrownCougar.xml @@ -0,0 +1,50 @@ + + + + Full Grown Cougar + 83 + MALE + + + + + + + + + + + + + + + 11959 + 1246 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18886-FullGrownCougar.xml b/data/templates/npc/feedablebeast/18886-FullGrownCougar.xml new file mode 100644 index 000000000..48a374c90 --- /dev/null +++ b/data/templates/npc/feedablebeast/18886-FullGrownCougar.xml @@ -0,0 +1,25 @@ + + + + Full Grown Cougar + 83 + MALE + + + + + + + + + + + + + + + 76500 + 6972 + + + diff --git a/data/templates/npc/feedablebeast/18887-BabyAlpineBuffalo.xml b/data/templates/npc/feedablebeast/18887-BabyAlpineBuffalo.xml new file mode 100644 index 000000000..c5c441e32 --- /dev/null +++ b/data/templates/npc/feedablebeast/18887-BabyAlpineBuffalo.xml @@ -0,0 +1,43 @@ + + + + Baby Alpine Buffalo + 84 + MALE + + + + + + + + + + + + + + + 12929 + 1379 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18888-YoungBuffalo.xml b/data/templates/npc/feedablebeast/18888-YoungBuffalo.xml new file mode 100644 index 000000000..ecf20eab5 --- /dev/null +++ b/data/templates/npc/feedablebeast/18888-YoungBuffalo.xml @@ -0,0 +1,50 @@ + + + + Young Buffalo + 84 + MALE + + + + + + + + + + + + + + + 20911 + 2111 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18889-YoungBuffalo.xml b/data/templates/npc/feedablebeast/18889-YoungBuffalo.xml new file mode 100644 index 000000000..85fced7dc --- /dev/null +++ b/data/templates/npc/feedablebeast/18889-YoungBuffalo.xml @@ -0,0 +1,25 @@ + + + + Young Buffalo + 84 + MALE + + + + + + + + + + + + + + + 27445 + 2908 + + + diff --git a/data/templates/npc/feedablebeast/18890-AdultBuffalo.xml b/data/templates/npc/feedablebeast/18890-AdultBuffalo.xml new file mode 100644 index 000000000..db6311719 --- /dev/null +++ b/data/templates/npc/feedablebeast/18890-AdultBuffalo.xml @@ -0,0 +1,43 @@ + + + + Adult Buffalo + 84 + MALE + + + + + + + + + + + + + + + 9438 + 957 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18891-AdultBuffalo.xml b/data/templates/npc/feedablebeast/18891-AdultBuffalo.xml new file mode 100644 index 000000000..64af7b561 --- /dev/null +++ b/data/templates/npc/feedablebeast/18891-AdultBuffalo.xml @@ -0,0 +1,25 @@ + + + + Adult Buffalo + 84 + MALE + + + + + + + + + + + + + + + 79302 + 8101 + + + diff --git a/data/templates/npc/feedablebeast/18892-FullGrownBuffalo.xml b/data/templates/npc/feedablebeast/18892-FullGrownBuffalo.xml new file mode 100644 index 000000000..eaa9f9fe7 --- /dev/null +++ b/data/templates/npc/feedablebeast/18892-FullGrownBuffalo.xml @@ -0,0 +1,42 @@ + + + + Full Grown Buffalo + 84 + MALE + + + + + + + + + + + + + + + 13050 + 1342 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18893-FullGrownBuffalo.xml b/data/templates/npc/feedablebeast/18893-FullGrownBuffalo.xml new file mode 100644 index 000000000..64a67e168 --- /dev/null +++ b/data/templates/npc/feedablebeast/18893-FullGrownBuffalo.xml @@ -0,0 +1,25 @@ + + + + Full Grown Buffalo + 84 + MALE + + + + + + + + + + + + + + + 83904 + 7596 + + + diff --git a/data/templates/npc/feedablebeast/18894-BabyAlpineGrendel.xml b/data/templates/npc/feedablebeast/18894-BabyAlpineGrendel.xml new file mode 100644 index 000000000..0a75b066e --- /dev/null +++ b/data/templates/npc/feedablebeast/18894-BabyAlpineGrendel.xml @@ -0,0 +1,46 @@ + + + + Baby Alpine Grendel + 84 + MALE + + + + + + + + + + + + + + + 12929 + 1379 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18895-YoungGrendel.xml b/data/templates/npc/feedablebeast/18895-YoungGrendel.xml new file mode 100644 index 000000000..dc8f20ca2 --- /dev/null +++ b/data/templates/npc/feedablebeast/18895-YoungGrendel.xml @@ -0,0 +1,59 @@ + + + + Young Grendel + 84 + MALE + + + + + + + + + + + + + + + 20911 + 2111 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18896-YoungGrendel.xml b/data/templates/npc/feedablebeast/18896-YoungGrendel.xml new file mode 100644 index 000000000..e0c5039c6 --- /dev/null +++ b/data/templates/npc/feedablebeast/18896-YoungGrendel.xml @@ -0,0 +1,25 @@ + + + + Young Grendel + 84 + MALE + + + + + + + + + + + + + + + 27445 + 2908 + + + diff --git a/data/templates/npc/feedablebeast/18897-AdultGrendel.xml b/data/templates/npc/feedablebeast/18897-AdultGrendel.xml new file mode 100644 index 000000000..d4f049130 --- /dev/null +++ b/data/templates/npc/feedablebeast/18897-AdultGrendel.xml @@ -0,0 +1,46 @@ + + + + Adult Grendel + 84 + MALE + + + + + + + + + + + + + + + 9438 + 957 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18898-AdultGrendel.xml b/data/templates/npc/feedablebeast/18898-AdultGrendel.xml new file mode 100644 index 000000000..20a1e55bb --- /dev/null +++ b/data/templates/npc/feedablebeast/18898-AdultGrendel.xml @@ -0,0 +1,25 @@ + + + + Adult Grendel + 84 + MALE + + + + + + + + + + + + + + + 79302 + 8101 + + + diff --git a/data/templates/npc/feedablebeast/18899-FullGrownGrendel.xml b/data/templates/npc/feedablebeast/18899-FullGrownGrendel.xml new file mode 100644 index 000000000..f985bb1f7 --- /dev/null +++ b/data/templates/npc/feedablebeast/18899-FullGrownGrendel.xml @@ -0,0 +1,45 @@ + + + + Full Grown Grendel + 84 + MALE + + + + + + + + + + + + + + + 13050 + 1342 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/18900-FullGrownGrendel.xml b/data/templates/npc/feedablebeast/18900-FullGrownGrendel.xml new file mode 100644 index 000000000..cc7c16b72 --- /dev/null +++ b/data/templates/npc/feedablebeast/18900-FullGrownGrendel.xml @@ -0,0 +1,25 @@ + + + + Full Grown Grendel + 84 + MALE + + + + + + + + + + + + + + + 83904 + 7596 + + + diff --git a/data/templates/npc/feedablebeast/21451-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21451-AlpineKookaburra.xml new file mode 100644 index 000000000..e0e7d5b16 --- /dev/null +++ b/data/templates/npc/feedablebeast/21451-AlpineKookaburra.xml @@ -0,0 +1,48 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 3318 + 308 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21452-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21452-AlpineKookaburra.xml new file mode 100644 index 000000000..ec1e02548 --- /dev/null +++ b/data/templates/npc/feedablebeast/21452-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 8775 + 815 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21453-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21453-AlpineKookaburra.xml new file mode 100644 index 000000000..0c6d194ff --- /dev/null +++ b/data/templates/npc/feedablebeast/21453-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 7374 + 685 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21454-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21454-AlpineKookaburra.xml new file mode 100644 index 000000000..52e6864ec --- /dev/null +++ b/data/templates/npc/feedablebeast/21454-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 8775 + 815 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21455-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21455-AlpineKookaburra.xml new file mode 100644 index 000000000..c5212c198 --- /dev/null +++ b/data/templates/npc/feedablebeast/21455-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 7374 + 685 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21456-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21456-AlpineKookaburra.xml new file mode 100644 index 000000000..7a34df786 --- /dev/null +++ b/data/templates/npc/feedablebeast/21456-AlpineKookaburra.xml @@ -0,0 +1,46 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 8775 + 815 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21457-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21457-AlpineKookaburra.xml new file mode 100644 index 000000000..a91f0c99d --- /dev/null +++ b/data/templates/npc/feedablebeast/21457-AlpineKookaburra.xml @@ -0,0 +1,47 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 7374 + 685 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21458-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21458-AlpineKookaburra.xml new file mode 100644 index 000000000..fcc0da7f0 --- /dev/null +++ b/data/templates/npc/feedablebeast/21458-AlpineKookaburra.xml @@ -0,0 +1,49 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 8775 + 815 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21459-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21459-AlpineKookaburra.xml new file mode 100644 index 000000000..37b338941 --- /dev/null +++ b/data/templates/npc/feedablebeast/21459-AlpineKookaburra.xml @@ -0,0 +1,44 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 7374 + 685 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21460-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21460-AlpineKookaburra.xml new file mode 100644 index 000000000..5a9cf2cfa --- /dev/null +++ b/data/templates/npc/feedablebeast/21460-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 18387 + 1708 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21461-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21461-AlpineKookaburra.xml new file mode 100644 index 000000000..c98b26b9c --- /dev/null +++ b/data/templates/npc/feedablebeast/21461-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 19112 + 1776 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21462-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21462-AlpineKookaburra.xml new file mode 100644 index 000000000..bd009ebc4 --- /dev/null +++ b/data/templates/npc/feedablebeast/21462-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 18387 + 1708 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21463-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21463-AlpineKookaburra.xml new file mode 100644 index 000000000..03a29fd5e --- /dev/null +++ b/data/templates/npc/feedablebeast/21463-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 17683 + 1643 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21464-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21464-AlpineKookaburra.xml new file mode 100644 index 000000000..0ba4e4d37 --- /dev/null +++ b/data/templates/npc/feedablebeast/21464-AlpineKookaburra.xml @@ -0,0 +1,46 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 18387 + 1708 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21465-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21465-AlpineKookaburra.xml new file mode 100644 index 000000000..f44a245a8 --- /dev/null +++ b/data/templates/npc/feedablebeast/21465-AlpineKookaburra.xml @@ -0,0 +1,48 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 19112 + 1776 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21466-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21466-AlpineKookaburra.xml new file mode 100644 index 000000000..1a21594bf --- /dev/null +++ b/data/templates/npc/feedablebeast/21466-AlpineKookaburra.xml @@ -0,0 +1,49 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 18387 + 1708 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21467-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21467-AlpineKookaburra.xml new file mode 100644 index 000000000..8c8aebecb --- /dev/null +++ b/data/templates/npc/feedablebeast/21467-AlpineKookaburra.xml @@ -0,0 +1,44 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 17683 + 1643 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21468-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21468-AlpineKookaburra.xml new file mode 100644 index 000000000..f4da9a39a --- /dev/null +++ b/data/templates/npc/feedablebeast/21468-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 30997 + 2880 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21469-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21469-AlpineKookaburra.xml new file mode 100644 index 000000000..cf4050256 --- /dev/null +++ b/data/templates/npc/feedablebeast/21469-AlpineKookaburra.xml @@ -0,0 +1,31 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 29568 + 2747 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21470-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21470-AlpineBuffalo.xml new file mode 100644 index 000000000..ebfa5e322 --- /dev/null +++ b/data/templates/npc/feedablebeast/21470-AlpineBuffalo.xml @@ -0,0 +1,50 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 3526 + 336 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21471-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21471-AlpineBuffalo.xml new file mode 100644 index 000000000..9bdfc8c71 --- /dev/null +++ b/data/templates/npc/feedablebeast/21471-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 9323 + 888 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21472-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21472-AlpineBuffalo.xml new file mode 100644 index 000000000..0fceb8013 --- /dev/null +++ b/data/templates/npc/feedablebeast/21472-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 7835 + 746 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21473-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21473-AlpineBuffalo.xml new file mode 100644 index 000000000..ed35334ad --- /dev/null +++ b/data/templates/npc/feedablebeast/21473-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 9323 + 888 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21474-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21474-AlpineBuffalo.xml new file mode 100644 index 000000000..2912d6115 --- /dev/null +++ b/data/templates/npc/feedablebeast/21474-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 7835 + 746 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21475-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21475-AlpineBuffalo.xml new file mode 100644 index 000000000..70e47cc3e --- /dev/null +++ b/data/templates/npc/feedablebeast/21475-AlpineBuffalo.xml @@ -0,0 +1,49 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 9323 + 888 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21476-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21476-AlpineBuffalo.xml new file mode 100644 index 000000000..e066cbc8a --- /dev/null +++ b/data/templates/npc/feedablebeast/21476-AlpineBuffalo.xml @@ -0,0 +1,46 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 7835 + 746 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21477-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21477-AlpineBuffalo.xml new file mode 100644 index 000000000..97297bcf2 --- /dev/null +++ b/data/templates/npc/feedablebeast/21477-AlpineBuffalo.xml @@ -0,0 +1,49 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 9323 + 888 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21478-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21478-AlpineBuffalo.xml new file mode 100644 index 000000000..2b7c17bb7 --- /dev/null +++ b/data/templates/npc/feedablebeast/21478-AlpineBuffalo.xml @@ -0,0 +1,46 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 7835 + 746 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21479-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21479-AlpineBuffalo.xml new file mode 100644 index 000000000..b40cc4d7b --- /dev/null +++ b/data/templates/npc/feedablebeast/21479-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 19535 + 1860 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21480-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21480-AlpineBuffalo.xml new file mode 100644 index 000000000..406493138 --- /dev/null +++ b/data/templates/npc/feedablebeast/21480-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 20306 + 1934 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21481-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21481-AlpineBuffalo.xml new file mode 100644 index 000000000..d7c856b1d --- /dev/null +++ b/data/templates/npc/feedablebeast/21481-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 19535 + 1860 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21482-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21482-AlpineBuffalo.xml new file mode 100644 index 000000000..7a0ef8b19 --- /dev/null +++ b/data/templates/npc/feedablebeast/21482-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 18788 + 1789 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21483-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21483-AlpineBuffalo.xml new file mode 100644 index 000000000..39718a475 --- /dev/null +++ b/data/templates/npc/feedablebeast/21483-AlpineBuffalo.xml @@ -0,0 +1,43 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 19535 + 1860 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21484-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21484-AlpineBuffalo.xml new file mode 100644 index 000000000..a1e1b2adf --- /dev/null +++ b/data/templates/npc/feedablebeast/21484-AlpineBuffalo.xml @@ -0,0 +1,48 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 20306 + 1934 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21485-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21485-AlpineBuffalo.xml new file mode 100644 index 000000000..c6da4e0f3 --- /dev/null +++ b/data/templates/npc/feedablebeast/21485-AlpineBuffalo.xml @@ -0,0 +1,47 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 19535 + 1860 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21486-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21486-AlpineBuffalo.xml new file mode 100644 index 000000000..136defb02 --- /dev/null +++ b/data/templates/npc/feedablebeast/21486-AlpineBuffalo.xml @@ -0,0 +1,46 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 18788 + 1789 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21487-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21487-AlpineBuffalo.xml new file mode 100644 index 000000000..7c5f136fe --- /dev/null +++ b/data/templates/npc/feedablebeast/21487-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 32934 + 3137 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21488-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21488-AlpineBuffalo.xml new file mode 100644 index 000000000..1924eb9e1 --- /dev/null +++ b/data/templates/npc/feedablebeast/21488-AlpineBuffalo.xml @@ -0,0 +1,31 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 31415 + 2992 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21489-AlpineCougar.xml b/data/templates/npc/feedablebeast/21489-AlpineCougar.xml new file mode 100644 index 000000000..61e99fecb --- /dev/null +++ b/data/templates/npc/feedablebeast/21489-AlpineCougar.xml @@ -0,0 +1,43 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 3739 + 366 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21490-AlpineCougar.xml b/data/templates/npc/feedablebeast/21490-AlpineCougar.xml new file mode 100644 index 000000000..e0500c082 --- /dev/null +++ b/data/templates/npc/feedablebeast/21490-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 9888 + 967 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21491-AlpineCougar.xml b/data/templates/npc/feedablebeast/21491-AlpineCougar.xml new file mode 100644 index 000000000..78b3285e2 --- /dev/null +++ b/data/templates/npc/feedablebeast/21491-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 8309 + 814 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21492-AlpineCougar.xml b/data/templates/npc/feedablebeast/21492-AlpineCougar.xml new file mode 100644 index 000000000..1bb7ee556 --- /dev/null +++ b/data/templates/npc/feedablebeast/21492-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 9888 + 967 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21493-AlpineCougar.xml b/data/templates/npc/feedablebeast/21493-AlpineCougar.xml new file mode 100644 index 000000000..17e8932bb --- /dev/null +++ b/data/templates/npc/feedablebeast/21493-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 8309 + 814 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21494-AlpineCougar.xml b/data/templates/npc/feedablebeast/21494-AlpineCougar.xml new file mode 100644 index 000000000..8a35f38e5 --- /dev/null +++ b/data/templates/npc/feedablebeast/21494-AlpineCougar.xml @@ -0,0 +1,43 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 9888 + 967 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21495-AlpineCougar.xml b/data/templates/npc/feedablebeast/21495-AlpineCougar.xml new file mode 100644 index 000000000..161592323 --- /dev/null +++ b/data/templates/npc/feedablebeast/21495-AlpineCougar.xml @@ -0,0 +1,42 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 8309 + 814 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21496-AlpineCougar.xml b/data/templates/npc/feedablebeast/21496-AlpineCougar.xml new file mode 100644 index 000000000..a620a9097 --- /dev/null +++ b/data/templates/npc/feedablebeast/21496-AlpineCougar.xml @@ -0,0 +1,49 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 9888 + 967 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21497-AlpineCougar.xml b/data/templates/npc/feedablebeast/21497-AlpineCougar.xml new file mode 100644 index 000000000..2121c97fd --- /dev/null +++ b/data/templates/npc/feedablebeast/21497-AlpineCougar.xml @@ -0,0 +1,47 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 8309 + 814 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21498-AlpineCougar.xml b/data/templates/npc/feedablebeast/21498-AlpineCougar.xml new file mode 100644 index 000000000..f1b1f6332 --- /dev/null +++ b/data/templates/npc/feedablebeast/21498-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 20719 + 2027 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21499-AlpineCougar.xml b/data/templates/npc/feedablebeast/21499-AlpineCougar.xml new file mode 100644 index 000000000..d9c6106f4 --- /dev/null +++ b/data/templates/npc/feedablebeast/21499-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 21536 + 2107 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21500-AlpineCougar.xml b/data/templates/npc/feedablebeast/21500-AlpineCougar.xml new file mode 100644 index 000000000..ea72b8a98 --- /dev/null +++ b/data/templates/npc/feedablebeast/21500-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 20719 + 2027 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21501-AlpineCougar.xml b/data/templates/npc/feedablebeast/21501-AlpineCougar.xml new file mode 100644 index 000000000..7255074ef --- /dev/null +++ b/data/templates/npc/feedablebeast/21501-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 19926 + 1950 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21502-AlpineCougar.xml b/data/templates/npc/feedablebeast/21502-AlpineCougar.xml new file mode 100644 index 000000000..59c5df85c --- /dev/null +++ b/data/templates/npc/feedablebeast/21502-AlpineCougar.xml @@ -0,0 +1,41 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 20719 + 2027 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21503-AlpineCougar.xml b/data/templates/npc/feedablebeast/21503-AlpineCougar.xml new file mode 100644 index 000000000..416df4e3e --- /dev/null +++ b/data/templates/npc/feedablebeast/21503-AlpineCougar.xml @@ -0,0 +1,42 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 21536 + 2107 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21504-AlpineCougar.xml b/data/templates/npc/feedablebeast/21504-AlpineCougar.xml new file mode 100644 index 000000000..77f50ea88 --- /dev/null +++ b/data/templates/npc/feedablebeast/21504-AlpineCougar.xml @@ -0,0 +1,44 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 20719 + 2027 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21505-AlpineCougar.xml b/data/templates/npc/feedablebeast/21505-AlpineCougar.xml new file mode 100644 index 000000000..67b16663d --- /dev/null +++ b/data/templates/npc/feedablebeast/21505-AlpineCougar.xml @@ -0,0 +1,43 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 19926 + 1950 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21506-AlpineCougar.xml b/data/templates/npc/feedablebeast/21506-AlpineCougar.xml new file mode 100644 index 000000000..b3cc7133e --- /dev/null +++ b/data/templates/npc/feedablebeast/21506-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 34929 + 3418 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21507-AlpineCougar.xml b/data/templates/npc/feedablebeast/21507-AlpineCougar.xml new file mode 100644 index 000000000..58550d707 --- /dev/null +++ b/data/templates/npc/feedablebeast/21507-AlpineCougar.xml @@ -0,0 +1,31 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 33319 + 3260 + + + + + + + + + diff --git a/data/templates/npc/feedablebeast/21824-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21824-AlpineKookaburra.xml new file mode 100644 index 000000000..7f42ab1c4 --- /dev/null +++ b/data/templates/npc/feedablebeast/21824-AlpineKookaburra.xml @@ -0,0 +1,25 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 30997 + 2880 + + + diff --git a/data/templates/npc/feedablebeast/21825-AlpineKookaburra.xml b/data/templates/npc/feedablebeast/21825-AlpineKookaburra.xml new file mode 100644 index 000000000..a8e10afdd --- /dev/null +++ b/data/templates/npc/feedablebeast/21825-AlpineKookaburra.xml @@ -0,0 +1,25 @@ + + + + Alpine Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 29568 + 2747 + + + diff --git a/data/templates/npc/feedablebeast/21826-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21826-AlpineBuffalo.xml new file mode 100644 index 000000000..0cef0056f --- /dev/null +++ b/data/templates/npc/feedablebeast/21826-AlpineBuffalo.xml @@ -0,0 +1,25 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 32934 + 3137 + + + diff --git a/data/templates/npc/feedablebeast/21827-AlpineBuffalo.xml b/data/templates/npc/feedablebeast/21827-AlpineBuffalo.xml new file mode 100644 index 000000000..243b85242 --- /dev/null +++ b/data/templates/npc/feedablebeast/21827-AlpineBuffalo.xml @@ -0,0 +1,25 @@ + + + + Alpine Buffalo + 67 + MALE + + + + + + + + + + + + + + + 31415 + 2992 + + + diff --git a/data/templates/npc/feedablebeast/21828-AlpineCougar.xml b/data/templates/npc/feedablebeast/21828-AlpineCougar.xml new file mode 100644 index 000000000..5738757bd --- /dev/null +++ b/data/templates/npc/feedablebeast/21828-AlpineCougar.xml @@ -0,0 +1,25 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 34929 + 3418 + + + diff --git a/data/templates/npc/feedablebeast/21829-AlpineCougar.xml b/data/templates/npc/feedablebeast/21829-AlpineCougar.xml new file mode 100644 index 000000000..5486f6eae --- /dev/null +++ b/data/templates/npc/feedablebeast/21829-AlpineCougar.xml @@ -0,0 +1,25 @@ + + + + Alpine Cougar + 69 + MALE + + + + + + + + + + + + + + + 33319 + 3260 + + + diff --git a/data/templates/npc/festivalguide/31127-FestivalGuide.xml b/data/templates/npc/festivalguide/31127-FestivalGuide.xml new file mode 100644 index 000000000..391c77cee --- /dev/null +++ b/data/templates/npc/festivalguide/31127-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 31 and Below + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31128-FestivalGuide.xml b/data/templates/npc/festivalguide/31128-FestivalGuide.xml new file mode 100644 index 000000000..53cc534dc --- /dev/null +++ b/data/templates/npc/festivalguide/31128-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 42 and Below + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31129-FestivalGuide.xml b/data/templates/npc/festivalguide/31129-FestivalGuide.xml new file mode 100644 index 000000000..9c1dc7bf4 --- /dev/null +++ b/data/templates/npc/festivalguide/31129-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 53 and Below + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31130-FestivalGuide.xml b/data/templates/npc/festivalguide/31130-FestivalGuide.xml new file mode 100644 index 000000000..9fd78f630 --- /dev/null +++ b/data/templates/npc/festivalguide/31130-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 64 and Below + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31131-FestivalGuide.xml b/data/templates/npc/festivalguide/31131-FestivalGuide.xml new file mode 100644 index 000000000..904c7d8f9 --- /dev/null +++ b/data/templates/npc/festivalguide/31131-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + No Level Limit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31132-FestivalWitch.xml b/data/templates/npc/festivalguide/31132-FestivalWitch.xml new file mode 100644 index 000000000..1c78189c1 --- /dev/null +++ b/data/templates/npc/festivalguide/31132-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31133-FestivalWitch.xml b/data/templates/npc/festivalguide/31133-FestivalWitch.xml new file mode 100644 index 000000000..599afba3a --- /dev/null +++ b/data/templates/npc/festivalguide/31133-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31134-FestivalWitch.xml b/data/templates/npc/festivalguide/31134-FestivalWitch.xml new file mode 100644 index 000000000..5a0e65a84 --- /dev/null +++ b/data/templates/npc/festivalguide/31134-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31135-FestivalWitch.xml b/data/templates/npc/festivalguide/31135-FestivalWitch.xml new file mode 100644 index 000000000..6cc641911 --- /dev/null +++ b/data/templates/npc/festivalguide/31135-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31136-FestivalWitch.xml b/data/templates/npc/festivalguide/31136-FestivalWitch.xml new file mode 100644 index 000000000..ae1e0fd36 --- /dev/null +++ b/data/templates/npc/festivalguide/31136-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31137-FestivalGuide.xml b/data/templates/npc/festivalguide/31137-FestivalGuide.xml new file mode 100644 index 000000000..6cde4a5bf --- /dev/null +++ b/data/templates/npc/festivalguide/31137-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 31 and Below + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31138-FestivalGuide.xml b/data/templates/npc/festivalguide/31138-FestivalGuide.xml new file mode 100644 index 000000000..acc9d3442 --- /dev/null +++ b/data/templates/npc/festivalguide/31138-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 42 and Below + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31139-FestivalGuide.xml b/data/templates/npc/festivalguide/31139-FestivalGuide.xml new file mode 100644 index 000000000..5dc7e1196 --- /dev/null +++ b/data/templates/npc/festivalguide/31139-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 53 and Below + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31140-FestivalGuide.xml b/data/templates/npc/festivalguide/31140-FestivalGuide.xml new file mode 100644 index 000000000..fb43edc5e --- /dev/null +++ b/data/templates/npc/festivalguide/31140-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + Level 64 and Below + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31141-FestivalGuide.xml b/data/templates/npc/festivalguide/31141-FestivalGuide.xml new file mode 100644 index 000000000..45ac13bc7 --- /dev/null +++ b/data/templates/npc/festivalguide/31141-FestivalGuide.xml @@ -0,0 +1,27 @@ + + + + Festival Guide + No Level Limit + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/festivalguide/31142-FestivalWitch.xml b/data/templates/npc/festivalguide/31142-FestivalWitch.xml new file mode 100644 index 000000000..d5f3dcfe1 --- /dev/null +++ b/data/templates/npc/festivalguide/31142-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31143-FestivalWitch.xml b/data/templates/npc/festivalguide/31143-FestivalWitch.xml new file mode 100644 index 000000000..a45c6d8ba --- /dev/null +++ b/data/templates/npc/festivalguide/31143-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31144-FestivalWitch.xml b/data/templates/npc/festivalguide/31144-FestivalWitch.xml new file mode 100644 index 000000000..5c4afd9cc --- /dev/null +++ b/data/templates/npc/festivalguide/31144-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31145-FestivalWitch.xml b/data/templates/npc/festivalguide/31145-FestivalWitch.xml new file mode 100644 index 000000000..7511c445d --- /dev/null +++ b/data/templates/npc/festivalguide/31145-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/festivalguide/31146-FestivalWitch.xml b/data/templates/npc/festivalguide/31146-FestivalWitch.xml new file mode 100644 index 000000000..467773419 --- /dev/null +++ b/data/templates/npc/festivalguide/31146-FestivalWitch.xml @@ -0,0 +1,25 @@ + + + + Festival Witch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30026-Bitz.xml b/data/templates/npc/fightervillagemaster/30026-Bitz.xml new file mode 100644 index 000000000..ee7339dfb --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30026-Bitz.xml @@ -0,0 +1,26 @@ + + + + Bitz + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30066-Pabris.xml b/data/templates/npc/fightervillagemaster/30066-Pabris.xml new file mode 100644 index 000000000..5e81f30f8 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30066-Pabris.xml @@ -0,0 +1,26 @@ + + + + Pabris + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30109-Hannavalt.xml b/data/templates/npc/fightervillagemaster/30109-Hannavalt.xml new file mode 100644 index 000000000..71ea5dd26 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30109-Hannavalt.xml @@ -0,0 +1,26 @@ + + + + Hannavalt + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30187-KlausBlackbird.xml b/data/templates/npc/fightervillagemaster/30187-KlausBlackbird.xml new file mode 100644 index 000000000..9ac6da1f0 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30187-KlausBlackbird.xml @@ -0,0 +1,26 @@ + + + + Klaus Blackbird + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30288-Rains.xml b/data/templates/npc/fightervillagemaster/30288-Rains.xml new file mode 100644 index 000000000..3a479efb0 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30288-Rains.xml @@ -0,0 +1,26 @@ + + + + Rains + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30373-Ramos.xml b/data/templates/npc/fightervillagemaster/30373-Ramos.xml new file mode 100644 index 000000000..6c44f20f0 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30373-Ramos.xml @@ -0,0 +1,26 @@ + + + + Ramos + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30689-Siria.xml b/data/templates/npc/fightervillagemaster/30689-Siria.xml new file mode 100644 index 000000000..901f15e48 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30689-Siria.xml @@ -0,0 +1,26 @@ + + + + Siria + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30849-Sedrick.xml b/data/templates/npc/fightervillagemaster/30849-Sedrick.xml new file mode 100644 index 000000000..68bf2c2bb --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30849-Sedrick.xml @@ -0,0 +1,26 @@ + + + + Sedrick + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/30900-Marcus.xml b/data/templates/npc/fightervillagemaster/30900-Marcus.xml new file mode 100644 index 000000000..277f775ee --- /dev/null +++ b/data/templates/npc/fightervillagemaster/30900-Marcus.xml @@ -0,0 +1,26 @@ + + + + Marcus + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fightervillagemaster/31276-Bernhard.xml b/data/templates/npc/fightervillagemaster/31276-Bernhard.xml new file mode 100644 index 000000000..f37795ab1 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/31276-Bernhard.xml @@ -0,0 +1,27 @@ + + + + Bernhard + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fightervillagemaster/31321-Siegmund.xml b/data/templates/npc/fightervillagemaster/31321-Siegmund.xml new file mode 100644 index 000000000..90e361233 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/31321-Siegmund.xml @@ -0,0 +1,27 @@ + + + + Siegmund + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fightervillagemaster/31965-Hector.xml b/data/templates/npc/fightervillagemaster/31965-Hector.xml new file mode 100644 index 000000000..9bb7d21bf --- /dev/null +++ b/data/templates/npc/fightervillagemaster/31965-Hector.xml @@ -0,0 +1,27 @@ + + + + Hector + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fightervillagemaster/32094-Schule.xml b/data/templates/npc/fightervillagemaster/32094-Schule.xml new file mode 100644 index 000000000..ce6831647 --- /dev/null +++ b/data/templates/npc/fightervillagemaster/32094-Schule.xml @@ -0,0 +1,27 @@ + + + + Schule + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fightervillagemaster/32154-Aldenia.xml b/data/templates/npc/fightervillagemaster/32154-Aldenia.xml new file mode 100644 index 000000000..e5657a28c --- /dev/null +++ b/data/templates/npc/fightervillagemaster/32154-Aldenia.xml @@ -0,0 +1,26 @@ + + + + Aldenia + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fisherman/31562-Klufe.xml b/data/templates/npc/fisherman/31562-Klufe.xml new file mode 100644 index 000000000..319b32535 --- /dev/null +++ b/data/templates/npc/fisherman/31562-Klufe.xml @@ -0,0 +1,27 @@ + + + + Klufe + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31563-Perelin.xml b/data/templates/npc/fisherman/31563-Perelin.xml new file mode 100644 index 000000000..19bef7a7b --- /dev/null +++ b/data/templates/npc/fisherman/31563-Perelin.xml @@ -0,0 +1,27 @@ + + + + Perelin + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31564-Mishini.xml b/data/templates/npc/fisherman/31564-Mishini.xml new file mode 100644 index 000000000..10bd2f070 --- /dev/null +++ b/data/templates/npc/fisherman/31564-Mishini.xml @@ -0,0 +1,27 @@ + + + + Mishini + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31565-Ogord.xml b/data/templates/npc/fisherman/31565-Ogord.xml new file mode 100644 index 000000000..0e5ce972f --- /dev/null +++ b/data/templates/npc/fisherman/31565-Ogord.xml @@ -0,0 +1,27 @@ + + + + Ogord + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31566-Ropfi.xml b/data/templates/npc/fisherman/31566-Ropfi.xml new file mode 100644 index 000000000..653c87bcb --- /dev/null +++ b/data/templates/npc/fisherman/31566-Ropfi.xml @@ -0,0 +1,27 @@ + + + + Ropfi + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31567-Bleaker.xml b/data/templates/npc/fisherman/31567-Bleaker.xml new file mode 100644 index 000000000..80101be79 --- /dev/null +++ b/data/templates/npc/fisherman/31567-Bleaker.xml @@ -0,0 +1,27 @@ + + + + Bleaker + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31568-Pamfus.xml b/data/templates/npc/fisherman/31568-Pamfus.xml new file mode 100644 index 000000000..087606489 --- /dev/null +++ b/data/templates/npc/fisherman/31568-Pamfus.xml @@ -0,0 +1,27 @@ + + + + Pamfus + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31569-Cyano.xml b/data/templates/npc/fisherman/31569-Cyano.xml new file mode 100644 index 000000000..9c72a1cb4 --- /dev/null +++ b/data/templates/npc/fisherman/31569-Cyano.xml @@ -0,0 +1,27 @@ + + + + Cyano + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31570-Lanosco.xml b/data/templates/npc/fisherman/31570-Lanosco.xml new file mode 100644 index 000000000..6051fdfb6 --- /dev/null +++ b/data/templates/npc/fisherman/31570-Lanosco.xml @@ -0,0 +1,27 @@ + + + + Lanosco + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31571-Hufs.xml b/data/templates/npc/fisherman/31571-Hufs.xml new file mode 100644 index 000000000..85e3e716a --- /dev/null +++ b/data/templates/npc/fisherman/31571-Hufs.xml @@ -0,0 +1,27 @@ + + + + Hufs + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31572-OFulle.xml b/data/templates/npc/fisherman/31572-OFulle.xml new file mode 100644 index 000000000..ef3a476d1 --- /dev/null +++ b/data/templates/npc/fisherman/31572-OFulle.xml @@ -0,0 +1,27 @@ + + + + O'Fulle + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31573-Monakan.xml b/data/templates/npc/fisherman/31573-Monakan.xml new file mode 100644 index 000000000..637581d4c --- /dev/null +++ b/data/templates/npc/fisherman/31573-Monakan.xml @@ -0,0 +1,27 @@ + + + + Monakan + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31574-Willie.xml b/data/templates/npc/fisherman/31574-Willie.xml new file mode 100644 index 000000000..555c17af9 --- /dev/null +++ b/data/templates/npc/fisherman/31574-Willie.xml @@ -0,0 +1,27 @@ + + + + Willie + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31575-Litulon.xml b/data/templates/npc/fisherman/31575-Litulon.xml new file mode 100644 index 000000000..80c77df21 --- /dev/null +++ b/data/templates/npc/fisherman/31575-Litulon.xml @@ -0,0 +1,27 @@ + + + + Litulon + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31576-Berix.xml b/data/templates/npc/fisherman/31576-Berix.xml new file mode 100644 index 000000000..e98dd8d68 --- /dev/null +++ b/data/templates/npc/fisherman/31576-Berix.xml @@ -0,0 +1,27 @@ + + + + Berix + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31577-Linnaeus.xml b/data/templates/npc/fisherman/31577-Linnaeus.xml new file mode 100644 index 000000000..8a8519527 --- /dev/null +++ b/data/templates/npc/fisherman/31577-Linnaeus.xml @@ -0,0 +1,27 @@ + + + + Linnaeus + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31578-Hilgendorf.xml b/data/templates/npc/fisherman/31578-Hilgendorf.xml new file mode 100644 index 000000000..15a5dfe97 --- /dev/null +++ b/data/templates/npc/fisherman/31578-Hilgendorf.xml @@ -0,0 +1,27 @@ + + + + Hilgendorf + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31579-Klaus.xml b/data/templates/npc/fisherman/31579-Klaus.xml new file mode 100644 index 000000000..8c6b4c6a1 --- /dev/null +++ b/data/templates/npc/fisherman/31579-Klaus.xml @@ -0,0 +1,27 @@ + + + + Klaus + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31696-Platis.xml b/data/templates/npc/fisherman/31696-Platis.xml new file mode 100644 index 000000000..afb4b3f2b --- /dev/null +++ b/data/templates/npc/fisherman/31696-Platis.xml @@ -0,0 +1,27 @@ + + + + Platis + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31697-Eindarkner.xml b/data/templates/npc/fisherman/31697-Eindarkner.xml new file mode 100644 index 000000000..cca809d9e --- /dev/null +++ b/data/templates/npc/fisherman/31697-Eindarkner.xml @@ -0,0 +1,27 @@ + + + + Eindarkner + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/31989-Batidae.xml b/data/templates/npc/fisherman/31989-Batidae.xml new file mode 100644 index 000000000..5c5bde963 --- /dev/null +++ b/data/templates/npc/fisherman/31989-Batidae.xml @@ -0,0 +1,27 @@ + + + + Batidae + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/32007-Galba.xml b/data/templates/npc/fisherman/32007-Galba.xml new file mode 100644 index 000000000..2f60ae65c --- /dev/null +++ b/data/templates/npc/fisherman/32007-Galba.xml @@ -0,0 +1,27 @@ + + + + Galba + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/fisherman/32348-Burang.xml b/data/templates/npc/fisherman/32348-Burang.xml new file mode 100644 index 000000000..fedb09a71 --- /dev/null +++ b/data/templates/npc/fisherman/32348-Burang.xml @@ -0,0 +1,27 @@ + + + + Burang + Fishing Guild Member + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/flametower/13004-FlameControlTower.xml b/data/templates/npc/flametower/13004-FlameControlTower.xml new file mode 100644 index 000000000..4f4bd19d3 --- /dev/null +++ b/data/templates/npc/flametower/13004-FlameControlTower.xml @@ -0,0 +1,24 @@ + + + + Flame Control Tower + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/flametower/13005-FlameControlTower.xml b/data/templates/npc/flametower/13005-FlameControlTower.xml new file mode 100644 index 000000000..4f3223575 --- /dev/null +++ b/data/templates/npc/flametower/13005-FlameControlTower.xml @@ -0,0 +1,24 @@ + + + + Flame Control Tower + 20 + + + + + + + + + + + + + + + 40 + 10 + + + diff --git a/data/templates/npc/fly/18684-RedStarStone.xml b/data/templates/npc/fly/18684-RedStarStone.xml new file mode 100644 index 000000000..cc1040354 --- /dev/null +++ b/data/templates/npc/fly/18684-RedStarStone.xml @@ -0,0 +1,25 @@ + + + + Red Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18685-RedStarStone.xml b/data/templates/npc/fly/18685-RedStarStone.xml new file mode 100644 index 000000000..045f4fdca --- /dev/null +++ b/data/templates/npc/fly/18685-RedStarStone.xml @@ -0,0 +1,25 @@ + + + + Red Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18686-RedStarStone.xml b/data/templates/npc/fly/18686-RedStarStone.xml new file mode 100644 index 000000000..5282d3225 --- /dev/null +++ b/data/templates/npc/fly/18686-RedStarStone.xml @@ -0,0 +1,25 @@ + + + + Red Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18687-BlueStarStone.xml b/data/templates/npc/fly/18687-BlueStarStone.xml new file mode 100644 index 000000000..da2f33a85 --- /dev/null +++ b/data/templates/npc/fly/18687-BlueStarStone.xml @@ -0,0 +1,25 @@ + + + + Blue Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18688-BlueStarStone.xml b/data/templates/npc/fly/18688-BlueStarStone.xml new file mode 100644 index 000000000..643f8bbd2 --- /dev/null +++ b/data/templates/npc/fly/18688-BlueStarStone.xml @@ -0,0 +1,25 @@ + + + + Blue Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18689-BlueStarStone.xml b/data/templates/npc/fly/18689-BlueStarStone.xml new file mode 100644 index 000000000..bc8dc4534 --- /dev/null +++ b/data/templates/npc/fly/18689-BlueStarStone.xml @@ -0,0 +1,25 @@ + + + + Blue Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18690-GreenStarStone.xml b/data/templates/npc/fly/18690-GreenStarStone.xml new file mode 100644 index 000000000..1fa0f847d --- /dev/null +++ b/data/templates/npc/fly/18690-GreenStarStone.xml @@ -0,0 +1,25 @@ + + + + Green Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18691-GreenStarStone.xml b/data/templates/npc/fly/18691-GreenStarStone.xml new file mode 100644 index 000000000..d7ad8816f --- /dev/null +++ b/data/templates/npc/fly/18691-GreenStarStone.xml @@ -0,0 +1,25 @@ + + + + Green Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fly/18692-GreenStarStone.xml b/data/templates/npc/fly/18692-GreenStarStone.xml new file mode 100644 index 000000000..d3eb3e40d --- /dev/null +++ b/data/templates/npc/fly/18692-GreenStarStone.xml @@ -0,0 +1,25 @@ + + + + Green Star Stone + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/flyraidboss/25623-Valdstone.xml b/data/templates/npc/flyraidboss/25623-Valdstone.xml new file mode 100644 index 000000000..1ba02222a --- /dev/null +++ b/data/templates/npc/flyraidboss/25623-Valdstone.xml @@ -0,0 +1,26 @@ + + + + Valdstone + Master Rider + 80 + MALE + + + + + + + + + + + + + + + 3539613 + 991696 + + + diff --git a/data/templates/npc/flyraidboss/25624-Rok.xml b/data/templates/npc/flyraidboss/25624-Rok.xml new file mode 100644 index 000000000..b1b296025 --- /dev/null +++ b/data/templates/npc/flyraidboss/25624-Rok.xml @@ -0,0 +1,26 @@ + + + + Rok + King of Birds + 80 + FEMALE + + + + + + + + + + + + + + + 3658390 + 1026322 + + + diff --git a/data/templates/npc/flyraidboss/25625-Enira.xml b/data/templates/npc/flyraidboss/25625-Enira.xml new file mode 100644 index 000000000..aefc17ba8 --- /dev/null +++ b/data/templates/npc/flyraidboss/25625-Enira.xml @@ -0,0 +1,26 @@ + + + + Enira + Banshee Queen + 80 + FEMALE + + + + + + + + + + + + + + + 3745533 + 1082907 + + + diff --git a/data/templates/npc/flyraidboss/25626-Dius.xml b/data/templates/npc/flyraidboss/25626-Dius.xml new file mode 100644 index 000000000..df728e85d --- /dev/null +++ b/data/templates/npc/flyraidboss/25626-Dius.xml @@ -0,0 +1,26 @@ + + + + Dius + Deadman of Destruction + 80 + MALE + + + + + + + + + + + + + + + 3745533 + 1082907 + + + diff --git a/data/templates/npc/flyterrainobject/32108.xml b/data/templates/npc/flyterrainobject/32108.xml new file mode 100644 index 000000000..dcd274cb4 --- /dev/null +++ b/data/templates/npc/flyterrainobject/32108.xml @@ -0,0 +1,24 @@ + + + + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35658-Foreman.xml b/data/templates/npc/fort/35658-Foreman.xml new file mode 100644 index 000000000..f51672039 --- /dev/null +++ b/data/templates/npc/fort/35658-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35659-SuspiciousMerchant.xml b/data/templates/npc/fort/35659-SuspiciousMerchant.xml new file mode 100644 index 000000000..d15e65db2 --- /dev/null +++ b/data/templates/npc/fort/35659-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35662-SupportUnitCaptain.xml b/data/templates/npc/fort/35662-SupportUnitCaptain.xml new file mode 100644 index 000000000..2661aabdf --- /dev/null +++ b/data/templates/npc/fort/35662-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Shanty Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35664-LogisticsOfficer.xml b/data/templates/npc/fort/35664-LogisticsOfficer.xml new file mode 100644 index 000000000..fd5bab258 --- /dev/null +++ b/data/templates/npc/fort/35664-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35667-Doorman.xml b/data/templates/npc/fort/35667-Doorman.xml new file mode 100644 index 000000000..aaf7fca77 --- /dev/null +++ b/data/templates/npc/fort/35667-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35668-Doorman.xml b/data/templates/npc/fort/35668-Doorman.xml new file mode 100644 index 000000000..6d6b3d0e2 --- /dev/null +++ b/data/templates/npc/fort/35668-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35669-Doorman.xml b/data/templates/npc/fort/35669-Doorman.xml new file mode 100644 index 000000000..76005f78c --- /dev/null +++ b/data/templates/npc/fort/35669-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35677-GuardCaptain.xml b/data/templates/npc/fort/35677-GuardCaptain.xml new file mode 100644 index 000000000..6befbbd07 --- /dev/null +++ b/data/templates/npc/fort/35677-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35680-SupportUnitCaptain.xml b/data/templates/npc/fort/35680-SupportUnitCaptain.xml new file mode 100644 index 000000000..09853a585 --- /dev/null +++ b/data/templates/npc/fort/35680-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35683-ArcherCaptain.xml b/data/templates/npc/fort/35683-ArcherCaptain.xml new file mode 100644 index 000000000..6a4d3ade3 --- /dev/null +++ b/data/templates/npc/fort/35683-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35685-Ballista.xml b/data/templates/npc/fort/35685-Ballista.xml new file mode 100644 index 000000000..f50763fcf --- /dev/null +++ b/data/templates/npc/fort/35685-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Shanty Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35689-Foreman.xml b/data/templates/npc/fort/35689-Foreman.xml new file mode 100644 index 000000000..3083624da --- /dev/null +++ b/data/templates/npc/fort/35689-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35690-SuspiciousMerchant.xml b/data/templates/npc/fort/35690-SuspiciousMerchant.xml new file mode 100644 index 000000000..667a38647 --- /dev/null +++ b/data/templates/npc/fort/35690-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35694-SupportUnitCaptain.xml b/data/templates/npc/fort/35694-SupportUnitCaptain.xml new file mode 100644 index 000000000..bcd3eb05e --- /dev/null +++ b/data/templates/npc/fort/35694-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Southern Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35696-LogisticsOfficer.xml b/data/templates/npc/fort/35696-LogisticsOfficer.xml new file mode 100644 index 000000000..e01a08bee --- /dev/null +++ b/data/templates/npc/fort/35696-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35699-Doorman.xml b/data/templates/npc/fort/35699-Doorman.xml new file mode 100644 index 000000000..847d27fc0 --- /dev/null +++ b/data/templates/npc/fort/35699-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35700-Doorman.xml b/data/templates/npc/fort/35700-Doorman.xml new file mode 100644 index 000000000..72afa6ce3 --- /dev/null +++ b/data/templates/npc/fort/35700-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35701-Doorman.xml b/data/templates/npc/fort/35701-Doorman.xml new file mode 100644 index 000000000..bfadbee3c --- /dev/null +++ b/data/templates/npc/fort/35701-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35713-GuardCaptain.xml b/data/templates/npc/fort/35713-GuardCaptain.xml new file mode 100644 index 000000000..852c290d0 --- /dev/null +++ b/data/templates/npc/fort/35713-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35716-SupportUnitCaptain.xml b/data/templates/npc/fort/35716-SupportUnitCaptain.xml new file mode 100644 index 000000000..388356298 --- /dev/null +++ b/data/templates/npc/fort/35716-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35719-ArcherCaptain.xml b/data/templates/npc/fort/35719-ArcherCaptain.xml new file mode 100644 index 000000000..68a4f86aa --- /dev/null +++ b/data/templates/npc/fort/35719-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35721-General.xml b/data/templates/npc/fort/35721-General.xml new file mode 100644 index 000000000..460de6317 --- /dev/null +++ b/data/templates/npc/fort/35721-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35723-Ballista.xml b/data/templates/npc/fort/35723-Ballista.xml new file mode 100644 index 000000000..1c8b88708 --- /dev/null +++ b/data/templates/npc/fort/35723-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Southern Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35727-Foreman.xml b/data/templates/npc/fort/35727-Foreman.xml new file mode 100644 index 000000000..290b5fdce --- /dev/null +++ b/data/templates/npc/fort/35727-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35728-SuspiciousMerchant.xml b/data/templates/npc/fort/35728-SuspiciousMerchant.xml new file mode 100644 index 000000000..64795e35d --- /dev/null +++ b/data/templates/npc/fort/35728-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35731-SupportUnitCaptain.xml b/data/templates/npc/fort/35731-SupportUnitCaptain.xml new file mode 100644 index 000000000..5d927b9cd --- /dev/null +++ b/data/templates/npc/fort/35731-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Hive Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35733-LogisticsOfficer.xml b/data/templates/npc/fort/35733-LogisticsOfficer.xml new file mode 100644 index 000000000..464cfe48c --- /dev/null +++ b/data/templates/npc/fort/35733-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35736-Doorman.xml b/data/templates/npc/fort/35736-Doorman.xml new file mode 100644 index 000000000..c0f984a62 --- /dev/null +++ b/data/templates/npc/fort/35736-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35737-Doorman.xml b/data/templates/npc/fort/35737-Doorman.xml new file mode 100644 index 000000000..bac2ccd0e --- /dev/null +++ b/data/templates/npc/fort/35737-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35738-Doorman.xml b/data/templates/npc/fort/35738-Doorman.xml new file mode 100644 index 000000000..0f8aa8836 --- /dev/null +++ b/data/templates/npc/fort/35738-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35746-GuardCaptain.xml b/data/templates/npc/fort/35746-GuardCaptain.xml new file mode 100644 index 000000000..15ff9f4db --- /dev/null +++ b/data/templates/npc/fort/35746-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35749-SupportUnitCaptain.xml b/data/templates/npc/fort/35749-SupportUnitCaptain.xml new file mode 100644 index 000000000..3acb6a31a --- /dev/null +++ b/data/templates/npc/fort/35749-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35752-ArcherCaptain.xml b/data/templates/npc/fort/35752-ArcherCaptain.xml new file mode 100644 index 000000000..d45fca323 --- /dev/null +++ b/data/templates/npc/fort/35752-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35754-Ballista.xml b/data/templates/npc/fort/35754-Ballista.xml new file mode 100644 index 000000000..5b94bfd39 --- /dev/null +++ b/data/templates/npc/fort/35754-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Hive Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35758-Foreman.xml b/data/templates/npc/fort/35758-Foreman.xml new file mode 100644 index 000000000..0cced47fb --- /dev/null +++ b/data/templates/npc/fort/35758-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35759-SuspiciousMerchant.xml b/data/templates/npc/fort/35759-SuspiciousMerchant.xml new file mode 100644 index 000000000..40b24d809 --- /dev/null +++ b/data/templates/npc/fort/35759-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35763-SupportUnitCaptain.xml b/data/templates/npc/fort/35763-SupportUnitCaptain.xml new file mode 100644 index 000000000..f92aa749e --- /dev/null +++ b/data/templates/npc/fort/35763-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Valley Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35765-LogisticsOfficer.xml b/data/templates/npc/fort/35765-LogisticsOfficer.xml new file mode 100644 index 000000000..5b9ed79ce --- /dev/null +++ b/data/templates/npc/fort/35765-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35768-Doorman.xml b/data/templates/npc/fort/35768-Doorman.xml new file mode 100644 index 000000000..d1092079d --- /dev/null +++ b/data/templates/npc/fort/35768-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35769-Doorman.xml b/data/templates/npc/fort/35769-Doorman.xml new file mode 100644 index 000000000..fd5155e61 --- /dev/null +++ b/data/templates/npc/fort/35769-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35770-Doorman.xml b/data/templates/npc/fort/35770-Doorman.xml new file mode 100644 index 000000000..5e4cf4260 --- /dev/null +++ b/data/templates/npc/fort/35770-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35782-GuardCaptain.xml b/data/templates/npc/fort/35782-GuardCaptain.xml new file mode 100644 index 000000000..e3e798d34 --- /dev/null +++ b/data/templates/npc/fort/35782-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35785-SupportUnitCaptain.xml b/data/templates/npc/fort/35785-SupportUnitCaptain.xml new file mode 100644 index 000000000..19a4b288b --- /dev/null +++ b/data/templates/npc/fort/35785-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35788-ArcherCaptain.xml b/data/templates/npc/fort/35788-ArcherCaptain.xml new file mode 100644 index 000000000..feae12996 --- /dev/null +++ b/data/templates/npc/fort/35788-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35790-General.xml b/data/templates/npc/fort/35790-General.xml new file mode 100644 index 000000000..cd22de90e --- /dev/null +++ b/data/templates/npc/fort/35790-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35792-Ballista.xml b/data/templates/npc/fort/35792-Ballista.xml new file mode 100644 index 000000000..8275c2ec0 --- /dev/null +++ b/data/templates/npc/fort/35792-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Valley Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35796-Foreman.xml b/data/templates/npc/fort/35796-Foreman.xml new file mode 100644 index 000000000..ccf1f47f4 --- /dev/null +++ b/data/templates/npc/fort/35796-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35797-SuspiciousMerchant.xml b/data/templates/npc/fort/35797-SuspiciousMerchant.xml new file mode 100644 index 000000000..c8cd59e0a --- /dev/null +++ b/data/templates/npc/fort/35797-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35800-SupportUnitCaptain.xml b/data/templates/npc/fort/35800-SupportUnitCaptain.xml new file mode 100644 index 000000000..536204ddd --- /dev/null +++ b/data/templates/npc/fort/35800-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Ivory Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35802-LogisticsOfficer.xml b/data/templates/npc/fort/35802-LogisticsOfficer.xml new file mode 100644 index 000000000..8c1d23103 --- /dev/null +++ b/data/templates/npc/fort/35802-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35805-Doorman.xml b/data/templates/npc/fort/35805-Doorman.xml new file mode 100644 index 000000000..692182599 --- /dev/null +++ b/data/templates/npc/fort/35805-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35806-Doorman.xml b/data/templates/npc/fort/35806-Doorman.xml new file mode 100644 index 000000000..652847e31 --- /dev/null +++ b/data/templates/npc/fort/35806-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35807-Doorman.xml b/data/templates/npc/fort/35807-Doorman.xml new file mode 100644 index 000000000..302f05225 --- /dev/null +++ b/data/templates/npc/fort/35807-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35815-GuardCaptain.xml b/data/templates/npc/fort/35815-GuardCaptain.xml new file mode 100644 index 000000000..4ce5859ea --- /dev/null +++ b/data/templates/npc/fort/35815-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35818-SupportUnitCaptain.xml b/data/templates/npc/fort/35818-SupportUnitCaptain.xml new file mode 100644 index 000000000..1e6cc1075 --- /dev/null +++ b/data/templates/npc/fort/35818-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35821-ArcherCaptain.xml b/data/templates/npc/fort/35821-ArcherCaptain.xml new file mode 100644 index 000000000..259bca96f --- /dev/null +++ b/data/templates/npc/fort/35821-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35823-Ballista.xml b/data/templates/npc/fort/35823-Ballista.xml new file mode 100644 index 000000000..e5d9481c9 --- /dev/null +++ b/data/templates/npc/fort/35823-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Ivory Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35827-Foreman.xml b/data/templates/npc/fort/35827-Foreman.xml new file mode 100644 index 000000000..7a1d7ca1c --- /dev/null +++ b/data/templates/npc/fort/35827-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35828-SuspiciousMerchant.xml b/data/templates/npc/fort/35828-SuspiciousMerchant.xml new file mode 100644 index 000000000..35ba5f71e --- /dev/null +++ b/data/templates/npc/fort/35828-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35831-SupportUnitCaptain.xml b/data/templates/npc/fort/35831-SupportUnitCaptain.xml new file mode 100644 index 000000000..754c9c59a --- /dev/null +++ b/data/templates/npc/fort/35831-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Narsell Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35833-LogisticsOfficer.xml b/data/templates/npc/fort/35833-LogisticsOfficer.xml new file mode 100644 index 000000000..5bf07f3ba --- /dev/null +++ b/data/templates/npc/fort/35833-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35836-Doorman.xml b/data/templates/npc/fort/35836-Doorman.xml new file mode 100644 index 000000000..78e503bdd --- /dev/null +++ b/data/templates/npc/fort/35836-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35837-Doorman.xml b/data/templates/npc/fort/35837-Doorman.xml new file mode 100644 index 000000000..1ce5791b3 --- /dev/null +++ b/data/templates/npc/fort/35837-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35838-Doorman.xml b/data/templates/npc/fort/35838-Doorman.xml new file mode 100644 index 000000000..b7962f0c6 --- /dev/null +++ b/data/templates/npc/fort/35838-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35846-GuardCaptain.xml b/data/templates/npc/fort/35846-GuardCaptain.xml new file mode 100644 index 000000000..408bcaf1b --- /dev/null +++ b/data/templates/npc/fort/35846-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35849-SupportUnitCaptain.xml b/data/templates/npc/fort/35849-SupportUnitCaptain.xml new file mode 100644 index 000000000..7dd2b2d6d --- /dev/null +++ b/data/templates/npc/fort/35849-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35852-ArcherCaptain.xml b/data/templates/npc/fort/35852-ArcherCaptain.xml new file mode 100644 index 000000000..9c61093e0 --- /dev/null +++ b/data/templates/npc/fort/35852-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35854-Ballista.xml b/data/templates/npc/fort/35854-Ballista.xml new file mode 100644 index 000000000..d07e49a51 --- /dev/null +++ b/data/templates/npc/fort/35854-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Narsell Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35858-Foreman.xml b/data/templates/npc/fort/35858-Foreman.xml new file mode 100644 index 000000000..263449cb0 --- /dev/null +++ b/data/templates/npc/fort/35858-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35859-SuspiciousMerchant.xml b/data/templates/npc/fort/35859-SuspiciousMerchant.xml new file mode 100644 index 000000000..5c799ca47 --- /dev/null +++ b/data/templates/npc/fort/35859-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35863-SupportUnitCaptain.xml b/data/templates/npc/fort/35863-SupportUnitCaptain.xml new file mode 100644 index 000000000..13881433c --- /dev/null +++ b/data/templates/npc/fort/35863-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Bayou Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35865-LogisticsOfficer.xml b/data/templates/npc/fort/35865-LogisticsOfficer.xml new file mode 100644 index 000000000..10f143c4f --- /dev/null +++ b/data/templates/npc/fort/35865-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35868-Doorman.xml b/data/templates/npc/fort/35868-Doorman.xml new file mode 100644 index 000000000..06acfc37b --- /dev/null +++ b/data/templates/npc/fort/35868-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35869-Doorman.xml b/data/templates/npc/fort/35869-Doorman.xml new file mode 100644 index 000000000..c6b289bcc --- /dev/null +++ b/data/templates/npc/fort/35869-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35870-Doorman.xml b/data/templates/npc/fort/35870-Doorman.xml new file mode 100644 index 000000000..2ab0ebd9f --- /dev/null +++ b/data/templates/npc/fort/35870-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35882-GuardCaptain.xml b/data/templates/npc/fort/35882-GuardCaptain.xml new file mode 100644 index 000000000..1b1eb25b4 --- /dev/null +++ b/data/templates/npc/fort/35882-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35885-SupportUnitCaptain.xml b/data/templates/npc/fort/35885-SupportUnitCaptain.xml new file mode 100644 index 000000000..6d4cfd881 --- /dev/null +++ b/data/templates/npc/fort/35885-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35888-ArcherCaptain.xml b/data/templates/npc/fort/35888-ArcherCaptain.xml new file mode 100644 index 000000000..53fc8e998 --- /dev/null +++ b/data/templates/npc/fort/35888-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35890-General.xml b/data/templates/npc/fort/35890-General.xml new file mode 100644 index 000000000..53c34c8ff --- /dev/null +++ b/data/templates/npc/fort/35890-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35892-Ballista.xml b/data/templates/npc/fort/35892-Ballista.xml new file mode 100644 index 000000000..9a624d291 --- /dev/null +++ b/data/templates/npc/fort/35892-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Bayou Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35896-Foreman.xml b/data/templates/npc/fort/35896-Foreman.xml new file mode 100644 index 000000000..145ac8256 --- /dev/null +++ b/data/templates/npc/fort/35896-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35897-SuspiciousMerchant.xml b/data/templates/npc/fort/35897-SuspiciousMerchant.xml new file mode 100644 index 000000000..1e001370c --- /dev/null +++ b/data/templates/npc/fort/35897-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35900-SupportUnitCaptain.xml b/data/templates/npc/fort/35900-SupportUnitCaptain.xml new file mode 100644 index 000000000..57891114a --- /dev/null +++ b/data/templates/npc/fort/35900-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + White Sands Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35902-LogisticsOfficer.xml b/data/templates/npc/fort/35902-LogisticsOfficer.xml new file mode 100644 index 000000000..29fcb5671 --- /dev/null +++ b/data/templates/npc/fort/35902-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35905-Doorman.xml b/data/templates/npc/fort/35905-Doorman.xml new file mode 100644 index 000000000..8114ee655 --- /dev/null +++ b/data/templates/npc/fort/35905-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35906-Doorman.xml b/data/templates/npc/fort/35906-Doorman.xml new file mode 100644 index 000000000..7c348c4ea --- /dev/null +++ b/data/templates/npc/fort/35906-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35907-Doorman.xml b/data/templates/npc/fort/35907-Doorman.xml new file mode 100644 index 000000000..39a6d2558 --- /dev/null +++ b/data/templates/npc/fort/35907-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35915-GuardCaptain.xml b/data/templates/npc/fort/35915-GuardCaptain.xml new file mode 100644 index 000000000..14a46e990 --- /dev/null +++ b/data/templates/npc/fort/35915-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35918-SupportUnitCaptain.xml b/data/templates/npc/fort/35918-SupportUnitCaptain.xml new file mode 100644 index 000000000..05f3701a7 --- /dev/null +++ b/data/templates/npc/fort/35918-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35921-ArcherCaptain.xml b/data/templates/npc/fort/35921-ArcherCaptain.xml new file mode 100644 index 000000000..f059add2d --- /dev/null +++ b/data/templates/npc/fort/35921-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35923-Ballista.xml b/data/templates/npc/fort/35923-Ballista.xml new file mode 100644 index 000000000..e0c6d9df7 --- /dev/null +++ b/data/templates/npc/fort/35923-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + White Sands Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35927-Foreman.xml b/data/templates/npc/fort/35927-Foreman.xml new file mode 100644 index 000000000..20d08cffd --- /dev/null +++ b/data/templates/npc/fort/35927-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35928-SuspiciousMerchant.xml b/data/templates/npc/fort/35928-SuspiciousMerchant.xml new file mode 100644 index 000000000..4cce7d957 --- /dev/null +++ b/data/templates/npc/fort/35928-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35932-SupportUnitCaptain.xml b/data/templates/npc/fort/35932-SupportUnitCaptain.xml new file mode 100644 index 000000000..122d2cbfc --- /dev/null +++ b/data/templates/npc/fort/35932-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Borderland Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35934-LogisticsOfficer.xml b/data/templates/npc/fort/35934-LogisticsOfficer.xml new file mode 100644 index 000000000..210c908a0 --- /dev/null +++ b/data/templates/npc/fort/35934-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35937-Doorman.xml b/data/templates/npc/fort/35937-Doorman.xml new file mode 100644 index 000000000..97f457a65 --- /dev/null +++ b/data/templates/npc/fort/35937-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35938-Doorman.xml b/data/templates/npc/fort/35938-Doorman.xml new file mode 100644 index 000000000..6743799e6 --- /dev/null +++ b/data/templates/npc/fort/35938-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35939-Doorman.xml b/data/templates/npc/fort/35939-Doorman.xml new file mode 100644 index 000000000..bb1e5d010 --- /dev/null +++ b/data/templates/npc/fort/35939-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35951-GuardCaptain.xml b/data/templates/npc/fort/35951-GuardCaptain.xml new file mode 100644 index 000000000..f349c8a6a --- /dev/null +++ b/data/templates/npc/fort/35951-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35954-SupportUnitCaptain.xml b/data/templates/npc/fort/35954-SupportUnitCaptain.xml new file mode 100644 index 000000000..4835b7de0 --- /dev/null +++ b/data/templates/npc/fort/35954-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35957-ArcherCaptain.xml b/data/templates/npc/fort/35957-ArcherCaptain.xml new file mode 100644 index 000000000..41ac9a6fa --- /dev/null +++ b/data/templates/npc/fort/35957-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35959-General.xml b/data/templates/npc/fort/35959-General.xml new file mode 100644 index 000000000..86ad16fee --- /dev/null +++ b/data/templates/npc/fort/35959-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35961-Ballista.xml b/data/templates/npc/fort/35961-Ballista.xml new file mode 100644 index 000000000..4d5ba4565 --- /dev/null +++ b/data/templates/npc/fort/35961-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Borderland Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35965-Foreman.xml b/data/templates/npc/fort/35965-Foreman.xml new file mode 100644 index 000000000..d2737be7d --- /dev/null +++ b/data/templates/npc/fort/35965-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35966-SuspiciousMerchant.xml b/data/templates/npc/fort/35966-SuspiciousMerchant.xml new file mode 100644 index 000000000..b334238af --- /dev/null +++ b/data/templates/npc/fort/35966-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35970-SupportUnitCaptain.xml b/data/templates/npc/fort/35970-SupportUnitCaptain.xml new file mode 100644 index 000000000..7e176d280 --- /dev/null +++ b/data/templates/npc/fort/35970-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Swamp Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35972-LogisticsOfficer.xml b/data/templates/npc/fort/35972-LogisticsOfficer.xml new file mode 100644 index 000000000..a68a3bd62 --- /dev/null +++ b/data/templates/npc/fort/35972-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35975-Doorman.xml b/data/templates/npc/fort/35975-Doorman.xml new file mode 100644 index 000000000..1c389d489 --- /dev/null +++ b/data/templates/npc/fort/35975-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35976-Doorman.xml b/data/templates/npc/fort/35976-Doorman.xml new file mode 100644 index 000000000..9de5f11ec --- /dev/null +++ b/data/templates/npc/fort/35976-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35977-Doorman.xml b/data/templates/npc/fort/35977-Doorman.xml new file mode 100644 index 000000000..73d3d7d29 --- /dev/null +++ b/data/templates/npc/fort/35977-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/35989-GuardCaptain.xml b/data/templates/npc/fort/35989-GuardCaptain.xml new file mode 100644 index 000000000..1b50b49c9 --- /dev/null +++ b/data/templates/npc/fort/35989-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35992-SupportUnitCaptain.xml b/data/templates/npc/fort/35992-SupportUnitCaptain.xml new file mode 100644 index 000000000..da31948cc --- /dev/null +++ b/data/templates/npc/fort/35992-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/35995-ArcherCaptain.xml b/data/templates/npc/fort/35995-ArcherCaptain.xml new file mode 100644 index 000000000..f4a882ac0 --- /dev/null +++ b/data/templates/npc/fort/35995-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35997-General.xml b/data/templates/npc/fort/35997-General.xml new file mode 100644 index 000000000..de80b6f62 --- /dev/null +++ b/data/templates/npc/fort/35997-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/35999-Ballista.xml b/data/templates/npc/fort/35999-Ballista.xml new file mode 100644 index 000000000..77e3273f7 --- /dev/null +++ b/data/templates/npc/fort/35999-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Swamp Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36003-Foreman.xml b/data/templates/npc/fort/36003-Foreman.xml new file mode 100644 index 000000000..985aafc40 --- /dev/null +++ b/data/templates/npc/fort/36003-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36004-SuspiciousMerchant.xml b/data/templates/npc/fort/36004-SuspiciousMerchant.xml new file mode 100644 index 000000000..ec0eaad19 --- /dev/null +++ b/data/templates/npc/fort/36004-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36007-SupportUnitCaptain.xml b/data/templates/npc/fort/36007-SupportUnitCaptain.xml new file mode 100644 index 000000000..ada62f2de --- /dev/null +++ b/data/templates/npc/fort/36007-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Archaic Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36009-LogisticsOfficer.xml b/data/templates/npc/fort/36009-LogisticsOfficer.xml new file mode 100644 index 000000000..063c99bf1 --- /dev/null +++ b/data/templates/npc/fort/36009-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36012-Doorman.xml b/data/templates/npc/fort/36012-Doorman.xml new file mode 100644 index 000000000..7d3a56d15 --- /dev/null +++ b/data/templates/npc/fort/36012-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36013-Doorman.xml b/data/templates/npc/fort/36013-Doorman.xml new file mode 100644 index 000000000..0a7912d64 --- /dev/null +++ b/data/templates/npc/fort/36013-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36014-Doorman.xml b/data/templates/npc/fort/36014-Doorman.xml new file mode 100644 index 000000000..fffd50de3 --- /dev/null +++ b/data/templates/npc/fort/36014-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36022-GuardCaptain.xml b/data/templates/npc/fort/36022-GuardCaptain.xml new file mode 100644 index 000000000..0196acf91 --- /dev/null +++ b/data/templates/npc/fort/36022-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36025-SupportUnitCaptain.xml b/data/templates/npc/fort/36025-SupportUnitCaptain.xml new file mode 100644 index 000000000..0152d9d76 --- /dev/null +++ b/data/templates/npc/fort/36025-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36028-ArcherCaptain.xml b/data/templates/npc/fort/36028-ArcherCaptain.xml new file mode 100644 index 000000000..18f72ad43 --- /dev/null +++ b/data/templates/npc/fort/36028-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36030-Ballista.xml b/data/templates/npc/fort/36030-Ballista.xml new file mode 100644 index 000000000..445dc2a39 --- /dev/null +++ b/data/templates/npc/fort/36030-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Archaic Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36034-Foreman.xml b/data/templates/npc/fort/36034-Foreman.xml new file mode 100644 index 000000000..3a2e224c5 --- /dev/null +++ b/data/templates/npc/fort/36034-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36035-SuspiciousMerchant.xml b/data/templates/npc/fort/36035-SuspiciousMerchant.xml new file mode 100644 index 000000000..e60067a4d --- /dev/null +++ b/data/templates/npc/fort/36035-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36039-SupportUnitCaptain.xml b/data/templates/npc/fort/36039-SupportUnitCaptain.xml new file mode 100644 index 000000000..fca5e8ef7 --- /dev/null +++ b/data/templates/npc/fort/36039-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Floran Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36041-LogisticsOfficer.xml b/data/templates/npc/fort/36041-LogisticsOfficer.xml new file mode 100644 index 000000000..b223500a3 --- /dev/null +++ b/data/templates/npc/fort/36041-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36044-Doorman.xml b/data/templates/npc/fort/36044-Doorman.xml new file mode 100644 index 000000000..e2441f3ae --- /dev/null +++ b/data/templates/npc/fort/36044-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36045-Doorman.xml b/data/templates/npc/fort/36045-Doorman.xml new file mode 100644 index 000000000..74cb9ed8a --- /dev/null +++ b/data/templates/npc/fort/36045-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36046-Doorman.xml b/data/templates/npc/fort/36046-Doorman.xml new file mode 100644 index 000000000..d99e1e5ef --- /dev/null +++ b/data/templates/npc/fort/36046-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36058-GuardCaptain.xml b/data/templates/npc/fort/36058-GuardCaptain.xml new file mode 100644 index 000000000..40fccd85d --- /dev/null +++ b/data/templates/npc/fort/36058-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36061-SupportUnitCaptain.xml b/data/templates/npc/fort/36061-SupportUnitCaptain.xml new file mode 100644 index 000000000..9b6ded80b --- /dev/null +++ b/data/templates/npc/fort/36061-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36064-ArcherCaptain.xml b/data/templates/npc/fort/36064-ArcherCaptain.xml new file mode 100644 index 000000000..6a04e7d14 --- /dev/null +++ b/data/templates/npc/fort/36064-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36066-General.xml b/data/templates/npc/fort/36066-General.xml new file mode 100644 index 000000000..b647b0ad8 --- /dev/null +++ b/data/templates/npc/fort/36066-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36068-Ballista.xml b/data/templates/npc/fort/36068-Ballista.xml new file mode 100644 index 000000000..5e0eeb2f8 --- /dev/null +++ b/data/templates/npc/fort/36068-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Floran Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36072-Foreman.xml b/data/templates/npc/fort/36072-Foreman.xml new file mode 100644 index 000000000..872f49753 --- /dev/null +++ b/data/templates/npc/fort/36072-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36073-SuspiciousMerchant.xml b/data/templates/npc/fort/36073-SuspiciousMerchant.xml new file mode 100644 index 000000000..e93df1f37 --- /dev/null +++ b/data/templates/npc/fort/36073-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36077-SupportUnitCaptain.xml b/data/templates/npc/fort/36077-SupportUnitCaptain.xml new file mode 100644 index 000000000..838fbdd13 --- /dev/null +++ b/data/templates/npc/fort/36077-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Cloud Mountain + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36079-LogisticsOfficer.xml b/data/templates/npc/fort/36079-LogisticsOfficer.xml new file mode 100644 index 000000000..cd972b38b --- /dev/null +++ b/data/templates/npc/fort/36079-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36082-Doorman.xml b/data/templates/npc/fort/36082-Doorman.xml new file mode 100644 index 000000000..373aece87 --- /dev/null +++ b/data/templates/npc/fort/36082-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36083-Doorman.xml b/data/templates/npc/fort/36083-Doorman.xml new file mode 100644 index 000000000..f02a13177 --- /dev/null +++ b/data/templates/npc/fort/36083-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36084-Doorman.xml b/data/templates/npc/fort/36084-Doorman.xml new file mode 100644 index 000000000..04446a9b2 --- /dev/null +++ b/data/templates/npc/fort/36084-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36096-GuardCaptain.xml b/data/templates/npc/fort/36096-GuardCaptain.xml new file mode 100644 index 000000000..cb95431e5 --- /dev/null +++ b/data/templates/npc/fort/36096-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36099-SupportUnitCaptain.xml b/data/templates/npc/fort/36099-SupportUnitCaptain.xml new file mode 100644 index 000000000..0012b3565 --- /dev/null +++ b/data/templates/npc/fort/36099-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36102-ArcherCaptain.xml b/data/templates/npc/fort/36102-ArcherCaptain.xml new file mode 100644 index 000000000..554aab57a --- /dev/null +++ b/data/templates/npc/fort/36102-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36104-General.xml b/data/templates/npc/fort/36104-General.xml new file mode 100644 index 000000000..7bd7092f4 --- /dev/null +++ b/data/templates/npc/fort/36104-General.xml @@ -0,0 +1,27 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + diff --git a/data/templates/npc/fort/36106-Ballista.xml b/data/templates/npc/fort/36106-Ballista.xml new file mode 100644 index 000000000..9228d8cdf --- /dev/null +++ b/data/templates/npc/fort/36106-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Cloud Mountain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36110-Foreman.xml b/data/templates/npc/fort/36110-Foreman.xml new file mode 100644 index 000000000..2391f03e9 --- /dev/null +++ b/data/templates/npc/fort/36110-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36111-SuspiciousMerchant.xml b/data/templates/npc/fort/36111-SuspiciousMerchant.xml new file mode 100644 index 000000000..2a0326f63 --- /dev/null +++ b/data/templates/npc/fort/36111-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36114-SupportUnitCaptain.xml b/data/templates/npc/fort/36114-SupportUnitCaptain.xml new file mode 100644 index 000000000..41687202c --- /dev/null +++ b/data/templates/npc/fort/36114-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Tanor Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36116-LogisticsOfficer.xml b/data/templates/npc/fort/36116-LogisticsOfficer.xml new file mode 100644 index 000000000..d14f2d059 --- /dev/null +++ b/data/templates/npc/fort/36116-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36119-Doorman.xml b/data/templates/npc/fort/36119-Doorman.xml new file mode 100644 index 000000000..c5d7708cd --- /dev/null +++ b/data/templates/npc/fort/36119-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36120-Doorman.xml b/data/templates/npc/fort/36120-Doorman.xml new file mode 100644 index 000000000..0e837cbdf --- /dev/null +++ b/data/templates/npc/fort/36120-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36121-Doorman.xml b/data/templates/npc/fort/36121-Doorman.xml new file mode 100644 index 000000000..5d6493a5b --- /dev/null +++ b/data/templates/npc/fort/36121-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36129-GuardCaptain.xml b/data/templates/npc/fort/36129-GuardCaptain.xml new file mode 100644 index 000000000..87244d74f --- /dev/null +++ b/data/templates/npc/fort/36129-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36132-SupportUnitCaptain.xml b/data/templates/npc/fort/36132-SupportUnitCaptain.xml new file mode 100644 index 000000000..563da5742 --- /dev/null +++ b/data/templates/npc/fort/36132-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36135-ArcherCaptain.xml b/data/templates/npc/fort/36135-ArcherCaptain.xml new file mode 100644 index 000000000..aa07346ca --- /dev/null +++ b/data/templates/npc/fort/36135-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36137-Ballista.xml b/data/templates/npc/fort/36137-Ballista.xml new file mode 100644 index 000000000..debe842d4 --- /dev/null +++ b/data/templates/npc/fort/36137-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Tanor Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36141-Foreman.xml b/data/templates/npc/fort/36141-Foreman.xml new file mode 100644 index 000000000..b64bd0af5 --- /dev/null +++ b/data/templates/npc/fort/36141-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36142-SuspiciousMerchant.xml b/data/templates/npc/fort/36142-SuspiciousMerchant.xml new file mode 100644 index 000000000..e707d186b --- /dev/null +++ b/data/templates/npc/fort/36142-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36145-SupportUnitCaptain.xml b/data/templates/npc/fort/36145-SupportUnitCaptain.xml new file mode 100644 index 000000000..1577ea03c --- /dev/null +++ b/data/templates/npc/fort/36145-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Dragonspine Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36147-LogisticsOfficer.xml b/data/templates/npc/fort/36147-LogisticsOfficer.xml new file mode 100644 index 000000000..354799d63 --- /dev/null +++ b/data/templates/npc/fort/36147-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36150-Doorman.xml b/data/templates/npc/fort/36150-Doorman.xml new file mode 100644 index 000000000..7e2df3b24 --- /dev/null +++ b/data/templates/npc/fort/36150-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36151-Doorman.xml b/data/templates/npc/fort/36151-Doorman.xml new file mode 100644 index 000000000..1cde59e45 --- /dev/null +++ b/data/templates/npc/fort/36151-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36152-Doorman.xml b/data/templates/npc/fort/36152-Doorman.xml new file mode 100644 index 000000000..5269d5fc4 --- /dev/null +++ b/data/templates/npc/fort/36152-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36160-GuardCaptain.xml b/data/templates/npc/fort/36160-GuardCaptain.xml new file mode 100644 index 000000000..2f66f464e --- /dev/null +++ b/data/templates/npc/fort/36160-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36163-SupportUnitCaptain.xml b/data/templates/npc/fort/36163-SupportUnitCaptain.xml new file mode 100644 index 000000000..9876a5e91 --- /dev/null +++ b/data/templates/npc/fort/36163-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36166-ArcherCaptain.xml b/data/templates/npc/fort/36166-ArcherCaptain.xml new file mode 100644 index 000000000..5e958b56b --- /dev/null +++ b/data/templates/npc/fort/36166-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36168-Ballista.xml b/data/templates/npc/fort/36168-Ballista.xml new file mode 100644 index 000000000..cc7ca256a --- /dev/null +++ b/data/templates/npc/fort/36168-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Dragonspine Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36172-Foreman.xml b/data/templates/npc/fort/36172-Foreman.xml new file mode 100644 index 000000000..ffe7bccee --- /dev/null +++ b/data/templates/npc/fort/36172-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36173-SuspiciousMerchant.xml b/data/templates/npc/fort/36173-SuspiciousMerchant.xml new file mode 100644 index 000000000..309dd1593 --- /dev/null +++ b/data/templates/npc/fort/36173-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36177-SupportUnitCaptain.xml b/data/templates/npc/fort/36177-SupportUnitCaptain.xml new file mode 100644 index 000000000..b69d62ff8 --- /dev/null +++ b/data/templates/npc/fort/36177-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Antharas' Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36179-LogisticsOfficer.xml b/data/templates/npc/fort/36179-LogisticsOfficer.xml new file mode 100644 index 000000000..aec3257f4 --- /dev/null +++ b/data/templates/npc/fort/36179-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36182-Doorman.xml b/data/templates/npc/fort/36182-Doorman.xml new file mode 100644 index 000000000..2c6829bf8 --- /dev/null +++ b/data/templates/npc/fort/36182-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36183-Doorman.xml b/data/templates/npc/fort/36183-Doorman.xml new file mode 100644 index 000000000..07c0582c2 --- /dev/null +++ b/data/templates/npc/fort/36183-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36184-Doorman.xml b/data/templates/npc/fort/36184-Doorman.xml new file mode 100644 index 000000000..b2fa1c93f --- /dev/null +++ b/data/templates/npc/fort/36184-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36196-GuardCaptain.xml b/data/templates/npc/fort/36196-GuardCaptain.xml new file mode 100644 index 000000000..d21678467 --- /dev/null +++ b/data/templates/npc/fort/36196-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36199-SupportUnitCaptain.xml b/data/templates/npc/fort/36199-SupportUnitCaptain.xml new file mode 100644 index 000000000..1e6199140 --- /dev/null +++ b/data/templates/npc/fort/36199-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36202-ArcherCaptain.xml b/data/templates/npc/fort/36202-ArcherCaptain.xml new file mode 100644 index 000000000..02ab082a4 --- /dev/null +++ b/data/templates/npc/fort/36202-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36204-General.xml b/data/templates/npc/fort/36204-General.xml new file mode 100644 index 000000000..b84d9e97a --- /dev/null +++ b/data/templates/npc/fort/36204-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36206-Ballista.xml b/data/templates/npc/fort/36206-Ballista.xml new file mode 100644 index 000000000..92098a5f8 --- /dev/null +++ b/data/templates/npc/fort/36206-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Antharas' Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36210-Foreman.xml b/data/templates/npc/fort/36210-Foreman.xml new file mode 100644 index 000000000..fa73ae23e --- /dev/null +++ b/data/templates/npc/fort/36210-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36211-SuspiciousMerchant.xml b/data/templates/npc/fort/36211-SuspiciousMerchant.xml new file mode 100644 index 000000000..bc5625b49 --- /dev/null +++ b/data/templates/npc/fort/36211-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36215-SupportUnitCaptain.xml b/data/templates/npc/fort/36215-SupportUnitCaptain.xml new file mode 100644 index 000000000..10e9be3e7 --- /dev/null +++ b/data/templates/npc/fort/36215-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Western Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36217-LogisticsOfficer.xml b/data/templates/npc/fort/36217-LogisticsOfficer.xml new file mode 100644 index 000000000..dd750f4d9 --- /dev/null +++ b/data/templates/npc/fort/36217-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36220-Doorman.xml b/data/templates/npc/fort/36220-Doorman.xml new file mode 100644 index 000000000..f40e53f84 --- /dev/null +++ b/data/templates/npc/fort/36220-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36221-Doorman.xml b/data/templates/npc/fort/36221-Doorman.xml new file mode 100644 index 000000000..f2c2fb93a --- /dev/null +++ b/data/templates/npc/fort/36221-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36222-Doorman.xml b/data/templates/npc/fort/36222-Doorman.xml new file mode 100644 index 000000000..173e445fd --- /dev/null +++ b/data/templates/npc/fort/36222-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36234-GuardCaptain.xml b/data/templates/npc/fort/36234-GuardCaptain.xml new file mode 100644 index 000000000..b3f2a497d --- /dev/null +++ b/data/templates/npc/fort/36234-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36237-SupportUnitCaptain.xml b/data/templates/npc/fort/36237-SupportUnitCaptain.xml new file mode 100644 index 000000000..02a4b6817 --- /dev/null +++ b/data/templates/npc/fort/36237-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36240-ArcherCaptain.xml b/data/templates/npc/fort/36240-ArcherCaptain.xml new file mode 100644 index 000000000..143b1eb9b --- /dev/null +++ b/data/templates/npc/fort/36240-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36242-General.xml b/data/templates/npc/fort/36242-General.xml new file mode 100644 index 000000000..ba8512122 --- /dev/null +++ b/data/templates/npc/fort/36242-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36244-Ballista.xml b/data/templates/npc/fort/36244-Ballista.xml new file mode 100644 index 000000000..e034a1d0e --- /dev/null +++ b/data/templates/npc/fort/36244-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Western Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36248-Foreman.xml b/data/templates/npc/fort/36248-Foreman.xml new file mode 100644 index 000000000..087e572d7 --- /dev/null +++ b/data/templates/npc/fort/36248-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36249-SuspiciousMerchant.xml b/data/templates/npc/fort/36249-SuspiciousMerchant.xml new file mode 100644 index 000000000..27ea33f94 --- /dev/null +++ b/data/templates/npc/fort/36249-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36253-SupportUnitCaptain.xml b/data/templates/npc/fort/36253-SupportUnitCaptain.xml new file mode 100644 index 000000000..064cdaf04 --- /dev/null +++ b/data/templates/npc/fort/36253-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Hunter's Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36255-LogisticsOfficer.xml b/data/templates/npc/fort/36255-LogisticsOfficer.xml new file mode 100644 index 000000000..fd17b3a91 --- /dev/null +++ b/data/templates/npc/fort/36255-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36258-Doorman.xml b/data/templates/npc/fort/36258-Doorman.xml new file mode 100644 index 000000000..90497d261 --- /dev/null +++ b/data/templates/npc/fort/36258-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36259-Doorman.xml b/data/templates/npc/fort/36259-Doorman.xml new file mode 100644 index 000000000..8a72daa5a --- /dev/null +++ b/data/templates/npc/fort/36259-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36260-Doorman.xml b/data/templates/npc/fort/36260-Doorman.xml new file mode 100644 index 000000000..83f70aaa9 --- /dev/null +++ b/data/templates/npc/fort/36260-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36272-GuardCaptain.xml b/data/templates/npc/fort/36272-GuardCaptain.xml new file mode 100644 index 000000000..02b330f9b --- /dev/null +++ b/data/templates/npc/fort/36272-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36275-SupportUnitCaptain.xml b/data/templates/npc/fort/36275-SupportUnitCaptain.xml new file mode 100644 index 000000000..51e4e4ec0 --- /dev/null +++ b/data/templates/npc/fort/36275-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36278-ArcherCaptain.xml b/data/templates/npc/fort/36278-ArcherCaptain.xml new file mode 100644 index 000000000..7db785289 --- /dev/null +++ b/data/templates/npc/fort/36278-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36280-General.xml b/data/templates/npc/fort/36280-General.xml new file mode 100644 index 000000000..da31073ae --- /dev/null +++ b/data/templates/npc/fort/36280-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36282-Ballista.xml b/data/templates/npc/fort/36282-Ballista.xml new file mode 100644 index 000000000..aef9c28b3 --- /dev/null +++ b/data/templates/npc/fort/36282-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Hunter's Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36286-Foreman.xml b/data/templates/npc/fort/36286-Foreman.xml new file mode 100644 index 000000000..7cc74170d --- /dev/null +++ b/data/templates/npc/fort/36286-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36287-SuspiciousMerchant.xml b/data/templates/npc/fort/36287-SuspiciousMerchant.xml new file mode 100644 index 000000000..2f1a3e38a --- /dev/null +++ b/data/templates/npc/fort/36287-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36290-SupportUnitCaptain.xml b/data/templates/npc/fort/36290-SupportUnitCaptain.xml new file mode 100644 index 000000000..ad2016f57 --- /dev/null +++ b/data/templates/npc/fort/36290-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Aaru Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36292-LogisticsOfficer.xml b/data/templates/npc/fort/36292-LogisticsOfficer.xml new file mode 100644 index 000000000..3579bb8ad --- /dev/null +++ b/data/templates/npc/fort/36292-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36295-Doorman.xml b/data/templates/npc/fort/36295-Doorman.xml new file mode 100644 index 000000000..27f1a1869 --- /dev/null +++ b/data/templates/npc/fort/36295-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36296-Doorman.xml b/data/templates/npc/fort/36296-Doorman.xml new file mode 100644 index 000000000..9b9f7c23c --- /dev/null +++ b/data/templates/npc/fort/36296-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36297-Doorman.xml b/data/templates/npc/fort/36297-Doorman.xml new file mode 100644 index 000000000..587b33cb0 --- /dev/null +++ b/data/templates/npc/fort/36297-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36305-GuardCaptain.xml b/data/templates/npc/fort/36305-GuardCaptain.xml new file mode 100644 index 000000000..20d3f41de --- /dev/null +++ b/data/templates/npc/fort/36305-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36308-SupportUnitCaptain.xml b/data/templates/npc/fort/36308-SupportUnitCaptain.xml new file mode 100644 index 000000000..4ce7ad9d8 --- /dev/null +++ b/data/templates/npc/fort/36308-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36311-ArcherCaptain.xml b/data/templates/npc/fort/36311-ArcherCaptain.xml new file mode 100644 index 000000000..b8a9b55c7 --- /dev/null +++ b/data/templates/npc/fort/36311-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36313-Ballista.xml b/data/templates/npc/fort/36313-Ballista.xml new file mode 100644 index 000000000..d4eba3b59 --- /dev/null +++ b/data/templates/npc/fort/36313-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Aaru Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36317-Foreman.xml b/data/templates/npc/fort/36317-Foreman.xml new file mode 100644 index 000000000..a114426e8 --- /dev/null +++ b/data/templates/npc/fort/36317-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36318-SuspiciousMerchant.xml b/data/templates/npc/fort/36318-SuspiciousMerchant.xml new file mode 100644 index 000000000..e2fd867ed --- /dev/null +++ b/data/templates/npc/fort/36318-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36322-SupportUnitCaptain.xml b/data/templates/npc/fort/36322-SupportUnitCaptain.xml new file mode 100644 index 000000000..ef5a16dd4 --- /dev/null +++ b/data/templates/npc/fort/36322-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Demon Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36324-LogisticsOfficer.xml b/data/templates/npc/fort/36324-LogisticsOfficer.xml new file mode 100644 index 000000000..09c1dcbed --- /dev/null +++ b/data/templates/npc/fort/36324-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36327-Doorman.xml b/data/templates/npc/fort/36327-Doorman.xml new file mode 100644 index 000000000..72a508d66 --- /dev/null +++ b/data/templates/npc/fort/36327-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36328-Doorman.xml b/data/templates/npc/fort/36328-Doorman.xml new file mode 100644 index 000000000..7738b3be3 --- /dev/null +++ b/data/templates/npc/fort/36328-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36329-Doorman.xml b/data/templates/npc/fort/36329-Doorman.xml new file mode 100644 index 000000000..072d0afb6 --- /dev/null +++ b/data/templates/npc/fort/36329-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36341-GuardCaptain.xml b/data/templates/npc/fort/36341-GuardCaptain.xml new file mode 100644 index 000000000..3285740c7 --- /dev/null +++ b/data/templates/npc/fort/36341-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36344-SupportUnitCaptain.xml b/data/templates/npc/fort/36344-SupportUnitCaptain.xml new file mode 100644 index 000000000..7fb3d001f --- /dev/null +++ b/data/templates/npc/fort/36344-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36347-ArcherCaptain.xml b/data/templates/npc/fort/36347-ArcherCaptain.xml new file mode 100644 index 000000000..29afdee62 --- /dev/null +++ b/data/templates/npc/fort/36347-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36349-General.xml b/data/templates/npc/fort/36349-General.xml new file mode 100644 index 000000000..4de725ee4 --- /dev/null +++ b/data/templates/npc/fort/36349-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36351-Ballista.xml b/data/templates/npc/fort/36351-Ballista.xml new file mode 100644 index 000000000..ad21c70a6 --- /dev/null +++ b/data/templates/npc/fort/36351-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Demon Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36355-Foreman.xml b/data/templates/npc/fort/36355-Foreman.xml new file mode 100644 index 000000000..c6b40eadc --- /dev/null +++ b/data/templates/npc/fort/36355-Foreman.xml @@ -0,0 +1,26 @@ + + + + Foreman + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36356-SuspiciousMerchant.xml b/data/templates/npc/fort/36356-SuspiciousMerchant.xml new file mode 100644 index 000000000..734af7e57 --- /dev/null +++ b/data/templates/npc/fort/36356-SuspiciousMerchant.xml @@ -0,0 +1,26 @@ + + + + Suspicious Merchant + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36360-SupportUnitCaptain.xml b/data/templates/npc/fort/36360-SupportUnitCaptain.xml new file mode 100644 index 000000000..48c042ccc --- /dev/null +++ b/data/templates/npc/fort/36360-SupportUnitCaptain.xml @@ -0,0 +1,26 @@ + + + + Support Unit Captain + Monastic Fortress + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36362-LogisticsOfficer.xml b/data/templates/npc/fort/36362-LogisticsOfficer.xml new file mode 100644 index 000000000..aee14c17d --- /dev/null +++ b/data/templates/npc/fort/36362-LogisticsOfficer.xml @@ -0,0 +1,26 @@ + + + + Logistics Officer + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36365-Doorman.xml b/data/templates/npc/fort/36365-Doorman.xml new file mode 100644 index 000000000..6c5efd59c --- /dev/null +++ b/data/templates/npc/fort/36365-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36366-Doorman.xml b/data/templates/npc/fort/36366-Doorman.xml new file mode 100644 index 000000000..6ecb2d9ec --- /dev/null +++ b/data/templates/npc/fort/36366-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36367-Doorman.xml b/data/templates/npc/fort/36367-Doorman.xml new file mode 100644 index 000000000..34c880075 --- /dev/null +++ b/data/templates/npc/fort/36367-Doorman.xml @@ -0,0 +1,25 @@ + + + + Doorman + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36379-GuardCaptain.xml b/data/templates/npc/fort/36379-GuardCaptain.xml new file mode 100644 index 000000000..eae0ad962 --- /dev/null +++ b/data/templates/npc/fort/36379-GuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Guard Captain + Guard + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36382-SupportUnitCaptain.xml b/data/templates/npc/fort/36382-SupportUnitCaptain.xml new file mode 100644 index 000000000..9c6cd7612 --- /dev/null +++ b/data/templates/npc/fort/36382-SupportUnitCaptain.xml @@ -0,0 +1,29 @@ + + + + Support Unit Captain + Support Unit + 78 + FEMALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + diff --git a/data/templates/npc/fort/36385-ArcherCaptain.xml b/data/templates/npc/fort/36385-ArcherCaptain.xml new file mode 100644 index 000000000..75ca1b30d --- /dev/null +++ b/data/templates/npc/fort/36385-ArcherCaptain.xml @@ -0,0 +1,30 @@ + + + + Archer Captain + Archer + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36387-General.xml b/data/templates/npc/fort/36387-General.xml new file mode 100644 index 000000000..b1600194f --- /dev/null +++ b/data/templates/npc/fort/36387-General.xml @@ -0,0 +1,30 @@ + + + + General + Officer's Barracks + 78 + MALE + + + + + + + + + + + + + + + 3042 + 0 + + + + + + + diff --git a/data/templates/npc/fort/36389-Ballista.xml b/data/templates/npc/fort/36389-Ballista.xml new file mode 100644 index 000000000..a9b4542d7 --- /dev/null +++ b/data/templates/npc/fort/36389-Ballista.xml @@ -0,0 +1,26 @@ + + + + Ballista + Monastic Fortress + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36393-SpecialEnvoy.xml b/data/templates/npc/fort/36393-SpecialEnvoy.xml new file mode 100644 index 000000000..d0e32815b --- /dev/null +++ b/data/templates/npc/fort/36393-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36394-SpecialEnvoy.xml b/data/templates/npc/fort/36394-SpecialEnvoy.xml new file mode 100644 index 000000000..c8aac0641 --- /dev/null +++ b/data/templates/npc/fort/36394-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36395-SpecialEnvoy.xml b/data/templates/npc/fort/36395-SpecialEnvoy.xml new file mode 100644 index 000000000..d952b01cd --- /dev/null +++ b/data/templates/npc/fort/36395-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36396-SpecialEnvoy.xml b/data/templates/npc/fort/36396-SpecialEnvoy.xml new file mode 100644 index 000000000..131cb5be6 --- /dev/null +++ b/data/templates/npc/fort/36396-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36397-SpecialEnvoy.xml b/data/templates/npc/fort/36397-SpecialEnvoy.xml new file mode 100644 index 000000000..61a6fecfc --- /dev/null +++ b/data/templates/npc/fort/36397-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36398-SpecialEnvoy.xml b/data/templates/npc/fort/36398-SpecialEnvoy.xml new file mode 100644 index 000000000..c6d869cbf --- /dev/null +++ b/data/templates/npc/fort/36398-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Aden + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36399-SpecialEnvoy.xml b/data/templates/npc/fort/36399-SpecialEnvoy.xml new file mode 100644 index 000000000..8797d2906 --- /dev/null +++ b/data/templates/npc/fort/36399-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Aden + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36400-SpecialEnvoy.xml b/data/templates/npc/fort/36400-SpecialEnvoy.xml new file mode 100644 index 000000000..2e31c5387 --- /dev/null +++ b/data/templates/npc/fort/36400-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36401-SpecialEnvoy.xml b/data/templates/npc/fort/36401-SpecialEnvoy.xml new file mode 100644 index 000000000..3312f73ff --- /dev/null +++ b/data/templates/npc/fort/36401-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36433-SpecialEnvoy.xml b/data/templates/npc/fort/36433-SpecialEnvoy.xml new file mode 100644 index 000000000..790067cdf --- /dev/null +++ b/data/templates/npc/fort/36433-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Rune + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36434-SpecialEnvoy.xml b/data/templates/npc/fort/36434-SpecialEnvoy.xml new file mode 100644 index 000000000..e9d8197fc --- /dev/null +++ b/data/templates/npc/fort/36434-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36435-SpecialEnvoy.xml b/data/templates/npc/fort/36435-SpecialEnvoy.xml new file mode 100644 index 000000000..cf9040694 --- /dev/null +++ b/data/templates/npc/fort/36435-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36436-SpecialEnvoy.xml b/data/templates/npc/fort/36436-SpecialEnvoy.xml new file mode 100644 index 000000000..46b438d87 --- /dev/null +++ b/data/templates/npc/fort/36436-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36437-SpecialEnvoy.xml b/data/templates/npc/fort/36437-SpecialEnvoy.xml new file mode 100644 index 000000000..da739d298 --- /dev/null +++ b/data/templates/npc/fort/36437-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Gludio + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36438-SpecialEnvoy.xml b/data/templates/npc/fort/36438-SpecialEnvoy.xml new file mode 100644 index 000000000..3b61fd176 --- /dev/null +++ b/data/templates/npc/fort/36438-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36439-SpecialEnvoy.xml b/data/templates/npc/fort/36439-SpecialEnvoy.xml new file mode 100644 index 000000000..2229937f8 --- /dev/null +++ b/data/templates/npc/fort/36439-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36440-SpecialEnvoy.xml b/data/templates/npc/fort/36440-SpecialEnvoy.xml new file mode 100644 index 000000000..df90cd869 --- /dev/null +++ b/data/templates/npc/fort/36440-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36441-SpecialEnvoy.xml b/data/templates/npc/fort/36441-SpecialEnvoy.xml new file mode 100644 index 000000000..9296932f3 --- /dev/null +++ b/data/templates/npc/fort/36441-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Dion + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36442-SpecialEnvoy.xml b/data/templates/npc/fort/36442-SpecialEnvoy.xml new file mode 100644 index 000000000..386ddc832 --- /dev/null +++ b/data/templates/npc/fort/36442-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36443-SpecialEnvoy.xml b/data/templates/npc/fort/36443-SpecialEnvoy.xml new file mode 100644 index 000000000..84cba8323 --- /dev/null +++ b/data/templates/npc/fort/36443-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36444-SpecialEnvoy.xml b/data/templates/npc/fort/36444-SpecialEnvoy.xml new file mode 100644 index 000000000..ef1addea3 --- /dev/null +++ b/data/templates/npc/fort/36444-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36445-SpecialEnvoy.xml b/data/templates/npc/fort/36445-SpecialEnvoy.xml new file mode 100644 index 000000000..ad27dabd0 --- /dev/null +++ b/data/templates/npc/fort/36445-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Aden + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36446-SpecialEnvoy.xml b/data/templates/npc/fort/36446-SpecialEnvoy.xml new file mode 100644 index 000000000..d6a7a0bdd --- /dev/null +++ b/data/templates/npc/fort/36446-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Oren + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36447-SpecialEnvoy.xml b/data/templates/npc/fort/36447-SpecialEnvoy.xml new file mode 100644 index 000000000..9bbee0281 --- /dev/null +++ b/data/templates/npc/fort/36447-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36448-SpecialEnvoy.xml b/data/templates/npc/fort/36448-SpecialEnvoy.xml new file mode 100644 index 000000000..a70048145 --- /dev/null +++ b/data/templates/npc/fort/36448-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Aden + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36449-SpecialEnvoy.xml b/data/templates/npc/fort/36449-SpecialEnvoy.xml new file mode 100644 index 000000000..120b865c2 --- /dev/null +++ b/data/templates/npc/fort/36449-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36450-SpecialEnvoy.xml b/data/templates/npc/fort/36450-SpecialEnvoy.xml new file mode 100644 index 000000000..14cf6da5e --- /dev/null +++ b/data/templates/npc/fort/36450-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Innadril + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36451-SpecialEnvoy.xml b/data/templates/npc/fort/36451-SpecialEnvoy.xml new file mode 100644 index 000000000..4ec026ba0 --- /dev/null +++ b/data/templates/npc/fort/36451-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Giran + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36452-SpecialEnvoy.xml b/data/templates/npc/fort/36452-SpecialEnvoy.xml new file mode 100644 index 000000000..88e08a5ee --- /dev/null +++ b/data/templates/npc/fort/36452-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Rune + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36453-SpecialEnvoy.xml b/data/templates/npc/fort/36453-SpecialEnvoy.xml new file mode 100644 index 000000000..c72c52d88 --- /dev/null +++ b/data/templates/npc/fort/36453-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Goddard + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36454-SpecialEnvoy.xml b/data/templates/npc/fort/36454-SpecialEnvoy.xml new file mode 100644 index 000000000..d032ff47c --- /dev/null +++ b/data/templates/npc/fort/36454-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Rune + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36455-SpecialEnvoy.xml b/data/templates/npc/fort/36455-SpecialEnvoy.xml new file mode 100644 index 000000000..a6f8d4e27 --- /dev/null +++ b/data/templates/npc/fort/36455-SpecialEnvoy.xml @@ -0,0 +1,26 @@ + + + + Special Envoy + Schuttgart + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36457-WyvernManager.xml b/data/templates/npc/fort/36457-WyvernManager.xml new file mode 100644 index 000000000..3e4583030 --- /dev/null +++ b/data/templates/npc/fort/36457-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Shanty Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36458-WyvernManager.xml b/data/templates/npc/fort/36458-WyvernManager.xml new file mode 100644 index 000000000..7f69eab67 --- /dev/null +++ b/data/templates/npc/fort/36458-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Southern Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36459-WyvernManager.xml b/data/templates/npc/fort/36459-WyvernManager.xml new file mode 100644 index 000000000..781b5f747 --- /dev/null +++ b/data/templates/npc/fort/36459-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Hive Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36460-WyvernManager.xml b/data/templates/npc/fort/36460-WyvernManager.xml new file mode 100644 index 000000000..3c90396db --- /dev/null +++ b/data/templates/npc/fort/36460-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Valley Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36461-WyvernManager.xml b/data/templates/npc/fort/36461-WyvernManager.xml new file mode 100644 index 000000000..c2b863dca --- /dev/null +++ b/data/templates/npc/fort/36461-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Ivory Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36462-WyvernManager.xml b/data/templates/npc/fort/36462-WyvernManager.xml new file mode 100644 index 000000000..25a304f63 --- /dev/null +++ b/data/templates/npc/fort/36462-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Narsell Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36463-WyvernManager.xml b/data/templates/npc/fort/36463-WyvernManager.xml new file mode 100644 index 000000000..b39e517f0 --- /dev/null +++ b/data/templates/npc/fort/36463-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Bayou Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36464-WyvernManager.xml b/data/templates/npc/fort/36464-WyvernManager.xml new file mode 100644 index 000000000..221621ddf --- /dev/null +++ b/data/templates/npc/fort/36464-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + White Sands Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36465-WyvernManager.xml b/data/templates/npc/fort/36465-WyvernManager.xml new file mode 100644 index 000000000..7bb574246 --- /dev/null +++ b/data/templates/npc/fort/36465-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Borderland Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36466-WyvernManager.xml b/data/templates/npc/fort/36466-WyvernManager.xml new file mode 100644 index 000000000..df2456911 --- /dev/null +++ b/data/templates/npc/fort/36466-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Swamp Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36467-WyvernManager.xml b/data/templates/npc/fort/36467-WyvernManager.xml new file mode 100644 index 000000000..5e4271c43 --- /dev/null +++ b/data/templates/npc/fort/36467-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Archaic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36468-WyvernManager.xml b/data/templates/npc/fort/36468-WyvernManager.xml new file mode 100644 index 000000000..7d325e476 --- /dev/null +++ b/data/templates/npc/fort/36468-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Floran Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36469-WyvernManager.xml b/data/templates/npc/fort/36469-WyvernManager.xml new file mode 100644 index 000000000..78a5a4ad3 --- /dev/null +++ b/data/templates/npc/fort/36469-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Cloud Mountain + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36470-WyvernManager.xml b/data/templates/npc/fort/36470-WyvernManager.xml new file mode 100644 index 000000000..284d6b403 --- /dev/null +++ b/data/templates/npc/fort/36470-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Tanor Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36471-WyvernManager.xml b/data/templates/npc/fort/36471-WyvernManager.xml new file mode 100644 index 000000000..93ef8c09b --- /dev/null +++ b/data/templates/npc/fort/36471-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Dragonspine Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36472-WyvernManager.xml b/data/templates/npc/fort/36472-WyvernManager.xml new file mode 100644 index 000000000..8e1377b95 --- /dev/null +++ b/data/templates/npc/fort/36472-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Antharas' Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36473-WyvernManager.xml b/data/templates/npc/fort/36473-WyvernManager.xml new file mode 100644 index 000000000..aac42b254 --- /dev/null +++ b/data/templates/npc/fort/36473-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Western Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36474-WyvernManager.xml b/data/templates/npc/fort/36474-WyvernManager.xml new file mode 100644 index 000000000..693351d2e --- /dev/null +++ b/data/templates/npc/fort/36474-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Hunter's Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36475-WyvernManager.xml b/data/templates/npc/fort/36475-WyvernManager.xml new file mode 100644 index 000000000..0286d536f --- /dev/null +++ b/data/templates/npc/fort/36475-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Aaru Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36476-WyvernManager.xml b/data/templates/npc/fort/36476-WyvernManager.xml new file mode 100644 index 000000000..057b2894e --- /dev/null +++ b/data/templates/npc/fort/36476-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Demon Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/fort/36477-WyvernManager.xml b/data/templates/npc/fort/36477-WyvernManager.xml new file mode 100644 index 000000000..e32770f97 --- /dev/null +++ b/data/templates/npc/fort/36477-WyvernManager.xml @@ -0,0 +1,26 @@ + + + + Wyvern Manager + Monastic Fortress + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/friendlymob/31845-BloodyPixy.xml b/data/templates/npc/friendlymob/31845-BloodyPixy.xml new file mode 100644 index 000000000..086c37fea --- /dev/null +++ b/data/templates/npc/friendlymob/31845-BloodyPixy.xml @@ -0,0 +1,25 @@ + + + + Bloody Pixy + 80 + FEMALE + + + + + + + + + + + + + + + 7680 + 226 + + + diff --git a/data/templates/npc/friendlymob/31848-Pixy.xml b/data/templates/npc/friendlymob/31848-Pixy.xml new file mode 100644 index 000000000..86b6740ee --- /dev/null +++ b/data/templates/npc/friendlymob/31848-Pixy.xml @@ -0,0 +1,25 @@ + + + + Pixy + 80 + FEMALE + + + + + + + + + + + + + + + 7680 + 226 + + + diff --git a/data/templates/npc/friendlymob/31850-BlightTreant.xml b/data/templates/npc/friendlymob/31850-BlightTreant.xml new file mode 100644 index 000000000..4444f5156 --- /dev/null +++ b/data/templates/npc/friendlymob/31850-BlightTreant.xml @@ -0,0 +1,25 @@ + + + + Blight Treant + 80 + MALE + + + + + + + + + + + + + + + 7680 + 226 + + + diff --git a/data/templates/npc/friendlymob/31851-Treant.xml b/data/templates/npc/friendlymob/31851-Treant.xml new file mode 100644 index 000000000..5c756dd2c --- /dev/null +++ b/data/templates/npc/friendlymob/31851-Treant.xml @@ -0,0 +1,25 @@ + + + + Treant + 80 + MALE + + + + + + + + + + + + + + + 7680 + 226 + + + diff --git a/data/templates/npc/friendlymob/31853-TreantBremec.xml b/data/templates/npc/friendlymob/31853-TreantBremec.xml new file mode 100644 index 000000000..ab18d76b8 --- /dev/null +++ b/data/templates/npc/friendlymob/31853-TreantBremec.xml @@ -0,0 +1,25 @@ + + + + Treant Bremec + 80 + MALE + + + + + + + + + + + + + + + 7680 + 226 + + + diff --git a/data/templates/npc/grandboss/29001-QueenAnt.xml b/data/templates/npc/grandboss/29001-QueenAnt.xml new file mode 100644 index 000000000..5cebf55b0 --- /dev/null +++ b/data/templates/npc/grandboss/29001-QueenAnt.xml @@ -0,0 +1,56 @@ + + + + Queen Ant + 40 + FEMALE + + + + + + + + + + + + + + + 2179536 + 140740 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29006-Core.xml b/data/templates/npc/grandboss/29006-Core.xml new file mode 100644 index 000000000..28d2983e3 --- /dev/null +++ b/data/templates/npc/grandboss/29006-Core.xml @@ -0,0 +1,56 @@ + + + + Core + 50 + MALE + + + + + + + + + + + + + + + 2041407 + 153786 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29014-Orfen.xml b/data/templates/npc/grandboss/29014-Orfen.xml new file mode 100644 index 000000000..74a29d1cb --- /dev/null +++ b/data/templates/npc/grandboss/29014-Orfen.xml @@ -0,0 +1,59 @@ + + + + Orfen + 50 + FEMALE + + + + + + + + + + + + + + + 2041407 + 153786 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29019-Antharas.xml b/data/templates/npc/grandboss/29019-Antharas.xml new file mode 100644 index 000000000..7605c4373 --- /dev/null +++ b/data/templates/npc/grandboss/29019-Antharas.xml @@ -0,0 +1,127 @@ + + + + Antharas + 79 + MALE + + + + + + + + + + + + + + + 262720918 + 29116376 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29020-Baium.xml b/data/templates/npc/grandboss/29020-Baium.xml new file mode 100644 index 000000000..263800b1d --- /dev/null +++ b/data/templates/npc/grandboss/29020-Baium.xml @@ -0,0 +1,52 @@ + + + + Baium + 75 + MALE + + + + + + + + + + + + + + + 10253400 + 1081544 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29022-Zaken.xml b/data/templates/npc/grandboss/29022-Zaken.xml new file mode 100644 index 000000000..1b381fec3 --- /dev/null +++ b/data/templates/npc/grandboss/29022-Zaken.xml @@ -0,0 +1,80 @@ + + + + Zaken + 60 + MALE + + + + + + + + + + + + + + + 4879746 + 423589 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29028-Valakas.xml b/data/templates/npc/grandboss/29028-Valakas.xml new file mode 100644 index 000000000..77ed8a031 --- /dev/null +++ b/data/templates/npc/grandboss/29028-Valakas.xml @@ -0,0 +1,131 @@ + + + + Valakas + Fire Dragon + 85 + MALE + + + + + + + + + + + + + + + 296105299 + 29014318 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29045-Frintezza.xml b/data/templates/npc/grandboss/29045-Frintezza.xml new file mode 100644 index 000000000..7f29a4031 --- /dev/null +++ b/data/templates/npc/grandboss/29045-Frintezza.xml @@ -0,0 +1,25 @@ + + + + Frintezza + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/grandboss/29046-ScarletVanHalisha.xml b/data/templates/npc/grandboss/29046-ScarletVanHalisha.xml new file mode 100644 index 000000000..a33ade353 --- /dev/null +++ b/data/templates/npc/grandboss/29046-ScarletVanHalisha.xml @@ -0,0 +1,26 @@ + + + + Scarlet van Halisha + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/grandboss/29047-ScarletVanHalisha.xml b/data/templates/npc/grandboss/29047-ScarletVanHalisha.xml new file mode 100644 index 000000000..53688eee2 --- /dev/null +++ b/data/templates/npc/grandboss/29047-ScarletVanHalisha.xml @@ -0,0 +1,122 @@ + + + + Scarlet van Halisha + 85 + MALE + + + + + + + + + + + + + + + 130849003 + 10028450 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29066-Antharas.xml b/data/templates/npc/grandboss/29066-Antharas.xml new file mode 100644 index 000000000..3a267006f --- /dev/null +++ b/data/templates/npc/grandboss/29066-Antharas.xml @@ -0,0 +1,127 @@ + + + + Antharas + 79 + MALE + + + + + + + + + + + + + + + 262720918 + 29116376 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29067-Antharas.xml b/data/templates/npc/grandboss/29067-Antharas.xml new file mode 100644 index 000000000..eae1be0ff --- /dev/null +++ b/data/templates/npc/grandboss/29067-Antharas.xml @@ -0,0 +1,127 @@ + + + + Antharas + 79 + MALE + + + + + + + + + + + + + + + 354676030 + 39307416 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29068-Antharas.xml b/data/templates/npc/grandboss/29068-Antharas.xml new file mode 100644 index 000000000..648bdf88b --- /dev/null +++ b/data/templates/npc/grandboss/29068-Antharas.xml @@ -0,0 +1,128 @@ + + + + Antharas + Earth Dragon + 85 + MALE + + + + + + + + + + + + + + + 538538585 + 52769503 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29099-Baylor.xml b/data/templates/npc/grandboss/29099-Baylor.xml new file mode 100644 index 000000000..1b341c185 --- /dev/null +++ b/data/templates/npc/grandboss/29099-Baylor.xml @@ -0,0 +1,26 @@ + + + + Baylor + Warden + 83 + MALE + + + + + + + + + + + + + + + 3190205 + 2191683 + + + diff --git a/data/templates/npc/grandboss/29118-Beleth.xml b/data/templates/npc/grandboss/29118-Beleth.xml new file mode 100644 index 000000000..8903d40f6 --- /dev/null +++ b/data/templates/npc/grandboss/29118-Beleth.xml @@ -0,0 +1,25 @@ + + + + Beleth + 83 + MALE + + + + + + + + + + + + + + + 16447437 + 1362651 + + + diff --git a/data/templates/npc/grandboss/29150-Ekimus.xml b/data/templates/npc/grandboss/29150-Ekimus.xml new file mode 100644 index 000000000..83172796e --- /dev/null +++ b/data/templates/npc/grandboss/29150-Ekimus.xml @@ -0,0 +1,26 @@ + + + + Ekimus + Lord of Immortality + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/grandboss/29163-Tiat.xml b/data/templates/npc/grandboss/29163-Tiat.xml new file mode 100644 index 000000000..e38ffdb21 --- /dev/null +++ b/data/templates/npc/grandboss/29163-Tiat.xml @@ -0,0 +1,53 @@ + + + + Tiat + Witch of the Dragon of Darkness + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/grandboss/29175-Tiat.xml b/data/templates/npc/grandboss/29175-Tiat.xml new file mode 100644 index 000000000..a718bafd1 --- /dev/null +++ b/data/templates/npc/grandboss/29175-Tiat.xml @@ -0,0 +1,26 @@ + + + + Tiat + Witch of the Dragon of Darkness + 82 + FEMALE + + + + + + + + + + + + + + + 11480335 + 4460470 + + + diff --git a/data/templates/npc/grandboss/29176-Zaken.xml b/data/templates/npc/grandboss/29176-Zaken.xml new file mode 100644 index 000000000..381ae969c --- /dev/null +++ b/data/templates/npc/grandboss/29176-Zaken.xml @@ -0,0 +1,25 @@ + + + + Zaken + 60 + MALE + + + + + + + + + + + + + + + 4154684 + 587467 + + + diff --git a/data/templates/npc/grandboss/29177-Freya.xml b/data/templates/npc/grandboss/29177-Freya.xml new file mode 100644 index 000000000..afc824aca --- /dev/null +++ b/data/templates/npc/grandboss/29177-Freya.xml @@ -0,0 +1,26 @@ + + + + Freya + Ice Queen + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/grandboss/29178-Freya.xml b/data/templates/npc/grandboss/29178-Freya.xml new file mode 100644 index 000000000..743261d7e --- /dev/null +++ b/data/templates/npc/grandboss/29178-Freya.xml @@ -0,0 +1,26 @@ + + + + Freya + Ice Queen + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/grandboss/29179-Freya.xml b/data/templates/npc/grandboss/29179-Freya.xml new file mode 100644 index 000000000..b5cb53b87 --- /dev/null +++ b/data/templates/npc/grandboss/29179-Freya.xml @@ -0,0 +1,26 @@ + + + + Freya + Ice Queen + 85 + FEMALE + + + + + + + + + + + + + + + 51569937 + 6164678 + + + diff --git a/data/templates/npc/grandboss/29180-Freya.xml b/data/templates/npc/grandboss/29180-Freya.xml new file mode 100644 index 000000000..eb96aa6c1 --- /dev/null +++ b/data/templates/npc/grandboss/29180-Freya.xml @@ -0,0 +1,26 @@ + + + + Freya + Ice Queen + 85 + FEMALE + + + + + + + + + + + + + + + 108799553 + 12524212 + + + diff --git a/data/templates/npc/grandboss/29181-Zaken.xml b/data/templates/npc/grandboss/29181-Zaken.xml new file mode 100644 index 000000000..b57ebc6e6 --- /dev/null +++ b/data/templates/npc/grandboss/29181-Zaken.xml @@ -0,0 +1,25 @@ + + + + Zaken + 83 + MALE + + + + + + + + + + + + + + + 15282889 + 2051807 + + + diff --git a/data/templates/npc/grandboss/29186-Balor.xml b/data/templates/npc/grandboss/29186-Balor.xml new file mode 100644 index 000000000..663acaea0 --- /dev/null +++ b/data/templates/npc/grandboss/29186-Balor.xml @@ -0,0 +1,26 @@ + + + + Balor + Chief Guard + 85 + MALE + + + + + + + + + + + + + + + 9930637 + 1322209 + + + diff --git a/data/templates/npc/guard/30039-Gilbert.xml b/data/templates/npc/guard/30039-Gilbert.xml new file mode 100644 index 000000000..0ed21bdab --- /dev/null +++ b/data/templates/npc/guard/30039-Gilbert.xml @@ -0,0 +1,27 @@ + + + + Gilbert + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30040-Leon.xml b/data/templates/npc/guard/30040-Leon.xml new file mode 100644 index 000000000..dcca8513e --- /dev/null +++ b/data/templates/npc/guard/30040-Leon.xml @@ -0,0 +1,27 @@ + + + + Leon + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30041-Arnold.xml b/data/templates/npc/guard/30041-Arnold.xml new file mode 100644 index 000000000..f17d402cb --- /dev/null +++ b/data/templates/npc/guard/30041-Arnold.xml @@ -0,0 +1,27 @@ + + + + Arnold + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30042-Abellos.xml b/data/templates/npc/guard/30042-Abellos.xml new file mode 100644 index 000000000..4320466ea --- /dev/null +++ b/data/templates/npc/guard/30042-Abellos.xml @@ -0,0 +1,27 @@ + + + + Abellos + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30043-Johnstone.xml b/data/templates/npc/guard/30043-Johnstone.xml new file mode 100644 index 000000000..33a93309f --- /dev/null +++ b/data/templates/npc/guard/30043-Johnstone.xml @@ -0,0 +1,27 @@ + + + + Johnstone + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30044-Chiperan.xml b/data/templates/npc/guard/30044-Chiperan.xml new file mode 100644 index 000000000..e2128725c --- /dev/null +++ b/data/templates/npc/guard/30044-Chiperan.xml @@ -0,0 +1,27 @@ + + + + Chiperan + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30045-Kenyos.xml b/data/templates/npc/guard/30045-Kenyos.xml new file mode 100644 index 000000000..586f595c5 --- /dev/null +++ b/data/templates/npc/guard/30045-Kenyos.xml @@ -0,0 +1,27 @@ + + + + Kenyos + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30046-Hanks.xml b/data/templates/npc/guard/30046-Hanks.xml new file mode 100644 index 000000000..09cd5ce8f --- /dev/null +++ b/data/templates/npc/guard/30046-Hanks.xml @@ -0,0 +1,27 @@ + + + + Hanks + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30071-Lucas.xml b/data/templates/npc/guard/30071-Lucas.xml new file mode 100644 index 000000000..b14790973 --- /dev/null +++ b/data/templates/npc/guard/30071-Lucas.xml @@ -0,0 +1,27 @@ + + + + Lucas + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30072-Metty.xml b/data/templates/npc/guard/30072-Metty.xml new file mode 100644 index 000000000..8946f0a5b --- /dev/null +++ b/data/templates/npc/guard/30072-Metty.xml @@ -0,0 +1,27 @@ + + + + Metty + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30073-Jacob.xml b/data/templates/npc/guard/30073-Jacob.xml new file mode 100644 index 000000000..073a0a647 --- /dev/null +++ b/data/templates/npc/guard/30073-Jacob.xml @@ -0,0 +1,27 @@ + + + + Jacob + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30074-Harlan.xml b/data/templates/npc/guard/30074-Harlan.xml new file mode 100644 index 000000000..cb125d834 --- /dev/null +++ b/data/templates/npc/guard/30074-Harlan.xml @@ -0,0 +1,27 @@ + + + + Harlan + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30075-Xaber.xml b/data/templates/npc/guard/30075-Xaber.xml new file mode 100644 index 000000000..052f5b792 --- /dev/null +++ b/data/templates/npc/guard/30075-Xaber.xml @@ -0,0 +1,27 @@ + + + + Xaber + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30076-Liam.xml b/data/templates/npc/guard/30076-Liam.xml new file mode 100644 index 000000000..f3bc20009 --- /dev/null +++ b/data/templates/npc/guard/30076-Liam.xml @@ -0,0 +1,27 @@ + + + + Liam + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30121-Jeronin.xml b/data/templates/npc/guard/30121-Jeronin.xml new file mode 100644 index 000000000..565b65035 --- /dev/null +++ b/data/templates/npc/guard/30121-Jeronin.xml @@ -0,0 +1,27 @@ + + + + Jeronin + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30122-Bane.xml b/data/templates/npc/guard/30122-Bane.xml new file mode 100644 index 000000000..8eb9e09c7 --- /dev/null +++ b/data/templates/npc/guard/30122-Bane.xml @@ -0,0 +1,27 @@ + + + + Bane + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30123-Vesa.xml b/data/templates/npc/guard/30123-Vesa.xml new file mode 100644 index 000000000..ce185a905 --- /dev/null +++ b/data/templates/npc/guard/30123-Vesa.xml @@ -0,0 +1,27 @@ + + + + Vesa + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30124-Zerome.xml b/data/templates/npc/guard/30124-Zerome.xml new file mode 100644 index 000000000..1eeea9ff1 --- /dev/null +++ b/data/templates/npc/guard/30124-Zerome.xml @@ -0,0 +1,27 @@ + + + + Zerome + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30125-Belton.xml b/data/templates/npc/guard/30125-Belton.xml new file mode 100644 index 000000000..1ca6fd277 --- /dev/null +++ b/data/templates/npc/guard/30125-Belton.xml @@ -0,0 +1,27 @@ + + + + Belton + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30126-Rath.xml b/data/templates/npc/guard/30126-Rath.xml new file mode 100644 index 000000000..749509f6f --- /dev/null +++ b/data/templates/npc/guard/30126-Rath.xml @@ -0,0 +1,27 @@ + + + + Rath + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30128-Atanas.xml b/data/templates/npc/guard/30128-Atanas.xml new file mode 100644 index 000000000..9cf12263d --- /dev/null +++ b/data/templates/npc/guard/30128-Atanas.xml @@ -0,0 +1,27 @@ + + + + Atanas + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30196-Mouen.xml b/data/templates/npc/guard/30196-Mouen.xml new file mode 100644 index 000000000..c8e8e476e --- /dev/null +++ b/data/templates/npc/guard/30196-Mouen.xml @@ -0,0 +1,27 @@ + + + + Mouen + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30197-Hector.xml b/data/templates/npc/guard/30197-Hector.xml new file mode 100644 index 000000000..4641cbdf2 --- /dev/null +++ b/data/templates/npc/guard/30197-Hector.xml @@ -0,0 +1,27 @@ + + + + Hector + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30198-Jerin.xml b/data/templates/npc/guard/30198-Jerin.xml new file mode 100644 index 000000000..25b68f85d --- /dev/null +++ b/data/templates/npc/guard/30198-Jerin.xml @@ -0,0 +1,27 @@ + + + + Jerin + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30199-Yates.xml b/data/templates/npc/guard/30199-Yates.xml new file mode 100644 index 000000000..a8d0c9ab8 --- /dev/null +++ b/data/templates/npc/guard/30199-Yates.xml @@ -0,0 +1,27 @@ + + + + Yates + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30200-Stan.xml b/data/templates/npc/guard/30200-Stan.xml new file mode 100644 index 000000000..c15b32eca --- /dev/null +++ b/data/templates/npc/guard/30200-Stan.xml @@ -0,0 +1,27 @@ + + + + Stan + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30201-Pinaps.xml b/data/templates/npc/guard/30201-Pinaps.xml new file mode 100644 index 000000000..20b2a61d4 --- /dev/null +++ b/data/templates/npc/guard/30201-Pinaps.xml @@ -0,0 +1,27 @@ + + + + Pinaps + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30216-Wheeler.xml b/data/templates/npc/guard/30216-Wheeler.xml new file mode 100644 index 000000000..d0239d88f --- /dev/null +++ b/data/templates/npc/guard/30216-Wheeler.xml @@ -0,0 +1,27 @@ + + + + Wheeler + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30217-Berros.xml b/data/templates/npc/guard/30217-Berros.xml new file mode 100644 index 000000000..3bca09095 --- /dev/null +++ b/data/templates/npc/guard/30217-Berros.xml @@ -0,0 +1,27 @@ + + + + Berros + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30218-Kendell.xml b/data/templates/npc/guard/30218-Kendell.xml new file mode 100644 index 000000000..2e5174e37 --- /dev/null +++ b/data/templates/npc/guard/30218-Kendell.xml @@ -0,0 +1,27 @@ + + + + Kendell + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30219-Veltress.xml b/data/templates/npc/guard/30219-Veltress.xml new file mode 100644 index 000000000..665b7277f --- /dev/null +++ b/data/templates/npc/guard/30219-Veltress.xml @@ -0,0 +1,27 @@ + + + + Veltress + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30220-Starden.xml b/data/templates/npc/guard/30220-Starden.xml new file mode 100644 index 000000000..2da38abd3 --- /dev/null +++ b/data/templates/npc/guard/30220-Starden.xml @@ -0,0 +1,27 @@ + + + + Starden + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30221-Rayen.xml b/data/templates/npc/guard/30221-Rayen.xml new file mode 100644 index 000000000..08cb13e7e --- /dev/null +++ b/data/templates/npc/guard/30221-Rayen.xml @@ -0,0 +1,27 @@ + + + + Rayen + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30224-Rayla.xml b/data/templates/npc/guard/30224-Rayla.xml new file mode 100644 index 000000000..02819a93d --- /dev/null +++ b/data/templates/npc/guard/30224-Rayla.xml @@ -0,0 +1,27 @@ + + + + Rayla + Sentry Knight + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30284-Alberius.xml b/data/templates/npc/guard/30284-Alberius.xml new file mode 100644 index 000000000..cb8667629 --- /dev/null +++ b/data/templates/npc/guard/30284-Alberius.xml @@ -0,0 +1,27 @@ + + + + Alberius + Sentinel Knight + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30285-Gartrandell.xml b/data/templates/npc/guard/30285-Gartrandell.xml new file mode 100644 index 000000000..08278df1f --- /dev/null +++ b/data/templates/npc/guard/30285-Gartrandell.xml @@ -0,0 +1,27 @@ + + + + Gartrandell + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30331-Toma.xml b/data/templates/npc/guard/30331-Toma.xml new file mode 100644 index 000000000..df1d9c5c3 --- /dev/null +++ b/data/templates/npc/guard/30331-Toma.xml @@ -0,0 +1,27 @@ + + + + Toma + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30332-Bathis.xml b/data/templates/npc/guard/30332-Bathis.xml new file mode 100644 index 000000000..67bc08903 --- /dev/null +++ b/data/templates/npc/guard/30332-Bathis.xml @@ -0,0 +1,27 @@ + + + + Bathis + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30333-Praga.xml b/data/templates/npc/guard/30333-Praga.xml new file mode 100644 index 000000000..d06e3f192 --- /dev/null +++ b/data/templates/npc/guard/30333-Praga.xml @@ -0,0 +1,27 @@ + + + + Praga + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30334-Babenco.xml b/data/templates/npc/guard/30334-Babenco.xml new file mode 100644 index 000000000..a59f48cf8 --- /dev/null +++ b/data/templates/npc/guard/30334-Babenco.xml @@ -0,0 +1,27 @@ + + + + Babenco + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30335-Brynn.xml b/data/templates/npc/guard/30335-Brynn.xml new file mode 100644 index 000000000..c0a43476c --- /dev/null +++ b/data/templates/npc/guard/30335-Brynn.xml @@ -0,0 +1,27 @@ + + + + Brynn + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30336-Curtis.xml b/data/templates/npc/guard/30336-Curtis.xml new file mode 100644 index 000000000..05317de55 --- /dev/null +++ b/data/templates/npc/guard/30336-Curtis.xml @@ -0,0 +1,27 @@ + + + + Curtis + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30337-Moretti.xml b/data/templates/npc/guard/30337-Moretti.xml new file mode 100644 index 000000000..28ad3cd47 --- /dev/null +++ b/data/templates/npc/guard/30337-Moretti.xml @@ -0,0 +1,27 @@ + + + + Moretti + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30338-Melville.xml b/data/templates/npc/guard/30338-Melville.xml new file mode 100644 index 000000000..23fde2cd3 --- /dev/null +++ b/data/templates/npc/guard/30338-Melville.xml @@ -0,0 +1,27 @@ + + + + Melville + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30346-Kayleen.xml b/data/templates/npc/guard/30346-Kayleen.xml new file mode 100644 index 000000000..5a1b6c018 --- /dev/null +++ b/data/templates/npc/guard/30346-Kayleen.xml @@ -0,0 +1,27 @@ + + + + Kayleen + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30347-Marion.xml b/data/templates/npc/guard/30347-Marion.xml new file mode 100644 index 000000000..d997a5044 --- /dev/null +++ b/data/templates/npc/guard/30347-Marion.xml @@ -0,0 +1,27 @@ + + + + Marion + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30348-Nelsya.xml b/data/templates/npc/guard/30348-Nelsya.xml new file mode 100644 index 000000000..6b7a7d873 --- /dev/null +++ b/data/templates/npc/guard/30348-Nelsya.xml @@ -0,0 +1,27 @@ + + + + Nelsya + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30349-Jenna.xml b/data/templates/npc/guard/30349-Jenna.xml new file mode 100644 index 000000000..2289a39e5 --- /dev/null +++ b/data/templates/npc/guard/30349-Jenna.xml @@ -0,0 +1,27 @@ + + + + Jenna + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30355-Roselyn.xml b/data/templates/npc/guard/30355-Roselyn.xml new file mode 100644 index 000000000..0d04d0ab5 --- /dev/null +++ b/data/templates/npc/guard/30355-Roselyn.xml @@ -0,0 +1,27 @@ + + + + Roselyn + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30356-Altima.xml b/data/templates/npc/guard/30356-Altima.xml new file mode 100644 index 000000000..6cffe0a4e --- /dev/null +++ b/data/templates/npc/guard/30356-Altima.xml @@ -0,0 +1,27 @@ + + + + Altima + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30357-Kristin.xml b/data/templates/npc/guard/30357-Kristin.xml new file mode 100644 index 000000000..c09803c23 --- /dev/null +++ b/data/templates/npc/guard/30357-Kristin.xml @@ -0,0 +1,27 @@ + + + + Kristin + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30379-Bezique.xml b/data/templates/npc/guard/30379-Bezique.xml new file mode 100644 index 000000000..66242783c --- /dev/null +++ b/data/templates/npc/guard/30379-Bezique.xml @@ -0,0 +1,27 @@ + + + + Bezique + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30380-Plink.xml b/data/templates/npc/guard/30380-Plink.xml new file mode 100644 index 000000000..3b26e1311 --- /dev/null +++ b/data/templates/npc/guard/30380-Plink.xml @@ -0,0 +1,27 @@ + + + + Plink + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30381-Alvah.xml b/data/templates/npc/guard/30381-Alvah.xml new file mode 100644 index 000000000..093df5091 --- /dev/null +++ b/data/templates/npc/guard/30381-Alvah.xml @@ -0,0 +1,27 @@ + + + + Alvah + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30382-Leikan.xml b/data/templates/npc/guard/30382-Leikan.xml new file mode 100644 index 000000000..f6440eb15 --- /dev/null +++ b/data/templates/npc/guard/30382-Leikan.xml @@ -0,0 +1,27 @@ + + + + Leikan + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30383-Scott.xml b/data/templates/npc/guard/30383-Scott.xml new file mode 100644 index 000000000..3333d6930 --- /dev/null +++ b/data/templates/npc/guard/30383-Scott.xml @@ -0,0 +1,27 @@ + + + + Scott + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30384-Linus.xml b/data/templates/npc/guard/30384-Linus.xml new file mode 100644 index 000000000..a6ecc344a --- /dev/null +++ b/data/templates/npc/guard/30384-Linus.xml @@ -0,0 +1,27 @@ + + + + Linus + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30385-Weisz.xml b/data/templates/npc/guard/30385-Weisz.xml new file mode 100644 index 000000000..6e02ee004 --- /dev/null +++ b/data/templates/npc/guard/30385-Weisz.xml @@ -0,0 +1,27 @@ + + + + Weisz + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30386-Luis.xml b/data/templates/npc/guard/30386-Luis.xml new file mode 100644 index 000000000..a3c7cbe3b --- /dev/null +++ b/data/templates/npc/guard/30386-Luis.xml @@ -0,0 +1,27 @@ + + + + Luis + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30430-Trionell.xml b/data/templates/npc/guard/30430-Trionell.xml new file mode 100644 index 000000000..8cf198708 --- /dev/null +++ b/data/templates/npc/guard/30430-Trionell.xml @@ -0,0 +1,27 @@ + + + + Trionell + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30431-Eriel.xml b/data/templates/npc/guard/30431-Eriel.xml new file mode 100644 index 000000000..30b090072 --- /dev/null +++ b/data/templates/npc/guard/30431-Eriel.xml @@ -0,0 +1,27 @@ + + + + Eriel + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30432-Irene.xml b/data/templates/npc/guard/30432-Irene.xml new file mode 100644 index 000000000..b7505f824 --- /dev/null +++ b/data/templates/npc/guard/30432-Irene.xml @@ -0,0 +1,27 @@ + + + + Irene + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30433-Kathaway.xml b/data/templates/npc/guard/30433-Kathaway.xml new file mode 100644 index 000000000..0e2b95bd7 --- /dev/null +++ b/data/templates/npc/guard/30433-Kathaway.xml @@ -0,0 +1,27 @@ + + + + Kathaway + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30452-Kurt.xml b/data/templates/npc/guard/30452-Kurt.xml new file mode 100644 index 000000000..f06a8e026 --- /dev/null +++ b/data/templates/npc/guard/30452-Kurt.xml @@ -0,0 +1,27 @@ + + + + Kurt + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30465-Herven.xml b/data/templates/npc/guard/30465-Herven.xml new file mode 100644 index 000000000..ac510c210 --- /dev/null +++ b/data/templates/npc/guard/30465-Herven.xml @@ -0,0 +1,27 @@ + + + + Herven + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30466-Bright.xml b/data/templates/npc/guard/30466-Bright.xml new file mode 100644 index 000000000..7c54934ad --- /dev/null +++ b/data/templates/npc/guard/30466-Bright.xml @@ -0,0 +1,27 @@ + + + + Bright + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30478-Reikin.xml b/data/templates/npc/guard/30478-Reikin.xml new file mode 100644 index 000000000..4be0bdd86 --- /dev/null +++ b/data/templates/npc/guard/30478-Reikin.xml @@ -0,0 +1,27 @@ + + + + Reikin + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30541-Paion.xml b/data/templates/npc/guard/30541-Paion.xml new file mode 100644 index 000000000..72a8bafe9 --- /dev/null +++ b/data/templates/npc/guard/30541-Paion.xml @@ -0,0 +1,27 @@ + + + + Paion + Protector + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30542-Runant.xml b/data/templates/npc/guard/30542-Runant.xml new file mode 100644 index 000000000..a18db6237 --- /dev/null +++ b/data/templates/npc/guard/30542-Runant.xml @@ -0,0 +1,27 @@ + + + + Runant + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30543-Ethan.xml b/data/templates/npc/guard/30543-Ethan.xml new file mode 100644 index 000000000..f686b7d1e --- /dev/null +++ b/data/templates/npc/guard/30543-Ethan.xml @@ -0,0 +1,27 @@ + + + + Ethan + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30544-Cromwell.xml b/data/templates/npc/guard/30544-Cromwell.xml new file mode 100644 index 000000000..101a842f5 --- /dev/null +++ b/data/templates/npc/guard/30544-Cromwell.xml @@ -0,0 +1,27 @@ + + + + Cromwell + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30545-Proton.xml b/data/templates/npc/guard/30545-Proton.xml new file mode 100644 index 000000000..aaf5d0877 --- /dev/null +++ b/data/templates/npc/guard/30545-Proton.xml @@ -0,0 +1,27 @@ + + + + Proton + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30546-Dinkey.xml b/data/templates/npc/guard/30546-Dinkey.xml new file mode 100644 index 000000000..dad9e7e82 --- /dev/null +++ b/data/templates/npc/guard/30546-Dinkey.xml @@ -0,0 +1,27 @@ + + + + Dinkey + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30547-Tardyon.xml b/data/templates/npc/guard/30547-Tardyon.xml new file mode 100644 index 000000000..4a8a890ef --- /dev/null +++ b/data/templates/npc/guard/30547-Tardyon.xml @@ -0,0 +1,27 @@ + + + + Tardyon + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30548-Nathan.xml b/data/templates/npc/guard/30548-Nathan.xml new file mode 100644 index 000000000..e136d03bd --- /dev/null +++ b/data/templates/npc/guard/30548-Nathan.xml @@ -0,0 +1,27 @@ + + + + Nathan + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30577-Rukain.xml b/data/templates/npc/guard/30577-Rukain.xml new file mode 100644 index 000000000..e82a164ab --- /dev/null +++ b/data/templates/npc/guard/30577-Rukain.xml @@ -0,0 +1,27 @@ + + + + Rukain + Praetorian + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30578-Nakusin.xml b/data/templates/npc/guard/30578-Nakusin.xml new file mode 100644 index 000000000..625a46c83 --- /dev/null +++ b/data/templates/npc/guard/30578-Nakusin.xml @@ -0,0 +1,27 @@ + + + + Nakusin + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30579-Tamai.xml b/data/templates/npc/guard/30579-Tamai.xml new file mode 100644 index 000000000..fb77107b8 --- /dev/null +++ b/data/templates/npc/guard/30579-Tamai.xml @@ -0,0 +1,27 @@ + + + + Tamai + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30580-Parugon.xml b/data/templates/npc/guard/30580-Parugon.xml new file mode 100644 index 000000000..9bec352f0 --- /dev/null +++ b/data/templates/npc/guard/30580-Parugon.xml @@ -0,0 +1,27 @@ + + + + Parugon + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30581-Orinak.xml b/data/templates/npc/guard/30581-Orinak.xml new file mode 100644 index 000000000..f05be5da6 --- /dev/null +++ b/data/templates/npc/guard/30581-Orinak.xml @@ -0,0 +1,27 @@ + + + + Orinak + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30582-Tiku.xml b/data/templates/npc/guard/30582-Tiku.xml new file mode 100644 index 000000000..4607909ce --- /dev/null +++ b/data/templates/npc/guard/30582-Tiku.xml @@ -0,0 +1,27 @@ + + + + Tiku + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30583-Petukai.xml b/data/templates/npc/guard/30583-Petukai.xml new file mode 100644 index 000000000..df1fa7d3c --- /dev/null +++ b/data/templates/npc/guard/30583-Petukai.xml @@ -0,0 +1,27 @@ + + + + Petukai + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30584-Vapook.xml b/data/templates/npc/guard/30584-Vapook.xml new file mode 100644 index 000000000..a82f2d2b3 --- /dev/null +++ b/data/templates/npc/guard/30584-Vapook.xml @@ -0,0 +1,27 @@ + + + + Vapook + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30707-Raigen.xml b/data/templates/npc/guard/30707-Raigen.xml new file mode 100644 index 000000000..b92ba81cd --- /dev/null +++ b/data/templates/npc/guard/30707-Raigen.xml @@ -0,0 +1,27 @@ + + + + Raigen + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30708-Nasign.xml b/data/templates/npc/guard/30708-Nasign.xml new file mode 100644 index 000000000..f3ba4c673 --- /dev/null +++ b/data/templates/npc/guard/30708-Nasign.xml @@ -0,0 +1,27 @@ + + + + Nasign + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30709-Norton.xml b/data/templates/npc/guard/30709-Norton.xml new file mode 100644 index 000000000..59d556c6c --- /dev/null +++ b/data/templates/npc/guard/30709-Norton.xml @@ -0,0 +1,27 @@ + + + + Norton + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30710-Weston.xml b/data/templates/npc/guard/30710-Weston.xml new file mode 100644 index 000000000..2dcf5eefa --- /dev/null +++ b/data/templates/npc/guard/30710-Weston.xml @@ -0,0 +1,27 @@ + + + + Weston + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30711-Byron.xml b/data/templates/npc/guard/30711-Byron.xml new file mode 100644 index 000000000..37007e424 --- /dev/null +++ b/data/templates/npc/guard/30711-Byron.xml @@ -0,0 +1,27 @@ + + + + Byron + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30712-Makhis.xml b/data/templates/npc/guard/30712-Makhis.xml new file mode 100644 index 000000000..4b4f9518f --- /dev/null +++ b/data/templates/npc/guard/30712-Makhis.xml @@ -0,0 +1,27 @@ + + + + Makhis + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30713-Gardner.xml b/data/templates/npc/guard/30713-Gardner.xml new file mode 100644 index 000000000..1a248248b --- /dev/null +++ b/data/templates/npc/guard/30713-Gardner.xml @@ -0,0 +1,27 @@ + + + + Gardner + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30714-Paros.xml b/data/templates/npc/guard/30714-Paros.xml new file mode 100644 index 000000000..48b0a0bdb --- /dev/null +++ b/data/templates/npc/guard/30714-Paros.xml @@ -0,0 +1,27 @@ + + + + Paros + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30723-Roy.xml b/data/templates/npc/guard/30723-Roy.xml new file mode 100644 index 000000000..7d10ee44f --- /dev/null +++ b/data/templates/npc/guard/30723-Roy.xml @@ -0,0 +1,27 @@ + + + + Roy + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30724-Tavillian.xml b/data/templates/npc/guard/30724-Tavillian.xml new file mode 100644 index 000000000..ea3e2b24a --- /dev/null +++ b/data/templates/npc/guard/30724-Tavillian.xml @@ -0,0 +1,27 @@ + + + + Tavillian + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30725-Yening.xml b/data/templates/npc/guard/30725-Yening.xml new file mode 100644 index 000000000..68e0d97b5 --- /dev/null +++ b/data/templates/npc/guard/30725-Yening.xml @@ -0,0 +1,27 @@ + + + + Yening + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30726-Tebose.xml b/data/templates/npc/guard/30726-Tebose.xml new file mode 100644 index 000000000..83db9c69a --- /dev/null +++ b/data/templates/npc/guard/30726-Tebose.xml @@ -0,0 +1,27 @@ + + + + Tebose + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30733-Guard.xml b/data/templates/npc/guard/30733-Guard.xml new file mode 100644 index 000000000..cc0b117ea --- /dev/null +++ b/data/templates/npc/guard/30733-Guard.xml @@ -0,0 +1,26 @@ + + + + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30870-Kurtiz.xml b/data/templates/npc/guard/30870-Kurtiz.xml new file mode 100644 index 000000000..a0fde5a39 --- /dev/null +++ b/data/templates/npc/guard/30870-Kurtiz.xml @@ -0,0 +1,27 @@ + + + + Kurtiz + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30871-Bret.xml b/data/templates/npc/guard/30871-Bret.xml new file mode 100644 index 000000000..a2dc937f0 --- /dev/null +++ b/data/templates/npc/guard/30871-Bret.xml @@ -0,0 +1,27 @@ + + + + Bret + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30872-Conroy.xml b/data/templates/npc/guard/30872-Conroy.xml new file mode 100644 index 000000000..61722e66a --- /dev/null +++ b/data/templates/npc/guard/30872-Conroy.xml @@ -0,0 +1,27 @@ + + + + Conroy + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30873-Coleman.xml b/data/templates/npc/guard/30873-Coleman.xml new file mode 100644 index 000000000..31643bfa6 --- /dev/null +++ b/data/templates/npc/guard/30873-Coleman.xml @@ -0,0 +1,27 @@ + + + + Coleman + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30874-Aldis.xml b/data/templates/npc/guard/30874-Aldis.xml new file mode 100644 index 000000000..f3578926c --- /dev/null +++ b/data/templates/npc/guard/30874-Aldis.xml @@ -0,0 +1,27 @@ + + + + Aldis + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30875-Carlton.xml b/data/templates/npc/guard/30875-Carlton.xml new file mode 100644 index 000000000..186a00d9b --- /dev/null +++ b/data/templates/npc/guard/30875-Carlton.xml @@ -0,0 +1,27 @@ + + + + Carlton + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30876-Eastan.xml b/data/templates/npc/guard/30876-Eastan.xml new file mode 100644 index 000000000..f51aa47ba --- /dev/null +++ b/data/templates/npc/guard/30876-Eastan.xml @@ -0,0 +1,27 @@ + + + + Eastan + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30877-Grayson.xml b/data/templates/npc/guard/30877-Grayson.xml new file mode 100644 index 000000000..7ed2dc6c9 --- /dev/null +++ b/data/templates/npc/guard/30877-Grayson.xml @@ -0,0 +1,27 @@ + + + + Grayson + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30880-ViktorVanDake.xml b/data/templates/npc/guard/30880-ViktorVanDake.xml new file mode 100644 index 000000000..3fe8a5170 --- /dev/null +++ b/data/templates/npc/guard/30880-ViktorVanDake.xml @@ -0,0 +1,27 @@ + + + + Viktor Van Dake + Border Outpost Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30881-Sanders.xml b/data/templates/npc/guard/30881-Sanders.xml new file mode 100644 index 000000000..438571958 --- /dev/null +++ b/data/templates/npc/guard/30881-Sanders.xml @@ -0,0 +1,26 @@ + + + + Sanders + Border Outpost Aide + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/guard/30882-FrontierGuard.xml b/data/templates/npc/guard/30882-FrontierGuard.xml new file mode 100644 index 000000000..34df24619 --- /dev/null +++ b/data/templates/npc/guard/30882-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30883-FrontierGuard.xml b/data/templates/npc/guard/30883-FrontierGuard.xml new file mode 100644 index 000000000..e0c0a292e --- /dev/null +++ b/data/templates/npc/guard/30883-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30884-FrontierGuard.xml b/data/templates/npc/guard/30884-FrontierGuard.xml new file mode 100644 index 000000000..7571ede5e --- /dev/null +++ b/data/templates/npc/guard/30884-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30885-FrontierGuard.xml b/data/templates/npc/guard/30885-FrontierGuard.xml new file mode 100644 index 000000000..4e5b2b4bf --- /dev/null +++ b/data/templates/npc/guard/30885-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30886-FrontierGuard.xml b/data/templates/npc/guard/30886-FrontierGuard.xml new file mode 100644 index 000000000..611aaa940 --- /dev/null +++ b/data/templates/npc/guard/30886-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30887-FrontierGuard.xml b/data/templates/npc/guard/30887-FrontierGuard.xml new file mode 100644 index 000000000..21fc89a17 --- /dev/null +++ b/data/templates/npc/guard/30887-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30888-FrontierGuard.xml b/data/templates/npc/guard/30888-FrontierGuard.xml new file mode 100644 index 000000000..4bfc4b7b9 --- /dev/null +++ b/data/templates/npc/guard/30888-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30889-FrontierGuard.xml b/data/templates/npc/guard/30889-FrontierGuard.xml new file mode 100644 index 000000000..89f0f678d --- /dev/null +++ b/data/templates/npc/guard/30889-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30916-Gosta.xml b/data/templates/npc/guard/30916-Gosta.xml new file mode 100644 index 000000000..9029ce50c --- /dev/null +++ b/data/templates/npc/guard/30916-Gosta.xml @@ -0,0 +1,27 @@ + + + + Gosta + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30917-Dupuis.xml b/data/templates/npc/guard/30917-Dupuis.xml new file mode 100644 index 000000000..00ac44738 --- /dev/null +++ b/data/templates/npc/guard/30917-Dupuis.xml @@ -0,0 +1,27 @@ + + + + Dupuis + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30918-Kent.xml b/data/templates/npc/guard/30918-Kent.xml new file mode 100644 index 000000000..1e34ea759 --- /dev/null +++ b/data/templates/npc/guard/30918-Kent.xml @@ -0,0 +1,27 @@ + + + + Kent + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30919-Rodic.xml b/data/templates/npc/guard/30919-Rodic.xml new file mode 100644 index 000000000..dd2adc1e7 --- /dev/null +++ b/data/templates/npc/guard/30919-Rodic.xml @@ -0,0 +1,27 @@ + + + + Rodic + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30920-Kraisen.xml b/data/templates/npc/guard/30920-Kraisen.xml new file mode 100644 index 000000000..38eedbcb8 --- /dev/null +++ b/data/templates/npc/guard/30920-Kraisen.xml @@ -0,0 +1,27 @@ + + + + Kraisen + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30921-Timos.xml b/data/templates/npc/guard/30921-Timos.xml new file mode 100644 index 000000000..54ca7f880 --- /dev/null +++ b/data/templates/npc/guard/30921-Timos.xml @@ -0,0 +1,27 @@ + + + + Timos + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30922-Cage.xml b/data/templates/npc/guard/30922-Cage.xml new file mode 100644 index 000000000..b44be0275 --- /dev/null +++ b/data/templates/npc/guard/30922-Cage.xml @@ -0,0 +1,27 @@ + + + + Cage + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/30923-Dunst.xml b/data/templates/npc/guard/30923-Dunst.xml new file mode 100644 index 000000000..1a85e4bcf --- /dev/null +++ b/data/templates/npc/guard/30923-Dunst.xml @@ -0,0 +1,27 @@ + + + + Dunst + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31032-Guard.xml b/data/templates/npc/guard/31032-Guard.xml new file mode 100644 index 000000000..40257c9d0 --- /dev/null +++ b/data/templates/npc/guard/31032-Guard.xml @@ -0,0 +1,26 @@ + + + + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31033-Sentinel.xml b/data/templates/npc/guard/31033-Sentinel.xml new file mode 100644 index 000000000..1c5be603b --- /dev/null +++ b/data/templates/npc/guard/31033-Sentinel.xml @@ -0,0 +1,26 @@ + + + + Sentinel + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31034-Sentry.xml b/data/templates/npc/guard/31034-Sentry.xml new file mode 100644 index 000000000..5363de54e --- /dev/null +++ b/data/templates/npc/guard/31034-Sentry.xml @@ -0,0 +1,26 @@ + + + + Sentry + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31035-Defender.xml b/data/templates/npc/guard/31035-Defender.xml new file mode 100644 index 000000000..b7f9e5190 --- /dev/null +++ b/data/templates/npc/guard/31035-Defender.xml @@ -0,0 +1,26 @@ + + + + Defender + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31036-Centurion.xml b/data/templates/npc/guard/31036-Centurion.xml new file mode 100644 index 000000000..051cb0f42 --- /dev/null +++ b/data/templates/npc/guard/31036-Centurion.xml @@ -0,0 +1,26 @@ + + + + Centurion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31292-Andrei.xml b/data/templates/npc/guard/31292-Andrei.xml new file mode 100644 index 000000000..641bfd103 --- /dev/null +++ b/data/templates/npc/guard/31292-Andrei.xml @@ -0,0 +1,27 @@ + + + + Andrei + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31293-Gunter.xml b/data/templates/npc/guard/31293-Gunter.xml new file mode 100644 index 000000000..8657c059b --- /dev/null +++ b/data/templates/npc/guard/31293-Gunter.xml @@ -0,0 +1,27 @@ + + + + Gunter + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31294-Sven.xml b/data/templates/npc/guard/31294-Sven.xml new file mode 100644 index 000000000..0452fead6 --- /dev/null +++ b/data/templates/npc/guard/31294-Sven.xml @@ -0,0 +1,27 @@ + + + + Sven + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31295-Henrik.xml b/data/templates/npc/guard/31295-Henrik.xml new file mode 100644 index 000000000..185804628 --- /dev/null +++ b/data/templates/npc/guard/31295-Henrik.xml @@ -0,0 +1,27 @@ + + + + Henrik + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31296-Cadmon.xml b/data/templates/npc/guard/31296-Cadmon.xml new file mode 100644 index 000000000..ee9960dd3 --- /dev/null +++ b/data/templates/npc/guard/31296-Cadmon.xml @@ -0,0 +1,27 @@ + + + + Cadmon + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31297-Bayard.xml b/data/templates/npc/guard/31297-Bayard.xml new file mode 100644 index 000000000..b02531f46 --- /dev/null +++ b/data/templates/npc/guard/31297-Bayard.xml @@ -0,0 +1,27 @@ + + + + Bayard + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31298-Ulrich.xml b/data/templates/npc/guard/31298-Ulrich.xml new file mode 100644 index 000000000..60fabb235 --- /dev/null +++ b/data/templates/npc/guard/31298-Ulrich.xml @@ -0,0 +1,27 @@ + + + + Ulrich + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31299-Eugen.xml b/data/templates/npc/guard/31299-Eugen.xml new file mode 100644 index 000000000..816b18632 --- /dev/null +++ b/data/templates/npc/guard/31299-Eugen.xml @@ -0,0 +1,27 @@ + + + + Eugen + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31340-Mathias.xml b/data/templates/npc/guard/31340-Mathias.xml new file mode 100644 index 000000000..84350c97c --- /dev/null +++ b/data/templates/npc/guard/31340-Mathias.xml @@ -0,0 +1,27 @@ + + + + Mathias + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31341-Richtor.xml b/data/templates/npc/guard/31341-Richtor.xml new file mode 100644 index 000000000..8d516e210 --- /dev/null +++ b/data/templates/npc/guard/31341-Richtor.xml @@ -0,0 +1,27 @@ + + + + Richtor + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31342-Dimitri.xml b/data/templates/npc/guard/31342-Dimitri.xml new file mode 100644 index 000000000..a53b2f23c --- /dev/null +++ b/data/templates/npc/guard/31342-Dimitri.xml @@ -0,0 +1,27 @@ + + + + Dimitri + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31343-Bellard.xml b/data/templates/npc/guard/31343-Bellard.xml new file mode 100644 index 000000000..6d2f4d51c --- /dev/null +++ b/data/templates/npc/guard/31343-Bellard.xml @@ -0,0 +1,27 @@ + + + + Bellard + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31344-Schmidt.xml b/data/templates/npc/guard/31344-Schmidt.xml new file mode 100644 index 000000000..d84c27498 --- /dev/null +++ b/data/templates/npc/guard/31344-Schmidt.xml @@ -0,0 +1,27 @@ + + + + Schmidt + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31345-Ian.xml b/data/templates/npc/guard/31345-Ian.xml new file mode 100644 index 000000000..f1d3d5803 --- /dev/null +++ b/data/templates/npc/guard/31345-Ian.xml @@ -0,0 +1,27 @@ + + + + Ian + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31346-Sirius.xml b/data/templates/npc/guard/31346-Sirius.xml new file mode 100644 index 000000000..eb4bccb0e --- /dev/null +++ b/data/templates/npc/guard/31346-Sirius.xml @@ -0,0 +1,27 @@ + + + + Sirius + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31347-Burke.xml b/data/templates/npc/guard/31347-Burke.xml new file mode 100644 index 000000000..34c7b7ef3 --- /dev/null +++ b/data/templates/npc/guard/31347-Burke.xml @@ -0,0 +1,27 @@ + + + + Burke + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31400-DummySwordGuard.xml b/data/templates/npc/guard/31400-DummySwordGuard.xml new file mode 100644 index 000000000..8feec79d5 --- /dev/null +++ b/data/templates/npc/guard/31400-DummySwordGuard.xml @@ -0,0 +1,27 @@ + + + + Dummy - Sword Guard + Ch4 Test + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31401-DummyBowGuard.xml b/data/templates/npc/guard/31401-DummyBowGuard.xml new file mode 100644 index 000000000..41a60b864 --- /dev/null +++ b/data/templates/npc/guard/31401-DummyBowGuard.xml @@ -0,0 +1,27 @@ + + + + Dummy - Bow Guard + Ch4 Test + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31671-Patrol.xml b/data/templates/npc/guard/31671-Patrol.xml new file mode 100644 index 000000000..6389f0ea4 --- /dev/null +++ b/data/templates/npc/guard/31671-Patrol.xml @@ -0,0 +1,26 @@ + + + + Patrol + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31672-Patrol.xml b/data/templates/npc/guard/31672-Patrol.xml new file mode 100644 index 000000000..1e2b364e7 --- /dev/null +++ b/data/templates/npc/guard/31672-Patrol.xml @@ -0,0 +1,26 @@ + + + + Patrol + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31673-Patrol.xml b/data/templates/npc/guard/31673-Patrol.xml new file mode 100644 index 000000000..a5746e472 --- /dev/null +++ b/data/templates/npc/guard/31673-Patrol.xml @@ -0,0 +1,26 @@ + + + + Patrol + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31674-Patrol.xml b/data/templates/npc/guard/31674-Patrol.xml new file mode 100644 index 000000000..94a91c516 --- /dev/null +++ b/data/templates/npc/guard/31674-Patrol.xml @@ -0,0 +1,26 @@ + + + + Patrol + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31675-ViktorVanDeik.xml b/data/templates/npc/guard/31675-ViktorVanDeik.xml new file mode 100644 index 000000000..41aa7f122 --- /dev/null +++ b/data/templates/npc/guard/31675-ViktorVanDeik.xml @@ -0,0 +1,27 @@ + + + + Viktor Van Deik + Border Outpost Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31677-BorderPatrol.xml b/data/templates/npc/guard/31677-BorderPatrol.xml new file mode 100644 index 000000000..73c2126f6 --- /dev/null +++ b/data/templates/npc/guard/31677-BorderPatrol.xml @@ -0,0 +1,26 @@ + + + + Border Patrol + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31678-BorderPatrol.xml b/data/templates/npc/guard/31678-BorderPatrol.xml new file mode 100644 index 000000000..f50905486 --- /dev/null +++ b/data/templates/npc/guard/31678-BorderPatrol.xml @@ -0,0 +1,26 @@ + + + + Border Patrol + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31681-FrontierGuard.xml b/data/templates/npc/guard/31681-FrontierGuard.xml new file mode 100644 index 000000000..0531d6144 --- /dev/null +++ b/data/templates/npc/guard/31681-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31682-FrontierGuard.xml b/data/templates/npc/guard/31682-FrontierGuard.xml new file mode 100644 index 000000000..0d53561fb --- /dev/null +++ b/data/templates/npc/guard/31682-FrontierGuard.xml @@ -0,0 +1,26 @@ + + + + Frontier Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31981-Vishotsky.xml b/data/templates/npc/guard/31981-Vishotsky.xml new file mode 100644 index 000000000..14b59b03e --- /dev/null +++ b/data/templates/npc/guard/31981-Vishotsky.xml @@ -0,0 +1,27 @@ + + + + Vishotsky + Captain + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31982-Glen.xml b/data/templates/npc/guard/31982-Glen.xml new file mode 100644 index 000000000..bb5b50c42 --- /dev/null +++ b/data/templates/npc/guard/31982-Glen.xml @@ -0,0 +1,27 @@ + + + + Glen + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31983-Friggar.xml b/data/templates/npc/guard/31983-Friggar.xml new file mode 100644 index 000000000..0076b3a03 --- /dev/null +++ b/data/templates/npc/guard/31983-Friggar.xml @@ -0,0 +1,27 @@ + + + + Friggar + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31984-Sherring.xml b/data/templates/npc/guard/31984-Sherring.xml new file mode 100644 index 000000000..b3fa2541d --- /dev/null +++ b/data/templates/npc/guard/31984-Sherring.xml @@ -0,0 +1,27 @@ + + + + Sherring + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31985-Kosmos.xml b/data/templates/npc/guard/31985-Kosmos.xml new file mode 100644 index 000000000..86ce84562 --- /dev/null +++ b/data/templates/npc/guard/31985-Kosmos.xml @@ -0,0 +1,27 @@ + + + + Kosmos + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31986-Erstack.xml b/data/templates/npc/guard/31986-Erstack.xml new file mode 100644 index 000000000..7c0cfe415 --- /dev/null +++ b/data/templates/npc/guard/31986-Erstack.xml @@ -0,0 +1,27 @@ + + + + Erstack + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31987-Gotter.xml b/data/templates/npc/guard/31987-Gotter.xml new file mode 100644 index 000000000..392c8f06b --- /dev/null +++ b/data/templates/npc/guard/31987-Gotter.xml @@ -0,0 +1,27 @@ + + + + Gotter + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/31988-Singa.xml b/data/templates/npc/guard/31988-Singa.xml new file mode 100644 index 000000000..1cee79238 --- /dev/null +++ b/data/templates/npc/guard/31988-Singa.xml @@ -0,0 +1,27 @@ + + + + Singa + Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32136-Basil.xml b/data/templates/npc/guard/32136-Basil.xml new file mode 100644 index 000000000..81b6c163b --- /dev/null +++ b/data/templates/npc/guard/32136-Basil.xml @@ -0,0 +1,27 @@ + + + + Basil + Marksman + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32137-Sucrete.xml b/data/templates/npc/guard/32137-Sucrete.xml new file mode 100644 index 000000000..cacc72c63 --- /dev/null +++ b/data/templates/npc/guard/32137-Sucrete.xml @@ -0,0 +1,27 @@ + + + + Sucrete + Marksman + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32174-Maddy.xml b/data/templates/npc/guard/32174-Maddy.xml new file mode 100644 index 000000000..a16ba35b8 --- /dev/null +++ b/data/templates/npc/guard/32174-Maddy.xml @@ -0,0 +1,27 @@ + + + + Maddy + Marksman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32175-Bixon.xml b/data/templates/npc/guard/32175-Bixon.xml new file mode 100644 index 000000000..85bc5caa3 --- /dev/null +++ b/data/templates/npc/guard/32175-Bixon.xml @@ -0,0 +1,27 @@ + + + + Bixon + Marksman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32176-Ambra.xml b/data/templates/npc/guard/32176-Ambra.xml new file mode 100644 index 000000000..883450352 --- /dev/null +++ b/data/templates/npc/guard/32176-Ambra.xml @@ -0,0 +1,27 @@ + + + + Ambra + Marksman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32177-Syzar.xml b/data/templates/npc/guard/32177-Syzar.xml new file mode 100644 index 000000000..5a18b633d --- /dev/null +++ b/data/templates/npc/guard/32177-Syzar.xml @@ -0,0 +1,27 @@ + + + + Syzar + Marksman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32178-Carver.xml b/data/templates/npc/guard/32178-Carver.xml new file mode 100644 index 000000000..fc379cc95 --- /dev/null +++ b/data/templates/npc/guard/32178-Carver.xml @@ -0,0 +1,27 @@ + + + + Carver + Marksman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32179-Putin.xml b/data/templates/npc/guard/32179-Putin.xml new file mode 100644 index 000000000..a67daa985 --- /dev/null +++ b/data/templates/npc/guard/32179-Putin.xml @@ -0,0 +1,27 @@ + + + + Putin + Marksman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32180-Kato.xml b/data/templates/npc/guard/32180-Kato.xml new file mode 100644 index 000000000..28dd90f59 --- /dev/null +++ b/data/templates/npc/guard/32180-Kato.xml @@ -0,0 +1,27 @@ + + + + Kato + Marksman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32185-Peregrine.xml b/data/templates/npc/guard/32185-Peregrine.xml new file mode 100644 index 000000000..7ed1f48e4 --- /dev/null +++ b/data/templates/npc/guard/32185-Peregrine.xml @@ -0,0 +1,27 @@ + + + + Peregrine + Marksman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32188-Morelin.xml b/data/templates/npc/guard/32188-Morelin.xml new file mode 100644 index 000000000..c44aa0d0e --- /dev/null +++ b/data/templates/npc/guard/32188-Morelin.xml @@ -0,0 +1,27 @@ + + + + Morelin + Marksman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32192-Falken.xml b/data/templates/npc/guard/32192-Falken.xml new file mode 100644 index 000000000..5f92dc809 --- /dev/null +++ b/data/templates/npc/guard/32192-Falken.xml @@ -0,0 +1,27 @@ + + + + Falken + Marksman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32335-Marksman.xml b/data/templates/npc/guard/32335-Marksman.xml new file mode 100644 index 000000000..089821e81 --- /dev/null +++ b/data/templates/npc/guard/32335-Marksman.xml @@ -0,0 +1,26 @@ + + + + Marksman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32336-Marksman.xml b/data/templates/npc/guard/32336-Marksman.xml new file mode 100644 index 000000000..74f3a455e --- /dev/null +++ b/data/templates/npc/guard/32336-Marksman.xml @@ -0,0 +1,26 @@ + + + + Marksman + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32479-Adios.xml b/data/templates/npc/guard/32479-Adios.xml new file mode 100644 index 000000000..66da5a876 --- /dev/null +++ b/data/templates/npc/guard/32479-Adios.xml @@ -0,0 +1,27 @@ + + + + Adios + Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32480-Ronde.xml b/data/templates/npc/guard/32480-Ronde.xml new file mode 100644 index 000000000..4ee063b53 --- /dev/null +++ b/data/templates/npc/guard/32480-Ronde.xml @@ -0,0 +1,27 @@ + + + + Ronde + Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32481-Saige.xml b/data/templates/npc/guard/32481-Saige.xml new file mode 100644 index 000000000..d6a322baa --- /dev/null +++ b/data/templates/npc/guard/32481-Saige.xml @@ -0,0 +1,27 @@ + + + + Saige + Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/guard/32482-Emdrere.xml b/data/templates/npc/guard/32482-Emdrere.xml new file mode 100644 index 000000000..90a56e7f3 --- /dev/null +++ b/data/templates/npc/guard/32482-Emdrere.xml @@ -0,0 +1,27 @@ + + + + Emdrere + Guard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32139-Casca.xml b/data/templates/npc/kamaelvillagemaster/32139-Casca.xml new file mode 100644 index 000000000..b01c269c3 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32139-Casca.xml @@ -0,0 +1,26 @@ + + + + Casca + Vice Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/kamaelvillagemaster/32140-Zenya.xml b/data/templates/npc/kamaelvillagemaster/32140-Zenya.xml new file mode 100644 index 000000000..0eda8787b --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32140-Zenya.xml @@ -0,0 +1,26 @@ + + + + Zenya + Vice Hierarch + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/kamaelvillagemaster/32145-Maynard.xml b/data/templates/npc/kamaelvillagemaster/32145-Maynard.xml new file mode 100644 index 000000000..47edee6c9 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32145-Maynard.xml @@ -0,0 +1,27 @@ + + + + Maynard + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32146-Valpor.xml b/data/templates/npc/kamaelvillagemaster/32146-Valpor.xml new file mode 100644 index 000000000..82bb4d0e8 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32146-Valpor.xml @@ -0,0 +1,27 @@ + + + + Valpor + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32193-Yeniche.xml b/data/templates/npc/kamaelvillagemaster/32193-Yeniche.xml new file mode 100644 index 000000000..c747decc5 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32193-Yeniche.xml @@ -0,0 +1,27 @@ + + + + Yeniche + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32196-Gershwin.xml b/data/templates/npc/kamaelvillagemaster/32196-Gershwin.xml new file mode 100644 index 000000000..36dd0f55d --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32196-Gershwin.xml @@ -0,0 +1,27 @@ + + + + Gershwin + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32199-Holst.xml b/data/templates/npc/kamaelvillagemaster/32199-Holst.xml new file mode 100644 index 000000000..97f406c27 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32199-Holst.xml @@ -0,0 +1,27 @@ + + + + Holst + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32202-Khadava.xml b/data/templates/npc/kamaelvillagemaster/32202-Khadava.xml new file mode 100644 index 000000000..c48de6aba --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32202-Khadava.xml @@ -0,0 +1,27 @@ + + + + Khadava + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32205-Aetonic.xml b/data/templates/npc/kamaelvillagemaster/32205-Aetonic.xml new file mode 100644 index 000000000..c437b2311 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32205-Aetonic.xml @@ -0,0 +1,27 @@ + + + + Aetonic + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32206-Pieche.xml b/data/templates/npc/kamaelvillagemaster/32206-Pieche.xml new file mode 100644 index 000000000..6d19410f3 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32206-Pieche.xml @@ -0,0 +1,27 @@ + + + + Pieche + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32209-Ferdinand.xml b/data/templates/npc/kamaelvillagemaster/32209-Ferdinand.xml new file mode 100644 index 000000000..dd26391d1 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32209-Ferdinand.xml @@ -0,0 +1,27 @@ + + + + Ferdinand + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32210-Eddy.xml b/data/templates/npc/kamaelvillagemaster/32210-Eddy.xml new file mode 100644 index 000000000..1f17ee426 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32210-Eddy.xml @@ -0,0 +1,27 @@ + + + + Eddy + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32213-Vitus.xml b/data/templates/npc/kamaelvillagemaster/32213-Vitus.xml new file mode 100644 index 000000000..fa5299677 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32213-Vitus.xml @@ -0,0 +1,27 @@ + + + + Vitus + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32214-Meldina.xml b/data/templates/npc/kamaelvillagemaster/32214-Meldina.xml new file mode 100644 index 000000000..153b46686 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32214-Meldina.xml @@ -0,0 +1,27 @@ + + + + Meldina + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32217-Barta.xml b/data/templates/npc/kamaelvillagemaster/32217-Barta.xml new file mode 100644 index 000000000..b30744f47 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32217-Barta.xml @@ -0,0 +1,27 @@ + + + + Barta + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32218-Miya.xml b/data/templates/npc/kamaelvillagemaster/32218-Miya.xml new file mode 100644 index 000000000..52cf37aa4 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32218-Miya.xml @@ -0,0 +1,27 @@ + + + + Miya + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32221-Brome.xml b/data/templates/npc/kamaelvillagemaster/32221-Brome.xml new file mode 100644 index 000000000..69633bcae --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32221-Brome.xml @@ -0,0 +1,27 @@ + + + + Brome + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32222-Liane.xml b/data/templates/npc/kamaelvillagemaster/32222-Liane.xml new file mode 100644 index 000000000..5d45daa11 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32222-Liane.xml @@ -0,0 +1,27 @@ + + + + Liane + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32225-Taine.xml b/data/templates/npc/kamaelvillagemaster/32225-Taine.xml new file mode 100644 index 000000000..6b468090c --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32225-Taine.xml @@ -0,0 +1,27 @@ + + + + Taine + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32226-Raula.xml b/data/templates/npc/kamaelvillagemaster/32226-Raula.xml new file mode 100644 index 000000000..7ea318777 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32226-Raula.xml @@ -0,0 +1,27 @@ + + + + Raula + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32229-Hagel.xml b/data/templates/npc/kamaelvillagemaster/32229-Hagel.xml new file mode 100644 index 000000000..b90cc025e --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32229-Hagel.xml @@ -0,0 +1,27 @@ + + + + Hagel + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32230-Ceci.xml b/data/templates/npc/kamaelvillagemaster/32230-Ceci.xml new file mode 100644 index 000000000..5414c20af --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32230-Ceci.xml @@ -0,0 +1,27 @@ + + + + Ceci + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32233-Zoldart.xml b/data/templates/npc/kamaelvillagemaster/32233-Zoldart.xml new file mode 100644 index 000000000..7c5d65f16 --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32233-Zoldart.xml @@ -0,0 +1,27 @@ + + + + Zoldart + Grand Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/kamaelvillagemaster/32234-Nizer.xml b/data/templates/npc/kamaelvillagemaster/32234-Nizer.xml new file mode 100644 index 000000000..c7c23d7ff --- /dev/null +++ b/data/templates/npc/kamaelvillagemaster/32234-Nizer.xml @@ -0,0 +1,27 @@ + + + + Nizer + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/manormanager/35103-ManorManager.xml b/data/templates/npc/manormanager/35103-ManorManager.xml new file mode 100644 index 000000000..f3550ed50 --- /dev/null +++ b/data/templates/npc/manormanager/35103-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Gludio + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35145-ManorManager.xml b/data/templates/npc/manormanager/35145-ManorManager.xml new file mode 100644 index 000000000..ff4e44f6d --- /dev/null +++ b/data/templates/npc/manormanager/35145-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Dion + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35187-ManorManager.xml b/data/templates/npc/manormanager/35187-ManorManager.xml new file mode 100644 index 000000000..4a6cb5975 --- /dev/null +++ b/data/templates/npc/manormanager/35187-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Giran + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35229-ManorManager.xml b/data/templates/npc/manormanager/35229-ManorManager.xml new file mode 100644 index 000000000..e62899bcf --- /dev/null +++ b/data/templates/npc/manormanager/35229-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Oren + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35230-ManorManager.xml b/data/templates/npc/manormanager/35230-ManorManager.xml new file mode 100644 index 000000000..619e0247d --- /dev/null +++ b/data/templates/npc/manormanager/35230-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Oren + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35231-ManorManager.xml b/data/templates/npc/manormanager/35231-ManorManager.xml new file mode 100644 index 000000000..008e5216a --- /dev/null +++ b/data/templates/npc/manormanager/35231-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Oren + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35277-ManorManager.xml b/data/templates/npc/manormanager/35277-ManorManager.xml new file mode 100644 index 000000000..913272156 --- /dev/null +++ b/data/templates/npc/manormanager/35277-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Aden + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35319-ManorManager.xml b/data/templates/npc/manormanager/35319-ManorManager.xml new file mode 100644 index 000000000..37edd1ad8 --- /dev/null +++ b/data/templates/npc/manormanager/35319-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Innadril + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35366-ManorManager.xml b/data/templates/npc/manormanager/35366-ManorManager.xml new file mode 100644 index 000000000..7323f9ae2 --- /dev/null +++ b/data/templates/npc/manormanager/35366-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Goddard + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35512-ManorManager.xml b/data/templates/npc/manormanager/35512-ManorManager.xml new file mode 100644 index 000000000..fa4c1edfa --- /dev/null +++ b/data/templates/npc/manormanager/35512-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Rune + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35558-ManorManager.xml b/data/templates/npc/manormanager/35558-ManorManager.xml new file mode 100644 index 000000000..dccab010f --- /dev/null +++ b/data/templates/npc/manormanager/35558-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Schuttgart + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35644-ManorManager.xml b/data/templates/npc/manormanager/35644-ManorManager.xml new file mode 100644 index 000000000..625120572 --- /dev/null +++ b/data/templates/npc/manormanager/35644-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Schuttgart + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/35645-ManorManager.xml b/data/templates/npc/manormanager/35645-ManorManager.xml new file mode 100644 index 000000000..5d7d35199 --- /dev/null +++ b/data/templates/npc/manormanager/35645-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Schuttgart + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/manormanager/36456-ManorManager.xml b/data/templates/npc/manormanager/36456-ManorManager.xml new file mode 100644 index 000000000..d4d5262e7 --- /dev/null +++ b/data/templates/npc/manormanager/36456-ManorManager.xml @@ -0,0 +1,26 @@ + + + + Manor Manager + Aden + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36481-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36481-MercenaryCaptain.xml new file mode 100644 index 000000000..25b042dda --- /dev/null +++ b/data/templates/npc/mercenarymanager/36481-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Gludio + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36482-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36482-MercenaryCaptain.xml new file mode 100644 index 000000000..53bb44193 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36482-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Dion + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36483-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36483-MercenaryCaptain.xml new file mode 100644 index 000000000..e1f846ee0 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36483-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Giran + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36484-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36484-MercenaryCaptain.xml new file mode 100644 index 000000000..e7864d52a --- /dev/null +++ b/data/templates/npc/mercenarymanager/36484-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Oren + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36485-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36485-MercenaryCaptain.xml new file mode 100644 index 000000000..5223a63fd --- /dev/null +++ b/data/templates/npc/mercenarymanager/36485-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Aden + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36486-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36486-MercenaryCaptain.xml new file mode 100644 index 000000000..9170bdaab --- /dev/null +++ b/data/templates/npc/mercenarymanager/36486-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Innadril + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36487-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36487-MercenaryCaptain.xml new file mode 100644 index 000000000..851c518b3 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36487-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Goddard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36488-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36488-MercenaryCaptain.xml new file mode 100644 index 000000000..f97683912 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36488-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Rune + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36489-MercenaryCaptain.xml b/data/templates/npc/mercenarymanager/36489-MercenaryCaptain.xml new file mode 100644 index 000000000..34d620269 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36489-MercenaryCaptain.xml @@ -0,0 +1,27 @@ + + + + Mercenary Captain + Schuttgart + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/mercenarymanager/36490-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36490-TerritoryManager.xml new file mode 100644 index 000000000..5bd5d4d69 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36490-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Gludio + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36491-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36491-TerritoryManager.xml new file mode 100644 index 000000000..d07c25c3c --- /dev/null +++ b/data/templates/npc/mercenarymanager/36491-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Dion + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36492-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36492-TerritoryManager.xml new file mode 100644 index 000000000..a938d8dda --- /dev/null +++ b/data/templates/npc/mercenarymanager/36492-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Giran + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36493-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36493-TerritoryManager.xml new file mode 100644 index 000000000..b9679b3be --- /dev/null +++ b/data/templates/npc/mercenarymanager/36493-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Oren + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36494-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36494-TerritoryManager.xml new file mode 100644 index 000000000..6fcae5178 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36494-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Aden + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36495-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36495-TerritoryManager.xml new file mode 100644 index 000000000..4fc15d962 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36495-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Innadril + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36496-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36496-TerritoryManager.xml new file mode 100644 index 000000000..6ce0ded18 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36496-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Goddard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36497-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36497-TerritoryManager.xml new file mode 100644 index 000000000..ab9186445 --- /dev/null +++ b/data/templates/npc/mercenarymanager/36497-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Rune + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercenarymanager/36498-TerritoryManager.xml b/data/templates/npc/mercenarymanager/36498-TerritoryManager.xml new file mode 100644 index 000000000..d4ccfc26d --- /dev/null +++ b/data/templates/npc/mercenarymanager/36498-TerritoryManager.xml @@ -0,0 +1,26 @@ + + + + Territory Manager + Schuttgart + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30001-Lector.xml b/data/templates/npc/merchant/30001-Lector.xml new file mode 100644 index 000000000..54bb5aa11 --- /dev/null +++ b/data/templates/npc/merchant/30001-Lector.xml @@ -0,0 +1,26 @@ + + + + Lector + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30002-Jackson.xml b/data/templates/npc/merchant/30002-Jackson.xml new file mode 100644 index 000000000..5975aa00e --- /dev/null +++ b/data/templates/npc/merchant/30002-Jackson.xml @@ -0,0 +1,26 @@ + + + + Jackson + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30003-Silvia.xml b/data/templates/npc/merchant/30003-Silvia.xml new file mode 100644 index 000000000..028f93c03 --- /dev/null +++ b/data/templates/npc/merchant/30003-Silvia.xml @@ -0,0 +1,26 @@ + + + + Silvia + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30004-Katerina.xml b/data/templates/npc/merchant/30004-Katerina.xml new file mode 100644 index 000000000..0f81745d8 --- /dev/null +++ b/data/templates/npc/merchant/30004-Katerina.xml @@ -0,0 +1,26 @@ + + + + Katerina + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30047-Firon.xml b/data/templates/npc/merchant/30047-Firon.xml new file mode 100644 index 000000000..c82de72e0 --- /dev/null +++ b/data/templates/npc/merchant/30047-Firon.xml @@ -0,0 +1,26 @@ + + + + Firon + Wharf Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30060-Sabrin.xml b/data/templates/npc/merchant/30060-Sabrin.xml new file mode 100644 index 000000000..496e405c4 --- /dev/null +++ b/data/templates/npc/merchant/30060-Sabrin.xml @@ -0,0 +1,26 @@ + + + + Sabrin + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30061-Casey.xml b/data/templates/npc/merchant/30061-Casey.xml new file mode 100644 index 000000000..1de0c3fe9 --- /dev/null +++ b/data/templates/npc/merchant/30061-Casey.xml @@ -0,0 +1,26 @@ + + + + Casey + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30062-Sonia.xml b/data/templates/npc/merchant/30062-Sonia.xml new file mode 100644 index 000000000..3235169e4 --- /dev/null +++ b/data/templates/npc/merchant/30062-Sonia.xml @@ -0,0 +1,26 @@ + + + + Sonia + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30063-Lara.xml b/data/templates/npc/merchant/30063-Lara.xml new file mode 100644 index 000000000..cd9c2d2ce --- /dev/null +++ b/data/templates/npc/merchant/30063-Lara.xml @@ -0,0 +1,26 @@ + + + + Lara + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30078-Pano.xml b/data/templates/npc/merchant/30078-Pano.xml new file mode 100644 index 000000000..307c0dc15 --- /dev/null +++ b/data/templates/npc/merchant/30078-Pano.xml @@ -0,0 +1,26 @@ + + + + Pano + Grocer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30081-Helvetia.xml b/data/templates/npc/merchant/30081-Helvetia.xml new file mode 100644 index 000000000..d39a216d7 --- /dev/null +++ b/data/templates/npc/merchant/30081-Helvetia.xml @@ -0,0 +1,26 @@ + + + + Helvetia + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30082-Denkus.xml b/data/templates/npc/merchant/30082-Denkus.xml new file mode 100644 index 000000000..88068cc18 --- /dev/null +++ b/data/templates/npc/merchant/30082-Denkus.xml @@ -0,0 +1,26 @@ + + + + Denkus + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30084-Graham.xml b/data/templates/npc/merchant/30084-Graham.xml new file mode 100644 index 000000000..6e5c6a6a7 --- /dev/null +++ b/data/templates/npc/merchant/30084-Graham.xml @@ -0,0 +1,26 @@ + + + + Graham + Warrior-use Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30085-Stanford.xml b/data/templates/npc/merchant/30085-Stanford.xml new file mode 100644 index 000000000..76afff0db --- /dev/null +++ b/data/templates/npc/merchant/30085-Stanford.xml @@ -0,0 +1,26 @@ + + + + Stanford + Wizard-use Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30087-Peta.xml b/data/templates/npc/merchant/30087-Peta.xml new file mode 100644 index 000000000..62a213bfb --- /dev/null +++ b/data/templates/npc/merchant/30087-Peta.xml @@ -0,0 +1,26 @@ + + + + Peta + Wizard-use Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30088-Radia.xml b/data/templates/npc/merchant/30088-Radia.xml new file mode 100644 index 000000000..97021092c --- /dev/null +++ b/data/templates/npc/merchant/30088-Radia.xml @@ -0,0 +1,26 @@ + + + + Radia + Warrior-use Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30090-Sandra.xml b/data/templates/npc/merchant/30090-Sandra.xml new file mode 100644 index 000000000..97375d5d3 --- /dev/null +++ b/data/templates/npc/merchant/30090-Sandra.xml @@ -0,0 +1,26 @@ + + + + Sandra + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30091-Ellie.xml b/data/templates/npc/merchant/30091-Ellie.xml new file mode 100644 index 000000000..132e48628 --- /dev/null +++ b/data/templates/npc/merchant/30091-Ellie.xml @@ -0,0 +1,26 @@ + + + + Ellie + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30093-Groot.xml b/data/templates/npc/merchant/30093-Groot.xml new file mode 100644 index 000000000..71155eeeb --- /dev/null +++ b/data/templates/npc/merchant/30093-Groot.xml @@ -0,0 +1,26 @@ + + + + Groot + Dye Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30094-Gentler.xml b/data/templates/npc/merchant/30094-Gentler.xml new file mode 100644 index 000000000..0e74b46f2 --- /dev/null +++ b/data/templates/npc/merchant/30094-Gentler.xml @@ -0,0 +1,26 @@ + + + + Gentler + Wizard-use Equipment Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30097-Galladucci.xml b/data/templates/npc/merchant/30097-Galladucci.xml new file mode 100644 index 000000000..290464b40 --- /dev/null +++ b/data/templates/npc/merchant/30097-Galladucci.xml @@ -0,0 +1,26 @@ + + + + Galladucci + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30098-Alexandria.xml b/data/templates/npc/merchant/30098-Alexandria.xml new file mode 100644 index 000000000..0fdd48946 --- /dev/null +++ b/data/templates/npc/merchant/30098-Alexandria.xml @@ -0,0 +1,26 @@ + + + + Alexandria + Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30135-Iria.xml b/data/templates/npc/merchant/30135-Iria.xml new file mode 100644 index 000000000..b150716a7 --- /dev/null +++ b/data/templates/npc/merchant/30135-Iria.xml @@ -0,0 +1,26 @@ + + + + Iria + Weapon Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30136-Payne.xml b/data/templates/npc/merchant/30136-Payne.xml new file mode 100644 index 000000000..e551338c5 --- /dev/null +++ b/data/templates/npc/merchant/30136-Payne.xml @@ -0,0 +1,26 @@ + + + + Payne + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30137-Vollodos.xml b/data/templates/npc/merchant/30137-Vollodos.xml new file mode 100644 index 000000000..175a94e0d --- /dev/null +++ b/data/templates/npc/merchant/30137-Vollodos.xml @@ -0,0 +1,26 @@ + + + + Vollodos + Grocer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30138-Minaless.xml b/data/templates/npc/merchant/30138-Minaless.xml new file mode 100644 index 000000000..b0a27eeb1 --- /dev/null +++ b/data/templates/npc/merchant/30138-Minaless.xml @@ -0,0 +1,26 @@ + + + + Minaless + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30147-Unoren.xml b/data/templates/npc/merchant/30147-Unoren.xml new file mode 100644 index 000000000..e71e77aa1 --- /dev/null +++ b/data/templates/npc/merchant/30147-Unoren.xml @@ -0,0 +1,26 @@ + + + + Unoren + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30148-Ariel.xml b/data/templates/npc/merchant/30148-Ariel.xml new file mode 100644 index 000000000..ba227662a --- /dev/null +++ b/data/templates/npc/merchant/30148-Ariel.xml @@ -0,0 +1,26 @@ + + + + Ariel + Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30149-Creamees.xml b/data/templates/npc/merchant/30149-Creamees.xml new file mode 100644 index 000000000..61bbc5e8e --- /dev/null +++ b/data/templates/npc/merchant/30149-Creamees.xml @@ -0,0 +1,26 @@ + + + + Creamees + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30150-Herbiel.xml b/data/templates/npc/merchant/30150-Herbiel.xml new file mode 100644 index 000000000..ce66b52ef --- /dev/null +++ b/data/templates/npc/merchant/30150-Herbiel.xml @@ -0,0 +1,26 @@ + + + + Herbiel + Grocer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30163-Rex.xml b/data/templates/npc/merchant/30163-Rex.xml new file mode 100644 index 000000000..3f6a34c6d --- /dev/null +++ b/data/templates/npc/merchant/30163-Rex.xml @@ -0,0 +1,26 @@ + + + + Rex + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30164-Ian.xml b/data/templates/npc/merchant/30164-Ian.xml new file mode 100644 index 000000000..0801893ee --- /dev/null +++ b/data/templates/npc/merchant/30164-Ian.xml @@ -0,0 +1,26 @@ + + + + Ian + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30165-Ralford.xml b/data/templates/npc/merchant/30165-Ralford.xml new file mode 100644 index 000000000..ffa06541f --- /dev/null +++ b/data/templates/npc/merchant/30165-Ralford.xml @@ -0,0 +1,26 @@ + + + + Ralford + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30166-Wesley.xml b/data/templates/npc/merchant/30166-Wesley.xml new file mode 100644 index 000000000..45430087b --- /dev/null +++ b/data/templates/npc/merchant/30166-Wesley.xml @@ -0,0 +1,26 @@ + + + + Wesley + Magic Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30178-Zenkin.xml b/data/templates/npc/merchant/30178-Zenkin.xml new file mode 100644 index 000000000..893ae712e --- /dev/null +++ b/data/templates/npc/merchant/30178-Zenkin.xml @@ -0,0 +1,26 @@ + + + + Zenkin + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30179-Raudia.xml b/data/templates/npc/merchant/30179-Raudia.xml new file mode 100644 index 000000000..1f3b158a5 --- /dev/null +++ b/data/templates/npc/merchant/30179-Raudia.xml @@ -0,0 +1,26 @@ + + + + Raudia + Weapon Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30180-Sara.xml b/data/templates/npc/merchant/30180-Sara.xml new file mode 100644 index 000000000..bb503b7a9 --- /dev/null +++ b/data/templates/npc/merchant/30180-Sara.xml @@ -0,0 +1,26 @@ + + + + Sara + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30181-Galibredo.xml b/data/templates/npc/merchant/30181-Galibredo.xml new file mode 100644 index 000000000..19c60d64c --- /dev/null +++ b/data/templates/npc/merchant/30181-Galibredo.xml @@ -0,0 +1,26 @@ + + + + Galibredo + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30207-Arodin.xml b/data/templates/npc/merchant/30207-Arodin.xml new file mode 100644 index 000000000..6a1971ffe --- /dev/null +++ b/data/templates/npc/merchant/30207-Arodin.xml @@ -0,0 +1,26 @@ + + + + Arodin + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30208-Damion.xml b/data/templates/npc/merchant/30208-Damion.xml new file mode 100644 index 000000000..8d943bcca --- /dev/null +++ b/data/templates/npc/merchant/30208-Damion.xml @@ -0,0 +1,26 @@ + + + + Damion + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30209-Colleen.xml b/data/templates/npc/merchant/30209-Colleen.xml new file mode 100644 index 000000000..99b89163d --- /dev/null +++ b/data/templates/npc/merchant/30209-Colleen.xml @@ -0,0 +1,26 @@ + + + + Colleen + Dye Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30230-Edroc.xml b/data/templates/npc/merchant/30230-Edroc.xml new file mode 100644 index 000000000..0d1b4d398 --- /dev/null +++ b/data/templates/npc/merchant/30230-Edroc.xml @@ -0,0 +1,26 @@ + + + + Edroc + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30231-Garette.xml b/data/templates/npc/merchant/30231-Garette.xml new file mode 100644 index 000000000..c768420ea --- /dev/null +++ b/data/templates/npc/merchant/30231-Garette.xml @@ -0,0 +1,26 @@ + + + + Garette + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30253-Simplon.xml b/data/templates/npc/merchant/30253-Simplon.xml new file mode 100644 index 000000000..30f5af279 --- /dev/null +++ b/data/templates/npc/merchant/30253-Simplon.xml @@ -0,0 +1,26 @@ + + + + Simplon + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30254-Harmony.xml b/data/templates/npc/merchant/30254-Harmony.xml new file mode 100644 index 000000000..51d0699ea --- /dev/null +++ b/data/templates/npc/merchant/30254-Harmony.xml @@ -0,0 +1,26 @@ + + + + Harmony + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30294-Varan.xml b/data/templates/npc/merchant/30294-Varan.xml new file mode 100644 index 000000000..6f423593d --- /dev/null +++ b/data/templates/npc/merchant/30294-Varan.xml @@ -0,0 +1,26 @@ + + + + Varan + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30301-Hally.xml b/data/templates/npc/merchant/30301-Hally.xml new file mode 100644 index 000000000..6725eaef8 --- /dev/null +++ b/data/templates/npc/merchant/30301-Hally.xml @@ -0,0 +1,26 @@ + + + + Hally + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30313-Asha.xml b/data/templates/npc/merchant/30313-Asha.xml new file mode 100644 index 000000000..c18d299fe --- /dev/null +++ b/data/templates/npc/merchant/30313-Asha.xml @@ -0,0 +1,26 @@ + + + + Asha + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30314-Nestle.xml b/data/templates/npc/merchant/30314-Nestle.xml new file mode 100644 index 000000000..e46fffc5d --- /dev/null +++ b/data/templates/npc/merchant/30314-Nestle.xml @@ -0,0 +1,26 @@ + + + + Nestle + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30315-Poesia.xml b/data/templates/npc/merchant/30315-Poesia.xml new file mode 100644 index 000000000..ad83e8b39 --- /dev/null +++ b/data/templates/npc/merchant/30315-Poesia.xml @@ -0,0 +1,26 @@ + + + + Poesia + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30321-Sydnia.xml b/data/templates/npc/merchant/30321-Sydnia.xml new file mode 100644 index 000000000..560113342 --- /dev/null +++ b/data/templates/npc/merchant/30321-Sydnia.xml @@ -0,0 +1,26 @@ + + + + Sydnia + Weapon Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30387-Clancy.xml b/data/templates/npc/merchant/30387-Clancy.xml new file mode 100644 index 000000000..a546dd173 --- /dev/null +++ b/data/templates/npc/merchant/30387-Clancy.xml @@ -0,0 +1,26 @@ + + + + Clancy + Wharf Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30420-Tyra.xml b/data/templates/npc/merchant/30420-Tyra.xml new file mode 100644 index 000000000..4ccd449f2 --- /dev/null +++ b/data/templates/npc/merchant/30420-Tyra.xml @@ -0,0 +1,25 @@ + + + + Tyra + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30436-Sarien.xml b/data/templates/npc/merchant/30436-Sarien.xml new file mode 100644 index 000000000..e94b5095f --- /dev/null +++ b/data/templates/npc/merchant/30436-Sarien.xml @@ -0,0 +1,26 @@ + + + + Sarien + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30437-Rolento.xml b/data/templates/npc/merchant/30437-Rolento.xml new file mode 100644 index 000000000..b165696c4 --- /dev/null +++ b/data/templates/npc/merchant/30437-Rolento.xml @@ -0,0 +1,26 @@ + + + + Rolento + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30516-Reep.xml b/data/templates/npc/merchant/30516-Reep.xml new file mode 100644 index 000000000..e5e8aeeaa --- /dev/null +++ b/data/templates/npc/merchant/30516-Reep.xml @@ -0,0 +1,26 @@ + + + + Reep + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30517-Shari.xml b/data/templates/npc/merchant/30517-Shari.xml new file mode 100644 index 000000000..06ecce5b6 --- /dev/null +++ b/data/templates/npc/merchant/30517-Shari.xml @@ -0,0 +1,26 @@ + + + + Shari + Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30518-Garita.xml b/data/templates/npc/merchant/30518-Garita.xml new file mode 100644 index 000000000..9f8622160 --- /dev/null +++ b/data/templates/npc/merchant/30518-Garita.xml @@ -0,0 +1,26 @@ + + + + Garita + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30519-Mion.xml b/data/templates/npc/merchant/30519-Mion.xml new file mode 100644 index 000000000..10d1ef916 --- /dev/null +++ b/data/templates/npc/merchant/30519-Mion.xml @@ -0,0 +1,26 @@ + + + + Mion + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30558-Jakal.xml b/data/templates/npc/merchant/30558-Jakal.xml new file mode 100644 index 000000000..85bce4ae7 --- /dev/null +++ b/data/templates/npc/merchant/30558-Jakal.xml @@ -0,0 +1,26 @@ + + + + Jakal + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30559-Kunai.xml b/data/templates/npc/merchant/30559-Kunai.xml new file mode 100644 index 000000000..48a9f866d --- /dev/null +++ b/data/templates/npc/merchant/30559-Kunai.xml @@ -0,0 +1,26 @@ + + + + Kunai + Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30560-Uska.xml b/data/templates/npc/merchant/30560-Uska.xml new file mode 100644 index 000000000..8b40c00af --- /dev/null +++ b/data/templates/npc/merchant/30560-Uska.xml @@ -0,0 +1,26 @@ + + + + Uska + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30561-Papuma.xml b/data/templates/npc/merchant/30561-Papuma.xml new file mode 100644 index 000000000..7e31acaaf --- /dev/null +++ b/data/templates/npc/merchant/30561-Papuma.xml @@ -0,0 +1,26 @@ + + + + Papuma + Grocer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30684-Viktor.xml b/data/templates/npc/merchant/30684-Viktor.xml new file mode 100644 index 000000000..4154f08b5 --- /dev/null +++ b/data/templates/npc/merchant/30684-Viktor.xml @@ -0,0 +1,26 @@ + + + + Viktor + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30834-Cema.xml b/data/templates/npc/merchant/30834-Cema.xml new file mode 100644 index 000000000..33900d6df --- /dev/null +++ b/data/templates/npc/merchant/30834-Cema.xml @@ -0,0 +1,26 @@ + + + + Cema + Magic Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30837-Woodrow.xml b/data/templates/npc/merchant/30837-Woodrow.xml new file mode 100644 index 000000000..b2b6db7ed --- /dev/null +++ b/data/templates/npc/merchant/30837-Woodrow.xml @@ -0,0 +1,26 @@ + + + + Woodrow + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30838-Woodley.xml b/data/templates/npc/merchant/30838-Woodley.xml new file mode 100644 index 000000000..c1721ba1f --- /dev/null +++ b/data/templates/npc/merchant/30838-Woodley.xml @@ -0,0 +1,26 @@ + + + + Woodley + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30839-Holly.xml b/data/templates/npc/merchant/30839-Holly.xml new file mode 100644 index 000000000..2440cceba --- /dev/null +++ b/data/templates/npc/merchant/30839-Holly.xml @@ -0,0 +1,26 @@ + + + + Holly + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30840-Lorenzo.xml b/data/templates/npc/merchant/30840-Lorenzo.xml new file mode 100644 index 000000000..e6188b82a --- /dev/null +++ b/data/templates/npc/merchant/30840-Lorenzo.xml @@ -0,0 +1,26 @@ + + + + Lorenzo + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30841-Carson.xml b/data/templates/npc/merchant/30841-Carson.xml new file mode 100644 index 000000000..df89178e1 --- /dev/null +++ b/data/templates/npc/merchant/30841-Carson.xml @@ -0,0 +1,26 @@ + + + + Carson + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30842-Alexis.xml b/data/templates/npc/merchant/30842-Alexis.xml new file mode 100644 index 000000000..d05f1b7a3 --- /dev/null +++ b/data/templates/npc/merchant/30842-Alexis.xml @@ -0,0 +1,26 @@ + + + + Alexis + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30879-Felton.xml b/data/templates/npc/merchant/30879-Felton.xml new file mode 100644 index 000000000..c4b21dcd1 --- /dev/null +++ b/data/templates/npc/merchant/30879-Felton.xml @@ -0,0 +1,26 @@ + + + + Felton + Wharf Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30890-Espen.xml b/data/templates/npc/merchant/30890-Espen.xml new file mode 100644 index 000000000..8f61bd232 --- /dev/null +++ b/data/templates/npc/merchant/30890-Espen.xml @@ -0,0 +1,26 @@ + + + + Espen + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30891-Verona.xml b/data/templates/npc/merchant/30891-Verona.xml new file mode 100644 index 000000000..f30e8eb90 --- /dev/null +++ b/data/templates/npc/merchant/30891-Verona.xml @@ -0,0 +1,26 @@ + + + + Verona + Weapon Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30892-Enverun.xml b/data/templates/npc/merchant/30892-Enverun.xml new file mode 100644 index 000000000..641c0c5fe --- /dev/null +++ b/data/templates/npc/merchant/30892-Enverun.xml @@ -0,0 +1,26 @@ + + + + Enverun + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30893-Payel.xml b/data/templates/npc/merchant/30893-Payel.xml new file mode 100644 index 000000000..820c74cab --- /dev/null +++ b/data/templates/npc/merchant/30893-Payel.xml @@ -0,0 +1,26 @@ + + + + Payel + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/30924-Nedy.xml b/data/templates/npc/merchant/30924-Nedy.xml new file mode 100644 index 000000000..389021afa --- /dev/null +++ b/data/templates/npc/merchant/30924-Nedy.xml @@ -0,0 +1,26 @@ + + + + Nedy + Wharf Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31044-Galman.xml b/data/templates/npc/merchant/31044-Galman.xml new file mode 100644 index 000000000..339e223ee --- /dev/null +++ b/data/templates/npc/merchant/31044-Galman.xml @@ -0,0 +1,26 @@ + + + + Galman + Valley Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31045-Kitzka.xml b/data/templates/npc/merchant/31045-Kitzka.xml new file mode 100644 index 000000000..7f10449c7 --- /dev/null +++ b/data/templates/npc/merchant/31045-Kitzka.xml @@ -0,0 +1,26 @@ + + + + Kitzka + Valley Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31256-Leon.xml b/data/templates/npc/merchant/31256-Leon.xml new file mode 100644 index 000000000..930b23e62 --- /dev/null +++ b/data/templates/npc/merchant/31256-Leon.xml @@ -0,0 +1,26 @@ + + + + Leon + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31257-Veronica.xml b/data/templates/npc/merchant/31257-Veronica.xml new file mode 100644 index 000000000..fea98cd26 --- /dev/null +++ b/data/templates/npc/merchant/31257-Veronica.xml @@ -0,0 +1,26 @@ + + + + Veronica + Weapon Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31258-Helmut.xml b/data/templates/npc/merchant/31258-Helmut.xml new file mode 100644 index 000000000..5a84f3291 --- /dev/null +++ b/data/templates/npc/merchant/31258-Helmut.xml @@ -0,0 +1,26 @@ + + + + Helmut + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31259-Janne.xml b/data/templates/npc/merchant/31259-Janne.xml new file mode 100644 index 000000000..1cab5939b --- /dev/null +++ b/data/templates/npc/merchant/31259-Janne.xml @@ -0,0 +1,26 @@ + + + + Janne + Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31260-Judith.xml b/data/templates/npc/merchant/31260-Judith.xml new file mode 100644 index 000000000..10198ff07 --- /dev/null +++ b/data/templates/npc/merchant/31260-Judith.xml @@ -0,0 +1,26 @@ + + + + Judith + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31261-Renee.xml b/data/templates/npc/merchant/31261-Renee.xml new file mode 100644 index 000000000..13b076333 --- /dev/null +++ b/data/templates/npc/merchant/31261-Renee.xml @@ -0,0 +1,26 @@ + + + + Renee + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31262-Rupert.xml b/data/templates/npc/merchant/31262-Rupert.xml new file mode 100644 index 000000000..4b0087778 --- /dev/null +++ b/data/templates/npc/merchant/31262-Rupert.xml @@ -0,0 +1,26 @@ + + + + Rupert + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31263-Liesel.xml b/data/templates/npc/merchant/31263-Liesel.xml new file mode 100644 index 000000000..4f5ad0b5c --- /dev/null +++ b/data/templates/npc/merchant/31263-Liesel.xml @@ -0,0 +1,26 @@ + + + + Liesel + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31273-Borodin.xml b/data/templates/npc/merchant/31273-Borodin.xml new file mode 100644 index 000000000..e5a6a93f4 --- /dev/null +++ b/data/templates/npc/merchant/31273-Borodin.xml @@ -0,0 +1,26 @@ + + + + Borodin + Blueprint Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31274-Fundin.xml b/data/templates/npc/merchant/31274-Fundin.xml new file mode 100644 index 000000000..424b56351 --- /dev/null +++ b/data/templates/npc/merchant/31274-Fundin.xml @@ -0,0 +1,27 @@ + + + + Fundin + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/merchant/31291-Terava.xml b/data/templates/npc/merchant/31291-Terava.xml new file mode 100644 index 000000000..0a7a42ae5 --- /dev/null +++ b/data/templates/npc/merchant/31291-Terava.xml @@ -0,0 +1,26 @@ + + + + Terava + Amulet Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31300-Drumond.xml b/data/templates/npc/merchant/31300-Drumond.xml new file mode 100644 index 000000000..46fdb9445 --- /dev/null +++ b/data/templates/npc/merchant/31300-Drumond.xml @@ -0,0 +1,26 @@ + + + + Drumond + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31301-Nils.xml b/data/templates/npc/merchant/31301-Nils.xml new file mode 100644 index 000000000..477fe4556 --- /dev/null +++ b/data/templates/npc/merchant/31301-Nils.xml @@ -0,0 +1,26 @@ + + + + Nils + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31302-Vladimir.xml b/data/templates/npc/merchant/31302-Vladimir.xml new file mode 100644 index 000000000..3dd5b3c6d --- /dev/null +++ b/data/templates/npc/merchant/31302-Vladimir.xml @@ -0,0 +1,26 @@ + + + + Vladimir + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31303-Alisha.xml b/data/templates/npc/merchant/31303-Alisha.xml new file mode 100644 index 000000000..503c3563f --- /dev/null +++ b/data/templates/npc/merchant/31303-Alisha.xml @@ -0,0 +1,26 @@ + + + + Alisha + Armor Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31304-Astrid.xml b/data/templates/npc/merchant/31304-Astrid.xml new file mode 100644 index 000000000..70d9194ac --- /dev/null +++ b/data/templates/npc/merchant/31304-Astrid.xml @@ -0,0 +1,26 @@ + + + + Astrid + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31305-Candice.xml b/data/templates/npc/merchant/31305-Candice.xml new file mode 100644 index 000000000..f2ef463ff --- /dev/null +++ b/data/templates/npc/merchant/31305-Candice.xml @@ -0,0 +1,26 @@ + + + + Candice + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31306-Natasha.xml b/data/templates/npc/merchant/31306-Natasha.xml new file mode 100644 index 000000000..f4352c24a --- /dev/null +++ b/data/templates/npc/merchant/31306-Natasha.xml @@ -0,0 +1,26 @@ + + + + Natasha + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31307-Weber.xml b/data/templates/npc/merchant/31307-Weber.xml new file mode 100644 index 000000000..80994f2c6 --- /dev/null +++ b/data/templates/npc/merchant/31307-Weber.xml @@ -0,0 +1,26 @@ + + + + Weber + Grocer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31318-Greta.xml b/data/templates/npc/merchant/31318-Greta.xml new file mode 100644 index 000000000..05e85a3f9 --- /dev/null +++ b/data/templates/npc/merchant/31318-Greta.xml @@ -0,0 +1,26 @@ + + + + Greta + Blueprint Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31319-Hans.xml b/data/templates/npc/merchant/31319-Hans.xml new file mode 100644 index 000000000..88dc8c52f --- /dev/null +++ b/data/templates/npc/merchant/31319-Hans.xml @@ -0,0 +1,26 @@ + + + + Hans + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31351-Volker.xml b/data/templates/npc/merchant/31351-Volker.xml new file mode 100644 index 000000000..ddb4740b5 --- /dev/null +++ b/data/templates/npc/merchant/31351-Volker.xml @@ -0,0 +1,26 @@ + + + + Volker + Wharf Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31366-FeedSeller.xml b/data/templates/npc/merchant/31366-FeedSeller.xml new file mode 100644 index 000000000..5940b89cd --- /dev/null +++ b/data/templates/npc/merchant/31366-FeedSeller.xml @@ -0,0 +1,25 @@ + + + + Feed Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31373-Atan.xml b/data/templates/npc/merchant/31373-Atan.xml new file mode 100644 index 000000000..ecfcebcbd --- /dev/null +++ b/data/templates/npc/merchant/31373-Atan.xml @@ -0,0 +1,26 @@ + + + + Atan + Grocer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31375-Jumara.xml b/data/templates/npc/merchant/31375-Jumara.xml new file mode 100644 index 000000000..1fa06580b --- /dev/null +++ b/data/templates/npc/merchant/31375-Jumara.xml @@ -0,0 +1,26 @@ + + + + Jumara + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31380-Diyabu.xml b/data/templates/npc/merchant/31380-Diyabu.xml new file mode 100644 index 000000000..1f73b2667 --- /dev/null +++ b/data/templates/npc/merchant/31380-Diyabu.xml @@ -0,0 +1,26 @@ + + + + Diyabu + Grocer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31382-Shikon.xml b/data/templates/npc/merchant/31382-Shikon.xml new file mode 100644 index 000000000..1248f17a8 --- /dev/null +++ b/data/templates/npc/merchant/31382-Shikon.xml @@ -0,0 +1,26 @@ + + + + Shikon + Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31386-Violet.xml b/data/templates/npc/merchant/31386-Violet.xml new file mode 100644 index 000000000..2598366e5 --- /dev/null +++ b/data/templates/npc/merchant/31386-Violet.xml @@ -0,0 +1,26 @@ + + + + Violet + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31413-Antonio.xml b/data/templates/npc/merchant/31413-Antonio.xml new file mode 100644 index 000000000..a63a68fa9 --- /dev/null +++ b/data/templates/npc/merchant/31413-Antonio.xml @@ -0,0 +1,26 @@ + + + + Antonio + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31414-Lynn.xml b/data/templates/npc/merchant/31414-Lynn.xml new file mode 100644 index 000000000..4a7478476 --- /dev/null +++ b/data/templates/npc/merchant/31414-Lynn.xml @@ -0,0 +1,26 @@ + + + + Lynn + Spellbook Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31415-Triya.xml b/data/templates/npc/merchant/31415-Triya.xml new file mode 100644 index 000000000..fa76d428f --- /dev/null +++ b/data/templates/npc/merchant/31415-Triya.xml @@ -0,0 +1,26 @@ + + + + Triya + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31416-Aren.xml b/data/templates/npc/merchant/31416-Aren.xml new file mode 100644 index 000000000..e6b0e0770 --- /dev/null +++ b/data/templates/npc/merchant/31416-Aren.xml @@ -0,0 +1,26 @@ + + + + Aren + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31417-Berynel.xml b/data/templates/npc/merchant/31417-Berynel.xml new file mode 100644 index 000000000..c703ad587 --- /dev/null +++ b/data/templates/npc/merchant/31417-Berynel.xml @@ -0,0 +1,26 @@ + + + + Berynel + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31418-Rouke.xml b/data/templates/npc/merchant/31418-Rouke.xml new file mode 100644 index 000000000..fa4ef5d67 --- /dev/null +++ b/data/templates/npc/merchant/31418-Rouke.xml @@ -0,0 +1,26 @@ + + + + Rouke + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31419-Lorel.xml b/data/templates/npc/merchant/31419-Lorel.xml new file mode 100644 index 000000000..17931496a --- /dev/null +++ b/data/templates/npc/merchant/31419-Lorel.xml @@ -0,0 +1,26 @@ + + + + Lorel + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31420-Tomanel.xml b/data/templates/npc/merchant/31420-Tomanel.xml new file mode 100644 index 000000000..27ee3a330 --- /dev/null +++ b/data/templates/npc/merchant/31420-Tomanel.xml @@ -0,0 +1,26 @@ + + + + Tomanel + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31421-Ratriya.xml b/data/templates/npc/merchant/31421-Ratriya.xml new file mode 100644 index 000000000..ee5408877 --- /dev/null +++ b/data/templates/npc/merchant/31421-Ratriya.xml @@ -0,0 +1,26 @@ + + + + Ratriya + Spellbook Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31422-Migel.xml b/data/templates/npc/merchant/31422-Migel.xml new file mode 100644 index 000000000..5fdc9cbc1 --- /dev/null +++ b/data/templates/npc/merchant/31422-Migel.xml @@ -0,0 +1,26 @@ + + + + Migel + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31423-Romas.xml b/data/templates/npc/merchant/31423-Romas.xml new file mode 100644 index 000000000..c4c64acc7 --- /dev/null +++ b/data/templates/npc/merchant/31423-Romas.xml @@ -0,0 +1,26 @@ + + + + Romas + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31424-Shantra.xml b/data/templates/npc/merchant/31424-Shantra.xml new file mode 100644 index 000000000..4c69de77a --- /dev/null +++ b/data/templates/npc/merchant/31424-Shantra.xml @@ -0,0 +1,26 @@ + + + + Shantra + Amulet Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31425-Koram.xml b/data/templates/npc/merchant/31425-Koram.xml new file mode 100644 index 000000000..07b52557e --- /dev/null +++ b/data/templates/npc/merchant/31425-Koram.xml @@ -0,0 +1,26 @@ + + + + Koram + Amulet Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31426-Jaka.xml b/data/templates/npc/merchant/31426-Jaka.xml new file mode 100644 index 000000000..6610dc217 --- /dev/null +++ b/data/templates/npc/merchant/31426-Jaka.xml @@ -0,0 +1,26 @@ + + + + Jaka + Amulet Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31427-Urgal.xml b/data/templates/npc/merchant/31427-Urgal.xml new file mode 100644 index 000000000..db2aebbdf --- /dev/null +++ b/data/templates/npc/merchant/31427-Urgal.xml @@ -0,0 +1,26 @@ + + + + Urgal + Amulet Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31428-Shafa.xml b/data/templates/npc/merchant/31428-Shafa.xml new file mode 100644 index 000000000..48f48386d --- /dev/null +++ b/data/templates/npc/merchant/31428-Shafa.xml @@ -0,0 +1,26 @@ + + + + Shafa + Amulet Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31429-Shitara.xml b/data/templates/npc/merchant/31429-Shitara.xml new file mode 100644 index 000000000..9d8c8157b --- /dev/null +++ b/data/templates/npc/merchant/31429-Shitara.xml @@ -0,0 +1,26 @@ + + + + Shitara + Amulet Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31430-Donai.xml b/data/templates/npc/merchant/31430-Donai.xml new file mode 100644 index 000000000..5a5db8314 --- /dev/null +++ b/data/templates/npc/merchant/31430-Donai.xml @@ -0,0 +1,26 @@ + + + + Donai + Amulet Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31431-Karai.xml b/data/templates/npc/merchant/31431-Karai.xml new file mode 100644 index 000000000..1f21326f5 --- /dev/null +++ b/data/templates/npc/merchant/31431-Karai.xml @@ -0,0 +1,26 @@ + + + + Karai + Amulet Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31432-Reeya.xml b/data/templates/npc/merchant/31432-Reeya.xml new file mode 100644 index 000000000..dd18c597c --- /dev/null +++ b/data/templates/npc/merchant/31432-Reeya.xml @@ -0,0 +1,26 @@ + + + + Reeya + Blueprint Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31433-Ronaldo.xml b/data/templates/npc/merchant/31433-Ronaldo.xml new file mode 100644 index 000000000..f34949c52 --- /dev/null +++ b/data/templates/npc/merchant/31433-Ronaldo.xml @@ -0,0 +1,26 @@ + + + + Ronaldo + Blueprint Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31434-Shaling.xml b/data/templates/npc/merchant/31434-Shaling.xml new file mode 100644 index 000000000..628c1fe77 --- /dev/null +++ b/data/templates/npc/merchant/31434-Shaling.xml @@ -0,0 +1,26 @@ + + + + Shaling + Blueprint Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31435-Daeger.xml b/data/templates/npc/merchant/31435-Daeger.xml new file mode 100644 index 000000000..2c085ebb3 --- /dev/null +++ b/data/templates/npc/merchant/31435-Daeger.xml @@ -0,0 +1,26 @@ + + + + Daeger + Blueprint Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31436-Dani.xml b/data/templates/npc/merchant/31436-Dani.xml new file mode 100644 index 000000000..0f12c659b --- /dev/null +++ b/data/templates/npc/merchant/31436-Dani.xml @@ -0,0 +1,26 @@ + + + + Dani + Blueprint Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31437-Luka.xml b/data/templates/npc/merchant/31437-Luka.xml new file mode 100644 index 000000000..26da74f62 --- /dev/null +++ b/data/templates/npc/merchant/31437-Luka.xml @@ -0,0 +1,26 @@ + + + + Luka + Blueprint Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31438-Lara.xml b/data/templates/npc/merchant/31438-Lara.xml new file mode 100644 index 000000000..5b780cbea --- /dev/null +++ b/data/templates/npc/merchant/31438-Lara.xml @@ -0,0 +1,26 @@ + + + + Lara + Blueprint Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31439-Rogen.xml b/data/templates/npc/merchant/31439-Rogen.xml new file mode 100644 index 000000000..579768070 --- /dev/null +++ b/data/templates/npc/merchant/31439-Rogen.xml @@ -0,0 +1,26 @@ + + + + Rogen + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31440-Lanna.xml b/data/templates/npc/merchant/31440-Lanna.xml new file mode 100644 index 000000000..18a9f4f2e --- /dev/null +++ b/data/templates/npc/merchant/31440-Lanna.xml @@ -0,0 +1,26 @@ + + + + Lanna + Mineral Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31441-Gordo.xml b/data/templates/npc/merchant/31441-Gordo.xml new file mode 100644 index 000000000..68f3939ef --- /dev/null +++ b/data/templates/npc/merchant/31441-Gordo.xml @@ -0,0 +1,26 @@ + + + + Gordo + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31442-Kiki.xml b/data/templates/npc/merchant/31442-Kiki.xml new file mode 100644 index 000000000..dafe73412 --- /dev/null +++ b/data/templates/npc/merchant/31442-Kiki.xml @@ -0,0 +1,26 @@ + + + + Kiki + Mineral Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31443-Raban.xml b/data/templates/npc/merchant/31443-Raban.xml new file mode 100644 index 000000000..cd2739bfb --- /dev/null +++ b/data/templates/npc/merchant/31443-Raban.xml @@ -0,0 +1,26 @@ + + + + Raban + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31444-Cona.xml b/data/templates/npc/merchant/31444-Cona.xml new file mode 100644 index 000000000..52dd092ad --- /dev/null +++ b/data/templates/npc/merchant/31444-Cona.xml @@ -0,0 +1,26 @@ + + + + Cona + Mineral Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31445-Shutner.xml b/data/templates/npc/merchant/31445-Shutner.xml new file mode 100644 index 000000000..804a3c782 --- /dev/null +++ b/data/templates/npc/merchant/31445-Shutner.xml @@ -0,0 +1,26 @@ + + + + Shutner + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31666-Lumen.xml b/data/templates/npc/merchant/31666-Lumen.xml new file mode 100644 index 000000000..173b0d720 --- /dev/null +++ b/data/templates/npc/merchant/31666-Lumen.xml @@ -0,0 +1,26 @@ + + + + Lumen + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31667-Raik.xml b/data/templates/npc/merchant/31667-Raik.xml new file mode 100644 index 000000000..f37815f2c --- /dev/null +++ b/data/templates/npc/merchant/31667-Raik.xml @@ -0,0 +1,26 @@ + + + + Raik + Amulet Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31668-Tangen.xml b/data/templates/npc/merchant/31668-Tangen.xml new file mode 100644 index 000000000..f284db248 --- /dev/null +++ b/data/templates/npc/merchant/31668-Tangen.xml @@ -0,0 +1,26 @@ + + + + Tangen + Blueprint Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31669-Onyx.xml b/data/templates/npc/merchant/31669-Onyx.xml new file mode 100644 index 000000000..36e6e5abd --- /dev/null +++ b/data/templates/npc/merchant/31669-Onyx.xml @@ -0,0 +1,26 @@ + + + + Onyx + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31670-Burns.xml b/data/templates/npc/merchant/31670-Burns.xml new file mode 100644 index 000000000..b0bfcf198 --- /dev/null +++ b/data/templates/npc/merchant/31670-Burns.xml @@ -0,0 +1,26 @@ + + + + Burns + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31945-Auzendorff.xml b/data/templates/npc/merchant/31945-Auzendorff.xml new file mode 100644 index 000000000..74d4ad226 --- /dev/null +++ b/data/templates/npc/merchant/31945-Auzendorff.xml @@ -0,0 +1,26 @@ + + + + Auzendorff + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31946-Hombre.xml b/data/templates/npc/merchant/31946-Hombre.xml new file mode 100644 index 000000000..be1dcc192 --- /dev/null +++ b/data/templates/npc/merchant/31946-Hombre.xml @@ -0,0 +1,26 @@ + + + + Hombre + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31947-Owaki.xml b/data/templates/npc/merchant/31947-Owaki.xml new file mode 100644 index 000000000..b256bff2f --- /dev/null +++ b/data/templates/npc/merchant/31947-Owaki.xml @@ -0,0 +1,26 @@ + + + + Owaki + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31948-Adrian.xml b/data/templates/npc/merchant/31948-Adrian.xml new file mode 100644 index 000000000..a8d9018f9 --- /dev/null +++ b/data/templates/npc/merchant/31948-Adrian.xml @@ -0,0 +1,26 @@ + + + + Adrian + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31949-Rouge.xml b/data/templates/npc/merchant/31949-Rouge.xml new file mode 100644 index 000000000..1014a5a00 --- /dev/null +++ b/data/templates/npc/merchant/31949-Rouge.xml @@ -0,0 +1,26 @@ + + + + Rouge + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31950-Mailland.xml b/data/templates/npc/merchant/31950-Mailland.xml new file mode 100644 index 000000000..15cb89c07 --- /dev/null +++ b/data/templates/npc/merchant/31950-Mailland.xml @@ -0,0 +1,26 @@ + + + + Mailland + Accessory Merchant + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31951-Jose.xml b/data/templates/npc/merchant/31951-Jose.xml new file mode 100644 index 000000000..76fdc9a6f --- /dev/null +++ b/data/templates/npc/merchant/31951-Jose.xml @@ -0,0 +1,26 @@ + + + + Jose + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31952-Pele.xml b/data/templates/npc/merchant/31952-Pele.xml new file mode 100644 index 000000000..d0b5950e6 --- /dev/null +++ b/data/templates/npc/merchant/31952-Pele.xml @@ -0,0 +1,26 @@ + + + + Pele + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31962-Altair.xml b/data/templates/npc/merchant/31962-Altair.xml new file mode 100644 index 000000000..1cd3e0d6b --- /dev/null +++ b/data/templates/npc/merchant/31962-Altair.xml @@ -0,0 +1,26 @@ + + + + Altair + Blueprint Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31963-Hitchi.xml b/data/templates/npc/merchant/31963-Hitchi.xml new file mode 100644 index 000000000..d5071734e --- /dev/null +++ b/data/templates/npc/merchant/31963-Hitchi.xml @@ -0,0 +1,26 @@ + + + + Hitchi + Mineral Trader + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31973-Raheel.xml b/data/templates/npc/merchant/31973-Raheel.xml new file mode 100644 index 000000000..4fac1b981 --- /dev/null +++ b/data/templates/npc/merchant/31973-Raheel.xml @@ -0,0 +1,26 @@ + + + + Raheel + Spellbook Seller + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/31980-Rumba.xml b/data/templates/npc/merchant/31980-Rumba.xml new file mode 100644 index 000000000..1e888b9ef --- /dev/null +++ b/data/templates/npc/merchant/31980-Rumba.xml @@ -0,0 +1,26 @@ + + + + Rumba + Amulet Seller + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32105-Dinn.xml b/data/templates/npc/merchant/32105-Dinn.xml new file mode 100644 index 000000000..35a461ca3 --- /dev/null +++ b/data/templates/npc/merchant/32105-Dinn.xml @@ -0,0 +1,25 @@ + + + + Dinn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32106-Singsing.xml b/data/templates/npc/merchant/32106-Singsing.xml new file mode 100644 index 000000000..dd0e9e41f --- /dev/null +++ b/data/templates/npc/merchant/32106-Singsing.xml @@ -0,0 +1,25 @@ + + + + Singsing + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32164-Erinu.xml b/data/templates/npc/merchant/32164-Erinu.xml new file mode 100644 index 000000000..b9a93b604 --- /dev/null +++ b/data/templates/npc/merchant/32164-Erinu.xml @@ -0,0 +1,26 @@ + + + + Erinu + Weapon Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32165-Zakone.xml b/data/templates/npc/merchant/32165-Zakone.xml new file mode 100644 index 000000000..c7f9bb382 --- /dev/null +++ b/data/templates/npc/merchant/32165-Zakone.xml @@ -0,0 +1,26 @@ + + + + Zakone + Armor Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32166-Trevor.xml b/data/templates/npc/merchant/32166-Trevor.xml new file mode 100644 index 000000000..c659b3655 --- /dev/null +++ b/data/templates/npc/merchant/32166-Trevor.xml @@ -0,0 +1,26 @@ + + + + Trevor + Accessory Merchant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32167-Nika.xml b/data/templates/npc/merchant/32167-Nika.xml new file mode 100644 index 000000000..8b16089d4 --- /dev/null +++ b/data/templates/npc/merchant/32167-Nika.xml @@ -0,0 +1,26 @@ + + + + Nika + Grocer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32168-Zenith.xml b/data/templates/npc/merchant/32168-Zenith.xml new file mode 100644 index 000000000..5c94322e4 --- /dev/null +++ b/data/templates/npc/merchant/32168-Zenith.xml @@ -0,0 +1,26 @@ + + + + Zenith + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32169-Mila.xml b/data/templates/npc/merchant/32169-Mila.xml new file mode 100644 index 000000000..ca113d4a8 --- /dev/null +++ b/data/templates/npc/merchant/32169-Mila.xml @@ -0,0 +1,26 @@ + + + + Mila + Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32347-Shadai.xml b/data/templates/npc/merchant/32347-Shadai.xml new file mode 100644 index 000000000..0782e914b --- /dev/null +++ b/data/templates/npc/merchant/32347-Shadai.xml @@ -0,0 +1,26 @@ + + + + Shadai + Legendary Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32359-Lahm.xml b/data/templates/npc/merchant/32359-Lahm.xml new file mode 100644 index 000000000..b2a054679 --- /dev/null +++ b/data/templates/npc/merchant/32359-Lahm.xml @@ -0,0 +1,26 @@ + + + + Lahm + Blacksmith of Power + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32546-Asyatei.xml b/data/templates/npc/merchant/32546-Asyatei.xml new file mode 100644 index 000000000..d4e55c21e --- /dev/null +++ b/data/templates/npc/merchant/32546-Asyatei.xml @@ -0,0 +1,26 @@ + + + + Asyatei + Soul Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32610-OlfKanore.xml b/data/templates/npc/merchant/32610-OlfKanore.xml new file mode 100644 index 000000000..c7b6fe243 --- /dev/null +++ b/data/templates/npc/merchant/32610-OlfKanore.xml @@ -0,0 +1,26 @@ + + + + Olf Kanore + Weaver + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchant/32612-OlfAdams.xml b/data/templates/npc/merchant/32612-OlfAdams.xml new file mode 100644 index 000000000..fffc80b1d --- /dev/null +++ b/data/templates/npc/merchant/32612-OlfAdams.xml @@ -0,0 +1,26 @@ + + + + Olf Adams + Weaver + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/merchantsummon/13128-GolemTrader.xml b/data/templates/npc/merchantsummon/13128-GolemTrader.xml new file mode 100644 index 000000000..e04c882ca --- /dev/null +++ b/data/templates/npc/merchantsummon/13128-GolemTrader.xml @@ -0,0 +1,25 @@ + + + + Golem Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercmanager/35102-Greenspan.xml b/data/templates/npc/mercmanager/35102-Greenspan.xml new file mode 100644 index 000000000..97945842a --- /dev/null +++ b/data/templates/npc/mercmanager/35102-Greenspan.xml @@ -0,0 +1,26 @@ + + + + Greenspan + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/mercmanager/35144-MercenaryManagerSanford.xml b/data/templates/npc/mercmanager/35144-MercenaryManagerSanford.xml new file mode 100644 index 000000000..6c8495c68 --- /dev/null +++ b/data/templates/npc/mercmanager/35144-MercenaryManagerSanford.xml @@ -0,0 +1,26 @@ + + + + Mercenary Manager Sanford + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/mercmanager/35186-Arvid.xml b/data/templates/npc/mercmanager/35186-Arvid.xml new file mode 100644 index 000000000..0e5df5b69 --- /dev/null +++ b/data/templates/npc/mercmanager/35186-Arvid.xml @@ -0,0 +1,26 @@ + + + + Arvid + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/mercmanager/35228-Morrison.xml b/data/templates/npc/mercmanager/35228-Morrison.xml new file mode 100644 index 000000000..1c0aa3129 --- /dev/null +++ b/data/templates/npc/mercmanager/35228-Morrison.xml @@ -0,0 +1,26 @@ + + + + Morrison + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/mercmanager/35276-Eldon.xml b/data/templates/npc/mercmanager/35276-Eldon.xml new file mode 100644 index 000000000..cc53b4d61 --- /dev/null +++ b/data/templates/npc/mercmanager/35276-Eldon.xml @@ -0,0 +1,26 @@ + + + + Eldon + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/mercmanager/35318-Solinus.xml b/data/templates/npc/mercmanager/35318-Solinus.xml new file mode 100644 index 000000000..173fda29e --- /dev/null +++ b/data/templates/npc/mercmanager/35318-Solinus.xml @@ -0,0 +1,26 @@ + + + + Solinus + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + diff --git a/data/templates/npc/mercmanager/35365-Rowell.xml b/data/templates/npc/mercmanager/35365-Rowell.xml new file mode 100644 index 000000000..7d504f0c4 --- /dev/null +++ b/data/templates/npc/mercmanager/35365-Rowell.xml @@ -0,0 +1,26 @@ + + + + Rowell + Manager of Mercenary + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercmanager/35511-Gompus.xml b/data/templates/npc/mercmanager/35511-Gompus.xml new file mode 100644 index 000000000..43b99a7ff --- /dev/null +++ b/data/templates/npc/mercmanager/35511-Gompus.xml @@ -0,0 +1,26 @@ + + + + Gompus + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mercmanager/35557-Kendrew.xml b/data/templates/npc/mercmanager/35557-Kendrew.xml new file mode 100644 index 000000000..b6e7b9c24 --- /dev/null +++ b/data/templates/npc/mercmanager/35557-Kendrew.xml @@ -0,0 +1,26 @@ + + + + Kendrew + Mercenary Manager + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/misc/13007-SpecialChristmasTree.xml b/data/templates/npc/misc/13007-SpecialChristmasTree.xml new file mode 100644 index 000000000..6462e58de --- /dev/null +++ b/data/templates/npc/misc/13007-SpecialChristmasTree.xml @@ -0,0 +1,25 @@ + + + + Special Christmas Tree + 70 + MALE + + + + + + + + + + + + + + + 490 + 10 + + + diff --git a/data/templates/npc/monster/13034-SuperHugePig.xml b/data/templates/npc/monster/13034-SuperHugePig.xml new file mode 100644 index 000000000..a7613d445 --- /dev/null +++ b/data/templates/npc/monster/13034-SuperHugePig.xml @@ -0,0 +1,25 @@ + + + + Super Huge Pig + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/13097.xml b/data/templates/npc/monster/13097.xml new file mode 100644 index 000000000..a4748d025 --- /dev/null +++ b/data/templates/npc/monster/13097.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/13148-Lindvior.xml b/data/templates/npc/monster/13148-Lindvior.xml new file mode 100644 index 000000000..41e704bc5 --- /dev/null +++ b/data/templates/npc/monster/13148-Lindvior.xml @@ -0,0 +1,25 @@ + + + + Lindvior + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/16019-TinyBabyBuffalo.xml b/data/templates/npc/monster/16019-TinyBabyBuffalo.xml new file mode 100644 index 000000000..65b177cbf --- /dev/null +++ b/data/templates/npc/monster/16019-TinyBabyBuffalo.xml @@ -0,0 +1,25 @@ + + + + Tiny Baby Buffalo + 67 + MALE + + + + + + + + + + + + + + + 2146 + 200 + + + diff --git a/data/templates/npc/monster/16020-TameTinyBabyBuffalo.xml b/data/templates/npc/monster/16020-TameTinyBabyBuffalo.xml new file mode 100644 index 000000000..4ab9d19c8 --- /dev/null +++ b/data/templates/npc/monster/16020-TameTinyBabyBuffalo.xml @@ -0,0 +1,25 @@ + + + + Tame Tiny Baby Buffalo + 67 + MALE + + + + + + + + + + + + + + + 2146 + 200 + + + diff --git a/data/templates/npc/monster/16021-TinyBabyCougar.xml b/data/templates/npc/monster/16021-TinyBabyCougar.xml new file mode 100644 index 000000000..4fe30b4ec --- /dev/null +++ b/data/templates/npc/monster/16021-TinyBabyCougar.xml @@ -0,0 +1,25 @@ + + + + Tiny Baby Cougar + 69 + MALE + + + + + + + + + + + + + + + 2276 + 218 + + + diff --git a/data/templates/npc/monster/16022-TameTinyBabyCougar.xml b/data/templates/npc/monster/16022-TameTinyBabyCougar.xml new file mode 100644 index 000000000..956eeb09a --- /dev/null +++ b/data/templates/npc/monster/16022-TameTinyBabyCougar.xml @@ -0,0 +1,25 @@ + + + + Tame Tiny Baby Cougar + 69 + MALE + + + + + + + + + + + + + + + 2276 + 218 + + + diff --git a/data/templates/npc/monster/16023-TinyBabyKookaburra.xml b/data/templates/npc/monster/16023-TinyBabyKookaburra.xml new file mode 100644 index 000000000..f66200632 --- /dev/null +++ b/data/templates/npc/monster/16023-TinyBabyKookaburra.xml @@ -0,0 +1,25 @@ + + + + Tiny Baby Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 2020 + 183 + + + diff --git a/data/templates/npc/monster/16024-TameTinyBabyKookaburra.xml b/data/templates/npc/monster/16024-TameTinyBabyKookaburra.xml new file mode 100644 index 000000000..ffa44900e --- /dev/null +++ b/data/templates/npc/monster/16024-TameTinyBabyKookaburra.xml @@ -0,0 +1,25 @@ + + + + Tame Tiny Baby Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 2020 + 183 + + + diff --git a/data/templates/npc/monster/18001-BloodQueen.xml b/data/templates/npc/monster/18001-BloodQueen.xml new file mode 100644 index 000000000..89e1fd3b9 --- /dev/null +++ b/data/templates/npc/monster/18001-BloodQueen.xml @@ -0,0 +1,39 @@ + + + + Blood Queen + 60 + FEMALE + + + + + + + + + + + + + + + 4536 + 394 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18002-BloodQueen.xml b/data/templates/npc/monster/18002-BloodQueen.xml new file mode 100644 index 000000000..7799f3b6c --- /dev/null +++ b/data/templates/npc/monster/18002-BloodQueen.xml @@ -0,0 +1,25 @@ + + + + Blood Queen + 60 + FEMALE + + + + + + + + + + + + + + + 4320 + 375 + + + diff --git a/data/templates/npc/monster/18003-BeardedKeltir.xml b/data/templates/npc/monster/18003-BeardedKeltir.xml new file mode 100644 index 000000000..4eeea54d9 --- /dev/null +++ b/data/templates/npc/monster/18003-BeardedKeltir.xml @@ -0,0 +1,28 @@ + + + + Bearded Keltir + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + + + + diff --git a/data/templates/npc/monster/18004-SusceptorPrime.xml b/data/templates/npc/monster/18004-SusceptorPrime.xml new file mode 100644 index 000000000..cf79bea84 --- /dev/null +++ b/data/templates/npc/monster/18004-SusceptorPrime.xml @@ -0,0 +1,25 @@ + + + + Susceptor Prime + 49 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/18005-Mimic.xml b/data/templates/npc/monster/18005-Mimic.xml new file mode 100644 index 000000000..17df2696b --- /dev/null +++ b/data/templates/npc/monster/18005-Mimic.xml @@ -0,0 +1,25 @@ + + + + Mimic + 52 + MALE + + + + + + + + + + + + + + + 3245 + 251 + + + diff --git a/data/templates/npc/monster/18006-MarukLord.xml b/data/templates/npc/monster/18006-MarukLord.xml new file mode 100644 index 000000000..a0b0e995c --- /dev/null +++ b/data/templates/npc/monster/18006-MarukLord.xml @@ -0,0 +1,26 @@ + + + + Maruk Lord + 68 + MALE + + + + + + + + + + + + + + + 6057 + 586 + + + + diff --git a/data/templates/npc/monster/18007-LimalKarinness.xml b/data/templates/npc/monster/18007-LimalKarinness.xml new file mode 100644 index 000000000..9d7c6a18c --- /dev/null +++ b/data/templates/npc/monster/18007-LimalKarinness.xml @@ -0,0 +1,25 @@ + + + + Limal Karinness + 69 + FEMALE + + + + + + + + + + + + + + + 5951 + 582 + + + diff --git a/data/templates/npc/monster/18008-Karik.xml b/data/templates/npc/monster/18008-Karik.xml new file mode 100644 index 000000000..d0c1401c4 --- /dev/null +++ b/data/templates/npc/monster/18008-Karik.xml @@ -0,0 +1,25 @@ + + + + Karik + 70 + MALE + + + + + + + + + + + + + + + 6370 + 632 + + + diff --git a/data/templates/npc/monster/18009-OfferingOfBrandedElder.xml b/data/templates/npc/monster/18009-OfferingOfBrandedElder.xml new file mode 100644 index 000000000..8de4039eb --- /dev/null +++ b/data/templates/npc/monster/18009-OfferingOfBrandedElder.xml @@ -0,0 +1,26 @@ + + + + Offering of Branded Elder + 34 + MALE + + + + + + + + + + + + + + + 1755 + 102 + + + + diff --git a/data/templates/npc/monster/18010-OfferingOfTheBranded.xml b/data/templates/npc/monster/18010-OfferingOfTheBranded.xml new file mode 100644 index 000000000..9cd9e6761 --- /dev/null +++ b/data/templates/npc/monster/18010-OfferingOfTheBranded.xml @@ -0,0 +1,29 @@ + + + + Offering of the Branded + 32 + MALE + + + + + + + + + + + + + + + 1524 + 86 + + + + + + + diff --git a/data/templates/npc/monster/18011-OfferingOfBrandedArcher.xml b/data/templates/npc/monster/18011-OfferingOfBrandedArcher.xml new file mode 100644 index 000000000..ac332929e --- /dev/null +++ b/data/templates/npc/monster/18011-OfferingOfBrandedArcher.xml @@ -0,0 +1,26 @@ + + + + Offering of Branded Archer + 28 + MALE + + + + + + + + + + + + + + + 1001 + 53 + + + + diff --git a/data/templates/npc/monster/18012-OfferingOfBrandedWarrior.xml b/data/templates/npc/monster/18012-OfferingOfBrandedWarrior.xml new file mode 100644 index 000000000..d01655d01 --- /dev/null +++ b/data/templates/npc/monster/18012-OfferingOfBrandedWarrior.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Warrior + 29 + MALE + + + + + + + + + + + + + + + 1026 + 55 + + + + + + + diff --git a/data/templates/npc/monster/18013-OfferingOfBrandedFollower.xml b/data/templates/npc/monster/18013-OfferingOfBrandedFollower.xml new file mode 100644 index 000000000..1f275be0c --- /dev/null +++ b/data/templates/npc/monster/18013-OfferingOfBrandedFollower.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Follower + 29 + MALE + + + + + + + + + + + + + + + 1227 + 66 + + + + + + + diff --git a/data/templates/npc/monster/18014-OfferingOfBrandedBerserker.xml b/data/templates/npc/monster/18014-OfferingOfBrandedBerserker.xml new file mode 100644 index 000000000..b3d0598a7 --- /dev/null +++ b/data/templates/npc/monster/18014-OfferingOfBrandedBerserker.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Berserker + 37 + MALE + + + + + + + + + + + + + + + 2277 + 140 + + + + + + + diff --git a/data/templates/npc/monster/18015-OfferingOfBrandedZealot.xml b/data/templates/npc/monster/18015-OfferingOfBrandedZealot.xml new file mode 100644 index 000000000..18562e4e4 --- /dev/null +++ b/data/templates/npc/monster/18015-OfferingOfBrandedZealot.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Zealot + 34 + MALE + + + + + + + + + + + + + + + 1651 + 96 + + + + + + + diff --git a/data/templates/npc/monster/18016-OfferingOfBrandedMarksman.xml b/data/templates/npc/monster/18016-OfferingOfBrandedMarksman.xml new file mode 100644 index 000000000..33993ec96 --- /dev/null +++ b/data/templates/npc/monster/18016-OfferingOfBrandedMarksman.xml @@ -0,0 +1,26 @@ + + + + Offering of Branded Marksman + 32 + MALE + + + + + + + + + + + + + + + 1266 + 71 + + + + diff --git a/data/templates/npc/monster/18017-OfferingOfBrandedDisciple.xml b/data/templates/npc/monster/18017-OfferingOfBrandedDisciple.xml new file mode 100644 index 000000000..32527a426 --- /dev/null +++ b/data/templates/npc/monster/18017-OfferingOfBrandedDisciple.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Disciple + 34 + MALE + + + + + + + + + + + + + + + 1651 + 96 + + + + + + + diff --git a/data/templates/npc/monster/18018-OfferingOfBrandedSaint.xml b/data/templates/npc/monster/18018-OfferingOfBrandedSaint.xml new file mode 100644 index 000000000..8efc8882c --- /dev/null +++ b/data/templates/npc/monster/18018-OfferingOfBrandedSaint.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Saint + 39 + MALE + + + + + + + + + + + + + + + 2172 + 138 + + + + + + + diff --git a/data/templates/npc/monster/18019-ApostateSOfferingElder.xml b/data/templates/npc/monster/18019-ApostateSOfferingElder.xml new file mode 100644 index 000000000..2447a9f29 --- /dev/null +++ b/data/templates/npc/monster/18019-ApostateSOfferingElder.xml @@ -0,0 +1,26 @@ + + + + Apostate's Offering Elder + 45 + MALE + + + + + + + + + + + + + + + 3013 + 210 + + + + diff --git a/data/templates/npc/monster/18020-ApostateSOffering.xml b/data/templates/npc/monster/18020-ApostateSOffering.xml new file mode 100644 index 000000000..2ec3321b9 --- /dev/null +++ b/data/templates/npc/monster/18020-ApostateSOffering.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering + 43 + MALE + + + + + + + + + + + + + + + 2751 + 186 + + + + + + + diff --git a/data/templates/npc/monster/18021-ApostateSOfferingArcher.xml b/data/templates/npc/monster/18021-ApostateSOfferingArcher.xml new file mode 100644 index 000000000..a57845641 --- /dev/null +++ b/data/templates/npc/monster/18021-ApostateSOfferingArcher.xml @@ -0,0 +1,26 @@ + + + + Apostate's Offering Archer + 39 + MALE + + + + + + + + + + + + + + + 1880 + 119 + + + + diff --git a/data/templates/npc/monster/18022-ApostateSOfferingWarrior.xml b/data/templates/npc/monster/18022-ApostateSOfferingWarrior.xml new file mode 100644 index 000000000..41517a3f5 --- /dev/null +++ b/data/templates/npc/monster/18022-ApostateSOfferingWarrior.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Warrior + 40 + MALE + + + + + + + + + + + + + + + 1920 + 124 + + + + + + + diff --git a/data/templates/npc/monster/18023-ApostateSOfferingFollower.xml b/data/templates/npc/monster/18023-ApostateSOfferingFollower.xml new file mode 100644 index 000000000..7b8eb9d92 --- /dev/null +++ b/data/templates/npc/monster/18023-ApostateSOfferingFollower.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Follower + 40 + MALE + + + + + + + + + + + + + + + 2296 + 148 + + + + + + + diff --git a/data/templates/npc/monster/18024-ApostateSOfferingBerserker.xml b/data/templates/npc/monster/18024-ApostateSOfferingBerserker.xml new file mode 100644 index 000000000..8aee1a92d --- /dev/null +++ b/data/templates/npc/monster/18024-ApostateSOfferingBerserker.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Berserker + 48 + MALE + + + + + + + + + + + + + + + 3832 + 280 + + + + + + + diff --git a/data/templates/npc/monster/18025-ApostateSOfferingZealot.xml b/data/templates/npc/monster/18025-ApostateSOfferingZealot.xml new file mode 100644 index 000000000..fee9f5518 --- /dev/null +++ b/data/templates/npc/monster/18025-ApostateSOfferingZealot.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Zealot + 45 + MALE + + + + + + + + + + + + + + + 2892 + 201 + + + + + + + diff --git a/data/templates/npc/monster/18026-ApostateSOfferingMarksman.xml b/data/templates/npc/monster/18026-ApostateSOfferingMarksman.xml new file mode 100644 index 000000000..d5f288149 --- /dev/null +++ b/data/templates/npc/monster/18026-ApostateSOfferingMarksman.xml @@ -0,0 +1,26 @@ + + + + Apostate's Offering Marksman + 43 + MALE + + + + + + + + + + + + + + + 2285 + 154 + + + + diff --git a/data/templates/npc/monster/18027-ApostateSOfferingDisciple.xml b/data/templates/npc/monster/18027-ApostateSOfferingDisciple.xml new file mode 100644 index 000000000..8c7a619b4 --- /dev/null +++ b/data/templates/npc/monster/18027-ApostateSOfferingDisciple.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Disciple + 45 + MALE + + + + + + + + + + + + + + + 2892 + 201 + + + + + + + diff --git a/data/templates/npc/monster/18028-ApostateSOfferingSaint.xml b/data/templates/npc/monster/18028-ApostateSOfferingSaint.xml new file mode 100644 index 000000000..c1ba2c7c4 --- /dev/null +++ b/data/templates/npc/monster/18028-ApostateSOfferingSaint.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Saint + 50 + MALE + + + + + + + + + + + + + + + 3570 + 269 + + + + + + + diff --git a/data/templates/npc/monster/18029-WitchSOfferingElder.xml b/data/templates/npc/monster/18029-WitchSOfferingElder.xml new file mode 100644 index 000000000..3bc5b2b35 --- /dev/null +++ b/data/templates/npc/monster/18029-WitchSOfferingElder.xml @@ -0,0 +1,26 @@ + + + + Witch's Offering Elder + 56 + MALE + + + + + + + + + + + + + + + 4666 + 383 + + + + diff --git a/data/templates/npc/monster/18030-WitchSOffering.xml b/data/templates/npc/monster/18030-WitchSOffering.xml new file mode 100644 index 000000000..56141b779 --- /dev/null +++ b/data/templates/npc/monster/18030-WitchSOffering.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering + 54 + MALE + + + + + + + + + + + + + + + 4339 + 346 + + + + + + + diff --git a/data/templates/npc/monster/18031-WitchSOfferingArcher.xml b/data/templates/npc/monster/18031-WitchSOfferingArcher.xml new file mode 100644 index 000000000..f4449ae49 --- /dev/null +++ b/data/templates/npc/monster/18031-WitchSOfferingArcher.xml @@ -0,0 +1,26 @@ + + + + Witch's Offering Archer + 50 + MALE + + + + + + + + + + + + + + + 3090 + 233 + + + + diff --git a/data/templates/npc/monster/18032-WitchSOfferingWarrior.xml b/data/templates/npc/monster/18032-WitchSOfferingWarrior.xml new file mode 100644 index 000000000..f6e6d6240 --- /dev/null +++ b/data/templates/npc/monster/18032-WitchSOfferingWarrior.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Warrior + 51 + MALE + + + + + + + + + + + + + + + 3121 + 238 + + + + + + + diff --git a/data/templates/npc/monster/18033-WitchSOfferingFollower.xml b/data/templates/npc/monster/18033-WitchSOfferingFollower.xml new file mode 100644 index 000000000..9499f632f --- /dev/null +++ b/data/templates/npc/monster/18033-WitchSOfferingFollower.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Follower + 51 + MALE + + + + + + + + + + + + + + + 3733 + 285 + + + + + + + diff --git a/data/templates/npc/monster/18034-WitchSOfferingBerserker.xml b/data/templates/npc/monster/18034-WitchSOfferingBerserker.xml new file mode 100644 index 000000000..feea547a5 --- /dev/null +++ b/data/templates/npc/monster/18034-WitchSOfferingBerserker.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Berserker + 59 + MALE + + + + + + + + + + + + + + + 5790 + 495 + + + + + + + diff --git a/data/templates/npc/monster/18035-WitchSOfferingZealot.xml b/data/templates/npc/monster/18035-WitchSOfferingZealot.xml new file mode 100644 index 000000000..509bb0a8f --- /dev/null +++ b/data/templates/npc/monster/18035-WitchSOfferingZealot.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Zealot + 56 + MALE + + + + + + + + + + + + + + + 4478 + 368 + + + + + + + diff --git a/data/templates/npc/monster/18036-WitchSOfferingMarksman.xml b/data/templates/npc/monster/18036-WitchSOfferingMarksman.xml new file mode 100644 index 000000000..ed399fa28 --- /dev/null +++ b/data/templates/npc/monster/18036-WitchSOfferingMarksman.xml @@ -0,0 +1,26 @@ + + + + Witch's Offering Marksman + 54 + MALE + + + + + + + + + + + + + + + 3604 + 287 + + + + diff --git a/data/templates/npc/monster/18037-WitchSOfferingDisciple.xml b/data/templates/npc/monster/18037-WitchSOfferingDisciple.xml new file mode 100644 index 000000000..339e8cbb5 --- /dev/null +++ b/data/templates/npc/monster/18037-WitchSOfferingDisciple.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Disciple + 56 + MALE + + + + + + + + + + + + + + + 4478 + 368 + + + + + + + diff --git a/data/templates/npc/monster/18038-WitchSOfferingSaint.xml b/data/templates/npc/monster/18038-WitchSOfferingSaint.xml new file mode 100644 index 000000000..4e3c5b39a --- /dev/null +++ b/data/templates/npc/monster/18038-WitchSOfferingSaint.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Saint + 61 + MALE + + + + + + + + + + + + + + + 5314 + 468 + + + + + + + diff --git a/data/templates/npc/monster/18039-DarkOmenOfferingElder.xml b/data/templates/npc/monster/18039-DarkOmenOfferingElder.xml new file mode 100644 index 000000000..0a76c16a6 --- /dev/null +++ b/data/templates/npc/monster/18039-DarkOmenOfferingElder.xml @@ -0,0 +1,26 @@ + + + + Dark Omen Offering Elder + 67 + MALE + + + + + + + + + + + + + + + 6680 + 636 + + + + diff --git a/data/templates/npc/monster/18040-DarkOmenOffering.xml b/data/templates/npc/monster/18040-DarkOmenOffering.xml new file mode 100644 index 000000000..9f5dfea48 --- /dev/null +++ b/data/templates/npc/monster/18040-DarkOmenOffering.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering + 65 + MALE + + + + + + + + + + + + + + + 6287 + 584 + + + + + + + diff --git a/data/templates/npc/monster/18041-DarkOmenOfferingArcher.xml b/data/templates/npc/monster/18041-DarkOmenOfferingArcher.xml new file mode 100644 index 000000000..03b6b4d83 --- /dev/null +++ b/data/templates/npc/monster/18041-DarkOmenOfferingArcher.xml @@ -0,0 +1,26 @@ + + + + Dark Omen Offering Archer + 61 + MALE + + + + + + + + + + + + + + + 4599 + 405 + + + + diff --git a/data/templates/npc/monster/18042-DarkOmenOfferingWarrior.xml b/data/templates/npc/monster/18042-DarkOmenOfferingWarrior.xml new file mode 100644 index 000000000..256352074 --- /dev/null +++ b/data/templates/npc/monster/18042-DarkOmenOfferingWarrior.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Warrior + 62 + MALE + + + + + + + + + + + + + + + 4613 + 411 + + + + + + + diff --git a/data/templates/npc/monster/18043-DarkOmenOfferingFollower.xml b/data/templates/npc/monster/18043-DarkOmenOfferingFollower.xml new file mode 100644 index 000000000..ff1f9b7e8 --- /dev/null +++ b/data/templates/npc/monster/18043-DarkOmenOfferingFollower.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Follower + 62 + MALE + + + + + + + + + + + + + + + 5517 + 492 + + + + + + + diff --git a/data/templates/npc/monster/18044-DarkOmenOfferingBerserker.xml b/data/templates/npc/monster/18044-DarkOmenOfferingBerserker.xml new file mode 100644 index 000000000..f17860605 --- /dev/null +++ b/data/templates/npc/monster/18044-DarkOmenOfferingBerserker.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Berserker + 70 + MALE + + + + + + + + + + + + + + + 8150 + 808 + + + + + + + diff --git a/data/templates/npc/monster/18045-DarkOmenOfferingZealot.xml b/data/templates/npc/monster/18045-DarkOmenOfferingZealot.xml new file mode 100644 index 000000000..09eb8615f --- /dev/null +++ b/data/templates/npc/monster/18045-DarkOmenOfferingZealot.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Zealot + 67 + MALE + + + + + + + + + + + + + + + 6410 + 610 + + + + + + + diff --git a/data/templates/npc/monster/18046-DarkOmenOfferingMarksman.xml b/data/templates/npc/monster/18046-DarkOmenOfferingMarksman.xml new file mode 100644 index 000000000..48500dc23 --- /dev/null +++ b/data/templates/npc/monster/18046-DarkOmenOfferingMarksman.xml @@ -0,0 +1,26 @@ + + + + Dark Omen Offering Marksman + 65 + MALE + + + + + + + + + + + + + + + 5222 + 485 + + + + diff --git a/data/templates/npc/monster/18047-DarkOmenOfferingDisciple.xml b/data/templates/npc/monster/18047-DarkOmenOfferingDisciple.xml new file mode 100644 index 000000000..d756dad96 --- /dev/null +++ b/data/templates/npc/monster/18047-DarkOmenOfferingDisciple.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Disciple + 67 + MALE + + + + + + + + + + + + + + + 6410 + 610 + + + + + + + diff --git a/data/templates/npc/monster/18048-DarkOmenOfferingSaint.xml b/data/templates/npc/monster/18048-DarkOmenOfferingSaint.xml new file mode 100644 index 000000000..004ce20b1 --- /dev/null +++ b/data/templates/npc/monster/18048-DarkOmenOfferingSaint.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Saint + 72 + MALE + + + + + + + + + + + + + + + 7403 + 752 + + + + + + + diff --git a/data/templates/npc/monster/18049-OfferingOfForbiddenPathElder.xml b/data/templates/npc/monster/18049-OfferingOfForbiddenPathElder.xml new file mode 100644 index 000000000..767e0d687 --- /dev/null +++ b/data/templates/npc/monster/18049-OfferingOfForbiddenPathElder.xml @@ -0,0 +1,26 @@ + + + + Offering of Forbidden Path Elder + 78 + MALE + + + + + + + + + + + + + + + 9053 + 991 + + + + diff --git a/data/templates/npc/monster/18050-OfferingOfForbiddenPath.xml b/data/templates/npc/monster/18050-OfferingOfForbiddenPath.xml new file mode 100644 index 000000000..fd6c7afb6 --- /dev/null +++ b/data/templates/npc/monster/18050-OfferingOfForbiddenPath.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path + 76 + MALE + + + + + + + + + + + + + + + 8595 + 919 + + + + + + + diff --git a/data/templates/npc/monster/18051-OfferingOfForbiddenPathArcher.xml b/data/templates/npc/monster/18051-OfferingOfForbiddenPathArcher.xml new file mode 100644 index 000000000..765a9e12c --- /dev/null +++ b/data/templates/npc/monster/18051-OfferingOfForbiddenPathArcher.xml @@ -0,0 +1,26 @@ + + + + Offering of Forbidden Path Archer + 78 + MALE + + + + + + + + + + + + + + + 8311 + 955 + + + + diff --git a/data/templates/npc/monster/18052-OfferingOfForbiddenPathWarrior.xml b/data/templates/npc/monster/18052-OfferingOfForbiddenPathWarrior.xml new file mode 100644 index 000000000..4b5caba21 --- /dev/null +++ b/data/templates/npc/monster/18052-OfferingOfForbiddenPathWarrior.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Warrior + 78 + MALE + + + + + + + + + + + + + + + 7680 + 862 + + + + + + + diff --git a/data/templates/npc/monster/18053-OfferingOfForbiddenPathFollower.xml b/data/templates/npc/monster/18053-OfferingOfForbiddenPathFollower.xml new file mode 100644 index 000000000..119bcc159 --- /dev/null +++ b/data/templates/npc/monster/18053-OfferingOfForbiddenPathFollower.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Follower + 78 + MALE + + + + + + + + + + + + + + + 9185 + 1031 + + + + + + + diff --git a/data/templates/npc/monster/18054-OfferingOfForbiddenPathBerserker.xml b/data/templates/npc/monster/18054-OfferingOfForbiddenPathBerserker.xml new file mode 100644 index 000000000..0d6037cae --- /dev/null +++ b/data/templates/npc/monster/18054-OfferingOfForbiddenPathBerserker.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Berserker + 78 + MALE + + + + + + + + + + + + + + + 10912 + 1239 + + + + + + + diff --git a/data/templates/npc/monster/18055-OfferingOfForbiddenPathZealot.xml b/data/templates/npc/monster/18055-OfferingOfForbiddenPathZealot.xml new file mode 100644 index 000000000..919cb7c25 --- /dev/null +++ b/data/templates/npc/monster/18055-OfferingOfForbiddenPathZealot.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Zealot + 78 + MALE + + + + + + + + + + + + + + + 8688 + 951 + + + + + + + diff --git a/data/templates/npc/monster/18056-OfferingOfForbiddenPathMarksman.xml b/data/templates/npc/monster/18056-OfferingOfForbiddenPathMarksman.xml new file mode 100644 index 000000000..4eb95e4ed --- /dev/null +++ b/data/templates/npc/monster/18056-OfferingOfForbiddenPathMarksman.xml @@ -0,0 +1,26 @@ + + + + Offering of Forbidden Path Marksman + 76 + MALE + + + + + + + + + + + + + + + 7139 + 763 + + + + diff --git a/data/templates/npc/monster/18057-OfferingOfForbiddenPathDisciple.xml b/data/templates/npc/monster/18057-OfferingOfForbiddenPathDisciple.xml new file mode 100644 index 000000000..0b37e18b9 --- /dev/null +++ b/data/templates/npc/monster/18057-OfferingOfForbiddenPathDisciple.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Disciple + 78 + MALE + + + + + + + + + + + + + + + 8688 + 951 + + + + + + + diff --git a/data/templates/npc/monster/18058-OfferingOfForbiddenPathSaint.xml b/data/templates/npc/monster/18058-OfferingOfForbiddenPathSaint.xml new file mode 100644 index 000000000..ae9b42837 --- /dev/null +++ b/data/templates/npc/monster/18058-OfferingOfForbiddenPathSaint.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Saint + 78 + MALE + + + + + + + + + + + + + + + 9837 + 1144 + + + + + + + diff --git a/data/templates/npc/monster/18059-OfferingOfBrandedElder.xml b/data/templates/npc/monster/18059-OfferingOfBrandedElder.xml new file mode 100644 index 000000000..689f15b6d --- /dev/null +++ b/data/templates/npc/monster/18059-OfferingOfBrandedElder.xml @@ -0,0 +1,26 @@ + + + + Offering of Branded Elder + 34 + MALE + + + + + + + + + + + + + + + 1720 + 100 + + + + diff --git a/data/templates/npc/monster/18060-OfferingOfTheBranded.xml b/data/templates/npc/monster/18060-OfferingOfTheBranded.xml new file mode 100644 index 000000000..8c394a9ab --- /dev/null +++ b/data/templates/npc/monster/18060-OfferingOfTheBranded.xml @@ -0,0 +1,29 @@ + + + + Offering of the Branded + 32 + MALE + + + + + + + + + + + + + + + 1524 + 86 + + + + + + + diff --git a/data/templates/npc/monster/18061-OfferingOfBrandedArcher.xml b/data/templates/npc/monster/18061-OfferingOfBrandedArcher.xml new file mode 100644 index 000000000..4bf60537a --- /dev/null +++ b/data/templates/npc/monster/18061-OfferingOfBrandedArcher.xml @@ -0,0 +1,26 @@ + + + + Offering of Branded Archer + 28 + MALE + + + + + + + + + + + + + + + 1001 + 53 + + + + diff --git a/data/templates/npc/monster/18062-OfferingOfBrandedWarrior.xml b/data/templates/npc/monster/18062-OfferingOfBrandedWarrior.xml new file mode 100644 index 000000000..9073f4d75 --- /dev/null +++ b/data/templates/npc/monster/18062-OfferingOfBrandedWarrior.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Warrior + 29 + MALE + + + + + + + + + + + + + + + 1026 + 55 + + + + + + + diff --git a/data/templates/npc/monster/18063-OfferingOfBrandedFollower.xml b/data/templates/npc/monster/18063-OfferingOfBrandedFollower.xml new file mode 100644 index 000000000..16fb1ec69 --- /dev/null +++ b/data/templates/npc/monster/18063-OfferingOfBrandedFollower.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Follower + 29 + MALE + + + + + + + + + + + + + + + 1227 + 66 + + + + + + + diff --git a/data/templates/npc/monster/18064-OfferingOfBrandedBerserker.xml b/data/templates/npc/monster/18064-OfferingOfBrandedBerserker.xml new file mode 100644 index 000000000..e46cd0daa --- /dev/null +++ b/data/templates/npc/monster/18064-OfferingOfBrandedBerserker.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Berserker + 37 + MALE + + + + + + + + + + + + + + + 2277 + 140 + + + + + + + diff --git a/data/templates/npc/monster/18065-OfferingOfBrandedZealot.xml b/data/templates/npc/monster/18065-OfferingOfBrandedZealot.xml new file mode 100644 index 000000000..95a5d7241 --- /dev/null +++ b/data/templates/npc/monster/18065-OfferingOfBrandedZealot.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Zealot + 34 + MALE + + + + + + + + + + + + + + + 1651 + 96 + + + + + + + diff --git a/data/templates/npc/monster/18066-OfferingOfBrandedMarksman.xml b/data/templates/npc/monster/18066-OfferingOfBrandedMarksman.xml new file mode 100644 index 000000000..7fb3a66ab --- /dev/null +++ b/data/templates/npc/monster/18066-OfferingOfBrandedMarksman.xml @@ -0,0 +1,26 @@ + + + + Offering of Branded Marksman + 32 + MALE + + + + + + + + + + + + + + + 1266 + 71 + + + + diff --git a/data/templates/npc/monster/18067-OfferingOfBrandedDisciple.xml b/data/templates/npc/monster/18067-OfferingOfBrandedDisciple.xml new file mode 100644 index 000000000..406767325 --- /dev/null +++ b/data/templates/npc/monster/18067-OfferingOfBrandedDisciple.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Disciple + 34 + MALE + + + + + + + + + + + + + + + 1651 + 96 + + + + + + + diff --git a/data/templates/npc/monster/18068-OfferingOfBrandedSaint.xml b/data/templates/npc/monster/18068-OfferingOfBrandedSaint.xml new file mode 100644 index 000000000..8f3114ff5 --- /dev/null +++ b/data/templates/npc/monster/18068-OfferingOfBrandedSaint.xml @@ -0,0 +1,29 @@ + + + + Offering of Branded Saint + 39 + MALE + + + + + + + + + + + + + + + 2172 + 138 + + + + + + + diff --git a/data/templates/npc/monster/18069-ApostateSOfferingElder.xml b/data/templates/npc/monster/18069-ApostateSOfferingElder.xml new file mode 100644 index 000000000..fa4614fde --- /dev/null +++ b/data/templates/npc/monster/18069-ApostateSOfferingElder.xml @@ -0,0 +1,26 @@ + + + + Apostate's Offering Elder + 45 + MALE + + + + + + + + + + + + + + + 3013 + 210 + + + + diff --git a/data/templates/npc/monster/18070-ApostateSOffering.xml b/data/templates/npc/monster/18070-ApostateSOffering.xml new file mode 100644 index 000000000..8aeac3128 --- /dev/null +++ b/data/templates/npc/monster/18070-ApostateSOffering.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering + 43 + MALE + + + + + + + + + + + + + + + 2751 + 186 + + + + + + + diff --git a/data/templates/npc/monster/18071-ApostateSOfferingArcher.xml b/data/templates/npc/monster/18071-ApostateSOfferingArcher.xml new file mode 100644 index 000000000..15af123d8 --- /dev/null +++ b/data/templates/npc/monster/18071-ApostateSOfferingArcher.xml @@ -0,0 +1,26 @@ + + + + Apostate's Offering Archer + 39 + MALE + + + + + + + + + + + + + + + 1880 + 119 + + + + diff --git a/data/templates/npc/monster/18072-ApostateSOfferingWarrior.xml b/data/templates/npc/monster/18072-ApostateSOfferingWarrior.xml new file mode 100644 index 000000000..b9526c84f --- /dev/null +++ b/data/templates/npc/monster/18072-ApostateSOfferingWarrior.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Warrior + 40 + MALE + + + + + + + + + + + + + + + 1920 + 124 + + + + + + + diff --git a/data/templates/npc/monster/18073-ApostateSOfferingFollower.xml b/data/templates/npc/monster/18073-ApostateSOfferingFollower.xml new file mode 100644 index 000000000..0e8f5bcf4 --- /dev/null +++ b/data/templates/npc/monster/18073-ApostateSOfferingFollower.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Follower + 40 + MALE + + + + + + + + + + + + + + + 2296 + 148 + + + + + + + diff --git a/data/templates/npc/monster/18074-ApostateSOfferingBerserker.xml b/data/templates/npc/monster/18074-ApostateSOfferingBerserker.xml new file mode 100644 index 000000000..c6a25cb8b --- /dev/null +++ b/data/templates/npc/monster/18074-ApostateSOfferingBerserker.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Berserker + 48 + MALE + + + + + + + + + + + + + + + 3832 + 280 + + + + + + + diff --git a/data/templates/npc/monster/18075-ApostateSOfferingZealot.xml b/data/templates/npc/monster/18075-ApostateSOfferingZealot.xml new file mode 100644 index 000000000..40118f70c --- /dev/null +++ b/data/templates/npc/monster/18075-ApostateSOfferingZealot.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Zealot + 45 + MALE + + + + + + + + + + + + + + + 2892 + 201 + + + + + + + diff --git a/data/templates/npc/monster/18076-ApostateSOfferingMarksman.xml b/data/templates/npc/monster/18076-ApostateSOfferingMarksman.xml new file mode 100644 index 000000000..0310c5354 --- /dev/null +++ b/data/templates/npc/monster/18076-ApostateSOfferingMarksman.xml @@ -0,0 +1,26 @@ + + + + Apostate's Offering Marksman + 43 + MALE + + + + + + + + + + + + + + + 2285 + 154 + + + + diff --git a/data/templates/npc/monster/18077-ApostateSOfferingDisciple.xml b/data/templates/npc/monster/18077-ApostateSOfferingDisciple.xml new file mode 100644 index 000000000..ed991baed --- /dev/null +++ b/data/templates/npc/monster/18077-ApostateSOfferingDisciple.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Disciple + 45 + MALE + + + + + + + + + + + + + + + 2892 + 201 + + + + + + + diff --git a/data/templates/npc/monster/18078-ApostateSOfferingSaint.xml b/data/templates/npc/monster/18078-ApostateSOfferingSaint.xml new file mode 100644 index 000000000..5561b98c6 --- /dev/null +++ b/data/templates/npc/monster/18078-ApostateSOfferingSaint.xml @@ -0,0 +1,29 @@ + + + + Apostate's Offering Saint + 50 + MALE + + + + + + + + + + + + + + + 3570 + 269 + + + + + + + diff --git a/data/templates/npc/monster/18079-WitchSOfferingElder.xml b/data/templates/npc/monster/18079-WitchSOfferingElder.xml new file mode 100644 index 000000000..f3eae59c7 --- /dev/null +++ b/data/templates/npc/monster/18079-WitchSOfferingElder.xml @@ -0,0 +1,26 @@ + + + + Witch's Offering Elder + 56 + MALE + + + + + + + + + + + + + + + 4666 + 383 + + + + diff --git a/data/templates/npc/monster/18080-WitchSOffering.xml b/data/templates/npc/monster/18080-WitchSOffering.xml new file mode 100644 index 000000000..6b3010b1b --- /dev/null +++ b/data/templates/npc/monster/18080-WitchSOffering.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering + 54 + MALE + + + + + + + + + + + + + + + 4339 + 346 + + + + + + + diff --git a/data/templates/npc/monster/18081-WitchSOfferingArcher.xml b/data/templates/npc/monster/18081-WitchSOfferingArcher.xml new file mode 100644 index 000000000..96aaa91c1 --- /dev/null +++ b/data/templates/npc/monster/18081-WitchSOfferingArcher.xml @@ -0,0 +1,26 @@ + + + + Witch's Offering Archer + 50 + MALE + + + + + + + + + + + + + + + 3090 + 233 + + + + diff --git a/data/templates/npc/monster/18082-WitchSOfferingWarrior.xml b/data/templates/npc/monster/18082-WitchSOfferingWarrior.xml new file mode 100644 index 000000000..51a951ed3 --- /dev/null +++ b/data/templates/npc/monster/18082-WitchSOfferingWarrior.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Warrior + 51 + MALE + + + + + + + + + + + + + + + 3121 + 238 + + + + + + + diff --git a/data/templates/npc/monster/18083-WitchSOfferingFollower.xml b/data/templates/npc/monster/18083-WitchSOfferingFollower.xml new file mode 100644 index 000000000..f6fe6ef19 --- /dev/null +++ b/data/templates/npc/monster/18083-WitchSOfferingFollower.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Follower + 51 + MALE + + + + + + + + + + + + + + + 3733 + 285 + + + + + + + diff --git a/data/templates/npc/monster/18084-WitchSOfferingBerserker.xml b/data/templates/npc/monster/18084-WitchSOfferingBerserker.xml new file mode 100644 index 000000000..5ad79174e --- /dev/null +++ b/data/templates/npc/monster/18084-WitchSOfferingBerserker.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Berserker + 59 + MALE + + + + + + + + + + + + + + + 5790 + 495 + + + + + + + diff --git a/data/templates/npc/monster/18085-WitchSOfferingZealot.xml b/data/templates/npc/monster/18085-WitchSOfferingZealot.xml new file mode 100644 index 000000000..68f3b2cdc --- /dev/null +++ b/data/templates/npc/monster/18085-WitchSOfferingZealot.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Zealot + 56 + MALE + + + + + + + + + + + + + + + 4478 + 368 + + + + + + + diff --git a/data/templates/npc/monster/18086-WitchSOfferingMarksman.xml b/data/templates/npc/monster/18086-WitchSOfferingMarksman.xml new file mode 100644 index 000000000..870f59589 --- /dev/null +++ b/data/templates/npc/monster/18086-WitchSOfferingMarksman.xml @@ -0,0 +1,26 @@ + + + + Witch's Offering Marksman + 54 + MALE + + + + + + + + + + + + + + + 3604 + 287 + + + + diff --git a/data/templates/npc/monster/18087-WitchSOfferingDisciple.xml b/data/templates/npc/monster/18087-WitchSOfferingDisciple.xml new file mode 100644 index 000000000..ee2b0246d --- /dev/null +++ b/data/templates/npc/monster/18087-WitchSOfferingDisciple.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Disciple + 56 + MALE + + + + + + + + + + + + + + + 4478 + 368 + + + + + + + diff --git a/data/templates/npc/monster/18088-WitchSOfferingSaint.xml b/data/templates/npc/monster/18088-WitchSOfferingSaint.xml new file mode 100644 index 000000000..d1af04171 --- /dev/null +++ b/data/templates/npc/monster/18088-WitchSOfferingSaint.xml @@ -0,0 +1,29 @@ + + + + Witch's Offering Saint + 61 + MALE + + + + + + + + + + + + + + + 5314 + 468 + + + + + + + diff --git a/data/templates/npc/monster/18089-DarkOmenOfferingElder.xml b/data/templates/npc/monster/18089-DarkOmenOfferingElder.xml new file mode 100644 index 000000000..7d26bf3c6 --- /dev/null +++ b/data/templates/npc/monster/18089-DarkOmenOfferingElder.xml @@ -0,0 +1,26 @@ + + + + Dark Omen Offering Elder + 67 + MALE + + + + + + + + + + + + + + + 6680 + 636 + + + + diff --git a/data/templates/npc/monster/18090-DarkOmenOffering.xml b/data/templates/npc/monster/18090-DarkOmenOffering.xml new file mode 100644 index 000000000..2bc1c2a28 --- /dev/null +++ b/data/templates/npc/monster/18090-DarkOmenOffering.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering + 65 + MALE + + + + + + + + + + + + + + + 6287 + 584 + + + + + + + diff --git a/data/templates/npc/monster/18091-DarkOmenOfferingArcher.xml b/data/templates/npc/monster/18091-DarkOmenOfferingArcher.xml new file mode 100644 index 000000000..4b79e3051 --- /dev/null +++ b/data/templates/npc/monster/18091-DarkOmenOfferingArcher.xml @@ -0,0 +1,26 @@ + + + + Dark Omen Offering Archer + 61 + MALE + + + + + + + + + + + + + + + 4599 + 405 + + + + diff --git a/data/templates/npc/monster/18092-DarkOmenOfferingWarrior.xml b/data/templates/npc/monster/18092-DarkOmenOfferingWarrior.xml new file mode 100644 index 000000000..5079eeab9 --- /dev/null +++ b/data/templates/npc/monster/18092-DarkOmenOfferingWarrior.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Warrior + 62 + MALE + + + + + + + + + + + + + + + 4613 + 411 + + + + + + + diff --git a/data/templates/npc/monster/18093-DarkOmenOfferingFollower.xml b/data/templates/npc/monster/18093-DarkOmenOfferingFollower.xml new file mode 100644 index 000000000..793550988 --- /dev/null +++ b/data/templates/npc/monster/18093-DarkOmenOfferingFollower.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Follower + 62 + MALE + + + + + + + + + + + + + + + 5517 + 492 + + + + + + + diff --git a/data/templates/npc/monster/18094-DarkOmenOfferingBerserker.xml b/data/templates/npc/monster/18094-DarkOmenOfferingBerserker.xml new file mode 100644 index 000000000..c9a680682 --- /dev/null +++ b/data/templates/npc/monster/18094-DarkOmenOfferingBerserker.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Berserker + 70 + MALE + + + + + + + + + + + + + + + 8150 + 808 + + + + + + + diff --git a/data/templates/npc/monster/18095-DarkOmenOfferingZealot.xml b/data/templates/npc/monster/18095-DarkOmenOfferingZealot.xml new file mode 100644 index 000000000..ac7c1bd58 --- /dev/null +++ b/data/templates/npc/monster/18095-DarkOmenOfferingZealot.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Zealot + 67 + MALE + + + + + + + + + + + + + + + 6410 + 610 + + + + + + + diff --git a/data/templates/npc/monster/18096-DarkOmenOfferingMarksman.xml b/data/templates/npc/monster/18096-DarkOmenOfferingMarksman.xml new file mode 100644 index 000000000..e14d4a719 --- /dev/null +++ b/data/templates/npc/monster/18096-DarkOmenOfferingMarksman.xml @@ -0,0 +1,26 @@ + + + + Dark Omen Offering Marksman + 65 + MALE + + + + + + + + + + + + + + + 5222 + 485 + + + + diff --git a/data/templates/npc/monster/18097-DarkOmenOfferingDisciple.xml b/data/templates/npc/monster/18097-DarkOmenOfferingDisciple.xml new file mode 100644 index 000000000..8862bd09c --- /dev/null +++ b/data/templates/npc/monster/18097-DarkOmenOfferingDisciple.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Disciple + 67 + MALE + + + + + + + + + + + + + + + 6410 + 610 + + + + + + + diff --git a/data/templates/npc/monster/18098-DarkOmenOfferingSaint.xml b/data/templates/npc/monster/18098-DarkOmenOfferingSaint.xml new file mode 100644 index 000000000..e79b81aac --- /dev/null +++ b/data/templates/npc/monster/18098-DarkOmenOfferingSaint.xml @@ -0,0 +1,29 @@ + + + + Dark Omen Offering Saint + 72 + MALE + + + + + + + + + + + + + + + 7403 + 752 + + + + + + + diff --git a/data/templates/npc/monster/18099-OfferingOfForbiddenPathElder.xml b/data/templates/npc/monster/18099-OfferingOfForbiddenPathElder.xml new file mode 100644 index 000000000..ee3f3b778 --- /dev/null +++ b/data/templates/npc/monster/18099-OfferingOfForbiddenPathElder.xml @@ -0,0 +1,26 @@ + + + + Offering of Forbidden Path Elder + 78 + MALE + + + + + + + + + + + + + + + 9053 + 991 + + + + diff --git a/data/templates/npc/monster/18100-OfferingOfForbiddenPath.xml b/data/templates/npc/monster/18100-OfferingOfForbiddenPath.xml new file mode 100644 index 000000000..ebcf2d714 --- /dev/null +++ b/data/templates/npc/monster/18100-OfferingOfForbiddenPath.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path + 76 + MALE + + + + + + + + + + + + + + + 8595 + 919 + + + + + + + diff --git a/data/templates/npc/monster/18101-OfferingOfForbiddenPathArcher.xml b/data/templates/npc/monster/18101-OfferingOfForbiddenPathArcher.xml new file mode 100644 index 000000000..6fbc7a4cf --- /dev/null +++ b/data/templates/npc/monster/18101-OfferingOfForbiddenPathArcher.xml @@ -0,0 +1,26 @@ + + + + Offering of Forbidden Path Archer + 78 + MALE + + + + + + + + + + + + + + + 8311 + 955 + + + + diff --git a/data/templates/npc/monster/18102-OfferingOfForbiddenPathWarrior.xml b/data/templates/npc/monster/18102-OfferingOfForbiddenPathWarrior.xml new file mode 100644 index 000000000..7ef8532d6 --- /dev/null +++ b/data/templates/npc/monster/18102-OfferingOfForbiddenPathWarrior.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Warrior + 78 + MALE + + + + + + + + + + + + + + + 7680 + 862 + + + + + + + diff --git a/data/templates/npc/monster/18103-OfferingOfForbiddenPathFollower.xml b/data/templates/npc/monster/18103-OfferingOfForbiddenPathFollower.xml new file mode 100644 index 000000000..079e60e80 --- /dev/null +++ b/data/templates/npc/monster/18103-OfferingOfForbiddenPathFollower.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Follower + 78 + MALE + + + + + + + + + + + + + + + 9185 + 1031 + + + + + + + diff --git a/data/templates/npc/monster/18104-OfferingOfForbiddenPathBerserker.xml b/data/templates/npc/monster/18104-OfferingOfForbiddenPathBerserker.xml new file mode 100644 index 000000000..37e5e74f2 --- /dev/null +++ b/data/templates/npc/monster/18104-OfferingOfForbiddenPathBerserker.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Berserker + 78 + MALE + + + + + + + + + + + + + + + 10912 + 1239 + + + + + + + diff --git a/data/templates/npc/monster/18105-OfferingOfForbiddenPathZealot.xml b/data/templates/npc/monster/18105-OfferingOfForbiddenPathZealot.xml new file mode 100644 index 000000000..06b440898 --- /dev/null +++ b/data/templates/npc/monster/18105-OfferingOfForbiddenPathZealot.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Zealot + 78 + MALE + + + + + + + + + + + + + + + 8688 + 951 + + + + + + + diff --git a/data/templates/npc/monster/18106-OfferingOfForbiddenPathMarksman.xml b/data/templates/npc/monster/18106-OfferingOfForbiddenPathMarksman.xml new file mode 100644 index 000000000..142c678cb --- /dev/null +++ b/data/templates/npc/monster/18106-OfferingOfForbiddenPathMarksman.xml @@ -0,0 +1,26 @@ + + + + Offering of Forbidden Path Marksman + 76 + MALE + + + + + + + + + + + + + + + 7139 + 763 + + + + diff --git a/data/templates/npc/monster/18107-OfferingOfForbiddenPathDisciple.xml b/data/templates/npc/monster/18107-OfferingOfForbiddenPathDisciple.xml new file mode 100644 index 000000000..139096aa4 --- /dev/null +++ b/data/templates/npc/monster/18107-OfferingOfForbiddenPathDisciple.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Disciple + 78 + MALE + + + + + + + + + + + + + + + 8688 + 951 + + + + + + + diff --git a/data/templates/npc/monster/18108-OfferingOfForbiddenPathSaint.xml b/data/templates/npc/monster/18108-OfferingOfForbiddenPathSaint.xml new file mode 100644 index 000000000..ae82c24af --- /dev/null +++ b/data/templates/npc/monster/18108-OfferingOfForbiddenPathSaint.xml @@ -0,0 +1,29 @@ + + + + Offering of Forbidden Path Saint + 78 + MALE + + + + + + + + + + + + + + + 9837 + 1144 + + + + + + + diff --git a/data/templates/npc/monster/18109-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18109-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..67c1bcc30 --- /dev/null +++ b/data/templates/npc/monster/18109-TreasuresOfTheFestival.xml @@ -0,0 +1,31 @@ + + + + Treasures of the Festival + 30 + MALE + + + + + + + + + + + + + + + 90 + 0 + + + + + + + + + diff --git a/data/templates/npc/monster/18110-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18110-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..f8701fd10 --- /dev/null +++ b/data/templates/npc/monster/18110-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 41 + MALE + + + + + + + + + + + + + + + 168 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18111-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18111-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..5574a6dda --- /dev/null +++ b/data/templates/npc/monster/18111-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 52 + MALE + + + + + + + + + + + + + + + 270 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18112-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18112-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..87f4f52f6 --- /dev/null +++ b/data/templates/npc/monster/18112-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 63 + MALE + + + + + + + + + + + + + + + 397 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18113-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18113-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..44fb0ddf2 --- /dev/null +++ b/data/templates/npc/monster/18113-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 72 + MALE + + + + + + + + + + + + + + + 518 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18114-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18114-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..c69816b21 --- /dev/null +++ b/data/templates/npc/monster/18114-TreasuresOfTheFestival.xml @@ -0,0 +1,31 @@ + + + + Treasures of the Festival + 30 + MALE + + + + + + + + + + + + + + + 90 + 0 + + + + + + + + + diff --git a/data/templates/npc/monster/18115-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18115-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..cdcdb9d92 --- /dev/null +++ b/data/templates/npc/monster/18115-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 41 + MALE + + + + + + + + + + + + + + + 168 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18116-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18116-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..a38d8126e --- /dev/null +++ b/data/templates/npc/monster/18116-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 52 + MALE + + + + + + + + + + + + + + + 270 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18117-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18117-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..42ed091fc --- /dev/null +++ b/data/templates/npc/monster/18117-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 63 + MALE + + + + + + + + + + + + + + + 397 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18118-TreasuresOfTheFestival.xml b/data/templates/npc/monster/18118-TreasuresOfTheFestival.xml new file mode 100644 index 000000000..31e6f2f10 --- /dev/null +++ b/data/templates/npc/monster/18118-TreasuresOfTheFestival.xml @@ -0,0 +1,32 @@ + + + + Treasures of the Festival + 72 + MALE + + + + + + + + + + + + + + + 518 + 0 + + + + + + + + + + diff --git a/data/templates/npc/monster/18119-CorpseOfDeadman.xml b/data/templates/npc/monster/18119-CorpseOfDeadman.xml new file mode 100644 index 000000000..58ef8349d --- /dev/null +++ b/data/templates/npc/monster/18119-CorpseOfDeadman.xml @@ -0,0 +1,25 @@ + + + + Corpse of Deadman + 63 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18120-HalishaSOfficer.xml b/data/templates/npc/monster/18120-HalishaSOfficer.xml new file mode 100644 index 000000000..1e6426803 --- /dev/null +++ b/data/templates/npc/monster/18120-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 58584 + 6652 + + + + diff --git a/data/templates/npc/monster/18121-HalishaSOfficer.xml b/data/templates/npc/monster/18121-HalishaSOfficer.xml new file mode 100644 index 000000000..022e4639a --- /dev/null +++ b/data/templates/npc/monster/18121-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 55563 + 6309 + + + + diff --git a/data/templates/npc/monster/18122-HalishaSOfficer.xml b/data/templates/npc/monster/18122-HalishaSOfficer.xml new file mode 100644 index 000000000..771a68641 --- /dev/null +++ b/data/templates/npc/monster/18122-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 42434 + 4818 + + + + diff --git a/data/templates/npc/monster/18123-HalishaSOfficer.xml b/data/templates/npc/monster/18123-HalishaSOfficer.xml new file mode 100644 index 000000000..b32c0caae --- /dev/null +++ b/data/templates/npc/monster/18123-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 58584 + 6652 + + + + diff --git a/data/templates/npc/monster/18124-HalishaSOfficer.xml b/data/templates/npc/monster/18124-HalishaSOfficer.xml new file mode 100644 index 000000000..b0f75173f --- /dev/null +++ b/data/templates/npc/monster/18124-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 55563 + 6309 + + + + diff --git a/data/templates/npc/monster/18125-HalishaSOfficer.xml b/data/templates/npc/monster/18125-HalishaSOfficer.xml new file mode 100644 index 000000000..4d57c975d --- /dev/null +++ b/data/templates/npc/monster/18125-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 42434 + 4818 + + + + diff --git a/data/templates/npc/monster/18126-HalishaSOfficer.xml b/data/templates/npc/monster/18126-HalishaSOfficer.xml new file mode 100644 index 000000000..08c9e6a67 --- /dev/null +++ b/data/templates/npc/monster/18126-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 58584 + 6652 + + + + diff --git a/data/templates/npc/monster/18127-HalishaSOfficer.xml b/data/templates/npc/monster/18127-HalishaSOfficer.xml new file mode 100644 index 000000000..85966b137 --- /dev/null +++ b/data/templates/npc/monster/18127-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 55563 + 6309 + + + + diff --git a/data/templates/npc/monster/18128-HalishaSOfficer.xml b/data/templates/npc/monster/18128-HalishaSOfficer.xml new file mode 100644 index 000000000..8d09366f8 --- /dev/null +++ b/data/templates/npc/monster/18128-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 42434 + 4818 + + + + diff --git a/data/templates/npc/monster/18129-HalishaSOfficer.xml b/data/templates/npc/monster/18129-HalishaSOfficer.xml new file mode 100644 index 000000000..e65a07610 --- /dev/null +++ b/data/templates/npc/monster/18129-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 58584 + 6652 + + + + diff --git a/data/templates/npc/monster/18130-HalishaSOfficer.xml b/data/templates/npc/monster/18130-HalishaSOfficer.xml new file mode 100644 index 000000000..1f3f20c74 --- /dev/null +++ b/data/templates/npc/monster/18130-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 55563 + 6309 + + + + diff --git a/data/templates/npc/monster/18131-HalishaSOfficer.xml b/data/templates/npc/monster/18131-HalishaSOfficer.xml new file mode 100644 index 000000000..c4bea8c65 --- /dev/null +++ b/data/templates/npc/monster/18131-HalishaSOfficer.xml @@ -0,0 +1,26 @@ + + + + Halisha's Officer + 78 + MALE + + + + + + + + + + + + + + + 42434 + 4818 + + + + diff --git a/data/templates/npc/monster/18132-ImperialHealer.xml b/data/templates/npc/monster/18132-ImperialHealer.xml new file mode 100644 index 000000000..7e2298160 --- /dev/null +++ b/data/templates/npc/monster/18132-ImperialHealer.xml @@ -0,0 +1,25 @@ + + + + Imperial Healer + 78 + MALE + + + + + + + + + + + + + + + 59699 + 6779 + + + diff --git a/data/templates/npc/monster/18133-ImperialMosaic.xml b/data/templates/npc/monster/18133-ImperialMosaic.xml new file mode 100644 index 000000000..2e62bf110 --- /dev/null +++ b/data/templates/npc/monster/18133-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 55141 + 6261 + + + diff --git a/data/templates/npc/monster/18134-ImperialMosaic.xml b/data/templates/npc/monster/18134-ImperialMosaic.xml new file mode 100644 index 000000000..3c2dc84a8 --- /dev/null +++ b/data/templates/npc/monster/18134-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 41438 + 4705 + + + diff --git a/data/templates/npc/monster/18135-ImperialMosaic.xml b/data/templates/npc/monster/18135-ImperialMosaic.xml new file mode 100644 index 000000000..5d96555a0 --- /dev/null +++ b/data/templates/npc/monster/18135-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 54900 + 6234 + + + diff --git a/data/templates/npc/monster/18136-ImperialMosaic.xml b/data/templates/npc/monster/18136-ImperialMosaic.xml new file mode 100644 index 000000000..ad2f37cd5 --- /dev/null +++ b/data/templates/npc/monster/18136-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 55141 + 6261 + + + diff --git a/data/templates/npc/monster/18137-ImperialMosaic.xml b/data/templates/npc/monster/18137-ImperialMosaic.xml new file mode 100644 index 000000000..0099f15fd --- /dev/null +++ b/data/templates/npc/monster/18137-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 40876 + 4641 + + + diff --git a/data/templates/npc/monster/18138-ImperialMosaic.xml b/data/templates/npc/monster/18138-ImperialMosaic.xml new file mode 100644 index 000000000..9fbd1fe6c --- /dev/null +++ b/data/templates/npc/monster/18138-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 54418 + 6179 + + + diff --git a/data/templates/npc/monster/18139-ImperialMosaic.xml b/data/templates/npc/monster/18139-ImperialMosaic.xml new file mode 100644 index 000000000..0f07605b1 --- /dev/null +++ b/data/templates/npc/monster/18139-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 53615 + 6088 + + + diff --git a/data/templates/npc/monster/18140-ImperialMosaic.xml b/data/templates/npc/monster/18140-ImperialMosaic.xml new file mode 100644 index 000000000..6d73dd86c --- /dev/null +++ b/data/templates/npc/monster/18140-ImperialMosaic.xml @@ -0,0 +1,25 @@ + + + + Imperial Mosaic + 78 + MALE + + + + + + + + + + + + + + + 54394 + 6176 + + + diff --git a/data/templates/npc/monster/18141-BeetleOfGrave.xml b/data/templates/npc/monster/18141-BeetleOfGrave.xml new file mode 100644 index 000000000..ed1730fd1 --- /dev/null +++ b/data/templates/npc/monster/18141-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 34982 + 3972 + + + diff --git a/data/templates/npc/monster/18142-BeetleOfGrave.xml b/data/templates/npc/monster/18142-BeetleOfGrave.xml new file mode 100644 index 000000000..ca12f995e --- /dev/null +++ b/data/templates/npc/monster/18142-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 34982 + 3972 + + + diff --git a/data/templates/npc/monster/18143-BeetleOfGrave.xml b/data/templates/npc/monster/18143-BeetleOfGrave.xml new file mode 100644 index 000000000..3e61445ae --- /dev/null +++ b/data/templates/npc/monster/18143-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 34982 + 3972 + + + diff --git a/data/templates/npc/monster/18144-BeetleOfGrave.xml b/data/templates/npc/monster/18144-BeetleOfGrave.xml new file mode 100644 index 000000000..ea2db16c3 --- /dev/null +++ b/data/templates/npc/monster/18144-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 34982 + 3972 + + + diff --git a/data/templates/npc/monster/18145-BeetleOfGrave.xml b/data/templates/npc/monster/18145-BeetleOfGrave.xml new file mode 100644 index 000000000..3960227ec --- /dev/null +++ b/data/templates/npc/monster/18145-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 29597 + 3361 + + + diff --git a/data/templates/npc/monster/18146-BeetleOfGrave.xml b/data/templates/npc/monster/18146-BeetleOfGrave.xml new file mode 100644 index 000000000..4e35d668e --- /dev/null +++ b/data/templates/npc/monster/18146-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 30276 + 3438 + + + diff --git a/data/templates/npc/monster/18147-BeetleOfGrave.xml b/data/templates/npc/monster/18147-BeetleOfGrave.xml new file mode 100644 index 000000000..db8d7723d --- /dev/null +++ b/data/templates/npc/monster/18147-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 28188 + 3201 + + + diff --git a/data/templates/npc/monster/18148-BeetleOfGrave.xml b/data/templates/npc/monster/18148-BeetleOfGrave.xml new file mode 100644 index 000000000..267108d48 --- /dev/null +++ b/data/templates/npc/monster/18148-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 32814 + 3726 + + + diff --git a/data/templates/npc/monster/18149-BeetleOfGrave.xml b/data/templates/npc/monster/18149-BeetleOfGrave.xml new file mode 100644 index 000000000..476891ea9 --- /dev/null +++ b/data/templates/npc/monster/18149-BeetleOfGrave.xml @@ -0,0 +1,25 @@ + + + + Beetle of Grave + 78 + MALE + + + + + + + + + + + + + + + 28991 + 3292 + + + diff --git a/data/templates/npc/monster/18150-Victim.xml b/data/templates/npc/monster/18150-Victim.xml new file mode 100644 index 000000000..92bbc7920 --- /dev/null +++ b/data/templates/npc/monster/18150-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18151-Victim.xml b/data/templates/npc/monster/18151-Victim.xml new file mode 100644 index 000000000..dd2a347ed --- /dev/null +++ b/data/templates/npc/monster/18151-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18152-Victim.xml b/data/templates/npc/monster/18152-Victim.xml new file mode 100644 index 000000000..cb2b2a4fc --- /dev/null +++ b/data/templates/npc/monster/18152-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18153-Victim.xml b/data/templates/npc/monster/18153-Victim.xml new file mode 100644 index 000000000..2f7b74f8e --- /dev/null +++ b/data/templates/npc/monster/18153-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18154-Victim.xml b/data/templates/npc/monster/18154-Victim.xml new file mode 100644 index 000000000..925d1d91b --- /dev/null +++ b/data/templates/npc/monster/18154-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18155-Victim.xml b/data/templates/npc/monster/18155-Victim.xml new file mode 100644 index 000000000..991dfa15b --- /dev/null +++ b/data/templates/npc/monster/18155-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18156-Victim.xml b/data/templates/npc/monster/18156-Victim.xml new file mode 100644 index 000000000..3a92891d0 --- /dev/null +++ b/data/templates/npc/monster/18156-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18157-Victim.xml b/data/templates/npc/monster/18157-Victim.xml new file mode 100644 index 000000000..25fc825c1 --- /dev/null +++ b/data/templates/npc/monster/18157-Victim.xml @@ -0,0 +1,25 @@ + + + + Victim + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18158-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18158-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..587d54520 --- /dev/null +++ b/data/templates/npc/monster/18158-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18159-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18159-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..b2d41c810 --- /dev/null +++ b/data/templates/npc/monster/18159-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18160-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18160-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..d6ef63400 --- /dev/null +++ b/data/templates/npc/monster/18160-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18161-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18161-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..879c6f4cc --- /dev/null +++ b/data/templates/npc/monster/18161-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18162-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18162-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..4fd69ea0e --- /dev/null +++ b/data/templates/npc/monster/18162-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18163-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18163-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..fb3333bed --- /dev/null +++ b/data/templates/npc/monster/18163-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18164-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18164-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..26c14056c --- /dev/null +++ b/data/templates/npc/monster/18164-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18165-ExecutionerOfHalisha.xml b/data/templates/npc/monster/18165-ExecutionerOfHalisha.xml new file mode 100644 index 000000000..7ff4079d0 --- /dev/null +++ b/data/templates/npc/monster/18165-ExecutionerOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Executioner of Halisha + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18166-ImperialGuard.xml b/data/templates/npc/monster/18166-ImperialGuard.xml new file mode 100644 index 000000000..7ba747f10 --- /dev/null +++ b/data/templates/npc/monster/18166-ImperialGuard.xml @@ -0,0 +1,26 @@ + + + + Imperial Guard + 78 + MALE + + + + + + + + + + + + + + + 42032 + 4773 + + + + diff --git a/data/templates/npc/monster/18167-ImperialGuard.xml b/data/templates/npc/monster/18167-ImperialGuard.xml new file mode 100644 index 000000000..595226443 --- /dev/null +++ b/data/templates/npc/monster/18167-ImperialGuard.xml @@ -0,0 +1,26 @@ + + + + Imperial Guard + 78 + MALE + + + + + + + + + + + + + + + 41438 + 4705 + + + + diff --git a/data/templates/npc/monster/18168-ImperialGuard.xml b/data/templates/npc/monster/18168-ImperialGuard.xml new file mode 100644 index 000000000..9ecd0e231 --- /dev/null +++ b/data/templates/npc/monster/18168-ImperialGuard.xml @@ -0,0 +1,26 @@ + + + + Imperial Guard + 78 + MALE + + + + + + + + + + + + + + + 42595 + 4837 + + + + diff --git a/data/templates/npc/monster/18169-ImperialGuard.xml b/data/templates/npc/monster/18169-ImperialGuard.xml new file mode 100644 index 000000000..a6a9bb063 --- /dev/null +++ b/data/templates/npc/monster/18169-ImperialGuard.xml @@ -0,0 +1,26 @@ + + + + Imperial Guard + 78 + MALE + + + + + + + + + + + + + + + 41237 + 4683 + + + + diff --git a/data/templates/npc/monster/18170-ImperialGuard.xml b/data/templates/npc/monster/18170-ImperialGuard.xml new file mode 100644 index 000000000..887584fed --- /dev/null +++ b/data/templates/npc/monster/18170-ImperialGuard.xml @@ -0,0 +1,25 @@ + + + + Imperial Guard + 78 + MALE + + + + + + + + + + + + + + + 41278 + 4687 + + + diff --git a/data/templates/npc/monster/18171-ImperialGuard.xml b/data/templates/npc/monster/18171-ImperialGuard.xml new file mode 100644 index 000000000..737989076 --- /dev/null +++ b/data/templates/npc/monster/18171-ImperialGuard.xml @@ -0,0 +1,25 @@ + + + + Imperial Guard + 78 + MALE + + + + + + + + + + + + + + + 42884 + 4869 + + + diff --git a/data/templates/npc/monster/18172-ImperialGuard.xml b/data/templates/npc/monster/18172-ImperialGuard.xml new file mode 100644 index 000000000..5b1e79398 --- /dev/null +++ b/data/templates/npc/monster/18172-ImperialGuard.xml @@ -0,0 +1,25 @@ + + + + Imperial Guard + 78 + MALE + + + + + + + + + + + + + + + 40876 + 4641 + + + diff --git a/data/templates/npc/monster/18173-HalishaSForeman.xml b/data/templates/npc/monster/18173-HalishaSForeman.xml new file mode 100644 index 000000000..733356d03 --- /dev/null +++ b/data/templates/npc/monster/18173-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 45345 + 5149 + + + diff --git a/data/templates/npc/monster/18174-HalishaSForeman.xml b/data/templates/npc/monster/18174-HalishaSForeman.xml new file mode 100644 index 000000000..34e96f533 --- /dev/null +++ b/data/templates/npc/monster/18174-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 55932 + 6351 + + + diff --git a/data/templates/npc/monster/18175-HalishaSForeman.xml b/data/templates/npc/monster/18175-HalishaSForeman.xml new file mode 100644 index 000000000..f0486a415 --- /dev/null +++ b/data/templates/npc/monster/18175-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 42803 + 4860 + + + diff --git a/data/templates/npc/monster/18176-HalishaSForeman.xml b/data/templates/npc/monster/18176-HalishaSForeman.xml new file mode 100644 index 000000000..07c430022 --- /dev/null +++ b/data/templates/npc/monster/18176-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 45345 + 5149 + + + diff --git a/data/templates/npc/monster/18177-HalishaSForeman.xml b/data/templates/npc/monster/18177-HalishaSForeman.xml new file mode 100644 index 000000000..2c6af794c --- /dev/null +++ b/data/templates/npc/monster/18177-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 55932 + 6351 + + + diff --git a/data/templates/npc/monster/18178-HalishaSForeman.xml b/data/templates/npc/monster/18178-HalishaSForeman.xml new file mode 100644 index 000000000..d088b89e6 --- /dev/null +++ b/data/templates/npc/monster/18178-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 42803 + 4860 + + + diff --git a/data/templates/npc/monster/18179-HalishaSForeman.xml b/data/templates/npc/monster/18179-HalishaSForeman.xml new file mode 100644 index 000000000..d34649201 --- /dev/null +++ b/data/templates/npc/monster/18179-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 45345 + 5149 + + + diff --git a/data/templates/npc/monster/18180-HalishaSForeman.xml b/data/templates/npc/monster/18180-HalishaSForeman.xml new file mode 100644 index 000000000..170b2f767 --- /dev/null +++ b/data/templates/npc/monster/18180-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 55932 + 6351 + + + diff --git a/data/templates/npc/monster/18181-HalishaSForeman.xml b/data/templates/npc/monster/18181-HalishaSForeman.xml new file mode 100644 index 000000000..04bba2363 --- /dev/null +++ b/data/templates/npc/monster/18181-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 42803 + 4860 + + + diff --git a/data/templates/npc/monster/18182-HalishaSForeman.xml b/data/templates/npc/monster/18182-HalishaSForeman.xml new file mode 100644 index 000000000..7d2fb47e2 --- /dev/null +++ b/data/templates/npc/monster/18182-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 45345 + 5149 + + + diff --git a/data/templates/npc/monster/18183-HalishaSForeman.xml b/data/templates/npc/monster/18183-HalishaSForeman.xml new file mode 100644 index 000000000..1c6610178 --- /dev/null +++ b/data/templates/npc/monster/18183-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 55932 + 6351 + + + diff --git a/data/templates/npc/monster/18184-HalishaSForeman.xml b/data/templates/npc/monster/18184-HalishaSForeman.xml new file mode 100644 index 000000000..c3363fd98 --- /dev/null +++ b/data/templates/npc/monster/18184-HalishaSForeman.xml @@ -0,0 +1,25 @@ + + + + Halisha's Foreman + 78 + MALE + + + + + + + + + + + + + + + 42803 + 4860 + + + diff --git a/data/templates/npc/monster/18185-EvilAstrologer.xml b/data/templates/npc/monster/18185-EvilAstrologer.xml new file mode 100644 index 000000000..ec61ba3c5 --- /dev/null +++ b/data/templates/npc/monster/18185-EvilAstrologer.xml @@ -0,0 +1,26 @@ + + + + Evil Astrologer + 78 + MALE + + + + + + + + + + + + + + + 56482 + 6414 + + + + diff --git a/data/templates/npc/monster/18186-EvilAstrologer.xml b/data/templates/npc/monster/18186-EvilAstrologer.xml new file mode 100644 index 000000000..148b50bc4 --- /dev/null +++ b/data/templates/npc/monster/18186-EvilAstrologer.xml @@ -0,0 +1,26 @@ + + + + Evil Astrologer + 78 + MALE + + + + + + + + + + + + + + + 56803 + 6450 + + + + diff --git a/data/templates/npc/monster/18187-KnightOfDarkness.xml b/data/templates/npc/monster/18187-KnightOfDarkness.xml new file mode 100644 index 000000000..d6ed5f0ba --- /dev/null +++ b/data/templates/npc/monster/18187-KnightOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Knight of Darkness + 78 + MALE + + + + + + + + + + + + + + + 55141 + 6261 + + + + diff --git a/data/templates/npc/monster/18188-KnightOfDarkness.xml b/data/templates/npc/monster/18188-KnightOfDarkness.xml new file mode 100644 index 000000000..7f86ebcb4 --- /dev/null +++ b/data/templates/npc/monster/18188-KnightOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Knight of Darkness + 78 + MALE + + + + + + + + + + + + + + + 41438 + 4705 + + + + diff --git a/data/templates/npc/monster/18189-KnightOfDarkness.xml b/data/templates/npc/monster/18189-KnightOfDarkness.xml new file mode 100644 index 000000000..7efc3e6cc --- /dev/null +++ b/data/templates/npc/monster/18189-KnightOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Knight of Darkness + 78 + MALE + + + + + + + + + + + + + + + 54900 + 6234 + + + + diff --git a/data/templates/npc/monster/18190-KnightOfDarkness.xml b/data/templates/npc/monster/18190-KnightOfDarkness.xml new file mode 100644 index 000000000..ca687e40d --- /dev/null +++ b/data/templates/npc/monster/18190-KnightOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Knight of Darkness + 78 + MALE + + + + + + + + + + + + + + + 55141 + 6261 + + + + diff --git a/data/templates/npc/monster/18191-WitchOfDust.xml b/data/templates/npc/monster/18191-WitchOfDust.xml new file mode 100644 index 000000000..3fde6f3e4 --- /dev/null +++ b/data/templates/npc/monster/18191-WitchOfDust.xml @@ -0,0 +1,26 @@ + + + + Witch of dust + 78 + FEMALE + + + + + + + + + + + + + + + 40876 + 4641 + + + + diff --git a/data/templates/npc/monster/18192-WitchOfDust.xml b/data/templates/npc/monster/18192-WitchOfDust.xml new file mode 100644 index 000000000..ad97a4234 --- /dev/null +++ b/data/templates/npc/monster/18192-WitchOfDust.xml @@ -0,0 +1,26 @@ + + + + Witch of dust + 78 + FEMALE + + + + + + + + + + + + + + + 54418 + 6179 + + + + diff --git a/data/templates/npc/monster/18193-WitchOfDust.xml b/data/templates/npc/monster/18193-WitchOfDust.xml new file mode 100644 index 000000000..cb3b14c81 --- /dev/null +++ b/data/templates/npc/monster/18193-WitchOfDust.xml @@ -0,0 +1,26 @@ + + + + Witch of dust + 78 + FEMALE + + + + + + + + + + + + + + + 53615 + 6088 + + + + diff --git a/data/templates/npc/monster/18194-WitchOfDust.xml b/data/templates/npc/monster/18194-WitchOfDust.xml new file mode 100644 index 000000000..ad418c773 --- /dev/null +++ b/data/templates/npc/monster/18194-WitchOfDust.xml @@ -0,0 +1,26 @@ + + + + Witch of dust + 78 + FEMALE + + + + + + + + + + + + + + + 54394 + 6176 + + + + diff --git a/data/templates/npc/monster/18195-SignetOfEmperor.xml b/data/templates/npc/monster/18195-SignetOfEmperor.xml new file mode 100644 index 000000000..2a9614ce0 --- /dev/null +++ b/data/templates/npc/monster/18195-SignetOfEmperor.xml @@ -0,0 +1,25 @@ + + + + Signet of Emperor + 78 + MALE + + + + + + + + + + + + + + + 41679 + 4733 + + + diff --git a/data/templates/npc/monster/18196-CharmOfCorner.xml b/data/templates/npc/monster/18196-CharmOfCorner.xml new file mode 100644 index 000000000..cacc47f33 --- /dev/null +++ b/data/templates/npc/monster/18196-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18197-CharmOfCorner.xml b/data/templates/npc/monster/18197-CharmOfCorner.xml new file mode 100644 index 000000000..5781cc5a5 --- /dev/null +++ b/data/templates/npc/monster/18197-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18198-CharmOfCorner.xml b/data/templates/npc/monster/18198-CharmOfCorner.xml new file mode 100644 index 000000000..1bfeceb93 --- /dev/null +++ b/data/templates/npc/monster/18198-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18199-CharmOfCorner.xml b/data/templates/npc/monster/18199-CharmOfCorner.xml new file mode 100644 index 000000000..707f5f33d --- /dev/null +++ b/data/templates/npc/monster/18199-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18200-CharmOfCorner.xml b/data/templates/npc/monster/18200-CharmOfCorner.xml new file mode 100644 index 000000000..3098f4d96 --- /dev/null +++ b/data/templates/npc/monster/18200-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18201-CharmOfCorner.xml b/data/templates/npc/monster/18201-CharmOfCorner.xml new file mode 100644 index 000000000..de0b09595 --- /dev/null +++ b/data/templates/npc/monster/18201-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18202-CharmOfCorner.xml b/data/templates/npc/monster/18202-CharmOfCorner.xml new file mode 100644 index 000000000..b7c75efe8 --- /dev/null +++ b/data/templates/npc/monster/18202-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18203-CharmOfCorner.xml b/data/templates/npc/monster/18203-CharmOfCorner.xml new file mode 100644 index 000000000..55ec6234d --- /dev/null +++ b/data/templates/npc/monster/18203-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18204-CharmOfCorner.xml b/data/templates/npc/monster/18204-CharmOfCorner.xml new file mode 100644 index 000000000..4b36e40fe --- /dev/null +++ b/data/templates/npc/monster/18204-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18205-CharmOfCorner.xml b/data/templates/npc/monster/18205-CharmOfCorner.xml new file mode 100644 index 000000000..f3856152a --- /dev/null +++ b/data/templates/npc/monster/18205-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18206-CharmOfCorner.xml b/data/templates/npc/monster/18206-CharmOfCorner.xml new file mode 100644 index 000000000..d2e24e000 --- /dev/null +++ b/data/templates/npc/monster/18206-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18207-CharmOfCorner.xml b/data/templates/npc/monster/18207-CharmOfCorner.xml new file mode 100644 index 000000000..9a91da719 --- /dev/null +++ b/data/templates/npc/monster/18207-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18208-CharmOfCorner.xml b/data/templates/npc/monster/18208-CharmOfCorner.xml new file mode 100644 index 000000000..c851cbca0 --- /dev/null +++ b/data/templates/npc/monster/18208-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18209-CharmOfCorner.xml b/data/templates/npc/monster/18209-CharmOfCorner.xml new file mode 100644 index 000000000..a730920c5 --- /dev/null +++ b/data/templates/npc/monster/18209-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18210-CharmOfCorner.xml b/data/templates/npc/monster/18210-CharmOfCorner.xml new file mode 100644 index 000000000..685bb6225 --- /dev/null +++ b/data/templates/npc/monster/18210-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18211-CharmOfCorner.xml b/data/templates/npc/monster/18211-CharmOfCorner.xml new file mode 100644 index 000000000..40beb8e8e --- /dev/null +++ b/data/templates/npc/monster/18211-CharmOfCorner.xml @@ -0,0 +1,25 @@ + + + + Charm of Corner + 78 + MALE + + + + + + + + + + + + + + + 136143 + 15459 + + + diff --git a/data/templates/npc/monster/18212-ArchonOfHalisha.xml b/data/templates/npc/monster/18212-ArchonOfHalisha.xml new file mode 100644 index 000000000..443a250ce --- /dev/null +++ b/data/templates/npc/monster/18212-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18213-ArchonOfHalisha.xml b/data/templates/npc/monster/18213-ArchonOfHalisha.xml new file mode 100644 index 000000000..f495d933c --- /dev/null +++ b/data/templates/npc/monster/18213-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18214-ArchonOfHalisha.xml b/data/templates/npc/monster/18214-ArchonOfHalisha.xml new file mode 100644 index 000000000..5a348be26 --- /dev/null +++ b/data/templates/npc/monster/18214-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18215-ArchonOfHalisha.xml b/data/templates/npc/monster/18215-ArchonOfHalisha.xml new file mode 100644 index 000000000..6c2081bb6 --- /dev/null +++ b/data/templates/npc/monster/18215-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18216-ArchonOfHalisha.xml b/data/templates/npc/monster/18216-ArchonOfHalisha.xml new file mode 100644 index 000000000..392511872 --- /dev/null +++ b/data/templates/npc/monster/18216-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18217-ArchonOfHalisha.xml b/data/templates/npc/monster/18217-ArchonOfHalisha.xml new file mode 100644 index 000000000..3c1005ea1 --- /dev/null +++ b/data/templates/npc/monster/18217-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18218-ArchonOfHalisha.xml b/data/templates/npc/monster/18218-ArchonOfHalisha.xml new file mode 100644 index 000000000..d82a0f472 --- /dev/null +++ b/data/templates/npc/monster/18218-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18219-ArchonOfHalisha.xml b/data/templates/npc/monster/18219-ArchonOfHalisha.xml new file mode 100644 index 000000000..187f9bb33 --- /dev/null +++ b/data/templates/npc/monster/18219-ArchonOfHalisha.xml @@ -0,0 +1,26 @@ + + + + Archon of Halisha + 78 + MALE + + + + + + + + + + + + + + + 173610 + 19713 + + + + diff --git a/data/templates/npc/monster/18220-ShamanOfDarkness.xml b/data/templates/npc/monster/18220-ShamanOfDarkness.xml new file mode 100644 index 000000000..0940b5a91 --- /dev/null +++ b/data/templates/npc/monster/18220-ShamanOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Shaman of Darkness + 78 + FEMALE + + + + + + + + + + + + + + + 56803 + 6450 + + + + diff --git a/data/templates/npc/monster/18221-ShamanOfDarkness.xml b/data/templates/npc/monster/18221-ShamanOfDarkness.xml new file mode 100644 index 000000000..d4ca32b6c --- /dev/null +++ b/data/templates/npc/monster/18221-ShamanOfDarkness.xml @@ -0,0 +1,26 @@ + + + + Shaman of Darkness + 78 + FEMALE + + + + + + + + + + + + + + + 58329 + 6623 + + + + diff --git a/data/templates/npc/monster/18222-AssassinOfDarkness.xml b/data/templates/npc/monster/18222-AssassinOfDarkness.xml new file mode 100644 index 000000000..a8422c103 --- /dev/null +++ b/data/templates/npc/monster/18222-AssassinOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Assassin of Darkness + 78 + MALE + + + + + + + + + + + + + + + 55261 + 6275 + + + diff --git a/data/templates/npc/monster/18223-AssassinOfDarkness.xml b/data/templates/npc/monster/18223-AssassinOfDarkness.xml new file mode 100644 index 000000000..0eb666ef3 --- /dev/null +++ b/data/templates/npc/monster/18223-AssassinOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Assassin of Darkness + 78 + MALE + + + + + + + + + + + + + + + 41438 + 4705 + + + diff --git a/data/templates/npc/monster/18224-AssassinOfDarkness.xml b/data/templates/npc/monster/18224-AssassinOfDarkness.xml new file mode 100644 index 000000000..5d42469d7 --- /dev/null +++ b/data/templates/npc/monster/18224-AssassinOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Assassin of Darkness + 78 + MALE + + + + + + + + + + + + + + + 55823 + 6339 + + + diff --git a/data/templates/npc/monster/18225-AssassinOfDarkness.xml b/data/templates/npc/monster/18225-AssassinOfDarkness.xml new file mode 100644 index 000000000..c1e66b144 --- /dev/null +++ b/data/templates/npc/monster/18225-AssassinOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Assassin of Darkness + 78 + MALE + + + + + + + + + + + + + + + 55261 + 6275 + + + diff --git a/data/templates/npc/monster/18226-CasterOfDarkness.xml b/data/templates/npc/monster/18226-CasterOfDarkness.xml new file mode 100644 index 000000000..ad20d0f9d --- /dev/null +++ b/data/templates/npc/monster/18226-CasterOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Caster of Darkness + 78 + MALE + + + + + + + + + + + + + + + 40876 + 4641 + + + diff --git a/data/templates/npc/monster/18227-CasterOfDarkness.xml b/data/templates/npc/monster/18227-CasterOfDarkness.xml new file mode 100644 index 000000000..1616d5bff --- /dev/null +++ b/data/templates/npc/monster/18227-CasterOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Caster of Darkness + 78 + MALE + + + + + + + + + + + + + + + 70240 + 7976 + + + diff --git a/data/templates/npc/monster/18228-CasterOfDarkness.xml b/data/templates/npc/monster/18228-CasterOfDarkness.xml new file mode 100644 index 000000000..1a621bbee --- /dev/null +++ b/data/templates/npc/monster/18228-CasterOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Caster of Darkness + 78 + MALE + + + + + + + + + + + + + + + 52812 + 5997 + + + diff --git a/data/templates/npc/monster/18229-CasterOfDarkness.xml b/data/templates/npc/monster/18229-CasterOfDarkness.xml new file mode 100644 index 000000000..82a25fff4 --- /dev/null +++ b/data/templates/npc/monster/18229-CasterOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Caster of Darkness + 78 + MALE + + + + + + + + + + + + + + + 54394 + 6176 + + + diff --git a/data/templates/npc/monster/18230-SignetOfEmperor.xml b/data/templates/npc/monster/18230-SignetOfEmperor.xml new file mode 100644 index 000000000..502412dba --- /dev/null +++ b/data/templates/npc/monster/18230-SignetOfEmperor.xml @@ -0,0 +1,25 @@ + + + + Signet of Emperor + 78 + MALE + + + + + + + + + + + + + + + 22486 + 2553 + + + diff --git a/data/templates/npc/monster/18231-StatueOfProtection.xml b/data/templates/npc/monster/18231-StatueOfProtection.xml new file mode 100644 index 000000000..99ed982d8 --- /dev/null +++ b/data/templates/npc/monster/18231-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18232-StatueOfProtection.xml b/data/templates/npc/monster/18232-StatueOfProtection.xml new file mode 100644 index 000000000..9b7f9399c --- /dev/null +++ b/data/templates/npc/monster/18232-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18233-StatueOfProtection.xml b/data/templates/npc/monster/18233-StatueOfProtection.xml new file mode 100644 index 000000000..fbdd9ce12 --- /dev/null +++ b/data/templates/npc/monster/18233-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18234-StatueOfProtection.xml b/data/templates/npc/monster/18234-StatueOfProtection.xml new file mode 100644 index 000000000..195119d5d --- /dev/null +++ b/data/templates/npc/monster/18234-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18235-StatueOfProtection.xml b/data/templates/npc/monster/18235-StatueOfProtection.xml new file mode 100644 index 000000000..17661bdc1 --- /dev/null +++ b/data/templates/npc/monster/18235-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18236-StatueOfProtection.xml b/data/templates/npc/monster/18236-StatueOfProtection.xml new file mode 100644 index 000000000..2658ed447 --- /dev/null +++ b/data/templates/npc/monster/18236-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18237-StatueOfProtection.xml b/data/templates/npc/monster/18237-StatueOfProtection.xml new file mode 100644 index 000000000..063bd293c --- /dev/null +++ b/data/templates/npc/monster/18237-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18238-StatueOfProtection.xml b/data/templates/npc/monster/18238-StatueOfProtection.xml new file mode 100644 index 000000000..33ea4bea8 --- /dev/null +++ b/data/templates/npc/monster/18238-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18239-StatueOfProtection.xml b/data/templates/npc/monster/18239-StatueOfProtection.xml new file mode 100644 index 000000000..65c633208 --- /dev/null +++ b/data/templates/npc/monster/18239-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18240-StatueOfProtection.xml b/data/templates/npc/monster/18240-StatueOfProtection.xml new file mode 100644 index 000000000..9729756bb --- /dev/null +++ b/data/templates/npc/monster/18240-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18241-StatueOfProtection.xml b/data/templates/npc/monster/18241-StatueOfProtection.xml new file mode 100644 index 000000000..8781e0a71 --- /dev/null +++ b/data/templates/npc/monster/18241-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18242-StatueOfProtection.xml b/data/templates/npc/monster/18242-StatueOfProtection.xml new file mode 100644 index 000000000..ea48683c5 --- /dev/null +++ b/data/templates/npc/monster/18242-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18243-StatueOfProtection.xml b/data/templates/npc/monster/18243-StatueOfProtection.xml new file mode 100644 index 000000000..c80ce7c99 --- /dev/null +++ b/data/templates/npc/monster/18243-StatueOfProtection.xml @@ -0,0 +1,26 @@ + + + + Statue of Protection + 78 + MALE + + + + + + + + + + + + + + + 66895 + 7596 + + + + diff --git a/data/templates/npc/monster/18244-WatchmanOfGrave.xml b/data/templates/npc/monster/18244-WatchmanOfGrave.xml new file mode 100644 index 000000000..d844b3814 --- /dev/null +++ b/data/templates/npc/monster/18244-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18245-WatchmanOfGrave.xml b/data/templates/npc/monster/18245-WatchmanOfGrave.xml new file mode 100644 index 000000000..d304a7690 --- /dev/null +++ b/data/templates/npc/monster/18245-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18246-WatchmanOfGrave.xml b/data/templates/npc/monster/18246-WatchmanOfGrave.xml new file mode 100644 index 000000000..6f2ae9700 --- /dev/null +++ b/data/templates/npc/monster/18246-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18247-WatchmanOfGrave.xml b/data/templates/npc/monster/18247-WatchmanOfGrave.xml new file mode 100644 index 000000000..00ff824ad --- /dev/null +++ b/data/templates/npc/monster/18247-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18248-WatchmanOfGrave.xml b/data/templates/npc/monster/18248-WatchmanOfGrave.xml new file mode 100644 index 000000000..fe8902727 --- /dev/null +++ b/data/templates/npc/monster/18248-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18249-WatchmanOfGrave.xml b/data/templates/npc/monster/18249-WatchmanOfGrave.xml new file mode 100644 index 000000000..27f10ae5c --- /dev/null +++ b/data/templates/npc/monster/18249-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18250-WatchmanOfGrave.xml b/data/templates/npc/monster/18250-WatchmanOfGrave.xml new file mode 100644 index 000000000..1f796f577 --- /dev/null +++ b/data/templates/npc/monster/18250-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18251-WatchmanOfGrave.xml b/data/templates/npc/monster/18251-WatchmanOfGrave.xml new file mode 100644 index 000000000..a063097f5 --- /dev/null +++ b/data/templates/npc/monster/18251-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18252-WatchmanOfGrave.xml b/data/templates/npc/monster/18252-WatchmanOfGrave.xml new file mode 100644 index 000000000..c2eda7354 --- /dev/null +++ b/data/templates/npc/monster/18252-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18253-WatchmanOfGrave.xml b/data/templates/npc/monster/18253-WatchmanOfGrave.xml new file mode 100644 index 000000000..2c2d4fe90 --- /dev/null +++ b/data/templates/npc/monster/18253-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18254-WatchmanOfGrave.xml b/data/templates/npc/monster/18254-WatchmanOfGrave.xml new file mode 100644 index 000000000..bbac53e94 --- /dev/null +++ b/data/templates/npc/monster/18254-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18255-WatchmanOfGrave.xml b/data/templates/npc/monster/18255-WatchmanOfGrave.xml new file mode 100644 index 000000000..795acdd21 --- /dev/null +++ b/data/templates/npc/monster/18255-WatchmanOfGrave.xml @@ -0,0 +1,25 @@ + + + + Watchman of Grave + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18256-HalishaSTreasureBox.xml b/data/templates/npc/monster/18256-HalishaSTreasureBox.xml new file mode 100644 index 000000000..4addfca7c --- /dev/null +++ b/data/templates/npc/monster/18256-HalishaSTreasureBox.xml @@ -0,0 +1,39 @@ + + + + Halisha's Treasure Box + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18319-CaughtFrog.xml b/data/templates/npc/monster/18319-CaughtFrog.xml new file mode 100644 index 000000000..5f517ce8f --- /dev/null +++ b/data/templates/npc/monster/18319-CaughtFrog.xml @@ -0,0 +1,32 @@ + + + + Caught Frog + 10 + MALE + + + + + + + + + + + + + + + 422 + 14 + + + + + + + + + + diff --git a/data/templates/npc/monster/18320-CaughtUndine.xml b/data/templates/npc/monster/18320-CaughtUndine.xml new file mode 100644 index 000000000..91dd1d79e --- /dev/null +++ b/data/templates/npc/monster/18320-CaughtUndine.xml @@ -0,0 +1,32 @@ + + + + Caught Undine + 20 + FEMALE + + + + + + + + + + + + + + + 844 + 37 + + + + + + + + + + diff --git a/data/templates/npc/monster/18321-CaughtRakul.xml b/data/templates/npc/monster/18321-CaughtRakul.xml new file mode 100644 index 000000000..86d76b2b1 --- /dev/null +++ b/data/templates/npc/monster/18321-CaughtRakul.xml @@ -0,0 +1,33 @@ + + + + Caught Rakul + 30 + MALE + + + + + + + + + + + + + + + 1550 + 85 + + + + + + + + + + + diff --git a/data/templates/npc/monster/18322-CaughtSeaGiant.xml b/data/templates/npc/monster/18322-CaughtSeaGiant.xml new file mode 100644 index 000000000..d596f247e --- /dev/null +++ b/data/templates/npc/monster/18322-CaughtSeaGiant.xml @@ -0,0 +1,33 @@ + + + + Caught Sea Giant + 40 + MALE + + + + + + + + + + + + + + + 2756 + 178 + + + + + + + + + + + diff --git a/data/templates/npc/monster/18323-CaughtSeaHorseSoldier.xml b/data/templates/npc/monster/18323-CaughtSeaHorseSoldier.xml new file mode 100644 index 000000000..2b960efd4 --- /dev/null +++ b/data/templates/npc/monster/18323-CaughtSeaHorseSoldier.xml @@ -0,0 +1,33 @@ + + + + Caught Sea Horse Soldier + 50 + MALE + + + + + + + + + + + + + + + 4306 + 324 + + + + + + + + + + + diff --git a/data/templates/npc/monster/18324-CaughtHomunculus.xml b/data/templates/npc/monster/18324-CaughtHomunculus.xml new file mode 100644 index 000000000..339f2f74b --- /dev/null +++ b/data/templates/npc/monster/18324-CaughtHomunculus.xml @@ -0,0 +1,32 @@ + + + + Caught Homunculus + 60 + MALE + + + + + + + + + + + + + + + 6200 + 538 + + + + + + + + + + diff --git a/data/templates/npc/monster/18325-CaughtFlava.xml b/data/templates/npc/monster/18325-CaughtFlava.xml new file mode 100644 index 000000000..898e572db --- /dev/null +++ b/data/templates/npc/monster/18325-CaughtFlava.xml @@ -0,0 +1,32 @@ + + + + Caught Flava + 70 + MALE + + + + + + + + + + + + + + + 8439 + 837 + + + + + + + + + + diff --git a/data/templates/npc/monster/18326-CaughtGiganticEye.xml b/data/templates/npc/monster/18326-CaughtGiganticEye.xml new file mode 100644 index 000000000..cea939b33 --- /dev/null +++ b/data/templates/npc/monster/18326-CaughtGiganticEye.xml @@ -0,0 +1,32 @@ + + + + Caught Gigantic Eye + 78 + MALE + + + + + + + + + + + + + + + 11022 + 1237 + + + + + + + + + + diff --git a/data/templates/npc/monster/18327-FreyaSServant.xml b/data/templates/npc/monster/18327-FreyaSServant.xml new file mode 100644 index 000000000..e78948e17 --- /dev/null +++ b/data/templates/npc/monster/18327-FreyaSServant.xml @@ -0,0 +1,25 @@ + + + + Freya's Servant + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18328-HallAlarmDevice.xml b/data/templates/npc/monster/18328-HallAlarmDevice.xml new file mode 100644 index 000000000..65fc2630a --- /dev/null +++ b/data/templates/npc/monster/18328-HallAlarmDevice.xml @@ -0,0 +1,25 @@ + + + + Hall Alarm Device + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18329-HallKeeperCaptain.xml b/data/templates/npc/monster/18329-HallKeeperCaptain.xml new file mode 100644 index 000000000..6dac0450d --- /dev/null +++ b/data/templates/npc/monster/18329-HallKeeperCaptain.xml @@ -0,0 +1,26 @@ + + + + Hall Keeper Captain + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18330-HallKeeperWizard.xml b/data/templates/npc/monster/18330-HallKeeperWizard.xml new file mode 100644 index 000000000..eec2468a7 --- /dev/null +++ b/data/templates/npc/monster/18330-HallKeeperWizard.xml @@ -0,0 +1,26 @@ + + + + Hall Keeper Wizard + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18331-HallKeeperGuard.xml b/data/templates/npc/monster/18331-HallKeeperGuard.xml new file mode 100644 index 000000000..b105a0b87 --- /dev/null +++ b/data/templates/npc/monster/18331-HallKeeperGuard.xml @@ -0,0 +1,26 @@ + + + + Hall Keeper Guard + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18332-HallKeeperPatrol.xml b/data/templates/npc/monster/18332-HallKeeperPatrol.xml new file mode 100644 index 000000000..465d2c698 --- /dev/null +++ b/data/templates/npc/monster/18332-HallKeeperPatrol.xml @@ -0,0 +1,26 @@ + + + + Hall Keeper Patrol + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18333-HallKeeperSuicidalSoldier.xml b/data/templates/npc/monster/18333-HallKeeperSuicidalSoldier.xml new file mode 100644 index 000000000..7e7294221 --- /dev/null +++ b/data/templates/npc/monster/18333-HallKeeperSuicidalSoldier.xml @@ -0,0 +1,25 @@ + + + + Hall Keeper Suicidal Soldier + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18334-DarkChoirCaptain.xml b/data/templates/npc/monster/18334-DarkChoirCaptain.xml new file mode 100644 index 000000000..a6ef55e6e --- /dev/null +++ b/data/templates/npc/monster/18334-DarkChoirCaptain.xml @@ -0,0 +1,25 @@ + + + + Dark Choir Captain + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18335-DarkChoirPrimaDonna.xml b/data/templates/npc/monster/18335-DarkChoirPrimaDonna.xml new file mode 100644 index 000000000..3dcc38216 --- /dev/null +++ b/data/templates/npc/monster/18335-DarkChoirPrimaDonna.xml @@ -0,0 +1,25 @@ + + + + Dark Choir Prima Donna + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18336-DarkChoirLancer.xml b/data/templates/npc/monster/18336-DarkChoirLancer.xml new file mode 100644 index 000000000..76d14fe03 --- /dev/null +++ b/data/templates/npc/monster/18336-DarkChoirLancer.xml @@ -0,0 +1,26 @@ + + + + Dark Choir Lancer + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18337-DarkChoirArcher.xml b/data/templates/npc/monster/18337-DarkChoirArcher.xml new file mode 100644 index 000000000..5c17606ab --- /dev/null +++ b/data/templates/npc/monster/18337-DarkChoirArcher.xml @@ -0,0 +1,26 @@ + + + + Dark Choir Archer + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18338-DarkChoirWitchDoctor.xml b/data/templates/npc/monster/18338-DarkChoirWitchDoctor.xml new file mode 100644 index 000000000..f22cae45f --- /dev/null +++ b/data/templates/npc/monster/18338-DarkChoirWitchDoctor.xml @@ -0,0 +1,25 @@ + + + + Dark Choir Witch Doctor + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18339-DarkChoirPlayer.xml b/data/templates/npc/monster/18339-DarkChoirPlayer.xml new file mode 100644 index 000000000..5c21c3ed5 --- /dev/null +++ b/data/templates/npc/monster/18339-DarkChoirPlayer.xml @@ -0,0 +1,26 @@ + + + + Dark Choir Player + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18340-HallKeeperSuicidalSoldier.xml b/data/templates/npc/monster/18340-HallKeeperSuicidalSoldier.xml new file mode 100644 index 000000000..df49c2bc3 --- /dev/null +++ b/data/templates/npc/monster/18340-HallKeeperSuicidalSoldier.xml @@ -0,0 +1,25 @@ + + + + Hall Keeper Suicidal Soldier + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18341-HallKeeperSuicidalSoldier.xml b/data/templates/npc/monster/18341-HallKeeperSuicidalSoldier.xml new file mode 100644 index 000000000..576dcf737 --- /dev/null +++ b/data/templates/npc/monster/18341-HallKeeperSuicidalSoldier.xml @@ -0,0 +1,25 @@ + + + + Hall Keeper Suicidal Soldier + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18342-Gremlin.xml b/data/templates/npc/monster/18342-Gremlin.xml new file mode 100644 index 000000000..2c6a40242 --- /dev/null +++ b/data/templates/npc/monster/18342-Gremlin.xml @@ -0,0 +1,28 @@ + + + + Gremlin + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + + + + diff --git a/data/templates/npc/monster/18343-GatekeeperZombie.xml b/data/templates/npc/monster/18343-GatekeeperZombie.xml new file mode 100644 index 000000000..ab95107e8 --- /dev/null +++ b/data/templates/npc/monster/18343-GatekeeperZombie.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper Zombie + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18344-AncientEgg.xml b/data/templates/npc/monster/18344-AncientEgg.xml new file mode 100644 index 000000000..df8d5f11f --- /dev/null +++ b/data/templates/npc/monster/18344-AncientEgg.xml @@ -0,0 +1,24 @@ + + + + Ancient Egg + 78 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18345-Sprigant.xml b/data/templates/npc/monster/18345-Sprigant.xml new file mode 100644 index 000000000..905867dc6 --- /dev/null +++ b/data/templates/npc/monster/18345-Sprigant.xml @@ -0,0 +1,28 @@ + + + + Sprigant + 78 + FEMALE + + + + + + + + + + + + + + + 8267 + 961 + + + + + + diff --git a/data/templates/npc/monster/18346-Sprigant.xml b/data/templates/npc/monster/18346-Sprigant.xml new file mode 100644 index 000000000..0a2d0a528 --- /dev/null +++ b/data/templates/npc/monster/18346-Sprigant.xml @@ -0,0 +1,28 @@ + + + + Sprigant + 78 + FEMALE + + + + + + + + + + + + + + + 8267 + 961 + + + + + + diff --git a/data/templates/npc/monster/18347-GardenGuard.xml b/data/templates/npc/monster/18347-GardenGuard.xml new file mode 100644 index 000000000..878e6976d --- /dev/null +++ b/data/templates/npc/monster/18347-GardenGuard.xml @@ -0,0 +1,25 @@ + + + + Garden Guard + 20 + MALE + + + + + + + + + + + + + + + 708 + 31 + + + diff --git a/data/templates/npc/monster/18348-GardenGuard.xml b/data/templates/npc/monster/18348-GardenGuard.xml new file mode 100644 index 000000000..6dd5d3dc5 --- /dev/null +++ b/data/templates/npc/monster/18348-GardenGuard.xml @@ -0,0 +1,25 @@ + + + + Garden Guard + 21 + MALE + + + + + + + + + + + + + + + 949 + 35 + + + diff --git a/data/templates/npc/monster/18349-GardenGuard.xml b/data/templates/npc/monster/18349-GardenGuard.xml new file mode 100644 index 000000000..56de0d45a --- /dev/null +++ b/data/templates/npc/monster/18349-GardenGuard.xml @@ -0,0 +1,26 @@ + + + + Garden Guard + 21 + MALE + + + + + + + + + + + + + + + 907 + 41 + + + + diff --git a/data/templates/npc/monster/18350-GardenGuard.xml b/data/templates/npc/monster/18350-GardenGuard.xml new file mode 100644 index 000000000..421229bee --- /dev/null +++ b/data/templates/npc/monster/18350-GardenGuard.xml @@ -0,0 +1,25 @@ + + + + Garden Guard + 21 + MALE + + + + + + + + + + + + + + + 1000 + 35 + + + diff --git a/data/templates/npc/monster/18351-GardenGuard.xml b/data/templates/npc/monster/18351-GardenGuard.xml new file mode 100644 index 000000000..754ee0922 --- /dev/null +++ b/data/templates/npc/monster/18351-GardenGuard.xml @@ -0,0 +1,25 @@ + + + + Garden Guard + 21 + MALE + + + + + + + + + + + + + + + 952 + 35 + + + diff --git a/data/templates/npc/monster/18352-KamaelGuard.xml b/data/templates/npc/monster/18352-KamaelGuard.xml new file mode 100644 index 000000000..c30874d98 --- /dev/null +++ b/data/templates/npc/monster/18352-KamaelGuard.xml @@ -0,0 +1,25 @@ + + + + Kamael Guard + 22 + MALE + + + + + + + + + + + + + + + 1808 + 68 + + + diff --git a/data/templates/npc/monster/18353-GuardianOfRecords.xml b/data/templates/npc/monster/18353-GuardianOfRecords.xml new file mode 100644 index 000000000..e443c97ba --- /dev/null +++ b/data/templates/npc/monster/18353-GuardianOfRecords.xml @@ -0,0 +1,25 @@ + + + + Guardian of Records + 22 + MALE + + + + + + + + + + + + + + + 2401 + 99 + + + diff --git a/data/templates/npc/monster/18354-GuardianOfObservation.xml b/data/templates/npc/monster/18354-GuardianOfObservation.xml new file mode 100644 index 000000000..217f3a03e --- /dev/null +++ b/data/templates/npc/monster/18354-GuardianOfObservation.xml @@ -0,0 +1,25 @@ + + + + Guardian of Observation + 22 + MALE + + + + + + + + + + + + + + + 1808 + 68 + + + diff --git a/data/templates/npc/monster/18355-SpiculaSGuard.xml b/data/templates/npc/monster/18355-SpiculaSGuard.xml new file mode 100644 index 000000000..640b9234f --- /dev/null +++ b/data/templates/npc/monster/18355-SpiculaSGuard.xml @@ -0,0 +1,25 @@ + + + + Spicula's Guard + 22 + MALE + + + + + + + + + + + + + + + 2542 + 99 + + + diff --git a/data/templates/npc/monster/18356-HarkilgamedSGatekeeper.xml b/data/templates/npc/monster/18356-HarkilgamedSGatekeeper.xml new file mode 100644 index 000000000..5697328fe --- /dev/null +++ b/data/templates/npc/monster/18356-HarkilgamedSGatekeeper.xml @@ -0,0 +1,26 @@ + + + + Harkilgamed's Gatekeeper + 22 + MALE + + + + + + + + + + + + + + + 2470 + 111 + + + + diff --git a/data/templates/npc/monster/18357-RodenpiculaSGatekeeper.xml b/data/templates/npc/monster/18357-RodenpiculaSGatekeeper.xml new file mode 100644 index 000000000..49358d058 --- /dev/null +++ b/data/templates/npc/monster/18357-RodenpiculaSGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Rodenpicula's Gatekeeper + 22 + MALE + + + + + + + + + + + + + + + 2401 + 99 + + + diff --git a/data/templates/npc/monster/18358-GuardianOfSecrets.xml b/data/templates/npc/monster/18358-GuardianOfSecrets.xml new file mode 100644 index 000000000..656cfee5b --- /dev/null +++ b/data/templates/npc/monster/18358-GuardianOfSecrets.xml @@ -0,0 +1,25 @@ + + + + Guardian of Secrets + 22 + MALE + + + + + + + + + + + + + + + 1808 + 68 + + + diff --git a/data/templates/npc/monster/18359-ArviterreSGuardian.xml b/data/templates/npc/monster/18359-ArviterreSGuardian.xml new file mode 100644 index 000000000..7888a3947 --- /dev/null +++ b/data/templates/npc/monster/18359-ArviterreSGuardian.xml @@ -0,0 +1,25 @@ + + + + Arviterre's Guardian + 22 + MALE + + + + + + + + + + + + + + + 1808 + 68 + + + diff --git a/data/templates/npc/monster/18360-KatenarSGatekeeper.xml b/data/templates/npc/monster/18360-KatenarSGatekeeper.xml new file mode 100644 index 000000000..1350f825b --- /dev/null +++ b/data/templates/npc/monster/18360-KatenarSGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Katenar's Gatekeeper + 22 + MALE + + + + + + + + + + + + + + + 1808 + 68 + + + diff --git a/data/templates/npc/monster/18361-GuardianOfPrediction.xml b/data/templates/npc/monster/18361-GuardianOfPrediction.xml new file mode 100644 index 000000000..73931781d --- /dev/null +++ b/data/templates/npc/monster/18361-GuardianOfPrediction.xml @@ -0,0 +1,25 @@ + + + + Guardian of Prediction + 22 + MALE + + + + + + + + + + + + + + + 2401 + 99 + + + diff --git a/data/templates/npc/monster/18362-GardenGuard.xml b/data/templates/npc/monster/18362-GardenGuard.xml new file mode 100644 index 000000000..1562cc547 --- /dev/null +++ b/data/templates/npc/monster/18362-GardenGuard.xml @@ -0,0 +1,25 @@ + + + + Garden Guard + 19 + MALE + + + + + + + + + + + + + + + 742 + 30 + + + diff --git a/data/templates/npc/monster/18363-GardenGuard.xml b/data/templates/npc/monster/18363-GardenGuard.xml new file mode 100644 index 000000000..266e53e2a --- /dev/null +++ b/data/templates/npc/monster/18363-GardenGuard.xml @@ -0,0 +1,26 @@ + + + + Garden Guard + 19 + MALE + + + + + + + + + + + + + + + 670 + 29 + + + + diff --git a/data/templates/npc/monster/18364-WitchWarder.xml b/data/templates/npc/monster/18364-WitchWarder.xml new file mode 100644 index 000000000..b124e4daf --- /dev/null +++ b/data/templates/npc/monster/18364-WitchWarder.xml @@ -0,0 +1,25 @@ + + + + Witch Warder + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18365-WitchWarder.xml b/data/templates/npc/monster/18365-WitchWarder.xml new file mode 100644 index 000000000..36a1c1183 --- /dev/null +++ b/data/templates/npc/monster/18365-WitchWarder.xml @@ -0,0 +1,25 @@ + + + + Witch Warder + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18366-WitchWarder.xml b/data/templates/npc/monster/18366-WitchWarder.xml new file mode 100644 index 000000000..291ed7d50 --- /dev/null +++ b/data/templates/npc/monster/18366-WitchWarder.xml @@ -0,0 +1,25 @@ + + + + Witch Warder + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18367-PrisonGuard.xml b/data/templates/npc/monster/18367-PrisonGuard.xml new file mode 100644 index 000000000..1b91db7d2 --- /dev/null +++ b/data/templates/npc/monster/18367-PrisonGuard.xml @@ -0,0 +1,26 @@ + + + + Prison Guard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18368-PrisonGuard.xml b/data/templates/npc/monster/18368-PrisonGuard.xml new file mode 100644 index 000000000..4928deae1 --- /dev/null +++ b/data/templates/npc/monster/18368-PrisonGuard.xml @@ -0,0 +1,26 @@ + + + + Prison Guard + 80 + MALE + + + + + + + + + + + + + + + 8579 + 962 + + + + diff --git a/data/templates/npc/monster/18369-ChromaticCrystallineGolem.xml b/data/templates/npc/monster/18369-ChromaticCrystallineGolem.xml new file mode 100644 index 000000000..61faf96ec --- /dev/null +++ b/data/templates/npc/monster/18369-ChromaticCrystallineGolem.xml @@ -0,0 +1,25 @@ + + + + Chromatic Crystalline Golem + 82 + MALE + + + + + + + + + + + + + + + 9308 + 1017 + + + diff --git a/data/templates/npc/monster/18370-ChromaticCrystallineGolem.xml b/data/templates/npc/monster/18370-ChromaticCrystallineGolem.xml new file mode 100644 index 000000000..e6d763dbd --- /dev/null +++ b/data/templates/npc/monster/18370-ChromaticCrystallineGolem.xml @@ -0,0 +1,25 @@ + + + + Chromatic Crystalline Golem + 82 + MALE + + + + + + + + + + + + + + + 8545 + 934 + + + diff --git a/data/templates/npc/monster/18371-BelethSample.xml b/data/templates/npc/monster/18371-BelethSample.xml new file mode 100644 index 000000000..844253f4f --- /dev/null +++ b/data/templates/npc/monster/18371-BelethSample.xml @@ -0,0 +1,26 @@ + + + + Beleth Sample + 82 + MALE + + + + + + + + + + + + + + + 7697 + 841 + + + + diff --git a/data/templates/npc/monster/18372-BelethSample.xml b/data/templates/npc/monster/18372-BelethSample.xml new file mode 100644 index 000000000..7564395a2 --- /dev/null +++ b/data/templates/npc/monster/18372-BelethSample.xml @@ -0,0 +1,26 @@ + + + + Beleth Sample + 82 + MALE + + + + + + + + + + + + + + + 7697 + 841 + + + + diff --git a/data/templates/npc/monster/18373-BelethSample.xml b/data/templates/npc/monster/18373-BelethSample.xml new file mode 100644 index 000000000..d0a67d0d8 --- /dev/null +++ b/data/templates/npc/monster/18373-BelethSample.xml @@ -0,0 +1,25 @@ + + + + Beleth Sample + 82 + MALE + + + + + + + + + + + + + + + 7697 + 841 + + + diff --git a/data/templates/npc/monster/18374-BelethSample.xml b/data/templates/npc/monster/18374-BelethSample.xml new file mode 100644 index 000000000..fc2c93348 --- /dev/null +++ b/data/templates/npc/monster/18374-BelethSample.xml @@ -0,0 +1,26 @@ + + + + Beleth Sample + 82 + MALE + + + + + + + + + + + + + + + 7697 + 841 + + + + diff --git a/data/templates/npc/monster/18375-BelethSample.xml b/data/templates/npc/monster/18375-BelethSample.xml new file mode 100644 index 000000000..fe1c20623 --- /dev/null +++ b/data/templates/npc/monster/18375-BelethSample.xml @@ -0,0 +1,26 @@ + + + + Beleth Sample + 82 + MALE + + + + + + + + + + + + + + + 7697 + 841 + + + + diff --git a/data/templates/npc/monster/18376-BelethSample.xml b/data/templates/npc/monster/18376-BelethSample.xml new file mode 100644 index 000000000..90c6907d1 --- /dev/null +++ b/data/templates/npc/monster/18376-BelethSample.xml @@ -0,0 +1,26 @@ + + + + Beleth Sample + 82 + MALE + + + + + + + + + + + + + + + 7697 + 841 + + + + diff --git a/data/templates/npc/monster/18377-BelethSample.xml b/data/templates/npc/monster/18377-BelethSample.xml new file mode 100644 index 000000000..6661185c4 --- /dev/null +++ b/data/templates/npc/monster/18377-BelethSample.xml @@ -0,0 +1,26 @@ + + + + Beleth Sample + 82 + MALE + + + + + + + + + + + + + + + 7697 + 841 + + + + diff --git a/data/templates/npc/monster/18444-GardenGuard.xml b/data/templates/npc/monster/18444-GardenGuard.xml new file mode 100644 index 000000000..5b3cbd10a --- /dev/null +++ b/data/templates/npc/monster/18444-GardenGuard.xml @@ -0,0 +1,25 @@ + + + + Garden Guard + 20 + MALE + + + + + + + + + + + + + + + 816 + 36 + + + diff --git a/data/templates/npc/monster/18463-RemnantDiabolist.xml b/data/templates/npc/monster/18463-RemnantDiabolist.xml new file mode 100644 index 000000000..2ba8718e0 --- /dev/null +++ b/data/templates/npc/monster/18463-RemnantDiabolist.xml @@ -0,0 +1,26 @@ + + + + Remnant Diabolist + 81 + FEMALE + + + + + + + + + + + + + + + 260217 + 28102 + + + + diff --git a/data/templates/npc/monster/18464-RemnantDiviner.xml b/data/templates/npc/monster/18464-RemnantDiviner.xml new file mode 100644 index 000000000..bf62b99cd --- /dev/null +++ b/data/templates/npc/monster/18464-RemnantDiviner.xml @@ -0,0 +1,26 @@ + + + + Remnant Diviner + 81 + MALE + + + + + + + + + + + + + + + 254867 + 27524 + + + + diff --git a/data/templates/npc/monster/18465-Derek.xml b/data/templates/npc/monster/18465-Derek.xml new file mode 100644 index 000000000..0bc7780cc --- /dev/null +++ b/data/templates/npc/monster/18465-Derek.xml @@ -0,0 +1,27 @@ + + + + Derek + First Generation Seer + 81 + MALE + + + + + + + + + + + + + + + 1067320 + 115266 + + + + diff --git a/data/templates/npc/monster/18466-OutpostCaptain.xml b/data/templates/npc/monster/18466-OutpostCaptain.xml new file mode 100644 index 000000000..4e2e2760a --- /dev/null +++ b/data/templates/npc/monster/18466-OutpostCaptain.xml @@ -0,0 +1,26 @@ + + + + Outpost Captain + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18467-WoundedLandGuard.xml b/data/templates/npc/monster/18467-WoundedLandGuard.xml new file mode 100644 index 000000000..c2da13769 --- /dev/null +++ b/data/templates/npc/monster/18467-WoundedLandGuard.xml @@ -0,0 +1,25 @@ + + + + Wounded Land Guard + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18474-Alarm.xml b/data/templates/npc/monster/18474-Alarm.xml new file mode 100644 index 000000000..7092f034e --- /dev/null +++ b/data/templates/npc/monster/18474-Alarm.xml @@ -0,0 +1,24 @@ + + + + Alarm + 83 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18478-HerbJar.xml b/data/templates/npc/monster/18478-HerbJar.xml new file mode 100644 index 000000000..b7b6f6e9e --- /dev/null +++ b/data/templates/npc/monster/18478-HerbJar.xml @@ -0,0 +1,25 @@ + + + + Herb Jar + 15 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18482-FafurionKindred.xml b/data/templates/npc/monster/18482-FafurionKindred.xml new file mode 100644 index 000000000..f0da4e699 --- /dev/null +++ b/data/templates/npc/monster/18482-FafurionKindred.xml @@ -0,0 +1,25 @@ + + + + Fafurion Kindred + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18483-GardenGuard.xml b/data/templates/npc/monster/18483-GardenGuard.xml new file mode 100644 index 000000000..87a16903c --- /dev/null +++ b/data/templates/npc/monster/18483-GardenGuard.xml @@ -0,0 +1,25 @@ + + + + Garden Guard + 19 + MALE + + + + + + + + + + + + + + + 1353 + 57 + + + diff --git a/data/templates/npc/monster/18490-BelethSSlave.xml b/data/templates/npc/monster/18490-BelethSSlave.xml new file mode 100644 index 000000000..ae0d8acb1 --- /dev/null +++ b/data/templates/npc/monster/18490-BelethSSlave.xml @@ -0,0 +1,25 @@ + + + + Beleth's Slave + 86 + FEMALE + + + + + + + + + + + + + + + 65975 + 6876 + + + diff --git a/data/templates/npc/monster/18544-CrumaBorder.xml b/data/templates/npc/monster/18544-CrumaBorder.xml new file mode 100644 index 000000000..250783002 --- /dev/null +++ b/data/templates/npc/monster/18544-CrumaBorder.xml @@ -0,0 +1,26 @@ + + + + Cruma Border + Event Monster + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18545-AncientExperiment.xml b/data/templates/npc/monster/18545-AncientExperiment.xml new file mode 100644 index 000000000..36dd729b7 --- /dev/null +++ b/data/templates/npc/monster/18545-AncientExperiment.xml @@ -0,0 +1,27 @@ + + + + Ancient Experiment + Event Monster + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18546-AncientExperiment.xml b/data/templates/npc/monster/18546-AncientExperiment.xml new file mode 100644 index 000000000..356dd6281 --- /dev/null +++ b/data/templates/npc/monster/18546-AncientExperiment.xml @@ -0,0 +1,26 @@ + + + + Ancient Experiment + Event Monster + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18547-AncientExperiment.xml b/data/templates/npc/monster/18547-AncientExperiment.xml new file mode 100644 index 000000000..bdb77c9ea --- /dev/null +++ b/data/templates/npc/monster/18547-AncientExperiment.xml @@ -0,0 +1,26 @@ + + + + Ancient Experiment + Event Monster + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18548-AncientExperiment.xml b/data/templates/npc/monster/18548-AncientExperiment.xml new file mode 100644 index 000000000..13df66df2 --- /dev/null +++ b/data/templates/npc/monster/18548-AncientExperiment.xml @@ -0,0 +1,25 @@ + + + + Ancient Experiment + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18549-AncientExperiment.xml b/data/templates/npc/monster/18549-AncientExperiment.xml new file mode 100644 index 000000000..6a421c9fc --- /dev/null +++ b/data/templates/npc/monster/18549-AncientExperiment.xml @@ -0,0 +1,25 @@ + + + + Ancient Experiment + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18550-CrumaPhantom.xml b/data/templates/npc/monster/18550-CrumaPhantom.xml new file mode 100644 index 000000000..5bcea7b5a --- /dev/null +++ b/data/templates/npc/monster/18550-CrumaPhantom.xml @@ -0,0 +1,27 @@ + + + + Cruma Phantom + Event Monster + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18551-CrumaPhantom.xml b/data/templates/npc/monster/18551-CrumaPhantom.xml new file mode 100644 index 000000000..f8ccb0f73 --- /dev/null +++ b/data/templates/npc/monster/18551-CrumaPhantom.xml @@ -0,0 +1,26 @@ + + + + Cruma Phantom + Event Monster + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18552-CrumaPhantom.xml b/data/templates/npc/monster/18552-CrumaPhantom.xml new file mode 100644 index 000000000..453d5b903 --- /dev/null +++ b/data/templates/npc/monster/18552-CrumaPhantom.xml @@ -0,0 +1,26 @@ + + + + Cruma Phantom + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18553-CrumaPhantom.xml b/data/templates/npc/monster/18553-CrumaPhantom.xml new file mode 100644 index 000000000..ec472a5e8 --- /dev/null +++ b/data/templates/npc/monster/18553-CrumaPhantom.xml @@ -0,0 +1,26 @@ + + + + Cruma Phantom + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18554-TomlanKamos.xml b/data/templates/npc/monster/18554-TomlanKamos.xml new file mode 100644 index 000000000..b231e1c76 --- /dev/null +++ b/data/templates/npc/monster/18554-TomlanKamos.xml @@ -0,0 +1,36 @@ + + + + Tomlan Kamos + Kaneus + 23 + MALE + + + + + + + + + + + + + + + 355901 + 19458 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18555-OlAriosh.xml b/data/templates/npc/monster/18555-OlAriosh.xml new file mode 100644 index 000000000..4b4f661a6 --- /dev/null +++ b/data/templates/npc/monster/18555-OlAriosh.xml @@ -0,0 +1,35 @@ + + + + Ol Ariosh + Kaneus + 26 + MALE + + + + + + + + + + + + + + + 397272 + 23285 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18556-FollowerOfAriosh.xml b/data/templates/npc/monster/18556-FollowerOfAriosh.xml new file mode 100644 index 000000000..e3c45a2e2 --- /dev/null +++ b/data/templates/npc/monster/18556-FollowerOfAriosh.xml @@ -0,0 +1,26 @@ + + + + Follower of Ariosh + 26 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18557-RancDeumus.xml b/data/templates/npc/monster/18557-RancDeumus.xml new file mode 100644 index 000000000..ceb3694a6 --- /dev/null +++ b/data/templates/npc/monster/18557-RancDeumus.xml @@ -0,0 +1,35 @@ + + + + Ranc Deumus + Kaneus + 26 + MALE + + + + + + + + + + + + + + + 397272 + 23285 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18558-CrimsonHatuOtis.xml b/data/templates/npc/monster/18558-CrimsonHatuOtis.xml new file mode 100644 index 000000000..48378363f --- /dev/null +++ b/data/templates/npc/monster/18558-CrimsonHatuOtis.xml @@ -0,0 +1,44 @@ + + + + Crimson Hatu Otis + Kaneus + 33 + MALE + + + + + + + + + + + + + + + 549172 + 35415 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18559-SeerFlouros.xml b/data/templates/npc/monster/18559-SeerFlouros.xml new file mode 100644 index 000000000..1239657ac --- /dev/null +++ b/data/templates/npc/monster/18559-SeerFlouros.xml @@ -0,0 +1,34 @@ + + + + Seer Flouros + Kaneus + 36 + MALE + + + + + + + + + + + + + + + 620253 + 41849 + + + + + + + + + + + diff --git a/data/templates/npc/monster/18560-FollowerOfFlouros.xml b/data/templates/npc/monster/18560-FollowerOfFlouros.xml new file mode 100644 index 000000000..8615f3ed9 --- /dev/null +++ b/data/templates/npc/monster/18560-FollowerOfFlouros.xml @@ -0,0 +1,25 @@ + + + + Follower of Flouros + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18561-GranitickDuerga.xml b/data/templates/npc/monster/18561-GranitickDuerga.xml new file mode 100644 index 000000000..d5f55e014 --- /dev/null +++ b/data/templates/npc/monster/18561-GranitickDuerga.xml @@ -0,0 +1,42 @@ + + + + Granitick Duerga + Kaneus + 36 + MALE + + + + + + + + + + + + + + + 620253 + 41849 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18562-BladeOtis.xml b/data/templates/npc/monster/18562-BladeOtis.xml new file mode 100644 index 000000000..658b58c3b --- /dev/null +++ b/data/templates/npc/monster/18562-BladeOtis.xml @@ -0,0 +1,39 @@ + + + + Blade Otis + Kaneus + 43 + MALE + + + + + + + + + + + + + + + 784383 + 58093 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18563-FollowerOfOtis.xml b/data/templates/npc/monster/18563-FollowerOfOtis.xml new file mode 100644 index 000000000..f303eb737 --- /dev/null +++ b/data/templates/npc/monster/18563-FollowerOfOtis.xml @@ -0,0 +1,26 @@ + + + + Follower of Otis + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18564-WeirdBunei.xml b/data/templates/npc/monster/18564-WeirdBunei.xml new file mode 100644 index 000000000..bc9cf6d58 --- /dev/null +++ b/data/templates/npc/monster/18564-WeirdBunei.xml @@ -0,0 +1,34 @@ + + + + Weird Bunei + Kaneus + 46 + FEMALE + + + + + + + + + + + + + + + 848114 + 69276 + + + + + + + + + + + diff --git a/data/templates/npc/monster/18565-BraveMartim.xml b/data/templates/npc/monster/18565-BraveMartim.xml new file mode 100644 index 000000000..53d9b5267 --- /dev/null +++ b/data/templates/npc/monster/18565-BraveMartim.xml @@ -0,0 +1,43 @@ + + + + Brave Martim + Kaneus + 46 + MALE + + + + + + + + + + + + + + + 848114 + 69276 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18566-KaimAbigore.xml b/data/templates/npc/monster/18566-KaimAbigore.xml new file mode 100644 index 000000000..0084f55f8 --- /dev/null +++ b/data/templates/npc/monster/18566-KaimAbigore.xml @@ -0,0 +1,34 @@ + + + + Kaim Abigore + Kaneus + 53 + MALE + + + + + + + + + + + + + + + 967925 + 88254 + + + + + + + + + + + diff --git a/data/templates/npc/monster/18567-FollowerOfAbigore.xml b/data/templates/npc/monster/18567-FollowerOfAbigore.xml new file mode 100644 index 000000000..d2c120b7f --- /dev/null +++ b/data/templates/npc/monster/18567-FollowerOfAbigore.xml @@ -0,0 +1,25 @@ + + + + Follower of Abigore + 53 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18568-KnightMontagnar.xml b/data/templates/npc/monster/18568-KnightMontagnar.xml new file mode 100644 index 000000000..4337908be --- /dev/null +++ b/data/templates/npc/monster/18568-KnightMontagnar.xml @@ -0,0 +1,47 @@ + + + + Knight Montagnar + Kaneus + 56 + MALE + + + + + + + + + + + + + + + 1002611 + 124970 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18569-FollowerOfMontagnar.xml b/data/templates/npc/monster/18569-FollowerOfMontagnar.xml new file mode 100644 index 000000000..7a1a6e6e2 --- /dev/null +++ b/data/templates/npc/monster/18569-FollowerOfMontagnar.xml @@ -0,0 +1,25 @@ + + + + Follower of Montagnar + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18570-SummerYaganitan.xml b/data/templates/npc/monster/18570-SummerYaganitan.xml new file mode 100644 index 000000000..1d221c175 --- /dev/null +++ b/data/templates/npc/monster/18570-SummerYaganitan.xml @@ -0,0 +1,42 @@ + + + + Summer Yaganitan + Kaneus + 56 + MALE + + + + + + + + + + + + + + + 1002611 + 124970 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18571-VenomousStorace.xml b/data/templates/npc/monster/18571-VenomousStorace.xml new file mode 100644 index 000000000..1ee77db91 --- /dev/null +++ b/data/templates/npc/monster/18571-VenomousStorace.xml @@ -0,0 +1,47 @@ + + + + Venomous Storace + Kaneus + 63 + MALE + + + + + + + + + + + + + + + 1046467 + 179455 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18572-FollowerOfStorace.xml b/data/templates/npc/monster/18572-FollowerOfStorace.xml new file mode 100644 index 000000000..427d12d64 --- /dev/null +++ b/data/templates/npc/monster/18572-FollowerOfStorace.xml @@ -0,0 +1,26 @@ + + + + Follower of Storace + 63 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18573-KelBilette.xml b/data/templates/npc/monster/18573-KelBilette.xml new file mode 100644 index 000000000..f71da0da0 --- /dev/null +++ b/data/templates/npc/monster/18573-KelBilette.xml @@ -0,0 +1,47 @@ + + + + Kel Bilette + Kaneus + 66 + MALE + + + + + + + + + + + + + + + 1052061 + 186892 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18574-FollowerOfBilette.xml b/data/templates/npc/monster/18574-FollowerOfBilette.xml new file mode 100644 index 000000000..9496c6d99 --- /dev/null +++ b/data/templates/npc/monster/18574-FollowerOfBilette.xml @@ -0,0 +1,26 @@ + + + + Follower of Bilette + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18575-WarlordTamuze.xml b/data/templates/npc/monster/18575-WarlordTamuze.xml new file mode 100644 index 000000000..2b1b1098f --- /dev/null +++ b/data/templates/npc/monster/18575-WarlordTamuze.xml @@ -0,0 +1,51 @@ + + + + Warlord Tamuze + Kaneus + 66 + MALE + + + + + + + + + + + + + + + 1052061 + 186892 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18576-FollowerOfTamuze.xml b/data/templates/npc/monster/18576-FollowerOfTamuze.xml new file mode 100644 index 000000000..751d2d837 --- /dev/null +++ b/data/templates/npc/monster/18576-FollowerOfTamuze.xml @@ -0,0 +1,25 @@ + + + + Follower of Tamuze + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18577-WhiteAllosce.xml b/data/templates/npc/monster/18577-WhiteAllosce.xml new file mode 100644 index 000000000..64fc5c560 --- /dev/null +++ b/data/templates/npc/monster/18577-WhiteAllosce.xml @@ -0,0 +1,42 @@ + + + + White Allosce + Kaneus + 73 + MALE + + + + + + + + + + + + + + + 1169076 + 202886 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18578-FollowerOfAllosce.xml b/data/templates/npc/monster/18578-FollowerOfAllosce.xml new file mode 100644 index 000000000..f0b1b9612 --- /dev/null +++ b/data/templates/npc/monster/18578-FollowerOfAllosce.xml @@ -0,0 +1,25 @@ + + + + Follower of Allosce + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18607-Gargos.xml b/data/templates/npc/monster/18607-Gargos.xml new file mode 100644 index 000000000..b82269a07 --- /dev/null +++ b/data/templates/npc/monster/18607-Gargos.xml @@ -0,0 +1,26 @@ + + + + Gargos + Spirit of Fire + 39 + MALE + + + + + + + + + + + + + + + 11225 + 714 + + + diff --git a/data/templates/npc/monster/18608-Kinsus.xml b/data/templates/npc/monster/18608-Kinsus.xml new file mode 100644 index 000000000..b89f19157 --- /dev/null +++ b/data/templates/npc/monster/18608-Kinsus.xml @@ -0,0 +1,26 @@ + + + + Kinsus + Spirit of Fire + 39 + MALE + + + + + + + + + + + + + + + 11225 + 714 + + + diff --git a/data/templates/npc/monster/18609-Papion.xml b/data/templates/npc/monster/18609-Papion.xml new file mode 100644 index 000000000..8c544069a --- /dev/null +++ b/data/templates/npc/monster/18609-Papion.xml @@ -0,0 +1,26 @@ + + + + Papion + Spirit of Water + 36 + MALE + + + + + + + + + + + + + + + 10783 + 652 + + + diff --git a/data/templates/npc/monster/18610-Hillas.xml b/data/templates/npc/monster/18610-Hillas.xml new file mode 100644 index 000000000..dfec92703 --- /dev/null +++ b/data/templates/npc/monster/18610-Hillas.xml @@ -0,0 +1,26 @@ + + + + Hillas + Spirit of Water + 36 + FEMALE + + + + + + + + + + + + + + + 10783 + 652 + + + diff --git a/data/templates/npc/monster/18611-SpiritOfWater.xml b/data/templates/npc/monster/18611-SpiritOfWater.xml new file mode 100644 index 000000000..9e61f5bcb --- /dev/null +++ b/data/templates/npc/monster/18611-SpiritOfWater.xml @@ -0,0 +1,25 @@ + + + + Spirit of Water + 33 + FEMALE + + + + + + + + + + + + + + + 631 + 22 + + + diff --git a/data/templates/npc/monster/18612-SpiritOfWater.xml b/data/templates/npc/monster/18612-SpiritOfWater.xml new file mode 100644 index 000000000..ea56851d7 --- /dev/null +++ b/data/templates/npc/monster/18612-SpiritOfWater.xml @@ -0,0 +1,25 @@ + + + + Spirit of Water + 36 + FEMALE + + + + + + + + + + + + + + + 726 + 28 + + + diff --git a/data/templates/npc/monster/18613-SpiritOfWater.xml b/data/templates/npc/monster/18613-SpiritOfWater.xml new file mode 100644 index 000000000..167d54e59 --- /dev/null +++ b/data/templates/npc/monster/18613-SpiritOfWater.xml @@ -0,0 +1,25 @@ + + + + Spirit of Water + 39 + FEMALE + + + + + + + + + + + + + + + 852 + 35 + + + diff --git a/data/templates/npc/monster/18614-SpiritOfFire.xml b/data/templates/npc/monster/18614-SpiritOfFire.xml new file mode 100644 index 000000000..5ca2effac --- /dev/null +++ b/data/templates/npc/monster/18614-SpiritOfFire.xml @@ -0,0 +1,26 @@ + + + + Spirit of Fire + 36 + MALE + + + + + + + + + + + + + + + 726 + 28 + + + + diff --git a/data/templates/npc/monster/18615-SpiritOfFire.xml b/data/templates/npc/monster/18615-SpiritOfFire.xml new file mode 100644 index 000000000..c87295642 --- /dev/null +++ b/data/templates/npc/monster/18615-SpiritOfFire.xml @@ -0,0 +1,25 @@ + + + + Spirit of Fire + 39 + MALE + + + + + + + + + + + + + + + 852 + 35 + + + diff --git a/data/templates/npc/monster/18616-Bloom.xml b/data/templates/npc/monster/18616-Bloom.xml new file mode 100644 index 000000000..2bbd62705 --- /dev/null +++ b/data/templates/npc/monster/18616-Bloom.xml @@ -0,0 +1,25 @@ + + + + Bloom + 36 + MALE + + + + + + + + + + + + + + + 726 + 28 + + + diff --git a/data/templates/npc/monster/18620-Adiantum.xml b/data/templates/npc/monster/18620-Adiantum.xml new file mode 100644 index 000000000..d33ae1dd1 --- /dev/null +++ b/data/templates/npc/monster/18620-Adiantum.xml @@ -0,0 +1,25 @@ + + + + Adiantum + 42 + MALE + + + + + + + + + + + + + + + 91640 + 4070 + + + diff --git a/data/templates/npc/monster/18622-PowderKeg.xml b/data/templates/npc/monster/18622-PowderKeg.xml new file mode 100644 index 000000000..df2ee0e1e --- /dev/null +++ b/data/templates/npc/monster/18622-PowderKeg.xml @@ -0,0 +1,25 @@ + + + + Powder Keg + 61 + FEMALE + + + + + + + + + + + + + + + 2085 + 174 + + + diff --git a/data/templates/npc/monster/18623-BegrudgedArcher.xml b/data/templates/npc/monster/18623-BegrudgedArcher.xml new file mode 100644 index 000000000..6a7e612dc --- /dev/null +++ b/data/templates/npc/monster/18623-BegrudgedArcher.xml @@ -0,0 +1,26 @@ + + + + Begrudged Archer + 61 + MALE + + + + + + + + + + + + + + + 3210 + 273 + + + + diff --git a/data/templates/npc/monster/18624-DeadmanSGrudge.xml b/data/templates/npc/monster/18624-DeadmanSGrudge.xml new file mode 100644 index 000000000..23d4e39ed --- /dev/null +++ b/data/templates/npc/monster/18624-DeadmanSGrudge.xml @@ -0,0 +1,25 @@ + + + + Deadman's Grudge + 58 + MALE + + + + + + + + + + + + + + + 1885 + 151 + + + diff --git a/data/templates/npc/monster/18625-DeadmanSGrudge.xml b/data/templates/npc/monster/18625-DeadmanSGrudge.xml new file mode 100644 index 000000000..008d18cb7 --- /dev/null +++ b/data/templates/npc/monster/18625-DeadmanSGrudge.xml @@ -0,0 +1,26 @@ + + + + Deadman's Grudge + 61 + MALE + + + + + + + + + + + + + + + 2085 + 174 + + + + diff --git a/data/templates/npc/monster/18626-DeadmanSGrudge.xml b/data/templates/npc/monster/18626-DeadmanSGrudge.xml new file mode 100644 index 000000000..53d753197 --- /dev/null +++ b/data/templates/npc/monster/18626-DeadmanSGrudge.xml @@ -0,0 +1,26 @@ + + + + Deadman's Grudge + 64 + MALE + + + + + + + + + + + + + + + 2295 + 199 + + + + diff --git a/data/templates/npc/monster/18627-DeadmanSGrudge.xml b/data/templates/npc/monster/18627-DeadmanSGrudge.xml new file mode 100644 index 000000000..eeb4f44c4 --- /dev/null +++ b/data/templates/npc/monster/18627-DeadmanSGrudge.xml @@ -0,0 +1,26 @@ + + + + Deadman's Grudge + 64 + MALE + + + + + + + + + + + + + + + 2295 + 199 + + + + diff --git a/data/templates/npc/monster/18628-Atan.xml b/data/templates/npc/monster/18628-Atan.xml new file mode 100644 index 000000000..bdb2a09ac --- /dev/null +++ b/data/templates/npc/monster/18628-Atan.xml @@ -0,0 +1,27 @@ + + + + Atan + Lookout + 61 + MALE + + + + + + + + + + + + + + + 2934 + 249 + + + + diff --git a/data/templates/npc/monster/18629-Kams.xml b/data/templates/npc/monster/18629-Kams.xml new file mode 100644 index 000000000..25fea3494 --- /dev/null +++ b/data/templates/npc/monster/18629-Kams.xml @@ -0,0 +1,27 @@ + + + + Kams + Panuka + 61 + MALE + + + + + + + + + + + + + + + 63183 + 5562 + + + + diff --git a/data/templates/npc/monster/18630-Hikoro.xml b/data/templates/npc/monster/18630-Hikoro.xml new file mode 100644 index 000000000..7132195ae --- /dev/null +++ b/data/templates/npc/monster/18630-Hikoro.xml @@ -0,0 +1,27 @@ + + + + Hikoro + Panuka + 61 + MALE + + + + + + + + + + + + + + + 63183 + 5562 + + + + diff --git a/data/templates/npc/monster/18631-Alkaso.xml b/data/templates/npc/monster/18631-Alkaso.xml new file mode 100644 index 000000000..2ffebf84d --- /dev/null +++ b/data/templates/npc/monster/18631-Alkaso.xml @@ -0,0 +1,27 @@ + + + + Alkaso + Panuka + 64 + MALE + + + + + + + + + + + + + + + 64881 + 5952 + + + + diff --git a/data/templates/npc/monster/18632-Gerbera.xml b/data/templates/npc/monster/18632-Gerbera.xml new file mode 100644 index 000000000..77c9f3d13 --- /dev/null +++ b/data/templates/npc/monster/18632-Gerbera.xml @@ -0,0 +1,27 @@ + + + + Gerbera + Panuka + 64 + MALE + + + + + + + + + + + + + + + 64881 + 5952 + + + + diff --git a/data/templates/npc/monster/18633-Lematan.xml b/data/templates/npc/monster/18633-Lematan.xml new file mode 100644 index 000000000..426f46a88 --- /dev/null +++ b/data/templates/npc/monster/18633-Lematan.xml @@ -0,0 +1,25 @@ + + + + Lematan + 67 + MALE + + + + + + + + + + + + + + + 317821 + 23080 + + + diff --git a/data/templates/npc/monster/18634-LematanSFollower.xml b/data/templates/npc/monster/18634-LematanSFollower.xml new file mode 100644 index 000000000..f46b95ac1 --- /dev/null +++ b/data/templates/npc/monster/18634-LematanSFollower.xml @@ -0,0 +1,26 @@ + + + + Lematan's Follower + 64 + MALE + + + + + + + + + + + + + + + 2295 + 199 + + + + diff --git a/data/templates/npc/monster/18635-VarkaSilenosRecruit.xml b/data/templates/npc/monster/18635-VarkaSilenosRecruit.xml new file mode 100644 index 000000000..a3f37040f --- /dev/null +++ b/data/templates/npc/monster/18635-VarkaSilenosRecruit.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Recruit + 71 + MALE + + + + + + + + + + + + + + + 31557 + 2980 + + + + diff --git a/data/templates/npc/monster/18636-VarkaSilenosFootman.xml b/data/templates/npc/monster/18636-VarkaSilenosFootman.xml new file mode 100644 index 000000000..904241b33 --- /dev/null +++ b/data/templates/npc/monster/18636-VarkaSilenosFootman.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Footman + 71 + MALE + + + + + + + + + + + + + + + 31557 + 2980 + + + + diff --git a/data/templates/npc/monster/18637-GrazingAntelope.xml b/data/templates/npc/monster/18637-GrazingAntelope.xml new file mode 100644 index 000000000..f9ab405b1 --- /dev/null +++ b/data/templates/npc/monster/18637-GrazingAntelope.xml @@ -0,0 +1,25 @@ + + + + Grazing Antelope + 72 + MALE + + + + + + + + + + + + + + + 4087 + 400 + + + diff --git a/data/templates/npc/monster/18638-VarkaSilenosScout.xml b/data/templates/npc/monster/18638-VarkaSilenosScout.xml new file mode 100644 index 000000000..f23ef6062 --- /dev/null +++ b/data/templates/npc/monster/18638-VarkaSilenosScout.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Scout + 72 + MALE + + + + + + + + + + + + + + + 3341 + 338 + + + + diff --git a/data/templates/npc/monster/18639-VarkaSilenosHunter.xml b/data/templates/npc/monster/18639-VarkaSilenosHunter.xml new file mode 100644 index 000000000..361e48ec1 --- /dev/null +++ b/data/templates/npc/monster/18639-VarkaSilenosHunter.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Hunter + 72 + MALE + + + + + + + + + + + + + + + 2905 + 292 + + + + diff --git a/data/templates/npc/monster/18640-VarkaSilenosShaman.xml b/data/templates/npc/monster/18640-VarkaSilenosShaman.xml new file mode 100644 index 000000000..083ea0b4f --- /dev/null +++ b/data/templates/npc/monster/18640-VarkaSilenosShaman.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Shaman + 72 + MALE + + + + + + + + + + + + + + + 2905 + 292 + + + + diff --git a/data/templates/npc/monster/18641-VarkaSilenosPriest.xml b/data/templates/npc/monster/18641-VarkaSilenosPriest.xml new file mode 100644 index 000000000..02777be40 --- /dev/null +++ b/data/templates/npc/monster/18641-VarkaSilenosPriest.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Priest + 72 + MALE + + + + + + + + + + + + + + + 4802 + 513 + + + + diff --git a/data/templates/npc/monster/18642-VarkaSilenosWarrior.xml b/data/templates/npc/monster/18642-VarkaSilenosWarrior.xml new file mode 100644 index 000000000..87c76ca42 --- /dev/null +++ b/data/templates/npc/monster/18642-VarkaSilenosWarrior.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Warrior + 72 + MALE + + + + + + + + + + + + + + + 3801 + 402 + + + + diff --git a/data/templates/npc/monster/18643-GrazingAntelope.xml b/data/templates/npc/monster/18643-GrazingAntelope.xml new file mode 100644 index 000000000..3846a9be9 --- /dev/null +++ b/data/templates/npc/monster/18643-GrazingAntelope.xml @@ -0,0 +1,25 @@ + + + + Grazing Antelope + 73 + MALE + + + + + + + + + + + + + + + 4201 + 434 + + + diff --git a/data/templates/npc/monster/18644-VarkaSilenosMedium.xml b/data/templates/npc/monster/18644-VarkaSilenosMedium.xml new file mode 100644 index 000000000..9f2799210 --- /dev/null +++ b/data/templates/npc/monster/18644-VarkaSilenosMedium.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Medium + 72 + MALE + + + + + + + + + + + + + + + 2905 + 316 + + + + diff --git a/data/templates/npc/monster/18645-VarkaSilenosMagus.xml b/data/templates/npc/monster/18645-VarkaSilenosMagus.xml new file mode 100644 index 000000000..b2a681a3c --- /dev/null +++ b/data/templates/npc/monster/18645-VarkaSilenosMagus.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Magus + 73 + MALE + + + + + + + + + + + + + + + 3255 + 360 + + + + diff --git a/data/templates/npc/monster/18646-VarkaSilenosOfficer.xml b/data/templates/npc/monster/18646-VarkaSilenosOfficer.xml new file mode 100644 index 000000000..03642d456 --- /dev/null +++ b/data/templates/npc/monster/18646-VarkaSilenosOfficer.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Officer + 73 + MALE + + + + + + + + + + + + + + + 37623 + 3932 + + + + diff --git a/data/templates/npc/monster/18647-GrazingFlava.xml b/data/templates/npc/monster/18647-GrazingFlava.xml new file mode 100644 index 000000000..c28c562bf --- /dev/null +++ b/data/templates/npc/monster/18647-GrazingFlava.xml @@ -0,0 +1,25 @@ + + + + Grazing Flava + 74 + MALE + + + + + + + + + + + + + + + 4133 + 449 + + + diff --git a/data/templates/npc/monster/18648-VarkaSilenosSeer.xml b/data/templates/npc/monster/18648-VarkaSilenosSeer.xml new file mode 100644 index 000000000..fd0961df8 --- /dev/null +++ b/data/templates/npc/monster/18648-VarkaSilenosSeer.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Seer + 73 + MALE + + + + + + + + + + + + + + + 2807 + 308 + + + + diff --git a/data/templates/npc/monster/18649-VarkaSilenosGreatMagus.xml b/data/templates/npc/monster/18649-VarkaSilenosGreatMagus.xml new file mode 100644 index 000000000..425e62795 --- /dev/null +++ b/data/templates/npc/monster/18649-VarkaSilenosGreatMagus.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Great Magus + 73 + MALE + + + + + + + + + + + + + + + 37090 + 4028 + + + + diff --git a/data/templates/npc/monster/18650-VarkaSilenosGeneral.xml b/data/templates/npc/monster/18650-VarkaSilenosGeneral.xml new file mode 100644 index 000000000..0f1f47488 --- /dev/null +++ b/data/templates/npc/monster/18650-VarkaSilenosGeneral.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos General + 73 + MALE + + + + + + + + + + + + + + + 37090 + 4028 + + + + diff --git a/data/templates/npc/monster/18651-GrazingElderAntelope.xml b/data/templates/npc/monster/18651-GrazingElderAntelope.xml new file mode 100644 index 000000000..1526e21c2 --- /dev/null +++ b/data/templates/npc/monster/18651-GrazingElderAntelope.xml @@ -0,0 +1,25 @@ + + + + Grazing Elder Antelope + 74 + MALE + + + + + + + + + + + + + + + 4133 + 467 + + + diff --git a/data/templates/npc/monster/18652-VarkaSilenosGreatSeer.xml b/data/templates/npc/monster/18652-VarkaSilenosGreatSeer.xml new file mode 100644 index 000000000..2e071b753 --- /dev/null +++ b/data/templates/npc/monster/18652-VarkaSilenosGreatSeer.xml @@ -0,0 +1,26 @@ + + + + Varka Silenos Great Seer + 74 + MALE + + + + + + + + + + + + + + + 2885 + 333 + + + + diff --git a/data/templates/npc/monster/18653-VarkaSEliteGuard.xml b/data/templates/npc/monster/18653-VarkaSEliteGuard.xml new file mode 100644 index 000000000..24e3f2ae4 --- /dev/null +++ b/data/templates/npc/monster/18653-VarkaSEliteGuard.xml @@ -0,0 +1,26 @@ + + + + Varka's Elite Guard + 74 + MALE + + + + + + + + + + + + + + + 39208 + 3836 + + + + diff --git a/data/templates/npc/monster/18654-VarkaSCommander.xml b/data/templates/npc/monster/18654-VarkaSCommander.xml new file mode 100644 index 000000000..6f9a636a6 --- /dev/null +++ b/data/templates/npc/monster/18654-VarkaSCommander.xml @@ -0,0 +1,26 @@ + + + + Varka's Commander + 72 + MALE + + + + + + + + + + + + + + + 36599 + 3398 + + + + diff --git a/data/templates/npc/monster/18655-VarkaSHeadGuard.xml b/data/templates/npc/monster/18655-VarkaSHeadGuard.xml new file mode 100644 index 000000000..eda7c0539 --- /dev/null +++ b/data/templates/npc/monster/18655-VarkaSHeadGuard.xml @@ -0,0 +1,26 @@ + + + + Varka's Head Guard + 74 + MALE + + + + + + + + + + + + + + + 38113 + 4028 + + + + diff --git a/data/templates/npc/monster/18656-VarkaSHeadMagus.xml b/data/templates/npc/monster/18656-VarkaSHeadMagus.xml new file mode 100644 index 000000000..421eef5a7 --- /dev/null +++ b/data/templates/npc/monster/18656-VarkaSHeadMagus.xml @@ -0,0 +1,26 @@ + + + + Varka's Head Magus + 74 + MALE + + + + + + + + + + + + + + + 2885 + 333 + + + + diff --git a/data/templates/npc/monster/18657-ProphetGuard.xml b/data/templates/npc/monster/18657-ProphetGuard.xml new file mode 100644 index 000000000..6fc2fd6e0 --- /dev/null +++ b/data/templates/npc/monster/18657-ProphetGuard.xml @@ -0,0 +1,26 @@ + + + + Prophet Guard + 74 + MALE + + + + + + + + + + + + + + + 37565 + 4122 + + + + diff --git a/data/templates/npc/monster/18658-DiscipleOfProphet.xml b/data/templates/npc/monster/18658-DiscipleOfProphet.xml new file mode 100644 index 000000000..12c9c63fb --- /dev/null +++ b/data/templates/npc/monster/18658-DiscipleOfProphet.xml @@ -0,0 +1,26 @@ + + + + Disciple of Prophet + 74 + MALE + + + + + + + + + + + + + + + 2885 + 333 + + + + diff --git a/data/templates/npc/monster/18659-VarkaSProphet.xml b/data/templates/npc/monster/18659-VarkaSProphet.xml new file mode 100644 index 000000000..d029064a9 --- /dev/null +++ b/data/templates/npc/monster/18659-VarkaSProphet.xml @@ -0,0 +1,26 @@ + + + + Varka's Prophet + 74 + MALE + + + + + + + + + + + + + + + 2885 + 346 + + + + diff --git a/data/templates/npc/monster/18660-Latana.xml b/data/templates/npc/monster/18660-Latana.xml new file mode 100644 index 000000000..697e669ff --- /dev/null +++ b/data/templates/npc/monster/18660-Latana.xml @@ -0,0 +1,25 @@ + + + + Latana + 75 + FEMALE + + + + + + + + + + + + + + + 453825 + 4067 + + + diff --git a/data/templates/npc/monster/18664-FortuneBug.xml b/data/templates/npc/monster/18664-FortuneBug.xml new file mode 100644 index 000000000..f31007618 --- /dev/null +++ b/data/templates/npc/monster/18664-FortuneBug.xml @@ -0,0 +1,25 @@ + + + + Fortune Bug + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18665-FortuneBug.xml b/data/templates/npc/monster/18665-FortuneBug.xml new file mode 100644 index 000000000..a5fc9a5ac --- /dev/null +++ b/data/templates/npc/monster/18665-FortuneBug.xml @@ -0,0 +1,25 @@ + + + + Fortune Bug + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18666-FortuneBug.xml b/data/templates/npc/monster/18666-FortuneBug.xml new file mode 100644 index 000000000..577825514 --- /dev/null +++ b/data/templates/npc/monster/18666-FortuneBug.xml @@ -0,0 +1,25 @@ + + + + Fortune Bug + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18667-WardOfDeath.xml b/data/templates/npc/monster/18667-WardOfDeath.xml new file mode 100644 index 000000000..a13619f2f --- /dev/null +++ b/data/templates/npc/monster/18667-WardOfDeath.xml @@ -0,0 +1,25 @@ + + + + Ward of Death + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18668-WardOfDeath.xml b/data/templates/npc/monster/18668-WardOfDeath.xml new file mode 100644 index 000000000..a94458e54 --- /dev/null +++ b/data/templates/npc/monster/18668-WardOfDeath.xml @@ -0,0 +1,25 @@ + + + + Ward of Death + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18669.xml b/data/templates/npc/monster/18669.xml new file mode 100644 index 000000000..ee2df3aa0 --- /dev/null +++ b/data/templates/npc/monster/18669.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18670.xml b/data/templates/npc/monster/18670.xml new file mode 100644 index 000000000..89b9c863e --- /dev/null +++ b/data/templates/npc/monster/18670.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18671-Block.xml b/data/templates/npc/monster/18671-Block.xml new file mode 100644 index 000000000..2c89caeb0 --- /dev/null +++ b/data/templates/npc/monster/18671-Block.xml @@ -0,0 +1,25 @@ + + + + Block + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18673-Block.xml b/data/templates/npc/monster/18673-Block.xml new file mode 100644 index 000000000..cb0e4fba3 --- /dev/null +++ b/data/templates/npc/monster/18673-Block.xml @@ -0,0 +1,25 @@ + + + + Block + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18674-Block.xml b/data/templates/npc/monster/18674-Block.xml new file mode 100644 index 000000000..8acff2798 --- /dev/null +++ b/data/templates/npc/monster/18674-Block.xml @@ -0,0 +1,25 @@ + + + + Block + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18675-Block.xml b/data/templates/npc/monster/18675-Block.xml new file mode 100644 index 000000000..767e5520a --- /dev/null +++ b/data/templates/npc/monster/18675-Block.xml @@ -0,0 +1,25 @@ + + + + Block + 1 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18676-BlockCarryingGirl.xml b/data/templates/npc/monster/18676-BlockCarryingGirl.xml new file mode 100644 index 000000000..943017efa --- /dev/null +++ b/data/templates/npc/monster/18676-BlockCarryingGirl.xml @@ -0,0 +1,25 @@ + + + + Block-Carrying Girl + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18677-DragonSteedTroopMessenger.xml b/data/templates/npc/monster/18677-DragonSteedTroopMessenger.xml new file mode 100644 index 000000000..5ff779b58 --- /dev/null +++ b/data/templates/npc/monster/18677-DragonSteedTroopMessenger.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Messenger + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18693-TreasureBoxOfTheAncientGiants.xml b/data/templates/npc/monster/18693-TreasureBoxOfTheAncientGiants.xml new file mode 100644 index 000000000..e2dd7287b --- /dev/null +++ b/data/templates/npc/monster/18693-TreasureBoxOfTheAncientGiants.xml @@ -0,0 +1,28 @@ + + + + Treasure Box of the Ancient Giants + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/18694-TreasureBoxGuard.xml b/data/templates/npc/monster/18694-TreasureBoxGuard.xml new file mode 100644 index 000000000..4d2e92e5e --- /dev/null +++ b/data/templates/npc/monster/18694-TreasureBoxGuard.xml @@ -0,0 +1,25 @@ + + + + Treasure Box Guard + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18695-TreasureBoxGuard.xml b/data/templates/npc/monster/18695-TreasureBoxGuard.xml new file mode 100644 index 000000000..d14c17896 --- /dev/null +++ b/data/templates/npc/monster/18695-TreasureBoxGuard.xml @@ -0,0 +1,25 @@ + + + + Treasure Box Guard + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18696-DimensionMovingDevice.xml b/data/templates/npc/monster/18696-DimensionMovingDevice.xml new file mode 100644 index 000000000..74a1d2615 --- /dev/null +++ b/data/templates/npc/monster/18696-DimensionMovingDevice.xml @@ -0,0 +1,25 @@ + + + + Dimension Moving Device + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18697-Trap.xml b/data/templates/npc/monster/18697-Trap.xml new file mode 100644 index 000000000..73e40a570 --- /dev/null +++ b/data/templates/npc/monster/18697-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18698-Trap.xml b/data/templates/npc/monster/18698-Trap.xml new file mode 100644 index 000000000..d73e9857b --- /dev/null +++ b/data/templates/npc/monster/18698-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18699-Trap.xml b/data/templates/npc/monster/18699-Trap.xml new file mode 100644 index 000000000..e54d3caf2 --- /dev/null +++ b/data/templates/npc/monster/18699-Trap.xml @@ -0,0 +1,24 @@ + + + + Trap + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18700.xml b/data/templates/npc/monster/18700.xml new file mode 100644 index 000000000..71c33845c --- /dev/null +++ b/data/templates/npc/monster/18700.xml @@ -0,0 +1,23 @@ + + + + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18701.xml b/data/templates/npc/monster/18701.xml new file mode 100644 index 000000000..02062f9a3 --- /dev/null +++ b/data/templates/npc/monster/18701.xml @@ -0,0 +1,23 @@ + + + + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18703-DefeatedTroopsController.xml b/data/templates/npc/monster/18703-DefeatedTroopsController.xml new file mode 100644 index 000000000..80e5aa167 --- /dev/null +++ b/data/templates/npc/monster/18703-DefeatedTroopsController.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Controller + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18704-TumorOfDeath.xml b/data/templates/npc/monster/18704-TumorOfDeath.xml new file mode 100644 index 000000000..322eed001 --- /dev/null +++ b/data/templates/npc/monster/18704-TumorOfDeath.xml @@ -0,0 +1,25 @@ + + + + Tumor of Death + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18706-SoulCoffin.xml b/data/templates/npc/monster/18706-SoulCoffin.xml new file mode 100644 index 000000000..a2c85e93e --- /dev/null +++ b/data/templates/npc/monster/18706-SoulCoffin.xml @@ -0,0 +1,25 @@ + + + + Soul Coffin + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18707.xml b/data/templates/npc/monster/18707.xml new file mode 100644 index 000000000..f66ff3fa0 --- /dev/null +++ b/data/templates/npc/monster/18707.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18708-TumorOfDeath.xml b/data/templates/npc/monster/18708-TumorOfDeath.xml new file mode 100644 index 000000000..a31cf5656 --- /dev/null +++ b/data/templates/npc/monster/18708-TumorOfDeath.xml @@ -0,0 +1,25 @@ + + + + Tumor of Death + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18709-SoulCoffin.xml b/data/templates/npc/monster/18709-SoulCoffin.xml new file mode 100644 index 000000000..28a3ffe76 --- /dev/null +++ b/data/templates/npc/monster/18709-SoulCoffin.xml @@ -0,0 +1,25 @@ + + + + Soul Coffin + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18710-SoulCoffin.xml b/data/templates/npc/monster/18710-SoulCoffin.xml new file mode 100644 index 000000000..9e1563dc4 --- /dev/null +++ b/data/templates/npc/monster/18710-SoulCoffin.xml @@ -0,0 +1,25 @@ + + + + Soul Coffin + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18711-SoulCoffin.xml b/data/templates/npc/monster/18711-SoulCoffin.xml new file mode 100644 index 000000000..5527c53c0 --- /dev/null +++ b/data/templates/npc/monster/18711-SoulCoffin.xml @@ -0,0 +1,25 @@ + + + + Soul Coffin + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18712-SoulCoffin.xml b/data/templates/npc/monster/18712-SoulCoffin.xml new file mode 100644 index 000000000..1eee51101 --- /dev/null +++ b/data/templates/npc/monster/18712-SoulCoffin.xml @@ -0,0 +1,25 @@ + + + + Soul Coffin + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18713-SoulCoffin.xml b/data/templates/npc/monster/18713-SoulCoffin.xml new file mode 100644 index 000000000..570e6cb30 --- /dev/null +++ b/data/templates/npc/monster/18713-SoulCoffin.xml @@ -0,0 +1,25 @@ + + + + Soul Coffin + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18714-SoulCoffin.xml b/data/templates/npc/monster/18714-SoulCoffin.xml new file mode 100644 index 000000000..7bbc70763 --- /dev/null +++ b/data/templates/npc/monster/18714-SoulCoffin.xml @@ -0,0 +1,25 @@ + + + + Soul Coffin + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18715-ConqueredSoul.xml b/data/templates/npc/monster/18715-ConqueredSoul.xml new file mode 100644 index 000000000..36ff72baa --- /dev/null +++ b/data/templates/npc/monster/18715-ConqueredSoul.xml @@ -0,0 +1,26 @@ + + + + Conquered Soul + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18716-ConqueredSoul.xml b/data/templates/npc/monster/18716-ConqueredSoul.xml new file mode 100644 index 000000000..730602853 --- /dev/null +++ b/data/templates/npc/monster/18716-ConqueredSoul.xml @@ -0,0 +1,26 @@ + + + + Conquered Soul + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18717-ConqueredSoul.xml b/data/templates/npc/monster/18717-ConqueredSoul.xml new file mode 100644 index 000000000..7360b256d --- /dev/null +++ b/data/templates/npc/monster/18717-ConqueredSoul.xml @@ -0,0 +1,25 @@ + + + + Conquered Soul + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18776-Obelisk.xml b/data/templates/npc/monster/18776-Obelisk.xml new file mode 100644 index 000000000..5f9ab2e58 --- /dev/null +++ b/data/templates/npc/monster/18776-Obelisk.xml @@ -0,0 +1,25 @@ + + + + Obelisk + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18777-GreatPowerfulDevice.xml b/data/templates/npc/monster/18777-GreatPowerfulDevice.xml new file mode 100644 index 000000000..696c66447 --- /dev/null +++ b/data/templates/npc/monster/18777-GreatPowerfulDevice.xml @@ -0,0 +1,25 @@ + + + + Great Powerful Device + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18778-ThroneOfDestructionPowerfulDevice.xml b/data/templates/npc/monster/18778-ThroneOfDestructionPowerfulDevice.xml new file mode 100644 index 000000000..189eecd98 --- /dev/null +++ b/data/templates/npc/monster/18778-ThroneOfDestructionPowerfulDevice.xml @@ -0,0 +1,25 @@ + + + + Throne of Destruction Powerful Device + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18779.xml b/data/templates/npc/monster/18779.xml new file mode 100644 index 000000000..10ba40560 --- /dev/null +++ b/data/templates/npc/monster/18779.xml @@ -0,0 +1,24 @@ + + + + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18780-SymbolOfCohemenes.xml b/data/templates/npc/monster/18780-SymbolOfCohemenes.xml new file mode 100644 index 000000000..30f06b3ef --- /dev/null +++ b/data/templates/npc/monster/18780-SymbolOfCohemenes.xml @@ -0,0 +1,25 @@ + + + + Symbol of Cohemenes + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18781-YoungDrakeWing.xml b/data/templates/npc/monster/18781-YoungDrakeWing.xml new file mode 100644 index 000000000..b95cb94aa --- /dev/null +++ b/data/templates/npc/monster/18781-YoungDrakeWing.xml @@ -0,0 +1,25 @@ + + + + Young Drake Wing + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18782-ZealotOfShilen.xml b/data/templates/npc/monster/18782-ZealotOfShilen.xml new file mode 100644 index 000000000..b2cd4dcf6 --- /dev/null +++ b/data/templates/npc/monster/18782-ZealotOfShilen.xml @@ -0,0 +1,25 @@ + + + + Zealot of Shilen + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18783-DefeatedTroopsCommander.xml b/data/templates/npc/monster/18783-DefeatedTroopsCommander.xml new file mode 100644 index 000000000..d9aef5615 --- /dev/null +++ b/data/templates/npc/monster/18783-DefeatedTroopsCommander.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops Commander + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18784-DefeatedTroopsNo1BattalionCommander.xml b/data/templates/npc/monster/18784-DefeatedTroopsNo1BattalionCommander.xml new file mode 100644 index 000000000..763aba156 --- /dev/null +++ b/data/templates/npc/monster/18784-DefeatedTroopsNo1BattalionCommander.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops No 1 Battalion Commander + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18785-DefeatedTroopsWhiteDragonLeader.xml b/data/templates/npc/monster/18785-DefeatedTroopsWhiteDragonLeader.xml new file mode 100644 index 000000000..8febf5edd --- /dev/null +++ b/data/templates/npc/monster/18785-DefeatedTroopsWhiteDragonLeader.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops White Dragon Leader + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18786-DefeatedTroopsInfantry.xml b/data/templates/npc/monster/18786-DefeatedTroopsInfantry.xml new file mode 100644 index 000000000..cfd8d04d7 --- /dev/null +++ b/data/templates/npc/monster/18786-DefeatedTroopsInfantry.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops Infantry + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18787-DefeatedTroopsMagicLeader.xml b/data/templates/npc/monster/18787-DefeatedTroopsMagicLeader.xml new file mode 100644 index 000000000..b7498f120 --- /dev/null +++ b/data/templates/npc/monster/18787-DefeatedTroopsMagicLeader.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Magic Leader + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18788-DefeatedTroopsMagician.xml b/data/templates/npc/monster/18788-DefeatedTroopsMagician.xml new file mode 100644 index 000000000..766f54ea7 --- /dev/null +++ b/data/templates/npc/monster/18788-DefeatedTroopsMagician.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Magician + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18789-DefeatedTroopsMagicSoldier.xml b/data/templates/npc/monster/18789-DefeatedTroopsMagicSoldier.xml new file mode 100644 index 000000000..33e8b13f2 --- /dev/null +++ b/data/templates/npc/monster/18789-DefeatedTroopsMagicSoldier.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops Magic Soldier + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18790-DefeatedTroopsHealer.xml b/data/templates/npc/monster/18790-DefeatedTroopsHealer.xml new file mode 100644 index 000000000..340076858 --- /dev/null +++ b/data/templates/npc/monster/18790-DefeatedTroopsHealer.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops Healer + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18791-DefeatedTroopsJavelinThrower.xml b/data/templates/npc/monster/18791-DefeatedTroopsJavelinThrower.xml new file mode 100644 index 000000000..5eca296ad --- /dev/null +++ b/data/templates/npc/monster/18791-DefeatedTroopsJavelinThrower.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18792-DefeatedTroopsJavelinThrower.xml b/data/templates/npc/monster/18792-DefeatedTroopsJavelinThrower.xml new file mode 100644 index 000000000..3f466db40 --- /dev/null +++ b/data/templates/npc/monster/18792-DefeatedTroopsJavelinThrower.xml @@ -0,0 +1,26 @@ + + + + Defeated Troops Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/18793-BizarreCocoon.xml b/data/templates/npc/monster/18793-BizarreCocoon.xml new file mode 100644 index 000000000..c8d7a25ce --- /dev/null +++ b/data/templates/npc/monster/18793-BizarreCocoon.xml @@ -0,0 +1,25 @@ + + + + Bizarre Cocoon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18794-BizarreCocoon.xml b/data/templates/npc/monster/18794-BizarreCocoon.xml new file mode 100644 index 000000000..6021400b8 --- /dev/null +++ b/data/templates/npc/monster/18794-BizarreCocoon.xml @@ -0,0 +1,25 @@ + + + + Bizarre Cocoon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18795-BizarreCocoon.xml b/data/templates/npc/monster/18795-BizarreCocoon.xml new file mode 100644 index 000000000..57003bf98 --- /dev/null +++ b/data/templates/npc/monster/18795-BizarreCocoon.xml @@ -0,0 +1,25 @@ + + + + Bizarre Cocoon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18796-BizarreCocoon.xml b/data/templates/npc/monster/18796-BizarreCocoon.xml new file mode 100644 index 000000000..9d5224701 --- /dev/null +++ b/data/templates/npc/monster/18796-BizarreCocoon.xml @@ -0,0 +1,25 @@ + + + + Bizarre Cocoon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18797-BizarreCocoon.xml b/data/templates/npc/monster/18797-BizarreCocoon.xml new file mode 100644 index 000000000..7bd4ce129 --- /dev/null +++ b/data/templates/npc/monster/18797-BizarreCocoon.xml @@ -0,0 +1,25 @@ + + + + Bizarre Cocoon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18798-BizarreCocoon.xml b/data/templates/npc/monster/18798-BizarreCocoon.xml new file mode 100644 index 000000000..3b8dd20f0 --- /dev/null +++ b/data/templates/npc/monster/18798-BizarreCocoon.xml @@ -0,0 +1,25 @@ + + + + Bizarre Cocoon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18799-NewbornLavasaurus.xml b/data/templates/npc/monster/18799-NewbornLavasaurus.xml new file mode 100644 index 000000000..e1459b3f9 --- /dev/null +++ b/data/templates/npc/monster/18799-NewbornLavasaurus.xml @@ -0,0 +1,36 @@ + + + + Newborn Lavasaurus + 77 + MALE + + + + + + + + + + + + + + + 49441 + 5079 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18800-FledglingLavasaurus.xml b/data/templates/npc/monster/18800-FledglingLavasaurus.xml new file mode 100644 index 000000000..5afd1960f --- /dev/null +++ b/data/templates/npc/monster/18800-FledglingLavasaurus.xml @@ -0,0 +1,36 @@ + + + + Fledgling Lavasaurus + 77 + MALE + + + + + + + + + + + + + + + 49441 + 5079 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18801-AdultLavasaurus.xml b/data/templates/npc/monster/18801-AdultLavasaurus.xml new file mode 100644 index 000000000..ede8f78ba --- /dev/null +++ b/data/templates/npc/monster/18801-AdultLavasaurus.xml @@ -0,0 +1,36 @@ + + + + Adult Lavasaurus + 77 + MALE + + + + + + + + + + + + + + + 49441 + 5079 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18802-ElderlyLavasaurus.xml b/data/templates/npc/monster/18802-ElderlyLavasaurus.xml new file mode 100644 index 000000000..274942b66 --- /dev/null +++ b/data/templates/npc/monster/18802-ElderlyLavasaurus.xml @@ -0,0 +1,38 @@ + + + + Elderly Lavasaurus + 78 + MALE + + + + + + + + + + + + + + + 50733 + 5271 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18803-AncientLavasaurus.xml b/data/templates/npc/monster/18803-AncientLavasaurus.xml new file mode 100644 index 000000000..e972c7663 --- /dev/null +++ b/data/templates/npc/monster/18803-AncientLavasaurus.xml @@ -0,0 +1,38 @@ + + + + Ancient Lavasaurus + 78 + MALE + + + + + + + + + + + + + + + 50733 + 5271 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18804-TarBeetle.xml b/data/templates/npc/monster/18804-TarBeetle.xml new file mode 100644 index 000000000..f38cefccf --- /dev/null +++ b/data/templates/npc/monster/18804-TarBeetle.xml @@ -0,0 +1,25 @@ + + + + Tar Beetle + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18805-WasteLandfillMachine.xml b/data/templates/npc/monster/18805-WasteLandfillMachine.xml new file mode 100644 index 000000000..a81bea128 --- /dev/null +++ b/data/templates/npc/monster/18805-WasteLandfillMachine.xml @@ -0,0 +1,25 @@ + + + + Waste Landfill Machine + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18806-BrazierOfPurity.xml b/data/templates/npc/monster/18806-BrazierOfPurity.xml new file mode 100644 index 000000000..4fe53a9c8 --- /dev/null +++ b/data/templates/npc/monster/18806-BrazierOfPurity.xml @@ -0,0 +1,25 @@ + + + + Brazier of Purity + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18807-FrightenedRagnaOrc.xml b/data/templates/npc/monster/18807-FrightenedRagnaOrc.xml new file mode 100644 index 000000000..65cb289c4 --- /dev/null +++ b/data/templates/npc/monster/18807-FrightenedRagnaOrc.xml @@ -0,0 +1,25 @@ + + + + Frightened Ragna Orc + 81 + MALE + + + + + + + + + + + + + + + 2639 + 292 + + + diff --git a/data/templates/npc/monster/18808-DarkShamanVarangka.xml b/data/templates/npc/monster/18808-DarkShamanVarangka.xml new file mode 100644 index 000000000..39e0a90e7 --- /dev/null +++ b/data/templates/npc/monster/18808-DarkShamanVarangka.xml @@ -0,0 +1,26 @@ + + + + Dark Shaman Varangka + 82 + MALE + + + + + + + + + + + + + + + 142334 + 15560 + + + + diff --git a/data/templates/npc/monster/18809-VarangkaSRetainer.xml b/data/templates/npc/monster/18809-VarangkaSRetainer.xml new file mode 100644 index 000000000..f98ece711 --- /dev/null +++ b/data/templates/npc/monster/18809-VarangkaSRetainer.xml @@ -0,0 +1,68 @@ + + + + Varangka's Retainer + 82 + MALE + + + + + + + + + + + + + + + 16412 + 1794 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18810-VarangkaSPage.xml b/data/templates/npc/monster/18810-VarangkaSPage.xml new file mode 100644 index 000000000..a4dd6d5f4 --- /dev/null +++ b/data/templates/npc/monster/18810-VarangkaSPage.xml @@ -0,0 +1,60 @@ + + + + Varangka's Page + 82 + MALE + + + + + + + + + + + + + + + 17412 + 1904 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18811-GuardianOfTheAltar.xml b/data/templates/npc/monster/18811-GuardianOfTheAltar.xml new file mode 100644 index 000000000..951298ff4 --- /dev/null +++ b/data/templates/npc/monster/18811-GuardianOfTheAltar.xml @@ -0,0 +1,25 @@ + + + + Guardian of the Altar + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18812-KashaSEye.xml b/data/templates/npc/monster/18812-KashaSEye.xml new file mode 100644 index 000000000..1742f04e2 --- /dev/null +++ b/data/templates/npc/monster/18812-KashaSEye.xml @@ -0,0 +1,25 @@ + + + + Kasha's Eye + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18813-KashaSEye.xml b/data/templates/npc/monster/18813-KashaSEye.xml new file mode 100644 index 000000000..0a5834d2d --- /dev/null +++ b/data/templates/npc/monster/18813-KashaSEye.xml @@ -0,0 +1,25 @@ + + + + Kasha's Eye + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18814-KashaSEye.xml b/data/templates/npc/monster/18814-KashaSEye.xml new file mode 100644 index 000000000..d6f59cd10 --- /dev/null +++ b/data/templates/npc/monster/18814-KashaSEye.xml @@ -0,0 +1,25 @@ + + + + Kasha's Eye + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18815-GuardOfTheGrave.xml b/data/templates/npc/monster/18815-GuardOfTheGrave.xml new file mode 100644 index 000000000..908229aac --- /dev/null +++ b/data/templates/npc/monster/18815-GuardOfTheGrave.xml @@ -0,0 +1,26 @@ + + + + Guard of the Grave + Death-calling + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18816-ChieftainSTreasureChest.xml b/data/templates/npc/monster/18816-ChieftainSTreasureChest.xml new file mode 100644 index 000000000..b133cbaf3 --- /dev/null +++ b/data/templates/npc/monster/18816-ChieftainSTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Chieftain's Treasure Chest + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18817-InvaderMartyrOfNightmare.xml b/data/templates/npc/monster/18817-InvaderMartyrOfNightmare.xml new file mode 100644 index 000000000..2264240c0 --- /dev/null +++ b/data/templates/npc/monster/18817-InvaderMartyrOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Martyr of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18818-NihilInvaderMartyr.xml b/data/templates/npc/monster/18818-NihilInvaderMartyr.xml new file mode 100644 index 000000000..3f5fe7286 --- /dev/null +++ b/data/templates/npc/monster/18818-NihilInvaderMartyr.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Martyr + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18819-NihilInvaderTreasureChest.xml b/data/templates/npc/monster/18819-NihilInvaderTreasureChest.xml new file mode 100644 index 000000000..e23099023 --- /dev/null +++ b/data/templates/npc/monster/18819-NihilInvaderTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Treasure Chest + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18820-NihilInvaderTreasureChest.xml b/data/templates/npc/monster/18820-NihilInvaderTreasureChest.xml new file mode 100644 index 000000000..ce46d0d3c --- /dev/null +++ b/data/templates/npc/monster/18820-NihilInvaderTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Treasure Chest + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18821-MutantMartyr.xml b/data/templates/npc/monster/18821-MutantMartyr.xml new file mode 100644 index 000000000..cef7bb142 --- /dev/null +++ b/data/templates/npc/monster/18821-MutantMartyr.xml @@ -0,0 +1,25 @@ + + + + Mutant Martyr + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18822-MutantTreasureChest.xml b/data/templates/npc/monster/18822-MutantTreasureChest.xml new file mode 100644 index 000000000..24bfbef6d --- /dev/null +++ b/data/templates/npc/monster/18822-MutantTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Mutant Treasure Chest + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18823-MutantTreasureChest.xml b/data/templates/npc/monster/18823-MutantTreasureChest.xml new file mode 100644 index 000000000..123e99510 --- /dev/null +++ b/data/templates/npc/monster/18823-MutantTreasureChest.xml @@ -0,0 +1,25 @@ + + + + Mutant Treasure Chest + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18862-TantaLizardmanGuard.xml b/data/templates/npc/monster/18862-TantaLizardmanGuard.xml new file mode 100644 index 000000000..b3c378702 --- /dev/null +++ b/data/templates/npc/monster/18862-TantaLizardmanGuard.xml @@ -0,0 +1,27 @@ + + + + Tanta Lizardman Guard + Escort of Ugoros + 82 + MALE + + + + + + + + + + + + + + + 19616 + 2145 + + + + diff --git a/data/templates/npc/monster/18863-SeerUgoros.xml b/data/templates/npc/monster/18863-SeerUgoros.xml new file mode 100644 index 000000000..25d2eca03 --- /dev/null +++ b/data/templates/npc/monster/18863-SeerUgoros.xml @@ -0,0 +1,26 @@ + + + + Seer Ugoros + Tanta Lizardmen + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18864-FantasyMushroom.xml b/data/templates/npc/monster/18864-FantasyMushroom.xml new file mode 100644 index 000000000..7f04124bf --- /dev/null +++ b/data/templates/npc/monster/18864-FantasyMushroom.xml @@ -0,0 +1,25 @@ + + + + Fantasy Mushroom + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18865-StickyMushroom.xml b/data/templates/npc/monster/18865-StickyMushroom.xml new file mode 100644 index 000000000..47207576c --- /dev/null +++ b/data/templates/npc/monster/18865-StickyMushroom.xml @@ -0,0 +1,25 @@ + + + + Sticky Mushroom + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18866-RainbowFrog.xml b/data/templates/npc/monster/18866-RainbowFrog.xml new file mode 100644 index 000000000..7e7840734 --- /dev/null +++ b/data/templates/npc/monster/18866-RainbowFrog.xml @@ -0,0 +1,25 @@ + + + + Rainbow Frog + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18867-AbyssWeed.xml b/data/templates/npc/monster/18867-AbyssWeed.xml new file mode 100644 index 000000000..f18a0a11b --- /dev/null +++ b/data/templates/npc/monster/18867-AbyssWeed.xml @@ -0,0 +1,25 @@ + + + + Abyss Weed + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18868-EnergyPlant.xml b/data/templates/npc/monster/18868-EnergyPlant.xml new file mode 100644 index 000000000..523fc3954 --- /dev/null +++ b/data/templates/npc/monster/18868-EnergyPlant.xml @@ -0,0 +1,25 @@ + + + + Energy Plant + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18906-FarmBandit.xml b/data/templates/npc/monster/18906-FarmBandit.xml new file mode 100644 index 000000000..43a67cdf4 --- /dev/null +++ b/data/templates/npc/monster/18906-FarmBandit.xml @@ -0,0 +1,63 @@ + + + + Farm Bandit + 84 + MALE + + + + + + + + + + + + + + + 17662 + 1884 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18907-BeastDevourer.xml b/data/templates/npc/monster/18907-BeastDevourer.xml new file mode 100644 index 000000000..e282665bb --- /dev/null +++ b/data/templates/npc/monster/18907-BeastDevourer.xml @@ -0,0 +1,56 @@ + + + + Beast Devourer + 84 + MALE + + + + + + + + + + + + + + + 18652 + 1990 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/18908-SelMahumChef.xml b/data/templates/npc/monster/18908-SelMahumChef.xml new file mode 100644 index 000000000..8c8220c20 --- /dev/null +++ b/data/templates/npc/monster/18908-SelMahumChef.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Chef + 83 + MALE + + + + + + + + + + + + + + + 17548 + 1759 + + + diff --git a/data/templates/npc/monster/18909-SolinaKnights.xml b/data/templates/npc/monster/18909-SolinaKnights.xml new file mode 100644 index 000000000..15ee4479f --- /dev/null +++ b/data/templates/npc/monster/18909-SolinaKnights.xml @@ -0,0 +1,26 @@ + + + + Solina Knights + 83 + MALE + + + + + + + + + + + + + + + 29810 + 3060 + + + + diff --git a/data/templates/npc/monster/18910-SolinaKnightCaptain.xml b/data/templates/npc/monster/18910-SolinaKnightCaptain.xml new file mode 100644 index 000000000..847cdff41 --- /dev/null +++ b/data/templates/npc/monster/18910-SolinaKnightCaptain.xml @@ -0,0 +1,25 @@ + + + + Solina Knight Captain + 83 + MALE + + + + + + + + + + + + + + + 44216 + 4545 + + + diff --git a/data/templates/npc/monster/18912-Scarecrow.xml b/data/templates/npc/monster/18912-Scarecrow.xml new file mode 100644 index 000000000..9f0b92076 --- /dev/null +++ b/data/templates/npc/monster/18912-Scarecrow.xml @@ -0,0 +1,25 @@ + + + + Scarecrow + 1 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/18917-PavelSafetyDevice.xml b/data/templates/npc/monster/18917-PavelSafetyDevice.xml new file mode 100644 index 000000000..3087b95ed --- /dev/null +++ b/data/templates/npc/monster/18917-PavelSafetyDevice.xml @@ -0,0 +1,33 @@ + + + + Pavel Safety Device + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + diff --git a/data/templates/npc/monster/20001-Gremlin.xml b/data/templates/npc/monster/20001-Gremlin.xml new file mode 100644 index 000000000..300217078 --- /dev/null +++ b/data/templates/npc/monster/20001-Gremlin.xml @@ -0,0 +1,25 @@ + + + + Gremlin + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + diff --git a/data/templates/npc/monster/20002-Rabbit.xml b/data/templates/npc/monster/20002-Rabbit.xml new file mode 100644 index 000000000..f86b33000 --- /dev/null +++ b/data/templates/npc/monster/20002-Rabbit.xml @@ -0,0 +1,25 @@ + + + + Rabbit + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + diff --git a/data/templates/npc/monster/20003-Goblin.xml b/data/templates/npc/monster/20003-Goblin.xml new file mode 100644 index 000000000..b284251ef --- /dev/null +++ b/data/templates/npc/monster/20003-Goblin.xml @@ -0,0 +1,41 @@ + + + + Goblin + 5 + MALE + + + + + + + + + + + + + + + 178 + 5 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20004-Imp.xml b/data/templates/npc/monster/20004-Imp.xml new file mode 100644 index 000000000..fd91a8d71 --- /dev/null +++ b/data/templates/npc/monster/20004-Imp.xml @@ -0,0 +1,37 @@ + + + + Imp + 6 + MALE + + + + + + + + + + + + + + + 214 + 6 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20005-ImpElder.xml b/data/templates/npc/monster/20005-ImpElder.xml new file mode 100644 index 000000000..0d7debe72 --- /dev/null +++ b/data/templates/npc/monster/20005-ImpElder.xml @@ -0,0 +1,37 @@ + + + + Imp Elder + 7 + MALE + + + + + + + + + + + + + + + 249 + 8 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20006-OrcArcher.xml b/data/templates/npc/monster/20006-OrcArcher.xml new file mode 100644 index 000000000..2e56316aa --- /dev/null +++ b/data/templates/npc/monster/20006-OrcArcher.xml @@ -0,0 +1,37 @@ + + + + Orc Archer + 8 + MALE + + + + + + + + + + + + + + + 293 + 10 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20007-GreenFungus.xml b/data/templates/npc/monster/20007-GreenFungus.xml new file mode 100644 index 000000000..5f1931a77 --- /dev/null +++ b/data/templates/npc/monster/20007-GreenFungus.xml @@ -0,0 +1,36 @@ + + + + Green Fungus + 9 + MALE + + + + + + + + + + + + + + + 321 + 11 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20008-FelimLizardman.xml b/data/templates/npc/monster/20008-FelimLizardman.xml new file mode 100644 index 000000000..61a8d7c78 --- /dev/null +++ b/data/templates/npc/monster/20008-FelimLizardman.xml @@ -0,0 +1,37 @@ + + + + Felim Lizardman + 14 + MALE + + + + + + + + + + + + + + + 499 + 19 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20009-VukuOrc.xml b/data/templates/npc/monster/20009-VukuOrc.xml new file mode 100644 index 000000000..6714da775 --- /dev/null +++ b/data/templates/npc/monster/20009-VukuOrc.xml @@ -0,0 +1,37 @@ + + + + Vuku Orc + 14 + MALE + + + + + + + + + + + + + + + 499 + 19 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20010-FelimLizardmanScout.xml b/data/templates/npc/monster/20010-FelimLizardmanScout.xml new file mode 100644 index 000000000..36757cc62 --- /dev/null +++ b/data/templates/npc/monster/20010-FelimLizardmanScout.xml @@ -0,0 +1,36 @@ + + + + Felim Lizardman Scout + 15 + MALE + + + + + + + + + + + + + + + 534 + 22 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20011-VukuOrcArcher.xml b/data/templates/npc/monster/20011-VukuOrcArcher.xml new file mode 100644 index 000000000..25f2fd612 --- /dev/null +++ b/data/templates/npc/monster/20011-VukuOrcArcher.xml @@ -0,0 +1,36 @@ + + + + Vuku Orc Archer + 15 + MALE + + + + + + + + + + + + + + + 551 + 22 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20012-GoraWerewolf.xml b/data/templates/npc/monster/20012-GoraWerewolf.xml new file mode 100644 index 000000000..095b69444 --- /dev/null +++ b/data/templates/npc/monster/20012-GoraWerewolf.xml @@ -0,0 +1,37 @@ + + + + Gora Werewolf + 16 + MALE + + + + + + + + + + + + + + + 582 + 23 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20013-Dryad.xml b/data/templates/npc/monster/20013-Dryad.xml new file mode 100644 index 000000000..a1398ddd7 --- /dev/null +++ b/data/templates/npc/monster/20013-Dryad.xml @@ -0,0 +1,37 @@ + + + + Dryad + 13 + FEMALE + + + + + + + + + + + + + + + 463 + 18 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20014-FelimLizardmanWarrior.xml b/data/templates/npc/monster/20014-FelimLizardmanWarrior.xml new file mode 100644 index 000000000..f5265b200 --- /dev/null +++ b/data/templates/npc/monster/20014-FelimLizardmanWarrior.xml @@ -0,0 +1,38 @@ + + + + Felim Lizardman Warrior + 17 + MALE + + + + + + + + + + + + + + + 606 + 25 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20015-MarshZombie.xml b/data/templates/npc/monster/20015-MarshZombie.xml new file mode 100644 index 000000000..ad2f040b9 --- /dev/null +++ b/data/templates/npc/monster/20015-MarshZombie.xml @@ -0,0 +1,37 @@ + + + + Marsh Zombie + 13 + MALE + + + + + + + + + + + + + + + 655 + 26 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20016-StoneGolem.xml b/data/templates/npc/monster/20016-StoneGolem.xml new file mode 100644 index 000000000..c889ad334 --- /dev/null +++ b/data/templates/npc/monster/20016-StoneGolem.xml @@ -0,0 +1,35 @@ + + + + Stone Golem + 13 + MALE + + + + + + + + + + + + + + + 655 + 26 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20017-VukuOrcFighter.xml b/data/templates/npc/monster/20017-VukuOrcFighter.xml new file mode 100644 index 000000000..34e840d3e --- /dev/null +++ b/data/templates/npc/monster/20017-VukuOrcFighter.xml @@ -0,0 +1,39 @@ + + + + Vuku Orc Fighter + 17 + MALE + + + + + + + + + + + + + + + 618 + 26 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20018-CarnivorousFungus.xml b/data/templates/npc/monster/20018-CarnivorousFungus.xml new file mode 100644 index 000000000..52660d7e5 --- /dev/null +++ b/data/templates/npc/monster/20018-CarnivorousFungus.xml @@ -0,0 +1,25 @@ + + + + Carnivorous Fungus + 14 + MALE + + + + + + + + + + + + + + + 424 + 16 + + + diff --git a/data/templates/npc/monster/20019-DryadElder.xml b/data/templates/npc/monster/20019-DryadElder.xml new file mode 100644 index 000000000..866ec8069 --- /dev/null +++ b/data/templates/npc/monster/20019-DryadElder.xml @@ -0,0 +1,38 @@ + + + + Dryad Elder + 14 + FEMALE + + + + + + + + + + + + + + + 499 + 19 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20020-MarshZombieLord.xml b/data/templates/npc/monster/20020-MarshZombieLord.xml new file mode 100644 index 000000000..74551217e --- /dev/null +++ b/data/templates/npc/monster/20020-MarshZombieLord.xml @@ -0,0 +1,37 @@ + + + + Marsh Zombie Lord + 14 + MALE + + + + + + + + + + + + + + + 705 + 27 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20021-RedBear.xml b/data/templates/npc/monster/20021-RedBear.xml new file mode 100644 index 000000000..d802a2d77 --- /dev/null +++ b/data/templates/npc/monster/20021-RedBear.xml @@ -0,0 +1,38 @@ + + + + Red Bear + 14 + MALE + + + + + + + + + + + + + + + 499 + 19 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20022-MiserySkeleton.xml b/data/templates/npc/monster/20022-MiserySkeleton.xml new file mode 100644 index 000000000..54ef3228d --- /dev/null +++ b/data/templates/npc/monster/20022-MiserySkeleton.xml @@ -0,0 +1,37 @@ + + + + Misery Skeleton + 14 + MALE + + + + + + + + + + + + + + + 424 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20023-ShadowBeast.xml b/data/templates/npc/monster/20023-ShadowBeast.xml new file mode 100644 index 000000000..735b61e29 --- /dev/null +++ b/data/templates/npc/monster/20023-ShadowBeast.xml @@ -0,0 +1,39 @@ + + + + Shadow Beast + 15 + MALE + + + + + + + + + + + + + + + 534 + 22 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20024-LangkLizardmanWarrior.xml b/data/templates/npc/monster/20024-LangkLizardmanWarrior.xml new file mode 100644 index 000000000..dc69108b2 --- /dev/null +++ b/data/templates/npc/monster/20024-LangkLizardmanWarrior.xml @@ -0,0 +1,39 @@ + + + + Langk Lizardman Warrior + 17 + MALE + + + + + + + + + + + + + + + 618 + 26 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20025-LesserDarkHorror.xml b/data/templates/npc/monster/20025-LesserDarkHorror.xml new file mode 100644 index 000000000..59dbe00b4 --- /dev/null +++ b/data/templates/npc/monster/20025-LesserDarkHorror.xml @@ -0,0 +1,38 @@ + + + + Lesser Dark Horror + 15 + MALE + + + + + + + + + + + + + + + 545 + 22 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20026-RuinZombie.xml b/data/templates/npc/monster/20026-RuinZombie.xml new file mode 100644 index 000000000..474ae87f3 --- /dev/null +++ b/data/templates/npc/monster/20026-RuinZombie.xml @@ -0,0 +1,37 @@ + + + + Ruin Zombie + 15 + MALE + + + + + + + + + + + + + + + 756 + 31 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20027-LangkLizardmanScout.xml b/data/templates/npc/monster/20027-LangkLizardmanScout.xml new file mode 100644 index 000000000..083cef5ce --- /dev/null +++ b/data/templates/npc/monster/20027-LangkLizardmanScout.xml @@ -0,0 +1,38 @@ + + + + Langk Lizardman Scout + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20028-Pincher.xml b/data/templates/npc/monster/20028-Pincher.xml new file mode 100644 index 000000000..a1d3463bf --- /dev/null +++ b/data/templates/npc/monster/20028-Pincher.xml @@ -0,0 +1,38 @@ + + + + Pincher + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20029-RuinZombieLeader.xml b/data/templates/npc/monster/20029-RuinZombieLeader.xml new file mode 100644 index 000000000..9d4c3e826 --- /dev/null +++ b/data/templates/npc/monster/20029-RuinZombieLeader.xml @@ -0,0 +1,37 @@ + + + + Ruin Zombie Leader + 16 + MALE + + + + + + + + + + + + + + + 807 + 33 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20030-LangkLizardman.xml b/data/templates/npc/monster/20030-LangkLizardman.xml new file mode 100644 index 000000000..213be20ab --- /dev/null +++ b/data/templates/npc/monster/20030-LangkLizardman.xml @@ -0,0 +1,37 @@ + + + + Langk Lizardman + 15 + MALE + + + + + + + + + + + + + + + 534 + 22 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20031-OmenBeast.xml b/data/templates/npc/monster/20031-OmenBeast.xml new file mode 100644 index 000000000..7039c8442 --- /dev/null +++ b/data/templates/npc/monster/20031-OmenBeast.xml @@ -0,0 +1,39 @@ + + + + Omen Beast + 17 + MALE + + + + + + + + + + + + + + + 505 + 21 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20032-Pinrul.xml b/data/templates/npc/monster/20032-Pinrul.xml new file mode 100644 index 000000000..54f32b3cd --- /dev/null +++ b/data/templates/npc/monster/20032-Pinrul.xml @@ -0,0 +1,38 @@ + + + + Pinrul + 17 + MALE + + + + + + + + + + + + + + + 606 + 25 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20033-ShadeHorror.xml b/data/templates/npc/monster/20033-ShadeHorror.xml new file mode 100644 index 000000000..85926185b --- /dev/null +++ b/data/templates/npc/monster/20033-ShadeHorror.xml @@ -0,0 +1,39 @@ + + + + Shade Horror + 17 + MALE + + + + + + + + + + + + + + + 505 + 21 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20034-Prowler.xml b/data/templates/npc/monster/20034-Prowler.xml new file mode 100644 index 000000000..c5ec6c991 --- /dev/null +++ b/data/templates/npc/monster/20034-Prowler.xml @@ -0,0 +1,36 @@ + + + + Prowler + 17 + MALE + + + + + + + + + + + + + + + 618 + 26 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20035-TrackerSkeleton.xml b/data/templates/npc/monster/20035-TrackerSkeleton.xml new file mode 100644 index 000000000..810d89c9a --- /dev/null +++ b/data/templates/npc/monster/20035-TrackerSkeleton.xml @@ -0,0 +1,39 @@ + + + + Tracker Skeleton + 17 + MALE + + + + + + + + + + + + + + + 606 + 25 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20036-Lirein.xml b/data/templates/npc/monster/20036-Lirein.xml new file mode 100644 index 000000000..884e835cf --- /dev/null +++ b/data/templates/npc/monster/20036-Lirein.xml @@ -0,0 +1,39 @@ + + + + Lirein + 18 + FEMALE + + + + + + + + + + + + + + + 653 + 28 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20037-ManaSeeker.xml b/data/templates/npc/monster/20037-ManaSeeker.xml new file mode 100644 index 000000000..42177cfc2 --- /dev/null +++ b/data/templates/npc/monster/20037-ManaSeeker.xml @@ -0,0 +1,25 @@ + + + + Mana Seeker + 18 + MALE + + + + + + + + + + + + + + + 992 + 43 + + + diff --git a/data/templates/npc/monster/20038-VenomousSpider.xml b/data/templates/npc/monster/20038-VenomousSpider.xml new file mode 100644 index 000000000..ddc7df22d --- /dev/null +++ b/data/templates/npc/monster/20038-VenomousSpider.xml @@ -0,0 +1,41 @@ + + + + Venomous Spider + 18 + MALE + + + + + + + + + + + + + + + 704 + 31 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20039-ScavengerWererat.xml b/data/templates/npc/monster/20039-ScavengerWererat.xml new file mode 100644 index 000000000..3e35d4aa2 --- /dev/null +++ b/data/templates/npc/monster/20039-ScavengerWererat.xml @@ -0,0 +1,43 @@ + + + + Scavenger Wererat + 18 + MALE + + + + + + + + + + + + + + + 640 + 28 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20040-SukarWererat.xml b/data/templates/npc/monster/20040-SukarWererat.xml new file mode 100644 index 000000000..cd3716f00 --- /dev/null +++ b/data/templates/npc/monster/20040-SukarWererat.xml @@ -0,0 +1,40 @@ + + + + Sukar Wererat + 18 + MALE + + + + + + + + + + + + + + + 533 + 23 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20041-TaintedZombie.xml b/data/templates/npc/monster/20041-TaintedZombie.xml new file mode 100644 index 000000000..44cee8238 --- /dev/null +++ b/data/templates/npc/monster/20041-TaintedZombie.xml @@ -0,0 +1,36 @@ + + + + Tainted Zombie + 18 + MALE + + + + + + + + + + + + + + + 754 + 33 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20042-TrackerSkeletonLeader.xml b/data/templates/npc/monster/20042-TrackerSkeletonLeader.xml new file mode 100644 index 000000000..b69332ff8 --- /dev/null +++ b/data/templates/npc/monster/20042-TrackerSkeletonLeader.xml @@ -0,0 +1,38 @@ + + + + Tracker Skeleton Leader + 18 + MALE + + + + + + + + + + + + + + + 653 + 28 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20043-ArachnidTracker.xml b/data/templates/npc/monster/20043-ArachnidTracker.xml new file mode 100644 index 000000000..a00b7ce67 --- /dev/null +++ b/data/templates/npc/monster/20043-ArachnidTracker.xml @@ -0,0 +1,43 @@ + + + + Arachnid Tracker + 19 + MALE + + + + + + + + + + + + + + + 761 + 34 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20044-LireinElder.xml b/data/templates/npc/monster/20044-LireinElder.xml new file mode 100644 index 000000000..7e28bdad3 --- /dev/null +++ b/data/templates/npc/monster/20044-LireinElder.xml @@ -0,0 +1,37 @@ + + + + Lirein Elder + 19 + FEMALE + + + + + + + + + + + + + + + 692 + 31 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20045-SkeletonScout.xml b/data/templates/npc/monster/20045-SkeletonScout.xml new file mode 100644 index 000000000..d7802f525 --- /dev/null +++ b/data/templates/npc/monster/20045-SkeletonScout.xml @@ -0,0 +1,37 @@ + + + + Skeleton Scout + 19 + MALE + + + + + + + + + + + + + + + 699 + 31 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20046-StinkZombie.xml b/data/templates/npc/monster/20046-StinkZombie.xml new file mode 100644 index 000000000..42a62af4d --- /dev/null +++ b/data/templates/npc/monster/20046-StinkZombie.xml @@ -0,0 +1,39 @@ + + + + Stink Zombie + 19 + MALE + + + + + + + + + + + + + + + 799 + 36 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20047-SukarWereratLeader.xml b/data/templates/npc/monster/20047-SukarWereratLeader.xml new file mode 100644 index 000000000..7fdb44bb1 --- /dev/null +++ b/data/templates/npc/monster/20047-SukarWereratLeader.xml @@ -0,0 +1,42 @@ + + + + Sukar Wererat Leader + 19 + MALE + + + + + + + + + + + + + + + 576 + 26 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20048-LesserSuccubus.xml b/data/templates/npc/monster/20048-LesserSuccubus.xml new file mode 100644 index 000000000..9c0f83b5b --- /dev/null +++ b/data/templates/npc/monster/20048-LesserSuccubus.xml @@ -0,0 +1,35 @@ + + + + Lesser Succubus + 20 + FEMALE + + + + + + + + + + + + + + + 606 + 27 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20049-Lycanthrope.xml b/data/templates/npc/monster/20049-Lycanthrope.xml new file mode 100644 index 000000000..d76f198d6 --- /dev/null +++ b/data/templates/npc/monster/20049-Lycanthrope.xml @@ -0,0 +1,37 @@ + + + + Lycanthrope + 20 + MALE + + + + + + + + + + + + + + + 727 + 32 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20050-ArachnidPredator.xml b/data/templates/npc/monster/20050-ArachnidPredator.xml new file mode 100644 index 000000000..5e42370bc --- /dev/null +++ b/data/templates/npc/monster/20050-ArachnidPredator.xml @@ -0,0 +1,37 @@ + + + + Arachnid Predator + 20 + MALE + + + + + + + + + + + + + + + 800 + 35 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20051-SkeletonBowman.xml b/data/templates/npc/monster/20051-SkeletonBowman.xml new file mode 100644 index 000000000..d96ba0e69 --- /dev/null +++ b/data/templates/npc/monster/20051-SkeletonBowman.xml @@ -0,0 +1,39 @@ + + + + Skeleton Bowman + 20 + MALE + + + + + + + + + + + + + + + 734 + 32 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20052-LesserSuccubusTuren.xml b/data/templates/npc/monster/20052-LesserSuccubusTuren.xml new file mode 100644 index 000000000..92652f4b6 --- /dev/null +++ b/data/templates/npc/monster/20052-LesserSuccubusTuren.xml @@ -0,0 +1,38 @@ + + + + Lesser Succubus Turen + 21 + FEMALE + + + + + + + + + + + + + + + 780 + 36 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20053-OlMahumPatrol.xml b/data/templates/npc/monster/20053-OlMahumPatrol.xml new file mode 100644 index 000000000..31da65860 --- /dev/null +++ b/data/templates/npc/monster/20053-OlMahumPatrol.xml @@ -0,0 +1,40 @@ + + + + Ol Mahum Patrol + 21 + MALE + + + + + + + + + + + + + + + 945 + 43 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20054-RuinSpartoi.xml b/data/templates/npc/monster/20054-RuinSpartoi.xml new file mode 100644 index 000000000..8faf897b0 --- /dev/null +++ b/data/templates/npc/monster/20054-RuinSpartoi.xml @@ -0,0 +1,40 @@ + + + + Ruin Spartoi + 21 + MALE + + + + + + + + + + + + + + + 917 + 42 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20055-WanderingEye.xml b/data/templates/npc/monster/20055-WanderingEye.xml new file mode 100644 index 000000000..893639268 --- /dev/null +++ b/data/templates/npc/monster/20055-WanderingEye.xml @@ -0,0 +1,38 @@ + + + + Wandering Eye + 21 + MALE + + + + + + + + + + + + + + + 917 + 42 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20056-DreVanulDisposer.xml b/data/templates/npc/monster/20056-DreVanulDisposer.xml new file mode 100644 index 000000000..340455cdf --- /dev/null +++ b/data/templates/npc/monster/20056-DreVanulDisposer.xml @@ -0,0 +1,39 @@ + + + + Dre Vanul Disposer + 22 + MALE + + + + + + + + + + + + + + + 921 + 43 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20057-LesserSuccubusTilfo.xml b/data/templates/npc/monster/20057-LesserSuccubusTilfo.xml new file mode 100644 index 000000000..145781636 --- /dev/null +++ b/data/templates/npc/monster/20057-LesserSuccubusTilfo.xml @@ -0,0 +1,37 @@ + + + + Lesser Succubus Tilfo + 22 + FEMALE + + + + + + + + + + + + + + + 838 + 40 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20058-OlMahumGuard.xml b/data/templates/npc/monster/20058-OlMahumGuard.xml new file mode 100644 index 000000000..ea66cae58 --- /dev/null +++ b/data/templates/npc/monster/20058-OlMahumGuard.xml @@ -0,0 +1,37 @@ + + + + Ol Mahum Guard + 22 + MALE + + + + + + + + + + + + + + + 986 + 47 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20059-HungryEye.xml b/data/templates/npc/monster/20059-HungryEye.xml new file mode 100644 index 000000000..68a3e2ea5 --- /dev/null +++ b/data/templates/npc/monster/20059-HungryEye.xml @@ -0,0 +1,37 @@ + + + + Hungry Eye + 22 + MALE + + + + + + + + + + + + + + + 986 + 47 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20060-RagingSpartoi.xml b/data/templates/npc/monster/20060-RagingSpartoi.xml new file mode 100644 index 000000000..eb44f175e --- /dev/null +++ b/data/templates/npc/monster/20060-RagingSpartoi.xml @@ -0,0 +1,40 @@ + + + + Raging Spartoi + 22 + MALE + + + + + + + + + + + + + + + 1005 + 48 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20061-OlMahumStraggler.xml b/data/templates/npc/monster/20061-OlMahumStraggler.xml new file mode 100644 index 000000000..804f729b9 --- /dev/null +++ b/data/templates/npc/monster/20061-OlMahumStraggler.xml @@ -0,0 +1,39 @@ + + + + Ol Mahum Straggler + 23 + MALE + + + + + + + + + + + + + + + 1075 + 52 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20062-TumranBugbear.xml b/data/templates/npc/monster/20062-TumranBugbear.xml new file mode 100644 index 000000000..b5fb376f2 --- /dev/null +++ b/data/templates/npc/monster/20062-TumranBugbear.xml @@ -0,0 +1,39 @@ + + + + Tumran Bugbear + 23 + MALE + + + + + + + + + + + + + + + 1054 + 50 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20063-OlMahumShooter.xml b/data/templates/npc/monster/20063-OlMahumShooter.xml new file mode 100644 index 000000000..8d6789f1f --- /dev/null +++ b/data/templates/npc/monster/20063-OlMahumShooter.xml @@ -0,0 +1,40 @@ + + + + Ol Mahum Shooter + 24 + MALE + + + + + + + + + + + + + + + 1156 + 56 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20064-TumranBugbearWarrior.xml b/data/templates/npc/monster/20064-TumranBugbearWarrior.xml new file mode 100644 index 000000000..9f134ab44 --- /dev/null +++ b/data/templates/npc/monster/20064-TumranBugbearWarrior.xml @@ -0,0 +1,41 @@ + + + + Tumran Bugbear Warrior + 24 + MALE + + + + + + + + + + + + + + + 1145 + 56 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20065-OlMahumPatrolman.xml b/data/templates/npc/monster/20065-OlMahumPatrolman.xml new file mode 100644 index 000000000..38c3118f2 --- /dev/null +++ b/data/templates/npc/monster/20065-OlMahumPatrolman.xml @@ -0,0 +1,26 @@ + + + + Ol Mahum Patrolman + 25 + MALE + + + + + + + + + + + + + + + 992 + 49 + + + + diff --git a/data/templates/npc/monster/20066-OlMahumCaptain.xml b/data/templates/npc/monster/20066-OlMahumCaptain.xml new file mode 100644 index 000000000..4c64d7228 --- /dev/null +++ b/data/templates/npc/monster/20066-OlMahumCaptain.xml @@ -0,0 +1,39 @@ + + + + Ol Mahum Captain + 25 + MALE + + + + + + + + + + + + + + + 1263 + 64 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20067-MonsterEyeWatcher.xml b/data/templates/npc/monster/20067-MonsterEyeWatcher.xml new file mode 100644 index 000000000..30604fdc2 --- /dev/null +++ b/data/templates/npc/monster/20067-MonsterEyeWatcher.xml @@ -0,0 +1,39 @@ + + + + Monster Eye Watcher + 25 + MALE + + + + + + + + + + + + + + + 1191 + 60 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20068-MonsterEyeDestroyer.xml b/data/templates/npc/monster/20068-MonsterEyeDestroyer.xml new file mode 100644 index 000000000..ccd63083b --- /dev/null +++ b/data/templates/npc/monster/20068-MonsterEyeDestroyer.xml @@ -0,0 +1,40 @@ + + + + Monster Eye Destroyer + 26 + MALE + + + + + + + + + + + + + + + 1294 + 65 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20069-SeluLizardmanScout.xml b/data/templates/npc/monster/20069-SeluLizardmanScout.xml new file mode 100644 index 000000000..f779dee01 --- /dev/null +++ b/data/templates/npc/monster/20069-SeluLizardmanScout.xml @@ -0,0 +1,26 @@ + + + + Selu Lizardman Scout + 26 + MALE + + + + + + + + + + + + + + + 1057 + 53 + + + + diff --git a/data/templates/npc/monster/20070-LesserBasilisk.xml b/data/templates/npc/monster/20070-LesserBasilisk.xml new file mode 100644 index 000000000..f270da7fa --- /dev/null +++ b/data/templates/npc/monster/20070-LesserBasilisk.xml @@ -0,0 +1,40 @@ + + + + Lesser Basilisk + 27 + MALE + + + + + + + + + + + + + + + 1349 + 70 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20071-SeluLizardmanWarrior.xml b/data/templates/npc/monster/20071-SeluLizardmanWarrior.xml new file mode 100644 index 000000000..80e95d55c --- /dev/null +++ b/data/templates/npc/monster/20071-SeluLizardmanWarrior.xml @@ -0,0 +1,26 @@ + + + + Selu Lizardman Warrior + 27 + MALE + + + + + + + + + + + + + + + 1136 + 58 + + + + diff --git a/data/templates/npc/monster/20072-Basilisk.xml b/data/templates/npc/monster/20072-Basilisk.xml new file mode 100644 index 000000000..cd571b616 --- /dev/null +++ b/data/templates/npc/monster/20072-Basilisk.xml @@ -0,0 +1,41 @@ + + + + Basilisk + 28 + MALE + + + + + + + + + + + + + + + 1428 + 74 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20073-OlMahumLegionnaire.xml b/data/templates/npc/monster/20073-OlMahumLegionnaire.xml new file mode 100644 index 000000000..8ee9df469 --- /dev/null +++ b/data/templates/npc/monster/20073-OlMahumLegionnaire.xml @@ -0,0 +1,26 @@ + + + + Ol Mahum Legionnaire + 28 + MALE + + + + + + + + + + + + + + + 1178 + 62 + + + + diff --git a/data/templates/npc/monster/20074-Androscorpio.xml b/data/templates/npc/monster/20074-Androscorpio.xml new file mode 100644 index 000000000..c8dcc0850 --- /dev/null +++ b/data/templates/npc/monster/20074-Androscorpio.xml @@ -0,0 +1,39 @@ + + + + Androscorpio + 29 + MALE + + + + + + + + + + + + + + + 1492 + 80 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20075-AntLarva.xml b/data/templates/npc/monster/20075-AntLarva.xml new file mode 100644 index 000000000..6e3efd58d --- /dev/null +++ b/data/templates/npc/monster/20075-AntLarva.xml @@ -0,0 +1,41 @@ + + + + Ant Larva + 29 + MALE + + + + + + + + + + + + + + + 1368 + 73 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20076-OlMahumCommander.xml b/data/templates/npc/monster/20076-OlMahumCommander.xml new file mode 100644 index 000000000..112defc01 --- /dev/null +++ b/data/templates/npc/monster/20076-OlMahumCommander.xml @@ -0,0 +1,40 @@ + + + + Ol Mahum Commander + 29 + MALE + + + + + + + + + + + + + + + 1583 + 85 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20077-AndroscorpioHunter.xml b/data/templates/npc/monster/20077-AndroscorpioHunter.xml new file mode 100644 index 000000000..bfa0e5ee6 --- /dev/null +++ b/data/templates/npc/monster/20077-AndroscorpioHunter.xml @@ -0,0 +1,37 @@ + + + + Androscorpio Hunter + 30 + MALE + + + + + + + + + + + + + + + 1571 + 86 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20078-WhisperingWind.xml b/data/templates/npc/monster/20078-WhisperingWind.xml new file mode 100644 index 000000000..91e5af824 --- /dev/null +++ b/data/templates/npc/monster/20078-WhisperingWind.xml @@ -0,0 +1,44 @@ + + + + Whispering Wind + 30 + FEMALE + + + + + + + + + + + + + + + 1571 + 86 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20079-Ant.xml b/data/templates/npc/monster/20079-Ant.xml new file mode 100644 index 000000000..2fbe81422 --- /dev/null +++ b/data/templates/npc/monster/20079-Ant.xml @@ -0,0 +1,42 @@ + + + + Ant + 30 + MALE + + + + + + + + + + + + + + + 1571 + 86 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20080-AntCaptain.xml b/data/templates/npc/monster/20080-AntCaptain.xml new file mode 100644 index 000000000..28882ce01 --- /dev/null +++ b/data/templates/npc/monster/20080-AntCaptain.xml @@ -0,0 +1,38 @@ + + + + Ant Captain + 31 + MALE + + + + + + + + + + + + + + + 1711 + 95 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20081-AntOverseer.xml b/data/templates/npc/monster/20081-AntOverseer.xml new file mode 100644 index 000000000..32cabd188 --- /dev/null +++ b/data/templates/npc/monster/20081-AntOverseer.xml @@ -0,0 +1,41 @@ + + + + Ant Overseer + 32 + MALE + + + + + + + + + + + + + + + 2881 + 162 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20082-AntRecruit.xml b/data/templates/npc/monster/20082-AntRecruit.xml new file mode 100644 index 000000000..6eb37c066 --- /dev/null +++ b/data/templates/npc/monster/20082-AntRecruit.xml @@ -0,0 +1,46 @@ + + + + Ant Recruit + 33 + MALE + + + + + + + + + + + + + + + 1742 + 100 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20083-GraniteGolem.xml b/data/templates/npc/monster/20083-GraniteGolem.xml new file mode 100644 index 000000000..8990c7619 --- /dev/null +++ b/data/templates/npc/monster/20083-GraniteGolem.xml @@ -0,0 +1,45 @@ + + + + Granite Golem + 33 + MALE + + + + + + + + + + + + + + + 2687 + 155 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20084-AntPatrol.xml b/data/templates/npc/monster/20084-AntPatrol.xml new file mode 100644 index 000000000..28f5852e6 --- /dev/null +++ b/data/templates/npc/monster/20084-AntPatrol.xml @@ -0,0 +1,41 @@ + + + + Ant Patrol + 34 + MALE + + + + + + + + + + + + + + + 2001 + 116 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20085-Puncher.xml b/data/templates/npc/monster/20085-Puncher.xml new file mode 100644 index 000000000..fd59055b7 --- /dev/null +++ b/data/templates/npc/monster/20085-Puncher.xml @@ -0,0 +1,44 @@ + + + + Puncher + 34 + MALE + + + + + + + + + + + + + + + 2910 + 170 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20086-AntGuard.xml b/data/templates/npc/monster/20086-AntGuard.xml new file mode 100644 index 000000000..f2b39832e --- /dev/null +++ b/data/templates/npc/monster/20086-AntGuard.xml @@ -0,0 +1,40 @@ + + + + Ant Guard + 35 + MALE + + + + + + + + + + + + + + + 1782 + 106 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20087-AntSoldier.xml b/data/templates/npc/monster/20087-AntSoldier.xml new file mode 100644 index 000000000..153bb62e2 --- /dev/null +++ b/data/templates/npc/monster/20087-AntSoldier.xml @@ -0,0 +1,45 @@ + + + + Ant Soldier + 35 + MALE + + + + + + + + + + + + + + + 4274 + 253 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20088-AntWarriorCaptain.xml b/data/templates/npc/monster/20088-AntWarriorCaptain.xml new file mode 100644 index 000000000..1e54e38c4 --- /dev/null +++ b/data/templates/npc/monster/20088-AntWarriorCaptain.xml @@ -0,0 +1,39 @@ + + + + Ant Warrior Captain + 36 + MALE + + + + + + + + + + + + + + + 4763 + 288 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20089-NobleAnt.xml b/data/templates/npc/monster/20089-NobleAnt.xml new file mode 100644 index 000000000..9c47131ca --- /dev/null +++ b/data/templates/npc/monster/20089-NobleAnt.xml @@ -0,0 +1,43 @@ + + + + Noble Ant + 37 + MALE + + + + + + + + + + + + + + + 1991 + 122 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20090-NobleAntLeader.xml b/data/templates/npc/monster/20090-NobleAntLeader.xml new file mode 100644 index 000000000..7c7118dfc --- /dev/null +++ b/data/templates/npc/monster/20090-NobleAntLeader.xml @@ -0,0 +1,45 @@ + + + + Noble Ant Leader + 38 + MALE + + + + + + + + + + + + + + + 4391 + 274 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20091-YoungFox.xml b/data/templates/npc/monster/20091-YoungFox.xml new file mode 100644 index 000000000..f51bab7fe --- /dev/null +++ b/data/templates/npc/monster/20091-YoungFox.xml @@ -0,0 +1,25 @@ + + + + Young Fox + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + diff --git a/data/templates/npc/monster/20092-MonsterEye.xml b/data/templates/npc/monster/20092-MonsterEye.xml new file mode 100644 index 000000000..8c7dfc6be --- /dev/null +++ b/data/templates/npc/monster/20092-MonsterEye.xml @@ -0,0 +1,40 @@ + + + + Monster Eye + 10 + MALE + + + + + + + + + + + + + + + 294 + 10 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20093-OrcFighter.xml b/data/templates/npc/monster/20093-OrcFighter.xml new file mode 100644 index 000000000..8726dc566 --- /dev/null +++ b/data/templates/npc/monster/20093-OrcFighter.xml @@ -0,0 +1,38 @@ + + + + Orc Fighter + 10 + MALE + + + + + + + + + + + + + + + 363 + 12 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20094-OrcMarksman.xml b/data/templates/npc/monster/20094-OrcMarksman.xml new file mode 100644 index 000000000..035528588 --- /dev/null +++ b/data/templates/npc/monster/20094-OrcMarksman.xml @@ -0,0 +1,26 @@ + + + + Orc Marksman + 10 + MALE + + + + + + + + + + + + + + + 306 + 10 + + + + diff --git a/data/templates/npc/monster/20095-VampireBat.xml b/data/templates/npc/monster/20095-VampireBat.xml new file mode 100644 index 000000000..80adab33f --- /dev/null +++ b/data/templates/npc/monster/20095-VampireBat.xml @@ -0,0 +1,37 @@ + + + + Vampire Bat + 10 + MALE + + + + + + + + + + + + + + + 297 + 10 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20096-OrcLieutenant.xml b/data/templates/npc/monster/20096-OrcLieutenant.xml new file mode 100644 index 000000000..078046247 --- /dev/null +++ b/data/templates/npc/monster/20096-OrcLieutenant.xml @@ -0,0 +1,41 @@ + + + + Orc Lieutenant + 11 + MALE + + + + + + + + + + + + + + + 392 + 15 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20097-DrillBat.xml b/data/templates/npc/monster/20097-DrillBat.xml new file mode 100644 index 000000000..7fd4c1565 --- /dev/null +++ b/data/templates/npc/monster/20097-DrillBat.xml @@ -0,0 +1,37 @@ + + + + Drill Bat + 11 + MALE + + + + + + + + + + + + + + + 326 + 12 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20098-OrcFighterLeader.xml b/data/templates/npc/monster/20098-OrcFighterLeader.xml new file mode 100644 index 000000000..3e4244c20 --- /dev/null +++ b/data/templates/npc/monster/20098-OrcFighterLeader.xml @@ -0,0 +1,38 @@ + + + + Orc Fighter Leader + 12 + MALE + + + + + + + + + + + + + + + 448 + 17 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20099-Skeleton.xml b/data/templates/npc/monster/20099-Skeleton.xml new file mode 100644 index 000000000..1863e7a4e --- /dev/null +++ b/data/templates/npc/monster/20099-Skeleton.xml @@ -0,0 +1,41 @@ + + + + Skeleton + 12 + MALE + + + + + + + + + + + + + + + 363 + 13 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20100-SkeletonArcher.xml b/data/templates/npc/monster/20100-SkeletonArcher.xml new file mode 100644 index 000000000..db3591d26 --- /dev/null +++ b/data/templates/npc/monster/20100-SkeletonArcher.xml @@ -0,0 +1,36 @@ + + + + Skeleton Archer + 13 + MALE + + + + + + + + + + + + + + + 405 + 16 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20101-Crasher.xml b/data/templates/npc/monster/20101-Crasher.xml new file mode 100644 index 000000000..74c5b78f2 --- /dev/null +++ b/data/templates/npc/monster/20101-Crasher.xml @@ -0,0 +1,42 @@ + + + + Crasher + 14 + MALE + + + + + + + + + + + + + + + 705 + 27 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20102-SkeletonMarksman.xml b/data/templates/npc/monster/20102-SkeletonMarksman.xml new file mode 100644 index 000000000..ea8dc4ca7 --- /dev/null +++ b/data/templates/npc/monster/20102-SkeletonMarksman.xml @@ -0,0 +1,36 @@ + + + + Skeleton Marksman + 14 + MALE + + + + + + + + + + + + + + + 428 + 17 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20103-GiantSpider.xml b/data/templates/npc/monster/20103-GiantSpider.xml new file mode 100644 index 000000000..eff21fab4 --- /dev/null +++ b/data/templates/npc/monster/20103-GiantSpider.xml @@ -0,0 +1,38 @@ + + + + Giant Spider + 15 + MALE + + + + + + + + + + + + + + + 545 + 22 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20104-SkeletonLord.xml b/data/templates/npc/monster/20104-SkeletonLord.xml new file mode 100644 index 000000000..9caeaaee8 --- /dev/null +++ b/data/templates/npc/monster/20104-SkeletonLord.xml @@ -0,0 +1,36 @@ + + + + Skeleton Lord + 15 + MALE + + + + + + + + + + + + + + + 445 + 18 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20105-DarkHorror.xml b/data/templates/npc/monster/20105-DarkHorror.xml new file mode 100644 index 000000000..6e6dd1cd4 --- /dev/null +++ b/data/templates/npc/monster/20105-DarkHorror.xml @@ -0,0 +1,37 @@ + + + + Dark Horror + 16 + MALE + + + + + + + + + + + + + + + 577 + 23 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20106-TalonSpider.xml b/data/templates/npc/monster/20106-TalonSpider.xml new file mode 100644 index 000000000..44ee3a1e7 --- /dev/null +++ b/data/templates/npc/monster/20106-TalonSpider.xml @@ -0,0 +1,38 @@ + + + + Talon Spider + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20107-Wererat.xml b/data/templates/npc/monster/20107-Wererat.xml new file mode 100644 index 000000000..9b91d0b1a --- /dev/null +++ b/data/templates/npc/monster/20107-Wererat.xml @@ -0,0 +1,37 @@ + + + + Wererat + 16 + MALE + + + + + + + + + + + + + + + 476 + 19 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20108-BladeSpider.xml b/data/templates/npc/monster/20108-BladeSpider.xml new file mode 100644 index 000000000..5277860b9 --- /dev/null +++ b/data/templates/npc/monster/20108-BladeSpider.xml @@ -0,0 +1,38 @@ + + + + Blade Spider + 17 + MALE + + + + + + + + + + + + + + + 618 + 26 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20109-Salamander.xml b/data/templates/npc/monster/20109-Salamander.xml new file mode 100644 index 000000000..0cc63ef62 --- /dev/null +++ b/data/templates/npc/monster/20109-Salamander.xml @@ -0,0 +1,42 @@ + + + + Salamander + 17 + MALE + + + + + + + + + + + + + + + 990 + 42 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20110-Undine.xml b/data/templates/npc/monster/20110-Undine.xml new file mode 100644 index 000000000..68dcc0f0a --- /dev/null +++ b/data/templates/npc/monster/20110-Undine.xml @@ -0,0 +1,38 @@ + + + + Undine + 17 + FEMALE + + + + + + + + + + + + + + + 958 + 40 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20111-WereratLeader.xml b/data/templates/npc/monster/20111-WereratLeader.xml new file mode 100644 index 000000000..0f867578c --- /dev/null +++ b/data/templates/npc/monster/20111-WereratLeader.xml @@ -0,0 +1,26 @@ + + + + Wererat Leader + 17 + MALE + + + + + + + + + + + + + + + 958 + 40 + + + + diff --git a/data/templates/npc/monster/20112-SalamanderElder.xml b/data/templates/npc/monster/20112-SalamanderElder.xml new file mode 100644 index 000000000..e837f55a9 --- /dev/null +++ b/data/templates/npc/monster/20112-SalamanderElder.xml @@ -0,0 +1,38 @@ + + + + Salamander Elder + 18 + MALE + + + + + + + + + + + + + + + 992 + 43 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20113-UndineElder.xml b/data/templates/npc/monster/20113-UndineElder.xml new file mode 100644 index 000000000..38091430b --- /dev/null +++ b/data/templates/npc/monster/20113-UndineElder.xml @@ -0,0 +1,40 @@ + + + + Undine Elder + 18 + FEMALE + + + + + + + + + + + + + + + 1012 + 44 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20114-SalamanderNoble.xml b/data/templates/npc/monster/20114-SalamanderNoble.xml new file mode 100644 index 000000000..fa0ac6105 --- /dev/null +++ b/data/templates/npc/monster/20114-SalamanderNoble.xml @@ -0,0 +1,39 @@ + + + + Salamander Noble + 19 + MALE + + + + + + + + + + + + + + + 1051 + 47 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20115-UndineNoble.xml b/data/templates/npc/monster/20115-UndineNoble.xml new file mode 100644 index 000000000..d8ef9e058 --- /dev/null +++ b/data/templates/npc/monster/20115-UndineNoble.xml @@ -0,0 +1,41 @@ + + + + Undine Noble + 19 + FEMALE + + + + + + + + + + + + + + + 1072 + 48 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20116-Fox.xml b/data/templates/npc/monster/20116-Fox.xml new file mode 100644 index 000000000..ee7012138 --- /dev/null +++ b/data/templates/npc/monster/20116-Fox.xml @@ -0,0 +1,25 @@ + + + + Fox + 2 + MALE + + + + + + + + + + + + + + + 59 + 2 + + + diff --git a/data/templates/npc/monster/20117-DreVanul.xml b/data/templates/npc/monster/20117-DreVanul.xml new file mode 100644 index 000000000..e570bbecb --- /dev/null +++ b/data/templates/npc/monster/20117-DreVanul.xml @@ -0,0 +1,38 @@ + + + + Dre Vanul + 20 + MALE + + + + + + + + + + + + + + + 666 + 29 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20118-DreVanulScout.xml b/data/templates/npc/monster/20118-DreVanulScout.xml new file mode 100644 index 000000000..14cefc02c --- /dev/null +++ b/data/templates/npc/monster/20118-DreVanulScout.xml @@ -0,0 +1,39 @@ + + + + Dre Vanul Scout + 21 + MALE + + + + + + + + + + + + + + + 780 + 36 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20119-ElderFox.xml b/data/templates/npc/monster/20119-ElderFox.xml new file mode 100644 index 000000000..e9ae04c9c --- /dev/null +++ b/data/templates/npc/monster/20119-ElderFox.xml @@ -0,0 +1,25 @@ + + + + Elder Fox + 3 + MALE + + + + + + + + + + + + + + + 88 + 2 + + + diff --git a/data/templates/npc/monster/20120-Wolf.xml b/data/templates/npc/monster/20120-Wolf.xml new file mode 100644 index 000000000..00553e03e --- /dev/null +++ b/data/templates/npc/monster/20120-Wolf.xml @@ -0,0 +1,36 @@ + + + + Wolf + 4 + MALE + + + + + + + + + + + + + + + 141 + 4 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20121-GiantToad.xml b/data/templates/npc/monster/20121-GiantToad.xml new file mode 100644 index 000000000..c3acd9c15 --- /dev/null +++ b/data/templates/npc/monster/20121-GiantToad.xml @@ -0,0 +1,37 @@ + + + + Giant Toad + 5 + MALE + + + + + + + + + + + + + + + 178 + 5 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20130-Orc.xml b/data/templates/npc/monster/20130-Orc.xml new file mode 100644 index 000000000..9894d09e2 --- /dev/null +++ b/data/templates/npc/monster/20130-Orc.xml @@ -0,0 +1,38 @@ + + + + Orc + 6 + MALE + + + + + + + + + + + + + + + 214 + 6 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20131-OrcGrunt.xml b/data/templates/npc/monster/20131-OrcGrunt.xml new file mode 100644 index 000000000..4392e31ef --- /dev/null +++ b/data/templates/npc/monster/20131-OrcGrunt.xml @@ -0,0 +1,37 @@ + + + + Orc Grunt + 7 + MALE + + + + + + + + + + + + + + + 249 + 8 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20132-Werewolf.xml b/data/templates/npc/monster/20132-Werewolf.xml new file mode 100644 index 000000000..c343d0d1c --- /dev/null +++ b/data/templates/npc/monster/20132-Werewolf.xml @@ -0,0 +1,35 @@ + + + + Werewolf + 9 + MALE + + + + + + + + + + + + + + + 321 + 11 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20133-Bugbear.xml b/data/templates/npc/monster/20133-Bugbear.xml new file mode 100644 index 000000000..9c5783666 --- /dev/null +++ b/data/templates/npc/monster/20133-Bugbear.xml @@ -0,0 +1,26 @@ + + + + Bugbear + 21 + MALE + + + + + + + + + + + + + + + 780 + 36 + + + + diff --git a/data/templates/npc/monster/20134-CaveMaiden.xml b/data/templates/npc/monster/20134-CaveMaiden.xml new file mode 100644 index 000000000..f300de1e6 --- /dev/null +++ b/data/templates/npc/monster/20134-CaveMaiden.xml @@ -0,0 +1,52 @@ + + + + Cave Maiden + 59 + FEMALE + + + + + + + + + + + + + + + 6135 + 524 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20135-Alligator.xml b/data/templates/npc/monster/20135-Alligator.xml new file mode 100644 index 000000000..b0fd9084d --- /dev/null +++ b/data/templates/npc/monster/20135-Alligator.xml @@ -0,0 +1,40 @@ + + + + Alligator + 40 + MALE + + + + + + + + + + + + + + + 2848 + 184 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20136-DeathKnight.xml b/data/templates/npc/monster/20136-DeathKnight.xml new file mode 100644 index 000000000..a7fdff53d --- /dev/null +++ b/data/templates/npc/monster/20136-DeathKnight.xml @@ -0,0 +1,55 @@ + + + + Death Knight + 50 + MALE + + + + + + + + + + + + + + + 14026 + 1012 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20137-Drake.xml b/data/templates/npc/monster/20137-Drake.xml new file mode 100644 index 000000000..f222f986c --- /dev/null +++ b/data/templates/npc/monster/20137-Drake.xml @@ -0,0 +1,50 @@ + + + + Drake + 57 + MALE + + + + + + + + + + + + + + + 5784 + 481 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20138-Gargoyle.xml b/data/templates/npc/monster/20138-Gargoyle.xml new file mode 100644 index 000000000..d55db7557 --- /dev/null +++ b/data/templates/npc/monster/20138-Gargoyle.xml @@ -0,0 +1,25 @@ + + + + Gargoyle + 27 + MALE + + + + + + + + + + + + + + + 1136 + 58 + + + diff --git a/data/templates/npc/monster/20139-GiantBee.xml b/data/templates/npc/monster/20139-GiantBee.xml new file mode 100644 index 000000000..0d73e70c6 --- /dev/null +++ b/data/templates/npc/monster/20139-GiantBee.xml @@ -0,0 +1,25 @@ + + + + Giant Bee + 16 + MALE + + + + + + + + + + + + + + + 471 + 19 + + + diff --git a/data/templates/npc/monster/20140-GiantLeech.xml b/data/templates/npc/monster/20140-GiantLeech.xml new file mode 100644 index 000000000..c3b994732 --- /dev/null +++ b/data/templates/npc/monster/20140-GiantLeech.xml @@ -0,0 +1,25 @@ + + + + Giant Leech + 24 + MALE + + + + + + + + + + + + + + + 954 + 47 + + + diff --git a/data/templates/npc/monster/20141-GiantWildHog.xml b/data/templates/npc/monster/20141-GiantWildHog.xml new file mode 100644 index 000000000..ab038fc17 --- /dev/null +++ b/data/templates/npc/monster/20141-GiantWildHog.xml @@ -0,0 +1,25 @@ + + + + Giant Wild Hog + 47 + MALE + + + + + + + + + + + + + + + 3277 + 235 + + + diff --git a/data/templates/npc/monster/20142-Griffon.xml b/data/templates/npc/monster/20142-Griffon.xml new file mode 100644 index 000000000..171645454 --- /dev/null +++ b/data/templates/npc/monster/20142-Griffon.xml @@ -0,0 +1,25 @@ + + + + Griffon + 20 + MALE + + + + + + + + + + + + + + + 594 + 26 + + + diff --git a/data/templates/npc/monster/20143-Grizzly.xml b/data/templates/npc/monster/20143-Grizzly.xml new file mode 100644 index 000000000..8db29e7f9 --- /dev/null +++ b/data/templates/npc/monster/20143-Grizzly.xml @@ -0,0 +1,37 @@ + + + + Grizzly + 12 + MALE + + + + + + + + + + + + + + + 436 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20144-HangmanTree.xml b/data/templates/npc/monster/20144-HangmanTree.xml new file mode 100644 index 000000000..d58650151 --- /dev/null +++ b/data/templates/npc/monster/20144-HangmanTree.xml @@ -0,0 +1,47 @@ + + + + Hangman Tree + 35 + MALE + + + + + + + + + + + + + + + 2181 + 130 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20145-Harpy.xml b/data/templates/npc/monster/20145-Harpy.xml new file mode 100644 index 000000000..ea1a1c3ba --- /dev/null +++ b/data/templates/npc/monster/20145-Harpy.xml @@ -0,0 +1,41 @@ + + + + Harpy + 32 + FEMALE + + + + + + + + + + + + + + + 1805 + 101 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20146-HeadlessKnight.xml b/data/templates/npc/monster/20146-HeadlessKnight.xml new file mode 100644 index 000000000..536e01c8d --- /dev/null +++ b/data/templates/npc/monster/20146-HeadlessKnight.xml @@ -0,0 +1,53 @@ + + + + Headless Knight + 50 + MALE + + + + + + + + + + + + + + + 4450 + 335 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20147-Hobgoblin.xml b/data/templates/npc/monster/20147-Hobgoblin.xml new file mode 100644 index 000000000..16fca70f8 --- /dev/null +++ b/data/templates/npc/monster/20147-Hobgoblin.xml @@ -0,0 +1,39 @@ + + + + Hobgoblin + 21 + MALE + + + + + + + + + + + + + + + 917 + 42 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20148-HungrySpirit.xml b/data/templates/npc/monster/20148-HungrySpirit.xml new file mode 100644 index 000000000..5b07df41d --- /dev/null +++ b/data/templates/npc/monster/20148-HungrySpirit.xml @@ -0,0 +1,25 @@ + + + + Hungry Spirit + 40 + MALE + + + + + + + + + + + + + + + 2350 + 151 + + + diff --git a/data/templates/npc/monster/20149-IronGolem.xml b/data/templates/npc/monster/20149-IronGolem.xml new file mode 100644 index 000000000..ab0f12fe5 --- /dev/null +++ b/data/templates/npc/monster/20149-IronGolem.xml @@ -0,0 +1,25 @@ + + + + Iron Golem + 38 + MALE + + + + + + + + + + + + + + + 3029 + 188 + + + diff --git a/data/templates/npc/monster/20150-KingBugbear.xml b/data/templates/npc/monster/20150-KingBugbear.xml new file mode 100644 index 000000000..ed0b01147 --- /dev/null +++ b/data/templates/npc/monster/20150-KingBugbear.xml @@ -0,0 +1,26 @@ + + + + King Bugbear + 32 + MALE + + + + + + + + + + + + + + + 1519 + 85 + + + + diff --git a/data/templates/npc/monster/20151-Kobold.xml b/data/templates/npc/monster/20151-Kobold.xml new file mode 100644 index 000000000..bd7dce65d --- /dev/null +++ b/data/templates/npc/monster/20151-Kobold.xml @@ -0,0 +1,26 @@ + + + + Kobold + 4 + MALE + + + + + + + + + + + + + + + 119 + 3 + + + + diff --git a/data/templates/npc/monster/20152-Lizardman.xml b/data/templates/npc/monster/20152-Lizardman.xml new file mode 100644 index 000000000..4a524e6fa --- /dev/null +++ b/data/templates/npc/monster/20152-Lizardman.xml @@ -0,0 +1,26 @@ + + + + Lizardman + 19 + MALE + + + + + + + + + + + + + + + 565 + 25 + + + + diff --git a/data/templates/npc/monster/20153-MagicalWeaver.xml b/data/templates/npc/monster/20153-MagicalWeaver.xml new file mode 100644 index 000000000..d9ab57b33 --- /dev/null +++ b/data/templates/npc/monster/20153-MagicalWeaver.xml @@ -0,0 +1,38 @@ + + + + Magical Weaver + 11 + MALE + + + + + + + + + + + + + + + 392 + 15 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20154-MandragoraSprout.xml b/data/templates/npc/monster/20154-MandragoraSprout.xml new file mode 100644 index 000000000..b4e98f214 --- /dev/null +++ b/data/templates/npc/monster/20154-MandragoraSprout.xml @@ -0,0 +1,39 @@ + + + + Mandragora Sprout + 21 + FEMALE + + + + + + + + + + + + + + + 917 + 42 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20155-MandragoraSapling.xml b/data/templates/npc/monster/20155-MandragoraSapling.xml new file mode 100644 index 000000000..03ab2649f --- /dev/null +++ b/data/templates/npc/monster/20155-MandragoraSapling.xml @@ -0,0 +1,42 @@ + + + + Mandragora Sapling + 23 + FEMALE + + + + + + + + + + + + + + + 1075 + 52 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20156-MandragoraBlossom.xml b/data/templates/npc/monster/20156-MandragoraBlossom.xml new file mode 100644 index 000000000..65ba0eaf8 --- /dev/null +++ b/data/templates/npc/monster/20156-MandragoraBlossom.xml @@ -0,0 +1,41 @@ + + + + Mandragora Blossom + 25 + FEMALE + + + + + + + + + + + + + + + 1215 + 61 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20157-MarshStakato.xml b/data/templates/npc/monster/20157-MarshStakato.xml new file mode 100644 index 000000000..ebe75fca3 --- /dev/null +++ b/data/templates/npc/monster/20157-MarshStakato.xml @@ -0,0 +1,50 @@ + + + + Marsh Stakato + 29 + MALE + + + + + + + + + + + + + + + 1811 + 97 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20158-Medusa.xml b/data/templates/npc/monster/20158-Medusa.xml new file mode 100644 index 000000000..83cc1b8a4 --- /dev/null +++ b/data/templates/npc/monster/20158-Medusa.xml @@ -0,0 +1,39 @@ + + + + Medusa + 34 + FEMALE + + + + + + + + + + + + + + + 2058 + 120 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20159-Minotaur.xml b/data/templates/npc/monster/20159-Minotaur.xml new file mode 100644 index 000000000..02d7aa502 --- /dev/null +++ b/data/templates/npc/monster/20159-Minotaur.xml @@ -0,0 +1,26 @@ + + + + Minotaur + 43 + MALE + + + + + + + + + + + + + + + 2716 + 184 + + + + diff --git a/data/templates/npc/monster/20160-NeerCrawler.xml b/data/templates/npc/monster/20160-NeerCrawler.xml new file mode 100644 index 000000000..cb676f790 --- /dev/null +++ b/data/templates/npc/monster/20160-NeerCrawler.xml @@ -0,0 +1,38 @@ + + + + Neer Crawler + 28 + MALE + + + + + + + + + + + + + + + 1442 + 76 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20161-OelMahum.xml b/data/templates/npc/monster/20161-OelMahum.xml new file mode 100644 index 000000000..d981b13f8 --- /dev/null +++ b/data/templates/npc/monster/20161-OelMahum.xml @@ -0,0 +1,49 @@ + + + + Oel Mahum + 53 + MALE + + + + + + + + + + + + + + + 4846 + 380 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20162-Ogre.xml b/data/templates/npc/monster/20162-Ogre.xml new file mode 100644 index 000000000..776485e88 --- /dev/null +++ b/data/templates/npc/monster/20162-Ogre.xml @@ -0,0 +1,26 @@ + + + + Ogre + 41 + MALE + + + + + + + + + + + + + + + 2469 + 162 + + + + diff --git a/data/templates/npc/monster/20163-OlMahum.xml b/data/templates/npc/monster/20163-OlMahum.xml new file mode 100644 index 000000000..8ef1b3e52 --- /dev/null +++ b/data/templates/npc/monster/20163-OlMahum.xml @@ -0,0 +1,26 @@ + + + + Ol Mahum + 23 + MALE + + + + + + + + + + + + + + + 878 + 42 + + + + diff --git a/data/templates/npc/monster/20164-OlMahumArcher.xml b/data/templates/npc/monster/20164-OlMahumArcher.xml new file mode 100644 index 000000000..54918850d --- /dev/null +++ b/data/templates/npc/monster/20164-OlMahumArcher.xml @@ -0,0 +1,26 @@ + + + + Ol Mahum Archer + 25 + MALE + + + + + + + + + + + + + + + 1043 + 53 + + + + diff --git a/data/templates/npc/monster/20165-OlMahumChampion.xml b/data/templates/npc/monster/20165-OlMahumChampion.xml new file mode 100644 index 000000000..7f298132b --- /dev/null +++ b/data/templates/npc/monster/20165-OlMahumChampion.xml @@ -0,0 +1,26 @@ + + + + Ol Mahum Champion + 29 + MALE + + + + + + + + + + + + + + + 1509 + 80 + + + + diff --git a/data/templates/npc/monster/20166-Succubus.xml b/data/templates/npc/monster/20166-Succubus.xml new file mode 100644 index 000000000..c34f74a95 --- /dev/null +++ b/data/templates/npc/monster/20166-Succubus.xml @@ -0,0 +1,25 @@ + + + + Succubus + 32 + FEMALE + + + + + + + + + + + + + + + 1519 + 85 + + + diff --git a/data/templates/npc/monster/20167-SerpentSlave.xml b/data/templates/npc/monster/20167-SerpentSlave.xml new file mode 100644 index 000000000..db133809d --- /dev/null +++ b/data/templates/npc/monster/20167-SerpentSlave.xml @@ -0,0 +1,26 @@ + + + + Serpent Slave + 40 + MALE + + + + + + + + + + + + + + + 2374 + 154 + + + + diff --git a/data/templates/npc/monster/20168-Silenos.xml b/data/templates/npc/monster/20168-Silenos.xml new file mode 100644 index 000000000..e072a92b9 --- /dev/null +++ b/data/templates/npc/monster/20168-Silenos.xml @@ -0,0 +1,40 @@ + + + + Silenos + 30 + MALE + + + + + + + + + + + + + + + 1571 + 86 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20169-SkeletonRoyalGuard.xml b/data/templates/npc/monster/20169-SkeletonRoyalGuard.xml new file mode 100644 index 000000000..1deecf847 --- /dev/null +++ b/data/templates/npc/monster/20169-SkeletonRoyalGuard.xml @@ -0,0 +1,26 @@ + + + + Skeleton Royal Guard + 26 + MALE + + + + + + + + + + + + + + + 1078 + 54 + + + + diff --git a/data/templates/npc/monster/20170-Spartoi.xml b/data/templates/npc/monster/20170-Spartoi.xml new file mode 100644 index 000000000..fcaee123d --- /dev/null +++ b/data/templates/npc/monster/20170-Spartoi.xml @@ -0,0 +1,26 @@ + + + + Spartoi + 15 + MALE + + + + + + + + + + + + + + + 454 + 19 + + + + diff --git a/data/templates/npc/monster/20171-Specter.xml b/data/templates/npc/monster/20171-Specter.xml new file mode 100644 index 000000000..893a13ab3 --- /dev/null +++ b/data/templates/npc/monster/20171-Specter.xml @@ -0,0 +1,42 @@ + + + + Specter + 26 + MALE + + + + + + + + + + + + + + + 1294 + 65 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20172-Sylph.xml b/data/templates/npc/monster/20172-Sylph.xml new file mode 100644 index 000000000..d7bdcfb9d --- /dev/null +++ b/data/templates/npc/monster/20172-Sylph.xml @@ -0,0 +1,25 @@ + + + + Sylph + 10 + FEMALE + + + + + + + + + + + + + + + 297 + 10 + + + diff --git a/data/templates/npc/monster/20173-Troll.xml b/data/templates/npc/monster/20173-Troll.xml new file mode 100644 index 000000000..5e7360cd9 --- /dev/null +++ b/data/templates/npc/monster/20173-Troll.xml @@ -0,0 +1,25 @@ + + + + Troll + 33 + MALE + + + + + + + + + + + + + + + 1600 + 91 + + + diff --git a/data/templates/npc/monster/20174-TwoHeadedGiant.xml b/data/templates/npc/monster/20174-TwoHeadedGiant.xml new file mode 100644 index 000000000..6adb92c2c --- /dev/null +++ b/data/templates/npc/monster/20174-TwoHeadedGiant.xml @@ -0,0 +1,26 @@ + + + + Two-Headed Giant + 35 + MALE + + + + + + + + + + + + + + + 1799 + 107 + + + + diff --git a/data/templates/npc/monster/20175-WalkingFungus.xml b/data/templates/npc/monster/20175-WalkingFungus.xml new file mode 100644 index 000000000..879324189 --- /dev/null +++ b/data/templates/npc/monster/20175-WalkingFungus.xml @@ -0,0 +1,25 @@ + + + + Walking Fungus + 8 + MALE + + + + + + + + + + + + + + + 237 + 8 + + + diff --git a/data/templates/npc/monster/20176-Wyrm.xml b/data/templates/npc/monster/20176-Wyrm.xml new file mode 100644 index 000000000..91494376e --- /dev/null +++ b/data/templates/npc/monster/20176-Wyrm.xml @@ -0,0 +1,45 @@ + + + + Wyrm + 35 + MALE + + + + + + + + + + + + + + + 2181 + 130 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20177-Zombie.xml b/data/templates/npc/monster/20177-Zombie.xml new file mode 100644 index 000000000..45a9c52db --- /dev/null +++ b/data/templates/npc/monster/20177-Zombie.xml @@ -0,0 +1,25 @@ + + + + Zombie + 6 + MALE + + + + + + + + + + + + + + + 178 + 5 + + + diff --git a/data/templates/npc/monster/20189-Puma.xml b/data/templates/npc/monster/20189-Puma.xml new file mode 100644 index 000000000..5b13cf121 --- /dev/null +++ b/data/templates/npc/monster/20189-Puma.xml @@ -0,0 +1,25 @@ + + + + Puma + 15 + MALE + + + + + + + + + + + + + + + 441 + 18 + + + diff --git a/data/templates/npc/monster/20190-SkeletonMarauder.xml b/data/templates/npc/monster/20190-SkeletonMarauder.xml new file mode 100644 index 000000000..35af53ac7 --- /dev/null +++ b/data/templates/npc/monster/20190-SkeletonMarauder.xml @@ -0,0 +1,40 @@ + + + + Skeleton Marauder + 29 + MALE + + + + + + + + + + + + + + + 1568 + 84 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20191-SkeletonRaider.xml b/data/templates/npc/monster/20191-SkeletonRaider.xml new file mode 100644 index 000000000..256f03770 --- /dev/null +++ b/data/templates/npc/monster/20191-SkeletonRaider.xml @@ -0,0 +1,41 @@ + + + + Skeleton Raider + 30 + MALE + + + + + + + + + + + + + + + 1602 + 88 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20192-Tyrant.xml b/data/templates/npc/monster/20192-Tyrant.xml new file mode 100644 index 000000000..936dfb239 --- /dev/null +++ b/data/templates/npc/monster/20192-Tyrant.xml @@ -0,0 +1,43 @@ + + + + Tyrant + 35 + MALE + + + + + + + + + + + + + + + 2138 + 126 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20193-TyrantKingpin.xml b/data/templates/npc/monster/20193-TyrantKingpin.xml new file mode 100644 index 000000000..ef1ad9143 --- /dev/null +++ b/data/templates/npc/monster/20193-TyrantKingpin.xml @@ -0,0 +1,40 @@ + + + + Tyrant Kingpin + 36 + MALE + + + + + + + + + + + + + + + 2307 + 139 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20194-QueenUndine.xml b/data/templates/npc/monster/20194-QueenUndine.xml new file mode 100644 index 000000000..0bd27ba0c --- /dev/null +++ b/data/templates/npc/monster/20194-QueenUndine.xml @@ -0,0 +1,25 @@ + + + + Queen Undine + 50 + FEMALE + + + + + + + + + + + + + + + 3709 + 280 + + + diff --git a/data/templates/npc/monster/20197-SorrowMaiden.xml b/data/templates/npc/monster/20197-SorrowMaiden.xml new file mode 100644 index 000000000..5042499cb --- /dev/null +++ b/data/templates/npc/monster/20197-SorrowMaiden.xml @@ -0,0 +1,43 @@ + + + + Sorrow Maiden + 27 + FEMALE + + + + + + + + + + + + + + + 1323 + 67 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20198-NeerGhoulBerserker.xml b/data/templates/npc/monster/20198-NeerGhoulBerserker.xml new file mode 100644 index 000000000..3a9d72176 --- /dev/null +++ b/data/templates/npc/monster/20198-NeerGhoulBerserker.xml @@ -0,0 +1,38 @@ + + + + Neer Ghoul Berserker + 29 + MALE + + + + + + + + + + + + + + + 1522 + 82 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20199-AmberBasilisk.xml b/data/templates/npc/monster/20199-AmberBasilisk.xml new file mode 100644 index 000000000..a92f089ad --- /dev/null +++ b/data/templates/npc/monster/20199-AmberBasilisk.xml @@ -0,0 +1,38 @@ + + + + Amber Basilisk + 30 + MALE + + + + + + + + + + + + + + + 1869 + 102 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20200-Strain.xml b/data/templates/npc/monster/20200-Strain.xml new file mode 100644 index 000000000..2a5f67c92 --- /dev/null +++ b/data/templates/npc/monster/20200-Strain.xml @@ -0,0 +1,48 @@ + + + + Strain + 31 + MALE + + + + + + + + + + + + + + + 1661 + 92 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20201-Ghoul.xml b/data/templates/npc/monster/20201-Ghoul.xml new file mode 100644 index 000000000..a9cdd77e9 --- /dev/null +++ b/data/templates/npc/monster/20201-Ghoul.xml @@ -0,0 +1,40 @@ + + + + Ghoul + 32 + MALE + + + + + + + + + + + + + + + 2502 + 140 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20202-DeadSeeker.xml b/data/templates/npc/monster/20202-DeadSeeker.xml new file mode 100644 index 000000000..af6ac4ea1 --- /dev/null +++ b/data/templates/npc/monster/20202-DeadSeeker.xml @@ -0,0 +1,42 @@ + + + + Dead Seeker + 34 + MALE + + + + + + + + + + + + + + + 1998 + 116 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20203-DionGrizzly.xml b/data/templates/npc/monster/20203-DionGrizzly.xml new file mode 100644 index 000000000..24b4a3f1e --- /dev/null +++ b/data/templates/npc/monster/20203-DionGrizzly.xml @@ -0,0 +1,37 @@ + + + + Dion Grizzly + 20 + MALE + + + + + + + + + + + + + + + 706 + 31 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20204-BloodyBee.xml b/data/templates/npc/monster/20204-BloodyBee.xml new file mode 100644 index 000000000..1e682438e --- /dev/null +++ b/data/templates/npc/monster/20204-BloodyBee.xml @@ -0,0 +1,40 @@ + + + + Bloody Bee + 23 + MALE + + + + + + + + + + + + + + + 1148 + 55 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20205-DireWolf.xml b/data/templates/npc/monster/20205-DireWolf.xml new file mode 100644 index 000000000..dc233f8b7 --- /dev/null +++ b/data/templates/npc/monster/20205-DireWolf.xml @@ -0,0 +1,36 @@ + + + + Dire Wolf + 24 + MALE + + + + + + + + + + + + + + + 1145 + 56 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20206-KadifWerewolf.xml b/data/templates/npc/monster/20206-KadifWerewolf.xml new file mode 100644 index 000000000..801f8b251 --- /dev/null +++ b/data/templates/npc/monster/20206-KadifWerewolf.xml @@ -0,0 +1,38 @@ + + + + Kadif Werewolf + 25 + MALE + + + + + + + + + + + + + + + 1179 + 59 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20207-OlMahumGuerilla.xml b/data/templates/npc/monster/20207-OlMahumGuerilla.xml new file mode 100644 index 000000000..a4e853350 --- /dev/null +++ b/data/templates/npc/monster/20207-OlMahumGuerilla.xml @@ -0,0 +1,38 @@ + + + + Ol Mahum Guerilla + 26 + MALE + + + + + + + + + + + + + + + 2359 + 119 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20208-OlMahumRaider.xml b/data/templates/npc/monster/20208-OlMahumRaider.xml new file mode 100644 index 000000000..9adf847f3 --- /dev/null +++ b/data/templates/npc/monster/20208-OlMahumRaider.xml @@ -0,0 +1,41 @@ + + + + Ol Mahum Raider + 27 + MALE + + + + + + + + + + + + + + + 2485 + 127 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20209-OlMahumMarksman.xml b/data/templates/npc/monster/20209-OlMahumMarksman.xml new file mode 100644 index 000000000..75307a643 --- /dev/null +++ b/data/templates/npc/monster/20209-OlMahumMarksman.xml @@ -0,0 +1,38 @@ + + + + Ol Mahum Marksman + 28 + MALE + + + + + + + + + + + + + + + 2709 + 142 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20210-OlMahumSergeant.xml b/data/templates/npc/monster/20210-OlMahumSergeant.xml new file mode 100644 index 000000000..d817bdfec --- /dev/null +++ b/data/templates/npc/monster/20210-OlMahumSergeant.xml @@ -0,0 +1,42 @@ + + + + Ol Mahum Sergeant + 29 + MALE + + + + + + + + + + + + + + + 2776 + 149 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20211-OlMahumCaptain.xml b/data/templates/npc/monster/20211-OlMahumCaptain.xml new file mode 100644 index 000000000..26a2813e6 --- /dev/null +++ b/data/templates/npc/monster/20211-OlMahumCaptain.xml @@ -0,0 +1,47 @@ + + + + Ol Mahum Captain + 30 + MALE + + + + + + + + + + + + + + + 2980 + 163 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20212-BloodyAxeTurmak.xml b/data/templates/npc/monster/20212-BloodyAxeTurmak.xml new file mode 100644 index 000000000..b1e4ce252 --- /dev/null +++ b/data/templates/npc/monster/20212-BloodyAxeTurmak.xml @@ -0,0 +1,27 @@ + + + + Bloody Axe Turmak + Ol Mahum Lord + 34 + MALE + + + + + + + + + + + + + + + 3528 + 206 + + + + diff --git a/data/templates/npc/monster/20213-Porta.xml b/data/templates/npc/monster/20213-Porta.xml new file mode 100644 index 000000000..4c53332f6 --- /dev/null +++ b/data/templates/npc/monster/20213-Porta.xml @@ -0,0 +1,45 @@ + + + + Porta + 40 + MALE + + + + + + + + + + + + + + + 10438 + 647 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20214-Excuro.xml b/data/templates/npc/monster/20214-Excuro.xml new file mode 100644 index 000000000..52c73da89 --- /dev/null +++ b/data/templates/npc/monster/20214-Excuro.xml @@ -0,0 +1,43 @@ + + + + Excuro + 41 + MALE + + + + + + + + + + + + + + + 6668 + 417 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20215-Mordeo.xml b/data/templates/npc/monster/20215-Mordeo.xml new file mode 100644 index 000000000..848b75626 --- /dev/null +++ b/data/templates/npc/monster/20215-Mordeo.xml @@ -0,0 +1,41 @@ + + + + Mordeo + 42 + MALE + + + + + + + + + + + + + + + 7709 + 493 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20216-Ricenseo.xml b/data/templates/npc/monster/20216-Ricenseo.xml new file mode 100644 index 000000000..9e5a2b142 --- /dev/null +++ b/data/templates/npc/monster/20216-Ricenseo.xml @@ -0,0 +1,49 @@ + + + + Ricenseo + 43 + MALE + + + + + + + + + + + + + + + 6864 + 442 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20217-Krator.xml b/data/templates/npc/monster/20217-Krator.xml new file mode 100644 index 000000000..2af2e689d --- /dev/null +++ b/data/templates/npc/monster/20217-Krator.xml @@ -0,0 +1,61 @@ + + + + Krator + 44 + MALE + + + + + + + + + + + + + + + 7997 + 523 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20218-Premo.xml b/data/templates/npc/monster/20218-Premo.xml new file mode 100644 index 000000000..72ac36d1a --- /dev/null +++ b/data/templates/npc/monster/20218-Premo.xml @@ -0,0 +1,49 @@ + + + + Premo + 45 + MALE + + + + + + + + + + + + + + + 8303 + 552 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20219-Validus.xml b/data/templates/npc/monster/20219-Validus.xml new file mode 100644 index 000000000..300dfc115 --- /dev/null +++ b/data/templates/npc/monster/20219-Validus.xml @@ -0,0 +1,44 @@ + + + + Validus + 46 + MALE + + + + + + + + + + + + + + + 9348 + 635 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20220-Dicor.xml b/data/templates/npc/monster/20220-Dicor.xml new file mode 100644 index 000000000..815241a7a --- /dev/null +++ b/data/templates/npc/monster/20220-Dicor.xml @@ -0,0 +1,55 @@ + + + + Dicor + 47 + FEMALE + + + + + + + + + + + + + + + 9429 + 646 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20221-Perum.xml b/data/templates/npc/monster/20221-Perum.xml new file mode 100644 index 000000000..5e422c246 --- /dev/null +++ b/data/templates/npc/monster/20221-Perum.xml @@ -0,0 +1,57 @@ + + + + Perum + 48 + MALE + + + + + + + + + + + + + + + 13708 + 955 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20222-Torfe.xml b/data/templates/npc/monster/20222-Torfe.xml new file mode 100644 index 000000000..8267cd7c3 --- /dev/null +++ b/data/templates/npc/monster/20222-Torfe.xml @@ -0,0 +1,49 @@ + + + + Torfe + 49 + MALE + + + + + + + + + + + + + + + 10330 + 730 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20223-MandragoraSprout.xml b/data/templates/npc/monster/20223-MandragoraSprout.xml new file mode 100644 index 000000000..8e76bdc4b --- /dev/null +++ b/data/templates/npc/monster/20223-MandragoraSprout.xml @@ -0,0 +1,39 @@ + + + + Mandragora Sprout + 20 + FEMALE + + + + + + + + + + + + + + + 784 + 35 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20224-OlMahumRanger.xml b/data/templates/npc/monster/20224-OlMahumRanger.xml new file mode 100644 index 000000000..76b13e8b7 --- /dev/null +++ b/data/templates/npc/monster/20224-OlMahumRanger.xml @@ -0,0 +1,41 @@ + + + + Ol Mahum Ranger + 22 + MALE + + + + + + + + + + + + + + + 1271 + 60 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20225-GiantMistLeech.xml b/data/templates/npc/monster/20225-GiantMistLeech.xml new file mode 100644 index 000000000..099c42f48 --- /dev/null +++ b/data/templates/npc/monster/20225-GiantMistLeech.xml @@ -0,0 +1,41 @@ + + + + Giant Mist Leech + 25 + MALE + + + + + + + + + + + + + + + 1191 + 60 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20226-GrayAnt.xml b/data/templates/npc/monster/20226-GrayAnt.xml new file mode 100644 index 000000000..6196cadf0 --- /dev/null +++ b/data/templates/npc/monster/20226-GrayAnt.xml @@ -0,0 +1,39 @@ + + + + Gray Ant + 26 + MALE + + + + + + + + + + + + + + + 1268 + 64 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20227-HorrorMistRipper.xml b/data/templates/npc/monster/20227-HorrorMistRipper.xml new file mode 100644 index 000000000..8c79130b9 --- /dev/null +++ b/data/templates/npc/monster/20227-HorrorMistRipper.xml @@ -0,0 +1,38 @@ + + + + Horror Mist Ripper + 27 + MALE + + + + + + + + + + + + + + + 1349 + 70 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20228-GiantCrimsonAnt.xml b/data/templates/npc/monster/20228-GiantCrimsonAnt.xml new file mode 100644 index 000000000..1836ad01f --- /dev/null +++ b/data/templates/npc/monster/20228-GiantCrimsonAnt.xml @@ -0,0 +1,41 @@ + + + + Giant Crimson Ant + 28 + MALE + + + + + + + + + + + + + + + 1555 + 82 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20229-StingerWasp.xml b/data/templates/npc/monster/20229-StingerWasp.xml new file mode 100644 index 000000000..cb8aabb2d --- /dev/null +++ b/data/templates/npc/monster/20229-StingerWasp.xml @@ -0,0 +1,42 @@ + + + + Stinger Wasp + 30 + MALE + + + + + + + + + + + + + + + 1745 + 95 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20230-MarshStakatoWorker.xml b/data/templates/npc/monster/20230-MarshStakatoWorker.xml new file mode 100644 index 000000000..913d5109b --- /dev/null +++ b/data/templates/npc/monster/20230-MarshStakatoWorker.xml @@ -0,0 +1,37 @@ + + + + Marsh Stakato Worker + 31 + MALE + + + + + + + + + + + + + + + 1996 + 110 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20231-ToadLord.xml b/data/templates/npc/monster/20231-ToadLord.xml new file mode 100644 index 000000000..ce3038efe --- /dev/null +++ b/data/templates/npc/monster/20231-ToadLord.xml @@ -0,0 +1,39 @@ + + + + Toad Lord + 32 + MALE + + + + + + + + + + + + + + + 1946 + 109 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20232-MarshStakatoSoldier.xml b/data/templates/npc/monster/20232-MarshStakatoSoldier.xml new file mode 100644 index 000000000..eb1945051 --- /dev/null +++ b/data/templates/npc/monster/20232-MarshStakatoSoldier.xml @@ -0,0 +1,40 @@ + + + + Marsh Stakato Soldier + 33 + MALE + + + + + + + + + + + + + + + 1901 + 109 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20233-MarshSpider.xml b/data/templates/npc/monster/20233-MarshSpider.xml new file mode 100644 index 000000000..1d005af81 --- /dev/null +++ b/data/templates/npc/monster/20233-MarshSpider.xml @@ -0,0 +1,42 @@ + + + + Marsh Spider + 34 + MALE + + + + + + + + + + + + + + + 2241 + 131 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20234-MarshStakatoDrone.xml b/data/templates/npc/monster/20234-MarshStakatoDrone.xml new file mode 100644 index 000000000..b5b1cddb8 --- /dev/null +++ b/data/templates/npc/monster/20234-MarshStakatoDrone.xml @@ -0,0 +1,39 @@ + + + + Marsh Stakato Drone + 35 + MALE + + + + + + + + + + + + + + + 2268 + 134 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20235-Shackle.xml b/data/templates/npc/monster/20235-Shackle.xml new file mode 100644 index 000000000..53ccd6294 --- /dev/null +++ b/data/templates/npc/monster/20235-Shackle.xml @@ -0,0 +1,47 @@ + + + + Shackle + 45 + MALE + + + + + + + + + + + + + + + 3569 + 248 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20236-CaveServant.xml b/data/templates/npc/monster/20236-CaveServant.xml new file mode 100644 index 000000000..4602a9085 --- /dev/null +++ b/data/templates/npc/monster/20236-CaveServant.xml @@ -0,0 +1,60 @@ + + + + Cave Servant + 46 + MALE + + + + + + + + + + + + + + + 3693 + 262 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20237-CaveServantArcher.xml b/data/templates/npc/monster/20237-CaveServantArcher.xml new file mode 100644 index 000000000..b48af1a6a --- /dev/null +++ b/data/templates/npc/monster/20237-CaveServantArcher.xml @@ -0,0 +1,48 @@ + + + + Cave Servant Archer + 47 + MALE + + + + + + + + + + + + + + + 4972 + 356 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20238-CaveServantWarrior.xml b/data/templates/npc/monster/20238-CaveServantWarrior.xml new file mode 100644 index 000000000..d4ebf226c --- /dev/null +++ b/data/templates/npc/monster/20238-CaveServantWarrior.xml @@ -0,0 +1,48 @@ + + + + Cave Servant Warrior + 48 + MALE + + + + + + + + + + + + + + + 4785 + 349 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20239-CaveServantCaptain.xml b/data/templates/npc/monster/20239-CaveServantCaptain.xml new file mode 100644 index 000000000..59f718875 --- /dev/null +++ b/data/templates/npc/monster/20239-CaveServantCaptain.xml @@ -0,0 +1,52 @@ + + + + Cave Servant Captain + 49 + MALE + + + + + + + + + + + + + + + 5086 + 376 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20240-RoyalCaveServant.xml b/data/templates/npc/monster/20240-RoyalCaveServant.xml new file mode 100644 index 000000000..e16f006de --- /dev/null +++ b/data/templates/npc/monster/20240-RoyalCaveServant.xml @@ -0,0 +1,45 @@ + + + + Royal Cave Servant + 51 + MALE + + + + + + + + + + + + + + + 5455 + 416 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20241-HunterGargoyle.xml b/data/templates/npc/monster/20241-HunterGargoyle.xml new file mode 100644 index 000000000..f320f14dd --- /dev/null +++ b/data/templates/npc/monster/20241-HunterGargoyle.xml @@ -0,0 +1,50 @@ + + + + Hunter Gargoyle + 52 + MALE + + + + + + + + + + + + + + + 5420 + 419 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20242-DustwindGargoyle.xml b/data/templates/npc/monster/20242-DustwindGargoyle.xml new file mode 100644 index 000000000..78d0cfdf7 --- /dev/null +++ b/data/templates/npc/monster/20242-DustwindGargoyle.xml @@ -0,0 +1,51 @@ + + + + Dustwind Gargoyle + 53 + MALE + + + + + + + + + + + + + + + 5776 + 454 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20243-ThunderWyrm.xml b/data/templates/npc/monster/20243-ThunderWyrm.xml new file mode 100644 index 000000000..4c899d6ad --- /dev/null +++ b/data/templates/npc/monster/20243-ThunderWyrm.xml @@ -0,0 +1,53 @@ + + + + Thunder Wyrm + 54 + MALE + + + + + + + + + + + + + + + 5140 + 409 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20244-MalrukSuccubus.xml b/data/templates/npc/monster/20244-MalrukSuccubus.xml new file mode 100644 index 000000000..d57bd98ef --- /dev/null +++ b/data/templates/npc/monster/20244-MalrukSuccubus.xml @@ -0,0 +1,49 @@ + + + + Malruk Succubus + 55 + FEMALE + + + + + + + + + + + + + + + 5279 + 426 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20245-MalrukSuccubusTuren.xml b/data/templates/npc/monster/20245-MalrukSuccubusTuren.xml new file mode 100644 index 000000000..2f9f947c9 --- /dev/null +++ b/data/templates/npc/monster/20245-MalrukSuccubusTuren.xml @@ -0,0 +1,52 @@ + + + + Malruk Succubus Turen + 56 + FEMALE + + + + + + + + + + + + + + + 5473 + 450 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20246-CaveKeeper.xml b/data/templates/npc/monster/20246-CaveKeeper.xml new file mode 100644 index 000000000..67ea56d0f --- /dev/null +++ b/data/templates/npc/monster/20246-CaveKeeper.xml @@ -0,0 +1,50 @@ + + + + Cave Keeper + 58 + MALE + + + + + + + + + + + + + + + 6987 + 590 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20248-TurakBugbear.xml b/data/templates/npc/monster/20248-TurakBugbear.xml new file mode 100644 index 000000000..cf6ac7e9b --- /dev/null +++ b/data/templates/npc/monster/20248-TurakBugbear.xml @@ -0,0 +1,48 @@ + + + + Turak Bugbear + 31 + MALE + + + + + + + + + + + + + + + 1677 + 94 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20249-TurakBugbearWarrior.xml b/data/templates/npc/monster/20249-TurakBugbearWarrior.xml new file mode 100644 index 000000000..b60cd9172 --- /dev/null +++ b/data/templates/npc/monster/20249-TurakBugbearWarrior.xml @@ -0,0 +1,39 @@ + + + + Turak Bugbear Warrior + 33 + MALE + + + + + + + + + + + + + + + 3606 + 206 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20250-GlassJaguar.xml b/data/templates/npc/monster/20250-GlassJaguar.xml new file mode 100644 index 000000000..3221babaf --- /dev/null +++ b/data/templates/npc/monster/20250-GlassJaguar.xml @@ -0,0 +1,40 @@ + + + + Glass Jaguar + 27 + MALE + + + + + + + + + + + + + + + 1323 + 67 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20251-DeluLizardman.xml b/data/templates/npc/monster/20251-DeluLizardman.xml new file mode 100644 index 000000000..892af16e9 --- /dev/null +++ b/data/templates/npc/monster/20251-DeluLizardman.xml @@ -0,0 +1,40 @@ + + + + Delu Lizardman + 28 + MALE + + + + + + + + + + + + + + + 1400 + 73 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20252-DeluLizardmanScout.xml b/data/templates/npc/monster/20252-DeluLizardmanScout.xml new file mode 100644 index 000000000..3c7dc0d8b --- /dev/null +++ b/data/templates/npc/monster/20252-DeluLizardmanScout.xml @@ -0,0 +1,42 @@ + + + + Delu Lizardman Scout + 29 + MALE + + + + + + + + + + + + + + + 1477 + 79 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20253-DeluLizardmanWarrior.xml b/data/templates/npc/monster/20253-DeluLizardmanWarrior.xml new file mode 100644 index 000000000..0a081732a --- /dev/null +++ b/data/templates/npc/monster/20253-DeluLizardmanWarrior.xml @@ -0,0 +1,41 @@ + + + + Delu Lizardman Warrior + 30 + MALE + + + + + + + + + + + + + + + 1586 + 86 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20254-SkeletonAxeman.xml b/data/templates/npc/monster/20254-SkeletonAxeman.xml new file mode 100644 index 000000000..ff16641b1 --- /dev/null +++ b/data/templates/npc/monster/20254-SkeletonAxeman.xml @@ -0,0 +1,40 @@ + + + + Skeleton Axeman + 28 + MALE + + + + + + + + + + + + + + + 1442 + 76 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20255-BaturOrc.xml b/data/templates/npc/monster/20255-BaturOrc.xml new file mode 100644 index 000000000..53287b95e --- /dev/null +++ b/data/templates/npc/monster/20255-BaturOrc.xml @@ -0,0 +1,26 @@ + + + + Batur Orc + 31 + MALE + + + + + + + + + + + + + + + 1398 + 78 + + + + diff --git a/data/templates/npc/monster/20256-BaturOrcArcher.xml b/data/templates/npc/monster/20256-BaturOrcArcher.xml new file mode 100644 index 000000000..0e090eaf3 --- /dev/null +++ b/data/templates/npc/monster/20256-BaturOrcArcher.xml @@ -0,0 +1,26 @@ + + + + Batur Orc Archer + 32 + MALE + + + + + + + + + + + + + + + 1921 + 108 + + + + diff --git a/data/templates/npc/monster/20257-BaturOrcWarrior.xml b/data/templates/npc/monster/20257-BaturOrcWarrior.xml new file mode 100644 index 000000000..92dd55e6b --- /dev/null +++ b/data/templates/npc/monster/20257-BaturOrcWarrior.xml @@ -0,0 +1,26 @@ + + + + Batur Orc Warrior + 33 + MALE + + + + + + + + + + + + + + + 1922 + 110 + + + + diff --git a/data/templates/npc/monster/20258-BaturOrcShaman.xml b/data/templates/npc/monster/20258-BaturOrcShaman.xml new file mode 100644 index 000000000..95f8495fb --- /dev/null +++ b/data/templates/npc/monster/20258-BaturOrcShaman.xml @@ -0,0 +1,26 @@ + + + + Batur Orc Shaman + 34 + MALE + + + + + + + + + + + + + + + 1681 + 98 + + + + diff --git a/data/templates/npc/monster/20259-BaturOrcOverlord.xml b/data/templates/npc/monster/20259-BaturOrcOverlord.xml new file mode 100644 index 000000000..9140fe8c1 --- /dev/null +++ b/data/templates/npc/monster/20259-BaturOrcOverlord.xml @@ -0,0 +1,26 @@ + + + + Batur Orc Overlord + 35 + MALE + + + + + + + + + + + + + + + 2163 + 128 + + + + diff --git a/data/templates/npc/monster/20260-OrcChampion.xml b/data/templates/npc/monster/20260-OrcChampion.xml new file mode 100644 index 000000000..918aa0766 --- /dev/null +++ b/data/templates/npc/monster/20260-OrcChampion.xml @@ -0,0 +1,26 @@ + + + + Orc Champion + 14 + MALE + + + + + + + + + + + + + + + 435 + 17 + + + + diff --git a/data/templates/npc/monster/20261-OrcShaman.xml b/data/templates/npc/monster/20261-OrcShaman.xml new file mode 100644 index 000000000..e396a97e5 --- /dev/null +++ b/data/templates/npc/monster/20261-OrcShaman.xml @@ -0,0 +1,26 @@ + + + + Orc Shaman + 17 + MALE + + + + + + + + + + + + + + + 505 + 21 + + + + diff --git a/data/templates/npc/monster/20265-MonsterEyeSearcher.xml b/data/templates/npc/monster/20265-MonsterEyeSearcher.xml new file mode 100644 index 000000000..aeded5b69 --- /dev/null +++ b/data/templates/npc/monster/20265-MonsterEyeSearcher.xml @@ -0,0 +1,38 @@ + + + + Monster Eye Searcher + 22 + MALE + + + + + + + + + + + + + + + 1833 + 86 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20266-MonsterEyeGazer.xml b/data/templates/npc/monster/20266-MonsterEyeGazer.xml new file mode 100644 index 000000000..83890c32f --- /dev/null +++ b/data/templates/npc/monster/20266-MonsterEyeGazer.xml @@ -0,0 +1,37 @@ + + + + Monster Eye Gazer + 25 + MALE + + + + + + + + + + + + + + + 1191 + 60 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20267-BrekaOrc.xml b/data/templates/npc/monster/20267-BrekaOrc.xml new file mode 100644 index 000000000..7c8959001 --- /dev/null +++ b/data/templates/npc/monster/20267-BrekaOrc.xml @@ -0,0 +1,42 @@ + + + + Breka Orc + 31 + MALE + + + + + + + + + + + + + + + 1677 + 94 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20268-BrekaOrcArcher.xml b/data/templates/npc/monster/20268-BrekaOrcArcher.xml new file mode 100644 index 000000000..33983ade0 --- /dev/null +++ b/data/templates/npc/monster/20268-BrekaOrcArcher.xml @@ -0,0 +1,39 @@ + + + + Breka Orc Archer + 32 + MALE + + + + + + + + + + + + + + + 2305 + 130 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20269-BrekaOrcShaman.xml b/data/templates/npc/monster/20269-BrekaOrcShaman.xml new file mode 100644 index 000000000..dbd630956 --- /dev/null +++ b/data/templates/npc/monster/20269-BrekaOrcShaman.xml @@ -0,0 +1,43 @@ + + + + Breka Orc Shaman + 34 + MALE + + + + + + + + + + + + + + + 2018 + 118 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20270-BrekaOrcOverlord.xml b/data/templates/npc/monster/20270-BrekaOrcOverlord.xml new file mode 100644 index 000000000..54abe15fb --- /dev/null +++ b/data/templates/npc/monster/20270-BrekaOrcOverlord.xml @@ -0,0 +1,43 @@ + + + + Breka Orc Overlord + 35 + MALE + + + + + + + + + + + + + + + 2857 + 169 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20271-BrekaOrcWarrior.xml b/data/templates/npc/monster/20271-BrekaOrcWarrior.xml new file mode 100644 index 000000000..c06359ab8 --- /dev/null +++ b/data/templates/npc/monster/20271-BrekaOrcWarrior.xml @@ -0,0 +1,44 @@ + + + + Breka Orc Warrior + 33 + MALE + + + + + + + + + + + + + + + 2307 + 132 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20272-CaveServant.xml b/data/templates/npc/monster/20272-CaveServant.xml new file mode 100644 index 000000000..db52423c1 --- /dev/null +++ b/data/templates/npc/monster/20272-CaveServant.xml @@ -0,0 +1,26 @@ + + + + Cave Servant + 46 + MALE + + + + + + + + + + + + + + + 3078 + 218 + + + + diff --git a/data/templates/npc/monster/20273-CaveServantArcher.xml b/data/templates/npc/monster/20273-CaveServantArcher.xml new file mode 100644 index 000000000..6620eb61d --- /dev/null +++ b/data/templates/npc/monster/20273-CaveServantArcher.xml @@ -0,0 +1,26 @@ + + + + Cave Servant Archer + 47 + MALE + + + + + + + + + + + + + + + 3309 + 238 + + + + diff --git a/data/templates/npc/monster/20274-CaveServantWarrior.xml b/data/templates/npc/monster/20274-CaveServantWarrior.xml new file mode 100644 index 000000000..210c01816 --- /dev/null +++ b/data/templates/npc/monster/20274-CaveServantWarrior.xml @@ -0,0 +1,26 @@ + + + + Cave Servant Warrior + 48 + MALE + + + + + + + + + + + + + + + 3351 + 245 + + + + diff --git a/data/templates/npc/monster/20275-CaveServantCaptain.xml b/data/templates/npc/monster/20275-CaveServantCaptain.xml new file mode 100644 index 000000000..00ba854d3 --- /dev/null +++ b/data/templates/npc/monster/20275-CaveServantCaptain.xml @@ -0,0 +1,26 @@ + + + + Cave Servant Captain + 49 + MALE + + + + + + + + + + + + + + + 3562 + 263 + + + + diff --git a/data/templates/npc/monster/20276-RoyalCaveServant.xml b/data/templates/npc/monster/20276-RoyalCaveServant.xml new file mode 100644 index 000000000..2c031e767 --- /dev/null +++ b/data/templates/npc/monster/20276-RoyalCaveServant.xml @@ -0,0 +1,26 @@ + + + + Royal Cave Servant + 51 + MALE + + + + + + + + + + + + + + + 3783 + 288 + + + + diff --git a/data/templates/npc/monster/20277-CaveKeeper.xml b/data/templates/npc/monster/20277-CaveKeeper.xml new file mode 100644 index 000000000..78c272351 --- /dev/null +++ b/data/templates/npc/monster/20277-CaveKeeper.xml @@ -0,0 +1,26 @@ + + + + Cave Keeper + 58 + MALE + + + + + + + + + + + + + + + 4893 + 413 + + + + diff --git a/data/templates/npc/monster/20279-Shackle.xml b/data/templates/npc/monster/20279-Shackle.xml new file mode 100644 index 000000000..e153a64ab --- /dev/null +++ b/data/templates/npc/monster/20279-Shackle.xml @@ -0,0 +1,25 @@ + + + + Shackle + 45 + MALE + + + + + + + + + + + + + + + 2974 + 206 + + + diff --git a/data/templates/npc/monster/20280-HeadlessKnight.xml b/data/templates/npc/monster/20280-HeadlessKnight.xml new file mode 100644 index 000000000..38279ebee --- /dev/null +++ b/data/templates/npc/monster/20280-HeadlessKnight.xml @@ -0,0 +1,26 @@ + + + + Headless Knight + 50 + MALE + + + + + + + + + + + + + + + 3709 + 280 + + + + diff --git a/data/templates/npc/monster/20281-DustwindGargoyle.xml b/data/templates/npc/monster/20281-DustwindGargoyle.xml new file mode 100644 index 000000000..22ac3c5cb --- /dev/null +++ b/data/templates/npc/monster/20281-DustwindGargoyle.xml @@ -0,0 +1,25 @@ + + + + Dustwind Gargoyle + 53 + MALE + + + + + + + + + + + + + + + 4045 + 318 + + + diff --git a/data/templates/npc/monster/20282-ThunderWyrm.xml b/data/templates/npc/monster/20282-ThunderWyrm.xml new file mode 100644 index 000000000..96b226998 --- /dev/null +++ b/data/templates/npc/monster/20282-ThunderWyrm.xml @@ -0,0 +1,25 @@ + + + + Thunder Wyrm + 54 + MALE + + + + + + + + + + + + + + + 4283 + 342 + + + diff --git a/data/templates/npc/monster/20283-MalrukSuccubus.xml b/data/templates/npc/monster/20283-MalrukSuccubus.xml new file mode 100644 index 000000000..d6c495994 --- /dev/null +++ b/data/templates/npc/monster/20283-MalrukSuccubus.xml @@ -0,0 +1,25 @@ + + + + Malruk Succubus + 55 + FEMALE + + + + + + + + + + + + + + + 4400 + 355 + + + diff --git a/data/templates/npc/monster/20284-MalrukSuccubusTuren.xml b/data/templates/npc/monster/20284-MalrukSuccubusTuren.xml new file mode 100644 index 000000000..a636d25a1 --- /dev/null +++ b/data/templates/npc/monster/20284-MalrukSuccubusTuren.xml @@ -0,0 +1,25 @@ + + + + Malruk Succubus Turen + 56 + FEMALE + + + + + + + + + + + + + + + 4561 + 374 + + + diff --git a/data/templates/npc/monster/20285-Drake.xml b/data/templates/npc/monster/20285-Drake.xml new file mode 100644 index 000000000..c0f2dade8 --- /dev/null +++ b/data/templates/npc/monster/20285-Drake.xml @@ -0,0 +1,25 @@ + + + + Drake + 57 + MALE + + + + + + + + + + + + + + + 4820 + 401 + + + diff --git a/data/templates/npc/monster/20286-HunterGargoyle.xml b/data/templates/npc/monster/20286-HunterGargoyle.xml new file mode 100644 index 000000000..2970f0651 --- /dev/null +++ b/data/templates/npc/monster/20286-HunterGargoyle.xml @@ -0,0 +1,25 @@ + + + + Hunter Gargoyle + 52 + MALE + + + + + + + + + + + + + + + 3894 + 301 + + + diff --git a/data/templates/npc/monster/20287-CaveMaiden.xml b/data/templates/npc/monster/20287-CaveMaiden.xml new file mode 100644 index 000000000..b79f685f8 --- /dev/null +++ b/data/templates/npc/monster/20287-CaveMaiden.xml @@ -0,0 +1,26 @@ + + + + Cave Maiden + 59 + FEMALE + + + + + + + + + + + + + + + 5113 + 437 + + + + diff --git a/data/templates/npc/monster/20291-EnkuOrcChampion.xml b/data/templates/npc/monster/20291-EnkuOrcChampion.xml new file mode 100644 index 000000000..1c1fe4589 --- /dev/null +++ b/data/templates/npc/monster/20291-EnkuOrcChampion.xml @@ -0,0 +1,41 @@ + + + + Enku Orc Champion + 21 + MALE + + + + + + + + + + + + + + + 1113 + 52 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20292-EnkuOrcShaman.xml b/data/templates/npc/monster/20292-EnkuOrcShaman.xml new file mode 100644 index 000000000..4703f8c9f --- /dev/null +++ b/data/templates/npc/monster/20292-EnkuOrcShaman.xml @@ -0,0 +1,40 @@ + + + + Enku Orc Shaman + 20 + MALE + + + + + + + + + + + + + + + 813 + 36 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20293-VirudLizardman.xml b/data/templates/npc/monster/20293-VirudLizardman.xml new file mode 100644 index 000000000..cb79c2502 --- /dev/null +++ b/data/templates/npc/monster/20293-VirudLizardman.xml @@ -0,0 +1,26 @@ + + + + Virud Lizardman + 20 + MALE + + + + + + + + + + + + + + + 594 + 26 + + + + diff --git a/data/templates/npc/monster/20294-VirudLizardmanMatriarch.xml b/data/templates/npc/monster/20294-VirudLizardmanMatriarch.xml new file mode 100644 index 000000000..4d9d4c51d --- /dev/null +++ b/data/templates/npc/monster/20294-VirudLizardmanMatriarch.xml @@ -0,0 +1,26 @@ + + + + Virud Lizardman Matriarch + 24 + MALE + + + + + + + + + + + + + + + 1142 + 56 + + + + diff --git a/data/templates/npc/monster/20295-VirudLizardmanWarrior.xml b/data/templates/npc/monster/20295-VirudLizardmanWarrior.xml new file mode 100644 index 000000000..23759d6b0 --- /dev/null +++ b/data/templates/npc/monster/20295-VirudLizardmanWarrior.xml @@ -0,0 +1,26 @@ + + + + Virud Lizardman Warrior + 22 + MALE + + + + + + + + + + + + + + + 838 + 40 + + + + diff --git a/data/templates/npc/monster/20296-VirudLizardmanScout.xml b/data/templates/npc/monster/20296-VirudLizardmanScout.xml new file mode 100644 index 000000000..ca2992704 --- /dev/null +++ b/data/templates/npc/monster/20296-VirudLizardmanScout.xml @@ -0,0 +1,26 @@ + + + + Virud Lizardman Scout + 21 + MALE + + + + + + + + + + + + + + + 787 + 36 + + + + diff --git a/data/templates/npc/monster/20297-VirudLizardmanShaman.xml b/data/templates/npc/monster/20297-VirudLizardmanShaman.xml new file mode 100644 index 000000000..b4d70d058 --- /dev/null +++ b/data/templates/npc/monster/20297-VirudLizardmanShaman.xml @@ -0,0 +1,26 @@ + + + + Virud Lizardman Shaman + 23 + MALE + + + + + + + + + + + + + + + 878 + 42 + + + + diff --git a/data/templates/npc/monster/20298-VirudLizardmanShaman.xml b/data/templates/npc/monster/20298-VirudLizardmanShaman.xml new file mode 100644 index 000000000..3a9d20462 --- /dev/null +++ b/data/templates/npc/monster/20298-VirudLizardmanShaman.xml @@ -0,0 +1,26 @@ + + + + Virud Lizardman Shaman + 23 + MALE + + + + + + + + + + + + + + + 878 + 42 + + + + diff --git a/data/templates/npc/monster/20299-ZentaLizardman.xml b/data/templates/npc/monster/20299-ZentaLizardman.xml new file mode 100644 index 000000000..641931f66 --- /dev/null +++ b/data/templates/npc/monster/20299-ZentaLizardman.xml @@ -0,0 +1,26 @@ + + + + Zenta Lizardman + 40 + MALE + + + + + + + + + + + + + + + 2327 + 150 + + + + diff --git a/data/templates/npc/monster/20300-ZentaLizardmanMatriarch.xml b/data/templates/npc/monster/20300-ZentaLizardmanMatriarch.xml new file mode 100644 index 000000000..2d5b6f9f4 --- /dev/null +++ b/data/templates/npc/monster/20300-ZentaLizardmanMatriarch.xml @@ -0,0 +1,26 @@ + + + + Zenta Lizardman Matriarch + 44 + MALE + + + + + + + + + + + + + + + 3418 + 234 + + + + diff --git a/data/templates/npc/monster/20301-ZentaLizardmanScout.xml b/data/templates/npc/monster/20301-ZentaLizardmanScout.xml new file mode 100644 index 000000000..5db9037d1 --- /dev/null +++ b/data/templates/npc/monster/20301-ZentaLizardmanScout.xml @@ -0,0 +1,26 @@ + + + + Zenta Lizardman Scout + 41 + MALE + + + + + + + + + + + + + + + 2518 + 164 + + + + diff --git a/data/templates/npc/monster/20302-ZentaLizardmanWarrior.xml b/data/templates/npc/monster/20302-ZentaLizardmanWarrior.xml new file mode 100644 index 000000000..2acabf7ae --- /dev/null +++ b/data/templates/npc/monster/20302-ZentaLizardmanWarrior.xml @@ -0,0 +1,26 @@ + + + + Zenta Lizardman Warrior + 42 + MALE + + + + + + + + + + + + + + + 2617 + 174 + + + + diff --git a/data/templates/npc/monster/20303-ZentaLizardmanShaman.xml b/data/templates/npc/monster/20303-ZentaLizardmanShaman.xml new file mode 100644 index 000000000..af0bef1b8 --- /dev/null +++ b/data/templates/npc/monster/20303-ZentaLizardmanShaman.xml @@ -0,0 +1,26 @@ + + + + Zenta Lizardman Shaman + 43 + MALE + + + + + + + + + + + + + + + 2689 + 182 + + + + diff --git a/data/templates/npc/monster/20304-MarshStakatoQueen.xml b/data/templates/npc/monster/20304-MarshStakatoQueen.xml new file mode 100644 index 000000000..9043c92bd --- /dev/null +++ b/data/templates/npc/monster/20304-MarshStakatoQueen.xml @@ -0,0 +1,26 @@ + + + + Marsh Stakato Queen + 36 + FEMALE + + + + + + + + + + + + + + + 2288 + 138 + + + + diff --git a/data/templates/npc/monster/20305-Grave.xml b/data/templates/npc/monster/20305-Grave.xml new file mode 100644 index 000000000..49150dcf9 --- /dev/null +++ b/data/templates/npc/monster/20305-Grave.xml @@ -0,0 +1,25 @@ + + + + Grave + 40 + MALE + + + + + + + + + + + + + + + 2350 + 151 + + + diff --git a/data/templates/npc/monster/20307-GarumWerewolf.xml b/data/templates/npc/monster/20307-GarumWerewolf.xml new file mode 100644 index 000000000..5bae7a0f2 --- /dev/null +++ b/data/templates/npc/monster/20307-GarumWerewolf.xml @@ -0,0 +1,42 @@ + + + + Garum Werewolf + 9 + MALE + + + + + + + + + + + + + + + 321 + 11 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20308-HookSpider.xml b/data/templates/npc/monster/20308-HookSpider.xml new file mode 100644 index 000000000..6b91d8273 --- /dev/null +++ b/data/templates/npc/monster/20308-HookSpider.xml @@ -0,0 +1,38 @@ + + + + Hook Spider + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20309-BrownFox.xml b/data/templates/npc/monster/20309-BrownFox.xml new file mode 100644 index 000000000..56f52c2dd --- /dev/null +++ b/data/templates/npc/monster/20309-BrownFox.xml @@ -0,0 +1,25 @@ + + + + Brown Fox + 2 + MALE + + + + + + + + + + + + + + + 59 + 2 + + + diff --git a/data/templates/npc/monster/20310-BrownBear.xml b/data/templates/npc/monster/20310-BrownBear.xml new file mode 100644 index 000000000..6a28ed304 --- /dev/null +++ b/data/templates/npc/monster/20310-BrownBear.xml @@ -0,0 +1,37 @@ + + + + Brown Bear + 16 + MALE + + + + + + + + + + + + + + + 577 + 23 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20311-RakeclawImp.xml b/data/templates/npc/monster/20311-RakeclawImp.xml new file mode 100644 index 000000000..ad49da588 --- /dev/null +++ b/data/templates/npc/monster/20311-RakeclawImp.xml @@ -0,0 +1,37 @@ + + + + Rakeclaw Imp + 6 + MALE + + + + + + + + + + + + + + + 214 + 6 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20312-RakeclawImpHunter.xml b/data/templates/npc/monster/20312-RakeclawImpHunter.xml new file mode 100644 index 000000000..56d5afa85 --- /dev/null +++ b/data/templates/npc/monster/20312-RakeclawImpHunter.xml @@ -0,0 +1,37 @@ + + + + Rakeclaw Imp Hunter + 7 + MALE + + + + + + + + + + + + + + + 249 + 8 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20313-RakeclawImpChieftain.xml b/data/templates/npc/monster/20313-RakeclawImpChieftain.xml new file mode 100644 index 000000000..ae6b6e2f0 --- /dev/null +++ b/data/templates/npc/monster/20313-RakeclawImpChieftain.xml @@ -0,0 +1,39 @@ + + + + Rakeclaw Imp Chieftain + 10 + MALE + + + + + + + + + + + + + + + 363 + 12 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20314-GreatWhiteShark.xml b/data/templates/npc/monster/20314-GreatWhiteShark.xml new file mode 100644 index 000000000..992168fc1 --- /dev/null +++ b/data/templates/npc/monster/20314-GreatWhiteShark.xml @@ -0,0 +1,42 @@ + + + + Great White Shark + 42 + MALE + + + + + + + + + + + + + + + 2617 + 174 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20316-DarkwingBat.xml b/data/templates/npc/monster/20316-DarkwingBat.xml new file mode 100644 index 000000000..177005b68 --- /dev/null +++ b/data/templates/npc/monster/20316-DarkwingBat.xml @@ -0,0 +1,38 @@ + + + + Darkwing Bat + 11 + MALE + + + + + + + + + + + + + + + 392 + 15 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20317-BlackWolf.xml b/data/templates/npc/monster/20317-BlackWolf.xml new file mode 100644 index 000000000..f5f75ac13 --- /dev/null +++ b/data/templates/npc/monster/20317-BlackWolf.xml @@ -0,0 +1,37 @@ + + + + Black Wolf + 4 + MALE + + + + + + + + + + + + + + + 141 + 4 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20318-BlackTimberWolf.xml b/data/templates/npc/monster/20318-BlackTimberWolf.xml new file mode 100644 index 000000000..6d5d547b7 --- /dev/null +++ b/data/templates/npc/monster/20318-BlackTimberWolf.xml @@ -0,0 +1,35 @@ + + + + Black Timber Wolf + 6 + MALE + + + + + + + + + + + + + + + 212 + 6 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20319-GoblinGraveRobber.xml b/data/templates/npc/monster/20319-GoblinGraveRobber.xml new file mode 100644 index 000000000..d0373b529 --- /dev/null +++ b/data/templates/npc/monster/20319-GoblinGraveRobber.xml @@ -0,0 +1,40 @@ + + + + Goblin Grave Robber + 5 + MALE + + + + + + + + + + + + + + + 178 + 5 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20320-GoblinTombRaiderLeader.xml b/data/templates/npc/monster/20320-GoblinTombRaiderLeader.xml new file mode 100644 index 000000000..7e9b2720f --- /dev/null +++ b/data/templates/npc/monster/20320-GoblinTombRaiderLeader.xml @@ -0,0 +1,37 @@ + + + + Goblin Tomb Raider Leader + 12 + MALE + + + + + + + + + + + + + + + 428 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20321-GoblinThief.xml b/data/templates/npc/monster/20321-GoblinThief.xml new file mode 100644 index 000000000..5d6716dac --- /dev/null +++ b/data/templates/npc/monster/20321-GoblinThief.xml @@ -0,0 +1,43 @@ + + + + Goblin Thief + 10 + MALE + + + + + + + + + + + + + + + 356 + 12 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20322-GoblinBrigand.xml b/data/templates/npc/monster/20322-GoblinBrigand.xml new file mode 100644 index 000000000..dcae272d4 --- /dev/null +++ b/data/templates/npc/monster/20322-GoblinBrigand.xml @@ -0,0 +1,38 @@ + + + + Goblin Brigand + 8 + MALE + + + + + + + + + + + + + + + 285 + 10 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20323-GoblinBrigandLeader.xml b/data/templates/npc/monster/20323-GoblinBrigandLeader.xml new file mode 100644 index 000000000..72deadcbe --- /dev/null +++ b/data/templates/npc/monster/20323-GoblinBrigandLeader.xml @@ -0,0 +1,38 @@ + + + + Goblin Brigand Leader + 14 + MALE + + + + + + + + + + + + + + + 509 + 20 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20324-GoblinBrigandLieutenant.xml b/data/templates/npc/monster/20324-GoblinBrigandLieutenant.xml new file mode 100644 index 000000000..67a835176 --- /dev/null +++ b/data/templates/npc/monster/20324-GoblinBrigandLieutenant.xml @@ -0,0 +1,42 @@ + + + + Goblin Brigand Lieutenant + 10 + MALE + + + + + + + + + + + + + + + 363 + 12 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20325-GoblinRaider.xml b/data/templates/npc/monster/20325-GoblinRaider.xml new file mode 100644 index 000000000..8fb30e3c6 --- /dev/null +++ b/data/templates/npc/monster/20325-GoblinRaider.xml @@ -0,0 +1,40 @@ + + + + Goblin Raider + 5 + MALE + + + + + + + + + + + + + + + 178 + 5 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20326-GoblinScout.xml b/data/templates/npc/monster/20326-GoblinScout.xml new file mode 100644 index 000000000..62d14aa81 --- /dev/null +++ b/data/templates/npc/monster/20326-GoblinScout.xml @@ -0,0 +1,40 @@ + + + + Goblin Scout + 8 + MALE + + + + + + + + + + + + + + + 285 + 10 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20327-GoblinSnooper.xml b/data/templates/npc/monster/20327-GoblinSnooper.xml new file mode 100644 index 000000000..014213ada --- /dev/null +++ b/data/templates/npc/monster/20327-GoblinSnooper.xml @@ -0,0 +1,38 @@ + + + + Goblin Snooper + 5 + MALE + + + + + + + + + + + + + + + 178 + 5 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20328-GoblinLookout.xml b/data/templates/npc/monster/20328-GoblinLookout.xml new file mode 100644 index 000000000..b66e362b9 --- /dev/null +++ b/data/templates/npc/monster/20328-GoblinLookout.xml @@ -0,0 +1,41 @@ + + + + Goblin Lookout + 8 + MALE + + + + + + + + + + + + + + + 285 + 10 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20329-GhostGuardian.xml b/data/templates/npc/monster/20329-GhostGuardian.xml new file mode 100644 index 000000000..1433ff784 --- /dev/null +++ b/data/templates/npc/monster/20329-GhostGuardian.xml @@ -0,0 +1,39 @@ + + + + Ghost Guardian + 21 + MALE + + + + + + + + + + + + + + + 772 + 36 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20330-MineshaftBat.xml b/data/templates/npc/monster/20330-MineshaftBat.xml new file mode 100644 index 000000000..b00aed2fa --- /dev/null +++ b/data/templates/npc/monster/20330-MineshaftBat.xml @@ -0,0 +1,37 @@ + + + + Mineshaft Bat + 11 + MALE + + + + + + + + + + + + + + + 326 + 12 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20331-MonsterEyeTracker.xml b/data/templates/npc/monster/20331-MonsterEyeTracker.xml new file mode 100644 index 000000000..bb174ae1f --- /dev/null +++ b/data/templates/npc/monster/20331-MonsterEyeTracker.xml @@ -0,0 +1,38 @@ + + + + Monster Eye Tracker + 10 + MALE + + + + + + + + + + + + + + + 297 + 10 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20333-GreystoneGolem.xml b/data/templates/npc/monster/20333-GreystoneGolem.xml new file mode 100644 index 000000000..86ca13c75 --- /dev/null +++ b/data/templates/npc/monster/20333-GreystoneGolem.xml @@ -0,0 +1,37 @@ + + + + Greystone Golem + 13 + MALE + + + + + + + + + + + + + + + 655 + 26 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20334-GremlinScavenger.xml b/data/templates/npc/monster/20334-GremlinScavenger.xml new file mode 100644 index 000000000..1a899269d --- /dev/null +++ b/data/templates/npc/monster/20334-GremlinScavenger.xml @@ -0,0 +1,25 @@ + + + + Gremlin Scavenger + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + diff --git a/data/templates/npc/monster/20335-GrizzlyBear.xml b/data/templates/npc/monster/20335-GrizzlyBear.xml new file mode 100644 index 000000000..148a2956f --- /dev/null +++ b/data/templates/npc/monster/20335-GrizzlyBear.xml @@ -0,0 +1,39 @@ + + + + Grizzly Bear + 17 + MALE + + + + + + + + + + + + + + + 600 + 25 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20336-GreenDryad.xml b/data/templates/npc/monster/20336-GreenDryad.xml new file mode 100644 index 000000000..7faf80c7e --- /dev/null +++ b/data/templates/npc/monster/20336-GreenDryad.xml @@ -0,0 +1,41 @@ + + + + Green Dryad + 8 + FEMALE + + + + + + + + + + + + + + + 285 + 10 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20337-LongtailFox.xml b/data/templates/npc/monster/20337-LongtailFox.xml new file mode 100644 index 000000000..a26af6f4e --- /dev/null +++ b/data/templates/npc/monster/20337-LongtailFox.xml @@ -0,0 +1,25 @@ + + + + Longtail Fox + 2 + MALE + + + + + + + + + + + + + + + 59 + 2 + + + diff --git a/data/templates/npc/monster/20338-NightmareWeaver.xml b/data/templates/npc/monster/20338-NightmareWeaver.xml new file mode 100644 index 000000000..68c7468e7 --- /dev/null +++ b/data/templates/npc/monster/20338-NightmareWeaver.xml @@ -0,0 +1,36 @@ + + + + Nightmare Weaver + 21 + MALE + + + + + + + + + + + + + + + 849 + 40 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20340-SlaveSkeleton.xml b/data/templates/npc/monster/20340-SlaveSkeleton.xml new file mode 100644 index 000000000..49ab1be7e --- /dev/null +++ b/data/templates/npc/monster/20340-SlaveSkeleton.xml @@ -0,0 +1,35 @@ + + + + Slave Skeleton + 12 + MALE + + + + + + + + + + + + + + + 363 + 13 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20341-UndeadSlave.xml b/data/templates/npc/monster/20341-UndeadSlave.xml new file mode 100644 index 000000000..427948d7c --- /dev/null +++ b/data/templates/npc/monster/20341-UndeadSlave.xml @@ -0,0 +1,38 @@ + + + + Undead Slave + 19 + MALE + + + + + + + + + + + + + + + 799 + 36 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20342-WerewolfChieftain.xml b/data/templates/npc/monster/20342-WerewolfChieftain.xml new file mode 100644 index 000000000..84fb013a9 --- /dev/null +++ b/data/templates/npc/monster/20342-WerewolfChieftain.xml @@ -0,0 +1,37 @@ + + + + Werewolf Chieftain + 12 + MALE + + + + + + + + + + + + + + + 436 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20343-WerewolfHunter.xml b/data/templates/npc/monster/20343-WerewolfHunter.xml new file mode 100644 index 000000000..e2dc88147 --- /dev/null +++ b/data/templates/npc/monster/20343-WerewolfHunter.xml @@ -0,0 +1,38 @@ + + + + Werewolf Hunter + 10 + MALE + + + + + + + + + + + + + + + 363 + 12 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20345-DarkTerror.xml b/data/templates/npc/monster/20345-DarkTerror.xml new file mode 100644 index 000000000..e8c7794b4 --- /dev/null +++ b/data/templates/npc/monster/20345-DarkTerror.xml @@ -0,0 +1,40 @@ + + + + Dark Terror + 16 + MALE + + + + + + + + + + + + + + + 534 + 22 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20346-DarkstoneGolem.xml b/data/templates/npc/monster/20346-DarkstoneGolem.xml new file mode 100644 index 000000000..b1b2b3c7d --- /dev/null +++ b/data/templates/npc/monster/20346-DarkstoneGolem.xml @@ -0,0 +1,36 @@ + + + + Darkstone Golem + 13 + MALE + + + + + + + + + + + + + + + 545 + 21 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20347-DoomWraith.xml b/data/templates/npc/monster/20347-DoomWraith.xml new file mode 100644 index 000000000..76541852e --- /dev/null +++ b/data/templates/npc/monster/20347-DoomWraith.xml @@ -0,0 +1,26 @@ + + + + Doom Wraith + 55 + MALE + + + + + + + + + + + + + + + 4488 + 362 + + + + diff --git a/data/templates/npc/monster/20348-CaveSpider.xml b/data/templates/npc/monster/20348-CaveSpider.xml new file mode 100644 index 000000000..0beeb3537 --- /dev/null +++ b/data/templates/npc/monster/20348-CaveSpider.xml @@ -0,0 +1,37 @@ + + + + Cave Spider + 15 + MALE + + + + + + + + + + + + + + + 445 + 18 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20349-CaveBat.xml b/data/templates/npc/monster/20349-CaveBat.xml new file mode 100644 index 000000000..cad1801f2 --- /dev/null +++ b/data/templates/npc/monster/20349-CaveBat.xml @@ -0,0 +1,37 @@ + + + + Cave Bat + 13 + MALE + + + + + + + + + + + + + + + 386 + 15 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20350-CaveFangSpider.xml b/data/templates/npc/monster/20350-CaveFangSpider.xml new file mode 100644 index 000000000..7a0677448 --- /dev/null +++ b/data/templates/npc/monster/20350-CaveFangSpider.xml @@ -0,0 +1,39 @@ + + + + Cave Fang Spider + 16 + MALE + + + + + + + + + + + + + + + 485 + 20 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20351-DreVanulTracker.xml b/data/templates/npc/monster/20351-DreVanulTracker.xml new file mode 100644 index 000000000..cf4d626c0 --- /dev/null +++ b/data/templates/npc/monster/20351-DreVanulTracker.xml @@ -0,0 +1,37 @@ + + + + Dre Vanul Tracker + 20 + MALE + + + + + + + + + + + + + + + 606 + 27 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20352-DreVanulSlayer.xml b/data/templates/npc/monster/20352-DreVanulSlayer.xml new file mode 100644 index 000000000..238258e1b --- /dev/null +++ b/data/templates/npc/monster/20352-DreVanulSlayer.xml @@ -0,0 +1,37 @@ + + + + Dre Vanul Slayer + 22 + MALE + + + + + + + + + + + + + + + 921 + 43 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20353-DreVanulBeholder.xml b/data/templates/npc/monster/20353-DreVanulBeholder.xml new file mode 100644 index 000000000..d3d6f3ef3 --- /dev/null +++ b/data/templates/npc/monster/20353-DreVanulBeholder.xml @@ -0,0 +1,37 @@ + + + + Dre Vanul Beholder + 21 + MALE + + + + + + + + + + + + + + + 780 + 36 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20354-DwarfGhost.xml b/data/templates/npc/monster/20354-DwarfGhost.xml new file mode 100644 index 000000000..2bf3cf24f --- /dev/null +++ b/data/templates/npc/monster/20354-DwarfGhost.xml @@ -0,0 +1,25 @@ + + + + Dwarf Ghost + 20 + MALE + + + + + + + + + + + + + + + 606 + 27 + + + diff --git a/data/templates/npc/monster/20356-LangkLizardmanLeader.xml b/data/templates/npc/monster/20356-LangkLizardmanLeader.xml new file mode 100644 index 000000000..0d43da5f3 --- /dev/null +++ b/data/templates/npc/monster/20356-LangkLizardmanLeader.xml @@ -0,0 +1,37 @@ + + + + Langk Lizardman Leader + 25 + MALE + + + + + + + + + + + + + + + 1215 + 61 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20357-LangkLizardmanLieutenant.xml b/data/templates/npc/monster/20357-LangkLizardmanLieutenant.xml new file mode 100644 index 000000000..977edc0d6 --- /dev/null +++ b/data/templates/npc/monster/20357-LangkLizardmanLieutenant.xml @@ -0,0 +1,38 @@ + + + + Langk Lizardman Lieutenant + 22 + MALE + + + + + + + + + + + + + + + 986 + 47 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20358-RatmanHunter.xml b/data/templates/npc/monster/20358-RatmanHunter.xml new file mode 100644 index 000000000..1e06e272e --- /dev/null +++ b/data/templates/npc/monster/20358-RatmanHunter.xml @@ -0,0 +1,37 @@ + + + + Ratman Hunter + 18 + MALE + + + + + + + + + + + + + + + 640 + 28 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20359-RatmanWarrior.xml b/data/templates/npc/monster/20359-RatmanWarrior.xml new file mode 100644 index 000000000..46fbc2d62 --- /dev/null +++ b/data/templates/npc/monster/20359-RatmanWarrior.xml @@ -0,0 +1,38 @@ + + + + Ratman Warrior + 19 + MALE + + + + + + + + + + + + + + + 678 + 30 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20360-RatmanSpy.xml b/data/templates/npc/monster/20360-RatmanSpy.xml new file mode 100644 index 000000000..fc6365233 --- /dev/null +++ b/data/templates/npc/monster/20360-RatmanSpy.xml @@ -0,0 +1,40 @@ + + + + Ratman Spy + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20361-TunathOrcMarksman.xml b/data/templates/npc/monster/20361-TunathOrcMarksman.xml new file mode 100644 index 000000000..a78a68a8a --- /dev/null +++ b/data/templates/npc/monster/20361-TunathOrcMarksman.xml @@ -0,0 +1,38 @@ + + + + Tunath Orc Marksman + 10 + MALE + + + + + + + + + + + + + + + 306 + 10 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20362-TunathOrcWarrior.xml b/data/templates/npc/monster/20362-TunathOrcWarrior.xml new file mode 100644 index 000000000..3a4fcbce6 --- /dev/null +++ b/data/templates/npc/monster/20362-TunathOrcWarrior.xml @@ -0,0 +1,39 @@ + + + + Tunath Orc Warrior + 12 + MALE + + + + + + + + + + + + + + + 363 + 13 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20363-MarakuWerewolf.xml b/data/templates/npc/monster/20363-MarakuWerewolf.xml new file mode 100644 index 000000000..5f099da8d --- /dev/null +++ b/data/templates/npc/monster/20363-MarakuWerewolf.xml @@ -0,0 +1,36 @@ + + + + Maraku Werewolf + 9 + MALE + + + + + + + + + + + + + + + 321 + 11 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20364-MarakuWerewolfChieftain.xml b/data/templates/npc/monster/20364-MarakuWerewolfChieftain.xml new file mode 100644 index 000000000..522218ff2 --- /dev/null +++ b/data/templates/npc/monster/20364-MarakuWerewolfChieftain.xml @@ -0,0 +1,37 @@ + + + + Maraku Werewolf Chieftain + 14 + MALE + + + + + + + + + + + + + + + 509 + 20 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20365-MountainFungus.xml b/data/templates/npc/monster/20365-MountainFungus.xml new file mode 100644 index 000000000..158a04860 --- /dev/null +++ b/data/templates/npc/monster/20365-MountainFungus.xml @@ -0,0 +1,36 @@ + + + + Mountain Fungus + 8 + MALE + + + + + + + + + + + + + + + 285 + 10 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20367-MerkenisEscort.xml b/data/templates/npc/monster/20367-MerkenisEscort.xml new file mode 100644 index 000000000..af1562c4d --- /dev/null +++ b/data/templates/npc/monster/20367-MerkenisEscort.xml @@ -0,0 +1,41 @@ + + + + Merkenis Escort + 20 + MALE + + + + + + + + + + + + + + + 606 + 27 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20368-GraveKeeper.xml b/data/templates/npc/monster/20368-GraveKeeper.xml new file mode 100644 index 000000000..f85d38541 --- /dev/null +++ b/data/templates/npc/monster/20368-GraveKeeper.xml @@ -0,0 +1,35 @@ + + + + Grave Keeper + 13 + MALE + + + + + + + + + + + + + + + 545 + 21 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20369-MoonstoneBeast.xml b/data/templates/npc/monster/20369-MoonstoneBeast.xml new file mode 100644 index 000000000..61e15d7ab --- /dev/null +++ b/data/templates/npc/monster/20369-MoonstoneBeast.xml @@ -0,0 +1,36 @@ + + + + Moonstone Beast + 17 + MALE + + + + + + + + + + + + + + + 600 + 25 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20370-BarbedBat.xml b/data/templates/npc/monster/20370-BarbedBat.xml new file mode 100644 index 000000000..7c2747ab7 --- /dev/null +++ b/data/templates/npc/monster/20370-BarbedBat.xml @@ -0,0 +1,37 @@ + + + + Barbed Bat + 12 + MALE + + + + + + + + + + + + + + + 428 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20371-MistTerror.xml b/data/templates/npc/monster/20371-MistTerror.xml new file mode 100644 index 000000000..7027b7300 --- /dev/null +++ b/data/templates/npc/monster/20371-MistTerror.xml @@ -0,0 +1,38 @@ + + + + Mist Terror + 15 + MALE + + + + + + + + + + + + + + + 454 + 19 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20372-BaraqOrcFighter.xml b/data/templates/npc/monster/20372-BaraqOrcFighter.xml new file mode 100644 index 000000000..d0f311100 --- /dev/null +++ b/data/templates/npc/monster/20372-BaraqOrcFighter.xml @@ -0,0 +1,36 @@ + + + + Baraq Orc Fighter + 10 + MALE + + + + + + + + + + + + + + + 303 + 10 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20373-BaraqOrcWarriorLeader.xml b/data/templates/npc/monster/20373-BaraqOrcWarriorLeader.xml new file mode 100644 index 000000000..90c03c0b0 --- /dev/null +++ b/data/templates/npc/monster/20373-BaraqOrcWarriorLeader.xml @@ -0,0 +1,37 @@ + + + + Baraq Orc Warrior Leader + 11 + MALE + + + + + + + + + + + + + + + 326 + 12 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20374-BarankaSGuard.xml b/data/templates/npc/monster/20374-BarankaSGuard.xml new file mode 100644 index 000000000..b3050b614 --- /dev/null +++ b/data/templates/npc/monster/20374-BarankaSGuard.xml @@ -0,0 +1,37 @@ + + + + Baranka's Guard + 22 + MALE + + + + + + + + + + + + + + + 1093 + 52 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20375-BarankaSEscort.xml b/data/templates/npc/monster/20375-BarankaSEscort.xml new file mode 100644 index 000000000..2d4c85104 --- /dev/null +++ b/data/templates/npc/monster/20375-BarankaSEscort.xml @@ -0,0 +1,37 @@ + + + + Baranka's Escort + 21 + MALE + + + + + + + + + + + + + + + 780 + 36 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20376-VarikanBrigandLeader.xml b/data/templates/npc/monster/20376-VarikanBrigandLeader.xml new file mode 100644 index 000000000..149274464 --- /dev/null +++ b/data/templates/npc/monster/20376-VarikanBrigandLeader.xml @@ -0,0 +1,26 @@ + + + + Varikan Brigand Leader + 10 + MALE + + + + + + + + + + + + + + + 1007 + 34 + + + + diff --git a/data/templates/npc/monster/20377-VarikaSBandit.xml b/data/templates/npc/monster/20377-VarikaSBandit.xml new file mode 100644 index 000000000..44be23c53 --- /dev/null +++ b/data/templates/npc/monster/20377-VarikaSBandit.xml @@ -0,0 +1,25 @@ + + + + Varika's Bandit + 7 + MALE + + + + + + + + + + + + + + + 167 + 6 + + + diff --git a/data/templates/npc/monster/20378-StoneGiant.xml b/data/templates/npc/monster/20378-StoneGiant.xml new file mode 100644 index 000000000..bfc256263 --- /dev/null +++ b/data/templates/npc/monster/20378-StoneGiant.xml @@ -0,0 +1,39 @@ + + + + Stone Giant + 13 + MALE + + + + + + + + + + + + + + + 545 + 21 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20379-StoneSoldier.xml b/data/templates/npc/monster/20379-StoneSoldier.xml new file mode 100644 index 000000000..a0f4c4bcb --- /dev/null +++ b/data/templates/npc/monster/20379-StoneSoldier.xml @@ -0,0 +1,39 @@ + + + + Stone Soldier + 14 + MALE + + + + + + + + + + + + + + + 705 + 27 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20380-StoneGuardian.xml b/data/templates/npc/monster/20380-StoneGuardian.xml new file mode 100644 index 000000000..35dd0d369 --- /dev/null +++ b/data/templates/npc/monster/20380-StoneGuardian.xml @@ -0,0 +1,36 @@ + + + + Stone Guardian + 16 + MALE + + + + + + + + + + + + + + + 807 + 33 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20381-VaissOrc.xml b/data/templates/npc/monster/20381-VaissOrc.xml new file mode 100644 index 000000000..80e3759bc --- /dev/null +++ b/data/templates/npc/monster/20381-VaissOrc.xml @@ -0,0 +1,36 @@ + + + + Vaiss Orc + 10 + MALE + + + + + + + + + + + + + + + 297 + 10 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20382-VaissOrcWarriorLeader.xml b/data/templates/npc/monster/20382-VaissOrcWarriorLeader.xml new file mode 100644 index 000000000..07e7b7779 --- /dev/null +++ b/data/templates/npc/monster/20382-VaissOrcWarriorLeader.xml @@ -0,0 +1,37 @@ + + + + Vaiss Orc Warrior Leader + 11 + MALE + + + + + + + + + + + + + + + 326 + 12 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20383-ArachnidHunter.xml b/data/templates/npc/monster/20383-ArachnidHunter.xml new file mode 100644 index 000000000..f2bdaf914 --- /dev/null +++ b/data/templates/npc/monster/20383-ArachnidHunter.xml @@ -0,0 +1,25 @@ + + + + Arachnid Hunter + 30 + MALE + + + + + + + + + + + + + + + 1469 + 80 + + + diff --git a/data/templates/npc/monster/20385-BalorOrcArcher.xml b/data/templates/npc/monster/20385-BalorOrcArcher.xml new file mode 100644 index 000000000..52d5424da --- /dev/null +++ b/data/templates/npc/monster/20385-BalorOrcArcher.xml @@ -0,0 +1,36 @@ + + + + Balor Orc Archer + 8 + MALE + + + + + + + + + + + + + + + 293 + 10 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20386-BalorOrcFighter.xml b/data/templates/npc/monster/20386-BalorOrcFighter.xml new file mode 100644 index 000000000..234701f2b --- /dev/null +++ b/data/templates/npc/monster/20386-BalorOrcFighter.xml @@ -0,0 +1,38 @@ + + + + Balor Orc Fighter + 10 + MALE + + + + + + + + + + + + + + + 363 + 12 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20387-BalorOrcFighterLeader.xml b/data/templates/npc/monster/20387-BalorOrcFighterLeader.xml new file mode 100644 index 000000000..1101320b3 --- /dev/null +++ b/data/templates/npc/monster/20387-BalorOrcFighterLeader.xml @@ -0,0 +1,38 @@ + + + + Balor Orc Fighter Leader + 12 + MALE + + + + + + + + + + + + + + + 436 + 16 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20388-BalorOrcLieutenant.xml b/data/templates/npc/monster/20388-BalorOrcLieutenant.xml new file mode 100644 index 000000000..6b81ef028 --- /dev/null +++ b/data/templates/npc/monster/20388-BalorOrcLieutenant.xml @@ -0,0 +1,38 @@ + + + + Balor Orc Lieutenant + 11 + MALE + + + + + + + + + + + + + + + 392 + 15 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20389-BoogleRatman.xml b/data/templates/npc/monster/20389-BoogleRatman.xml new file mode 100644 index 000000000..737107942 --- /dev/null +++ b/data/templates/npc/monster/20389-BoogleRatman.xml @@ -0,0 +1,40 @@ + + + + Boogle Ratman + 16 + MALE + + + + + + + + + + + + + + + 476 + 19 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20390-BoogleRatmanLeader.xml b/data/templates/npc/monster/20390-BoogleRatmanLeader.xml new file mode 100644 index 000000000..5b61126fe --- /dev/null +++ b/data/templates/npc/monster/20390-BoogleRatmanLeader.xml @@ -0,0 +1,41 @@ + + + + Boogle Ratman Leader + 18 + MALE + + + + + + + + + + + + + + + 533 + 23 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20391-RedFox.xml b/data/templates/npc/monster/20391-RedFox.xml new file mode 100644 index 000000000..9c9386efe --- /dev/null +++ b/data/templates/npc/monster/20391-RedFox.xml @@ -0,0 +1,25 @@ + + + + Red Fox + 2 + MALE + + + + + + + + + + + + + + + 59 + 2 + + + diff --git a/data/templates/npc/monster/20392-RedeyeBat.xml b/data/templates/npc/monster/20392-RedeyeBat.xml new file mode 100644 index 000000000..4c77bba48 --- /dev/null +++ b/data/templates/npc/monster/20392-RedeyeBat.xml @@ -0,0 +1,38 @@ + + + + Redeye Bat + 15 + MALE + + + + + + + + + + + + + + + 534 + 22 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20393-RedScavengerSpider.xml b/data/templates/npc/monster/20393-RedScavengerSpider.xml new file mode 100644 index 000000000..2041a123a --- /dev/null +++ b/data/templates/npc/monster/20393-RedScavengerSpider.xml @@ -0,0 +1,35 @@ + + + + Red Scavenger Spider + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20394-CrimsonTarantula.xml b/data/templates/npc/monster/20394-CrimsonTarantula.xml new file mode 100644 index 000000000..764f9d223 --- /dev/null +++ b/data/templates/npc/monster/20394-CrimsonTarantula.xml @@ -0,0 +1,25 @@ + + + + Crimson Tarantula + 15 + MALE + + + + + + + + + + + + + + + 450 + 18 + + + diff --git a/data/templates/npc/monster/20398-Vrykolakas.xml b/data/templates/npc/monster/20398-Vrykolakas.xml new file mode 100644 index 000000000..306c2185f --- /dev/null +++ b/data/templates/npc/monster/20398-Vrykolakas.xml @@ -0,0 +1,25 @@ + + + + Vrykolakas + 15 + MALE + + + + + + + + + + + + + + + 1386 + 57 + + + diff --git a/data/templates/npc/monster/20399-VrykolakasWolfkin.xml b/data/templates/npc/monster/20399-VrykolakasWolfkin.xml new file mode 100644 index 000000000..1931ebcae --- /dev/null +++ b/data/templates/npc/monster/20399-VrykolakasWolfkin.xml @@ -0,0 +1,25 @@ + + + + Vrykolakas Wolfkin + 9 + MALE + + + + + + + + + + + + + + + 177 + 6 + + + diff --git a/data/templates/npc/monster/20400-BloodFungus.xml b/data/templates/npc/monster/20400-BloodFungus.xml new file mode 100644 index 000000000..d080d8874 --- /dev/null +++ b/data/templates/npc/monster/20400-BloodFungus.xml @@ -0,0 +1,39 @@ + + + + Blood Fungus + 12 + MALE + + + + + + + + + + + + + + + 428 + 16 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20401-VeelanBugbear.xml b/data/templates/npc/monster/20401-VeelanBugbear.xml new file mode 100644 index 000000000..3f793625d --- /dev/null +++ b/data/templates/npc/monster/20401-VeelanBugbear.xml @@ -0,0 +1,40 @@ + + + + Veelan Bugbear + 23 + MALE + + + + + + + + + + + + + + + 1054 + 50 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20402-VeelanBugbearWarrior.xml b/data/templates/npc/monster/20402-VeelanBugbearWarrior.xml new file mode 100644 index 000000000..f597728b9 --- /dev/null +++ b/data/templates/npc/monster/20402-VeelanBugbearWarrior.xml @@ -0,0 +1,42 @@ + + + + Veelan Bugbear Warrior + 24 + MALE + + + + + + + + + + + + + + + 1145 + 56 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20403-HunterTarantula.xml b/data/templates/npc/monster/20403-HunterTarantula.xml new file mode 100644 index 000000000..f707d2bc8 --- /dev/null +++ b/data/templates/npc/monster/20403-HunterTarantula.xml @@ -0,0 +1,39 @@ + + + + Hunter Tarantula + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20404-SilentHorror.xml b/data/templates/npc/monster/20404-SilentHorror.xml new file mode 100644 index 000000000..3c43d1f77 --- /dev/null +++ b/data/templates/npc/monster/20404-SilentHorror.xml @@ -0,0 +1,37 @@ + + + + Silent Horror + 16 + MALE + + + + + + + + + + + + + + + 485 + 20 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20405-YoungBrownFox.xml b/data/templates/npc/monster/20405-YoungBrownFox.xml new file mode 100644 index 000000000..8addcf759 --- /dev/null +++ b/data/templates/npc/monster/20405-YoungBrownFox.xml @@ -0,0 +1,25 @@ + + + + Young Brown Fox + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + diff --git a/data/templates/npc/monster/20406-YoungRedFox.xml b/data/templates/npc/monster/20406-YoungRedFox.xml new file mode 100644 index 000000000..5b5f611d4 --- /dev/null +++ b/data/templates/npc/monster/20406-YoungRedFox.xml @@ -0,0 +1,25 @@ + + + + Young Red Fox + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + diff --git a/data/templates/npc/monster/20407-YoungCrimsonFox.xml b/data/templates/npc/monster/20407-YoungCrimsonFox.xml new file mode 100644 index 000000000..642282760 --- /dev/null +++ b/data/templates/npc/monster/20407-YoungCrimsonFox.xml @@ -0,0 +1,25 @@ + + + + Young Crimson Fox + 1 + MALE + + + + + + + + + + + + + + + 29 + 2 + + + diff --git a/data/templates/npc/monster/20410-ScavengerSpider.xml b/data/templates/npc/monster/20410-ScavengerSpider.xml new file mode 100644 index 000000000..0d459039a --- /dev/null +++ b/data/templates/npc/monster/20410-ScavengerSpider.xml @@ -0,0 +1,37 @@ + + + + Scavenger Spider + 15 + MALE + + + + + + + + + + + + + + + 545 + 22 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20411-ScavengerBat.xml b/data/templates/npc/monster/20411-ScavengerBat.xml new file mode 100644 index 000000000..75f6889e3 --- /dev/null +++ b/data/templates/npc/monster/20411-ScavengerBat.xml @@ -0,0 +1,38 @@ + + + + Scavenger Bat + 18 + MALE + + + + + + + + + + + + + + + 640 + 28 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20412-Susceptor.xml b/data/templates/npc/monster/20412-Susceptor.xml new file mode 100644 index 000000000..937168c0d --- /dev/null +++ b/data/templates/npc/monster/20412-Susceptor.xml @@ -0,0 +1,25 @@ + + + + Susceptor + 49 + MALE + + + + + + + + + + + + + + + 3492 + 258 + + + diff --git a/data/templates/npc/monster/20415-ScarletSalamander.xml b/data/templates/npc/monster/20415-ScarletSalamander.xml new file mode 100644 index 000000000..51b338abf --- /dev/null +++ b/data/templates/npc/monster/20415-ScarletSalamander.xml @@ -0,0 +1,39 @@ + + + + Scarlet Salamander + 17 + MALE + + + + + + + + + + + + + + + 555 + 23 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20416-ScarletSalamanderElder.xml b/data/templates/npc/monster/20416-ScarletSalamanderElder.xml new file mode 100644 index 000000000..ad9ca3d35 --- /dev/null +++ b/data/templates/npc/monster/20416-ScarletSalamanderElder.xml @@ -0,0 +1,37 @@ + + + + Scarlet Salamander Elder + 18 + MALE + + + + + + + + + + + + + + + 587 + 26 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20418-CrystallineBeast.xml b/data/templates/npc/monster/20418-CrystallineBeast.xml new file mode 100644 index 000000000..81e66ab22 --- /dev/null +++ b/data/templates/npc/monster/20418-CrystallineBeast.xml @@ -0,0 +1,39 @@ + + + + Crystalline Beast + 18 + MALE + + + + + + + + + + + + + + + 634 + 28 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20419-AkasteSuccubus.xml b/data/templates/npc/monster/20419-AkasteSuccubus.xml new file mode 100644 index 000000000..686c73d07 --- /dev/null +++ b/data/templates/npc/monster/20419-AkasteSuccubus.xml @@ -0,0 +1,25 @@ + + + + Akaste Succubus + 20 + FEMALE + + + + + + + + + + + + + + + 606 + 27 + + + diff --git a/data/templates/npc/monster/20420-AkasteSuccubusTuren.xml b/data/templates/npc/monster/20420-AkasteSuccubusTuren.xml new file mode 100644 index 000000000..3c23785c2 --- /dev/null +++ b/data/templates/npc/monster/20420-AkasteSuccubusTuren.xml @@ -0,0 +1,39 @@ + + + + Akaste Succubus Turen + 21 + FEMALE + + + + + + + + + + + + + + + 780 + 36 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20421-AkasteSuccubusTilfo.xml b/data/templates/npc/monster/20421-AkasteSuccubusTilfo.xml new file mode 100644 index 000000000..23ca6d1b3 --- /dev/null +++ b/data/templates/npc/monster/20421-AkasteSuccubusTilfo.xml @@ -0,0 +1,39 @@ + + + + Akaste Succubus Tilfo + 22 + FEMALE + + + + + + + + + + + + + + + 838 + 40 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20422-AkasteBoneWarlord.xml b/data/templates/npc/monster/20422-AkasteBoneWarlord.xml new file mode 100644 index 000000000..37c0a37ff --- /dev/null +++ b/data/templates/npc/monster/20422-AkasteBoneWarlord.xml @@ -0,0 +1,38 @@ + + + + Akaste Bone Warlord + 17 + MALE + + + + + + + + + + + + + + + 613 + 26 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20423-AkasteBoneArcher.xml b/data/templates/npc/monster/20423-AkasteBoneArcher.xml new file mode 100644 index 000000000..e0ff4b42d --- /dev/null +++ b/data/templates/npc/monster/20423-AkasteBoneArcher.xml @@ -0,0 +1,35 @@ + + + + Akaste Bone Archer + 14 + MALE + + + + + + + + + + + + + + + 428 + 17 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20424-AkasteBoneLord.xml b/data/templates/npc/monster/20424-AkasteBoneLord.xml new file mode 100644 index 000000000..be6917497 --- /dev/null +++ b/data/templates/npc/monster/20424-AkasteBoneLord.xml @@ -0,0 +1,39 @@ + + + + Akaste Bone Lord + 19 + MALE + + + + + + + + + + + + + + + 592 + 26 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20425-AkasteBoneSoldier.xml b/data/templates/npc/monster/20425-AkasteBoneSoldier.xml new file mode 100644 index 000000000..7543e9e9c --- /dev/null +++ b/data/templates/npc/monster/20425-AkasteBoneSoldier.xml @@ -0,0 +1,37 @@ + + + + Akaste Bone Soldier + 12 + MALE + + + + + + + + + + + + + + + 363 + 13 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20426-EvilEye.xml b/data/templates/npc/monster/20426-EvilEye.xml new file mode 100644 index 000000000..728688ef7 --- /dev/null +++ b/data/templates/npc/monster/20426-EvilEye.xml @@ -0,0 +1,37 @@ + + + + Evil Eye + 10 + MALE + + + + + + + + + + + + + + + 356 + 12 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20427-EvilEyeWatcher.xml b/data/templates/npc/monster/20427-EvilEyeWatcher.xml new file mode 100644 index 000000000..665fdf1c1 --- /dev/null +++ b/data/templates/npc/monster/20427-EvilEyeWatcher.xml @@ -0,0 +1,35 @@ + + + + Evil Eye Watcher + 10 + MALE + + + + + + + + + + + + + + + 297 + 10 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20428-EvilEyePatroller.xml b/data/templates/npc/monster/20428-EvilEyePatroller.xml new file mode 100644 index 000000000..b93a706c4 --- /dev/null +++ b/data/templates/npc/monster/20428-EvilEyePatroller.xml @@ -0,0 +1,43 @@ + + + + Evil Eye Patroller + 14 + MALE + + + + + + + + + + + + + + + 499 + 19 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20429-EvilEyeLookout.xml b/data/templates/npc/monster/20429-EvilEyeLookout.xml new file mode 100644 index 000000000..2a54952f9 --- /dev/null +++ b/data/templates/npc/monster/20429-EvilEyeLookout.xml @@ -0,0 +1,38 @@ + + + + Evil Eye Lookout + 14 + MALE + + + + + + + + + + + + + + + 416 + 16 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20431-ElfGhost.xml b/data/templates/npc/monster/20431-ElfGhost.xml new file mode 100644 index 000000000..8f8fa621b --- /dev/null +++ b/data/templates/npc/monster/20431-ElfGhost.xml @@ -0,0 +1,25 @@ + + + + Elf Ghost + 20 + MALE + + + + + + + + + + + + + + + 606 + 27 + + + diff --git a/data/templates/npc/monster/20432-Elpy.xml b/data/templates/npc/monster/20432-Elpy.xml new file mode 100644 index 000000000..d1d8e43c6 --- /dev/null +++ b/data/templates/npc/monster/20432-Elpy.xml @@ -0,0 +1,38 @@ + + + + Elpy + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20433-FesteringBat.xml b/data/templates/npc/monster/20433-FesteringBat.xml new file mode 100644 index 000000000..b754298b3 --- /dev/null +++ b/data/templates/npc/monster/20433-FesteringBat.xml @@ -0,0 +1,39 @@ + + + + Festering Bat + 13 + MALE + + + + + + + + + + + + + + + 463 + 18 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20435-OpalBeast.xml b/data/templates/npc/monster/20435-OpalBeast.xml new file mode 100644 index 000000000..40e0d4288 --- /dev/null +++ b/data/templates/npc/monster/20435-OpalBeast.xml @@ -0,0 +1,36 @@ + + + + Opal Beast + 15 + MALE + + + + + + + + + + + + + + + 450 + 18 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20436-OlMahumSupplier.xml b/data/templates/npc/monster/20436-OlMahumSupplier.xml new file mode 100644 index 000000000..84dd7001d --- /dev/null +++ b/data/templates/npc/monster/20436-OlMahumSupplier.xml @@ -0,0 +1,36 @@ + + + + Ol Mahum Supplier + 23 + MALE + + + + + + + + + + + + + + + 1054 + 50 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20437-OlMahumRecruit.xml b/data/templates/npc/monster/20437-OlMahumRecruit.xml new file mode 100644 index 000000000..eaa3b084b --- /dev/null +++ b/data/templates/npc/monster/20437-OlMahumRecruit.xml @@ -0,0 +1,39 @@ + + + + Ol Mahum Recruit + 21 + MALE + + + + + + + + + + + + + + + 917 + 42 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20438-OlMahumGeneral.xml b/data/templates/npc/monster/20438-OlMahumGeneral.xml new file mode 100644 index 000000000..54f349069 --- /dev/null +++ b/data/templates/npc/monster/20438-OlMahumGeneral.xml @@ -0,0 +1,39 @@ + + + + Ol Mahum General + 26 + MALE + + + + + + + + + + + + + + + 1294 + 65 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20439-OlMahumOfficer.xml b/data/templates/npc/monster/20439-OlMahumOfficer.xml new file mode 100644 index 000000000..c0a45ed8e --- /dev/null +++ b/data/templates/npc/monster/20439-OlMahumOfficer.xml @@ -0,0 +1,41 @@ + + + + Ol Mahum Officer + 24 + MALE + + + + + + + + + + + + + + + 1123 + 55 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20440-ElderBrownFox.xml b/data/templates/npc/monster/20440-ElderBrownFox.xml new file mode 100644 index 000000000..74fb79744 --- /dev/null +++ b/data/templates/npc/monster/20440-ElderBrownFox.xml @@ -0,0 +1,25 @@ + + + + Elder Brown Fox + 3 + MALE + + + + + + + + + + + + + + + 88 + 2 + + + diff --git a/data/templates/npc/monster/20441-ElderLongtailFox.xml b/data/templates/npc/monster/20441-ElderLongtailFox.xml new file mode 100644 index 000000000..02c32664a --- /dev/null +++ b/data/templates/npc/monster/20441-ElderLongtailFox.xml @@ -0,0 +1,25 @@ + + + + Elder Longtail Fox + 3 + MALE + + + + + + + + + + + + + + + 88 + 2 + + + diff --git a/data/templates/npc/monster/20442-ElderWolf.xml b/data/templates/npc/monster/20442-ElderWolf.xml new file mode 100644 index 000000000..a77856924 --- /dev/null +++ b/data/templates/npc/monster/20442-ElderWolf.xml @@ -0,0 +1,37 @@ + + + + Elder Wolf + 5 + MALE + + + + + + + + + + + + + + + 176 + 5 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20443-ElderRedFox.xml b/data/templates/npc/monster/20443-ElderRedFox.xml new file mode 100644 index 000000000..a8e7e19b7 --- /dev/null +++ b/data/templates/npc/monster/20443-ElderRedFox.xml @@ -0,0 +1,25 @@ + + + + Elder Red Fox + 3 + MALE + + + + + + + + + + + + + + + 88 + 2 + + + diff --git a/data/templates/npc/monster/20444-ElderPrairieFox.xml b/data/templates/npc/monster/20444-ElderPrairieFox.xml new file mode 100644 index 000000000..26b9069ed --- /dev/null +++ b/data/templates/npc/monster/20444-ElderPrairieFox.xml @@ -0,0 +1,25 @@ + + + + Elder Prairie Fox + 3 + MALE + + + + + + + + + + + + + + + 88 + 2 + + + diff --git a/data/templates/npc/monster/20445-UthankaPirate.xml b/data/templates/npc/monster/20445-UthankaPirate.xml new file mode 100644 index 000000000..ed45261e8 --- /dev/null +++ b/data/templates/npc/monster/20445-UthankaPirate.xml @@ -0,0 +1,26 @@ + + + + Uthanka Pirate + 7 + MALE + + + + + + + + + + + + + + + 154 + 5 + + + + diff --git a/data/templates/npc/monster/20446-UtukuOrc.xml b/data/templates/npc/monster/20446-UtukuOrc.xml new file mode 100644 index 000000000..304ce4b5b --- /dev/null +++ b/data/templates/npc/monster/20446-UtukuOrc.xml @@ -0,0 +1,37 @@ + + + + Utuku Orc + 6 + MALE + + + + + + + + + + + + + + + 214 + 6 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20447-UtukuOrcArcher.xml b/data/templates/npc/monster/20447-UtukuOrcArcher.xml new file mode 100644 index 000000000..677dca257 --- /dev/null +++ b/data/templates/npc/monster/20447-UtukuOrcArcher.xml @@ -0,0 +1,37 @@ + + + + Utuku Orc Archer + 8 + MALE + + + + + + + + + + + + + + + 293 + 10 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20448-UtukuOrcGrunt.xml b/data/templates/npc/monster/20448-UtukuOrcGrunt.xml new file mode 100644 index 000000000..27f7c2085 --- /dev/null +++ b/data/templates/npc/monster/20448-UtukuOrcGrunt.xml @@ -0,0 +1,36 @@ + + + + Utuku Orc Grunt + 7 + MALE + + + + + + + + + + + + + + + 249 + 8 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20449-WillOWisp.xml b/data/templates/npc/monster/20449-WillOWisp.xml new file mode 100644 index 000000000..d39ae4f1a --- /dev/null +++ b/data/templates/npc/monster/20449-WillOWisp.xml @@ -0,0 +1,38 @@ + + + + Will-O-Wisp + 15 + MALE + + + + + + + + + + + + + + + 533 + 22 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20450-RelicWerewolf.xml b/data/templates/npc/monster/20450-RelicWerewolf.xml new file mode 100644 index 000000000..8e9a1cfec --- /dev/null +++ b/data/templates/npc/monster/20450-RelicWerewolf.xml @@ -0,0 +1,37 @@ + + + + Relic Werewolf + 9 + MALE + + + + + + + + + + + + + + + 268 + 9 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20451-RelicSpartoi.xml b/data/templates/npc/monster/20451-RelicSpartoi.xml new file mode 100644 index 000000000..ceda67e04 --- /dev/null +++ b/data/templates/npc/monster/20451-RelicSpartoi.xml @@ -0,0 +1,26 @@ + + + + Relic Spartoi + 21 + MALE + + + + + + + + + + + + + + + 1422 + 65 + + + + diff --git a/data/templates/npc/monster/20453-HumanGhost.xml b/data/templates/npc/monster/20453-HumanGhost.xml new file mode 100644 index 000000000..98e826b21 --- /dev/null +++ b/data/templates/npc/monster/20453-HumanGhost.xml @@ -0,0 +1,25 @@ + + + + Human Ghost + 20 + MALE + + + + + + + + + + + + + + + 606 + 27 + + + diff --git a/data/templates/npc/monster/20454-OblivionWatcher.xml b/data/templates/npc/monster/20454-OblivionWatcher.xml new file mode 100644 index 000000000..0f50a35f7 --- /dev/null +++ b/data/templates/npc/monster/20454-OblivionWatcher.xml @@ -0,0 +1,25 @@ + + + + Oblivion Watcher + 17 + MALE + + + + + + + + + + + + + + + 227 + 10 + + + diff --git a/data/templates/npc/monster/20455-DoomSoldier.xml b/data/templates/npc/monster/20455-DoomSoldier.xml new file mode 100644 index 000000000..50243fa37 --- /dev/null +++ b/data/templates/npc/monster/20455-DoomSoldier.xml @@ -0,0 +1,37 @@ + + + + Doom Soldier + 14 + MALE + + + + + + + + + + + + + + + 424 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20456-AshenWolf.xml b/data/templates/npc/monster/20456-AshenWolf.xml new file mode 100644 index 000000000..68f3357f2 --- /dev/null +++ b/data/templates/npc/monster/20456-AshenWolf.xml @@ -0,0 +1,36 @@ + + + + Ashen Wolf + 4 + MALE + + + + + + + + + + + + + + + 141 + 4 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20457-ZombieSoldier.xml b/data/templates/npc/monster/20457-ZombieSoldier.xml new file mode 100644 index 000000000..c87300e34 --- /dev/null +++ b/data/templates/npc/monster/20457-ZombieSoldier.xml @@ -0,0 +1,38 @@ + + + + Zombie Soldier + 19 + MALE + + + + + + + + + + + + + + + 959 + 43 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20458-ZombieWarrior.xml b/data/templates/npc/monster/20458-ZombieWarrior.xml new file mode 100644 index 000000000..7191f8ed5 --- /dev/null +++ b/data/templates/npc/monster/20458-ZombieWarrior.xml @@ -0,0 +1,42 @@ + + + + Zombie Warrior + 22 + MALE + + + + + + + + + + + + + + + 1421 + 67 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20460-CrimsonSpider.xml b/data/templates/npc/monster/20460-CrimsonSpider.xml new file mode 100644 index 000000000..52deade31 --- /dev/null +++ b/data/templates/npc/monster/20460-CrimsonSpider.xml @@ -0,0 +1,37 @@ + + + + Crimson Spider + 15 + MALE + + + + + + + + + + + + + + + 545 + 22 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20461-DungeonSpider.xml b/data/templates/npc/monster/20461-DungeonSpider.xml new file mode 100644 index 000000000..e72381c30 --- /dev/null +++ b/data/templates/npc/monster/20461-DungeonSpider.xml @@ -0,0 +1,37 @@ + + + + Dungeon Spider + 15 + MALE + + + + + + + + + + + + + + + 454 + 19 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20462-CaveBladeSpider.xml b/data/templates/npc/monster/20462-CaveBladeSpider.xml new file mode 100644 index 000000000..b8a13e895 --- /dev/null +++ b/data/templates/npc/monster/20462-CaveBladeSpider.xml @@ -0,0 +1,35 @@ + + + + Cave Blade Spider + 17 + MALE + + + + + + + + + + + + + + + 515 + 22 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20463-DungeonSkeletonArcher.xml b/data/templates/npc/monster/20463-DungeonSkeletonArcher.xml new file mode 100644 index 000000000..5916d4309 --- /dev/null +++ b/data/templates/npc/monster/20463-DungeonSkeletonArcher.xml @@ -0,0 +1,36 @@ + + + + Dungeon Skeleton Archer + 13 + MALE + + + + + + + + + + + + + + + 397 + 16 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20464-DungeonSkeleton.xml b/data/templates/npc/monster/20464-DungeonSkeleton.xml new file mode 100644 index 000000000..c77df5096 --- /dev/null +++ b/data/templates/npc/monster/20464-DungeonSkeleton.xml @@ -0,0 +1,38 @@ + + + + Dungeon Skeleton + 12 + MALE + + + + + + + + + + + + + + + 363 + 13 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20465-PrairieFox.xml b/data/templates/npc/monster/20465-PrairieFox.xml new file mode 100644 index 000000000..75bff14ae --- /dev/null +++ b/data/templates/npc/monster/20465-PrairieFox.xml @@ -0,0 +1,25 @@ + + + + Prairie Fox + 2 + MALE + + + + + + + + + + + + + + + 59 + 2 + + + diff --git a/data/templates/npc/monster/20466-PincerSpider.xml b/data/templates/npc/monster/20466-PincerSpider.xml new file mode 100644 index 000000000..a227b82db --- /dev/null +++ b/data/templates/npc/monster/20466-PincerSpider.xml @@ -0,0 +1,39 @@ + + + + Pincer Spider + 17 + MALE + + + + + + + + + + + + + + + 618 + 26 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20468-KabooOrc.xml b/data/templates/npc/monster/20468-KabooOrc.xml new file mode 100644 index 000000000..160d04c79 --- /dev/null +++ b/data/templates/npc/monster/20468-KabooOrc.xml @@ -0,0 +1,36 @@ + + + + Kaboo Orc + 6 + MALE + + + + + + + + + + + + + + + 214 + 6 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20469-KabooOrcArcher.xml b/data/templates/npc/monster/20469-KabooOrcArcher.xml new file mode 100644 index 000000000..eb6d3f0f6 --- /dev/null +++ b/data/templates/npc/monster/20469-KabooOrcArcher.xml @@ -0,0 +1,38 @@ + + + + Kaboo Orc Archer + 8 + MALE + + + + + + + + + + + + + + + 293 + 10 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20470-KabooOrcGrunt.xml b/data/templates/npc/monster/20470-KabooOrcGrunt.xml new file mode 100644 index 000000000..a0fe7c83f --- /dev/null +++ b/data/templates/npc/monster/20470-KabooOrcGrunt.xml @@ -0,0 +1,38 @@ + + + + Kaboo Orc Grunt + 7 + MALE + + + + + + + + + + + + + + + 249 + 8 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20471-KabooOrcFighter.xml b/data/templates/npc/monster/20471-KabooOrcFighter.xml new file mode 100644 index 000000000..a60947f21 --- /dev/null +++ b/data/templates/npc/monster/20471-KabooOrcFighter.xml @@ -0,0 +1,37 @@ + + + + Kaboo Orc Fighter + 10 + MALE + + + + + + + + + + + + + + + 363 + 12 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20472-KabooOrcFighterLeader.xml b/data/templates/npc/monster/20472-KabooOrcFighterLeader.xml new file mode 100644 index 000000000..6e4b35988 --- /dev/null +++ b/data/templates/npc/monster/20472-KabooOrcFighterLeader.xml @@ -0,0 +1,38 @@ + + + + Kaboo Orc Fighter Leader + 12 + MALE + + + + + + + + + + + + + + + 436 + 16 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20473-KabooOrcFighterLieutenant.xml b/data/templates/npc/monster/20473-KabooOrcFighterLieutenant.xml new file mode 100644 index 000000000..c5f955eda --- /dev/null +++ b/data/templates/npc/monster/20473-KabooOrcFighterLieutenant.xml @@ -0,0 +1,38 @@ + + + + Kaboo Orc Fighter Lieutenant + 11 + MALE + + + + + + + + + + + + + + + 392 + 15 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20474-KashaSpider.xml b/data/templates/npc/monster/20474-KashaSpider.xml new file mode 100644 index 000000000..f9f02654b --- /dev/null +++ b/data/templates/npc/monster/20474-KashaSpider.xml @@ -0,0 +1,39 @@ + + + + Kasha Spider + 15 + MALE + + + + + + + + + + + + + + + 534 + 22 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20475-KashaWolf.xml b/data/templates/npc/monster/20475-KashaWolf.xml new file mode 100644 index 000000000..5b1ab3618 --- /dev/null +++ b/data/templates/npc/monster/20475-KashaWolf.xml @@ -0,0 +1,35 @@ + + + + Kasha Wolf + 4 + MALE + + + + + + + + + + + + + + + 141 + 4 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20476-KashaFangSpider.xml b/data/templates/npc/monster/20476-KashaFangSpider.xml new file mode 100644 index 000000000..ca7fa46eb --- /dev/null +++ b/data/templates/npc/monster/20476-KashaFangSpider.xml @@ -0,0 +1,39 @@ + + + + Kasha Fang Spider + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20477-KashaTimberWolf.xml b/data/templates/npc/monster/20477-KashaTimberWolf.xml new file mode 100644 index 000000000..aa09083a5 --- /dev/null +++ b/data/templates/npc/monster/20477-KashaTimberWolf.xml @@ -0,0 +1,37 @@ + + + + Kasha Timber Wolf + 6 + MALE + + + + + + + + + + + + + + + 212 + 6 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20478-KashaBladeSpider.xml b/data/templates/npc/monster/20478-KashaBladeSpider.xml new file mode 100644 index 000000000..85a8a60f8 --- /dev/null +++ b/data/templates/npc/monster/20478-KashaBladeSpider.xml @@ -0,0 +1,39 @@ + + + + Kasha Blade Spider + 17 + MALE + + + + + + + + + + + + + + + 667 + 28 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20479-KashaBear.xml b/data/templates/npc/monster/20479-KashaBear.xml new file mode 100644 index 000000000..c94bb6d80 --- /dev/null +++ b/data/templates/npc/monster/20479-KashaBear.xml @@ -0,0 +1,38 @@ + + + + Kasha Bear + 15 + MALE + + + + + + + + + + + + + + + 540 + 22 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20480-BladeBat.xml b/data/templates/npc/monster/20480-BladeBat.xml new file mode 100644 index 000000000..dc0d10584 --- /dev/null +++ b/data/templates/npc/monster/20480-BladeBat.xml @@ -0,0 +1,36 @@ + + + + Blade Bat + 10 + MALE + + + + + + + + + + + + + + + 356 + 12 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20481-BeardedKeltir.xml b/data/templates/npc/monster/20481-BeardedKeltir.xml new file mode 100644 index 000000000..dfdb3a792 --- /dev/null +++ b/data/templates/npc/monster/20481-BeardedKeltir.xml @@ -0,0 +1,37 @@ + + + + Bearded Keltir + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20483-CorpseCandle.xml b/data/templates/npc/monster/20483-CorpseCandle.xml new file mode 100644 index 000000000..30f4256c9 --- /dev/null +++ b/data/templates/npc/monster/20483-CorpseCandle.xml @@ -0,0 +1,41 @@ + + + + Corpse Candle + 17 + MALE + + + + + + + + + + + + + + + 604 + 25 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20487-KurukaRatman.xml b/data/templates/npc/monster/20487-KurukaRatman.xml new file mode 100644 index 000000000..6ddf982eb --- /dev/null +++ b/data/templates/npc/monster/20487-KurukaRatman.xml @@ -0,0 +1,37 @@ + + + + Kuruka Ratman + 16 + MALE + + + + + + + + + + + + + + + 476 + 19 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20488-KurukaRatmanHunter.xml b/data/templates/npc/monster/20488-KurukaRatmanHunter.xml new file mode 100644 index 000000000..8126b85db --- /dev/null +++ b/data/templates/npc/monster/20488-KurukaRatmanHunter.xml @@ -0,0 +1,36 @@ + + + + Kuruka Ratman Hunter + 17 + MALE + + + + + + + + + + + + + + + 505 + 21 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20489-QuicksilverBeast.xml b/data/templates/npc/monster/20489-QuicksilverBeast.xml new file mode 100644 index 000000000..fcd39444e --- /dev/null +++ b/data/templates/npc/monster/20489-QuicksilverBeast.xml @@ -0,0 +1,38 @@ + + + + Quicksilver Beast + 15 + MALE + + + + + + + + + + + + + + + 450 + 18 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20490-DeathDoll.xml b/data/templates/npc/monster/20490-DeathDoll.xml new file mode 100644 index 000000000..d9494d040 --- /dev/null +++ b/data/templates/npc/monster/20490-DeathDoll.xml @@ -0,0 +1,25 @@ + + + + Death Doll + 40 + MALE + + + + + + + + + + + + + + + 2611 + 169 + + + diff --git a/data/templates/npc/monster/20491-CryptHorror.xml b/data/templates/npc/monster/20491-CryptHorror.xml new file mode 100644 index 000000000..df78f0a66 --- /dev/null +++ b/data/templates/npc/monster/20491-CryptHorror.xml @@ -0,0 +1,37 @@ + + + + Crypt Horror + 15 + MALE + + + + + + + + + + + + + + + 454 + 19 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20492-KirunakSGuards.xml b/data/templates/npc/monster/20492-KirunakSGuards.xml new file mode 100644 index 000000000..8a6e793fb --- /dev/null +++ b/data/templates/npc/monster/20492-KirunakSGuards.xml @@ -0,0 +1,41 @@ + + + + Kirunak's Guards + 21 + MALE + + + + + + + + + + + + + + + 764 + 35 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20494-TurekWarHound.xml b/data/templates/npc/monster/20494-TurekWarHound.xml new file mode 100644 index 000000000..1f7a1b1e9 --- /dev/null +++ b/data/templates/npc/monster/20494-TurekWarHound.xml @@ -0,0 +1,37 @@ + + + + Turek War Hound + 24 + MALE + + + + + + + + + + + + + + + 2088 + 103 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20495-TurekOrcWarlord.xml b/data/templates/npc/monster/20495-TurekOrcWarlord.xml new file mode 100644 index 000000000..e2a8fa75e --- /dev/null +++ b/data/templates/npc/monster/20495-TurekOrcWarlord.xml @@ -0,0 +1,46 @@ + + + + Turek Orc Warlord + 30 + MALE + + + + + + + + + + + + + + + 3338 + 182 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20496-TurekOrcArcher.xml b/data/templates/npc/monster/20496-TurekOrcArcher.xml new file mode 100644 index 000000000..5c86bc90f --- /dev/null +++ b/data/templates/npc/monster/20496-TurekOrcArcher.xml @@ -0,0 +1,40 @@ + + + + Turek Orc Archer + 27 + MALE + + + + + + + + + + + + + + + 2585 + 132 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20497-TurekOrcSkirmisher.xml b/data/templates/npc/monster/20497-TurekOrcSkirmisher.xml new file mode 100644 index 000000000..f9c6cded5 --- /dev/null +++ b/data/templates/npc/monster/20497-TurekOrcSkirmisher.xml @@ -0,0 +1,40 @@ + + + + Turek Orc Skirmisher + 28 + MALE + + + + + + + + + + + + + + + 2682 + 140 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20498-TurekOrcSupplier.xml b/data/templates/npc/monster/20498-TurekOrcSupplier.xml new file mode 100644 index 000000000..937770122 --- /dev/null +++ b/data/templates/npc/monster/20498-TurekOrcSupplier.xml @@ -0,0 +1,41 @@ + + + + Turek Orc Supplier + 27 + MALE + + + + + + + + + + + + + + + 2485 + 127 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20499-TurekOrcFootman.xml b/data/templates/npc/monster/20499-TurekOrcFootman.xml new file mode 100644 index 000000000..448bf2842 --- /dev/null +++ b/data/templates/npc/monster/20499-TurekOrcFootman.xml @@ -0,0 +1,42 @@ + + + + Turek Orc Footman + 26 + MALE + + + + + + + + + + + + + + + 2359 + 119 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20500-TurekOrcSentinel.xml b/data/templates/npc/monster/20500-TurekOrcSentinel.xml new file mode 100644 index 000000000..eaf2fb85e --- /dev/null +++ b/data/templates/npc/monster/20500-TurekOrcSentinel.xml @@ -0,0 +1,40 @@ + + + + Turek Orc Sentinel + 25 + MALE + + + + + + + + + + + + + + + 2215 + 110 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20501-TurekOrcShaman.xml b/data/templates/npc/monster/20501-TurekOrcShaman.xml new file mode 100644 index 000000000..bf02fb430 --- /dev/null +++ b/data/templates/npc/monster/20501-TurekOrcShaman.xml @@ -0,0 +1,47 @@ + + + + Turek Orc Shaman + 29 + MALE + + + + + + + + + + + + + + + 2776 + 149 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20502-TwinkPuma.xml b/data/templates/npc/monster/20502-TwinkPuma.xml new file mode 100644 index 000000000..e3c694b3c --- /dev/null +++ b/data/templates/npc/monster/20502-TwinkPuma.xml @@ -0,0 +1,37 @@ + + + + Twink Puma + 15 + MALE + + + + + + + + + + + + + + + 540 + 22 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20504-DreadSoldier.xml b/data/templates/npc/monster/20504-DreadSoldier.xml new file mode 100644 index 000000000..475f10e3e --- /dev/null +++ b/data/templates/npc/monster/20504-DreadSoldier.xml @@ -0,0 +1,37 @@ + + + + Dread Soldier + 14 + MALE + + + + + + + + + + + + + + + 424 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20505-RuinBat.xml b/data/templates/npc/monster/20505-RuinBat.xml new file mode 100644 index 000000000..31e689469 --- /dev/null +++ b/data/templates/npc/monster/20505-RuinBat.xml @@ -0,0 +1,38 @@ + + + + Ruin Bat + 20 + MALE + + + + + + + + + + + + + + + 713 + 32 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20506-RuinImp.xml b/data/templates/npc/monster/20506-RuinImp.xml new file mode 100644 index 000000000..03c87ef41 --- /dev/null +++ b/data/templates/npc/monster/20506-RuinImp.xml @@ -0,0 +1,39 @@ + + + + Ruin Imp + 17 + MALE + + + + + + + + + + + + + + + 606 + 25 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20507-RuinImpElder.xml b/data/templates/npc/monster/20507-RuinImpElder.xml new file mode 100644 index 000000000..d0494b7c4 --- /dev/null +++ b/data/templates/npc/monster/20507-RuinImpElder.xml @@ -0,0 +1,38 @@ + + + + Ruin Imp Elder + 21 + MALE + + + + + + + + + + + + + + + 936 + 43 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20508-PlunderTarantula.xml b/data/templates/npc/monster/20508-PlunderTarantula.xml new file mode 100644 index 000000000..ab11301e6 --- /dev/null +++ b/data/templates/npc/monster/20508-PlunderTarantula.xml @@ -0,0 +1,35 @@ + + + + Plunder Tarantula + 17 + MALE + + + + + + + + + + + + + + + 618 + 26 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20509-SporeFungus.xml b/data/templates/npc/monster/20509-SporeFungus.xml new file mode 100644 index 000000000..88e8ff4b8 --- /dev/null +++ b/data/templates/npc/monster/20509-SporeFungus.xml @@ -0,0 +1,39 @@ + + + + Spore Fungus + 9 + MALE + + + + + + + + + + + + + + + 321 + 11 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20510-Puma.xml b/data/templates/npc/monster/20510-Puma.xml new file mode 100644 index 000000000..5a1d6470e --- /dev/null +++ b/data/templates/npc/monster/20510-Puma.xml @@ -0,0 +1,37 @@ + + + + Puma + 12 + MALE + + + + + + + + + + + + + + + 423 + 16 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20511-PitchstoneGolem.xml b/data/templates/npc/monster/20511-PitchstoneGolem.xml new file mode 100644 index 000000000..12913437a --- /dev/null +++ b/data/templates/npc/monster/20511-PitchstoneGolem.xml @@ -0,0 +1,40 @@ + + + + Pitchstone Golem + 19 + MALE + + + + + + + + + + + + + + + 799 + 36 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20512-FieldStalker.xml b/data/templates/npc/monster/20512-FieldStalker.xml new file mode 100644 index 000000000..bdae9c1db --- /dev/null +++ b/data/templates/npc/monster/20512-FieldStalker.xml @@ -0,0 +1,25 @@ + + + + Field Stalker + 35 + MALE + + + + + + + + + + + + + + + 2175 + 128 + + + diff --git a/data/templates/npc/monster/20513-SkeletonKnight.xml b/data/templates/npc/monster/20513-SkeletonKnight.xml new file mode 100644 index 000000000..d059c5ea4 --- /dev/null +++ b/data/templates/npc/monster/20513-SkeletonKnight.xml @@ -0,0 +1,26 @@ + + + + Skeleton Knight + 32 + MALE + + + + + + + + + + + + + + + 1519 + 85 + + + + diff --git a/data/templates/npc/monster/20514-ShieldSkeleton.xml b/data/templates/npc/monster/20514-ShieldSkeleton.xml new file mode 100644 index 000000000..464d71a94 --- /dev/null +++ b/data/templates/npc/monster/20514-ShieldSkeleton.xml @@ -0,0 +1,37 @@ + + + + Shield Skeleton + 15 + MALE + + + + + + + + + + + + + + + 534 + 22 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20515-SkeletonInfantryman.xml b/data/templates/npc/monster/20515-SkeletonInfantryman.xml new file mode 100644 index 000000000..5c738549d --- /dev/null +++ b/data/templates/npc/monster/20515-SkeletonInfantryman.xml @@ -0,0 +1,38 @@ + + + + Skeleton Infantryman + 16 + MALE + + + + + + + + + + + + + + + 571 + 23 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20516-SkeletonSentinel.xml b/data/templates/npc/monster/20516-SkeletonSentinel.xml new file mode 100644 index 000000000..0fac64ed6 --- /dev/null +++ b/data/templates/npc/monster/20516-SkeletonSentinel.xml @@ -0,0 +1,26 @@ + + + + Skeleton Sentinel + 14 + MALE + + + + + + + + + + + + + + + 424 + 16 + + + + diff --git a/data/templates/npc/monster/20517-SkeletonHunter.xml b/data/templates/npc/monster/20517-SkeletonHunter.xml new file mode 100644 index 000000000..f5a53bc15 --- /dev/null +++ b/data/templates/npc/monster/20517-SkeletonHunter.xml @@ -0,0 +1,37 @@ + + + + Skeleton Hunter + 12 + MALE + + + + + + + + + + + + + + + 363 + 13 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20518-SkeletonHunterArcher.xml b/data/templates/npc/monster/20518-SkeletonHunterArcher.xml new file mode 100644 index 000000000..c94ce8c87 --- /dev/null +++ b/data/templates/npc/monster/20518-SkeletonHunterArcher.xml @@ -0,0 +1,36 @@ + + + + Skeleton Hunter Archer + 13 + MALE + + + + + + + + + + + + + + + 397 + 16 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20519-SkeletonPikeman.xml b/data/templates/npc/monster/20519-SkeletonPikeman.xml new file mode 100644 index 000000000..3e8fa314a --- /dev/null +++ b/data/templates/npc/monster/20519-SkeletonPikeman.xml @@ -0,0 +1,26 @@ + + + + Skeleton Pikeman + 27 + MALE + + + + + + + + + + + + + + + 1136 + 58 + + + + diff --git a/data/templates/npc/monster/20520-PirateCaptainUthanka.xml b/data/templates/npc/monster/20520-PirateCaptainUthanka.xml new file mode 100644 index 000000000..6a0faeb6f --- /dev/null +++ b/data/templates/npc/monster/20520-PirateCaptainUthanka.xml @@ -0,0 +1,26 @@ + + + + Pirate Captain Uthanka + 10 + MALE + + + + + + + + + + + + + + + 926 + 32 + + + + diff --git a/data/templates/npc/monster/20521-WhinstoneGolem.xml b/data/templates/npc/monster/20521-WhinstoneGolem.xml new file mode 100644 index 000000000..baf19ba51 --- /dev/null +++ b/data/templates/npc/monster/20521-WhinstoneGolem.xml @@ -0,0 +1,38 @@ + + + + Whinstone Golem + 14 + MALE + + + + + + + + + + + + + + + 705 + 27 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20522-WhiteFang.xml b/data/templates/npc/monster/20522-WhiteFang.xml new file mode 100644 index 000000000..db54040bc --- /dev/null +++ b/data/templates/npc/monster/20522-WhiteFang.xml @@ -0,0 +1,25 @@ + + + + White Fang + 10 + MALE + + + + + + + + + + + + + + + 917 + 31 + + + diff --git a/data/templates/npc/monster/20524-GreyWolfElder.xml b/data/templates/npc/monster/20524-GreyWolfElder.xml new file mode 100644 index 000000000..33f3a1724 --- /dev/null +++ b/data/templates/npc/monster/20524-GreyWolfElder.xml @@ -0,0 +1,25 @@ + + + + Grey Wolf Elder + 7 + MALE + + + + + + + + + + + + + + + 152 + 5 + + + diff --git a/data/templates/npc/monster/20525-GrayWolf.xml b/data/templates/npc/monster/20525-GrayWolf.xml new file mode 100644 index 000000000..ea00bd6d7 --- /dev/null +++ b/data/templates/npc/monster/20525-GrayWolf.xml @@ -0,0 +1,36 @@ + + + + Gray Wolf + 4 + MALE + + + + + + + + + + + + + + + 141 + 4 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20526-ObsidianGolem.xml b/data/templates/npc/monster/20526-ObsidianGolem.xml new file mode 100644 index 000000000..aa70b63ea --- /dev/null +++ b/data/templates/npc/monster/20526-ObsidianGolem.xml @@ -0,0 +1,39 @@ + + + + Obsidian Golem + 15 + MALE + + + + + + + + + + + + + + + 756 + 31 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20527-GreatSnowWolf.xml b/data/templates/npc/monster/20527-GreatSnowWolf.xml new file mode 100644 index 000000000..01d79bcdd --- /dev/null +++ b/data/templates/npc/monster/20527-GreatSnowWolf.xml @@ -0,0 +1,25 @@ + + + + Great Snow Wolf + 4 + MALE + + + + + + + + + + + + + + + 121 + 3 + + + diff --git a/data/templates/npc/monster/20528-GoblinLord.xml b/data/templates/npc/monster/20528-GoblinLord.xml new file mode 100644 index 000000000..91310aa62 --- /dev/null +++ b/data/templates/npc/monster/20528-GoblinLord.xml @@ -0,0 +1,36 @@ + + + + Goblin Lord + 13 + MALE + + + + + + + + + + + + + + + 458 + 18 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20529-YoungBrownKeltir.xml b/data/templates/npc/monster/20529-YoungBrownKeltir.xml new file mode 100644 index 000000000..63ba14126 --- /dev/null +++ b/data/templates/npc/monster/20529-YoungBrownKeltir.xml @@ -0,0 +1,38 @@ + + + + Young Brown Keltir + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20530-YoungRedKeltir.xml b/data/templates/npc/monster/20530-YoungRedKeltir.xml new file mode 100644 index 000000000..5407027fb --- /dev/null +++ b/data/templates/npc/monster/20530-YoungRedKeltir.xml @@ -0,0 +1,37 @@ + + + + Young Red Keltir + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20531-YoungPrairieKeltir.xml b/data/templates/npc/monster/20531-YoungPrairieKeltir.xml new file mode 100644 index 000000000..0806a14ce --- /dev/null +++ b/data/templates/npc/monster/20531-YoungPrairieKeltir.xml @@ -0,0 +1,36 @@ + + + + Young Prairie Keltir + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20532-BrownKeltir.xml b/data/templates/npc/monster/20532-BrownKeltir.xml new file mode 100644 index 000000000..3f3fd39a4 --- /dev/null +++ b/data/templates/npc/monster/20532-BrownKeltir.xml @@ -0,0 +1,36 @@ + + + + Brown Keltir + 2 + MALE + + + + + + + + + + + + + + + 71 + 2 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20533-LongtailKeltir.xml b/data/templates/npc/monster/20533-LongtailKeltir.xml new file mode 100644 index 000000000..ac982b9f0 --- /dev/null +++ b/data/templates/npc/monster/20533-LongtailKeltir.xml @@ -0,0 +1,35 @@ + + + + Longtail Keltir + 2 + MALE + + + + + + + + + + + + + + + 71 + 2 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20534-RedKeltir.xml b/data/templates/npc/monster/20534-RedKeltir.xml new file mode 100644 index 000000000..ebecab67a --- /dev/null +++ b/data/templates/npc/monster/20534-RedKeltir.xml @@ -0,0 +1,35 @@ + + + + Red Keltir + 2 + MALE + + + + + + + + + + + + + + + 71 + 2 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20535-PrairieKeltir.xml b/data/templates/npc/monster/20535-PrairieKeltir.xml new file mode 100644 index 000000000..a8fa7e285 --- /dev/null +++ b/data/templates/npc/monster/20535-PrairieKeltir.xml @@ -0,0 +1,37 @@ + + + + Prairie Keltir + 2 + MALE + + + + + + + + + + + + + + + 71 + 2 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20536-ElderBrownKeltir.xml b/data/templates/npc/monster/20536-ElderBrownKeltir.xml new file mode 100644 index 000000000..70aac723c --- /dev/null +++ b/data/templates/npc/monster/20536-ElderBrownKeltir.xml @@ -0,0 +1,35 @@ + + + + Elder Brown Keltir + 3 + MALE + + + + + + + + + + + + + + + 106 + 2 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20537-ElderRedKeltir.xml b/data/templates/npc/monster/20537-ElderRedKeltir.xml new file mode 100644 index 000000000..727be8233 --- /dev/null +++ b/data/templates/npc/monster/20537-ElderRedKeltir.xml @@ -0,0 +1,36 @@ + + + + Elder Red Keltir + 3 + MALE + + + + + + + + + + + + + + + 106 + 2 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20538-ElderPrairieKeltir.xml b/data/templates/npc/monster/20538-ElderPrairieKeltir.xml new file mode 100644 index 000000000..36e72a282 --- /dev/null +++ b/data/templates/npc/monster/20538-ElderPrairieKeltir.xml @@ -0,0 +1,35 @@ + + + + Elder Prairie Keltir + 3 + MALE + + + + + + + + + + + + + + + 106 + 2 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20539-ElderLongtailKeltir.xml b/data/templates/npc/monster/20539-ElderLongtailKeltir.xml new file mode 100644 index 000000000..bb5f57c8d --- /dev/null +++ b/data/templates/npc/monster/20539-ElderLongtailKeltir.xml @@ -0,0 +1,36 @@ + + + + Elder Longtail Keltir + 3 + MALE + + + + + + + + + + + + + + + 106 + 2 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20540-GemstoneBeast.xml b/data/templates/npc/monster/20540-GemstoneBeast.xml new file mode 100644 index 000000000..5a5f037eb --- /dev/null +++ b/data/templates/npc/monster/20540-GemstoneBeast.xml @@ -0,0 +1,37 @@ + + + + Gemstone Beast + 12 + MALE + + + + + + + + + + + + + + + 353 + 13 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20541-OreBat.xml b/data/templates/npc/monster/20541-OreBat.xml new file mode 100644 index 000000000..6cfccd9fe --- /dev/null +++ b/data/templates/npc/monster/20541-OreBat.xml @@ -0,0 +1,41 @@ + + + + Ore Bat + 17 + MALE + + + + + + + + + + + + + + + 500 + 21 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20542-SkeletonLongbowman.xml b/data/templates/npc/monster/20542-SkeletonLongbowman.xml new file mode 100644 index 000000000..ac2972a7d --- /dev/null +++ b/data/templates/npc/monster/20542-SkeletonLongbowman.xml @@ -0,0 +1,39 @@ + + + + Skeleton Longbowman + 19 + MALE + + + + + + + + + + + + + + + 588 + 26 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20543-Ghost.xml b/data/templates/npc/monster/20543-Ghost.xml new file mode 100644 index 000000000..307f56982 --- /dev/null +++ b/data/templates/npc/monster/20543-Ghost.xml @@ -0,0 +1,38 @@ + + + + Ghost + 20 + MALE + + + + + + + + + + + + + + + 600 + 27 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20544-ElderKeltir.xml b/data/templates/npc/monster/20544-ElderKeltir.xml new file mode 100644 index 000000000..a3950187e --- /dev/null +++ b/data/templates/npc/monster/20544-ElderKeltir.xml @@ -0,0 +1,36 @@ + + + + Elder Keltir + 3 + MALE + + + + + + + + + + + + + + + 106 + 2 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20545-YoungKeltir.xml b/data/templates/npc/monster/20545-YoungKeltir.xml new file mode 100644 index 000000000..db247c733 --- /dev/null +++ b/data/templates/npc/monster/20545-YoungKeltir.xml @@ -0,0 +1,38 @@ + + + + Young Keltir + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20546-TurekOrcElder.xml b/data/templates/npc/monster/20546-TurekOrcElder.xml new file mode 100644 index 000000000..04d45d02e --- /dev/null +++ b/data/templates/npc/monster/20546-TurekOrcElder.xml @@ -0,0 +1,44 @@ + + + + Turek Orc Elder + 34 + MALE + + + + + + + + + + + + + + + 2058 + 120 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20547-OlMahumReserve.xml b/data/templates/npc/monster/20547-OlMahumReserve.xml new file mode 100644 index 000000000..c21e2b51a --- /dev/null +++ b/data/templates/npc/monster/20547-OlMahumReserve.xml @@ -0,0 +1,40 @@ + + + + Ol Mahum Reserve + 23 + MALE + + + + + + + + + + + + + + + 1054 + 50 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20548-OlMahumDeserter.xml b/data/templates/npc/monster/20548-OlMahumDeserter.xml new file mode 100644 index 000000000..bff53b3aa --- /dev/null +++ b/data/templates/npc/monster/20548-OlMahumDeserter.xml @@ -0,0 +1,38 @@ + + + + Ol Mahum Deserter + 23 + MALE + + + + + + + + + + + + + + + 1075 + 52 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20549-OlMahumLord.xml b/data/templates/npc/monster/20549-OlMahumLord.xml new file mode 100644 index 000000000..f13723e96 --- /dev/null +++ b/data/templates/npc/monster/20549-OlMahumLord.xml @@ -0,0 +1,44 @@ + + + + Ol Mahum Lord + 34 + MALE + + + + + + + + + + + + + + + 4233 + 247 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20550-GuardianBasilisk.xml b/data/templates/npc/monster/20550-GuardianBasilisk.xml new file mode 100644 index 000000000..94a9cfcef --- /dev/null +++ b/data/templates/npc/monster/20550-GuardianBasilisk.xml @@ -0,0 +1,44 @@ + + + + Guardian Basilisk + 36 + MALE + + + + + + + + + + + + + + + 2352 + 142 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20551-RoadScavenger.xml b/data/templates/npc/monster/20551-RoadScavenger.xml new file mode 100644 index 000000000..a7b94c304 --- /dev/null +++ b/data/templates/npc/monster/20551-RoadScavenger.xml @@ -0,0 +1,45 @@ + + + + Road Scavenger + 37 + MALE + + + + + + + + + + + + + + + 2389 + 146 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20552-FetteredSoul.xml b/data/templates/npc/monster/20552-FetteredSoul.xml new file mode 100644 index 000000000..e81f9c1e9 --- /dev/null +++ b/data/templates/npc/monster/20552-FetteredSoul.xml @@ -0,0 +1,39 @@ + + + + Fettered Soul + 38 + MALE + + + + + + + + + + + + + + + 5152 + 322 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20553-Windsus.xml b/data/templates/npc/monster/20553-Windsus.xml new file mode 100644 index 000000000..00e84dbb3 --- /dev/null +++ b/data/templates/npc/monster/20553-Windsus.xml @@ -0,0 +1,39 @@ + + + + Windsus + 39 + MALE + + + + + + + + + + + + + + + 2655 + 169 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20554-Grandis.xml b/data/templates/npc/monster/20554-Grandis.xml new file mode 100644 index 000000000..c8c26ddb4 --- /dev/null +++ b/data/templates/npc/monster/20554-Grandis.xml @@ -0,0 +1,42 @@ + + + + Grandis + 40 + MALE + + + + + + + + + + + + + + + 3102 + 200 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20555-GiantFungus.xml b/data/templates/npc/monster/20555-GiantFungus.xml new file mode 100644 index 000000000..3a3a693f6 --- /dev/null +++ b/data/templates/npc/monster/20555-GiantFungus.xml @@ -0,0 +1,41 @@ + + + + Giant Fungus + 40 + MALE + + + + + + + + + + + + + + + 2792 + 180 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20556-GiantMonstereye.xml b/data/templates/npc/monster/20556-GiantMonstereye.xml new file mode 100644 index 000000000..7d39534f5 --- /dev/null +++ b/data/templates/npc/monster/20556-GiantMonstereye.xml @@ -0,0 +1,39 @@ + + + + Giant Monstereye + 41 + MALE + + + + + + + + + + + + + + + 2934 + 192 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20557-DireWyrm.xml b/data/templates/npc/monster/20557-DireWyrm.xml new file mode 100644 index 000000000..76302888e --- /dev/null +++ b/data/templates/npc/monster/20557-DireWyrm.xml @@ -0,0 +1,40 @@ + + + + Dire Wyrm + 42 + MALE + + + + + + + + + + + + + + + 3109 + 208 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20558-RottingTree.xml b/data/templates/npc/monster/20558-RottingTree.xml new file mode 100644 index 000000000..db489fa12 --- /dev/null +++ b/data/templates/npc/monster/20558-RottingTree.xml @@ -0,0 +1,45 @@ + + + + Rotting tree + 43 + MALE + + + + + + + + + + + + + + + 3195 + 216 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20559-RottingGolem.xml b/data/templates/npc/monster/20559-RottingGolem.xml new file mode 100644 index 000000000..a70d7c7f0 --- /dev/null +++ b/data/templates/npc/monster/20559-RottingGolem.xml @@ -0,0 +1,43 @@ + + + + Rotting Golem + 44 + MALE + + + + + + + + + + + + + + + 4730 + 324 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20560-TrisalimSpider.xml b/data/templates/npc/monster/20560-TrisalimSpider.xml new file mode 100644 index 000000000..4ed920597 --- /dev/null +++ b/data/templates/npc/monster/20560-TrisalimSpider.xml @@ -0,0 +1,50 @@ + + + + Trisalim Spider + 45 + MALE + + + + + + + + + + + + + + + 3499 + 244 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20561-TrisalimTarantula.xml b/data/templates/npc/monster/20561-TrisalimTarantula.xml new file mode 100644 index 000000000..ffb0c606c --- /dev/null +++ b/data/templates/npc/monster/20561-TrisalimTarantula.xml @@ -0,0 +1,49 @@ + + + + Trisalim Tarantula + 46 + MALE + + + + + + + + + + + + + + + 4144 + 294 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20562-SporeZombie.xml b/data/templates/npc/monster/20562-SporeZombie.xml new file mode 100644 index 000000000..938d1da71 --- /dev/null +++ b/data/templates/npc/monster/20562-SporeZombie.xml @@ -0,0 +1,50 @@ + + + + Spore Zombie + 47 + MALE + + + + + + + + + + + + + + + 4310 + 308 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20563-ManashenGargoyle.xml b/data/templates/npc/monster/20563-ManashenGargoyle.xml new file mode 100644 index 000000000..426706cb0 --- /dev/null +++ b/data/templates/npc/monster/20563-ManashenGargoyle.xml @@ -0,0 +1,53 @@ + + + + Manashen Gargoyle + 40 + MALE + + + + + + + + + + + + + + + 3323 + 215 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20564-EnchantedMonstereye.xml b/data/templates/npc/monster/20564-EnchantedMonstereye.xml new file mode 100644 index 000000000..7036fd869 --- /dev/null +++ b/data/templates/npc/monster/20564-EnchantedMonstereye.xml @@ -0,0 +1,44 @@ + + + + Enchanted Monstereye + 41 + MALE + + + + + + + + + + + + + + + 2992 + 196 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20565-EnchantedStoneGolem.xml b/data/templates/npc/monster/20565-EnchantedStoneGolem.xml new file mode 100644 index 000000000..8dd5796ed --- /dev/null +++ b/data/templates/npc/monster/20565-EnchantedStoneGolem.xml @@ -0,0 +1,40 @@ + + + + Enchanted Stone Golem + 42 + MALE + + + + + + + + + + + + + + + 4353 + 290 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20566-EnchantedIronGolem.xml b/data/templates/npc/monster/20566-EnchantedIronGolem.xml new file mode 100644 index 000000000..944398441 --- /dev/null +++ b/data/templates/npc/monster/20566-EnchantedIronGolem.xml @@ -0,0 +1,45 @@ + + + + Enchanted Iron Golem + 43 + MALE + + + + + + + + + + + + + + + 4563 + 308 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20567-EnchantedGargoyle.xml b/data/templates/npc/monster/20567-EnchantedGargoyle.xml new file mode 100644 index 000000000..b92f3ad9d --- /dev/null +++ b/data/templates/npc/monster/20567-EnchantedGargoyle.xml @@ -0,0 +1,46 @@ + + + + Enchanted Gargoyle + 44 + MALE + + + + + + + + + + + + + + + 4021 + 275 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20568-Formor.xml b/data/templates/npc/monster/20568-Formor.xml new file mode 100644 index 000000000..0b9c7879c --- /dev/null +++ b/data/templates/npc/monster/20568-Formor.xml @@ -0,0 +1,58 @@ + + + + Formor + 45 + MALE + + + + + + + + + + + + + + + 3534 + 246 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20569-FormorElder.xml b/data/templates/npc/monster/20569-FormorElder.xml new file mode 100644 index 000000000..a76707cf5 --- /dev/null +++ b/data/templates/npc/monster/20569-FormorElder.xml @@ -0,0 +1,49 @@ + + + + Formor Elder + 46 + MALE + + + + + + + + + + + + + + + 3841 + 272 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20570-TarlkBugbear.xml b/data/templates/npc/monster/20570-TarlkBugbear.xml new file mode 100644 index 000000000..59e7e0cfb --- /dev/null +++ b/data/templates/npc/monster/20570-TarlkBugbear.xml @@ -0,0 +1,47 @@ + + + + Tarlk Bugbear + 47 + MALE + + + + + + + + + + + + + + + 3855 + 276 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20571-TarlkBugbearWarrior.xml b/data/templates/npc/monster/20571-TarlkBugbearWarrior.xml new file mode 100644 index 000000000..fe28dc883 --- /dev/null +++ b/data/templates/npc/monster/20571-TarlkBugbearWarrior.xml @@ -0,0 +1,53 @@ + + + + Tarlk Bugbear Warrior + 48 + MALE + + + + + + + + + + + + + + + 4553 + 332 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20572-TarlkBugbearHighWarrior.xml b/data/templates/npc/monster/20572-TarlkBugbearHighWarrior.xml new file mode 100644 index 000000000..f4662bc00 --- /dev/null +++ b/data/templates/npc/monster/20572-TarlkBugbearHighWarrior.xml @@ -0,0 +1,47 @@ + + + + Tarlk Bugbear High Warrior + 49 + MALE + + + + + + + + + + + + + + + 4987 + 368 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20573-TarlkBasilisk.xml b/data/templates/npc/monster/20573-TarlkBasilisk.xml new file mode 100644 index 000000000..d8e7481a3 --- /dev/null +++ b/data/templates/npc/monster/20573-TarlkBasilisk.xml @@ -0,0 +1,48 @@ + + + + Tarlk Basilisk + 50 + MALE + + + + + + + + + + + + + + + 4288 + 323 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20574-ElderTarlkBasilisk.xml b/data/templates/npc/monster/20574-ElderTarlkBasilisk.xml new file mode 100644 index 000000000..7e3f6a2d4 --- /dev/null +++ b/data/templates/npc/monster/20574-ElderTarlkBasilisk.xml @@ -0,0 +1,56 @@ + + + + Elder Tarlk Basilisk + 51 + MALE + + + + + + + + + + + + + + + 4506 + 343 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20575-OelMahumWarrior.xml b/data/templates/npc/monster/20575-OelMahumWarrior.xml new file mode 100644 index 000000000..3ce131b71 --- /dev/null +++ b/data/templates/npc/monster/20575-OelMahumWarrior.xml @@ -0,0 +1,49 @@ + + + + Oel Mahum Warrior + 54 + MALE + + + + + + + + + + + + + + + 5051 + 402 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20576-OelMahumWitchDoctor.xml b/data/templates/npc/monster/20576-OelMahumWitchDoctor.xml new file mode 100644 index 000000000..13263c48f --- /dev/null +++ b/data/templates/npc/monster/20576-OelMahumWitchDoctor.xml @@ -0,0 +1,51 @@ + + + + Oel Mahum Witch Doctor + 55 + MALE + + + + + + + + + + + + + + + 10289 + 791 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20577-LetoLizardman.xml b/data/templates/npc/monster/20577-LetoLizardman.xml new file mode 100644 index 000000000..c8f195d59 --- /dev/null +++ b/data/templates/npc/monster/20577-LetoLizardman.xml @@ -0,0 +1,43 @@ + + + + Leto Lizardman + 35 + MALE + + + + + + + + + + + + + + + 2138 + 126 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20578-LetoLizardmanArcher.xml b/data/templates/npc/monster/20578-LetoLizardmanArcher.xml new file mode 100644 index 000000000..ca4f0b69a --- /dev/null +++ b/data/templates/npc/monster/20578-LetoLizardmanArcher.xml @@ -0,0 +1,40 @@ + + + + Leto Lizardman Archer + 36 + MALE + + + + + + + + + + + + + + + 2330 + 140 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20579-LetoLizardmanSoldier.xml b/data/templates/npc/monster/20579-LetoLizardmanSoldier.xml new file mode 100644 index 000000000..60a17dc58 --- /dev/null +++ b/data/templates/npc/monster/20579-LetoLizardmanSoldier.xml @@ -0,0 +1,55 @@ + + + + Leto Lizardman Soldier + 37 + MALE + + + + + + + + + + + + + + + 2437 + 150 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20580-LetoLizardmanWarrior.xml b/data/templates/npc/monster/20580-LetoLizardmanWarrior.xml new file mode 100644 index 000000000..dc312d847 --- /dev/null +++ b/data/templates/npc/monster/20580-LetoLizardmanWarrior.xml @@ -0,0 +1,42 @@ + + + + Leto Lizardman Warrior + 38 + MALE + + + + + + + + + + + + + + + 4688 + 292 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20581-LetoLizardmanShaman.xml b/data/templates/npc/monster/20581-LetoLizardmanShaman.xml new file mode 100644 index 000000000..860b82e6e --- /dev/null +++ b/data/templates/npc/monster/20581-LetoLizardmanShaman.xml @@ -0,0 +1,43 @@ + + + + Leto Lizardman Shaman + 39 + MALE + + + + + + + + + + + + + + + 2655 + 169 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20582-LetoLizardmanOverlord.xml b/data/templates/npc/monster/20582-LetoLizardmanOverlord.xml new file mode 100644 index 000000000..c59592300 --- /dev/null +++ b/data/templates/npc/monster/20582-LetoLizardmanOverlord.xml @@ -0,0 +1,45 @@ + + + + Leto Lizardman Overlord + 40 + MALE + + + + + + + + + + + + + + + 5298 + 342 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20583-TimakOrc.xml b/data/templates/npc/monster/20583-TimakOrc.xml new file mode 100644 index 000000000..7adfe99a8 --- /dev/null +++ b/data/templates/npc/monster/20583-TimakOrc.xml @@ -0,0 +1,40 @@ + + + + Timak Orc + 40 + MALE + + + + + + + + + + + + + + + 2792 + 180 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20584-TimakOrcArcher.xml b/data/templates/npc/monster/20584-TimakOrcArcher.xml new file mode 100644 index 000000000..df1feb6d5 --- /dev/null +++ b/data/templates/npc/monster/20584-TimakOrcArcher.xml @@ -0,0 +1,41 @@ + + + + Timak Orc Archer + 41 + MALE + + + + + + + + + + + + + + + 3783 + 247 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20585-TimakOrcSoldier.xml b/data/templates/npc/monster/20585-TimakOrcSoldier.xml new file mode 100644 index 000000000..0a6e6797a --- /dev/null +++ b/data/templates/npc/monster/20585-TimakOrcSoldier.xml @@ -0,0 +1,49 @@ + + + + Timak Orc Soldier + 42 + MALE + + + + + + + + + + + + + + + 3737 + 248 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20586-TimakOrcWarrior.xml b/data/templates/npc/monster/20586-TimakOrcWarrior.xml new file mode 100644 index 000000000..37fb5adca --- /dev/null +++ b/data/templates/npc/monster/20586-TimakOrcWarrior.xml @@ -0,0 +1,44 @@ + + + + Timak Orc Warrior + 43 + MALE + + + + + + + + + + + + + + + 3582 + 242 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20587-TimakOrcShaman.xml b/data/templates/npc/monster/20587-TimakOrcShaman.xml new file mode 100644 index 000000000..0a904a106 --- /dev/null +++ b/data/templates/npc/monster/20587-TimakOrcShaman.xml @@ -0,0 +1,61 @@ + + + + Timak Orc Shaman + 44 + MALE + + + + + + + + + + + + + + + 3379 + 232 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20588-TimakOrcOverlord.xml b/data/templates/npc/monster/20588-TimakOrcOverlord.xml new file mode 100644 index 000000000..6f0f3723b --- /dev/null +++ b/data/templates/npc/monster/20588-TimakOrcOverlord.xml @@ -0,0 +1,46 @@ + + + + Timak Orc Overlord + 45 + MALE + + + + + + + + + + + + + + + 4441 + 308 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20589-Fline.xml b/data/templates/npc/monster/20589-Fline.xml new file mode 100644 index 000000000..2865abfdc --- /dev/null +++ b/data/templates/npc/monster/20589-Fline.xml @@ -0,0 +1,46 @@ + + + + Fline + 45 + FEMALE + + + + + + + + + + + + + + + 6639 + 462 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20590-Liele.xml b/data/templates/npc/monster/20590-Liele.xml new file mode 100644 index 000000000..389746bda --- /dev/null +++ b/data/templates/npc/monster/20590-Liele.xml @@ -0,0 +1,46 @@ + + + + Liele + 46 + FEMALE + + + + + + + + + + + + + + + 6869 + 487 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20591-ValleyTreant.xml b/data/templates/npc/monster/20591-ValleyTreant.xml new file mode 100644 index 000000000..4bcf09843 --- /dev/null +++ b/data/templates/npc/monster/20591-ValleyTreant.xml @@ -0,0 +1,44 @@ + + + + Valley Treant + 47 + MALE + + + + + + + + + + + + + + + 10140 + 727 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20592-Satyr.xml b/data/templates/npc/monster/20592-Satyr.xml new file mode 100644 index 000000000..d16c8562b --- /dev/null +++ b/data/templates/npc/monster/20592-Satyr.xml @@ -0,0 +1,47 @@ + + + + Satyr + 48 + MALE + + + + + + + + + + + + + + + 11074 + 809 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20593-Unicorn.xml b/data/templates/npc/monster/20593-Unicorn.xml new file mode 100644 index 000000000..330eeee24 --- /dev/null +++ b/data/templates/npc/monster/20593-Unicorn.xml @@ -0,0 +1,50 @@ + + + + Unicorn + 49 + MALE + + + + + + + + + + + + + + + 11880 + 878 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20594-ForestRunner.xml b/data/templates/npc/monster/20594-ForestRunner.xml new file mode 100644 index 000000000..805139e6c --- /dev/null +++ b/data/templates/npc/monster/20594-ForestRunner.xml @@ -0,0 +1,47 @@ + + + + Forest Runner + 50 + FEMALE + + + + + + + + + + + + + + + 8116 + 611 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20595-FlineElder.xml b/data/templates/npc/monster/20595-FlineElder.xml new file mode 100644 index 000000000..742b410c6 --- /dev/null +++ b/data/templates/npc/monster/20595-FlineElder.xml @@ -0,0 +1,46 @@ + + + + Fline Elder + 51 + FEMALE + + + + + + + + + + + + + + + 8443 + 644 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20596-LieleElder.xml b/data/templates/npc/monster/20596-LieleElder.xml new file mode 100644 index 000000000..c60e58dbb --- /dev/null +++ b/data/templates/npc/monster/20596-LieleElder.xml @@ -0,0 +1,61 @@ + + + + Liele Elder + 52 + FEMALE + + + + + + + + + + + + + + + 8953 + 692 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20597-ValleyTreantElder.xml b/data/templates/npc/monster/20597-ValleyTreantElder.xml new file mode 100644 index 000000000..5cc02f3ab --- /dev/null +++ b/data/templates/npc/monster/20597-ValleyTreantElder.xml @@ -0,0 +1,47 @@ + + + + Valley Treant Elder + 53 + MALE + + + + + + + + + + + + + + + 18717 + 1471 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20598-SatyrElder.xml b/data/templates/npc/monster/20598-SatyrElder.xml new file mode 100644 index 000000000..828079a6e --- /dev/null +++ b/data/templates/npc/monster/20598-SatyrElder.xml @@ -0,0 +1,48 @@ + + + + Satyr Elder + 54 + MALE + + + + + + + + + + + + + + + 13741 + 1096 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20599-UnicornElder.xml b/data/templates/npc/monster/20599-UnicornElder.xml new file mode 100644 index 000000000..5f768fbcf --- /dev/null +++ b/data/templates/npc/monster/20599-UnicornElder.xml @@ -0,0 +1,57 @@ + + + + Unicorn Elder + 55 + MALE + + + + + + + + + + + + + + + 14255 + 1151 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20600-KarulBugbear.xml b/data/templates/npc/monster/20600-KarulBugbear.xml new file mode 100644 index 000000000..077feed39 --- /dev/null +++ b/data/templates/npc/monster/20600-KarulBugbear.xml @@ -0,0 +1,44 @@ + + + + Karul Bugbear + 40 + MALE + + + + + + + + + + + + + + + 3290 + 212 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20601-TamlinOrc.xml b/data/templates/npc/monster/20601-TamlinOrc.xml new file mode 100644 index 000000000..c1d490a55 --- /dev/null +++ b/data/templates/npc/monster/20601-TamlinOrc.xml @@ -0,0 +1,42 @@ + + + + Tamlin Orc + 41 + MALE + + + + + + + + + + + + + + + 2934 + 192 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20602-TamlinOrcArcher.xml b/data/templates/npc/monster/20602-TamlinOrcArcher.xml new file mode 100644 index 000000000..5155b39dc --- /dev/null +++ b/data/templates/npc/monster/20602-TamlinOrcArcher.xml @@ -0,0 +1,42 @@ + + + + Tamlin Orc Archer + 42 + MALE + + + + + + + + + + + + + + + 3970 + 264 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20603-KronbeSpider.xml b/data/templates/npc/monster/20603-KronbeSpider.xml new file mode 100644 index 000000000..d07f25184 --- /dev/null +++ b/data/templates/npc/monster/20603-KronbeSpider.xml @@ -0,0 +1,50 @@ + + + + Kronbe Spider + 43 + MALE + + + + + + + + + + + + + + + 3259 + 221 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20604-Rakin.xml b/data/templates/npc/monster/20604-Rakin.xml new file mode 100644 index 000000000..60da8bc93 --- /dev/null +++ b/data/templates/npc/monster/20604-Rakin.xml @@ -0,0 +1,45 @@ + + + + Rakin + 44 + MALE + + + + + + + + + + + + + + + 3981 + 272 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20605-WeirdDrake.xml b/data/templates/npc/monster/20605-WeirdDrake.xml new file mode 100644 index 000000000..c2c2236b9 --- /dev/null +++ b/data/templates/npc/monster/20605-WeirdDrake.xml @@ -0,0 +1,46 @@ + + + + Weird Drake + 45 + MALE + + + + + + + + + + + + + + + 3605 + 251 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20606-KuranKobold.xml b/data/templates/npc/monster/20606-KuranKobold.xml new file mode 100644 index 000000000..159cb9eba --- /dev/null +++ b/data/templates/npc/monster/20606-KuranKobold.xml @@ -0,0 +1,37 @@ + + + + Kuran Kobold + 27 + MALE + + + + + + + + + + + + + + + 2282 + 116 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20607-KuranKoboldWarrior.xml b/data/templates/npc/monster/20607-KuranKoboldWarrior.xml new file mode 100644 index 000000000..14940404d --- /dev/null +++ b/data/templates/npc/monster/20607-KuranKoboldWarrior.xml @@ -0,0 +1,40 @@ + + + + Kuran Kobold Warrior + 28 + MALE + + + + + + + + + + + + + + + 2415 + 127 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20608-PatinArcher.xml b/data/templates/npc/monster/20608-PatinArcher.xml new file mode 100644 index 000000000..cd26d1497 --- /dev/null +++ b/data/templates/npc/monster/20608-PatinArcher.xml @@ -0,0 +1,40 @@ + + + + Patin Archer + 29 + MALE + + + + + + + + + + + + + + + 2454 + 132 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20609-RakinSalamander.xml b/data/templates/npc/monster/20609-RakinSalamander.xml new file mode 100644 index 000000000..defeede18 --- /dev/null +++ b/data/templates/npc/monster/20609-RakinSalamander.xml @@ -0,0 +1,38 @@ + + + + Rakin Salamander + 30 + MALE + + + + + + + + + + + + + + + 2566 + 140 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20610-SentinelOfWater.xml b/data/templates/npc/monster/20610-SentinelOfWater.xml new file mode 100644 index 000000000..e161c652a --- /dev/null +++ b/data/templates/npc/monster/20610-SentinelOfWater.xml @@ -0,0 +1,40 @@ + + + + Sentinel Of Water + 31 + MALE + + + + + + + + + + + + + + + 2600 + 144 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20611-DreVanulWarrior.xml b/data/templates/npc/monster/20611-DreVanulWarrior.xml new file mode 100644 index 000000000..b64efd4cf --- /dev/null +++ b/data/templates/npc/monster/20611-DreVanulWarrior.xml @@ -0,0 +1,48 @@ + + + + Dre Vanul Warrior + 32 + MALE + + + + + + + + + + + + + + + 2770 + 156 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20612-SalamanderRowin.xml b/data/templates/npc/monster/20612-SalamanderRowin.xml new file mode 100644 index 000000000..ce1569d2f --- /dev/null +++ b/data/templates/npc/monster/20612-SalamanderRowin.xml @@ -0,0 +1,40 @@ + + + + Salamander Rowin + 33 + MALE + + + + + + + + + + + + + + + 3166 + 181 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20613-LafiLizardman.xml b/data/templates/npc/monster/20613-LafiLizardman.xml new file mode 100644 index 000000000..ea4a19782 --- /dev/null +++ b/data/templates/npc/monster/20613-LafiLizardman.xml @@ -0,0 +1,41 @@ + + + + Lafi Lizardman + 27 + MALE + + + + + + + + + + + + + + + 2282 + 116 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20614-LafiLizardmanScout.xml b/data/templates/npc/monster/20614-LafiLizardmanScout.xml new file mode 100644 index 000000000..ee3e579eb --- /dev/null +++ b/data/templates/npc/monster/20614-LafiLizardmanScout.xml @@ -0,0 +1,38 @@ + + + + Lafi Lizardman Scout + 28 + MALE + + + + + + + + + + + + + + + 2257 + 119 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20615-RitmalSwordsman.xml b/data/templates/npc/monster/20615-RitmalSwordsman.xml new file mode 100644 index 000000000..ee00d06d5 --- /dev/null +++ b/data/templates/npc/monster/20615-RitmalSwordsman.xml @@ -0,0 +1,41 @@ + + + + Ritmal Swordsman + 29 + MALE + + + + + + + + + + + + + + + 2626 + 140 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20616-RakinUndine.xml b/data/templates/npc/monster/20616-RakinUndine.xml new file mode 100644 index 000000000..7b26da9ef --- /dev/null +++ b/data/templates/npc/monster/20616-RakinUndine.xml @@ -0,0 +1,47 @@ + + + + Rakin Undine + 30 + FEMALE + + + + + + + + + + + + + + + 3443 + 188 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20617-SentinelOfWater.xml b/data/templates/npc/monster/20617-SentinelOfWater.xml new file mode 100644 index 000000000..0b03749be --- /dev/null +++ b/data/templates/npc/monster/20617-SentinelOfWater.xml @@ -0,0 +1,38 @@ + + + + Sentinel Of Water + 31 + MALE + + + + + + + + + + + + + + + 2625 + 145 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20618-KanilSuccubus.xml b/data/templates/npc/monster/20618-KanilSuccubus.xml new file mode 100644 index 000000000..356e70efb --- /dev/null +++ b/data/templates/npc/monster/20618-KanilSuccubus.xml @@ -0,0 +1,38 @@ + + + + Kanil Succubus + 32 + FEMALE + + + + + + + + + + + + + + + 2919 + 164 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20619-RowinUndine.xml b/data/templates/npc/monster/20619-RowinUndine.xml new file mode 100644 index 000000000..ab21f0941 --- /dev/null +++ b/data/templates/npc/monster/20619-RowinUndine.xml @@ -0,0 +1,40 @@ + + + + Rowin Undine + 33 + FEMALE + + + + + + + + + + + + + + + 3005 + 173 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20620-CaveBeast.xml b/data/templates/npc/monster/20620-CaveBeast.xml new file mode 100644 index 000000000..edda3a271 --- /dev/null +++ b/data/templates/npc/monster/20620-CaveBeast.xml @@ -0,0 +1,48 @@ + + + + Cave Beast + 61 + MALE + + + + + + + + + + + + + + + 15494 + 1363 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20621-DeathWave.xml b/data/templates/npc/monster/20621-DeathWave.xml new file mode 100644 index 000000000..3a5dade02 --- /dev/null +++ b/data/templates/npc/monster/20621-DeathWave.xml @@ -0,0 +1,46 @@ + + + + Death Wave + 62 + MALE + + + + + + + + + + + + + + + 16701 + 1488 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20622-MalrukSoldier.xml b/data/templates/npc/monster/20622-MalrukSoldier.xml new file mode 100644 index 000000000..1bfd56592 --- /dev/null +++ b/data/templates/npc/monster/20622-MalrukSoldier.xml @@ -0,0 +1,50 @@ + + + + Malruk Soldier + 63 + MALE + + + + + + + + + + + + + + + 17833 + 1610 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20623-Plando.xml b/data/templates/npc/monster/20623-Plando.xml new file mode 100644 index 000000000..2cba017c9 --- /dev/null +++ b/data/templates/npc/monster/20623-Plando.xml @@ -0,0 +1,49 @@ + + + + Plando + 64 + MALE + + + + + + + + + + + + + + + 23778 + 2177 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20624-CaveHowler.xml b/data/templates/npc/monster/20624-CaveHowler.xml new file mode 100644 index 000000000..b8684342d --- /dev/null +++ b/data/templates/npc/monster/20624-CaveHowler.xml @@ -0,0 +1,50 @@ + + + + Cave Howler + 65 + MALE + + + + + + + + + + + + + + + 24178 + 2246 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20625-MalrukKnight.xml b/data/templates/npc/monster/20625-MalrukKnight.xml new file mode 100644 index 000000000..e06b07e10 --- /dev/null +++ b/data/templates/npc/monster/20625-MalrukKnight.xml @@ -0,0 +1,46 @@ + + + + Malruk Knight + 66 + MALE + + + + + + + + + + + + + + + 24146 + 2273 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20626-MalrukBerserker.xml b/data/templates/npc/monster/20626-MalrukBerserker.xml new file mode 100644 index 000000000..f97fcf924 --- /dev/null +++ b/data/templates/npc/monster/20626-MalrukBerserker.xml @@ -0,0 +1,50 @@ + + + + Malruk Berserker + 67 + MALE + + + + + + + + + + + + + + + 34656 + 3300 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20627-MalrukLord.xml b/data/templates/npc/monster/20627-MalrukLord.xml new file mode 100644 index 000000000..adef205d0 --- /dev/null +++ b/data/templates/npc/monster/20627-MalrukLord.xml @@ -0,0 +1,51 @@ + + + + Malruk Lord + 68 + MALE + + + + + + + + + + + + + + + 29789 + 2878 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20628-LimalKarinness.xml b/data/templates/npc/monster/20628-LimalKarinness.xml new file mode 100644 index 000000000..31567c9f6 --- /dev/null +++ b/data/templates/npc/monster/20628-LimalKarinness.xml @@ -0,0 +1,47 @@ + + + + Limal Karinness + 69 + FEMALE + + + + + + + + + + + + + + + 32098 + 3140 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20629-Karik.xml b/data/templates/npc/monster/20629-Karik.xml new file mode 100644 index 000000000..9d36e3df7 --- /dev/null +++ b/data/templates/npc/monster/20629-Karik.xml @@ -0,0 +1,47 @@ + + + + Karik + 70 + MALE + + + + + + + + + + + + + + + 39507 + 3917 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20630-TaikOrc.xml b/data/templates/npc/monster/20630-TaikOrc.xml new file mode 100644 index 000000000..cc518e215 --- /dev/null +++ b/data/templates/npc/monster/20630-TaikOrc.xml @@ -0,0 +1,45 @@ + + + + Taik Orc + 40 + MALE + + + + + + + + + + + + + + + 2792 + 180 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20631-TaikOrcArcher.xml b/data/templates/npc/monster/20631-TaikOrcArcher.xml new file mode 100644 index 000000000..7637f1e5a --- /dev/null +++ b/data/templates/npc/monster/20631-TaikOrcArcher.xml @@ -0,0 +1,52 @@ + + + + Taik Orc Archer + 41 + MALE + + + + + + + + + + + + + + + 3783 + 247 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20632-TaikOrcWarrior.xml b/data/templates/npc/monster/20632-TaikOrcWarrior.xml new file mode 100644 index 000000000..162feeb0e --- /dev/null +++ b/data/templates/npc/monster/20632-TaikOrcWarrior.xml @@ -0,0 +1,44 @@ + + + + Taik Orc Warrior + 42 + MALE + + + + + + + + + + + + + + + 3774 + 251 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20633-TaikOrcShaman.xml b/data/templates/npc/monster/20633-TaikOrcShaman.xml new file mode 100644 index 000000000..eb82517a7 --- /dev/null +++ b/data/templates/npc/monster/20633-TaikOrcShaman.xml @@ -0,0 +1,45 @@ + + + + Taik Orc Shaman + 43 + MALE + + + + + + + + + + + + + + + 3682 + 248 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20634-TaikOrcCaptain.xml b/data/templates/npc/monster/20634-TaikOrcCaptain.xml new file mode 100644 index 000000000..9154ec2f5 --- /dev/null +++ b/data/templates/npc/monster/20634-TaikOrcCaptain.xml @@ -0,0 +1,48 @@ + + + + Taik Orc Captain + 44 + MALE + + + + + + + + + + + + + + + 7065 + 484 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20635-Carinkain.xml b/data/templates/npc/monster/20635-Carinkain.xml new file mode 100644 index 000000000..c9acb1742 --- /dev/null +++ b/data/templates/npc/monster/20635-Carinkain.xml @@ -0,0 +1,44 @@ + + + + Carinkain + 45 + MALE + + + + + + + + + + + + + + + 3569 + 248 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20636-ForestOfMirrorsGhost.xml b/data/templates/npc/monster/20636-ForestOfMirrorsGhost.xml new file mode 100644 index 000000000..f58066d56 --- /dev/null +++ b/data/templates/npc/monster/20636-ForestOfMirrorsGhost.xml @@ -0,0 +1,58 @@ + + + + Forest of Mirrors Ghost + 46 + MALE + + + + + + + + + + + + + + + 3973 + 282 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20637-ForestOfMirrorsGhost.xml b/data/templates/npc/monster/20637-ForestOfMirrorsGhost.xml new file mode 100644 index 000000000..1b9d7f259 --- /dev/null +++ b/data/templates/npc/monster/20637-ForestOfMirrorsGhost.xml @@ -0,0 +1,55 @@ + + + + Forest of Mirrors Ghost + 47 + MALE + + + + + + + + + + + + + + + 4148 + 298 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20638-ForestOfMirrorsGhost.xml b/data/templates/npc/monster/20638-ForestOfMirrorsGhost.xml new file mode 100644 index 000000000..7951f453f --- /dev/null +++ b/data/templates/npc/monster/20638-ForestOfMirrorsGhost.xml @@ -0,0 +1,48 @@ + + + + Forest of Mirrors Ghost + 48 + MALE + + + + + + + + + + + + + + + 4326 + 316 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20639-Mirror.xml b/data/templates/npc/monster/20639-Mirror.xml new file mode 100644 index 000000000..04d950fca --- /dev/null +++ b/data/templates/npc/monster/20639-Mirror.xml @@ -0,0 +1,47 @@ + + + + Mirror + 49 + MALE + + + + + + + + + + + + + + + 10210 + 755 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20640-HaritLizardman.xml b/data/templates/npc/monster/20640-HaritLizardman.xml new file mode 100644 index 000000000..6d133ad6b --- /dev/null +++ b/data/templates/npc/monster/20640-HaritLizardman.xml @@ -0,0 +1,47 @@ + + + + Harit Lizardman + 50 + MALE + + + + + + + + + + + + + + + 4363 + 329 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20641-HaritLizardmanGrunt.xml b/data/templates/npc/monster/20641-HaritLizardmanGrunt.xml new file mode 100644 index 000000000..5774a9b88 --- /dev/null +++ b/data/templates/npc/monster/20641-HaritLizardmanGrunt.xml @@ -0,0 +1,50 @@ + + + + Harit Lizardman Grunt + 51 + MALE + + + + + + + + + + + + + + + 5402 + 412 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20642-HaritLizardmanArcher.xml b/data/templates/npc/monster/20642-HaritLizardmanArcher.xml new file mode 100644 index 000000000..41eee5a78 --- /dev/null +++ b/data/templates/npc/monster/20642-HaritLizardmanArcher.xml @@ -0,0 +1,48 @@ + + + + Harit Lizardman Archer + 52 + MALE + + + + + + + + + + + + + + + 5057 + 391 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20643-HaritLizardmanWarrior.xml b/data/templates/npc/monster/20643-HaritLizardmanWarrior.xml new file mode 100644 index 000000000..56e050443 --- /dev/null +++ b/data/templates/npc/monster/20643-HaritLizardmanWarrior.xml @@ -0,0 +1,48 @@ + + + + Harit Lizardman Warrior + 53 + MALE + + + + + + + + + + + + + + + 5199 + 409 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20644-HaritLizardmanShaman.xml b/data/templates/npc/monster/20644-HaritLizardmanShaman.xml new file mode 100644 index 000000000..09f64e080 --- /dev/null +++ b/data/templates/npc/monster/20644-HaritLizardmanShaman.xml @@ -0,0 +1,49 @@ + + + + Harit Lizardman Shaman + 54 + MALE + + + + + + + + + + + + + + + 5089 + 406 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20645-HaritLizardmanMatriarch.xml b/data/templates/npc/monster/20645-HaritLizardmanMatriarch.xml new file mode 100644 index 000000000..7dc134acd --- /dev/null +++ b/data/templates/npc/monster/20645-HaritLizardmanMatriarch.xml @@ -0,0 +1,46 @@ + + + + Harit Lizardman Matriarch + 55 + MALE + + + + + + + + + + + + + + + 11444 + 924 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20646-Halingka.xml b/data/templates/npc/monster/20646-Halingka.xml new file mode 100644 index 000000000..f0a046693 --- /dev/null +++ b/data/templates/npc/monster/20646-Halingka.xml @@ -0,0 +1,49 @@ + + + + Halingka + 55 + MALE + + + + + + + + + + + + + + + 8623 + 696 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20647-Yintzu.xml b/data/templates/npc/monster/20647-Yintzu.xml new file mode 100644 index 000000000..14e504828 --- /dev/null +++ b/data/templates/npc/monster/20647-Yintzu.xml @@ -0,0 +1,51 @@ + + + + Yintzu + 56 + MALE + + + + + + + + + + + + + + + 8653 + 710 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20648-Paliote.xml b/data/templates/npc/monster/20648-Paliote.xml new file mode 100644 index 000000000..657762a86 --- /dev/null +++ b/data/templates/npc/monster/20648-Paliote.xml @@ -0,0 +1,51 @@ + + + + Paliote + 57 + MALE + + + + + + + + + + + + + + + 9826 + 816 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20649-Hamrut.xml b/data/templates/npc/monster/20649-Hamrut.xml new file mode 100644 index 000000000..1929ffa1c --- /dev/null +++ b/data/templates/npc/monster/20649-Hamrut.xml @@ -0,0 +1,50 @@ + + + + Hamrut + 58 + MALE + + + + + + + + + + + + + + + 9781 + 827 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20650-Kranrot.xml b/data/templates/npc/monster/20650-Kranrot.xml new file mode 100644 index 000000000..cdc4ca02d --- /dev/null +++ b/data/templates/npc/monster/20650-Kranrot.xml @@ -0,0 +1,49 @@ + + + + Kranrot + 59 + MALE + + + + + + + + + + + + + + + 10586 + 905 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20651-Gamlin.xml b/data/templates/npc/monster/20651-Gamlin.xml new file mode 100644 index 000000000..3beb42436 --- /dev/null +++ b/data/templates/npc/monster/20651-Gamlin.xml @@ -0,0 +1,48 @@ + + + + Gamlin + 60 + MALE + + + + + + + + + + + + + + + 9835 + 853 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20652-Leogul.xml b/data/templates/npc/monster/20652-Leogul.xml new file mode 100644 index 000000000..0a8db0f4f --- /dev/null +++ b/data/templates/npc/monster/20652-Leogul.xml @@ -0,0 +1,49 @@ + + + + Leogul + 61 + MALE + + + + + + + + + + + + + + + 10369 + 913 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20653-LesserGiant.xml b/data/templates/npc/monster/20653-LesserGiant.xml new file mode 100644 index 000000000..45f37055d --- /dev/null +++ b/data/templates/npc/monster/20653-LesserGiant.xml @@ -0,0 +1,26 @@ + + + + Lesser Giant + 61 + MALE + + + + + + + + + + + + + + + 14612 + 1286 + + + + diff --git a/data/templates/npc/monster/20654-LesserGiantSoldier.xml b/data/templates/npc/monster/20654-LesserGiantSoldier.xml new file mode 100644 index 000000000..8ce26c72e --- /dev/null +++ b/data/templates/npc/monster/20654-LesserGiantSoldier.xml @@ -0,0 +1,51 @@ + + + + Lesser Giant Soldier + 62 + MALE + + + + + + + + + + + + + + + 22406 + 1997 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20655-LesserGiantShooter.xml b/data/templates/npc/monster/20655-LesserGiantShooter.xml new file mode 100644 index 000000000..935a69bbc --- /dev/null +++ b/data/templates/npc/monster/20655-LesserGiantShooter.xml @@ -0,0 +1,51 @@ + + + + Lesser Giant Shooter + 63 + MALE + + + + + + + + + + + + + + + 18307 + 1652 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20656-LesserGiantScout.xml b/data/templates/npc/monster/20656-LesserGiantScout.xml new file mode 100644 index 000000000..f7a8de092 --- /dev/null +++ b/data/templates/npc/monster/20656-LesserGiantScout.xml @@ -0,0 +1,49 @@ + + + + Lesser Giant Scout + 63 + MALE + + + + + + + + + + + + + + + 16702 + 1508 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20657-LesserGiantMage.xml b/data/templates/npc/monster/20657-LesserGiantMage.xml new file mode 100644 index 000000000..a59025d97 --- /dev/null +++ b/data/templates/npc/monster/20657-LesserGiantMage.xml @@ -0,0 +1,52 @@ + + + + Lesser Giant Mage + 64 + MALE + + + + + + + + + + + + + + + 13228 + 1211 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20658-LesserGiantElder.xml b/data/templates/npc/monster/20658-LesserGiantElder.xml new file mode 100644 index 000000000..14e845417 --- /dev/null +++ b/data/templates/npc/monster/20658-LesserGiantElder.xml @@ -0,0 +1,50 @@ + + + + Lesser Giant Elder + 65 + MALE + + + + + + + + + + + + + + + 12778 + 1187 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20659-GraveWanderer.xml b/data/templates/npc/monster/20659-GraveWanderer.xml new file mode 100644 index 000000000..55fbaffa2 --- /dev/null +++ b/data/templates/npc/monster/20659-GraveWanderer.xml @@ -0,0 +1,50 @@ + + + + Grave Wanderer + 45 + MALE + + + + + + + + + + + + + + + 4948 + 344 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20660-ArcherOfGreed.xml b/data/templates/npc/monster/20660-ArcherOfGreed.xml new file mode 100644 index 000000000..013624a73 --- /dev/null +++ b/data/templates/npc/monster/20660-ArcherOfGreed.xml @@ -0,0 +1,46 @@ + + + + Archer of Greed + 46 + MALE + + + + + + + + + + + + + + + 4858 + 344 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20661-HatarRatmanThief.xml b/data/templates/npc/monster/20661-HatarRatmanThief.xml new file mode 100644 index 000000000..a127cc9cf --- /dev/null +++ b/data/templates/npc/monster/20661-HatarRatmanThief.xml @@ -0,0 +1,52 @@ + + + + Hatar Ratman Thief + 47 + MALE + + + + + + + + + + + + + + + 4588 + 329 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20662-HatarRatmanBoss.xml b/data/templates/npc/monster/20662-HatarRatmanBoss.xml new file mode 100644 index 000000000..a2e0b7195 --- /dev/null +++ b/data/templates/npc/monster/20662-HatarRatmanBoss.xml @@ -0,0 +1,52 @@ + + + + Hatar Ratman Boss + 48 + MALE + + + + + + + + + + + + + + + 4785 + 349 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20663-HatarHanishee.xml b/data/templates/npc/monster/20663-HatarHanishee.xml new file mode 100644 index 000000000..5dfabfcdf --- /dev/null +++ b/data/templates/npc/monster/20663-HatarHanishee.xml @@ -0,0 +1,48 @@ + + + + Hatar Hanishee + 49 + FEMALE + + + + + + + + + + + + + + + 4190 + 310 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20664-Deprive.xml b/data/templates/npc/monster/20664-Deprive.xml new file mode 100644 index 000000000..70375b50b --- /dev/null +++ b/data/templates/npc/monster/20664-Deprive.xml @@ -0,0 +1,49 @@ + + + + Deprive + 50 + MALE + + + + + + + + + + + + + + + 4406 + 332 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20665-TaikOrcSupply.xml b/data/templates/npc/monster/20665-TaikOrcSupply.xml new file mode 100644 index 000000000..048aef481 --- /dev/null +++ b/data/templates/npc/monster/20665-TaikOrcSupply.xml @@ -0,0 +1,59 @@ + + + + Taik Orc Supply + 51 + MALE + + + + + + + + + + + + + + + 5402 + 412 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20666-TaikOrcSeeker.xml b/data/templates/npc/monster/20666-TaikOrcSeeker.xml new file mode 100644 index 000000000..a97165db5 --- /dev/null +++ b/data/templates/npc/monster/20666-TaikOrcSeeker.xml @@ -0,0 +1,49 @@ + + + + Taik Orc Seeker + 52 + MALE + + + + + + + + + + + + + + + 5616 + 434 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20667-Farcran.xml b/data/templates/npc/monster/20667-Farcran.xml new file mode 100644 index 000000000..4b6971a9f --- /dev/null +++ b/data/templates/npc/monster/20667-Farcran.xml @@ -0,0 +1,50 @@ + + + + Farcran + 53 + MALE + + + + + + + + + + + + + + + 5776 + 454 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20668-GraveGuard.xml b/data/templates/npc/monster/20668-GraveGuard.xml new file mode 100644 index 000000000..739a6b75e --- /dev/null +++ b/data/templates/npc/monster/20668-GraveGuard.xml @@ -0,0 +1,53 @@ + + + + Grave Guard + 54 + MALE + + + + + + + + + + + + + + + 5140 + 409 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20669-TaikOrcSupplyLeader.xml b/data/templates/npc/monster/20669-TaikOrcSupplyLeader.xml new file mode 100644 index 000000000..db93907da --- /dev/null +++ b/data/templates/npc/monster/20669-TaikOrcSupplyLeader.xml @@ -0,0 +1,48 @@ + + + + Taik Orc Supply Leader + 55 + MALE + + + + + + + + + + + + + + + 6408 + 517 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20670-CrimsonDrake.xml b/data/templates/npc/monster/20670-CrimsonDrake.xml new file mode 100644 index 000000000..e88d1bafd --- /dev/null +++ b/data/templates/npc/monster/20670-CrimsonDrake.xml @@ -0,0 +1,51 @@ + + + + Crimson Drake + 61 + MALE + + + + + + + + + + + + + + + 6558 + 577 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20671-Kadios.xml b/data/templates/npc/monster/20671-Kadios.xml new file mode 100644 index 000000000..fe3abb565 --- /dev/null +++ b/data/templates/npc/monster/20671-Kadios.xml @@ -0,0 +1,49 @@ + + + + Kadios + 62 + MALE + + + + + + + + + + + + + + + 6843 + 610 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20672-Trives.xml b/data/templates/npc/monster/20672-Trives.xml new file mode 100644 index 000000000..d64fdb972 --- /dev/null +++ b/data/templates/npc/monster/20672-Trives.xml @@ -0,0 +1,51 @@ + + + + Trives + 63 + MALE + + + + + + + + + + + + + + + 6927 + 625 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20673-Falibati.xml b/data/templates/npc/monster/20673-Falibati.xml new file mode 100644 index 000000000..982b9b4db --- /dev/null +++ b/data/templates/npc/monster/20673-Falibati.xml @@ -0,0 +1,49 @@ + + + + Falibati + 64 + FEMALE + + + + + + + + + + + + + + + 7219 + 661 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20674-DoomKnight.xml b/data/templates/npc/monster/20674-DoomKnight.xml new file mode 100644 index 000000000..adbd5b147 --- /dev/null +++ b/data/templates/npc/monster/20674-DoomKnight.xml @@ -0,0 +1,52 @@ + + + + Doom Knight + 65 + MALE + + + + + + + + + + + + + + + 10379 + 965 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20675-Tairim.xml b/data/templates/npc/monster/20675-Tairim.xml new file mode 100644 index 000000000..bd493a7db --- /dev/null +++ b/data/templates/npc/monster/20675-Tairim.xml @@ -0,0 +1,45 @@ + + + + Tairim + 50 + MALE + + + + + + + + + + + + + + + 4581 + 346 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20676-JudgeOfMarsh.xml b/data/templates/npc/monster/20676-JudgeOfMarsh.xml new file mode 100644 index 000000000..4fd7e399d --- /dev/null +++ b/data/templates/npc/monster/20676-JudgeOfMarsh.xml @@ -0,0 +1,47 @@ + + + + Judge of Marsh + 65 + MALE + + + + + + + + + + + + + + + 7447 + 692 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20677-Tulben.xml b/data/templates/npc/monster/20677-Tulben.xml new file mode 100644 index 000000000..2bf5d2718 --- /dev/null +++ b/data/templates/npc/monster/20677-Tulben.xml @@ -0,0 +1,43 @@ + + + + Tulben + 66 + MALE + + + + + + + + + + + + + + + 8363 + 787 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20678-TorturedUndead.xml b/data/templates/npc/monster/20678-TorturedUndead.xml new file mode 100644 index 000000000..50c40cf9b --- /dev/null +++ b/data/templates/npc/monster/20678-TorturedUndead.xml @@ -0,0 +1,44 @@ + + + + Tortured Undead + 53 + MALE + + + + + + + + + + + + + + + 4902 + 385 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20679-MarshStalker.xml b/data/templates/npc/monster/20679-MarshStalker.xml new file mode 100644 index 000000000..427b51130 --- /dev/null +++ b/data/templates/npc/monster/20679-MarshStalker.xml @@ -0,0 +1,54 @@ + + + + Marsh Stalker + 54 + MALE + + + + + + + + + + + + + + + 5039 + 402 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20680-MarshDrake.xml b/data/templates/npc/monster/20680-MarshDrake.xml new file mode 100644 index 000000000..6300593cb --- /dev/null +++ b/data/templates/npc/monster/20680-MarshDrake.xml @@ -0,0 +1,49 @@ + + + + Marsh Drake + 55 + MALE + + + + + + + + + + + + + + + 5332 + 431 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20681-VanorSilenos.xml b/data/templates/npc/monster/20681-VanorSilenos.xml new file mode 100644 index 000000000..a2fdcae34 --- /dev/null +++ b/data/templates/npc/monster/20681-VanorSilenos.xml @@ -0,0 +1,48 @@ + + + + Vanor Silenos + 45 + MALE + + + + + + + + + + + + + + + 3711 + 258 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20682-VanorSilenosGrunt.xml b/data/templates/npc/monster/20682-VanorSilenosGrunt.xml new file mode 100644 index 000000000..f6743fe72 --- /dev/null +++ b/data/templates/npc/monster/20682-VanorSilenosGrunt.xml @@ -0,0 +1,46 @@ + + + + Vanor Silenos Grunt + 46 + MALE + + + + + + + + + + + + + + + 3693 + 262 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20683-VanorSilenosScout.xml b/data/templates/npc/monster/20683-VanorSilenosScout.xml new file mode 100644 index 000000000..0e3d318a9 --- /dev/null +++ b/data/templates/npc/monster/20683-VanorSilenosScout.xml @@ -0,0 +1,48 @@ + + + + Vanor Silenos Scout + 47 + MALE + + + + + + + + + + + + + + + 4805 + 344 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20684-VanorSilenosWarrior.xml b/data/templates/npc/monster/20684-VanorSilenosWarrior.xml new file mode 100644 index 000000000..cf25b7293 --- /dev/null +++ b/data/templates/npc/monster/20684-VanorSilenosWarrior.xml @@ -0,0 +1,52 @@ + + + + Vanor Silenos Warrior + 48 + MALE + + + + + + + + + + + + + + + 5026 + 367 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20685-VanorSilenosShaman.xml b/data/templates/npc/monster/20685-VanorSilenosShaman.xml new file mode 100644 index 000000000..bf16fc5fa --- /dev/null +++ b/data/templates/npc/monster/20685-VanorSilenosShaman.xml @@ -0,0 +1,47 @@ + + + + Vanor Silenos Shaman + 49 + MALE + + + + + + + + + + + + + + + 4190 + 310 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20686-VanorSilenosChieftain.xml b/data/templates/npc/monster/20686-VanorSilenosChieftain.xml new file mode 100644 index 000000000..15c7433f7 --- /dev/null +++ b/data/templates/npc/monster/20686-VanorSilenosChieftain.xml @@ -0,0 +1,46 @@ + + + + Vanor Silenos Chieftain + 50 + MALE + + + + + + + + + + + + + + + 8731 + 658 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20738-KoboldLooterBepook.xml b/data/templates/npc/monster/20738-KoboldLooterBepook.xml new file mode 100644 index 000000000..1ce288dd9 --- /dev/null +++ b/data/templates/npc/monster/20738-KoboldLooterBepook.xml @@ -0,0 +1,26 @@ + + + + Kobold Looter Bepook + 13 + MALE + + + + + + + + + + + + + + + 1326 + 52 + + + + diff --git a/data/templates/npc/monster/20739-BepookSPet.xml b/data/templates/npc/monster/20739-BepookSPet.xml new file mode 100644 index 000000000..842c8dcc4 --- /dev/null +++ b/data/templates/npc/monster/20739-BepookSPet.xml @@ -0,0 +1,25 @@ + + + + Bepook's Pet + 10 + MALE + + + + + + + + + + + + + + + 220 + 7 + + + diff --git a/data/templates/npc/monster/20742-MysticalWeaver.xml b/data/templates/npc/monster/20742-MysticalWeaver.xml new file mode 100644 index 000000000..5d65df3fb --- /dev/null +++ b/data/templates/npc/monster/20742-MysticalWeaver.xml @@ -0,0 +1,25 @@ + + + + Mystical Weaver + 22 + MALE + + + + + + + + + + + + + + + 821 + 38 + + + diff --git a/data/templates/npc/monster/20743-Howler.xml b/data/templates/npc/monster/20743-Howler.xml new file mode 100644 index 000000000..080a5b064 --- /dev/null +++ b/data/templates/npc/monster/20743-Howler.xml @@ -0,0 +1,25 @@ + + + + Howler + 25 + MALE + + + + + + + + + + + + + + + 1012 + 50 + + + diff --git a/data/templates/npc/monster/20744-RedEyeVampireBat.xml b/data/templates/npc/monster/20744-RedEyeVampireBat.xml new file mode 100644 index 000000000..3a7e3b89e --- /dev/null +++ b/data/templates/npc/monster/20744-RedEyeVampireBat.xml @@ -0,0 +1,25 @@ + + + + Red Eye Vampire Bat + 22 + MALE + + + + + + + + + + + + + + + 821 + 38 + + + diff --git a/data/templates/npc/monster/20745-Gigantiops.xml b/data/templates/npc/monster/20745-Gigantiops.xml new file mode 100644 index 000000000..b8b31a4fe --- /dev/null +++ b/data/templates/npc/monster/20745-Gigantiops.xml @@ -0,0 +1,42 @@ + + + + Gigantiops + 35 + MALE + + + + + + + + + + + + + + + 3218 + 191 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20746-YoungGigantiops.xml b/data/templates/npc/monster/20746-YoungGigantiops.xml new file mode 100644 index 000000000..89922b92f --- /dev/null +++ b/data/templates/npc/monster/20746-YoungGigantiops.xml @@ -0,0 +1,38 @@ + + + + Young Gigantiops + 31 + MALE + + + + + + + + + + + + + + + 2475 + 137 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20747-Roxide.xml b/data/templates/npc/monster/20747-Roxide.xml new file mode 100644 index 000000000..19d1fccec --- /dev/null +++ b/data/templates/npc/monster/20747-Roxide.xml @@ -0,0 +1,40 @@ + + + + Roxide + 32 + FEMALE + + + + + + + + + + + + + + + 3504 + 197 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20748-RoxideCohort.xml b/data/templates/npc/monster/20748-RoxideCohort.xml new file mode 100644 index 000000000..29b1fb63c --- /dev/null +++ b/data/templates/npc/monster/20748-RoxideCohort.xml @@ -0,0 +1,42 @@ + + + + Roxide Cohort + 29 + MALE + + + + + + + + + + + + + + + 3240 + 174 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20749-DeathFire.xml b/data/templates/npc/monster/20749-DeathFire.xml new file mode 100644 index 000000000..77960f4de --- /dev/null +++ b/data/templates/npc/monster/20749-DeathFire.xml @@ -0,0 +1,37 @@ + + + + Death Fire + 32 + MALE + + + + + + + + + + + + + + + 3504 + 197 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20750-FireArcher.xml b/data/templates/npc/monster/20750-FireArcher.xml new file mode 100644 index 000000000..73db2462b --- /dev/null +++ b/data/templates/npc/monster/20750-FireArcher.xml @@ -0,0 +1,38 @@ + + + + Fire Archer + 29 + MALE + + + + + + + + + + + + + + + 3354 + 180 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20751-Snipe.xml b/data/templates/npc/monster/20751-Snipe.xml new file mode 100644 index 000000000..f3ccba084 --- /dev/null +++ b/data/templates/npc/monster/20751-Snipe.xml @@ -0,0 +1,57 @@ + + + + Snipe + 44 + MALE + + + + + + + + + + + + + + + 13373 + 880 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20752-SnipeCohort.xml b/data/templates/npc/monster/20752-SnipeCohort.xml new file mode 100644 index 000000000..95955cb2d --- /dev/null +++ b/data/templates/npc/monster/20752-SnipeCohort.xml @@ -0,0 +1,42 @@ + + + + Snipe Cohort + 42 + MALE + + + + + + + + + + + + + + + 7085 + 451 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20753-DarkLord.xml b/data/templates/npc/monster/20753-DarkLord.xml new file mode 100644 index 000000000..334286059 --- /dev/null +++ b/data/templates/npc/monster/20753-DarkLord.xml @@ -0,0 +1,57 @@ + + + + Dark Lord + 50 + MALE + + + + + + + + + + + + + + + 11417 + 826 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20754-DarkKnight.xml b/data/templates/npc/monster/20754-DarkKnight.xml new file mode 100644 index 000000000..a2d64aa65 --- /dev/null +++ b/data/templates/npc/monster/20754-DarkKnight.xml @@ -0,0 +1,45 @@ + + + + Dark Knight + 48 + MALE + + + + + + + + + + + + + + + 12549 + 887 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20755-Talakin.xml b/data/templates/npc/monster/20755-Talakin.xml new file mode 100644 index 000000000..411ee9439 --- /dev/null +++ b/data/templates/npc/monster/20755-Talakin.xml @@ -0,0 +1,41 @@ + + + + Talakin + 30 + MALE + + + + + + + + + + + + + + + 2364 + 130 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20756-TalakinArcher.xml b/data/templates/npc/monster/20756-TalakinArcher.xml new file mode 100644 index 000000000..3f2ca928c --- /dev/null +++ b/data/templates/npc/monster/20756-TalakinArcher.xml @@ -0,0 +1,38 @@ + + + + Talakin Archer + 28 + MALE + + + + + + + + + + + + + + + 2261 + 119 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20757-TalakinRaider.xml b/data/templates/npc/monster/20757-TalakinRaider.xml new file mode 100644 index 000000000..d79ffe862 --- /dev/null +++ b/data/templates/npc/monster/20757-TalakinRaider.xml @@ -0,0 +1,40 @@ + + + + Talakin Raider + 27 + MALE + + + + + + + + + + + + + + + 1657 + 85 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20758-DragonBearerChief.xml b/data/templates/npc/monster/20758-DragonBearerChief.xml new file mode 100644 index 000000000..49841e6bf --- /dev/null +++ b/data/templates/npc/monster/20758-DragonBearerChief.xml @@ -0,0 +1,47 @@ + + + + Dragon Bearer Chief + 49 + MALE + + + + + + + + + + + + + + + 6307 + 467 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20759-DragonBearerWarrior.xml b/data/templates/npc/monster/20759-DragonBearerWarrior.xml new file mode 100644 index 000000000..1ecdda3fc --- /dev/null +++ b/data/templates/npc/monster/20759-DragonBearerWarrior.xml @@ -0,0 +1,51 @@ + + + + Dragon Bearer Warrior + 48 + MALE + + + + + + + + + + + + + + + 5934 + 433 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20760-DragonBearerArcher.xml b/data/templates/npc/monster/20760-DragonBearerArcher.xml new file mode 100644 index 000000000..af0b28075 --- /dev/null +++ b/data/templates/npc/monster/20760-DragonBearerArcher.xml @@ -0,0 +1,52 @@ + + + + Dragon Bearer Archer + 47 + MALE + + + + + + + + + + + + + + + 6165 + 442 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20761-Pytan.xml b/data/templates/npc/monster/20761-Pytan.xml new file mode 100644 index 000000000..67731ce8e --- /dev/null +++ b/data/templates/npc/monster/20761-Pytan.xml @@ -0,0 +1,49 @@ + + + + Pytan + 69 + FEMALE + + + + + + + + + + + + + + + 23881 + 2336 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20762-PytanKnight.xml b/data/templates/npc/monster/20762-PytanKnight.xml new file mode 100644 index 000000000..cfb66e205 --- /dev/null +++ b/data/templates/npc/monster/20762-PytanKnight.xml @@ -0,0 +1,48 @@ + + + + Pytan Knight + 68 + MALE + + + + + + + + + + + + + + + 16852 + 1628 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20763-LordOfThePlains.xml b/data/templates/npc/monster/20763-LordOfThePlains.xml new file mode 100644 index 000000000..e5ede32d7 --- /dev/null +++ b/data/templates/npc/monster/20763-LordOfThePlains.xml @@ -0,0 +1,40 @@ + + + + Lord of the Plains + 40 + MALE + + + + + + + + + + + + + + + 4644 + 300 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20764-ShamanOfThePlains.xml b/data/templates/npc/monster/20764-ShamanOfThePlains.xml new file mode 100644 index 000000000..d67932384 --- /dev/null +++ b/data/templates/npc/monster/20764-ShamanOfThePlains.xml @@ -0,0 +1,42 @@ + + + + Shaman of the Plains + 39 + MALE + + + + + + + + + + + + + + + 4150 + 264 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20765-WarriorOfThePlains.xml b/data/templates/npc/monster/20765-WarriorOfThePlains.xml new file mode 100644 index 000000000..0e942b557 --- /dev/null +++ b/data/templates/npc/monster/20765-WarriorOfThePlains.xml @@ -0,0 +1,44 @@ + + + + Warrior of the Plains + 38 + MALE + + + + + + + + + + + + + + + 3591 + 224 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20766-ScoutOfThePlains.xml b/data/templates/npc/monster/20766-ScoutOfThePlains.xml new file mode 100644 index 000000000..44271e2d7 --- /dev/null +++ b/data/templates/npc/monster/20766-ScoutOfThePlains.xml @@ -0,0 +1,46 @@ + + + + Scout of the Plains + 36 + MALE + + + + + + + + + + + + + + + 3192 + 193 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20767-TimakOrcTroopLeader.xml b/data/templates/npc/monster/20767-TimakOrcTroopLeader.xml new file mode 100644 index 000000000..f0ce82082 --- /dev/null +++ b/data/templates/npc/monster/20767-TimakOrcTroopLeader.xml @@ -0,0 +1,46 @@ + + + + Timak Orc Troop Leader + 45 + MALE + + + + + + + + + + + + + + + 5762 + 401 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20768-TimakOrcTroopShaman.xml b/data/templates/npc/monster/20768-TimakOrcTroopShaman.xml new file mode 100644 index 000000000..18a8cbd15 --- /dev/null +++ b/data/templates/npc/monster/20768-TimakOrcTroopShaman.xml @@ -0,0 +1,50 @@ + + + + Timak Orc Troop Shaman + 44 + MALE + + + + + + + + + + + + + + + 5559 + 380 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20769-TimakOrcTroopWarrior.xml b/data/templates/npc/monster/20769-TimakOrcTroopWarrior.xml new file mode 100644 index 000000000..d32569644 --- /dev/null +++ b/data/templates/npc/monster/20769-TimakOrcTroopWarrior.xml @@ -0,0 +1,43 @@ + + + + Timak Orc Troop Warrior + 43 + MALE + + + + + + + + + + + + + + + 4421 + 299 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20770-TimakOrcTroopArcher.xml b/data/templates/npc/monster/20770-TimakOrcTroopArcher.xml new file mode 100644 index 000000000..00baaf602 --- /dev/null +++ b/data/templates/npc/monster/20770-TimakOrcTroopArcher.xml @@ -0,0 +1,49 @@ + + + + Timak Orc Troop Archer + 41 + MALE + + + + + + + + + + + + + + + 5183 + 340 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20771-Barif.xml b/data/templates/npc/monster/20771-Barif.xml new file mode 100644 index 000000000..4dfa1e23d --- /dev/null +++ b/data/templates/npc/monster/20771-Barif.xml @@ -0,0 +1,48 @@ + + + + Barif + 64 + MALE + + + + + + + + + + + + + + + 15637 + 1432 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20772-BarifSPet.xml b/data/templates/npc/monster/20772-BarifSPet.xml new file mode 100644 index 000000000..3f57d5015 --- /dev/null +++ b/data/templates/npc/monster/20772-BarifSPet.xml @@ -0,0 +1,45 @@ + + + + Barif's Pet + 61 + MALE + + + + + + + + + + + + + + + 15199 + 1338 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20773-ConjurerBatLord.xml b/data/templates/npc/monster/20773-ConjurerBatLord.xml new file mode 100644 index 000000000..b6638f1bf --- /dev/null +++ b/data/templates/npc/monster/20773-ConjurerBatLord.xml @@ -0,0 +1,48 @@ + + + + Conjurer Bat Lord + 72 + MALE + + + + + + + + + + + + + + + 12643 + 1284 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20774-ConjurerBat.xml b/data/templates/npc/monster/20774-ConjurerBat.xml new file mode 100644 index 000000000..459e5c8ac --- /dev/null +++ b/data/templates/npc/monster/20774-ConjurerBat.xml @@ -0,0 +1,49 @@ + + + + Conjurer Bat + 70 + MALE + + + + + + + + + + + + + + + 13368 + 1326 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20775-BugbearRaider.xml b/data/templates/npc/monster/20775-BugbearRaider.xml new file mode 100644 index 000000000..a4b334909 --- /dev/null +++ b/data/templates/npc/monster/20775-BugbearRaider.xml @@ -0,0 +1,36 @@ + + + + Bugbear Raider + 17 + MALE + + + + + + + + + + + + + + + 600 + 25 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20776-DarkSuccubus.xml b/data/templates/npc/monster/20776-DarkSuccubus.xml new file mode 100644 index 000000000..ec6715fd5 --- /dev/null +++ b/data/templates/npc/monster/20776-DarkSuccubus.xml @@ -0,0 +1,42 @@ + + + + Dark Succubus + 20 + FEMALE + + + + + + + + + + + + + + + 784 + 35 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20777-HunterBear.xml b/data/templates/npc/monster/20777-HunterBear.xml new file mode 100644 index 000000000..7a6451129 --- /dev/null +++ b/data/templates/npc/monster/20777-HunterBear.xml @@ -0,0 +1,37 @@ + + + + Hunter Bear + 14 + MALE + + + + + + + + + + + + + + + 499 + 19 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20778-RagnaOrcOverlord.xml b/data/templates/npc/monster/20778-RagnaOrcOverlord.xml new file mode 100644 index 000000000..95f84036d --- /dev/null +++ b/data/templates/npc/monster/20778-RagnaOrcOverlord.xml @@ -0,0 +1,44 @@ + + + + Ragna Orc Overlord + 39 + MALE + + + + + + + + + + + + + + + 2973 + 188 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20779-RagnaOrcSeer.xml b/data/templates/npc/monster/20779-RagnaOrcSeer.xml new file mode 100644 index 000000000..822d3ff52 --- /dev/null +++ b/data/templates/npc/monster/20779-RagnaOrcSeer.xml @@ -0,0 +1,39 @@ + + + + Ragna Orc Seer + 39 + MALE + + + + + + + + + + + + + + + 2655 + 169 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20780-BloodyAxeElite.xml b/data/templates/npc/monster/20780-BloodyAxeElite.xml new file mode 100644 index 000000000..6dd3ad63e --- /dev/null +++ b/data/templates/npc/monster/20780-BloodyAxeElite.xml @@ -0,0 +1,39 @@ + + + + Bloody Axe Elite + 35 + MALE + + + + + + + + + + + + + + + 2159 + 127 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20781-DeluLizardmanShaman.xml b/data/templates/npc/monster/20781-DeluLizardmanShaman.xml new file mode 100644 index 000000000..cf6642d0a --- /dev/null +++ b/data/templates/npc/monster/20781-DeluLizardmanShaman.xml @@ -0,0 +1,42 @@ + + + + Delu Lizardman Shaman + 35 + MALE + + + + + + + + + + + + + + + 2138 + 126 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20782-OlMahumNovice.xml b/data/templates/npc/monster/20782-OlMahumNovice.xml new file mode 100644 index 000000000..c0089915f --- /dev/null +++ b/data/templates/npc/monster/20782-OlMahumNovice.xml @@ -0,0 +1,37 @@ + + + + Ol Mahum Novice + 17 + MALE + + + + + + + + + + + + + + + 618 + 26 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20783-DreadWolf.xml b/data/templates/npc/monster/20783-DreadWolf.xml new file mode 100644 index 000000000..6dcfdade4 --- /dev/null +++ b/data/templates/npc/monster/20783-DreadWolf.xml @@ -0,0 +1,42 @@ + + + + Dread Wolf + 35 + MALE + + + + + + + + + + + + + + + 981 + 58 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20784-TasabaLizardman.xml b/data/templates/npc/monster/20784-TasabaLizardman.xml new file mode 100644 index 000000000..28987c230 --- /dev/null +++ b/data/templates/npc/monster/20784-TasabaLizardman.xml @@ -0,0 +1,44 @@ + + + + Tasaba Lizardman + 36 + MALE + + + + + + + + + + + + + + + 1111 + 67 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20785-TasabaLizardmanShaman.xml b/data/templates/npc/monster/20785-TasabaLizardmanShaman.xml new file mode 100644 index 000000000..64af40d31 --- /dev/null +++ b/data/templates/npc/monster/20785-TasabaLizardmanShaman.xml @@ -0,0 +1,57 @@ + + + + Tasaba Lizardman Shaman + 37 + MALE + + + + + + + + + + + + + + + 1075 + 66 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20786-Lienrik.xml b/data/templates/npc/monster/20786-Lienrik.xml new file mode 100644 index 000000000..c19ec5dc4 --- /dev/null +++ b/data/templates/npc/monster/20786-Lienrik.xml @@ -0,0 +1,43 @@ + + + + Lienrik + 39 + MALE + + + + + + + + + + + + + + + 1195 + 76 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20787-LienrikLad.xml b/data/templates/npc/monster/20787-LienrikLad.xml new file mode 100644 index 000000000..732e33186 --- /dev/null +++ b/data/templates/npc/monster/20787-LienrikLad.xml @@ -0,0 +1,46 @@ + + + + Lienrik Lad + 40 + MALE + + + + + + + + + + + + + + + 1453 + 94 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20788-Rakul.xml b/data/templates/npc/monster/20788-Rakul.xml new file mode 100644 index 000000000..5c6692f5f --- /dev/null +++ b/data/templates/npc/monster/20788-Rakul.xml @@ -0,0 +1,40 @@ + + + + Rakul + 35 + MALE + + + + + + + + + + + + + + + 2544 + 150 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20789-Crokian.xml b/data/templates/npc/monster/20789-Crokian.xml new file mode 100644 index 000000000..cd28d7d10 --- /dev/null +++ b/data/templates/npc/monster/20789-Crokian.xml @@ -0,0 +1,46 @@ + + + + Crokian + 36 + MALE + + + + + + + + + + + + + + + 2399 + 145 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20790-Dailaon.xml b/data/templates/npc/monster/20790-Dailaon.xml new file mode 100644 index 000000000..736a11e2c --- /dev/null +++ b/data/templates/npc/monster/20790-Dailaon.xml @@ -0,0 +1,46 @@ + + + + Dailaon + 37 + MALE + + + + + + + + + + + + + + + 3081 + 190 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20791-CrokianWarrior.xml b/data/templates/npc/monster/20791-CrokianWarrior.xml new file mode 100644 index 000000000..c01591444 --- /dev/null +++ b/data/templates/npc/monster/20791-CrokianWarrior.xml @@ -0,0 +1,45 @@ + + + + Crokian Warrior + 38 + MALE + + + + + + + + + + + + + + + 5307 + 331 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20792-Farhite.xml b/data/templates/npc/monster/20792-Farhite.xml new file mode 100644 index 000000000..7259800f0 --- /dev/null +++ b/data/templates/npc/monster/20792-Farhite.xml @@ -0,0 +1,49 @@ + + + + Farhite + 39 + MALE + + + + + + + + + + + + + + + 4938 + 314 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20793-Nos.xml b/data/templates/npc/monster/20793-Nos.xml new file mode 100644 index 000000000..e745f3be5 --- /dev/null +++ b/data/templates/npc/monster/20793-Nos.xml @@ -0,0 +1,44 @@ + + + + Nos + 40 + MALE + + + + + + + + + + + + + + + 5404 + 349 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20794-BladeStakato.xml b/data/templates/npc/monster/20794-BladeStakato.xml new file mode 100644 index 000000000..84bb7dadb --- /dev/null +++ b/data/templates/npc/monster/20794-BladeStakato.xml @@ -0,0 +1,41 @@ + + + + Blade Stakato + 41 + MALE + + + + + + + + + + + + + + + 5048 + 330 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20795-BladeStakatoWorker.xml b/data/templates/npc/monster/20795-BladeStakatoWorker.xml new file mode 100644 index 000000000..327ecc8fb --- /dev/null +++ b/data/templates/npc/monster/20795-BladeStakatoWorker.xml @@ -0,0 +1,45 @@ + + + + Blade Stakato Worker + 42 + MALE + + + + + + + + + + + + + + + 4772 + 318 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20796-BladeStakatoWarrior.xml b/data/templates/npc/monster/20796-BladeStakatoWarrior.xml new file mode 100644 index 000000000..b88f6ce0d --- /dev/null +++ b/data/templates/npc/monster/20796-BladeStakatoWarrior.xml @@ -0,0 +1,44 @@ + + + + Blade Stakato Warrior + 43 + MALE + + + + + + + + + + + + + + + 5102 + 344 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20797-BladeStakatoDrone.xml b/data/templates/npc/monster/20797-BladeStakatoDrone.xml new file mode 100644 index 000000000..993c85a56 --- /dev/null +++ b/data/templates/npc/monster/20797-BladeStakatoDrone.xml @@ -0,0 +1,47 @@ + + + + Blade Stakato Drone + 44 + MALE + + + + + + + + + + + + + + + 7754 + 530 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20798-WaterGiant.xml b/data/templates/npc/monster/20798-WaterGiant.xml new file mode 100644 index 000000000..432a887fb --- /dev/null +++ b/data/templates/npc/monster/20798-WaterGiant.xml @@ -0,0 +1,47 @@ + + + + Water Giant + 45 + MALE + + + + + + + + + + + + + + + 6270 + 436 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20799-QueenUndineLad.xml b/data/templates/npc/monster/20799-QueenUndineLad.xml new file mode 100644 index 000000000..022005da4 --- /dev/null +++ b/data/templates/npc/monster/20799-QueenUndineLad.xml @@ -0,0 +1,46 @@ + + + + Queen Undine Lad + 46 + FEMALE + + + + + + + + + + + + + + + 6312 + 448 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20800-EvaSSeeker.xml b/data/templates/npc/monster/20800-EvaSSeeker.xml new file mode 100644 index 000000000..e4241ddfd --- /dev/null +++ b/data/templates/npc/monster/20800-EvaSSeeker.xml @@ -0,0 +1,46 @@ + + + + Eva's Seeker + 47 + MALE + + + + + + + + + + + + + + + 5917 + 424 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20801-TheederPiker.xml b/data/templates/npc/monster/20801-TheederPiker.xml new file mode 100644 index 000000000..63f63660e --- /dev/null +++ b/data/templates/npc/monster/20801-TheederPiker.xml @@ -0,0 +1,48 @@ + + + + Theeder Piker + 48 + MALE + + + + + + + + + + + + + + + 7134 + 521 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20802-TheederMage.xml b/data/templates/npc/monster/20802-TheederMage.xml new file mode 100644 index 000000000..96d2214ff --- /dev/null +++ b/data/templates/npc/monster/20802-TheederMage.xml @@ -0,0 +1,45 @@ + + + + Theeder Mage + 49 + MALE + + + + + + + + + + + + + + + 7262 + 536 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20803-DollMaster.xml b/data/templates/npc/monster/20803-DollMaster.xml new file mode 100644 index 000000000..41ea7f868 --- /dev/null +++ b/data/templates/npc/monster/20803-DollMaster.xml @@ -0,0 +1,46 @@ + + + + Doll Master + 50 + MALE + + + + + + + + + + + + + + + 14218 + 1072 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20804-CrokianLad.xml b/data/templates/npc/monster/20804-CrokianLad.xml new file mode 100644 index 000000000..0d570b81f --- /dev/null +++ b/data/templates/npc/monster/20804-CrokianLad.xml @@ -0,0 +1,46 @@ + + + + Crokian Lad + 41 + MALE + + + + + + + + + + + + + + + 6178 + 404 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20805-DailaonLad.xml b/data/templates/npc/monster/20805-DailaonLad.xml new file mode 100644 index 000000000..d48f0c65a --- /dev/null +++ b/data/templates/npc/monster/20805-DailaonLad.xml @@ -0,0 +1,47 @@ + + + + Dailaon Lad + 42 + MALE + + + + + + + + + + + + + + + 6697 + 446 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20806-CrokianLadWarrior.xml b/data/templates/npc/monster/20806-CrokianLadWarrior.xml new file mode 100644 index 000000000..434e26c5d --- /dev/null +++ b/data/templates/npc/monster/20806-CrokianLadWarrior.xml @@ -0,0 +1,43 @@ + + + + Crokian Lad Warrior + 43 + MALE + + + + + + + + + + + + + + + 6428 + 434 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20807-FarhiteLad.xml b/data/templates/npc/monster/20807-FarhiteLad.xml new file mode 100644 index 000000000..9b78773fb --- /dev/null +++ b/data/templates/npc/monster/20807-FarhiteLad.xml @@ -0,0 +1,49 @@ + + + + Farhite Lad + 44 + MALE + + + + + + + + + + + + + + + 6761 + 463 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20808-NosLad.xml b/data/templates/npc/monster/20808-NosLad.xml new file mode 100644 index 000000000..7f7b14de5 --- /dev/null +++ b/data/templates/npc/monster/20808-NosLad.xml @@ -0,0 +1,46 @@ + + + + Nos Lad + 45 + MALE + + + + + + + + + + + + + + + 8371 + 582 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20809-GhostOfTheTower.xml b/data/templates/npc/monster/20809-GhostOfTheTower.xml new file mode 100644 index 000000000..87f201289 --- /dev/null +++ b/data/templates/npc/monster/20809-GhostOfTheTower.xml @@ -0,0 +1,51 @@ + + + + Ghost of the Tower + 60 + MALE + + + + + + + + + + + + + + + 14562 + 1264 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20810-SeerOfHallate.xml b/data/templates/npc/monster/20810-SeerOfHallate.xml new file mode 100644 index 000000000..0e4379852 --- /dev/null +++ b/data/templates/npc/monster/20810-SeerOfHallate.xml @@ -0,0 +1,45 @@ + + + + Seer of Hallate + 60 + MALE + + + + + + + + + + + + + + + 14562 + 1264 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20811-GhastlyWarrior.xml b/data/templates/npc/monster/20811-GhastlyWarrior.xml new file mode 100644 index 000000000..5f19b488b --- /dev/null +++ b/data/templates/npc/monster/20811-GhastlyWarrior.xml @@ -0,0 +1,50 @@ + + + + Ghastly Warrior + 61 + MALE + + + + + + + + + + + + + + + 17170 + 1511 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20812-ArcherOfDespair.xml b/data/templates/npc/monster/20812-ArcherOfDespair.xml new file mode 100644 index 000000000..547d7bb2f --- /dev/null +++ b/data/templates/npc/monster/20812-ArcherOfDespair.xml @@ -0,0 +1,44 @@ + + + + Archer of Despair + 61 + MALE + + + + + + + + + + + + + + + 16950 + 1492 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20813-Crendion.xml b/data/templates/npc/monster/20813-Crendion.xml new file mode 100644 index 000000000..d2e34358c --- /dev/null +++ b/data/templates/npc/monster/20813-Crendion.xml @@ -0,0 +1,49 @@ + + + + Crendion + 62 + MALE + + + + + + + + + + + + + + + 15397 + 1372 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20814-BladerOfDespair.xml b/data/templates/npc/monster/20814-BladerOfDespair.xml new file mode 100644 index 000000000..e84c38b5d --- /dev/null +++ b/data/templates/npc/monster/20814-BladerOfDespair.xml @@ -0,0 +1,51 @@ + + + + Blader of Despair + 62 + MALE + + + + + + + + + + + + + + + 17778 + 1584 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20815-HoundDogOfHallate.xml b/data/templates/npc/monster/20815-HoundDogOfHallate.xml new file mode 100644 index 000000000..787be7f2a --- /dev/null +++ b/data/templates/npc/monster/20815-HoundDogOfHallate.xml @@ -0,0 +1,46 @@ + + + + Hound Dog of Hallate + 63 + MALE + + + + + + + + + + + + + + + 22001 + 1986 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20816-HallateSRoyalGuard.xml b/data/templates/npc/monster/20816-HallateSRoyalGuard.xml new file mode 100644 index 000000000..a98c8109b --- /dev/null +++ b/data/templates/npc/monster/20816-HallateSRoyalGuard.xml @@ -0,0 +1,48 @@ + + + + Hallate's Royal Guard + 63 + MALE + + + + + + + + + + + + + + + 18356 + 1657 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20817-CorruptSage.xml b/data/templates/npc/monster/20817-CorruptSage.xml new file mode 100644 index 000000000..ffe99ca88 --- /dev/null +++ b/data/templates/npc/monster/20817-CorruptSage.xml @@ -0,0 +1,45 @@ + + + + Corrupt Sage + 64 + MALE + + + + + + + + + + + + + + + 19137 + 1752 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20818-HallateSWarrior.xml b/data/templates/npc/monster/20818-HallateSWarrior.xml new file mode 100644 index 000000000..f19b44958 --- /dev/null +++ b/data/templates/npc/monster/20818-HallateSWarrior.xml @@ -0,0 +1,47 @@ + + + + Hallate's Warrior + 64 + MALE + + + + + + + + + + + + + + + 17735 + 1624 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20819-ArcherOfAbyss.xml b/data/templates/npc/monster/20819-ArcherOfAbyss.xml new file mode 100644 index 000000000..cc6d82f06 --- /dev/null +++ b/data/templates/npc/monster/20819-ArcherOfAbyss.xml @@ -0,0 +1,49 @@ + + + + Archer of Abyss + 65 + MALE + + + + + + + + + + + + + + + 17603 + 1636 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20820-HallateSKnight.xml b/data/templates/npc/monster/20820-HallateSKnight.xml new file mode 100644 index 000000000..a506d4b37 --- /dev/null +++ b/data/templates/npc/monster/20820-HallateSKnight.xml @@ -0,0 +1,50 @@ + + + + Hallate's Knight + 65 + MALE + + + + + + + + + + + + + + + 35090 + 3260 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20821-ErinEdiunce.xml b/data/templates/npc/monster/20821-ErinEdiunce.xml new file mode 100644 index 000000000..9b8eb6830 --- /dev/null +++ b/data/templates/npc/monster/20821-ErinEdiunce.xml @@ -0,0 +1,45 @@ + + + + Erin Ediunce + 66 + FEMALE + + + + + + + + + + + + + + + 25609 + 2411 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20822-HallateSMaid.xml b/data/templates/npc/monster/20822-HallateSMaid.xml new file mode 100644 index 000000000..982d4da1f --- /dev/null +++ b/data/templates/npc/monster/20822-HallateSMaid.xml @@ -0,0 +1,45 @@ + + + + Hallate's Maid + 66 + FEMALE + + + + + + + + + + + + + + + 23832 + 2243 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20823-PlatinumTribeSoldier.xml b/data/templates/npc/monster/20823-PlatinumTribeSoldier.xml new file mode 100644 index 000000000..8906f1128 --- /dev/null +++ b/data/templates/npc/monster/20823-PlatinumTribeSoldier.xml @@ -0,0 +1,52 @@ + + + + Platinum Tribe Soldier + 67 + MALE + + + + + + + + + + + + + + + 27669 + 2635 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20824-HallateSCommander.xml b/data/templates/npc/monster/20824-HallateSCommander.xml new file mode 100644 index 000000000..763ed3122 --- /dev/null +++ b/data/templates/npc/monster/20824-HallateSCommander.xml @@ -0,0 +1,50 @@ + + + + Hallate's Commander + 67 + MALE + + + + + + + + + + + + + + + 24884 + 2370 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20825-HallateSInspector.xml b/data/templates/npc/monster/20825-HallateSInspector.xml new file mode 100644 index 000000000..801c46894 --- /dev/null +++ b/data/templates/npc/monster/20825-HallateSInspector.xml @@ -0,0 +1,47 @@ + + + + Hallate's Inspector + 68 + MALE + + + + + + + + + + + + + + + 25991 + 2510 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20826-PlatinumTribeArcher.xml b/data/templates/npc/monster/20826-PlatinumTribeArcher.xml new file mode 100644 index 000000000..b3e673166 --- /dev/null +++ b/data/templates/npc/monster/20826-PlatinumTribeArcher.xml @@ -0,0 +1,49 @@ + + + + Platinum Tribe Archer + 68 + MALE + + + + + + + + + + + + + + + 27541 + 2660 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20827-PlatinumTribeWarrior.xml b/data/templates/npc/monster/20827-PlatinumTribeWarrior.xml new file mode 100644 index 000000000..4186186a4 --- /dev/null +++ b/data/templates/npc/monster/20827-PlatinumTribeWarrior.xml @@ -0,0 +1,50 @@ + + + + Platinum Tribe Warrior + 69 + MALE + + + + + + + + + + + + + + + 28758 + 2814 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20828-PlatinumTribeShaman.xml b/data/templates/npc/monster/20828-PlatinumTribeShaman.xml new file mode 100644 index 000000000..f8d0119e3 --- /dev/null +++ b/data/templates/npc/monster/20828-PlatinumTribeShaman.xml @@ -0,0 +1,48 @@ + + + + Platinum Tribe Shaman + 70 + MALE + + + + + + + + + + + + + + + 35291 + 3499 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20829-PlatinumTribeOverlord.xml b/data/templates/npc/monster/20829-PlatinumTribeOverlord.xml new file mode 100644 index 000000000..2425e84e9 --- /dev/null +++ b/data/templates/npc/monster/20829-PlatinumTribeOverlord.xml @@ -0,0 +1,49 @@ + + + + Platinum Tribe Overlord + 71 + MALE + + + + + + + + + + + + + + + 50697 + 5087 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20830-GuardianAngel.xml b/data/templates/npc/monster/20830-GuardianAngel.xml new file mode 100644 index 000000000..af39f5dd7 --- /dev/null +++ b/data/templates/npc/monster/20830-GuardianAngel.xml @@ -0,0 +1,26 @@ + + + + Guardian Angel + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/20831-SealAngel.xml b/data/templates/npc/monster/20831-SealAngel.xml new file mode 100644 index 000000000..17d248677 --- /dev/null +++ b/data/templates/npc/monster/20831-SealAngel.xml @@ -0,0 +1,26 @@ + + + + Seal Angel + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/20832-ZakenSPikeman.xml b/data/templates/npc/monster/20832-ZakenSPikeman.xml new file mode 100644 index 000000000..c6d70e754 --- /dev/null +++ b/data/templates/npc/monster/20832-ZakenSPikeman.xml @@ -0,0 +1,51 @@ + + + + Zaken's Pikeman + 43 + MALE + + + + + + + + + + + + + + + 3264 + 221 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20833-ZakenSArcher.xml b/data/templates/npc/monster/20833-ZakenSArcher.xml new file mode 100644 index 000000000..270f4681b --- /dev/null +++ b/data/templates/npc/monster/20833-ZakenSArcher.xml @@ -0,0 +1,45 @@ + + + + Zaken's Archer + 44 + MALE + + + + + + + + + + + + + + + 3631 + 248 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20834-Mardian.xml b/data/templates/npc/monster/20834-Mardian.xml new file mode 100644 index 000000000..6ca6c3a87 --- /dev/null +++ b/data/templates/npc/monster/20834-Mardian.xml @@ -0,0 +1,43 @@ + + + + Mardian + 42 + MALE + + + + + + + + + + + + + + + 5403 + 360 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20835-ZakenSSeer.xml b/data/templates/npc/monster/20835-ZakenSSeer.xml new file mode 100644 index 000000000..c0a9713ac --- /dev/null +++ b/data/templates/npc/monster/20835-ZakenSSeer.xml @@ -0,0 +1,49 @@ + + + + Zaken's Seer + 45 + MALE + + + + + + + + + + + + + + + 2974 + 206 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20836-PirateZombie.xml b/data/templates/npc/monster/20836-PirateZombie.xml new file mode 100644 index 000000000..b0e998ff8 --- /dev/null +++ b/data/templates/npc/monster/20836-PirateZombie.xml @@ -0,0 +1,47 @@ + + + + Pirate Zombie + 44 + MALE + + + + + + + + + + + + + + + 6799 + 466 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20837-TaintedOgre.xml b/data/templates/npc/monster/20837-TaintedOgre.xml new file mode 100644 index 000000000..ca8e1755c --- /dev/null +++ b/data/templates/npc/monster/20837-TaintedOgre.xml @@ -0,0 +1,61 @@ + + + + Tainted Ogre + 45 + MALE + + + + + + + + + + + + + + + 6158 + 428 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20838-BloodyBat.xml b/data/templates/npc/monster/20838-BloodyBat.xml new file mode 100644 index 000000000..bfc644223 --- /dev/null +++ b/data/templates/npc/monster/20838-BloodyBat.xml @@ -0,0 +1,47 @@ + + + + Bloody Bat + 45 + MALE + + + + + + + + + + + + + + + 5773 + 402 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20839-UnpleasantHumming.xml b/data/templates/npc/monster/20839-UnpleasantHumming.xml new file mode 100644 index 000000000..a04aee8da --- /dev/null +++ b/data/templates/npc/monster/20839-UnpleasantHumming.xml @@ -0,0 +1,49 @@ + + + + Unpleasant Humming + 46 + MALE + + + + + + + + + + + + + + + 3453 + 245 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20840-DeathFlyer.xml b/data/templates/npc/monster/20840-DeathFlyer.xml new file mode 100644 index 000000000..0cf1a95c1 --- /dev/null +++ b/data/templates/npc/monster/20840-DeathFlyer.xml @@ -0,0 +1,46 @@ + + + + Death Flyer + 47 + MALE + + + + + + + + + + + + + + + 3566 + 256 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20841-FiendArcher.xml b/data/templates/npc/monster/20841-FiendArcher.xml new file mode 100644 index 000000000..5c7d73c18 --- /dev/null +++ b/data/templates/npc/monster/20841-FiendArcher.xml @@ -0,0 +1,47 @@ + + + + Fiend Archer + 48 + MALE + + + + + + + + + + + + + + + 3663 + 268 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20842-Musveren.xml b/data/templates/npc/monster/20842-Musveren.xml new file mode 100644 index 000000000..ce8fe5fb0 --- /dev/null +++ b/data/templates/npc/monster/20842-Musveren.xml @@ -0,0 +1,47 @@ + + + + Musveren + 49 + MALE + + + + + + + + + + + + + + + 3492 + 258 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20843-ZakenSRoyalGuard.xml b/data/templates/npc/monster/20843-ZakenSRoyalGuard.xml new file mode 100644 index 000000000..7954bc259 --- /dev/null +++ b/data/templates/npc/monster/20843-ZakenSRoyalGuard.xml @@ -0,0 +1,46 @@ + + + + Zaken's Royal Guard + 50 + MALE + + + + + + + + + + + + + + + 4413 + 332 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20844-KaimVanul.xml b/data/templates/npc/monster/20844-KaimVanul.xml new file mode 100644 index 000000000..e610300c7 --- /dev/null +++ b/data/templates/npc/monster/20844-KaimVanul.xml @@ -0,0 +1,49 @@ + + + + Kaim Vanul + 51 + MALE + + + + + + + + + + + + + + + 3936 + 300 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20845-PirateSZombieCaptain.xml b/data/templates/npc/monster/20845-PirateSZombieCaptain.xml new file mode 100644 index 000000000..4e46befb3 --- /dev/null +++ b/data/templates/npc/monster/20845-PirateSZombieCaptain.xml @@ -0,0 +1,57 @@ + + + + Pirate's Zombie Captain + 52 + MALE + + + + + + + + + + + + + + + 5945 + 460 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20846-DollBlader.xml b/data/templates/npc/monster/20846-DollBlader.xml new file mode 100644 index 000000000..1f4bd4128 --- /dev/null +++ b/data/templates/npc/monster/20846-DollBlader.xml @@ -0,0 +1,50 @@ + + + + Doll Blader + 53 + MALE + + + + + + + + + + + + + + + 4718 + 371 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20847-ValeMaster.xml b/data/templates/npc/monster/20847-ValeMaster.xml new file mode 100644 index 000000000..dc879d053 --- /dev/null +++ b/data/templates/npc/monster/20847-ValeMaster.xml @@ -0,0 +1,57 @@ + + + + Vale Master + 54 + MALE + + + + + + + + + + + + + + + 4501 + 359 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20848-LightBringer.xml b/data/templates/npc/monster/20848-LightBringer.xml new file mode 100644 index 000000000..aaf2ff93b --- /dev/null +++ b/data/templates/npc/monster/20848-LightBringer.xml @@ -0,0 +1,47 @@ + + + + Light Bringer + 46 + MALE + + + + + + + + + + + + + + + 5839 + 414 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20849-LightWorm.xml b/data/templates/npc/monster/20849-LightWorm.xml new file mode 100644 index 000000000..43d52c3de --- /dev/null +++ b/data/templates/npc/monster/20849-LightWorm.xml @@ -0,0 +1,42 @@ + + + + Light Worm + 41 + MALE + + + + + + + + + + + + + + + 4638 + 304 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20850-GoldenStagLord.xml b/data/templates/npc/monster/20850-GoldenStagLord.xml new file mode 100644 index 000000000..400da6ae8 --- /dev/null +++ b/data/templates/npc/monster/20850-GoldenStagLord.xml @@ -0,0 +1,25 @@ + + + + Golden Stag Lord + 50 + MALE + + + + + + + + + + + + + + + 3783 + 284 + + + diff --git a/data/templates/npc/monster/20851-Theeder.xml b/data/templates/npc/monster/20851-Theeder.xml new file mode 100644 index 000000000..39952d4b0 --- /dev/null +++ b/data/templates/npc/monster/20851-Theeder.xml @@ -0,0 +1,25 @@ + + + + Theeder + 47 + MALE + + + + + + + + + + + + + + + 3409 + 245 + + + diff --git a/data/templates/npc/monster/20852-Banshee.xml b/data/templates/npc/monster/20852-Banshee.xml new file mode 100644 index 000000000..18058b564 --- /dev/null +++ b/data/templates/npc/monster/20852-Banshee.xml @@ -0,0 +1,26 @@ + + + + Banshee + 60 + FEMALE + + + + + + + + + + + + + + + 5341 + 463 + + + + diff --git a/data/templates/npc/monster/20853-KelMahum.xml b/data/templates/npc/monster/20853-KelMahum.xml new file mode 100644 index 000000000..462781c48 --- /dev/null +++ b/data/templates/npc/monster/20853-KelMahum.xml @@ -0,0 +1,26 @@ + + + + Kel Mahum + 65 + MALE + + + + + + + + + + + + + + + 9389 + 872 + + + + diff --git a/data/templates/npc/monster/20854-KelMahumWarrior.xml b/data/templates/npc/monster/20854-KelMahumWarrior.xml new file mode 100644 index 000000000..3bedfdd4c --- /dev/null +++ b/data/templates/npc/monster/20854-KelMahumWarrior.xml @@ -0,0 +1,26 @@ + + + + Kel Mahum Warrior + 66 + MALE + + + + + + + + + + + + + + + 9224 + 868 + + + + diff --git a/data/templates/npc/monster/20855-KelMahumArcher.xml b/data/templates/npc/monster/20855-KelMahumArcher.xml new file mode 100644 index 000000000..274ae955d --- /dev/null +++ b/data/templates/npc/monster/20855-KelMahumArcher.xml @@ -0,0 +1,26 @@ + + + + Kel Mahum Archer + 67 + MALE + + + + + + + + + + + + + + + 10680 + 1018 + + + + diff --git a/data/templates/npc/monster/20856-KelMahumShaman.xml b/data/templates/npc/monster/20856-KelMahumShaman.xml new file mode 100644 index 000000000..dbad73631 --- /dev/null +++ b/data/templates/npc/monster/20856-KelMahumShaman.xml @@ -0,0 +1,26 @@ + + + + Kel Mahum Shaman + 68 + MALE + + + + + + + + + + + + + + + 7669 + 740 + + + + diff --git a/data/templates/npc/monster/20857-KelMahumChampion.xml b/data/templates/npc/monster/20857-KelMahumChampion.xml new file mode 100644 index 000000000..7bd567cd8 --- /dev/null +++ b/data/templates/npc/monster/20857-KelMahumChampion.xml @@ -0,0 +1,26 @@ + + + + Kel Mahum Champion + 70 + MALE + + + + + + + + + + + + + + + 9780 + 970 + + + + diff --git a/data/templates/npc/monster/20858-Angel.xml b/data/templates/npc/monster/20858-Angel.xml new file mode 100644 index 000000000..d69b81589 --- /dev/null +++ b/data/templates/npc/monster/20858-Angel.xml @@ -0,0 +1,26 @@ + + + + Angel + 72 + MALE + + + + + + + + + + + + + + + 10923 + 1110 + + + + diff --git a/data/templates/npc/monster/20859-GuardianAngel.xml b/data/templates/npc/monster/20859-GuardianAngel.xml new file mode 100644 index 000000000..2425a52e1 --- /dev/null +++ b/data/templates/npc/monster/20859-GuardianAngel.xml @@ -0,0 +1,47 @@ + + + + Guardian Angel + 72 + MALE + + + + + + + + + + + + + + + 59729 + 6068 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20860-SealAngel.xml b/data/templates/npc/monster/20860-SealAngel.xml new file mode 100644 index 000000000..399f7812a --- /dev/null +++ b/data/templates/npc/monster/20860-SealAngel.xml @@ -0,0 +1,48 @@ + + + + Seal Angel + 73 + MALE + + + + + + + + + + + + + + + 83696 + 8612 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20861-OelMahumChampion.xml b/data/templates/npc/monster/20861-OelMahumChampion.xml new file mode 100644 index 000000000..3e36e5292 --- /dev/null +++ b/data/templates/npc/monster/20861-OelMahumChampion.xml @@ -0,0 +1,26 @@ + + + + Oel Mahum Champion + 56 + MALE + + + + + + + + + + + + + + + 6641 + 545 + + + + diff --git a/data/templates/npc/monster/20862-DeathLord.xml b/data/templates/npc/monster/20862-DeathLord.xml new file mode 100644 index 000000000..c17aaa377 --- /dev/null +++ b/data/templates/npc/monster/20862-DeathLord.xml @@ -0,0 +1,26 @@ + + + + Death Lord + 75 + MALE + + + + + + + + + + + + + + + 9330 + 984 + + + + diff --git a/data/templates/npc/monster/20919-MailleLizardman.xml b/data/templates/npc/monster/20919-MailleLizardman.xml new file mode 100644 index 000000000..15d99a33c --- /dev/null +++ b/data/templates/npc/monster/20919-MailleLizardman.xml @@ -0,0 +1,40 @@ + + + + Maille Lizardman + 20 + MALE + + + + + + + + + + + + + + + 321 + 14 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20920-MailleLizardmanScout.xml b/data/templates/npc/monster/20920-MailleLizardmanScout.xml new file mode 100644 index 000000000..fa8324a8b --- /dev/null +++ b/data/templates/npc/monster/20920-MailleLizardmanScout.xml @@ -0,0 +1,39 @@ + + + + Maille Lizardman Scout + 22 + MALE + + + + + + + + + + + + + + + 713 + 34 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20921-MailleLizardmanGuard.xml b/data/templates/npc/monster/20921-MailleLizardmanGuard.xml new file mode 100644 index 000000000..bee99e93c --- /dev/null +++ b/data/templates/npc/monster/20921-MailleLizardmanGuard.xml @@ -0,0 +1,40 @@ + + + + Maille Lizardman Guard + 24 + MALE + + + + + + + + + + + + + + + 515 + 25 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20922-MailleLizardmanWarrior.xml b/data/templates/npc/monster/20922-MailleLizardmanWarrior.xml new file mode 100644 index 000000000..bb3934a3f --- /dev/null +++ b/data/templates/npc/monster/20922-MailleLizardmanWarrior.xml @@ -0,0 +1,41 @@ + + + + Maille Lizardman Warrior + 26 + MALE + + + + + + + + + + + + + + + 571 + 29 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20923-MailleLizardmanShaman.xml b/data/templates/npc/monster/20923-MailleLizardmanShaman.xml new file mode 100644 index 000000000..76f13466e --- /dev/null +++ b/data/templates/npc/monster/20923-MailleLizardmanShaman.xml @@ -0,0 +1,40 @@ + + + + Maille Lizardman Shaman + 28 + MALE + + + + + + + + + + + + + + + 836 + 44 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20924-MailleLizardmanMatriarch.xml b/data/templates/npc/monster/20924-MailleLizardmanMatriarch.xml new file mode 100644 index 000000000..8c3f3393c --- /dev/null +++ b/data/templates/npc/monster/20924-MailleLizardmanMatriarch.xml @@ -0,0 +1,41 @@ + + + + Maille Lizardman Matriarch + 30 + MALE + + + + + + + + + + + + + + + 1025 + 56 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20925-GiantAraneid.xml b/data/templates/npc/monster/20925-GiantAraneid.xml new file mode 100644 index 000000000..64cdeb91b --- /dev/null +++ b/data/templates/npc/monster/20925-GiantAraneid.xml @@ -0,0 +1,41 @@ + + + + Giant Araneid + 24 + MALE + + + + + + + + + + + + + + + 525 + 26 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20926-PoisonAraneid.xml b/data/templates/npc/monster/20926-PoisonAraneid.xml new file mode 100644 index 000000000..53e847caa --- /dev/null +++ b/data/templates/npc/monster/20926-PoisonAraneid.xml @@ -0,0 +1,41 @@ + + + + Poison Araneid + 25 + MALE + + + + + + + + + + + + + + + 607 + 30 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20927-KingOfTheAraneid.xml b/data/templates/npc/monster/20927-KingOfTheAraneid.xml new file mode 100644 index 000000000..a158af042 --- /dev/null +++ b/data/templates/npc/monster/20927-KingOfTheAraneid.xml @@ -0,0 +1,38 @@ + + + + King of the Araneid + 27 + MALE + + + + + + + + + + + + + + + 872 + 44 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20928-HatuWeirdBee.xml b/data/templates/npc/monster/20928-HatuWeirdBee.xml new file mode 100644 index 000000000..eaacb2443 --- /dev/null +++ b/data/templates/npc/monster/20928-HatuWeirdBee.xml @@ -0,0 +1,43 @@ + + + + Hatu Weird Bee + 30 + MALE + + + + + + + + + + + + + + + 881 + 48 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20929-HatuDireWolf.xml b/data/templates/npc/monster/20929-HatuDireWolf.xml new file mode 100644 index 000000000..82e8d37a9 --- /dev/null +++ b/data/templates/npc/monster/20929-HatuDireWolf.xml @@ -0,0 +1,39 @@ + + + + Hatu Dire Wolf + 32 + MALE + + + + + + + + + + + + + + + 836 + 47 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20930-HatuBrownBear.xml b/data/templates/npc/monster/20930-HatuBrownBear.xml new file mode 100644 index 000000000..60581cda7 --- /dev/null +++ b/data/templates/npc/monster/20930-HatuBrownBear.xml @@ -0,0 +1,44 @@ + + + + Hatu Brown Bear + 34 + MALE + + + + + + + + + + + + + + + 1317 + 77 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20931-HatuOnyxBeast.xml b/data/templates/npc/monster/20931-HatuOnyxBeast.xml new file mode 100644 index 000000000..385d956e6 --- /dev/null +++ b/data/templates/npc/monster/20931-HatuOnyxBeast.xml @@ -0,0 +1,40 @@ + + + + Hatu Onyx Beast + 36 + MALE + + + + + + + + + + + + + + + 1221 + 74 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20932-HatuCrimsonBear.xml b/data/templates/npc/monster/20932-HatuCrimsonBear.xml new file mode 100644 index 000000000..73842dce1 --- /dev/null +++ b/data/templates/npc/monster/20932-HatuCrimsonBear.xml @@ -0,0 +1,44 @@ + + + + Hatu Crimson Bear + 38 + MALE + + + + + + + + + + + + + + + 1613 + 101 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20933-HatuWindsus.xml b/data/templates/npc/monster/20933-HatuWindsus.xml new file mode 100644 index 000000000..b45b88d24 --- /dev/null +++ b/data/templates/npc/monster/20933-HatuWindsus.xml @@ -0,0 +1,39 @@ + + + + Hatu Windsus + 40 + MALE + + + + + + + + + + + + + + + 1849 + 119 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20934-WaspWorker.xml b/data/templates/npc/monster/20934-WaspWorker.xml new file mode 100644 index 000000000..622edc052 --- /dev/null +++ b/data/templates/npc/monster/20934-WaspWorker.xml @@ -0,0 +1,38 @@ + + + + Wasp Worker + 35 + MALE + + + + + + + + + + + + + + + 991 + 59 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20935-WaspLeader.xml b/data/templates/npc/monster/20935-WaspLeader.xml new file mode 100644 index 000000000..47959b3cb --- /dev/null +++ b/data/templates/npc/monster/20935-WaspLeader.xml @@ -0,0 +1,44 @@ + + + + Wasp Leader + 37 + MALE + + + + + + + + + + + + + + + 1086 + 67 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20936-TanorSilenos.xml b/data/templates/npc/monster/20936-TanorSilenos.xml new file mode 100644 index 000000000..26fa7e0f2 --- /dev/null +++ b/data/templates/npc/monster/20936-TanorSilenos.xml @@ -0,0 +1,42 @@ + + + + Tanor Silenos + 40 + MALE + + + + + + + + + + + + + + + 2066 + 133 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20937-TanorSilenosGrunt.xml b/data/templates/npc/monster/20937-TanorSilenosGrunt.xml new file mode 100644 index 000000000..8cae02716 --- /dev/null +++ b/data/templates/npc/monster/20937-TanorSilenosGrunt.xml @@ -0,0 +1,51 @@ + + + + Tanor Silenos Grunt + 42 + MALE + + + + + + + + + + + + + + + 2699 + 180 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20938-TanorSilenosScout.xml b/data/templates/npc/monster/20938-TanorSilenosScout.xml new file mode 100644 index 000000000..956cec952 --- /dev/null +++ b/data/templates/npc/monster/20938-TanorSilenosScout.xml @@ -0,0 +1,45 @@ + + + + Tanor Silenos Scout + 44 + MALE + + + + + + + + + + + + + + + 2963 + 203 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20939-TanorSilenosWarrior.xml b/data/templates/npc/monster/20939-TanorSilenosWarrior.xml new file mode 100644 index 000000000..1d3279e66 --- /dev/null +++ b/data/templates/npc/monster/20939-TanorSilenosWarrior.xml @@ -0,0 +1,47 @@ + + + + Tanor Silenos Warrior + 46 + MALE + + + + + + + + + + + + + + + 3303 + 234 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20940-TanorSilenosShaman.xml b/data/templates/npc/monster/20940-TanorSilenosShaman.xml new file mode 100644 index 000000000..cc090c60a --- /dev/null +++ b/data/templates/npc/monster/20940-TanorSilenosShaman.xml @@ -0,0 +1,46 @@ + + + + Tanor Silenos Shaman + 48 + MALE + + + + + + + + + + + + + + + 4024 + 294 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20941-TanorSilenosChieftain.xml b/data/templates/npc/monster/20941-TanorSilenosChieftain.xml new file mode 100644 index 000000000..f5f426296 --- /dev/null +++ b/data/templates/npc/monster/20941-TanorSilenosChieftain.xml @@ -0,0 +1,45 @@ + + + + Tanor Silenos Chieftain + 50 + MALE + + + + + + + + + + + + + + + 3902 + 294 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20942-NightmareGuide.xml b/data/templates/npc/monster/20942-NightmareGuide.xml new file mode 100644 index 000000000..37162479b --- /dev/null +++ b/data/templates/npc/monster/20942-NightmareGuide.xml @@ -0,0 +1,41 @@ + + + + Nightmare Guide + 43 + FEMALE + + + + + + + + + + + + + + + 1970 + 133 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20943-NightmareKeeper.xml b/data/templates/npc/monster/20943-NightmareKeeper.xml new file mode 100644 index 000000000..3857b86bd --- /dev/null +++ b/data/templates/npc/monster/20943-NightmareKeeper.xml @@ -0,0 +1,43 @@ + + + + Nightmare Keeper + 45 + FEMALE + + + + + + + + + + + + + + + 2833 + 197 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20944-NightmareLord.xml b/data/templates/npc/monster/20944-NightmareLord.xml new file mode 100644 index 000000000..ce7209e61 --- /dev/null +++ b/data/templates/npc/monster/20944-NightmareLord.xml @@ -0,0 +1,47 @@ + + + + Nightmare Lord + 47 + FEMALE + + + + + + + + + + + + + + + 2400 + 172 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20945-Cadeine.xml b/data/templates/npc/monster/20945-Cadeine.xml new file mode 100644 index 000000000..5dacf6f05 --- /dev/null +++ b/data/templates/npc/monster/20945-Cadeine.xml @@ -0,0 +1,47 @@ + + + + Cadeine + 50 + MALE + + + + + + + + + + + + + + + 2690 + 203 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20946-Sanhidro.xml b/data/templates/npc/monster/20946-Sanhidro.xml new file mode 100644 index 000000000..d6a2b5f2b --- /dev/null +++ b/data/templates/npc/monster/20946-Sanhidro.xml @@ -0,0 +1,50 @@ + + + + Sanhidro + 52 + MALE + + + + + + + + + + + + + + + 4138 + 320 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20947-Connabi.xml b/data/templates/npc/monster/20947-Connabi.xml new file mode 100644 index 000000000..19536fb70 --- /dev/null +++ b/data/templates/npc/monster/20947-Connabi.xml @@ -0,0 +1,46 @@ + + + + Connabi + 54 + MALE + + + + + + + + + + + + + + + 4462 + 355 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20948-Bartal.xml b/data/templates/npc/monster/20948-Bartal.xml new file mode 100644 index 000000000..e753b0791 --- /dev/null +++ b/data/templates/npc/monster/20948-Bartal.xml @@ -0,0 +1,49 @@ + + + + Bartal + 56 + MALE + + + + + + + + + + + + + + + 4431 + 364 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20949-Luminun.xml b/data/templates/npc/monster/20949-Luminun.xml new file mode 100644 index 000000000..c3e0a8d89 --- /dev/null +++ b/data/templates/npc/monster/20949-Luminun.xml @@ -0,0 +1,48 @@ + + + + Luminun + 58 + MALE + + + + + + + + + + + + + + + 5220 + 440 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20950-Innersen.xml b/data/templates/npc/monster/20950-Innersen.xml new file mode 100644 index 000000000..2bb350c1c --- /dev/null +++ b/data/templates/npc/monster/20950-Innersen.xml @@ -0,0 +1,45 @@ + + + + Innersen + 60 + MALE + + + + + + + + + + + + + + + 5619 + 487 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20951-PobbySMaid.xml b/data/templates/npc/monster/20951-PobbySMaid.xml new file mode 100644 index 000000000..8e0ca47f8 --- /dev/null +++ b/data/templates/npc/monster/20951-PobbySMaid.xml @@ -0,0 +1,45 @@ + + + + Pobby's Maid + 53 + FEMALE + + + + + + + + + + + + + + + 3022 + 238 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20952-PobbyEscort.xml b/data/templates/npc/monster/20952-PobbyEscort.xml new file mode 100644 index 000000000..7e2312581 --- /dev/null +++ b/data/templates/npc/monster/20952-PobbyEscort.xml @@ -0,0 +1,45 @@ + + + + Pobby Escort + 55 + FEMALE + + + + + + + + + + + + + + + 5461 + 440 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20953-Pobby.xml b/data/templates/npc/monster/20953-Pobby.xml new file mode 100644 index 000000000..540f0ebcb --- /dev/null +++ b/data/templates/npc/monster/20953-Pobby.xml @@ -0,0 +1,49 @@ + + + + Pobby + 57 + FEMALE + + + + + + + + + + + + + + + 5071 + 421 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20954-HungeredCorpse.xml b/data/templates/npc/monster/20954-HungeredCorpse.xml new file mode 100644 index 000000000..eb66ad437 --- /dev/null +++ b/data/templates/npc/monster/20954-HungeredCorpse.xml @@ -0,0 +1,47 @@ + + + + Hungered Corpse + 60 + MALE + + + + + + + + + + + + + + + 5991 + 520 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20955-GhostlyWarrior.xml b/data/templates/npc/monster/20955-GhostlyWarrior.xml new file mode 100644 index 000000000..db52d3216 --- /dev/null +++ b/data/templates/npc/monster/20955-GhostlyWarrior.xml @@ -0,0 +1,46 @@ + + + + Ghostly Warrior + 62 + MALE + + + + + + + + + + + + + + + 6398 + 570 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20956-PastKnight.xml b/data/templates/npc/monster/20956-PastKnight.xml new file mode 100644 index 000000000..7c2b77344 --- /dev/null +++ b/data/templates/npc/monster/20956-PastKnight.xml @@ -0,0 +1,46 @@ + + + + Past Knight + 64 + MALE + + + + + + + + + + + + + + + 6953 + 636 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20957-NihilInvader.xml b/data/templates/npc/monster/20957-NihilInvader.xml new file mode 100644 index 000000000..4cf4d3743 --- /dev/null +++ b/data/templates/npc/monster/20957-NihilInvader.xml @@ -0,0 +1,50 @@ + + + + Nihil Invader + 66 + MALE + + + + + + + + + + + + + + + 7250 + 683 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20958-DeathAgent.xml b/data/templates/npc/monster/20958-DeathAgent.xml new file mode 100644 index 000000000..e8d27a1a2 --- /dev/null +++ b/data/templates/npc/monster/20958-DeathAgent.xml @@ -0,0 +1,47 @@ + + + + Death Agent + 68 + MALE + + + + + + + + + + + + + + + 5411 + 523 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20959-DarkGuard.xml b/data/templates/npc/monster/20959-DarkGuard.xml new file mode 100644 index 000000000..4fe2855a4 --- /dev/null +++ b/data/templates/npc/monster/20959-DarkGuard.xml @@ -0,0 +1,49 @@ + + + + Dark Guard + 70 + MALE + + + + + + + + + + + + + + + 8318 + 824 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20960-BloodyGhost.xml b/data/templates/npc/monster/20960-BloodyGhost.xml new file mode 100644 index 000000000..b828f3011 --- /dev/null +++ b/data/templates/npc/monster/20960-BloodyGhost.xml @@ -0,0 +1,45 @@ + + + + Bloody Ghost + 64 + FEMALE + + + + + + + + + + + + + + + 4793 + 439 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20961-BloodyKnight.xml b/data/templates/npc/monster/20961-BloodyKnight.xml new file mode 100644 index 000000000..853115b9e --- /dev/null +++ b/data/templates/npc/monster/20961-BloodyKnight.xml @@ -0,0 +1,52 @@ + + + + Bloody Knight + 65 + MALE + + + + + + + + + + + + + + + 7032 + 653 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20962-BloodyPriest.xml b/data/templates/npc/monster/20962-BloodyPriest.xml new file mode 100644 index 000000000..85574663d --- /dev/null +++ b/data/templates/npc/monster/20962-BloodyPriest.xml @@ -0,0 +1,47 @@ + + + + Bloody Priest + 66 + FEMALE + + + + + + + + + + + + + + + 7827 + 737 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20963-BloodyLord.xml b/data/templates/npc/monster/20963-BloodyLord.xml new file mode 100644 index 000000000..c3f1d917e --- /dev/null +++ b/data/templates/npc/monster/20963-BloodyLord.xml @@ -0,0 +1,50 @@ + + + + Bloody Lord + 68 + FEMALE + + + + + + + + + + + + + + + 5630 + 544 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20964-HugeFootmark.xml b/data/templates/npc/monster/20964-HugeFootmark.xml new file mode 100644 index 000000000..dacef2944 --- /dev/null +++ b/data/templates/npc/monster/20964-HugeFootmark.xml @@ -0,0 +1,25 @@ + + + + Huge Footmark + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/20965-ChimeraPiece.xml b/data/templates/npc/monster/20965-ChimeraPiece.xml new file mode 100644 index 000000000..2ad4bbbc9 --- /dev/null +++ b/data/templates/npc/monster/20965-ChimeraPiece.xml @@ -0,0 +1,47 @@ + + + + Chimera Piece + 73 + MALE + + + + + + + + + + + + + + + 22599 + 2237 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20966-ChangedCreation.xml b/data/templates/npc/monster/20966-ChangedCreation.xml new file mode 100644 index 000000000..0e8666207 --- /dev/null +++ b/data/templates/npc/monster/20966-ChangedCreation.xml @@ -0,0 +1,47 @@ + + + + Changed Creation + 74 + MALE + + + + + + + + + + + + + + + 31161 + 3114 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20967-PastCreature.xml b/data/templates/npc/monster/20967-PastCreature.xml new file mode 100644 index 000000000..48fb654ea --- /dev/null +++ b/data/templates/npc/monster/20967-PastCreature.xml @@ -0,0 +1,46 @@ + + + + Past Creature + 76 + MALE + + + + + + + + + + + + + + + 22942 + 2360 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20968-NonexistentMan.xml b/data/templates/npc/monster/20968-NonexistentMan.xml new file mode 100644 index 000000000..e95ebf276 --- /dev/null +++ b/data/templates/npc/monster/20968-NonexistentMan.xml @@ -0,0 +1,50 @@ + + + + Nonexistent Man + 78 + MALE + + + + + + + + + + + + + + + 27816 + 2944 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20969-GiantSShadow.xml b/data/templates/npc/monster/20969-GiantSShadow.xml new file mode 100644 index 000000000..cee797ba7 --- /dev/null +++ b/data/templates/npc/monster/20969-GiantSShadow.xml @@ -0,0 +1,48 @@ + + + + Giant's Shadow + 78 + MALE + + + + + + + + + + + + + + + 36095 + 3804 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20970-SoldierOfAncientTimes.xml b/data/templates/npc/monster/20970-SoldierOfAncientTimes.xml new file mode 100644 index 000000000..5016d42c3 --- /dev/null +++ b/data/templates/npc/monster/20970-SoldierOfAncientTimes.xml @@ -0,0 +1,44 @@ + + + + Soldier of Ancient Times + 73 + MALE + + + + + + + + + + + + + + + 22599 + 2237 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20971-WarriorOfAncientTimes.xml b/data/templates/npc/monster/20971-WarriorOfAncientTimes.xml new file mode 100644 index 000000000..0e0fda67c --- /dev/null +++ b/data/templates/npc/monster/20971-WarriorOfAncientTimes.xml @@ -0,0 +1,40 @@ + + + + Warrior of Ancient Times + 75 + MALE + + + + + + + + + + + + + + + 23855 + 2420 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20972-ShamanOfAncientTimes.xml b/data/templates/npc/monster/20972-ShamanOfAncientTimes.xml new file mode 100644 index 000000000..6e0a75e9c --- /dev/null +++ b/data/templates/npc/monster/20972-ShamanOfAncientTimes.xml @@ -0,0 +1,42 @@ + + + + Shaman of Ancient Times + 75 + MALE + + + + + + + + + + + + + + + 24719 + 2511 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20973-ForgottenAncientPeople.xml b/data/templates/npc/monster/20973-ForgottenAncientPeople.xml new file mode 100644 index 000000000..913bf5c79 --- /dev/null +++ b/data/templates/npc/monster/20973-ForgottenAncientPeople.xml @@ -0,0 +1,50 @@ + + + + Forgotten Ancient People + 77 + MALE + + + + + + + + + + + + + + + 31618 + 3281 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20974-SpitefulSoulLeader.xml b/data/templates/npc/monster/20974-SpitefulSoulLeader.xml new file mode 100644 index 000000000..4fcd4a3ed --- /dev/null +++ b/data/templates/npc/monster/20974-SpitefulSoulLeader.xml @@ -0,0 +1,44 @@ + + + + Spiteful Soul Leader + 65 + MALE + + + + + + + + + + + + + + + 14127 + 1313 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20975-SpitefulSoulWizard.xml b/data/templates/npc/monster/20975-SpitefulSoulWizard.xml new file mode 100644 index 000000000..9ce1ad5e8 --- /dev/null +++ b/data/templates/npc/monster/20975-SpitefulSoulWizard.xml @@ -0,0 +1,48 @@ + + + + Spiteful Soul Wizard + 63 + MALE + + + + + + + + + + + + + + + 12599 + 1138 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20976-SpitefulSoulFighter.xml b/data/templates/npc/monster/20976-SpitefulSoulFighter.xml new file mode 100644 index 000000000..d481c8877 --- /dev/null +++ b/data/templates/npc/monster/20976-SpitefulSoulFighter.xml @@ -0,0 +1,49 @@ + + + + Spiteful Soul Fighter + 62 + MALE + + + + + + + + + + + + + + + 10694 + 953 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20977-ElmoradanSLady.xml b/data/templates/npc/monster/20977-ElmoradanSLady.xml new file mode 100644 index 000000000..b365fc4bf --- /dev/null +++ b/data/templates/npc/monster/20977-ElmoradanSLady.xml @@ -0,0 +1,49 @@ + + + + Elmoradan's Lady + 65 + FEMALE + + + + + + + + + + + + + + + 18033 + 1675 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20978-ElmoradanSArcherEscort.xml b/data/templates/npc/monster/20978-ElmoradanSArcherEscort.xml new file mode 100644 index 000000000..5596ff480 --- /dev/null +++ b/data/templates/npc/monster/20978-ElmoradanSArcherEscort.xml @@ -0,0 +1,48 @@ + + + + Elmoradan's Archer Escort + 64 + MALE + + + + + + + + + + + + + + + 17930 + 1642 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20979-ElmoradanSMaid.xml b/data/templates/npc/monster/20979-ElmoradanSMaid.xml new file mode 100644 index 000000000..388f5d645 --- /dev/null +++ b/data/templates/npc/monster/20979-ElmoradanSMaid.xml @@ -0,0 +1,49 @@ + + + + Elmoradan's Maid + 64 + MALE + + + + + + + + + + + + + + + 17139 + 1570 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20980-HallateSFollowerMul.xml b/data/templates/npc/monster/20980-HallateSFollowerMul.xml new file mode 100644 index 000000000..716456466 --- /dev/null +++ b/data/templates/npc/monster/20980-HallateSFollowerMul.xml @@ -0,0 +1,49 @@ + + + + Hallate's Follower Mul + 68 + MALE + + + + + + + + + + + + + + + 18255 + 1764 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20981-MulSWizard.xml b/data/templates/npc/monster/20981-MulSWizard.xml new file mode 100644 index 000000000..8e916fb28 --- /dev/null +++ b/data/templates/npc/monster/20981-MulSWizard.xml @@ -0,0 +1,48 @@ + + + + Mul's Wizard + 67 + MALE + + + + + + + + + + + + + + + 18154 + 1729 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20982-MulSKnight.xml b/data/templates/npc/monster/20982-MulSKnight.xml new file mode 100644 index 000000000..7f805cf94 --- /dev/null +++ b/data/templates/npc/monster/20982-MulSKnight.xml @@ -0,0 +1,51 @@ + + + + Mul's Knight + 67 + MALE + + + + + + + + + + + + + + + 16025 + 1526 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20983-Binder.xml b/data/templates/npc/monster/20983-Binder.xml new file mode 100644 index 000000000..7afd6291e --- /dev/null +++ b/data/templates/npc/monster/20983-Binder.xml @@ -0,0 +1,49 @@ + + + + Binder + 73 + MALE + + + + + + + + + + + + + + + 24823 + 2554 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20984-BoundWarrior.xml b/data/templates/npc/monster/20984-BoundWarrior.xml new file mode 100644 index 000000000..99713719e --- /dev/null +++ b/data/templates/npc/monster/20984-BoundWarrior.xml @@ -0,0 +1,49 @@ + + + + Bound Warrior + 72 + MALE + + + + + + + + + + + + + + + 23326 + 2370 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20985-BoundArcher.xml b/data/templates/npc/monster/20985-BoundArcher.xml new file mode 100644 index 000000000..99aeeca26 --- /dev/null +++ b/data/templates/npc/monster/20985-BoundArcher.xml @@ -0,0 +1,49 @@ + + + + Bound Archer + 72 + MALE + + + + + + + + + + + + + + + 23154 + 2352 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20986-Sairon.xml b/data/templates/npc/monster/20986-Sairon.xml new file mode 100644 index 000000000..516c76784 --- /dev/null +++ b/data/templates/npc/monster/20986-Sairon.xml @@ -0,0 +1,47 @@ + + + + Sairon + 54 + MALE + + + + + + + + + + + + + + + 13258 + 1057 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20987-SaironSDoll.xml b/data/templates/npc/monster/20987-SaironSDoll.xml new file mode 100644 index 000000000..d68ba7e34 --- /dev/null +++ b/data/templates/npc/monster/20987-SaironSDoll.xml @@ -0,0 +1,50 @@ + + + + Sairon's Doll + 53 + MALE + + + + + + + + + + + + + + + 12060 + 948 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20988-SaironSPuppet.xml b/data/templates/npc/monster/20988-SaironSPuppet.xml new file mode 100644 index 000000000..0acef4d11 --- /dev/null +++ b/data/templates/npc/monster/20988-SaironSPuppet.xml @@ -0,0 +1,50 @@ + + + + Sairon's Puppet + 53 + MALE + + + + + + + + + + + + + + + 13265 + 1043 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20989-Lageos.xml b/data/templates/npc/monster/20989-Lageos.xml new file mode 100644 index 000000000..03a2272cb --- /dev/null +++ b/data/templates/npc/monster/20989-Lageos.xml @@ -0,0 +1,44 @@ + + + + Lageos + 38 + MALE + + + + + + + + + + + + + + + 3299 + 205 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20990-Pageos.xml b/data/templates/npc/monster/20990-Pageos.xml new file mode 100644 index 000000000..e9c54f1f5 --- /dev/null +++ b/data/templates/npc/monster/20990-Pageos.xml @@ -0,0 +1,43 @@ + + + + Pageos + 38 + MALE + + + + + + + + + + + + + + + 3132 + 196 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20991-SwampTribe.xml b/data/templates/npc/monster/20991-SwampTribe.xml new file mode 100644 index 000000000..4fd9838ca --- /dev/null +++ b/data/templates/npc/monster/20991-SwampTribe.xml @@ -0,0 +1,47 @@ + + + + Swamp Tribe + 45 + MALE + + + + + + + + + + + + + + + 12334 + 858 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20992-SwampAlligator.xml b/data/templates/npc/monster/20992-SwampAlligator.xml new file mode 100644 index 000000000..9344d83bc --- /dev/null +++ b/data/templates/npc/monster/20992-SwampAlligator.xml @@ -0,0 +1,48 @@ + + + + Swamp Alligator + 44 + MALE + + + + + + + + + + + + + + + 11042 + 756 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20993-SwampWarrior.xml b/data/templates/npc/monster/20993-SwampWarrior.xml new file mode 100644 index 000000000..2d4a4e366 --- /dev/null +++ b/data/templates/npc/monster/20993-SwampWarrior.xml @@ -0,0 +1,60 @@ + + + + Swamp Warrior + 44 + MALE + + + + + + + + + + + + + + + 11717 + 802 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20994-GardenGuardLeader.xml b/data/templates/npc/monster/20994-GardenGuardLeader.xml new file mode 100644 index 000000000..1abd4c67c --- /dev/null +++ b/data/templates/npc/monster/20994-GardenGuardLeader.xml @@ -0,0 +1,44 @@ + + + + Garden Guard Leader + 50 + MALE + + + + + + + + + + + + + + + 14866 + 1120 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20995-GardenGuard.xml b/data/templates/npc/monster/20995-GardenGuard.xml new file mode 100644 index 000000000..6f3c2bc6e --- /dev/null +++ b/data/templates/npc/monster/20995-GardenGuard.xml @@ -0,0 +1,49 @@ + + + + Garden Guard + 48 + MALE + + + + + + + + + + + + + + + 10134 + 740 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20996-SpitefulGhostOfRuins.xml b/data/templates/npc/monster/20996-SpitefulGhostOfRuins.xml new file mode 100644 index 000000000..181fefa86 --- /dev/null +++ b/data/templates/npc/monster/20996-SpitefulGhostOfRuins.xml @@ -0,0 +1,44 @@ + + + + Spiteful Ghost of Ruins + 50 + MALE + + + + + + + + + + + + + + + 6419 + 484 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20997-SoldierOfGrief.xml b/data/templates/npc/monster/20997-SoldierOfGrief.xml new file mode 100644 index 000000000..b9eb4dad9 --- /dev/null +++ b/data/templates/npc/monster/20997-SoldierOfGrief.xml @@ -0,0 +1,44 @@ + + + + Soldier of Grief + 51 + MALE + + + + + + + + + + + + + + + 4539 + 346 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20998-CruelPunisher.xml b/data/templates/npc/monster/20998-CruelPunisher.xml new file mode 100644 index 000000000..c6bf2411b --- /dev/null +++ b/data/templates/npc/monster/20998-CruelPunisher.xml @@ -0,0 +1,60 @@ + + + + Cruel Punisher + 52 + MALE + + + + + + + + + + + + + + + 5002 + 386 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/20999-RovingSoul.xml b/data/templates/npc/monster/20999-RovingSoul.xml new file mode 100644 index 000000000..191526072 --- /dev/null +++ b/data/templates/npc/monster/20999-RovingSoul.xml @@ -0,0 +1,46 @@ + + + + Roving Soul + 53 + MALE + + + + + + + + + + + + + + + 5932 + 467 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21000-SoulOfRuins.xml b/data/templates/npc/monster/21000-SoulOfRuins.xml new file mode 100644 index 000000000..fccf29652 --- /dev/null +++ b/data/templates/npc/monster/21000-SoulOfRuins.xml @@ -0,0 +1,50 @@ + + + + Soul of Ruins + 54 + MALE + + + + + + + + + + + + + + + 5191 + 414 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21001-WretchedArcher.xml b/data/templates/npc/monster/21001-WretchedArcher.xml new file mode 100644 index 000000000..163a467ba --- /dev/null +++ b/data/templates/npc/monster/21001-WretchedArcher.xml @@ -0,0 +1,48 @@ + + + + Wretched Archer + 55 + MALE + + + + + + + + + + + + + + + 7028 + 568 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21002-DoomScout.xml b/data/templates/npc/monster/21002-DoomScout.xml new file mode 100644 index 000000000..5066f8949 --- /dev/null +++ b/data/templates/npc/monster/21002-DoomScout.xml @@ -0,0 +1,46 @@ + + + + Doom Scout + 56 + MALE + + + + + + + + + + + + + + + 6197 + 509 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21003-GraveLich.xml b/data/templates/npc/monster/21003-GraveLich.xml new file mode 100644 index 000000000..7d24c7273 --- /dev/null +++ b/data/templates/npc/monster/21003-GraveLich.xml @@ -0,0 +1,52 @@ + + + + Grave Lich + 57 + MALE + + + + + + + + + + + + + + + 5670 + 472 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21004-DismalPole.xml b/data/templates/npc/monster/21004-DismalPole.xml new file mode 100644 index 000000000..4e7a31ee1 --- /dev/null +++ b/data/templates/npc/monster/21004-DismalPole.xml @@ -0,0 +1,49 @@ + + + + Dismal Pole + 58 + MALE + + + + + + + + + + + + + + + 6288 + 532 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21005-GravePredator.xml b/data/templates/npc/monster/21005-GravePredator.xml new file mode 100644 index 000000000..df3f2f8ab --- /dev/null +++ b/data/templates/npc/monster/21005-GravePredator.xml @@ -0,0 +1,49 @@ + + + + Grave Predator + 59 + MALE + + + + + + + + + + + + + + + 6878 + 588 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21006-DoomServant.xml b/data/templates/npc/monster/21006-DoomServant.xml new file mode 100644 index 000000000..aacb0a999 --- /dev/null +++ b/data/templates/npc/monster/21006-DoomServant.xml @@ -0,0 +1,51 @@ + + + + Doom Servant + 60 + MALE + + + + + + + + + + + + + + + 6537 + 568 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21007-DoomGuard.xml b/data/templates/npc/monster/21007-DoomGuard.xml new file mode 100644 index 000000000..af441eba6 --- /dev/null +++ b/data/templates/npc/monster/21007-DoomGuard.xml @@ -0,0 +1,47 @@ + + + + Doom Guard + 61 + MALE + + + + + + + + + + + + + + + 7014 + 617 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21008-DoomArcher.xml b/data/templates/npc/monster/21008-DoomArcher.xml new file mode 100644 index 000000000..c3bbebb8b --- /dev/null +++ b/data/templates/npc/monster/21008-DoomArcher.xml @@ -0,0 +1,51 @@ + + + + Doom Archer + 62 + MALE + + + + + + + + + + + + + + + 8965 + 799 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21009-DoomTrooper.xml b/data/templates/npc/monster/21009-DoomTrooper.xml new file mode 100644 index 000000000..e99ca258c --- /dev/null +++ b/data/templates/npc/monster/21009-DoomTrooper.xml @@ -0,0 +1,49 @@ + + + + Doom Trooper + 63 + MALE + + + + + + + + + + + + + + + 9559 + 863 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21010-DoomWarrior.xml b/data/templates/npc/monster/21010-DoomWarrior.xml new file mode 100644 index 000000000..305e75bd2 --- /dev/null +++ b/data/templates/npc/monster/21010-DoomWarrior.xml @@ -0,0 +1,46 @@ + + + + Doom Warrior + 64 + MALE + + + + + + + + + + + + + + + 7656 + 701 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21011-OlMahumVanGrunt.xml b/data/templates/npc/monster/21011-OlMahumVanGrunt.xml new file mode 100644 index 000000000..1c1cbe93c --- /dev/null +++ b/data/templates/npc/monster/21011-OlMahumVanGrunt.xml @@ -0,0 +1,42 @@ + + + + Ol Mahum Van Grunt + 30 + MALE + + + + + + + + + + + + + + + 1571 + 86 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21012-MagicalEye.xml b/data/templates/npc/monster/21012-MagicalEye.xml new file mode 100644 index 000000000..dc46f5266 --- /dev/null +++ b/data/templates/npc/monster/21012-MagicalEye.xml @@ -0,0 +1,41 @@ + + + + Magical Eye + 31 + MALE + + + + + + + + + + + + + + + 2084 + 115 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21013-OlMahumVanArcher.xml b/data/templates/npc/monster/21013-OlMahumVanArcher.xml new file mode 100644 index 000000000..0ef9cf530 --- /dev/null +++ b/data/templates/npc/monster/21013-OlMahumVanArcher.xml @@ -0,0 +1,42 @@ + + + + Ol Mahum Van Archer + 32 + MALE + + + + + + + + + + + + + + + 2305 + 130 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21014-LesserWarlikeTyrant.xml b/data/templates/npc/monster/21014-LesserWarlikeTyrant.xml new file mode 100644 index 000000000..07dcc3fca --- /dev/null +++ b/data/templates/npc/monster/21014-LesserWarlikeTyrant.xml @@ -0,0 +1,40 @@ + + + + Lesser Warlike Tyrant + 33 + MALE + + + + + + + + + + + + + + + 2385 + 137 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21015-OlMahumVanLeader.xml b/data/templates/npc/monster/21015-OlMahumVanLeader.xml new file mode 100644 index 000000000..66745cd31 --- /dev/null +++ b/data/templates/npc/monster/21015-OlMahumVanLeader.xml @@ -0,0 +1,43 @@ + + + + Ol Mahum Van Leader + 34 + MALE + + + + + + + + + + + + + + + 2449 + 143 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21016-WarlikeTyrant.xml b/data/templates/npc/monster/21016-WarlikeTyrant.xml new file mode 100644 index 000000000..ae2d5cff6 --- /dev/null +++ b/data/templates/npc/monster/21016-WarlikeTyrant.xml @@ -0,0 +1,45 @@ + + + + Warlike Tyrant + 35 + MALE + + + + + + + + + + + + + + + 2631 + 156 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21017-FallenOrc.xml b/data/templates/npc/monster/21017-FallenOrc.xml new file mode 100644 index 000000000..adcddd01d --- /dev/null +++ b/data/templates/npc/monster/21017-FallenOrc.xml @@ -0,0 +1,50 @@ + + + + Fallen Orc + 55 + MALE + + + + + + + + + + + + + + + 5279 + 426 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21018-AncientGargoyle.xml b/data/templates/npc/monster/21018-AncientGargoyle.xml new file mode 100644 index 000000000..ffdd6b7d0 --- /dev/null +++ b/data/templates/npc/monster/21018-AncientGargoyle.xml @@ -0,0 +1,47 @@ + + + + Ancient Gargoyle + 56 + MALE + + + + + + + + + + + + + + + 6643 + 546 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21019-FallenOrcArcher.xml b/data/templates/npc/monster/21019-FallenOrcArcher.xml new file mode 100644 index 000000000..00ad2d4c3 --- /dev/null +++ b/data/templates/npc/monster/21019-FallenOrcArcher.xml @@ -0,0 +1,46 @@ + + + + Fallen Orc Archer + 57 + MALE + + + + + + + + + + + + + + + 7312 + 607 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21020-FallenOrcShaman.xml b/data/templates/npc/monster/21020-FallenOrcShaman.xml new file mode 100644 index 000000000..60f68672d --- /dev/null +++ b/data/templates/npc/monster/21020-FallenOrcShaman.xml @@ -0,0 +1,40 @@ + + + + Fallen Orc Shaman + 58 + MALE + + + + + + + + + + + + + + + 8278 + 700 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21021-SharpTalonTiger.xml b/data/templates/npc/monster/21021-SharpTalonTiger.xml new file mode 100644 index 000000000..001a1c370 --- /dev/null +++ b/data/templates/npc/monster/21021-SharpTalonTiger.xml @@ -0,0 +1,45 @@ + + + + Sharp Talon Tiger + 59 + MALE + + + + + + + + + + + + + + + 7625 + 652 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21022-FallenOrcCaptain.xml b/data/templates/npc/monster/21022-FallenOrcCaptain.xml new file mode 100644 index 000000000..291153520 --- /dev/null +++ b/data/templates/npc/monster/21022-FallenOrcCaptain.xml @@ -0,0 +1,50 @@ + + + + Fallen Orc Captain + 60 + MALE + + + + + + + + + + + + + + + 7754 + 673 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21023-SobbingWind.xml b/data/templates/npc/monster/21023-SobbingWind.xml new file mode 100644 index 000000000..53dff4cff --- /dev/null +++ b/data/templates/npc/monster/21023-SobbingWind.xml @@ -0,0 +1,40 @@ + + + + Sobbing Wind + 26 + FEMALE + + + + + + + + + + + + + + + 1268 + 64 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21024-BabblingWind.xml b/data/templates/npc/monster/21024-BabblingWind.xml new file mode 100644 index 000000000..c0d2c08a9 --- /dev/null +++ b/data/templates/npc/monster/21024-BabblingWind.xml @@ -0,0 +1,37 @@ + + + + Babbling Wind + 27 + FEMALE + + + + + + + + + + + + + + + 1336 + 68 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21025-GigglingWind.xml b/data/templates/npc/monster/21025-GigglingWind.xml new file mode 100644 index 000000000..c3e4585d4 --- /dev/null +++ b/data/templates/npc/monster/21025-GigglingWind.xml @@ -0,0 +1,39 @@ + + + + Giggling Wind + 28 + FEMALE + + + + + + + + + + + + + + + 1414 + 74 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21026-SingingWind.xml b/data/templates/npc/monster/21026-SingingWind.xml new file mode 100644 index 000000000..68c37cf06 --- /dev/null +++ b/data/templates/npc/monster/21026-SingingWind.xml @@ -0,0 +1,41 @@ + + + + Singing Wind + 29 + FEMALE + + + + + + + + + + + + + + + 1522 + 82 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21034-Ogre.xml b/data/templates/npc/monster/21034-Ogre.xml new file mode 100644 index 000000000..df76194d7 --- /dev/null +++ b/data/templates/npc/monster/21034-Ogre.xml @@ -0,0 +1,50 @@ + + + + Ogre + 38 + MALE + + + + + + + + + + + + + + + 2157 + 134 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21035-Catherok.xml b/data/templates/npc/monster/21035-Catherok.xml new file mode 100644 index 000000000..ca97866b3 --- /dev/null +++ b/data/templates/npc/monster/21035-Catherok.xml @@ -0,0 +1,43 @@ + + + + Catherok + 42 + MALE + + + + + + + + + + + + + + + 6978 + 443 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21036-Shindebarn.xml b/data/templates/npc/monster/21036-Shindebarn.xml new file mode 100644 index 000000000..b17f04585 --- /dev/null +++ b/data/templates/npc/monster/21036-Shindebarn.xml @@ -0,0 +1,41 @@ + + + + Shindebarn + 44 + MALE + + + + + + + + + + + + + + + 8166 + 536 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21037-Ossiud.xml b/data/templates/npc/monster/21037-Ossiud.xml new file mode 100644 index 000000000..721574023 --- /dev/null +++ b/data/templates/npc/monster/21037-Ossiud.xml @@ -0,0 +1,55 @@ + + + + Ossiud + 47 + MALE + + + + + + + + + + + + + + + 10557 + 727 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21038-Liangma.xml b/data/templates/npc/monster/21038-Liangma.xml new file mode 100644 index 000000000..cb8eed731 --- /dev/null +++ b/data/templates/npc/monster/21038-Liangma.xml @@ -0,0 +1,48 @@ + + + + Liangma + 49 + MALE + + + + + + + + + + + + + + + 8025 + 560 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21039-SnipeCohort.xml b/data/templates/npc/monster/21039-SnipeCohort.xml new file mode 100644 index 000000000..5ef0e0068 --- /dev/null +++ b/data/templates/npc/monster/21039-SnipeCohort.xml @@ -0,0 +1,41 @@ + + + + Snipe Cohort + 43 + MALE + + + + + + + + + + + + + + + 7953 + 515 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21040-SoldierOfDarkness.xml b/data/templates/npc/monster/21040-SoldierOfDarkness.xml new file mode 100644 index 000000000..e51dc98ba --- /dev/null +++ b/data/templates/npc/monster/21040-SoldierOfDarkness.xml @@ -0,0 +1,47 @@ + + + + Soldier of Darkness + 49 + MALE + + + + + + + + + + + + + + + 12649 + 899 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21058-BeastLord.xml b/data/templates/npc/monster/21058-BeastLord.xml new file mode 100644 index 000000000..6d36ddae9 --- /dev/null +++ b/data/templates/npc/monster/21058-BeastLord.xml @@ -0,0 +1,48 @@ + + + + Beast Lord + 60 + MALE + + + + + + + + + + + + + + + 18913 + 1642 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21059-BeastGuardian.xml b/data/templates/npc/monster/21059-BeastGuardian.xml new file mode 100644 index 000000000..a09280e7f --- /dev/null +++ b/data/templates/npc/monster/21059-BeastGuardian.xml @@ -0,0 +1,45 @@ + + + + Beast Guardian + 59 + MALE + + + + + + + + + + + + + + + 15095 + 1290 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21060-BeastSeer.xml b/data/templates/npc/monster/21060-BeastSeer.xml new file mode 100644 index 000000000..91802b659 --- /dev/null +++ b/data/templates/npc/monster/21060-BeastSeer.xml @@ -0,0 +1,46 @@ + + + + Beast Seer + 59 + MALE + + + + + + + + + + + + + + + 15095 + 1290 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21061-HallateSGuardian.xml b/data/templates/npc/monster/21061-HallateSGuardian.xml new file mode 100644 index 000000000..de9654e8e --- /dev/null +++ b/data/templates/npc/monster/21061-HallateSGuardian.xml @@ -0,0 +1,48 @@ + + + + Hallate's Guardian + 69 + MALE + + + + + + + + + + + + + + + 30701 + 3004 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21062-MessengerAngel.xml b/data/templates/npc/monster/21062-MessengerAngel.xml new file mode 100644 index 000000000..be673a2bc --- /dev/null +++ b/data/templates/npc/monster/21062-MessengerAngel.xml @@ -0,0 +1,26 @@ + + + + Messenger Angel + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/21063-MessengerAngel.xml b/data/templates/npc/monster/21063-MessengerAngel.xml new file mode 100644 index 000000000..a777ae10b --- /dev/null +++ b/data/templates/npc/monster/21063-MessengerAngel.xml @@ -0,0 +1,50 @@ + + + + Messenger Angel + 70 + MALE + + + + + + + + + + + + + + + 62784 + 6226 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21064-PlatinumGuardianArcher.xml b/data/templates/npc/monster/21064-PlatinumGuardianArcher.xml new file mode 100644 index 000000000..572cff8a0 --- /dev/null +++ b/data/templates/npc/monster/21064-PlatinumGuardianArcher.xml @@ -0,0 +1,50 @@ + + + + Platinum Guardian Archer + 71 + MALE + + + + + + + + + + + + + + + 38444 + 3858 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21065-PlatinumGuardianWarrior.xml b/data/templates/npc/monster/21065-PlatinumGuardianWarrior.xml new file mode 100644 index 000000000..bb29a5570 --- /dev/null +++ b/data/templates/npc/monster/21065-PlatinumGuardianWarrior.xml @@ -0,0 +1,50 @@ + + + + Platinum Guardian Warrior + 72 + MALE + + + + + + + + + + + + + + + 36221 + 3680 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21066-PlatinumGuardianShaman.xml b/data/templates/npc/monster/21066-PlatinumGuardianShaman.xml new file mode 100644 index 000000000..0b09a4986 --- /dev/null +++ b/data/templates/npc/monster/21066-PlatinumGuardianShaman.xml @@ -0,0 +1,50 @@ + + + + Platinum Guardian Shaman + 73 + MALE + + + + + + + + + + + + + + + 39180 + 4032 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21067-GuardianArchangel.xml b/data/templates/npc/monster/21067-GuardianArchangel.xml new file mode 100644 index 000000000..a49b6cb4c --- /dev/null +++ b/data/templates/npc/monster/21067-GuardianArchangel.xml @@ -0,0 +1,26 @@ + + + + Guardian Archangel + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/21068-GuardianArchangel.xml b/data/templates/npc/monster/21068-GuardianArchangel.xml new file mode 100644 index 000000000..63a0a97e7 --- /dev/null +++ b/data/templates/npc/monster/21068-GuardianArchangel.xml @@ -0,0 +1,49 @@ + + + + Guardian Archangel + 74 + MALE + + + + + + + + + + + + + + + 85242 + 8886 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21069-PlatinumGuardianPrefect.xml b/data/templates/npc/monster/21069-PlatinumGuardianPrefect.xml new file mode 100644 index 000000000..72994c0ce --- /dev/null +++ b/data/templates/npc/monster/21069-PlatinumGuardianPrefect.xml @@ -0,0 +1,52 @@ + + + + Platinum Guardian Prefect + 74 + MALE + + + + + + + + + + + + + + + 53456 + 5573 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21070-SealArchangel.xml b/data/templates/npc/monster/21070-SealArchangel.xml new file mode 100644 index 000000000..4d9f1cd8f --- /dev/null +++ b/data/templates/npc/monster/21070-SealArchangel.xml @@ -0,0 +1,26 @@ + + + + Seal Archangel + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/21071-SealArchangel.xml b/data/templates/npc/monster/21071-SealArchangel.xml new file mode 100644 index 000000000..2501a62e8 --- /dev/null +++ b/data/templates/npc/monster/21071-SealArchangel.xml @@ -0,0 +1,48 @@ + + + + Seal Archangel + 75 + MALE + + + + + + + + + + + + + + + 88404 + 9325 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21072-PlatinumGuardianChief.xml b/data/templates/npc/monster/21072-PlatinumGuardianChief.xml new file mode 100644 index 000000000..dadf5a8a5 --- /dev/null +++ b/data/templates/npc/monster/21072-PlatinumGuardianChief.xml @@ -0,0 +1,49 @@ + + + + Platinum Guardian Chief + 75 + MALE + + + + + + + + + + + + + + + 40513 + 4273 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21073-GuardianWarriorOfElmoreden.xml b/data/templates/npc/monster/21073-GuardianWarriorOfElmoreden.xml new file mode 100644 index 000000000..1ffac57cd --- /dev/null +++ b/data/templates/npc/monster/21073-GuardianWarriorOfElmoreden.xml @@ -0,0 +1,44 @@ + + + + Guardian Warrior of Elmoreden + 64 + MALE + + + + + + + + + + + + + + + 16897 + 1547 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21074-BoundShaman.xml b/data/templates/npc/monster/21074-BoundShaman.xml new file mode 100644 index 000000000..98d5a7961 --- /dev/null +++ b/data/templates/npc/monster/21074-BoundShaman.xml @@ -0,0 +1,51 @@ + + + + Bound Shaman + 72 + MALE + + + + + + + + + + + + + + + 23163 + 2353 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21075-SlaughterBathin.xml b/data/templates/npc/monster/21075-SlaughterBathin.xml new file mode 100644 index 000000000..c26907227 --- /dev/null +++ b/data/templates/npc/monster/21075-SlaughterBathin.xml @@ -0,0 +1,52 @@ + + + + Slaughter Bathin + 63 + MALE + + + + + + + + + + + + + + + 16790 + 1516 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21076-BathinSKnight.xml b/data/templates/npc/monster/21076-BathinSKnight.xml new file mode 100644 index 000000000..6b7783a80 --- /dev/null +++ b/data/templates/npc/monster/21076-BathinSKnight.xml @@ -0,0 +1,50 @@ + + + + Bathin's Knight + 62 + MALE + + + + + + + + + + + + + + + 16516 + 1471 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21077-BathinSWizard.xml b/data/templates/npc/monster/21077-BathinSWizard.xml new file mode 100644 index 000000000..015c63b08 --- /dev/null +++ b/data/templates/npc/monster/21077-BathinSWizard.xml @@ -0,0 +1,50 @@ + + + + Bathin's Wizard + 62 + FEMALE + + + + + + + + + + + + + + + 16007 + 1427 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21078-MagusValac.xml b/data/templates/npc/monster/21078-MagusValac.xml new file mode 100644 index 000000000..b263ed8e5 --- /dev/null +++ b/data/templates/npc/monster/21078-MagusValac.xml @@ -0,0 +1,48 @@ + + + + Magus Valac + 70 + MALE + + + + + + + + + + + + + + + 20355 + 2018 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21079-ValacSCreature.xml b/data/templates/npc/monster/21079-ValacSCreature.xml new file mode 100644 index 000000000..43fd1ba5b --- /dev/null +++ b/data/templates/npc/monster/21079-ValacSCreature.xml @@ -0,0 +1,49 @@ + + + + Valac's Creature + 69 + MALE + + + + + + + + + + + + + + + 18497 + 1810 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21080-ValacSGuardianSpirit.xml b/data/templates/npc/monster/21080-ValacSGuardianSpirit.xml new file mode 100644 index 000000000..e326438c6 --- /dev/null +++ b/data/templates/npc/monster/21080-ValacSGuardianSpirit.xml @@ -0,0 +1,49 @@ + + + + Valac's Guardian Spirit + 69 + MALE + + + + + + + + + + + + + + + 17096 + 1673 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21081-PowerAngelAmon.xml b/data/templates/npc/monster/21081-PowerAngelAmon.xml new file mode 100644 index 000000000..d80a74d42 --- /dev/null +++ b/data/templates/npc/monster/21081-PowerAngelAmon.xml @@ -0,0 +1,48 @@ + + + + Power Angel Amon + 75 + MALE + + + + + + + + + + + + + + + 21329 + 2250 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21082-AmonSCaptainOfTheGuards.xml b/data/templates/npc/monster/21082-AmonSCaptainOfTheGuards.xml new file mode 100644 index 000000000..4e9f626e3 --- /dev/null +++ b/data/templates/npc/monster/21082-AmonSCaptainOfTheGuards.xml @@ -0,0 +1,48 @@ + + + + Amon's Captain of the Guards + 74 + MALE + + + + + + + + + + + + + + + 20511 + 2138 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21083-AmonSSpirits.xml b/data/templates/npc/monster/21083-AmonSSpirits.xml new file mode 100644 index 000000000..1e9f787c6 --- /dev/null +++ b/data/templates/npc/monster/21083-AmonSSpirits.xml @@ -0,0 +1,48 @@ + + + + Amon's Spirits + 74 + FEMALE + + + + + + + + + + + + + + + 24232 + 2526 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21084-BloodyLady.xml b/data/templates/npc/monster/21084-BloodyLady.xml new file mode 100644 index 000000000..ae7b0c845 --- /dev/null +++ b/data/templates/npc/monster/21084-BloodyLady.xml @@ -0,0 +1,49 @@ + + + + Bloody Lady + 60 + FEMALE + + + + + + + + + + + + + + + 14806 + 1285 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21085-BloodySniper.xml b/data/templates/npc/monster/21085-BloodySniper.xml new file mode 100644 index 000000000..a13b08d3c --- /dev/null +++ b/data/templates/npc/monster/21085-BloodySniper.xml @@ -0,0 +1,48 @@ + + + + Bloody Sniper + 71 + MALE + + + + + + + + + + + + + + + 33449 + 3356 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21086-BloodyLiviona.xml b/data/templates/npc/monster/21086-BloodyLiviona.xml new file mode 100644 index 000000000..f03ebbf0b --- /dev/null +++ b/data/templates/npc/monster/21086-BloodyLiviona.xml @@ -0,0 +1,47 @@ + + + + Bloody Liviona + 72 + MALE + + + + + + + + + + + + + + + 33396 + 3392 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21087-BloodyKnight.xml b/data/templates/npc/monster/21087-BloodyKnight.xml new file mode 100644 index 000000000..932df0acf --- /dev/null +++ b/data/templates/npc/monster/21087-BloodyKnight.xml @@ -0,0 +1,51 @@ + + + + Bloody Knight + 73 + MALE + + + + + + + + + + + + + + + 53594 + 5514 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21088-BloodyBanshee.xml b/data/templates/npc/monster/21088-BloodyBanshee.xml new file mode 100644 index 000000000..0adb1bd33 --- /dev/null +++ b/data/templates/npc/monster/21088-BloodyBanshee.xml @@ -0,0 +1,48 @@ + + + + Bloody Banshee + 74 + FEMALE + + + + + + + + + + + + + + + 35277 + 3677 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21089-BloodyLord.xml b/data/templates/npc/monster/21089-BloodyLord.xml new file mode 100644 index 000000000..17b8b2e95 --- /dev/null +++ b/data/templates/npc/monster/21089-BloodyLord.xml @@ -0,0 +1,47 @@ + + + + Bloody Lord + 75 + MALE + + + + + + + + + + + + + + + 40903 + 4314 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21090-BloodyGuardian.xml b/data/templates/npc/monster/21090-BloodyGuardian.xml new file mode 100644 index 000000000..a7982c84f --- /dev/null +++ b/data/templates/npc/monster/21090-BloodyGuardian.xml @@ -0,0 +1,50 @@ + + + + Bloody Guardian + 75 + MALE + + + + + + + + + + + + + + + 31444 + 3317 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21091-BloodyKeeper.xml b/data/templates/npc/monster/21091-BloodyKeeper.xml new file mode 100644 index 000000000..fd70bc547 --- /dev/null +++ b/data/templates/npc/monster/21091-BloodyKeeper.xml @@ -0,0 +1,44 @@ + + + + Bloody Keeper + 74 + MALE + + + + + + + + + + + + + + + 21195 + 2209 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21092-BloodyMystic.xml b/data/templates/npc/monster/21092-BloodyMystic.xml new file mode 100644 index 000000000..c617f37e0 --- /dev/null +++ b/data/templates/npc/monster/21092-BloodyMystic.xml @@ -0,0 +1,46 @@ + + + + Bloody Mystic + 74 + FEMALE + + + + + + + + + + + + + + + 20706 + 2159 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21093-RatmanSubChieftain.xml b/data/templates/npc/monster/21093-RatmanSubChieftain.xml new file mode 100644 index 000000000..abd740c86 --- /dev/null +++ b/data/templates/npc/monster/21093-RatmanSubChieftain.xml @@ -0,0 +1,40 @@ + + + + Ratman Sub Chieftain + 19 + MALE + + + + + + + + + + + + + + + 692 + 31 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21094-RatmanChieftain.xml b/data/templates/npc/monster/21094-RatmanChieftain.xml new file mode 100644 index 000000000..744bd0fd5 --- /dev/null +++ b/data/templates/npc/monster/21094-RatmanChieftain.xml @@ -0,0 +1,38 @@ + + + + Ratman Chieftain + 20 + MALE + + + + + + + + + + + + + + + 713 + 32 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21095-GiantPoisonBee.xml b/data/templates/npc/monster/21095-GiantPoisonBee.xml new file mode 100644 index 000000000..b5195b423 --- /dev/null +++ b/data/templates/npc/monster/21095-GiantPoisonBee.xml @@ -0,0 +1,36 @@ + + + + Giant Poison Bee + 21 + MALE + + + + + + + + + + + + + + + 1009 + 47 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21096-CloudyBeast.xml b/data/templates/npc/monster/21096-CloudyBeast.xml new file mode 100644 index 000000000..54cb71ebb --- /dev/null +++ b/data/templates/npc/monster/21096-CloudyBeast.xml @@ -0,0 +1,37 @@ + + + + Cloudy Beast + 22 + MALE + + + + + + + + + + + + + + + 1005 + 48 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21097-YoungAraneid.xml b/data/templates/npc/monster/21097-YoungAraneid.xml new file mode 100644 index 000000000..1faf19543 --- /dev/null +++ b/data/templates/npc/monster/21097-YoungAraneid.xml @@ -0,0 +1,40 @@ + + + + Young Araneid + 23 + MALE + + + + + + + + + + + + + + + 1183 + 58 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21098-PlainGrizzly.xml b/data/templates/npc/monster/21098-PlainGrizzly.xml new file mode 100644 index 000000000..682c27fee --- /dev/null +++ b/data/templates/npc/monster/21098-PlainGrizzly.xml @@ -0,0 +1,36 @@ + + + + Plain Grizzly + 24 + MALE + + + + + + + + + + + + + + + 1123 + 55 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21099-CloudyBeastTuren.xml b/data/templates/npc/monster/21099-CloudyBeastTuren.xml new file mode 100644 index 000000000..e55347b9e --- /dev/null +++ b/data/templates/npc/monster/21099-CloudyBeastTuren.xml @@ -0,0 +1,39 @@ + + + + Cloudy Beast Turen + 25 + MALE + + + + + + + + + + + + + + + 1215 + 61 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21100-LangkLizardmanSentinel.xml b/data/templates/npc/monster/21100-LangkLizardmanSentinel.xml new file mode 100644 index 000000000..e2e1dbd01 --- /dev/null +++ b/data/templates/npc/monster/21100-LangkLizardmanSentinel.xml @@ -0,0 +1,40 @@ + + + + Langk Lizardman Sentinel + 19 + MALE + + + + + + + + + + + + + + + 692 + 31 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21101-LangkLizardmanShaman.xml b/data/templates/npc/monster/21101-LangkLizardmanShaman.xml new file mode 100644 index 000000000..c9ed42d60 --- /dev/null +++ b/data/templates/npc/monster/21101-LangkLizardmanShaman.xml @@ -0,0 +1,40 @@ + + + + Langk Lizardman Shaman + 24 + MALE + + + + + + + + + + + + + + + 1123 + 55 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21102-WatchmanOfThePlains.xml b/data/templates/npc/monster/21102-WatchmanOfThePlains.xml new file mode 100644 index 000000000..dc1ca789d --- /dev/null +++ b/data/templates/npc/monster/21102-WatchmanOfThePlains.xml @@ -0,0 +1,45 @@ + + + + Watchman of the Plains + 30 + MALE + + + + + + + + + + + + + + + 1602 + 88 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21103-RoughlyHewnRockGolem.xml b/data/templates/npc/monster/21103-RoughlyHewnRockGolem.xml new file mode 100644 index 000000000..a6476baf0 --- /dev/null +++ b/data/templates/npc/monster/21103-RoughlyHewnRockGolem.xml @@ -0,0 +1,42 @@ + + + + Roughly Hewn Rock Golem + 31 + MALE + + + + + + + + + + + + + + + 1677 + 94 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21104-DeluLizardmanSupplier.xml b/data/templates/npc/monster/21104-DeluLizardmanSupplier.xml new file mode 100644 index 000000000..b962d0ac8 --- /dev/null +++ b/data/templates/npc/monster/21104-DeluLizardmanSupplier.xml @@ -0,0 +1,41 @@ + + + + Delu Lizardman Supplier + 32 + MALE + + + + + + + + + + + + + + + 2106 + 119 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21105-DeluLizardmanSpecialAgent.xml b/data/templates/npc/monster/21105-DeluLizardmanSpecialAgent.xml new file mode 100644 index 000000000..a7ff7625d --- /dev/null +++ b/data/templates/npc/monster/21105-DeluLizardmanSpecialAgent.xml @@ -0,0 +1,44 @@ + + + + Delu Lizardman Special Agent + 33 + MALE + + + + + + + + + + + + + + + 2427 + 139 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21106-CursedSeer.xml b/data/templates/npc/monster/21106-CursedSeer.xml new file mode 100644 index 000000000..6b19ff631 --- /dev/null +++ b/data/templates/npc/monster/21106-CursedSeer.xml @@ -0,0 +1,41 @@ + + + + Cursed Seer + 34 + MALE + + + + + + + + + + + + + + + 2058 + 120 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21107-DeluLizardmanCommander.xml b/data/templates/npc/monster/21107-DeluLizardmanCommander.xml new file mode 100644 index 000000000..e5190abd6 --- /dev/null +++ b/data/templates/npc/monster/21107-DeluLizardmanCommander.xml @@ -0,0 +1,39 @@ + + + + Delu Lizardman Commander + 35 + MALE + + + + + + + + + + + + + + + 4354 + 258 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21108-GlowWisp.xml b/data/templates/npc/monster/21108-GlowWisp.xml new file mode 100644 index 000000000..111c4bf95 --- /dev/null +++ b/data/templates/npc/monster/21108-GlowWisp.xml @@ -0,0 +1,48 @@ + + + + Glow Wisp + 67 + MALE + + + + + + + + + + + + + + + 7835 + 746 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21109-HamesOrcScout.xml b/data/templates/npc/monster/21109-HamesOrcScout.xml new file mode 100644 index 000000000..2df36081e --- /dev/null +++ b/data/templates/npc/monster/21109-HamesOrcScout.xml @@ -0,0 +1,50 @@ + + + + Hames Orc Scout + 68 + MALE + + + + + + + + + + + + + + + 9699 + 937 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21110-MarshPredator.xml b/data/templates/npc/monster/21110-MarshPredator.xml new file mode 100644 index 000000000..9f6483f1b --- /dev/null +++ b/data/templates/npc/monster/21110-MarshPredator.xml @@ -0,0 +1,48 @@ + + + + Marsh Predator + 69 + MALE + + + + + + + + + + + + + + + 8268 + 809 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21111-LavaWyrm.xml b/data/templates/npc/monster/21111-LavaWyrm.xml new file mode 100644 index 000000000..ae59cc3d2 --- /dev/null +++ b/data/templates/npc/monster/21111-LavaWyrm.xml @@ -0,0 +1,49 @@ + + + + Lava Wyrm + 70 + MALE + + + + + + + + + + + + + + + 8637 + 857 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21112-HamesOrcFootman.xml b/data/templates/npc/monster/21112-HamesOrcFootman.xml new file mode 100644 index 000000000..62b1297dc --- /dev/null +++ b/data/templates/npc/monster/21112-HamesOrcFootman.xml @@ -0,0 +1,50 @@ + + + + Hames Orc Footman + 71 + MALE + + + + + + + + + + + + + + + 10470 + 1050 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21113-HamesOrcSniper.xml b/data/templates/npc/monster/21113-HamesOrcSniper.xml new file mode 100644 index 000000000..37d7a5f40 --- /dev/null +++ b/data/templates/npc/monster/21113-HamesOrcSniper.xml @@ -0,0 +1,49 @@ + + + + Hames Orc Sniper + 72 + MALE + + + + + + + + + + + + + + + 11667 + 1186 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21114-CursedGuardian.xml b/data/templates/npc/monster/21114-CursedGuardian.xml new file mode 100644 index 000000000..3e1950f45 --- /dev/null +++ b/data/templates/npc/monster/21114-CursedGuardian.xml @@ -0,0 +1,49 @@ + + + + Cursed Guardian + 73 + MALE + + + + + + + + + + + + + + + 11078 + 1140 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21115-HamesOrcShaman.xml b/data/templates/npc/monster/21115-HamesOrcShaman.xml new file mode 100644 index 000000000..95af8e611 --- /dev/null +++ b/data/templates/npc/monster/21115-HamesOrcShaman.xml @@ -0,0 +1,49 @@ + + + + Hames Orc Shaman + 74 + MALE + + + + + + + + + + + + + + + 9652 + 1006 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21116-HamesOrcOverlord.xml b/data/templates/npc/monster/21116-HamesOrcOverlord.xml new file mode 100644 index 000000000..22858b9cb --- /dev/null +++ b/data/templates/npc/monster/21116-HamesOrcOverlord.xml @@ -0,0 +1,49 @@ + + + + Hames Orc Overlord + 75 + MALE + + + + + + + + + + + + + + + 15240 + 1608 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21117-KashaImp.xml b/data/templates/npc/monster/21117-KashaImp.xml new file mode 100644 index 000000000..388dc238a --- /dev/null +++ b/data/templates/npc/monster/21117-KashaImp.xml @@ -0,0 +1,37 @@ + + + + Kasha Imp + 19 + MALE + + + + + + + + + + + + + + + 678 + 30 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21118-BaarDreVanul.xml b/data/templates/npc/monster/21118-BaarDreVanul.xml new file mode 100644 index 000000000..3fc34db81 --- /dev/null +++ b/data/templates/npc/monster/21118-BaarDreVanul.xml @@ -0,0 +1,40 @@ + + + + Baar Dre Vanul + 20 + MALE + + + + + + + + + + + + + + + 727 + 32 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21119-Hobgoblin.xml b/data/templates/npc/monster/21119-Hobgoblin.xml new file mode 100644 index 000000000..4bf0845d4 --- /dev/null +++ b/data/templates/npc/monster/21119-Hobgoblin.xml @@ -0,0 +1,38 @@ + + + + Hobgoblin + 21 + MALE + + + + + + + + + + + + + + + 917 + 42 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21120-KashaImpTuren.xml b/data/templates/npc/monster/21120-KashaImpTuren.xml new file mode 100644 index 000000000..2b9d34363 --- /dev/null +++ b/data/templates/npc/monster/21120-KashaImpTuren.xml @@ -0,0 +1,39 @@ + + + + Kasha Imp Turen + 22 + MALE + + + + + + + + + + + + + + + 1196 + 56 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21121-KashaDireWolf.xml b/data/templates/npc/monster/21121-KashaDireWolf.xml new file mode 100644 index 000000000..c23e41903 --- /dev/null +++ b/data/templates/npc/monster/21121-KashaDireWolf.xml @@ -0,0 +1,36 @@ + + + + Kasha Dire Wolf + 23 + MALE + + + + + + + + + + + + + + + 1075 + 52 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21122-KashaBugbear.xml b/data/templates/npc/monster/21122-KashaBugbear.xml new file mode 100644 index 000000000..d6297b265 --- /dev/null +++ b/data/templates/npc/monster/21122-KashaBugbear.xml @@ -0,0 +1,37 @@ + + + + Kasha Bugbear + 24 + MALE + + + + + + + + + + + + + + + 1145 + 56 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21123-BaarDreVanulDestroyer.xml b/data/templates/npc/monster/21123-BaarDreVanulDestroyer.xml new file mode 100644 index 000000000..6a68a7202 --- /dev/null +++ b/data/templates/npc/monster/21123-BaarDreVanulDestroyer.xml @@ -0,0 +1,36 @@ + + + + Baar Dre Vanul Destroyer + 25 + MALE + + + + + + + + + + + + + + + 1521 + 76 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21124-RedEyeBarbedBat.xml b/data/templates/npc/monster/21124-RedEyeBarbedBat.xml new file mode 100644 index 000000000..1f07c84cc --- /dev/null +++ b/data/templates/npc/monster/21124-RedEyeBarbedBat.xml @@ -0,0 +1,37 @@ + + + + Red Eye Barbed Bat + 18 + MALE + + + + + + + + + + + + + + + 640 + 28 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21125-NorthernTrimden.xml b/data/templates/npc/monster/21125-NorthernTrimden.xml new file mode 100644 index 000000000..6218da318 --- /dev/null +++ b/data/templates/npc/monster/21125-NorthernTrimden.xml @@ -0,0 +1,37 @@ + + + + Northern Trimden + 19 + MALE + + + + + + + + + + + + + + + 685 + 31 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21126-KeropeWerewolf.xml b/data/templates/npc/monster/21126-KeropeWerewolf.xml new file mode 100644 index 000000000..6ad6b27cc --- /dev/null +++ b/data/templates/npc/monster/21126-KeropeWerewolf.xml @@ -0,0 +1,41 @@ + + + + Kerope Werewolf + 20 + MALE + + + + + + + + + + + + + + + 713 + 32 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21127-NorthernGoblin.xml b/data/templates/npc/monster/21127-NorthernGoblin.xml new file mode 100644 index 000000000..02fff7c9c --- /dev/null +++ b/data/templates/npc/monster/21127-NorthernGoblin.xml @@ -0,0 +1,42 @@ + + + + Northern Goblin + 21 + MALE + + + + + + + + + + + + + + + 917 + 42 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21128-SpineGolem.xml b/data/templates/npc/monster/21128-SpineGolem.xml new file mode 100644 index 000000000..ddf51cb8f --- /dev/null +++ b/data/templates/npc/monster/21128-SpineGolem.xml @@ -0,0 +1,39 @@ + + + + Spine Golem + 22 + MALE + + + + + + + + + + + + + + + 986 + 47 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21129-KeropeWerewolfChief.xml b/data/templates/npc/monster/21129-KeropeWerewolfChief.xml new file mode 100644 index 000000000..00876243f --- /dev/null +++ b/data/templates/npc/monster/21129-KeropeWerewolfChief.xml @@ -0,0 +1,39 @@ + + + + Kerope Werewolf Chief + 23 + MALE + + + + + + + + + + + + + + + 1075 + 52 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21130-NorthernGoblinLeader.xml b/data/templates/npc/monster/21130-NorthernGoblinLeader.xml new file mode 100644 index 000000000..45a0fe077 --- /dev/null +++ b/data/templates/npc/monster/21130-NorthernGoblinLeader.xml @@ -0,0 +1,39 @@ + + + + Northern Goblin Leader + 24 + MALE + + + + + + + + + + + + + + + 1145 + 56 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21131-EnchantedSpineGolem.xml b/data/templates/npc/monster/21131-EnchantedSpineGolem.xml new file mode 100644 index 000000000..0ddaca06a --- /dev/null +++ b/data/templates/npc/monster/21131-EnchantedSpineGolem.xml @@ -0,0 +1,39 @@ + + + + Enchanted Spine Golem + 25 + MALE + + + + + + + + + + + + + + + 1191 + 60 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21132-UndergroundKobold.xml b/data/templates/npc/monster/21132-UndergroundKobold.xml new file mode 100644 index 000000000..f67f1c57b --- /dev/null +++ b/data/templates/npc/monster/21132-UndergroundKobold.xml @@ -0,0 +1,36 @@ + + + + Underground Kobold + 24 + MALE + + + + + + + + + + + + + + + 935 + 46 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21133-DeadPitSkeletonArcher.xml b/data/templates/npc/monster/21133-DeadPitSkeletonArcher.xml new file mode 100644 index 000000000..b554fdeb5 --- /dev/null +++ b/data/templates/npc/monster/21133-DeadPitSkeletonArcher.xml @@ -0,0 +1,40 @@ + + + + Dead Pit Skeleton Archer + 25 + MALE + + + + + + + + + + + + + + + 1022 + 52 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21134-DeadPitSpartoi.xml b/data/templates/npc/monster/21134-DeadPitSpartoi.xml new file mode 100644 index 000000000..b354abd71 --- /dev/null +++ b/data/templates/npc/monster/21134-DeadPitSpartoi.xml @@ -0,0 +1,38 @@ + + + + Dead Pit Spartoi + 26 + MALE + + + + + + + + + + + + + + + 1078 + 54 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21135-UndergroundKoboldWarrior.xml b/data/templates/npc/monster/21135-UndergroundKoboldWarrior.xml new file mode 100644 index 000000000..cd134a48c --- /dev/null +++ b/data/templates/npc/monster/21135-UndergroundKoboldWarrior.xml @@ -0,0 +1,37 @@ + + + + Underground Kobold Warrior + 27 + MALE + + + + + + + + + + + + + + + 1325 + 67 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21136-DeadPitHorror.xml b/data/templates/npc/monster/21136-DeadPitHorror.xml new file mode 100644 index 000000000..25628ecc8 --- /dev/null +++ b/data/templates/npc/monster/21136-DeadPitHorror.xml @@ -0,0 +1,37 @@ + + + + Dead Pit Horror + 28 + MALE + + + + + + + + + + + + + + + 1178 + 62 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21137-IronOreGolem.xml b/data/templates/npc/monster/21137-IronOreGolem.xml new file mode 100644 index 000000000..7e5fce719 --- /dev/null +++ b/data/templates/npc/monster/21137-IronOreGolem.xml @@ -0,0 +1,38 @@ + + + + Iron Ore Golem + 29 + MALE + + + + + + + + + + + + + + + 1268 + 68 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21138-GreedyGeist.xml b/data/templates/npc/monster/21138-GreedyGeist.xml new file mode 100644 index 000000000..b5b2f3f87 --- /dev/null +++ b/data/templates/npc/monster/21138-GreedyGeist.xml @@ -0,0 +1,38 @@ + + + + Greedy Geist + 30 + MALE + + + + + + + + + + + + + + + 1361 + 74 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21139-CatacombBarbedBat.xml b/data/templates/npc/monster/21139-CatacombBarbedBat.xml new file mode 100644 index 000000000..d49d1f2bc --- /dev/null +++ b/data/templates/npc/monster/21139-CatacombBarbedBat.xml @@ -0,0 +1,38 @@ + + + + Catacomb Barbed Bat + 23 + MALE + + + + + + + + + + + + + + + 2621 + 127 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21140-CatacombWisp.xml b/data/templates/npc/monster/21140-CatacombWisp.xml new file mode 100644 index 000000000..b335760fb --- /dev/null +++ b/data/templates/npc/monster/21140-CatacombWisp.xml @@ -0,0 +1,37 @@ + + + + Catacomb Wisp + 26 + MALE + + + + + + + + + + + + + + + 3153 + 159 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21141-CatacombSerpent.xml b/data/templates/npc/monster/21141-CatacombSerpent.xml new file mode 100644 index 000000000..e8881e297 --- /dev/null +++ b/data/templates/npc/monster/21141-CatacombSerpent.xml @@ -0,0 +1,39 @@ + + + + Catacomb Serpent + 28 + MALE + + + + + + + + + + + + + + + 3706 + 194 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21142-GraveKeeperSpartoi.xml b/data/templates/npc/monster/21142-GraveKeeperSpartoi.xml new file mode 100644 index 000000000..552070274 --- /dev/null +++ b/data/templates/npc/monster/21142-GraveKeeperSpartoi.xml @@ -0,0 +1,40 @@ + + + + Grave Keeper Spartoi + 29 + MALE + + + + + + + + + + + + + + + 3710 + 199 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21143-CatacombScavengerBat.xml b/data/templates/npc/monster/21143-CatacombScavengerBat.xml new file mode 100644 index 000000000..4ce54615f --- /dev/null +++ b/data/templates/npc/monster/21143-CatacombScavengerBat.xml @@ -0,0 +1,39 @@ + + + + Catacomb Scavenger Bat + 31 + MALE + + + + + + + + + + + + + + + 4170 + 231 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21144-CatacombShadow.xml b/data/templates/npc/monster/21144-CatacombShadow.xml new file mode 100644 index 000000000..af606a062 --- /dev/null +++ b/data/templates/npc/monster/21144-CatacombShadow.xml @@ -0,0 +1,40 @@ + + + + Catacomb Shadow + 34 + MALE + + + + + + + + + + + + + + + 5016 + 293 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21145-CatacombStakatoSoldier.xml b/data/templates/npc/monster/21145-CatacombStakatoSoldier.xml new file mode 100644 index 000000000..028306560 --- /dev/null +++ b/data/templates/npc/monster/21145-CatacombStakatoSoldier.xml @@ -0,0 +1,41 @@ + + + + Catacomb Stakato Soldier + 38 + MALE + + + + + + + + + + + + + + + 6444 + 402 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21146-GraveKeeperDarkHorror.xml b/data/templates/npc/monster/21146-GraveKeeperDarkHorror.xml new file mode 100644 index 000000000..f9f4419ee --- /dev/null +++ b/data/templates/npc/monster/21146-GraveKeeperDarkHorror.xml @@ -0,0 +1,48 @@ + + + + Grave Keeper Dark Horror + 40 + MALE + + + + + + + + + + + + + + + 6943 + 448 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21147-CatacombGargoyle.xml b/data/templates/npc/monster/21147-CatacombGargoyle.xml new file mode 100644 index 000000000..fd0bc2e56 --- /dev/null +++ b/data/templates/npc/monster/21147-CatacombGargoyle.xml @@ -0,0 +1,39 @@ + + + + Catacomb Gargoyle + 43 + MALE + + + + + + + + + + + + + + + 8457 + 572 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21148-CatacombLiviona.xml b/data/templates/npc/monster/21148-CatacombLiviona.xml new file mode 100644 index 000000000..6aa015061 --- /dev/null +++ b/data/templates/npc/monster/21148-CatacombLiviona.xml @@ -0,0 +1,44 @@ + + + + Catacomb Liviona + 44 + MALE + + + + + + + + + + + + + + + 8401 + 575 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21149-DecayedAncientPikeman.xml b/data/templates/npc/monster/21149-DecayedAncientPikeman.xml new file mode 100644 index 000000000..a1412c032 --- /dev/null +++ b/data/templates/npc/monster/21149-DecayedAncientPikeman.xml @@ -0,0 +1,47 @@ + + + + Decayed Ancient Pikeman + 46 + MALE + + + + + + + + + + + + + + + 9679 + 686 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21150-DecayedAncientSoldier.xml b/data/templates/npc/monster/21150-DecayedAncientSoldier.xml new file mode 100644 index 000000000..98658f4db --- /dev/null +++ b/data/templates/npc/monster/21150-DecayedAncientSoldier.xml @@ -0,0 +1,47 @@ + + + + Decayed Ancient Soldier + 49 + MALE + + + + + + + + + + + + + + + 10982 + 812 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21151-DecayedAncientKnight.xml b/data/templates/npc/monster/21151-DecayedAncientKnight.xml new file mode 100644 index 000000000..c58065488 --- /dev/null +++ b/data/templates/npc/monster/21151-DecayedAncientKnight.xml @@ -0,0 +1,46 @@ + + + + Decayed Ancient Knight + 50 + MALE + + + + + + + + + + + + + + + 11435 + 861 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21152-PurgatoryWisp.xml b/data/templates/npc/monster/21152-PurgatoryWisp.xml new file mode 100644 index 000000000..2edd0ac2f --- /dev/null +++ b/data/templates/npc/monster/21152-PurgatoryWisp.xml @@ -0,0 +1,49 @@ + + + + Purgatory Wisp + 53 + MALE + + + + + + + + + + + + + + + 12189 + 958 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21153-PurgatorySerpent.xml b/data/templates/npc/monster/21153-PurgatorySerpent.xml new file mode 100644 index 000000000..d0e76752b --- /dev/null +++ b/data/templates/npc/monster/21153-PurgatorySerpent.xml @@ -0,0 +1,51 @@ + + + + Purgatory Serpent + 56 + MALE + + + + + + + + + + + + + + + 14344 + 1178 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21154-HellKeeperMedusa.xml b/data/templates/npc/monster/21154-HellKeeperMedusa.xml new file mode 100644 index 000000000..c4fb19a7f --- /dev/null +++ b/data/templates/npc/monster/21154-HellKeeperMedusa.xml @@ -0,0 +1,46 @@ + + + + Hell Keeper Medusa + 58 + FEMALE + + + + + + + + + + + + + + + 15013 + 1268 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21155-PurgatoryConjurer.xml b/data/templates/npc/monster/21155-PurgatoryConjurer.xml new file mode 100644 index 000000000..d79e47fb3 --- /dev/null +++ b/data/templates/npc/monster/21155-PurgatoryConjurer.xml @@ -0,0 +1,47 @@ + + + + Purgatory Conjurer + 59 + MALE + + + + + + + + + + + + + + + 15105 + 1291 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21156-PurgatoryShadow.xml b/data/templates/npc/monster/21156-PurgatoryShadow.xml new file mode 100644 index 000000000..ac2495967 --- /dev/null +++ b/data/templates/npc/monster/21156-PurgatoryShadow.xml @@ -0,0 +1,50 @@ + + + + Purgatory Shadow + 61 + MALE + + + + + + + + + + + + + + + 16146 + 1421 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21157-PurgatoryTarantula.xml b/data/templates/npc/monster/21157-PurgatoryTarantula.xml new file mode 100644 index 000000000..270f368f9 --- /dev/null +++ b/data/templates/npc/monster/21157-PurgatoryTarantula.xml @@ -0,0 +1,49 @@ + + + + Purgatory Tarantula + 64 + MALE + + + + + + + + + + + + + + + 18280 + 1674 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21158-HellKeeperCrimsonDoll.xml b/data/templates/npc/monster/21158-HellKeeperCrimsonDoll.xml new file mode 100644 index 000000000..d846d4e13 --- /dev/null +++ b/data/templates/npc/monster/21158-HellKeeperCrimsonDoll.xml @@ -0,0 +1,46 @@ + + + + Hell Keeper Crimson Doll + 67 + MALE + + + + + + + + + + + + + + + 20533 + 1955 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21159-PurgatoryGargoyle.xml b/data/templates/npc/monster/21159-PurgatoryGargoyle.xml new file mode 100644 index 000000000..8f7ce7df8 --- /dev/null +++ b/data/templates/npc/monster/21159-PurgatoryGargoyle.xml @@ -0,0 +1,50 @@ + + + + Purgatory Gargoyle + 68 + MALE + + + + + + + + + + + + + + + 21151 + 2043 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21160-PurgatoryLiviona.xml b/data/templates/npc/monster/21160-PurgatoryLiviona.xml new file mode 100644 index 000000000..8d2e36e62 --- /dev/null +++ b/data/templates/npc/monster/21160-PurgatoryLiviona.xml @@ -0,0 +1,48 @@ + + + + Purgatory Liviona + 71 + MALE + + + + + + + + + + + + + + + 21874 + 2195 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21161-LesserAncientSoldier.xml b/data/templates/npc/monster/21161-LesserAncientSoldier.xml new file mode 100644 index 000000000..753bf25f2 --- /dev/null +++ b/data/templates/npc/monster/21161-LesserAncientSoldier.xml @@ -0,0 +1,48 @@ + + + + Lesser Ancient Soldier + 73 + FEMALE + + + + + + + + + + + + + + + 23782 + 2447 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21162-LesserAncientScout.xml b/data/templates/npc/monster/21162-LesserAncientScout.xml new file mode 100644 index 000000000..b7da0f45d --- /dev/null +++ b/data/templates/npc/monster/21162-LesserAncientScout.xml @@ -0,0 +1,49 @@ + + + + Lesser Ancient Scout + 74 + MALE + + + + + + + + + + + + + + + 23761 + 2477 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21163-LesserAncientShaman.xml b/data/templates/npc/monster/21163-LesserAncientShaman.xml new file mode 100644 index 000000000..c7f0a3542 --- /dev/null +++ b/data/templates/npc/monster/21163-LesserAncientShaman.xml @@ -0,0 +1,50 @@ + + + + Lesser Ancient Shaman + 76 + FEMALE + + + + + + + + + + + + + + + 25063 + 2679 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21164-GuardianSpiritOfAncientHolyGround.xml b/data/templates/npc/monster/21164-GuardianSpiritOfAncientHolyGround.xml new file mode 100644 index 000000000..68f01970d --- /dev/null +++ b/data/templates/npc/monster/21164-GuardianSpiritOfAncientHolyGround.xml @@ -0,0 +1,47 @@ + + + + Guardian Spirit of Ancient Holy Ground + 78 + MALE + + + + + + + + + + + + + + + 28547 + 3164 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21165-LesserAncientWarrior.xml b/data/templates/npc/monster/21165-LesserAncientWarrior.xml new file mode 100644 index 000000000..8986d4623 --- /dev/null +++ b/data/templates/npc/monster/21165-LesserAncientWarrior.xml @@ -0,0 +1,45 @@ + + + + Lesser Ancient Warrior + 78 + MALE + + + + + + + + + + + + + + + 31048 + 3485 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21166-LithScout.xml b/data/templates/npc/monster/21166-LithScout.xml new file mode 100644 index 000000000..a51928347 --- /dev/null +++ b/data/templates/npc/monster/21166-LithScout.xml @@ -0,0 +1,43 @@ + + + + Lith Scout + 21 + MALE + + + + + + + + + + + + + + + 2380 + 109 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21167-LithWitch.xml b/data/templates/npc/monster/21167-LithWitch.xml new file mode 100644 index 000000000..d1791e892 --- /dev/null +++ b/data/templates/npc/monster/21167-LithWitch.xml @@ -0,0 +1,39 @@ + + + + Lith Witch + 24 + MALE + + + + + + + + + + + + + + + 2763 + 136 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21168-LithWarrior.xml b/data/templates/npc/monster/21168-LithWarrior.xml new file mode 100644 index 000000000..5971ee760 --- /dev/null +++ b/data/templates/npc/monster/21168-LithWarrior.xml @@ -0,0 +1,43 @@ + + + + Lith Warrior + 27 + MALE + + + + + + + + + + + + + + + 3420 + 175 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21169-LithGuard.xml b/data/templates/npc/monster/21169-LithGuard.xml new file mode 100644 index 000000000..2f7865111 --- /dev/null +++ b/data/templates/npc/monster/21169-LithGuard.xml @@ -0,0 +1,40 @@ + + + + Lith Guard + 30 + MALE + + + + + + + + + + + + + + + 4532 + 248 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21170-LithMedium.xml b/data/templates/npc/monster/21170-LithMedium.xml new file mode 100644 index 000000000..265abc4a2 --- /dev/null +++ b/data/templates/npc/monster/21170-LithMedium.xml @@ -0,0 +1,42 @@ + + + + Lith Medium + 33 + MALE + + + + + + + + + + + + + + + 5231 + 300 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21171-LithOverlord.xml b/data/templates/npc/monster/21171-LithOverlord.xml new file mode 100644 index 000000000..f4e9fec2e --- /dev/null +++ b/data/templates/npc/monster/21171-LithOverlord.xml @@ -0,0 +1,44 @@ + + + + Lith Overlord + 36 + MALE + + + + + + + + + + + + + + + 6677 + 404 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21172-LithPatrolman.xml b/data/templates/npc/monster/21172-LithPatrolman.xml new file mode 100644 index 000000000..bea96a33a --- /dev/null +++ b/data/templates/npc/monster/21172-LithPatrolman.xml @@ -0,0 +1,49 @@ + + + + Lith Patrolman + 39 + MALE + + + + + + + + + + + + + + + 7888 + 501 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21173-LithShaman.xml b/data/templates/npc/monster/21173-LithShaman.xml new file mode 100644 index 000000000..2ce998f85 --- /dev/null +++ b/data/templates/npc/monster/21173-LithShaman.xml @@ -0,0 +1,44 @@ + + + + Lith Shaman + 42 + MALE + + + + + + + + + + + + + + + 8473 + 564 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21174-LithCommander.xml b/data/templates/npc/monster/21174-LithCommander.xml new file mode 100644 index 000000000..a30ca7879 --- /dev/null +++ b/data/templates/npc/monster/21174-LithCommander.xml @@ -0,0 +1,43 @@ + + + + Lith Commander + 45 + MALE + + + + + + + + + + + + + + + 10925 + 760 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21175-LilimButcher.xml b/data/templates/npc/monster/21175-LilimButcher.xml new file mode 100644 index 000000000..4409ee6f6 --- /dev/null +++ b/data/templates/npc/monster/21175-LilimButcher.xml @@ -0,0 +1,44 @@ + + + + Lilim Butcher + 48 + MALE + + + + + + + + + + + + + + + 12374 + 904 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21176-LilimMagus.xml b/data/templates/npc/monster/21176-LilimMagus.xml new file mode 100644 index 000000000..26e5a3259 --- /dev/null +++ b/data/templates/npc/monster/21176-LilimMagus.xml @@ -0,0 +1,42 @@ + + + + Lilim Magus + 51 + FEMALE + + + + + + + + + + + + + + + 12493 + 953 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21177-LilimKnightErrant.xml b/data/templates/npc/monster/21177-LilimKnightErrant.xml new file mode 100644 index 000000000..76057df6a --- /dev/null +++ b/data/templates/npc/monster/21177-LilimKnightErrant.xml @@ -0,0 +1,48 @@ + + + + Lilim Knight Errant + 54 + MALE + + + + + + + + + + + + + + + 17542 + 1399 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21178-LilimMarauder.xml b/data/templates/npc/monster/21178-LilimMarauder.xml new file mode 100644 index 000000000..e124f0486 --- /dev/null +++ b/data/templates/npc/monster/21178-LilimMarauder.xml @@ -0,0 +1,48 @@ + + + + Lilim Marauder + 57 + MALE + + + + + + + + + + + + + + + 18790 + 1561 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21179-LilimPriest.xml b/data/templates/npc/monster/21179-LilimPriest.xml new file mode 100644 index 000000000..557a456aa --- /dev/null +++ b/data/templates/npc/monster/21179-LilimPriest.xml @@ -0,0 +1,48 @@ + + + + Lilim Priest + 60 + FEMALE + + + + + + + + + + + + + + + 17292 + 1501 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21180-LilimKnight.xml b/data/templates/npc/monster/21180-LilimKnight.xml new file mode 100644 index 000000000..9bc726407 --- /dev/null +++ b/data/templates/npc/monster/21180-LilimKnight.xml @@ -0,0 +1,47 @@ + + + + Lilim Knight + 63 + MALE + + + + + + + + + + + + + + + 25957 + 2344 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21181-LilimAssassin.xml b/data/templates/npc/monster/21181-LilimAssassin.xml new file mode 100644 index 000000000..88ea86071 --- /dev/null +++ b/data/templates/npc/monster/21181-LilimAssassin.xml @@ -0,0 +1,46 @@ + + + + Lilim Assassin + 66 + MALE + + + + + + + + + + + + + + + 27475 + 2586 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21182-LilimSoldier.xml b/data/templates/npc/monster/21182-LilimSoldier.xml new file mode 100644 index 000000000..7057e1cb7 --- /dev/null +++ b/data/templates/npc/monster/21182-LilimSoldier.xml @@ -0,0 +1,46 @@ + + + + Lilim Soldier + 69 + FEMALE + + + + + + + + + + + + + + + 22868 + 2237 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21183-LilimKnightCommander.xml b/data/templates/npc/monster/21183-LilimKnightCommander.xml new file mode 100644 index 000000000..701d47eb8 --- /dev/null +++ b/data/templates/npc/monster/21183-LilimKnightCommander.xml @@ -0,0 +1,44 @@ + + + + Lilim Knight Commander + 72 + MALE + + + + + + + + + + + + + + + 33903 + 3444 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21184-LilimSlayer.xml b/data/templates/npc/monster/21184-LilimSlayer.xml new file mode 100644 index 000000000..eb545d011 --- /dev/null +++ b/data/templates/npc/monster/21184-LilimSlayer.xml @@ -0,0 +1,50 @@ + + + + Lilim Slayer + 75 + MALE + + + + + + + + + + + + + + + 35479 + 3742 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21185-LilimGreatMystic.xml b/data/templates/npc/monster/21185-LilimGreatMystic.xml new file mode 100644 index 000000000..25c55695f --- /dev/null +++ b/data/templates/npc/monster/21185-LilimGreatMystic.xml @@ -0,0 +1,48 @@ + + + + Lilim Great Mystic + 78 + FEMALE + + + + + + + + + + + + + + + 29223 + 3198 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21186-LilimCourtKnight.xml b/data/templates/npc/monster/21186-LilimCourtKnight.xml new file mode 100644 index 000000000..c0f3a2593 --- /dev/null +++ b/data/templates/npc/monster/21186-LilimCourtKnight.xml @@ -0,0 +1,45 @@ + + + + Lilim Court Knight + 78 + MALE + + + + + + + + + + + + + + + 41856 + 4698 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21187-GigantSlave.xml b/data/templates/npc/monster/21187-GigantSlave.xml new file mode 100644 index 000000000..a80df1a20 --- /dev/null +++ b/data/templates/npc/monster/21187-GigantSlave.xml @@ -0,0 +1,43 @@ + + + + Gigant Slave + 21 + MALE + + + + + + + + + + + + + + + 2380 + 109 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21188-GigantAcolyte.xml b/data/templates/npc/monster/21188-GigantAcolyte.xml new file mode 100644 index 000000000..d25f7c877 --- /dev/null +++ b/data/templates/npc/monster/21188-GigantAcolyte.xml @@ -0,0 +1,39 @@ + + + + Gigant Acolyte + 24 + MALE + + + + + + + + + + + + + + + 2763 + 136 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21189-GigantOverseer.xml b/data/templates/npc/monster/21189-GigantOverseer.xml new file mode 100644 index 000000000..624fbbc8c --- /dev/null +++ b/data/templates/npc/monster/21189-GigantOverseer.xml @@ -0,0 +1,42 @@ + + + + Gigant Overseer + 27 + MALE + + + + + + + + + + + + + + + 3420 + 175 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21190-GigantFootman.xml b/data/templates/npc/monster/21190-GigantFootman.xml new file mode 100644 index 000000000..f519d38e5 --- /dev/null +++ b/data/templates/npc/monster/21190-GigantFootman.xml @@ -0,0 +1,41 @@ + + + + Gigant Footman + 30 + MALE + + + + + + + + + + + + + + + 4532 + 248 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21191-GigantCleric.xml b/data/templates/npc/monster/21191-GigantCleric.xml new file mode 100644 index 000000000..33c97ad42 --- /dev/null +++ b/data/templates/npc/monster/21191-GigantCleric.xml @@ -0,0 +1,41 @@ + + + + Gigant Cleric + 33 + MALE + + + + + + + + + + + + + + + 5231 + 300 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21192-GigantOfficer.xml b/data/templates/npc/monster/21192-GigantOfficer.xml new file mode 100644 index 000000000..7df78363e --- /dev/null +++ b/data/templates/npc/monster/21192-GigantOfficer.xml @@ -0,0 +1,45 @@ + + + + Gigant Officer + 36 + MALE + + + + + + + + + + + + + + + 6677 + 404 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21193-GigantRaider.xml b/data/templates/npc/monster/21193-GigantRaider.xml new file mode 100644 index 000000000..d1ae5a27e --- /dev/null +++ b/data/templates/npc/monster/21193-GigantRaider.xml @@ -0,0 +1,48 @@ + + + + Gigant Raider + 39 + MALE + + + + + + + + + + + + + + + 7888 + 501 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21194-GigantConfessor.xml b/data/templates/npc/monster/21194-GigantConfessor.xml new file mode 100644 index 000000000..51c8ad737 --- /dev/null +++ b/data/templates/npc/monster/21194-GigantConfessor.xml @@ -0,0 +1,43 @@ + + + + Gigant Confessor + 42 + MALE + + + + + + + + + + + + + + + 8473 + 564 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21195-GigantCommander.xml b/data/templates/npc/monster/21195-GigantCommander.xml new file mode 100644 index 000000000..df07aeb74 --- /dev/null +++ b/data/templates/npc/monster/21195-GigantCommander.xml @@ -0,0 +1,43 @@ + + + + Gigant Commander + 45 + MALE + + + + + + + + + + + + + + + 10925 + 760 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21196-NephilimSentinel.xml b/data/templates/npc/monster/21196-NephilimSentinel.xml new file mode 100644 index 000000000..7c1f80a11 --- /dev/null +++ b/data/templates/npc/monster/21196-NephilimSentinel.xml @@ -0,0 +1,42 @@ + + + + Nephilim Sentinel + 48 + MALE + + + + + + + + + + + + + + + 12374 + 904 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21197-NephilimPriest.xml b/data/templates/npc/monster/21197-NephilimPriest.xml new file mode 100644 index 000000000..fc4089a44 --- /dev/null +++ b/data/templates/npc/monster/21197-NephilimPriest.xml @@ -0,0 +1,41 @@ + + + + Nephilim Priest + 51 + MALE + + + + + + + + + + + + + + + 13567 + 1034 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21198-NephilimSwordsman.xml b/data/templates/npc/monster/21198-NephilimSwordsman.xml new file mode 100644 index 000000000..1d23f8f86 --- /dev/null +++ b/data/templates/npc/monster/21198-NephilimSwordsman.xml @@ -0,0 +1,47 @@ + + + + Nephilim Swordsman + 54 + MALE + + + + + + + + + + + + + + + 17542 + 1399 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21199-NephilimGuard.xml b/data/templates/npc/monster/21199-NephilimGuard.xml new file mode 100644 index 000000000..9e55fd8ca --- /dev/null +++ b/data/templates/npc/monster/21199-NephilimGuard.xml @@ -0,0 +1,47 @@ + + + + Nephilim Guard + 57 + MALE + + + + + + + + + + + + + + + 18790 + 1561 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21200-NephilimBishop.xml b/data/templates/npc/monster/21200-NephilimBishop.xml new file mode 100644 index 000000000..7a73d861f --- /dev/null +++ b/data/templates/npc/monster/21200-NephilimBishop.xml @@ -0,0 +1,48 @@ + + + + Nephilim Bishop + 60 + MALE + + + + + + + + + + + + + + + 18777 + 1630 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21201-NephilimCenturion.xml b/data/templates/npc/monster/21201-NephilimCenturion.xml new file mode 100644 index 000000000..c10ac0957 --- /dev/null +++ b/data/templates/npc/monster/21201-NephilimCenturion.xml @@ -0,0 +1,47 @@ + + + + Nephilim Centurion + 63 + MALE + + + + + + + + + + + + + + + 25957 + 2344 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21202-NephilimScout.xml b/data/templates/npc/monster/21202-NephilimScout.xml new file mode 100644 index 000000000..cce0761e6 --- /dev/null +++ b/data/templates/npc/monster/21202-NephilimScout.xml @@ -0,0 +1,44 @@ + + + + Nephilim Scout + 66 + MALE + + + + + + + + + + + + + + + 27475 + 2586 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21203-NephilimArchbishop.xml b/data/templates/npc/monster/21203-NephilimArchbishop.xml new file mode 100644 index 000000000..6523c8b0f --- /dev/null +++ b/data/templates/npc/monster/21203-NephilimArchbishop.xml @@ -0,0 +1,47 @@ + + + + Nephilim Archbishop + 69 + MALE + + + + + + + + + + + + + + + 24833 + 2430 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21204-NephilimPraetorian.xml b/data/templates/npc/monster/21204-NephilimPraetorian.xml new file mode 100644 index 000000000..f8b30559a --- /dev/null +++ b/data/templates/npc/monster/21204-NephilimPraetorian.xml @@ -0,0 +1,43 @@ + + + + Nephilim Praetorian + 72 + MALE + + + + + + + + + + + + + + + 33903 + 3444 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21205-NephilimRoyalGuard.xml b/data/templates/npc/monster/21205-NephilimRoyalGuard.xml new file mode 100644 index 000000000..d15ec678e --- /dev/null +++ b/data/templates/npc/monster/21205-NephilimRoyalGuard.xml @@ -0,0 +1,43 @@ + + + + Nephilim Royal Guard + 75 + MALE + + + + + + + + + + + + + + + 35479 + 3742 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21206-NephilimCardinal.xml b/data/templates/npc/monster/21206-NephilimCardinal.xml new file mode 100644 index 000000000..1d7fec0d4 --- /dev/null +++ b/data/templates/npc/monster/21206-NephilimCardinal.xml @@ -0,0 +1,48 @@ + + + + Nephilim Cardinal + 78 + MALE + + + + + + + + + + + + + + + 31734 + 3473 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21207-NephilimCommander.xml b/data/templates/npc/monster/21207-NephilimCommander.xml new file mode 100644 index 000000000..b5dd9cfbc --- /dev/null +++ b/data/templates/npc/monster/21207-NephilimCommander.xml @@ -0,0 +1,44 @@ + + + + Nephilim Commander + 78 + MALE + + + + + + + + + + + + + + + 41856 + 4698 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21208-HallowedWatchman.xml b/data/templates/npc/monster/21208-HallowedWatchman.xml new file mode 100644 index 000000000..b0ddef818 --- /dev/null +++ b/data/templates/npc/monster/21208-HallowedWatchman.xml @@ -0,0 +1,38 @@ + + + + Hallowed Watchman + 20 + MALE + + + + + + + + + + + + + + + 2085 + 92 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21209-HallowedSeer.xml b/data/templates/npc/monster/21209-HallowedSeer.xml new file mode 100644 index 000000000..45a26dad7 --- /dev/null +++ b/data/templates/npc/monster/21209-HallowedSeer.xml @@ -0,0 +1,36 @@ + + + + Hallowed Seer + 22 + MALE + + + + + + + + + + + + + + + 2450 + 116 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21210-VaultGuardian.xml b/data/templates/npc/monster/21210-VaultGuardian.xml new file mode 100644 index 000000000..3fec92e5d --- /dev/null +++ b/data/templates/npc/monster/21210-VaultGuardian.xml @@ -0,0 +1,39 @@ + + + + Vault Guardian + 25 + MALE + + + + + + + + + + + + + + + 3121 + 156 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21211-VaultSeer.xml b/data/templates/npc/monster/21211-VaultSeer.xml new file mode 100644 index 000000000..0fad24e80 --- /dev/null +++ b/data/templates/npc/monster/21211-VaultSeer.xml @@ -0,0 +1,39 @@ + + + + Vault Seer + 27 + FEMALE + + + + + + + + + + + + + + + 3321 + 170 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21212-HallowedSentinel.xml b/data/templates/npc/monster/21212-HallowedSentinel.xml new file mode 100644 index 000000000..df5b79874 --- /dev/null +++ b/data/templates/npc/monster/21212-HallowedSentinel.xml @@ -0,0 +1,26 @@ + + + + Hallowed Sentinel + 30 + MALE + + + + + + + + + + + + + + + 3829 + 209 + + + + diff --git a/data/templates/npc/monster/21213-HallowedMonk.xml b/data/templates/npc/monster/21213-HallowedMonk.xml new file mode 100644 index 000000000..12d9c6bf9 --- /dev/null +++ b/data/templates/npc/monster/21213-HallowedMonk.xml @@ -0,0 +1,38 @@ + + + + Hallowed Monk + 32 + MALE + + + + + + + + + + + + + + + 4443 + 250 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21214-VaultSentinel.xml b/data/templates/npc/monster/21214-VaultSentinel.xml new file mode 100644 index 000000000..5aa7a7a78 --- /dev/null +++ b/data/templates/npc/monster/21214-VaultSentinel.xml @@ -0,0 +1,41 @@ + + + + Vault Sentinel + 35 + MALE + + + + + + + + + + + + + + + 5603 + 332 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21215-VaultMonk.xml b/data/templates/npc/monster/21215-VaultMonk.xml new file mode 100644 index 000000000..8f8e24103 --- /dev/null +++ b/data/templates/npc/monster/21215-VaultMonk.xml @@ -0,0 +1,39 @@ + + + + Vault Monk + 37 + FEMALE + + + + + + + + + + + + + + + 5940 + 365 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21216-OverlordOfTheHolyLands.xml b/data/templates/npc/monster/21216-OverlordOfTheHolyLands.xml new file mode 100644 index 000000000..565e044de --- /dev/null +++ b/data/templates/npc/monster/21216-OverlordOfTheHolyLands.xml @@ -0,0 +1,26 @@ + + + + Overlord of the Holy Lands + 40 + MALE + + + + + + + + + + + + + + + 6807 + 440 + + + + diff --git a/data/templates/npc/monster/21217-HallowedPriest.xml b/data/templates/npc/monster/21217-HallowedPriest.xml new file mode 100644 index 000000000..91e7640e5 --- /dev/null +++ b/data/templates/npc/monster/21217-HallowedPriest.xml @@ -0,0 +1,39 @@ + + + + Hallowed Priest + 42 + FEMALE + + + + + + + + + + + + + + + 7654 + 510 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21218-VaultOverlord.xml b/data/templates/npc/monster/21218-VaultOverlord.xml new file mode 100644 index 000000000..6a2fcf677 --- /dev/null +++ b/data/templates/npc/monster/21218-VaultOverlord.xml @@ -0,0 +1,46 @@ + + + + Vault Overlord + 45 + MALE + + + + + + + + + + + + + + + 9263 + 644 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21219-VaultPriest.xml b/data/templates/npc/monster/21219-VaultPriest.xml new file mode 100644 index 000000000..e03206d10 --- /dev/null +++ b/data/templates/npc/monster/21219-VaultPriest.xml @@ -0,0 +1,39 @@ + + + + Vault Priest + 47 + FEMALE + + + + + + + + + + + + + + + 9585 + 687 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21220-SepulcherArchon.xml b/data/templates/npc/monster/21220-SepulcherArchon.xml new file mode 100644 index 000000000..4728f9a7d --- /dev/null +++ b/data/templates/npc/monster/21220-SepulcherArchon.xml @@ -0,0 +1,26 @@ + + + + Sepulcher Archon + 50 + MALE + + + + + + + + + + + + + + + 10635 + 801 + + + + diff --git a/data/templates/npc/monster/21221-SepulcherInquisitor.xml b/data/templates/npc/monster/21221-SepulcherInquisitor.xml new file mode 100644 index 000000000..df42b0fb7 --- /dev/null +++ b/data/templates/npc/monster/21221-SepulcherInquisitor.xml @@ -0,0 +1,49 @@ + + + + Sepulcher Inquisitor + 52 + FEMALE + + + + + + + + + + + + + + + 11733 + 908 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21222-SepulcherArchon.xml b/data/templates/npc/monster/21222-SepulcherArchon.xml new file mode 100644 index 000000000..db8745034 --- /dev/null +++ b/data/templates/npc/monster/21222-SepulcherArchon.xml @@ -0,0 +1,48 @@ + + + + Sepulcher Archon + 55 + MALE + + + + + + + + + + + + + + + 13837 + 1117 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21223-SepulcherInquisitor.xml b/data/templates/npc/monster/21223-SepulcherInquisitor.xml new file mode 100644 index 000000000..77b922fad --- /dev/null +++ b/data/templates/npc/monster/21223-SepulcherInquisitor.xml @@ -0,0 +1,48 @@ + + + + Sepulcher Inquisitor + 57 + FEMALE + + + + + + + + + + + + + + + 14098 + 1172 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21224-SepulcherGuardian.xml b/data/templates/npc/monster/21224-SepulcherGuardian.xml new file mode 100644 index 000000000..4b7158cda --- /dev/null +++ b/data/templates/npc/monster/21224-SepulcherGuardian.xml @@ -0,0 +1,46 @@ + + + + Sepulcher Guardian + 60 + MALE + + + + + + + + + + + + + + + 15315 + 1329 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21225-SepulcherSage.xml b/data/templates/npc/monster/21225-SepulcherSage.xml new file mode 100644 index 000000000..6a57e397a --- /dev/null +++ b/data/templates/npc/monster/21225-SepulcherSage.xml @@ -0,0 +1,42 @@ + + + + Sepulcher Sage + 62 + MALE + + + + + + + + + + + + + + + 16680 + 1486 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21226-SepulcherGuardian.xml b/data/templates/npc/monster/21226-SepulcherGuardian.xml new file mode 100644 index 000000000..9f6671f0c --- /dev/null +++ b/data/templates/npc/monster/21226-SepulcherGuardian.xml @@ -0,0 +1,48 @@ + + + + Sepulcher Guardian + 65 + MALE + + + + + + + + + + + + + + + 19326 + 1795 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21227-SepulcherSage.xml b/data/templates/npc/monster/21227-SepulcherSage.xml new file mode 100644 index 000000000..8417ecccf --- /dev/null +++ b/data/templates/npc/monster/21227-SepulcherSage.xml @@ -0,0 +1,44 @@ + + + + Sepulcher Sage + 67 + MALE + + + + + + + + + + + + + + + 21777 + 2074 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21228-SepulcherGuard.xml b/data/templates/npc/monster/21228-SepulcherGuard.xml new file mode 100644 index 000000000..576245cef --- /dev/null +++ b/data/templates/npc/monster/21228-SepulcherGuard.xml @@ -0,0 +1,48 @@ + + + + Sepulcher Guard + 70 + MALE + + + + + + + + + + + + + + + 20845 + 2067 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21229-SepulcherPreacher.xml b/data/templates/npc/monster/21229-SepulcherPreacher.xml new file mode 100644 index 000000000..3498f7c78 --- /dev/null +++ b/data/templates/npc/monster/21229-SepulcherPreacher.xml @@ -0,0 +1,47 @@ + + + + Sepulcher Preacher + 72 + MALE + + + + + + + + + + + + + + + 22494 + 2285 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21230-SepulcherGuard.xml b/data/templates/npc/monster/21230-SepulcherGuard.xml new file mode 100644 index 000000000..9bcb23272 --- /dev/null +++ b/data/templates/npc/monster/21230-SepulcherGuard.xml @@ -0,0 +1,46 @@ + + + + Sepulcher Guard + 75 + MALE + + + + + + + + + + + + + + + 25729 + 2714 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21231-SepulcherPreacher.xml b/data/templates/npc/monster/21231-SepulcherPreacher.xml new file mode 100644 index 000000000..d23867fb6 --- /dev/null +++ b/data/templates/npc/monster/21231-SepulcherPreacher.xml @@ -0,0 +1,46 @@ + + + + Sepulcher Preacher + 77 + MALE + + + + + + + + + + + + + + + 25727 + 2784 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21232-BarrowGuardian.xml b/data/templates/npc/monster/21232-BarrowGuardian.xml new file mode 100644 index 000000000..2dad35e98 --- /dev/null +++ b/data/templates/npc/monster/21232-BarrowGuardian.xml @@ -0,0 +1,26 @@ + + + + Barrow Guardian + 20 + MALE + + + + + + + + + + + + + + + 2085 + 92 + + + + diff --git a/data/templates/npc/monster/21233-BarrowSeer.xml b/data/templates/npc/monster/21233-BarrowSeer.xml new file mode 100644 index 000000000..1a4de60a0 --- /dev/null +++ b/data/templates/npc/monster/21233-BarrowSeer.xml @@ -0,0 +1,25 @@ + + + + Barrow Seer + 22 + MALE + + + + + + + + + + + + + + + 2450 + 116 + + + diff --git a/data/templates/npc/monster/21234-GraveGuardian.xml b/data/templates/npc/monster/21234-GraveGuardian.xml new file mode 100644 index 000000000..db2b99be5 --- /dev/null +++ b/data/templates/npc/monster/21234-GraveGuardian.xml @@ -0,0 +1,25 @@ + + + + Grave Guardian + 25 + MALE + + + + + + + + + + + + + + + 3121 + 156 + + + diff --git a/data/templates/npc/monster/21235-GraveSeer.xml b/data/templates/npc/monster/21235-GraveSeer.xml new file mode 100644 index 000000000..fb851ba73 --- /dev/null +++ b/data/templates/npc/monster/21235-GraveSeer.xml @@ -0,0 +1,25 @@ + + + + Grave Seer + 27 + FEMALE + + + + + + + + + + + + + + + 3321 + 170 + + + diff --git a/data/templates/npc/monster/21236-BarrowSentinel.xml b/data/templates/npc/monster/21236-BarrowSentinel.xml new file mode 100644 index 000000000..287c80407 --- /dev/null +++ b/data/templates/npc/monster/21236-BarrowSentinel.xml @@ -0,0 +1,41 @@ + + + + Barrow Sentinel + 30 + MALE + + + + + + + + + + + + + + + 3829 + 209 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21237-BarrowMonk.xml b/data/templates/npc/monster/21237-BarrowMonk.xml new file mode 100644 index 000000000..3009ff26d --- /dev/null +++ b/data/templates/npc/monster/21237-BarrowMonk.xml @@ -0,0 +1,47 @@ + + + + Barrow Monk + 32 + MALE + + + + + + + + + + + + + + + 4443 + 250 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21238-GraveSentinel.xml b/data/templates/npc/monster/21238-GraveSentinel.xml new file mode 100644 index 000000000..e32629228 --- /dev/null +++ b/data/templates/npc/monster/21238-GraveSentinel.xml @@ -0,0 +1,39 @@ + + + + Grave Sentinel + 35 + MALE + + + + + + + + + + + + + + + 5603 + 332 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21239-GraveMonk.xml b/data/templates/npc/monster/21239-GraveMonk.xml new file mode 100644 index 000000000..edc50daa6 --- /dev/null +++ b/data/templates/npc/monster/21239-GraveMonk.xml @@ -0,0 +1,39 @@ + + + + Grave Monk + 37 + FEMALE + + + + + + + + + + + + + + + 5940 + 365 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21240-BarrowOverlord.xml b/data/templates/npc/monster/21240-BarrowOverlord.xml new file mode 100644 index 000000000..a93dcda6d --- /dev/null +++ b/data/templates/npc/monster/21240-BarrowOverlord.xml @@ -0,0 +1,40 @@ + + + + Barrow Overlord + 40 + MALE + + + + + + + + + + + + + + + 6807 + 440 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21241-BarrowPriest.xml b/data/templates/npc/monster/21241-BarrowPriest.xml new file mode 100644 index 000000000..12c8567da --- /dev/null +++ b/data/templates/npc/monster/21241-BarrowPriest.xml @@ -0,0 +1,40 @@ + + + + Barrow Priest + 42 + FEMALE + + + + + + + + + + + + + + + 7654 + 510 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21242-GraveOverlord.xml b/data/templates/npc/monster/21242-GraveOverlord.xml new file mode 100644 index 000000000..7ddc0aead --- /dev/null +++ b/data/templates/npc/monster/21242-GraveOverlord.xml @@ -0,0 +1,48 @@ + + + + Grave Overlord + 45 + MALE + + + + + + + + + + + + + + + 9263 + 644 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21243-GravePriest.xml b/data/templates/npc/monster/21243-GravePriest.xml new file mode 100644 index 000000000..8727c6767 --- /dev/null +++ b/data/templates/npc/monster/21243-GravePriest.xml @@ -0,0 +1,49 @@ + + + + Grave Priest + 47 + FEMALE + + + + + + + + + + + + + + + 9585 + 687 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21244-CryptArchon.xml b/data/templates/npc/monster/21244-CryptArchon.xml new file mode 100644 index 000000000..2cf723a73 --- /dev/null +++ b/data/templates/npc/monster/21244-CryptArchon.xml @@ -0,0 +1,45 @@ + + + + Crypt Archon + 50 + MALE + + + + + + + + + + + + + + + 10635 + 801 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21245-CryptInquisitor.xml b/data/templates/npc/monster/21245-CryptInquisitor.xml new file mode 100644 index 000000000..9dad9256b --- /dev/null +++ b/data/templates/npc/monster/21245-CryptInquisitor.xml @@ -0,0 +1,45 @@ + + + + Crypt Inquisitor + 52 + FEMALE + + + + + + + + + + + + + + + 11733 + 908 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21246-TombArchon.xml b/data/templates/npc/monster/21246-TombArchon.xml new file mode 100644 index 000000000..fda948322 --- /dev/null +++ b/data/templates/npc/monster/21246-TombArchon.xml @@ -0,0 +1,50 @@ + + + + Tomb Archon + 55 + MALE + + + + + + + + + + + + + + + 13837 + 1117 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21247-TombInquisitor.xml b/data/templates/npc/monster/21247-TombInquisitor.xml new file mode 100644 index 000000000..05a17575e --- /dev/null +++ b/data/templates/npc/monster/21247-TombInquisitor.xml @@ -0,0 +1,50 @@ + + + + Tomb Inquisitor + 57 + FEMALE + + + + + + + + + + + + + + + 14098 + 1172 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21248-CryptGuardian.xml b/data/templates/npc/monster/21248-CryptGuardian.xml new file mode 100644 index 000000000..67beb1404 --- /dev/null +++ b/data/templates/npc/monster/21248-CryptGuardian.xml @@ -0,0 +1,51 @@ + + + + Crypt Guardian + 60 + MALE + + + + + + + + + + + + + + + 15315 + 1329 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21249-CryptSage.xml b/data/templates/npc/monster/21249-CryptSage.xml new file mode 100644 index 000000000..9fc73a321 --- /dev/null +++ b/data/templates/npc/monster/21249-CryptSage.xml @@ -0,0 +1,48 @@ + + + + Crypt Sage + 62 + MALE + + + + + + + + + + + + + + + 16680 + 1486 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21250-TombGuardian.xml b/data/templates/npc/monster/21250-TombGuardian.xml new file mode 100644 index 000000000..efe25cbd8 --- /dev/null +++ b/data/templates/npc/monster/21250-TombGuardian.xml @@ -0,0 +1,48 @@ + + + + Tomb Guardian + 65 + MALE + + + + + + + + + + + + + + + 19326 + 1795 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21251-TombSage.xml b/data/templates/npc/monster/21251-TombSage.xml new file mode 100644 index 000000000..423976514 --- /dev/null +++ b/data/templates/npc/monster/21251-TombSage.xml @@ -0,0 +1,50 @@ + + + + Tomb Sage + 67 + MALE + + + + + + + + + + + + + + + 21777 + 2074 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21252-CryptGuard.xml b/data/templates/npc/monster/21252-CryptGuard.xml new file mode 100644 index 000000000..765e7d9f7 --- /dev/null +++ b/data/templates/npc/monster/21252-CryptGuard.xml @@ -0,0 +1,42 @@ + + + + Crypt Guard + 70 + MALE + + + + + + + + + + + + + + + 20845 + 2067 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21253-CryptPreacher.xml b/data/templates/npc/monster/21253-CryptPreacher.xml new file mode 100644 index 000000000..9117f7e85 --- /dev/null +++ b/data/templates/npc/monster/21253-CryptPreacher.xml @@ -0,0 +1,42 @@ + + + + Crypt Preacher + 72 + MALE + + + + + + + + + + + + + + + 22494 + 2285 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21254-TombGuard.xml b/data/templates/npc/monster/21254-TombGuard.xml new file mode 100644 index 000000000..27639d436 --- /dev/null +++ b/data/templates/npc/monster/21254-TombGuard.xml @@ -0,0 +1,39 @@ + + + + Tomb Guard + 75 + MALE + + + + + + + + + + + + + + + 25729 + 2714 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21255-TombPreacher.xml b/data/templates/npc/monster/21255-TombPreacher.xml new file mode 100644 index 000000000..92801806c --- /dev/null +++ b/data/templates/npc/monster/21255-TombPreacher.xml @@ -0,0 +1,47 @@ + + + + Tomb Preacher + 77 + MALE + + + + + + + + + + + + + + + 28763 + 3113 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21256-UndergroundWerewolf.xml b/data/templates/npc/monster/21256-UndergroundWerewolf.xml new file mode 100644 index 000000000..d3bf6dd52 --- /dev/null +++ b/data/templates/npc/monster/21256-UndergroundWerewolf.xml @@ -0,0 +1,41 @@ + + + + Underground Werewolf + 23 + MALE + + + + + + + + + + + + + + + 905 + 43 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21257-EvilEyeSeer.xml b/data/templates/npc/monster/21257-EvilEyeSeer.xml new file mode 100644 index 000000000..fbf1ccef8 --- /dev/null +++ b/data/templates/npc/monster/21257-EvilEyeSeer.xml @@ -0,0 +1,36 @@ + + + + Evil Eye Seer + 18 + MALE + + + + + + + + + + + + + + + 646 + 28 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21258-FallenOrcShaman.xml b/data/templates/npc/monster/21258-FallenOrcShaman.xml new file mode 100644 index 000000000..78adf7ca5 --- /dev/null +++ b/data/templates/npc/monster/21258-FallenOrcShaman.xml @@ -0,0 +1,26 @@ + + + + Fallen Orc Shaman + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/21259-FallenOrcShaman.xml b/data/templates/npc/monster/21259-FallenOrcShaman.xml new file mode 100644 index 000000000..78c79c19f --- /dev/null +++ b/data/templates/npc/monster/21259-FallenOrcShaman.xml @@ -0,0 +1,45 @@ + + + + Fallen Orc Shaman + 59 + MALE + + + + + + + + + + + + + + + 15580 + 1332 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21260-BetrayerOrcHero.xml b/data/templates/npc/monster/21260-BetrayerOrcHero.xml new file mode 100644 index 000000000..69fcc57cd --- /dev/null +++ b/data/templates/npc/monster/21260-BetrayerOrcHero.xml @@ -0,0 +1,26 @@ + + + + Betrayer Orc Hero + 50 + MALE + + + + + + + + + + + + + + + 4429 + 334 + + + + diff --git a/data/templates/npc/monster/21261-OlMahumTranscender.xml b/data/templates/npc/monster/21261-OlMahumTranscender.xml new file mode 100644 index 000000000..fae21ec3e --- /dev/null +++ b/data/templates/npc/monster/21261-OlMahumTranscender.xml @@ -0,0 +1,47 @@ + + + + Ol Mahum Transcender + 50 + MALE + + + + + + + + + + + + + + + 4954 + 372 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21262-OlMahumTranscender.xml b/data/templates/npc/monster/21262-OlMahumTranscender.xml new file mode 100644 index 000000000..ae84a0e05 --- /dev/null +++ b/data/templates/npc/monster/21262-OlMahumTranscender.xml @@ -0,0 +1,45 @@ + + + + Ol Mahum Transcender + 53 + MALE + + + + + + + + + + + + + + + 6631 + 496 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21263-OlMahumTranscender.xml b/data/templates/npc/monster/21263-OlMahumTranscender.xml new file mode 100644 index 000000000..c7b52eea4 --- /dev/null +++ b/data/templates/npc/monster/21263-OlMahumTranscender.xml @@ -0,0 +1,45 @@ + + + + Ol Mahum Transcender + 55 + MALE + + + + + + + + + + + + + + + 9634 + 691 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21264-OlMahumTranscender.xml b/data/templates/npc/monster/21264-OlMahumTranscender.xml new file mode 100644 index 000000000..d9c9efc18 --- /dev/null +++ b/data/templates/npc/monster/21264-OlMahumTranscender.xml @@ -0,0 +1,47 @@ + + + + Ol Mahum Transcender + 58 + MALE + + + + + + + + + + + + + + + 13535 + 933 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21265-CaveAntLarva.xml b/data/templates/npc/monster/21265-CaveAntLarva.xml new file mode 100644 index 000000000..3c1e61f97 --- /dev/null +++ b/data/templates/npc/monster/21265-CaveAntLarva.xml @@ -0,0 +1,40 @@ + + + + Cave Ant Larva + 36 + MALE + + + + + + + + + + + + + + + 1904 + 115 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21266-CaveAntLarva.xml b/data/templates/npc/monster/21266-CaveAntLarva.xml new file mode 100644 index 000000000..cab239735 --- /dev/null +++ b/data/templates/npc/monster/21266-CaveAntLarva.xml @@ -0,0 +1,25 @@ + + + + Cave Ant Larva + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/21267-CaveAntLarva.xml b/data/templates/npc/monster/21267-CaveAntLarva.xml new file mode 100644 index 000000000..7273faa75 --- /dev/null +++ b/data/templates/npc/monster/21267-CaveAntLarva.xml @@ -0,0 +1,25 @@ + + + + Cave Ant Larva + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/21268-CaveAntLarva.xml b/data/templates/npc/monster/21268-CaveAntLarva.xml new file mode 100644 index 000000000..29d7cd6a2 --- /dev/null +++ b/data/templates/npc/monster/21268-CaveAntLarva.xml @@ -0,0 +1,40 @@ + + + + Cave Ant Larva + 36 + MALE + + + + + + + + + + + + + + + 3541 + 214 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21269-CaveAnt.xml b/data/templates/npc/monster/21269-CaveAnt.xml new file mode 100644 index 000000000..85073414c --- /dev/null +++ b/data/templates/npc/monster/21269-CaveAnt.xml @@ -0,0 +1,38 @@ + + + + Cave Ant + 37 + MALE + + + + + + + + + + + + + + + 4042 + 248 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21270-CaveAntSoldier.xml b/data/templates/npc/monster/21270-CaveAntSoldier.xml new file mode 100644 index 000000000..0d1a85da2 --- /dev/null +++ b/data/templates/npc/monster/21270-CaveAntSoldier.xml @@ -0,0 +1,46 @@ + + + + Cave Ant Soldier + 38 + MALE + + + + + + + + + + + + + + + 4670 + 292 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21271-CaveAnt.xml b/data/templates/npc/monster/21271-CaveAnt.xml new file mode 100644 index 000000000..f03b3369b --- /dev/null +++ b/data/templates/npc/monster/21271-CaveAnt.xml @@ -0,0 +1,38 @@ + + + + Cave Ant + 37 + MALE + + + + + + + + + + + + + + + 2758 + 169 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21272-CaveAntSoldier.xml b/data/templates/npc/monster/21272-CaveAntSoldier.xml new file mode 100644 index 000000000..b4780bf91 --- /dev/null +++ b/data/templates/npc/monster/21272-CaveAntSoldier.xml @@ -0,0 +1,38 @@ + + + + Cave Ant Soldier + 38 + MALE + + + + + + + + + + + + + + + 4902 + 306 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21273-CaveNobleAnt.xml b/data/templates/npc/monster/21273-CaveNobleAnt.xml new file mode 100644 index 000000000..19595aa10 --- /dev/null +++ b/data/templates/npc/monster/21273-CaveNobleAnt.xml @@ -0,0 +1,38 @@ + + + + Cave Noble Ant + 39 + MALE + + + + + + + + + + + + + + + 14204 + 902 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21274-Kookaburra.xml b/data/templates/npc/monster/21274-Kookaburra.xml new file mode 100644 index 000000000..32679977b --- /dev/null +++ b/data/templates/npc/monster/21274-Kookaburra.xml @@ -0,0 +1,48 @@ + + + + Kookaburra + 67 + MALE + + + + + + + + + + + + + + + 8972 + 854 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21275-Kookaburra.xml b/data/templates/npc/monster/21275-Kookaburra.xml new file mode 100644 index 000000000..4f5566529 --- /dev/null +++ b/data/templates/npc/monster/21275-Kookaburra.xml @@ -0,0 +1,48 @@ + + + + Kookaburra + 67 + MALE + + + + + + + + + + + + + + + 9030 + 859 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21276-Kookaburra.xml b/data/templates/npc/monster/21276-Kookaburra.xml new file mode 100644 index 000000000..1ddaf7104 --- /dev/null +++ b/data/templates/npc/monster/21276-Kookaburra.xml @@ -0,0 +1,48 @@ + + + + Kookaburra + 67 + MALE + + + + + + + + + + + + + + + 8921 + 848 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21278-Antelope.xml b/data/templates/npc/monster/21278-Antelope.xml new file mode 100644 index 000000000..e724c3af3 --- /dev/null +++ b/data/templates/npc/monster/21278-Antelope.xml @@ -0,0 +1,47 @@ + + + + Antelope + 68 + MALE + + + + + + + + + + + + + + + 9242 + 892 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21279-Antelope.xml b/data/templates/npc/monster/21279-Antelope.xml new file mode 100644 index 000000000..b20c1062b --- /dev/null +++ b/data/templates/npc/monster/21279-Antelope.xml @@ -0,0 +1,47 @@ + + + + Antelope + 68 + MALE + + + + + + + + + + + + + + + 9189 + 887 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21280-Antelope.xml b/data/templates/npc/monster/21280-Antelope.xml new file mode 100644 index 000000000..841b7c825 --- /dev/null +++ b/data/templates/npc/monster/21280-Antelope.xml @@ -0,0 +1,47 @@ + + + + Antelope + 68 + MALE + + + + + + + + + + + + + + + 9302 + 898 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21282-Bandersnatch.xml b/data/templates/npc/monster/21282-Bandersnatch.xml new file mode 100644 index 000000000..f56a6cb01 --- /dev/null +++ b/data/templates/npc/monster/21282-Bandersnatch.xml @@ -0,0 +1,47 @@ + + + + Bandersnatch + 69 + MALE + + + + + + + + + + + + + + + 9516 + 930 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21283-Bandersnatch.xml b/data/templates/npc/monster/21283-Bandersnatch.xml new file mode 100644 index 000000000..2ec20b35f --- /dev/null +++ b/data/templates/npc/monster/21283-Bandersnatch.xml @@ -0,0 +1,47 @@ + + + + Bandersnatch + 69 + MALE + + + + + + + + + + + + + + + 9578 + 936 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21284-Bandersnatch.xml b/data/templates/npc/monster/21284-Bandersnatch.xml new file mode 100644 index 000000000..63fd6d4d4 --- /dev/null +++ b/data/templates/npc/monster/21284-Bandersnatch.xml @@ -0,0 +1,47 @@ + + + + Bandersnatch + 69 + MALE + + + + + + + + + + + + + + + 9461 + 925 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21286-Buffalo.xml b/data/templates/npc/monster/21286-Buffalo.xml new file mode 100644 index 000000000..f8837cc21 --- /dev/null +++ b/data/templates/npc/monster/21286-Buffalo.xml @@ -0,0 +1,49 @@ + + + + Buffalo + 70 + MALE + + + + + + + + + + + + + + + 9794 + 971 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21287-Buffalo.xml b/data/templates/npc/monster/21287-Buffalo.xml new file mode 100644 index 000000000..deef21dd5 --- /dev/null +++ b/data/templates/npc/monster/21287-Buffalo.xml @@ -0,0 +1,49 @@ + + + + Buffalo + 70 + MALE + + + + + + + + + + + + + + + 9737 + 965 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21288-Buffalo.xml b/data/templates/npc/monster/21288-Buffalo.xml new file mode 100644 index 000000000..132c79a60 --- /dev/null +++ b/data/templates/npc/monster/21288-Buffalo.xml @@ -0,0 +1,49 @@ + + + + Buffalo + 70 + MALE + + + + + + + + + + + + + + + 9857 + 977 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21290-Grendel.xml b/data/templates/npc/monster/21290-Grendel.xml new file mode 100644 index 000000000..3e712f579 --- /dev/null +++ b/data/templates/npc/monster/21290-Grendel.xml @@ -0,0 +1,47 @@ + + + + Grendel + 71 + MALE + + + + + + + + + + + + + + + 10076 + 1010 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21291-Grendel.xml b/data/templates/npc/monster/21291-Grendel.xml new file mode 100644 index 000000000..7a2d1eeb1 --- /dev/null +++ b/data/templates/npc/monster/21291-Grendel.xml @@ -0,0 +1,47 @@ + + + + Grendel + 71 + MALE + + + + + + + + + + + + + + + 10017 + 1004 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21292-Grendel.xml b/data/templates/npc/monster/21292-Grendel.xml new file mode 100644 index 000000000..6a1112605 --- /dev/null +++ b/data/templates/npc/monster/21292-Grendel.xml @@ -0,0 +1,47 @@ + + + + Grendel + 71 + MALE + + + + + + + + + + + + + + + 10141 + 1016 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21294-CanyonAntelope.xml b/data/templates/npc/monster/21294-CanyonAntelope.xml new file mode 100644 index 000000000..8b841fde1 --- /dev/null +++ b/data/templates/npc/monster/21294-CanyonAntelope.xml @@ -0,0 +1,47 @@ + + + + Canyon Antelope + 68 + MALE + + + + + + + + + + + + + + + 16544 + 1598 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21295-CanyonAntelopeSlave.xml b/data/templates/npc/monster/21295-CanyonAntelopeSlave.xml new file mode 100644 index 000000000..3675a6e3e --- /dev/null +++ b/data/templates/npc/monster/21295-CanyonAntelopeSlave.xml @@ -0,0 +1,43 @@ + + + + Canyon Antelope Slave + 69 + MALE + + + + + + + + + + + + + + + 17547 + 1717 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21296-CanyonBandersnatch.xml b/data/templates/npc/monster/21296-CanyonBandersnatch.xml new file mode 100644 index 000000000..fa5697ed2 --- /dev/null +++ b/data/templates/npc/monster/21296-CanyonBandersnatch.xml @@ -0,0 +1,39 @@ + + + + Canyon Bandersnatch + 70 + MALE + + + + + + + + + + + + + + + 26081 + 2586 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21297-CanyonBandersnatchSlave.xml b/data/templates/npc/monster/21297-CanyonBandersnatchSlave.xml new file mode 100644 index 000000000..e194782dc --- /dev/null +++ b/data/templates/npc/monster/21297-CanyonBandersnatchSlave.xml @@ -0,0 +1,39 @@ + + + + Canyon Bandersnatch Slave + 71 + MALE + + + + + + + + + + + + + + + 26191 + 2628 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21298-EyeOfRestrainer.xml b/data/templates/npc/monster/21298-EyeOfRestrainer.xml new file mode 100644 index 000000000..37869a5dc --- /dev/null +++ b/data/templates/npc/monster/21298-EyeOfRestrainer.xml @@ -0,0 +1,51 @@ + + + + Eye of Restrainer + 71 + MALE + + + + + + + + + + + + + + + 16857 + 1692 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21299-BuffaloSlave.xml b/data/templates/npc/monster/21299-BuffaloSlave.xml new file mode 100644 index 000000000..bd2df292b --- /dev/null +++ b/data/templates/npc/monster/21299-BuffaloSlave.xml @@ -0,0 +1,49 @@ + + + + Buffalo Slave + 72 + MALE + + + + + + + + + + + + + + + 26934 + 2736 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21300-EyeOfGuide.xml b/data/templates/npc/monster/21300-EyeOfGuide.xml new file mode 100644 index 000000000..f64be85c5 --- /dev/null +++ b/data/templates/npc/monster/21300-EyeOfGuide.xml @@ -0,0 +1,48 @@ + + + + Eye of Guide + 72 + MALE + + + + + + + + + + + + + + + 26498 + 2692 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21301-GazeOfNightmare.xml b/data/templates/npc/monster/21301-GazeOfNightmare.xml new file mode 100644 index 000000000..6a3b9d1b3 --- /dev/null +++ b/data/templates/npc/monster/21301-GazeOfNightmare.xml @@ -0,0 +1,45 @@ + + + + Gaze of Nightmare + 72 + MALE + + + + + + + + + + + + + + + 31797 + 3230 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21302-EyeOfWatchman.xml b/data/templates/npc/monster/21302-EyeOfWatchman.xml new file mode 100644 index 000000000..a46147754 --- /dev/null +++ b/data/templates/npc/monster/21302-EyeOfWatchman.xml @@ -0,0 +1,48 @@ + + + + Eye of Watchman + 73 + MALE + + + + + + + + + + + + + + + 25580 + 2632 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21303-Homunculus.xml b/data/templates/npc/monster/21303-Homunculus.xml new file mode 100644 index 000000000..53df61094 --- /dev/null +++ b/data/templates/npc/monster/21303-Homunculus.xml @@ -0,0 +1,51 @@ + + + + Homunculus + 73 + MALE + + + + + + + + + + + + + + + 25867 + 2662 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21304-GrendelSlave.xml b/data/templates/npc/monster/21304-GrendelSlave.xml new file mode 100644 index 000000000..310c10313 --- /dev/null +++ b/data/templates/npc/monster/21304-GrendelSlave.xml @@ -0,0 +1,49 @@ + + + + Grendel Slave + 74 + MALE + + + + + + + + + + + + + + + 38011 + 3962 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21305-EyeOfPilgrim.xml b/data/templates/npc/monster/21305-EyeOfPilgrim.xml new file mode 100644 index 000000000..9aa85b29a --- /dev/null +++ b/data/templates/npc/monster/21305-EyeOfPilgrim.xml @@ -0,0 +1,49 @@ + + + + Eye of Pilgrim + 74 + MALE + + + + + + + + + + + + + + + 27990 + 2917 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21306-DisciplesOfProtection.xml b/data/templates/npc/monster/21306-DisciplesOfProtection.xml new file mode 100644 index 000000000..9469d8586 --- /dev/null +++ b/data/templates/npc/monster/21306-DisciplesOfProtection.xml @@ -0,0 +1,45 @@ + + + + Disciples of Protection + 74 + FEMALE + + + + + + + + + + + + + + + 50649 + 5280 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21307-ElderHomunculus.xml b/data/templates/npc/monster/21307-ElderHomunculus.xml new file mode 100644 index 000000000..0dd328709 --- /dev/null +++ b/data/templates/npc/monster/21307-ElderHomunculus.xml @@ -0,0 +1,47 @@ + + + + Elder Homunculus + 75 + MALE + + + + + + + + + + + + + + + 35496 + 3744 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21308-DisciplesOfPunishment.xml b/data/templates/npc/monster/21308-DisciplesOfPunishment.xml new file mode 100644 index 000000000..49e16d970 --- /dev/null +++ b/data/templates/npc/monster/21308-DisciplesOfPunishment.xml @@ -0,0 +1,51 @@ + + + + Disciples of Punishment + 75 + FEMALE + + + + + + + + + + + + + + + 47163 + 4975 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21309-DisciplesOfPunishment.xml b/data/templates/npc/monster/21309-DisciplesOfPunishment.xml new file mode 100644 index 000000000..f65a86dc2 --- /dev/null +++ b/data/templates/npc/monster/21309-DisciplesOfPunishment.xml @@ -0,0 +1,51 @@ + + + + Disciples of Punishment + 75 + FEMALE + + + + + + + + + + + + + + + 49155 + 5185 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21310-DisciplesOfAuthority.xml b/data/templates/npc/monster/21310-DisciplesOfAuthority.xml new file mode 100644 index 000000000..f2b5c1f20 --- /dev/null +++ b/data/templates/npc/monster/21310-DisciplesOfAuthority.xml @@ -0,0 +1,47 @@ + + + + Disciples of Authority + 76 + MALE + + + + + + + + + + + + + + + 40357 + 4315 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21311-DisciplesOfAuthority.xml b/data/templates/npc/monster/21311-DisciplesOfAuthority.xml new file mode 100644 index 000000000..e9af3e128 --- /dev/null +++ b/data/templates/npc/monster/21311-DisciplesOfAuthority.xml @@ -0,0 +1,47 @@ + + + + Disciples of Authority + 76 + MALE + + + + + + + + + + + + + + + 37210 + 3978 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21312-EyeOfRuler.xml b/data/templates/npc/monster/21312-EyeOfRuler.xml new file mode 100644 index 000000000..345b2ae1f --- /dev/null +++ b/data/templates/npc/monster/21312-EyeOfRuler.xml @@ -0,0 +1,43 @@ + + + + Eye of Ruler + 74 + MALE + + + + + + + + + + + + + + + 38709 + 4036 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21313-SlyHoundDog.xml b/data/templates/npc/monster/21313-SlyHoundDog.xml new file mode 100644 index 000000000..4668b6ffe --- /dev/null +++ b/data/templates/npc/monster/21313-SlyHoundDog.xml @@ -0,0 +1,44 @@ + + + + Sly Hound Dog + 72 + MALE + + + + + + + + + + + + + + + 37061 + 3766 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21314-HotSpringsBandersnatchling.xml b/data/templates/npc/monster/21314-HotSpringsBandersnatchling.xml new file mode 100644 index 000000000..0394f8511 --- /dev/null +++ b/data/templates/npc/monster/21314-HotSpringsBandersnatchling.xml @@ -0,0 +1,42 @@ + + + + Hot Springs Bandersnatchling + 73 + MALE + + + + + + + + + + + + + + + 20662 + 2126 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21315-HotSpringsBuffalo.xml b/data/templates/npc/monster/21315-HotSpringsBuffalo.xml new file mode 100644 index 000000000..cadc550ce --- /dev/null +++ b/data/templates/npc/monster/21315-HotSpringsBuffalo.xml @@ -0,0 +1,44 @@ + + + + Hot Springs Buffalo + 73 + MALE + + + + + + + + + + + + + + + 21532 + 2215 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21316-HotSpringsFlava.xml b/data/templates/npc/monster/21316-HotSpringsFlava.xml new file mode 100644 index 000000000..5c9a89401 --- /dev/null +++ b/data/templates/npc/monster/21316-HotSpringsFlava.xml @@ -0,0 +1,44 @@ + + + + Hot Springs Flava + 74 + MALE + + + + + + + + + + + + + + + 25336 + 2641 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21317-HotSpringsAtroxspawn.xml b/data/templates/npc/monster/21317-HotSpringsAtroxspawn.xml new file mode 100644 index 000000000..c9fee2d37 --- /dev/null +++ b/data/templates/npc/monster/21317-HotSpringsAtroxspawn.xml @@ -0,0 +1,43 @@ + + + + Hot Springs Atroxspawn + 74 + MALE + + + + + + + + + + + + + + + 21232 + 2213 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21318-HotSpringsAntelope.xml b/data/templates/npc/monster/21318-HotSpringsAntelope.xml new file mode 100644 index 000000000..90d4cea1b --- /dev/null +++ b/data/templates/npc/monster/21318-HotSpringsAntelope.xml @@ -0,0 +1,50 @@ + + + + Hot Springs Antelope + 74 + MALE + + + + + + + + + + + + + + + 22193 + 2314 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21319-HotSpringsNepenthes.xml b/data/templates/npc/monster/21319-HotSpringsNepenthes.xml new file mode 100644 index 000000000..c4f55fd13 --- /dev/null +++ b/data/templates/npc/monster/21319-HotSpringsNepenthes.xml @@ -0,0 +1,39 @@ + + + + Hot Springs Nepenthes + 75 + MALE + + + + + + + + + + + + + + + 27928 + 2946 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21320-HotSpringsYeti.xml b/data/templates/npc/monster/21320-HotSpringsYeti.xml new file mode 100644 index 000000000..86de291bc --- /dev/null +++ b/data/templates/npc/monster/21320-HotSpringsYeti.xml @@ -0,0 +1,43 @@ + + + + Hot Springs Yeti + 75 + MALE + + + + + + + + + + + + + + + 22728 + 2398 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21321-HotSpringsAtrox.xml b/data/templates/npc/monster/21321-HotSpringsAtrox.xml new file mode 100644 index 000000000..2f0f24902 --- /dev/null +++ b/data/templates/npc/monster/21321-HotSpringsAtrox.xml @@ -0,0 +1,42 @@ + + + + Hot Springs Atrox + 76 + MALE + + + + + + + + + + + + + + + 22270 + 2381 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21322-HotSpringsBandersnatch.xml b/data/templates/npc/monster/21322-HotSpringsBandersnatch.xml new file mode 100644 index 000000000..3cfdca066 --- /dev/null +++ b/data/templates/npc/monster/21322-HotSpringsBandersnatch.xml @@ -0,0 +1,43 @@ + + + + Hot Springs Bandersnatch + 76 + MALE + + + + + + + + + + + + + + + 22270 + 2381 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21323-HotSpringsGrendel.xml b/data/templates/npc/monster/21323-HotSpringsGrendel.xml new file mode 100644 index 000000000..e7d951d38 --- /dev/null +++ b/data/templates/npc/monster/21323-HotSpringsGrendel.xml @@ -0,0 +1,42 @@ + + + + Hot Springs Grendel + 76 + MALE + + + + + + + + + + + + + + + 19507 + 2085 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21324-KetraOrcFootman.xml b/data/templates/npc/monster/21324-KetraOrcFootman.xml new file mode 100644 index 000000000..a788f0eef --- /dev/null +++ b/data/templates/npc/monster/21324-KetraOrcFootman.xml @@ -0,0 +1,48 @@ + + + + Ketra Orc Footman + 77 + MALE + + + + + + + + + + + + + + + 18647 + 2018 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21325-KetraSWarHound.xml b/data/templates/npc/monster/21325-KetraSWarHound.xml new file mode 100644 index 000000000..bb53fb1aa --- /dev/null +++ b/data/templates/npc/monster/21325-KetraSWarHound.xml @@ -0,0 +1,47 @@ + + + + Ketra's War Hound + 77 + MALE + + + + + + + + + + + + + + + 18031 + 1951 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21326-GrazingKookaburra.xml b/data/templates/npc/monster/21326-GrazingKookaburra.xml new file mode 100644 index 000000000..e7fa628a8 --- /dev/null +++ b/data/templates/npc/monster/21326-GrazingKookaburra.xml @@ -0,0 +1,43 @@ + + + + Grazing Kookaburra + 77 + MALE + + + + + + + + + + + + + + + 18031 + 1951 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21327-KetraOrcRaider.xml b/data/templates/npc/monster/21327-KetraOrcRaider.xml new file mode 100644 index 000000000..298ebc128 --- /dev/null +++ b/data/templates/npc/monster/21327-KetraOrcRaider.xml @@ -0,0 +1,46 @@ + + + + Ketra Orc Raider + 78 + MALE + + + + + + + + + + + + + + + 20480 + 2241 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21328-KetraOrcScout.xml b/data/templates/npc/monster/21328-KetraOrcScout.xml new file mode 100644 index 000000000..490804836 --- /dev/null +++ b/data/templates/npc/monster/21328-KetraOrcScout.xml @@ -0,0 +1,51 @@ + + + + Ketra Orc Scout + 78 + MALE + + + + + + + + + + + + + + + 19634 + 2149 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21329-KetraOrcShaman.xml b/data/templates/npc/monster/21329-KetraOrcShaman.xml new file mode 100644 index 000000000..fb57b4846 --- /dev/null +++ b/data/templates/npc/monster/21329-KetraOrcShaman.xml @@ -0,0 +1,42 @@ + + + + Ketra Orc Shaman + 78 + MALE + + + + + + + + + + + + + + + 19912 + 2207 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21330-GrazingBuffalo.xml b/data/templates/npc/monster/21330-GrazingBuffalo.xml new file mode 100644 index 000000000..4357ca68c --- /dev/null +++ b/data/templates/npc/monster/21330-GrazingBuffalo.xml @@ -0,0 +1,49 @@ + + + + Grazing Buffalo + 78 + MALE + + + + + + + + + + + + + + + 18980 + 2103 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21331-KetraOrcWarrior.xml b/data/templates/npc/monster/21331-KetraOrcWarrior.xml new file mode 100644 index 000000000..b437a498f --- /dev/null +++ b/data/templates/npc/monster/21331-KetraOrcWarrior.xml @@ -0,0 +1,48 @@ + + + + Ketra Orc Warrior + 78 + MALE + + + + + + + + + + + + + + + 18609 + 2089 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21332-KetraOrcLieutenant.xml b/data/templates/npc/monster/21332-KetraOrcLieutenant.xml new file mode 100644 index 000000000..b4daec7c1 --- /dev/null +++ b/data/templates/npc/monster/21332-KetraOrcLieutenant.xml @@ -0,0 +1,48 @@ + + + + Ketra Orc Lieutenant + 78 + MALE + + + + + + + + + + + + + + + 20841 + 2339 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21333-GrazingWindsus.xml b/data/templates/npc/monster/21333-GrazingWindsus.xml new file mode 100644 index 000000000..51420154d --- /dev/null +++ b/data/templates/npc/monster/21333-GrazingWindsus.xml @@ -0,0 +1,48 @@ + + + + Grazing Windsus + 78 + MALE + + + + + + + + + + + + + + + 19953 + 2266 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21334-KetraOrcMedium.xml b/data/templates/npc/monster/21334-KetraOrcMedium.xml new file mode 100644 index 000000000..63ae5b50d --- /dev/null +++ b/data/templates/npc/monster/21334-KetraOrcMedium.xml @@ -0,0 +1,44 @@ + + + + Ketra Orc Medium + 78 + MALE + + + + + + + + + + + + + + + 29867 + 3391 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21335-KetraOrcEliteSoldier.xml b/data/templates/npc/monster/21335-KetraOrcEliteSoldier.xml new file mode 100644 index 000000000..0230be356 --- /dev/null +++ b/data/templates/npc/monster/21335-KetraOrcEliteSoldier.xml @@ -0,0 +1,43 @@ + + + + Ketra Orc Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 19252 + 2212 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21336-KetraOrcWhiteCaptain.xml b/data/templates/npc/monster/21336-KetraOrcWhiteCaptain.xml new file mode 100644 index 000000000..57d0bed17 --- /dev/null +++ b/data/templates/npc/monster/21336-KetraOrcWhiteCaptain.xml @@ -0,0 +1,46 @@ + + + + Ketra Orc White Captain + 78 + MALE + + + + + + + + + + + + + + + 22635 + 2600 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21337-GrazingElderBuffalo.xml b/data/templates/npc/monster/21337-GrazingElderBuffalo.xml new file mode 100644 index 000000000..3e1b9ebf3 --- /dev/null +++ b/data/templates/npc/monster/21337-GrazingElderBuffalo.xml @@ -0,0 +1,44 @@ + + + + Grazing Elder Buffalo + 78 + MALE + + + + + + + + + + + + + + + 20950 + 2435 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21338-KetraOrcSeer.xml b/data/templates/npc/monster/21338-KetraOrcSeer.xml new file mode 100644 index 000000000..2dd2ee1a0 --- /dev/null +++ b/data/templates/npc/monster/21338-KetraOrcSeer.xml @@ -0,0 +1,48 @@ + + + + Ketra Orc Seer + 78 + MALE + + + + + + + + + + + + + + + 27568 + 3205 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21339-KetraOrcGeneral.xml b/data/templates/npc/monster/21339-KetraOrcGeneral.xml new file mode 100644 index 000000000..50da52b5b --- /dev/null +++ b/data/templates/npc/monster/21339-KetraOrcGeneral.xml @@ -0,0 +1,44 @@ + + + + Ketra Orc General + 78 + MALE + + + + + + + + + + + + + + + 20989 + 2469 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21340-KetraOrcBattalionCommander.xml b/data/templates/npc/monster/21340-KetraOrcBattalionCommander.xml new file mode 100644 index 000000000..480ef2ae9 --- /dev/null +++ b/data/templates/npc/monster/21340-KetraOrcBattalionCommander.xml @@ -0,0 +1,48 @@ + + + + Ketra Orc Battalion Commander + 78 + MALE + + + + + + + + + + + + + + + 20989 + 2469 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21341-GrazingElderKookaburra.xml b/data/templates/npc/monster/21341-GrazingElderKookaburra.xml new file mode 100644 index 000000000..0609c0ab9 --- /dev/null +++ b/data/templates/npc/monster/21341-GrazingElderKookaburra.xml @@ -0,0 +1,46 @@ + + + + Grazing Elder Kookaburra + 78 + MALE + + + + + + + + + + + + + + + 21972 + 2615 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21342-KetraOrcGrandSeer.xml b/data/templates/npc/monster/21342-KetraOrcGrandSeer.xml new file mode 100644 index 000000000..df9b57070 --- /dev/null +++ b/data/templates/npc/monster/21342-KetraOrcGrandSeer.xml @@ -0,0 +1,50 @@ + + + + Ketra Orc Grand Seer + 78 + MALE + + + + + + + + + + + + + + + 28912 + 3441 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21343-KetraCommander.xml b/data/templates/npc/monster/21343-KetraCommander.xml new file mode 100644 index 000000000..215dfa9c5 --- /dev/null +++ b/data/templates/npc/monster/21343-KetraCommander.xml @@ -0,0 +1,42 @@ + + + + Ketra Commander + 78 + MALE + + + + + + + + + + + + + + + 32801 + 3725 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21344-KetraEliteGuard.xml b/data/templates/npc/monster/21344-KetraEliteGuard.xml new file mode 100644 index 000000000..e87eb3460 --- /dev/null +++ b/data/templates/npc/monster/21344-KetraEliteGuard.xml @@ -0,0 +1,44 @@ + + + + Ketra Elite Guard + 78 + MALE + + + + + + + + + + + + + + + 22276 + 2500 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21345-KetraSHeadShaman.xml b/data/templates/npc/monster/21345-KetraSHeadShaman.xml new file mode 100644 index 000000000..3aedd3f0a --- /dev/null +++ b/data/templates/npc/monster/21345-KetraSHeadShaman.xml @@ -0,0 +1,43 @@ + + + + Ketra's Head Shaman + 78 + MALE + + + + + + + + + + + + + + + 24720 + 2943 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21346-KetraSHeadGuard.xml b/data/templates/npc/monster/21346-KetraSHeadGuard.xml new file mode 100644 index 000000000..96eb79f95 --- /dev/null +++ b/data/templates/npc/monster/21346-KetraSHeadGuard.xml @@ -0,0 +1,44 @@ + + + + Ketra's Head Guard + 78 + MALE + + + + + + + + + + + + + + + 24560 + 2889 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21347-KetraProphet.xml b/data/templates/npc/monster/21347-KetraProphet.xml new file mode 100644 index 000000000..dc0ceefd3 --- /dev/null +++ b/data/templates/npc/monster/21347-KetraProphet.xml @@ -0,0 +1,45 @@ + + + + Ketra Prophet + 78 + MALE + + + + + + + + + + + + + + + 37558 + 4578 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21348-ProphetSGuard.xml b/data/templates/npc/monster/21348-ProphetSGuard.xml new file mode 100644 index 000000000..bd6e0766f --- /dev/null +++ b/data/templates/npc/monster/21348-ProphetSGuard.xml @@ -0,0 +1,43 @@ + + + + Prophet's Guard + 78 + MALE + + + + + + + + + + + + + + + 25743 + 3101 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21349-ProphetSAide.xml b/data/templates/npc/monster/21349-ProphetSAide.xml new file mode 100644 index 000000000..740f4c81c --- /dev/null +++ b/data/templates/npc/monster/21349-ProphetSAide.xml @@ -0,0 +1,43 @@ + + + + Prophet's Aide + 78 + MALE + + + + + + + + + + + + + + + 26143 + 3149 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21350-VarkaSilenosRecruit.xml b/data/templates/npc/monster/21350-VarkaSilenosRecruit.xml new file mode 100644 index 000000000..d26cb6d15 --- /dev/null +++ b/data/templates/npc/monster/21350-VarkaSilenosRecruit.xml @@ -0,0 +1,43 @@ + + + + Varka Silenos Recruit + 77 + MALE + + + + + + + + + + + + + + + 21105 + 2186 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21351-VarkaSilenosFootman.xml b/data/templates/npc/monster/21351-VarkaSilenosFootman.xml new file mode 100644 index 000000000..c79f91dad --- /dev/null +++ b/data/templates/npc/monster/21351-VarkaSilenosFootman.xml @@ -0,0 +1,44 @@ + + + + Varka Silenos Footman + 77 + MALE + + + + + + + + + + + + + + + 18501 + 1904 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21352-GrazingAntelope.xml b/data/templates/npc/monster/21352-GrazingAntelope.xml new file mode 100644 index 000000000..d50f655a5 --- /dev/null +++ b/data/templates/npc/monster/21352-GrazingAntelope.xml @@ -0,0 +1,46 @@ + + + + Grazing Antelope + 77 + MALE + + + + + + + + + + + + + + + 11091 + 1200 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21353-VarkaSilenosScout.xml b/data/templates/npc/monster/21353-VarkaSilenosScout.xml new file mode 100644 index 000000000..723b4e013 --- /dev/null +++ b/data/templates/npc/monster/21353-VarkaSilenosScout.xml @@ -0,0 +1,43 @@ + + + + Varka Silenos Scout + 78 + MALE + + + + + + + + + + + + + + + 25065 + 2642 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21354-VarkaSilenosHunter.xml b/data/templates/npc/monster/21354-VarkaSilenosHunter.xml new file mode 100644 index 000000000..b9395dadf --- /dev/null +++ b/data/templates/npc/monster/21354-VarkaSilenosHunter.xml @@ -0,0 +1,45 @@ + + + + Varka Silenos Hunter + 78 + MALE + + + + + + + + + + + + + + + 24846 + 2618 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21355-VarkaSilenosShaman.xml b/data/templates/npc/monster/21355-VarkaSilenosShaman.xml new file mode 100644 index 000000000..e37af64e5 --- /dev/null +++ b/data/templates/npc/monster/21355-VarkaSilenosShaman.xml @@ -0,0 +1,43 @@ + + + + Varka Silenos Shaman + 78 + MALE + + + + + + + + + + + + + + + 24583 + 2580 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21356-GrazingNepenthes.xml b/data/templates/npc/monster/21356-GrazingNepenthes.xml new file mode 100644 index 000000000..94fc335d5 --- /dev/null +++ b/data/templates/npc/monster/21356-GrazingNepenthes.xml @@ -0,0 +1,43 @@ + + + + Grazing Nepenthes + 78 + MALE + + + + + + + + + + + + + + + 15612 + 1708 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21357-VarkaSilenosPriest.xml b/data/templates/npc/monster/21357-VarkaSilenosPriest.xml new file mode 100644 index 000000000..8e139b25b --- /dev/null +++ b/data/templates/npc/monster/21357-VarkaSilenosPriest.xml @@ -0,0 +1,43 @@ + + + + Varka Silenos Priest + 78 + MALE + + + + + + + + + + + + + + + 25424 + 2681 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21358-VarkaSilenosWarrior.xml b/data/templates/npc/monster/21358-VarkaSilenosWarrior.xml new file mode 100644 index 000000000..9f686a75d --- /dev/null +++ b/data/templates/npc/monster/21358-VarkaSilenosWarrior.xml @@ -0,0 +1,44 @@ + + + + Varka Silenos Warrior + 78 + MALE + + + + + + + + + + + + + + + 25564 + 2696 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21359-GrazingBandersnatch.xml b/data/templates/npc/monster/21359-GrazingBandersnatch.xml new file mode 100644 index 000000000..2e4109bc4 --- /dev/null +++ b/data/templates/npc/monster/21359-GrazingBandersnatch.xml @@ -0,0 +1,43 @@ + + + + Grazing Bandersnatch + 78 + MALE + + + + + + + + + + + + + + + 15761 + 1724 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21360-VarkaSilenosMedium.xml b/data/templates/npc/monster/21360-VarkaSilenosMedium.xml new file mode 100644 index 000000000..1559bb9c2 --- /dev/null +++ b/data/templates/npc/monster/21360-VarkaSilenosMedium.xml @@ -0,0 +1,43 @@ + + + + Varka Silenos Medium + 78 + MALE + + + + + + + + + + + + + + + 33108 + 3490 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21361-VarkaSilenosMagus.xml b/data/templates/npc/monster/21361-VarkaSilenosMagus.xml new file mode 100644 index 000000000..4f58e31a2 --- /dev/null +++ b/data/templates/npc/monster/21361-VarkaSilenosMagus.xml @@ -0,0 +1,46 @@ + + + + Varka Silenos Magus + 78 + MALE + + + + + + + + + + + + + + + 23322 + 2452 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21362-VarkaSilenosOfficer.xml b/data/templates/npc/monster/21362-VarkaSilenosOfficer.xml new file mode 100644 index 000000000..fc699584f --- /dev/null +++ b/data/templates/npc/monster/21362-VarkaSilenosOfficer.xml @@ -0,0 +1,45 @@ + + + + Varka Silenos Officer + 78 + MALE + + + + + + + + + + + + + + + 25564 + 2696 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21363-GrazingFlava.xml b/data/templates/npc/monster/21363-GrazingFlava.xml new file mode 100644 index 000000000..68a55ca3d --- /dev/null +++ b/data/templates/npc/monster/21363-GrazingFlava.xml @@ -0,0 +1,48 @@ + + + + Grazing Flava + 78 + MALE + + + + + + + + + + + + + + + 23952 + 2522 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21364-VarkaSilenosSeer.xml b/data/templates/npc/monster/21364-VarkaSilenosSeer.xml new file mode 100644 index 000000000..b5bacc8f1 --- /dev/null +++ b/data/templates/npc/monster/21364-VarkaSilenosSeer.xml @@ -0,0 +1,48 @@ + + + + Varka Silenos Seer + 78 + MALE + + + + + + + + + + + + + + + 18179 + 1988 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21365-VarkaSilenosGreatMagus.xml b/data/templates/npc/monster/21365-VarkaSilenosGreatMagus.xml new file mode 100644 index 000000000..41a52db02 --- /dev/null +++ b/data/templates/npc/monster/21365-VarkaSilenosGreatMagus.xml @@ -0,0 +1,45 @@ + + + + Varka Silenos Great Magus + 78 + MALE + + + + + + + + + + + + + + + 25065 + 2642 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21366-VarkaSilenosGeneral.xml b/data/templates/npc/monster/21366-VarkaSilenosGeneral.xml new file mode 100644 index 000000000..75ec0e129 --- /dev/null +++ b/data/templates/npc/monster/21366-VarkaSilenosGeneral.xml @@ -0,0 +1,45 @@ + + + + Varka Silenos General + 78 + MALE + + + + + + + + + + + + + + + 27045 + 2858 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21367-GrazingElderAntelope.xml b/data/templates/npc/monster/21367-GrazingElderAntelope.xml new file mode 100644 index 000000000..cdda5969a --- /dev/null +++ b/data/templates/npc/monster/21367-GrazingElderAntelope.xml @@ -0,0 +1,42 @@ + + + + Grazing Elder Antelope + 78 + MALE + + + + + + + + + + + + + + + 15761 + 1724 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21368-VarkaSilenosGreatSeer.xml b/data/templates/npc/monster/21368-VarkaSilenosGreatSeer.xml new file mode 100644 index 000000000..123946a33 --- /dev/null +++ b/data/templates/npc/monster/21368-VarkaSilenosGreatSeer.xml @@ -0,0 +1,44 @@ + + + + Varka Silenos Great Seer + 78 + MALE + + + + + + + + + + + + + + + 32232 + 3394 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21369-VarkaSCommander.xml b/data/templates/npc/monster/21369-VarkaSCommander.xml new file mode 100644 index 000000000..1dfba8681 --- /dev/null +++ b/data/templates/npc/monster/21369-VarkaSCommander.xml @@ -0,0 +1,44 @@ + + + + Varka's Commander + 78 + MALE + + + + + + + + + + + + + + + 31469 + 3310 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21370-VarkaSEliteGuard.xml b/data/templates/npc/monster/21370-VarkaSEliteGuard.xml new file mode 100644 index 000000000..17cf5c345 --- /dev/null +++ b/data/templates/npc/monster/21370-VarkaSEliteGuard.xml @@ -0,0 +1,45 @@ + + + + Varka's Elite Guard + 78 + MALE + + + + + + + + + + + + + + + 26151 + 2761 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21371-VarkaSHeadMagus.xml b/data/templates/npc/monster/21371-VarkaSHeadMagus.xml new file mode 100644 index 000000000..9587fff70 --- /dev/null +++ b/data/templates/npc/monster/21371-VarkaSHeadMagus.xml @@ -0,0 +1,43 @@ + + + + Varka's Head Magus + 78 + MALE + + + + + + + + + + + + + + + 24846 + 2618 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21372-VarkaSHeadGuard.xml b/data/templates/npc/monster/21372-VarkaSHeadGuard.xml new file mode 100644 index 000000000..7ce26d390 --- /dev/null +++ b/data/templates/npc/monster/21372-VarkaSHeadGuard.xml @@ -0,0 +1,45 @@ + + + + Varka's Head Guard + 78 + MALE + + + + + + + + + + + + + + + 16812 + 1840 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21373-VarkaSProphet.xml b/data/templates/npc/monster/21373-VarkaSProphet.xml new file mode 100644 index 000000000..aa4efe9dc --- /dev/null +++ b/data/templates/npc/monster/21373-VarkaSProphet.xml @@ -0,0 +1,44 @@ + + + + Varka's Prophet + 78 + MALE + + + + + + + + + + + + + + + 32074 + 3370 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21374-ProphetGuard.xml b/data/templates/npc/monster/21374-ProphetGuard.xml new file mode 100644 index 000000000..4a199261b --- /dev/null +++ b/data/templates/npc/monster/21374-ProphetGuard.xml @@ -0,0 +1,43 @@ + + + + Prophet Guard + 78 + MALE + + + + + + + + + + + + + + + 16952 + 1855 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21375-DiscipleOfProphet.xml b/data/templates/npc/monster/21375-DiscipleOfProphet.xml new file mode 100644 index 000000000..5d3ea2a7a --- /dev/null +++ b/data/templates/npc/monster/21375-DiscipleOfProphet.xml @@ -0,0 +1,45 @@ + + + + Disciple of Prophet + 78 + MALE + + + + + + + + + + + + + + + 16339 + 1788 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21376-ScarletStakatoWorker.xml b/data/templates/npc/monster/21376-ScarletStakatoWorker.xml new file mode 100644 index 000000000..18f4c315b --- /dev/null +++ b/data/templates/npc/monster/21376-ScarletStakatoWorker.xml @@ -0,0 +1,43 @@ + + + + Scarlet Stakato Worker + 78 + MALE + + + + + + + + + + + + + + + 35275 + 3860 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21377-ScarletStakatoSoldier.xml b/data/templates/npc/monster/21377-ScarletStakatoSoldier.xml new file mode 100644 index 000000000..da8c2b95a --- /dev/null +++ b/data/templates/npc/monster/21377-ScarletStakatoSoldier.xml @@ -0,0 +1,48 @@ + + + + Scarlet Stakato Soldier + 78 + MALE + + + + + + + + + + + + + + + 34523 + 3778 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21378-ScarletStakatoNoble.xml b/data/templates/npc/monster/21378-ScarletStakatoNoble.xml new file mode 100644 index 000000000..e0619e47b --- /dev/null +++ b/data/templates/npc/monster/21378-ScarletStakatoNoble.xml @@ -0,0 +1,43 @@ + + + + Scarlet Stakato Noble + 78 + MALE + + + + + + + + + + + + + + + 49148 + 5447 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21379-TepraScorpion.xml b/data/templates/npc/monster/21379-TepraScorpion.xml new file mode 100644 index 000000000..bf0f82e8b --- /dev/null +++ b/data/templates/npc/monster/21379-TepraScorpion.xml @@ -0,0 +1,45 @@ + + + + Tepra Scorpion + 78 + MALE + + + + + + + + + + + + + + + 35491 + 3933 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21380-TepraScarab.xml b/data/templates/npc/monster/21380-TepraScarab.xml new file mode 100644 index 000000000..89fb638d3 --- /dev/null +++ b/data/templates/npc/monster/21380-TepraScarab.xml @@ -0,0 +1,48 @@ + + + + Tepra Scarab + 78 + MALE + + + + + + + + + + + + + + + 36185 + 4010 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21381-AssassinBeetle.xml b/data/templates/npc/monster/21381-AssassinBeetle.xml new file mode 100644 index 000000000..fe0061ba2 --- /dev/null +++ b/data/templates/npc/monster/21381-AssassinBeetle.xml @@ -0,0 +1,43 @@ + + + + Assassin Beetle + 78 + MALE + + + + + + + + + + + + + + + 42075 + 4722 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21382-MercenaryOfDestruction.xml b/data/templates/npc/monster/21382-MercenaryOfDestruction.xml new file mode 100644 index 000000000..8c94cffbd --- /dev/null +++ b/data/templates/npc/monster/21382-MercenaryOfDestruction.xml @@ -0,0 +1,45 @@ + + + + Mercenary of Destruction + 78 + MALE + + + + + + + + + + + + + + + 51904 + 5826 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21383-KnightOfDestruction.xml b/data/templates/npc/monster/21383-KnightOfDestruction.xml new file mode 100644 index 000000000..c767f053a --- /dev/null +++ b/data/templates/npc/monster/21383-KnightOfDestruction.xml @@ -0,0 +1,46 @@ + + + + Knight of Destruction + 78 + MALE + + + + + + + + + + + + + + + 51983 + 5835 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21384-NecromancerOfDestruction.xml b/data/templates/npc/monster/21384-NecromancerOfDestruction.xml new file mode 100644 index 000000000..ad0f40fd2 --- /dev/null +++ b/data/templates/npc/monster/21384-NecromancerOfDestruction.xml @@ -0,0 +1,44 @@ + + + + Necromancer of Destruction + 78 + MALE + + + + + + + + + + + + + + + 44576 + 5062 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21385-LavastoneGolem.xml b/data/templates/npc/monster/21385-LavastoneGolem.xml new file mode 100644 index 000000000..698dfcf38 --- /dev/null +++ b/data/templates/npc/monster/21385-LavastoneGolem.xml @@ -0,0 +1,45 @@ + + + + Lavastone Golem + 78 + MALE + + + + + + + + + + + + + + + 42930 + 4875 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21386-MagmaGolem.xml b/data/templates/npc/monster/21386-MagmaGolem.xml new file mode 100644 index 000000000..2e8a4ac38 --- /dev/null +++ b/data/templates/npc/monster/21386-MagmaGolem.xml @@ -0,0 +1,44 @@ + + + + Magma Golem + 78 + MALE + + + + + + + + + + + + + + + 45872 + 5209 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21387-ArimanesOfDestruction.xml b/data/templates/npc/monster/21387-ArimanesOfDestruction.xml new file mode 100644 index 000000000..073348994 --- /dev/null +++ b/data/templates/npc/monster/21387-ArimanesOfDestruction.xml @@ -0,0 +1,47 @@ + + + + Arimanes of Destruction + 78 + MALE + + + + + + + + + + + + + + + 36575 + 4202 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21388-IblisOfDestruction.xml b/data/templates/npc/monster/21388-IblisOfDestruction.xml new file mode 100644 index 000000000..f2ba906c7 --- /dev/null +++ b/data/templates/npc/monster/21388-IblisOfDestruction.xml @@ -0,0 +1,49 @@ + + + + Iblis of Destruction + 78 + MALE + + + + + + + + + + + + + + + 55327 + 6356 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21389-BalrogOfDestruction.xml b/data/templates/npc/monster/21389-BalrogOfDestruction.xml new file mode 100644 index 000000000..73c751f75 --- /dev/null +++ b/data/templates/npc/monster/21389-BalrogOfDestruction.xml @@ -0,0 +1,46 @@ + + + + Balrog of Destruction + 78 + MALE + + + + + + + + + + + + + + + 59328 + 6897 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21390-AshurasOfDestruction.xml b/data/templates/npc/monster/21390-AshurasOfDestruction.xml new file mode 100644 index 000000000..6546dfd67 --- /dev/null +++ b/data/templates/npc/monster/21390-AshurasOfDestruction.xml @@ -0,0 +1,47 @@ + + + + Ashuras of Destruction + 78 + MALE + + + + + + + + + + + + + + + 68450 + 8052 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21391-Lavasillisk.xml b/data/templates/npc/monster/21391-Lavasillisk.xml new file mode 100644 index 000000000..cadd17e11 --- /dev/null +++ b/data/templates/npc/monster/21391-Lavasillisk.xml @@ -0,0 +1,49 @@ + + + + Lavasillisk + 78 + MALE + + + + + + + + + + + + + + + 47322 + 5501 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21392-BlazingIfrit.xml b/data/templates/npc/monster/21392-BlazingIfrit.xml new file mode 100644 index 000000000..198ef09ac --- /dev/null +++ b/data/templates/npc/monster/21392-BlazingIfrit.xml @@ -0,0 +1,48 @@ + + + + Blazing Ifrit + 78 + MALE + + + + + + + + + + + + + + + 67509 + 7941 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21393-MagmaDrake.xml b/data/templates/npc/monster/21393-MagmaDrake.xml new file mode 100644 index 000000000..1ac98137e --- /dev/null +++ b/data/templates/npc/monster/21393-MagmaDrake.xml @@ -0,0 +1,42 @@ + + + + Magma Drake + 78 + MALE + + + + + + + + + + + + + + + 56964 + 6780 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21394-Lavasaurus.xml b/data/templates/npc/monster/21394-Lavasaurus.xml new file mode 100644 index 000000000..014ad62f6 --- /dev/null +++ b/data/templates/npc/monster/21394-Lavasaurus.xml @@ -0,0 +1,42 @@ + + + + Lavasaurus + 78 + MALE + + + + + + + + + + + + + + + 44944 + 4981 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21395-ElderLavasaurus.xml b/data/templates/npc/monster/21395-ElderLavasaurus.xml new file mode 100644 index 000000000..44e38fb3d --- /dev/null +++ b/data/templates/npc/monster/21395-ElderLavasaurus.xml @@ -0,0 +1,41 @@ + + + + Elder Lavasaurus + 78 + MALE + + + + + + + + + + + + + + + 58564 + 6808 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21396-CarrionScarab.xml b/data/templates/npc/monster/21396-CarrionScarab.xml new file mode 100644 index 000000000..eee39acde --- /dev/null +++ b/data/templates/npc/monster/21396-CarrionScarab.xml @@ -0,0 +1,48 @@ + + + + Carrion Scarab + 78 + MALE + + + + + + + + + + + + + + + 24549 + 2687 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21397-CarrionScarab.xml b/data/templates/npc/monster/21397-CarrionScarab.xml new file mode 100644 index 000000000..685e7f4d5 --- /dev/null +++ b/data/templates/npc/monster/21397-CarrionScarab.xml @@ -0,0 +1,48 @@ + + + + Carrion Scarab + 78 + MALE + + + + + + + + + + + + + + + 21310 + 2332 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21398-SoldierScarab.xml b/data/templates/npc/monster/21398-SoldierScarab.xml new file mode 100644 index 000000000..76b6d3fd5 --- /dev/null +++ b/data/templates/npc/monster/21398-SoldierScarab.xml @@ -0,0 +1,41 @@ + + + + Soldier Scarab + 78 + MALE + + + + + + + + + + + + + + + 40465 + 4428 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21399-SoldierScarab.xml b/data/templates/npc/monster/21399-SoldierScarab.xml new file mode 100644 index 000000000..2a7045543 --- /dev/null +++ b/data/templates/npc/monster/21399-SoldierScarab.xml @@ -0,0 +1,41 @@ + + + + Soldier Scarab + 78 + MALE + + + + + + + + + + + + + + + 38680 + 4233 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21400-HexaBeetle.xml b/data/templates/npc/monster/21400-HexaBeetle.xml new file mode 100644 index 000000000..87832ba80 --- /dev/null +++ b/data/templates/npc/monster/21400-HexaBeetle.xml @@ -0,0 +1,42 @@ + + + + Hexa Beetle + 78 + MALE + + + + + + + + + + + + + + + 33055 + 3663 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21401-HexaBeetle.xml b/data/templates/npc/monster/21401-HexaBeetle.xml new file mode 100644 index 000000000..fa17fc3ef --- /dev/null +++ b/data/templates/npc/monster/21401-HexaBeetle.xml @@ -0,0 +1,42 @@ + + + + Hexa Beetle + 78 + MALE + + + + + + + + + + + + + + + 29087 + 3224 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21402-Katraxis.xml b/data/templates/npc/monster/21402-Katraxis.xml new file mode 100644 index 000000000..a084a4c83 --- /dev/null +++ b/data/templates/npc/monster/21402-Katraxis.xml @@ -0,0 +1,42 @@ + + + + Katraxis + 78 + MALE + + + + + + + + + + + + + + + 30013 + 3326 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21403-Katraxis.xml b/data/templates/npc/monster/21403-Katraxis.xml new file mode 100644 index 000000000..557c108a4 --- /dev/null +++ b/data/templates/npc/monster/21403-Katraxis.xml @@ -0,0 +1,42 @@ + + + + Katraxis + 78 + MALE + + + + + + + + + + + + + + + 34642 + 3839 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21404-TeraBeetle.xml b/data/templates/npc/monster/21404-TeraBeetle.xml new file mode 100644 index 000000000..f940b5bfd --- /dev/null +++ b/data/templates/npc/monster/21404-TeraBeetle.xml @@ -0,0 +1,44 @@ + + + + Tera Beetle + 78 + MALE + + + + + + + + + + + + + + + 59626 + 6692 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21405-TeraBeetle.xml b/data/templates/npc/monster/21405-TeraBeetle.xml new file mode 100644 index 000000000..62b433542 --- /dev/null +++ b/data/templates/npc/monster/21405-TeraBeetle.xml @@ -0,0 +1,44 @@ + + + + Tera Beetle + 78 + MALE + + + + + + + + + + + + + + + 28588 + 3209 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21406-KnightOfEmpire.xml b/data/templates/npc/monster/21406-KnightOfEmpire.xml new file mode 100644 index 000000000..1e0de847f --- /dev/null +++ b/data/templates/npc/monster/21406-KnightOfEmpire.xml @@ -0,0 +1,49 @@ + + + + Knight of Empire + 78 + MALE + + + + + + + + + + + + + + + 42272 + 4745 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21407-KnightOfEmpire.xml b/data/templates/npc/monster/21407-KnightOfEmpire.xml new file mode 100644 index 000000000..3c45bd96e --- /dev/null +++ b/data/templates/npc/monster/21407-KnightOfEmpire.xml @@ -0,0 +1,49 @@ + + + + Knight of Empire + 78 + MALE + + + + + + + + + + + + + + + 27052 + 3036 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21408-RoyalGuardOfEmpire.xml b/data/templates/npc/monster/21408-RoyalGuardOfEmpire.xml new file mode 100644 index 000000000..3dcde4634 --- /dev/null +++ b/data/templates/npc/monster/21408-RoyalGuardOfEmpire.xml @@ -0,0 +1,47 @@ + + + + Royal Guard of Empire + 78 + MALE + + + + + + + + + + + + + + + 36791 + 4129 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21409-RoyalGuardOfEmpire.xml b/data/templates/npc/monster/21409-RoyalGuardOfEmpire.xml new file mode 100644 index 000000000..65541b22c --- /dev/null +++ b/data/templates/npc/monster/21409-RoyalGuardOfEmpire.xml @@ -0,0 +1,47 @@ + + + + Royal Guard of Empire + 78 + MALE + + + + + + + + + + + + + + + 41142 + 4618 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21410-GuardianScarab.xml b/data/templates/npc/monster/21410-GuardianScarab.xml new file mode 100644 index 000000000..5c64b377d --- /dev/null +++ b/data/templates/npc/monster/21410-GuardianScarab.xml @@ -0,0 +1,47 @@ + + + + Guardian Scarab + 78 + MALE + + + + + + + + + + + + + + + 38010 + 4316 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21411-GuardianScarab.xml b/data/templates/npc/monster/21411-GuardianScarab.xml new file mode 100644 index 000000000..1bde5069e --- /dev/null +++ b/data/templates/npc/monster/21411-GuardianScarab.xml @@ -0,0 +1,47 @@ + + + + Guardian Scarab + 78 + MALE + + + + + + + + + + + + + + + 30337 + 3445 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21412-Ustralith.xml b/data/templates/npc/monster/21412-Ustralith.xml new file mode 100644 index 000000000..02ec03f4d --- /dev/null +++ b/data/templates/npc/monster/21412-Ustralith.xml @@ -0,0 +1,47 @@ + + + + Ustralith + 78 + MALE + + + + + + + + + + + + + + + 48414 + 5497 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21413-Ustralith.xml b/data/templates/npc/monster/21413-Ustralith.xml new file mode 100644 index 000000000..aa932f000 --- /dev/null +++ b/data/templates/npc/monster/21413-Ustralith.xml @@ -0,0 +1,47 @@ + + + + Ustralith + 78 + MALE + + + + + + + + + + + + + + + 37229 + 4227 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21414-AssassinOfEmpire.xml b/data/templates/npc/monster/21414-AssassinOfEmpire.xml new file mode 100644 index 000000000..85f618bf7 --- /dev/null +++ b/data/templates/npc/monster/21414-AssassinOfEmpire.xml @@ -0,0 +1,50 @@ + + + + Assassin of Empire + 78 + MALE + + + + + + + + + + + + + + + 36181 + 4108 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21415-AssassinOfEmpire.xml b/data/templates/npc/monster/21415-AssassinOfEmpire.xml new file mode 100644 index 000000000..29428a73f --- /dev/null +++ b/data/templates/npc/monster/21415-AssassinOfEmpire.xml @@ -0,0 +1,50 @@ + + + + Assassin of Empire + 78 + MALE + + + + + + + + + + + + + + + 36499 + 4144 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21416-ImperialCommander.xml b/data/templates/npc/monster/21416-ImperialCommander.xml new file mode 100644 index 000000000..73eb8952e --- /dev/null +++ b/data/templates/npc/monster/21416-ImperialCommander.xml @@ -0,0 +1,44 @@ + + + + Imperial Commander + 78 + MALE + + + + + + + + + + + + + + + 43189 + 4904 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21417-ImperialCommander.xml b/data/templates/npc/monster/21417-ImperialCommander.xml new file mode 100644 index 000000000..a32c03676 --- /dev/null +++ b/data/templates/npc/monster/21417-ImperialCommander.xml @@ -0,0 +1,44 @@ + + + + Imperial Commander + 78 + MALE + + + + + + + + + + + + + + + 75345 + 8555 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21418-ImperialRoyalGuard.xml b/data/templates/npc/monster/21418-ImperialRoyalGuard.xml new file mode 100644 index 000000000..146c60338 --- /dev/null +++ b/data/templates/npc/monster/21418-ImperialRoyalGuard.xml @@ -0,0 +1,47 @@ + + + + Imperial Royal Guard + 78 + MALE + + + + + + + + + + + + + + + 32124 + 3691 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21419-ImperialRoyalGuard.xml b/data/templates/npc/monster/21419-ImperialRoyalGuard.xml new file mode 100644 index 000000000..9a3d30209 --- /dev/null +++ b/data/templates/npc/monster/21419-ImperialRoyalGuard.xml @@ -0,0 +1,47 @@ + + + + Imperial Royal Guard + 78 + MALE + + + + + + + + + + + + + + + 32694 + 3756 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21420-Ashuras.xml b/data/templates/npc/monster/21420-Ashuras.xml new file mode 100644 index 000000000..89bff7cae --- /dev/null +++ b/data/templates/npc/monster/21420-Ashuras.xml @@ -0,0 +1,48 @@ + + + + Ashuras + 78 + MALE + + + + + + + + + + + + + + + 38520 + 4425 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21421-Ashuras.xml b/data/templates/npc/monster/21421-Ashuras.xml new file mode 100644 index 000000000..145b8c4dd --- /dev/null +++ b/data/templates/npc/monster/21421-Ashuras.xml @@ -0,0 +1,48 @@ + + + + Ashuras + 78 + MALE + + + + + + + + + + + + + + + 36159 + 4154 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21422-DancerOfEmpire.xml b/data/templates/npc/monster/21422-DancerOfEmpire.xml new file mode 100644 index 000000000..76c2a6e36 --- /dev/null +++ b/data/templates/npc/monster/21422-DancerOfEmpire.xml @@ -0,0 +1,42 @@ + + + + Dancer of Empire + 78 + FEMALE + + + + + + + + + + + + + + + 41481 + 4766 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21423-DancerOfEmpire.xml b/data/templates/npc/monster/21423-DancerOfEmpire.xml new file mode 100644 index 000000000..878a65014 --- /dev/null +++ b/data/templates/npc/monster/21423-DancerOfEmpire.xml @@ -0,0 +1,42 @@ + + + + Dancer of Empire + 78 + FEMALE + + + + + + + + + + + + + + + 43973 + 5052 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21424-Ashkenas.xml b/data/templates/npc/monster/21424-Ashkenas.xml new file mode 100644 index 000000000..e1c0e31ad --- /dev/null +++ b/data/templates/npc/monster/21424-Ashkenas.xml @@ -0,0 +1,43 @@ + + + + Ashkenas + 78 + MALE + + + + + + + + + + + + + + + 55732 + 6403 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21425-Ashkenas.xml b/data/templates/npc/monster/21425-Ashkenas.xml new file mode 100644 index 000000000..b3b1bb650 --- /dev/null +++ b/data/templates/npc/monster/21425-Ashkenas.xml @@ -0,0 +1,42 @@ + + + + Ashkenas + 78 + MALE + + + + + + + + + + + + + + + 56668 + 6510 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21426-Abraxion.xml b/data/templates/npc/monster/21426-Abraxion.xml new file mode 100644 index 000000000..e990f36ad --- /dev/null +++ b/data/templates/npc/monster/21426-Abraxion.xml @@ -0,0 +1,43 @@ + + + + Abraxion + 78 + MALE + + + + + + + + + + + + + + + 65250 + 7585 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21427-Abraxion.xml b/data/templates/npc/monster/21427-Abraxion.xml new file mode 100644 index 000000000..23b7a1724 --- /dev/null +++ b/data/templates/npc/monster/21427-Abraxion.xml @@ -0,0 +1,43 @@ + + + + Abraxion + 78 + MALE + + + + + + + + + + + + + + + 38349 + 4458 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21428-Hasturan.xml b/data/templates/npc/monster/21428-Hasturan.xml new file mode 100644 index 000000000..8284792f3 --- /dev/null +++ b/data/templates/npc/monster/21428-Hasturan.xml @@ -0,0 +1,43 @@ + + + + Hasturan + 78 + MALE + + + + + + + + + + + + + + + 36621 + 4257 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21429-Hasturan.xml b/data/templates/npc/monster/21429-Hasturan.xml new file mode 100644 index 000000000..b27f45ade --- /dev/null +++ b/data/templates/npc/monster/21429-Hasturan.xml @@ -0,0 +1,43 @@ + + + + Hasturan + 78 + MALE + + + + + + + + + + + + + + + 38239 + 4445 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21430-Arimanes.xml b/data/templates/npc/monster/21430-Arimanes.xml new file mode 100644 index 000000000..32d0200de --- /dev/null +++ b/data/templates/npc/monster/21430-Arimanes.xml @@ -0,0 +1,46 @@ + + + + Arimanes + 78 + MALE + + + + + + + + + + + + + + + 52810 + 6139 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21431-Arimanes.xml b/data/templates/npc/monster/21431-Arimanes.xml new file mode 100644 index 000000000..6cab53b41 --- /dev/null +++ b/data/templates/npc/monster/21431-Arimanes.xml @@ -0,0 +1,46 @@ + + + + Arimanes + 78 + MALE + + + + + + + + + + + + + + + 45045 + 5236 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21432-ChakramBeetle.xml b/data/templates/npc/monster/21432-ChakramBeetle.xml new file mode 100644 index 000000000..b27638db6 --- /dev/null +++ b/data/templates/npc/monster/21432-ChakramBeetle.xml @@ -0,0 +1,42 @@ + + + + Chakram Beetle + 78 + MALE + + + + + + + + + + + + + + + 72932 + 8186 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21433-JamadarBeetle.xml b/data/templates/npc/monster/21433-JamadarBeetle.xml new file mode 100644 index 000000000..55eba6302 --- /dev/null +++ b/data/templates/npc/monster/21433-JamadarBeetle.xml @@ -0,0 +1,44 @@ + + + + Jamadar Beetle + 78 + MALE + + + + + + + + + + + + + + + 70729 + 7839 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21434-SeerOfBlood.xml b/data/templates/npc/monster/21434-SeerOfBlood.xml new file mode 100644 index 000000000..cdb43bdd0 --- /dev/null +++ b/data/templates/npc/monster/21434-SeerOfBlood.xml @@ -0,0 +1,44 @@ + + + + Seer of Blood + 78 + MALE + + + + + + + + + + + + + + + 141369 + 16242 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21435-GuideOfOffering.xml b/data/templates/npc/monster/21435-GuideOfOffering.xml new file mode 100644 index 000000000..940d07628 --- /dev/null +++ b/data/templates/npc/monster/21435-GuideOfOffering.xml @@ -0,0 +1,44 @@ + + + + Guide of Offering + 78 + MALE + + + + + + + + + + + + + + + 71537 + 8029 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21436-LeaderOfOffering.xml b/data/templates/npc/monster/21436-LeaderOfOffering.xml new file mode 100644 index 000000000..2f9514578 --- /dev/null +++ b/data/templates/npc/monster/21436-LeaderOfOffering.xml @@ -0,0 +1,43 @@ + + + + Leader of Offering + 78 + MALE + + + + + + + + + + + + + + + 74207 + 8329 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21437-OfferingBug.xml b/data/templates/npc/monster/21437-OfferingBug.xml new file mode 100644 index 000000000..b65910aee --- /dev/null +++ b/data/templates/npc/monster/21437-OfferingBug.xml @@ -0,0 +1,42 @@ + + + + Offering Bug + 78 + MALE + + + + + + + + + + + + + + + 29957 + 3320 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21438-HeathenWarrior.xml b/data/templates/npc/monster/21438-HeathenWarrior.xml new file mode 100644 index 000000000..8d5f04acc --- /dev/null +++ b/data/templates/npc/monster/21438-HeathenWarrior.xml @@ -0,0 +1,48 @@ + + + + Heathen Warrior + 65 + MALE + + + + + + + + + + + + + + + 1790 + 167 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21439-HeathenExecuted.xml b/data/templates/npc/monster/21439-HeathenExecuted.xml new file mode 100644 index 000000000..711fbc001 --- /dev/null +++ b/data/templates/npc/monster/21439-HeathenExecuted.xml @@ -0,0 +1,44 @@ + + + + Heathen Executed + 66 + MALE + + + + + + + + + + + + + + + 1846 + 174 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21440-HeathenArcher.xml b/data/templates/npc/monster/21440-HeathenArcher.xml new file mode 100644 index 000000000..ead98d20c --- /dev/null +++ b/data/templates/npc/monster/21440-HeathenArcher.xml @@ -0,0 +1,51 @@ + + + + Heathen Archer + 67 + MALE + + + + + + + + + + + + + + + 2021 + 192 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21441-HeathenGrunt.xml b/data/templates/npc/monster/21441-HeathenGrunt.xml new file mode 100644 index 000000000..582de9054 --- /dev/null +++ b/data/templates/npc/monster/21441-HeathenGrunt.xml @@ -0,0 +1,51 @@ + + + + Heathen Grunt + 68 + MALE + + + + + + + + + + + + + + + 1959 + 190 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21442-HeathenKnight.xml b/data/templates/npc/monster/21442-HeathenKnight.xml new file mode 100644 index 000000000..ef86f0f31 --- /dev/null +++ b/data/templates/npc/monster/21442-HeathenKnight.xml @@ -0,0 +1,52 @@ + + + + Heathen Knight + 69 + MALE + + + + + + + + + + + + + + + 2017 + 197 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21443-RaiderOfPastureland.xml b/data/templates/npc/monster/21443-RaiderOfPastureland.xml new file mode 100644 index 000000000..1323133e1 --- /dev/null +++ b/data/templates/npc/monster/21443-RaiderOfPastureland.xml @@ -0,0 +1,49 @@ + + + + Raider of Pastureland + 63 + MALE + + + + + + + + + + + + + + + 8408 + 760 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21444-RaiderOfPastureland.xml b/data/templates/npc/monster/21444-RaiderOfPastureland.xml new file mode 100644 index 000000000..7eff1390f --- /dev/null +++ b/data/templates/npc/monster/21444-RaiderOfPastureland.xml @@ -0,0 +1,49 @@ + + + + Raider of Pastureland + 63 + MALE + + + + + + + + + + + + + + + 7066 + 638 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21445-AlpineBandersnatch.xml b/data/templates/npc/monster/21445-AlpineBandersnatch.xml new file mode 100644 index 000000000..e90f2e3fd --- /dev/null +++ b/data/templates/npc/monster/21445-AlpineBandersnatch.xml @@ -0,0 +1,47 @@ + + + + Alpine Bandersnatch + 64 + MALE + + + + + + + + + + + + + + + 7292 + 667 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21446-RaiderOfPastureland.xml b/data/templates/npc/monster/21446-RaiderOfPastureland.xml new file mode 100644 index 000000000..4aef54948 --- /dev/null +++ b/data/templates/npc/monster/21446-RaiderOfPastureland.xml @@ -0,0 +1,49 @@ + + + + Raider of Pastureland + 64 + MALE + + + + + + + + + + + + + + + 8972 + 821 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21447-RaiderOfPastureland.xml b/data/templates/npc/monster/21447-RaiderOfPastureland.xml new file mode 100644 index 000000000..e51befeb8 --- /dev/null +++ b/data/templates/npc/monster/21447-RaiderOfPastureland.xml @@ -0,0 +1,48 @@ + + + + Raider of Pastureland + 66 + MALE + + + + + + + + + + + + + + + 9228 + 869 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21448-RaiderOfPastureland.xml b/data/templates/npc/monster/21448-RaiderOfPastureland.xml new file mode 100644 index 000000000..5381d7ac3 --- /dev/null +++ b/data/templates/npc/monster/21448-RaiderOfPastureland.xml @@ -0,0 +1,47 @@ + + + + Raider of Pastureland + 66 + MALE + + + + + + + + + + + + + + + 7754 + 730 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21449-RaiderOfPastureland.xml b/data/templates/npc/monster/21449-RaiderOfPastureland.xml new file mode 100644 index 000000000..205c0ffef --- /dev/null +++ b/data/templates/npc/monster/21449-RaiderOfPastureland.xml @@ -0,0 +1,44 @@ + + + + Raider of Pastureland + 68 + MALE + + + + + + + + + + + + + + + 10128 + 978 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21450-AlpineGrendel.xml b/data/templates/npc/monster/21450-AlpineGrendel.xml new file mode 100644 index 000000000..b1e1b0f8d --- /dev/null +++ b/data/templates/npc/monster/21450-AlpineGrendel.xml @@ -0,0 +1,44 @@ + + + + Alpine Grendel + 68 + MALE + + + + + + + + + + + + + + + 9796 + 947 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21508-SplinterStakato.xml b/data/templates/npc/monster/21508-SplinterStakato.xml new file mode 100644 index 000000000..58a757b1b --- /dev/null +++ b/data/templates/npc/monster/21508-SplinterStakato.xml @@ -0,0 +1,49 @@ + + + + Splinter Stakato + 66 + MALE + + + + + + + + + + + + + + + 8771 + 825 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21509-SplinterStakatoWorker.xml b/data/templates/npc/monster/21509-SplinterStakatoWorker.xml new file mode 100644 index 000000000..34e0eef5c --- /dev/null +++ b/data/templates/npc/monster/21509-SplinterStakatoWorker.xml @@ -0,0 +1,46 @@ + + + + Splinter Stakato Worker + 67 + MALE + + + + + + + + + + + + + + + 8134 + 774 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21510-SplinterStakatoSoldier.xml b/data/templates/npc/monster/21510-SplinterStakatoSoldier.xml new file mode 100644 index 000000000..036249696 --- /dev/null +++ b/data/templates/npc/monster/21510-SplinterStakatoSoldier.xml @@ -0,0 +1,44 @@ + + + + Splinter Stakato Soldier + 68 + MALE + + + + + + + + + + + + + + + 9561 + 923 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21511-SplinterStakatoDrone.xml b/data/templates/npc/monster/21511-SplinterStakatoDrone.xml new file mode 100644 index 000000000..53cc6ead7 --- /dev/null +++ b/data/templates/npc/monster/21511-SplinterStakatoDrone.xml @@ -0,0 +1,51 @@ + + + + Splinter Stakato Drone + 69 + MALE + + + + + + + + + + + + + + + 10158 + 993 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21512-SplinterStakatoDrone.xml b/data/templates/npc/monster/21512-SplinterStakatoDrone.xml new file mode 100644 index 000000000..4afdac6fa --- /dev/null +++ b/data/templates/npc/monster/21512-SplinterStakatoDrone.xml @@ -0,0 +1,45 @@ + + + + Splinter Stakato Drone + 70 + MALE + + + + + + + + + + + + + + + 9379 + 929 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21513-NeedleStakato.xml b/data/templates/npc/monster/21513-NeedleStakato.xml new file mode 100644 index 000000000..4d65cce93 --- /dev/null +++ b/data/templates/npc/monster/21513-NeedleStakato.xml @@ -0,0 +1,49 @@ + + + + Needle Stakato + 70 + MALE + + + + + + + + + + + + + + + 9867 + 978 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21514-NeedleStakatoWorker.xml b/data/templates/npc/monster/21514-NeedleStakatoWorker.xml new file mode 100644 index 000000000..e1640d4c1 --- /dev/null +++ b/data/templates/npc/monster/21514-NeedleStakatoWorker.xml @@ -0,0 +1,49 @@ + + + + Needle Stakato Worker + 71 + MALE + + + + + + + + + + + + + + + 9134 + 916 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21515-NeedleStakatoSoldier.xml b/data/templates/npc/monster/21515-NeedleStakatoSoldier.xml new file mode 100644 index 000000000..2d04f1d43 --- /dev/null +++ b/data/templates/npc/monster/21515-NeedleStakatoSoldier.xml @@ -0,0 +1,46 @@ + + + + Needle Stakato Soldier + 72 + MALE + + + + + + + + + + + + + + + 10718 + 1088 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21516-NeedleStakatoDrone.xml b/data/templates/npc/monster/21516-NeedleStakatoDrone.xml new file mode 100644 index 000000000..0c8165a73 --- /dev/null +++ b/data/templates/npc/monster/21516-NeedleStakatoDrone.xml @@ -0,0 +1,44 @@ + + + + Needle Stakato Drone + 73 + MALE + + + + + + + + + + + + + + + 10730 + 1104 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21517-NeedleStakatoDrone.xml b/data/templates/npc/monster/21517-NeedleStakatoDrone.xml new file mode 100644 index 000000000..79310c156 --- /dev/null +++ b/data/templates/npc/monster/21517-NeedleStakatoDrone.xml @@ -0,0 +1,48 @@ + + + + Needle Stakato Drone + 74 + MALE + + + + + + + + + + + + + + + 10481 + 1092 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21518-FrenzyStakatoSoldier.xml b/data/templates/npc/monster/21518-FrenzyStakatoSoldier.xml new file mode 100644 index 000000000..aba442cae --- /dev/null +++ b/data/templates/npc/monster/21518-FrenzyStakatoSoldier.xml @@ -0,0 +1,45 @@ + + + + Frenzy Stakato Soldier + 68 + MALE + + + + + + + + + + + + + + + 9228 + 891 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21519-FrenzyStakatoDrone.xml b/data/templates/npc/monster/21519-FrenzyStakatoDrone.xml new file mode 100644 index 000000000..b73d31d19 --- /dev/null +++ b/data/templates/npc/monster/21519-FrenzyStakatoDrone.xml @@ -0,0 +1,50 @@ + + + + Frenzy Stakato Drone + 72 + MALE + + + + + + + + + + + + + + + 10345 + 1051 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21520-EyeOfSplendor.xml b/data/templates/npc/monster/21520-EyeOfSplendor.xml new file mode 100644 index 000000000..6299db0db --- /dev/null +++ b/data/templates/npc/monster/21520-EyeOfSplendor.xml @@ -0,0 +1,48 @@ + + + + Eye of Splendor + 60 + MALE + + + + + + + + + + + + + + + 8960 + 778 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21521-ClawsOfSplendor.xml b/data/templates/npc/monster/21521-ClawsOfSplendor.xml new file mode 100644 index 000000000..0a083dd0d --- /dev/null +++ b/data/templates/npc/monster/21521-ClawsOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Claws of Splendor + 60 + MALE + + + + + + + + + + + + + + + 8809 + 764 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21522-ClawsOfSplendor.xml b/data/templates/npc/monster/21522-ClawsOfSplendor.xml new file mode 100644 index 000000000..daf025f04 --- /dev/null +++ b/data/templates/npc/monster/21522-ClawsOfSplendor.xml @@ -0,0 +1,48 @@ + + + + Claws of Splendor + 60 + MALE + + + + + + + + + + + + + + + 10498 + 911 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21523-FlashOfSplendor.xml b/data/templates/npc/monster/21523-FlashOfSplendor.xml new file mode 100644 index 000000000..3d311c8fd --- /dev/null +++ b/data/templates/npc/monster/21523-FlashOfSplendor.xml @@ -0,0 +1,52 @@ + + + + Flash of Splendor + 61 + MALE + + + + + + + + + + + + + + + 9035 + 796 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21524-BladeOfSplendor.xml b/data/templates/npc/monster/21524-BladeOfSplendor.xml new file mode 100644 index 000000000..9135e279f --- /dev/null +++ b/data/templates/npc/monster/21524-BladeOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Blade of Splendor + 61 + MALE + + + + + + + + + + + + + + + 9634 + 848 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21525-BladeOfSplendor.xml b/data/templates/npc/monster/21525-BladeOfSplendor.xml new file mode 100644 index 000000000..2b173eedd --- /dev/null +++ b/data/templates/npc/monster/21525-BladeOfSplendor.xml @@ -0,0 +1,46 @@ + + + + Blade of Splendor + 61 + MALE + + + + + + + + + + + + + + + 9634 + 848 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21526-WisdomOfSplendor.xml b/data/templates/npc/monster/21526-WisdomOfSplendor.xml new file mode 100644 index 000000000..39dee9b5b --- /dev/null +++ b/data/templates/npc/monster/21526-WisdomOfSplendor.xml @@ -0,0 +1,48 @@ + + + + Wisdom of Splendor + 62 + MALE + + + + + + + + + + + + + + + 11065 + 986 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21527-AngerOfSplendor.xml b/data/templates/npc/monster/21527-AngerOfSplendor.xml new file mode 100644 index 000000000..8fe12531e --- /dev/null +++ b/data/templates/npc/monster/21527-AngerOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Anger of Splendor + 63 + MALE + + + + + + + + + + + + + + + 9759 + 881 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21528-AngerOfSplendor.xml b/data/templates/npc/monster/21528-AngerOfSplendor.xml new file mode 100644 index 000000000..c29d6b73f --- /dev/null +++ b/data/templates/npc/monster/21528-AngerOfSplendor.xml @@ -0,0 +1,48 @@ + + + + Anger of Splendor + 63 + MALE + + + + + + + + + + + + + + + 11574 + 1045 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21529-SoulOfSplendor.xml b/data/templates/npc/monster/21529-SoulOfSplendor.xml new file mode 100644 index 000000000..0a36754b0 --- /dev/null +++ b/data/templates/npc/monster/21529-SoulOfSplendor.xml @@ -0,0 +1,51 @@ + + + + Soul of Splendor + 63 + MALE + + + + + + + + + + + + + + + 8853 + 799 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21530-VictoryOfSplendor.xml b/data/templates/npc/monster/21530-VictoryOfSplendor.xml new file mode 100644 index 000000000..9e721278c --- /dev/null +++ b/data/templates/npc/monster/21530-VictoryOfSplendor.xml @@ -0,0 +1,45 @@ + + + + Victory of Splendor + 64 + MALE + + + + + + + + + + + + + + + 9608 + 880 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21531-PunishmentOfSplendor.xml b/data/templates/npc/monster/21531-PunishmentOfSplendor.xml new file mode 100644 index 000000000..5a9fd2225 --- /dev/null +++ b/data/templates/npc/monster/21531-PunishmentOfSplendor.xml @@ -0,0 +1,45 @@ + + + + Punishment of Splendor + 64 + MALE + + + + + + + + + + + + + + + 10605 + 971 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21532-ShoutOfSplendor.xml b/data/templates/npc/monster/21532-ShoutOfSplendor.xml new file mode 100644 index 000000000..40cf440e6 --- /dev/null +++ b/data/templates/npc/monster/21532-ShoutOfSplendor.xml @@ -0,0 +1,48 @@ + + + + Shout of Splendor + 65 + MALE + + + + + + + + + + + + + + + 11348 + 1055 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21533-AllianceOfSplendor.xml b/data/templates/npc/monster/21533-AllianceOfSplendor.xml new file mode 100644 index 000000000..ed63d80e5 --- /dev/null +++ b/data/templates/npc/monster/21533-AllianceOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Alliance of Splendor + 65 + MALE + + + + + + + + + + + + + + + 9320 + 866 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21534-AllianceOfSplendor.xml b/data/templates/npc/monster/21534-AllianceOfSplendor.xml new file mode 100644 index 000000000..289bfcd4f --- /dev/null +++ b/data/templates/npc/monster/21534-AllianceOfSplendor.xml @@ -0,0 +1,48 @@ + + + + Alliance of Splendor + 65 + MALE + + + + + + + + + + + + + + + 12321 + 1145 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21535-SignetOfSplendor.xml b/data/templates/npc/monster/21535-SignetOfSplendor.xml new file mode 100644 index 000000000..2b25390a7 --- /dev/null +++ b/data/templates/npc/monster/21535-SignetOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Signet of Splendor + 66 + MALE + + + + + + + + + + + + + + + 11197 + 1054 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21536-CrownOfSplendor.xml b/data/templates/npc/monster/21536-CrownOfSplendor.xml new file mode 100644 index 000000000..4d6b93de1 --- /dev/null +++ b/data/templates/npc/monster/21536-CrownOfSplendor.xml @@ -0,0 +1,44 @@ + + + + Crown of Splendor + 66 + MALE + + + + + + + + + + + + + + + 11385 + 1072 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21537-FangOfSplendor.xml b/data/templates/npc/monster/21537-FangOfSplendor.xml new file mode 100644 index 000000000..6dcd5c945 --- /dev/null +++ b/data/templates/npc/monster/21537-FangOfSplendor.xml @@ -0,0 +1,45 @@ + + + + Fang of Splendor + 67 + MALE + + + + + + + + + + + + + + + 10686 + 1018 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21538-FangOfSplendor.xml b/data/templates/npc/monster/21538-FangOfSplendor.xml new file mode 100644 index 000000000..21b9d28e7 --- /dev/null +++ b/data/templates/npc/monster/21538-FangOfSplendor.xml @@ -0,0 +1,43 @@ + + + + Fang of Splendor + 67 + MALE + + + + + + + + + + + + + + + 13091 + 1247 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21539-WailingOfSplendor.xml b/data/templates/npc/monster/21539-WailingOfSplendor.xml new file mode 100644 index 000000000..874cb8502 --- /dev/null +++ b/data/templates/npc/monster/21539-WailingOfSplendor.xml @@ -0,0 +1,51 @@ + + + + Wailing of Splendor + 67 + MALE + + + + + + + + + + + + + + + 11622 + 1106 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21540-WailingOfSplendor.xml b/data/templates/npc/monster/21540-WailingOfSplendor.xml new file mode 100644 index 000000000..c7977105e --- /dev/null +++ b/data/templates/npc/monster/21540-WailingOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Wailing of Splendor + 67 + MALE + + + + + + + + + + + + + + + 11622 + 1106 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21541-PilgrimOfSplendor.xml b/data/templates/npc/monster/21541-PilgrimOfSplendor.xml new file mode 100644 index 000000000..64670972e --- /dev/null +++ b/data/templates/npc/monster/21541-PilgrimOfSplendor.xml @@ -0,0 +1,50 @@ + + + + Pilgrim of Splendor + 63 + MALE + + + + + + + + + + + + + + + 11933 + 1078 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21542-DiscipleOfPilgrim.xml b/data/templates/npc/monster/21542-DiscipleOfPilgrim.xml new file mode 100644 index 000000000..913e940cf --- /dev/null +++ b/data/templates/npc/monster/21542-DiscipleOfPilgrim.xml @@ -0,0 +1,45 @@ + + + + Disciple of Pilgrim + 62 + MALE + + + + + + + + + + + + + + + 8319 + 742 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21543-PageOfPilgrim.xml b/data/templates/npc/monster/21543-PageOfPilgrim.xml new file mode 100644 index 000000000..47baf04fa --- /dev/null +++ b/data/templates/npc/monster/21543-PageOfPilgrim.xml @@ -0,0 +1,52 @@ + + + + Page of Pilgrim + 62 + MALE + + + + + + + + + + + + + + + 9492 + 846 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21544-JudgeOfSplendor.xml b/data/templates/npc/monster/21544-JudgeOfSplendor.xml new file mode 100644 index 000000000..32e936b87 --- /dev/null +++ b/data/templates/npc/monster/21544-JudgeOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Judge of Splendor + 67 + MALE + + + + + + + + + + + + + + + 13598 + 1295 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21545-JudgeOfFire.xml b/data/templates/npc/monster/21545-JudgeOfFire.xml new file mode 100644 index 000000000..862609b28 --- /dev/null +++ b/data/templates/npc/monster/21545-JudgeOfFire.xml @@ -0,0 +1,49 @@ + + + + Judge of Fire + 66 + MALE + + + + + + + + + + + + + + + 9427 + 887 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21546-JudgeOfLight.xml b/data/templates/npc/monster/21546-JudgeOfLight.xml new file mode 100644 index 000000000..4e3e113bd --- /dev/null +++ b/data/templates/npc/monster/21546-JudgeOfLight.xml @@ -0,0 +1,51 @@ + + + + Judge of Light + 66 + MALE + + + + + + + + + + + + + + + 10756 + 1013 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21547-CorruptedKnight.xml b/data/templates/npc/monster/21547-CorruptedKnight.xml new file mode 100644 index 000000000..9b6642bdd --- /dev/null +++ b/data/templates/npc/monster/21547-CorruptedKnight.xml @@ -0,0 +1,48 @@ + + + + Corrupted Knight + 63 + MALE + + + + + + + + + + + + + + + 9739 + 880 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21548-ResurrectedKnight.xml b/data/templates/npc/monster/21548-ResurrectedKnight.xml new file mode 100644 index 000000000..54a787e97 --- /dev/null +++ b/data/templates/npc/monster/21548-ResurrectedKnight.xml @@ -0,0 +1,47 @@ + + + + Resurrected Knight + 63 + MALE + + + + + + + + + + + + + + + 8423 + 761 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21549-CorruptedGuard.xml b/data/templates/npc/monster/21549-CorruptedGuard.xml new file mode 100644 index 000000000..36b9042d3 --- /dev/null +++ b/data/templates/npc/monster/21549-CorruptedGuard.xml @@ -0,0 +1,49 @@ + + + + Corrupted Guard + 64 + MALE + + + + + + + + + + + + + + + 10051 + 920 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21550-CorruptedGuard.xml b/data/templates/npc/monster/21550-CorruptedGuard.xml new file mode 100644 index 000000000..664826e58 --- /dev/null +++ b/data/templates/npc/monster/21550-CorruptedGuard.xml @@ -0,0 +1,49 @@ + + + + Corrupted Guard + 64 + MALE + + + + + + + + + + + + + + + 10252 + 938 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21551-ResurrectedGuard.xml b/data/templates/npc/monster/21551-ResurrectedGuard.xml new file mode 100644 index 000000000..8a99f7b8a --- /dev/null +++ b/data/templates/npc/monster/21551-ResurrectedGuard.xml @@ -0,0 +1,51 @@ + + + + Resurrected Guard + 66 + MALE + + + + + + + + + + + + + + + 11449 + 1078 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21552-ResurrectedGuard.xml b/data/templates/npc/monster/21552-ResurrectedGuard.xml new file mode 100644 index 000000000..b8dc04b82 --- /dev/null +++ b/data/templates/npc/monster/21552-ResurrectedGuard.xml @@ -0,0 +1,51 @@ + + + + Resurrected Guard + 66 + MALE + + + + + + + + + + + + + + + 10903 + 1026 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21553-TrampledMan.xml b/data/templates/npc/monster/21553-TrampledMan.xml new file mode 100644 index 000000000..e9c0913c6 --- /dev/null +++ b/data/templates/npc/monster/21553-TrampledMan.xml @@ -0,0 +1,50 @@ + + + + Trampled Man + 65 + MALE + + + + + + + + + + + + + + + 7521 + 698 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21554-TrampledMan.xml b/data/templates/npc/monster/21554-TrampledMan.xml new file mode 100644 index 000000000..ffdb3acc1 --- /dev/null +++ b/data/templates/npc/monster/21554-TrampledMan.xml @@ -0,0 +1,50 @@ + + + + Trampled Man + 65 + MALE + + + + + + + + + + + + + + + 7521 + 698 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21555-SlaughterExecutioner.xml b/data/templates/npc/monster/21555-SlaughterExecutioner.xml new file mode 100644 index 000000000..65d5aa446 --- /dev/null +++ b/data/templates/npc/monster/21555-SlaughterExecutioner.xml @@ -0,0 +1,44 @@ + + + + Slaughter Executioner + 65 + MALE + + + + + + + + + + + + + + + 9144 + 850 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21556-SlaughterExecutioner.xml b/data/templates/npc/monster/21556-SlaughterExecutioner.xml new file mode 100644 index 000000000..d2aab060f --- /dev/null +++ b/data/templates/npc/monster/21556-SlaughterExecutioner.xml @@ -0,0 +1,44 @@ + + + + Slaughter Executioner + 65 + MALE + + + + + + + + + + + + + + + 8922 + 829 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21557-BoneSnatcher.xml b/data/templates/npc/monster/21557-BoneSnatcher.xml new file mode 100644 index 000000000..51120de29 --- /dev/null +++ b/data/templates/npc/monster/21557-BoneSnatcher.xml @@ -0,0 +1,49 @@ + + + + Bone Snatcher + 66 + MALE + + + + + + + + + + + + + + + 10529 + 991 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21558-BoneSnatcher.xml b/data/templates/npc/monster/21558-BoneSnatcher.xml new file mode 100644 index 000000000..bfa5bf002 --- /dev/null +++ b/data/templates/npc/monster/21558-BoneSnatcher.xml @@ -0,0 +1,49 @@ + + + + Bone Snatcher + 66 + MALE + + + + + + + + + + + + + + + 10529 + 991 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21559-BoneMaker.xml b/data/templates/npc/monster/21559-BoneMaker.xml new file mode 100644 index 000000000..631d24a7c --- /dev/null +++ b/data/templates/npc/monster/21559-BoneMaker.xml @@ -0,0 +1,51 @@ + + + + Bone Maker + 66 + MALE + + + + + + + + + + + + + + + 11515 + 1084 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21560-BoneShaper.xml b/data/templates/npc/monster/21560-BoneShaper.xml new file mode 100644 index 000000000..1c181f4cb --- /dev/null +++ b/data/templates/npc/monster/21560-BoneShaper.xml @@ -0,0 +1,50 @@ + + + + Bone Shaper + 66 + MALE + + + + + + + + + + + + + + + 11515 + 1084 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21561-SacrificedMan.xml b/data/templates/npc/monster/21561-SacrificedMan.xml new file mode 100644 index 000000000..138e98d6c --- /dev/null +++ b/data/templates/npc/monster/21561-SacrificedMan.xml @@ -0,0 +1,49 @@ + + + + Sacrificed Man + 67 + MALE + + + + + + + + + + + + + + + 9669 + 920 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21562-GuillotineSGhost.xml b/data/templates/npc/monster/21562-GuillotineSGhost.xml new file mode 100644 index 000000000..0b6f5d1ab --- /dev/null +++ b/data/templates/npc/monster/21562-GuillotineSGhost.xml @@ -0,0 +1,49 @@ + + + + Guillotine's Ghost + 67 + MALE + + + + + + + + + + + + + + + 10013 + 954 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21563-BoneCollector.xml b/data/templates/npc/monster/21563-BoneCollector.xml new file mode 100644 index 000000000..bb25d04d7 --- /dev/null +++ b/data/templates/npc/monster/21563-BoneCollector.xml @@ -0,0 +1,49 @@ + + + + Bone Collector + 67 + MALE + + + + + + + + + + + + + + + 11634 + 1108 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21564-SkullCollector.xml b/data/templates/npc/monster/21564-SkullCollector.xml new file mode 100644 index 000000000..d80687d70 --- /dev/null +++ b/data/templates/npc/monster/21564-SkullCollector.xml @@ -0,0 +1,46 @@ + + + + Skull Collector + 67 + MALE + + + + + + + + + + + + + + + 11068 + 1054 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21565-BoneAnimator.xml b/data/templates/npc/monster/21565-BoneAnimator.xml new file mode 100644 index 000000000..28c2af27b --- /dev/null +++ b/data/templates/npc/monster/21565-BoneAnimator.xml @@ -0,0 +1,44 @@ + + + + Bone Animator + 68 + MALE + + + + + + + + + + + + + + + 11177 + 1080 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21566-SkullAnimator.xml b/data/templates/npc/monster/21566-SkullAnimator.xml new file mode 100644 index 000000000..79e91eb0c --- /dev/null +++ b/data/templates/npc/monster/21566-SkullAnimator.xml @@ -0,0 +1,45 @@ + + + + Skull Animator + 68 + MALE + + + + + + + + + + + + + + + 12224 + 1181 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21567-BoneSlayer.xml b/data/templates/npc/monster/21567-BoneSlayer.xml new file mode 100644 index 000000000..b5f2ba450 --- /dev/null +++ b/data/templates/npc/monster/21567-BoneSlayer.xml @@ -0,0 +1,44 @@ + + + + Bone Slayer + 68 + MALE + + + + + + + + + + + + + + + 14611 + 1411 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21568-DevilBat.xml b/data/templates/npc/monster/21568-DevilBat.xml new file mode 100644 index 000000000..ab39f7710 --- /dev/null +++ b/data/templates/npc/monster/21568-DevilBat.xml @@ -0,0 +1,44 @@ + + + + Devil Bat + 68 + MALE + + + + + + + + + + + + + + + 12528 + 1211 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21569-DevilBat.xml b/data/templates/npc/monster/21569-DevilBat.xml new file mode 100644 index 000000000..58e51dd98 --- /dev/null +++ b/data/templates/npc/monster/21569-DevilBat.xml @@ -0,0 +1,44 @@ + + + + Devil Bat + 68 + MALE + + + + + + + + + + + + + + + 9730 + 940 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21570-GhostOfBetrayer.xml b/data/templates/npc/monster/21570-GhostOfBetrayer.xml new file mode 100644 index 000000000..497a26faf --- /dev/null +++ b/data/templates/npc/monster/21570-GhostOfBetrayer.xml @@ -0,0 +1,43 @@ + + + + Ghost of Betrayer + 69 + MALE + + + + + + + + + + + + + + + 9069 + 887 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21571-GhostOfRebellionSoldier.xml b/data/templates/npc/monster/21571-GhostOfRebellionSoldier.xml new file mode 100644 index 000000000..2c2aaac31 --- /dev/null +++ b/data/templates/npc/monster/21571-GhostOfRebellionSoldier.xml @@ -0,0 +1,45 @@ + + + + Ghost of Rebellion Soldier + 69 + MALE + + + + + + + + + + + + + + + 12862 + 1259 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21572-BoneSweeper.xml b/data/templates/npc/monster/21572-BoneSweeper.xml new file mode 100644 index 000000000..3d211a0df --- /dev/null +++ b/data/templates/npc/monster/21572-BoneSweeper.xml @@ -0,0 +1,45 @@ + + + + Bone Sweeper + 69 + MALE + + + + + + + + + + + + + + + 12339 + 1207 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21573-Atrox.xml b/data/templates/npc/monster/21573-Atrox.xml new file mode 100644 index 000000000..0fb3e05a1 --- /dev/null +++ b/data/templates/npc/monster/21573-Atrox.xml @@ -0,0 +1,48 @@ + + + + Atrox + 69 + MALE + + + + + + + + + + + + + + + 13747 + 1345 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21574-BoneGrinder.xml b/data/templates/npc/monster/21574-BoneGrinder.xml new file mode 100644 index 000000000..a79c6406f --- /dev/null +++ b/data/templates/npc/monster/21574-BoneGrinder.xml @@ -0,0 +1,42 @@ + + + + Bone Grinder + 70 + MALE + + + + + + + + + + + + + + + 15483 + 1535 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21575-BoneGrinder.xml b/data/templates/npc/monster/21575-BoneGrinder.xml new file mode 100644 index 000000000..1e1f2cea3 --- /dev/null +++ b/data/templates/npc/monster/21575-BoneGrinder.xml @@ -0,0 +1,42 @@ + + + + Bone Grinder + 70 + MALE + + + + + + + + + + + + + + + 8723 + 865 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21576-GhostOfGuillotine.xml b/data/templates/npc/monster/21576-GhostOfGuillotine.xml new file mode 100644 index 000000000..e05c8e352 --- /dev/null +++ b/data/templates/npc/monster/21576-GhostOfGuillotine.xml @@ -0,0 +1,44 @@ + + + + Ghost of Guillotine + 70 + MALE + + + + + + + + + + + + + + + 11220 + 1112 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21577-GhostOfGuillotine.xml b/data/templates/npc/monster/21577-GhostOfGuillotine.xml new file mode 100644 index 000000000..59ba8b317 --- /dev/null +++ b/data/templates/npc/monster/21577-GhostOfGuillotine.xml @@ -0,0 +1,44 @@ + + + + Ghost of Guillotine + 70 + MALE + + + + + + + + + + + + + + + 9835 + 976 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21578-BehemothZombie.xml b/data/templates/npc/monster/21578-BehemothZombie.xml new file mode 100644 index 000000000..043c08357 --- /dev/null +++ b/data/templates/npc/monster/21578-BehemothZombie.xml @@ -0,0 +1,44 @@ + + + + Behemoth Zombie + 71 + MALE + + + + + + + + + + + + + + + 12370 + 1241 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21579-GhostOfRebellionLeader.xml b/data/templates/npc/monster/21579-GhostOfRebellionLeader.xml new file mode 100644 index 000000000..7f30ecac2 --- /dev/null +++ b/data/templates/npc/monster/21579-GhostOfRebellionLeader.xml @@ -0,0 +1,44 @@ + + + + Ghost of Rebellion Leader + 71 + MALE + + + + + + + + + + + + + + + 13012 + 1306 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21580-BoneCaster.xml b/data/templates/npc/monster/21580-BoneCaster.xml new file mode 100644 index 000000000..0e68d2840 --- /dev/null +++ b/data/templates/npc/monster/21580-BoneCaster.xml @@ -0,0 +1,45 @@ + + + + Bone Caster + 71 + MALE + + + + + + + + + + + + + + + 12185 + 1223 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21581-BonePuppeteer.xml b/data/templates/npc/monster/21581-BonePuppeteer.xml new file mode 100644 index 000000000..eb8dfcb38 --- /dev/null +++ b/data/templates/npc/monster/21581-BonePuppeteer.xml @@ -0,0 +1,44 @@ + + + + Bone Puppeteer + 71 + MALE + + + + + + + + + + + + + + + 13326 + 1337 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21582-VampireSoldier.xml b/data/templates/npc/monster/21582-VampireSoldier.xml new file mode 100644 index 000000000..aa2fd9260 --- /dev/null +++ b/data/templates/npc/monster/21582-VampireSoldier.xml @@ -0,0 +1,45 @@ + + + + Vampire Soldier + 71 + MALE + + + + + + + + + + + + + + + 14270 + 1432 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21583-BoneScavenger.xml b/data/templates/npc/monster/21583-BoneScavenger.xml new file mode 100644 index 000000000..22659e896 --- /dev/null +++ b/data/templates/npc/monster/21583-BoneScavenger.xml @@ -0,0 +1,48 @@ + + + + Bone Scavenger + 72 + MALE + + + + + + + + + + + + + + + 13436 + 1364 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21584-BoneScavenger.xml b/data/templates/npc/monster/21584-BoneScavenger.xml new file mode 100644 index 000000000..04219ce4d --- /dev/null +++ b/data/templates/npc/monster/21584-BoneScavenger.xml @@ -0,0 +1,48 @@ + + + + Bone Scavenger + 72 + MALE + + + + + + + + + + + + + + + 12531 + 1273 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21585-VampireMagician.xml b/data/templates/npc/monster/21585-VampireMagician.xml new file mode 100644 index 000000000..6b86b4e45 --- /dev/null +++ b/data/templates/npc/monster/21585-VampireMagician.xml @@ -0,0 +1,45 @@ + + + + Vampire Magician + 72 + FEMALE + + + + + + + + + + + + + + + 11554 + 1174 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21586-VampireAdept.xml b/data/templates/npc/monster/21586-VampireAdept.xml new file mode 100644 index 000000000..6167d0d6f --- /dev/null +++ b/data/templates/npc/monster/21586-VampireAdept.xml @@ -0,0 +1,44 @@ + + + + Vampire Adept + 72 + FEMALE + + + + + + + + + + + + + + + 13649 + 1387 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21587-VampireWarrior.xml b/data/templates/npc/monster/21587-VampireWarrior.xml new file mode 100644 index 000000000..f2540cedc --- /dev/null +++ b/data/templates/npc/monster/21587-VampireWarrior.xml @@ -0,0 +1,45 @@ + + + + Vampire Warrior + 72 + MALE + + + + + + + + + + + + + + + 14223 + 1445 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21588-VampireWizard.xml b/data/templates/npc/monster/21588-VampireWizard.xml new file mode 100644 index 000000000..7e2edaff4 --- /dev/null +++ b/data/templates/npc/monster/21588-VampireWizard.xml @@ -0,0 +1,49 @@ + + + + Vampire Wizard + 73 + FEMALE + + + + + + + + + + + + + + + 11923 + 1226 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21589-VampireWizard.xml b/data/templates/npc/monster/21589-VampireWizard.xml new file mode 100644 index 000000000..0a7147f9d --- /dev/null +++ b/data/templates/npc/monster/21589-VampireWizard.xml @@ -0,0 +1,49 @@ + + + + Vampire Wizard + 73 + FEMALE + + + + + + + + + + + + + + + 12202 + 1255 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21590-VampireMagister.xml b/data/templates/npc/monster/21590-VampireMagister.xml new file mode 100644 index 000000000..256c27c26 --- /dev/null +++ b/data/templates/npc/monster/21590-VampireMagister.xml @@ -0,0 +1,45 @@ + + + + Vampire Magister + 73 + FEMALE + + + + + + + + + + + + + + + 11923 + 1226 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21591-VampireMagister.xml b/data/templates/npc/monster/21591-VampireMagister.xml new file mode 100644 index 000000000..99cc3a629 --- /dev/null +++ b/data/templates/npc/monster/21591-VampireMagister.xml @@ -0,0 +1,45 @@ + + + + Vampire Magister + 73 + FEMALE + + + + + + + + + + + + + + + 13756 + 1415 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21592-VampireMagister.xml b/data/templates/npc/monster/21592-VampireMagister.xml new file mode 100644 index 000000000..e367c13d3 --- /dev/null +++ b/data/templates/npc/monster/21592-VampireMagister.xml @@ -0,0 +1,45 @@ + + + + Vampire Magister + 73 + FEMALE + + + + + + + + + + + + + + + 9301 + 956 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21593-VampireWarlord.xml b/data/templates/npc/monster/21593-VampireWarlord.xml new file mode 100644 index 000000000..b92bf8218 --- /dev/null +++ b/data/templates/npc/monster/21593-VampireWarlord.xml @@ -0,0 +1,44 @@ + + + + Vampire Warlord + 73 + MALE + + + + + + + + + + + + + + + 16016 + 1648 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21594-VampireWarlord.xml b/data/templates/npc/monster/21594-VampireWarlord.xml new file mode 100644 index 000000000..9448ef3d6 --- /dev/null +++ b/data/templates/npc/monster/21594-VampireWarlord.xml @@ -0,0 +1,44 @@ + + + + Vampire Warlord + 73 + MALE + + + + + + + + + + + + + + + 15086 + 1553 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21595-VampireWarlord.xml b/data/templates/npc/monster/21595-VampireWarlord.xml new file mode 100644 index 000000000..df7efa6da --- /dev/null +++ b/data/templates/npc/monster/21595-VampireWarlord.xml @@ -0,0 +1,44 @@ + + + + Vampire Warlord + 73 + MALE + + + + + + + + + + + + + + + 10993 + 1132 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21596-RequiemLord.xml b/data/templates/npc/monster/21596-RequiemLord.xml new file mode 100644 index 000000000..b86a5ce86 --- /dev/null +++ b/data/templates/npc/monster/21596-RequiemLord.xml @@ -0,0 +1,46 @@ + + + + Requiem Lord + 68 + MALE + + + + + + + + + + + + + + + 14446 + 1396 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21597-RequiemBehemoth.xml b/data/templates/npc/monster/21597-RequiemBehemoth.xml new file mode 100644 index 000000000..7701ec36b --- /dev/null +++ b/data/templates/npc/monster/21597-RequiemBehemoth.xml @@ -0,0 +1,44 @@ + + + + Requiem Behemoth + 67 + MALE + + + + + + + + + + + + + + + 9919 + 944 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21598-RequiemBehemoth.xml b/data/templates/npc/monster/21598-RequiemBehemoth.xml new file mode 100644 index 000000000..d9a4a51a6 --- /dev/null +++ b/data/templates/npc/monster/21598-RequiemBehemoth.xml @@ -0,0 +1,49 @@ + + + + Requiem Behemoth + 67 + MALE + + + + + + + + + + + + + + + 11015 + 1049 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21599-RequiemPriest.xml b/data/templates/npc/monster/21599-RequiemPriest.xml new file mode 100644 index 000000000..748960f4c --- /dev/null +++ b/data/templates/npc/monster/21599-RequiemPriest.xml @@ -0,0 +1,44 @@ + + + + Requiem Priest + 71 + MALE + + + + + + + + + + + + + + + 15301 + 1535 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21600-RequiemBehemoth.xml b/data/templates/npc/monster/21600-RequiemBehemoth.xml new file mode 100644 index 000000000..0a2815d39 --- /dev/null +++ b/data/templates/npc/monster/21600-RequiemBehemoth.xml @@ -0,0 +1,48 @@ + + + + Requiem Behemoth + 70 + MALE + + + + + + + + + + + + + + + 10827 + 1074 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21601-RequiemBehemoth.xml b/data/templates/npc/monster/21601-RequiemBehemoth.xml new file mode 100644 index 000000000..b7183e34a --- /dev/null +++ b/data/templates/npc/monster/21601-RequiemBehemoth.xml @@ -0,0 +1,49 @@ + + + + Requiem Behemoth + 70 + MALE + + + + + + + + + + + + + + + 12879 + 1277 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21602-ZakenSPikeman.xml b/data/templates/npc/monster/21602-ZakenSPikeman.xml new file mode 100644 index 000000000..2cc6c44df --- /dev/null +++ b/data/templates/npc/monster/21602-ZakenSPikeman.xml @@ -0,0 +1,51 @@ + + + + Zaken's Pikeman + 43 + MALE + + + + + + + + + + + + + + + 4433 + 300 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21603-ZakenSPikeman.xml b/data/templates/npc/monster/21603-ZakenSPikeman.xml new file mode 100644 index 000000000..9225359c9 --- /dev/null +++ b/data/templates/npc/monster/21603-ZakenSPikeman.xml @@ -0,0 +1,51 @@ + + + + Zaken's Pikeman + 43 + MALE + + + + + + + + + + + + + + + 6277 + 425 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21604-ZakenSElitePikeman.xml b/data/templates/npc/monster/21604-ZakenSElitePikeman.xml new file mode 100644 index 000000000..405c689c4 --- /dev/null +++ b/data/templates/npc/monster/21604-ZakenSElitePikeman.xml @@ -0,0 +1,41 @@ + + + + Zaken's Elite Pikeman + 43 + MALE + + + + + + + + + + + + + + + 10149 + 686 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21605-ZakenSArcher.xml b/data/templates/npc/monster/21605-ZakenSArcher.xml new file mode 100644 index 000000000..462ca257a --- /dev/null +++ b/data/templates/npc/monster/21605-ZakenSArcher.xml @@ -0,0 +1,45 @@ + + + + Zaken's Archer + 44 + MALE + + + + + + + + + + + + + + + 4931 + 337 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21606-ZakenSArcher.xml b/data/templates/npc/monster/21606-ZakenSArcher.xml new file mode 100644 index 000000000..34b0d673c --- /dev/null +++ b/data/templates/npc/monster/21606-ZakenSArcher.xml @@ -0,0 +1,45 @@ + + + + Zaken's Archer + 44 + MALE + + + + + + + + + + + + + + + 6982 + 478 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21607-ZakenSEliteArcher.xml b/data/templates/npc/monster/21607-ZakenSEliteArcher.xml new file mode 100644 index 000000000..bf2253094 --- /dev/null +++ b/data/templates/npc/monster/21607-ZakenSEliteArcher.xml @@ -0,0 +1,46 @@ + + + + Zaken's Elite Archer + 44 + MALE + + + + + + + + + + + + + + + 10911 + 746 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21608-ZakenSWatchman.xml b/data/templates/npc/monster/21608-ZakenSWatchman.xml new file mode 100644 index 000000000..785d678ee --- /dev/null +++ b/data/templates/npc/monster/21608-ZakenSWatchman.xml @@ -0,0 +1,49 @@ + + + + Zaken's Watchman + 45 + MALE + + + + + + + + + + + + + + + 4039 + 281 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21609-ZakenSWatchman.xml b/data/templates/npc/monster/21609-ZakenSWatchman.xml new file mode 100644 index 000000000..a4cc790dd --- /dev/null +++ b/data/templates/npc/monster/21609-ZakenSWatchman.xml @@ -0,0 +1,49 @@ + + + + Zaken's Watchman + 45 + MALE + + + + + + + + + + + + + + + 5720 + 397 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21610-ZakenSHighGradeWatchman.xml b/data/templates/npc/monster/21610-ZakenSHighGradeWatchman.xml new file mode 100644 index 000000000..08944e8fd --- /dev/null +++ b/data/templates/npc/monster/21610-ZakenSHighGradeWatchman.xml @@ -0,0 +1,45 @@ + + + + Zaken's High Grade Watchman + 45 + MALE + + + + + + + + + + + + + + + 10440 + 726 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21611-UnpleasantHumming.xml b/data/templates/npc/monster/21611-UnpleasantHumming.xml new file mode 100644 index 000000000..5d37e88be --- /dev/null +++ b/data/templates/npc/monster/21611-UnpleasantHumming.xml @@ -0,0 +1,49 @@ + + + + Unpleasant Humming + 46 + MALE + + + + + + + + + + + + + + + 4689 + 332 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21612-UnpleasantHumming.xml b/data/templates/npc/monster/21612-UnpleasantHumming.xml new file mode 100644 index 000000000..05c86fdff --- /dev/null +++ b/data/templates/npc/monster/21612-UnpleasantHumming.xml @@ -0,0 +1,49 @@ + + + + Unpleasant Humming + 46 + MALE + + + + + + + + + + + + + + + 6640 + 470 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21613-UnpleasantShout.xml b/data/templates/npc/monster/21613-UnpleasantShout.xml new file mode 100644 index 000000000..72efe7a5c --- /dev/null +++ b/data/templates/npc/monster/21613-UnpleasantShout.xml @@ -0,0 +1,45 @@ + + + + Unpleasant Shout + 46 + MALE + + + + + + + + + + + + + + + 11332 + 803 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21614-DeathFlyer.xml b/data/templates/npc/monster/21614-DeathFlyer.xml new file mode 100644 index 000000000..47f60f6a4 --- /dev/null +++ b/data/templates/npc/monster/21614-DeathFlyer.xml @@ -0,0 +1,46 @@ + + + + Death Flyer + 47 + MALE + + + + + + + + + + + + + + + 4843 + 347 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21615-DeathFlyer.xml b/data/templates/npc/monster/21615-DeathFlyer.xml new file mode 100644 index 000000000..f02934308 --- /dev/null +++ b/data/templates/npc/monster/21615-DeathFlyer.xml @@ -0,0 +1,46 @@ + + + + Death Flyer + 47 + MALE + + + + + + + + + + + + + + + 6858 + 492 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21616-GiganticFlyer.xml b/data/templates/npc/monster/21616-GiganticFlyer.xml new file mode 100644 index 000000000..8d8f97474 --- /dev/null +++ b/data/templates/npc/monster/21616-GiganticFlyer.xml @@ -0,0 +1,47 @@ + + + + Gigantic Flyer + 47 + MALE + + + + + + + + + + + + + + + 12517 + 898 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21617-FiendArcher.xml b/data/templates/npc/monster/21617-FiendArcher.xml new file mode 100644 index 000000000..8a58b0617 --- /dev/null +++ b/data/templates/npc/monster/21617-FiendArcher.xml @@ -0,0 +1,47 @@ + + + + Fiend Archer + 48 + MALE + + + + + + + + + + + + + + + 4925 + 360 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21618-FiendArcher.xml b/data/templates/npc/monster/21618-FiendArcher.xml new file mode 100644 index 000000000..a64151d70 --- /dev/null +++ b/data/templates/npc/monster/21618-FiendArcher.xml @@ -0,0 +1,47 @@ + + + + Fiend Archer + 48 + MALE + + + + + + + + + + + + + + + 6974 + 510 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21619-PitArcher.xml b/data/templates/npc/monster/21619-PitArcher.xml new file mode 100644 index 000000000..c28b01762 --- /dev/null +++ b/data/templates/npc/monster/21619-PitArcher.xml @@ -0,0 +1,45 @@ + + + + Pit Archer + 48 + MALE + + + + + + + + + + + + + + + 12729 + 930 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21620-Musveren.xml b/data/templates/npc/monster/21620-Musveren.xml new file mode 100644 index 000000000..3a0128d92 --- /dev/null +++ b/data/templates/npc/monster/21620-Musveren.xml @@ -0,0 +1,47 @@ + + + + Musveren + 49 + MALE + + + + + + + + + + + + + + + 4742 + 350 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21621-Musveren.xml b/data/templates/npc/monster/21621-Musveren.xml new file mode 100644 index 000000000..4f1fbf1a4 --- /dev/null +++ b/data/templates/npc/monster/21621-Musveren.xml @@ -0,0 +1,47 @@ + + + + Musveren + 49 + MALE + + + + + + + + + + + + + + + 6715 + 497 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21622-GreaterMusveren.xml b/data/templates/npc/monster/21622-GreaterMusveren.xml new file mode 100644 index 000000000..9d00b2751 --- /dev/null +++ b/data/templates/npc/monster/21622-GreaterMusveren.xml @@ -0,0 +1,48 @@ + + + + Greater Musveren + 49 + MALE + + + + + + + + + + + + + + + 12257 + 906 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21623-ZakenSGuard.xml b/data/templates/npc/monster/21623-ZakenSGuard.xml new file mode 100644 index 000000000..576e8f385 --- /dev/null +++ b/data/templates/npc/monster/21623-ZakenSGuard.xml @@ -0,0 +1,46 @@ + + + + Zaken's Guard + 50 + MALE + + + + + + + + + + + + + + + 5993 + 451 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21624-ZakenSGuard.xml b/data/templates/npc/monster/21624-ZakenSGuard.xml new file mode 100644 index 000000000..27f65a377 --- /dev/null +++ b/data/templates/npc/monster/21624-ZakenSGuard.xml @@ -0,0 +1,46 @@ + + + + Zaken's Guard + 50 + MALE + + + + + + + + + + + + + + + 8487 + 640 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21625-ZakenSEliteGuard.xml b/data/templates/npc/monster/21625-ZakenSEliteGuard.xml new file mode 100644 index 000000000..9b2cc4d81 --- /dev/null +++ b/data/templates/npc/monster/21625-ZakenSEliteGuard.xml @@ -0,0 +1,26 @@ + + + + Zaken's Elite Guard + 50 + MALE + + + + + + + + + + + + + + + 13722 + 1033 + + + + diff --git a/data/templates/npc/monster/21626-KaimVanul.xml b/data/templates/npc/monster/21626-KaimVanul.xml new file mode 100644 index 000000000..b1c2527c5 --- /dev/null +++ b/data/templates/npc/monster/21626-KaimVanul.xml @@ -0,0 +1,49 @@ + + + + Kaim Vanul + 51 + MALE + + + + + + + + + + + + + + + 5345 + 408 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21627-KaimVanul.xml b/data/templates/npc/monster/21627-KaimVanul.xml new file mode 100644 index 000000000..efd1a6b08 --- /dev/null +++ b/data/templates/npc/monster/21627-KaimVanul.xml @@ -0,0 +1,49 @@ + + + + Kaim Vanul + 51 + MALE + + + + + + + + + + + + + + + 7568 + 577 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21628-KaimVanulLad.xml b/data/templates/npc/monster/21628-KaimVanulLad.xml new file mode 100644 index 000000000..7bacdd944 --- /dev/null +++ b/data/templates/npc/monster/21628-KaimVanulLad.xml @@ -0,0 +1,58 @@ + + + + Kaim Vanul Lad + 51 + MALE + + + + + + + + + + + + + + + 13814 + 1054 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21629-PirateZombieCaptain.xml b/data/templates/npc/monster/21629-PirateZombieCaptain.xml new file mode 100644 index 000000000..5ce887417 --- /dev/null +++ b/data/templates/npc/monster/21629-PirateZombieCaptain.xml @@ -0,0 +1,57 @@ + + + + Pirate Zombie Captain + 52 + MALE + + + + + + + + + + + + + + + 8073 + 624 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21630-PirateZombieCaptain.xml b/data/templates/npc/monster/21630-PirateZombieCaptain.xml new file mode 100644 index 000000000..1b0582bdd --- /dev/null +++ b/data/templates/npc/monster/21630-PirateZombieCaptain.xml @@ -0,0 +1,57 @@ + + + + Pirate Zombie Captain + 52 + MALE + + + + + + + + + + + + + + + 11432 + 884 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21631-ZombieCaptainSSpiritualBody.xml b/data/templates/npc/monster/21631-ZombieCaptainSSpiritualBody.xml new file mode 100644 index 000000000..b3df4d570 --- /dev/null +++ b/data/templates/npc/monster/21631-ZombieCaptainSSpiritualBody.xml @@ -0,0 +1,51 @@ + + + + Zombie Captain's Spiritual Body + 52 + MALE + + + + + + + + + + + + + + + 18953 + 1466 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21632-DollBlader.xml b/data/templates/npc/monster/21632-DollBlader.xml new file mode 100644 index 000000000..a6acf6b98 --- /dev/null +++ b/data/templates/npc/monster/21632-DollBlader.xml @@ -0,0 +1,50 @@ + + + + Doll Blader + 53 + MALE + + + + + + + + + + + + + + + 6407 + 504 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21633-DollBlader.xml b/data/templates/npc/monster/21633-DollBlader.xml new file mode 100644 index 000000000..2b9393754 --- /dev/null +++ b/data/templates/npc/monster/21633-DollBlader.xml @@ -0,0 +1,50 @@ + + + + Doll Blader + 53 + MALE + + + + + + + + + + + + + + + 9073 + 713 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21634-CrimsonDollBlader.xml b/data/templates/npc/monster/21634-CrimsonDollBlader.xml new file mode 100644 index 000000000..504848956 --- /dev/null +++ b/data/templates/npc/monster/21634-CrimsonDollBlader.xml @@ -0,0 +1,46 @@ + + + + Crimson Doll Blader + 53 + MALE + + + + + + + + + + + + + + + 16560 + 1302 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21635-ValeMaster.xml b/data/templates/npc/monster/21635-ValeMaster.xml new file mode 100644 index 000000000..943c976c6 --- /dev/null +++ b/data/templates/npc/monster/21635-ValeMaster.xml @@ -0,0 +1,57 @@ + + + + Vale Master + 54 + MALE + + + + + + + + + + + + + + + 6112 + 487 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21636-ValeMaster.xml b/data/templates/npc/monster/21636-ValeMaster.xml new file mode 100644 index 000000000..02896a726 --- /dev/null +++ b/data/templates/npc/monster/21636-ValeMaster.xml @@ -0,0 +1,57 @@ + + + + Vale Master + 54 + MALE + + + + + + + + + + + + + + + 8655 + 690 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21637-CrimsonValeMaster.xml b/data/templates/npc/monster/21637-CrimsonValeMaster.xml new file mode 100644 index 000000000..d6288c656 --- /dev/null +++ b/data/templates/npc/monster/21637-CrimsonValeMaster.xml @@ -0,0 +1,46 @@ + + + + Crimson Vale Master + 54 + MALE + + + + + + + + + + + + + + + 15797 + 1260 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21638-DreadWolf.xml b/data/templates/npc/monster/21638-DreadWolf.xml new file mode 100644 index 000000000..4bdaaa664 --- /dev/null +++ b/data/templates/npc/monster/21638-DreadWolf.xml @@ -0,0 +1,41 @@ + + + + Dread Wolf + 35 + MALE + + + + + + + + + + + + + + + 1382 + 82 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21639-TasabaLizardman.xml b/data/templates/npc/monster/21639-TasabaLizardman.xml new file mode 100644 index 000000000..6f14912a8 --- /dev/null +++ b/data/templates/npc/monster/21639-TasabaLizardman.xml @@ -0,0 +1,44 @@ + + + + Tasaba Lizardman + 36 + MALE + + + + + + + + + + + + + + + 1635 + 98 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21640-TasabaLizardmanShaman.xml b/data/templates/npc/monster/21640-TasabaLizardmanShaman.xml new file mode 100644 index 000000000..85919afea --- /dev/null +++ b/data/templates/npc/monster/21640-TasabaLizardmanShaman.xml @@ -0,0 +1,26 @@ + + + + Tasaba Lizardman Shaman + 37 + MALE + + + + + + + + + + + + + + + 1202 + 74 + + + + diff --git a/data/templates/npc/monster/21641-Ogre.xml b/data/templates/npc/monster/21641-Ogre.xml new file mode 100644 index 000000000..3034d88a9 --- /dev/null +++ b/data/templates/npc/monster/21641-Ogre.xml @@ -0,0 +1,50 @@ + + + + Ogre + 38 + MALE + + + + + + + + + + + + + + + 2134 + 133 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21642-TasabaLizardmanSniper.xml b/data/templates/npc/monster/21642-TasabaLizardmanSniper.xml new file mode 100644 index 000000000..42470b7f3 --- /dev/null +++ b/data/templates/npc/monster/21642-TasabaLizardmanSniper.xml @@ -0,0 +1,40 @@ + + + + Tasaba Lizardman Sniper + 39 + MALE + + + + + + + + + + + + + + + 1958 + 125 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21643-TasabaLizardmanSniper.xml b/data/templates/npc/monster/21643-TasabaLizardmanSniper.xml new file mode 100644 index 000000000..209a3999d --- /dev/null +++ b/data/templates/npc/monster/21643-TasabaLizardmanSniper.xml @@ -0,0 +1,40 @@ + + + + Tasaba Lizardman Sniper + 39 + MALE + + + + + + + + + + + + + + + 2488 + 158 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21644-Lienrik.xml b/data/templates/npc/monster/21644-Lienrik.xml new file mode 100644 index 000000000..53b744580 --- /dev/null +++ b/data/templates/npc/monster/21644-Lienrik.xml @@ -0,0 +1,43 @@ + + + + Lienrik + 39 + MALE + + + + + + + + + + + + + + + 1195 + 76 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21645-LienrikLad.xml b/data/templates/npc/monster/21645-LienrikLad.xml new file mode 100644 index 000000000..4fb0087b8 --- /dev/null +++ b/data/templates/npc/monster/21645-LienrikLad.xml @@ -0,0 +1,46 @@ + + + + Lienrik Lad + 40 + MALE + + + + + + + + + + + + + + + 2302 + 149 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21646-GraveScarab.xml b/data/templates/npc/monster/21646-GraveScarab.xml new file mode 100644 index 000000000..91494b10f --- /dev/null +++ b/data/templates/npc/monster/21646-GraveScarab.xml @@ -0,0 +1,48 @@ + + + + Grave Scarab + 73 + MALE + + + + + + + + + + + + + + + 12247 + 1260 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21647-ScavengerScarab.xml b/data/templates/npc/monster/21647-ScavengerScarab.xml new file mode 100644 index 000000000..0e805d7e2 --- /dev/null +++ b/data/templates/npc/monster/21647-ScavengerScarab.xml @@ -0,0 +1,47 @@ + + + + Scavenger Scarab + 73 + MALE + + + + + + + + + + + + + + + 10332 + 1063 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21648-GraveAnt.xml b/data/templates/npc/monster/21648-GraveAnt.xml new file mode 100644 index 000000000..efee84d06 --- /dev/null +++ b/data/templates/npc/monster/21648-GraveAnt.xml @@ -0,0 +1,48 @@ + + + + Grave Ant + 74 + MALE + + + + + + + + + + + + + + + 11260 + 1174 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21649-ScavengerAnt.xml b/data/templates/npc/monster/21649-ScavengerAnt.xml new file mode 100644 index 000000000..0d4cb4d00 --- /dev/null +++ b/data/templates/npc/monster/21649-ScavengerAnt.xml @@ -0,0 +1,46 @@ + + + + Scavenger Ant + 74 + MALE + + + + + + + + + + + + + + + 13319 + 1388 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21650-ShrineKnight.xml b/data/templates/npc/monster/21650-ShrineKnight.xml new file mode 100644 index 000000000..1c8310df9 --- /dev/null +++ b/data/templates/npc/monster/21650-ShrineKnight.xml @@ -0,0 +1,44 @@ + + + + Shrine Knight + 75 + MALE + + + + + + + + + + + + + + + 12179 + 1285 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21651-ShrineGuard.xml b/data/templates/npc/monster/21651-ShrineGuard.xml new file mode 100644 index 000000000..706045fb0 --- /dev/null +++ b/data/templates/npc/monster/21651-ShrineGuard.xml @@ -0,0 +1,50 @@ + + + + Shrine Guard + 75 + MALE + + + + + + + + + + + + + + + 11635 + 1228 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21652-ScarletStakatoNoble.xml b/data/templates/npc/monster/21652-ScarletStakatoNoble.xml new file mode 100644 index 000000000..0f292a359 --- /dev/null +++ b/data/templates/npc/monster/21652-ScarletStakatoNoble.xml @@ -0,0 +1,43 @@ + + + + Scarlet Stakato Noble + 78 + MALE + + + + + + + + + + + + + + + 46911 + 5199 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21653-AssassinBeetle.xml b/data/templates/npc/monster/21653-AssassinBeetle.xml new file mode 100644 index 000000000..17c458535 --- /dev/null +++ b/data/templates/npc/monster/21653-AssassinBeetle.xml @@ -0,0 +1,42 @@ + + + + Assassin Beetle + 78 + MALE + + + + + + + + + + + + + + + 34021 + 3819 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21654-NecromancerOfDestruction.xml b/data/templates/npc/monster/21654-NecromancerOfDestruction.xml new file mode 100644 index 000000000..81e10477e --- /dev/null +++ b/data/templates/npc/monster/21654-NecromancerOfDestruction.xml @@ -0,0 +1,47 @@ + + + + Necromancer of Destruction + 78 + MALE + + + + + + + + + + + + + + + 40213 + 4566 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21655-ArimanesOfDestruction.xml b/data/templates/npc/monster/21655-ArimanesOfDestruction.xml new file mode 100644 index 000000000..02676206e --- /dev/null +++ b/data/templates/npc/monster/21655-ArimanesOfDestruction.xml @@ -0,0 +1,46 @@ + + + + Arimanes of Destruction + 78 + MALE + + + + + + + + + + + + + + + 35744 + 4106 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21656-AshurasOfDestruction.xml b/data/templates/npc/monster/21656-AshurasOfDestruction.xml new file mode 100644 index 000000000..a1a1c9cbb --- /dev/null +++ b/data/templates/npc/monster/21656-AshurasOfDestruction.xml @@ -0,0 +1,47 @@ + + + + Ashuras of Destruction + 78 + MALE + + + + + + + + + + + + + + + 62781 + 7385 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21657-MagmaDrake.xml b/data/templates/npc/monster/21657-MagmaDrake.xml new file mode 100644 index 000000000..74ac67bf8 --- /dev/null +++ b/data/templates/npc/monster/21657-MagmaDrake.xml @@ -0,0 +1,45 @@ + + + + Magma Drake + 78 + MALE + + + + + + + + + + + + + + + 54374 + 6472 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21658-PunishmentOfSplendor.xml b/data/templates/npc/monster/21658-PunishmentOfSplendor.xml new file mode 100644 index 000000000..2a8c010ad --- /dev/null +++ b/data/templates/npc/monster/21658-PunishmentOfSplendor.xml @@ -0,0 +1,49 @@ + + + + Punishment of Splendor + 64 + MALE + + + + + + + + + + + + + + + 10605 + 971 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21797-SpiritOfTiminiel.xml b/data/templates/npc/monster/21797-SpiritOfTiminiel.xml new file mode 100644 index 000000000..b98fb4307 --- /dev/null +++ b/data/templates/npc/monster/21797-SpiritOfTiminiel.xml @@ -0,0 +1,46 @@ + + + + Spirit of Timiniel + 55 + FEMALE + + + + + + + + + + + + + + + 2376 + 192 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21798-GhostOfAGatekeeper.xml b/data/templates/npc/monster/21798-GhostOfAGatekeeper.xml new file mode 100644 index 000000000..e48fc2334 --- /dev/null +++ b/data/templates/npc/monster/21798-GhostOfAGatekeeper.xml @@ -0,0 +1,48 @@ + + + + Ghost of a Gatekeeper + 76 + MALE + + + + + + + + + + + + + + + 14209 + 1519 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21799-GhostOfAGatekeeper.xml b/data/templates/npc/monster/21799-GhostOfAGatekeeper.xml new file mode 100644 index 000000000..50c4beea8 --- /dev/null +++ b/data/templates/npc/monster/21799-GhostOfAGatekeeper.xml @@ -0,0 +1,44 @@ + + + + Ghost of a Gatekeeper + 76 + MALE + + + + + + + + + + + + + + + 26132 + 2794 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21800-VassalGhost.xml b/data/templates/npc/monster/21800-VassalGhost.xml new file mode 100644 index 000000000..885b7fb20 --- /dev/null +++ b/data/templates/npc/monster/21800-VassalGhost.xml @@ -0,0 +1,49 @@ + + + + Vassal Ghost + 77 + MALE + + + + + + + + + + + + + + + 13234 + 1432 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/21823-ExecutorOfSacrificialOfferings.xml b/data/templates/npc/monster/21823-ExecutorOfSacrificialOfferings.xml new file mode 100644 index 000000000..1fe694ff9 --- /dev/null +++ b/data/templates/npc/monster/21823-ExecutorOfSacrificialOfferings.xml @@ -0,0 +1,42 @@ + + + + Executor of Sacrificial Offerings + 78 + MALE + + + + + + + + + + + + + + + 72252 + 8110 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22001-GrimWolf.xml b/data/templates/npc/monster/22001-GrimWolf.xml new file mode 100644 index 000000000..3641b2337 --- /dev/null +++ b/data/templates/npc/monster/22001-GrimWolf.xml @@ -0,0 +1,37 @@ + + + + Grim Wolf + 25 + MALE + + + + + + + + + + + + + + + 1052 + 52 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22002-GrimGrizzly.xml b/data/templates/npc/monster/22002-GrimGrizzly.xml new file mode 100644 index 000000000..737acb9a2 --- /dev/null +++ b/data/templates/npc/monster/22002-GrimGrizzly.xml @@ -0,0 +1,37 @@ + + + + Grim Grizzly + 26 + MALE + + + + + + + + + + + + + + + 1120 + 56 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22003-GraveRobberScout.xml b/data/templates/npc/monster/22003-GraveRobberScout.xml new file mode 100644 index 000000000..9251c43e5 --- /dev/null +++ b/data/templates/npc/monster/22003-GraveRobberScout.xml @@ -0,0 +1,39 @@ + + + + Grave Robber Scout + 27 + FEMALE + + + + + + + + + + + + + + + 1395 + 71 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22004-GraveRobberLookout.xml b/data/templates/npc/monster/22004-GraveRobberLookout.xml new file mode 100644 index 000000000..df462b76b --- /dev/null +++ b/data/templates/npc/monster/22004-GraveRobberLookout.xml @@ -0,0 +1,46 @@ + + + + Grave Robber Lookout + 27 + MALE + + + + + + + + + + + + + + + 1659 + 84 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22005-GraveRobberRanger.xml b/data/templates/npc/monster/22005-GraveRobberRanger.xml new file mode 100644 index 000000000..28f42b67e --- /dev/null +++ b/data/templates/npc/monster/22005-GraveRobberRanger.xml @@ -0,0 +1,39 @@ + + + + Grave Robber Ranger + 28 + FEMALE + + + + + + + + + + + + + + + 1477 + 77 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22006-GraveRobberGuard.xml b/data/templates/npc/monster/22006-GraveRobberGuard.xml new file mode 100644 index 000000000..89cb48bf2 --- /dev/null +++ b/data/templates/npc/monster/22006-GraveRobberGuard.xml @@ -0,0 +1,39 @@ + + + + Grave Robber Guard + 29 + MALE + + + + + + + + + + + + + + + 1559 + 83 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22007-GhostOfASoldier.xml b/data/templates/npc/monster/22007-GhostOfASoldier.xml new file mode 100644 index 000000000..3bf1f8abc --- /dev/null +++ b/data/templates/npc/monster/22007-GhostOfASoldier.xml @@ -0,0 +1,48 @@ + + + + Ghost of a Soldier + 29 + MALE + + + + + + + + + + + + + + + 1699 + 90 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22008-GraveRobberFighter.xml b/data/templates/npc/monster/22008-GraveRobberFighter.xml new file mode 100644 index 000000000..2ae270c1c --- /dev/null +++ b/data/templates/npc/monster/22008-GraveRobberFighter.xml @@ -0,0 +1,42 @@ + + + + Grave Robber Fighter + 30 + MALE + + + + + + + + + + + + + + + 1641 + 89 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22009-GhostOfALoyalVassal.xml b/data/templates/npc/monster/22009-GhostOfALoyalVassal.xml new file mode 100644 index 000000000..3191f55ec --- /dev/null +++ b/data/templates/npc/monster/22009-GhostOfALoyalVassal.xml @@ -0,0 +1,43 @@ + + + + Ghost of a Loyal Vassal + 31 + MALE + + + + + + + + + + + + + + + 1910 + 106 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22010-GhostOfAGeneral.xml b/data/templates/npc/monster/22010-GhostOfAGeneral.xml new file mode 100644 index 000000000..2bfd8789c --- /dev/null +++ b/data/templates/npc/monster/22010-GhostOfAGeneral.xml @@ -0,0 +1,39 @@ + + + + Ghost of a General + 32 + MALE + + + + + + + + + + + + + + + 2035 + 114 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22011-GhostOfABaturChief.xml b/data/templates/npc/monster/22011-GhostOfABaturChief.xml new file mode 100644 index 000000000..162d98062 --- /dev/null +++ b/data/templates/npc/monster/22011-GhostOfABaturChief.xml @@ -0,0 +1,43 @@ + + + + Ghost of a Batur Chief + 33 + MALE + + + + + + + + + + + + + + + 2337 + 133 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22012-GhostOfABaturChief.xml b/data/templates/npc/monster/22012-GhostOfABaturChief.xml new file mode 100644 index 000000000..f5a6cd8c3 --- /dev/null +++ b/data/templates/npc/monster/22012-GhostOfABaturChief.xml @@ -0,0 +1,43 @@ + + + + Ghost of a Batur Chief + 33 + MALE + + + + + + + + + + + + + + + 2337 + 133 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22013-GhostOfAMorekChief.xml b/data/templates/npc/monster/22013-GhostOfAMorekChief.xml new file mode 100644 index 000000000..68e6e2277 --- /dev/null +++ b/data/templates/npc/monster/22013-GhostOfAMorekChief.xml @@ -0,0 +1,43 @@ + + + + Ghost of a Morek Chief + 33 + MALE + + + + + + + + + + + + + + + 2337 + 133 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22014-GhostOfAMorekChief.xml b/data/templates/npc/monster/22014-GhostOfAMorekChief.xml new file mode 100644 index 000000000..8ee8faea0 --- /dev/null +++ b/data/templates/npc/monster/22014-GhostOfAMorekChief.xml @@ -0,0 +1,44 @@ + + + + Ghost of a Morek Chief + 33 + MALE + + + + + + + + + + + + + + + 2337 + 133 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22015-GhostOfATurkaChief.xml b/data/templates/npc/monster/22015-GhostOfATurkaChief.xml new file mode 100644 index 000000000..2be33aebd --- /dev/null +++ b/data/templates/npc/monster/22015-GhostOfATurkaChief.xml @@ -0,0 +1,39 @@ + + + + Ghost of a Turka Chief + 33 + MALE + + + + + + + + + + + + + + + 2337 + 133 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22016-GhostOfATurkaChief.xml b/data/templates/npc/monster/22016-GhostOfATurkaChief.xml new file mode 100644 index 000000000..376c04093 --- /dev/null +++ b/data/templates/npc/monster/22016-GhostOfATurkaChief.xml @@ -0,0 +1,39 @@ + + + + Ghost of a Turka Chief + 33 + MALE + + + + + + + + + + + + + + + 2337 + 133 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22017-BanditSweeper.xml b/data/templates/npc/monster/22017-BanditSweeper.xml new file mode 100644 index 000000000..5ad38ce07 --- /dev/null +++ b/data/templates/npc/monster/22017-BanditSweeper.xml @@ -0,0 +1,42 @@ + + + + Bandit Sweeper + 30 + MALE + + + + + + + + + + + + + + + 1750 + 95 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22018-BanditHound.xml b/data/templates/npc/monster/22018-BanditHound.xml new file mode 100644 index 000000000..60a1ab3e6 --- /dev/null +++ b/data/templates/npc/monster/22018-BanditHound.xml @@ -0,0 +1,37 @@ + + + + Bandit Hound + 31 + MALE + + + + + + + + + + + + + + + 1501 + 83 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22019-BanditWatchman.xml b/data/templates/npc/monster/22019-BanditWatchman.xml new file mode 100644 index 000000000..6e70700d1 --- /dev/null +++ b/data/templates/npc/monster/22019-BanditWatchman.xml @@ -0,0 +1,46 @@ + + + + Bandit Watchman + 32 + MALE + + + + + + + + + + + + + + + 2056 + 115 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22020-SnowLynx.xml b/data/templates/npc/monster/22020-SnowLynx.xml new file mode 100644 index 000000000..4e0b9d5e8 --- /dev/null +++ b/data/templates/npc/monster/22020-SnowLynx.xml @@ -0,0 +1,43 @@ + + + + Snow Lynx + 33 + MALE + + + + + + + + + + + + + + + 1701 + 97 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22021-BanditUndertaker.xml b/data/templates/npc/monster/22021-BanditUndertaker.xml new file mode 100644 index 000000000..a7c7e2b52 --- /dev/null +++ b/data/templates/npc/monster/22021-BanditUndertaker.xml @@ -0,0 +1,42 @@ + + + + Bandit Undertaker + 34 + MALE + + + + + + + + + + + + + + + 2081 + 121 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22022-BanditAssassin.xml b/data/templates/npc/monster/22022-BanditAssassin.xml new file mode 100644 index 000000000..e84783b5f --- /dev/null +++ b/data/templates/npc/monster/22022-BanditAssassin.xml @@ -0,0 +1,42 @@ + + + + Bandit Assassin + 35 + MALE + + + + + + + + + + + + + + + 2470 + 145 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22023-BanditWarrior.xml b/data/templates/npc/monster/22023-BanditWarrior.xml new file mode 100644 index 000000000..9fe8ee786 --- /dev/null +++ b/data/templates/npc/monster/22023-BanditWarrior.xml @@ -0,0 +1,43 @@ + + + + Bandit Warrior + 36 + MALE + + + + + + + + + + + + + + + 2825 + 170 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22024-BanditInspector.xml b/data/templates/npc/monster/22024-BanditInspector.xml new file mode 100644 index 000000000..48de62dae --- /dev/null +++ b/data/templates/npc/monster/22024-BanditInspector.xml @@ -0,0 +1,41 @@ + + + + Bandit Inspector + 37 + MALE + + + + + + + + + + + + + + + 2661 + 163 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22025-FrozenWastelandWerewolf.xml b/data/templates/npc/monster/22025-FrozenWastelandWerewolf.xml new file mode 100644 index 000000000..7bd64f0dd --- /dev/null +++ b/data/templates/npc/monster/22025-FrozenWastelandWerewolf.xml @@ -0,0 +1,42 @@ + + + + Frozen Wasteland Werewolf + 38 + MALE + + + + + + + + + + + + + + + 2662 + 166 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22026-BanditCaptain.xml b/data/templates/npc/monster/22026-BanditCaptain.xml new file mode 100644 index 000000000..d605a0fb6 --- /dev/null +++ b/data/templates/npc/monster/22026-BanditCaptain.xml @@ -0,0 +1,43 @@ + + + + Bandit Captain + 40 + MALE + + + + + + + + + + + + + + + 3488 + 224 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22027-ForgottenCrewman.xml b/data/templates/npc/monster/22027-ForgottenCrewman.xml new file mode 100644 index 000000000..7509a456b --- /dev/null +++ b/data/templates/npc/monster/22027-ForgottenCrewman.xml @@ -0,0 +1,38 @@ + + + + Forgotten Crewman + 39 + MALE + + + + + + + + + + + + + + + 6847 + 416 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22028-VagabondOfTheRuins.xml b/data/templates/npc/monster/22028-VagabondOfTheRuins.xml new file mode 100644 index 000000000..40526e98d --- /dev/null +++ b/data/templates/npc/monster/22028-VagabondOfTheRuins.xml @@ -0,0 +1,43 @@ + + + + Vagabond of the Ruins + 40 + MALE + + + + + + + + + + + + + + + 6162 + 380 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22029-RagnaOrc.xml b/data/templates/npc/monster/22029-RagnaOrc.xml new file mode 100644 index 000000000..1a585d7f8 --- /dev/null +++ b/data/templates/npc/monster/22029-RagnaOrc.xml @@ -0,0 +1,51 @@ + + + + Ragna Orc + 40 + MALE + + + + + + + + + + + + + + + 3620 + 233 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22030-RagnaOrcShaman.xml b/data/templates/npc/monster/22030-RagnaOrcShaman.xml new file mode 100644 index 000000000..2637fa591 --- /dev/null +++ b/data/templates/npc/monster/22030-RagnaOrcShaman.xml @@ -0,0 +1,39 @@ + + + + Ragna Orc Shaman + 42 + MALE + + + + + + + + + + + + + + + 3782 + 251 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22031-RagnaOrcArcher.xml b/data/templates/npc/monster/22031-RagnaOrcArcher.xml new file mode 100644 index 000000000..9fc7360bc --- /dev/null +++ b/data/templates/npc/monster/22031-RagnaOrcArcher.xml @@ -0,0 +1,39 @@ + + + + Ragna Orc Archer + 43 + MALE + + + + + + + + + + + + + + + 3499 + 236 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22032-RagnaOrcWarrior.xml b/data/templates/npc/monster/22032-RagnaOrcWarrior.xml new file mode 100644 index 000000000..842d53f99 --- /dev/null +++ b/data/templates/npc/monster/22032-RagnaOrcWarrior.xml @@ -0,0 +1,47 @@ + + + + Ragna Orc Warrior + 44 + MALE + + + + + + + + + + + + + + + 4380 + 299 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22033-RagnaOrcMage.xml b/data/templates/npc/monster/22033-RagnaOrcMage.xml new file mode 100644 index 000000000..2a65eb075 --- /dev/null +++ b/data/templates/npc/monster/22033-RagnaOrcMage.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Mage + 45 + MALE + + + + + + + + + + + + + + + 5625 + 391 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22034-RagnaOrcMage.xml b/data/templates/npc/monster/22034-RagnaOrcMage.xml new file mode 100644 index 000000000..dbfa89d29 --- /dev/null +++ b/data/templates/npc/monster/22034-RagnaOrcMage.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Mage + 45 + MALE + + + + + + + + + + + + + + + 5158 + 358 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22035-RagnaOrcMage.xml b/data/templates/npc/monster/22035-RagnaOrcMage.xml new file mode 100644 index 000000000..1d7ced17b --- /dev/null +++ b/data/templates/npc/monster/22035-RagnaOrcMage.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Mage + 45 + MALE + + + + + + + + + + + + + + + 5625 + 391 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22036-RagnaOrcMage.xml b/data/templates/npc/monster/22036-RagnaOrcMage.xml new file mode 100644 index 000000000..9c04b174f --- /dev/null +++ b/data/templates/npc/monster/22036-RagnaOrcMage.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Mage + 45 + MALE + + + + + + + + + + + + + + + 3963 + 275 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22037-RagnaOrcHealer.xml b/data/templates/npc/monster/22037-RagnaOrcHealer.xml new file mode 100644 index 000000000..e67dab0a4 --- /dev/null +++ b/data/templates/npc/monster/22037-RagnaOrcHealer.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Healer + 45 + MALE + + + + + + + + + + + + + + + 4342 + 301 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22038-RagnaOrcHero.xml b/data/templates/npc/monster/22038-RagnaOrcHero.xml new file mode 100644 index 000000000..29af72350 --- /dev/null +++ b/data/templates/npc/monster/22038-RagnaOrcHero.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Hero + 48 + MALE + + + + + + + + + + + + + + + 5213 + 380 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22039-RagnaOrcCommander.xml b/data/templates/npc/monster/22039-RagnaOrcCommander.xml new file mode 100644 index 000000000..e0e4f7720 --- /dev/null +++ b/data/templates/npc/monster/22039-RagnaOrcCommander.xml @@ -0,0 +1,51 @@ + + + + Ragna Orc Commander + 49 + MALE + + + + + + + + + + + + + + + 5432 + 401 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22040-RagnaOrcSniper.xml b/data/templates/npc/monster/22040-RagnaOrcSniper.xml new file mode 100644 index 000000000..e1a32c522 --- /dev/null +++ b/data/templates/npc/monster/22040-RagnaOrcSniper.xml @@ -0,0 +1,47 @@ + + + + Ragna Orc Sniper + 47 + MALE + + + + + + + + + + + + + + + 4180 + 299 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22041-RagnaOrcSorcerer.xml b/data/templates/npc/monster/22041-RagnaOrcSorcerer.xml new file mode 100644 index 000000000..cbcb32ea2 --- /dev/null +++ b/data/templates/npc/monster/22041-RagnaOrcSorcerer.xml @@ -0,0 +1,58 @@ + + + + Ragna Orc Sorcerer + 50 + MALE + + + + + + + + + + + + + + + 6944 + 522 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22042-RagnaOrcSorcerer.xml b/data/templates/npc/monster/22042-RagnaOrcSorcerer.xml new file mode 100644 index 000000000..3e8b21b0c --- /dev/null +++ b/data/templates/npc/monster/22042-RagnaOrcSorcerer.xml @@ -0,0 +1,58 @@ + + + + Ragna Orc Sorcerer + 50 + MALE + + + + + + + + + + + + + + + 6368 + 479 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22043-RagnaOrcSorcerer.xml b/data/templates/npc/monster/22043-RagnaOrcSorcerer.xml new file mode 100644 index 000000000..a3d1f76a9 --- /dev/null +++ b/data/templates/npc/monster/22043-RagnaOrcSorcerer.xml @@ -0,0 +1,59 @@ + + + + Ragna Orc Sorcerer + 50 + MALE + + + + + + + + + + + + + + + 6944 + 522 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22044-RagnaOrcSorcerer.xml b/data/templates/npc/monster/22044-RagnaOrcSorcerer.xml new file mode 100644 index 000000000..0a5226229 --- /dev/null +++ b/data/templates/npc/monster/22044-RagnaOrcSorcerer.xml @@ -0,0 +1,58 @@ + + + + Ragna Orc Sorcerer + 50 + MALE + + + + + + + + + + + + + + + 4892 + 368 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22045-DarkCorpse.xml b/data/templates/npc/monster/22045-DarkCorpse.xml new file mode 100644 index 000000000..1783c23ea --- /dev/null +++ b/data/templates/npc/monster/22045-DarkCorpse.xml @@ -0,0 +1,52 @@ + + + + Dark Corpse + 40 + MALE + + + + + + + + + + + + + + + 1555 + 96 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22046-VarangkaSDreVanul.xml b/data/templates/npc/monster/22046-VarangkaSDreVanul.xml new file mode 100644 index 000000000..125da30df --- /dev/null +++ b/data/templates/npc/monster/22046-VarangkaSDreVanul.xml @@ -0,0 +1,47 @@ + + + + Varangka's Dre Vanul + 46 + MALE + + + + + + + + + + + + + + + 1720 + 116 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22047-GuardianOfTheGhostTown.xml b/data/templates/npc/monster/22047-GuardianOfTheGhostTown.xml new file mode 100644 index 000000000..7340695f5 --- /dev/null +++ b/data/templates/npc/monster/22047-GuardianOfTheGhostTown.xml @@ -0,0 +1,41 @@ + + + + Guardian of the Ghost Town + 44 + MALE + + + + + + + + + + + + + + + 1499 + 98 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22048-DarkSpider.xml b/data/templates/npc/monster/22048-DarkSpider.xml new file mode 100644 index 000000000..a4851083e --- /dev/null +++ b/data/templates/npc/monster/22048-DarkSpider.xml @@ -0,0 +1,43 @@ + + + + Dark Spider + 42 + MALE + + + + + + + + + + + + + + + 1433 + 91 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22049-VarangkaSSuccubus.xml b/data/templates/npc/monster/22049-VarangkaSSuccubus.xml new file mode 100644 index 000000000..4461b1d0b --- /dev/null +++ b/data/templates/npc/monster/22049-VarangkaSSuccubus.xml @@ -0,0 +1,47 @@ + + + + Varangka's Succubus + 49 + FEMALE + + + + + + + + + + + + + + + 1951 + 138 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22050-ProbeGolemProdigyIv.xml b/data/templates/npc/monster/22050-ProbeGolemProdigyIv.xml new file mode 100644 index 000000000..f045e8176 --- /dev/null +++ b/data/templates/npc/monster/22050-ProbeGolemProdigyIv.xml @@ -0,0 +1,45 @@ + + + + Probe Golem Prodigy IV + 46 + MALE + + + + + + + + + + + + + + + 4787 + 338 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22051-SpelunkingSpider.xml b/data/templates/npc/monster/22051-SpelunkingSpider.xml new file mode 100644 index 000000000..58ab51183 --- /dev/null +++ b/data/templates/npc/monster/22051-SpelunkingSpider.xml @@ -0,0 +1,52 @@ + + + + Spelunking Spider + 47 + MALE + + + + + + + + + + + + + + + 3673 + 263 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22052-MenacingJackhammerGolem.xml b/data/templates/npc/monster/22052-MenacingJackhammerGolem.xml new file mode 100644 index 000000000..d399a6188 --- /dev/null +++ b/data/templates/npc/monster/22052-MenacingJackhammerGolem.xml @@ -0,0 +1,46 @@ + + + + Menacing Jackhammer Golem + 47 + MALE + + + + + + + + + + + + + + + 5386 + 385 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22053-HorrifyingCannonGolemI.xml b/data/templates/npc/monster/22053-HorrifyingCannonGolemI.xml new file mode 100644 index 000000000..397ba01b8 --- /dev/null +++ b/data/templates/npc/monster/22053-HorrifyingCannonGolemI.xml @@ -0,0 +1,47 @@ + + + + Horrifying Cannon Golem I + 48 + MALE + + + + + + + + + + + + + + + 5286 + 385 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22054-HorrifyingCannonGolemIv.xml b/data/templates/npc/monster/22054-HorrifyingCannonGolemIv.xml new file mode 100644 index 000000000..00d3b9a04 --- /dev/null +++ b/data/templates/npc/monster/22054-HorrifyingCannonGolemIv.xml @@ -0,0 +1,53 @@ + + + + Horrifying Cannon Golem IV + 48 + MALE + + + + + + + + + + + + + + + 5451 + 397 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22055-CruelViceGolem.xml b/data/templates/npc/monster/22055-CruelViceGolem.xml new file mode 100644 index 000000000..4a4a1ad32 --- /dev/null +++ b/data/templates/npc/monster/22055-CruelViceGolem.xml @@ -0,0 +1,48 @@ + + + + Cruel Vice Golem + 49 + MALE + + + + + + + + + + + + + + + 5854 + 432 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22056-ProbeGolemChampionI.xml b/data/templates/npc/monster/22056-ProbeGolemChampionI.xml new file mode 100644 index 000000000..2cba4822f --- /dev/null +++ b/data/templates/npc/monster/22056-ProbeGolemChampionI.xml @@ -0,0 +1,44 @@ + + + + Probe Golem Champion I + 49 + MALE + + + + + + + + + + + + + + + 5266 + 389 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22057-SpelunkingAnt.xml b/data/templates/npc/monster/22057-SpelunkingAnt.xml new file mode 100644 index 000000000..c830de8f2 --- /dev/null +++ b/data/templates/npc/monster/22057-SpelunkingAnt.xml @@ -0,0 +1,47 @@ + + + + Spelunking Ant + 50 + MALE + + + + + + + + + + + + + + + 4157 + 312 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22058-HorrifyingExcavatorGolemIii.xml b/data/templates/npc/monster/22058-HorrifyingExcavatorGolemIii.xml new file mode 100644 index 000000000..e782fd3b2 --- /dev/null +++ b/data/templates/npc/monster/22058-HorrifyingExcavatorGolemIii.xml @@ -0,0 +1,48 @@ + + + + Horrifying Excavator Golem III + 51 + MALE + + + + + + + + + + + + + + + 6341 + 482 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22059-BloodthirstyGinzuGolemVii.xml b/data/templates/npc/monster/22059-BloodthirstyGinzuGolemVii.xml new file mode 100644 index 000000000..04935653c --- /dev/null +++ b/data/templates/npc/monster/22059-BloodthirstyGinzuGolemVii.xml @@ -0,0 +1,43 @@ + + + + Bloodthirsty Ginzu Golem VII + 51 + MALE + + + + + + + + + + + + + + + 17098 + 1244 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22060-HorrifyingCannonGolem.xml b/data/templates/npc/monster/22060-HorrifyingCannonGolem.xml new file mode 100644 index 000000000..9bc0b817e --- /dev/null +++ b/data/templates/npc/monster/22060-HorrifyingCannonGolem.xml @@ -0,0 +1,55 @@ + + + + Horrifying Cannon Golem + 52 + MALE + + + + + + + + + + + + + + + 14861 + 1116 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22061-HorrifyingCannonGolemIii.xml b/data/templates/npc/monster/22061-HorrifyingCannonGolemIii.xml new file mode 100644 index 000000000..32e093bec --- /dev/null +++ b/data/templates/npc/monster/22061-HorrifyingCannonGolemIii.xml @@ -0,0 +1,25 @@ + + + + Horrifying Cannon Golem III + 51 + MALE + + + + + + + + + + + + + + + 9404 + 716 + + + diff --git a/data/templates/npc/monster/22062-HorrifyingJackhammerGolem.xml b/data/templates/npc/monster/22062-HorrifyingJackhammerGolem.xml new file mode 100644 index 000000000..3108ade14 --- /dev/null +++ b/data/templates/npc/monster/22062-HorrifyingJackhammerGolem.xml @@ -0,0 +1,45 @@ + + + + Horrifying Jackhammer Golem + 52 + MALE + + + + + + + + + + + + + + + 13973 + 1032 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22063-GinzuGolemProdigyX.xml b/data/templates/npc/monster/22063-GinzuGolemProdigyX.xml new file mode 100644 index 000000000..b8d5c915f --- /dev/null +++ b/data/templates/npc/monster/22063-GinzuGolemProdigyX.xml @@ -0,0 +1,55 @@ + + + + Ginzu Golem Prodigy X + 52 + MALE + + + + + + + + + + + + + + + 18933 + 1394 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22064-BloodthirstyGinzuGolemIi.xml b/data/templates/npc/monster/22064-BloodthirstyGinzuGolemIi.xml new file mode 100644 index 000000000..f3255c1c8 --- /dev/null +++ b/data/templates/npc/monster/22064-BloodthirstyGinzuGolemIi.xml @@ -0,0 +1,43 @@ + + + + Bloodthirsty Ginzu Golem II + 52 + MALE + + + + + + + + + + + + + + + 17775 + 1312 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22065-HorrifyingGinzuGolemV.xml b/data/templates/npc/monster/22065-HorrifyingGinzuGolemV.xml new file mode 100644 index 000000000..338d39f5a --- /dev/null +++ b/data/templates/npc/monster/22065-HorrifyingGinzuGolemV.xml @@ -0,0 +1,42 @@ + + + + Horrifying Ginzu Golem V + 53 + MALE + + + + + + + + + + + + + + + 18465 + 1385 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22066-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22066-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..13aad60fd --- /dev/null +++ b/data/templates/npc/monster/22066-HorrifyingCannonGolemVi.xml @@ -0,0 +1,34 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22067-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22067-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..d775e85b8 --- /dev/null +++ b/data/templates/npc/monster/22067-HorrifyingCannonGolemVi.xml @@ -0,0 +1,34 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22068-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22068-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..622ced5a0 --- /dev/null +++ b/data/templates/npc/monster/22068-HorrifyingCannonGolemVi.xml @@ -0,0 +1,34 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22069-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22069-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..ec5213504 --- /dev/null +++ b/data/templates/npc/monster/22069-HorrifyingCannonGolemVi.xml @@ -0,0 +1,34 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22070-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22070-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..220b096dd --- /dev/null +++ b/data/templates/npc/monster/22070-HorrifyingCannonGolemVi.xml @@ -0,0 +1,34 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22071-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22071-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..22b12c9ad --- /dev/null +++ b/data/templates/npc/monster/22071-HorrifyingCannonGolemVi.xml @@ -0,0 +1,34 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22072-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22072-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..e20e3672d --- /dev/null +++ b/data/templates/npc/monster/22072-HorrifyingCannonGolemVi.xml @@ -0,0 +1,55 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22073-HorrifyingCannonGolemVi.xml b/data/templates/npc/monster/22073-HorrifyingCannonGolemVi.xml new file mode 100644 index 000000000..6f363ba84 --- /dev/null +++ b/data/templates/npc/monster/22073-HorrifyingCannonGolemVi.xml @@ -0,0 +1,34 @@ + + + + Horrifying Cannon Golem VI + 53 + MALE + + + + + + + + + + + + + + + 9936 + 745 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22074-EpicCannonGolem.xml b/data/templates/npc/monster/22074-EpicCannonGolem.xml new file mode 100644 index 000000000..20ff9f7f5 --- /dev/null +++ b/data/templates/npc/monster/22074-EpicCannonGolem.xml @@ -0,0 +1,47 @@ + + + + Epic Cannon Golem + 53 + MALE + + + + + + + + + + + + + + + 15438 + 1178 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22075-EpicCannonGolemAdjunct.xml b/data/templates/npc/monster/22075-EpicCannonGolemAdjunct.xml new file mode 100644 index 000000000..2bbb032cf --- /dev/null +++ b/data/templates/npc/monster/22075-EpicCannonGolemAdjunct.xml @@ -0,0 +1,44 @@ + + + + Epic Cannon Golem Adjunct + 52 + MALE + + + + + + + + + + + + + + + 9777 + 756 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22076-DeadlyGinzuGolemV.xml b/data/templates/npc/monster/22076-DeadlyGinzuGolemV.xml new file mode 100644 index 000000000..4a969681f --- /dev/null +++ b/data/templates/npc/monster/22076-DeadlyGinzuGolemV.xml @@ -0,0 +1,47 @@ + + + + Deadly Ginzu Golem V + 53 + MALE + + + + + + + + + + + + + + + 18465 + 1385 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22077-HorrifyingGinzuGolemViii.xml b/data/templates/npc/monster/22077-HorrifyingGinzuGolemViii.xml new file mode 100644 index 000000000..a41de3b93 --- /dev/null +++ b/data/templates/npc/monster/22077-HorrifyingGinzuGolemViii.xml @@ -0,0 +1,55 @@ + + + + Horrifying Ginzu Golem VIII + 54 + MALE + + + + + + + + + + + + + + + 19169 + 1458 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22078-DeadlyGinzuGolemViii.xml b/data/templates/npc/monster/22078-DeadlyGinzuGolemViii.xml new file mode 100644 index 000000000..ec95cf4d7 --- /dev/null +++ b/data/templates/npc/monster/22078-DeadlyGinzuGolemViii.xml @@ -0,0 +1,37 @@ + + + + Deadly Ginzu Golem VIII + 54 + MALE + + + + + + + + + + + + + + + 19169 + 1458 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22079-LostBandersnatch.xml b/data/templates/npc/monster/22079-LostBandersnatch.xml new file mode 100644 index 000000000..ac9e91cf2 --- /dev/null +++ b/data/templates/npc/monster/22079-LostBandersnatch.xml @@ -0,0 +1,45 @@ + + + + Lost Bandersnatch + 53 + MALE + + + + + + + + + + + + + + + 4295 + 331 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22080-MassiveMazeBandersnatch.xml b/data/templates/npc/monster/22080-MassiveMazeBandersnatch.xml new file mode 100644 index 000000000..949a8f420 --- /dev/null +++ b/data/templates/npc/monster/22080-MassiveMazeBandersnatch.xml @@ -0,0 +1,47 @@ + + + + Massive Maze Bandersnatch + 54 + MALE + + + + + + + + + + + + + + + 4710 + 368 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22081-LostWatcher.xml b/data/templates/npc/monster/22081-LostWatcher.xml new file mode 100644 index 000000000..78dc952d6 --- /dev/null +++ b/data/templates/npc/monster/22081-LostWatcher.xml @@ -0,0 +1,55 @@ + + + + Lost Watcher + 53 + MALE + + + + + + + + + + + + + + + 4393 + 344 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22082-ElderLostWatcher.xml b/data/templates/npc/monster/22082-ElderLostWatcher.xml new file mode 100644 index 000000000..862b45aed --- /dev/null +++ b/data/templates/npc/monster/22082-ElderLostWatcher.xml @@ -0,0 +1,45 @@ + + + + Elder Lost Watcher + 54 + MALE + + + + + + + + + + + + + + + 5039 + 401 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22083-BabyPanthera.xml b/data/templates/npc/monster/22083-BabyPanthera.xml new file mode 100644 index 000000000..24a108967 --- /dev/null +++ b/data/templates/npc/monster/22083-BabyPanthera.xml @@ -0,0 +1,47 @@ + + + + Baby Panthera + 55 + MALE + + + + + + + + + + + + + + + 4625 + 366 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22084-Panthera.xml b/data/templates/npc/monster/22084-Panthera.xml new file mode 100644 index 000000000..5b17ec6dd --- /dev/null +++ b/data/templates/npc/monster/22084-Panthera.xml @@ -0,0 +1,47 @@ + + + + Panthera + 56 + MALE + + + + + + + + + + + + + + + 4795 + 386 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22085-LostGargoyle.xml b/data/templates/npc/monster/22085-LostGargoyle.xml new file mode 100644 index 000000000..046436af4 --- /dev/null +++ b/data/templates/npc/monster/22085-LostGargoyle.xml @@ -0,0 +1,48 @@ + + + + Lost Gargoyle + 55 + MALE + + + + + + + + + + + + + + + 4157 + 335 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22086-LostGargoyleYoungling.xml b/data/templates/npc/monster/22086-LostGargoyleYoungling.xml new file mode 100644 index 000000000..4cbabc0b6 --- /dev/null +++ b/data/templates/npc/monster/22086-LostGargoyleYoungling.xml @@ -0,0 +1,48 @@ + + + + Lost Gargoyle Youngling + 56 + MALE + + + + + + + + + + + + + + + 4824 + 396 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22087-PronghornSpirit.xml b/data/templates/npc/monster/22087-PronghornSpirit.xml new file mode 100644 index 000000000..7b2491f79 --- /dev/null +++ b/data/templates/npc/monster/22087-PronghornSpirit.xml @@ -0,0 +1,46 @@ + + + + Pronghorn Spirit + 56 + MALE + + + + + + + + + + + + + + + 7743 + 635 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22088-Pronghorn.xml b/data/templates/npc/monster/22088-Pronghorn.xml new file mode 100644 index 000000000..326ae59e0 --- /dev/null +++ b/data/templates/npc/monster/22088-Pronghorn.xml @@ -0,0 +1,48 @@ + + + + Pronghorn + 57 + MALE + + + + + + + + + + + + + + + 4700 + 390 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22089-IceTarantula.xml b/data/templates/npc/monster/22089-IceTarantula.xml new file mode 100644 index 000000000..b08fe025d --- /dev/null +++ b/data/templates/npc/monster/22089-IceTarantula.xml @@ -0,0 +1,49 @@ + + + + Ice Tarantula + 57 + MALE + + + + + + + + + + + + + + + 5402 + 449 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22090-FrostTarantula.xml b/data/templates/npc/monster/22090-FrostTarantula.xml new file mode 100644 index 000000000..4e896d41c --- /dev/null +++ b/data/templates/npc/monster/22090-FrostTarantula.xml @@ -0,0 +1,49 @@ + + + + Frost Tarantula + 58 + MALE + + + + + + + + + + + + + + + 5593 + 472 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22091-LostIronGolem.xml b/data/templates/npc/monster/22091-LostIronGolem.xml new file mode 100644 index 000000000..3ba06462e --- /dev/null +++ b/data/templates/npc/monster/22091-LostIronGolem.xml @@ -0,0 +1,49 @@ + + + + Lost Iron Golem + 58 + MALE + + + + + + + + + + + + + + + 6029 + 498 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22092-FrostIronGolem.xml b/data/templates/npc/monster/22092-FrostIronGolem.xml new file mode 100644 index 000000000..1288defc2 --- /dev/null +++ b/data/templates/npc/monster/22092-FrostIronGolem.xml @@ -0,0 +1,47 @@ + + + + Frost Iron Golem + 59 + MALE + + + + + + + + + + + + + + + 6239 + 521 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22093-LostBuffalo.xml b/data/templates/npc/monster/22093-LostBuffalo.xml new file mode 100644 index 000000000..3805a8894 --- /dev/null +++ b/data/templates/npc/monster/22093-LostBuffalo.xml @@ -0,0 +1,48 @@ + + + + Lost Buffalo + 60 + MALE + + + + + + + + + + + + + + + 8888 + 770 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22094-FrostBuffalo.xml b/data/templates/npc/monster/22094-FrostBuffalo.xml new file mode 100644 index 000000000..55dfeca36 --- /dev/null +++ b/data/templates/npc/monster/22094-FrostBuffalo.xml @@ -0,0 +1,49 @@ + + + + Frost Buffalo + 61 + MALE + + + + + + + + + + + + + + + 5383 + 473 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22095-UrsusCub.xml b/data/templates/npc/monster/22095-UrsusCub.xml new file mode 100644 index 000000000..1c577cc5a --- /dev/null +++ b/data/templates/npc/monster/22095-UrsusCub.xml @@ -0,0 +1,47 @@ + + + + Ursus Cub + 61 + MALE + + + + + + + + + + + + + + + 5689 + 491 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22096-Ursus.xml b/data/templates/npc/monster/22096-Ursus.xml new file mode 100644 index 000000000..50a65d59e --- /dev/null +++ b/data/templates/npc/monster/22096-Ursus.xml @@ -0,0 +1,52 @@ + + + + Ursus + 62 + MALE + + + + + + + + + + + + + + + 5877 + 514 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22097-LostYeti.xml b/data/templates/npc/monster/22097-LostYeti.xml new file mode 100644 index 000000000..487a5d47e --- /dev/null +++ b/data/templates/npc/monster/22097-LostYeti.xml @@ -0,0 +1,52 @@ + + + + Lost Yeti + 62 + MALE + + + + + + + + + + + + + + + 6728 + 599 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22098-FrostYeti.xml b/data/templates/npc/monster/22098-FrostYeti.xml new file mode 100644 index 000000000..aa2d388ab --- /dev/null +++ b/data/templates/npc/monster/22098-FrostYeti.xml @@ -0,0 +1,49 @@ + + + + Frost Yeti + 63 + MALE + + + + + + + + + + + + + + + 6947 + 626 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22099-FreyaSBuffalo.xml b/data/templates/npc/monster/22099-FreyaSBuffalo.xml new file mode 100644 index 000000000..c5fa8a9ad --- /dev/null +++ b/data/templates/npc/monster/22099-FreyaSBuffalo.xml @@ -0,0 +1,47 @@ + + + + Freya's Buffalo + 57 + MALE + + + + + + + + + + + + + + + 31854 + 2570 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22100-FreyaSGardener.xml b/data/templates/npc/monster/22100-FreyaSGardener.xml new file mode 100644 index 000000000..3a476c793 --- /dev/null +++ b/data/templates/npc/monster/22100-FreyaSGardener.xml @@ -0,0 +1,47 @@ + + + + Freya's Gardener + 58 + MALE + + + + + + + + + + + + + + + 37927 + 3113 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22101-FreyaSServant.xml b/data/templates/npc/monster/22101-FreyaSServant.xml new file mode 100644 index 000000000..61eec6c1b --- /dev/null +++ b/data/templates/npc/monster/22101-FreyaSServant.xml @@ -0,0 +1,49 @@ + + + + Freya's Servant + 58 + MALE + + + + + + + + + + + + + + + 33143 + 2723 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22102-FreyaSServant.xml b/data/templates/npc/monster/22102-FreyaSServant.xml new file mode 100644 index 000000000..6f8bac5f3 --- /dev/null +++ b/data/templates/npc/monster/22102-FreyaSServant.xml @@ -0,0 +1,45 @@ + + + + Freya's Servant + 58 + MALE + + + + + + + + + + + + + + + 33143 + 2723 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22103-FreyaSWhiteBear.xml b/data/templates/npc/monster/22103-FreyaSWhiteBear.xml new file mode 100644 index 000000000..dc5011b84 --- /dev/null +++ b/data/templates/npc/monster/22103-FreyaSWhiteBear.xml @@ -0,0 +1,50 @@ + + + + Freya's White Bear + 57 + MALE + + + + + + + + + + + + + + + 33473 + 2705 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22104-FreyaSDog.xml b/data/templates/npc/monster/22104-FreyaSDog.xml new file mode 100644 index 000000000..7f07a090e --- /dev/null +++ b/data/templates/npc/monster/22104-FreyaSDog.xml @@ -0,0 +1,49 @@ + + + + Freya's Dog + 58 + MALE + + + + + + + + + + + + + + + 34900 + 2867 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22105-SpikedStakato.xml b/data/templates/npc/monster/22105-SpikedStakato.xml new file mode 100644 index 000000000..da1ff0278 --- /dev/null +++ b/data/templates/npc/monster/22105-SpikedStakato.xml @@ -0,0 +1,49 @@ + + + + Spiked Stakato + 72 + MALE + + + + + + + + + + + + + + + 30856 + 2988 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22106-SpikedStakatoWorker.xml b/data/templates/npc/monster/22106-SpikedStakatoWorker.xml new file mode 100644 index 000000000..206c0ae35 --- /dev/null +++ b/data/templates/npc/monster/22106-SpikedStakatoWorker.xml @@ -0,0 +1,51 @@ + + + + Spiked Stakato Worker + 73 + MALE + + + + + + + + + + + + + + + 31719 + 3112 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22107-SpikedStakatoGuard.xml b/data/templates/npc/monster/22107-SpikedStakatoGuard.xml new file mode 100644 index 000000000..78c38f9ad --- /dev/null +++ b/data/templates/npc/monster/22107-SpikedStakatoGuard.xml @@ -0,0 +1,43 @@ + + + + Spiked Stakato Guard + 74 + MALE + + + + + + + + + + + + + + + 32594 + 3239 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22108-FemaleSpikedStakato.xml b/data/templates/npc/monster/22108-FemaleSpikedStakato.xml new file mode 100644 index 000000000..a6474ac1b --- /dev/null +++ b/data/templates/npc/monster/22108-FemaleSpikedStakato.xml @@ -0,0 +1,45 @@ + + + + Female Spiked Stakato + 74 + MALE + + + + + + + + + + + + + + + 45208 + 4534 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22109-MaleSpikedStakato.xml b/data/templates/npc/monster/22109-MaleSpikedStakato.xml new file mode 100644 index 000000000..cda8c039e --- /dev/null +++ b/data/templates/npc/monster/22109-MaleSpikedStakato.xml @@ -0,0 +1,44 @@ + + + + Male Spiked Stakato + 74 + MALE + + + + + + + + + + + + + + + 44602 + 4474 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22110-MaleSpikedStakato.xml b/data/templates/npc/monster/22110-MaleSpikedStakato.xml new file mode 100644 index 000000000..40b098163 --- /dev/null +++ b/data/templates/npc/monster/22110-MaleSpikedStakato.xml @@ -0,0 +1,45 @@ + + + + Male Spiked Stakato + 74 + MALE + + + + + + + + + + + + + + + 33935 + 3379 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22111-SpikedStakatoSorcerer.xml b/data/templates/npc/monster/22111-SpikedStakatoSorcerer.xml new file mode 100644 index 000000000..b2caca4f9 --- /dev/null +++ b/data/templates/npc/monster/22111-SpikedStakatoSorcerer.xml @@ -0,0 +1,50 @@ + + + + Spiked Stakato Sorcerer + 75 + FEMALE + + + + + + + + + + + + + + + 32663 + 3281 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22112-CannibalisticStakatoFollower.xml b/data/templates/npc/monster/22112-CannibalisticStakatoFollower.xml new file mode 100644 index 000000000..e9a7e3b68 --- /dev/null +++ b/data/templates/npc/monster/22112-CannibalisticStakatoFollower.xml @@ -0,0 +1,44 @@ + + + + Cannibalistic Stakato Follower + 74 + MALE + + + + + + + + + + + + + + + 41268 + 4144 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22113-CannibalisticStakatoLeader.xml b/data/templates/npc/monster/22113-CannibalisticStakatoLeader.xml new file mode 100644 index 000000000..fada26c82 --- /dev/null +++ b/data/templates/npc/monster/22113-CannibalisticStakatoLeader.xml @@ -0,0 +1,48 @@ + + + + Cannibalistic Stakato Leader + 75 + MALE + + + + + + + + + + + + + + + 51731 + 5243 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22114-CannibalisticStakatoLeader.xml b/data/templates/npc/monster/22114-CannibalisticStakatoLeader.xml new file mode 100644 index 000000000..f71ba425e --- /dev/null +++ b/data/templates/npc/monster/22114-CannibalisticStakatoLeader.xml @@ -0,0 +1,47 @@ + + + + Cannibalistic Stakato Leader + 75 + MALE + + + + + + + + + + + + + + + 34858 + 3512 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22115-SpikedStakatoSoldier.xml b/data/templates/npc/monster/22115-SpikedStakatoSoldier.xml new file mode 100644 index 000000000..641265cc2 --- /dev/null +++ b/data/templates/npc/monster/22115-SpikedStakatoSoldier.xml @@ -0,0 +1,47 @@ + + + + Spiked Stakato Soldier + 76 + MALE + + + + + + + + + + + + + + + 28650 + 2920 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22116-SpikedStakatoDrone.xml b/data/templates/npc/monster/22116-SpikedStakatoDrone.xml new file mode 100644 index 000000000..d98c3cc96 --- /dev/null +++ b/data/templates/npc/monster/22116-SpikedStakatoDrone.xml @@ -0,0 +1,43 @@ + + + + Spiked Stakato Drone + 77 + MALE + + + + + + + + + + + + + + + 29409 + 3034 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22117-SpikedStakatoCaptain.xml b/data/templates/npc/monster/22117-SpikedStakatoCaptain.xml new file mode 100644 index 000000000..bf9f911b2 --- /dev/null +++ b/data/templates/npc/monster/22117-SpikedStakatoCaptain.xml @@ -0,0 +1,44 @@ + + + + Spiked Stakato Captain + 78 + MALE + + + + + + + + + + + + + + + 30177 + 3149 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22118-SpikedStakatoNurse.xml b/data/templates/npc/monster/22118-SpikedStakatoNurse.xml new file mode 100644 index 000000000..53f19a80d --- /dev/null +++ b/data/templates/npc/monster/22118-SpikedStakatoNurse.xml @@ -0,0 +1,47 @@ + + + + Spiked Stakato Nurse + 78 + FEMALE + + + + + + + + + + + + + + + 41892 + 4464 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22119-SpikedStakatoNurse.xml b/data/templates/npc/monster/22119-SpikedStakatoNurse.xml new file mode 100644 index 000000000..11921c7c6 --- /dev/null +++ b/data/templates/npc/monster/22119-SpikedStakatoNurse.xml @@ -0,0 +1,47 @@ + + + + Spiked Stakato Nurse + 78 + FEMALE + + + + + + + + + + + + + + + 31155 + 3293 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22120-SpikedStakatoBaby.xml b/data/templates/npc/monster/22120-SpikedStakatoBaby.xml new file mode 100644 index 000000000..56d532dfc --- /dev/null +++ b/data/templates/npc/monster/22120-SpikedStakatoBaby.xml @@ -0,0 +1,48 @@ + + + + Spiked Stakato Baby + 78 + MALE + + + + + + + + + + + + + + + 39719 + 4242 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22121-SpikedStakatoShaman.xml b/data/templates/npc/monster/22121-SpikedStakatoShaman.xml new file mode 100644 index 000000000..34322f667 --- /dev/null +++ b/data/templates/npc/monster/22121-SpikedStakatoShaman.xml @@ -0,0 +1,43 @@ + + + + Spiked Stakato Shaman + 78 + FEMALE + + + + + + + + + + + + + + + 30969 + 3310 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22122-MonasticPilgrim.xml b/data/templates/npc/monster/22122-MonasticPilgrim.xml new file mode 100644 index 000000000..6cfa8dfba --- /dev/null +++ b/data/templates/npc/monster/22122-MonasticPilgrim.xml @@ -0,0 +1,46 @@ + + + + Monastic Pilgrim + 78 + MALE + + + + + + + + + + + + + + + 41281 + 4464 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22123-MonasticCrusader.xml b/data/templates/npc/monster/22123-MonasticCrusader.xml new file mode 100644 index 000000000..c505ace6b --- /dev/null +++ b/data/templates/npc/monster/22123-MonasticCrusader.xml @@ -0,0 +1,46 @@ + + + + Monastic Crusader + 78 + MALE + + + + + + + + + + + + + + + 41690 + 4558 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22124-SolinaBrother.xml b/data/templates/npc/monster/22124-SolinaBrother.xml new file mode 100644 index 000000000..f763a9536 --- /dev/null +++ b/data/templates/npc/monster/22124-SolinaBrother.xml @@ -0,0 +1,47 @@ + + + + Solina Brother + 78 + MALE + + + + + + + + + + + + + + + 33265 + 3601 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22125-SolinaLayBrother.xml b/data/templates/npc/monster/22125-SolinaLayBrother.xml new file mode 100644 index 000000000..2f7f9cda3 --- /dev/null +++ b/data/templates/npc/monster/22125-SolinaLayBrother.xml @@ -0,0 +1,39 @@ + + + + Solina Lay Brother + 78 + MALE + + + + + + + + + + + + + + + 33305 + 3644 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22126-SilentSeeker.xml b/data/templates/npc/monster/22126-SilentSeeker.xml new file mode 100644 index 000000000..114133b38 --- /dev/null +++ b/data/templates/npc/monster/22126-SilentSeeker.xml @@ -0,0 +1,45 @@ + + + + Silent Seeker + 78 + MALE + + + + + + + + + + + + + + + 34092 + 3734 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22127-SilentBrother.xml b/data/templates/npc/monster/22127-SilentBrother.xml new file mode 100644 index 000000000..7e15826b1 --- /dev/null +++ b/data/templates/npc/monster/22127-SilentBrother.xml @@ -0,0 +1,46 @@ + + + + Silent Brother + 78 + MALE + + + + + + + + + + + + + + + 34122 + 3778 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22128-MonasteryGuardian.xml b/data/templates/npc/monster/22128-MonasteryGuardian.xml new file mode 100644 index 000000000..b1968d556 --- /dev/null +++ b/data/templates/npc/monster/22128-MonasteryGuardian.xml @@ -0,0 +1,39 @@ + + + + Monastery Guardian + 78 + MALE + + + + + + + + + + + + + + + 9741 + 1132 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22129-WarriorMonk.xml b/data/templates/npc/monster/22129-WarriorMonk.xml new file mode 100644 index 000000000..9fb210b65 --- /dev/null +++ b/data/templates/npc/monster/22129-WarriorMonk.xml @@ -0,0 +1,42 @@ + + + + Warrior Monk + 78 + MALE + + + + + + + + + + + + + + + 35775 + 4012 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22130-DivineAdvocate.xml b/data/templates/npc/monster/22130-DivineAdvocate.xml new file mode 100644 index 000000000..1df9bb6dc --- /dev/null +++ b/data/templates/npc/monster/22130-DivineAdvocate.xml @@ -0,0 +1,44 @@ + + + + Divine Advocate + 78 + FEMALE + + + + + + + + + + + + + + + 52227 + 5990 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22131-PilgrimOfLight.xml b/data/templates/npc/monster/22131-PilgrimOfLight.xml new file mode 100644 index 000000000..41ecffa78 --- /dev/null +++ b/data/templates/npc/monster/22131-PilgrimOfLight.xml @@ -0,0 +1,42 @@ + + + + Pilgrim of Light + 78 + MALE + + + + + + + + + + + + + + + 56598 + 6488 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22132-JudgeOfLight.xml b/data/templates/npc/monster/22132-JudgeOfLight.xml new file mode 100644 index 000000000..d351c5ea2 --- /dev/null +++ b/data/templates/npc/monster/22132-JudgeOfLight.xml @@ -0,0 +1,47 @@ + + + + Judge of Light + 78 + MALE + + + + + + + + + + + + + + + 37163 + 4257 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22133-GuardianOfTheGrail.xml b/data/templates/npc/monster/22133-GuardianOfTheGrail.xml new file mode 100644 index 000000000..0e14d7953 --- /dev/null +++ b/data/templates/npc/monster/22133-GuardianOfTheGrail.xml @@ -0,0 +1,40 @@ + + + + Guardian of the Grail + 78 + MALE + + + + + + + + + + + + + + + 13890 + 1672 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22134-GuardianOfTheHolyLand.xml b/data/templates/npc/monster/22134-GuardianOfTheHolyLand.xml new file mode 100644 index 000000000..7f9572842 --- /dev/null +++ b/data/templates/npc/monster/22134-GuardianOfTheHolyLand.xml @@ -0,0 +1,44 @@ + + + + Guardian of the Holy Land + 78 + MALE + + + + + + + + + + + + + + + 37490 + 4352 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22135-BeholderOfLight.xml b/data/templates/npc/monster/22135-BeholderOfLight.xml new file mode 100644 index 000000000..cb4b2d325 --- /dev/null +++ b/data/templates/npc/monster/22135-BeholderOfLight.xml @@ -0,0 +1,47 @@ + + + + Beholder of Light + 78 + MALE + + + + + + + + + + + + + + + 60962 + 7152 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22136-GatekeeperZombie.xml b/data/templates/npc/monster/22136-GatekeeperZombie.xml new file mode 100644 index 000000000..d64d453c0 --- /dev/null +++ b/data/templates/npc/monster/22136-GatekeeperZombie.xml @@ -0,0 +1,26 @@ + + + + Gatekeeper Zombie + 78 + MALE + + + + + + + + + + + + + + + 35842 + 3964 + + + + diff --git a/data/templates/npc/monster/22137-PenanceGuard.xml b/data/templates/npc/monster/22137-PenanceGuard.xml new file mode 100644 index 000000000..866958049 --- /dev/null +++ b/data/templates/npc/monster/22137-PenanceGuard.xml @@ -0,0 +1,41 @@ + + + + Penance Guard + 78 + MALE + + + + + + + + + + + + + + + 3681 + 397 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22138-ChapelGuard.xml b/data/templates/npc/monster/22138-ChapelGuard.xml new file mode 100644 index 000000000..ed76a6f7b --- /dev/null +++ b/data/templates/npc/monster/22138-ChapelGuard.xml @@ -0,0 +1,45 @@ + + + + Chapel Guard + 78 + MALE + + + + + + + + + + + + + + + 4054 + 458 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22139-OldAristocratSSoldier.xml b/data/templates/npc/monster/22139-OldAristocratSSoldier.xml new file mode 100644 index 000000000..aac734e9d --- /dev/null +++ b/data/templates/npc/monster/22139-OldAristocratSSoldier.xml @@ -0,0 +1,39 @@ + + + + Old Aristocrat's Soldier + 78 + MALE + + + + + + + + + + + + + + + 33132 + 3573 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22140-ZombieWorker.xml b/data/templates/npc/monster/22140-ZombieWorker.xml new file mode 100644 index 000000000..45494424d --- /dev/null +++ b/data/templates/npc/monster/22140-ZombieWorker.xml @@ -0,0 +1,48 @@ + + + + Zombie Worker + 78 + MALE + + + + + + + + + + + + + + + 32319 + 3446 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22141-ForgottenVictim.xml b/data/templates/npc/monster/22141-ForgottenVictim.xml new file mode 100644 index 000000000..126cfceb6 --- /dev/null +++ b/data/templates/npc/monster/22141-ForgottenVictim.xml @@ -0,0 +1,48 @@ + + + + Forgotten Victim + 78 + MALE + + + + + + + + + + + + + + + 33394 + 3566 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22142-TriolSLayperson.xml b/data/templates/npc/monster/22142-TriolSLayperson.xml new file mode 100644 index 000000000..503fdd7a3 --- /dev/null +++ b/data/templates/npc/monster/22142-TriolSLayperson.xml @@ -0,0 +1,45 @@ + + + + Triol's Layperson + 78 + MALE + + + + + + + + + + + + + + + 33855 + 3651 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22143-TriolSBeliever.xml b/data/templates/npc/monster/22143-TriolSBeliever.xml new file mode 100644 index 000000000..dda1b699f --- /dev/null +++ b/data/templates/npc/monster/22143-TriolSBeliever.xml @@ -0,0 +1,47 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 39134 + 4296 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22144-ResurrectedTempleKnight.xml b/data/templates/npc/monster/22144-ResurrectedTempleKnight.xml new file mode 100644 index 000000000..de8b04593 --- /dev/null +++ b/data/templates/npc/monster/22144-ResurrectedTempleKnight.xml @@ -0,0 +1,47 @@ + + + + Resurrected Temple Knight + 78 + MALE + + + + + + + + + + + + + + + 33955 + 3705 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22145-RitualSacrifice.xml b/data/templates/npc/monster/22145-RitualSacrifice.xml new file mode 100644 index 000000000..a0ba5bea3 --- /dev/null +++ b/data/templates/npc/monster/22145-RitualSacrifice.xml @@ -0,0 +1,44 @@ + + + + Ritual Sacrifice + 78 + MALE + + + + + + + + + + + + + + + 32635 + 3520 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22146-TriolSPriest.xml b/data/templates/npc/monster/22146-TriolSPriest.xml new file mode 100644 index 000000000..6345a21d6 --- /dev/null +++ b/data/templates/npc/monster/22146-TriolSPriest.xml @@ -0,0 +1,42 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 36409 + 4068 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22147-RitualOffering.xml b/data/templates/npc/monster/22147-RitualOffering.xml new file mode 100644 index 000000000..5b21f124d --- /dev/null +++ b/data/templates/npc/monster/22147-RitualOffering.xml @@ -0,0 +1,46 @@ + + + + Ritual Offering + 78 + MALE + + + + + + + + + + + + + + + 35945 + 3976 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22148-TriolSBeliever.xml b/data/templates/npc/monster/22148-TriolSBeliever.xml new file mode 100644 index 000000000..782f92914 --- /dev/null +++ b/data/templates/npc/monster/22148-TriolSBeliever.xml @@ -0,0 +1,40 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 28321 + 3091 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22149-RitualOffering.xml b/data/templates/npc/monster/22149-RitualOffering.xml new file mode 100644 index 000000000..41592cce7 --- /dev/null +++ b/data/templates/npc/monster/22149-RitualOffering.xml @@ -0,0 +1,48 @@ + + + + Ritual Offering + 78 + MALE + + + + + + + + + + + + + + + 33955 + 3705 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22150-TriolSBeliever.xml b/data/templates/npc/monster/22150-TriolSBeliever.xml new file mode 100644 index 000000000..aa5c2dede --- /dev/null +++ b/data/templates/npc/monster/22150-TriolSBeliever.xml @@ -0,0 +1,43 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 29760 + 3290 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22151-TriolSPriest.xml b/data/templates/npc/monster/22151-TriolSPriest.xml new file mode 100644 index 000000000..00a5a68b8 --- /dev/null +++ b/data/templates/npc/monster/22151-TriolSPriest.xml @@ -0,0 +1,45 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 42050 + 4783 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22152-TempleGuard.xml b/data/templates/npc/monster/22152-TempleGuard.xml new file mode 100644 index 000000000..43df9e6ca --- /dev/null +++ b/data/templates/npc/monster/22152-TempleGuard.xml @@ -0,0 +1,44 @@ + + + + Temple Guard + 78 + MALE + + + + + + + + + + + + + + + 36817 + 4121 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22153-TempleGuardCaptain.xml b/data/templates/npc/monster/22153-TempleGuardCaptain.xml new file mode 100644 index 000000000..a38babe62 --- /dev/null +++ b/data/templates/npc/monster/22153-TempleGuardCaptain.xml @@ -0,0 +1,48 @@ + + + + Temple Guard Captain + 78 + MALE + + + + + + + + + + + + + + + 35631 + 3981 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22154-RitualSacrifice.xml b/data/templates/npc/monster/22154-RitualSacrifice.xml new file mode 100644 index 000000000..10bb8de0f --- /dev/null +++ b/data/templates/npc/monster/22154-RitualSacrifice.xml @@ -0,0 +1,44 @@ + + + + Ritual Sacrifice + 78 + MALE + + + + + + + + + + + + + + + 35937 + 4063 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22155-TriolSHighPriest.xml b/data/templates/npc/monster/22155-TriolSHighPriest.xml new file mode 100644 index 000000000..805b58344 --- /dev/null +++ b/data/templates/npc/monster/22155-TriolSHighPriest.xml @@ -0,0 +1,42 @@ + + + + Triol's High Priest + 78 + MALE + + + + + + + + + + + + + + + 51240 + 5877 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22156-TriolSPriest.xml b/data/templates/npc/monster/22156-TriolSPriest.xml new file mode 100644 index 000000000..6275f6594 --- /dev/null +++ b/data/templates/npc/monster/22156-TriolSPriest.xml @@ -0,0 +1,47 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 46329 + 5392 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22157-TriolSPriest.xml b/data/templates/npc/monster/22157-TriolSPriest.xml new file mode 100644 index 000000000..39dc92a68 --- /dev/null +++ b/data/templates/npc/monster/22157-TriolSPriest.xml @@ -0,0 +1,44 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 44390 + 5102 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22158-TriolSBeliever.xml b/data/templates/npc/monster/22158-TriolSBeliever.xml new file mode 100644 index 000000000..aeab68de9 --- /dev/null +++ b/data/templates/npc/monster/22158-TriolSBeliever.xml @@ -0,0 +1,49 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 45257 + 5205 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22159-TriolSHighPriest.xml b/data/templates/npc/monster/22159-TriolSHighPriest.xml new file mode 100644 index 000000000..cde7f1b7c --- /dev/null +++ b/data/templates/npc/monster/22159-TriolSHighPriest.xml @@ -0,0 +1,45 @@ + + + + Triol's High Priest + 78 + MALE + + + + + + + + + + + + + + + 52452 + 6087 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22160-TriolSPriest.xml b/data/templates/npc/monster/22160-TriolSPriest.xml new file mode 100644 index 000000000..95f104afe --- /dev/null +++ b/data/templates/npc/monster/22160-TriolSPriest.xml @@ -0,0 +1,43 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 46329 + 5392 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22161-RitualSacrifice.xml b/data/templates/npc/monster/22161-RitualSacrifice.xml new file mode 100644 index 000000000..ae6a89241 --- /dev/null +++ b/data/templates/npc/monster/22161-RitualSacrifice.xml @@ -0,0 +1,47 @@ + + + + Ritual Sacrifice + 78 + MALE + + + + + + + + + + + + + + + 52497 + 6034 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22162-TriolSBeliever.xml b/data/templates/npc/monster/22162-TriolSBeliever.xml new file mode 100644 index 000000000..40ff97fb0 --- /dev/null +++ b/data/templates/npc/monster/22162-TriolSBeliever.xml @@ -0,0 +1,43 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 45257 + 5205 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22163-TriolSHighPriest.xml b/data/templates/npc/monster/22163-TriolSHighPriest.xml new file mode 100644 index 000000000..36a06713f --- /dev/null +++ b/data/templates/npc/monster/22163-TriolSHighPriest.xml @@ -0,0 +1,43 @@ + + + + Triol's High Priest + 78 + MALE + + + + + + + + + + + + + + + 60848 + 7048 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22164-TriolSBeliever.xml b/data/templates/npc/monster/22164-TriolSBeliever.xml new file mode 100644 index 000000000..5f3b7921a --- /dev/null +++ b/data/templates/npc/monster/22164-TriolSBeliever.xml @@ -0,0 +1,44 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 46329 + 5392 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22165-TriolSPriest.xml b/data/templates/npc/monster/22165-TriolSPriest.xml new file mode 100644 index 000000000..a80e6f149 --- /dev/null +++ b/data/templates/npc/monster/22165-TriolSPriest.xml @@ -0,0 +1,49 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 44390 + 5102 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22166-TriolSBeliever.xml b/data/templates/npc/monster/22166-TriolSBeliever.xml new file mode 100644 index 000000000..397b790d0 --- /dev/null +++ b/data/templates/npc/monster/22166-TriolSBeliever.xml @@ -0,0 +1,44 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 44390 + 5102 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22167-TriolSHighPriest.xml b/data/templates/npc/monster/22167-TriolSHighPriest.xml new file mode 100644 index 000000000..5934491a9 --- /dev/null +++ b/data/templates/npc/monster/22167-TriolSHighPriest.xml @@ -0,0 +1,41 @@ + + + + Triol's High Priest + 78 + MALE + + + + + + + + + + + + + + + 53679 + 6304 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22168-TriolSPriest.xml b/data/templates/npc/monster/22168-TriolSPriest.xml new file mode 100644 index 000000000..9f15c5e08 --- /dev/null +++ b/data/templates/npc/monster/22168-TriolSPriest.xml @@ -0,0 +1,42 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 46504 + 5473 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22169-RitualSacrifice.xml b/data/templates/npc/monster/22169-RitualSacrifice.xml new file mode 100644 index 000000000..ee79679b6 --- /dev/null +++ b/data/templates/npc/monster/22169-RitualSacrifice.xml @@ -0,0 +1,45 @@ + + + + Ritual Sacrifice + 78 + MALE + + + + + + + + + + + + + + + 53740 + 6251 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22170-TriolSBeliever.xml b/data/templates/npc/monster/22170-TriolSBeliever.xml new file mode 100644 index 000000000..e54ad9578 --- /dev/null +++ b/data/templates/npc/monster/22170-TriolSBeliever.xml @@ -0,0 +1,41 @@ + + + + Triol's Believer + 78 + MALE + + + + + + + + + + + + + + + 46329 + 5392 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22171-TriolSHighPriest.xml b/data/templates/npc/monster/22171-TriolSHighPriest.xml new file mode 100644 index 000000000..0f708f45f --- /dev/null +++ b/data/templates/npc/monster/22171-TriolSHighPriest.xml @@ -0,0 +1,46 @@ + + + + Triol's High Priest + 78 + MALE + + + + + + + + + + + + + + + 62272 + 7299 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22172-RitualSacrifice.xml b/data/templates/npc/monster/22172-RitualSacrifice.xml new file mode 100644 index 000000000..6f519d95f --- /dev/null +++ b/data/templates/npc/monster/22172-RitualSacrifice.xml @@ -0,0 +1,47 @@ + + + + Ritual Sacrifice + 78 + MALE + + + + + + + + + + + + + + + 53740 + 6251 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22173-TriolSPriest.xml b/data/templates/npc/monster/22173-TriolSPriest.xml new file mode 100644 index 000000000..0236b7f08 --- /dev/null +++ b/data/templates/npc/monster/22173-TriolSPriest.xml @@ -0,0 +1,42 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 45441 + 5285 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22174-TriolSPriest.xml b/data/templates/npc/monster/22174-TriolSPriest.xml new file mode 100644 index 000000000..2d7b2496b --- /dev/null +++ b/data/templates/npc/monster/22174-TriolSPriest.xml @@ -0,0 +1,43 @@ + + + + Triol's Priest + 78 + MALE + + + + + + + + + + + + + + + 45257 + 5205 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22175-AndreasCaptainOfTheRoyalGuard.xml b/data/templates/npc/monster/22175-AndreasCaptainOfTheRoyalGuard.xml new file mode 100644 index 000000000..af3ccd1d6 --- /dev/null +++ b/data/templates/npc/monster/22175-AndreasCaptainOfTheRoyalGuard.xml @@ -0,0 +1,42 @@ + + + + Andreas' Captain of the Royal Guard + 78 + MALE + + + + + + + + + + + + + + + 1871 + 211 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22176-AndreasRoyalGuards.xml b/data/templates/npc/monster/22176-AndreasRoyalGuards.xml new file mode 100644 index 000000000..8f7bfff40 --- /dev/null +++ b/data/templates/npc/monster/22176-AndreasRoyalGuards.xml @@ -0,0 +1,43 @@ + + + + Andreas' Royal Guards + 78 + MALE + + + + + + + + + + + + + + + 1871 + 211 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22188-AndreasCaptainOfTheRoyalGuard.xml b/data/templates/npc/monster/22188-AndreasCaptainOfTheRoyalGuard.xml new file mode 100644 index 000000000..34140545e --- /dev/null +++ b/data/templates/npc/monster/22188-AndreasCaptainOfTheRoyalGuard.xml @@ -0,0 +1,46 @@ + + + + Andreas' Captain of the Royal Guard + 78 + MALE + + + + + + + + + + + + + + + 36967 + 4356 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22189-AndreasRoyalGuards.xml b/data/templates/npc/monster/22189-AndreasRoyalGuards.xml new file mode 100644 index 000000000..dbc6bf50a --- /dev/null +++ b/data/templates/npc/monster/22189-AndreasRoyalGuards.xml @@ -0,0 +1,45 @@ + + + + Andreas' Royal Guards + 78 + MALE + + + + + + + + + + + + + + + 29554 + 3460 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22190-RitualSacrifice.xml b/data/templates/npc/monster/22190-RitualSacrifice.xml new file mode 100644 index 000000000..232652323 --- /dev/null +++ b/data/templates/npc/monster/22190-RitualSacrifice.xml @@ -0,0 +1,29 @@ + + + + Ritual Sacrifice + 78 + MALE + + + + + + + + + + + + + + + 34316 + 4015 + + + + + + + diff --git a/data/templates/npc/monster/22191-AndreasCaptainOfTheRoyalGuard.xml b/data/templates/npc/monster/22191-AndreasCaptainOfTheRoyalGuard.xml new file mode 100644 index 000000000..e4a62d8c9 --- /dev/null +++ b/data/templates/npc/monster/22191-AndreasCaptainOfTheRoyalGuard.xml @@ -0,0 +1,26 @@ + + + + Andreas' Captain of the Royal Guard + 78 + MALE + + + + + + + + + + + + + + + 16894 + 1956 + + + + diff --git a/data/templates/npc/monster/22192-AndreasRoyalGuards.xml b/data/templates/npc/monster/22192-AndreasRoyalGuards.xml new file mode 100644 index 000000000..653adfb38 --- /dev/null +++ b/data/templates/npc/monster/22192-AndreasRoyalGuards.xml @@ -0,0 +1,26 @@ + + + + Andreas' Royal Guards + 78 + MALE + + + + + + + + + + + + + + + 8875 + 1069 + + + + diff --git a/data/templates/npc/monster/22193-AndreasRoyalGuards.xml b/data/templates/npc/monster/22193-AndreasRoyalGuards.xml new file mode 100644 index 000000000..ccfbc1451 --- /dev/null +++ b/data/templates/npc/monster/22193-AndreasRoyalGuards.xml @@ -0,0 +1,26 @@ + + + + Andreas' Royal Guards + 78 + MALE + + + + + + + + + + + + + + + 8875 + 1069 + + + + diff --git a/data/templates/npc/monster/22194-PenanceGuard.xml b/data/templates/npc/monster/22194-PenanceGuard.xml new file mode 100644 index 000000000..e8b39ffce --- /dev/null +++ b/data/templates/npc/monster/22194-PenanceGuard.xml @@ -0,0 +1,26 @@ + + + + Penance Guard + 78 + MALE + + + + + + + + + + + + + + + 3681 + 397 + + + + diff --git a/data/templates/npc/monster/22195-RitualSacrifice.xml b/data/templates/npc/monster/22195-RitualSacrifice.xml new file mode 100644 index 000000000..efad60983 --- /dev/null +++ b/data/templates/npc/monster/22195-RitualSacrifice.xml @@ -0,0 +1,25 @@ + + + + Ritual Sacrifice + 78 + MALE + + + + + + + + + + + + + + + 32635 + 3520 + + + diff --git a/data/templates/npc/monster/22196-Velociraptor.xml b/data/templates/npc/monster/22196-Velociraptor.xml new file mode 100644 index 000000000..40a1f5a83 --- /dev/null +++ b/data/templates/npc/monster/22196-Velociraptor.xml @@ -0,0 +1,46 @@ + + + + Velociraptor + 80 + MALE + + + + + + + + + + + + + + + 24830 + 2715 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22197-Velociraptor.xml b/data/templates/npc/monster/22197-Velociraptor.xml new file mode 100644 index 000000000..d0dec86f2 --- /dev/null +++ b/data/templates/npc/monster/22197-Velociraptor.xml @@ -0,0 +1,44 @@ + + + + Velociraptor + 80 + MALE + + + + + + + + + + + + + + + 24830 + 2715 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22198-Velociraptor.xml b/data/templates/npc/monster/22198-Velociraptor.xml new file mode 100644 index 000000000..46f49c20d --- /dev/null +++ b/data/templates/npc/monster/22198-Velociraptor.xml @@ -0,0 +1,43 @@ + + + + Velociraptor + 80 + MALE + + + + + + + + + + + + + + + 24830 + 2715 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22199-Pterosaur.xml b/data/templates/npc/monster/22199-Pterosaur.xml new file mode 100644 index 000000000..c54ed3cd9 --- /dev/null +++ b/data/templates/npc/monster/22199-Pterosaur.xml @@ -0,0 +1,46 @@ + + + + Pterosaur + 80 + MALE + + + + + + + + + + + + + + + 24830 + 2715 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22200-Ornithomimus.xml b/data/templates/npc/monster/22200-Ornithomimus.xml new file mode 100644 index 000000000..bb7e49584 --- /dev/null +++ b/data/templates/npc/monster/22200-Ornithomimus.xml @@ -0,0 +1,48 @@ + + + + Ornithomimus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22201-Ornithomimus.xml b/data/templates/npc/monster/22201-Ornithomimus.xml new file mode 100644 index 000000000..58cf6fceb --- /dev/null +++ b/data/templates/npc/monster/22201-Ornithomimus.xml @@ -0,0 +1,46 @@ + + + + Ornithomimus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22202-Ornithomimus.xml b/data/templates/npc/monster/22202-Ornithomimus.xml new file mode 100644 index 000000000..08718aef9 --- /dev/null +++ b/data/templates/npc/monster/22202-Ornithomimus.xml @@ -0,0 +1,45 @@ + + + + Ornithomimus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22203-Deinonychus.xml b/data/templates/npc/monster/22203-Deinonychus.xml new file mode 100644 index 000000000..23ab357e3 --- /dev/null +++ b/data/templates/npc/monster/22203-Deinonychus.xml @@ -0,0 +1,42 @@ + + + + Deinonychus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22204-Deinonychus.xml b/data/templates/npc/monster/22204-Deinonychus.xml new file mode 100644 index 000000000..8962ad8e3 --- /dev/null +++ b/data/templates/npc/monster/22204-Deinonychus.xml @@ -0,0 +1,42 @@ + + + + Deinonychus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22205-Deinonychus.xml b/data/templates/npc/monster/22205-Deinonychus.xml new file mode 100644 index 000000000..38f84506f --- /dev/null +++ b/data/templates/npc/monster/22205-Deinonychus.xml @@ -0,0 +1,42 @@ + + + + Deinonychus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22208-Pachycephalosaurus.xml b/data/templates/npc/monster/22208-Pachycephalosaurus.xml new file mode 100644 index 000000000..bafd56f3c --- /dev/null +++ b/data/templates/npc/monster/22208-Pachycephalosaurus.xml @@ -0,0 +1,40 @@ + + + + Pachycephalosaurus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22209-Pachycephalosaurus.xml b/data/templates/npc/monster/22209-Pachycephalosaurus.xml new file mode 100644 index 000000000..b7605d239 --- /dev/null +++ b/data/templates/npc/monster/22209-Pachycephalosaurus.xml @@ -0,0 +1,40 @@ + + + + Pachycephalosaurus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22210-Pachycephalosaurus.xml b/data/templates/npc/monster/22210-Pachycephalosaurus.xml new file mode 100644 index 000000000..4734a1df4 --- /dev/null +++ b/data/templates/npc/monster/22210-Pachycephalosaurus.xml @@ -0,0 +1,39 @@ + + + + Pachycephalosaurus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22211-WildStrider.xml b/data/templates/npc/monster/22211-WildStrider.xml new file mode 100644 index 000000000..c8e1ab39c --- /dev/null +++ b/data/templates/npc/monster/22211-WildStrider.xml @@ -0,0 +1,38 @@ + + + + Wild Strider + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22212-WildStrider.xml b/data/templates/npc/monster/22212-WildStrider.xml new file mode 100644 index 000000000..8a9cbbb35 --- /dev/null +++ b/data/templates/npc/monster/22212-WildStrider.xml @@ -0,0 +1,38 @@ + + + + Wild Strider + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22213-WildStrider.xml b/data/templates/npc/monster/22213-WildStrider.xml new file mode 100644 index 000000000..ec943edeb --- /dev/null +++ b/data/templates/npc/monster/22213-WildStrider.xml @@ -0,0 +1,38 @@ + + + + Wild Strider + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22214-Elroki.xml b/data/templates/npc/monster/22214-Elroki.xml new file mode 100644 index 000000000..c73922100 --- /dev/null +++ b/data/templates/npc/monster/22214-Elroki.xml @@ -0,0 +1,48 @@ + + + + Elroki + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22215-Tyrannosaurus.xml b/data/templates/npc/monster/22215-Tyrannosaurus.xml new file mode 100644 index 000000000..e73d0e314 --- /dev/null +++ b/data/templates/npc/monster/22215-Tyrannosaurus.xml @@ -0,0 +1,42 @@ + + + + Tyrannosaurus + 80 + MALE + + + + + + + + + + + + + + + 727610 + 81666 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22216-Tyrannosaurus.xml b/data/templates/npc/monster/22216-Tyrannosaurus.xml new file mode 100644 index 000000000..5aa9b0a65 --- /dev/null +++ b/data/templates/npc/monster/22216-Tyrannosaurus.xml @@ -0,0 +1,42 @@ + + + + Tyrannosaurus + 80 + MALE + + + + + + + + + + + + + + + 727610 + 81666 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22217-Tyrannosaurus.xml b/data/templates/npc/monster/22217-Tyrannosaurus.xml new file mode 100644 index 000000000..f57f03903 --- /dev/null +++ b/data/templates/npc/monster/22217-Tyrannosaurus.xml @@ -0,0 +1,42 @@ + + + + Tyrannosaurus + 80 + MALE + + + + + + + + + + + + + + + 727610 + 81666 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22218-Velociraptor.xml b/data/templates/npc/monster/22218-Velociraptor.xml new file mode 100644 index 000000000..b7f5559ad --- /dev/null +++ b/data/templates/npc/monster/22218-Velociraptor.xml @@ -0,0 +1,46 @@ + + + + Velociraptor + 80 + MALE + + + + + + + + + + + + + + + 24830 + 2715 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22219-Ornithomimus.xml b/data/templates/npc/monster/22219-Ornithomimus.xml new file mode 100644 index 000000000..e871d86c3 --- /dev/null +++ b/data/templates/npc/monster/22219-Ornithomimus.xml @@ -0,0 +1,46 @@ + + + + Ornithomimus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22220-Deinonychus.xml b/data/templates/npc/monster/22220-Deinonychus.xml new file mode 100644 index 000000000..efb1c3b1f --- /dev/null +++ b/data/templates/npc/monster/22220-Deinonychus.xml @@ -0,0 +1,42 @@ + + + + Deinonychus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22221-Pachycephalosaurus.xml b/data/templates/npc/monster/22221-Pachycephalosaurus.xml new file mode 100644 index 000000000..686b75d40 --- /dev/null +++ b/data/templates/npc/monster/22221-Pachycephalosaurus.xml @@ -0,0 +1,42 @@ + + + + Pachycephalosaurus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22222-WildStrider.xml b/data/templates/npc/monster/22222-WildStrider.xml new file mode 100644 index 000000000..661b9478a --- /dev/null +++ b/data/templates/npc/monster/22222-WildStrider.xml @@ -0,0 +1,40 @@ + + + + Wild Strider + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22223-Velociraptor.xml b/data/templates/npc/monster/22223-Velociraptor.xml new file mode 100644 index 000000000..f8bbc1354 --- /dev/null +++ b/data/templates/npc/monster/22223-Velociraptor.xml @@ -0,0 +1,37 @@ + + + + Velociraptor + 80 + MALE + + + + + + + + + + + + + + + 24830 + 2715 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22224-Ornithomimus.xml b/data/templates/npc/monster/22224-Ornithomimus.xml new file mode 100644 index 000000000..abc8a3080 --- /dev/null +++ b/data/templates/npc/monster/22224-Ornithomimus.xml @@ -0,0 +1,42 @@ + + + + Ornithomimus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22225-Deinonychus.xml b/data/templates/npc/monster/22225-Deinonychus.xml new file mode 100644 index 000000000..dcb043b4e --- /dev/null +++ b/data/templates/npc/monster/22225-Deinonychus.xml @@ -0,0 +1,42 @@ + + + + Deinonychus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22226-Pachycephalosaurus.xml b/data/templates/npc/monster/22226-Pachycephalosaurus.xml new file mode 100644 index 000000000..7c556f33f --- /dev/null +++ b/data/templates/npc/monster/22226-Pachycephalosaurus.xml @@ -0,0 +1,40 @@ + + + + Pachycephalosaurus + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22227-WildStrider.xml b/data/templates/npc/monster/22227-WildStrider.xml new file mode 100644 index 000000000..e31565909 --- /dev/null +++ b/data/templates/npc/monster/22227-WildStrider.xml @@ -0,0 +1,38 @@ + + + + Wild Strider + 80 + MALE + + + + + + + + + + + + + + + 14515 + 2715 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22228-GreyElpy.xml b/data/templates/npc/monster/22228-GreyElpy.xml new file mode 100644 index 000000000..ec805c431 --- /dev/null +++ b/data/templates/npc/monster/22228-GreyElpy.xml @@ -0,0 +1,40 @@ + + + + Grey Elpy + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22229-YoungGreyKeltir.xml b/data/templates/npc/monster/22229-YoungGreyKeltir.xml new file mode 100644 index 000000000..14c883b04 --- /dev/null +++ b/data/templates/npc/monster/22229-YoungGreyKeltir.xml @@ -0,0 +1,37 @@ + + + + Young Grey Keltir + 1 + MALE + + + + + + + + + + + + + + + 35 + 2 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22230-GreyKeltir.xml b/data/templates/npc/monster/22230-GreyKeltir.xml new file mode 100644 index 000000000..f83488f8f --- /dev/null +++ b/data/templates/npc/monster/22230-GreyKeltir.xml @@ -0,0 +1,36 @@ + + + + Grey Keltir + 2 + MALE + + + + + + + + + + + + + + + 70 + 2 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22231-DominantGreyKeltir.xml b/data/templates/npc/monster/22231-DominantGreyKeltir.xml new file mode 100644 index 000000000..0a6aa6a6c --- /dev/null +++ b/data/templates/npc/monster/22231-DominantGreyKeltir.xml @@ -0,0 +1,36 @@ + + + + Dominant Grey Keltir + 3 + MALE + + + + + + + + + + + + + + + 106 + 2 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22232-BlackWolf.xml b/data/templates/npc/monster/22232-BlackWolf.xml new file mode 100644 index 000000000..da741687c --- /dev/null +++ b/data/templates/npc/monster/22232-BlackWolf.xml @@ -0,0 +1,36 @@ + + + + Black Wolf + 4 + MALE + + + + + + + + + + + + + + + 141 + 3 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22233-DominantBlackWolf.xml b/data/templates/npc/monster/22233-DominantBlackWolf.xml new file mode 100644 index 000000000..d36722e47 --- /dev/null +++ b/data/templates/npc/monster/22233-DominantBlackWolf.xml @@ -0,0 +1,35 @@ + + + + Dominant Black Wolf + 5 + MALE + + + + + + + + + + + + + + + 176 + 4 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22234-GreenGoblin.xml b/data/templates/npc/monster/22234-GreenGoblin.xml new file mode 100644 index 000000000..31920a18e --- /dev/null +++ b/data/templates/npc/monster/22234-GreenGoblin.xml @@ -0,0 +1,37 @@ + + + + Green Goblin + 6 + MALE + + + + + + + + + + + + + + + 211 + 5 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22235-MountainWerewolf.xml b/data/templates/npc/monster/22235-MountainWerewolf.xml new file mode 100644 index 000000000..011d90643 --- /dev/null +++ b/data/templates/npc/monster/22235-MountainWerewolf.xml @@ -0,0 +1,38 @@ + + + + Mountain Werewolf + 7 + MALE + + + + + + + + + + + + + + + 248 + 8 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22236-MuertosArcher.xml b/data/templates/npc/monster/22236-MuertosArcher.xml new file mode 100644 index 000000000..10b2f5e06 --- /dev/null +++ b/data/templates/npc/monster/22236-MuertosArcher.xml @@ -0,0 +1,37 @@ + + + + Muertos Archer + 8 + MALE + + + + + + + + + + + + + + + 281 + 9 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22237-MountainFungus.xml b/data/templates/npc/monster/22237-MountainFungus.xml new file mode 100644 index 000000000..98591aca5 --- /dev/null +++ b/data/templates/npc/monster/22237-MountainFungus.xml @@ -0,0 +1,37 @@ + + + + Mountain Fungus + 9 + MALE + + + + + + + + + + + + + + + 319 + 10 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22238-MountainWerewolfChief.xml b/data/templates/npc/monster/22238-MountainWerewolfChief.xml new file mode 100644 index 000000000..193cbe21b --- /dev/null +++ b/data/templates/npc/monster/22238-MountainWerewolfChief.xml @@ -0,0 +1,39 @@ + + + + Mountain Werewolf Chief + 10 + MALE + + + + + + + + + + + + + + + 354 + 12 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22239-MuertosGuard.xml b/data/templates/npc/monster/22239-MuertosGuard.xml new file mode 100644 index 000000000..8f2d813ef --- /dev/null +++ b/data/templates/npc/monster/22239-MuertosGuard.xml @@ -0,0 +1,37 @@ + + + + Muertos Guard + 11 + MALE + + + + + + + + + + + + + + + 387 + 14 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22240-MuertosScout.xml b/data/templates/npc/monster/22240-MuertosScout.xml new file mode 100644 index 000000000..c01d612ae --- /dev/null +++ b/data/templates/npc/monster/22240-MuertosScout.xml @@ -0,0 +1,37 @@ + + + + Muertos Scout + 12 + MALE + + + + + + + + + + + + + + + 423 + 15 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22241-Colossus.xml b/data/templates/npc/monster/22241-Colossus.xml new file mode 100644 index 000000000..d2bc07119 --- /dev/null +++ b/data/templates/npc/monster/22241-Colossus.xml @@ -0,0 +1,35 @@ + + + + Colossus + 13 + MALE + + + + + + + + + + + + + + + 566 + 22 + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22242-MuertosWarrior.xml b/data/templates/npc/monster/22242-MuertosWarrior.xml new file mode 100644 index 000000000..1b9fa5cc2 --- /dev/null +++ b/data/templates/npc/monster/22242-MuertosWarrior.xml @@ -0,0 +1,38 @@ + + + + Muertos Warrior + 14 + MALE + + + + + + + + + + + + + + + 490 + 19 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22243-MuertosCaptain.xml b/data/templates/npc/monster/22243-MuertosCaptain.xml new file mode 100644 index 000000000..2aaf1af4c --- /dev/null +++ b/data/templates/npc/monster/22243-MuertosCaptain.xml @@ -0,0 +1,37 @@ + + + + Muertos Captain + 15 + MALE + + + + + + + + + + + + + + + 528 + 21 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22244-CrimsonSpider.xml b/data/templates/npc/monster/22244-CrimsonSpider.xml new file mode 100644 index 000000000..84a790466 --- /dev/null +++ b/data/templates/npc/monster/22244-CrimsonSpider.xml @@ -0,0 +1,37 @@ + + + + Crimson Spider + 16 + MALE + + + + + + + + + + + + + + + 564 + 22 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22245-MuertosLieutenant.xml b/data/templates/npc/monster/22245-MuertosLieutenant.xml new file mode 100644 index 000000000..a143e985a --- /dev/null +++ b/data/templates/npc/monster/22245-MuertosLieutenant.xml @@ -0,0 +1,36 @@ + + + + Muertos Lieutenant + 17 + MALE + + + + + + + + + + + + + + + 599 + 25 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22246-MuertosCommander.xml b/data/templates/npc/monster/22246-MuertosCommander.xml new file mode 100644 index 000000000..bb6db76f9 --- /dev/null +++ b/data/templates/npc/monster/22246-MuertosCommander.xml @@ -0,0 +1,38 @@ + + + + Muertos Commander + 18 + MALE + + + + + + + + + + + + + + + 633 + 27 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22247-GrottoGolem.xml b/data/templates/npc/monster/22247-GrottoGolem.xml new file mode 100644 index 000000000..041d47f9d --- /dev/null +++ b/data/templates/npc/monster/22247-GrottoGolem.xml @@ -0,0 +1,37 @@ + + + + Grotto Golem + 15 + MALE + + + + + + + + + + + + + + + 1108 + 43 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22248-ShadyMuertos.xml b/data/templates/npc/monster/22248-ShadyMuertos.xml new file mode 100644 index 000000000..2c1dfeeee --- /dev/null +++ b/data/templates/npc/monster/22248-ShadyMuertos.xml @@ -0,0 +1,37 @@ + + + + Shady Muertos + 15 + MALE + + + + + + + + + + + + + + + 821 + 31 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22249-ShadyMuertosGuard.xml b/data/templates/npc/monster/22249-ShadyMuertosGuard.xml new file mode 100644 index 000000000..4e0043974 --- /dev/null +++ b/data/templates/npc/monster/22249-ShadyMuertosGuard.xml @@ -0,0 +1,39 @@ + + + + Shady Muertos Guard + 16 + MALE + + + + + + + + + + + + + + + 877 + 33 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22250-GrottoLeopard.xml b/data/templates/npc/monster/22250-GrottoLeopard.xml new file mode 100644 index 000000000..cdfe2152c --- /dev/null +++ b/data/templates/npc/monster/22250-GrottoLeopard.xml @@ -0,0 +1,38 @@ + + + + Grotto Leopard + 16 + MALE + + + + + + + + + + + + + + + 877 + 33 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22251-ShadyMuertosCaptain.xml b/data/templates/npc/monster/22251-ShadyMuertosCaptain.xml new file mode 100644 index 000000000..2552ff16f --- /dev/null +++ b/data/templates/npc/monster/22251-ShadyMuertosCaptain.xml @@ -0,0 +1,36 @@ + + + + Shady Muertos Captain + 17 + MALE + + + + + + + + + + + + + + + 928 + 37 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22252-GrottoGrizzly.xml b/data/templates/npc/monster/22252-GrottoGrizzly.xml new file mode 100644 index 000000000..a4f62848d --- /dev/null +++ b/data/templates/npc/monster/22252-GrottoGrizzly.xml @@ -0,0 +1,38 @@ + + + + Grotto Grizzly + 17 + MALE + + + + + + + + + + + + + + + 925 + 36 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22253-ShadyMuertosWarrior.xml b/data/templates/npc/monster/22253-ShadyMuertosWarrior.xml new file mode 100644 index 000000000..c05110187 --- /dev/null +++ b/data/templates/npc/monster/22253-ShadyMuertosWarrior.xml @@ -0,0 +1,39 @@ + + + + Shady Muertos Warrior + 18 + MALE + + + + + + + + + + + + + + + 981 + 40 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22254-ShadyMuertosArcher.xml b/data/templates/npc/monster/22254-ShadyMuertosArcher.xml new file mode 100644 index 000000000..0a95f44f1 --- /dev/null +++ b/data/templates/npc/monster/22254-ShadyMuertosArcher.xml @@ -0,0 +1,40 @@ + + + + Shady Muertos Archer + 18 + MALE + + + + + + + + + + + + + + + 983 + 40 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22255-ShadyMuertosCommander.xml b/data/templates/npc/monster/22255-ShadyMuertosCommander.xml new file mode 100644 index 000000000..9e543af8e --- /dev/null +++ b/data/templates/npc/monster/22255-ShadyMuertosCommander.xml @@ -0,0 +1,39 @@ + + + + Shady Muertos Commander + 19 + MALE + + + + + + + + + + + + + + + 1039 + 44 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22256-ShadyMuertosWizard.xml b/data/templates/npc/monster/22256-ShadyMuertosWizard.xml new file mode 100644 index 000000000..e8d77ba08 --- /dev/null +++ b/data/templates/npc/monster/22256-ShadyMuertosWizard.xml @@ -0,0 +1,38 @@ + + + + Shady Muertos Wizard + 19 + MALE + + + + + + + + + + + + + + + 1145 + 48 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22257-IslandGuardian.xml b/data/templates/npc/monster/22257-IslandGuardian.xml new file mode 100644 index 000000000..ac693ba9a --- /dev/null +++ b/data/templates/npc/monster/22257-IslandGuardian.xml @@ -0,0 +1,51 @@ + + + + Island Guardian + 78 + MALE + + + + + + + + + + + + + + + 12616 + 1380 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22258-WhiteSandMirage.xml b/data/templates/npc/monster/22258-WhiteSandMirage.xml new file mode 100644 index 000000000..2be549124 --- /dev/null +++ b/data/templates/npc/monster/22258-WhiteSandMirage.xml @@ -0,0 +1,44 @@ + + + + White Sand Mirage + 79 + FEMALE + + + + + + + + + + + + + + + 12941 + 1434 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22259-MuddyCoral.xml b/data/templates/npc/monster/22259-MuddyCoral.xml new file mode 100644 index 000000000..d6ad4e8dc --- /dev/null +++ b/data/templates/npc/monster/22259-MuddyCoral.xml @@ -0,0 +1,49 @@ + + + + Muddy Coral + 80 + MALE + + + + + + + + + + + + + + + 14100 + 1582 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22260-Kleopora.xml b/data/templates/npc/monster/22260-Kleopora.xml new file mode 100644 index 000000000..e1a32e5e4 --- /dev/null +++ b/data/templates/npc/monster/22260-Kleopora.xml @@ -0,0 +1,37 @@ + + + + Kleopora + 80 + MALE + + + + + + + + + + + + + + + 11681 + 1311 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22261-Seychelles.xml b/data/templates/npc/monster/22261-Seychelles.xml new file mode 100644 index 000000000..bd66a8fe2 --- /dev/null +++ b/data/templates/npc/monster/22261-Seychelles.xml @@ -0,0 +1,36 @@ + + + + Seychelles + 81 + MALE + + + + + + + + + + + + + + + 12333 + 1366 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22262-Naiad.xml b/data/templates/npc/monster/22262-Naiad.xml new file mode 100644 index 000000000..d7f2b95d7 --- /dev/null +++ b/data/templates/npc/monster/22262-Naiad.xml @@ -0,0 +1,51 @@ + + + + Naiad + 81 + FEMALE + + + + + + + + + + + + + + + 12486 + 1383 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22263-Sonneratia.xml b/data/templates/npc/monster/22263-Sonneratia.xml new file mode 100644 index 000000000..b899fea9a --- /dev/null +++ b/data/templates/npc/monster/22263-Sonneratia.xml @@ -0,0 +1,44 @@ + + + + Sonneratia + 82 + MALE + + + + + + + + + + + + + + + 14725 + 1610 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22264-Castalia.xml b/data/templates/npc/monster/22264-Castalia.xml new file mode 100644 index 000000000..cc8308678 --- /dev/null +++ b/data/templates/npc/monster/22264-Castalia.xml @@ -0,0 +1,42 @@ + + + + Castalia + 82 + FEMALE + + + + + + + + + + + + + + + 13089 + 1431 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22265-Chrysocolla.xml b/data/templates/npc/monster/22265-Chrysocolla.xml new file mode 100644 index 000000000..a9a8ab7cc --- /dev/null +++ b/data/templates/npc/monster/22265-Chrysocolla.xml @@ -0,0 +1,44 @@ + + + + Chrysocolla + 83 + MALE + + + + + + + + + + + + + + + 15492 + 1673 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22266-Pythia.xml b/data/templates/npc/monster/22266-Pythia.xml new file mode 100644 index 000000000..0b726b106 --- /dev/null +++ b/data/templates/npc/monster/22266-Pythia.xml @@ -0,0 +1,42 @@ + + + + Pythia + 83 + FEMALE + + + + + + + + + + + + + + + 13801 + 1490 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22267-DarkWaterDragon.xml b/data/templates/npc/monster/22267-DarkWaterDragon.xml new file mode 100644 index 000000000..01206dd10 --- /dev/null +++ b/data/templates/npc/monster/22267-DarkWaterDragon.xml @@ -0,0 +1,38 @@ + + + + Dark Water Dragon + 83 + MALE + + + + + + + + + + + + + + + 158536 + 17121 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22268-Shade.xml b/data/templates/npc/monster/22268-Shade.xml new file mode 100644 index 000000000..fe8177974 --- /dev/null +++ b/data/templates/npc/monster/22268-Shade.xml @@ -0,0 +1,44 @@ + + + + Shade + 82 + MALE + + + + + + + + + + + + + + + 10249 + 1120 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22269-Shade.xml b/data/templates/npc/monster/22269-Shade.xml new file mode 100644 index 000000000..594b04d9c --- /dev/null +++ b/data/templates/npc/monster/22269-Shade.xml @@ -0,0 +1,43 @@ + + + + Shade + 82 + MALE + + + + + + + + + + + + + + + 10351 + 1131 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22270-WaterDragonDetractor.xml b/data/templates/npc/monster/22270-WaterDragonDetractor.xml new file mode 100644 index 000000000..cbce2eaa6 --- /dev/null +++ b/data/templates/npc/monster/22270-WaterDragonDetractor.xml @@ -0,0 +1,49 @@ + + + + Water Dragon Detractor + 82 + MALE + + + + + + + + + + + + + + + 11436 + 1250 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22271-WaterDragonDetractor.xml b/data/templates/npc/monster/22271-WaterDragonDetractor.xml new file mode 100644 index 000000000..605fc1c59 --- /dev/null +++ b/data/templates/npc/monster/22271-WaterDragonDetractor.xml @@ -0,0 +1,45 @@ + + + + Water Dragon Detractor + 82 + MALE + + + + + + + + + + + + + + + 11436 + 1250 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22272-BelethSMinion.xml b/data/templates/npc/monster/22272-BelethSMinion.xml new file mode 100644 index 000000000..ee25d7fe8 --- /dev/null +++ b/data/templates/npc/monster/22272-BelethSMinion.xml @@ -0,0 +1,43 @@ + + + + Beleth's Minion + 82 + MALE + + + + + + + + + + + + + + + 16531 + 1728 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22273-BelethSMinion.xml b/data/templates/npc/monster/22273-BelethSMinion.xml new file mode 100644 index 000000000..534b4b2d5 --- /dev/null +++ b/data/templates/npc/monster/22273-BelethSMinion.xml @@ -0,0 +1,39 @@ + + + + Beleth's Minion + 82 + FEMALE + + + + + + + + + + + + + + + 15997 + 1670 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22274-BelethSMinion.xml b/data/templates/npc/monster/22274-BelethSMinion.xml new file mode 100644 index 000000000..576debdb4 --- /dev/null +++ b/data/templates/npc/monster/22274-BelethSMinion.xml @@ -0,0 +1,40 @@ + + + + Beleth's Minion + 82 + MALE + + + + + + + + + + + + + + + 16319 + 1705 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22275-GatekeeperLohan.xml b/data/templates/npc/monster/22275-GatekeeperLohan.xml new file mode 100644 index 000000000..f9aee95b9 --- /dev/null +++ b/data/templates/npc/monster/22275-GatekeeperLohan.xml @@ -0,0 +1,45 @@ + + + + Gatekeeper Lohan + 81 + FEMALE + + + + + + + + + + + + + + + 96272 + 10663 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22276-GatekeeperOfTheSquare.xml b/data/templates/npc/monster/22276-GatekeeperOfTheSquare.xml new file mode 100644 index 000000000..37c141377 --- /dev/null +++ b/data/templates/npc/monster/22276-GatekeeperOfTheSquare.xml @@ -0,0 +1,50 @@ + + + + Gatekeeper of the Square + 81 + MALE + + + + + + + + + + + + + + + 28314 + 2999 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22277-GatekeeperProvo.xml b/data/templates/npc/monster/22277-GatekeeperProvo.xml new file mode 100644 index 000000000..e33d41cc7 --- /dev/null +++ b/data/templates/npc/monster/22277-GatekeeperProvo.xml @@ -0,0 +1,40 @@ + + + + Gatekeeper Provo + 81 + MALE + + + + + + + + + + + + + + + 96272 + 10663 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22278-GatekeeperOfFire.xml b/data/templates/npc/monster/22278-GatekeeperOfFire.xml new file mode 100644 index 000000000..e743e70e8 --- /dev/null +++ b/data/templates/npc/monster/22278-GatekeeperOfFire.xml @@ -0,0 +1,40 @@ + + + + Gatekeeper of Fire + 81 + MALE + + + + + + + + + + + + + + + 28314 + 2999 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22279-ChromaticDetainee.xml b/data/templates/npc/monster/22279-ChromaticDetainee.xml new file mode 100644 index 000000000..99eb1e6a9 --- /dev/null +++ b/data/templates/npc/monster/22279-ChromaticDetainee.xml @@ -0,0 +1,44 @@ + + + + Chromatic Detainee + 81 + MALE + + + + + + + + + + + + + + + 27781 + 2932 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22280-RodoKnight.xml b/data/templates/npc/monster/22280-RodoKnight.xml new file mode 100644 index 000000000..3e0718ece --- /dev/null +++ b/data/templates/npc/monster/22280-RodoKnight.xml @@ -0,0 +1,49 @@ + + + + Rodo Knight + 82 + MALE + + + + + + + + + + + + + + + 15937 + 1663 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22281-PlazaCaiman.xml b/data/templates/npc/monster/22281-PlazaCaiman.xml new file mode 100644 index 000000000..629bf8984 --- /dev/null +++ b/data/templates/npc/monster/22281-PlazaCaiman.xml @@ -0,0 +1,39 @@ + + + + Plaza Caiman + 82 + MALE + + + + + + + + + + + + + + + 13121 + 1370 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22282-ChromaticDetainee.xml b/data/templates/npc/monster/22282-ChromaticDetainee.xml new file mode 100644 index 000000000..967dcd499 --- /dev/null +++ b/data/templates/npc/monster/22282-ChromaticDetainee.xml @@ -0,0 +1,42 @@ + + + + Chromatic Detainee + 81 + MALE + + + + + + + + + + + + + + + 27781 + 2932 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22283-EmeraldAlligar.xml b/data/templates/npc/monster/22283-EmeraldAlligar.xml new file mode 100644 index 000000000..b446380fc --- /dev/null +++ b/data/templates/npc/monster/22283-EmeraldAlligar.xml @@ -0,0 +1,41 @@ + + + + Emerald Alligar + 82 + MALE + + + + + + + + + + + + + + + 13121 + 1370 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22284-ChromaticDetainee.xml b/data/templates/npc/monster/22284-ChromaticDetainee.xml new file mode 100644 index 000000000..7a3a450d0 --- /dev/null +++ b/data/templates/npc/monster/22284-ChromaticDetainee.xml @@ -0,0 +1,46 @@ + + + + Chromatic Detainee + 81 + MALE + + + + + + + + + + + + + + + 26651 + 2807 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22285-ChromaticDetainee.xml b/data/templates/npc/monster/22285-ChromaticDetainee.xml new file mode 100644 index 000000000..0ba78ea07 --- /dev/null +++ b/data/templates/npc/monster/22285-ChromaticDetainee.xml @@ -0,0 +1,43 @@ + + + + Chromatic Detainee + 81 + MALE + + + + + + + + + + + + + + + 28709 + 3035 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22286-PlazaGaviel.xml b/data/templates/npc/monster/22286-PlazaGaviel.xml new file mode 100644 index 000000000..a4bf68eba --- /dev/null +++ b/data/templates/npc/monster/22286-PlazaGaviel.xml @@ -0,0 +1,46 @@ + + + + Plaza Gaviel + 82 + MALE + + + + + + + + + + + + + + + 13121 + 1370 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22287-CrystallineUnicorn.xml b/data/templates/npc/monster/22287-CrystallineUnicorn.xml new file mode 100644 index 000000000..41b0b364e --- /dev/null +++ b/data/templates/npc/monster/22287-CrystallineUnicorn.xml @@ -0,0 +1,43 @@ + + + + Crystalline Unicorn + 82 + MALE + + + + + + + + + + + + + + + 34503 + 3583 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22288-EmeraldBoar.xml b/data/templates/npc/monster/22288-EmeraldBoar.xml new file mode 100644 index 000000000..223984847 --- /dev/null +++ b/data/templates/npc/monster/22288-EmeraldBoar.xml @@ -0,0 +1,44 @@ + + + + Emerald Boar + 82 + MALE + + + + + + + + + + + + + + + 37724 + 3936 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22289-PlazaHelm.xml b/data/templates/npc/monster/22289-PlazaHelm.xml new file mode 100644 index 000000000..e9c4552be --- /dev/null +++ b/data/templates/npc/monster/22289-PlazaHelm.xml @@ -0,0 +1,50 @@ + + + + Plaza Helm + 82 + MALE + + + + + + + + + + + + + + + 36334 + 3792 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22290-TerodSMinion.xml b/data/templates/npc/monster/22290-TerodSMinion.xml new file mode 100644 index 000000000..ae807dda1 --- /dev/null +++ b/data/templates/npc/monster/22290-TerodSMinion.xml @@ -0,0 +1,46 @@ + + + + Terod's Minion + 82 + MALE + + + + + + + + + + + + + + + 101261 + 11072 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22291-WeylinSMinion.xml b/data/templates/npc/monster/22291-WeylinSMinion.xml new file mode 100644 index 000000000..3b2e53e34 --- /dev/null +++ b/data/templates/npc/monster/22291-WeylinSMinion.xml @@ -0,0 +1,40 @@ + + + + Weylin's Minion + 82 + MALE + + + + + + + + + + + + + + + 95185 + 10408 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22292-Tourmaline.xml b/data/templates/npc/monster/22292-Tourmaline.xml new file mode 100644 index 000000000..6fbc90623 --- /dev/null +++ b/data/templates/npc/monster/22292-Tourmaline.xml @@ -0,0 +1,43 @@ + + + + Tourmaline + 82 + MALE + + + + + + + + + + + + + + + 34122 + 3731 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22293-Spinel.xml b/data/templates/npc/monster/22293-Spinel.xml new file mode 100644 index 000000000..95915c402 --- /dev/null +++ b/data/templates/npc/monster/22293-Spinel.xml @@ -0,0 +1,40 @@ + + + + Spinel + 82 + MALE + + + + + + + + + + + + + + + 30840 + 3224 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22294-FireOpal.xml b/data/templates/npc/monster/22294-FireOpal.xml new file mode 100644 index 000000000..10e9c4b1a --- /dev/null +++ b/data/templates/npc/monster/22294-FireOpal.xml @@ -0,0 +1,39 @@ + + + + Fire Opal + 82 + MALE + + + + + + + + + + + + + + + 34122 + 3731 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22295-ReefGolem.xml b/data/templates/npc/monster/22295-ReefGolem.xml new file mode 100644 index 000000000..26788e705 --- /dev/null +++ b/data/templates/npc/monster/22295-ReefGolem.xml @@ -0,0 +1,41 @@ + + + + Reef Golem + 82 + MALE + + + + + + + + + + + + + + + 99513 + 10881 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22296-ReefGolem.xml b/data/templates/npc/monster/22296-ReefGolem.xml new file mode 100644 index 000000000..6734cc684 --- /dev/null +++ b/data/templates/npc/monster/22296-ReefGolem.xml @@ -0,0 +1,43 @@ + + + + Reef Golem + 82 + MALE + + + + + + + + + + + + + + + 104675 + 11446 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22297-ReefGolem.xml b/data/templates/npc/monster/22297-ReefGolem.xml new file mode 100644 index 000000000..c02d1dabc --- /dev/null +++ b/data/templates/npc/monster/22297-ReefGolem.xml @@ -0,0 +1,42 @@ + + + + Reef Golem + 82 + MALE + + + + + + + + + + + + + + + 103023 + 11265 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22298-Weylin.xml b/data/templates/npc/monster/22298-Weylin.xml new file mode 100644 index 000000000..cd051e5e9 --- /dev/null +++ b/data/templates/npc/monster/22298-Weylin.xml @@ -0,0 +1,50 @@ + + + + Weylin + 82 + FEMALE + + + + + + + + + + + + + + + 164166 + 17951 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22299-Dolph.xml b/data/templates/npc/monster/22299-Dolph.xml new file mode 100644 index 000000000..6027ebd2e --- /dev/null +++ b/data/templates/npc/monster/22299-Dolph.xml @@ -0,0 +1,45 @@ + + + + Dolph + 82 + MALE + + + + + + + + + + + + + + + 189054 + 20673 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22300-DolphSMinion.xml b/data/templates/npc/monster/22300-DolphSMinion.xml new file mode 100644 index 000000000..d89111b80 --- /dev/null +++ b/data/templates/npc/monster/22300-DolphSMinion.xml @@ -0,0 +1,43 @@ + + + + Dolph's Minion + 82 + MALE + + + + + + + + + + + + + + + 34451 + 3767 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22301-Terod.xml b/data/templates/npc/monster/22301-Terod.xml new file mode 100644 index 000000000..d550e1bb5 --- /dev/null +++ b/data/templates/npc/monster/22301-Terod.xml @@ -0,0 +1,44 @@ + + + + Terod + 82 + MALE + + + + + + + + + + + + + + + 190311 + 20810 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22302-DarnelSGuardian.xml b/data/templates/npc/monster/22302-DarnelSGuardian.xml new file mode 100644 index 000000000..1b9585254 --- /dev/null +++ b/data/templates/npc/monster/22302-DarnelSGuardian.xml @@ -0,0 +1,44 @@ + + + + Darnel's Guardian + 82 + FEMALE + + + + + + + + + + + + + + + 182298 + 19934 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22303-GuardianOfTheSquare.xml b/data/templates/npc/monster/22303-GuardianOfTheSquare.xml new file mode 100644 index 000000000..b3d4f2e62 --- /dev/null +++ b/data/templates/npc/monster/22303-GuardianOfTheSquare.xml @@ -0,0 +1,39 @@ + + + + Guardian of the Square + 82 + FEMALE + + + + + + + + + + + + + + + 190116 + 20789 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22304-GuardianOfTheEmerald.xml b/data/templates/npc/monster/22304-GuardianOfTheEmerald.xml new file mode 100644 index 000000000..461f9b92c --- /dev/null +++ b/data/templates/npc/monster/22304-GuardianOfTheEmerald.xml @@ -0,0 +1,43 @@ + + + + Guardian of the Emerald + 82 + MALE + + + + + + + + + + + + + + + 190922 + 20877 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22305-KechiSCaptain.xml b/data/templates/npc/monster/22305-KechiSCaptain.xml new file mode 100644 index 000000000..89a2b0ce6 --- /dev/null +++ b/data/templates/npc/monster/22305-KechiSCaptain.xml @@ -0,0 +1,39 @@ + + + + Kechi's Captain + 82 + MALE + + + + + + + + + + + + + + + 34650 + 3789 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22306-KechiSCaptain.xml b/data/templates/npc/monster/22306-KechiSCaptain.xml new file mode 100644 index 000000000..8256bc9ef --- /dev/null +++ b/data/templates/npc/monster/22306-KechiSCaptain.xml @@ -0,0 +1,39 @@ + + + + Kechi's Captain + 82 + MALE + + + + + + + + + + + + + + + 88071 + 9156 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22307-KechiSCaptain.xml b/data/templates/npc/monster/22307-KechiSCaptain.xml new file mode 100644 index 000000000..71f5b567b --- /dev/null +++ b/data/templates/npc/monster/22307-KechiSCaptain.xml @@ -0,0 +1,44 @@ + + + + Kechi's Captain + 82 + MALE + + + + + + + + + + + + + + + 190926 + 19906 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22308-KechiSGuard.xml b/data/templates/npc/monster/22308-KechiSGuard.xml new file mode 100644 index 000000000..549ffbc6c --- /dev/null +++ b/data/templates/npc/monster/22308-KechiSGuard.xml @@ -0,0 +1,40 @@ + + + + Kechi's Guard + 82 + MALE + + + + + + + + + + + + + + + 30391 + 3173 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22309-KechiSGuard.xml b/data/templates/npc/monster/22309-KechiSGuard.xml new file mode 100644 index 000000000..990dd8dfb --- /dev/null +++ b/data/templates/npc/monster/22309-KechiSGuard.xml @@ -0,0 +1,42 @@ + + + + Kechi's Guard + 82 + MALE + + + + + + + + + + + + + + + 42319 + 4434 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22310-KechiSGuard.xml b/data/templates/npc/monster/22310-KechiSGuard.xml new file mode 100644 index 000000000..309bf1fcc --- /dev/null +++ b/data/templates/npc/monster/22310-KechiSGuard.xml @@ -0,0 +1,42 @@ + + + + Kechi's Guard + 82 + MALE + + + + + + + + + + + + + + + 39903 + 4170 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22311-ParmeSGuardian.xml b/data/templates/npc/monster/22311-ParmeSGuardian.xml new file mode 100644 index 000000000..825a27732 --- /dev/null +++ b/data/templates/npc/monster/22311-ParmeSGuardian.xml @@ -0,0 +1,48 @@ + + + + Parme's Guardian + 83 + FEMALE + + + + + + + + + + + + + + + 180237 + 18511 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22312-FafurionSHenchman.xml b/data/templates/npc/monster/22312-FafurionSHenchman.xml new file mode 100644 index 000000000..5ca5469cf --- /dev/null +++ b/data/templates/npc/monster/22312-FafurionSHenchman.xml @@ -0,0 +1,45 @@ + + + + Fafurion's Henchman + 83 + MALE + + + + + + + + + + + + + + + 190928 + 20619 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22313-GardenStakato.xml b/data/templates/npc/monster/22313-GardenStakato.xml new file mode 100644 index 000000000..59118a71a --- /dev/null +++ b/data/templates/npc/monster/22313-GardenStakato.xml @@ -0,0 +1,46 @@ + + + + Garden Stakato + 83 + MALE + + + + + + + + + + + + + + + 60929 + 6262 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22314-GardenPoisonMoth.xml b/data/templates/npc/monster/22314-GardenPoisonMoth.xml new file mode 100644 index 000000000..7cdbc0459 --- /dev/null +++ b/data/templates/npc/monster/22314-GardenPoisonMoth.xml @@ -0,0 +1,44 @@ + + + + Garden Poison Moth + 83 + MALE + + + + + + + + + + + + + + + 59615 + 6120 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22315-GardenGuard.xml b/data/templates/npc/monster/22315-GardenGuard.xml new file mode 100644 index 000000000..a4f96ba22 --- /dev/null +++ b/data/templates/npc/monster/22315-GardenGuard.xml @@ -0,0 +1,45 @@ + + + + Garden Guard + 83 + MALE + + + + + + + + + + + + + + + 34896 + 3768 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22316-GardenGuardianTree.xml b/data/templates/npc/monster/22316-GardenGuardianTree.xml new file mode 100644 index 000000000..e02a85d99 --- /dev/null +++ b/data/templates/npc/monster/22316-GardenGuardianTree.xml @@ -0,0 +1,39 @@ + + + + Garden Guardian Tree + 83 + FEMALE + + + + + + + + + + + + + + + 100984 + 10905 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22317-GardenCastalia.xml b/data/templates/npc/monster/22317-GardenCastalia.xml new file mode 100644 index 000000000..68e7019f0 --- /dev/null +++ b/data/templates/npc/monster/22317-GardenCastalia.xml @@ -0,0 +1,50 @@ + + + + Garden Castalia + 83 + FEMALE + + + + + + + + + + + + + + + 14993 + 1556 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22320-JuniorWatchman.xml b/data/templates/npc/monster/22320-JuniorWatchman.xml new file mode 100644 index 000000000..32c62b123 --- /dev/null +++ b/data/templates/npc/monster/22320-JuniorWatchman.xml @@ -0,0 +1,43 @@ + + + + Junior Watchman + 81 + MALE + + + + + + + + + + + + + + + 163197 + 17624 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22321-JuniorSummoner.xml b/data/templates/npc/monster/22321-JuniorSummoner.xml new file mode 100644 index 000000000..766605fe1 --- /dev/null +++ b/data/templates/npc/monster/22321-JuniorSummoner.xml @@ -0,0 +1,46 @@ + + + + Junior Summoner + 81 + FEMALE + + + + + + + + + + + + + + + 155632 + 16807 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22322-SubjugatedNative.xml b/data/templates/npc/monster/22322-SubjugatedNative.xml new file mode 100644 index 000000000..65fd0a251 --- /dev/null +++ b/data/templates/npc/monster/22322-SubjugatedNative.xml @@ -0,0 +1,48 @@ + + + + Subjugated Native + 81 + MALE + + + + + + + + + + + + + + + 11381 + 1207 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22323-CharmedNative.xml b/data/templates/npc/monster/22323-CharmedNative.xml new file mode 100644 index 000000000..05550daa7 --- /dev/null +++ b/data/templates/npc/monster/22323-CharmedNative.xml @@ -0,0 +1,51 @@ + + + + Charmed Native + 81 + MALE + + + + + + + + + + + + + + + 11746 + 1247 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22324-BlindHuntsman.xml b/data/templates/npc/monster/22324-BlindHuntsman.xml new file mode 100644 index 000000000..998cde073 --- /dev/null +++ b/data/templates/npc/monster/22324-BlindHuntsman.xml @@ -0,0 +1,45 @@ + + + + Blind Huntsman + 81 + MALE + + + + + + + + + + + + + + + 28644 + 2983 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22325-BlindWatchman.xml b/data/templates/npc/monster/22325-BlindWatchman.xml new file mode 100644 index 000000000..e0b297a13 --- /dev/null +++ b/data/templates/npc/monster/22325-BlindWatchman.xml @@ -0,0 +1,46 @@ + + + + Blind Watchman + 81 + MALE + + + + + + + + + + + + + + + 25716 + 2667 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22326-Hellinark.xml b/data/templates/npc/monster/22326-Hellinark.xml new file mode 100644 index 000000000..c261ec62b --- /dev/null +++ b/data/templates/npc/monster/22326-Hellinark.xml @@ -0,0 +1,45 @@ + + + + Hellinark + Naia's Guardian + 81 + MALE + + + + + + + + + + + + + + + 2629658 + 267913 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22327-ArcaneScout.xml b/data/templates/npc/monster/22327-ArcaneScout.xml new file mode 100644 index 000000000..affbe1498 --- /dev/null +++ b/data/templates/npc/monster/22327-ArcaneScout.xml @@ -0,0 +1,49 @@ + + + + Arcane Scout + 81 + MALE + + + + + + + + + + + + + + + 320392 + 34601 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22328-ArcaneGuardian.xml b/data/templates/npc/monster/22328-ArcaneGuardian.xml new file mode 100644 index 000000000..3ecc86fc5 --- /dev/null +++ b/data/templates/npc/monster/22328-ArcaneGuardian.xml @@ -0,0 +1,46 @@ + + + + Arcane Guardian + 81 + FEMALE + + + + + + + + + + + + + + + 134976 + 13992 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22329-ArcaneWatchman.xml b/data/templates/npc/monster/22329-ArcaneWatchman.xml new file mode 100644 index 000000000..17929b58f --- /dev/null +++ b/data/templates/npc/monster/22329-ArcaneWatchman.xml @@ -0,0 +1,42 @@ + + + + Arcane Watchman + 81 + MALE + + + + + + + + + + + + + + + 331002 + 35747 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22330-RemnantWraith.xml b/data/templates/npc/monster/22330-RemnantWraith.xml new file mode 100644 index 000000000..c85ad6409 --- /dev/null +++ b/data/templates/npc/monster/22330-RemnantWraith.xml @@ -0,0 +1,45 @@ + + + + Remnant Wraith + 81 + MALE + + + + + + + + + + + + + + + 17815 + 1923 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22334-SandScorpion.xml b/data/templates/npc/monster/22334-SandScorpion.xml new file mode 100644 index 000000000..8f0ca03d7 --- /dev/null +++ b/data/templates/npc/monster/22334-SandScorpion.xml @@ -0,0 +1,49 @@ + + + + Sand Scorpion + 81 + MALE + + + + + + + + + + + + + + + 147904 + 15780 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22335-DesertScorpion.xml b/data/templates/npc/monster/22335-DesertScorpion.xml new file mode 100644 index 000000000..8d046d374 --- /dev/null +++ b/data/templates/npc/monster/22335-DesertScorpion.xml @@ -0,0 +1,44 @@ + + + + Desert Scorpion + 81 + MALE + + + + + + + + + + + + + + + 151636 + 16178 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22336-SandDevil.xml b/data/templates/npc/monster/22336-SandDevil.xml new file mode 100644 index 000000000..d5cf141f9 --- /dev/null +++ b/data/templates/npc/monster/22336-SandDevil.xml @@ -0,0 +1,50 @@ + + + + Sand Devil + 81 + MALE + + + + + + + + + + + + + + + 50320 + 5368 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22337-Desiccator.xml b/data/templates/npc/monster/22337-Desiccator.xml new file mode 100644 index 000000000..4d09060ed --- /dev/null +++ b/data/templates/npc/monster/22337-Desiccator.xml @@ -0,0 +1,47 @@ + + + + Desiccator + 81 + MALE + + + + + + + + + + + + + + + 47148 + 5030 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22339-WanderingCaravan.xml b/data/templates/npc/monster/22339-WanderingCaravan.xml new file mode 100644 index 000000000..73b7f3d5e --- /dev/null +++ b/data/templates/npc/monster/22339-WanderingCaravan.xml @@ -0,0 +1,43 @@ + + + + Wandering Caravan + 81 + MALE + + + + + + + + + + + + + + + 18810 + 2006 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22340-Sandstorm.xml b/data/templates/npc/monster/22340-Sandstorm.xml new file mode 100644 index 000000000..96818e7ba --- /dev/null +++ b/data/templates/npc/monster/22340-Sandstorm.xml @@ -0,0 +1,45 @@ + + + + Sandstorm + 81 + MALE + + + + + + + + + + + + + + + 146852 + 15668 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22341-Keltas.xml b/data/templates/npc/monster/22341-Keltas.xml new file mode 100644 index 000000000..17a100914 --- /dev/null +++ b/data/templates/npc/monster/22341-Keltas.xml @@ -0,0 +1,47 @@ + + + + Keltas + 81 + MALE + + + + + + + + + + + + + + + 449479 + 47956 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22342-DarionSEnforcer.xml b/data/templates/npc/monster/22342-DarionSEnforcer.xml new file mode 100644 index 000000000..613b63130 --- /dev/null +++ b/data/templates/npc/monster/22342-DarionSEnforcer.xml @@ -0,0 +1,42 @@ + + + + Darion's Enforcer + 81 + FEMALE + + + + + + + + + + + + + + + 12425 + 1325 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22343-DarionSExecutioner.xml b/data/templates/npc/monster/22343-DarionSExecutioner.xml new file mode 100644 index 000000000..b2a01a933 --- /dev/null +++ b/data/templates/npc/monster/22343-DarionSExecutioner.xml @@ -0,0 +1,42 @@ + + + + Darion's Executioner + 81 + MALE + + + + + + + + + + + + + + + 9998 + 1066 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22344-QuarrySupervisor.xml b/data/templates/npc/monster/22344-QuarrySupervisor.xml new file mode 100644 index 000000000..4bd06e28d --- /dev/null +++ b/data/templates/npc/monster/22344-QuarrySupervisor.xml @@ -0,0 +1,46 @@ + + + + Quarry Supervisor + 81 + MALE + + + + + + + + + + + + + + + 70970 + 7317 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22345-QuarryBowman.xml b/data/templates/npc/monster/22345-QuarryBowman.xml new file mode 100644 index 000000000..3df21acc7 --- /dev/null +++ b/data/templates/npc/monster/22345-QuarryBowman.xml @@ -0,0 +1,44 @@ + + + + Quarry Bowman + 81 + FEMALE + + + + + + + + + + + + + + + 22390 + 2303 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22346-QuarryForeman.xml b/data/templates/npc/monster/22346-QuarryForeman.xml new file mode 100644 index 000000000..467226e25 --- /dev/null +++ b/data/templates/npc/monster/22346-QuarryForeman.xml @@ -0,0 +1,48 @@ + + + + Quarry Foreman + 81 + MALE + + + + + + + + + + + + + + + 274810 + 29320 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22347-QuarryPatrolman.xml b/data/templates/npc/monster/22347-QuarryPatrolman.xml new file mode 100644 index 000000000..43039bd48 --- /dev/null +++ b/data/templates/npc/monster/22347-QuarryPatrolman.xml @@ -0,0 +1,43 @@ + + + + Quarry Patrolman + 81 + MALE + + + + + + + + + + + + + + + 150397 + 16046 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22349-ChimeraOfEarth.xml b/data/templates/npc/monster/22349-ChimeraOfEarth.xml new file mode 100644 index 000000000..31a3d1469 --- /dev/null +++ b/data/templates/npc/monster/22349-ChimeraOfEarth.xml @@ -0,0 +1,44 @@ + + + + Chimera of Earth + 81 + MALE + + + + + + + + + + + + + + + 282094 + 30097 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22350-ChimeraOfDarkness.xml b/data/templates/npc/monster/22350-ChimeraOfDarkness.xml new file mode 100644 index 000000000..fe04683a6 --- /dev/null +++ b/data/templates/npc/monster/22350-ChimeraOfDarkness.xml @@ -0,0 +1,45 @@ + + + + Chimera of Darkness + 81 + MALE + + + + + + + + + + + + + + + 293014 + 31262 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22351-ChimeraOfWind.xml b/data/templates/npc/monster/22351-ChimeraOfWind.xml new file mode 100644 index 000000000..e0587f1b8 --- /dev/null +++ b/data/templates/npc/monster/22351-ChimeraOfWind.xml @@ -0,0 +1,51 @@ + + + + Chimera of Wind + 81 + MALE + + + + + + + + + + + + + + + 293014 + 31262 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22352-ChimeraOfFire.xml b/data/templates/npc/monster/22352-ChimeraOfFire.xml new file mode 100644 index 000000000..0c0a63820 --- /dev/null +++ b/data/templates/npc/monster/22352-ChimeraOfFire.xml @@ -0,0 +1,47 @@ + + + + Chimera of Fire + 81 + MALE + + + + + + + + + + + + + + + 283131 + 30208 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22353-Celtus.xml b/data/templates/npc/monster/22353-Celtus.xml new file mode 100644 index 000000000..01d63ff9a --- /dev/null +++ b/data/templates/npc/monster/22353-Celtus.xml @@ -0,0 +1,43 @@ + + + + Celtus + Chimera + 81 + MALE + + + + + + + + + + + + + + + 1089802 + 116275 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22355-EnceinteDefender.xml b/data/templates/npc/monster/22355-EnceinteDefender.xml new file mode 100644 index 000000000..84838808d --- /dev/null +++ b/data/templates/npc/monster/22355-EnceinteDefender.xml @@ -0,0 +1,45 @@ + + + + Enceinte Defender + 81 + MALE + + + + + + + + + + + + + + + 81905 + 8636 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22356-EnceinteDefender.xml b/data/templates/npc/monster/22356-EnceinteDefender.xml new file mode 100644 index 000000000..e4795db98 --- /dev/null +++ b/data/templates/npc/monster/22356-EnceinteDefender.xml @@ -0,0 +1,43 @@ + + + + Enceinte Defender + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22357-EnceinteDefender.xml b/data/templates/npc/monster/22357-EnceinteDefender.xml new file mode 100644 index 000000000..f51ae5c19 --- /dev/null +++ b/data/templates/npc/monster/22357-EnceinteDefender.xml @@ -0,0 +1,45 @@ + + + + Enceinte Defender + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22358-EnceinteDefender.xml b/data/templates/npc/monster/22358-EnceinteDefender.xml new file mode 100644 index 000000000..b701dcf9c --- /dev/null +++ b/data/templates/npc/monster/22358-EnceinteDefender.xml @@ -0,0 +1,40 @@ + + + + Enceinte Defender + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22359-TownGuard.xml b/data/templates/npc/monster/22359-TownGuard.xml new file mode 100644 index 000000000..59175334c --- /dev/null +++ b/data/templates/npc/monster/22359-TownGuard.xml @@ -0,0 +1,40 @@ + + + + Town Guard + 81 + MALE + + + + + + + + + + + + + + + 49499 + 5219 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22360-TownPatrolman.xml b/data/templates/npc/monster/22360-TownPatrolman.xml new file mode 100644 index 000000000..3e56c2e97 --- /dev/null +++ b/data/templates/npc/monster/22360-TownPatrolman.xml @@ -0,0 +1,47 @@ + + + + Town Patrolman + 81 + MALE + + + + + + + + + + + + + + + 143958 + 15178 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22361-SteelCitadelKeymaster.xml b/data/templates/npc/monster/22361-SteelCitadelKeymaster.xml new file mode 100644 index 000000000..bd6ad4486 --- /dev/null +++ b/data/templates/npc/monster/22361-SteelCitadelKeymaster.xml @@ -0,0 +1,44 @@ + + + + Steel Citadel Keymaster + 81 + MALE + + + + + + + + + + + + + + + 552530 + 58258 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22362-Guzen.xml b/data/templates/npc/monster/22362-Guzen.xml new file mode 100644 index 000000000..599825c29 --- /dev/null +++ b/data/templates/npc/monster/22362-Guzen.xml @@ -0,0 +1,49 @@ + + + + Guzen + 83 + MALE + + + + + + + + + + + + + + + 1086080 + 114515 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22363-BodyDestroyer.xml b/data/templates/npc/monster/22363-BodyDestroyer.xml new file mode 100644 index 000000000..e54b34cc6 --- /dev/null +++ b/data/templates/npc/monster/22363-BodyDestroyer.xml @@ -0,0 +1,46 @@ + + + + Body Destroyer + 83 + MALE + + + + + + + + + + + + + + + 314158 + 33124 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22364-SoulDominator.xml b/data/templates/npc/monster/22364-SoulDominator.xml new file mode 100644 index 000000000..e85ca6f0c --- /dev/null +++ b/data/templates/npc/monster/22364-SoulDominator.xml @@ -0,0 +1,49 @@ + + + + Soul Dominator + 83 + MALE + + + + + + + + + + + + + + + 106372 + 11215 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22365-LabyrinthWatchman.xml b/data/templates/npc/monster/22365-LabyrinthWatchman.xml new file mode 100644 index 000000000..fa59ea6e8 --- /dev/null +++ b/data/templates/npc/monster/22365-LabyrinthWatchman.xml @@ -0,0 +1,44 @@ + + + + Labyrinth Watchman + 83 + MALE + + + + + + + + + + + + + + + 258123 + 27216 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22366-LabyrinthWatchman.xml b/data/templates/npc/monster/22366-LabyrinthWatchman.xml new file mode 100644 index 000000000..68b031631 --- /dev/null +++ b/data/templates/npc/monster/22366-LabyrinthWatchman.xml @@ -0,0 +1,44 @@ + + + + Labyrinth Watchman + 83 + MALE + + + + + + + + + + + + + + + 258123 + 27216 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22367-LabyrinthMystic.xml b/data/templates/npc/monster/22367-LabyrinthMystic.xml new file mode 100644 index 000000000..377efc57c --- /dev/null +++ b/data/templates/npc/monster/22367-LabyrinthMystic.xml @@ -0,0 +1,49 @@ + + + + Labyrinth Mystic + 83 + MALE + + + + + + + + + + + + + + + 87693 + 9246 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22368-LabyrinthCaptain.xml b/data/templates/npc/monster/22368-LabyrinthCaptain.xml new file mode 100644 index 000000000..5de8f94af --- /dev/null +++ b/data/templates/npc/monster/22368-LabyrinthCaptain.xml @@ -0,0 +1,47 @@ + + + + Labyrinth Captain + 83 + MALE + + + + + + + + + + + + + + + 978685 + 98149 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22369-LabyrinthSeer.xml b/data/templates/npc/monster/22369-LabyrinthSeer.xml new file mode 100644 index 000000000..82e3b1076 --- /dev/null +++ b/data/templates/npc/monster/22369-LabyrinthSeer.xml @@ -0,0 +1,49 @@ + + + + Labyrinth Seer + 83 + FEMALE + + + + + + + + + + + + + + + 102130 + 10259 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22370-PassagewayCaptain.xml b/data/templates/npc/monster/22370-PassagewayCaptain.xml new file mode 100644 index 000000000..9b1ba7808 --- /dev/null +++ b/data/templates/npc/monster/22370-PassagewayCaptain.xml @@ -0,0 +1,47 @@ + + + + Passageway Captain + 83 + MALE + + + + + + + + + + + + + + + 271142 + 28589 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22371-PassagewayGuards.xml b/data/templates/npc/monster/22371-PassagewayGuards.xml new file mode 100644 index 000000000..85127d22a --- /dev/null +++ b/data/templates/npc/monster/22371-PassagewayGuards.xml @@ -0,0 +1,48 @@ + + + + Passageway Guards + 83 + MALE + + + + + + + + + + + + + + + 88217 + 9301 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22372-PassagewayMystic.xml b/data/templates/npc/monster/22372-PassagewayMystic.xml new file mode 100644 index 000000000..4a79c3f00 --- /dev/null +++ b/data/templates/npc/monster/22372-PassagewayMystic.xml @@ -0,0 +1,47 @@ + + + + Passageway Mystic + 83 + FEMALE + + + + + + + + + + + + + + + 257790 + 27181 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22373-CosmicScout.xml b/data/templates/npc/monster/22373-CosmicScout.xml new file mode 100644 index 000000000..426836394 --- /dev/null +++ b/data/templates/npc/monster/22373-CosmicScout.xml @@ -0,0 +1,44 @@ + + + + Cosmic Scout + 83 + MALE + + + + + + + + + + + + + + + 91940 + 9694 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22374-CosmicWatcher.xml b/data/templates/npc/monster/22374-CosmicWatcher.xml new file mode 100644 index 000000000..905b62fde --- /dev/null +++ b/data/templates/npc/monster/22374-CosmicWatcher.xml @@ -0,0 +1,49 @@ + + + + Cosmic Watcher + 83 + MALE + + + + + + + + + + + + + + + 256950 + 27092 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22375-CosmicPriest.xml b/data/templates/npc/monster/22375-CosmicPriest.xml new file mode 100644 index 000000000..15c5e4d76 --- /dev/null +++ b/data/templates/npc/monster/22375-CosmicPriest.xml @@ -0,0 +1,50 @@ + + + + Cosmic Priest + 83 + FEMALE + + + + + + + + + + + + + + + 533950 + 56299 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22376-CosmicLord.xml b/data/templates/npc/monster/22376-CosmicLord.xml new file mode 100644 index 000000000..8a2a1b982 --- /dev/null +++ b/data/templates/npc/monster/22376-CosmicLord.xml @@ -0,0 +1,46 @@ + + + + Cosmic Lord + 83 + MALE + + + + + + + + + + + + + + + 1086080 + 114515 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22377-MasterZelos.xml b/data/templates/npc/monster/22377-MasterZelos.xml new file mode 100644 index 000000000..7426c322b --- /dev/null +++ b/data/templates/npc/monster/22377-MasterZelos.xml @@ -0,0 +1,41 @@ + + + + Master Zelos + 83 + MALE + + + + + + + + + + + + + + + 1410902 + 147054 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22378-MasterSMinion.xml b/data/templates/npc/monster/22378-MasterSMinion.xml new file mode 100644 index 000000000..3fe687b59 --- /dev/null +++ b/data/templates/npc/monster/22378-MasterSMinion.xml @@ -0,0 +1,40 @@ + + + + Master's Minion + 83 + MALE + + + + + + + + + + + + + + + 312777 + 32599 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22379-MasterSMinion.xml b/data/templates/npc/monster/22379-MasterSMinion.xml new file mode 100644 index 000000000..923d15b3d --- /dev/null +++ b/data/templates/npc/monster/22379-MasterSMinion.xml @@ -0,0 +1,44 @@ + + + + Master's Minion + 83 + FEMALE + + + + + + + + + + + + + + + 163810 + 17073 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22380-MasterFestina.xml b/data/templates/npc/monster/22380-MasterFestina.xml new file mode 100644 index 000000000..1a5db4deb --- /dev/null +++ b/data/templates/npc/monster/22380-MasterFestina.xml @@ -0,0 +1,49 @@ + + + + Master Festina + 83 + FEMALE + + + + + + + + + + + + + + + 1317481 + 137317 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22381-MasterSGuard.xml b/data/templates/npc/monster/22381-MasterSGuard.xml new file mode 100644 index 000000000..da0f11c8a --- /dev/null +++ b/data/templates/npc/monster/22381-MasterSGuard.xml @@ -0,0 +1,46 @@ + + + + Master's Guard + 83 + MALE + + + + + + + + + + + + + + + 297386 + 30995 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22382-MasterSGuard.xml b/data/templates/npc/monster/22382-MasterSGuard.xml new file mode 100644 index 000000000..6aa5f4d20 --- /dev/null +++ b/data/templates/npc/monster/22382-MasterSGuard.xml @@ -0,0 +1,43 @@ + + + + Master's Guard + 83 + MALE + + + + + + + + + + + + + + + 292521 + 30488 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22383-TullySToy.xml b/data/templates/npc/monster/22383-TullySToy.xml new file mode 100644 index 000000000..6df2128e1 --- /dev/null +++ b/data/templates/npc/monster/22383-TullySToy.xml @@ -0,0 +1,50 @@ + + + + Tully's Toy + 83 + MALE + + + + + + + + + + + + + + + 67470 + 6768 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22384-MysticSToy.xml b/data/templates/npc/monster/22384-MysticSToy.xml new file mode 100644 index 000000000..003a0a4ef --- /dev/null +++ b/data/templates/npc/monster/22384-MysticSToy.xml @@ -0,0 +1,25 @@ + + + + Mystic's Toy + 83 + MALE + + + + + + + + + + + + + + + 50927 + 5124 + + + diff --git a/data/templates/npc/monster/22385-TullySGolemGuard.xml b/data/templates/npc/monster/22385-TullySGolemGuard.xml new file mode 100644 index 000000000..b38ce79c9 --- /dev/null +++ b/data/templates/npc/monster/22385-TullySGolemGuard.xml @@ -0,0 +1,42 @@ + + + + Tully's Golem Guard + 83 + MALE + + + + + + + + + + + + + + + 476711 + 49686 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22386-FoundryMystic.xml b/data/templates/npc/monster/22386-FoundryMystic.xml new file mode 100644 index 000000000..fd3248473 --- /dev/null +++ b/data/templates/npc/monster/22386-FoundryMystic.xml @@ -0,0 +1,48 @@ + + + + Foundry Mystic + 83 + MALE + + + + + + + + + + + + + + + 291223 + 30353 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22387-FoundryMystic.xml b/data/templates/npc/monster/22387-FoundryMystic.xml new file mode 100644 index 000000000..d9a0df6bb --- /dev/null +++ b/data/templates/npc/monster/22387-FoundryMystic.xml @@ -0,0 +1,41 @@ + + + + Foundry Mystic + 83 + MALE + + + + + + + + + + + + + + + 291223 + 30353 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22388-FoundrySpiritGuard.xml b/data/templates/npc/monster/22388-FoundrySpiritGuard.xml new file mode 100644 index 000000000..3dd6396f9 --- /dev/null +++ b/data/templates/npc/monster/22388-FoundrySpiritGuard.xml @@ -0,0 +1,44 @@ + + + + Foundry Spirit Guard + 83 + MALE + + + + + + + + + + + + + + + 640012 + 66706 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22390-FoundryForeman.xml b/data/templates/npc/monster/22390-FoundryForeman.xml new file mode 100644 index 000000000..373d1a4e8 --- /dev/null +++ b/data/templates/npc/monster/22390-FoundryForeman.xml @@ -0,0 +1,41 @@ + + + + Foundry Foreman + 83 + MALE + + + + + + + + + + + + + + + 609074 + 65777 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22391-FoundryAssistantOverseer.xml b/data/templates/npc/monster/22391-FoundryAssistantOverseer.xml new file mode 100644 index 000000000..0fb07d2f8 --- /dev/null +++ b/data/templates/npc/monster/22391-FoundryAssistantOverseer.xml @@ -0,0 +1,40 @@ + + + + Foundry Assistant Overseer + 83 + MALE + + + + + + + + + + + + + + + 286741 + 29436 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22392-FailedExperimentalTimetwisterGolem.xml b/data/templates/npc/monster/22392-FailedExperimentalTimetwisterGolem.xml new file mode 100644 index 000000000..39c6d08f0 --- /dev/null +++ b/data/templates/npc/monster/22392-FailedExperimentalTimetwisterGolem.xml @@ -0,0 +1,25 @@ + + + + Failed Experimental Timetwister Golem + 83 + MALE + + + + + + + + + + + + + + + 45682 + 4530 + + + diff --git a/data/templates/npc/monster/22393-BelethSFollower.xml b/data/templates/npc/monster/22393-BelethSFollower.xml new file mode 100644 index 000000000..3f1236707 --- /dev/null +++ b/data/templates/npc/monster/22393-BelethSFollower.xml @@ -0,0 +1,26 @@ + + + + Beleth's Follower + 83 + MALE + + + + + + + + + + + + + + + 358097 + 37323 + + + + diff --git a/data/templates/npc/monster/22394-BelethSDevotee.xml b/data/templates/npc/monster/22394-BelethSDevotee.xml new file mode 100644 index 000000000..1d2f10b02 --- /dev/null +++ b/data/templates/npc/monster/22394-BelethSDevotee.xml @@ -0,0 +1,25 @@ + + + + Beleth's Devotee + 83 + MALE + + + + + + + + + + + + + + + 304451 + 30461 + + + diff --git a/data/templates/npc/monster/22395-BelethSProjection.xml b/data/templates/npc/monster/22395-BelethSProjection.xml new file mode 100644 index 000000000..e15cf9876 --- /dev/null +++ b/data/templates/npc/monster/22395-BelethSProjection.xml @@ -0,0 +1,26 @@ + + + + Beleth's Projection + 83 + MALE + + + + + + + + + + + + + + + 652377 + 64757 + + + + diff --git a/data/templates/npc/monster/22396-FoundryLaborer.xml b/data/templates/npc/monster/22396-FoundryLaborer.xml new file mode 100644 index 000000000..6229b0ef8 --- /dev/null +++ b/data/templates/npc/monster/22396-FoundryLaborer.xml @@ -0,0 +1,25 @@ + + + + Foundry Laborer + 83 + MALE + + + + + + + + + + + + + + + 11272 + 1174 + + + diff --git a/data/templates/npc/monster/22397-FoundryForeman.xml b/data/templates/npc/monster/22397-FoundryForeman.xml new file mode 100644 index 000000000..4bf1a6bf2 --- /dev/null +++ b/data/templates/npc/monster/22397-FoundryForeman.xml @@ -0,0 +1,25 @@ + + + + Foundry Foreman + 83 + MALE + + + + + + + + + + + + + + + 145669 + 15182 + + + diff --git a/data/templates/npc/monster/22398-LesserEvil.xml b/data/templates/npc/monster/22398-LesserEvil.xml new file mode 100644 index 000000000..df6e3ff5c --- /dev/null +++ b/data/templates/npc/monster/22398-LesserEvil.xml @@ -0,0 +1,26 @@ + + + + Lesser Evil + 83 + MALE + + + + + + + + + + + + + + + 268445 + 26626 + + + + diff --git a/data/templates/npc/monster/22399-GreaterEvil.xml b/data/templates/npc/monster/22399-GreaterEvil.xml new file mode 100644 index 000000000..65383c3c3 --- /dev/null +++ b/data/templates/npc/monster/22399-GreaterEvil.xml @@ -0,0 +1,26 @@ + + + + Greater Evil + 83 + MALE + + + + + + + + + + + + + + + 385754 + 38241 + + + + diff --git a/data/templates/npc/monster/22400-ParmeSHealer.xml b/data/templates/npc/monster/22400-ParmeSHealer.xml new file mode 100644 index 000000000..42e274628 --- /dev/null +++ b/data/templates/npc/monster/22400-ParmeSHealer.xml @@ -0,0 +1,26 @@ + + + + Parme's Healer + 83 + FEMALE + + + + + + + + + + + + + + + 8893 + 972 + + + + diff --git a/data/templates/npc/monster/22401-ParmeSHealer.xml b/data/templates/npc/monster/22401-ParmeSHealer.xml new file mode 100644 index 000000000..6b861da98 --- /dev/null +++ b/data/templates/npc/monster/22401-ParmeSHealer.xml @@ -0,0 +1,26 @@ + + + + Parme's Healer + 83 + FEMALE + + + + + + + + + + + + + + + 8893 + 972 + + + + diff --git a/data/templates/npc/monster/22402-ShadowColumn.xml b/data/templates/npc/monster/22402-ShadowColumn.xml new file mode 100644 index 000000000..f943a1005 --- /dev/null +++ b/data/templates/npc/monster/22402-ShadowColumn.xml @@ -0,0 +1,25 @@ + + + + Shadow Column + 83 + MALE + + + + + + + + + + + + + + + 8545 + 934 + + + diff --git a/data/templates/npc/monster/22403-FoundryForeman.xml b/data/templates/npc/monster/22403-FoundryForeman.xml new file mode 100644 index 000000000..1ec18ff2b --- /dev/null +++ b/data/templates/npc/monster/22403-FoundryForeman.xml @@ -0,0 +1,25 @@ + + + + Foundry Foreman + 83 + FEMALE + + + + + + + + + + + + + + + 147344 + 15357 + + + diff --git a/data/templates/npc/monster/22404-ArcaneCaptain.xml b/data/templates/npc/monster/22404-ArcaneCaptain.xml new file mode 100644 index 000000000..47ec479e9 --- /dev/null +++ b/data/templates/npc/monster/22404-ArcaneCaptain.xml @@ -0,0 +1,25 @@ + + + + Arcane Captain + 83 + MALE + + + + + + + + + + + + + + + 589351 + 60722 + + + diff --git a/data/templates/npc/monster/22405-DarionSFaithfulServant.xml b/data/templates/npc/monster/22405-DarionSFaithfulServant.xml new file mode 100644 index 000000000..a3d3cf9d1 --- /dev/null +++ b/data/templates/npc/monster/22405-DarionSFaithfulServant.xml @@ -0,0 +1,25 @@ + + + + Darion's Faithful Servant + 83 + MALE + + + + + + + + + + + + + + + 105809 + 10510 + + + diff --git a/data/templates/npc/monster/22406-DarionSFaithfulServant.xml b/data/templates/npc/monster/22406-DarionSFaithfulServant.xml new file mode 100644 index 000000000..e888b006d --- /dev/null +++ b/data/templates/npc/monster/22406-DarionSFaithfulServant.xml @@ -0,0 +1,25 @@ + + + + Darion's Faithful Servant + 83 + MALE + + + + + + + + + + + + + + + 183265 + 19101 + + + diff --git a/data/templates/npc/monster/22407-DarionSFaithfulServant.xml b/data/templates/npc/monster/22407-DarionSFaithfulServant.xml new file mode 100644 index 000000000..4a087ba71 --- /dev/null +++ b/data/templates/npc/monster/22407-DarionSFaithfulServant.xml @@ -0,0 +1,25 @@ + + + + Darion's Faithful Servant + 83 + MALE + + + + + + + + + + + + + + + 323450 + 32158 + + + diff --git a/data/templates/npc/monster/22408-DarionSFaithfulServant.xml b/data/templates/npc/monster/22408-DarionSFaithfulServant.xml new file mode 100644 index 000000000..eb9511b2f --- /dev/null +++ b/data/templates/npc/monster/22408-DarionSFaithfulServant.xml @@ -0,0 +1,25 @@ + + + + Darion's Faithful Servant + 83 + MALE + + + + + + + + + + + + + + + 306237 + 31559 + + + diff --git a/data/templates/npc/monster/22409-DarionSFaithfulServant.xml b/data/templates/npc/monster/22409-DarionSFaithfulServant.xml new file mode 100644 index 000000000..a72f1f037 --- /dev/null +++ b/data/templates/npc/monster/22409-DarionSFaithfulServant.xml @@ -0,0 +1,25 @@ + + + + Darion's Faithful Servant + 83 + MALE + + + + + + + + + + + + + + + 677999 + 69871 + + + diff --git a/data/templates/npc/monster/22410-DarionSFaithfulServant.xml b/data/templates/npc/monster/22410-DarionSFaithfulServant.xml new file mode 100644 index 000000000..2ff8baac9 --- /dev/null +++ b/data/templates/npc/monster/22410-DarionSFaithfulServant.xml @@ -0,0 +1,25 @@ + + + + Darion's Faithful Servant + 83 + MALE + + + + + + + + + + + + + + + 796818 + 82116 + + + diff --git a/data/templates/npc/monster/22411-BelethSRetainer.xml b/data/templates/npc/monster/22411-BelethSRetainer.xml new file mode 100644 index 000000000..274ecd95c --- /dev/null +++ b/data/templates/npc/monster/22411-BelethSRetainer.xml @@ -0,0 +1,25 @@ + + + + Beleth's Retainer + 83 + MALE + + + + + + + + + + + + + + + 483637 + 47912 + + + diff --git a/data/templates/npc/monster/22412-BelethSFighter.xml b/data/templates/npc/monster/22412-BelethSFighter.xml new file mode 100644 index 000000000..05f06874c --- /dev/null +++ b/data/templates/npc/monster/22412-BelethSFighter.xml @@ -0,0 +1,26 @@ + + + + Beleth's Fighter + 83 + MALE + + + + + + + + + + + + + + + 1387469 + 137882 + + + + diff --git a/data/templates/npc/monster/22413-BelethSLowServant.xml b/data/templates/npc/monster/22413-BelethSLowServant.xml new file mode 100644 index 000000000..00863ea4c --- /dev/null +++ b/data/templates/npc/monster/22413-BelethSLowServant.xml @@ -0,0 +1,25 @@ + + + + Beleth's Low Servant + 83 + MALE + + + + + + + + + + + + + + + 541934 + 53798 + + + diff --git a/data/templates/npc/monster/22414-BelethSFollower.xml b/data/templates/npc/monster/22414-BelethSFollower.xml new file mode 100644 index 000000000..c96d34980 --- /dev/null +++ b/data/templates/npc/monster/22414-BelethSFollower.xml @@ -0,0 +1,26 @@ + + + + Beleth's Follower + 83 + MALE + + + + + + + + + + + + + + + 358097 + 37323 + + + + diff --git a/data/templates/npc/monster/22415-BelethSDevotee.xml b/data/templates/npc/monster/22415-BelethSDevotee.xml new file mode 100644 index 000000000..f64fee477 --- /dev/null +++ b/data/templates/npc/monster/22415-BelethSDevotee.xml @@ -0,0 +1,25 @@ + + + + Beleth's Devotee + 83 + MALE + + + + + + + + + + + + + + + 304451 + 30461 + + + diff --git a/data/templates/npc/monster/22416-KechiSCaptain.xml b/data/templates/npc/monster/22416-KechiSCaptain.xml new file mode 100644 index 000000000..1e05a6859 --- /dev/null +++ b/data/templates/npc/monster/22416-KechiSCaptain.xml @@ -0,0 +1,25 @@ + + + + Kechi's Captain + 82 + MALE + + + + + + + + + + + + + + + 199714 + 21838 + + + diff --git a/data/templates/npc/monster/22417-KechiSGuard.xml b/data/templates/npc/monster/22417-KechiSGuard.xml new file mode 100644 index 000000000..a73255351 --- /dev/null +++ b/data/templates/npc/monster/22417-KechiSGuard.xml @@ -0,0 +1,25 @@ + + + + Kechi's Guard + 82 + MALE + + + + + + + + + + + + + + + 41505 + 4345 + + + diff --git a/data/templates/npc/monster/22418-BurningIris.xml b/data/templates/npc/monster/22418-BurningIris.xml new file mode 100644 index 000000000..28dc9e13f --- /dev/null +++ b/data/templates/npc/monster/22418-BurningIris.xml @@ -0,0 +1,46 @@ + + + + Burning Iris + 82 + MALE + + + + + + + + + + + + + + + 28000 + 2921 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22419-FlameIris.xml b/data/templates/npc/monster/22419-FlameIris.xml new file mode 100644 index 000000000..88c594680 --- /dev/null +++ b/data/templates/npc/monster/22419-FlameIris.xml @@ -0,0 +1,47 @@ + + + + Flame Iris + 82 + MALE + + + + + + + + + + + + + + + 26322 + 2738 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22420-BrimstoneIris.xml b/data/templates/npc/monster/22420-BrimstoneIris.xml new file mode 100644 index 000000000..fadb8b6d8 --- /dev/null +++ b/data/templates/npc/monster/22420-BrimstoneIris.xml @@ -0,0 +1,47 @@ + + + + Brimstone Iris + 82 + MALE + + + + + + + + + + + + + + + 28704 + 2998 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22422-FailanSGuard.xml b/data/templates/npc/monster/22422-FailanSGuard.xml new file mode 100644 index 000000000..2d08b9a02 --- /dev/null +++ b/data/templates/npc/monster/22422-FailanSGuard.xml @@ -0,0 +1,25 @@ + + + + Failan's Guard + 83 + MALE + + + + + + + + + + + + + + + 63485 + 6856 + + + diff --git a/data/templates/npc/monster/22423-OriginalSinWarden.xml b/data/templates/npc/monster/22423-OriginalSinWarden.xml new file mode 100644 index 000000000..18f43b31d --- /dev/null +++ b/data/templates/npc/monster/22423-OriginalSinWarden.xml @@ -0,0 +1,47 @@ + + + + Original Sin Warden + 83 + MALE + + + + + + + + + + + + + + + 69803 + 6996 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22424-SlaveOfGreed.xml b/data/templates/npc/monster/22424-SlaveOfGreed.xml new file mode 100644 index 000000000..2efc14eb6 --- /dev/null +++ b/data/templates/npc/monster/22424-SlaveOfGreed.xml @@ -0,0 +1,46 @@ + + + + Slave of Greed + 83 + MALE + + + + + + + + + + + + + + + 60503 + 6075 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22425-SlaveOfLust.xml b/data/templates/npc/monster/22425-SlaveOfLust.xml new file mode 100644 index 000000000..60e136050 --- /dev/null +++ b/data/templates/npc/monster/22425-SlaveOfLust.xml @@ -0,0 +1,46 @@ + + + + Slave of Lust + 83 + FEMALE + + + + + + + + + + + + + + + 60503 + 6075 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22426-SlaveOfWrath.xml b/data/templates/npc/monster/22426-SlaveOfWrath.xml new file mode 100644 index 000000000..5dc3a19f4 --- /dev/null +++ b/data/templates/npc/monster/22426-SlaveOfWrath.xml @@ -0,0 +1,50 @@ + + + + Slave of Wrath + 83 + MALE + + + + + + + + + + + + + + + 60503 + 6075 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22427-SlaveOfSloth.xml b/data/templates/npc/monster/22427-SlaveOfSloth.xml new file mode 100644 index 000000000..2ac1e8398 --- /dev/null +++ b/data/templates/npc/monster/22427-SlaveOfSloth.xml @@ -0,0 +1,47 @@ + + + + Slave of Sloth + 83 + MALE + + + + + + + + + + + + + + + 60503 + 6075 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22428-SlaveOfEnvy.xml b/data/templates/npc/monster/22428-SlaveOfEnvy.xml new file mode 100644 index 000000000..e98149a0e --- /dev/null +++ b/data/templates/npc/monster/22428-SlaveOfEnvy.xml @@ -0,0 +1,48 @@ + + + + Slave of Envy + 83 + FEMALE + + + + + + + + + + + + + + + 60503 + 6075 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22429-SlaveOfPride.xml b/data/templates/npc/monster/22429-SlaveOfPride.xml new file mode 100644 index 000000000..0b7be26f2 --- /dev/null +++ b/data/templates/npc/monster/22429-SlaveOfPride.xml @@ -0,0 +1,49 @@ + + + + Slave of Pride + 83 + MALE + + + + + + + + + + + + + + + 60503 + 6075 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22430-SlaveOfGluttony.xml b/data/templates/npc/monster/22430-SlaveOfGluttony.xml new file mode 100644 index 000000000..7e6202f7f --- /dev/null +++ b/data/templates/npc/monster/22430-SlaveOfGluttony.xml @@ -0,0 +1,46 @@ + + + + Slave of Gluttony + 83 + MALE + + + + + + + + + + + + + + + 60503 + 6075 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22431-OriginalSinWarden.xml b/data/templates/npc/monster/22431-OriginalSinWarden.xml new file mode 100644 index 000000000..38ae9b413 --- /dev/null +++ b/data/templates/npc/monster/22431-OriginalSinWarden.xml @@ -0,0 +1,43 @@ + + + + Original Sin Warden + 83 + MALE + + + + + + + + + + + + + + + 139297 + 13961 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22432-SlaveOfGreed.xml b/data/templates/npc/monster/22432-SlaveOfGreed.xml new file mode 100644 index 000000000..fa4589b63 --- /dev/null +++ b/data/templates/npc/monster/22432-SlaveOfGreed.xml @@ -0,0 +1,45 @@ + + + + Slave of Greed + 83 + MALE + + + + + + + + + + + + + + + 35640 + 3714 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22433-SlaveOfLust.xml b/data/templates/npc/monster/22433-SlaveOfLust.xml new file mode 100644 index 000000000..8c7079270 --- /dev/null +++ b/data/templates/npc/monster/22433-SlaveOfLust.xml @@ -0,0 +1,43 @@ + + + + Slave of Lust + 83 + FEMALE + + + + + + + + + + + + + + + 35640 + 3714 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22434-SlaveOfWrath.xml b/data/templates/npc/monster/22434-SlaveOfWrath.xml new file mode 100644 index 000000000..11d4d2a8e --- /dev/null +++ b/data/templates/npc/monster/22434-SlaveOfWrath.xml @@ -0,0 +1,45 @@ + + + + Slave of Wrath + 83 + MALE + + + + + + + + + + + + + + + 35640 + 3714 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22435-SlaveOfSloth.xml b/data/templates/npc/monster/22435-SlaveOfSloth.xml new file mode 100644 index 000000000..2fab1e8cc --- /dev/null +++ b/data/templates/npc/monster/22435-SlaveOfSloth.xml @@ -0,0 +1,47 @@ + + + + Slave of Sloth + 83 + MALE + + + + + + + + + + + + + + + 35640 + 3714 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22436-SlaveOfEnvy.xml b/data/templates/npc/monster/22436-SlaveOfEnvy.xml new file mode 100644 index 000000000..07b38c817 --- /dev/null +++ b/data/templates/npc/monster/22436-SlaveOfEnvy.xml @@ -0,0 +1,46 @@ + + + + Slave of Envy + 83 + FEMALE + + + + + + + + + + + + + + + 35640 + 3714 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22437-SlaveOfPride.xml b/data/templates/npc/monster/22437-SlaveOfPride.xml new file mode 100644 index 000000000..dc4a9ef7c --- /dev/null +++ b/data/templates/npc/monster/22437-SlaveOfPride.xml @@ -0,0 +1,46 @@ + + + + Slave of Pride + 83 + MALE + + + + + + + + + + + + + + + 35640 + 3714 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22438-SlaveOfGluttony.xml b/data/templates/npc/monster/22438-SlaveOfGluttony.xml new file mode 100644 index 000000000..0c8464ef4 --- /dev/null +++ b/data/templates/npc/monster/22438-SlaveOfGluttony.xml @@ -0,0 +1,43 @@ + + + + Slave of Gluttony + 83 + MALE + + + + + + + + + + + + + + + 35640 + 3714 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22439-BelethSAssassin.xml b/data/templates/npc/monster/22439-BelethSAssassin.xml new file mode 100644 index 000000000..bab826b07 --- /dev/null +++ b/data/templates/npc/monster/22439-BelethSAssassin.xml @@ -0,0 +1,26 @@ + + + + Beleth's Assassin + 83 + MALE + + + + + + + + + + + + + + + 733679 + 76469 + + + + diff --git a/data/templates/npc/monster/22440-BelethSAssassin.xml b/data/templates/npc/monster/22440-BelethSAssassin.xml new file mode 100644 index 000000000..a4a233360 --- /dev/null +++ b/data/templates/npc/monster/22440-BelethSAssassin.xml @@ -0,0 +1,26 @@ + + + + Beleth's Assassin + 83 + MALE + + + + + + + + + + + + + + + 755088 + 78701 + + + + diff --git a/data/templates/npc/monster/22441-BelethSMinion.xml b/data/templates/npc/monster/22441-BelethSMinion.xml new file mode 100644 index 000000000..6d33b13e5 --- /dev/null +++ b/data/templates/npc/monster/22441-BelethSMinion.xml @@ -0,0 +1,26 @@ + + + + Beleth's Minion + 83 + MALE + + + + + + + + + + + + + + + 638455 + 63306 + + + + diff --git a/data/templates/npc/monster/22442-BelethSMinion.xml b/data/templates/npc/monster/22442-BelethSMinion.xml new file mode 100644 index 000000000..30a734769 --- /dev/null +++ b/data/templates/npc/monster/22442-BelethSMinion.xml @@ -0,0 +1,26 @@ + + + + Beleth's Minion + 83 + MALE + + + + + + + + + + + + + + + 363488 + 36034 + + + + diff --git a/data/templates/npc/monster/22443-KertangSMessenger.xml b/data/templates/npc/monster/22443-KertangSMessenger.xml new file mode 100644 index 000000000..cc52500b9 --- /dev/null +++ b/data/templates/npc/monster/22443-KertangSMessenger.xml @@ -0,0 +1,25 @@ + + + + Kertang's Messenger + 45 + MALE + + + + + + + + + + + + + + + 3835 + 266 + + + diff --git a/data/templates/npc/monster/22444-KertangSMessenger.xml b/data/templates/npc/monster/22444-KertangSMessenger.xml new file mode 100644 index 000000000..1d125f3ae --- /dev/null +++ b/data/templates/npc/monster/22444-KertangSMessenger.xml @@ -0,0 +1,25 @@ + + + + Kertang's Messenger + 55 + MALE + + + + + + + + + + + + + + + 5728 + 462 + + + diff --git a/data/templates/npc/monster/22445-KertangSMessenger.xml b/data/templates/npc/monster/22445-KertangSMessenger.xml new file mode 100644 index 000000000..c6f9f6d0a --- /dev/null +++ b/data/templates/npc/monster/22445-KertangSMessenger.xml @@ -0,0 +1,25 @@ + + + + Kertang's Messenger + 65 + MALE + + + + + + + + + + + + + + + 7798 + 724 + + + diff --git a/data/templates/npc/monster/22446-KertangSMessenger.xml b/data/templates/npc/monster/22446-KertangSMessenger.xml new file mode 100644 index 000000000..ad9c198a8 --- /dev/null +++ b/data/templates/npc/monster/22446-KertangSMessenger.xml @@ -0,0 +1,25 @@ + + + + Kertang's Messenger + 75 + MALE + + + + + + + + + + + + + + + 9659 + 1018 + + + diff --git a/data/templates/npc/monster/22447-KertangSMessenger.xml b/data/templates/npc/monster/22447-KertangSMessenger.xml new file mode 100644 index 000000000..30da0b20c --- /dev/null +++ b/data/templates/npc/monster/22447-KertangSMessenger.xml @@ -0,0 +1,25 @@ + + + + Kertang's Messenger + 80 + MALE + + + + + + + + + + + + + + + 10184 + 1143 + + + diff --git a/data/templates/npc/monster/22448-Leodas.xml b/data/templates/npc/monster/22448-Leodas.xml new file mode 100644 index 000000000..99428bba3 --- /dev/null +++ b/data/templates/npc/monster/22448-Leodas.xml @@ -0,0 +1,27 @@ + + + + Leodas + Resistance Commander + 86 + MALE + + + + + + + + + + + + + + + 944308 + 93684 + + + + diff --git a/data/templates/npc/monster/22449-Amaskari.xml b/data/templates/npc/monster/22449-Amaskari.xml new file mode 100644 index 000000000..c5e83bfaf --- /dev/null +++ b/data/templates/npc/monster/22449-Amaskari.xml @@ -0,0 +1,42 @@ + + + + Amaskari + Torture Expert + 86 + MALE + + + + + + + + + + + + + + + 213008 + 22201 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22450-TorturedNative.xml b/data/templates/npc/monster/22450-TorturedNative.xml new file mode 100644 index 000000000..6d9b3cdf8 --- /dev/null +++ b/data/templates/npc/monster/22450-TorturedNative.xml @@ -0,0 +1,41 @@ + + + + Tortured Native + 86 + MALE + + + + + + + + + + + + + + + 9210 + 959 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22451-NativeEliteSoldier.xml b/data/templates/npc/monster/22451-NativeEliteSoldier.xml new file mode 100644 index 000000000..44b9edf0e --- /dev/null +++ b/data/templates/npc/monster/22451-NativeEliteSoldier.xml @@ -0,0 +1,26 @@ + + + + Native Elite Soldier + 86 + MALE + + + + + + + + + + + + + + + 16123 + 1680 + + + + diff --git a/data/templates/npc/monster/22452-WhiteSkullKanabion.xml b/data/templates/npc/monster/22452-WhiteSkullKanabion.xml new file mode 100644 index 000000000..9dd2141cc --- /dev/null +++ b/data/templates/npc/monster/22452-WhiteSkullKanabion.xml @@ -0,0 +1,29 @@ + + + + White Skull Kanabion + 25 + MALE + + + + + + + + + + + + + + + 1136 + 56 + + + + + + + diff --git a/data/templates/npc/monster/22453-WhiteSkullKanabion.xml b/data/templates/npc/monster/22453-WhiteSkullKanabion.xml new file mode 100644 index 000000000..457a8152a --- /dev/null +++ b/data/templates/npc/monster/22453-WhiteSkullKanabion.xml @@ -0,0 +1,30 @@ + + + + White Skull Kanabion + Doppler + 25 + MALE + + + + + + + + + + + + + + + 1136 + 56 + + + + + + + diff --git a/data/templates/npc/monster/22454-WhiteSkullKanabion.xml b/data/templates/npc/monster/22454-WhiteSkullKanabion.xml new file mode 100644 index 000000000..32ea0fb86 --- /dev/null +++ b/data/templates/npc/monster/22454-WhiteSkullKanabion.xml @@ -0,0 +1,30 @@ + + + + White Skull Kanabion + Void + 27 + MALE + + + + + + + + + + + + + + + 1463 + 62 + + + + + + + diff --git a/data/templates/npc/monster/22455-BegrudgedKanabion.xml b/data/templates/npc/monster/22455-BegrudgedKanabion.xml new file mode 100644 index 000000000..f978d3b9b --- /dev/null +++ b/data/templates/npc/monster/22455-BegrudgedKanabion.xml @@ -0,0 +1,29 @@ + + + + Begrudged Kanabion + 30 + MALE + + + + + + + + + + + + + + + 1499 + 81 + + + + + + + diff --git a/data/templates/npc/monster/22456-BegrudgedKanabion.xml b/data/templates/npc/monster/22456-BegrudgedKanabion.xml new file mode 100644 index 000000000..2580da617 --- /dev/null +++ b/data/templates/npc/monster/22456-BegrudgedKanabion.xml @@ -0,0 +1,30 @@ + + + + Begrudged Kanabion + Doppler + 30 + MALE + + + + + + + + + + + + + + + 1499 + 81 + + + + + + + diff --git a/data/templates/npc/monster/22457-BegrudgedKanabion.xml b/data/templates/npc/monster/22457-BegrudgedKanabion.xml new file mode 100644 index 000000000..0f9837518 --- /dev/null +++ b/data/templates/npc/monster/22457-BegrudgedKanabion.xml @@ -0,0 +1,30 @@ + + + + Begrudged Kanabion + Void + 32 + MALE + + + + + + + + + + + + + + + 1883 + 90 + + + + + + + diff --git a/data/templates/npc/monster/22458-RottenKanabion.xml b/data/templates/npc/monster/22458-RottenKanabion.xml new file mode 100644 index 000000000..d8494abcf --- /dev/null +++ b/data/templates/npc/monster/22458-RottenKanabion.xml @@ -0,0 +1,28 @@ + + + + Rotten Kanabion + 35 + MALE + + + + + + + + + + + + + + + 2040 + 120 + + + + + + diff --git a/data/templates/npc/monster/22459-RottenKanabion.xml b/data/templates/npc/monster/22459-RottenKanabion.xml new file mode 100644 index 000000000..153fc12b9 --- /dev/null +++ b/data/templates/npc/monster/22459-RottenKanabion.xml @@ -0,0 +1,29 @@ + + + + Rotten Kanabion + Doppler + 35 + MALE + + + + + + + + + + + + + + + 2040 + 120 + + + + + + diff --git a/data/templates/npc/monster/22460-RottenKanabion.xml b/data/templates/npc/monster/22460-RottenKanabion.xml new file mode 100644 index 000000000..57bee829d --- /dev/null +++ b/data/templates/npc/monster/22460-RottenKanabion.xml @@ -0,0 +1,29 @@ + + + + Rotten Kanabion + Void + 37 + MALE + + + + + + + + + + + + + + + 2517 + 133 + + + + + + diff --git a/data/templates/npc/monster/22461-GluttonousKanabion.xml b/data/templates/npc/monster/22461-GluttonousKanabion.xml new file mode 100644 index 000000000..9649fa26a --- /dev/null +++ b/data/templates/npc/monster/22461-GluttonousKanabion.xml @@ -0,0 +1,29 @@ + + + + Gluttonous Kanabion + 40 + MALE + + + + + + + + + + + + + + + 2665 + 172 + + + + + + + diff --git a/data/templates/npc/monster/22462-GluttonousKanabion.xml b/data/templates/npc/monster/22462-GluttonousKanabion.xml new file mode 100644 index 000000000..51b601d1f --- /dev/null +++ b/data/templates/npc/monster/22462-GluttonousKanabion.xml @@ -0,0 +1,29 @@ + + + + Gluttonous Kanabion + Doppler + 40 + MALE + + + + + + + + + + + + + + + 2665 + 172 + + + + + + diff --git a/data/templates/npc/monster/22463-GluttonousKanabion.xml b/data/templates/npc/monster/22463-GluttonousKanabion.xml new file mode 100644 index 000000000..2176bc2fb --- /dev/null +++ b/data/templates/npc/monster/22463-GluttonousKanabion.xml @@ -0,0 +1,30 @@ + + + + Gluttonous Kanabion + Void + 42 + MALE + + + + + + + + + + + + + + + 3243 + 189 + + + + + + + diff --git a/data/templates/npc/monster/22464-CallousKanabion.xml b/data/templates/npc/monster/22464-CallousKanabion.xml new file mode 100644 index 000000000..2e79ed509 --- /dev/null +++ b/data/templates/npc/monster/22464-CallousKanabion.xml @@ -0,0 +1,29 @@ + + + + Callous Kanabion + 45 + MALE + + + + + + + + + + + + + + + 3373 + 234 + + + + + + + diff --git a/data/templates/npc/monster/22465-CallousKanabion.xml b/data/templates/npc/monster/22465-CallousKanabion.xml new file mode 100644 index 000000000..8d039fb30 --- /dev/null +++ b/data/templates/npc/monster/22465-CallousKanabion.xml @@ -0,0 +1,30 @@ + + + + Callous Kanabion + Doppler + 45 + MALE + + + + + + + + + + + + + + + 3373 + 234 + + + + + + + diff --git a/data/templates/npc/monster/22466-CallousKanabion.xml b/data/templates/npc/monster/22466-CallousKanabion.xml new file mode 100644 index 000000000..ebc2ae1a6 --- /dev/null +++ b/data/templates/npc/monster/22466-CallousKanabion.xml @@ -0,0 +1,30 @@ + + + + Callous Kanabion + Void + 47 + MALE + + + + + + + + + + + + + + + 4061 + 258 + + + + + + + diff --git a/data/templates/npc/monster/22467-SavageKanabion.xml b/data/templates/npc/monster/22467-SavageKanabion.xml new file mode 100644 index 000000000..0f9475b64 --- /dev/null +++ b/data/templates/npc/monster/22467-SavageKanabion.xml @@ -0,0 +1,29 @@ + + + + Savage Kanabion + 50 + MALE + + + + + + + + + + + + + + + 3984 + 300 + + + + + + + diff --git a/data/templates/npc/monster/22468-SavageKanabion.xml b/data/templates/npc/monster/22468-SavageKanabion.xml new file mode 100644 index 000000000..44bc209fe --- /dev/null +++ b/data/templates/npc/monster/22468-SavageKanabion.xml @@ -0,0 +1,30 @@ + + + + Savage Kanabion + Doppler + 50 + MALE + + + + + + + + + + + + + + + 3984 + 300 + + + + + + + diff --git a/data/templates/npc/monster/22469-SavageKanabion.xml b/data/templates/npc/monster/22469-SavageKanabion.xml new file mode 100644 index 000000000..dcf4aab8d --- /dev/null +++ b/data/templates/npc/monster/22469-SavageKanabion.xml @@ -0,0 +1,30 @@ + + + + Savage Kanabion + Void + 52 + MALE + + + + + + + + + + + + + + + 4776 + 332 + + + + + + + diff --git a/data/templates/npc/monster/22470-PeerlessKanabion.xml b/data/templates/npc/monster/22470-PeerlessKanabion.xml new file mode 100644 index 000000000..57471ebd8 --- /dev/null +++ b/data/templates/npc/monster/22470-PeerlessKanabion.xml @@ -0,0 +1,29 @@ + + + + Peerless Kanabion + 55 + MALE + + + + + + + + + + + + + + + 4821 + 389 + + + + + + + diff --git a/data/templates/npc/monster/22471-PeerlessKanabion.xml b/data/templates/npc/monster/22471-PeerlessKanabion.xml new file mode 100644 index 000000000..febaa5a1b --- /dev/null +++ b/data/templates/npc/monster/22471-PeerlessKanabion.xml @@ -0,0 +1,30 @@ + + + + Peerless Kanabion + Doppler + 55 + MALE + + + + + + + + + + + + + + + 4821 + 389 + + + + + + + diff --git a/data/templates/npc/monster/22472-PeerlessKanabion.xml b/data/templates/npc/monster/22472-PeerlessKanabion.xml new file mode 100644 index 000000000..b46912e6a --- /dev/null +++ b/data/templates/npc/monster/22472-PeerlessKanabion.xml @@ -0,0 +1,30 @@ + + + + Peerless Kanabion + Void + 57 + MALE + + + + + + + + + + + + + + + 5739 + 431 + + + + + + + diff --git a/data/templates/npc/monster/22473-MassiveKanabion.xml b/data/templates/npc/monster/22473-MassiveKanabion.xml new file mode 100644 index 000000000..5aaad549c --- /dev/null +++ b/data/templates/npc/monster/22473-MassiveKanabion.xml @@ -0,0 +1,29 @@ + + + + Massive Kanabion + 60 + MALE + + + + + + + + + + + + + + + 5737 + 497 + + + + + + + diff --git a/data/templates/npc/monster/22474-MassiveKanabion.xml b/data/templates/npc/monster/22474-MassiveKanabion.xml new file mode 100644 index 000000000..ac781acbc --- /dev/null +++ b/data/templates/npc/monster/22474-MassiveKanabion.xml @@ -0,0 +1,30 @@ + + + + Massive Kanabion + Doppler + 60 + MALE + + + + + + + + + + + + + + + 5737 + 497 + + + + + + + diff --git a/data/templates/npc/monster/22475-MassiveKanabion.xml b/data/templates/npc/monster/22475-MassiveKanabion.xml new file mode 100644 index 000000000..ba7c097cf --- /dev/null +++ b/data/templates/npc/monster/22475-MassiveKanabion.xml @@ -0,0 +1,30 @@ + + + + Massive Kanabion + Void + 62 + MALE + + + + + + + + + + + + + + + 6790 + 552 + + + + + + + diff --git a/data/templates/npc/monster/22476-FerventKanabion.xml b/data/templates/npc/monster/22476-FerventKanabion.xml new file mode 100644 index 000000000..087b59ebb --- /dev/null +++ b/data/templates/npc/monster/22476-FerventKanabion.xml @@ -0,0 +1,29 @@ + + + + Fervent Kanabion + 65 + MALE + + + + + + + + + + + + + + + 6733 + 625 + + + + + + + diff --git a/data/templates/npc/monster/22477-FerventKanabion.xml b/data/templates/npc/monster/22477-FerventKanabion.xml new file mode 100644 index 000000000..c997d2639 --- /dev/null +++ b/data/templates/npc/monster/22477-FerventKanabion.xml @@ -0,0 +1,30 @@ + + + + Fervent Kanabion + Doppler + 65 + MALE + + + + + + + + + + + + + + + 6733 + 625 + + + + + + + diff --git a/data/templates/npc/monster/22478-FerventKanabion.xml b/data/templates/npc/monster/22478-FerventKanabion.xml new file mode 100644 index 000000000..07c5e1a3a --- /dev/null +++ b/data/templates/npc/monster/22478-FerventKanabion.xml @@ -0,0 +1,30 @@ + + + + Fervent Kanabion + Void + 67 + MALE + + + + + + + + + + + + + + + 7929 + 693 + + + + + + + diff --git a/data/templates/npc/monster/22479-RupturedKanabion.xml b/data/templates/npc/monster/22479-RupturedKanabion.xml new file mode 100644 index 000000000..368fe772a --- /dev/null +++ b/data/templates/npc/monster/22479-RupturedKanabion.xml @@ -0,0 +1,28 @@ + + + + Ruptured Kanabion + 70 + MALE + + + + + + + + + + + + + + + 7597 + 753 + + + + + + diff --git a/data/templates/npc/monster/22480-RupturedKanabion.xml b/data/templates/npc/monster/22480-RupturedKanabion.xml new file mode 100644 index 000000000..42a223ac6 --- /dev/null +++ b/data/templates/npc/monster/22480-RupturedKanabion.xml @@ -0,0 +1,29 @@ + + + + Ruptured Kanabion + Doppler + 70 + MALE + + + + + + + + + + + + + + + 7597 + 753 + + + + + + diff --git a/data/templates/npc/monster/22481-RupturedKanabion.xml b/data/templates/npc/monster/22481-RupturedKanabion.xml new file mode 100644 index 000000000..08dd3607b --- /dev/null +++ b/data/templates/npc/monster/22481-RupturedKanabion.xml @@ -0,0 +1,29 @@ + + + + Ruptured Kanabion + Void + 72 + MALE + + + + + + + + + + + + + + + 8933 + 837 + + + + + + diff --git a/data/templates/npc/monster/22482-SwordKanabion.xml b/data/templates/npc/monster/22482-SwordKanabion.xml new file mode 100644 index 000000000..67f89cee7 --- /dev/null +++ b/data/templates/npc/monster/22482-SwordKanabion.xml @@ -0,0 +1,28 @@ + + + + Sword Kanabion + 75 + FEMALE + + + + + + + + + + + + + + + 8721 + 919 + + + + + + diff --git a/data/templates/npc/monster/22483-SwordKanabion.xml b/data/templates/npc/monster/22483-SwordKanabion.xml new file mode 100644 index 000000000..6d04360b1 --- /dev/null +++ b/data/templates/npc/monster/22483-SwordKanabion.xml @@ -0,0 +1,29 @@ + + + + Sword Kanabion + Doppler + 75 + MALE + + + + + + + + + + + + + + + 8721 + 919 + + + + + + diff --git a/data/templates/npc/monster/22484-SwordKanabion.xml b/data/templates/npc/monster/22484-SwordKanabion.xml new file mode 100644 index 000000000..4830acb4d --- /dev/null +++ b/data/templates/npc/monster/22484-SwordKanabion.xml @@ -0,0 +1,29 @@ + + + + Sword Kanabion + Void + 77 + MALE + + + + + + + + + + + + + + + 10217 + 1022 + + + + + + diff --git a/data/templates/npc/monster/22485-LostWatcher.xml b/data/templates/npc/monster/22485-LostWatcher.xml new file mode 100644 index 000000000..2cc80a107 --- /dev/null +++ b/data/templates/npc/monster/22485-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22486-LostWatcher.xml b/data/templates/npc/monster/22486-LostWatcher.xml new file mode 100644 index 000000000..a72da6f69 --- /dev/null +++ b/data/templates/npc/monster/22486-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22487-LostBeholder.xml b/data/templates/npc/monster/22487-LostBeholder.xml new file mode 100644 index 000000000..7b00fc200 --- /dev/null +++ b/data/templates/npc/monster/22487-LostBeholder.xml @@ -0,0 +1,26 @@ + + + + Lost Beholder + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22488-LostWatcher.xml b/data/templates/npc/monster/22488-LostWatcher.xml new file mode 100644 index 000000000..7031452dd --- /dev/null +++ b/data/templates/npc/monster/22488-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22489-LostWatcher.xml b/data/templates/npc/monster/22489-LostWatcher.xml new file mode 100644 index 000000000..db5fb3ba9 --- /dev/null +++ b/data/templates/npc/monster/22489-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22490-LostBeholder.xml b/data/templates/npc/monster/22490-LostBeholder.xml new file mode 100644 index 000000000..9387b44d4 --- /dev/null +++ b/data/templates/npc/monster/22490-LostBeholder.xml @@ -0,0 +1,26 @@ + + + + Lost Beholder + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22491-LostWatcher.xml b/data/templates/npc/monster/22491-LostWatcher.xml new file mode 100644 index 000000000..d981eddbf --- /dev/null +++ b/data/templates/npc/monster/22491-LostWatcher.xml @@ -0,0 +1,25 @@ + + + + Lost Watcher + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22492-LostWatcher.xml b/data/templates/npc/monster/22492-LostWatcher.xml new file mode 100644 index 000000000..a3cd19a07 --- /dev/null +++ b/data/templates/npc/monster/22492-LostWatcher.xml @@ -0,0 +1,25 @@ + + + + Lost Watcher + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22493-LostBeholder.xml b/data/templates/npc/monster/22493-LostBeholder.xml new file mode 100644 index 000000000..a54b3ed47 --- /dev/null +++ b/data/templates/npc/monster/22493-LostBeholder.xml @@ -0,0 +1,25 @@ + + + + Lost Beholder + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22494-LostWatcher.xml b/data/templates/npc/monster/22494-LostWatcher.xml new file mode 100644 index 000000000..4b20cba1f --- /dev/null +++ b/data/templates/npc/monster/22494-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22495-LostWatcher.xml b/data/templates/npc/monster/22495-LostWatcher.xml new file mode 100644 index 000000000..c2f59a9d9 --- /dev/null +++ b/data/templates/npc/monster/22495-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22496-LostBeholder.xml b/data/templates/npc/monster/22496-LostBeholder.xml new file mode 100644 index 000000000..823c3186d --- /dev/null +++ b/data/templates/npc/monster/22496-LostBeholder.xml @@ -0,0 +1,25 @@ + + + + Lost Beholder + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22497-LostWatcher.xml b/data/templates/npc/monster/22497-LostWatcher.xml new file mode 100644 index 000000000..d0db8cabc --- /dev/null +++ b/data/templates/npc/monster/22497-LostWatcher.xml @@ -0,0 +1,25 @@ + + + + Lost Watcher + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22498-LostWatcher.xml b/data/templates/npc/monster/22498-LostWatcher.xml new file mode 100644 index 000000000..0dd296cab --- /dev/null +++ b/data/templates/npc/monster/22498-LostWatcher.xml @@ -0,0 +1,25 @@ + + + + Lost Watcher + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22499-LostBeholder.xml b/data/templates/npc/monster/22499-LostBeholder.xml new file mode 100644 index 000000000..4b4db1035 --- /dev/null +++ b/data/templates/npc/monster/22499-LostBeholder.xml @@ -0,0 +1,25 @@ + + + + Lost Beholder + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22500-LostWatcher.xml b/data/templates/npc/monster/22500-LostWatcher.xml new file mode 100644 index 000000000..26fd01fbb --- /dev/null +++ b/data/templates/npc/monster/22500-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22501-LostWatcher.xml b/data/templates/npc/monster/22501-LostWatcher.xml new file mode 100644 index 000000000..65aea7899 --- /dev/null +++ b/data/templates/npc/monster/22501-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22502-LostBeholder.xml b/data/templates/npc/monster/22502-LostBeholder.xml new file mode 100644 index 000000000..70c741f29 --- /dev/null +++ b/data/templates/npc/monster/22502-LostBeholder.xml @@ -0,0 +1,26 @@ + + + + Lost Beholder + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22503-LostWatcher.xml b/data/templates/npc/monster/22503-LostWatcher.xml new file mode 100644 index 000000000..674d9654d --- /dev/null +++ b/data/templates/npc/monster/22503-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22504-LostWatcher.xml b/data/templates/npc/monster/22504-LostWatcher.xml new file mode 100644 index 000000000..08666e76c --- /dev/null +++ b/data/templates/npc/monster/22504-LostWatcher.xml @@ -0,0 +1,26 @@ + + + + Lost Watcher + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/22505-LostBeholder.xml b/data/templates/npc/monster/22505-LostBeholder.xml new file mode 100644 index 000000000..69b61faff --- /dev/null +++ b/data/templates/npc/monster/22505-LostBeholder.xml @@ -0,0 +1,25 @@ + + + + Lost Beholder + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22506-BoomChild.xml b/data/templates/npc/monster/22506-BoomChild.xml new file mode 100644 index 000000000..4d00a8b60 --- /dev/null +++ b/data/templates/npc/monster/22506-BoomChild.xml @@ -0,0 +1,25 @@ + + + + Boom - Child + 75 + MALE + + + + + + + + + + + + + + + 10044 + 1059 + + + diff --git a/data/templates/npc/monster/22507-BoomChild.xml b/data/templates/npc/monster/22507-BoomChild.xml new file mode 100644 index 000000000..2e9caf86d --- /dev/null +++ b/data/templates/npc/monster/22507-BoomChild.xml @@ -0,0 +1,25 @@ + + + + Boom - Child + 77 + MALE + + + + + + + + + + + + + + + 10067 + 1089 + + + diff --git a/data/templates/npc/monster/22508-BoomChild.xml b/data/templates/npc/monster/22508-BoomChild.xml new file mode 100644 index 000000000..3c4da5d04 --- /dev/null +++ b/data/templates/npc/monster/22508-BoomChild.xml @@ -0,0 +1,25 @@ + + + + Boom - Child + 80 + MALE + + + + + + + + + + + + + + + 10499 + 1178 + + + diff --git a/data/templates/npc/monster/22509-FanaticOfInfinity.xml b/data/templates/npc/monster/22509-FanaticOfInfinity.xml new file mode 100644 index 000000000..1340f0020 --- /dev/null +++ b/data/templates/npc/monster/22509-FanaticOfInfinity.xml @@ -0,0 +1,38 @@ + + + + Fanatic of Infinity + 76 + MALE + + + + + + + + + + + + + + + 75564 + 7698 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22510-RottenMessenger.xml b/data/templates/npc/monster/22510-RottenMessenger.xml new file mode 100644 index 000000000..9b987ffe7 --- /dev/null +++ b/data/templates/npc/monster/22510-RottenMessenger.xml @@ -0,0 +1,38 @@ + + + + Rotten Messenger + 77 + FEMALE + + + + + + + + + + + + + + + 68060 + 7007 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22511-ZealotOfInfinity.xml b/data/templates/npc/monster/22511-ZealotOfInfinity.xml new file mode 100644 index 000000000..233099d4b --- /dev/null +++ b/data/templates/npc/monster/22511-ZealotOfInfinity.xml @@ -0,0 +1,42 @@ + + + + Zealot of Infinity + 77 + MALE + + + + + + + + + + + + + + + 69384 + 7150 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22512-BodySeverer.xml b/data/templates/npc/monster/22512-BodySeverer.xml new file mode 100644 index 000000000..cf6538a6f --- /dev/null +++ b/data/templates/npc/monster/22512-BodySeverer.xml @@ -0,0 +1,43 @@ + + + + Body Severer + 78 + MALE + + + + + + + + + + + + + + + 72891 + 7605 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22513-BodyHarvester.xml b/data/templates/npc/monster/22513-BodyHarvester.xml new file mode 100644 index 000000000..4d6fd2c8f --- /dev/null +++ b/data/templates/npc/monster/22513-BodyHarvester.xml @@ -0,0 +1,41 @@ + + + + Body Harvester + 79 + MALE + + + + + + + + + + + + + + + 74772 + 7900 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22514-SoulExploiter.xml b/data/templates/npc/monster/22514-SoulExploiter.xml new file mode 100644 index 000000000..bb9e54aba --- /dev/null +++ b/data/templates/npc/monster/22514-SoulExploiter.xml @@ -0,0 +1,42 @@ + + + + Soul Exploiter + 80 + MALE + + + + + + + + + + + + + + + 66417 + 7094 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22515-SoulDevourer.xml b/data/templates/npc/monster/22515-SoulDevourer.xml new file mode 100644 index 000000000..32a388a30 --- /dev/null +++ b/data/templates/npc/monster/22515-SoulDevourer.xml @@ -0,0 +1,44 @@ + + + + Soul Devourer + 80 + MALE + + + + + + + + + + + + + + + 63246 + 6665 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22516-ButcherOfInfinity.xml b/data/templates/npc/monster/22516-ButcherOfInfinity.xml new file mode 100644 index 000000000..545128069 --- /dev/null +++ b/data/templates/npc/monster/22516-ButcherOfInfinity.xml @@ -0,0 +1,42 @@ + + + + Butcher of Infinity + 80 + MALE + + + + + + + + + + + + + + + 55248 + 5826 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22517-DiscipleOfInfinity.xml b/data/templates/npc/monster/22517-DiscipleOfInfinity.xml new file mode 100644 index 000000000..3c08af967 --- /dev/null +++ b/data/templates/npc/monster/22517-DiscipleOfInfinity.xml @@ -0,0 +1,42 @@ + + + + Disciple of Infinity + 80 + MALE + + + + + + + + + + + + + + + 48912 + 5151 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22518-RottenMessenger.xml b/data/templates/npc/monster/22518-RottenMessenger.xml new file mode 100644 index 000000000..8eaa1e98d --- /dev/null +++ b/data/templates/npc/monster/22518-RottenMessenger.xml @@ -0,0 +1,44 @@ + + + + Rotten Messenger + 80 + FEMALE + + + + + + + + + + + + + + + 51135 + 5315 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22519-BodyHarvester.xml b/data/templates/npc/monster/22519-BodyHarvester.xml new file mode 100644 index 000000000..3f0f93ebb --- /dev/null +++ b/data/templates/npc/monster/22519-BodyHarvester.xml @@ -0,0 +1,38 @@ + + + + Body Harvester + 81 + MALE + + + + + + + + + + + + + + + 58036 + 5981 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22520-BodySeverer.xml b/data/templates/npc/monster/22520-BodySeverer.xml new file mode 100644 index 000000000..936e6f563 --- /dev/null +++ b/data/templates/npc/monster/22520-BodySeverer.xml @@ -0,0 +1,38 @@ + + + + Body Severer + 81 + MALE + + + + + + + + + + + + + + + 56345 + 5798 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22521-SoulExploiter.xml b/data/templates/npc/monster/22521-SoulExploiter.xml new file mode 100644 index 000000000..e9a5c60f1 --- /dev/null +++ b/data/templates/npc/monster/22521-SoulExploiter.xml @@ -0,0 +1,38 @@ + + + + Soul Exploiter + 81 + MALE + + + + + + + + + + + + + + + 55722 + 5702 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22522-SoulDevourer.xml b/data/templates/npc/monster/22522-SoulDevourer.xml new file mode 100644 index 000000000..d4245fead --- /dev/null +++ b/data/templates/npc/monster/22522-SoulDevourer.xml @@ -0,0 +1,40 @@ + + + + Soul Devourer + 81 + MALE + + + + + + + + + + + + + + + 50431 + 5238 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22523-SoulDevourer.xml b/data/templates/npc/monster/22523-SoulDevourer.xml new file mode 100644 index 000000000..dc4ee9fad --- /dev/null +++ b/data/templates/npc/monster/22523-SoulDevourer.xml @@ -0,0 +1,41 @@ + + + + Soul Devourer + Food of Ekimus + 81 + MALE + + + + + + + + + + + + + + + 1168301 + 118417 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22524-EmissaryOfDeath.xml b/data/templates/npc/monster/22524-EmissaryOfDeath.xml new file mode 100644 index 000000000..fb4a159cf --- /dev/null +++ b/data/templates/npc/monster/22524-EmissaryOfDeath.xml @@ -0,0 +1,26 @@ + + + + Emissary of Death + 81 + MALE + + + + + + + + + + + + + + + 57235 + 5894 + + + + diff --git a/data/templates/npc/monster/22525-EmissaryOfDeath.xml b/data/templates/npc/monster/22525-EmissaryOfDeath.xml new file mode 100644 index 000000000..77a5aadb4 --- /dev/null +++ b/data/templates/npc/monster/22525-EmissaryOfDeath.xml @@ -0,0 +1,26 @@ + + + + Emissary of Death + 81 + MALE + + + + + + + + + + + + + + + 60043 + 6109 + + + + diff --git a/data/templates/npc/monster/22526-EmissaryOfDeath.xml b/data/templates/npc/monster/22526-EmissaryOfDeath.xml new file mode 100644 index 000000000..6a43c6ec2 --- /dev/null +++ b/data/templates/npc/monster/22526-EmissaryOfDeath.xml @@ -0,0 +1,26 @@ + + + + Emissary of Death + 81 + MALE + + + + + + + + + + + + + + + 58819 + 6058 + + + + diff --git a/data/templates/npc/monster/22527-EmissaryOfDeath.xml b/data/templates/npc/monster/22527-EmissaryOfDeath.xml new file mode 100644 index 000000000..cb74a206f --- /dev/null +++ b/data/templates/npc/monster/22527-EmissaryOfDeath.xml @@ -0,0 +1,26 @@ + + + + Emissary of Death + 81 + MALE + + + + + + + + + + + + + + + 61705 + 6278 + + + + diff --git a/data/templates/npc/monster/22528-CursedPrefect.xml b/data/templates/npc/monster/22528-CursedPrefect.xml new file mode 100644 index 000000000..6e7d956f4 --- /dev/null +++ b/data/templates/npc/monster/22528-CursedPrefect.xml @@ -0,0 +1,26 @@ + + + + Cursed Prefect + 81 + MALE + + + + + + + + + + + + + + + 74222 + 7643 + + + + diff --git a/data/templates/npc/monster/22529-CursedPrefect.xml b/data/templates/npc/monster/22529-CursedPrefect.xml new file mode 100644 index 000000000..06c6701a2 --- /dev/null +++ b/data/templates/npc/monster/22529-CursedPrefect.xml @@ -0,0 +1,26 @@ + + + + Cursed Prefect + 81 + MALE + + + + + + + + + + + + + + + 77864 + 7922 + + + + diff --git a/data/templates/npc/monster/22530-CursedPrefect.xml b/data/templates/npc/monster/22530-CursedPrefect.xml new file mode 100644 index 000000000..7aac3f321 --- /dev/null +++ b/data/templates/npc/monster/22530-CursedPrefect.xml @@ -0,0 +1,26 @@ + + + + Cursed Prefect + 81 + MALE + + + + + + + + + + + + + + + 59237 + 6106 + + + + diff --git a/data/templates/npc/monster/22531-CursedPrefect.xml b/data/templates/npc/monster/22531-CursedPrefect.xml new file mode 100644 index 000000000..c36062a07 --- /dev/null +++ b/data/templates/npc/monster/22531-CursedPrefect.xml @@ -0,0 +1,26 @@ + + + + Cursed Prefect + 81 + MALE + + + + + + + + + + + + + + + 62144 + 6328 + + + + diff --git a/data/templates/npc/monster/22532-LawScholarOfConclusions.xml b/data/templates/npc/monster/22532-LawScholarOfConclusions.xml new file mode 100644 index 000000000..d37f3268a --- /dev/null +++ b/data/templates/npc/monster/22532-LawScholarOfConclusions.xml @@ -0,0 +1,25 @@ + + + + Law Scholar of Conclusions + 81 + MALE + + + + + + + + + + + + + + + 56060 + 5767 + + + diff --git a/data/templates/npc/monster/22533-LawScholarOfConclusions.xml b/data/templates/npc/monster/22533-LawScholarOfConclusions.xml new file mode 100644 index 000000000..3e768d94c --- /dev/null +++ b/data/templates/npc/monster/22533-LawScholarOfConclusions.xml @@ -0,0 +1,25 @@ + + + + Law Scholar of Conclusions + 81 + MALE + + + + + + + + + + + + + + + 58811 + 5977 + + + diff --git a/data/templates/npc/monster/22534-LawScholarOfConclusions.xml b/data/templates/npc/monster/22534-LawScholarOfConclusions.xml new file mode 100644 index 000000000..245cdac00 --- /dev/null +++ b/data/templates/npc/monster/22534-LawScholarOfConclusions.xml @@ -0,0 +1,25 @@ + + + + Law Scholar of Conclusions + 81 + MALE + + + + + + + + + + + + + + + 53542 + 5495 + + + diff --git a/data/templates/npc/monster/22535-LawScholarOfConclusions.xml b/data/templates/npc/monster/22535-LawScholarOfConclusions.xml new file mode 100644 index 000000000..aa98f3bb7 --- /dev/null +++ b/data/templates/npc/monster/22535-LawScholarOfConclusions.xml @@ -0,0 +1,25 @@ + + + + Law Scholar of Conclusions + 81 + MALE + + + + + + + + + + + + + + + 56169 + 5696 + + + diff --git a/data/templates/npc/monster/22536-RoyalGuardCaptain.xml b/data/templates/npc/monster/22536-RoyalGuardCaptain.xml new file mode 100644 index 000000000..6c00e78a2 --- /dev/null +++ b/data/templates/npc/monster/22536-RoyalGuardCaptain.xml @@ -0,0 +1,44 @@ + + + + Royal Guard Captain + 81 + MALE + + + + + + + + + + + + + + + 333644 + 33883 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22537-DragonSteedTroopGrandMagician.xml b/data/templates/npc/monster/22537-DragonSteedTroopGrandMagician.xml new file mode 100644 index 000000000..e12f7fdb5 --- /dev/null +++ b/data/templates/npc/monster/22537-DragonSteedTroopGrandMagician.xml @@ -0,0 +1,45 @@ + + + + Dragon Steed Troop Grand Magician + 81 + MALE + + + + + + + + + + + + + + + 73171 + 7447 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22538-DragonSteedTroopCommander.xml b/data/templates/npc/monster/22538-DragonSteedTroopCommander.xml new file mode 100644 index 000000000..4b3349a8f --- /dev/null +++ b/data/templates/npc/monster/22538-DragonSteedTroopCommander.xml @@ -0,0 +1,44 @@ + + + + Dragon Steed Troop Commander + 81 + MALE + + + + + + + + + + + + + + + 96783 + 10083 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22539-DragonSteedTroopsNo1BattalionCommander.xml b/data/templates/npc/monster/22539-DragonSteedTroopsNo1BattalionCommander.xml new file mode 100644 index 000000000..342ea8236 --- /dev/null +++ b/data/templates/npc/monster/22539-DragonSteedTroopsNo1BattalionCommander.xml @@ -0,0 +1,45 @@ + + + + Dragon Steed Troops No 1 Battalion Commander + 81 + MALE + + + + + + + + + + + + + + + 98080 + 10347 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22540-WhiteDragonLeader.xml b/data/templates/npc/monster/22540-WhiteDragonLeader.xml new file mode 100644 index 000000000..e0d7d56fa --- /dev/null +++ b/data/templates/npc/monster/22540-WhiteDragonLeader.xml @@ -0,0 +1,46 @@ + + + + White Dragon Leader + 81 + MALE + + + + + + + + + + + + + + + 82134 + 8708 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22541-DragonSteedTroopInfantry.xml b/data/templates/npc/monster/22541-DragonSteedTroopInfantry.xml new file mode 100644 index 000000000..8d12f7918 --- /dev/null +++ b/data/templates/npc/monster/22541-DragonSteedTroopInfantry.xml @@ -0,0 +1,41 @@ + + + + Dragon Steed Troop Infantry + 80 + MALE + + + + + + + + + + + + + + + 83347 + 8955 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22542-DragonSteedTroopMagicLeader.xml b/data/templates/npc/monster/22542-DragonSteedTroopMagicLeader.xml new file mode 100644 index 000000000..d56b1d264 --- /dev/null +++ b/data/templates/npc/monster/22542-DragonSteedTroopMagicLeader.xml @@ -0,0 +1,39 @@ + + + + Dragon Steed Troop Magic Leader + 81 + MALE + + + + + + + + + + + + + + + 193521 + 21161 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22543-DragonSteedTroopMagician.xml b/data/templates/npc/monster/22543-DragonSteedTroopMagician.xml new file mode 100644 index 000000000..84b0b12f9 --- /dev/null +++ b/data/templates/npc/monster/22543-DragonSteedTroopMagician.xml @@ -0,0 +1,39 @@ + + + + Dragon Steed Troop Magician + 81 + MALE + + + + + + + + + + + + + + + 79493 + 8397 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22544-DragonSteedTroopMagicSoldier.xml b/data/templates/npc/monster/22544-DragonSteedTroopMagicSoldier.xml new file mode 100644 index 000000000..a6a56d64d --- /dev/null +++ b/data/templates/npc/monster/22544-DragonSteedTroopMagicSoldier.xml @@ -0,0 +1,42 @@ + + + + Dragon Steed Troop Magic Soldier + 80 + MALE + + + + + + + + + + + + + + + 84936 + 9090 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22545-WifeOfTheDragonOfDarkness.xml b/data/templates/npc/monster/22545-WifeOfTheDragonOfDarkness.xml new file mode 100644 index 000000000..ac212fb3a --- /dev/null +++ b/data/templates/npc/monster/22545-WifeOfTheDragonOfDarkness.xml @@ -0,0 +1,25 @@ + + + + Wife of the Dragon of Darkness + 81 + MALE + + + + + + + + + + + + + + + 203716 + 22000 + + + diff --git a/data/templates/npc/monster/22546-WarriorOfLight.xml b/data/templates/npc/monster/22546-WarriorOfLight.xml new file mode 100644 index 000000000..fed669f16 --- /dev/null +++ b/data/templates/npc/monster/22546-WarriorOfLight.xml @@ -0,0 +1,42 @@ + + + + Warrior of Light + 79 + MALE + + + + + + + + + + + + + + + 82511 + 8653 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22547-DragonSteedTroopHealer.xml b/data/templates/npc/monster/22547-DragonSteedTroopHealer.xml new file mode 100644 index 000000000..539f736fb --- /dev/null +++ b/data/templates/npc/monster/22547-DragonSteedTroopHealer.xml @@ -0,0 +1,44 @@ + + + + Dragon Steed Troop Healer + 79 + MALE + + + + + + + + + + + + + + + 59035 + 6215 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22548-DragonSteedTroopJavelinThrower.xml b/data/templates/npc/monster/22548-DragonSteedTroopJavelinThrower.xml new file mode 100644 index 000000000..7d66d78d5 --- /dev/null +++ b/data/templates/npc/monster/22548-DragonSteedTroopJavelinThrower.xml @@ -0,0 +1,46 @@ + + + + Dragon Steed Troop Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 94968 + 10260 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22549-DragonSteedTroopJavelinThrower.xml b/data/templates/npc/monster/22549-DragonSteedTroopJavelinThrower.xml new file mode 100644 index 000000000..aa14f251c --- /dev/null +++ b/data/templates/npc/monster/22549-DragonSteedTroopJavelinThrower.xml @@ -0,0 +1,44 @@ + + + + Dragon Steed Troop Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 94968 + 10260 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22550-SavageWarrior.xml b/data/templates/npc/monster/22550-SavageWarrior.xml new file mode 100644 index 000000000..b46ded7b7 --- /dev/null +++ b/data/templates/npc/monster/22550-SavageWarrior.xml @@ -0,0 +1,42 @@ + + + + Savage Warrior + 77 + MALE + + + + + + + + + + + + + + + 103619 + 10725 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22551-PriestOfDarkness.xml b/data/templates/npc/monster/22551-PriestOfDarkness.xml new file mode 100644 index 000000000..57a78c2f0 --- /dev/null +++ b/data/templates/npc/monster/22551-PriestOfDarkness.xml @@ -0,0 +1,45 @@ + + + + Priest of Darkness + 76 + MALE + + + + + + + + + + + + + + + 95778 + 9756 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22552-MutationDrake.xml b/data/templates/npc/monster/22552-MutationDrake.xml new file mode 100644 index 000000000..e525ae7ef --- /dev/null +++ b/data/templates/npc/monster/22552-MutationDrake.xml @@ -0,0 +1,38 @@ + + + + Mutation Drake + 78 + MALE + + + + + + + + + + + + + + + 92347 + 9614 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22553-LargeCrystalCore.xml b/data/templates/npc/monster/22553-LargeCrystalCore.xml new file mode 100644 index 000000000..e0a98c6a8 --- /dev/null +++ b/data/templates/npc/monster/22553-LargeCrystalCore.xml @@ -0,0 +1,25 @@ + + + + Large Crystal Core + 75 + FEMALE + + + + + + + + + + + + + + + 8087 + 852 + + + diff --git a/data/templates/npc/monster/22554-SmallCrystalCore.xml b/data/templates/npc/monster/22554-SmallCrystalCore.xml new file mode 100644 index 000000000..34251aae8 --- /dev/null +++ b/data/templates/npc/monster/22554-SmallCrystalCore.xml @@ -0,0 +1,25 @@ + + + + Small Crystal Core + 75 + FEMALE + + + + + + + + + + + + + + + 8087 + 852 + + + diff --git a/data/templates/npc/monster/22555-SmallCrystalCore.xml b/data/templates/npc/monster/22555-SmallCrystalCore.xml new file mode 100644 index 000000000..2863b1e19 --- /dev/null +++ b/data/templates/npc/monster/22555-SmallCrystalCore.xml @@ -0,0 +1,25 @@ + + + + Small Crystal Core + 75 + FEMALE + + + + + + + + + + + + + + + 8087 + 852 + + + diff --git a/data/templates/npc/monster/22556-SmallCrystalCore.xml b/data/templates/npc/monster/22556-SmallCrystalCore.xml new file mode 100644 index 000000000..e8bf439c5 --- /dev/null +++ b/data/templates/npc/monster/22556-SmallCrystalCore.xml @@ -0,0 +1,25 @@ + + + + Small Crystal Core + 75 + FEMALE + + + + + + + + + + + + + + + 8087 + 852 + + + diff --git a/data/templates/npc/monster/22557-DefenseMechanism.xml b/data/templates/npc/monster/22557-DefenseMechanism.xml new file mode 100644 index 000000000..21a207903 --- /dev/null +++ b/data/templates/npc/monster/22557-DefenseMechanism.xml @@ -0,0 +1,28 @@ + + + + Defense Mechanism + 75 + MALE + + + + + + + + + + + + + + + 8087 + 852 + + + + + + diff --git a/data/templates/npc/monster/22558-DefenseBattery.xml b/data/templates/npc/monster/22558-DefenseBattery.xml new file mode 100644 index 000000000..97c5308e0 --- /dev/null +++ b/data/templates/npc/monster/22558-DefenseBattery.xml @@ -0,0 +1,25 @@ + + + + Defense Battery + 75 + MALE + + + + + + + + + + + + + + + 8087 + 852 + + + diff --git a/data/templates/npc/monster/22559-DefeatedTroopsCommander.xml b/data/templates/npc/monster/22559-DefeatedTroopsCommander.xml new file mode 100644 index 000000000..e0c249536 --- /dev/null +++ b/data/templates/npc/monster/22559-DefeatedTroopsCommander.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Commander + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22560-DefeatedTroopsNo1BattalionCommander.xml b/data/templates/npc/monster/22560-DefeatedTroopsNo1BattalionCommander.xml new file mode 100644 index 000000000..304b965be --- /dev/null +++ b/data/templates/npc/monster/22560-DefeatedTroopsNo1BattalionCommander.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops No 1 Battalion Commander + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22561-DefeatedTroopsWhiteDragonLeader.xml b/data/templates/npc/monster/22561-DefeatedTroopsWhiteDragonLeader.xml new file mode 100644 index 000000000..5bda953d6 --- /dev/null +++ b/data/templates/npc/monster/22561-DefeatedTroopsWhiteDragonLeader.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops White Dragon Leader + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22562-DefeatedTroopsInfantry.xml b/data/templates/npc/monster/22562-DefeatedTroopsInfantry.xml new file mode 100644 index 000000000..68fd481ab --- /dev/null +++ b/data/templates/npc/monster/22562-DefeatedTroopsInfantry.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Infantry + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22563-DefeatedTroopsMagicLeader.xml b/data/templates/npc/monster/22563-DefeatedTroopsMagicLeader.xml new file mode 100644 index 000000000..8e7b92d5e --- /dev/null +++ b/data/templates/npc/monster/22563-DefeatedTroopsMagicLeader.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Magic Leader + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22564-DefeatedTroopsMagician.xml b/data/templates/npc/monster/22564-DefeatedTroopsMagician.xml new file mode 100644 index 000000000..c29189e95 --- /dev/null +++ b/data/templates/npc/monster/22564-DefeatedTroopsMagician.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Magician + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22565-DefeatedTroopsMagicSoldier.xml b/data/templates/npc/monster/22565-DefeatedTroopsMagicSoldier.xml new file mode 100644 index 000000000..d53c94945 --- /dev/null +++ b/data/templates/npc/monster/22565-DefeatedTroopsMagicSoldier.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Magic Soldier + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22566-DefeatedTroopsHealer.xml b/data/templates/npc/monster/22566-DefeatedTroopsHealer.xml new file mode 100644 index 000000000..a4156bc51 --- /dev/null +++ b/data/templates/npc/monster/22566-DefeatedTroopsHealer.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Healer + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22567-DefeatedTroopsJavelinThrower.xml b/data/templates/npc/monster/22567-DefeatedTroopsJavelinThrower.xml new file mode 100644 index 000000000..e659e1ec0 --- /dev/null +++ b/data/templates/npc/monster/22567-DefeatedTroopsJavelinThrower.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22568-DefeatedTroopsJavelinThrower.xml b/data/templates/npc/monster/22568-DefeatedTroopsJavelinThrower.xml new file mode 100644 index 000000000..209922f2c --- /dev/null +++ b/data/templates/npc/monster/22568-DefeatedTroopsJavelinThrower.xml @@ -0,0 +1,25 @@ + + + + Defeated Troops Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22569-SoldiersOfBravery.xml b/data/templates/npc/monster/22569-SoldiersOfBravery.xml new file mode 100644 index 000000000..83a225b2e --- /dev/null +++ b/data/templates/npc/monster/22569-SoldiersOfBravery.xml @@ -0,0 +1,26 @@ + + + + Soldiers of Bravery + Tiat's Bodyguard + 81 + MALE + + + + + + + + + + + + + + + 1322725 + 139467 + + + diff --git a/data/templates/npc/monster/22570-RoyalGuardCaptain.xml b/data/templates/npc/monster/22570-RoyalGuardCaptain.xml new file mode 100644 index 000000000..2aca6f4e9 --- /dev/null +++ b/data/templates/npc/monster/22570-RoyalGuardCaptain.xml @@ -0,0 +1,25 @@ + + + + Royal Guard Captain + 81 + MALE + + + + + + + + + + + + + + + 2410562 + 244753 + + + diff --git a/data/templates/npc/monster/22571-DragonSteedTroopGrandMagician.xml b/data/templates/npc/monster/22571-DragonSteedTroopGrandMagician.xml new file mode 100644 index 000000000..7a5f27fdc --- /dev/null +++ b/data/templates/npc/monster/22571-DragonSteedTroopGrandMagician.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Grand Magician + 81 + MALE + + + + + + + + + + + + + + + 565516 + 57381 + + + diff --git a/data/templates/npc/monster/22572-DragonSteedTroopCommander.xml b/data/templates/npc/monster/22572-DragonSteedTroopCommander.xml new file mode 100644 index 000000000..0082f143f --- /dev/null +++ b/data/templates/npc/monster/22572-DragonSteedTroopCommander.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Commander + 81 + MALE + + + + + + + + + + + + + + + 1277122 + 131629 + + + + diff --git a/data/templates/npc/monster/22573-DragonSteedTroopsNo1BattalionCommander.xml b/data/templates/npc/monster/22573-DragonSteedTroopsNo1BattalionCommander.xml new file mode 100644 index 000000000..764d16fb9 --- /dev/null +++ b/data/templates/npc/monster/22573-DragonSteedTroopsNo1BattalionCommander.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troops No 1 Battalion Commander + 81 + MALE + + + + + + + + + + + + + + + 352899 + 37237 + + + + diff --git a/data/templates/npc/monster/22574-WhiteDragonLeader.xml b/data/templates/npc/monster/22574-WhiteDragonLeader.xml new file mode 100644 index 000000000..d70963cb2 --- /dev/null +++ b/data/templates/npc/monster/22574-WhiteDragonLeader.xml @@ -0,0 +1,26 @@ + + + + White Dragon Leader + 81 + MALE + + + + + + + + + + + + + + + 294906 + 31273 + + + + diff --git a/data/templates/npc/monster/22575-DragonSteedTroopInfantry.xml b/data/templates/npc/monster/22575-DragonSteedTroopInfantry.xml new file mode 100644 index 000000000..c73619e82 --- /dev/null +++ b/data/templates/npc/monster/22575-DragonSteedTroopInfantry.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Infantry + 80 + MALE + + + + + + + + + + + + + + + 299241 + 32156 + + + + diff --git a/data/templates/npc/monster/22576-DragonSteedTroopMagicLeader.xml b/data/templates/npc/monster/22576-DragonSteedTroopMagicLeader.xml new file mode 100644 index 000000000..e285bbe63 --- /dev/null +++ b/data/templates/npc/monster/22576-DragonSteedTroopMagicLeader.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Magic Leader + 81 + MALE + + + + + + + + + + + + + + + 136941 + 14290 + + + diff --git a/data/templates/npc/monster/22577-DragonSteedTroopMagician.xml b/data/templates/npc/monster/22577-DragonSteedTroopMagician.xml new file mode 100644 index 000000000..619662c05 --- /dev/null +++ b/data/templates/npc/monster/22577-DragonSteedTroopMagician.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Magician + 81 + MALE + + + + + + + + + + + + + + + 136094 + 14370 + + + diff --git a/data/templates/npc/monster/22578-DragonSteedTroopMagicSoldier.xml b/data/templates/npc/monster/22578-DragonSteedTroopMagicSoldier.xml new file mode 100644 index 000000000..459e55ac8 --- /dev/null +++ b/data/templates/npc/monster/22578-DragonSteedTroopMagicSoldier.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Magic Soldier + 80 + MALE + + + + + + + + + + + + + + + 151605 + 16251 + + + + diff --git a/data/templates/npc/monster/22579-WarriorOfLight.xml b/data/templates/npc/monster/22579-WarriorOfLight.xml new file mode 100644 index 000000000..8acfb7c56 --- /dev/null +++ b/data/templates/npc/monster/22579-WarriorOfLight.xml @@ -0,0 +1,25 @@ + + + + Warrior of Light + 79 + MALE + + + + + + + + + + + + + + + 156549 + 16504 + + + diff --git a/data/templates/npc/monster/22580-DragonSteedTroopHealer.xml b/data/templates/npc/monster/22580-DragonSteedTroopHealer.xml new file mode 100644 index 000000000..968e10946 --- /dev/null +++ b/data/templates/npc/monster/22580-DragonSteedTroopHealer.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Healer + 79 + MALE + + + + + + + + + + + + + + + 102203 + 10760 + + + + diff --git a/data/templates/npc/monster/22581-DragonSteedTroopJavelinThrower.xml b/data/templates/npc/monster/22581-DragonSteedTroopJavelinThrower.xml new file mode 100644 index 000000000..80d9ae104 --- /dev/null +++ b/data/templates/npc/monster/22581-DragonSteedTroopJavelinThrower.xml @@ -0,0 +1,46 @@ + + + + Dragon Steed Troop Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 170995 + 18501 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22582-DragonSteedTroopJavelinThrower.xml b/data/templates/npc/monster/22582-DragonSteedTroopJavelinThrower.xml new file mode 100644 index 000000000..69bdfd459 --- /dev/null +++ b/data/templates/npc/monster/22582-DragonSteedTroopJavelinThrower.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Javelin Thrower + 80 + MALE + + + + + + + + + + + + + + + 170995 + 18501 + + + + diff --git a/data/templates/npc/monster/22583-DragonSteedTroopMagicLeader.xml b/data/templates/npc/monster/22583-DragonSteedTroopMagicLeader.xml new file mode 100644 index 000000000..7db3774cc --- /dev/null +++ b/data/templates/npc/monster/22583-DragonSteedTroopMagicLeader.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Magic Leader + 81 + MALE + + + + + + + + + + + + + + + 140831 + 14711 + + + diff --git a/data/templates/npc/monster/22584-DragonSteedTroopMagician.xml b/data/templates/npc/monster/22584-DragonSteedTroopMagician.xml new file mode 100644 index 000000000..62f586785 --- /dev/null +++ b/data/templates/npc/monster/22584-DragonSteedTroopMagician.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Magician + 81 + MALE + + + + + + + + + + + + + + + 142800 + 15110 + + + diff --git a/data/templates/npc/monster/22585-DragonSteedTroopMagicSoldier.xml b/data/templates/npc/monster/22585-DragonSteedTroopMagicSoldier.xml new file mode 100644 index 000000000..b50441ed2 --- /dev/null +++ b/data/templates/npc/monster/22585-DragonSteedTroopMagicSoldier.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Magic Soldier + 80 + MALE + + + + + + + + + + + + + + + 87030 + 9329 + + + + diff --git a/data/templates/npc/monster/22586-DragonSteedTroopCommander.xml b/data/templates/npc/monster/22586-DragonSteedTroopCommander.xml new file mode 100644 index 000000000..4d358c93c --- /dev/null +++ b/data/templates/npc/monster/22586-DragonSteedTroopCommander.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Commander + 81 + MALE + + + + + + + + + + + + + + + 1295378 + 133568 + + + + diff --git a/data/templates/npc/monster/22587-DragonSteedTroopCaptain1.xml b/data/templates/npc/monster/22587-DragonSteedTroopCaptain1.xml new file mode 100644 index 000000000..77ad18bbe --- /dev/null +++ b/data/templates/npc/monster/22587-DragonSteedTroopCaptain1.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Captain #1 + 81 + MALE + + + + + + + + + + + + + + + 365328 + 38596 + + + + diff --git a/data/templates/npc/monster/22588-WhiteDragonLeader.xml b/data/templates/npc/monster/22588-WhiteDragonLeader.xml new file mode 100644 index 000000000..90d60af45 --- /dev/null +++ b/data/templates/npc/monster/22588-WhiteDragonLeader.xml @@ -0,0 +1,26 @@ + + + + White Dragon Leader + 81 + MALE + + + + + + + + + + + + + + + 272419 + 28783 + + + + diff --git a/data/templates/npc/monster/22589-DragonSteedTroopInfantry.xml b/data/templates/npc/monster/22589-DragonSteedTroopInfantry.xml new file mode 100644 index 000000000..f6d8f06f2 --- /dev/null +++ b/data/templates/npc/monster/22589-DragonSteedTroopInfantry.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Infantry + 80 + MALE + + + + + + + + + + + + + + + 276411 + 29594 + + + + diff --git a/data/templates/npc/monster/22590.xml b/data/templates/npc/monster/22590.xml new file mode 100644 index 000000000..75dca7923 --- /dev/null +++ b/data/templates/npc/monster/22590.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 116750 + 11412 + + + diff --git a/data/templates/npc/monster/22591-DragonSteedTroopMagicLeader.xml b/data/templates/npc/monster/22591-DragonSteedTroopMagicLeader.xml new file mode 100644 index 000000000..911358bd7 --- /dev/null +++ b/data/templates/npc/monster/22591-DragonSteedTroopMagicLeader.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Magic Leader + 81 + MALE + + + + + + + + + + + + + + + 82741 + 8651 + + + diff --git a/data/templates/npc/monster/22592-DragonSteedTroopMagician.xml b/data/templates/npc/monster/22592-DragonSteedTroopMagician.xml new file mode 100644 index 000000000..db7334379 --- /dev/null +++ b/data/templates/npc/monster/22592-DragonSteedTroopMagician.xml @@ -0,0 +1,25 @@ + + + + Dragon Steed Troop Magician + 81 + MALE + + + + + + + + + + + + + + + 82322 + 8710 + + + diff --git a/data/templates/npc/monster/22593-DragonSteedTroopMagicSoldier.xml b/data/templates/npc/monster/22593-DragonSteedTroopMagicSoldier.xml new file mode 100644 index 000000000..a9b184efa --- /dev/null +++ b/data/templates/npc/monster/22593-DragonSteedTroopMagicSoldier.xml @@ -0,0 +1,43 @@ + + + + Dragon Steed Troop Magic Soldier + 80 + MALE + + + + + + + + + + + + + + + 87800 + 9411 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22594-DragonSteedTroopCommander.xml b/data/templates/npc/monster/22594-DragonSteedTroopCommander.xml new file mode 100644 index 000000000..f28dcd558 --- /dev/null +++ b/data/templates/npc/monster/22594-DragonSteedTroopCommander.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troop Commander + 81 + MALE + + + + + + + + + + + + + + + 359407 + 37057 + + + + diff --git a/data/templates/npc/monster/22595-DragonSteedTroopsNo1BattalionCommander.xml b/data/templates/npc/monster/22595-DragonSteedTroopsNo1BattalionCommander.xml new file mode 100644 index 000000000..08d180aa4 --- /dev/null +++ b/data/templates/npc/monster/22595-DragonSteedTroopsNo1BattalionCommander.xml @@ -0,0 +1,26 @@ + + + + Dragon Steed Troops No 1 Battalion Commander + 81 + MALE + + + + + + + + + + + + + + + 362118 + 37795 + + + + diff --git a/data/templates/npc/monster/22596-WhiteDragonLeader.xml b/data/templates/npc/monster/22596-WhiteDragonLeader.xml new file mode 100644 index 000000000..0d452d412 --- /dev/null +++ b/data/templates/npc/monster/22596-WhiteDragonLeader.xml @@ -0,0 +1,38 @@ + + + + White Dragon Leader + 81 + MALE + + + + + + + + + + + + + + + 87965 + 9354 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22597-DragonSteedTroopInfantry.xml b/data/templates/npc/monster/22597-DragonSteedTroopInfantry.xml new file mode 100644 index 000000000..8454af162 --- /dev/null +++ b/data/templates/npc/monster/22597-DragonSteedTroopInfantry.xml @@ -0,0 +1,39 @@ + + + + Dragon Steed Troop Infantry + 80 + MALE + + + + + + + + + + + + + + + 89268 + 9620 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22598-Obelisk.xml b/data/templates/npc/monster/22598-Obelisk.xml new file mode 100644 index 000000000..93de218ba --- /dev/null +++ b/data/templates/npc/monster/22598-Obelisk.xml @@ -0,0 +1,25 @@ + + + + Obelisk + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22599-GreatPowerfulDevice.xml b/data/templates/npc/monster/22599-GreatPowerfulDevice.xml new file mode 100644 index 000000000..8330ea453 --- /dev/null +++ b/data/templates/npc/monster/22599-GreatPowerfulDevice.xml @@ -0,0 +1,25 @@ + + + + Great Powerful Device + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22600-ThroneOfDestructionPowerfulDevice.xml b/data/templates/npc/monster/22600-ThroneOfDestructionPowerfulDevice.xml new file mode 100644 index 000000000..7b53d7830 --- /dev/null +++ b/data/templates/npc/monster/22600-ThroneOfDestructionPowerfulDevice.xml @@ -0,0 +1,25 @@ + + + + Throne of Destruction Powerful Device + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22601-HeartProtectionDevice.xml b/data/templates/npc/monster/22601-HeartProtectionDevice.xml new file mode 100644 index 000000000..4bea81cc0 --- /dev/null +++ b/data/templates/npc/monster/22601-HeartProtectionDevice.xml @@ -0,0 +1,25 @@ + + + + Heart Protection Device + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22602-MutantBird.xml b/data/templates/npc/monster/22602-MutantBird.xml new file mode 100644 index 000000000..530ea85ee --- /dev/null +++ b/data/templates/npc/monster/22602-MutantBird.xml @@ -0,0 +1,25 @@ + + + + Mutant - Bird + 73 + MALE + + + + + + + + + + + + + + + 14171 + 1458 + + + diff --git a/data/templates/npc/monster/22603-MutantBird.xml b/data/templates/npc/monster/22603-MutantBird.xml new file mode 100644 index 000000000..f55736468 --- /dev/null +++ b/data/templates/npc/monster/22603-MutantBird.xml @@ -0,0 +1,25 @@ + + + + Mutant - Bird + 74 + MALE + + + + + + + + + + + + + + + 14562 + 1517 + + + diff --git a/data/templates/npc/monster/22604-DraHawk.xml b/data/templates/npc/monster/22604-DraHawk.xml new file mode 100644 index 000000000..eeca1b3c4 --- /dev/null +++ b/data/templates/npc/monster/22604-DraHawk.xml @@ -0,0 +1,25 @@ + + + + Dra Hawk + 74 + FEMALE + + + + + + + + + + + + + + + 9167 + 955 + + + diff --git a/data/templates/npc/monster/22605-DraHawk.xml b/data/templates/npc/monster/22605-DraHawk.xml new file mode 100644 index 000000000..483ea00c7 --- /dev/null +++ b/data/templates/npc/monster/22605-DraHawk.xml @@ -0,0 +1,25 @@ + + + + Dra Hawk + 75 + FEMALE + + + + + + + + + + + + + + + 9416 + 993 + + + diff --git a/data/templates/npc/monster/22606-FloatingSkull.xml b/data/templates/npc/monster/22606-FloatingSkull.xml new file mode 100644 index 000000000..feca8a92a --- /dev/null +++ b/data/templates/npc/monster/22606-FloatingSkull.xml @@ -0,0 +1,25 @@ + + + + Floating Skull + 76 + MALE + + + + + + + + + + + + + + + 10528 + 1125 + + + diff --git a/data/templates/npc/monster/22607-FloatingSkull.xml b/data/templates/npc/monster/22607-FloatingSkull.xml new file mode 100644 index 000000000..b1e2105eb --- /dev/null +++ b/data/templates/npc/monster/22607-FloatingSkull.xml @@ -0,0 +1,25 @@ + + + + Floating Skull + 77 + MALE + + + + + + + + + + + + + + + 17574 + 1901 + + + diff --git a/data/templates/npc/monster/22608-FloatingZombie.xml b/data/templates/npc/monster/22608-FloatingZombie.xml new file mode 100644 index 000000000..aad80be5f --- /dev/null +++ b/data/templates/npc/monster/22608-FloatingZombie.xml @@ -0,0 +1,25 @@ + + + + Floating Zombie + 75 + FEMALE + + + + + + + + + + + + + + + 9720 + 1025 + + + diff --git a/data/templates/npc/monster/22609-FloatingZombie.xml b/data/templates/npc/monster/22609-FloatingZombie.xml new file mode 100644 index 000000000..09e1025d2 --- /dev/null +++ b/data/templates/npc/monster/22609-FloatingZombie.xml @@ -0,0 +1,25 @@ + + + + Floating Zombie + 76 + FEMALE + + + + + + + + + + + + + + + 9475 + 1012 + + + diff --git a/data/templates/npc/monster/22610-MutatedDrakeWing.xml b/data/templates/npc/monster/22610-MutatedDrakeWing.xml new file mode 100644 index 000000000..1a8b10f78 --- /dev/null +++ b/data/templates/npc/monster/22610-MutatedDrakeWing.xml @@ -0,0 +1,25 @@ + + + + Mutated Drake Wing + 75 + MALE + + + + + + + + + + + + + + + 11981 + 1263 + + + diff --git a/data/templates/npc/monster/22611-MutatedDrakeWing.xml b/data/templates/npc/monster/22611-MutatedDrakeWing.xml new file mode 100644 index 000000000..f5c9727fb --- /dev/null +++ b/data/templates/npc/monster/22611-MutatedDrakeWing.xml @@ -0,0 +1,25 @@ + + + + Mutated Drake Wing + 76 + MALE + + + + + + + + + + + + + + + 11797 + 1261 + + + diff --git a/data/templates/npc/monster/22612-Drak.xml b/data/templates/npc/monster/22612-Drak.xml new file mode 100644 index 000000000..53928b47c --- /dev/null +++ b/data/templates/npc/monster/22612-Drak.xml @@ -0,0 +1,25 @@ + + + + Drak + 76 + FEMALE + + + + + + + + + + + + + + + 11485 + 1227 + + + diff --git a/data/templates/npc/monster/22613-Drak.xml b/data/templates/npc/monster/22613-Drak.xml new file mode 100644 index 000000000..b3d23ad8c --- /dev/null +++ b/data/templates/npc/monster/22613-Drak.xml @@ -0,0 +1,25 @@ + + + + Drak + 77 + FEMALE + + + + + + + + + + + + + + + 11789 + 1275 + + + diff --git a/data/templates/npc/monster/22614-VultureRider.xml b/data/templates/npc/monster/22614-VultureRider.xml new file mode 100644 index 000000000..4cdea4e24 --- /dev/null +++ b/data/templates/npc/monster/22614-VultureRider.xml @@ -0,0 +1,25 @@ + + + + Vulture Rider + 74 + MALE + + + + + + + + + + + + + + + 10093 + 1052 + + + diff --git a/data/templates/npc/monster/22615-VultureRider.xml b/data/templates/npc/monster/22615-VultureRider.xml new file mode 100644 index 000000000..61de3819c --- /dev/null +++ b/data/templates/npc/monster/22615-VultureRider.xml @@ -0,0 +1,25 @@ + + + + Vulture Rider + 75 + MALE + + + + + + + + + + + + + + + 10368 + 1093 + + + diff --git a/data/templates/npc/monster/22616-SeedOfPain.xml b/data/templates/npc/monster/22616-SeedOfPain.xml new file mode 100644 index 000000000..6c1fe5041 --- /dev/null +++ b/data/templates/npc/monster/22616-SeedOfPain.xml @@ -0,0 +1,25 @@ + + + + Seed of Pain + 81 + MALE + + + + + + + + + + + + + + + 46442 + 4907 + + + diff --git a/data/templates/npc/monster/22617-SpikedStakato.xml b/data/templates/npc/monster/22617-SpikedStakato.xml new file mode 100644 index 000000000..bc628d475 --- /dev/null +++ b/data/templates/npc/monster/22617-SpikedStakato.xml @@ -0,0 +1,46 @@ + + + + Spiked Stakato + 82 + MALE + + + + + + + + + + + + + + + 92371 + 9623 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22618-SpikedStakatoWorker.xml b/data/templates/npc/monster/22618-SpikedStakatoWorker.xml new file mode 100644 index 000000000..39fd2defc --- /dev/null +++ b/data/templates/npc/monster/22618-SpikedStakatoWorker.xml @@ -0,0 +1,49 @@ + + + + Spiked Stakato Worker + 82 + MALE + + + + + + + + + + + + + + + 92371 + 9623 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22619-SpikedStakatoGuard.xml b/data/templates/npc/monster/22619-SpikedStakatoGuard.xml new file mode 100644 index 000000000..aff9a7a0a --- /dev/null +++ b/data/templates/npc/monster/22619-SpikedStakatoGuard.xml @@ -0,0 +1,43 @@ + + + + Spiked Stakato Guard + 82 + MALE + + + + + + + + + + + + + + + 61248 + 6382 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22620-FemaleSpikedStakato.xml b/data/templates/npc/monster/22620-FemaleSpikedStakato.xml new file mode 100644 index 000000000..2a34c2940 --- /dev/null +++ b/data/templates/npc/monster/22620-FemaleSpikedStakato.xml @@ -0,0 +1,42 @@ + + + + Female Spiked Stakato + 82 + MALE + + + + + + + + + + + + + + + 95359 + 9925 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22621-MaleSpikedStakato.xml b/data/templates/npc/monster/22621-MaleSpikedStakato.xml new file mode 100644 index 000000000..b0b4cc40a --- /dev/null +++ b/data/templates/npc/monster/22621-MaleSpikedStakato.xml @@ -0,0 +1,42 @@ + + + + Male Spiked Stakato + 82 + MALE + + + + + + + + + + + + + + + 90357 + 9403 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22622-MaleSpikedStakato.xml b/data/templates/npc/monster/22622-MaleSpikedStakato.xml new file mode 100644 index 000000000..c2eb01289 --- /dev/null +++ b/data/templates/npc/monster/22622-MaleSpikedStakato.xml @@ -0,0 +1,42 @@ + + + + Male Spiked Stakato + 83 + MALE + + + + + + + + + + + + + + + 137592 + 14151 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22623-SpikedStakatoSorcerer.xml b/data/templates/npc/monster/22623-SpikedStakatoSorcerer.xml new file mode 100644 index 000000000..50ac0a8bd --- /dev/null +++ b/data/templates/npc/monster/22623-SpikedStakatoSorcerer.xml @@ -0,0 +1,45 @@ + + + + Spiked Stakato Sorcerer + 82 + FEMALE + + + + + + + + + + + + + + + 89287 + 9285 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22624-CannibalisticStakatoFollower.xml b/data/templates/npc/monster/22624-CannibalisticStakatoFollower.xml new file mode 100644 index 000000000..5077662ca --- /dev/null +++ b/data/templates/npc/monster/22624-CannibalisticStakatoFollower.xml @@ -0,0 +1,43 @@ + + + + Cannibalistic Stakato Follower + 82 + MALE + + + + + + + + + + + + + + + 90357 + 9403 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22625-CannibalisticStakatoLeader.xml b/data/templates/npc/monster/22625-CannibalisticStakatoLeader.xml new file mode 100644 index 000000000..b0086dc3d --- /dev/null +++ b/data/templates/npc/monster/22625-CannibalisticStakatoLeader.xml @@ -0,0 +1,43 @@ + + + + Cannibalistic Stakato Leader + 83 + MALE + + + + + + + + + + + + + + + 99429 + 10218 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22626-CannibalisticStakatoLeader.xml b/data/templates/npc/monster/22626-CannibalisticStakatoLeader.xml new file mode 100644 index 000000000..b0c152081 --- /dev/null +++ b/data/templates/npc/monster/22626-CannibalisticStakatoLeader.xml @@ -0,0 +1,46 @@ + + + + Cannibalistic Stakato Leader + 83 + MALE + + + + + + + + + + + + + + + 137592 + 14151 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22627-SpikedStakatoSoldier.xml b/data/templates/npc/monster/22627-SpikedStakatoSoldier.xml new file mode 100644 index 000000000..43a0f0c94 --- /dev/null +++ b/data/templates/npc/monster/22627-SpikedStakatoSoldier.xml @@ -0,0 +1,51 @@ + + + + Spiked Stakato Soldier + 83 + MALE + + + + + + + + + + + + + + + 94846 + 9748 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22628-SpikedStakatoDrone.xml b/data/templates/npc/monster/22628-SpikedStakatoDrone.xml new file mode 100644 index 000000000..de9145d50 --- /dev/null +++ b/data/templates/npc/monster/22628-SpikedStakatoDrone.xml @@ -0,0 +1,50 @@ + + + + Spiked Stakato Drone + 83 + MALE + + + + + + + + + + + + + + + 94846 + 9748 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22629-SpikedStakatoCaptain.xml b/data/templates/npc/monster/22629-SpikedStakatoCaptain.xml new file mode 100644 index 000000000..0a010c570 --- /dev/null +++ b/data/templates/npc/monster/22629-SpikedStakatoCaptain.xml @@ -0,0 +1,41 @@ + + + + Spiked Stakato Captain + 83 + MALE + + + + + + + + + + + + + + + 94846 + 9748 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22630-SpikeStakatoNurse.xml b/data/templates/npc/monster/22630-SpikeStakatoNurse.xml new file mode 100644 index 000000000..8566cb1a4 --- /dev/null +++ b/data/templates/npc/monster/22630-SpikeStakatoNurse.xml @@ -0,0 +1,47 @@ + + + + Spike Stakato Nurse + 83 + FEMALE + + + + + + + + + + + + + + + 93723 + 9626 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22631-SpikeStakatoNurse.xml b/data/templates/npc/monster/22631-SpikeStakatoNurse.xml new file mode 100644 index 000000000..878502187 --- /dev/null +++ b/data/templates/npc/monster/22631-SpikeStakatoNurse.xml @@ -0,0 +1,46 @@ + + + + Spike Stakato Nurse + 83 + FEMALE + + + + + + + + + + + + + + + 129194 + 13279 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22632-SpikedStakatoBaby.xml b/data/templates/npc/monster/22632-SpikedStakatoBaby.xml new file mode 100644 index 000000000..8daaebcf6 --- /dev/null +++ b/data/templates/npc/monster/22632-SpikedStakatoBaby.xml @@ -0,0 +1,48 @@ + + + + Spiked Stakato Baby + 82 + MALE + + + + + + + + + + + + + + + 103444 + 10763 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22633-SpikedStakatoShaman.xml b/data/templates/npc/monster/22633-SpikedStakatoShaman.xml new file mode 100644 index 000000000..9448e744f --- /dev/null +++ b/data/templates/npc/monster/22633-SpikedStakatoShaman.xml @@ -0,0 +1,49 @@ + + + + Spiked Stakato Shaman + 83 + FEMALE + + + + + + + + + + + + + + + 93723 + 9626 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22634-ScarletStakatoWorker.xml b/data/templates/npc/monster/22634-ScarletStakatoWorker.xml new file mode 100644 index 000000000..e747688e7 --- /dev/null +++ b/data/templates/npc/monster/22634-ScarletStakatoWorker.xml @@ -0,0 +1,38 @@ + + + + Scarlet Stakato Worker + 78 + MALE + + + + + + + + + + + + + + + 37570 + 3918 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22635-ScarletStakatoSoldier.xml b/data/templates/npc/monster/22635-ScarletStakatoSoldier.xml new file mode 100644 index 000000000..66ac9203c --- /dev/null +++ b/data/templates/npc/monster/22635-ScarletStakatoSoldier.xml @@ -0,0 +1,41 @@ + + + + Scarlet Stakato Soldier + 78 + MALE + + + + + + + + + + + + + + + 36723 + 3825 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22636-ScarletStakatoNoble.xml b/data/templates/npc/monster/22636-ScarletStakatoNoble.xml new file mode 100644 index 000000000..a57ba2832 --- /dev/null +++ b/data/templates/npc/monster/22636-ScarletStakatoNoble.xml @@ -0,0 +1,45 @@ + + + + Scarlet Stakato Noble + 78 + MALE + + + + + + + + + + + + + + + 37891 + 3953 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22637-TepraScorpion.xml b/data/templates/npc/monster/22637-TepraScorpion.xml new file mode 100644 index 000000000..b21cd16b9 --- /dev/null +++ b/data/templates/npc/monster/22637-TepraScorpion.xml @@ -0,0 +1,38 @@ + + + + Tepra Scorpion + 78 + MALE + + + + + + + + + + + + + + + 37570 + 3918 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22638-TepraScarab.xml b/data/templates/npc/monster/22638-TepraScarab.xml new file mode 100644 index 000000000..d4506b703 --- /dev/null +++ b/data/templates/npc/monster/22638-TepraScarab.xml @@ -0,0 +1,39 @@ + + + + Tepra Scarab + 78 + MALE + + + + + + + + + + + + + + + 37570 + 3918 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22639-AssassinBeetle.xml b/data/templates/npc/monster/22639-AssassinBeetle.xml new file mode 100644 index 000000000..011f71479 --- /dev/null +++ b/data/templates/npc/monster/22639-AssassinBeetle.xml @@ -0,0 +1,43 @@ + + + + Assassin Beetle + 78 + MALE + + + + + + + + + + + + + + + 37745 + 3937 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22640-MercenaryOfDestruction.xml b/data/templates/npc/monster/22640-MercenaryOfDestruction.xml new file mode 100644 index 000000000..2b76ab6fb --- /dev/null +++ b/data/templates/npc/monster/22640-MercenaryOfDestruction.xml @@ -0,0 +1,39 @@ + + + + Mercenary of Destruction + 78 + MALE + + + + + + + + + + + + + + + 36803 + 3835 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22641-KnightOfDestruction.xml b/data/templates/npc/monster/22641-KnightOfDestruction.xml new file mode 100644 index 000000000..022bff954 --- /dev/null +++ b/data/templates/npc/monster/22641-KnightOfDestruction.xml @@ -0,0 +1,42 @@ + + + + Knight of Destruction + 78 + MALE + + + + + + + + + + + + + + + 37694 + 3933 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22642-LavastoneGolem.xml b/data/templates/npc/monster/22642-LavastoneGolem.xml new file mode 100644 index 000000000..84bbd2dea --- /dev/null +++ b/data/templates/npc/monster/22642-LavastoneGolem.xml @@ -0,0 +1,38 @@ + + + + Lavastone Golem + 78 + MALE + + + + + + + + + + + + + + + 48492 + 5048 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22643-MagmaGolem.xml b/data/templates/npc/monster/22643-MagmaGolem.xml new file mode 100644 index 000000000..be5c95759 --- /dev/null +++ b/data/templates/npc/monster/22643-MagmaGolem.xml @@ -0,0 +1,39 @@ + + + + Magma Golem + 78 + MALE + + + + + + + + + + + + + + + 51018 + 5313 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22644-ArimanesOfDestruction.xml b/data/templates/npc/monster/22644-ArimanesOfDestruction.xml new file mode 100644 index 000000000..dfa432909 --- /dev/null +++ b/data/templates/npc/monster/22644-ArimanesOfDestruction.xml @@ -0,0 +1,43 @@ + + + + Arimanes of Destruction + 78 + MALE + + + + + + + + + + + + + + + 51456 + 5361 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22645-BalrogOfDestruction.xml b/data/templates/npc/monster/22645-BalrogOfDestruction.xml new file mode 100644 index 000000000..ef355ba18 --- /dev/null +++ b/data/templates/npc/monster/22645-BalrogOfDestruction.xml @@ -0,0 +1,38 @@ + + + + Balrog of Destruction + 78 + MALE + + + + + + + + + + + + + + + 48850 + 5087 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22646-AshurasOfDestruction.xml b/data/templates/npc/monster/22646-AshurasOfDestruction.xml new file mode 100644 index 000000000..9e7132765 --- /dev/null +++ b/data/templates/npc/monster/22646-AshurasOfDestruction.xml @@ -0,0 +1,37 @@ + + + + Ashuras of Destruction + 78 + MALE + + + + + + + + + + + + + + + 50835 + 5293 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22647-Lavasillisk.xml b/data/templates/npc/monster/22647-Lavasillisk.xml new file mode 100644 index 000000000..dc4648005 --- /dev/null +++ b/data/templates/npc/monster/22647-Lavasillisk.xml @@ -0,0 +1,40 @@ + + + + Lavasillisk + 78 + MALE + + + + + + + + + + + + + + + 53077 + 5538 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22648-BlazingIfrit.xml b/data/templates/npc/monster/22648-BlazingIfrit.xml new file mode 100644 index 000000000..43e747592 --- /dev/null +++ b/data/templates/npc/monster/22648-BlazingIfrit.xml @@ -0,0 +1,38 @@ + + + + Blazing Ifrit + 78 + MALE + + + + + + + + + + + + + + + 52004 + 5421 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22649-MagmaDrake.xml b/data/templates/npc/monster/22649-MagmaDrake.xml new file mode 100644 index 000000000..fa76ee648 --- /dev/null +++ b/data/templates/npc/monster/22649-MagmaDrake.xml @@ -0,0 +1,41 @@ + + + + Magma Drake + 78 + MALE + + + + + + + + + + + + + + + 53712 + 5596 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22650-MucrokianFanatic.xml b/data/templates/npc/monster/22650-MucrokianFanatic.xml new file mode 100644 index 000000000..4d6061dc9 --- /dev/null +++ b/data/templates/npc/monster/22650-MucrokianFanatic.xml @@ -0,0 +1,42 @@ + + + + Mucrokian Fanatic + 83 + MALE + + + + + + + + + + + + + + + 23243 + 2402 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22651-MucrokianAscetic.xml b/data/templates/npc/monster/22651-MucrokianAscetic.xml new file mode 100644 index 000000000..e77b14d62 --- /dev/null +++ b/data/templates/npc/monster/22651-MucrokianAscetic.xml @@ -0,0 +1,45 @@ + + + + Mucrokian Ascetic + 83 + MALE + + + + + + + + + + + + + + + 24133 + 2498 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22652-MucrokianSavior.xml b/data/templates/npc/monster/22652-MucrokianSavior.xml new file mode 100644 index 000000000..1f9f1f0ab --- /dev/null +++ b/data/templates/npc/monster/22652-MucrokianSavior.xml @@ -0,0 +1,41 @@ + + + + Mucrokian Savior + 84 + MALE + + + + + + + + + + + + + + + 24383 + 2490 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22653-MucrokianPreacher.xml b/data/templates/npc/monster/22653-MucrokianPreacher.xml new file mode 100644 index 000000000..55d01ab93 --- /dev/null +++ b/data/templates/npc/monster/22653-MucrokianPreacher.xml @@ -0,0 +1,41 @@ + + + + Mucrokian Preacher + 84 + MALE + + + + + + + + + + + + + + + 25317 + 2589 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22654-ContaminatedMucrokian.xml b/data/templates/npc/monster/22654-ContaminatedMucrokian.xml new file mode 100644 index 000000000..1191c5115 --- /dev/null +++ b/data/templates/npc/monster/22654-ContaminatedMucrokian.xml @@ -0,0 +1,44 @@ + + + + Contaminated Mucrokian + 83 + MALE + + + + + + + + + + + + + + + 6887 + 743 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22655-AwakenedMucrokian.xml b/data/templates/npc/monster/22655-AwakenedMucrokian.xml new file mode 100644 index 000000000..66b80b53c --- /dev/null +++ b/data/templates/npc/monster/22655-AwakenedMucrokian.xml @@ -0,0 +1,41 @@ + + + + Awakened Mucrokian + 84 + MALE + + + + + + + + + + + + + + + 42120 + 4283 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22656-Suppressor.xml b/data/templates/npc/monster/22656-Suppressor.xml new file mode 100644 index 000000000..8c610e6ed --- /dev/null +++ b/data/templates/npc/monster/22656-Suppressor.xml @@ -0,0 +1,44 @@ + + + + Suppressor + 83 + MALE + + + + + + + + + + + + + + + 21552 + 2219 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22657-Exterminator.xml b/data/templates/npc/monster/22657-Exterminator.xml new file mode 100644 index 000000000..5f31eb49b --- /dev/null +++ b/data/templates/npc/monster/22657-Exterminator.xml @@ -0,0 +1,44 @@ + + + + Exterminator + 84 + MALE + + + + + + + + + + + + + + + 22610 + 2300 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22658-SentinelWaterspirit.xml b/data/templates/npc/monster/22658-SentinelWaterspirit.xml new file mode 100644 index 000000000..17e921ced --- /dev/null +++ b/data/templates/npc/monster/22658-SentinelWaterspirit.xml @@ -0,0 +1,43 @@ + + + + Sentinel Waterspirit + 83 + MALE + + + + + + + + + + + + + + + 22442 + 2316 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22659-GuardianWaterspirit.xml b/data/templates/npc/monster/22659-GuardianWaterspirit.xml new file mode 100644 index 000000000..1f3e99b8c --- /dev/null +++ b/data/templates/npc/monster/22659-GuardianWaterspirit.xml @@ -0,0 +1,47 @@ + + + + Guardian Waterspirit + 84 + FEMALE + + + + + + + + + + + + + + + 23543 + 2400 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22660-LesserGiant.xml b/data/templates/npc/monster/22660-LesserGiant.xml new file mode 100644 index 000000000..7d5069ea1 --- /dev/null +++ b/data/templates/npc/monster/22660-LesserGiant.xml @@ -0,0 +1,26 @@ + + + + Lesser Giant + 81 + MALE + + + + + + + + + + + + + + + 332209 + 34962 + + + + diff --git a/data/templates/npc/monster/22661-LesserGiantSoldier.xml b/data/templates/npc/monster/22661-LesserGiantSoldier.xml new file mode 100644 index 000000000..f2db3092f --- /dev/null +++ b/data/templates/npc/monster/22661-LesserGiantSoldier.xml @@ -0,0 +1,51 @@ + + + + Lesser Giant Soldier + 81 + MALE + + + + + + + + + + + + + + + 340299 + 35858 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22662-LesserGiantShooter.xml b/data/templates/npc/monster/22662-LesserGiantShooter.xml new file mode 100644 index 000000000..a59011ea9 --- /dev/null +++ b/data/templates/npc/monster/22662-LesserGiantShooter.xml @@ -0,0 +1,47 @@ + + + + Lesser Giant Shooter + 82 + MALE + + + + + + + + + + + + + + + 327339 + 34009 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22663-LesserGiantScout.xml b/data/templates/npc/monster/22663-LesserGiantScout.xml new file mode 100644 index 000000000..7329ec2fb --- /dev/null +++ b/data/templates/npc/monster/22663-LesserGiantScout.xml @@ -0,0 +1,49 @@ + + + + Lesser Giant Scout + 82 + MALE + + + + + + + + + + + + + + + 327339 + 34009 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22664-LesserGiantMage.xml b/data/templates/npc/monster/22664-LesserGiantMage.xml new file mode 100644 index 000000000..a9ef49db6 --- /dev/null +++ b/data/templates/npc/monster/22664-LesserGiantMage.xml @@ -0,0 +1,42 @@ + + + + Lesser Giant Mage + 82 + MALE + + + + + + + + + + + + + + + 334292 + 34769 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22665-LesserGiantElder.xml b/data/templates/npc/monster/22665-LesserGiantElder.xml new file mode 100644 index 000000000..191bd0094 --- /dev/null +++ b/data/templates/npc/monster/22665-LesserGiantElder.xml @@ -0,0 +1,42 @@ + + + + Lesser Giant Elder + 82 + MALE + + + + + + + + + + + + + + + 330424 + 34346 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22666-Barif.xml b/data/templates/npc/monster/22666-Barif.xml new file mode 100644 index 000000000..7f18f5468 --- /dev/null +++ b/data/templates/npc/monster/22666-Barif.xml @@ -0,0 +1,43 @@ + + + + Barif + 82 + MALE + + + + + + + + + + + + + + + 29543 + 3085 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22667-BarifSPet.xml b/data/templates/npc/monster/22667-BarifSPet.xml new file mode 100644 index 000000000..42db6ed90 --- /dev/null +++ b/data/templates/npc/monster/22667-BarifSPet.xml @@ -0,0 +1,41 @@ + + + + Barif's Pet + 81 + MALE + + + + + + + + + + + + + + + 29759 + 3156 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22668-Gamlin.xml b/data/templates/npc/monster/22668-Gamlin.xml new file mode 100644 index 000000000..61db741fb --- /dev/null +++ b/data/templates/npc/monster/22668-Gamlin.xml @@ -0,0 +1,45 @@ + + + + Gamlin + Scout + 81 + MALE + + + + + + + + + + + + + + + 25150 + 2646 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22669-Leogul.xml b/data/templates/npc/monster/22669-Leogul.xml new file mode 100644 index 000000000..0301926aa --- /dev/null +++ b/data/templates/npc/monster/22669-Leogul.xml @@ -0,0 +1,44 @@ + + + + Leogul + Scout + 81 + MALE + + + + + + + + + + + + + + + 25150 + 2646 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22670-CursedLord.xml b/data/templates/npc/monster/22670-CursedLord.xml new file mode 100644 index 000000000..29c854209 --- /dev/null +++ b/data/templates/npc/monster/22670-CursedLord.xml @@ -0,0 +1,44 @@ + + + + Cursed Lord + 80 + MALE + + + + + + + + + + + + + + + 30252 + 3260 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22671-CursedGuardian.xml b/data/templates/npc/monster/22671-CursedGuardian.xml new file mode 100644 index 000000000..f09370491 --- /dev/null +++ b/data/templates/npc/monster/22671-CursedGuardian.xml @@ -0,0 +1,43 @@ + + + + Cursed Guardian! + 80 + MALE + + + + + + + + + + + + + + + 28869 + 3105 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22672-CursedSeer.xml b/data/templates/npc/monster/22672-CursedSeer.xml new file mode 100644 index 000000000..c6d10c504 --- /dev/null +++ b/data/templates/npc/monster/22672-CursedSeer.xml @@ -0,0 +1,49 @@ + + + + Cursed Seer + 80 + MALE + + + + + + + + + + + + + + + 28777 + 3095 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22673-Hirokai.xml b/data/templates/npc/monster/22673-Hirokai.xml new file mode 100644 index 000000000..26e67869f --- /dev/null +++ b/data/templates/npc/monster/22673-Hirokai.xml @@ -0,0 +1,46 @@ + + + + Hirokai + 80 + MALE + + + + + + + + + + + + + + + 24791 + 2648 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22674-Imagro.xml b/data/templates/npc/monster/22674-Imagro.xml new file mode 100644 index 000000000..c6b0a177e --- /dev/null +++ b/data/templates/npc/monster/22674-Imagro.xml @@ -0,0 +1,42 @@ + + + + Imagro + 80 + MALE + + + + + + + + + + + + + + + 24023 + 2561 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22675-Palit.xml b/data/templates/npc/monster/22675-Palit.xml new file mode 100644 index 000000000..a387b92d1 --- /dev/null +++ b/data/templates/npc/monster/22675-Palit.xml @@ -0,0 +1,44 @@ + + + + Palit + 80 + MALE + + + + + + + + + + + + + + + 25229 + 2697 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22676-Hamlet.xml b/data/templates/npc/monster/22676-Hamlet.xml new file mode 100644 index 000000000..df7b82ab3 --- /dev/null +++ b/data/templates/npc/monster/22676-Hamlet.xml @@ -0,0 +1,39 @@ + + + + Hamlet + 80 + MALE + + + + + + + + + + + + + + + 24791 + 2648 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22677-Klennot.xml b/data/templates/npc/monster/22677-Klennot.xml new file mode 100644 index 000000000..0ffbd98e7 --- /dev/null +++ b/data/templates/npc/monster/22677-Klennot.xml @@ -0,0 +1,40 @@ + + + + Klennot + 80 + MALE + + + + + + + + + + + + + + + 25475 + 2724 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22678-GraveRobberSummoner.xml b/data/templates/npc/monster/22678-GraveRobberSummoner.xml new file mode 100644 index 000000000..19dc65fbc --- /dev/null +++ b/data/templates/npc/monster/22678-GraveRobberSummoner.xml @@ -0,0 +1,41 @@ + + + + Grave Robber Summoner + Lunatic + 81 + MALE + + + + + + + + + + + + + + + 18635 + 2063 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22679-GraveRobberMagician.xml b/data/templates/npc/monster/22679-GraveRobberMagician.xml new file mode 100644 index 000000000..63c687380 --- /dev/null +++ b/data/templates/npc/monster/22679-GraveRobberMagician.xml @@ -0,0 +1,40 @@ + + + + Grave Robber Magician + Lunatic + 82 + MALE + + + + + + + + + + + + + + + 19572 + 2140 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22680-GraveRobberWorker.xml b/data/templates/npc/monster/22680-GraveRobberWorker.xml new file mode 100644 index 000000000..f5db8e98a --- /dev/null +++ b/data/templates/npc/monster/22680-GraveRobberWorker.xml @@ -0,0 +1,42 @@ + + + + Grave Robber Worker + Lunatic + 81 + MALE + + + + + + + + + + + + + + + 16064 + 1778 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22681-GraveRobberWarrior.xml b/data/templates/npc/monster/22681-GraveRobberWarrior.xml new file mode 100644 index 000000000..9c59860b3 --- /dev/null +++ b/data/templates/npc/monster/22681-GraveRobberWarrior.xml @@ -0,0 +1,41 @@ + + + + Grave Robber Warrior + Lunatic + 82 + MALE + + + + + + + + + + + + + + + 16872 + 1845 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22682-GraveRobberWarriorOfLight.xml b/data/templates/npc/monster/22682-GraveRobberWarriorOfLight.xml new file mode 100644 index 000000000..f85294731 --- /dev/null +++ b/data/templates/npc/monster/22682-GraveRobberWarriorOfLight.xml @@ -0,0 +1,41 @@ + + + + Grave Robber Warrior of Light + Lunatic + 82 + MALE + + + + + + + + + + + + + + + 18660 + 2040 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22683-ServitorOfDarkness.xml b/data/templates/npc/monster/22683-ServitorOfDarkness.xml new file mode 100644 index 000000000..d64e43272 --- /dev/null +++ b/data/templates/npc/monster/22683-ServitorOfDarkness.xml @@ -0,0 +1,43 @@ + + + + Servitor of Darkness + 81 + MALE + + + + + + + + + + + + + + + 20454 + 2266 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22684-ServitorOfDarkness.xml b/data/templates/npc/monster/22684-ServitorOfDarkness.xml new file mode 100644 index 000000000..f28a7f50b --- /dev/null +++ b/data/templates/npc/monster/22684-ServitorOfDarkness.xml @@ -0,0 +1,49 @@ + + + + Servitor of Darkness + 81 + MALE + + + + + + + + + + + + + + + 19379 + 2146 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22685-ServitorOfDarkness.xml b/data/templates/npc/monster/22685-ServitorOfDarkness.xml new file mode 100644 index 000000000..799c62d79 --- /dev/null +++ b/data/templates/npc/monster/22685-ServitorOfDarkness.xml @@ -0,0 +1,46 @@ + + + + Servitor of Darkness + 82 + MALE + + + + + + + + + + + + + + + 20353 + 2226 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22686-ServitorOfDarkness.xml b/data/templates/npc/monster/22686-ServitorOfDarkness.xml new file mode 100644 index 000000000..16b168fb0 --- /dev/null +++ b/data/templates/npc/monster/22686-ServitorOfDarkness.xml @@ -0,0 +1,44 @@ + + + + Servitor of Darkness + 82 + MALE + + + + + + + + + + + + + + + 20353 + 2226 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22687-PhantomsOfTheMine.xml b/data/templates/npc/monster/22687-PhantomsOfTheMine.xml new file mode 100644 index 000000000..1c5ed1710 --- /dev/null +++ b/data/templates/npc/monster/22687-PhantomsOfTheMine.xml @@ -0,0 +1,25 @@ + + + + Phantoms of the Mine + 81 + FEMALE + + + + + + + + + + + + + + + 18303 + 2027 + + + diff --git a/data/templates/npc/monster/22688-EvilSpiritsOfTheMine.xml b/data/templates/npc/monster/22688-EvilSpiritsOfTheMine.xml new file mode 100644 index 000000000..b438f8b30 --- /dev/null +++ b/data/templates/npc/monster/22688-EvilSpiritsOfTheMine.xml @@ -0,0 +1,41 @@ + + + + Evil Spirits of the Mine + 82 + MALE + + + + + + + + + + + + + + + 19224 + 2101 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22689-MineBug.xml b/data/templates/npc/monster/22689-MineBug.xml new file mode 100644 index 000000000..6f999faf1 --- /dev/null +++ b/data/templates/npc/monster/22689-MineBug.xml @@ -0,0 +1,42 @@ + + + + Mine Bug + 82 + MALE + + + + + + + + + + + + + + + 10501 + 1132 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22690-EarthwormSDescendant.xml b/data/templates/npc/monster/22690-EarthwormSDescendant.xml new file mode 100644 index 000000000..9cb52511c --- /dev/null +++ b/data/templates/npc/monster/22690-EarthwormSDescendant.xml @@ -0,0 +1,43 @@ + + + + Earthworm's Descendant + 82 + MALE + + + + + + + + + + + + + + + 20165 + 2204 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22691-RagnaOrc.xml b/data/templates/npc/monster/22691-RagnaOrc.xml new file mode 100644 index 000000000..d2cda8b14 --- /dev/null +++ b/data/templates/npc/monster/22691-RagnaOrc.xml @@ -0,0 +1,44 @@ + + + + Ragna Orc + Spirit Infested + 81 + MALE + + + + + + + + + + + + + + + 19788 + 2191 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22692-RagnaOrcWarrior.xml b/data/templates/npc/monster/22692-RagnaOrcWarrior.xml new file mode 100644 index 000000000..9c68418b9 --- /dev/null +++ b/data/templates/npc/monster/22692-RagnaOrcWarrior.xml @@ -0,0 +1,45 @@ + + + + Ragna Orc Warrior + Spirit Infested + 82 + MALE + + + + + + + + + + + + + + + 20944 + 2263 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22693-RagnaOrcHero.xml b/data/templates/npc/monster/22693-RagnaOrcHero.xml new file mode 100644 index 000000000..9552a16a2 --- /dev/null +++ b/data/templates/npc/monster/22693-RagnaOrcHero.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Hero + Spirit Infested + 82 + MALE + + + + + + + + + + + + + + + 21464 + 2346 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22694-RagnaOrcCommander.xml b/data/templates/npc/monster/22694-RagnaOrcCommander.xml new file mode 100644 index 000000000..1964e2fba --- /dev/null +++ b/data/templates/npc/monster/22694-RagnaOrcCommander.xml @@ -0,0 +1,46 @@ + + + + Ragna Orc Commander + Spirit Infested + 82 + MALE + + + + + + + + + + + + + + + 20783 + 2272 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22695-RagnaOrcHealer.xml b/data/templates/npc/monster/22695-RagnaOrcHealer.xml new file mode 100644 index 000000000..cf344111d --- /dev/null +++ b/data/templates/npc/monster/22695-RagnaOrcHealer.xml @@ -0,0 +1,48 @@ + + + + Ragna Orc Healer + Spirit Infested + 81 + MALE + + + + + + + + + + + + + + + 19884 + 2202 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22696-RagnaOrcShaman.xml b/data/templates/npc/monster/22696-RagnaOrcShaman.xml new file mode 100644 index 000000000..22ecf4688 --- /dev/null +++ b/data/templates/npc/monster/22696-RagnaOrcShaman.xml @@ -0,0 +1,53 @@ + + + + Ragna Orc Shaman + Spirit Infested + 81 + MALE + + + + + + + + + + + + + + + 19739 + 2185 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22697-RagnaOrcSeer.xml b/data/templates/npc/monster/22697-RagnaOrcSeer.xml new file mode 100644 index 000000000..a9f813785 --- /dev/null +++ b/data/templates/npc/monster/22697-RagnaOrcSeer.xml @@ -0,0 +1,51 @@ + + + + Ragna Orc Seer + Spirit Infested + 82 + MALE + + + + + + + + + + + + + + + 18697 + 2044 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22698-RagnaOrcArcher.xml b/data/templates/npc/monster/22698-RagnaOrcArcher.xml new file mode 100644 index 000000000..c3c202792 --- /dev/null +++ b/data/templates/npc/monster/22698-RagnaOrcArcher.xml @@ -0,0 +1,47 @@ + + + + Ragna Orc Archer + Spirit Infested + 81 + MALE + + + + + + + + + + + + + + + 20388 + 2257 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22699-RagnaOrcSniper.xml b/data/templates/npc/monster/22699-RagnaOrcSniper.xml new file mode 100644 index 000000000..2e4609630 --- /dev/null +++ b/data/templates/npc/monster/22699-RagnaOrcSniper.xml @@ -0,0 +1,49 @@ + + + + Ragna Orc Sniper + Spirit Infested + 82 + MALE + + + + + + + + + + + + + + + 21414 + 2341 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22700-VarangkaSGuardian.xml b/data/templates/npc/monster/22700-VarangkaSGuardian.xml new file mode 100644 index 000000000..cc6f85252 --- /dev/null +++ b/data/templates/npc/monster/22700-VarangkaSGuardian.xml @@ -0,0 +1,25 @@ + + + + Varangka's Guardian + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/22701-VarangkaSDreVanul.xml b/data/templates/npc/monster/22701-VarangkaSDreVanul.xml new file mode 100644 index 000000000..a4be3bebf --- /dev/null +++ b/data/templates/npc/monster/22701-VarangkaSDreVanul.xml @@ -0,0 +1,41 @@ + + + + Varangka's Dre Vanul + 81 + MALE + + + + + + + + + + + + + + + 16974 + 1880 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22702-VarangkaSDestroyer.xml b/data/templates/npc/monster/22702-VarangkaSDestroyer.xml new file mode 100644 index 000000000..131c96c79 --- /dev/null +++ b/data/templates/npc/monster/22702-VarangkaSDestroyer.xml @@ -0,0 +1,41 @@ + + + + Varangka's Destroyer + 82 + MALE + + + + + + + + + + + + + + + 16090 + 1759 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22703-ContaminatedMorekWarrior.xml b/data/templates/npc/monster/22703-ContaminatedMorekWarrior.xml new file mode 100644 index 000000000..38f265f1d --- /dev/null +++ b/data/templates/npc/monster/22703-ContaminatedMorekWarrior.xml @@ -0,0 +1,41 @@ + + + + Contaminated Morek Warrior + 81 + MALE + + + + + + + + + + + + + + + 47031 + 4946 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22704-ContaminatedBaturWarrior.xml b/data/templates/npc/monster/22704-ContaminatedBaturWarrior.xml new file mode 100644 index 000000000..c9b75bd30 --- /dev/null +++ b/data/templates/npc/monster/22704-ContaminatedBaturWarrior.xml @@ -0,0 +1,42 @@ + + + + Contaminated Batur Warrior + 81 + MALE + + + + + + + + + + + + + + + 58791 + 6189 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22705-ContaminatedBaturCommander.xml b/data/templates/npc/monster/22705-ContaminatedBaturCommander.xml new file mode 100644 index 000000000..08ae502fa --- /dev/null +++ b/data/templates/npc/monster/22705-ContaminatedBaturCommander.xml @@ -0,0 +1,42 @@ + + + + Contaminated Batur Commander + 82 + MALE + + + + + + + + + + + + + + + 62054 + 6450 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22706-TurkaFollowerSGhost.xml b/data/templates/npc/monster/22706-TurkaFollowerSGhost.xml new file mode 100644 index 000000000..9027a8bc1 --- /dev/null +++ b/data/templates/npc/monster/22706-TurkaFollowerSGhost.xml @@ -0,0 +1,42 @@ + + + + Turka Follower's Ghost + 82 + MALE + + + + + + + + + + + + + + + 67199 + 6999 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22707-TurkaCommanderSGhost.xml b/data/templates/npc/monster/22707-TurkaCommanderSGhost.xml new file mode 100644 index 000000000..4651b95f4 --- /dev/null +++ b/data/templates/npc/monster/22707-TurkaCommanderSGhost.xml @@ -0,0 +1,41 @@ + + + + Turka Commander's Ghost + Grave Guardian Spirit + 82 + MALE + + + + + + + + + + + + + + + 66140 + 6866 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22708-InvaderWarriorOfNightmare.xml b/data/templates/npc/monster/22708-InvaderWarriorOfNightmare.xml new file mode 100644 index 000000000..a546be5f8 --- /dev/null +++ b/data/templates/npc/monster/22708-InvaderWarriorOfNightmare.xml @@ -0,0 +1,26 @@ + + + + Invader Warrior of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 86802 + 9470 + + + + diff --git a/data/templates/npc/monster/22709-InvaderHealerOfNightmare.xml b/data/templates/npc/monster/22709-InvaderHealerOfNightmare.xml new file mode 100644 index 000000000..1c5befb4a --- /dev/null +++ b/data/templates/npc/monster/22709-InvaderHealerOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Healer of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 86976 + 9490 + + + diff --git a/data/templates/npc/monster/22710-InvaderGuideOfNightmare.xml b/data/templates/npc/monster/22710-InvaderGuideOfNightmare.xml new file mode 100644 index 000000000..a6fc33d15 --- /dev/null +++ b/data/templates/npc/monster/22710-InvaderGuideOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Guide of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 55432 + 6053 + + + diff --git a/data/templates/npc/monster/22711-InvaderDestroyerOfNightmare.xml b/data/templates/npc/monster/22711-InvaderDestroyerOfNightmare.xml new file mode 100644 index 000000000..40e22e411 --- /dev/null +++ b/data/templates/npc/monster/22711-InvaderDestroyerOfNightmare.xml @@ -0,0 +1,26 @@ + + + + Invader Destroyer of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 76351 + 8361 + + + + diff --git a/data/templates/npc/monster/22712-InvaderAssassinOfNightmare.xml b/data/templates/npc/monster/22712-InvaderAssassinOfNightmare.xml new file mode 100644 index 000000000..5da8c736c --- /dev/null +++ b/data/templates/npc/monster/22712-InvaderAssassinOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Assassin of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 56907 + 6223 + + + diff --git a/data/templates/npc/monster/22713-InvaderShamanOfNightmare.xml b/data/templates/npc/monster/22713-InvaderShamanOfNightmare.xml new file mode 100644 index 000000000..5bec3f047 --- /dev/null +++ b/data/templates/npc/monster/22713-InvaderShamanOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Shaman of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 71490 + 7803 + + + diff --git a/data/templates/npc/monster/22714-InvaderArcherOfNightmare.xml b/data/templates/npc/monster/22714-InvaderArcherOfNightmare.xml new file mode 100644 index 000000000..8e1ad9295 --- /dev/null +++ b/data/templates/npc/monster/22714-InvaderArcherOfNightmare.xml @@ -0,0 +1,26 @@ + + + + Invader Archer of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 54104 + 5901 + + + + diff --git a/data/templates/npc/monster/22715-InvaderSoldierOfNightmare.xml b/data/templates/npc/monster/22715-InvaderSoldierOfNightmare.xml new file mode 100644 index 000000000..81eb61e42 --- /dev/null +++ b/data/templates/npc/monster/22715-InvaderSoldierOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Soldier of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 86802 + 9470 + + + diff --git a/data/templates/npc/monster/22716-InvaderSoldierOfNightmare.xml b/data/templates/npc/monster/22716-InvaderSoldierOfNightmare.xml new file mode 100644 index 000000000..df0b2ab17 --- /dev/null +++ b/data/templates/npc/monster/22716-InvaderSoldierOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Soldier of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 21388 + 2454 + + + diff --git a/data/templates/npc/monster/22717-InvaderDiscipleOfNightmare.xml b/data/templates/npc/monster/22717-InvaderDiscipleOfNightmare.xml new file mode 100644 index 000000000..231ee1839 --- /dev/null +++ b/data/templates/npc/monster/22717-InvaderDiscipleOfNightmare.xml @@ -0,0 +1,25 @@ + + + + Invader Disciple of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 94736 + 10335 + + + diff --git a/data/templates/npc/monster/22718-InvaderEliteSoldierOfNightmare.xml b/data/templates/npc/monster/22718-InvaderEliteSoldierOfNightmare.xml new file mode 100644 index 000000000..e60c5a38d --- /dev/null +++ b/data/templates/npc/monster/22718-InvaderEliteSoldierOfNightmare.xml @@ -0,0 +1,26 @@ + + + + Invader Elite Soldier of Nightmare + 81 + MALE + + + + + + + + + + + + + + + 102166 + 11188 + + + + diff --git a/data/templates/npc/monster/22719-NihilInvaderWarrior.xml b/data/templates/npc/monster/22719-NihilInvaderWarrior.xml new file mode 100644 index 000000000..25749d76c --- /dev/null +++ b/data/templates/npc/monster/22719-NihilInvaderWarrior.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Warrior + 82 + MALE + + + + + + + + + + + + + + + 173525 + 19428 + + + diff --git a/data/templates/npc/monster/22720-NihilInvaderHealer.xml b/data/templates/npc/monster/22720-NihilInvaderHealer.xml new file mode 100644 index 000000000..bb6f07e47 --- /dev/null +++ b/data/templates/npc/monster/22720-NihilInvaderHealer.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Healer + 82 + MALE + + + + + + + + + + + + + + + 165990 + 18584 + + + diff --git a/data/templates/npc/monster/22721-NihilInvaderGuide.xml b/data/templates/npc/monster/22721-NihilInvaderGuide.xml new file mode 100644 index 000000000..63e50747a --- /dev/null +++ b/data/templates/npc/monster/22721-NihilInvaderGuide.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Guide + 82 + MALE + + + + + + + + + + + + + + + 91555 + 10250 + + + diff --git a/data/templates/npc/monster/22722-NihilInvaderDestroyer.xml b/data/templates/npc/monster/22722-NihilInvaderDestroyer.xml new file mode 100644 index 000000000..cb0897f49 --- /dev/null +++ b/data/templates/npc/monster/22722-NihilInvaderDestroyer.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Destroyer + 82 + MALE + + + + + + + + + + + + + + + 165521 + 18532 + + + diff --git a/data/templates/npc/monster/22723-NihilInvaderAssassin.xml b/data/templates/npc/monster/22723-NihilInvaderAssassin.xml new file mode 100644 index 000000000..aae34793b --- /dev/null +++ b/data/templates/npc/monster/22723-NihilInvaderAssassin.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Assassin + 82 + MALE + + + + + + + + + + + + + + + 93238 + 10439 + + + diff --git a/data/templates/npc/monster/22724-NihilInvaderShaman.xml b/data/templates/npc/monster/22724-NihilInvaderShaman.xml new file mode 100644 index 000000000..a573f6365 --- /dev/null +++ b/data/templates/npc/monster/22724-NihilInvaderShaman.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Shaman + 82 + MALE + + + + + + + + + + + + + + + 166466 + 18638 + + + diff --git a/data/templates/npc/monster/22725-NihilInvaderArcher.xml b/data/templates/npc/monster/22725-NihilInvaderArcher.xml new file mode 100644 index 000000000..772947251 --- /dev/null +++ b/data/templates/npc/monster/22725-NihilInvaderArcher.xml @@ -0,0 +1,26 @@ + + + + Nihil Invader Archer + 82 + MALE + + + + + + + + + + + + + + + 162859 + 18234 + + + + diff --git a/data/templates/npc/monster/22726-NihilInvaderSoldier.xml b/data/templates/npc/monster/22726-NihilInvaderSoldier.xml new file mode 100644 index 000000000..ed3feb1dd --- /dev/null +++ b/data/templates/npc/monster/22726-NihilInvaderSoldier.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Soldier + 82 + MALE + + + + + + + + + + + + + + + 165521 + 18532 + + + diff --git a/data/templates/npc/monster/22727-NihilInvaderSoldier.xml b/data/templates/npc/monster/22727-NihilInvaderSoldier.xml new file mode 100644 index 000000000..64a7a9020 --- /dev/null +++ b/data/templates/npc/monster/22727-NihilInvaderSoldier.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Soldier + 82 + MALE + + + + + + + + + + + + + + + 33270 + 3562 + + + diff --git a/data/templates/npc/monster/22728-NihilInvaderDisciple.xml b/data/templates/npc/monster/22728-NihilInvaderDisciple.xml new file mode 100644 index 000000000..bc8766b7b --- /dev/null +++ b/data/templates/npc/monster/22728-NihilInvaderDisciple.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Disciple + 82 + FEMALE + + + + + + + + + + + + + + + 165521 + 18532 + + + diff --git a/data/templates/npc/monster/22729-NihilInvaderEliteSoldier.xml b/data/templates/npc/monster/22729-NihilInvaderEliteSoldier.xml new file mode 100644 index 000000000..6e669ea91 --- /dev/null +++ b/data/templates/npc/monster/22729-NihilInvaderEliteSoldier.xml @@ -0,0 +1,25 @@ + + + + Nihil Invader Elite Soldier + 82 + MALE + + + + + + + + + + + + + + + 310253 + 33057 + + + diff --git a/data/templates/npc/monster/22730-MutantWarrior.xml b/data/templates/npc/monster/22730-MutantWarrior.xml new file mode 100644 index 000000000..a4ede0ab4 --- /dev/null +++ b/data/templates/npc/monster/22730-MutantWarrior.xml @@ -0,0 +1,25 @@ + + + + Mutant Warrior + 84 + MALE + + + + + + + + + + + + + + + 357615 + 38610 + + + diff --git a/data/templates/npc/monster/22731-MutantHealer.xml b/data/templates/npc/monster/22731-MutantHealer.xml new file mode 100644 index 000000000..21dfa02cf --- /dev/null +++ b/data/templates/npc/monster/22731-MutantHealer.xml @@ -0,0 +1,25 @@ + + + + Mutant Healer + 84 + MALE + + + + + + + + + + + + + + + 337518 + 36440 + + + diff --git a/data/templates/npc/monster/22732-MutantGuide.xml b/data/templates/npc/monster/22732-MutantGuide.xml new file mode 100644 index 000000000..e22368bed --- /dev/null +++ b/data/templates/npc/monster/22732-MutantGuide.xml @@ -0,0 +1,25 @@ + + + + Mutant Guide + 84 + MALE + + + + + + + + + + + + + + + 338470 + 36543 + + + diff --git a/data/templates/npc/monster/22733-MutantDestroyer.xml b/data/templates/npc/monster/22733-MutantDestroyer.xml new file mode 100644 index 000000000..ee7fe21b2 --- /dev/null +++ b/data/templates/npc/monster/22733-MutantDestroyer.xml @@ -0,0 +1,25 @@ + + + + Mutant Destroyer + 84 + MALE + + + + + + + + + + + + + + + 356663 + 38507 + + + diff --git a/data/templates/npc/monster/22734-MutantAssassin.xml b/data/templates/npc/monster/22734-MutantAssassin.xml new file mode 100644 index 000000000..322fe4614 --- /dev/null +++ b/data/templates/npc/monster/22734-MutantAssassin.xml @@ -0,0 +1,25 @@ + + + + Mutant Assassin + 84 + MALE + + + + + + + + + + + + + + + 166806 + 18009 + + + diff --git a/data/templates/npc/monster/22735-MutantShaman.xml b/data/templates/npc/monster/22735-MutantShaman.xml new file mode 100644 index 000000000..f9f963377 --- /dev/null +++ b/data/templates/npc/monster/22735-MutantShaman.xml @@ -0,0 +1,25 @@ + + + + Mutant Shaman + 84 + MALE + + + + + + + + + + + + + + + 338470 + 36543 + + + diff --git a/data/templates/npc/monster/22736-MutantOverlord.xml b/data/templates/npc/monster/22736-MutantOverlord.xml new file mode 100644 index 000000000..ffa05d0ce --- /dev/null +++ b/data/templates/npc/monster/22736-MutantOverlord.xml @@ -0,0 +1,26 @@ + + + + Mutant Overlord + 84 + MALE + + + + + + + + + + + + + + + 159361 + 17205 + + + + diff --git a/data/templates/npc/monster/22737-MutantSoldier.xml b/data/templates/npc/monster/22737-MutantSoldier.xml new file mode 100644 index 000000000..7c54a417a --- /dev/null +++ b/data/templates/npc/monster/22737-MutantSoldier.xml @@ -0,0 +1,25 @@ + + + + Mutant Soldier + 84 + MALE + + + + + + + + + + + + + + + 336554 + 36336 + + + diff --git a/data/templates/npc/monster/22738-MutantSoldier.xml b/data/templates/npc/monster/22738-MutantSoldier.xml new file mode 100644 index 000000000..9e442cdf2 --- /dev/null +++ b/data/templates/npc/monster/22738-MutantSoldier.xml @@ -0,0 +1,25 @@ + + + + Mutant Soldier + 84 + MALE + + + + + + + + + + + + + + + 67644 + 6984 + + + diff --git a/data/templates/npc/monster/22739-MutantDisciple.xml b/data/templates/npc/monster/22739-MutantDisciple.xml new file mode 100644 index 000000000..59e61551b --- /dev/null +++ b/data/templates/npc/monster/22739-MutantDisciple.xml @@ -0,0 +1,25 @@ + + + + Mutant Disciple + 84 + MALE + + + + + + + + + + + + + + + 618577 + 63492 + + + diff --git a/data/templates/npc/monster/22740-MutantEliteSoldier.xml b/data/templates/npc/monster/22740-MutantEliteSoldier.xml new file mode 100644 index 000000000..3114ac8e7 --- /dev/null +++ b/data/templates/npc/monster/22740-MutantEliteSoldier.xml @@ -0,0 +1,25 @@ + + + + Mutant Elite Soldier + 84 + MALE + + + + + + + + + + + + + + + 650930 + 66985 + + + diff --git a/data/templates/npc/monster/22741-GraveRobberWarrior.xml b/data/templates/npc/monster/22741-GraveRobberWarrior.xml new file mode 100644 index 000000000..d7dc7265b --- /dev/null +++ b/data/templates/npc/monster/22741-GraveRobberWarrior.xml @@ -0,0 +1,26 @@ + + + + Grave Robber Warrior + 81 + MALE + + + + + + + + + + + + + + + 13552 + 1501 + + + + diff --git a/data/templates/npc/monster/22742-Ornithomimus.xml b/data/templates/npc/monster/22742-Ornithomimus.xml new file mode 100644 index 000000000..3889a70c6 --- /dev/null +++ b/data/templates/npc/monster/22742-Ornithomimus.xml @@ -0,0 +1,44 @@ + + + + Ornithomimus + 80 + MALE + + + + + + + + + + + + + + + 5701 + 862 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22743-Deinonychus.xml b/data/templates/npc/monster/22743-Deinonychus.xml new file mode 100644 index 000000000..dfe84654a --- /dev/null +++ b/data/templates/npc/monster/22743-Deinonychus.xml @@ -0,0 +1,33 @@ + + + + Deinonychus + 80 + MALE + + + + + + + + + + + + + + + 5701 + 862 + + + + + + + + + + + diff --git a/data/templates/npc/monster/22744-Ornithomimus.xml b/data/templates/npc/monster/22744-Ornithomimus.xml new file mode 100644 index 000000000..1aa048993 --- /dev/null +++ b/data/templates/npc/monster/22744-Ornithomimus.xml @@ -0,0 +1,44 @@ + + + + Ornithomimus + 80 + MALE + + + + + + + + + + + + + + + 5701 + 862 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22745-Deinonychus.xml b/data/templates/npc/monster/22745-Deinonychus.xml new file mode 100644 index 000000000..bac8d521f --- /dev/null +++ b/data/templates/npc/monster/22745-Deinonychus.xml @@ -0,0 +1,33 @@ + + + + Deinonychus + 80 + MALE + + + + + + + + + + + + + + + 5701 + 862 + + + + + + + + + + + diff --git a/data/templates/npc/monster/22746-Bgurent.xml b/data/templates/npc/monster/22746-Bgurent.xml new file mode 100644 index 000000000..9913e3f02 --- /dev/null +++ b/data/templates/npc/monster/22746-Bgurent.xml @@ -0,0 +1,39 @@ + + + + Bgurent + 85 + MALE + + + + + + + + + + + + + + + 579304 + 58205 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22747-Brakian.xml b/data/templates/npc/monster/22747-Brakian.xml new file mode 100644 index 000000000..fa4e65011 --- /dev/null +++ b/data/templates/npc/monster/22747-Brakian.xml @@ -0,0 +1,39 @@ + + + + Brakian + 85 + MALE + + + + + + + + + + + + + + + 579304 + 58205 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22748-Groikan.xml b/data/templates/npc/monster/22748-Groikan.xml new file mode 100644 index 000000000..501b417f0 --- /dev/null +++ b/data/templates/npc/monster/22748-Groikan.xml @@ -0,0 +1,40 @@ + + + + Groikan + 85 + MALE + + + + + + + + + + + + + + + 579450 + 58220 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22749-Treykan.xml b/data/templates/npc/monster/22749-Treykan.xml new file mode 100644 index 000000000..4d1abcb8e --- /dev/null +++ b/data/templates/npc/monster/22749-Treykan.xml @@ -0,0 +1,45 @@ + + + + Treykan + 85 + MALE + + + + + + + + + + + + + + + 585940 + 58904 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22750-EliteBgurent.xml b/data/templates/npc/monster/22750-EliteBgurent.xml new file mode 100644 index 000000000..af2eb8efe --- /dev/null +++ b/data/templates/npc/monster/22750-EliteBgurent.xml @@ -0,0 +1,42 @@ + + + + Elite Bgurent + Bistakon + 85 + MALE + + + + + + + + + + + + + + + 1209443 + 121549 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22751-EliteBrakian.xml b/data/templates/npc/monster/22751-EliteBrakian.xml new file mode 100644 index 000000000..d962c506c --- /dev/null +++ b/data/templates/npc/monster/22751-EliteBrakian.xml @@ -0,0 +1,44 @@ + + + + Elite Brakian + Bistakon + 85 + MALE + + + + + + + + + + + + + + + 1209443 + 121549 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22752-EliteGroikan.xml b/data/templates/npc/monster/22752-EliteGroikan.xml new file mode 100644 index 000000000..e432255c8 --- /dev/null +++ b/data/templates/npc/monster/22752-EliteGroikan.xml @@ -0,0 +1,38 @@ + + + + Elite Groikan + Bistakon + 85 + MALE + + + + + + + + + + + + + + + 1206702 + 121260 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22753-EliteTreykan.xml b/data/templates/npc/monster/22753-EliteTreykan.xml new file mode 100644 index 000000000..aaf71f3d4 --- /dev/null +++ b/data/templates/npc/monster/22753-EliteTreykan.xml @@ -0,0 +1,37 @@ + + + + Elite Treykan + Bistakon + 85 + MALE + + + + + + + + + + + + + + + 1209443 + 121549 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22754-Turtlelian.xml b/data/templates/npc/monster/22754-Turtlelian.xml new file mode 100644 index 000000000..428408cf7 --- /dev/null +++ b/data/templates/npc/monster/22754-Turtlelian.xml @@ -0,0 +1,43 @@ + + + + Turtlelian + 85 + MALE + + + + + + + + + + + + + + + 579304 + 58205 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22755-Krajian.xml b/data/templates/npc/monster/22755-Krajian.xml new file mode 100644 index 000000000..2a067e99e --- /dev/null +++ b/data/templates/npc/monster/22755-Krajian.xml @@ -0,0 +1,42 @@ + + + + Krajian + 85 + MALE + + + + + + + + + + + + + + + 579304 + 58205 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22756-Tardyon.xml b/data/templates/npc/monster/22756-Tardyon.xml new file mode 100644 index 000000000..a64c38d9f --- /dev/null +++ b/data/templates/npc/monster/22756-Tardyon.xml @@ -0,0 +1,46 @@ + + + + Tardyon + 85 + MALE + + + + + + + + + + + + + + + 579450 + 58220 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22757-EliteTurtlelian.xml b/data/templates/npc/monster/22757-EliteTurtlelian.xml new file mode 100644 index 000000000..6c4c9fd36 --- /dev/null +++ b/data/templates/npc/monster/22757-EliteTurtlelian.xml @@ -0,0 +1,38 @@ + + + + Elite Turtlelian + Reptilikon + 85 + MALE + + + + + + + + + + + + + + + 1209443 + 121549 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22758-EliteKrajian.xml b/data/templates/npc/monster/22758-EliteKrajian.xml new file mode 100644 index 000000000..a4cda4d34 --- /dev/null +++ b/data/templates/npc/monster/22758-EliteKrajian.xml @@ -0,0 +1,37 @@ + + + + Elite Krajian + Reptilikon + 85 + MALE + + + + + + + + + + + + + + + 1206702 + 121260 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22759-EliteTardyon.xml b/data/templates/npc/monster/22759-EliteTardyon.xml new file mode 100644 index 000000000..10f4a347b --- /dev/null +++ b/data/templates/npc/monster/22759-EliteTardyon.xml @@ -0,0 +1,38 @@ + + + + Elite Tardyon + Reptilikon + 85 + MALE + + + + + + + + + + + + + + + 1209443 + 121549 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22760-Kanibi.xml b/data/templates/npc/monster/22760-Kanibi.xml new file mode 100644 index 000000000..bdc1366b0 --- /dev/null +++ b/data/templates/npc/monster/22760-Kanibi.xml @@ -0,0 +1,45 @@ + + + + Kanibi + 85 + MALE + + + + + + + + + + + + + + + 579304 + 58205 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22761-Kiriona.xml b/data/templates/npc/monster/22761-Kiriona.xml new file mode 100644 index 000000000..49e373a11 --- /dev/null +++ b/data/templates/npc/monster/22761-Kiriona.xml @@ -0,0 +1,44 @@ + + + + Kiriona + 85 + MALE + + + + + + + + + + + + + + + 579304 + 58205 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22762-Kaiona.xml b/data/templates/npc/monster/22762-Kaiona.xml new file mode 100644 index 000000000..9ce6a1ec0 --- /dev/null +++ b/data/templates/npc/monster/22762-Kaiona.xml @@ -0,0 +1,46 @@ + + + + Kaiona + 85 + MALE + + + + + + + + + + + + + + + 579450 + 58220 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22763-EliteKanibi.xml b/data/templates/npc/monster/22763-EliteKanibi.xml new file mode 100644 index 000000000..c69ad828d --- /dev/null +++ b/data/templates/npc/monster/22763-EliteKanibi.xml @@ -0,0 +1,42 @@ + + + + Elite Kanibi + Kokracon + 85 + MALE + + + + + + + + + + + + + + + 1209443 + 121549 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22764-EliteKiriona.xml b/data/templates/npc/monster/22764-EliteKiriona.xml new file mode 100644 index 000000000..03993161c --- /dev/null +++ b/data/templates/npc/monster/22764-EliteKiriona.xml @@ -0,0 +1,44 @@ + + + + Elite Kiriona + Kokracon + 85 + MALE + + + + + + + + + + + + + + + 1206702 + 121260 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22765-EliteKaiona.xml b/data/templates/npc/monster/22765-EliteKaiona.xml new file mode 100644 index 000000000..22091ff92 --- /dev/null +++ b/data/templates/npc/monster/22765-EliteKaiona.xml @@ -0,0 +1,37 @@ + + + + Elite Kaiona + Kokracon + 85 + MALE + + + + + + + + + + + + + + + 1209443 + 121549 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22768-TantaLizardmanScout.xml b/data/templates/npc/monster/22768-TantaLizardmanScout.xml new file mode 100644 index 000000000..30b6ca6ff --- /dev/null +++ b/data/templates/npc/monster/22768-TantaLizardmanScout.xml @@ -0,0 +1,49 @@ + + + + Tanta Lizardman Scout + 82 + MALE + + + + + + + + + + + + + + + 17792 + 1945 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22769-TantaLizardmanWarrior.xml b/data/templates/npc/monster/22769-TantaLizardmanWarrior.xml new file mode 100644 index 000000000..7b289a28e --- /dev/null +++ b/data/templates/npc/monster/22769-TantaLizardmanWarrior.xml @@ -0,0 +1,50 @@ + + + + Tanta Lizardman Warrior + 83 + MALE + + + + + + + + + + + + + + + 23866 + 2576 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22770-TantaLizardmanSoldier.xml b/data/templates/npc/monster/22770-TantaLizardmanSoldier.xml new file mode 100644 index 000000000..decd81710 --- /dev/null +++ b/data/templates/npc/monster/22770-TantaLizardmanSoldier.xml @@ -0,0 +1,62 @@ + + + + Tanta Lizardman Soldier + 84 + MALE + + + + + + + + + + + + + + + 41235 + 4198 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22771-TantaLizardmanBerserker.xml b/data/templates/npc/monster/22771-TantaLizardmanBerserker.xml new file mode 100644 index 000000000..0c652cc39 --- /dev/null +++ b/data/templates/npc/monster/22771-TantaLizardmanBerserker.xml @@ -0,0 +1,52 @@ + + + + Tanta Lizardman Berserker + 84 + MALE + + + + + + + + + + + + + + + 42355 + 4318 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22772-TantaLizardmanArcher.xml b/data/templates/npc/monster/22772-TantaLizardmanArcher.xml new file mode 100644 index 000000000..b0c4e661e --- /dev/null +++ b/data/templates/npc/monster/22772-TantaLizardmanArcher.xml @@ -0,0 +1,57 @@ + + + + Tanta Lizardman Archer + 83 + MALE + + + + + + + + + + + + + + + 25361 + 2738 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22773-TantaLizardmanMagician.xml b/data/templates/npc/monster/22773-TantaLizardmanMagician.xml new file mode 100644 index 000000000..ab30955aa --- /dev/null +++ b/data/templates/npc/monster/22773-TantaLizardmanMagician.xml @@ -0,0 +1,67 @@ + + + + Tanta Lizardman Magician + 83 + MALE + + + + + + + + + + + + + + + 25094 + 2709 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22774-TantaLizardmanSummoner.xml b/data/templates/npc/monster/22774-TantaLizardmanSummoner.xml new file mode 100644 index 000000000..395c52114 --- /dev/null +++ b/data/templates/npc/monster/22774-TantaLizardmanSummoner.xml @@ -0,0 +1,55 @@ + + + + Tanta Lizardman Summoner + 84 + MALE + + + + + + + + + + + + + + + 46590 + 4740 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22775-SelMahumDrillSergeant.xml b/data/templates/npc/monster/22775-SelMahumDrillSergeant.xml new file mode 100644 index 000000000..618af4f3b --- /dev/null +++ b/data/templates/npc/monster/22775-SelMahumDrillSergeant.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Drill Sergeant + 84 + MALE + + + + + + + + + + + + + + + 25111 + 2528 + + + diff --git a/data/templates/npc/monster/22776-SelMahumTrainingOfficer.xml b/data/templates/npc/monster/22776-SelMahumTrainingOfficer.xml new file mode 100644 index 000000000..7df15378a --- /dev/null +++ b/data/templates/npc/monster/22776-SelMahumTrainingOfficer.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Training Officer + 84 + MALE + + + + + + + + + + + + + + + 37863 + 3820 + + + diff --git a/data/templates/npc/monster/22777-SelMahumDrillSergeant.xml b/data/templates/npc/monster/22777-SelMahumDrillSergeant.xml new file mode 100644 index 000000000..00e788a6f --- /dev/null +++ b/data/templates/npc/monster/22777-SelMahumDrillSergeant.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Drill Sergeant + 84 + MALE + + + + + + + + + + + + + + + 25111 + 2528 + + + diff --git a/data/templates/npc/monster/22778-SelMahumDrillSergeant.xml b/data/templates/npc/monster/22778-SelMahumDrillSergeant.xml new file mode 100644 index 000000000..c84efc5e9 --- /dev/null +++ b/data/templates/npc/monster/22778-SelMahumDrillSergeant.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Drill Sergeant + 84 + MALE + + + + + + + + + + + + + + + 25111 + 2528 + + + diff --git a/data/templates/npc/monster/22779-SelMahumEscortGuard.xml b/data/templates/npc/monster/22779-SelMahumEscortGuard.xml new file mode 100644 index 000000000..0291e606e --- /dev/null +++ b/data/templates/npc/monster/22779-SelMahumEscortGuard.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Escort Guard + 84 + MALE + + + + + + + + + + + + + + + 24663 + 2481 + + + diff --git a/data/templates/npc/monster/22780-SelMahumRecruit.xml b/data/templates/npc/monster/22780-SelMahumRecruit.xml new file mode 100644 index 000000000..553a854e3 --- /dev/null +++ b/data/templates/npc/monster/22780-SelMahumRecruit.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Recruit + 83 + MALE + + + + + + + + + + + + + + + 8454 + 912 + + + diff --git a/data/templates/npc/monster/22781-SelMahumSoldier.xml b/data/templates/npc/monster/22781-SelMahumSoldier.xml new file mode 100644 index 000000000..f357f6c2c --- /dev/null +++ b/data/templates/npc/monster/22781-SelMahumSoldier.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Soldier + 84 + MALE + + + + + + + + + + + + + + + 11193 + 1194 + + + diff --git a/data/templates/npc/monster/22782-SelMahumRecruit.xml b/data/templates/npc/monster/22782-SelMahumRecruit.xml new file mode 100644 index 000000000..62f449873 --- /dev/null +++ b/data/templates/npc/monster/22782-SelMahumRecruit.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Recruit + 83 + MALE + + + + + + + + + + + + + + + 8454 + 912 + + + diff --git a/data/templates/npc/monster/22783-SelMahumSoldier.xml b/data/templates/npc/monster/22783-SelMahumSoldier.xml new file mode 100644 index 000000000..54d018d44 --- /dev/null +++ b/data/templates/npc/monster/22783-SelMahumSoldier.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Soldier + 84 + MALE + + + + + + + + + + + + + + + 8532 + 910 + + + diff --git a/data/templates/npc/monster/22784-SelMahumRecruit.xml b/data/templates/npc/monster/22784-SelMahumRecruit.xml new file mode 100644 index 000000000..1b1d796ac --- /dev/null +++ b/data/templates/npc/monster/22784-SelMahumRecruit.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Recruit + 83 + MALE + + + + + + + + + + + + + + + 8454 + 912 + + + diff --git a/data/templates/npc/monster/22785-SelMahumSoldier.xml b/data/templates/npc/monster/22785-SelMahumSoldier.xml new file mode 100644 index 000000000..f299e95b9 --- /dev/null +++ b/data/templates/npc/monster/22785-SelMahumSoldier.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Soldier + 84 + MALE + + + + + + + + + + + + + + + 4808 + 512 + + + diff --git a/data/templates/npc/monster/22786-SelMahumSquadLeader.xml b/data/templates/npc/monster/22786-SelMahumSquadLeader.xml new file mode 100644 index 000000000..3229d8b39 --- /dev/null +++ b/data/templates/npc/monster/22786-SelMahumSquadLeader.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Squad Leader + 84 + MALE + + + + + + + + + + + + + + + 20752 + 2063 + + + diff --git a/data/templates/npc/monster/22787-SelMahumSquadLeader.xml b/data/templates/npc/monster/22787-SelMahumSquadLeader.xml new file mode 100644 index 000000000..cba953db1 --- /dev/null +++ b/data/templates/npc/monster/22787-SelMahumSquadLeader.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Squad Leader + 84 + MALE + + + + + + + + + + + + + + + 20752 + 2063 + + + diff --git a/data/templates/npc/monster/22788-SelMahumSquadLeader.xml b/data/templates/npc/monster/22788-SelMahumSquadLeader.xml new file mode 100644 index 000000000..62d832141 --- /dev/null +++ b/data/templates/npc/monster/22788-SelMahumSquadLeader.xml @@ -0,0 +1,25 @@ + + + + Sel Mahum Squad Leader + 84 + MALE + + + + + + + + + + + + + + + 20752 + 2063 + + + diff --git a/data/templates/npc/monster/22789-GuideSolina.xml b/data/templates/npc/monster/22789-GuideSolina.xml new file mode 100644 index 000000000..4f69b4824 --- /dev/null +++ b/data/templates/npc/monster/22789-GuideSolina.xml @@ -0,0 +1,50 @@ + + + + Guide Solina + 83 + MALE + + + + + + + + + + + + + + + 25556 + 2611 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22790-SeekerSolina.xml b/data/templates/npc/monster/22790-SeekerSolina.xml new file mode 100644 index 000000000..a7f52210d --- /dev/null +++ b/data/templates/npc/monster/22790-SeekerSolina.xml @@ -0,0 +1,43 @@ + + + + Seeker Solina + 83 + MALE + + + + + + + + + + + + + + + 26927 + 2759 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22791-SaviorSolina.xml b/data/templates/npc/monster/22791-SaviorSolina.xml new file mode 100644 index 000000000..c23e21478 --- /dev/null +++ b/data/templates/npc/monster/22791-SaviorSolina.xml @@ -0,0 +1,52 @@ + + + + Savior Solina + 83 + MALE + + + + + + + + + + + + + + + 26927 + 2759 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22792-DiscipleSolina.xml b/data/templates/npc/monster/22792-DiscipleSolina.xml new file mode 100644 index 000000000..28f4b839e --- /dev/null +++ b/data/templates/npc/monster/22792-DiscipleSolina.xml @@ -0,0 +1,25 @@ + + + + Disciple Solina + 83 + MALE + + + + + + + + + + + + + + + 27176 + 2785 + + + diff --git a/data/templates/npc/monster/22793-AsceticSolina.xml b/data/templates/npc/monster/22793-AsceticSolina.xml new file mode 100644 index 000000000..236f896fc --- /dev/null +++ b/data/templates/npc/monster/22793-AsceticSolina.xml @@ -0,0 +1,42 @@ + + + + Ascetic Solina + 83 + MALE + + + + + + + + + + + + + + + 27532 + 2824 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22794-DivinityJudge.xml b/data/templates/npc/monster/22794-DivinityJudge.xml new file mode 100644 index 000000000..929003e28 --- /dev/null +++ b/data/templates/npc/monster/22794-DivinityJudge.xml @@ -0,0 +1,42 @@ + + + + Divinity Judge + 84 + MALE + + + + + + + + + + + + + + + 159424 + 17009 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22795-DivinityManager.xml b/data/templates/npc/monster/22795-DivinityManager.xml new file mode 100644 index 000000000..84dce5132 --- /dev/null +++ b/data/templates/npc/monster/22795-DivinityManager.xml @@ -0,0 +1,48 @@ + + + + Divinity Manager + 84 + MALE + + + + + + + + + + + + + + + 165898 + 17700 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22796-DivinitySupervisor.xml b/data/templates/npc/monster/22796-DivinitySupervisor.xml new file mode 100644 index 000000000..273b71ce1 --- /dev/null +++ b/data/templates/npc/monster/22796-DivinitySupervisor.xml @@ -0,0 +1,48 @@ + + + + Divinity Supervisor + 84 + MALE + + + + + + + + + + + + + + + 184779 + 19714 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22797-DivinityWorshipper.xml b/data/templates/npc/monster/22797-DivinityWorshipper.xml new file mode 100644 index 000000000..cf40156cf --- /dev/null +++ b/data/templates/npc/monster/22797-DivinityWorshipper.xml @@ -0,0 +1,46 @@ + + + + Divinity Worshipper + 84 + FEMALE + + + + + + + + + + + + + + + 170832 + 18226 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22798-DivinityProtector.xml b/data/templates/npc/monster/22798-DivinityProtector.xml new file mode 100644 index 000000000..ce1ad6ea2 --- /dev/null +++ b/data/templates/npc/monster/22798-DivinityProtector.xml @@ -0,0 +1,51 @@ + + + + Divinity Protector + 84 + MALE + + + + + + + + + + + + + + + 325623 + 33084 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22799-DivinityFighter.xml b/data/templates/npc/monster/22799-DivinityFighter.xml new file mode 100644 index 000000000..e96cce9ac --- /dev/null +++ b/data/templates/npc/monster/22799-DivinityFighter.xml @@ -0,0 +1,67 @@ + + + + Divinity Fighter + 84 + FEMALE + + + + + + + + + + + + + + + 325931 + 33117 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22800-DivinityMagus.xml b/data/templates/npc/monster/22800-DivinityMagus.xml new file mode 100644 index 000000000..d1d05015b --- /dev/null +++ b/data/templates/npc/monster/22800-DivinityMagus.xml @@ -0,0 +1,61 @@ + + + + Divinity Magus + 84 + MALE + + + + + + + + + + + + + + + 349400 + 35497 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22801-CruelPincerGolem.xml b/data/templates/npc/monster/22801-CruelPincerGolem.xml new file mode 100644 index 000000000..c4bdb5d90 --- /dev/null +++ b/data/templates/npc/monster/22801-CruelPincerGolem.xml @@ -0,0 +1,38 @@ + + + + Cruel Pincer Golem + 72 + MALE + + + + + + + + + + + + + + + 10109 + 1027 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22802-CruelPincerGolem.xml b/data/templates/npc/monster/22802-CruelPincerGolem.xml new file mode 100644 index 000000000..8ae7b1043 --- /dev/null +++ b/data/templates/npc/monster/22802-CruelPincerGolem.xml @@ -0,0 +1,39 @@ + + + + Cruel Pincer Golem + 72 + MALE + + + + + + + + + + + + + + + 7216 + 733 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22803-CruelPincerGolem.xml b/data/templates/npc/monster/22803-CruelPincerGolem.xml new file mode 100644 index 000000000..b237936d0 --- /dev/null +++ b/data/templates/npc/monster/22803-CruelPincerGolem.xml @@ -0,0 +1,25 @@ + + + + Cruel Pincer Golem + 72 + MALE + + + + + + + + + + + + + + + 9269 + 941 + + + diff --git a/data/templates/npc/monster/22804-DrillGolemOfTerror.xml b/data/templates/npc/monster/22804-DrillGolemOfTerror.xml new file mode 100644 index 000000000..3c52a2631 --- /dev/null +++ b/data/templates/npc/monster/22804-DrillGolemOfTerror.xml @@ -0,0 +1,37 @@ + + + + Drill Golem of Terror + 73 + MALE + + + + + + + + + + + + + + + 10392 + 1069 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22805-DrillGolemOfTerror.xml b/data/templates/npc/monster/22805-DrillGolemOfTerror.xml new file mode 100644 index 000000000..e026dea41 --- /dev/null +++ b/data/templates/npc/monster/22805-DrillGolemOfTerror.xml @@ -0,0 +1,36 @@ + + + + Drill Golem of Terror + 73 + MALE + + + + + + + + + + + + + + + 7418 + 763 + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22806-DrillGolemOfTerror.xml b/data/templates/npc/monster/22806-DrillGolemOfTerror.xml new file mode 100644 index 000000000..1fb1c5255 --- /dev/null +++ b/data/templates/npc/monster/22806-DrillGolemOfTerror.xml @@ -0,0 +1,25 @@ + + + + Drill Golem of Terror + 73 + MALE + + + + + + + + + + + + + + + 9528 + 980 + + + diff --git a/data/templates/npc/monster/22807-ScoutTypeGolemNo28.xml b/data/templates/npc/monster/22807-ScoutTypeGolemNo28.xml new file mode 100644 index 000000000..834e87f67 --- /dev/null +++ b/data/templates/npc/monster/22807-ScoutTypeGolemNo28.xml @@ -0,0 +1,37 @@ + + + + Scout-type Golem No. 28 + 72 + MALE + + + + + + + + + + + + + + + 9904 + 1006 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22808-ScoutTypeGolemNo2.xml b/data/templates/npc/monster/22808-ScoutTypeGolemNo2.xml new file mode 100644 index 000000000..a325046bb --- /dev/null +++ b/data/templates/npc/monster/22808-ScoutTypeGolemNo2.xml @@ -0,0 +1,25 @@ + + + + Scout-type Golem No. 2 + 72 + MALE + + + + + + + + + + + + + + + 5922 + 601 + + + diff --git a/data/templates/npc/monster/22809-GuardGolem.xml b/data/templates/npc/monster/22809-GuardGolem.xml new file mode 100644 index 000000000..a1832f758 --- /dev/null +++ b/data/templates/npc/monster/22809-GuardGolem.xml @@ -0,0 +1,37 @@ + + + + Guard Golem + 73 + MALE + + + + + + + + + + + + + + + 20937 + 2066 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22810-MicroScoutGolem.xml b/data/templates/npc/monster/22810-MicroScoutGolem.xml new file mode 100644 index 000000000..ff7092b9a --- /dev/null +++ b/data/templates/npc/monster/22810-MicroScoutGolem.xml @@ -0,0 +1,38 @@ + + + + Micro Scout Golem + 72 + MALE + + + + + + + + + + + + + + + 17331 + 1676 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22811-GreatChaosGolem.xml b/data/templates/npc/monster/22811-GreatChaosGolem.xml new file mode 100644 index 000000000..cc00ae1b3 --- /dev/null +++ b/data/templates/npc/monster/22811-GreatChaosGolem.xml @@ -0,0 +1,42 @@ + + + + Great Chaos Golem + 73 + MALE + + + + + + + + + + + + + + + 30036 + 2962 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/22812-BoomGolem.xml b/data/templates/npc/monster/22812-BoomGolem.xml new file mode 100644 index 000000000..01ba8b82f --- /dev/null +++ b/data/templates/npc/monster/22812-BoomGolem.xml @@ -0,0 +1,39 @@ + + + + Boom Golem + 72 + MALE + + + + + + + + + + + + + + + 17281 + 1671 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/25002-GuardOfKutus.xml b/data/templates/npc/monster/25002-GuardOfKutus.xml new file mode 100644 index 000000000..906c16626 --- /dev/null +++ b/data/templates/npc/monster/25002-GuardOfKutus.xml @@ -0,0 +1,30 @@ + + + + Guard of Kutus + Raid Fighter + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25003-PawnOfKutus.xml b/data/templates/npc/monster/25003-PawnOfKutus.xml new file mode 100644 index 000000000..0e29f20a7 --- /dev/null +++ b/data/templates/npc/monster/25003-PawnOfKutus.xml @@ -0,0 +1,30 @@ + + + + Pawn of Kutus + Raid Fighter + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25005-TurekMercenaryArcher.xml b/data/templates/npc/monster/25005-TurekMercenaryArcher.xml new file mode 100644 index 000000000..c69e0004b --- /dev/null +++ b/data/templates/npc/monster/25005-TurekMercenaryArcher.xml @@ -0,0 +1,30 @@ + + + + Turek Mercenary Archer + Raid Fighter + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25006-TurekMercenaryWarrior.xml b/data/templates/npc/monster/25006-TurekMercenaryWarrior.xml new file mode 100644 index 000000000..76214e13e --- /dev/null +++ b/data/templates/npc/monster/25006-TurekMercenaryWarrior.xml @@ -0,0 +1,30 @@ + + + + Turek Mercenary Warrior + Raid Fighter + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25008-CletuSRetainer.xml b/data/templates/npc/monster/25008-CletuSRetainer.xml new file mode 100644 index 000000000..8743d0b36 --- /dev/null +++ b/data/templates/npc/monster/25008-CletuSRetainer.xml @@ -0,0 +1,29 @@ + + + + Cletu's Retainer + Raid Fighter + 41 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25009-CletuSPawn.xml b/data/templates/npc/monster/25009-CletuSPawn.xml new file mode 100644 index 000000000..ed5663a8d --- /dev/null +++ b/data/templates/npc/monster/25009-CletuSPawn.xml @@ -0,0 +1,29 @@ + + + + Cletu's Pawn + Raid Fighter + 41 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25011-GuardOfThieles.xml b/data/templates/npc/monster/25011-GuardOfThieles.xml new file mode 100644 index 000000000..71d7cd37e --- /dev/null +++ b/data/templates/npc/monster/25011-GuardOfThieles.xml @@ -0,0 +1,30 @@ + + + + Guard of Thieles + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25012-FollowerOfThieles.xml b/data/templates/npc/monster/25012-FollowerOfThieles.xml new file mode 100644 index 000000000..64f3d7241 --- /dev/null +++ b/data/templates/npc/monster/25012-FollowerOfThieles.xml @@ -0,0 +1,29 @@ + + + + Follower of Thieles + Raid Fighter + 54 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25014-GhostOfPeasant.xml b/data/templates/npc/monster/25014-GhostOfPeasant.xml new file mode 100644 index 000000000..65e11c42a --- /dev/null +++ b/data/templates/npc/monster/25014-GhostOfPeasant.xml @@ -0,0 +1,30 @@ + + + + Ghost of Peasant + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25015-GhostOfPeasant.xml b/data/templates/npc/monster/25015-GhostOfPeasant.xml new file mode 100644 index 000000000..73677df85 --- /dev/null +++ b/data/templates/npc/monster/25015-GhostOfPeasant.xml @@ -0,0 +1,30 @@ + + + + Ghost of Peasant + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25017-EscortOfThe3rdGuardian.xml b/data/templates/npc/monster/25017-EscortOfThe3rdGuardian.xml new file mode 100644 index 000000000..a93edeaa4 --- /dev/null +++ b/data/templates/npc/monster/25017-EscortOfThe3rdGuardian.xml @@ -0,0 +1,29 @@ + + + + Escort of the 3rd Guardian + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25018-SupportOfThe3rdGuardian.xml b/data/templates/npc/monster/25018-SupportOfThe3rdGuardian.xml new file mode 100644 index 000000000..43336da41 --- /dev/null +++ b/data/templates/npc/monster/25018-SupportOfThe3rdGuardian.xml @@ -0,0 +1,29 @@ + + + + Support of the 3rd Guardian + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25021-PastuSSilhouette.xml b/data/templates/npc/monster/25021-PastuSSilhouette.xml new file mode 100644 index 000000000..bc11bae21 --- /dev/null +++ b/data/templates/npc/monster/25021-PastuSSilhouette.xml @@ -0,0 +1,29 @@ + + + + Pastu's Silhouette + Raid Fighter + 33 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25022-PastuSShadow.xml b/data/templates/npc/monster/25022-PastuSShadow.xml new file mode 100644 index 000000000..610868279 --- /dev/null +++ b/data/templates/npc/monster/25022-PastuSShadow.xml @@ -0,0 +1,29 @@ + + + + Pastu's Shadow + Raid Fighter + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25024-JerunaSGuardCaptain.xml b/data/templates/npc/monster/25024-JerunaSGuardCaptain.xml new file mode 100644 index 000000000..ff92fa04b --- /dev/null +++ b/data/templates/npc/monster/25024-JerunaSGuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Jeruna's Guard Captain + Raid Fighter + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25025-JerunaSGuard.xml b/data/templates/npc/monster/25025-JerunaSGuard.xml new file mode 100644 index 000000000..841876349 --- /dev/null +++ b/data/templates/npc/monster/25025-JerunaSGuard.xml @@ -0,0 +1,30 @@ + + + + Jeruna's Guard + Raid Fighter + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25027-KatuVanMarksman.xml b/data/templates/npc/monster/25027-KatuVanMarksman.xml new file mode 100644 index 000000000..4fc8eaa9f --- /dev/null +++ b/data/templates/npc/monster/25027-KatuVanMarksman.xml @@ -0,0 +1,30 @@ + + + + Katu Van Marksman + Raid Fighter + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25028-KatuVanRaider.xml b/data/templates/npc/monster/25028-KatuVanRaider.xml new file mode 100644 index 000000000..6d4681ccf --- /dev/null +++ b/data/templates/npc/monster/25028-KatuVanRaider.xml @@ -0,0 +1,30 @@ + + + + Katu Van Raider + Raid Fighter + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25030-AtraibanSTopDisciple.xml b/data/templates/npc/monster/25030-AtraibanSTopDisciple.xml new file mode 100644 index 000000000..d0e070d9b --- /dev/null +++ b/data/templates/npc/monster/25030-AtraibanSTopDisciple.xml @@ -0,0 +1,29 @@ + + + + Atraiban's Top Disciple + Raid Fighter + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25031-AtraibanSDisciple.xml b/data/templates/npc/monster/25031-AtraibanSDisciple.xml new file mode 100644 index 000000000..80e59c431 --- /dev/null +++ b/data/templates/npc/monster/25031-AtraibanSDisciple.xml @@ -0,0 +1,29 @@ + + + + Atraiban's Disciple + Raid Fighter + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25033-MillenuGuardShaman.xml b/data/templates/npc/monster/25033-MillenuGuardShaman.xml new file mode 100644 index 000000000..c29581971 --- /dev/null +++ b/data/templates/npc/monster/25033-MillenuGuardShaman.xml @@ -0,0 +1,30 @@ + + + + Millenu Guard Shaman + Raid Fighter + 57 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25034-MellenuGuardWarrior.xml b/data/templates/npc/monster/25034-MellenuGuardWarrior.xml new file mode 100644 index 000000000..4906b3c69 --- /dev/null +++ b/data/templates/npc/monster/25034-MellenuGuardWarrior.xml @@ -0,0 +1,30 @@ + + + + Mellenu Guard Warrior + Raid Fighter + 57 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25036-CabrioCaptor.xml b/data/templates/npc/monster/25036-CabrioCaptor.xml new file mode 100644 index 000000000..1256b4455 --- /dev/null +++ b/data/templates/npc/monster/25036-CabrioCaptor.xml @@ -0,0 +1,30 @@ + + + + Cabrio Captor + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25037-CabrioBlader.xml b/data/templates/npc/monster/25037-CabrioBlader.xml new file mode 100644 index 000000000..6d600617b --- /dev/null +++ b/data/templates/npc/monster/25037-CabrioBlader.xml @@ -0,0 +1,30 @@ + + + + Cabrio Blader + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25039-TirakSGuard.xml b/data/templates/npc/monster/25039-TirakSGuard.xml new file mode 100644 index 000000000..0ef6120eb --- /dev/null +++ b/data/templates/npc/monster/25039-TirakSGuard.xml @@ -0,0 +1,30 @@ + + + + Tirak's Guard + Raid Fighter + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25040-TirakSKnight.xml b/data/templates/npc/monster/25040-TirakSKnight.xml new file mode 100644 index 000000000..ea6f9d7e3 --- /dev/null +++ b/data/templates/npc/monster/25040-TirakSKnight.xml @@ -0,0 +1,30 @@ + + + + Tirak's Knight + Raid Fighter + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25042-RemmelSArcher.xml b/data/templates/npc/monster/25042-RemmelSArcher.xml new file mode 100644 index 000000000..2d31b1af7 --- /dev/null +++ b/data/templates/npc/monster/25042-RemmelSArcher.xml @@ -0,0 +1,30 @@ + + + + Remmel's Archer + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25043-RemmelSGuard.xml b/data/templates/npc/monster/25043-RemmelSGuard.xml new file mode 100644 index 000000000..70600ab73 --- /dev/null +++ b/data/templates/npc/monster/25043-RemmelSGuard.xml @@ -0,0 +1,30 @@ + + + + Remmel's Guard + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25045-DarkMageSOfBarion.xml b/data/templates/npc/monster/25045-DarkMageSOfBarion.xml new file mode 100644 index 000000000..c8bf50f2d --- /dev/null +++ b/data/templates/npc/monster/25045-DarkMageSOfBarion.xml @@ -0,0 +1,30 @@ + + + + Dark Mage's of Barion + Raid Fighter + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25046-BarionSGrunt.xml b/data/templates/npc/monster/25046-BarionSGrunt.xml new file mode 100644 index 000000000..f9ca6fc51 --- /dev/null +++ b/data/templates/npc/monster/25046-BarionSGrunt.xml @@ -0,0 +1,30 @@ + + + + Barion's Grunt + Raid Fighter + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25048-KarteSChiefKnight.xml b/data/templates/npc/monster/25048-KarteSChiefKnight.xml new file mode 100644 index 000000000..c6d9466d4 --- /dev/null +++ b/data/templates/npc/monster/25048-KarteSChiefKnight.xml @@ -0,0 +1,30 @@ + + + + Karte's Chief Knight + Raid Fighter + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25049-KarteSRoyalGuard.xml b/data/templates/npc/monster/25049-KarteSRoyalGuard.xml new file mode 100644 index 000000000..0b976dd27 --- /dev/null +++ b/data/templates/npc/monster/25049-KarteSRoyalGuard.xml @@ -0,0 +1,30 @@ + + + + Karte's Royal Guard + Raid Fighter + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25052-PriestessOfRahha.xml b/data/templates/npc/monster/25052-PriestessOfRahha.xml new file mode 100644 index 000000000..2bd02786a --- /dev/null +++ b/data/templates/npc/monster/25052-PriestessOfRahha.xml @@ -0,0 +1,29 @@ + + + + Priestess of Rahha + Raid Fighter + 64 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25053-FanaticsOfRahha.xml b/data/templates/npc/monster/25053-FanaticsOfRahha.xml new file mode 100644 index 000000000..0fea1ae50 --- /dev/null +++ b/data/templates/npc/monster/25053-FanaticsOfRahha.xml @@ -0,0 +1,29 @@ + + + + Fanatics of Rahha + Raid Fighter + 64 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25055-Taliadon.xml b/data/templates/npc/monster/25055-Taliadon.xml new file mode 100644 index 000000000..a645f8e86 --- /dev/null +++ b/data/templates/npc/monster/25055-Taliadon.xml @@ -0,0 +1,30 @@ + + + + Taliadon + Raid Fighter + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25056-Vemsk.xml b/data/templates/npc/monster/25056-Vemsk.xml new file mode 100644 index 000000000..985daba2c --- /dev/null +++ b/data/templates/npc/monster/25056-Vemsk.xml @@ -0,0 +1,30 @@ + + + + Vemsk + Raid Fighter + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25058-BiconneSShooter.xml b/data/templates/npc/monster/25058-BiconneSShooter.xml new file mode 100644 index 000000000..66193d4d8 --- /dev/null +++ b/data/templates/npc/monster/25058-BiconneSShooter.xml @@ -0,0 +1,30 @@ + + + + Biconne's Shooter + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25059-BiconneSWarrior.xml b/data/templates/npc/monster/25059-BiconneSWarrior.xml new file mode 100644 index 000000000..a2cfa6df3 --- /dev/null +++ b/data/templates/npc/monster/25059-BiconneSWarrior.xml @@ -0,0 +1,30 @@ + + + + Biconne's Warrior + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25061-KaelSBead.xml b/data/templates/npc/monster/25061-KaelSBead.xml new file mode 100644 index 000000000..734a62cc8 --- /dev/null +++ b/data/templates/npc/monster/25061-KaelSBead.xml @@ -0,0 +1,29 @@ + + + + Kael's Bead + Raid Fighter + 23 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25062-KaelSEscort.xml b/data/templates/npc/monster/25062-KaelSEscort.xml new file mode 100644 index 000000000..4423b5f1e --- /dev/null +++ b/data/templates/npc/monster/25062-KaelSEscort.xml @@ -0,0 +1,29 @@ + + + + Kael's Escort + Raid Fighter + 23 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25065-TerukSEscort.xml b/data/templates/npc/monster/25065-TerukSEscort.xml new file mode 100644 index 000000000..883f42faa --- /dev/null +++ b/data/templates/npc/monster/25065-TerukSEscort.xml @@ -0,0 +1,30 @@ + + + + Teruk's Escort + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25066-TerukSKnight.xml b/data/templates/npc/monster/25066-TerukSKnight.xml new file mode 100644 index 000000000..6908882ae --- /dev/null +++ b/data/templates/npc/monster/25066-TerukSKnight.xml @@ -0,0 +1,30 @@ + + + + Teruk's Knight + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25068-ShakaSShooter.xml b/data/templates/npc/monster/25068-ShakaSShooter.xml new file mode 100644 index 000000000..f737a5719 --- /dev/null +++ b/data/templates/npc/monster/25068-ShakaSShooter.xml @@ -0,0 +1,30 @@ + + + + Shaka's Shooter + Raid Fighter + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25069-ShakaSFollower.xml b/data/templates/npc/monster/25069-ShakaSFollower.xml new file mode 100644 index 000000000..0dc500def --- /dev/null +++ b/data/templates/npc/monster/25069-ShakaSFollower.xml @@ -0,0 +1,30 @@ + + + + Shaka's Follower + Raid Fighter + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25071-RuellSWind.xml b/data/templates/npc/monster/25071-RuellSWind.xml new file mode 100644 index 000000000..0cb47d25c --- /dev/null +++ b/data/templates/npc/monster/25071-RuellSWind.xml @@ -0,0 +1,29 @@ + + + + Ruell's Wind + Raid Fighter + 54 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25072-RuellSUnicorn.xml b/data/templates/npc/monster/25072-RuellSUnicorn.xml new file mode 100644 index 000000000..57850a5a1 --- /dev/null +++ b/data/templates/npc/monster/25072-RuellSUnicorn.xml @@ -0,0 +1,29 @@ + + + + Ruell's Unicorn + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25074-RudeltoSBanshee.xml b/data/templates/npc/monster/25074-RudeltoSBanshee.xml new file mode 100644 index 000000000..83093b3ae --- /dev/null +++ b/data/templates/npc/monster/25074-RudeltoSBanshee.xml @@ -0,0 +1,29 @@ + + + + Rudelto's Banshee + Raid Fighter + 68 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25075-RudeltoSDreVanul.xml b/data/templates/npc/monster/25075-RudeltoSDreVanul.xml new file mode 100644 index 000000000..7252f394f --- /dev/null +++ b/data/templates/npc/monster/25075-RudeltoSDreVanul.xml @@ -0,0 +1,29 @@ + + + + Rudelto's Dre Vanul + Raid Fighter + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25077-CaptainDogun.xml b/data/templates/npc/monster/25077-CaptainDogun.xml new file mode 100644 index 000000000..97d8f7b07 --- /dev/null +++ b/data/templates/npc/monster/25077-CaptainDogun.xml @@ -0,0 +1,29 @@ + + + + Captain Dogun + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25078-PrincessGuard.xml b/data/templates/npc/monster/25078-PrincessGuard.xml new file mode 100644 index 000000000..e75c39526 --- /dev/null +++ b/data/templates/npc/monster/25078-PrincessGuard.xml @@ -0,0 +1,29 @@ + + + + Princess' Guard + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25080-Mercenary.xml b/data/templates/npc/monster/25080-Mercenary.xml new file mode 100644 index 000000000..0ccacd86e --- /dev/null +++ b/data/templates/npc/monster/25080-Mercenary.xml @@ -0,0 +1,30 @@ + + + + Mercenary + Raid Fighter + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25081-CatSEyeBandit.xml b/data/templates/npc/monster/25081-CatSEyeBandit.xml new file mode 100644 index 000000000..aa395a1a8 --- /dev/null +++ b/data/templates/npc/monster/25081-CatSEyeBandit.xml @@ -0,0 +1,30 @@ + + + + Cat's Eye Bandit + Raid Fighter + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25083-CatGang.xml b/data/templates/npc/monster/25083-CatGang.xml new file mode 100644 index 000000000..7d3d73938 --- /dev/null +++ b/data/templates/npc/monster/25083-CatGang.xml @@ -0,0 +1,29 @@ + + + + Cat Gang + Raid Fighter + 38 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25084-CatGang.xml b/data/templates/npc/monster/25084-CatGang.xml new file mode 100644 index 000000000..a6ec32901 --- /dev/null +++ b/data/templates/npc/monster/25084-CatGang.xml @@ -0,0 +1,29 @@ + + + + Cat Gang + Raid Fighter + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25086-TimakOrcRanger.xml b/data/templates/npc/monster/25086-TimakOrcRanger.xml new file mode 100644 index 000000000..57e26cfb3 --- /dev/null +++ b/data/templates/npc/monster/25086-TimakOrcRanger.xml @@ -0,0 +1,30 @@ + + + + Timak Orc Ranger + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25087-TimakOrcRanger.xml b/data/templates/npc/monster/25087-TimakOrcRanger.xml new file mode 100644 index 000000000..4bd565f51 --- /dev/null +++ b/data/templates/npc/monster/25087-TimakOrcRanger.xml @@ -0,0 +1,30 @@ + + + + Timak Orc Ranger + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25090-SoullessWolf.xml b/data/templates/npc/monster/25090-SoullessWolf.xml new file mode 100644 index 000000000..ed57ec9da --- /dev/null +++ b/data/templates/npc/monster/25090-SoullessWolf.xml @@ -0,0 +1,29 @@ + + + + Soulless Wolf + Raid Fighter + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25091-SoullessBear.xml b/data/templates/npc/monster/25091-SoullessBear.xml new file mode 100644 index 000000000..0ba022214 --- /dev/null +++ b/data/templates/npc/monster/25091-SoullessBear.xml @@ -0,0 +1,29 @@ + + + + Soulless Bear + Raid Fighter + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25093-KorimChiefGuardKaywon.xml b/data/templates/npc/monster/25093-KorimChiefGuardKaywon.xml new file mode 100644 index 000000000..2b578f29e --- /dev/null +++ b/data/templates/npc/monster/25093-KorimChiefGuardKaywon.xml @@ -0,0 +1,30 @@ + + + + Korim Chief Guard Kaywon + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25094-KorimGuards.xml b/data/templates/npc/monster/25094-KorimGuards.xml new file mode 100644 index 000000000..da76b110c --- /dev/null +++ b/data/templates/npc/monster/25094-KorimGuards.xml @@ -0,0 +1,30 @@ + + + + Korim Guards + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25096-RenoaSElpy.xml b/data/templates/npc/monster/25096-RenoaSElpy.xml new file mode 100644 index 000000000..78014f1a8 --- /dev/null +++ b/data/templates/npc/monster/25096-RenoaSElpy.xml @@ -0,0 +1,29 @@ + + + + Renoa's Elpy + Raid Fighter + 28 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25097-RenoaSHog.xml b/data/templates/npc/monster/25097-RenoaSHog.xml new file mode 100644 index 000000000..13faf49d9 --- /dev/null +++ b/data/templates/npc/monster/25097-RenoaSHog.xml @@ -0,0 +1,29 @@ + + + + Renoa's Hog + Raid Fighter + 28 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25100-SpiritOfSeaOfSpores.xml b/data/templates/npc/monster/25100-SpiritOfSeaOfSpores.xml new file mode 100644 index 000000000..65af5d816 --- /dev/null +++ b/data/templates/npc/monster/25100-SpiritOfSeaOfSpores.xml @@ -0,0 +1,29 @@ + + + + Spirit of Sea of Spores + Raid Fighter + 43 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25101-FighterOfSeaOfSpores.xml b/data/templates/npc/monster/25101-FighterOfSeaOfSpores.xml new file mode 100644 index 000000000..6b0dc6878 --- /dev/null +++ b/data/templates/npc/monster/25101-FighterOfSeaOfSpores.xml @@ -0,0 +1,29 @@ + + + + Fighter of Sea of Spores + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25104-IsirrSGuard.xml b/data/templates/npc/monster/25104-IsirrSGuard.xml new file mode 100644 index 000000000..f0839b025 --- /dev/null +++ b/data/templates/npc/monster/25104-IsirrSGuard.xml @@ -0,0 +1,30 @@ + + + + Isirr's Guard + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25105-IsirrSGuards.xml b/data/templates/npc/monster/25105-IsirrSGuards.xml new file mode 100644 index 000000000..d7a637148 --- /dev/null +++ b/data/templates/npc/monster/25105-IsirrSGuards.xml @@ -0,0 +1,30 @@ + + + + Isirr's Guards + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25107-LidiaSArcher.xml b/data/templates/npc/monster/25107-LidiaSArcher.xml new file mode 100644 index 000000000..b6379d511 --- /dev/null +++ b/data/templates/npc/monster/25107-LidiaSArcher.xml @@ -0,0 +1,30 @@ + + + + Lidia's Archer + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25108-LidiaSFighter.xml b/data/templates/npc/monster/25108-LidiaSFighter.xml new file mode 100644 index 000000000..67376f56e --- /dev/null +++ b/data/templates/npc/monster/25108-LidiaSFighter.xml @@ -0,0 +1,30 @@ + + + + Lidia's Fighter + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25110-CloeSServitor.xml b/data/templates/npc/monster/25110-CloeSServitor.xml new file mode 100644 index 000000000..eca63423f --- /dev/null +++ b/data/templates/npc/monster/25110-CloeSServitor.xml @@ -0,0 +1,29 @@ + + + + Cloe's Servitor + Raid Fighter + 73 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25111-CloeSServitor.xml b/data/templates/npc/monster/25111-CloeSServitor.xml new file mode 100644 index 000000000..9a990007d --- /dev/null +++ b/data/templates/npc/monster/25111-CloeSServitor.xml @@ -0,0 +1,29 @@ + + + + Cloe's Servitor + Raid Fighter + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25113-MeanaSMaid.xml b/data/templates/npc/monster/25113-MeanaSMaid.xml new file mode 100644 index 000000000..d9637f15e --- /dev/null +++ b/data/templates/npc/monster/25113-MeanaSMaid.xml @@ -0,0 +1,29 @@ + + + + Meana's Maid + Raid Fighter + 29 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25114-MeanaSGuardDoll.xml b/data/templates/npc/monster/25114-MeanaSGuardDoll.xml new file mode 100644 index 000000000..2cf27336a --- /dev/null +++ b/data/templates/npc/monster/25114-MeanaSGuardDoll.xml @@ -0,0 +1,29 @@ + + + + Meana's Guard Doll + Raid Fighter + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25116-IcarusSample2.xml b/data/templates/npc/monster/25116-IcarusSample2.xml new file mode 100644 index 000000000..87bffd804 --- /dev/null +++ b/data/templates/npc/monster/25116-IcarusSample2.xml @@ -0,0 +1,30 @@ + + + + Icarus Sample 2 + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25117-IcarusSample3.xml b/data/templates/npc/monster/25117-IcarusSample3.xml new file mode 100644 index 000000000..80bab9c10 --- /dev/null +++ b/data/templates/npc/monster/25117-IcarusSample3.xml @@ -0,0 +1,29 @@ + + + + Icarus Sample 3 + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25120-BerunSOfficer.xml b/data/templates/npc/monster/25120-BerunSOfficer.xml new file mode 100644 index 000000000..bc35d12fd --- /dev/null +++ b/data/templates/npc/monster/25120-BerunSOfficer.xml @@ -0,0 +1,30 @@ + + + + Berun's Officer + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25121-BerunSPrattler.xml b/data/templates/npc/monster/25121-BerunSPrattler.xml new file mode 100644 index 000000000..c3a1ce8c4 --- /dev/null +++ b/data/templates/npc/monster/25121-BerunSPrattler.xml @@ -0,0 +1,29 @@ + + + + Berun's Prattler + Raid Fighter + 49 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25123-LeoSServant.xml b/data/templates/npc/monster/25123-LeoSServant.xml new file mode 100644 index 000000000..62b2dea32 --- /dev/null +++ b/data/templates/npc/monster/25123-LeoSServant.xml @@ -0,0 +1,30 @@ + + + + Leo's Servant + Raid Fighter + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25124-LeoSSteward.xml b/data/templates/npc/monster/25124-LeoSSteward.xml new file mode 100644 index 000000000..adb1a86ee --- /dev/null +++ b/data/templates/npc/monster/25124-LeoSSteward.xml @@ -0,0 +1,30 @@ + + + + Leo's Steward + Raid Fighter + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25129-VukuShaman.xml b/data/templates/npc/monster/25129-VukuShaman.xml new file mode 100644 index 000000000..2c0699532 --- /dev/null +++ b/data/templates/npc/monster/25129-VukuShaman.xml @@ -0,0 +1,30 @@ + + + + Vuku Shaman + Raid Fighter + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25130-GharmashSPetTrimden.xml b/data/templates/npc/monster/25130-GharmashSPetTrimden.xml new file mode 100644 index 000000000..01acf2c7c --- /dev/null +++ b/data/templates/npc/monster/25130-GharmashSPetTrimden.xml @@ -0,0 +1,29 @@ + + + + Gharmash's Pet Trimden + Raid Fighter + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25132-GatoSMarksman.xml b/data/templates/npc/monster/25132-GatoSMarksman.xml new file mode 100644 index 000000000..41f0aaaef --- /dev/null +++ b/data/templates/npc/monster/25132-GatoSMarksman.xml @@ -0,0 +1,30 @@ + + + + Gato's Marksman + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25133-GatoSTroopLeader.xml b/data/templates/npc/monster/25133-GatoSTroopLeader.xml new file mode 100644 index 000000000..c3cace4da --- /dev/null +++ b/data/templates/npc/monster/25133-GatoSTroopLeader.xml @@ -0,0 +1,30 @@ + + + + Gato's Troop Leader + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25135-TalkinSSeer.xml b/data/templates/npc/monster/25135-TalkinSSeer.xml new file mode 100644 index 000000000..70f3f64f0 --- /dev/null +++ b/data/templates/npc/monster/25135-TalkinSSeer.xml @@ -0,0 +1,30 @@ + + + + Talkin's Seer + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25136-TalkinSBodyguard.xml b/data/templates/npc/monster/25136-TalkinSBodyguard.xml new file mode 100644 index 000000000..2d201cd64 --- /dev/null +++ b/data/templates/npc/monster/25136-TalkinSBodyguard.xml @@ -0,0 +1,30 @@ + + + + Talkin's Bodyguard + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25138-SoulDrinker.xml b/data/templates/npc/monster/25138-SoulDrinker.xml new file mode 100644 index 000000000..541effb69 --- /dev/null +++ b/data/templates/npc/monster/25138-SoulDrinker.xml @@ -0,0 +1,29 @@ + + + + Soul Drinker + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25139-SephiaSSalve.xml b/data/templates/npc/monster/25139-SephiaSSalve.xml new file mode 100644 index 000000000..482e9000e --- /dev/null +++ b/data/templates/npc/monster/25139-SephiaSSalve.xml @@ -0,0 +1,29 @@ + + + + Sephia's Salve + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25141-HekatonCottus.xml b/data/templates/npc/monster/25141-HekatonCottus.xml new file mode 100644 index 000000000..871dab33c --- /dev/null +++ b/data/templates/npc/monster/25141-HekatonCottus.xml @@ -0,0 +1,29 @@ + + + + Hekaton Cottus + Raid Fighter + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25142-HekatonChires.xml b/data/templates/npc/monster/25142-HekatonChires.xml new file mode 100644 index 000000000..3ce24d813 --- /dev/null +++ b/data/templates/npc/monster/25142-HekatonChires.xml @@ -0,0 +1,30 @@ + + + + Hekaton Chires + Raid Fighter + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25144-ShurielSOracle.xml b/data/templates/npc/monster/25144-ShurielSOracle.xml new file mode 100644 index 000000000..0d94a6ec5 --- /dev/null +++ b/data/templates/npc/monster/25144-ShurielSOracle.xml @@ -0,0 +1,30 @@ + + + + Shuriel's Oracle + Raid Fighter + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25145-ShurielSPaladin.xml b/data/templates/npc/monster/25145-ShurielSPaladin.xml new file mode 100644 index 000000000..625097e04 --- /dev/null +++ b/data/templates/npc/monster/25145-ShurielSPaladin.xml @@ -0,0 +1,30 @@ + + + + Shuriel's Paladin + Raid Fighter + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25147-AssassinOfBifrons.xml b/data/templates/npc/monster/25147-AssassinOfBifrons.xml new file mode 100644 index 000000000..5269bf966 --- /dev/null +++ b/data/templates/npc/monster/25147-AssassinOfBifrons.xml @@ -0,0 +1,30 @@ + + + + Assassin of Bifrons + Raid Fighter + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25148-ButcherOfBifrons.xml b/data/templates/npc/monster/25148-ButcherOfBifrons.xml new file mode 100644 index 000000000..cc4543f27 --- /dev/null +++ b/data/templates/npc/monster/25148-ButcherOfBifrons.xml @@ -0,0 +1,30 @@ + + + + Butcher of Bifrons + Raid Fighter + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25150-EvilSpiritArcher.xml b/data/templates/npc/monster/25150-EvilSpiritArcher.xml new file mode 100644 index 000000000..8ae5b7870 --- /dev/null +++ b/data/templates/npc/monster/25150-EvilSpiritArcher.xml @@ -0,0 +1,30 @@ + + + + Evil Spirit Archer + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25151-EvilSpiritWarrior.xml b/data/templates/npc/monster/25151-EvilSpiritWarrior.xml new file mode 100644 index 000000000..8400aa742 --- /dev/null +++ b/data/templates/npc/monster/25151-EvilSpiritWarrior.xml @@ -0,0 +1,30 @@ + + + + Evil Spirit Warrior + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25153-ClawsOfShadar.xml b/data/templates/npc/monster/25153-ClawsOfShadar.xml new file mode 100644 index 000000000..b65c237d9 --- /dev/null +++ b/data/templates/npc/monster/25153-ClawsOfShadar.xml @@ -0,0 +1,29 @@ + + + + Claws of Shadar + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25154-WhipOfShadar.xml b/data/templates/npc/monster/25154-WhipOfShadar.xml new file mode 100644 index 000000000..a3a1ddcc6 --- /dev/null +++ b/data/templates/npc/monster/25154-WhipOfShadar.xml @@ -0,0 +1,29 @@ + + + + Whip of Shadar + Raid Fighter + 34 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25156-FanaticShaman.xml b/data/templates/npc/monster/25156-FanaticShaman.xml new file mode 100644 index 000000000..2544d1f12 --- /dev/null +++ b/data/templates/npc/monster/25156-FanaticShaman.xml @@ -0,0 +1,30 @@ + + + + Fanatic Shaman + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25157-FanaticSoldier.xml b/data/templates/npc/monster/25157-FanaticSoldier.xml new file mode 100644 index 000000000..71f865ca4 --- /dev/null +++ b/data/templates/npc/monster/25157-FanaticSoldier.xml @@ -0,0 +1,30 @@ + + + + Fanatic Soldier + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25160-RapiniTheUnicorn.xml b/data/templates/npc/monster/25160-RapiniTheUnicorn.xml new file mode 100644 index 000000000..6b56fa662 --- /dev/null +++ b/data/templates/npc/monster/25160-RapiniTheUnicorn.xml @@ -0,0 +1,29 @@ + + + + Rapini the Unicorn + Raid Fighter + 53 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25161-RirifTheUnicorn.xml b/data/templates/npc/monster/25161-RirifTheUnicorn.xml new file mode 100644 index 000000000..9fbfbd0b0 --- /dev/null +++ b/data/templates/npc/monster/25161-RirifTheUnicorn.xml @@ -0,0 +1,29 @@ + + + + Ririf the Unicorn + Raid Fighter + 53 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25167-IkuntaiSServitor.xml b/data/templates/npc/monster/25167-IkuntaiSServitor.xml new file mode 100644 index 000000000..e4ef74a3f --- /dev/null +++ b/data/templates/npc/monster/25167-IkuntaiSServitor.xml @@ -0,0 +1,29 @@ + + + + Ikuntai's Servitor + Raid Fighter + 24 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25168-PawnOfIkuntai.xml b/data/templates/npc/monster/25168-PawnOfIkuntai.xml new file mode 100644 index 000000000..8f200fe92 --- /dev/null +++ b/data/templates/npc/monster/25168-PawnOfIkuntai.xml @@ -0,0 +1,30 @@ + + + + Pawn of Ikuntai + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25171-HellionSArchers.xml b/data/templates/npc/monster/25171-HellionSArchers.xml new file mode 100644 index 000000000..16f0777af --- /dev/null +++ b/data/templates/npc/monster/25171-HellionSArchers.xml @@ -0,0 +1,30 @@ + + + + Hellion's Archers + Raid Fighter + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25172-HellionSGuards.xml b/data/templates/npc/monster/25172-HellionSGuards.xml new file mode 100644 index 000000000..2ed917e5d --- /dev/null +++ b/data/templates/npc/monster/25172-HellionSGuards.xml @@ -0,0 +1,30 @@ + + + + Hellion's Guards + Raid Fighter + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25174-KarutaSFollower.xml b/data/templates/npc/monster/25174-KarutaSFollower.xml new file mode 100644 index 000000000..d1233ec8b --- /dev/null +++ b/data/templates/npc/monster/25174-KarutaSFollower.xml @@ -0,0 +1,30 @@ + + + + Karuta's Follower + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25175-KarutaSInferiors.xml b/data/templates/npc/monster/25175-KarutaSInferiors.xml new file mode 100644 index 000000000..d208523b6 --- /dev/null +++ b/data/templates/npc/monster/25175-KarutaSInferiors.xml @@ -0,0 +1,29 @@ + + + + Karuta's Inferiors + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25177-GuardianKnightOfBlackLily.xml b/data/templates/npc/monster/25177-GuardianKnightOfBlackLily.xml new file mode 100644 index 000000000..5cd1cac66 --- /dev/null +++ b/data/templates/npc/monster/25177-GuardianKnightOfBlackLily.xml @@ -0,0 +1,30 @@ + + + + Guardian Knight of Black Lily + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25178-ServitorOfBlackLily.xml b/data/templates/npc/monster/25178-ServitorOfBlackLily.xml new file mode 100644 index 000000000..35789b012 --- /dev/null +++ b/data/templates/npc/monster/25178-ServitorOfBlackLily.xml @@ -0,0 +1,29 @@ + + + + Servitor of Black Lily + Raid Fighter + 54 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25180-KarumSGuard.xml b/data/templates/npc/monster/25180-KarumSGuard.xml new file mode 100644 index 000000000..2e461d54a --- /dev/null +++ b/data/templates/npc/monster/25180-KarumSGuard.xml @@ -0,0 +1,30 @@ + + + + Karum's Guard + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25181-KarumSWarrior.xml b/data/templates/npc/monster/25181-KarumSWarrior.xml new file mode 100644 index 000000000..e1f6c0989 --- /dev/null +++ b/data/templates/npc/monster/25181-KarumSWarrior.xml @@ -0,0 +1,29 @@ + + + + Karum's Warrior + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25183-KurikupsWife.xml b/data/templates/npc/monster/25183-KurikupsWife.xml new file mode 100644 index 000000000..2b7bcf86f --- /dev/null +++ b/data/templates/npc/monster/25183-KurikupsWife.xml @@ -0,0 +1,29 @@ + + + + Kurikups' Wife + Raid Fighter + 58 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25184-DevilBladerOfChaos.xml b/data/templates/npc/monster/25184-DevilBladerOfChaos.xml new file mode 100644 index 000000000..9180a8f7a --- /dev/null +++ b/data/templates/npc/monster/25184-DevilBladerOfChaos.xml @@ -0,0 +1,30 @@ + + + + Devil Blader of Chaos + Raid Fighter + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25186-HellenaSMarksman.xml b/data/templates/npc/monster/25186-HellenaSMarksman.xml new file mode 100644 index 000000000..5d7372308 --- /dev/null +++ b/data/templates/npc/monster/25186-HellenaSMarksman.xml @@ -0,0 +1,30 @@ + + + + Hellena's Marksman + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25187-HelenaSSoldier.xml b/data/templates/npc/monster/25187-HelenaSSoldier.xml new file mode 100644 index 000000000..00caf0bc2 --- /dev/null +++ b/data/templates/npc/monster/25187-HelenaSSoldier.xml @@ -0,0 +1,30 @@ + + + + Helena's Soldier + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25190-MumuSWizard.xml b/data/templates/npc/monster/25190-MumuSWizard.xml new file mode 100644 index 000000000..e3db24ca8 --- /dev/null +++ b/data/templates/npc/monster/25190-MumuSWizard.xml @@ -0,0 +1,29 @@ + + + + Mumu's Wizard + Raid Fighter + 33 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25191-MumuSWarrior.xml b/data/templates/npc/monster/25191-MumuSWarrior.xml new file mode 100644 index 000000000..b947c385d --- /dev/null +++ b/data/templates/npc/monster/25191-MumuSWarrior.xml @@ -0,0 +1,29 @@ + + + + Mumu's Warrior + Raid Fighter + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25193-PanathenSKnight.xml b/data/templates/npc/monster/25193-PanathenSKnight.xml new file mode 100644 index 000000000..4438cf1d4 --- /dev/null +++ b/data/templates/npc/monster/25193-PanathenSKnight.xml @@ -0,0 +1,30 @@ + + + + Panathen's Knight + Raid Fighter + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25194-PanathenSProtectors.xml b/data/templates/npc/monster/25194-PanathenSProtectors.xml new file mode 100644 index 000000000..e1a0f11f3 --- /dev/null +++ b/data/templates/npc/monster/25194-PanathenSProtectors.xml @@ -0,0 +1,30 @@ + + + + Panathen's Protectors + Raid Fighter + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25200-FamilyOfSheshark.xml b/data/templates/npc/monster/25200-FamilyOfSheshark.xml new file mode 100644 index 000000000..e94a72c1e --- /dev/null +++ b/data/templates/npc/monster/25200-FamilyOfSheshark.xml @@ -0,0 +1,29 @@ + + + + Family of Sheshark + Raid Fighter + 71 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25201-GuardOfSheshark.xml b/data/templates/npc/monster/25201-GuardOfSheshark.xml new file mode 100644 index 000000000..4b6d53fe4 --- /dev/null +++ b/data/templates/npc/monster/25201-GuardOfSheshark.xml @@ -0,0 +1,30 @@ + + + + Guard of Sheshark + Raid Fighter + 71 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25203-ParhitPadishaSobekk.xml b/data/templates/npc/monster/25203-ParhitPadishaSobekk.xml new file mode 100644 index 000000000..cc267f73a --- /dev/null +++ b/data/templates/npc/monster/25203-ParhitPadishaSobekk.xml @@ -0,0 +1,30 @@ + + + + Parhit Padisha Sobekk + Raid Fighter + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25204-KrokianPadishaSobekk.xml b/data/templates/npc/monster/25204-KrokianPadishaSobekk.xml new file mode 100644 index 000000000..9f3e2dbb3 --- /dev/null +++ b/data/templates/npc/monster/25204-KrokianPadishaSobekk.xml @@ -0,0 +1,30 @@ + + + + Krokian Padisha Sobekk + Raid Fighter + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25206-AshakielSBlade.xml b/data/templates/npc/monster/25206-AshakielSBlade.xml new file mode 100644 index 000000000..344eff108 --- /dev/null +++ b/data/templates/npc/monster/25206-AshakielSBlade.xml @@ -0,0 +1,30 @@ + + + + Ashakiel's Blade + Raid Fighter + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25207-AshakielSRod.xml b/data/templates/npc/monster/25207-AshakielSRod.xml new file mode 100644 index 000000000..e0d0184cb --- /dev/null +++ b/data/templates/npc/monster/25207-AshakielSRod.xml @@ -0,0 +1,30 @@ + + + + Ashakiel's Rod + Raid Fighter + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25209-AtekaSShaman.xml b/data/templates/npc/monster/25209-AtekaSShaman.xml new file mode 100644 index 000000000..c06d4464f --- /dev/null +++ b/data/templates/npc/monster/25209-AtekaSShaman.xml @@ -0,0 +1,29 @@ + + + + Ateka's Shaman + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25210-AtekaSGrunt.xml b/data/templates/npc/monster/25210-AtekaSGrunt.xml new file mode 100644 index 000000000..b012f9eaf --- /dev/null +++ b/data/templates/npc/monster/25210-AtekaSGrunt.xml @@ -0,0 +1,29 @@ + + + + Ateka's Grunt + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25212-SebekSPriest.xml b/data/templates/npc/monster/25212-SebekSPriest.xml new file mode 100644 index 000000000..df0683465 --- /dev/null +++ b/data/templates/npc/monster/25212-SebekSPriest.xml @@ -0,0 +1,30 @@ + + + + Sebek's Priest + Raid Fighter + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25213-SebekSFanatic.xml b/data/templates/npc/monster/25213-SebekSFanatic.xml new file mode 100644 index 000000000..a94635ec1 --- /dev/null +++ b/data/templates/npc/monster/25213-SebekSFanatic.xml @@ -0,0 +1,30 @@ + + + + Sebek's Fanatic + Raid Fighter + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25215-SikaSWizard.xml b/data/templates/npc/monster/25215-SikaSWizard.xml new file mode 100644 index 000000000..9c6cb5067 --- /dev/null +++ b/data/templates/npc/monster/25215-SikaSWizard.xml @@ -0,0 +1,29 @@ + + + + Sika's Wizard + Raid Fighter + 39 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25216-SikaSFighter.xml b/data/templates/npc/monster/25216-SikaSFighter.xml new file mode 100644 index 000000000..4611deb4d --- /dev/null +++ b/data/templates/npc/monster/25216-SikaSFighter.xml @@ -0,0 +1,29 @@ + + + + Sika's Fighter + Raid Fighter + 39 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25218-ClaraSMarksman.xml b/data/templates/npc/monster/25218-ClaraSMarksman.xml new file mode 100644 index 000000000..73f3b9dca --- /dev/null +++ b/data/templates/npc/monster/25218-ClaraSMarksman.xml @@ -0,0 +1,30 @@ + + + + Clara's Marksman + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25219-ClaraSPawn.xml b/data/templates/npc/monster/25219-ClaraSPawn.xml new file mode 100644 index 000000000..ba504c5fa --- /dev/null +++ b/data/templates/npc/monster/25219-ClaraSPawn.xml @@ -0,0 +1,30 @@ + + + + Clara's Pawn + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25221-DeathMageKrician.xml b/data/templates/npc/monster/25221-DeathMageKrician.xml new file mode 100644 index 000000000..77598454f --- /dev/null +++ b/data/templates/npc/monster/25221-DeathMageKrician.xml @@ -0,0 +1,30 @@ + + + + Death Mage Krician + Raid Fighter + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25222-DeathFighterHarik.xml b/data/templates/npc/monster/25222-DeathFighterHarik.xml new file mode 100644 index 000000000..733ee7a8c --- /dev/null +++ b/data/templates/npc/monster/25222-DeathFighterHarik.xml @@ -0,0 +1,30 @@ + + + + Death Fighter Harik + Raid Fighter + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25224-SoulSlasher.xml b/data/templates/npc/monster/25224-SoulSlasher.xml new file mode 100644 index 000000000..b23f406ed --- /dev/null +++ b/data/templates/npc/monster/25224-SoulSlasher.xml @@ -0,0 +1,29 @@ + + + + Soul Slasher + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25225-SoulStrainer.xml b/data/templates/npc/monster/25225-SoulStrainer.xml new file mode 100644 index 000000000..be64d0954 --- /dev/null +++ b/data/templates/npc/monster/25225-SoulStrainer.xml @@ -0,0 +1,29 @@ + + + + Soul Strainer + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25227-KastorSSeer.xml b/data/templates/npc/monster/25227-KastorSSeer.xml new file mode 100644 index 000000000..7a3ea5b13 --- /dev/null +++ b/data/templates/npc/monster/25227-KastorSSeer.xml @@ -0,0 +1,30 @@ + + + + Kastor's Seer + Raid Fighter + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25228-KastorSPrefect.xml b/data/templates/npc/monster/25228-KastorSPrefect.xml new file mode 100644 index 000000000..c163f59a2 --- /dev/null +++ b/data/templates/npc/monster/25228-KastorSPrefect.xml @@ -0,0 +1,30 @@ + + + + Kastor's Prefect + Raid Fighter + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25231-RagothSGuard.xml b/data/templates/npc/monster/25231-RagothSGuard.xml new file mode 100644 index 000000000..82ba93eeb --- /dev/null +++ b/data/templates/npc/monster/25231-RagothSGuard.xml @@ -0,0 +1,30 @@ + + + + Ragoth's Guard + Raid Fighter + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25232-RagothSHerald.xml b/data/templates/npc/monster/25232-RagothSHerald.xml new file mode 100644 index 000000000..71a38d9a6 --- /dev/null +++ b/data/templates/npc/monster/25232-RagothSHerald.xml @@ -0,0 +1,30 @@ + + + + Ragoth's Herald + Raid Fighter + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25236-KandraSHealer.xml b/data/templates/npc/monster/25236-KandraSHealer.xml new file mode 100644 index 000000000..a69b3c4be --- /dev/null +++ b/data/templates/npc/monster/25236-KandraSHealer.xml @@ -0,0 +1,30 @@ + + + + Kandra's Healer + Raid Fighter + 71 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25237-KandraSGuard.xml b/data/templates/npc/monster/25237-KandraSGuard.xml new file mode 100644 index 000000000..743b8083a --- /dev/null +++ b/data/templates/npc/monster/25237-KandraSGuard.xml @@ -0,0 +1,30 @@ + + + + Kandra's Guard + Raid Fighter + 71 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25239-MonstrousBeastOfAbyssBrukunt.xml b/data/templates/npc/monster/25239-MonstrousBeastOfAbyssBrukunt.xml new file mode 100644 index 000000000..4c8d61fe9 --- /dev/null +++ b/data/templates/npc/monster/25239-MonstrousBeastOfAbyssBrukunt.xml @@ -0,0 +1,29 @@ + + + + Monstrous Beast of Abyss Brukunt + Raid Fighter + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25240-WildBeastOfAbyssBrukunt.xml b/data/templates/npc/monster/25240-WildBeastOfAbyssBrukunt.xml new file mode 100644 index 000000000..d4655d111 --- /dev/null +++ b/data/templates/npc/monster/25240-WildBeastOfAbyssBrukunt.xml @@ -0,0 +1,29 @@ + + + + Wild Beast of Abyss Brukunt + Raid Fighter + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25242-TamashSAdvisor.xml b/data/templates/npc/monster/25242-TamashSAdvisor.xml new file mode 100644 index 000000000..25f0f1484 --- /dev/null +++ b/data/templates/npc/monster/25242-TamashSAdvisor.xml @@ -0,0 +1,30 @@ + + + + Tamash's Advisor + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25243-TamashSServant.xml b/data/templates/npc/monster/25243-TamashSServant.xml new file mode 100644 index 000000000..fc915a786 --- /dev/null +++ b/data/templates/npc/monster/25243-TamashSServant.xml @@ -0,0 +1,30 @@ + + + + Tamash's Servant + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25246-GlakiSHenchman.xml b/data/templates/npc/monster/25246-GlakiSHenchman.xml new file mode 100644 index 000000000..bc91fe553 --- /dev/null +++ b/data/templates/npc/monster/25246-GlakiSHenchman.xml @@ -0,0 +1,30 @@ + + + + Glaki's Henchman + Raid Fighter + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25247-GlakiSServant.xml b/data/templates/npc/monster/25247-GlakiSServant.xml new file mode 100644 index 000000000..8a23133c6 --- /dev/null +++ b/data/templates/npc/monster/25247-GlakiSServant.xml @@ -0,0 +1,30 @@ + + + + Glaki's Servant + Raid Fighter + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25250-ManEatingPlantOfPalatanos.xml b/data/templates/npc/monster/25250-ManEatingPlantOfPalatanos.xml new file mode 100644 index 000000000..02d1bcbe4 --- /dev/null +++ b/data/templates/npc/monster/25250-ManEatingPlantOfPalatanos.xml @@ -0,0 +1,29 @@ + + + + Man-Eating Plant of Palatanos + Raid Fighter + 74 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25251-SaplingOfPalatanos.xml b/data/templates/npc/monster/25251-SaplingOfPalatanos.xml new file mode 100644 index 000000000..16de16d05 --- /dev/null +++ b/data/templates/npc/monster/25251-SaplingOfPalatanos.xml @@ -0,0 +1,29 @@ + + + + Sapling of Palatanos + Raid Fighter + 74 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25253-HandmaidenOfThemis.xml b/data/templates/npc/monster/25253-HandmaidenOfThemis.xml new file mode 100644 index 000000000..f35f3a5bc --- /dev/null +++ b/data/templates/npc/monster/25253-HandmaidenOfThemis.xml @@ -0,0 +1,29 @@ + + + + Handmaiden of Themis + Raid Fighter + 69 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25254-ThemisSSentinel.xml b/data/templates/npc/monster/25254-ThemisSSentinel.xml new file mode 100644 index 000000000..9b790cd51 --- /dev/null +++ b/data/templates/npc/monster/25254-ThemisSSentinel.xml @@ -0,0 +1,30 @@ + + + + Themis's Sentinel + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25257-ArakSArcher.xml b/data/templates/npc/monster/25257-ArakSArcher.xml new file mode 100644 index 000000000..f2d5af158 --- /dev/null +++ b/data/templates/npc/monster/25257-ArakSArcher.xml @@ -0,0 +1,30 @@ + + + + Arak's Archer + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25258-ArakSFootman.xml b/data/templates/npc/monster/25258-ArakSFootman.xml new file mode 100644 index 000000000..06130a09c --- /dev/null +++ b/data/templates/npc/monster/25258-ArakSFootman.xml @@ -0,0 +1,30 @@ + + + + Arak's Footman + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25261-TotemGuardArcher.xml b/data/templates/npc/monster/25261-TotemGuardArcher.xml new file mode 100644 index 000000000..3caa8e3a7 --- /dev/null +++ b/data/templates/npc/monster/25261-TotemGuardArcher.xml @@ -0,0 +1,30 @@ + + + + Totem Guard Archer + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25262-TotemGuard.xml b/data/templates/npc/monster/25262-TotemGuard.xml new file mode 100644 index 000000000..301395cbd --- /dev/null +++ b/data/templates/npc/monster/25262-TotemGuard.xml @@ -0,0 +1,30 @@ + + + + Totem Guard + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25264-KeloneSAssassin.xml b/data/templates/npc/monster/25264-KeloneSAssassin.xml new file mode 100644 index 000000000..630ffff2c --- /dev/null +++ b/data/templates/npc/monster/25264-KeloneSAssassin.xml @@ -0,0 +1,30 @@ + + + + Kelone's Assassin + Raid Fighter + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25265-KeloneSSecretKnight.xml b/data/templates/npc/monster/25265-KeloneSSecretKnight.xml new file mode 100644 index 000000000..07f9de68e --- /dev/null +++ b/data/templates/npc/monster/25265-KeloneSSecretKnight.xml @@ -0,0 +1,30 @@ + + + + Kelone's Secret Knight + Raid Fighter + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25267-DecarbiaSRoyalGuard.xml b/data/templates/npc/monster/25267-DecarbiaSRoyalGuard.xml new file mode 100644 index 000000000..71da13a2e --- /dev/null +++ b/data/templates/npc/monster/25267-DecarbiaSRoyalGuard.xml @@ -0,0 +1,30 @@ + + + + Decarbia's Royal Guard + Raid Fighter + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25268-DecarbiaSEscort.xml b/data/templates/npc/monster/25268-DecarbiaSEscort.xml new file mode 100644 index 000000000..7c5301f91 --- /dev/null +++ b/data/templates/npc/monster/25268-DecarbiaSEscort.xml @@ -0,0 +1,30 @@ + + + + Decarbia's Escort + Raid Fighter + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25270-BehemothJaveliner.xml b/data/templates/npc/monster/25270-BehemothJaveliner.xml new file mode 100644 index 000000000..0f586e53e --- /dev/null +++ b/data/templates/npc/monster/25270-BehemothJaveliner.xml @@ -0,0 +1,30 @@ + + + + Behemoth Javeliner + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25271-BehemothFlare.xml b/data/templates/npc/monster/25271-BehemothFlare.xml new file mode 100644 index 000000000..a9ba41c8b --- /dev/null +++ b/data/templates/npc/monster/25271-BehemothFlare.xml @@ -0,0 +1,29 @@ + + + + Behemoth Flare + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25274-Carnabarun.xml b/data/templates/npc/monster/25274-Carnabarun.xml new file mode 100644 index 000000000..9cfb78e22 --- /dev/null +++ b/data/templates/npc/monster/25274-Carnabarun.xml @@ -0,0 +1,26 @@ + + + + Carnabarun + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25275-Carnassiud.xml b/data/templates/npc/monster/25275-Carnassiud.xml new file mode 100644 index 000000000..2737e7814 --- /dev/null +++ b/data/templates/npc/monster/25275-Carnassiud.xml @@ -0,0 +1,26 @@ + + + + Carnassiud + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25278-DeadSoulOfStigma.xml b/data/templates/npc/monster/25278-DeadSoulOfStigma.xml new file mode 100644 index 000000000..bedb3c397 --- /dev/null +++ b/data/templates/npc/monster/25278-DeadSoulOfStigma.xml @@ -0,0 +1,29 @@ + + + + Dead Soul of Stigma + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25279-EvilSpiritOfStigma.xml b/data/templates/npc/monster/25279-EvilSpiritOfStigma.xml new file mode 100644 index 000000000..6e2d3f028 --- /dev/null +++ b/data/templates/npc/monster/25279-EvilSpiritOfStigma.xml @@ -0,0 +1,29 @@ + + + + Evil Spirit of Stigma + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25284-LilithSAgent.xml b/data/templates/npc/monster/25284-LilithSAgent.xml new file mode 100644 index 000000000..1f73c5f12 --- /dev/null +++ b/data/templates/npc/monster/25284-LilithSAgent.xml @@ -0,0 +1,29 @@ + + + + Lilith's Agent + Raid Fighter + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25285-LilithSEscort.xml b/data/templates/npc/monster/25285-LilithSEscort.xml new file mode 100644 index 000000000..13262797b --- /dev/null +++ b/data/templates/npc/monster/25285-LilithSEscort.xml @@ -0,0 +1,30 @@ + + + + Lilith's Escort + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25287-AnakimSGuardian.xml b/data/templates/npc/monster/25287-AnakimSGuardian.xml new file mode 100644 index 000000000..d5a8cb7d9 --- /dev/null +++ b/data/templates/npc/monster/25287-AnakimSGuardian.xml @@ -0,0 +1,29 @@ + + + + Anakim's Guardian + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25288-AnakimSRoyalGuard.xml b/data/templates/npc/monster/25288-AnakimSRoyalGuard.xml new file mode 100644 index 000000000..e50e5e3db --- /dev/null +++ b/data/templates/npc/monster/25288-AnakimSRoyalGuard.xml @@ -0,0 +1,29 @@ + + + + Anakim's Royal Guard + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25289-AnakimSExecutor.xml b/data/templates/npc/monster/25289-AnakimSExecutor.xml new file mode 100644 index 000000000..032d86ec4 --- /dev/null +++ b/data/templates/npc/monster/25289-AnakimSExecutor.xml @@ -0,0 +1,28 @@ + + + + Anakim's Executor + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25291-FamilyOfDaimon.xml b/data/templates/npc/monster/25291-FamilyOfDaimon.xml new file mode 100644 index 000000000..cf44f2296 --- /dev/null +++ b/data/templates/npc/monster/25291-FamilyOfDaimon.xml @@ -0,0 +1,29 @@ + + + + Family of Daimon + Raid Fighter + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25292-FamilyOfDaimon.xml b/data/templates/npc/monster/25292-FamilyOfDaimon.xml new file mode 100644 index 000000000..1836b6fc0 --- /dev/null +++ b/data/templates/npc/monster/25292-FamilyOfDaimon.xml @@ -0,0 +1,29 @@ + + + + Family of Daimon + Raid Fighter + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25294-FighterOfHestia.xml b/data/templates/npc/monster/25294-FighterOfHestia.xml new file mode 100644 index 000000000..59999727a --- /dev/null +++ b/data/templates/npc/monster/25294-FighterOfHestia.xml @@ -0,0 +1,29 @@ + + + + Fighter of Hestia + Raid Fighter + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25295-FollowerOfHestia.xml b/data/templates/npc/monster/25295-FollowerOfHestia.xml new file mode 100644 index 000000000..3ce9d3ef8 --- /dev/null +++ b/data/templates/npc/monster/25295-FollowerOfHestia.xml @@ -0,0 +1,29 @@ + + + + Follower of Hestia + Raid Fighter + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25297-IcicleGiant.xml b/data/templates/npc/monster/25297-IcicleGiant.xml new file mode 100644 index 000000000..64233db71 --- /dev/null +++ b/data/templates/npc/monster/25297-IcicleGiant.xml @@ -0,0 +1,29 @@ + + + + Icicle Giant + Raid Fighter + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25298-IcicleGiant.xml b/data/templates/npc/monster/25298-IcicleGiant.xml new file mode 100644 index 000000000..eed5d844c --- /dev/null +++ b/data/templates/npc/monster/25298-IcicleGiant.xml @@ -0,0 +1,29 @@ + + + + Icicle Giant + Raid Fighter + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25300-ScoutOfHekaton.xml b/data/templates/npc/monster/25300-ScoutOfHekaton.xml new file mode 100644 index 000000000..0c898f1d7 --- /dev/null +++ b/data/templates/npc/monster/25300-ScoutOfHekaton.xml @@ -0,0 +1,30 @@ + + + + Scout of Hekaton + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25301-ServantOfHekaton.xml b/data/templates/npc/monster/25301-ServantOfHekaton.xml new file mode 100644 index 000000000..0d72d2f8c --- /dev/null +++ b/data/templates/npc/monster/25301-ServantOfHekaton.xml @@ -0,0 +1,30 @@ + + + + Servant of Hekaton + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25303-TayrSAide.xml b/data/templates/npc/monster/25303-TayrSAide.xml new file mode 100644 index 000000000..09608b8b5 --- /dev/null +++ b/data/templates/npc/monster/25303-TayrSAide.xml @@ -0,0 +1,30 @@ + + + + Tayr's Aide + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25304-TayrSGuard.xml b/data/templates/npc/monster/25304-TayrSGuard.xml new file mode 100644 index 000000000..4114983f1 --- /dev/null +++ b/data/templates/npc/monster/25304-TayrSGuard.xml @@ -0,0 +1,30 @@ + + + + Tayr's Guard + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25307-FamilyOfNastron.xml b/data/templates/npc/monster/25307-FamilyOfNastron.xml new file mode 100644 index 000000000..e09edb6b9 --- /dev/null +++ b/data/templates/npc/monster/25307-FamilyOfNastron.xml @@ -0,0 +1,29 @@ + + + + Family of Nastron + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25308-FamilyOfNastron.xml b/data/templates/npc/monster/25308-FamilyOfNastron.xml new file mode 100644 index 000000000..74957f008 --- /dev/null +++ b/data/templates/npc/monster/25308-FamilyOfNastron.xml @@ -0,0 +1,29 @@ + + + + Family of Nastron + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25310-ShadithSRoyalGuardCaptain.xml b/data/templates/npc/monster/25310-ShadithSRoyalGuardCaptain.xml new file mode 100644 index 000000000..d6b382b78 --- /dev/null +++ b/data/templates/npc/monster/25310-ShadithSRoyalGuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Shadith's Royal Guard Captain + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25311-ShadithSSentinel.xml b/data/templates/npc/monster/25311-ShadithSSentinel.xml new file mode 100644 index 000000000..bfd6b85f8 --- /dev/null +++ b/data/templates/npc/monster/25311-ShadithSSentinel.xml @@ -0,0 +1,30 @@ + + + + Shadith's Sentinel + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25313-MosAide.xml b/data/templates/npc/monster/25313-MosAide.xml new file mode 100644 index 000000000..f2801da4d --- /dev/null +++ b/data/templates/npc/monster/25313-MosAide.xml @@ -0,0 +1,30 @@ + + + + Mos' Aide + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25314-MosGuard.xml b/data/templates/npc/monster/25314-MosGuard.xml new file mode 100644 index 000000000..2b3aa23d9 --- /dev/null +++ b/data/templates/npc/monster/25314-MosGuard.xml @@ -0,0 +1,30 @@ + + + + Mos' Guard + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25317-FamilyOfAshutar.xml b/data/templates/npc/monster/25317-FamilyOfAshutar.xml new file mode 100644 index 000000000..3bd446c18 --- /dev/null +++ b/data/templates/npc/monster/25317-FamilyOfAshutar.xml @@ -0,0 +1,29 @@ + + + + Family of Ashutar + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25318-FamilyOfAshutar.xml b/data/templates/npc/monster/25318-FamilyOfAshutar.xml new file mode 100644 index 000000000..aff0cd7b8 --- /dev/null +++ b/data/templates/npc/monster/25318-FamilyOfAshutar.xml @@ -0,0 +1,29 @@ + + + + Family of Ashutar + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25320-SentinelOfEmber.xml b/data/templates/npc/monster/25320-SentinelOfEmber.xml new file mode 100644 index 000000000..d5b46c7ec --- /dev/null +++ b/data/templates/npc/monster/25320-SentinelOfEmber.xml @@ -0,0 +1,29 @@ + + + + Sentinel of Ember + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25321-MessengerOfEmber.xml b/data/templates/npc/monster/25321-MessengerOfEmber.xml new file mode 100644 index 000000000..5e023474b --- /dev/null +++ b/data/templates/npc/monster/25321-MessengerOfEmber.xml @@ -0,0 +1,29 @@ + + + + Messenger of Ember + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25323-FalstonSDisciple.xml b/data/templates/npc/monster/25323-FalstonSDisciple.xml new file mode 100644 index 000000000..926697104 --- /dev/null +++ b/data/templates/npc/monster/25323-FalstonSDisciple.xml @@ -0,0 +1,30 @@ + + + + Falston's Disciple + Raid Fighter + 65 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25324-ServantOfFalston.xml b/data/templates/npc/monster/25324-ServantOfFalston.xml new file mode 100644 index 000000000..fa73ebb62 --- /dev/null +++ b/data/templates/npc/monster/25324-ServantOfFalston.xml @@ -0,0 +1,30 @@ + + + + Servant of Falston + Raid Fighter + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25326-BarakielSDisciple.xml b/data/templates/npc/monster/25326-BarakielSDisciple.xml new file mode 100644 index 000000000..0284d6d51 --- /dev/null +++ b/data/templates/npc/monster/25326-BarakielSDisciple.xml @@ -0,0 +1,30 @@ + + + + Barakiel's Disciple + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25327-BarakielSAcolyte.xml b/data/templates/npc/monster/25327-BarakielSAcolyte.xml new file mode 100644 index 000000000..9d6713072 --- /dev/null +++ b/data/templates/npc/monster/25327-BarakielSAcolyte.xml @@ -0,0 +1,30 @@ + + + + Barakiel's Acolyte + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25329-Violet.xml b/data/templates/npc/monster/25329-Violet.xml new file mode 100644 index 000000000..c39f2cd30 --- /dev/null +++ b/data/templates/npc/monster/25329-Violet.xml @@ -0,0 +1,30 @@ + + + + Violet + Raid Fighter + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25330-Kurstin.xml b/data/templates/npc/monster/25330-Kurstin.xml new file mode 100644 index 000000000..c5d214a1b --- /dev/null +++ b/data/templates/npc/monster/25330-Kurstin.xml @@ -0,0 +1,30 @@ + + + + Kurstin + Raid Fighter + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25331-Mina.xml b/data/templates/npc/monster/25331-Mina.xml new file mode 100644 index 000000000..160149ca3 --- /dev/null +++ b/data/templates/npc/monster/25331-Mina.xml @@ -0,0 +1,30 @@ + + + + Mina + Raid Fighter + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25332-Dorian.xml b/data/templates/npc/monster/25332-Dorian.xml new file mode 100644 index 000000000..b374d22df --- /dev/null +++ b/data/templates/npc/monster/25332-Dorian.xml @@ -0,0 +1,30 @@ + + + + Dorian + Raid Fighter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25339-ShadowOfHalisha.xml b/data/templates/npc/monster/25339-ShadowOfHalisha.xml new file mode 100644 index 000000000..c883a7dfb --- /dev/null +++ b/data/templates/npc/monster/25339-ShadowOfHalisha.xml @@ -0,0 +1,42 @@ + + + + Shadow of Halisha + Ruler of Sepulcher + 80 + FEMALE + + + + + + + + + + + + + + + 2643173 + 390090 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/25340-KnightOfShadow.xml b/data/templates/npc/monster/25340-KnightOfShadow.xml new file mode 100644 index 000000000..cb147283c --- /dev/null +++ b/data/templates/npc/monster/25340-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25341-KnightOfShadow.xml b/data/templates/npc/monster/25341-KnightOfShadow.xml new file mode 100644 index 000000000..7b629f2d6 --- /dev/null +++ b/data/templates/npc/monster/25341-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25342-ShadowOfHalisha.xml b/data/templates/npc/monster/25342-ShadowOfHalisha.xml new file mode 100644 index 000000000..9d53aa421 --- /dev/null +++ b/data/templates/npc/monster/25342-ShadowOfHalisha.xml @@ -0,0 +1,35 @@ + + + + Shadow of Halisha + Ruler of Sepulcher + 80 + FEMALE + + + + + + + + + + + + + + + 2643173 + 390090 + + + + + + + + + + + + diff --git a/data/templates/npc/monster/25343-KnightOfShadow.xml b/data/templates/npc/monster/25343-KnightOfShadow.xml new file mode 100644 index 000000000..d4b0b7430 --- /dev/null +++ b/data/templates/npc/monster/25343-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25344-KnightOfShadow.xml b/data/templates/npc/monster/25344-KnightOfShadow.xml new file mode 100644 index 000000000..a0798bc48 --- /dev/null +++ b/data/templates/npc/monster/25344-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25345-KnightOfShadow.xml b/data/templates/npc/monster/25345-KnightOfShadow.xml new file mode 100644 index 000000000..7d24bdd6c --- /dev/null +++ b/data/templates/npc/monster/25345-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of shadow + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25346-ShadowOfHalisha.xml b/data/templates/npc/monster/25346-ShadowOfHalisha.xml new file mode 100644 index 000000000..21fd5c55f --- /dev/null +++ b/data/templates/npc/monster/25346-ShadowOfHalisha.xml @@ -0,0 +1,38 @@ + + + + Shadow of Halisha + Ruler of Sepulcher + 80 + FEMALE + + + + + + + + + + + + + + + 2643173 + 390090 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/25347-KnightOfShadow.xml b/data/templates/npc/monster/25347-KnightOfShadow.xml new file mode 100644 index 000000000..d1abad870 --- /dev/null +++ b/data/templates/npc/monster/25347-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of Shadow + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25348-KnightOfShadow.xml b/data/templates/npc/monster/25348-KnightOfShadow.xml new file mode 100644 index 000000000..3379dec3e --- /dev/null +++ b/data/templates/npc/monster/25348-KnightOfShadow.xml @@ -0,0 +1,29 @@ + + + + Knight of Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25349-ShadowOfHalisha.xml b/data/templates/npc/monster/25349-ShadowOfHalisha.xml new file mode 100644 index 000000000..95b23b601 --- /dev/null +++ b/data/templates/npc/monster/25349-ShadowOfHalisha.xml @@ -0,0 +1,41 @@ + + + + Shadow of Halisha + Ruler of Sepulcher + 80 + FEMALE + + + + + + + + + + + + + + + 2643173 + 390090 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/25350-KnightOfShadow.xml b/data/templates/npc/monster/25350-KnightOfShadow.xml new file mode 100644 index 000000000..f4abdb3d6 --- /dev/null +++ b/data/templates/npc/monster/25350-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of Shadow + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25351-KnightOfShadow.xml b/data/templates/npc/monster/25351-KnightOfShadow.xml new file mode 100644 index 000000000..c5a103b00 --- /dev/null +++ b/data/templates/npc/monster/25351-KnightOfShadow.xml @@ -0,0 +1,28 @@ + + + + Knight of Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25353-GiantWastelandBasilisk.xml b/data/templates/npc/monster/25353-GiantWastelandBasilisk.xml new file mode 100644 index 000000000..e63dba57d --- /dev/null +++ b/data/templates/npc/monster/25353-GiantWastelandBasilisk.xml @@ -0,0 +1,29 @@ + + + + Giant Wasteland Basilisk + Raid Fighter + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25355-SiroccoSGargoyle.xml b/data/templates/npc/monster/25355-SiroccoSGargoyle.xml new file mode 100644 index 000000000..961617bcb --- /dev/null +++ b/data/templates/npc/monster/25355-SiroccoSGargoyle.xml @@ -0,0 +1,29 @@ + + + + Sirocco's Gargoyle + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25356-SiroccoSGuards.xml b/data/templates/npc/monster/25356-SiroccoSGuards.xml new file mode 100644 index 000000000..58c40e445 --- /dev/null +++ b/data/templates/npc/monster/25356-SiroccoSGuards.xml @@ -0,0 +1,29 @@ + + + + Sirocco's Guards + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25358-SukarWereratGuard.xml b/data/templates/npc/monster/25358-SukarWereratGuard.xml new file mode 100644 index 000000000..d35aa84db --- /dev/null +++ b/data/templates/npc/monster/25358-SukarWereratGuard.xml @@ -0,0 +1,30 @@ + + + + Sukar Wererat Guard + Raid Fighter + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25359-SukarWereratPriest.xml b/data/templates/npc/monster/25359-SukarWereratPriest.xml new file mode 100644 index 000000000..3dc20ea9d --- /dev/null +++ b/data/templates/npc/monster/25359-SukarWereratPriest.xml @@ -0,0 +1,30 @@ + + + + Sukar Wererat Priest + Raid Fighter + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25361-YellowHornet.xml b/data/templates/npc/monster/25361-YellowHornet.xml new file mode 100644 index 000000000..011d58dfb --- /dev/null +++ b/data/templates/npc/monster/25361-YellowHornet.xml @@ -0,0 +1,29 @@ + + + + Yellow Hornet + Raid Fighter + 25 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25363-SharukSTracker.xml b/data/templates/npc/monster/25363-SharukSTracker.xml new file mode 100644 index 000000000..fd4f0f49e --- /dev/null +++ b/data/templates/npc/monster/25363-SharukSTracker.xml @@ -0,0 +1,30 @@ + + + + Sharuk's Tracker + Raid Fighter + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25364-SharukSMarksman.xml b/data/templates/npc/monster/25364-SharukSMarksman.xml new file mode 100644 index 000000000..0635e1a2b --- /dev/null +++ b/data/templates/npc/monster/25364-SharukSMarksman.xml @@ -0,0 +1,30 @@ + + + + Sharuk's Marksman + Raid Fighter + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25367-KuroborosFollower.xml b/data/templates/npc/monster/25367-KuroborosFollower.xml new file mode 100644 index 000000000..59e493a06 --- /dev/null +++ b/data/templates/npc/monster/25367-KuroborosFollower.xml @@ -0,0 +1,30 @@ + + + + Kuroboros' Follower + Raid Fighter + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25368-KuroborosDiscipline.xml b/data/templates/npc/monster/25368-KuroborosDiscipline.xml new file mode 100644 index 000000000..44381b122 --- /dev/null +++ b/data/templates/npc/monster/25368-KuroborosDiscipline.xml @@ -0,0 +1,30 @@ + + + + Kuroboros' Discipline + Raid Fighter + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25370-CorpseScavenger.xml b/data/templates/npc/monster/25370-CorpseScavenger.xml new file mode 100644 index 000000000..edfd97b46 --- /dev/null +++ b/data/templates/npc/monster/25370-CorpseScavenger.xml @@ -0,0 +1,30 @@ + + + + Corpse Scavenger + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25371-AnimaScavenger.xml b/data/templates/npc/monster/25371-AnimaScavenger.xml new file mode 100644 index 000000000..3d161b362 --- /dev/null +++ b/data/templates/npc/monster/25371-AnimaScavenger.xml @@ -0,0 +1,30 @@ + + + + Anima Scavenger + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25374-AbyssFlyer.xml b/data/templates/npc/monster/25374-AbyssFlyer.xml new file mode 100644 index 000000000..52f5bc9c3 --- /dev/null +++ b/data/templates/npc/monster/25374-AbyssFlyer.xml @@ -0,0 +1,29 @@ + + + + Abyss Flyer + Raid Fighter + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25376-WarriorZombieOfFarakelsus.xml b/data/templates/npc/monster/25376-WarriorZombieOfFarakelsus.xml new file mode 100644 index 000000000..b9902ff0e --- /dev/null +++ b/data/templates/npc/monster/25376-WarriorZombieOfFarakelsus.xml @@ -0,0 +1,29 @@ + + + + Warrior Zombie of Farakelsus + Raid Fighter + 19 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25377-PriestZombieOfFarakelsus.xml b/data/templates/npc/monster/25377-PriestZombieOfFarakelsus.xml new file mode 100644 index 000000000..dfe485ef7 --- /dev/null +++ b/data/templates/npc/monster/25377-PriestZombieOfFarakelsus.xml @@ -0,0 +1,29 @@ + + + + Priest Zombie of Farakelsus + Raid Fighter + 19 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25379-DementiaBeast.xml b/data/templates/npc/monster/25379-DementiaBeast.xml new file mode 100644 index 000000000..84063e6b3 --- /dev/null +++ b/data/templates/npc/monster/25379-DementiaBeast.xml @@ -0,0 +1,29 @@ + + + + Dementia Beast + Raid Fighter + 19 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25381-NightmareFlyer.xml b/data/templates/npc/monster/25381-NightmareFlyer.xml new file mode 100644 index 000000000..60ef06467 --- /dev/null +++ b/data/templates/npc/monster/25381-NightmareFlyer.xml @@ -0,0 +1,29 @@ + + + + Nightmare Flyer + Raid Fighter + 19 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25382-HostileFlyer.xml b/data/templates/npc/monster/25382-HostileFlyer.xml new file mode 100644 index 000000000..49e16fbc4 --- /dev/null +++ b/data/templates/npc/monster/25382-HostileFlyer.xml @@ -0,0 +1,29 @@ + + + + Hostile Flyer + Raid Fighter + 19 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25384-ServantOfCalibus.xml b/data/templates/npc/monster/25384-ServantOfCalibus.xml new file mode 100644 index 000000000..61dc683e0 --- /dev/null +++ b/data/templates/npc/monster/25384-ServantOfCalibus.xml @@ -0,0 +1,30 @@ + + + + Servant of Calibus + Raid Fighter + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25386-GhostOfTheExecutionGrounds.xml b/data/templates/npc/monster/25386-GhostOfTheExecutionGrounds.xml new file mode 100644 index 000000000..6e4f57a57 --- /dev/null +++ b/data/templates/npc/monster/25386-GhostOfTheExecutionGrounds.xml @@ -0,0 +1,30 @@ + + + + Ghost of the Execution Grounds + Raid Fighter + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25387-MalignantSpiritOfTheExecutionGrounds.xml b/data/templates/npc/monster/25387-MalignantSpiritOfTheExecutionGrounds.xml new file mode 100644 index 000000000..b8296c96e --- /dev/null +++ b/data/templates/npc/monster/25387-MalignantSpiritOfTheExecutionGrounds.xml @@ -0,0 +1,30 @@ + + + + Malignant Spirit of the Execution Grounds + Raid Fighter + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25389-RedEyeArcher.xml b/data/templates/npc/monster/25389-RedEyeArcher.xml new file mode 100644 index 000000000..cb245ba0b --- /dev/null +++ b/data/templates/npc/monster/25389-RedEyeArcher.xml @@ -0,0 +1,30 @@ + + + + Red Eye Archer + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25390-RedEyeGuards.xml b/data/templates/npc/monster/25390-RedEyeGuards.xml new file mode 100644 index 000000000..6eb6642b2 --- /dev/null +++ b/data/templates/npc/monster/25390-RedEyeGuards.xml @@ -0,0 +1,30 @@ + + + + Red Eye Guards + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25393-MarshStakatoNoble.xml b/data/templates/npc/monster/25393-MarshStakatoNoble.xml new file mode 100644 index 000000000..97be2883b --- /dev/null +++ b/data/templates/npc/monster/25393-MarshStakatoNoble.xml @@ -0,0 +1,30 @@ + + + + Marsh Stakato Noble + Raid Fighter + 31 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25396-KusionSuscepter.xml b/data/templates/npc/monster/25396-KusionSuscepter.xml new file mode 100644 index 000000000..58b7bd5ed --- /dev/null +++ b/data/templates/npc/monster/25396-KusionSuscepter.xml @@ -0,0 +1,29 @@ + + + + Kusion Suscepter + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25397-GustosSuscepter.xml b/data/templates/npc/monster/25397-GustosSuscepter.xml new file mode 100644 index 000000000..0ce0745e9 --- /dev/null +++ b/data/templates/npc/monster/25397-GustosSuscepter.xml @@ -0,0 +1,29 @@ + + + + Gustos Suscepter + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25399-ApprenticeOfWatchman.xml b/data/templates/npc/monster/25399-ApprenticeOfWatchman.xml new file mode 100644 index 000000000..27b6f8e3f --- /dev/null +++ b/data/templates/npc/monster/25399-ApprenticeOfWatchman.xml @@ -0,0 +1,29 @@ + + + + Apprentice of Watchman + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25400-PageOfWatchman.xml b/data/templates/npc/monster/25400-PageOfWatchman.xml new file mode 100644 index 000000000..c72481bc2 --- /dev/null +++ b/data/templates/npc/monster/25400-PageOfWatchman.xml @@ -0,0 +1,29 @@ + + + + Page of Watchman + Raid Fighter + 34 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25402-RetainerOfSkyla.xml b/data/templates/npc/monster/25402-RetainerOfSkyla.xml new file mode 100644 index 000000000..8fd128a75 --- /dev/null +++ b/data/templates/npc/monster/25402-RetainerOfSkyla.xml @@ -0,0 +1,30 @@ + + + + Retainer of Skyla + Raid Fighter + 31 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25403-FollowerOfSkyla.xml b/data/templates/npc/monster/25403-FollowerOfSkyla.xml new file mode 100644 index 000000000..e25bd949c --- /dev/null +++ b/data/templates/npc/monster/25403-FollowerOfSkyla.xml @@ -0,0 +1,30 @@ + + + + Follower of Skyla + Raid Fighter + 31 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25405-KylonSPirate.xml b/data/templates/npc/monster/25405-KylonSPirate.xml new file mode 100644 index 000000000..593f6b858 --- /dev/null +++ b/data/templates/npc/monster/25405-KylonSPirate.xml @@ -0,0 +1,30 @@ + + + + Kylon's Pirate + Raid Fighter + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25406-KylonSMate.xml b/data/templates/npc/monster/25406-KylonSMate.xml new file mode 100644 index 000000000..940e89966 --- /dev/null +++ b/data/templates/npc/monster/25406-KylonSMate.xml @@ -0,0 +1,30 @@ + + + + Kylon's Mate + Raid Fighter + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25408-IshkaSEliteOfficer.xml b/data/templates/npc/monster/25408-IshkaSEliteOfficer.xml new file mode 100644 index 000000000..e3f37c77e --- /dev/null +++ b/data/templates/npc/monster/25408-IshkaSEliteOfficer.xml @@ -0,0 +1,30 @@ + + + + Ishka's Elite Officer + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25409-IshkaSEliteSoldier.xml b/data/templates/npc/monster/25409-IshkaSEliteSoldier.xml new file mode 100644 index 000000000..42e240d14 --- /dev/null +++ b/data/templates/npc/monster/25409-IshkaSEliteSoldier.xml @@ -0,0 +1,30 @@ + + + + Ishka's Elite Soldier + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25411-RoadScavengerHenchman.xml b/data/templates/npc/monster/25411-RoadScavengerHenchman.xml new file mode 100644 index 000000000..a49abad05 --- /dev/null +++ b/data/templates/npc/monster/25411-RoadScavengerHenchman.xml @@ -0,0 +1,29 @@ + + + + Road Scavenger Henchman + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25413-NecrosentinelArcher.xml b/data/templates/npc/monster/25413-NecrosentinelArcher.xml new file mode 100644 index 000000000..4448a5f15 --- /dev/null +++ b/data/templates/npc/monster/25413-NecrosentinelArcher.xml @@ -0,0 +1,30 @@ + + + + Necrosentinel Archer + Raid Fighter + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25414-NecrosentinelSoldier.xml b/data/templates/npc/monster/25414-NecrosentinelSoldier.xml new file mode 100644 index 000000000..74a850da8 --- /dev/null +++ b/data/templates/npc/monster/25414-NecrosentinelSoldier.xml @@ -0,0 +1,30 @@ + + + + Necrosentinel Soldier + Raid Fighter + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25416-NakondasSlave.xml b/data/templates/npc/monster/25416-NakondasSlave.xml new file mode 100644 index 000000000..cf484a49a --- /dev/null +++ b/data/templates/npc/monster/25416-NakondasSlave.xml @@ -0,0 +1,29 @@ + + + + Nakondas' Slave + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25417-NakondasChain.xml b/data/templates/npc/monster/25417-NakondasChain.xml new file mode 100644 index 000000000..0ab48af4b --- /dev/null +++ b/data/templates/npc/monster/25417-NakondasChain.xml @@ -0,0 +1,29 @@ + + + + Nakondas' Chain + Raid Fighter + 39 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25419-DreadPanther.xml b/data/templates/npc/monster/25419-DreadPanther.xml new file mode 100644 index 000000000..57dc1d88e --- /dev/null +++ b/data/templates/npc/monster/25419-DreadPanther.xml @@ -0,0 +1,29 @@ + + + + Dread Panther + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25421-TrisalimEscort.xml b/data/templates/npc/monster/25421-TrisalimEscort.xml new file mode 100644 index 000000000..b74b04a41 --- /dev/null +++ b/data/templates/npc/monster/25421-TrisalimEscort.xml @@ -0,0 +1,29 @@ + + + + Trisalim Escort + Raid Fighter + 47 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25422-PageOfRottingTree.xml b/data/templates/npc/monster/25422-PageOfRottingTree.xml new file mode 100644 index 000000000..3389a759a --- /dev/null +++ b/data/templates/npc/monster/25422-PageOfRottingTree.xml @@ -0,0 +1,29 @@ + + + + Page of Rotting Tree + Raid Fighter + 47 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25424-TiminielSRoyalGuards.xml b/data/templates/npc/monster/25424-TiminielSRoyalGuards.xml new file mode 100644 index 000000000..c2729d821 --- /dev/null +++ b/data/templates/npc/monster/25424-TiminielSRoyalGuards.xml @@ -0,0 +1,29 @@ + + + + Timiniel's Royal Guards + Raid Fighter + 60 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25425-TiminielSRoyalGuardCaptain.xml b/data/templates/npc/monster/25425-TiminielSRoyalGuardCaptain.xml new file mode 100644 index 000000000..1026a7ec2 --- /dev/null +++ b/data/templates/npc/monster/25425-TiminielSRoyalGuardCaptain.xml @@ -0,0 +1,29 @@ + + + + Timiniel's Royal Guard Captain + Raid Fighter + 60 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25427-FrekiSVampireBat.xml b/data/templates/npc/monster/25427-FrekiSVampireBat.xml new file mode 100644 index 000000000..b8d70739c --- /dev/null +++ b/data/templates/npc/monster/25427-FrekiSVampireBat.xml @@ -0,0 +1,29 @@ + + + + Freki's Vampire Bat + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25428-FrekiSWildBear.xml b/data/templates/npc/monster/25428-FrekiSWildBear.xml new file mode 100644 index 000000000..4d0b28286 --- /dev/null +++ b/data/templates/npc/monster/25428-FrekiSWildBear.xml @@ -0,0 +1,29 @@ + + + + Freki's Wild Bear + Raid Fighter + 24 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25430-TalosCohort.xml b/data/templates/npc/monster/25430-TalosCohort.xml new file mode 100644 index 000000000..4c98456ed --- /dev/null +++ b/data/templates/npc/monster/25430-TalosCohort.xml @@ -0,0 +1,29 @@ + + + + Talos' Cohort + Raid Fighter + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25432-ElementalOfFlame.xml b/data/templates/npc/monster/25432-ElementalOfFlame.xml new file mode 100644 index 000000000..74c280582 --- /dev/null +++ b/data/templates/npc/monster/25432-ElementalOfFlame.xml @@ -0,0 +1,29 @@ + + + + Elemental of Flame + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25433-ElementalOfSpark.xml b/data/templates/npc/monster/25433-ElementalOfSpark.xml new file mode 100644 index 000000000..80476e0a7 --- /dev/null +++ b/data/templates/npc/monster/25433-ElementalOfSpark.xml @@ -0,0 +1,29 @@ + + + + Elemental of Spark + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25435-BardaSBandit.xml b/data/templates/npc/monster/25435-BardaSBandit.xml new file mode 100644 index 000000000..ab39fb97f --- /dev/null +++ b/data/templates/npc/monster/25435-BardaSBandit.xml @@ -0,0 +1,30 @@ + + + + Barda's Bandit + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25436-BardaSShaman.xml b/data/templates/npc/monster/25436-BardaSShaman.xml new file mode 100644 index 000000000..0f39d6b1b --- /dev/null +++ b/data/templates/npc/monster/25436-BardaSShaman.xml @@ -0,0 +1,30 @@ + + + + Barda's Shaman + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25439-KelbarSInferior.xml b/data/templates/npc/monster/25439-KelbarSInferior.xml new file mode 100644 index 000000000..ab4ef4d95 --- /dev/null +++ b/data/templates/npc/monster/25439-KelbarSInferior.xml @@ -0,0 +1,30 @@ + + + + Kelbar's Inferior + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25440-KelbarSWizard.xml b/data/templates/npc/monster/25440-KelbarSWizard.xml new file mode 100644 index 000000000..d5411cb0e --- /dev/null +++ b/data/templates/npc/monster/25440-KelbarSWizard.xml @@ -0,0 +1,30 @@ + + + + Kelbar's Wizard + Raid Fighter + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25442-EvilCreatureOfForest.xml b/data/templates/npc/monster/25442-EvilCreatureOfForest.xml new file mode 100644 index 000000000..e15b87bda --- /dev/null +++ b/data/templates/npc/monster/25442-EvilCreatureOfForest.xml @@ -0,0 +1,29 @@ + + + + Evil Creature of Forest + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25443-AngerOfForest.xml b/data/templates/npc/monster/25443-AngerOfForest.xml new file mode 100644 index 000000000..19fa666d0 --- /dev/null +++ b/data/templates/npc/monster/25443-AngerOfForest.xml @@ -0,0 +1,29 @@ + + + + Anger of Forest + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25445-EnmityGhosts.xml b/data/templates/npc/monster/25445-EnmityGhosts.xml new file mode 100644 index 000000000..156fb576f --- /dev/null +++ b/data/templates/npc/monster/25445-EnmityGhosts.xml @@ -0,0 +1,29 @@ + + + + Enmity Ghosts + Raid Fighter + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25446-ShooterOfEnmity.xml b/data/templates/npc/monster/25446-ShooterOfEnmity.xml new file mode 100644 index 000000000..278736509 --- /dev/null +++ b/data/templates/npc/monster/25446-ShooterOfEnmity.xml @@ -0,0 +1,30 @@ + + + + Shooter of Enmity + Raid Fighter + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25448-ImmortalSavior.xml b/data/templates/npc/monster/25448-ImmortalSavior.xml new file mode 100644 index 000000000..cf1e0d54f --- /dev/null +++ b/data/templates/npc/monster/25448-ImmortalSavior.xml @@ -0,0 +1,29 @@ + + + + Immortal Savior + Raid Fighter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25449-ImmortalGuide.xml b/data/templates/npc/monster/25449-ImmortalGuide.xml new file mode 100644 index 000000000..a4174653a --- /dev/null +++ b/data/templates/npc/monster/25449-ImmortalGuide.xml @@ -0,0 +1,29 @@ + + + + Immortal Guide + Raid Fighter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25451-GalaxiaSGuards.xml b/data/templates/npc/monster/25451-GalaxiaSGuards.xml new file mode 100644 index 000000000..9d1661921 --- /dev/null +++ b/data/templates/npc/monster/25451-GalaxiaSGuards.xml @@ -0,0 +1,30 @@ + + + + Galaxia's Guards + Raid Fighter + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25452-MessengerOfAngel.xml b/data/templates/npc/monster/25452-MessengerOfAngel.xml new file mode 100644 index 000000000..690d13654 --- /dev/null +++ b/data/templates/npc/monster/25452-MessengerOfAngel.xml @@ -0,0 +1,30 @@ + + + + Messenger of Angel + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25454-WyvernOfMarsh.xml b/data/templates/npc/monster/25454-WyvernOfMarsh.xml new file mode 100644 index 000000000..97b66c6d5 --- /dev/null +++ b/data/templates/npc/monster/25454-WyvernOfMarsh.xml @@ -0,0 +1,29 @@ + + + + Wyvern of Marsh + Raid Fighter + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25455-SuccubusOfMarsh.xml b/data/templates/npc/monster/25455-SuccubusOfMarsh.xml new file mode 100644 index 000000000..dbffba792 --- /dev/null +++ b/data/templates/npc/monster/25455-SuccubusOfMarsh.xml @@ -0,0 +1,29 @@ + + + + Succubus of Marsh + Raid Fighter + 69 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25457-ShardsOfOblivion.xml b/data/templates/npc/monster/25457-ShardsOfOblivion.xml new file mode 100644 index 000000000..6a600d05d --- /dev/null +++ b/data/templates/npc/monster/25457-ShardsOfOblivion.xml @@ -0,0 +1,29 @@ + + + + Shards of Oblivion + Raid Fighter + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25458-ShadowOfOblivion.xml b/data/templates/npc/monster/25458-ShadowOfOblivion.xml new file mode 100644 index 000000000..62f78f459 --- /dev/null +++ b/data/templates/npc/monster/25458-ShadowOfOblivion.xml @@ -0,0 +1,29 @@ + + + + Shadow of Oblivion + Raid Fighter + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25459-ShardsOfOblivion.xml b/data/templates/npc/monster/25459-ShardsOfOblivion.xml new file mode 100644 index 000000000..f8b0a80dc --- /dev/null +++ b/data/templates/npc/monster/25459-ShardsOfOblivion.xml @@ -0,0 +1,29 @@ + + + + Shards of Oblivion + Raid Fighter + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25461-EreveSKnight.xml b/data/templates/npc/monster/25461-EreveSKnight.xml new file mode 100644 index 000000000..183f2f717 --- /dev/null +++ b/data/templates/npc/monster/25461-EreveSKnight.xml @@ -0,0 +1,30 @@ + + + + Ereve's Knight + Raid Fighter + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25462-EreveSSquire.xml b/data/templates/npc/monster/25462-EreveSSquire.xml new file mode 100644 index 000000000..f14229667 --- /dev/null +++ b/data/templates/npc/monster/25462-EreveSSquire.xml @@ -0,0 +1,30 @@ + + + + Ereve's Squire + Raid Fighter + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25464-GarangkyGuardCaptain.xml b/data/templates/npc/monster/25464-GarangkyGuardCaptain.xml new file mode 100644 index 000000000..6eab0b251 --- /dev/null +++ b/data/templates/npc/monster/25464-GarangkyGuardCaptain.xml @@ -0,0 +1,30 @@ + + + + Garangky Guard Captain + Raid Fighter + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25465-GarangkyGuardShaman.xml b/data/templates/npc/monster/25465-GarangkyGuardShaman.xml new file mode 100644 index 000000000..993e20e9b --- /dev/null +++ b/data/templates/npc/monster/25465-GarangkyGuardShaman.xml @@ -0,0 +1,30 @@ + + + + Garangky Guard Shaman + Raid Fighter + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25466-GarangkyGuard.xml b/data/templates/npc/monster/25466-GarangkyGuard.xml new file mode 100644 index 000000000..049b75e3e --- /dev/null +++ b/data/templates/npc/monster/25466-GarangkyGuard.xml @@ -0,0 +1,30 @@ + + + + Garangky Guard + Raid Fighter + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25468-CursedLife.xml b/data/templates/npc/monster/25468-CursedLife.xml new file mode 100644 index 000000000..512ca2c7d --- /dev/null +++ b/data/templates/npc/monster/25468-CursedLife.xml @@ -0,0 +1,29 @@ + + + + Cursed Life + Raid Fighter + 63 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25469-CursedSoul.xml b/data/templates/npc/monster/25469-CursedSoul.xml new file mode 100644 index 000000000..df93b99d6 --- /dev/null +++ b/data/templates/npc/monster/25469-CursedSoul.xml @@ -0,0 +1,29 @@ + + + + Cursed Soul + Raid Fighter + 63 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25471-UtenusSWizard.xml b/data/templates/npc/monster/25471-UtenusSWizard.xml new file mode 100644 index 000000000..e406b4448 --- /dev/null +++ b/data/templates/npc/monster/25471-UtenusSWizard.xml @@ -0,0 +1,29 @@ + + + + Utenus's Wizard + Raid Fighter + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25472-UtenusSGuard.xml b/data/templates/npc/monster/25472-UtenusSGuard.xml new file mode 100644 index 000000000..0cc5976f0 --- /dev/null +++ b/data/templates/npc/monster/25472-UtenusSGuard.xml @@ -0,0 +1,29 @@ + + + + Utenus's Guard + Raid Fighter + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25474-KimSGang.xml b/data/templates/npc/monster/25474-KimSGang.xml new file mode 100644 index 000000000..e86296592 --- /dev/null +++ b/data/templates/npc/monster/25474-KimSGang.xml @@ -0,0 +1,30 @@ + + + + Kim's Gang + Raid Fighter + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25476-KabedSSoldier.xml b/data/templates/npc/monster/25476-KabedSSoldier.xml new file mode 100644 index 000000000..549452e53 --- /dev/null +++ b/data/templates/npc/monster/25476-KabedSSoldier.xml @@ -0,0 +1,30 @@ + + + + Kabed's Soldier + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25477-KabedSArcher.xml b/data/templates/npc/monster/25477-KabedSArcher.xml new file mode 100644 index 000000000..4da9624c6 --- /dev/null +++ b/data/templates/npc/monster/25477-KabedSArcher.xml @@ -0,0 +1,30 @@ + + + + Kabed's Archer + Raid Fighter + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25479-HisilromeSServitor.xml b/data/templates/npc/monster/25479-HisilromeSServitor.xml new file mode 100644 index 000000000..1dfcb41c0 --- /dev/null +++ b/data/templates/npc/monster/25479-HisilromeSServitor.xml @@ -0,0 +1,30 @@ + + + + Hisilrome's Servitor + Raid Fighter + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25480-HisilromeSPage.xml b/data/templates/npc/monster/25480-HisilromeSPage.xml new file mode 100644 index 000000000..afcf41d27 --- /dev/null +++ b/data/templates/npc/monster/25480-HisilromeSPage.xml @@ -0,0 +1,29 @@ + + + + Hisilrome's Page + Raid Fighter + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25482-ShadowOfKenishee.xml b/data/templates/npc/monster/25482-ShadowOfKenishee.xml new file mode 100644 index 000000000..aa7963092 --- /dev/null +++ b/data/templates/npc/monster/25482-ShadowOfKenishee.xml @@ -0,0 +1,29 @@ + + + + Shadow of Kenishee + Raid Fighter + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25483-PhantomOfKenishee.xml b/data/templates/npc/monster/25483-PhantomOfKenishee.xml new file mode 100644 index 000000000..13b5db2bb --- /dev/null +++ b/data/templates/npc/monster/25483-PhantomOfKenishee.xml @@ -0,0 +1,29 @@ + + + + Phantom of Kenishee + Raid Fighter + 52 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25485-TillionSInferior.xml b/data/templates/npc/monster/25485-TillionSInferior.xml new file mode 100644 index 000000000..01778e7c3 --- /dev/null +++ b/data/templates/npc/monster/25485-TillionSInferior.xml @@ -0,0 +1,30 @@ + + + + Tillion's Inferior + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25486-TillionSBat.xml b/data/templates/npc/monster/25486-TillionSBat.xml new file mode 100644 index 000000000..9bea05273 --- /dev/null +++ b/data/templates/npc/monster/25486-TillionSBat.xml @@ -0,0 +1,29 @@ + + + + Tillion's Bat + Raid Fighter + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25488-SpiritOfGildor.xml b/data/templates/npc/monster/25488-SpiritOfGildor.xml new file mode 100644 index 000000000..1b298a697 --- /dev/null +++ b/data/templates/npc/monster/25488-SpiritOfGildor.xml @@ -0,0 +1,29 @@ + + + + Spirit of Gildor + Raid Fighter + 39 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25489-GuardianOfGildor.xml b/data/templates/npc/monster/25489-GuardianOfGildor.xml new file mode 100644 index 000000000..65f4ba7c6 --- /dev/null +++ b/data/templates/npc/monster/25489-GuardianOfGildor.xml @@ -0,0 +1,29 @@ + + + + Guardian of Gildor + Raid Fighter + 39 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25491-GuardOfGwindorr.xml b/data/templates/npc/monster/25491-GuardOfGwindorr.xml new file mode 100644 index 000000000..ac18c48da --- /dev/null +++ b/data/templates/npc/monster/25491-GuardOfGwindorr.xml @@ -0,0 +1,30 @@ + + + + Guard of Gwindorr + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25492-FollowerOfGwindorr.xml b/data/templates/npc/monster/25492-FollowerOfGwindorr.xml new file mode 100644 index 000000000..b7fc2d797 --- /dev/null +++ b/data/templates/npc/monster/25492-FollowerOfGwindorr.xml @@ -0,0 +1,30 @@ + + + + Follower of Gwindorr + Raid Fighter + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25494-SpiritOfNiniel.xml b/data/templates/npc/monster/25494-SpiritOfNiniel.xml new file mode 100644 index 000000000..79c70220b --- /dev/null +++ b/data/templates/npc/monster/25494-SpiritOfNiniel.xml @@ -0,0 +1,29 @@ + + + + Spirit of Niniel + Raid Fighter + 54 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25495-SpiritOfNiniel.xml b/data/templates/npc/monster/25495-SpiritOfNiniel.xml new file mode 100644 index 000000000..11bfdc8d7 --- /dev/null +++ b/data/templates/npc/monster/25495-SpiritOfNiniel.xml @@ -0,0 +1,29 @@ + + + + Spirit of Niniel + Raid Fighter + 54 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25497-FafurionSEnvoy.xml b/data/templates/npc/monster/25497-FafurionSEnvoy.xml new file mode 100644 index 000000000..8493b3163 --- /dev/null +++ b/data/templates/npc/monster/25497-FafurionSEnvoy.xml @@ -0,0 +1,30 @@ + + + + Fafurion's Envoy + Raid Fighter + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25499-AlligatorOfIstary.xml b/data/templates/npc/monster/25499-AlligatorOfIstary.xml new file mode 100644 index 000000000..bdea045bd --- /dev/null +++ b/data/templates/npc/monster/25499-AlligatorOfIstary.xml @@ -0,0 +1,29 @@ + + + + Alligator of Istary + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25500-AlligatorOfIstary.xml b/data/templates/npc/monster/25500-AlligatorOfIstary.xml new file mode 100644 index 000000000..cc2d61664 --- /dev/null +++ b/data/templates/npc/monster/25500-AlligatorOfIstary.xml @@ -0,0 +1,29 @@ + + + + Alligator of Istary + Raid Fighter + 44 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25502-AkataSThug.xml b/data/templates/npc/monster/25502-AkataSThug.xml new file mode 100644 index 000000000..2015d5972 --- /dev/null +++ b/data/templates/npc/monster/25502-AkataSThug.xml @@ -0,0 +1,27 @@ + + + + Akata's Thug + Raid Fighter + 30 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25503-AkataSLackey.xml b/data/templates/npc/monster/25503-AkataSLackey.xml new file mode 100644 index 000000000..c44bb18db --- /dev/null +++ b/data/templates/npc/monster/25503-AkataSLackey.xml @@ -0,0 +1,27 @@ + + + + Akata's Lackey + Raid Fighter + 30 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25505-NellisFollower.xml b/data/templates/npc/monster/25505-NellisFollower.xml new file mode 100644 index 000000000..e343c5435 --- /dev/null +++ b/data/templates/npc/monster/25505-NellisFollower.xml @@ -0,0 +1,26 @@ + + + + Nellis' Follower + Raid Fighter + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25507-RayitoSHenchman.xml b/data/templates/npc/monster/25507-RayitoSHenchman.xml new file mode 100644 index 000000000..30041632d --- /dev/null +++ b/data/templates/npc/monster/25507-RayitoSHenchman.xml @@ -0,0 +1,27 @@ + + + + Rayito's Henchman + Raid Fighter + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25508-RayitoSHenchman.xml b/data/templates/npc/monster/25508-RayitoSHenchman.xml new file mode 100644 index 000000000..eefaba527 --- /dev/null +++ b/data/templates/npc/monster/25508-RayitoSHenchman.xml @@ -0,0 +1,27 @@ + + + + Rayito's Henchman + Raid Fighter + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25510-VarangkaSDescendant.xml b/data/templates/npc/monster/25510-VarangkaSDescendant.xml new file mode 100644 index 000000000..a3d6b9bbb --- /dev/null +++ b/data/templates/npc/monster/25510-VarangkaSDescendant.xml @@ -0,0 +1,27 @@ + + + + Varangka's Descendant + Raid Fighter + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25511-VarangkaSPage.xml b/data/templates/npc/monster/25511-VarangkaSPage.xml new file mode 100644 index 000000000..5845f8a60 --- /dev/null +++ b/data/templates/npc/monster/25511-VarangkaSPage.xml @@ -0,0 +1,27 @@ + + + + Varangka's Page + Raid Fighter + 52 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25515-SpikedStakato.xml b/data/templates/npc/monster/25515-SpikedStakato.xml new file mode 100644 index 000000000..80947843b --- /dev/null +++ b/data/templates/npc/monster/25515-SpikedStakato.xml @@ -0,0 +1,30 @@ + + + + Spiked Stakato + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/25516-SpikedStakato.xml b/data/templates/npc/monster/25516-SpikedStakato.xml new file mode 100644 index 000000000..430393dbd --- /dev/null +++ b/data/templates/npc/monster/25516-SpikedStakato.xml @@ -0,0 +1,29 @@ + + + + Spiked Stakato + Raid Fighter + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25525-FlameSpirit.xml b/data/templates/npc/monster/25525-FlameSpirit.xml new file mode 100644 index 000000000..42f5a5e83 --- /dev/null +++ b/data/templates/npc/monster/25525-FlameSpirit.xml @@ -0,0 +1,29 @@ + + + + Flame Spirit + Raid Fighter + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25526-ChargedSpirit.xml b/data/templates/npc/monster/25526-ChargedSpirit.xml new file mode 100644 index 000000000..0f2ac0658 --- /dev/null +++ b/data/templates/npc/monster/25526-ChargedSpirit.xml @@ -0,0 +1,29 @@ + + + + Charged Spirit + Raid Fighter + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/25533-KechiSHenchman.xml b/data/templates/npc/monster/25533-KechiSHenchman.xml new file mode 100644 index 000000000..1be06941b --- /dev/null +++ b/data/templates/npc/monster/25533-KechiSHenchman.xml @@ -0,0 +1,25 @@ + + + + Kechi's Henchman + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25535-Tears.xml b/data/templates/npc/monster/25535-Tears.xml new file mode 100644 index 000000000..b811071da --- /dev/null +++ b/data/templates/npc/monster/25535-Tears.xml @@ -0,0 +1,27 @@ + + + + Tears + Ice + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25537-Enmity.xml b/data/templates/npc/monster/25537-Enmity.xml new file mode 100644 index 000000000..f9c5d93ed --- /dev/null +++ b/data/templates/npc/monster/25537-Enmity.xml @@ -0,0 +1,26 @@ + + + + Enmity + Raid Fighter + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25538-Vengeance.xml b/data/templates/npc/monster/25538-Vengeance.xml new file mode 100644 index 000000000..7cb121a9a --- /dev/null +++ b/data/templates/npc/monster/25538-Vengeance.xml @@ -0,0 +1,26 @@ + + + + Vengeance + Raid Fighter + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25541-Fiend.xml b/data/templates/npc/monster/25541-Fiend.xml new file mode 100644 index 000000000..0e109fb08 --- /dev/null +++ b/data/templates/npc/monster/25541-Fiend.xml @@ -0,0 +1,26 @@ + + + + Fiend + Raid Fighter + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25543-Eidolon.xml b/data/templates/npc/monster/25543-Eidolon.xml new file mode 100644 index 000000000..a303bd30c --- /dev/null +++ b/data/templates/npc/monster/25543-Eidolon.xml @@ -0,0 +1,26 @@ + + + + Eidolon + Raid Fighter + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25545-TullySBanshee.xml b/data/templates/npc/monster/25545-TullySBanshee.xml new file mode 100644 index 000000000..e0b04ee13 --- /dev/null +++ b/data/templates/npc/monster/25545-TullySBanshee.xml @@ -0,0 +1,26 @@ + + + + Tully's Banshee + Raid Fighter + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25547-RhiannaSEscort.xml b/data/templates/npc/monster/25547-RhiannaSEscort.xml new file mode 100644 index 000000000..6f7ac300a --- /dev/null +++ b/data/templates/npc/monster/25547-RhiannaSEscort.xml @@ -0,0 +1,25 @@ + + + + Rhianna's Escort + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25548-RhiannaSHealer.xml b/data/templates/npc/monster/25548-RhiannaSHealer.xml new file mode 100644 index 000000000..22400be0c --- /dev/null +++ b/data/templates/npc/monster/25548-RhiannaSHealer.xml @@ -0,0 +1,25 @@ + + + + Rhianna's Healer + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25550-TeslaSApprentice.xml b/data/templates/npc/monster/25550-TeslaSApprentice.xml new file mode 100644 index 000000000..61ddfcfc9 --- /dev/null +++ b/data/templates/npc/monster/25550-TeslaSApprentice.xml @@ -0,0 +1,26 @@ + + + + Tesla's Apprentice + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25551-TeslaSHerald.xml b/data/templates/npc/monster/25551-TeslaSHerald.xml new file mode 100644 index 000000000..3ba98dc3c --- /dev/null +++ b/data/templates/npc/monster/25551-TeslaSHerald.xml @@ -0,0 +1,26 @@ + + + + Tesla's Herald + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25555-BrutusRightHand.xml b/data/templates/npc/monster/25555-BrutusRightHand.xml new file mode 100644 index 000000000..bbe293d24 --- /dev/null +++ b/data/templates/npc/monster/25555-BrutusRightHand.xml @@ -0,0 +1,26 @@ + + + + Brutus' Right Hand + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25556-BrutusLeftHand.xml b/data/templates/npc/monster/25556-BrutusLeftHand.xml new file mode 100644 index 000000000..b453dc528 --- /dev/null +++ b/data/templates/npc/monster/25556-BrutusLeftHand.xml @@ -0,0 +1,26 @@ + + + + Brutus' Left Hand + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25558-KarankawaSRoot.xml b/data/templates/npc/monster/25558-KarankawaSRoot.xml new file mode 100644 index 000000000..e97ec499c --- /dev/null +++ b/data/templates/npc/monster/25558-KarankawaSRoot.xml @@ -0,0 +1,25 @@ + + + + Karankawa's Root + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25559-KarankawaSBlossom.xml b/data/templates/npc/monster/25559-KarankawaSBlossom.xml new file mode 100644 index 000000000..8ee7d124c --- /dev/null +++ b/data/templates/npc/monster/25559-KarankawaSBlossom.xml @@ -0,0 +1,25 @@ + + + + Karankawa's Blossom + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25561-SargonAttendant.xml b/data/templates/npc/monster/25561-SargonAttendant.xml new file mode 100644 index 000000000..61218df42 --- /dev/null +++ b/data/templates/npc/monster/25561-SargonAttendant.xml @@ -0,0 +1,26 @@ + + + + Sargon Attendant + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25562-SargonSSquire.xml b/data/templates/npc/monster/25562-SargonSSquire.xml new file mode 100644 index 000000000..32be2af63 --- /dev/null +++ b/data/templates/npc/monster/25562-SargonSSquire.xml @@ -0,0 +1,26 @@ + + + + Sargon's Squire + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25564-AtrielleSFollower.xml b/data/templates/npc/monster/25564-AtrielleSFollower.xml new file mode 100644 index 000000000..5de24a698 --- /dev/null +++ b/data/templates/npc/monster/25564-AtrielleSFollower.xml @@ -0,0 +1,25 @@ + + + + Atrielle's Follower + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25565-AtrielleSMinion.xml b/data/templates/npc/monster/25565-AtrielleSMinion.xml new file mode 100644 index 000000000..f396f4ce5 --- /dev/null +++ b/data/templates/npc/monster/25565-AtrielleSMinion.xml @@ -0,0 +1,25 @@ + + + + Atrielle's Minion + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25567-NagenSCohort.xml b/data/templates/npc/monster/25567-NagenSCohort.xml new file mode 100644 index 000000000..9e858defe --- /dev/null +++ b/data/templates/npc/monster/25567-NagenSCohort.xml @@ -0,0 +1,25 @@ + + + + Nagen's Cohort + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25568-NagenSFriend.xml b/data/templates/npc/monster/25568-NagenSFriend.xml new file mode 100644 index 000000000..888affd63 --- /dev/null +++ b/data/templates/npc/monster/25568-NagenSFriend.xml @@ -0,0 +1,25 @@ + + + + Nagen's Friend + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25570-JaxSVanguard.xml b/data/templates/npc/monster/25570-JaxSVanguard.xml new file mode 100644 index 000000000..d5c592878 --- /dev/null +++ b/data/templates/npc/monster/25570-JaxSVanguard.xml @@ -0,0 +1,26 @@ + + + + Jax's Vanguard + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25571-JaxSRaider.xml b/data/templates/npc/monster/25571-JaxSRaider.xml new file mode 100644 index 000000000..170fdd777 --- /dev/null +++ b/data/templates/npc/monster/25571-JaxSRaider.xml @@ -0,0 +1,26 @@ + + + + Jax's Raider + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25573-HagerSHenchman.xml b/data/templates/npc/monster/25573-HagerSHenchman.xml new file mode 100644 index 000000000..9d1446d38 --- /dev/null +++ b/data/templates/npc/monster/25573-HagerSHenchman.xml @@ -0,0 +1,26 @@ + + + + Hager's Henchman + 71 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25574-HagerSBodyguard.xml b/data/templates/npc/monster/25574-HagerSBodyguard.xml new file mode 100644 index 000000000..b4656e7b6 --- /dev/null +++ b/data/templates/npc/monster/25574-HagerSBodyguard.xml @@ -0,0 +1,26 @@ + + + + Hager's Bodyguard + 71 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25576-RangoSIris.xml b/data/templates/npc/monster/25576-RangoSIris.xml new file mode 100644 index 000000000..3a2ef6109 --- /dev/null +++ b/data/templates/npc/monster/25576-RangoSIris.xml @@ -0,0 +1,25 @@ + + + + Rango's Iris + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25577-RangoSLens.xml b/data/templates/npc/monster/25577-RangoSLens.xml new file mode 100644 index 000000000..69fbc392d --- /dev/null +++ b/data/templates/npc/monster/25577-RangoSLens.xml @@ -0,0 +1,25 @@ + + + + Rango's Lens + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25580-HelsingSGuard.xml b/data/templates/npc/monster/25580-HelsingSGuard.xml new file mode 100644 index 000000000..9da2065c6 --- /dev/null +++ b/data/templates/npc/monster/25580-HelsingSGuard.xml @@ -0,0 +1,26 @@ + + + + Helsing's Guard + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25581-HelsingSAssassin.xml b/data/templates/npc/monster/25581-HelsingSAssassin.xml new file mode 100644 index 000000000..0ac5fa171 --- /dev/null +++ b/data/templates/npc/monster/25581-HelsingSAssassin.xml @@ -0,0 +1,26 @@ + + + + Helsing's Assassin + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25583-GillienSDaughter.xml b/data/templates/npc/monster/25583-GillienSDaughter.xml new file mode 100644 index 000000000..52a7612f1 --- /dev/null +++ b/data/templates/npc/monster/25583-GillienSDaughter.xml @@ -0,0 +1,26 @@ + + + + Gillien's Daughter + 74 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25584-GillienSAttendant.xml b/data/templates/npc/monster/25584-GillienSAttendant.xml new file mode 100644 index 000000000..f35fc9e67 --- /dev/null +++ b/data/templates/npc/monster/25584-GillienSAttendant.xml @@ -0,0 +1,26 @@ + + + + Gillien's Attendant + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25586-MediciSSister.xml b/data/templates/npc/monster/25586-MediciSSister.xml new file mode 100644 index 000000000..67f658e92 --- /dev/null +++ b/data/templates/npc/monster/25586-MediciSSister.xml @@ -0,0 +1,25 @@ + + + + Medici's Sister + 75 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25587-MediciSBrother.xml b/data/templates/npc/monster/25587-MediciSBrother.xml new file mode 100644 index 000000000..a97ba6856 --- /dev/null +++ b/data/templates/npc/monster/25587-MediciSBrother.xml @@ -0,0 +1,26 @@ + + + + Medici's Brother + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25590-BrandSChamberlain.xml b/data/templates/npc/monster/25590-BrandSChamberlain.xml new file mode 100644 index 000000000..079385511 --- /dev/null +++ b/data/templates/npc/monster/25590-BrandSChamberlain.xml @@ -0,0 +1,26 @@ + + + + Brand's Chamberlain + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25591-BrandSServant.xml b/data/templates/npc/monster/25591-BrandSServant.xml new file mode 100644 index 000000000..de542ad33 --- /dev/null +++ b/data/templates/npc/monster/25591-BrandSServant.xml @@ -0,0 +1,26 @@ + + + + Brand's Servant + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25594-GergSFollower.xml b/data/templates/npc/monster/25594-GergSFollower.xml new file mode 100644 index 000000000..0667f7e37 --- /dev/null +++ b/data/templates/npc/monster/25594-GergSFollower.xml @@ -0,0 +1,26 @@ + + + + Gerg's Follower + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25595-GergSHenchman.xml b/data/templates/npc/monster/25595-GergSHenchman.xml new file mode 100644 index 000000000..911ac71b9 --- /dev/null +++ b/data/templates/npc/monster/25595-GergSHenchman.xml @@ -0,0 +1,26 @@ + + + + Gerg's Henchman + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25596-OcularServitor.xml b/data/templates/npc/monster/25596-OcularServitor.xml new file mode 100644 index 000000000..356118076 --- /dev/null +++ b/data/templates/npc/monster/25596-OcularServitor.xml @@ -0,0 +1,25 @@ + + + + Ocular Servitor + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25597-Heurel.xml b/data/templates/npc/monster/25597-Heurel.xml new file mode 100644 index 000000000..80d066f89 --- /dev/null +++ b/data/templates/npc/monster/25597-Heurel.xml @@ -0,0 +1,25 @@ + + + + Heurel + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25598-Gegei.xml b/data/templates/npc/monster/25598-Gegei.xml new file mode 100644 index 000000000..7ca1df548 --- /dev/null +++ b/data/templates/npc/monster/25598-Gegei.xml @@ -0,0 +1,25 @@ + + + + Gegei + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25599-Iglas.xml b/data/templates/npc/monster/25599-Iglas.xml new file mode 100644 index 000000000..84a47fed5 --- /dev/null +++ b/data/templates/npc/monster/25599-Iglas.xml @@ -0,0 +1,25 @@ + + + + Iglas + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25600-Temenir.xml b/data/templates/npc/monster/25600-Temenir.xml new file mode 100644 index 000000000..dcea8f63d --- /dev/null +++ b/data/templates/npc/monster/25600-Temenir.xml @@ -0,0 +1,27 @@ + + + + Temenir + Darion's Challenger + 82 + MALE + + + + + + + + + + + + + + + 1404180 + 488611 + + + + diff --git a/data/templates/npc/monster/25601-Draksius.xml b/data/templates/npc/monster/25601-Draksius.xml new file mode 100644 index 000000000..248673607 --- /dev/null +++ b/data/templates/npc/monster/25601-Draksius.xml @@ -0,0 +1,27 @@ + + + + Draksius + Darion's Challenger + 82 + MALE + + + + + + + + + + + + + + + 1463241 + 575349 + + + + diff --git a/data/templates/npc/monster/25602-Kiretcenah.xml b/data/templates/npc/monster/25602-Kiretcenah.xml new file mode 100644 index 000000000..75c7e3615 --- /dev/null +++ b/data/templates/npc/monster/25602-Kiretcenah.xml @@ -0,0 +1,27 @@ + + + + Kiretcenah + Darion's Challenger + 82 + MALE + + + + + + + + + + + + + + + 1384493 + 459564 + + + + diff --git a/data/templates/npc/monster/25604-MutatedElpy.xml b/data/templates/npc/monster/25604-MutatedElpy.xml new file mode 100644 index 000000000..54c5f7249 --- /dev/null +++ b/data/templates/npc/monster/25604-MutatedElpy.xml @@ -0,0 +1,26 @@ + + + + Mutated Elpy + Naia's Creature + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25605-NaiaSpore.xml b/data/templates/npc/monster/25605-NaiaSpore.xml new file mode 100644 index 000000000..83ce7eb32 --- /dev/null +++ b/data/templates/npc/monster/25605-NaiaSpore.xml @@ -0,0 +1,25 @@ + + + + Naia Spore + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25606-NaiaSpore.xml b/data/templates/npc/monster/25606-NaiaSpore.xml new file mode 100644 index 000000000..5505e9f23 --- /dev/null +++ b/data/templates/npc/monster/25606-NaiaSpore.xml @@ -0,0 +1,25 @@ + + + + Naia Spore + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25607-NaiaSpore.xml b/data/templates/npc/monster/25607-NaiaSpore.xml new file mode 100644 index 000000000..d0e77018c --- /dev/null +++ b/data/templates/npc/monster/25607-NaiaSpore.xml @@ -0,0 +1,25 @@ + + + + Naia Spore + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25608-NaiaSpore.xml b/data/templates/npc/monster/25608-NaiaSpore.xml new file mode 100644 index 000000000..4c293222c --- /dev/null +++ b/data/templates/npc/monster/25608-NaiaSpore.xml @@ -0,0 +1,25 @@ + + + + Naia Spore + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25613-NaiaSpore.xml b/data/templates/npc/monster/25613-NaiaSpore.xml new file mode 100644 index 000000000..91334b09d --- /dev/null +++ b/data/templates/npc/monster/25613-NaiaSpore.xml @@ -0,0 +1,25 @@ + + + + Naia Spore + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25614-FloatingGhost.xml b/data/templates/npc/monster/25614-FloatingGhost.xml new file mode 100644 index 000000000..1d29c6b39 --- /dev/null +++ b/data/templates/npc/monster/25614-FloatingGhost.xml @@ -0,0 +1,25 @@ + + + + Floating Ghost + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25615-FloatingGhost.xml b/data/templates/npc/monster/25615-FloatingGhost.xml new file mode 100644 index 000000000..29e28df9e --- /dev/null +++ b/data/templates/npc/monster/25615-FloatingGhost.xml @@ -0,0 +1,25 @@ + + + + Floating Ghost + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25627-MutantBird.xml b/data/templates/npc/monster/25627-MutantBird.xml new file mode 100644 index 000000000..0e7b4501e --- /dev/null +++ b/data/templates/npc/monster/25627-MutantBird.xml @@ -0,0 +1,26 @@ + + + + Mutant Bird + Subordinate of King + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25628-DraHawk.xml b/data/templates/npc/monster/25628-DraHawk.xml new file mode 100644 index 000000000..d79d366bd --- /dev/null +++ b/data/templates/npc/monster/25628-DraHawk.xml @@ -0,0 +1,26 @@ + + + + Dra Hawk + Subordinate of King + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25629-FloatingSkull.xml b/data/templates/npc/monster/25629-FloatingSkull.xml new file mode 100644 index 000000000..183b27e35 --- /dev/null +++ b/data/templates/npc/monster/25629-FloatingSkull.xml @@ -0,0 +1,26 @@ + + + + Floating Skull + Enira's Evil Spirit + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25630-FloatingZombie.xml b/data/templates/npc/monster/25630-FloatingZombie.xml new file mode 100644 index 000000000..49f71a3f5 --- /dev/null +++ b/data/templates/npc/monster/25630-FloatingZombie.xml @@ -0,0 +1,26 @@ + + + + Floating Zombie + Enira's Evil Spirit + 77 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25631-DrakeWing.xml b/data/templates/npc/monster/25631-DrakeWing.xml new file mode 100644 index 000000000..684524d39 --- /dev/null +++ b/data/templates/npc/monster/25631-DrakeWing.xml @@ -0,0 +1,26 @@ + + + + Drake Wing + Underling of Destruction + 77 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25632-Drak.xml b/data/templates/npc/monster/25632-Drak.xml new file mode 100644 index 000000000..336594d84 --- /dev/null +++ b/data/templates/npc/monster/25632-Drak.xml @@ -0,0 +1,26 @@ + + + + Drak + Underling of Destruction + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25633-EliteRider.xml b/data/templates/npc/monster/25633-EliteRider.xml new file mode 100644 index 000000000..ed33580b5 --- /dev/null +++ b/data/templates/npc/monster/25633-EliteRider.xml @@ -0,0 +1,26 @@ + + + + Elite Rider + Valdstone's Elites + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25634-Cohemenes.xml b/data/templates/npc/monster/25634-Cohemenes.xml new file mode 100644 index 000000000..b4c66e62a --- /dev/null +++ b/data/templates/npc/monster/25634-Cohemenes.xml @@ -0,0 +1,26 @@ + + + + Cohemenes + Soul Collector + 81 + MALE + + + + + + + + + + + + + + + 3004658 + 406483 + + + diff --git a/data/templates/npc/monster/25635-Argekunte.xml b/data/templates/npc/monster/25635-Argekunte.xml new file mode 100644 index 000000000..18131f875 --- /dev/null +++ b/data/templates/npc/monster/25635-Argekunte.xml @@ -0,0 +1,27 @@ + + + + Argekunte + Vacuous Soul + 81 + MALE + + + + + + + + + + + + + + + 3004658 + 406483 + + + + diff --git a/data/templates/npc/monster/25636-RavenousSoulDevourer.xml b/data/templates/npc/monster/25636-RavenousSoulDevourer.xml new file mode 100644 index 000000000..e2dc3dc00 --- /dev/null +++ b/data/templates/npc/monster/25636-RavenousSoulDevourer.xml @@ -0,0 +1,25 @@ + + + + Ravenous Soul Devourer + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/monster/25637-Karpencharr.xml b/data/templates/npc/monster/25637-Karpencharr.xml new file mode 100644 index 000000000..2acca5418 --- /dev/null +++ b/data/templates/npc/monster/25637-Karpencharr.xml @@ -0,0 +1,26 @@ + + + + Karpencharr + Prophet of Lies + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/monster/25638-Romerohiv.xml b/data/templates/npc/monster/25638-Romerohiv.xml new file mode 100644 index 000000000..8ec5212db --- /dev/null +++ b/data/templates/npc/monster/25638-Romerohiv.xml @@ -0,0 +1,26 @@ + + + + Romerohiv + Betrayer of Oblivion + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/monster/25639-Hitchkarshiek.xml b/data/templates/npc/monster/25639-Hitchkarshiek.xml new file mode 100644 index 000000000..5271ba0ee --- /dev/null +++ b/data/templates/npc/monster/25639-Hitchkarshiek.xml @@ -0,0 +1,27 @@ + + + + Hitchkarshiek + Wise Retainer of Suffering + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/monster/25640-Freedkyilla.xml b/data/templates/npc/monster/25640-Freedkyilla.xml new file mode 100644 index 000000000..99b7ecdec --- /dev/null +++ b/data/templates/npc/monster/25640-Freedkyilla.xml @@ -0,0 +1,27 @@ + + + + Freedkyilla + Hand of Night + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/monster/25641-YehanCravenizad.xml b/data/templates/npc/monster/25641-YehanCravenizad.xml new file mode 100644 index 000000000..75e687084 --- /dev/null +++ b/data/templates/npc/monster/25641-YehanCravenizad.xml @@ -0,0 +1,27 @@ + + + + Yehan Cravenizad + Bloodsucker + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/monster/25642-YehanJaxsibhan.xml b/data/templates/npc/monster/25642-YehanJaxsibhan.xml new file mode 100644 index 000000000..9572a7799 --- /dev/null +++ b/data/templates/npc/monster/25642-YehanJaxsibhan.xml @@ -0,0 +1,27 @@ + + + + Yehan Jaxsibhan + Dark Guardian + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/monster/25656-KanadisFanatic.xml b/data/templates/npc/monster/25656-KanadisFanatic.xml new file mode 100644 index 000000000..3e369eb8c --- /dev/null +++ b/data/templates/npc/monster/25656-KanadisFanatic.xml @@ -0,0 +1,26 @@ + + + + Kanadis Fanatic + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25657-KanadisFanatic.xml b/data/templates/npc/monster/25657-KanadisFanatic.xml new file mode 100644 index 000000000..2e5d4c6d7 --- /dev/null +++ b/data/templates/npc/monster/25657-KanadisFanatic.xml @@ -0,0 +1,26 @@ + + + + Kanadis Fanatic + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25658-KanadisFanatic.xml b/data/templates/npc/monster/25658-KanadisFanatic.xml new file mode 100644 index 000000000..da2c43809 --- /dev/null +++ b/data/templates/npc/monster/25658-KanadisFanatic.xml @@ -0,0 +1,25 @@ + + + + Kanadis Fanatic + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25662-KanadisFollower.xml b/data/templates/npc/monster/25662-KanadisFollower.xml new file mode 100644 index 000000000..6b79a1257 --- /dev/null +++ b/data/templates/npc/monster/25662-KanadisFollower.xml @@ -0,0 +1,26 @@ + + + + Kanadis Follower + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25663-KanadisFollower.xml b/data/templates/npc/monster/25663-KanadisFollower.xml new file mode 100644 index 000000000..0d0aa0f5c --- /dev/null +++ b/data/templates/npc/monster/25663-KanadisFollower.xml @@ -0,0 +1,26 @@ + + + + Kanadis Follower + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25664-KanadisFollower.xml b/data/templates/npc/monster/25664-KanadisFollower.xml new file mode 100644 index 000000000..49f5bee78 --- /dev/null +++ b/data/templates/npc/monster/25664-KanadisFollower.xml @@ -0,0 +1,25 @@ + + + + Kanadis Follower + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25672-SpikedStakato.xml b/data/templates/npc/monster/25672-SpikedStakato.xml new file mode 100644 index 000000000..c61ee8662 --- /dev/null +++ b/data/templates/npc/monster/25672-SpikedStakato.xml @@ -0,0 +1,27 @@ + + + + Spiked Stakato + Raid Fighter + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25673-SpikedStakato.xml b/data/templates/npc/monster/25673-SpikedStakato.xml new file mode 100644 index 000000000..8d4b1459c --- /dev/null +++ b/data/templates/npc/monster/25673-SpikedStakato.xml @@ -0,0 +1,26 @@ + + + + Spiked Stakato + Raid Fighter + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25675-GuardOfGwindorr.xml b/data/templates/npc/monster/25675-GuardOfGwindorr.xml new file mode 100644 index 000000000..f54c7acc9 --- /dev/null +++ b/data/templates/npc/monster/25675-GuardOfGwindorr.xml @@ -0,0 +1,27 @@ + + + + Guard of Gwindorr + Raid Fighter + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25676-FollowerOfGwindorr.xml b/data/templates/npc/monster/25676-FollowerOfGwindorr.xml new file mode 100644 index 000000000..b06dfb20b --- /dev/null +++ b/data/templates/npc/monster/25676-FollowerOfGwindorr.xml @@ -0,0 +1,27 @@ + + + + Follower of Gwindorr + Raid Fighter + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25678-SpriteOfGildor.xml b/data/templates/npc/monster/25678-SpriteOfGildor.xml new file mode 100644 index 000000000..9a5b11134 --- /dev/null +++ b/data/templates/npc/monster/25678-SpriteOfGildor.xml @@ -0,0 +1,26 @@ + + + + Sprite of Gildor + Raid Fighter + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25679-GuardianOfGildor.xml b/data/templates/npc/monster/25679-GuardianOfGildor.xml new file mode 100644 index 000000000..c453cd430 --- /dev/null +++ b/data/templates/npc/monster/25679-GuardianOfGildor.xml @@ -0,0 +1,26 @@ + + + + Guardian of Gildor + Raid Fighter + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25682-CursedLife.xml b/data/templates/npc/monster/25682-CursedLife.xml new file mode 100644 index 000000000..ed4f43cfc --- /dev/null +++ b/data/templates/npc/monster/25682-CursedLife.xml @@ -0,0 +1,26 @@ + + + + Cursed Life + Raid Fighter + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25683-CursedSoul.xml b/data/templates/npc/monster/25683-CursedSoul.xml new file mode 100644 index 000000000..09095772d --- /dev/null +++ b/data/templates/npc/monster/25683-CursedSoul.xml @@ -0,0 +1,26 @@ + + + + Cursed Soul + Raid Fighter + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25685-UtenusSWizard.xml b/data/templates/npc/monster/25685-UtenusSWizard.xml new file mode 100644 index 000000000..a3df4e90e --- /dev/null +++ b/data/templates/npc/monster/25685-UtenusSWizard.xml @@ -0,0 +1,26 @@ + + + + Utenus's Wizard + Raid Fighter + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25686-UtenusSGuard.xml b/data/templates/npc/monster/25686-UtenusSGuard.xml new file mode 100644 index 000000000..3c635dc68 --- /dev/null +++ b/data/templates/npc/monster/25686-UtenusSGuard.xml @@ -0,0 +1,26 @@ + + + + Utenus's Guard + Raid Fighter + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25688-HekatonCottus.xml b/data/templates/npc/monster/25688-HekatonCottus.xml new file mode 100644 index 000000000..cade3ef22 --- /dev/null +++ b/data/templates/npc/monster/25688-HekatonCottus.xml @@ -0,0 +1,26 @@ + + + + Hekaton Cottus + Raid Fighter + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25689-HekatonChires.xml b/data/templates/npc/monster/25689-HekatonChires.xml new file mode 100644 index 000000000..725b09430 --- /dev/null +++ b/data/templates/npc/monster/25689-HekatonChires.xml @@ -0,0 +1,27 @@ + + + + Hekaton Chires + Raid Fighter + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/25702-GuardOfTheGrail.xml b/data/templates/npc/monster/25702-GuardOfTheGrail.xml new file mode 100644 index 000000000..4e2e33308 --- /dev/null +++ b/data/templates/npc/monster/25702-GuardOfTheGrail.xml @@ -0,0 +1,25 @@ + + + + Guard of the Grail + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25704-GiganticGolemSubordinate.xml b/data/templates/npc/monster/25704-GiganticGolemSubordinate.xml new file mode 100644 index 000000000..ff74c46e0 --- /dev/null +++ b/data/templates/npc/monster/25704-GiganticGolemSubordinate.xml @@ -0,0 +1,26 @@ + + + + Gigantic Golem Subordinate + Chaos + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25705-GiganticBoomGolem.xml b/data/templates/npc/monster/25705-GiganticBoomGolem.xml new file mode 100644 index 000000000..d4c4e0ec8 --- /dev/null +++ b/data/templates/npc/monster/25705-GiganticBoomGolem.xml @@ -0,0 +1,26 @@ + + + + Gigantic Boom Golem + Chaos + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25706-LostWatcher.xml b/data/templates/npc/monster/25706-LostWatcher.xml new file mode 100644 index 000000000..618d2cc9a --- /dev/null +++ b/data/templates/npc/monster/25706-LostWatcher.xml @@ -0,0 +1,25 @@ + + + + Lost Watcher + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25707-LostWatcher.xml b/data/templates/npc/monster/25707-LostWatcher.xml new file mode 100644 index 000000000..e00b8852b --- /dev/null +++ b/data/templates/npc/monster/25707-LostWatcher.xml @@ -0,0 +1,25 @@ + + + + Lost Watcher + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25708-LostBeholder.xml b/data/templates/npc/monster/25708-LostBeholder.xml new file mode 100644 index 000000000..21885f182 --- /dev/null +++ b/data/templates/npc/monster/25708-LostBeholder.xml @@ -0,0 +1,25 @@ + + + + Lost Beholder + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25711-LostGuard.xml b/data/templates/npc/monster/25711-LostGuard.xml new file mode 100644 index 000000000..e6f339d9e --- /dev/null +++ b/data/templates/npc/monster/25711-LostGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Guard + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25712-LostAssistantGuard.xml b/data/templates/npc/monster/25712-LostAssistantGuard.xml new file mode 100644 index 000000000..e1702c1e5 --- /dev/null +++ b/data/templates/npc/monster/25712-LostAssistantGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Assistant Guard + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25715-KietchSSubordinate.xml b/data/templates/npc/monster/25715-KietchSSubordinate.xml new file mode 100644 index 000000000..4bbdfeda5 --- /dev/null +++ b/data/templates/npc/monster/25715-KietchSSubordinate.xml @@ -0,0 +1,25 @@ + + + + Kietch's Subordinate + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/25717-Tears.xml b/data/templates/npc/monster/25717-Tears.xml new file mode 100644 index 000000000..13ea8e6a8 --- /dev/null +++ b/data/templates/npc/monster/25717-Tears.xml @@ -0,0 +1,27 @@ + + + + Tears + Ice + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27001-OrcSniper.xml b/data/templates/npc/monster/27001-OrcSniper.xml new file mode 100644 index 000000000..10679e649 --- /dev/null +++ b/data/templates/npc/monster/27001-OrcSniper.xml @@ -0,0 +1,26 @@ + + + + Orc Sniper + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27002-OrcFighter.xml b/data/templates/npc/monster/27002-OrcFighter.xml new file mode 100644 index 000000000..a19244d81 --- /dev/null +++ b/data/templates/npc/monster/27002-OrcFighter.xml @@ -0,0 +1,26 @@ + + + + Orc Fighter + 12 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27003-SpiritOfMirrors.xml b/data/templates/npc/monster/27003-SpiritOfMirrors.xml new file mode 100644 index 000000000..e1bc7dbf7 --- /dev/null +++ b/data/templates/npc/monster/27003-SpiritOfMirrors.xml @@ -0,0 +1,26 @@ + + + + Spirit Of Mirrors + Quest Monster + 9 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27004-SpiritOfMirrors.xml b/data/templates/npc/monster/27004-SpiritOfMirrors.xml new file mode 100644 index 000000000..4ceae7244 --- /dev/null +++ b/data/templates/npc/monster/27004-SpiritOfMirrors.xml @@ -0,0 +1,26 @@ + + + + Spirit Of Mirrors + Quest Monster + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27005-SpiritOfMirrors.xml b/data/templates/npc/monster/27005-SpiritOfMirrors.xml new file mode 100644 index 000000000..f87da4ded --- /dev/null +++ b/data/templates/npc/monster/27005-SpiritOfMirrors.xml @@ -0,0 +1,26 @@ + + + + Spirit Of Mirrors + Quest Monster + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27006-BhatoBloodspear.xml b/data/templates/npc/monster/27006-BhatoBloodspear.xml new file mode 100644 index 000000000..5fe8d18fe --- /dev/null +++ b/data/templates/npc/monster/27006-BhatoBloodspear.xml @@ -0,0 +1,25 @@ + + + + Bhato Bloodspear + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27007-TanukiSkullcrusher.xml b/data/templates/npc/monster/27007-TanukiSkullcrusher.xml new file mode 100644 index 000000000..4a25bb427 --- /dev/null +++ b/data/templates/npc/monster/27007-TanukiSkullcrusher.xml @@ -0,0 +1,25 @@ + + + + Tanuki Skullcrusher + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27008-KraaculBlackskull.xml b/data/templates/npc/monster/27008-KraaculBlackskull.xml new file mode 100644 index 000000000..e7c2a5656 --- /dev/null +++ b/data/templates/npc/monster/27008-KraaculBlackskull.xml @@ -0,0 +1,25 @@ + + + + Kraacul Blackskull + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27009-TaarqBlackskull.xml b/data/templates/npc/monster/27009-TaarqBlackskull.xml new file mode 100644 index 000000000..7b4d76a46 --- /dev/null +++ b/data/templates/npc/monster/27009-TaarqBlackskull.xml @@ -0,0 +1,25 @@ + + + + Taarq Blackskull + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27016-Nerkas.xml b/data/templates/npc/monster/27016-Nerkas.xml new file mode 100644 index 000000000..687fc3e92 --- /dev/null +++ b/data/templates/npc/monster/27016-Nerkas.xml @@ -0,0 +1,26 @@ + + + + Nerkas + Quest Monster + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27017-PlagueZombie.xml b/data/templates/npc/monster/27017-PlagueZombie.xml new file mode 100644 index 000000000..13f4225ed --- /dev/null +++ b/data/templates/npc/monster/27017-PlagueZombie.xml @@ -0,0 +1,26 @@ + + + + Plague Zombie + Quest Monster + 14 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27018-OrcWarrior.xml b/data/templates/npc/monster/27018-OrcWarrior.xml new file mode 100644 index 000000000..a83be6297 --- /dev/null +++ b/data/templates/npc/monster/27018-OrcWarrior.xml @@ -0,0 +1,25 @@ + + + + Orc Warrior + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27019-OrcWarriorLeader.xml b/data/templates/npc/monster/27019-OrcWarriorLeader.xml new file mode 100644 index 000000000..9f6cf1a8e --- /dev/null +++ b/data/templates/npc/monster/27019-OrcWarriorLeader.xml @@ -0,0 +1,25 @@ + + + + Orc Warrior Leader + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27020-VaroolFoulclaw.xml b/data/templates/npc/monster/27020-VaroolFoulclaw.xml new file mode 100644 index 000000000..9f9df9da7 --- /dev/null +++ b/data/templates/npc/monster/27020-VaroolFoulclaw.xml @@ -0,0 +1,26 @@ + + + + Varool Foulclaw + Quest Monster + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27021-Kirunak.xml b/data/templates/npc/monster/27021-Kirunak.xml new file mode 100644 index 000000000..347ae93a7 --- /dev/null +++ b/data/templates/npc/monster/27021-Kirunak.xml @@ -0,0 +1,26 @@ + + + + Kirunak + Quest Monster + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27022-Merkenis.xml b/data/templates/npc/monster/27022-Merkenis.xml new file mode 100644 index 000000000..f21b5dbef --- /dev/null +++ b/data/templates/npc/monster/27022-Merkenis.xml @@ -0,0 +1,26 @@ + + + + Merkenis + Quest Monster + 22 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27024-UndeadPriest.xml b/data/templates/npc/monster/27024-UndeadPriest.xml new file mode 100644 index 000000000..c54b1a920 --- /dev/null +++ b/data/templates/npc/monster/27024-UndeadPriest.xml @@ -0,0 +1,26 @@ + + + + Undead Priest + Quest Monster + 17 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27029-PhantomSalamander.xml b/data/templates/npc/monster/27029-PhantomSalamander.xml new file mode 100644 index 000000000..b0f78e8ec --- /dev/null +++ b/data/templates/npc/monster/27029-PhantomSalamander.xml @@ -0,0 +1,26 @@ + + + + Phantom Salamander + Quest Monster + 17 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27030-WaterSeer.xml b/data/templates/npc/monster/27030-WaterSeer.xml new file mode 100644 index 000000000..04699a148 --- /dev/null +++ b/data/templates/npc/monster/27030-WaterSeer.xml @@ -0,0 +1,26 @@ + + + + Water Seer + Quest Monster + 17 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27031-OlMahumSentry.xml b/data/templates/npc/monster/27031-OlMahumSentry.xml new file mode 100644 index 000000000..3f7e082c9 --- /dev/null +++ b/data/templates/npc/monster/27031-OlMahumSentry.xml @@ -0,0 +1,27 @@ + + + + Ol Mahum Sentry + Quest Monster + 17 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27032-LizardmanWarrior.xml b/data/templates/npc/monster/27032-LizardmanWarrior.xml new file mode 100644 index 000000000..6ed576ae8 --- /dev/null +++ b/data/templates/npc/monster/27032-LizardmanWarrior.xml @@ -0,0 +1,27 @@ + + + + Lizardman Warrior + Quest Monster + 13 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27033-LizardmanScout.xml b/data/templates/npc/monster/27033-LizardmanScout.xml new file mode 100644 index 000000000..567d50317 --- /dev/null +++ b/data/templates/npc/monster/27033-LizardmanScout.xml @@ -0,0 +1,27 @@ + + + + Lizardman Scout + Quest Monster + 12 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27034-Lizardman.xml b/data/templates/npc/monster/27034-Lizardman.xml new file mode 100644 index 000000000..3940a52a2 --- /dev/null +++ b/data/templates/npc/monster/27034-Lizardman.xml @@ -0,0 +1,27 @@ + + + + Lizardman + Quest Monster + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27035-Tamil.xml b/data/templates/npc/monster/27035-Tamil.xml new file mode 100644 index 000000000..ea0dda199 --- /dev/null +++ b/data/templates/npc/monster/27035-Tamil.xml @@ -0,0 +1,27 @@ + + + + Tamil + Quest Monster + 19 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27036-Calpico.xml b/data/templates/npc/monster/27036-Calpico.xml new file mode 100644 index 000000000..5fb69ce57 --- /dev/null +++ b/data/templates/npc/monster/27036-Calpico.xml @@ -0,0 +1,27 @@ + + + + Calpico + Quest Monster + 13 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27037-CalpicoSGoons.xml b/data/templates/npc/monster/27037-CalpicoSGoons.xml new file mode 100644 index 000000000..61abc975a --- /dev/null +++ b/data/templates/npc/monster/27037-CalpicoSGoons.xml @@ -0,0 +1,27 @@ + + + + Calpico's Goons + Quest Monster + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27038-CatSEyeBandit.xml b/data/templates/npc/monster/27038-CatSEyeBandit.xml new file mode 100644 index 000000000..c70a95721 --- /dev/null +++ b/data/templates/npc/monster/27038-CatSEyeBandit.xml @@ -0,0 +1,27 @@ + + + + Cat's Eye Bandit + Quest Monster + 15 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27041-BarankaSMessenger.xml b/data/templates/npc/monster/27041-BarankaSMessenger.xml new file mode 100644 index 000000000..2daeb99eb --- /dev/null +++ b/data/templates/npc/monster/27041-BarankaSMessenger.xml @@ -0,0 +1,27 @@ + + + + Baranka's Messenger + Quest Monster + 12 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27042-OrcEscort.xml b/data/templates/npc/monster/27042-OrcEscort.xml new file mode 100644 index 000000000..6a14d6fa2 --- /dev/null +++ b/data/templates/npc/monster/27042-OrcEscort.xml @@ -0,0 +1,27 @@ + + + + Orc Escort + Quest Monster + 12 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27043-VarangkaSTracker.xml b/data/templates/npc/monster/27043-VarangkaSTracker.xml new file mode 100644 index 000000000..fce1e3360 --- /dev/null +++ b/data/templates/npc/monster/27043-VarangkaSTracker.xml @@ -0,0 +1,26 @@ + + + + Varangka's Tracker + Quest Monster + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27044-KashaBearTotemSpirit.xml b/data/templates/npc/monster/27044-KashaBearTotemSpirit.xml new file mode 100644 index 000000000..3f20a4b54 --- /dev/null +++ b/data/templates/npc/monster/27044-KashaBearTotemSpirit.xml @@ -0,0 +1,26 @@ + + + + Kasha Bear Totem Spirit + Quest Monster + 17 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27045-KurukaRatmanLeader.xml b/data/templates/npc/monster/27045-KurukaRatmanLeader.xml new file mode 100644 index 000000000..6f2c2d7f7 --- /dev/null +++ b/data/templates/npc/monster/27045-KurukaRatmanLeader.xml @@ -0,0 +1,27 @@ + + + + Kuruka Ratman Leader + Quest Monster + 18 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27046-Sumi.xml b/data/templates/npc/monster/27046-Sumi.xml new file mode 100644 index 000000000..97e2fdbcf --- /dev/null +++ b/data/templates/npc/monster/27046-Sumi.xml @@ -0,0 +1,27 @@ + + + + Sumi + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27047-Wanuk.xml b/data/templates/npc/monster/27047-Wanuk.xml new file mode 100644 index 000000000..e40968431 --- /dev/null +++ b/data/templates/npc/monster/27047-Wanuk.xml @@ -0,0 +1,27 @@ + + + + Wanuk + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27048-Chewba.xml b/data/templates/npc/monster/27048-Chewba.xml new file mode 100644 index 000000000..61c2111d8 --- /dev/null +++ b/data/templates/npc/monster/27048-Chewba.xml @@ -0,0 +1,27 @@ + + + + Chewba + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27049-Heitafu.xml b/data/templates/npc/monster/27049-Heitafu.xml new file mode 100644 index 000000000..3f29cfb9b --- /dev/null +++ b/data/templates/npc/monster/27049-Heitafu.xml @@ -0,0 +1,27 @@ + + + + Heitafu + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27050-Picubo.xml b/data/templates/npc/monster/27050-Picubo.xml new file mode 100644 index 000000000..8559ce969 --- /dev/null +++ b/data/templates/npc/monster/27050-Picubo.xml @@ -0,0 +1,27 @@ + + + + Picubo + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27051-Bumbum.xml b/data/templates/npc/monster/27051-Bumbum.xml new file mode 100644 index 000000000..166151269 --- /dev/null +++ b/data/templates/npc/monster/27051-Bumbum.xml @@ -0,0 +1,27 @@ + + + + Bumbum + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27052-Minsku.xml b/data/templates/npc/monster/27052-Minsku.xml new file mode 100644 index 000000000..29604e5de --- /dev/null +++ b/data/templates/npc/monster/27052-Minsku.xml @@ -0,0 +1,27 @@ + + + + Minsku + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27053-Chuchu.xml b/data/templates/npc/monster/27053-Chuchu.xml new file mode 100644 index 000000000..26ac3bb03 --- /dev/null +++ b/data/templates/npc/monster/27053-Chuchu.xml @@ -0,0 +1,27 @@ + + + + Chuchu + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27054-UmbarOrc.xml b/data/templates/npc/monster/27054-UmbarOrc.xml new file mode 100644 index 000000000..1fa2ca74c --- /dev/null +++ b/data/templates/npc/monster/27054-UmbarOrc.xml @@ -0,0 +1,27 @@ + + + + Umbar Orc + Quest Monster + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27055-Zakan.xml b/data/templates/npc/monster/27055-Zakan.xml new file mode 100644 index 000000000..c5e7f01ab --- /dev/null +++ b/data/templates/npc/monster/27055-Zakan.xml @@ -0,0 +1,27 @@ + + + + Zakan + Orc Betrayer + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27056-DurkaSpirit.xml b/data/templates/npc/monster/27056-DurkaSpirit.xml new file mode 100644 index 000000000..4faab8b0d --- /dev/null +++ b/data/templates/npc/monster/27056-DurkaSpirit.xml @@ -0,0 +1,26 @@ + + + + Durka Spirit + Quest Monster + 18 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27058-HoneyBear.xml b/data/templates/npc/monster/27058-HoneyBear.xml new file mode 100644 index 000000000..ce8ba280c --- /dev/null +++ b/data/templates/npc/monster/27058-HoneyBear.xml @@ -0,0 +1,26 @@ + + + + Honey Bear + Quest Monster + 17 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27059-Uoph.xml b/data/templates/npc/monster/27059-Uoph.xml new file mode 100644 index 000000000..413de4dd4 --- /dev/null +++ b/data/templates/npc/monster/27059-Uoph.xml @@ -0,0 +1,27 @@ + + + + Uoph + Kaboo Chief + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27060-Kracha.xml b/data/templates/npc/monster/27060-Kracha.xml new file mode 100644 index 000000000..82acd1137 --- /dev/null +++ b/data/templates/npc/monster/27060-Kracha.xml @@ -0,0 +1,27 @@ + + + + Kracha + Kaboo Chief + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27061-Batoh.xml b/data/templates/npc/monster/27061-Batoh.xml new file mode 100644 index 000000000..04cf0cd13 --- /dev/null +++ b/data/templates/npc/monster/27061-Batoh.xml @@ -0,0 +1,27 @@ + + + + Batoh + Kaboo Chief + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27062-Tanukia.xml b/data/templates/npc/monster/27062-Tanukia.xml new file mode 100644 index 000000000..f2a186696 --- /dev/null +++ b/data/templates/npc/monster/27062-Tanukia.xml @@ -0,0 +1,27 @@ + + + + Tanukia + Kaboo Chief + 8 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27063-TanukiaSWarhound.xml b/data/templates/npc/monster/27063-TanukiaSWarhound.xml new file mode 100644 index 000000000..e9c799563 --- /dev/null +++ b/data/templates/npc/monster/27063-TanukiaSWarhound.xml @@ -0,0 +1,26 @@ + + + + Tanukia's Warhound + Quest Monster + 4 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27064-Turel.xml b/data/templates/npc/monster/27064-Turel.xml new file mode 100644 index 000000000..0db973742 --- /dev/null +++ b/data/templates/npc/monster/27064-Turel.xml @@ -0,0 +1,27 @@ + + + + Turel + Kaboo Chief + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27065-Roko.xml b/data/templates/npc/monster/27065-Roko.xml new file mode 100644 index 000000000..383493e46 --- /dev/null +++ b/data/templates/npc/monster/27065-Roko.xml @@ -0,0 +1,27 @@ + + + + Roko + Kaboo Chief + 8 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27066-RokoSWarhound.xml b/data/templates/npc/monster/27066-RokoSWarhound.xml new file mode 100644 index 000000000..1b541d9f2 --- /dev/null +++ b/data/templates/npc/monster/27066-RokoSWarhound.xml @@ -0,0 +1,26 @@ + + + + Roko's Warhound + Quest Monster + 4 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27067-Kamut.xml b/data/templates/npc/monster/27067-Kamut.xml new file mode 100644 index 000000000..56c2e93d5 --- /dev/null +++ b/data/templates/npc/monster/27067-Kamut.xml @@ -0,0 +1,27 @@ + + + + Kamut + Kaboo Chief + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27068-Murtika.xml b/data/templates/npc/monster/27068-Murtika.xml new file mode 100644 index 000000000..0254fdc52 --- /dev/null +++ b/data/templates/npc/monster/27068-Murtika.xml @@ -0,0 +1,27 @@ + + + + Murtika + Kaboo Chief + 8 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27069-MurtikaSWarhound.xml b/data/templates/npc/monster/27069-MurtikaSWarhound.xml new file mode 100644 index 000000000..db18b4475 --- /dev/null +++ b/data/templates/npc/monster/27069-MurtikaSWarhound.xml @@ -0,0 +1,26 @@ + + + + Murtika's Warhound + Quest Monster + 4 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27070-TumranOrcBrigand.xml b/data/templates/npc/monster/27070-TumranOrcBrigand.xml new file mode 100644 index 000000000..aec12b64f --- /dev/null +++ b/data/templates/npc/monster/27070-TumranOrcBrigand.xml @@ -0,0 +1,27 @@ + + + + Tumran Orc Brigand + Quest Monster + 11 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27077-UnicornOfEva.xml b/data/templates/npc/monster/27077-UnicornOfEva.xml new file mode 100644 index 000000000..785fda9ff --- /dev/null +++ b/data/templates/npc/monster/27077-UnicornOfEva.xml @@ -0,0 +1,26 @@ + + + + Unicorn Of Eva + Quest Monster + 30 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27078-TrimdenLord.xml b/data/templates/npc/monster/27078-TrimdenLord.xml new file mode 100644 index 000000000..ff17e9110 --- /dev/null +++ b/data/templates/npc/monster/27078-TrimdenLord.xml @@ -0,0 +1,26 @@ + + + + Trimden Lord + Quest Monster + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27079-BlackWillowLurker.xml b/data/templates/npc/monster/27079-BlackWillowLurker.xml new file mode 100644 index 000000000..1e327c49b --- /dev/null +++ b/data/templates/npc/monster/27079-BlackWillowLurker.xml @@ -0,0 +1,26 @@ + + + + Black Willow Lurker + Quest Monster + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27080-PashikaSonOfVoltar.xml b/data/templates/npc/monster/27080-PashikaSonOfVoltar.xml new file mode 100644 index 000000000..0c79d279b --- /dev/null +++ b/data/templates/npc/monster/27080-PashikaSonOfVoltar.xml @@ -0,0 +1,27 @@ + + + + Pashika Son Of Voltar + Quest Monster + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27081-VultusSonOfVoltar.xml b/data/templates/npc/monster/27081-VultusSonOfVoltar.xml new file mode 100644 index 000000000..f97708bdc --- /dev/null +++ b/data/templates/npc/monster/27081-VultusSonOfVoltar.xml @@ -0,0 +1,27 @@ + + + + Vultus Son Of Voltar + Quest Monster + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27082-EnkuOrcOverlord.xml b/data/templates/npc/monster/27082-EnkuOrcOverlord.xml new file mode 100644 index 000000000..d667000c8 --- /dev/null +++ b/data/templates/npc/monster/27082-EnkuOrcOverlord.xml @@ -0,0 +1,27 @@ + + + + Enku Orc Overlord + Quest Monster + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27083-MakumBugbearThug.xml b/data/templates/npc/monster/27083-MakumBugbearThug.xml new file mode 100644 index 000000000..a663980a8 --- /dev/null +++ b/data/templates/npc/monster/27083-MakumBugbearThug.xml @@ -0,0 +1,27 @@ + + + + Makum Bugbear Thug + Quest Monster + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27086-RevenantOfTantosChief.xml b/data/templates/npc/monster/27086-RevenantOfTantosChief.xml new file mode 100644 index 000000000..11e8df4d7 --- /dev/null +++ b/data/templates/npc/monster/27086-RevenantOfTantosChief.xml @@ -0,0 +1,27 @@ + + + + Revenant of Tantos Chief + Quest Monster + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27088-HarpyMatriarch.xml b/data/templates/npc/monster/27088-HarpyMatriarch.xml new file mode 100644 index 000000000..3750b1697 --- /dev/null +++ b/data/templates/npc/monster/27088-HarpyMatriarch.xml @@ -0,0 +1,26 @@ + + + + Harpy Matriarch + Quest Monster + 34 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27089-RoadCollector.xml b/data/templates/npc/monster/27089-RoadCollector.xml new file mode 100644 index 000000000..3e72003af --- /dev/null +++ b/data/templates/npc/monster/27089-RoadCollector.xml @@ -0,0 +1,27 @@ + + + + Road Collector + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27090-SerpentDemonKadesh.xml b/data/templates/npc/monster/27090-SerpentDemonKadesh.xml new file mode 100644 index 000000000..c143fe287 --- /dev/null +++ b/data/templates/npc/monster/27090-SerpentDemonKadesh.xml @@ -0,0 +1,27 @@ + + + + Serpent Demon Kadesh + Quest Monster + 41 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27092-NeerBodyguard.xml b/data/templates/npc/monster/27092-NeerBodyguard.xml new file mode 100644 index 000000000..1dcb8871a --- /dev/null +++ b/data/templates/npc/monster/27092-NeerBodyguard.xml @@ -0,0 +1,26 @@ + + + + Neer Bodyguard + Quest Monster + 33 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27093-DeluChiefKalkis.xml b/data/templates/npc/monster/27093-DeluChiefKalkis.xml new file mode 100644 index 000000000..be8b38ef4 --- /dev/null +++ b/data/templates/npc/monster/27093-DeluChiefKalkis.xml @@ -0,0 +1,27 @@ + + + + Delu Chief Kalkis + Quest Monster + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27094-DeluLizardmanAssassin.xml b/data/templates/npc/monster/27094-DeluLizardmanAssassin.xml new file mode 100644 index 000000000..3f4d288a0 --- /dev/null +++ b/data/templates/npc/monster/27094-DeluLizardmanAssassin.xml @@ -0,0 +1,27 @@ + + + + Delu Lizardman Assassin + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27095-SingingFlowerPhantasm.xml b/data/templates/npc/monster/27095-SingingFlowerPhantasm.xml new file mode 100644 index 000000000..bfb325b9e --- /dev/null +++ b/data/templates/npc/monster/27095-SingingFlowerPhantasm.xml @@ -0,0 +1,26 @@ + + + + Singing Flower Phantasm + Quest Monster + 44 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27096-SingingFlowerNightmare.xml b/data/templates/npc/monster/27096-SingingFlowerNightmare.xml new file mode 100644 index 000000000..98cbc89e5 --- /dev/null +++ b/data/templates/npc/monster/27096-SingingFlowerNightmare.xml @@ -0,0 +1,26 @@ + + + + Singing Flower Nightmare + Quest Monster + 44 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27097-SingingFlowerDarkling.xml b/data/templates/npc/monster/27097-SingingFlowerDarkling.xml new file mode 100644 index 000000000..10ff76b8d --- /dev/null +++ b/data/templates/npc/monster/27097-SingingFlowerDarkling.xml @@ -0,0 +1,26 @@ + + + + Singing Flower Darkling + Quest Monster + 44 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27098-GhostFire.xml b/data/templates/npc/monster/27098-GhostFire.xml new file mode 100644 index 000000000..ef8fbef90 --- /dev/null +++ b/data/templates/npc/monster/27098-GhostFire.xml @@ -0,0 +1,26 @@ + + + + Ghost Fire + Quest Monster + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27099-NamelessRevenant.xml b/data/templates/npc/monster/27099-NamelessRevenant.xml new file mode 100644 index 000000000..6ff100cc3 --- /dev/null +++ b/data/templates/npc/monster/27099-NamelessRevenant.xml @@ -0,0 +1,26 @@ + + + + Nameless Revenant + Quest Monster + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27100-SkeletalMercenary.xml b/data/templates/npc/monster/27100-SkeletalMercenary.xml new file mode 100644 index 000000000..aeff65b8d --- /dev/null +++ b/data/templates/npc/monster/27100-SkeletalMercenary.xml @@ -0,0 +1,27 @@ + + + + Skeletal Mercenary + Quest Monster + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27101-DrevanulPrinceZeruel.xml b/data/templates/npc/monster/27101-DrevanulPrinceZeruel.xml new file mode 100644 index 000000000..5f49828e8 --- /dev/null +++ b/data/templates/npc/monster/27101-DrevanulPrinceZeruel.xml @@ -0,0 +1,26 @@ + + + + Drevanul Prince Zeruel + Quest Monster + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27102-PakoTheCat.xml b/data/templates/npc/monster/27102-PakoTheCat.xml new file mode 100644 index 000000000..c08e5b0ee --- /dev/null +++ b/data/templates/npc/monster/27102-PakoTheCat.xml @@ -0,0 +1,26 @@ + + + + Pako The Cat + Quest Monster + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27103-UnicornRacer.xml b/data/templates/npc/monster/27103-UnicornRacer.xml new file mode 100644 index 000000000..4a8ce79c6 --- /dev/null +++ b/data/templates/npc/monster/27103-UnicornRacer.xml @@ -0,0 +1,26 @@ + + + + Unicorn Racer + Quest Monster + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27104-ShadowTuren.xml b/data/templates/npc/monster/27104-ShadowTuren.xml new file mode 100644 index 000000000..a2aab0db6 --- /dev/null +++ b/data/templates/npc/monster/27104-ShadowTuren.xml @@ -0,0 +1,26 @@ + + + + Shadow Turen + Quest Monster + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27105-MimiTheCat.xml b/data/templates/npc/monster/27105-MimiTheCat.xml new file mode 100644 index 000000000..dbaa79547 --- /dev/null +++ b/data/templates/npc/monster/27105-MimiTheCat.xml @@ -0,0 +1,26 @@ + + + + Mimi The Cat + Quest Monster + 39 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27106-UnicornPhantasm.xml b/data/templates/npc/monster/27106-UnicornPhantasm.xml new file mode 100644 index 000000000..41439d9e8 --- /dev/null +++ b/data/templates/npc/monster/27106-UnicornPhantasm.xml @@ -0,0 +1,26 @@ + + + + Unicorn Phantasm + Quest Monster + 40 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27107-SilhouetteTilfo.xml b/data/templates/npc/monster/27107-SilhouetteTilfo.xml new file mode 100644 index 000000000..d5a36f162 --- /dev/null +++ b/data/templates/npc/monster/27107-SilhouetteTilfo.xml @@ -0,0 +1,26 @@ + + + + Silhouette Tilfo + Quest Monster + 40 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27108-StenoaGorgonQueen.xml b/data/templates/npc/monster/27108-StenoaGorgonQueen.xml new file mode 100644 index 000000000..ae4282c82 --- /dev/null +++ b/data/templates/npc/monster/27108-StenoaGorgonQueen.xml @@ -0,0 +1,27 @@ + + + + Stenoa Gorgon Queen + Quest Monster + 37 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27109-HandmaidenOfStenoa.xml b/data/templates/npc/monster/27109-HandmaidenOfStenoa.xml new file mode 100644 index 000000000..02cfaf17d --- /dev/null +++ b/data/templates/npc/monster/27109-HandmaidenOfStenoa.xml @@ -0,0 +1,26 @@ + + + + Handmaiden Of Stenoa + Quest Monster + 33 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27110-Shyslassys.xml b/data/templates/npc/monster/27110-Shyslassys.xml new file mode 100644 index 000000000..6607913a0 --- /dev/null +++ b/data/templates/npc/monster/27110-Shyslassys.xml @@ -0,0 +1,26 @@ + + + + Shyslassys + Quest Monster + 36 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27111-CaveBasilisk.xml b/data/templates/npc/monster/27111-CaveBasilisk.xml new file mode 100644 index 000000000..82c4e9f4c --- /dev/null +++ b/data/templates/npc/monster/27111-CaveBasilisk.xml @@ -0,0 +1,26 @@ + + + + Cave Basilisk + Quest Monster + 30 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27112-Gorr.xml b/data/templates/npc/monster/27112-Gorr.xml new file mode 100644 index 000000000..c1c842601 --- /dev/null +++ b/data/templates/npc/monster/27112-Gorr.xml @@ -0,0 +1,26 @@ + + + + Gorr + Quest Monster + 36 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27113-Baraham.xml b/data/templates/npc/monster/27113-Baraham.xml new file mode 100644 index 000000000..54f8d830b --- /dev/null +++ b/data/templates/npc/monster/27113-Baraham.xml @@ -0,0 +1,26 @@ + + + + Baraham + Quest Monster + 36 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27114-SuccubusQueen.xml b/data/templates/npc/monster/27114-SuccubusQueen.xml new file mode 100644 index 000000000..3a591f6d8 --- /dev/null +++ b/data/templates/npc/monster/27114-SuccubusQueen.xml @@ -0,0 +1,26 @@ + + + + Succubus Queen + Quest Monster + 34 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27115-ClawOfSuccubus.xml b/data/templates/npc/monster/27115-ClawOfSuccubus.xml new file mode 100644 index 000000000..800714912 --- /dev/null +++ b/data/templates/npc/monster/27115-ClawOfSuccubus.xml @@ -0,0 +1,26 @@ + + + + Claw Of Succubus + Quest Monster + 28 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27116-LavaSalamander.xml b/data/templates/npc/monster/27116-LavaSalamander.xml new file mode 100644 index 000000000..6281310eb --- /dev/null +++ b/data/templates/npc/monster/27116-LavaSalamander.xml @@ -0,0 +1,26 @@ + + + + Lava Salamander + Quest Monster + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27117-Nahir.xml b/data/templates/npc/monster/27117-Nahir.xml new file mode 100644 index 000000000..fefa28232 --- /dev/null +++ b/data/templates/npc/monster/27117-Nahir.xml @@ -0,0 +1,26 @@ + + + + Nahir + Quest Monster + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27118-BlackWillow.xml b/data/templates/npc/monster/27118-BlackWillow.xml new file mode 100644 index 000000000..103331b81 --- /dev/null +++ b/data/templates/npc/monster/27118-BlackWillow.xml @@ -0,0 +1,26 @@ + + + + Black Willow + Quest Monster + 30 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27119-SpiritOfSirHerod.xml b/data/templates/npc/monster/27119-SpiritOfSirHerod.xml new file mode 100644 index 000000000..b0226d6f5 --- /dev/null +++ b/data/templates/npc/monster/27119-SpiritOfSirHerod.xml @@ -0,0 +1,27 @@ + + + + Spirit of Sir Herod + Quest Monster + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27120-LuellOfZephyrWinds.xml b/data/templates/npc/monster/27120-LuellOfZephyrWinds.xml new file mode 100644 index 000000000..fc98e5c23 --- /dev/null +++ b/data/templates/npc/monster/27120-LuellOfZephyrWinds.xml @@ -0,0 +1,26 @@ + + + + Luell Of Zephyr Winds + Quest Monster + 37 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27121-ActeaOfVerdantWilds.xml b/data/templates/npc/monster/27121-ActeaOfVerdantWilds.xml new file mode 100644 index 000000000..ebd6a1b18 --- /dev/null +++ b/data/templates/npc/monster/27121-ActeaOfVerdantWilds.xml @@ -0,0 +1,26 @@ + + + + Actea Of Verdant Wilds + Quest Monster + 37 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27122-LetoLizardmanAgent.xml b/data/templates/npc/monster/27122-LetoLizardmanAgent.xml new file mode 100644 index 000000000..0bb29e4bb --- /dev/null +++ b/data/templates/npc/monster/27122-LetoLizardmanAgent.xml @@ -0,0 +1,27 @@ + + + + Leto Lizardman Agent + Quest Monster + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27123-LetoLizardmanLeader.xml b/data/templates/npc/monster/27123-LetoLizardmanLeader.xml new file mode 100644 index 000000000..ee2717be4 --- /dev/null +++ b/data/templates/npc/monster/27123-LetoLizardmanLeader.xml @@ -0,0 +1,27 @@ + + + + Leto Lizardman Leader + Quest Monster + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27124-LetoLizardmanAssassin.xml b/data/templates/npc/monster/27124-LetoLizardmanAssassin.xml new file mode 100644 index 000000000..5df789c0c --- /dev/null +++ b/data/templates/npc/monster/27124-LetoLizardmanAssassin.xml @@ -0,0 +1,27 @@ + + + + Leto Lizardman Assassin + Quest Monster + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27125-LetoLizardmanSniper.xml b/data/templates/npc/monster/27125-LetoLizardmanSniper.xml new file mode 100644 index 000000000..c35bdcca8 --- /dev/null +++ b/data/templates/npc/monster/27125-LetoLizardmanSniper.xml @@ -0,0 +1,27 @@ + + + + Leto Lizardman Sniper + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27126-LetoLizardmanWizard.xml b/data/templates/npc/monster/27126-LetoLizardmanWizard.xml new file mode 100644 index 000000000..8db4768db --- /dev/null +++ b/data/templates/npc/monster/27126-LetoLizardmanWizard.xml @@ -0,0 +1,27 @@ + + + + Leto Lizardman Wizard + Quest Monster + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27127-LetoLizardmanLord.xml b/data/templates/npc/monster/27127-LetoLizardmanLord.xml new file mode 100644 index 000000000..fb393d43a --- /dev/null +++ b/data/templates/npc/monster/27127-LetoLizardmanLord.xml @@ -0,0 +1,27 @@ + + + + Leto Lizardman Lord + Quest Monster + 40 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27128-Aruraune.xml b/data/templates/npc/monster/27128-Aruraune.xml new file mode 100644 index 000000000..8e38a2f3c --- /dev/null +++ b/data/templates/npc/monster/27128-Aruraune.xml @@ -0,0 +1,26 @@ + + + + Aruraune + Quest Monster + 40 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27129-OlMahumInspector.xml b/data/templates/npc/monster/27129-OlMahumInspector.xml new file mode 100644 index 000000000..5eeb116ae --- /dev/null +++ b/data/templates/npc/monster/27129-OlMahumInspector.xml @@ -0,0 +1,27 @@ + + + + Ol Mahum Inspector + Quest Monster + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27130-OlMahumBetrayer.xml b/data/templates/npc/monster/27130-OlMahumBetrayer.xml new file mode 100644 index 000000000..aae8615a0 --- /dev/null +++ b/data/templates/npc/monster/27130-OlMahumBetrayer.xml @@ -0,0 +1,27 @@ + + + + Ol Mahum Betrayer + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27131-CrimsonWerewolf.xml b/data/templates/npc/monster/27131-CrimsonWerewolf.xml new file mode 100644 index 000000000..d739ea9ee --- /dev/null +++ b/data/templates/npc/monster/27131-CrimsonWerewolf.xml @@ -0,0 +1,26 @@ + + + + Crimson Werewolf + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27132-KrudelLizardman.xml b/data/templates/npc/monster/27132-KrudelLizardman.xml new file mode 100644 index 000000000..040dc288a --- /dev/null +++ b/data/templates/npc/monster/27132-KrudelLizardman.xml @@ -0,0 +1,27 @@ + + + + Krudel Lizardman + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27133-EvilEyeLord.xml b/data/templates/npc/monster/27133-EvilEyeLord.xml new file mode 100644 index 000000000..57be31b42 --- /dev/null +++ b/data/templates/npc/monster/27133-EvilEyeLord.xml @@ -0,0 +1,26 @@ + + + + Evil Eye Lord + Quest Monster + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27134-Tatoma.xml b/data/templates/npc/monster/27134-Tatoma.xml new file mode 100644 index 000000000..d165bf0ee --- /dev/null +++ b/data/templates/npc/monster/27134-Tatoma.xml @@ -0,0 +1,27 @@ + + + + Tatoma + Quest Monster + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27135-Grima.xml b/data/templates/npc/monster/27135-Grima.xml new file mode 100644 index 000000000..2001cf817 --- /dev/null +++ b/data/templates/npc/monster/27135-Grima.xml @@ -0,0 +1,26 @@ + + + + Grima + Quest Monster + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27136-SuccubusOfSeduction.xml b/data/templates/npc/monster/27136-SuccubusOfSeduction.xml new file mode 100644 index 000000000..6473cf90e --- /dev/null +++ b/data/templates/npc/monster/27136-SuccubusOfSeduction.xml @@ -0,0 +1,26 @@ + + + + Succubus Of Seduction + Quest Monster + 40 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27137-DemonKing.xml b/data/templates/npc/monster/27137-DemonKing.xml new file mode 100644 index 000000000..bbd53a6d7 --- /dev/null +++ b/data/templates/npc/monster/27137-DemonKing.xml @@ -0,0 +1,26 @@ + + + + Demon King + Quest Monster + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27138-GreatDemonKing.xml b/data/templates/npc/monster/27138-GreatDemonKing.xml new file mode 100644 index 000000000..e92f51c85 --- /dev/null +++ b/data/templates/npc/monster/27138-GreatDemonKing.xml @@ -0,0 +1,27 @@ + + + + Great Demon King + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27139-SecretKeeperTree.xml b/data/templates/npc/monster/27139-SecretKeeperTree.xml new file mode 100644 index 000000000..15ed897fc --- /dev/null +++ b/data/templates/npc/monster/27139-SecretKeeperTree.xml @@ -0,0 +1,26 @@ + + + + Secret Keeper Tree + Quest Monster + 47 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27140-BrekaOverlordHaka.xml b/data/templates/npc/monster/27140-BrekaOverlordHaka.xml new file mode 100644 index 000000000..61f497f65 --- /dev/null +++ b/data/templates/npc/monster/27140-BrekaOverlordHaka.xml @@ -0,0 +1,27 @@ + + + + Breka Overlord Haka + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27141-BrekaOverlordJaka.xml b/data/templates/npc/monster/27141-BrekaOverlordJaka.xml new file mode 100644 index 000000000..438f33da9 --- /dev/null +++ b/data/templates/npc/monster/27141-BrekaOverlordJaka.xml @@ -0,0 +1,27 @@ + + + + Breka Overlord Jaka + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27142-BrekaOverlordMarka.xml b/data/templates/npc/monster/27142-BrekaOverlordMarka.xml new file mode 100644 index 000000000..ca92524b1 --- /dev/null +++ b/data/templates/npc/monster/27142-BrekaOverlordMarka.xml @@ -0,0 +1,27 @@ + + + + Breka Overlord Marka + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27143-WindsusAleph.xml b/data/templates/npc/monster/27143-WindsusAleph.xml new file mode 100644 index 000000000..4e1f74e90 --- /dev/null +++ b/data/templates/npc/monster/27143-WindsusAleph.xml @@ -0,0 +1,26 @@ + + + + Windsus Aleph + Quest Monster + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27144-TarlkRaiderAthu.xml b/data/templates/npc/monster/27144-TarlkRaiderAthu.xml new file mode 100644 index 000000000..81fd7499c --- /dev/null +++ b/data/templates/npc/monster/27144-TarlkRaiderAthu.xml @@ -0,0 +1,27 @@ + + + + Tarlk Raider Athu + Quest Monster + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27145-TarlkRaiderLanka.xml b/data/templates/npc/monster/27145-TarlkRaiderLanka.xml new file mode 100644 index 000000000..91e5ccd6d --- /dev/null +++ b/data/templates/npc/monster/27145-TarlkRaiderLanka.xml @@ -0,0 +1,27 @@ + + + + Tarlk Raider Lanka + Quest Monster + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27146-TarlkRaiderTriska.xml b/data/templates/npc/monster/27146-TarlkRaiderTriska.xml new file mode 100644 index 000000000..2aefb1f65 --- /dev/null +++ b/data/templates/npc/monster/27146-TarlkRaiderTriska.xml @@ -0,0 +1,27 @@ + + + + Tarlk Raider Triska + Quest Monster + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27147-TarlkRaiderMotura.xml b/data/templates/npc/monster/27147-TarlkRaiderMotura.xml new file mode 100644 index 000000000..88575df40 --- /dev/null +++ b/data/templates/npc/monster/27147-TarlkRaiderMotura.xml @@ -0,0 +1,27 @@ + + + + Tarlk Raider Motura + Quest Monster + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27148-TarlkRaiderKalath.xml b/data/templates/npc/monster/27148-TarlkRaiderKalath.xml new file mode 100644 index 000000000..71a6913d1 --- /dev/null +++ b/data/templates/npc/monster/27148-TarlkRaiderKalath.xml @@ -0,0 +1,27 @@ + + + + Tarlk Raider Kalath + Quest Monster + 48 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27149-GremlinFilcher.xml b/data/templates/npc/monster/27149-GremlinFilcher.xml new file mode 100644 index 000000000..948bc89d9 --- /dev/null +++ b/data/templates/npc/monster/27149-GremlinFilcher.xml @@ -0,0 +1,26 @@ + + + + Gremlin Filcher + Quest Monster + 12 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27150-BlackLegionStormtrooper.xml b/data/templates/npc/monster/27150-BlackLegionStormtrooper.xml new file mode 100644 index 000000000..0c2252c97 --- /dev/null +++ b/data/templates/npc/monster/27150-BlackLegionStormtrooper.xml @@ -0,0 +1,27 @@ + + + + Black Legion Stormtrooper + Quest Monster + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27151-DeluLizardmanHeadhunter.xml b/data/templates/npc/monster/27151-DeluLizardmanHeadhunter.xml new file mode 100644 index 000000000..d3c496fde --- /dev/null +++ b/data/templates/npc/monster/27151-DeluLizardmanHeadhunter.xml @@ -0,0 +1,27 @@ + + + + Delu Lizardman Headhunter + Quest Monster + 28 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27152-MarshStakatoMarquess.xml b/data/templates/npc/monster/27152-MarshStakatoMarquess.xml new file mode 100644 index 000000000..fb371bdb9 --- /dev/null +++ b/data/templates/npc/monster/27152-MarshStakatoMarquess.xml @@ -0,0 +1,26 @@ + + + + Marsh Stakato Marquess + Quest Monster + 35 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27153-AlexandroSanches.xml b/data/templates/npc/monster/27153-AlexandroSanches.xml new file mode 100644 index 000000000..38076b34e --- /dev/null +++ b/data/templates/npc/monster/27153-AlexandroSanches.xml @@ -0,0 +1,26 @@ + + + + Alexandro Sanches + Dark Lord + 3 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27154-Bonaparterius.xml b/data/templates/npc/monster/27154-Bonaparterius.xml new file mode 100644 index 000000000..e9602c354 --- /dev/null +++ b/data/templates/npc/monster/27154-Bonaparterius.xml @@ -0,0 +1,27 @@ + + + + Bonaparterius + Abyss King + 3 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27155-Ramsebalius.xml b/data/templates/npc/monster/27155-Ramsebalius.xml new file mode 100644 index 000000000..ae30e6cf8 --- /dev/null +++ b/data/templates/npc/monster/27155-Ramsebalius.xml @@ -0,0 +1,27 @@ + + + + Ramsebalius + Evil Overlord + 3 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27156-LetoShamanKetz.xml b/data/templates/npc/monster/27156-LetoShamanKetz.xml new file mode 100644 index 000000000..aaf19fc9d --- /dev/null +++ b/data/templates/npc/monster/27156-LetoShamanKetz.xml @@ -0,0 +1,27 @@ + + + + Leto Shaman Ketz + Quest Monster + 40 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27157-LetoChiefNarak.xml b/data/templates/npc/monster/27157-LetoChiefNarak.xml new file mode 100644 index 000000000..3603c5423 --- /dev/null +++ b/data/templates/npc/monster/27157-LetoChiefNarak.xml @@ -0,0 +1,27 @@ + + + + Leto Chief Narak + Quest Monster + 41 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27158-TimakRaiderKaikee.xml b/data/templates/npc/monster/27158-TimakRaiderKaikee.xml new file mode 100644 index 000000000..9e731484a --- /dev/null +++ b/data/templates/npc/monster/27158-TimakRaiderKaikee.xml @@ -0,0 +1,27 @@ + + + + Timak Raider Kaikee + Quest Monster + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27159-TimakOverlordOkun.xml b/data/templates/npc/monster/27159-TimakOverlordOkun.xml new file mode 100644 index 000000000..474df62c8 --- /dev/null +++ b/data/templates/npc/monster/27159-TimakOverlordOkun.xml @@ -0,0 +1,27 @@ + + + + Timak Overlord Okun + Quest Monster + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27160-GokMagok.xml b/data/templates/npc/monster/27160-GokMagok.xml new file mode 100644 index 000000000..0aad6a633 --- /dev/null +++ b/data/templates/npc/monster/27160-GokMagok.xml @@ -0,0 +1,26 @@ + + + + Gok Magok + Grandis Chief + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27161-TaikOverlordKakran.xml b/data/templates/npc/monster/27161-TaikOverlordKakran.xml new file mode 100644 index 000000000..bb7d5fec1 --- /dev/null +++ b/data/templates/npc/monster/27161-TaikOverlordKakran.xml @@ -0,0 +1,27 @@ + + + + Taik Overlord Kakran + Quest Monster + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27162-HatarChieftainKubel.xml b/data/templates/npc/monster/27162-HatarChieftainKubel.xml new file mode 100644 index 000000000..6a04421d1 --- /dev/null +++ b/data/templates/npc/monster/27162-HatarChieftainKubel.xml @@ -0,0 +1,26 @@ + + + + Hatar Chieftain Kubel + Quest Monster + 52 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27163-VanorElderKerunos.xml b/data/templates/npc/monster/27163-VanorElderKerunos.xml new file mode 100644 index 000000000..7b48c02f0 --- /dev/null +++ b/data/templates/npc/monster/27163-VanorElderKerunos.xml @@ -0,0 +1,27 @@ + + + + Vanor Elder Kerunos + Quest Monster + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27164-KarulChiefOrooto.xml b/data/templates/npc/monster/27164-KarulChiefOrooto.xml new file mode 100644 index 000000000..fc5f49640 --- /dev/null +++ b/data/templates/npc/monster/27164-KarulChiefOrooto.xml @@ -0,0 +1,27 @@ + + + + Karul Chief Orooto + Quest Monster + 43 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27165-AbyssalJewel1.xml b/data/templates/npc/monster/27165-AbyssalJewel1.xml new file mode 100644 index 000000000..0aa563605 --- /dev/null +++ b/data/templates/npc/monster/27165-AbyssalJewel1.xml @@ -0,0 +1,26 @@ + + + + Abyssal Jewel 1 + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27166-AbyssalJewel2.xml b/data/templates/npc/monster/27166-AbyssalJewel2.xml new file mode 100644 index 000000000..95ca679dc --- /dev/null +++ b/data/templates/npc/monster/27166-AbyssalJewel2.xml @@ -0,0 +1,26 @@ + + + + Abyssal Jewel 2 + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27167-AbyssalJewel3.xml b/data/templates/npc/monster/27167-AbyssalJewel3.xml new file mode 100644 index 000000000..b5aefbcac --- /dev/null +++ b/data/templates/npc/monster/27167-AbyssalJewel3.xml @@ -0,0 +1,26 @@ + + + + Abyssal Jewel 3 + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27168-JewelGuardianMara.xml b/data/templates/npc/monster/27168-JewelGuardianMara.xml new file mode 100644 index 000000000..7d177daf9 --- /dev/null +++ b/data/templates/npc/monster/27168-JewelGuardianMara.xml @@ -0,0 +1,26 @@ + + + + Jewel Guardian Mara + Quest Monster + 53 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27169-JewelGuardianMusfel.xml b/data/templates/npc/monster/27169-JewelGuardianMusfel.xml new file mode 100644 index 000000000..3a51b3295 --- /dev/null +++ b/data/templates/npc/monster/27169-JewelGuardianMusfel.xml @@ -0,0 +1,26 @@ + + + + Jewel Guardian Musfel + Quest Monster + 53 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27170-JewelGuardianPyton.xml b/data/templates/npc/monster/27170-JewelGuardianPyton.xml new file mode 100644 index 000000000..996f305d8 --- /dev/null +++ b/data/templates/npc/monster/27170-JewelGuardianPyton.xml @@ -0,0 +1,27 @@ + + + + Jewel Guardian Pyton + Quest Monster + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27171-SacrificeOfTheSacrificed.xml b/data/templates/npc/monster/27171-SacrificeOfTheSacrificed.xml new file mode 100644 index 000000000..9ad797c08 --- /dev/null +++ b/data/templates/npc/monster/27171-SacrificeOfTheSacrificed.xml @@ -0,0 +1,26 @@ + + + + Sacrifice Of The Sacrificed + Quest Monster + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27172-HaritLizardmanZealot.xml b/data/templates/npc/monster/27172-HaritLizardmanZealot.xml new file mode 100644 index 000000000..f5106c39a --- /dev/null +++ b/data/templates/npc/monster/27172-HaritLizardmanZealot.xml @@ -0,0 +1,27 @@ + + + + Harit Lizardman Zealot + Quest Monster + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27173-BoxOfAthrea1.xml b/data/templates/npc/monster/27173-BoxOfAthrea1.xml new file mode 100644 index 000000000..7131ec577 --- /dev/null +++ b/data/templates/npc/monster/27173-BoxOfAthrea1.xml @@ -0,0 +1,25 @@ + + + + Box Of Athrea 1 + Quest Monster + 50 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27174-BoxOfAthrea2.xml b/data/templates/npc/monster/27174-BoxOfAthrea2.xml new file mode 100644 index 000000000..64b2f66ca --- /dev/null +++ b/data/templates/npc/monster/27174-BoxOfAthrea2.xml @@ -0,0 +1,25 @@ + + + + Box Of Athrea 2 + Quest Monster + 50 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27175-BoxOfAthrea3.xml b/data/templates/npc/monster/27175-BoxOfAthrea3.xml new file mode 100644 index 000000000..b7cb80ba6 --- /dev/null +++ b/data/templates/npc/monster/27175-BoxOfAthrea3.xml @@ -0,0 +1,25 @@ + + + + Box Of Athrea 3 + Quest Monster + 50 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27176-BoxOfAthrea4.xml b/data/templates/npc/monster/27176-BoxOfAthrea4.xml new file mode 100644 index 000000000..8882878b4 --- /dev/null +++ b/data/templates/npc/monster/27176-BoxOfAthrea4.xml @@ -0,0 +1,25 @@ + + + + Box Of Athrea 4 + Quest Monster + 50 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27177-BoxOfAthrea5.xml b/data/templates/npc/monster/27177-BoxOfAthrea5.xml new file mode 100644 index 000000000..55d8ccf98 --- /dev/null +++ b/data/templates/npc/monster/27177-BoxOfAthrea5.xml @@ -0,0 +1,25 @@ + + + + Box Of Athrea 5 + Quest Monster + 50 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27178-BlitzWyrm.xml b/data/templates/npc/monster/27178-BlitzWyrm.xml new file mode 100644 index 000000000..d55a6d1da --- /dev/null +++ b/data/templates/npc/monster/27178-BlitzWyrm.xml @@ -0,0 +1,26 @@ + + + + Blitz Wyrm + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27179-GraveKeymaster.xml b/data/templates/npc/monster/27179-GraveKeymaster.xml new file mode 100644 index 000000000..76eed4d09 --- /dev/null +++ b/data/templates/npc/monster/27179-GraveKeymaster.xml @@ -0,0 +1,26 @@ + + + + Grave Keymaster + Quest Monster + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27180-ImperialSlave.xml b/data/templates/npc/monster/27180-ImperialSlave.xml new file mode 100644 index 000000000..b49d1edc1 --- /dev/null +++ b/data/templates/npc/monster/27180-ImperialSlave.xml @@ -0,0 +1,26 @@ + + + + Imperial Slave + Quest Monster + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27181-ImperialGravekeeper.xml b/data/templates/npc/monster/27181-ImperialGravekeeper.xml new file mode 100644 index 000000000..def29af51 --- /dev/null +++ b/data/templates/npc/monster/27181-ImperialGravekeeper.xml @@ -0,0 +1,27 @@ + + + + Imperial Gravekeeper + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27182-ArkGuardianElberoth.xml b/data/templates/npc/monster/27182-ArkGuardianElberoth.xml new file mode 100644 index 000000000..b64774dc0 --- /dev/null +++ b/data/templates/npc/monster/27182-ArkGuardianElberoth.xml @@ -0,0 +1,27 @@ + + + + Ark Guardian Elberoth + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27183-ArkGuardianShadowfang.xml b/data/templates/npc/monster/27183-ArkGuardianShadowfang.xml new file mode 100644 index 000000000..b67ed99a7 --- /dev/null +++ b/data/templates/npc/monster/27183-ArkGuardianShadowfang.xml @@ -0,0 +1,27 @@ + + + + Ark Guardian Shadowfang + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27184-AngelKiller.xml b/data/templates/npc/monster/27184-AngelKiller.xml new file mode 100644 index 000000000..702b0896e --- /dev/null +++ b/data/templates/npc/monster/27184-AngelKiller.xml @@ -0,0 +1,27 @@ + + + + Angel Killer + Quest Monster + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27185-FairyTreeOfWind.xml b/data/templates/npc/monster/27185-FairyTreeOfWind.xml new file mode 100644 index 000000000..3991c25c5 --- /dev/null +++ b/data/templates/npc/monster/27185-FairyTreeOfWind.xml @@ -0,0 +1,25 @@ + + + + Fairy Tree of Wind + Quest Monster + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27186-FairyTreeOfStar.xml b/data/templates/npc/monster/27186-FairyTreeOfStar.xml new file mode 100644 index 000000000..cff039e4e --- /dev/null +++ b/data/templates/npc/monster/27186-FairyTreeOfStar.xml @@ -0,0 +1,25 @@ + + + + Fairy Tree of Star + Quest Monster + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27187-FairyTreeOfTwilight.xml b/data/templates/npc/monster/27187-FairyTreeOfTwilight.xml new file mode 100644 index 000000000..bad713a66 --- /dev/null +++ b/data/templates/npc/monster/27187-FairyTreeOfTwilight.xml @@ -0,0 +1,25 @@ + + + + Fairy Tree of Twilight + Quest Monster + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27188-FairyTreeOfAbyss.xml b/data/templates/npc/monster/27188-FairyTreeOfAbyss.xml new file mode 100644 index 000000000..11ecb03ca --- /dev/null +++ b/data/templates/npc/monster/27188-FairyTreeOfAbyss.xml @@ -0,0 +1,25 @@ + + + + Fairy Tree of Abyss + Quest Monster + 55 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27189-SoulOfTreeGuardian.xml b/data/templates/npc/monster/27189-SoulOfTreeGuardian.xml new file mode 100644 index 000000000..f7939456a --- /dev/null +++ b/data/templates/npc/monster/27189-SoulOfTreeGuardian.xml @@ -0,0 +1,26 @@ + + + + Soul of Tree Guardian + Quest Monster + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27190-OlMahumSupportTroop.xml b/data/templates/npc/monster/27190-OlMahumSupportTroop.xml new file mode 100644 index 000000000..6c48e955d --- /dev/null +++ b/data/templates/npc/monster/27190-OlMahumSupportTroop.xml @@ -0,0 +1,27 @@ + + + + Ol Mahum Support Troop + Quest Monster + 26 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27191-Malcom.xml b/data/templates/npc/monster/27191-Malcom.xml new file mode 100644 index 000000000..e04abb0dd --- /dev/null +++ b/data/templates/npc/monster/27191-Malcom.xml @@ -0,0 +1,26 @@ + + + + Malcom + Quest Monster + 25 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27192-SuccubusHandmaiden.xml b/data/templates/npc/monster/27192-SuccubusHandmaiden.xml new file mode 100644 index 000000000..71efe9139 --- /dev/null +++ b/data/templates/npc/monster/27192-SuccubusHandmaiden.xml @@ -0,0 +1,26 @@ + + + + Succubus Handmaiden + Quest Monster + 18 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27193-GoblinServant.xml b/data/templates/npc/monster/27193-GoblinServant.xml new file mode 100644 index 000000000..951a5c7d1 --- /dev/null +++ b/data/templates/npc/monster/27193-GoblinServant.xml @@ -0,0 +1,26 @@ + + + + Goblin Servant + Quest Monster + 12 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27194-JulieTheRipper.xml b/data/templates/npc/monster/27194-JulieTheRipper.xml new file mode 100644 index 000000000..f677e9d25 --- /dev/null +++ b/data/templates/npc/monster/27194-JulieTheRipper.xml @@ -0,0 +1,27 @@ + + + + Julie the Ripper + Quest Monster + 40 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27195-MaleAnt.xml b/data/templates/npc/monster/27195-MaleAnt.xml new file mode 100644 index 000000000..ed128bb39 --- /dev/null +++ b/data/templates/npc/monster/27195-MaleAnt.xml @@ -0,0 +1,26 @@ + + + + Male Ant + Quest Monster + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27196-BluebackedAlligator.xml b/data/templates/npc/monster/27196-BluebackedAlligator.xml new file mode 100644 index 000000000..80e4a297c --- /dev/null +++ b/data/templates/npc/monster/27196-BluebackedAlligator.xml @@ -0,0 +1,26 @@ + + + + Bluebacked Alligator + Quest Monster + 40 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27197-BejewelledAlligator.xml b/data/templates/npc/monster/27197-BejewelledAlligator.xml new file mode 100644 index 000000000..7221ad211 --- /dev/null +++ b/data/templates/npc/monster/27197-BejewelledAlligator.xml @@ -0,0 +1,26 @@ + + + + Bejewelled Alligator + Quest Monster + 40 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27199-CrimsonWerewolf.xml b/data/templates/npc/monster/27199-CrimsonWerewolf.xml new file mode 100644 index 000000000..6fdfe5971 --- /dev/null +++ b/data/templates/npc/monster/27199-CrimsonWerewolf.xml @@ -0,0 +1,26 @@ + + + + Crimson Werewolf + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27200-KrudelLizardman.xml b/data/templates/npc/monster/27200-KrudelLizardman.xml new file mode 100644 index 000000000..0da133d80 --- /dev/null +++ b/data/templates/npc/monster/27200-KrudelLizardman.xml @@ -0,0 +1,27 @@ + + + + Krudel Lizardman + Quest Monster + 36 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27201.xml b/data/templates/npc/monster/27201.xml new file mode 100644 index 000000000..598ea9bab --- /dev/null +++ b/data/templates/npc/monster/27201.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27202.xml b/data/templates/npc/monster/27202.xml new file mode 100644 index 000000000..b42115155 --- /dev/null +++ b/data/templates/npc/monster/27202.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27203.xml b/data/templates/npc/monster/27203.xml new file mode 100644 index 000000000..12dba6091 --- /dev/null +++ b/data/templates/npc/monster/27203.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27204.xml b/data/templates/npc/monster/27204.xml new file mode 100644 index 000000000..a05b4b76c --- /dev/null +++ b/data/templates/npc/monster/27204.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27205.xml b/data/templates/npc/monster/27205.xml new file mode 100644 index 000000000..5ad9d6c59 --- /dev/null +++ b/data/templates/npc/monster/27205.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27206.xml b/data/templates/npc/monster/27206.xml new file mode 100644 index 000000000..bbc1e1b42 --- /dev/null +++ b/data/templates/npc/monster/27206.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27207.xml b/data/templates/npc/monster/27207.xml new file mode 100644 index 000000000..efebfc79e --- /dev/null +++ b/data/templates/npc/monster/27207.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27208.xml b/data/templates/npc/monster/27208.xml new file mode 100644 index 000000000..280251132 --- /dev/null +++ b/data/templates/npc/monster/27208.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27209.xml b/data/templates/npc/monster/27209.xml new file mode 100644 index 000000000..5cc3076d5 --- /dev/null +++ b/data/templates/npc/monster/27209.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27210.xml b/data/templates/npc/monster/27210.xml new file mode 100644 index 000000000..e1face73c --- /dev/null +++ b/data/templates/npc/monster/27210.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27211.xml b/data/templates/npc/monster/27211.xml new file mode 100644 index 000000000..7c07f44fb --- /dev/null +++ b/data/templates/npc/monster/27211.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27212.xml b/data/templates/npc/monster/27212.xml new file mode 100644 index 000000000..cc9a496bf --- /dev/null +++ b/data/templates/npc/monster/27212.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27213.xml b/data/templates/npc/monster/27213.xml new file mode 100644 index 000000000..3df46121d --- /dev/null +++ b/data/templates/npc/monster/27213.xml @@ -0,0 +1,25 @@ + + + + 10 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27214-GuardianOfForbiddenKnowledge.xml b/data/templates/npc/monster/27214-GuardianOfForbiddenKnowledge.xml new file mode 100644 index 000000000..39ca25c88 --- /dev/null +++ b/data/templates/npc/monster/27214-GuardianOfForbiddenKnowledge.xml @@ -0,0 +1,27 @@ + + + + Guardian of Forbidden Knowledge + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27215-GuardianOfForbiddenKnowledge.xml b/data/templates/npc/monster/27215-GuardianOfForbiddenKnowledge.xml new file mode 100644 index 000000000..c26555b7d --- /dev/null +++ b/data/templates/npc/monster/27215-GuardianOfForbiddenKnowledge.xml @@ -0,0 +1,27 @@ + + + + Guardian of Forbidden Knowledge + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27216-GuardianOfForbiddenKnowledge.xml b/data/templates/npc/monster/27216-GuardianOfForbiddenKnowledge.xml new file mode 100644 index 000000000..15e6f3e9d --- /dev/null +++ b/data/templates/npc/monster/27216-GuardianOfForbiddenKnowledge.xml @@ -0,0 +1,27 @@ + + + + Guardian of Forbidden Knowledge + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27217-SoulOfWell.xml b/data/templates/npc/monster/27217-SoulOfWell.xml new file mode 100644 index 000000000..7ad6ffd40 --- /dev/null +++ b/data/templates/npc/monster/27217-SoulOfWell.xml @@ -0,0 +1,26 @@ + + + + Soul of Well + Quest Monster + 63 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27218-TriolSPawn.xml b/data/templates/npc/monster/27218-TriolSPawn.xml new file mode 100644 index 000000000..2abf9319c --- /dev/null +++ b/data/templates/npc/monster/27218-TriolSPawn.xml @@ -0,0 +1,26 @@ + + + + Triol's Pawn + Quest Monster + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27219-ArchonOfHalisha.xml b/data/templates/npc/monster/27219-ArchonOfHalisha.xml new file mode 100644 index 000000000..9703546eb --- /dev/null +++ b/data/templates/npc/monster/27219-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27220-ArchonOfHalisha.xml b/data/templates/npc/monster/27220-ArchonOfHalisha.xml new file mode 100644 index 000000000..3c1b40084 --- /dev/null +++ b/data/templates/npc/monster/27220-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27221-ArchonOfHalisha.xml b/data/templates/npc/monster/27221-ArchonOfHalisha.xml new file mode 100644 index 000000000..bd9a1e719 --- /dev/null +++ b/data/templates/npc/monster/27221-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27222-ArchonOfHalisha.xml b/data/templates/npc/monster/27222-ArchonOfHalisha.xml new file mode 100644 index 000000000..7013051fd --- /dev/null +++ b/data/templates/npc/monster/27222-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27223-ArchonOfHalisha.xml b/data/templates/npc/monster/27223-ArchonOfHalisha.xml new file mode 100644 index 000000000..879074b16 --- /dev/null +++ b/data/templates/npc/monster/27223-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27224-ArchonOfHalisha.xml b/data/templates/npc/monster/27224-ArchonOfHalisha.xml new file mode 100644 index 000000000..571275207 --- /dev/null +++ b/data/templates/npc/monster/27224-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27225-ArchonOfHalisha.xml b/data/templates/npc/monster/27225-ArchonOfHalisha.xml new file mode 100644 index 000000000..12389b0aa --- /dev/null +++ b/data/templates/npc/monster/27225-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27226-ArchonOfHalisha.xml b/data/templates/npc/monster/27226-ArchonOfHalisha.xml new file mode 100644 index 000000000..36026bd88 --- /dev/null +++ b/data/templates/npc/monster/27226-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27227-ArchonOfHalisha.xml b/data/templates/npc/monster/27227-ArchonOfHalisha.xml new file mode 100644 index 000000000..bfabe17a3 --- /dev/null +++ b/data/templates/npc/monster/27227-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27228-ArchonOfHalisha.xml b/data/templates/npc/monster/27228-ArchonOfHalisha.xml new file mode 100644 index 000000000..8e6e398ff --- /dev/null +++ b/data/templates/npc/monster/27228-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27229-ArchonOfHalisha.xml b/data/templates/npc/monster/27229-ArchonOfHalisha.xml new file mode 100644 index 000000000..13c96605a --- /dev/null +++ b/data/templates/npc/monster/27229-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27230-ArchonOfHalisha.xml b/data/templates/npc/monster/27230-ArchonOfHalisha.xml new file mode 100644 index 000000000..b368b9891 --- /dev/null +++ b/data/templates/npc/monster/27230-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27231-ArchonOfHalisha.xml b/data/templates/npc/monster/27231-ArchonOfHalisha.xml new file mode 100644 index 000000000..5a3135d6b --- /dev/null +++ b/data/templates/npc/monster/27231-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27232-ArchonOfHalisha.xml b/data/templates/npc/monster/27232-ArchonOfHalisha.xml new file mode 100644 index 000000000..775c2b772 --- /dev/null +++ b/data/templates/npc/monster/27232-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27233-ArchonOfHalisha.xml b/data/templates/npc/monster/27233-ArchonOfHalisha.xml new file mode 100644 index 000000000..dd3970dd1 --- /dev/null +++ b/data/templates/npc/monster/27233-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27234-ArchonOfHalisha.xml b/data/templates/npc/monster/27234-ArchonOfHalisha.xml new file mode 100644 index 000000000..c5430ca09 --- /dev/null +++ b/data/templates/npc/monster/27234-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27235-ArchonOfHalisha.xml b/data/templates/npc/monster/27235-ArchonOfHalisha.xml new file mode 100644 index 000000000..8405aef22 --- /dev/null +++ b/data/templates/npc/monster/27235-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27236-ArchonOfHalisha.xml b/data/templates/npc/monster/27236-ArchonOfHalisha.xml new file mode 100644 index 000000000..cb094b438 --- /dev/null +++ b/data/templates/npc/monster/27236-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27237-ArchonOfHalisha.xml b/data/templates/npc/monster/27237-ArchonOfHalisha.xml new file mode 100644 index 000000000..cc3b003ca --- /dev/null +++ b/data/templates/npc/monster/27237-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27238-ArchonOfHalisha.xml b/data/templates/npc/monster/27238-ArchonOfHalisha.xml new file mode 100644 index 000000000..86c0d8979 --- /dev/null +++ b/data/templates/npc/monster/27238-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27239-ArchonOfHalisha.xml b/data/templates/npc/monster/27239-ArchonOfHalisha.xml new file mode 100644 index 000000000..ec60afe73 --- /dev/null +++ b/data/templates/npc/monster/27239-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27240-ArchonOfHalisha.xml b/data/templates/npc/monster/27240-ArchonOfHalisha.xml new file mode 100644 index 000000000..35adbfef9 --- /dev/null +++ b/data/templates/npc/monster/27240-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27241-ArchonOfHalisha.xml b/data/templates/npc/monster/27241-ArchonOfHalisha.xml new file mode 100644 index 000000000..71b94c04c --- /dev/null +++ b/data/templates/npc/monster/27241-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27242-ArchonOfHalisha.xml b/data/templates/npc/monster/27242-ArchonOfHalisha.xml new file mode 100644 index 000000000..921d2995a --- /dev/null +++ b/data/templates/npc/monster/27242-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27243-ArchonOfHalisha.xml b/data/templates/npc/monster/27243-ArchonOfHalisha.xml new file mode 100644 index 000000000..f2404f677 --- /dev/null +++ b/data/templates/npc/monster/27243-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27244-ArchonOfHalisha.xml b/data/templates/npc/monster/27244-ArchonOfHalisha.xml new file mode 100644 index 000000000..011f9993c --- /dev/null +++ b/data/templates/npc/monster/27244-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27245-ArchonOfHalisha.xml b/data/templates/npc/monster/27245-ArchonOfHalisha.xml new file mode 100644 index 000000000..d0d4d90b7 --- /dev/null +++ b/data/templates/npc/monster/27245-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27246-ArchonOfHalisha.xml b/data/templates/npc/monster/27246-ArchonOfHalisha.xml new file mode 100644 index 000000000..72f33f7b5 --- /dev/null +++ b/data/templates/npc/monster/27246-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27247-ArchonOfHalisha.xml b/data/templates/npc/monster/27247-ArchonOfHalisha.xml new file mode 100644 index 000000000..761cf41bb --- /dev/null +++ b/data/templates/npc/monster/27247-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27248-ArchonOfHalisha.xml b/data/templates/npc/monster/27248-ArchonOfHalisha.xml new file mode 100644 index 000000000..f663361da --- /dev/null +++ b/data/templates/npc/monster/27248-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27249-ArchonOfHalisha.xml b/data/templates/npc/monster/27249-ArchonOfHalisha.xml new file mode 100644 index 000000000..ff4673365 --- /dev/null +++ b/data/templates/npc/monster/27249-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27250-FallenAngelAllector.xml b/data/templates/npc/monster/27250-FallenAngelAllector.xml new file mode 100644 index 000000000..c4e8cc436 --- /dev/null +++ b/data/templates/npc/monster/27250-FallenAngelAllector.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel Allector + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27251-FallenAngelAllector.xml b/data/templates/npc/monster/27251-FallenAngelAllector.xml new file mode 100644 index 000000000..1a8f4a61b --- /dev/null +++ b/data/templates/npc/monster/27251-FallenAngelAllector.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel Allector + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27252-FallenAngelAllector.xml b/data/templates/npc/monster/27252-FallenAngelAllector.xml new file mode 100644 index 000000000..0977778c0 --- /dev/null +++ b/data/templates/npc/monster/27252-FallenAngelAllector.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel Allector + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27253-HellFire.xml b/data/templates/npc/monster/27253-HellFire.xml new file mode 100644 index 000000000..7ea92c2e7 --- /dev/null +++ b/data/templates/npc/monster/27253-HellFire.xml @@ -0,0 +1,26 @@ + + + + Hell Fire + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27254-UnknownStopper.xml b/data/templates/npc/monster/27254-UnknownStopper.xml new file mode 100644 index 000000000..dd244b051 --- /dev/null +++ b/data/templates/npc/monster/27254-UnknownStopper.xml @@ -0,0 +1,26 @@ + + + + Unknown Stopper + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27255-UnknownStopper.xml b/data/templates/npc/monster/27255-UnknownStopper.xml new file mode 100644 index 000000000..0692aa71d --- /dev/null +++ b/data/templates/npc/monster/27255-UnknownStopper.xml @@ -0,0 +1,26 @@ + + + + Unknown Stopper + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27256-UnknownStopper.xml b/data/templates/npc/monster/27256-UnknownStopper.xml new file mode 100644 index 000000000..0b69eefda --- /dev/null +++ b/data/templates/npc/monster/27256-UnknownStopper.xml @@ -0,0 +1,26 @@ + + + + Unknown Stopper + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27257-ArchangelIconoclasis.xml b/data/templates/npc/monster/27257-ArchangelIconoclasis.xml new file mode 100644 index 000000000..4ee010a63 --- /dev/null +++ b/data/templates/npc/monster/27257-ArchangelIconoclasis.xml @@ -0,0 +1,27 @@ + + + + Archangel Iconoclasis + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27258-ArchangelIconoclasis.xml b/data/templates/npc/monster/27258-ArchangelIconoclasis.xml new file mode 100644 index 000000000..6bc4de1c5 --- /dev/null +++ b/data/templates/npc/monster/27258-ArchangelIconoclasis.xml @@ -0,0 +1,27 @@ + + + + Archangel Iconoclasis + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27259-ArchangelIconoclasis.xml b/data/templates/npc/monster/27259-ArchangelIconoclasis.xml new file mode 100644 index 000000000..cbb315786 --- /dev/null +++ b/data/templates/npc/monster/27259-ArchangelIconoclasis.xml @@ -0,0 +1,27 @@ + + + + Archangel Iconoclasis + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27260-ArchangelIconoclasis.xml b/data/templates/npc/monster/27260-ArchangelIconoclasis.xml new file mode 100644 index 000000000..569324098 --- /dev/null +++ b/data/templates/npc/monster/27260-ArchangelIconoclasis.xml @@ -0,0 +1,27 @@ + + + + Archangel Iconoclasis + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27261-BeadOfSacredFlame.xml b/data/templates/npc/monster/27261-BeadOfSacredFlame.xml new file mode 100644 index 000000000..d6a9fd162 --- /dev/null +++ b/data/templates/npc/monster/27261-BeadOfSacredFlame.xml @@ -0,0 +1,26 @@ + + + + Bead of Sacred Flame + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27262-DeathLordHallate.xml b/data/templates/npc/monster/27262-DeathLordHallate.xml new file mode 100644 index 000000000..18f5851f3 --- /dev/null +++ b/data/templates/npc/monster/27262-DeathLordHallate.xml @@ -0,0 +1,27 @@ + + + + Death Lord Hallate + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27263-DeathLordHallate.xml b/data/templates/npc/monster/27263-DeathLordHallate.xml new file mode 100644 index 000000000..08573a55a --- /dev/null +++ b/data/templates/npc/monster/27263-DeathLordHallate.xml @@ -0,0 +1,27 @@ + + + + Death Lord Hallate + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27264-DeathLordHallate.xml b/data/templates/npc/monster/27264-DeathLordHallate.xml new file mode 100644 index 000000000..11387c747 --- /dev/null +++ b/data/templates/npc/monster/27264-DeathLordHallate.xml @@ -0,0 +1,27 @@ + + + + Death Lord Hallate + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27265-LichKingIcarus.xml b/data/templates/npc/monster/27265-LichKingIcarus.xml new file mode 100644 index 000000000..fc6b0a1e1 --- /dev/null +++ b/data/templates/npc/monster/27265-LichKingIcarus.xml @@ -0,0 +1,27 @@ + + + + Lich King Icarus + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27266-FallenAngelHaures.xml b/data/templates/npc/monster/27266-FallenAngelHaures.xml new file mode 100644 index 000000000..a055c0af8 --- /dev/null +++ b/data/templates/npc/monster/27266-FallenAngelHaures.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel Haures + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27267-FallenAngelHaures.xml b/data/templates/npc/monster/27267-FallenAngelHaures.xml new file mode 100644 index 000000000..bdfb3ac1c --- /dev/null +++ b/data/templates/npc/monster/27267-FallenAngelHaures.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel Haures + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27268-GuardOfHaures.xml b/data/templates/npc/monster/27268-GuardOfHaures.xml new file mode 100644 index 000000000..83e3898a3 --- /dev/null +++ b/data/templates/npc/monster/27268-GuardOfHaures.xml @@ -0,0 +1,26 @@ + + + + Guard of Haures + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27269-FallenAngelNaverius.xml b/data/templates/npc/monster/27269-FallenAngelNaverius.xml new file mode 100644 index 000000000..86f3b6411 --- /dev/null +++ b/data/templates/npc/monster/27269-FallenAngelNaverius.xml @@ -0,0 +1,27 @@ + + + + Fallen Angel Naverius + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27270-FallenAngelNaverius.xml b/data/templates/npc/monster/27270-FallenAngelNaverius.xml new file mode 100644 index 000000000..e24d7be46 --- /dev/null +++ b/data/templates/npc/monster/27270-FallenAngelNaverius.xml @@ -0,0 +1,27 @@ + + + + Fallen Angel Naverius + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27271-ChimeraGolem.xml b/data/templates/npc/monster/27271-ChimeraGolem.xml new file mode 100644 index 000000000..7a2e608c6 --- /dev/null +++ b/data/templates/npc/monster/27271-ChimeraGolem.xml @@ -0,0 +1,26 @@ + + + + Chimera Golem + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27272-HallateSDancerLillian.xml b/data/templates/npc/monster/27272-HallateSDancerLillian.xml new file mode 100644 index 000000000..c865a53dd --- /dev/null +++ b/data/templates/npc/monster/27272-HallateSDancerLillian.xml @@ -0,0 +1,27 @@ + + + + Hallate's Dancer Lillian + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27273-AssassinPezel.xml b/data/templates/npc/monster/27273-AssassinPezel.xml new file mode 100644 index 000000000..03954c969 --- /dev/null +++ b/data/templates/npc/monster/27273-AssassinPezel.xml @@ -0,0 +1,27 @@ + + + + Assassin Pezel + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27274-FallenAngelTanakia.xml b/data/templates/npc/monster/27274-FallenAngelTanakia.xml new file mode 100644 index 000000000..3d9a05106 --- /dev/null +++ b/data/templates/npc/monster/27274-FallenAngelTanakia.xml @@ -0,0 +1,27 @@ + + + + Fallen Angel Tanakia + Quest Monster + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27275-FallenAngelTanakia.xml b/data/templates/npc/monster/27275-FallenAngelTanakia.xml new file mode 100644 index 000000000..e09b6403b --- /dev/null +++ b/data/templates/npc/monster/27275-FallenAngelTanakia.xml @@ -0,0 +1,27 @@ + + + + Fallen Angel Tanakia + Quest Monster + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27276-FallenAngelTanakia.xml b/data/templates/npc/monster/27276-FallenAngelTanakia.xml new file mode 100644 index 000000000..61da3fb75 --- /dev/null +++ b/data/templates/npc/monster/27276-FallenAngelTanakia.xml @@ -0,0 +1,27 @@ + + + + Fallen Angel Tanakia + Quest Monster + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27277-FallenAngelTanakia.xml b/data/templates/npc/monster/27277-FallenAngelTanakia.xml new file mode 100644 index 000000000..ca86e081d --- /dev/null +++ b/data/templates/npc/monster/27277-FallenAngelTanakia.xml @@ -0,0 +1,27 @@ + + + + Fallen Angel Tanakia + Quest Monster + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27278-ShadowOfBeleth.xml b/data/templates/npc/monster/27278-ShadowOfBeleth.xml new file mode 100644 index 000000000..0adf9bda6 --- /dev/null +++ b/data/templates/npc/monster/27278-ShadowOfBeleth.xml @@ -0,0 +1,27 @@ + + + + Shadow of Beleth + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27279-CursedKesadein.xml b/data/templates/npc/monster/27279-CursedKesadein.xml new file mode 100644 index 000000000..94e6c2f6d --- /dev/null +++ b/data/templates/npc/monster/27279-CursedKesadein.xml @@ -0,0 +1,26 @@ + + + + Cursed Kesadein + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27280-FallenAngelNarcissus.xml b/data/templates/npc/monster/27280-FallenAngelNarcissus.xml new file mode 100644 index 000000000..0e14e5d07 --- /dev/null +++ b/data/templates/npc/monster/27280-FallenAngelNarcissus.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel Narcissus + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27281-FallenAngelMetellus.xml b/data/templates/npc/monster/27281-FallenAngelMetellus.xml new file mode 100644 index 000000000..fb7db6dab --- /dev/null +++ b/data/templates/npc/monster/27281-FallenAngelMetellus.xml @@ -0,0 +1,26 @@ + + + + Fallen Angel Metellus + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27282-DarkAngelOthiel.xml b/data/templates/npc/monster/27282-DarkAngelOthiel.xml new file mode 100644 index 000000000..7b54bca84 --- /dev/null +++ b/data/templates/npc/monster/27282-DarkAngelOthiel.xml @@ -0,0 +1,27 @@ + + + + Dark Angel Othiel + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27283-GrandpapaAskalius.xml b/data/templates/npc/monster/27283-GrandpapaAskalius.xml new file mode 100644 index 000000000..f6b27743c --- /dev/null +++ b/data/templates/npc/monster/27283-GrandpapaAskalius.xml @@ -0,0 +1,26 @@ + + + + Grandpapa Askalius + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27284-FlameEvilSpiritAzira.xml b/data/templates/npc/monster/27284-FlameEvilSpiritAzira.xml new file mode 100644 index 000000000..d4d9b4dc6 --- /dev/null +++ b/data/templates/npc/monster/27284-FlameEvilSpiritAzira.xml @@ -0,0 +1,26 @@ + + + + Flame Evil Spirit Azira + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27285-LizardSTotemSharuhi.xml b/data/templates/npc/monster/27285-LizardSTotemSharuhi.xml new file mode 100644 index 000000000..566812575 --- /dev/null +++ b/data/templates/npc/monster/27285-LizardSTotemSharuhi.xml @@ -0,0 +1,27 @@ + + + + Lizard's Totem Sharuhi + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27286-FallenKnightAdhil.xml b/data/templates/npc/monster/27286-FallenKnightAdhil.xml new file mode 100644 index 000000000..679103e17 --- /dev/null +++ b/data/templates/npc/monster/27286-FallenKnightAdhil.xml @@ -0,0 +1,27 @@ + + + + Fallen Knight Adhil + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27287-BoundElfPanacea.xml b/data/templates/npc/monster/27287-BoundElfPanacea.xml new file mode 100644 index 000000000..7a1e3910c --- /dev/null +++ b/data/templates/npc/monster/27287-BoundElfPanacea.xml @@ -0,0 +1,27 @@ + + + + Bound Elf Panacea + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27288-SwordPlayerBiel.xml b/data/templates/npc/monster/27288-SwordPlayerBiel.xml new file mode 100644 index 000000000..e4652a9f1 --- /dev/null +++ b/data/templates/npc/monster/27288-SwordPlayerBiel.xml @@ -0,0 +1,27 @@ + + + + Sword Player Biel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27289-AncientSwordMasterIron.xml b/data/templates/npc/monster/27289-AncientSwordMasterIron.xml new file mode 100644 index 000000000..afb6069b9 --- /dev/null +++ b/data/templates/npc/monster/27289-AncientSwordMasterIron.xml @@ -0,0 +1,27 @@ + + + + Ancient Sword Master Iron + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27290-WhiteWingCommander.xml b/data/templates/npc/monster/27290-WhiteWingCommander.xml new file mode 100644 index 000000000..1ac3d8b05 --- /dev/null +++ b/data/templates/npc/monster/27290-WhiteWingCommander.xml @@ -0,0 +1,27 @@ + + + + White Wing Commander + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27291-WhiteWingFighter.xml b/data/templates/npc/monster/27291-WhiteWingFighter.xml new file mode 100644 index 000000000..40ccd2a13 --- /dev/null +++ b/data/templates/npc/monster/27291-WhiteWingFighter.xml @@ -0,0 +1,27 @@ + + + + White Wing Fighter + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27292-FallenNobleOrcMuhark.xml b/data/templates/npc/monster/27292-FallenNobleOrcMuhark.xml new file mode 100644 index 000000000..9356cb9eb --- /dev/null +++ b/data/templates/npc/monster/27292-FallenNobleOrcMuhark.xml @@ -0,0 +1,27 @@ + + + + Fallen Noble Orc Muhark + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27293-KhavatariUruz.xml b/data/templates/npc/monster/27293-KhavatariUruz.xml new file mode 100644 index 000000000..a6bd24966 --- /dev/null +++ b/data/templates/npc/monster/27293-KhavatariUruz.xml @@ -0,0 +1,26 @@ + + + + Khavatari Uruz + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27294-OverlordAtrus.xml b/data/templates/npc/monster/27294-OverlordAtrus.xml new file mode 100644 index 000000000..aabd8548f --- /dev/null +++ b/data/templates/npc/monster/27294-OverlordAtrus.xml @@ -0,0 +1,27 @@ + + + + Overlord Atrus + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27295-SharuhiMouthMudaha.xml b/data/templates/npc/monster/27295-SharuhiMouthMudaha.xml new file mode 100644 index 000000000..8ca531168 --- /dev/null +++ b/data/templates/npc/monster/27295-SharuhiMouthMudaha.xml @@ -0,0 +1,27 @@ + + + + Sharuhi Mouth Mudaha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27296-MonumentWatcherEzekiel.xml b/data/templates/npc/monster/27296-MonumentWatcherEzekiel.xml new file mode 100644 index 000000000..ce40a0de1 --- /dev/null +++ b/data/templates/npc/monster/27296-MonumentWatcherEzekiel.xml @@ -0,0 +1,27 @@ + + + + Monument Watcher Ezekiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27297-MonumentWatcherEzekiel.xml b/data/templates/npc/monster/27297-MonumentWatcherEzekiel.xml new file mode 100644 index 000000000..221c7a358 --- /dev/null +++ b/data/templates/npc/monster/27297-MonumentWatcherEzekiel.xml @@ -0,0 +1,27 @@ + + + + Monument Watcher Ezekiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27298-MonumentWatcherEzekiel.xml b/data/templates/npc/monster/27298-MonumentWatcherEzekiel.xml new file mode 100644 index 000000000..c20c44d91 --- /dev/null +++ b/data/templates/npc/monster/27298-MonumentWatcherEzekiel.xml @@ -0,0 +1,27 @@ + + + + Monument Watcher Ezekiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27299-MonumentWatcherEzekiel.xml b/data/templates/npc/monster/27299-MonumentWatcherEzekiel.xml new file mode 100644 index 000000000..9f40b643f --- /dev/null +++ b/data/templates/npc/monster/27299-MonumentWatcherEzekiel.xml @@ -0,0 +1,27 @@ + + + + Monument Watcher Ezekiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27300-MonumentWatcherEzekiel.xml b/data/templates/npc/monster/27300-MonumentWatcherEzekiel.xml new file mode 100644 index 000000000..91cbec176 --- /dev/null +++ b/data/templates/npc/monster/27300-MonumentWatcherEzekiel.xml @@ -0,0 +1,27 @@ + + + + Monument Watcher Ezekiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27301-MonumentWatcherEzekiel.xml b/data/templates/npc/monster/27301-MonumentWatcherEzekiel.xml new file mode 100644 index 000000000..3e59c36bb --- /dev/null +++ b/data/templates/npc/monster/27301-MonumentWatcherEzekiel.xml @@ -0,0 +1,27 @@ + + + + Monument Watcher Ezekiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27302-MonumentDefenderAzrael.xml b/data/templates/npc/monster/27302-MonumentDefenderAzrael.xml new file mode 100644 index 000000000..432fa977f --- /dev/null +++ b/data/templates/npc/monster/27302-MonumentDefenderAzrael.xml @@ -0,0 +1,27 @@ + + + + Monument Defender Azrael + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27303-MonumentDefenderAzrael.xml b/data/templates/npc/monster/27303-MonumentDefenderAzrael.xml new file mode 100644 index 000000000..b7ac08fbf --- /dev/null +++ b/data/templates/npc/monster/27303-MonumentDefenderAzrael.xml @@ -0,0 +1,27 @@ + + + + Monument Defender Azrael + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27304-MonumentDefenderAzrael.xml b/data/templates/npc/monster/27304-MonumentDefenderAzrael.xml new file mode 100644 index 000000000..1fe00bc42 --- /dev/null +++ b/data/templates/npc/monster/27304-MonumentDefenderAzrael.xml @@ -0,0 +1,27 @@ + + + + Monument Defender Azrael + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27305-MonumentDefenderAzrael.xml b/data/templates/npc/monster/27305-MonumentDefenderAzrael.xml new file mode 100644 index 000000000..1defc854a --- /dev/null +++ b/data/templates/npc/monster/27305-MonumentDefenderAzrael.xml @@ -0,0 +1,27 @@ + + + + Monument Defender Azrael + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27306-MonumentDefenderAzrael.xml b/data/templates/npc/monster/27306-MonumentDefenderAzrael.xml new file mode 100644 index 000000000..dd5550df3 --- /dev/null +++ b/data/templates/npc/monster/27306-MonumentDefenderAzrael.xml @@ -0,0 +1,27 @@ + + + + Monument Defender Azrael + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27307-MonumentDefenderAzrael.xml b/data/templates/npc/monster/27307-MonumentDefenderAzrael.xml new file mode 100644 index 000000000..c1e61d9d1 --- /dev/null +++ b/data/templates/npc/monster/27307-MonumentDefenderAzrael.xml @@ -0,0 +1,27 @@ + + + + Monument Defender Azrael + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27308-AssassinFrost.xml b/data/templates/npc/monster/27308-AssassinFrost.xml new file mode 100644 index 000000000..81f214440 --- /dev/null +++ b/data/templates/npc/monster/27308-AssassinFrost.xml @@ -0,0 +1,27 @@ + + + + Assassin Frost + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27309-MinerviaVanHacken.xml b/data/templates/npc/monster/27309-MinerviaVanHacken.xml new file mode 100644 index 000000000..dc88f25bf --- /dev/null +++ b/data/templates/npc/monster/27309-MinerviaVanHacken.xml @@ -0,0 +1,27 @@ + + + + Minervia Van Hacken + Quest Monster + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27310-KitanisVanHacken.xml b/data/templates/npc/monster/27310-KitanisVanHacken.xml new file mode 100644 index 000000000..eda4983e0 --- /dev/null +++ b/data/templates/npc/monster/27310-KitanisVanHacken.xml @@ -0,0 +1,26 @@ + + + + Kitanis Van Hacken + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27311-JudgmentHoundDogKelvas.xml b/data/templates/npc/monster/27311-JudgmentHoundDogKelvas.xml new file mode 100644 index 000000000..8df7c9f72 --- /dev/null +++ b/data/templates/npc/monster/27311-JudgmentHoundDogKelvas.xml @@ -0,0 +1,26 @@ + + + + Judgment Hound Dog Kelvas + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27312-MysteriousServitor.xml b/data/templates/npc/monster/27312-MysteriousServitor.xml new file mode 100644 index 000000000..36c044a4d --- /dev/null +++ b/data/templates/npc/monster/27312-MysteriousServitor.xml @@ -0,0 +1,26 @@ + + + + Mysterious Servitor + Quest Monster + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27313-VisionGuardianShakiel.xml b/data/templates/npc/monster/27313-VisionGuardianShakiel.xml new file mode 100644 index 000000000..fcdf4b76e --- /dev/null +++ b/data/templates/npc/monster/27313-VisionGuardianShakiel.xml @@ -0,0 +1,27 @@ + + + + Vision Guardian Shakiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27314-VisionGuardianShakiel.xml b/data/templates/npc/monster/27314-VisionGuardianShakiel.xml new file mode 100644 index 000000000..33fa88fe3 --- /dev/null +++ b/data/templates/npc/monster/27314-VisionGuardianShakiel.xml @@ -0,0 +1,27 @@ + + + + Vision Guardian Shakiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27315-VisionGuardianShakiel.xml b/data/templates/npc/monster/27315-VisionGuardianShakiel.xml new file mode 100644 index 000000000..929ed5c87 --- /dev/null +++ b/data/templates/npc/monster/27315-VisionGuardianShakiel.xml @@ -0,0 +1,27 @@ + + + + Vision Guardian Shakiel + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27316-FallenChieftainVegus.xml b/data/templates/npc/monster/27316-FallenChieftainVegus.xml new file mode 100644 index 000000000..7fc7c7d4e --- /dev/null +++ b/data/templates/npc/monster/27316-FallenChieftainVegus.xml @@ -0,0 +1,27 @@ + + + + Fallen Chieftain Vegus + Quest Monster + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27317-RestrainerOfGlory.xml b/data/templates/npc/monster/27317-RestrainerOfGlory.xml new file mode 100644 index 000000000..e907ffe56 --- /dev/null +++ b/data/templates/npc/monster/27317-RestrainerOfGlory.xml @@ -0,0 +1,27 @@ + + + + Restrainer of Glory + Quest Monster + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27318-WendySGuardian.xml b/data/templates/npc/monster/27318-WendySGuardian.xml new file mode 100644 index 000000000..600b7776d --- /dev/null +++ b/data/templates/npc/monster/27318-WendySGuardian.xml @@ -0,0 +1,26 @@ + + + + Wendy's Guardian + Quest Monster + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27319-BlackLeopard.xml b/data/templates/npc/monster/27319-BlackLeopard.xml new file mode 100644 index 000000000..ad3347ab0 --- /dev/null +++ b/data/templates/npc/monster/27319-BlackLeopard.xml @@ -0,0 +1,26 @@ + + + + Black Leopard + Quest Monster + 18 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27320-TimoraOrc.xml b/data/templates/npc/monster/27320-TimoraOrc.xml new file mode 100644 index 000000000..ded46ea25 --- /dev/null +++ b/data/templates/npc/monster/27320-TimoraOrc.xml @@ -0,0 +1,27 @@ + + + + Timora Orc + Quest Monster + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27321-BruinLizardman.xml b/data/templates/npc/monster/27321-BruinLizardman.xml new file mode 100644 index 000000000..34b58ea26 --- /dev/null +++ b/data/templates/npc/monster/27321-BruinLizardman.xml @@ -0,0 +1,27 @@ + + + + Bruin Lizardman + Quest Monster + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27322-PicotAraneid.xml b/data/templates/npc/monster/27322-PicotAraneid.xml new file mode 100644 index 000000000..5ea83b56c --- /dev/null +++ b/data/templates/npc/monster/27322-PicotAraneid.xml @@ -0,0 +1,26 @@ + + + + Picot Araneid + Quest Monster + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27323-DivineEmissary.xml b/data/templates/npc/monster/27323-DivineEmissary.xml new file mode 100644 index 000000000..fc526cd8b --- /dev/null +++ b/data/templates/npc/monster/27323-DivineEmissary.xml @@ -0,0 +1,27 @@ + + + + Divine Emissary + Quest Monster + 40 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27324-VisionGuardEranus.xml b/data/templates/npc/monster/27324-VisionGuardEranus.xml new file mode 100644 index 000000000..299c96317 --- /dev/null +++ b/data/templates/npc/monster/27324-VisionGuardEranus.xml @@ -0,0 +1,27 @@ + + + + Vision Guard Eranus + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27325-ArchonOfHalisha.xml b/data/templates/npc/monster/27325-ArchonOfHalisha.xml new file mode 100644 index 000000000..5c536359b --- /dev/null +++ b/data/templates/npc/monster/27325-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27326-ArchangelKanriel.xml b/data/templates/npc/monster/27326-ArchangelKanriel.xml new file mode 100644 index 000000000..20446dc77 --- /dev/null +++ b/data/templates/npc/monster/27326-ArchangelKanriel.xml @@ -0,0 +1,27 @@ + + + + Archangel Kanriel + Quest Monster + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27327-ZakorelSExecutor.xml b/data/templates/npc/monster/27327-ZakorelSExecutor.xml new file mode 100644 index 000000000..6a057dfb2 --- /dev/null +++ b/data/templates/npc/monster/27327-ZakorelSExecutor.xml @@ -0,0 +1,27 @@ + + + + Zakorel's Executor + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27328-Zakorel.xml b/data/templates/npc/monster/27328-Zakorel.xml new file mode 100644 index 000000000..bb31caf11 --- /dev/null +++ b/data/templates/npc/monster/27328-Zakorel.xml @@ -0,0 +1,27 @@ + + + + Zakorel + Quest Monster + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27329-ArchonOfHalisha.xml b/data/templates/npc/monster/27329-ArchonOfHalisha.xml new file mode 100644 index 000000000..74476fba5 --- /dev/null +++ b/data/templates/npc/monster/27329-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27332-GuardianAngel.xml b/data/templates/npc/monster/27332-GuardianAngel.xml new file mode 100644 index 000000000..b8b61b014 --- /dev/null +++ b/data/templates/npc/monster/27332-GuardianAngel.xml @@ -0,0 +1,27 @@ + + + + Guardian Angel + Quest Monster + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27333-CrimsonDuchess.xml b/data/templates/npc/monster/27333-CrimsonDuchess.xml new file mode 100644 index 000000000..f30ae335d --- /dev/null +++ b/data/templates/npc/monster/27333-CrimsonDuchess.xml @@ -0,0 +1,26 @@ + + + + Crimson Duchess + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27334-ArchonOfHalisha.xml b/data/templates/npc/monster/27334-ArchonOfHalisha.xml new file mode 100644 index 000000000..cf8c48493 --- /dev/null +++ b/data/templates/npc/monster/27334-ArchonOfHalisha.xml @@ -0,0 +1,27 @@ + + + + Archon of Halisha + Quest Monster + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27335-DarkAngelOthiel.xml b/data/templates/npc/monster/27335-DarkAngelOthiel.xml new file mode 100644 index 000000000..08b513344 --- /dev/null +++ b/data/templates/npc/monster/27335-DarkAngelOthiel.xml @@ -0,0 +1,27 @@ + + + + Dark Angel Othiel + Quest Monster + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27336-CrimsonLady.xml b/data/templates/npc/monster/27336-CrimsonLady.xml new file mode 100644 index 000000000..65ecf01dd --- /dev/null +++ b/data/templates/npc/monster/27336-CrimsonLady.xml @@ -0,0 +1,26 @@ + + + + Crimson Lady + Quest Monster + 40 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27337-OlMahumOfficerTak.xml b/data/templates/npc/monster/27337-OlMahumOfficerTak.xml new file mode 100644 index 000000000..3b5a106f1 --- /dev/null +++ b/data/templates/npc/monster/27337-OlMahumOfficerTak.xml @@ -0,0 +1,27 @@ + + + + Ol Mahum Officer Tak + Quest Monster + 20 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27338-FallenAngel.xml b/data/templates/npc/monster/27338-FallenAngel.xml new file mode 100644 index 000000000..297b3a6d0 --- /dev/null +++ b/data/templates/npc/monster/27338-FallenAngel.xml @@ -0,0 +1,27 @@ + + + + Fallen Angel + Quest Monster + 38 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27339-CrumaMarshlandsTraitor.xml b/data/templates/npc/monster/27339-CrumaMarshlandsTraitor.xml new file mode 100644 index 000000000..8e01f3a3b --- /dev/null +++ b/data/templates/npc/monster/27339-CrumaMarshlandsTraitor.xml @@ -0,0 +1,27 @@ + + + + Cruma Marshlands Traitor + Quest Monster + 35 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27340-Pursuer.xml b/data/templates/npc/monster/27340-Pursuer.xml new file mode 100644 index 000000000..9b5e516ae --- /dev/null +++ b/data/templates/npc/monster/27340-Pursuer.xml @@ -0,0 +1,26 @@ + + + + Pursuer + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27341-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27341-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..e78d51be5 --- /dev/null +++ b/data/templates/npc/monster/27341-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 51 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27342-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27342-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..fa082e7d2 --- /dev/null +++ b/data/templates/npc/monster/27342-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 61 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27343-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27343-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..e6ad06523 --- /dev/null +++ b/data/templates/npc/monster/27343-ShilenSEvilThoughts.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27344-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27344-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..21efbbeee --- /dev/null +++ b/data/templates/npc/monster/27344-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 51 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27345-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27345-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..d28d4f0c2 --- /dev/null +++ b/data/templates/npc/monster/27345-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 61 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27346-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27346-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..ca2c5e9f0 --- /dev/null +++ b/data/templates/npc/monster/27346-ShilenSEvilThoughts.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27347-GuardsOfTheDawnOracle.xml b/data/templates/npc/monster/27347-GuardsOfTheDawnOracle.xml new file mode 100644 index 000000000..42a4964fb --- /dev/null +++ b/data/templates/npc/monster/27347-GuardsOfTheDawnOracle.xml @@ -0,0 +1,25 @@ + + + + Guards of the Dawn Oracle + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27348-GuardsOfTheDawnOracle.xml b/data/templates/npc/monster/27348-GuardsOfTheDawnOracle.xml new file mode 100644 index 000000000..83422a5d3 --- /dev/null +++ b/data/templates/npc/monster/27348-GuardsOfTheDawnOracle.xml @@ -0,0 +1,26 @@ + + + + Guards of the Dawn Oracle + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27349-GuardsOfTheDawnOracle.xml b/data/templates/npc/monster/27349-GuardsOfTheDawnOracle.xml new file mode 100644 index 000000000..4d78879aa --- /dev/null +++ b/data/templates/npc/monster/27349-GuardsOfTheDawnOracle.xml @@ -0,0 +1,25 @@ + + + + Guards of the Dawn Oracle + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27350-GuardsOfTheDawnOracle.xml b/data/templates/npc/monster/27350-GuardsOfTheDawnOracle.xml new file mode 100644 index 000000000..c30f2c6b6 --- /dev/null +++ b/data/templates/npc/monster/27350-GuardsOfTheDawnOracle.xml @@ -0,0 +1,26 @@ + + + + Guards of the Dawn Oracle + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27351-GuardsOfTheDawn.xml b/data/templates/npc/monster/27351-GuardsOfTheDawn.xml new file mode 100644 index 000000000..69dfbb1bb --- /dev/null +++ b/data/templates/npc/monster/27351-GuardsOfTheDawn.xml @@ -0,0 +1,26 @@ + + + + Guards of the Dawn + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27352-GuardsOfTheDawnOracle.xml b/data/templates/npc/monster/27352-GuardsOfTheDawnOracle.xml new file mode 100644 index 000000000..461be0b42 --- /dev/null +++ b/data/templates/npc/monster/27352-GuardsOfTheDawnOracle.xml @@ -0,0 +1,26 @@ + + + + Guards of the Dawn Oracle + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27353-LilimButcher.xml b/data/templates/npc/monster/27353-LilimButcher.xml new file mode 100644 index 000000000..1641d27d9 --- /dev/null +++ b/data/templates/npc/monster/27353-LilimButcher.xml @@ -0,0 +1,26 @@ + + + + Lilim Butcher + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27354-LilimMagus.xml b/data/templates/npc/monster/27354-LilimMagus.xml new file mode 100644 index 000000000..07cc951af --- /dev/null +++ b/data/templates/npc/monster/27354-LilimMagus.xml @@ -0,0 +1,25 @@ + + + + Lilim Magus + 51 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27355-LilimSlaveKnight.xml b/data/templates/npc/monster/27355-LilimSlaveKnight.xml new file mode 100644 index 000000000..f22e8c8e0 --- /dev/null +++ b/data/templates/npc/monster/27355-LilimSlaveKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Slave Knight + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27356-LilimStabber.xml b/data/templates/npc/monster/27356-LilimStabber.xml new file mode 100644 index 000000000..65421af47 --- /dev/null +++ b/data/templates/npc/monster/27356-LilimStabber.xml @@ -0,0 +1,26 @@ + + + + Lilim Stabber + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27357-LilimSeer.xml b/data/templates/npc/monster/27357-LilimSeer.xml new file mode 100644 index 000000000..11b0bc8d7 --- /dev/null +++ b/data/templates/npc/monster/27357-LilimSeer.xml @@ -0,0 +1,25 @@ + + + + Lilim Seer + 51 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27358-LilimKnight.xml b/data/templates/npc/monster/27358-LilimKnight.xml new file mode 100644 index 000000000..ed7c6afab --- /dev/null +++ b/data/templates/npc/monster/27358-LilimKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Knight + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27359-LilimAssassin.xml b/data/templates/npc/monster/27359-LilimAssassin.xml new file mode 100644 index 000000000..1adfce7bd --- /dev/null +++ b/data/templates/npc/monster/27359-LilimAssassin.xml @@ -0,0 +1,26 @@ + + + + Lilim Assassin + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27360-LilimGreatMagus.xml b/data/templates/npc/monster/27360-LilimGreatMagus.xml new file mode 100644 index 000000000..933a61a48 --- /dev/null +++ b/data/templates/npc/monster/27360-LilimGreatMagus.xml @@ -0,0 +1,25 @@ + + + + Lilim Great Magus + 51 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27361-LilimGuardKnight.xml b/data/templates/npc/monster/27361-LilimGuardKnight.xml new file mode 100644 index 000000000..c3eca4341 --- /dev/null +++ b/data/templates/npc/monster/27361-LilimGuardKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Guard Knight + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27362-LilimButcher.xml b/data/templates/npc/monster/27362-LilimButcher.xml new file mode 100644 index 000000000..4dd182626 --- /dev/null +++ b/data/templates/npc/monster/27362-LilimButcher.xml @@ -0,0 +1,26 @@ + + + + Lilim Butcher + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27363-LilimMagus.xml b/data/templates/npc/monster/27363-LilimMagus.xml new file mode 100644 index 000000000..232e69125 --- /dev/null +++ b/data/templates/npc/monster/27363-LilimMagus.xml @@ -0,0 +1,25 @@ + + + + Lilim Magus + 61 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27364-LilimSlaveKnight.xml b/data/templates/npc/monster/27364-LilimSlaveKnight.xml new file mode 100644 index 000000000..294a6447e --- /dev/null +++ b/data/templates/npc/monster/27364-LilimSlaveKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Slave Knight + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27365-LilimStabber.xml b/data/templates/npc/monster/27365-LilimStabber.xml new file mode 100644 index 000000000..680f837cb --- /dev/null +++ b/data/templates/npc/monster/27365-LilimStabber.xml @@ -0,0 +1,26 @@ + + + + Lilim Stabber + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27366-LilimSeer.xml b/data/templates/npc/monster/27366-LilimSeer.xml new file mode 100644 index 000000000..3526ed3dc --- /dev/null +++ b/data/templates/npc/monster/27366-LilimSeer.xml @@ -0,0 +1,25 @@ + + + + Lilim Seer + 61 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27367-LilimKnight.xml b/data/templates/npc/monster/27367-LilimKnight.xml new file mode 100644 index 000000000..32a52c65d --- /dev/null +++ b/data/templates/npc/monster/27367-LilimKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Knight + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27368-LilimAssassin.xml b/data/templates/npc/monster/27368-LilimAssassin.xml new file mode 100644 index 000000000..e2bcd7f2b --- /dev/null +++ b/data/templates/npc/monster/27368-LilimAssassin.xml @@ -0,0 +1,26 @@ + + + + Lilim Assassin + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27369-LilimGreatMagus.xml b/data/templates/npc/monster/27369-LilimGreatMagus.xml new file mode 100644 index 000000000..59b30c3de --- /dev/null +++ b/data/templates/npc/monster/27369-LilimGreatMagus.xml @@ -0,0 +1,25 @@ + + + + Lilim Great Magus + 61 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27370-LilimGuardKnight.xml b/data/templates/npc/monster/27370-LilimGuardKnight.xml new file mode 100644 index 000000000..b6807f1d7 --- /dev/null +++ b/data/templates/npc/monster/27370-LilimGuardKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Guard Knight + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27371-LilimButcher.xml b/data/templates/npc/monster/27371-LilimButcher.xml new file mode 100644 index 000000000..ab7130821 --- /dev/null +++ b/data/templates/npc/monster/27371-LilimButcher.xml @@ -0,0 +1,26 @@ + + + + Lilim Butcher + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27372-LilimMagus.xml b/data/templates/npc/monster/27372-LilimMagus.xml new file mode 100644 index 000000000..6f2312290 --- /dev/null +++ b/data/templates/npc/monster/27372-LilimMagus.xml @@ -0,0 +1,25 @@ + + + + Lilim Magus + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27373-LilimSlaveKnight.xml b/data/templates/npc/monster/27373-LilimSlaveKnight.xml new file mode 100644 index 000000000..673e184c3 --- /dev/null +++ b/data/templates/npc/monster/27373-LilimSlaveKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Slave Knight + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27374-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27374-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..3db432731 --- /dev/null +++ b/data/templates/npc/monster/27374-ShilenSEvilThoughts.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27375-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27375-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..b790a0f08 --- /dev/null +++ b/data/templates/npc/monster/27375-ShilenSEvilThoughts.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27376-LilimKnight.xml b/data/templates/npc/monster/27376-LilimKnight.xml new file mode 100644 index 000000000..5aa7925c1 --- /dev/null +++ b/data/templates/npc/monster/27376-LilimKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Knight + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27377-LilimAssassin.xml b/data/templates/npc/monster/27377-LilimAssassin.xml new file mode 100644 index 000000000..27118ef14 --- /dev/null +++ b/data/templates/npc/monster/27377-LilimAssassin.xml @@ -0,0 +1,26 @@ + + + + Lilim Assassin + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27378-LilimGreatMagus.xml b/data/templates/npc/monster/27378-LilimGreatMagus.xml new file mode 100644 index 000000000..05c18dc73 --- /dev/null +++ b/data/templates/npc/monster/27378-LilimGreatMagus.xml @@ -0,0 +1,25 @@ + + + + Lilim Great Magus + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27379-LilimGuardKnight.xml b/data/templates/npc/monster/27379-LilimGuardKnight.xml new file mode 100644 index 000000000..efa9a3a1a --- /dev/null +++ b/data/templates/npc/monster/27379-LilimGuardKnight.xml @@ -0,0 +1,26 @@ + + + + Lilim Guard Knight + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27380-RecklessSpriteOfWater.xml b/data/templates/npc/monster/27380-RecklessSpriteOfWater.xml new file mode 100644 index 000000000..5d44e370a --- /dev/null +++ b/data/templates/npc/monster/27380-RecklessSpriteOfWater.xml @@ -0,0 +1,26 @@ + + + + Reckless Sprite of Water + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27381-RecklessSpriteOfAir.xml b/data/templates/npc/monster/27381-RecklessSpriteOfAir.xml new file mode 100644 index 000000000..74bca9552 --- /dev/null +++ b/data/templates/npc/monster/27381-RecklessSpriteOfAir.xml @@ -0,0 +1,26 @@ + + + + Reckless Sprite of Air + Quest Monster + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27382-PowerOfSealIsolation.xml b/data/templates/npc/monster/27382-PowerOfSealIsolation.xml new file mode 100644 index 000000000..fba53f949 --- /dev/null +++ b/data/templates/npc/monster/27382-PowerOfSealIsolation.xml @@ -0,0 +1,24 @@ + + + + Power of Seal Isolation + 51 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27383-PowerOfSealIsolation.xml b/data/templates/npc/monster/27383-PowerOfSealIsolation.xml new file mode 100644 index 000000000..3c05c4895 --- /dev/null +++ b/data/templates/npc/monster/27383-PowerOfSealIsolation.xml @@ -0,0 +1,24 @@ + + + + Power of Seal Isolation + 61 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27384-SealDevice.xml b/data/templates/npc/monster/27384-SealDevice.xml new file mode 100644 index 000000000..f2f470c4b --- /dev/null +++ b/data/templates/npc/monster/27384-SealDevice.xml @@ -0,0 +1,26 @@ + + + + Seal Device + Emperor Shunaiman's + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27385-Lilith.xml b/data/templates/npc/monster/27385-Lilith.xml new file mode 100644 index 000000000..deab69be0 --- /dev/null +++ b/data/templates/npc/monster/27385-Lilith.xml @@ -0,0 +1,26 @@ + + + + Lilith + Holy Mother of Abyss + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27386-LilithSSteward.xml b/data/templates/npc/monster/27386-LilithSSteward.xml new file mode 100644 index 000000000..08513661d --- /dev/null +++ b/data/templates/npc/monster/27386-LilithSSteward.xml @@ -0,0 +1,25 @@ + + + + Lilith's Steward + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27387-LilithSElite.xml b/data/templates/npc/monster/27387-LilithSElite.xml new file mode 100644 index 000000000..5aac77d91 --- /dev/null +++ b/data/templates/npc/monster/27387-LilithSElite.xml @@ -0,0 +1,25 @@ + + + + Lilith's Elite + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27388-Anakim.xml b/data/templates/npc/monster/27388-Anakim.xml new file mode 100644 index 000000000..0368fd97b --- /dev/null +++ b/data/templates/npc/monster/27388-Anakim.xml @@ -0,0 +1,26 @@ + + + + Anakim + Flames of Sacred Fire + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27389-AnakimSGuardian.xml b/data/templates/npc/monster/27389-AnakimSGuardian.xml new file mode 100644 index 000000000..bc50b10fe --- /dev/null +++ b/data/templates/npc/monster/27389-AnakimSGuardian.xml @@ -0,0 +1,25 @@ + + + + Anakim's Guardian + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27390-AnakimSGuard.xml b/data/templates/npc/monster/27390-AnakimSGuard.xml new file mode 100644 index 000000000..dc7748bf5 --- /dev/null +++ b/data/templates/npc/monster/27390-AnakimSGuard.xml @@ -0,0 +1,25 @@ + + + + Anakim's Guard + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27391-AnakimSExecutor.xml b/data/templates/npc/monster/27391-AnakimSExecutor.xml new file mode 100644 index 000000000..9e40ee9fa --- /dev/null +++ b/data/templates/npc/monster/27391-AnakimSExecutor.xml @@ -0,0 +1,25 @@ + + + + Anakim's Executor + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27392-BloodyAxeAide.xml b/data/templates/npc/monster/27392-BloodyAxeAide.xml new file mode 100644 index 000000000..c638e0c1c --- /dev/null +++ b/data/templates/npc/monster/27392-BloodyAxeAide.xml @@ -0,0 +1,26 @@ + + + + Bloody Axe Aide + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27393-HeadlessKnight.xml b/data/templates/npc/monster/27393-HeadlessKnight.xml new file mode 100644 index 000000000..3b4928b10 --- /dev/null +++ b/data/templates/npc/monster/27393-HeadlessKnight.xml @@ -0,0 +1,26 @@ + + + + Headless Knight + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/27394-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27394-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..039333cdd --- /dev/null +++ b/data/templates/npc/monster/27394-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 51 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27395-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27395-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..f2b7342db --- /dev/null +++ b/data/templates/npc/monster/27395-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 61 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27396-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27396-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..cb25e334c --- /dev/null +++ b/data/templates/npc/monster/27396-ShilenSEvilThoughts.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27397-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27397-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..eea9a046a --- /dev/null +++ b/data/templates/npc/monster/27397-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 51 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27398-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27398-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..5116fd35f --- /dev/null +++ b/data/templates/npc/monster/27398-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 61 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27399-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27399-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..6c3866507 --- /dev/null +++ b/data/templates/npc/monster/27399-ShilenSEvilThoughts.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27400-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27400-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..97f15cb3a --- /dev/null +++ b/data/templates/npc/monster/27400-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 51 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27401-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27401-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..62ab77670 --- /dev/null +++ b/data/templates/npc/monster/27401-ShilenSEvilThoughts.xml @@ -0,0 +1,24 @@ + + + + Shilen's Evil Thoughts + 61 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/27402-ShilenSEvilThoughts.xml b/data/templates/npc/monster/27402-ShilenSEvilThoughts.xml new file mode 100644 index 000000000..171f1b61f --- /dev/null +++ b/data/templates/npc/monster/27402-ShilenSEvilThoughts.xml @@ -0,0 +1,25 @@ + + + + Shilen's Evil Thoughts + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29002-QueenAntLarva.xml b/data/templates/npc/monster/29002-QueenAntLarva.xml new file mode 100644 index 000000000..670ecfa14 --- /dev/null +++ b/data/templates/npc/monster/29002-QueenAntLarva.xml @@ -0,0 +1,25 @@ + + + + Queen Ant Larva + 38 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29003-NurseAnt.xml b/data/templates/npc/monster/29003-NurseAnt.xml new file mode 100644 index 000000000..d3198120d --- /dev/null +++ b/data/templates/npc/monster/29003-NurseAnt.xml @@ -0,0 +1,25 @@ + + + + Nurse Ant + 35 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29004-GuardAnt.xml b/data/templates/npc/monster/29004-GuardAnt.xml new file mode 100644 index 000000000..2ee3713b6 --- /dev/null +++ b/data/templates/npc/monster/29004-GuardAnt.xml @@ -0,0 +1,25 @@ + + + + Guard Ant + 37 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29005-RoyalGuardAnt.xml b/data/templates/npc/monster/29005-RoyalGuardAnt.xml new file mode 100644 index 000000000..771f1447c --- /dev/null +++ b/data/templates/npc/monster/29005-RoyalGuardAnt.xml @@ -0,0 +1,25 @@ + + + + Royal Guard Ant + 39 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29007-DeathKnight.xml b/data/templates/npc/monster/29007-DeathKnight.xml new file mode 100644 index 000000000..28af7a690 --- /dev/null +++ b/data/templates/npc/monster/29007-DeathKnight.xml @@ -0,0 +1,26 @@ + + + + Death Knight + 50 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + + diff --git a/data/templates/npc/monster/29008-DoomWraith.xml b/data/templates/npc/monster/29008-DoomWraith.xml new file mode 100644 index 000000000..f45a850ba --- /dev/null +++ b/data/templates/npc/monster/29008-DoomWraith.xml @@ -0,0 +1,26 @@ + + + + Doom Wraith + 55 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + + diff --git a/data/templates/npc/monster/29009-Dicor.xml b/data/templates/npc/monster/29009-Dicor.xml new file mode 100644 index 000000000..3e3019cec --- /dev/null +++ b/data/templates/npc/monster/29009-Dicor.xml @@ -0,0 +1,25 @@ + + + + Dicor + 47 + FEMALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29010-Validus.xml b/data/templates/npc/monster/29010-Validus.xml new file mode 100644 index 000000000..b779de87d --- /dev/null +++ b/data/templates/npc/monster/29010-Validus.xml @@ -0,0 +1,25 @@ + + + + Validus + 46 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29011-Susceptor.xml b/data/templates/npc/monster/29011-Susceptor.xml new file mode 100644 index 000000000..297979144 --- /dev/null +++ b/data/templates/npc/monster/29011-Susceptor.xml @@ -0,0 +1,25 @@ + + + + Susceptor + 49 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29012-Perum.xml b/data/templates/npc/monster/29012-Perum.xml new file mode 100644 index 000000000..c45cbec7a --- /dev/null +++ b/data/templates/npc/monster/29012-Perum.xml @@ -0,0 +1,25 @@ + + + + Perum + 48 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29013-Premo.xml b/data/templates/npc/monster/29013-Premo.xml new file mode 100644 index 000000000..724435c17 --- /dev/null +++ b/data/templates/npc/monster/29013-Premo.xml @@ -0,0 +1,25 @@ + + + + Premo + 45 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29015-Raikel.xml b/data/templates/npc/monster/29015-Raikel.xml new file mode 100644 index 000000000..2f92d22ec --- /dev/null +++ b/data/templates/npc/monster/29015-Raikel.xml @@ -0,0 +1,25 @@ + + + + Raikel + 48 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29016-RaikelLeos.xml b/data/templates/npc/monster/29016-RaikelLeos.xml new file mode 100644 index 000000000..b98a99047 --- /dev/null +++ b/data/templates/npc/monster/29016-RaikelLeos.xml @@ -0,0 +1,25 @@ + + + + Raikel Leos + 49 + MALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29017-Riba.xml b/data/templates/npc/monster/29017-Riba.xml new file mode 100644 index 000000000..f0d814ce5 --- /dev/null +++ b/data/templates/npc/monster/29017-Riba.xml @@ -0,0 +1,25 @@ + + + + Riba + 48 + FEMALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29018-RibaIren.xml b/data/templates/npc/monster/29018-RibaIren.xml new file mode 100644 index 000000000..e19b865b3 --- /dev/null +++ b/data/templates/npc/monster/29018-RibaIren.xml @@ -0,0 +1,25 @@ + + + + Riba Iren + 49 + FEMALE + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/monster/29021-Archangel.xml b/data/templates/npc/monster/29021-Archangel.xml new file mode 100644 index 000000000..544e0b3cd --- /dev/null +++ b/data/templates/npc/monster/29021-Archangel.xml @@ -0,0 +1,26 @@ + + + + Archangel + 74 + MALE + + + + + + + + + + + + + + + 6571 + 343 + + + + diff --git a/data/templates/npc/monster/29023-DollBlader.xml b/data/templates/npc/monster/29023-DollBlader.xml new file mode 100644 index 000000000..e052db7a0 --- /dev/null +++ b/data/templates/npc/monster/29023-DollBlader.xml @@ -0,0 +1,29 @@ + + + + Doll Blader + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/29024-ValeMaster.xml b/data/templates/npc/monster/29024-ValeMaster.xml new file mode 100644 index 000000000..add226dbd --- /dev/null +++ b/data/templates/npc/monster/29024-ValeMaster.xml @@ -0,0 +1,28 @@ + + + + Vale master + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/29026-PirateZombieCaptain.xml b/data/templates/npc/monster/29026-PirateZombieCaptain.xml new file mode 100644 index 000000000..eb780d7aa --- /dev/null +++ b/data/templates/npc/monster/29026-PirateZombieCaptain.xml @@ -0,0 +1,29 @@ + + + + Pirate Zombie Captain + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/29027-PirateZombie.xml b/data/templates/npc/monster/29027-PirateZombie.xml new file mode 100644 index 000000000..0f743976c --- /dev/null +++ b/data/templates/npc/monster/29027-PirateZombie.xml @@ -0,0 +1,29 @@ + + + + Pirate Zombie + 57 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + diff --git a/data/templates/npc/monster/29029-LavasaurusPustbon.xml b/data/templates/npc/monster/29029-LavasaurusPustbon.xml new file mode 100644 index 000000000..ce9cdceb7 --- /dev/null +++ b/data/templates/npc/monster/29029-LavasaurusPustbon.xml @@ -0,0 +1,25 @@ + + + + Lavasaurus Pustbon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29031-KerinneSIfrit.xml b/data/templates/npc/monster/29031-KerinneSIfrit.xml new file mode 100644 index 000000000..9f4a5e559 --- /dev/null +++ b/data/templates/npc/monster/29031-KerinneSIfrit.xml @@ -0,0 +1,25 @@ + + + + Kerinne's Ifrit + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29032-KerinneSGolem.xml b/data/templates/npc/monster/29032-KerinneSGolem.xml new file mode 100644 index 000000000..292157ecb --- /dev/null +++ b/data/templates/npc/monster/29032-KerinneSGolem.xml @@ -0,0 +1,25 @@ + + + + Kerinne's Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29034-FrekiSIfrit.xml b/data/templates/npc/monster/29034-FrekiSIfrit.xml new file mode 100644 index 000000000..881f1de35 --- /dev/null +++ b/data/templates/npc/monster/29034-FrekiSIfrit.xml @@ -0,0 +1,25 @@ + + + + Freki's Ifrit + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29035-FrekiSGolem.xml b/data/templates/npc/monster/29035-FrekiSGolem.xml new file mode 100644 index 000000000..a93f19308 --- /dev/null +++ b/data/templates/npc/monster/29035-FrekiSGolem.xml @@ -0,0 +1,25 @@ + + + + Freki's Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29038-KinazSIfrit.xml b/data/templates/npc/monster/29038-KinazSIfrit.xml new file mode 100644 index 000000000..c8b6886f0 --- /dev/null +++ b/data/templates/npc/monster/29038-KinazSIfrit.xml @@ -0,0 +1,25 @@ + + + + Kinaz's Ifrit + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29039-KinazSIfrit.xml b/data/templates/npc/monster/29039-KinazSIfrit.xml new file mode 100644 index 000000000..4dbbddf44 --- /dev/null +++ b/data/templates/npc/monster/29039-KinazSIfrit.xml @@ -0,0 +1,25 @@ + + + + Kinaz's Ifrit + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29041-InfernoGolem.xml b/data/templates/npc/monster/29041-InfernoGolem.xml new file mode 100644 index 000000000..888c8fe4f --- /dev/null +++ b/data/templates/npc/monster/29041-InfernoGolem.xml @@ -0,0 +1,25 @@ + + + + Inferno Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29042-InfernoGolem.xml b/data/templates/npc/monster/29042-InfernoGolem.xml new file mode 100644 index 000000000..5f11491c2 --- /dev/null +++ b/data/templates/npc/monster/29042-InfernoGolem.xml @@ -0,0 +1,25 @@ + + + + Inferno Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29043-HowlingIfrit.xml b/data/templates/npc/monster/29043-HowlingIfrit.xml new file mode 100644 index 000000000..bf8444e39 --- /dev/null +++ b/data/templates/npc/monster/29043-HowlingIfrit.xml @@ -0,0 +1,25 @@ + + + + Howling Ifrit + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29044-HowlingIfrit.xml b/data/templates/npc/monster/29044-HowlingIfrit.xml new file mode 100644 index 000000000..3074cd961 --- /dev/null +++ b/data/templates/npc/monster/29044-HowlingIfrit.xml @@ -0,0 +1,25 @@ + + + + Howling Ifrit + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29048-EvilSpirit.xml b/data/templates/npc/monster/29048-EvilSpirit.xml new file mode 100644 index 000000000..d1785eebc --- /dev/null +++ b/data/templates/npc/monster/29048-EvilSpirit.xml @@ -0,0 +1,25 @@ + + + + Evil Spirit + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29049-EvilSpirit.xml b/data/templates/npc/monster/29049-EvilSpirit.xml new file mode 100644 index 000000000..640414c2f --- /dev/null +++ b/data/templates/npc/monster/29049-EvilSpirit.xml @@ -0,0 +1,25 @@ + + + + Evil Spirit + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29050-BreathOfHalisha.xml b/data/templates/npc/monster/29050-BreathOfHalisha.xml new file mode 100644 index 000000000..dedf507d4 --- /dev/null +++ b/data/templates/npc/monster/29050-BreathOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Breath of Halisha + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29051-BreathOfHalisha.xml b/data/templates/npc/monster/29051-BreathOfHalisha.xml new file mode 100644 index 000000000..0482065d7 --- /dev/null +++ b/data/templates/npc/monster/29051-BreathOfHalisha.xml @@ -0,0 +1,25 @@ + + + + Breath of Halisha + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29052.xml b/data/templates/npc/monster/29052.xml new file mode 100644 index 000000000..5217a22aa --- /dev/null +++ b/data/templates/npc/monster/29052.xml @@ -0,0 +1,24 @@ + + + + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29053.xml b/data/templates/npc/monster/29053.xml new file mode 100644 index 000000000..f9b69c410 --- /dev/null +++ b/data/templates/npc/monster/29053.xml @@ -0,0 +1,24 @@ + + + + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29057-SirraSPage.xml b/data/templates/npc/monster/29057-SirraSPage.xml new file mode 100644 index 000000000..ca04d43b3 --- /dev/null +++ b/data/templates/npc/monster/29057-SirraSPage.xml @@ -0,0 +1,29 @@ + + + + Sirra's Page + Raid Fighter + 59 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/29058-SirraSBeholder.xml b/data/templates/npc/monster/29058-SirraSBeholder.xml new file mode 100644 index 000000000..d2e734f9d --- /dev/null +++ b/data/templates/npc/monster/29058-SirraSBeholder.xml @@ -0,0 +1,29 @@ + + + + Sirra's Beholder + Raid Fighter + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/29059.xml b/data/templates/npc/monster/29059.xml new file mode 100644 index 000000000..d45fc0b5c --- /dev/null +++ b/data/templates/npc/monster/29059.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29063-AndreasAcolyte.xml b/data/templates/npc/monster/29063-AndreasAcolyte.xml new file mode 100644 index 000000000..263ae2e07 --- /dev/null +++ b/data/templates/npc/monster/29063-AndreasAcolyte.xml @@ -0,0 +1,27 @@ + + + + Andreas' Acolyte + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29064-AndreasAcolyte.xml b/data/templates/npc/monster/29064-AndreasAcolyte.xml new file mode 100644 index 000000000..caae012ce --- /dev/null +++ b/data/templates/npc/monster/29064-AndreasAcolyte.xml @@ -0,0 +1,27 @@ + + + + Andreas' Acolyte + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29069-BehemothDragon.xml b/data/templates/npc/monster/29069-BehemothDragon.xml new file mode 100644 index 000000000..2ba38575f --- /dev/null +++ b/data/templates/npc/monster/29069-BehemothDragon.xml @@ -0,0 +1,25 @@ + + + + Behemoth Dragon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29070-DragonBomber.xml b/data/templates/npc/monster/29070-DragonBomber.xml new file mode 100644 index 000000000..5eea47bcf --- /dev/null +++ b/data/templates/npc/monster/29070-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29071-DragonBomber.xml b/data/templates/npc/monster/29071-DragonBomber.xml new file mode 100644 index 000000000..f98e9fc6c --- /dev/null +++ b/data/templates/npc/monster/29071-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29072-DragonBomber.xml b/data/templates/npc/monster/29072-DragonBomber.xml new file mode 100644 index 000000000..12acab6e9 --- /dev/null +++ b/data/templates/npc/monster/29072-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29073-DragonBomber.xml b/data/templates/npc/monster/29073-DragonBomber.xml new file mode 100644 index 000000000..ef8f1761a --- /dev/null +++ b/data/templates/npc/monster/29073-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29074-DragonBomber.xml b/data/templates/npc/monster/29074-DragonBomber.xml new file mode 100644 index 000000000..b5c74d30e --- /dev/null +++ b/data/templates/npc/monster/29074-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29075-DragonBomber.xml b/data/templates/npc/monster/29075-DragonBomber.xml new file mode 100644 index 000000000..2966a1e56 --- /dev/null +++ b/data/templates/npc/monster/29075-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29076-DragonBomber.xml b/data/templates/npc/monster/29076-DragonBomber.xml new file mode 100644 index 000000000..dd8b113f3 --- /dev/null +++ b/data/templates/npc/monster/29076-DragonBomber.xml @@ -0,0 +1,25 @@ + + + + Dragon Bomber + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29077.xml b/data/templates/npc/monster/29077.xml new file mode 100644 index 000000000..e4a70679d --- /dev/null +++ b/data/templates/npc/monster/29077.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29078.xml b/data/templates/npc/monster/29078.xml new file mode 100644 index 000000000..cd5b46245 --- /dev/null +++ b/data/templates/npc/monster/29078.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29079.xml b/data/templates/npc/monster/29079.xml new file mode 100644 index 000000000..29505fa44 --- /dev/null +++ b/data/templates/npc/monster/29079.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29080.xml b/data/templates/npc/monster/29080.xml new file mode 100644 index 000000000..2647e586a --- /dev/null +++ b/data/templates/npc/monster/29080.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29081.xml b/data/templates/npc/monster/29081.xml new file mode 100644 index 000000000..ec2268682 --- /dev/null +++ b/data/templates/npc/monster/29081.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29082.xml b/data/templates/npc/monster/29082.xml new file mode 100644 index 000000000..1696bcb8f --- /dev/null +++ b/data/templates/npc/monster/29082.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29083.xml b/data/templates/npc/monster/29083.xml new file mode 100644 index 000000000..a2f344e8c --- /dev/null +++ b/data/templates/npc/monster/29083.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29084.xml b/data/templates/npc/monster/29084.xml new file mode 100644 index 000000000..56dadfb8a --- /dev/null +++ b/data/templates/npc/monster/29084.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29085.xml b/data/templates/npc/monster/29085.xml new file mode 100644 index 000000000..1a496fcb2 --- /dev/null +++ b/data/templates/npc/monster/29085.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29086.xml b/data/templates/npc/monster/29086.xml new file mode 100644 index 000000000..96a5e80dc --- /dev/null +++ b/data/templates/npc/monster/29086.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29087.xml b/data/templates/npc/monster/29087.xml new file mode 100644 index 000000000..bd0183cc9 --- /dev/null +++ b/data/templates/npc/monster/29087.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29088.xml b/data/templates/npc/monster/29088.xml new file mode 100644 index 000000000..4957951b0 --- /dev/null +++ b/data/templates/npc/monster/29088.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29089.xml b/data/templates/npc/monster/29089.xml new file mode 100644 index 000000000..1e4f875f5 --- /dev/null +++ b/data/templates/npc/monster/29089.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29090.xml b/data/templates/npc/monster/29090.xml new file mode 100644 index 000000000..120330526 --- /dev/null +++ b/data/templates/npc/monster/29090.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29091.xml b/data/templates/npc/monster/29091.xml new file mode 100644 index 000000000..0b5caa972 --- /dev/null +++ b/data/templates/npc/monster/29091.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29092.xml b/data/templates/npc/monster/29092.xml new file mode 100644 index 000000000..abc7465a0 --- /dev/null +++ b/data/templates/npc/monster/29092.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29093.xml b/data/templates/npc/monster/29093.xml new file mode 100644 index 000000000..f3c48c2db --- /dev/null +++ b/data/templates/npc/monster/29093.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29094.xml b/data/templates/npc/monster/29094.xml new file mode 100644 index 000000000..7e9b6ac11 --- /dev/null +++ b/data/templates/npc/monster/29094.xml @@ -0,0 +1,24 @@ + + + + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29097-SplendorDisciple.xml b/data/templates/npc/monster/29097-SplendorDisciple.xml new file mode 100644 index 000000000..31c0a2c1c --- /dev/null +++ b/data/templates/npc/monster/29097-SplendorDisciple.xml @@ -0,0 +1,27 @@ + + + + Splendor Disciple + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29098-SplendorWorshiper.xml b/data/templates/npc/monster/29098-SplendorWorshiper.xml new file mode 100644 index 000000000..054bd1ec0 --- /dev/null +++ b/data/templates/npc/monster/29098-SplendorWorshiper.xml @@ -0,0 +1,26 @@ + + + + Splendor Worshiper + Raid Fighter + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29100-CrystalPrisonGuard.xml b/data/templates/npc/monster/29100-CrystalPrisonGuard.xml new file mode 100644 index 000000000..c1be9090d --- /dev/null +++ b/data/templates/npc/monster/29100-CrystalPrisonGuard.xml @@ -0,0 +1,25 @@ + + + + Crystal Prison Guard + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29101-CrystallineGolem.xml b/data/templates/npc/monster/29101-CrystallineGolem.xml new file mode 100644 index 000000000..694bc6078 --- /dev/null +++ b/data/templates/npc/monster/29101-CrystallineGolem.xml @@ -0,0 +1,25 @@ + + + + Crystalline Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29102-CrystallineGolem.xml b/data/templates/npc/monster/29102-CrystallineGolem.xml new file mode 100644 index 000000000..670589d77 --- /dev/null +++ b/data/templates/npc/monster/29102-CrystallineGolem.xml @@ -0,0 +1,25 @@ + + + + Crystalline Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29103-Baylor.xml b/data/templates/npc/monster/29103-Baylor.xml new file mode 100644 index 000000000..169a6ddaa --- /dev/null +++ b/data/templates/npc/monster/29103-Baylor.xml @@ -0,0 +1,26 @@ + + + + Baylor + Warden + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29104-CrystalPrisonGuard.xml b/data/templates/npc/monster/29104-CrystalPrisonGuard.xml new file mode 100644 index 000000000..f9cc9b601 --- /dev/null +++ b/data/templates/npc/monster/29104-CrystalPrisonGuard.xml @@ -0,0 +1,28 @@ + + + + Crystal Prison Guard + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + diff --git a/data/templates/npc/monster/29105-CrystallineGolem.xml b/data/templates/npc/monster/29105-CrystallineGolem.xml new file mode 100644 index 000000000..38a341b7c --- /dev/null +++ b/data/templates/npc/monster/29105-CrystallineGolem.xml @@ -0,0 +1,25 @@ + + + + Crystalline Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29115-CrystalPrisonGuard.xml b/data/templates/npc/monster/29115-CrystalPrisonGuard.xml new file mode 100644 index 000000000..80305d847 --- /dev/null +++ b/data/templates/npc/monster/29115-CrystalPrisonGuard.xml @@ -0,0 +1,25 @@ + + + + Crystal Prison Guard + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29116-BaylorSTreasureChest.xml b/data/templates/npc/monster/29116-BaylorSTreasureChest.xml new file mode 100644 index 000000000..3c036a3cb --- /dev/null +++ b/data/templates/npc/monster/29116-BaylorSTreasureChest.xml @@ -0,0 +1,48 @@ + + + + Baylor's Treasure Chest + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/29117-BaylorSTreasureChest.xml b/data/templates/npc/monster/29117-BaylorSTreasureChest.xml new file mode 100644 index 000000000..f60805c19 --- /dev/null +++ b/data/templates/npc/monster/29117-BaylorSTreasureChest.xml @@ -0,0 +1,38 @@ + + + + Baylor's Treasure Chest + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/monster/29119-Beleth.xml b/data/templates/npc/monster/29119-Beleth.xml new file mode 100644 index 000000000..52bdbb90c --- /dev/null +++ b/data/templates/npc/monster/29119-Beleth.xml @@ -0,0 +1,25 @@ + + + + Beleth + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29130-LostGuard.xml b/data/templates/npc/monster/29130-LostGuard.xml new file mode 100644 index 000000000..2c65394ed --- /dev/null +++ b/data/templates/npc/monster/29130-LostGuard.xml @@ -0,0 +1,26 @@ + + + + Lost Guard + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29131-LostAssistantGuard.xml b/data/templates/npc/monster/29131-LostAssistantGuard.xml new file mode 100644 index 000000000..4e6a53b45 --- /dev/null +++ b/data/templates/npc/monster/29131-LostAssistantGuard.xml @@ -0,0 +1,26 @@ + + + + Lost Assistant Guard + 29 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29133-LostGuard.xml b/data/templates/npc/monster/29133-LostGuard.xml new file mode 100644 index 000000000..f5fd119e2 --- /dev/null +++ b/data/templates/npc/monster/29133-LostGuard.xml @@ -0,0 +1,26 @@ + + + + Lost Guard + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29134-LostAssistantGuard.xml b/data/templates/npc/monster/29134-LostAssistantGuard.xml new file mode 100644 index 000000000..719c9e99f --- /dev/null +++ b/data/templates/npc/monster/29134-LostAssistantGuard.xml @@ -0,0 +1,26 @@ + + + + Lost Assistant Guard + 39 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29136-LostGuard.xml b/data/templates/npc/monster/29136-LostGuard.xml new file mode 100644 index 000000000..f88265bfe --- /dev/null +++ b/data/templates/npc/monster/29136-LostGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Guard + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29137-LostAssistantGuard.xml b/data/templates/npc/monster/29137-LostAssistantGuard.xml new file mode 100644 index 000000000..10253bb31 --- /dev/null +++ b/data/templates/npc/monster/29137-LostAssistantGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Assistant Guard + 49 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29139-LostGuard.xml b/data/templates/npc/monster/29139-LostGuard.xml new file mode 100644 index 000000000..4c08fa11b --- /dev/null +++ b/data/templates/npc/monster/29139-LostGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Guard + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29140-LostAssistantGuard.xml b/data/templates/npc/monster/29140-LostAssistantGuard.xml new file mode 100644 index 000000000..58dea302e --- /dev/null +++ b/data/templates/npc/monster/29140-LostAssistantGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Assistant Guard + 59 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29142-LostGuard.xml b/data/templates/npc/monster/29142-LostGuard.xml new file mode 100644 index 000000000..ce0ea4c7c --- /dev/null +++ b/data/templates/npc/monster/29142-LostGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Guard + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29143-LostAssistantGuard.xml b/data/templates/npc/monster/29143-LostAssistantGuard.xml new file mode 100644 index 000000000..1f1036d9c --- /dev/null +++ b/data/templates/npc/monster/29143-LostAssistantGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Assistant Guard + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29145-LostGuard.xml b/data/templates/npc/monster/29145-LostGuard.xml new file mode 100644 index 000000000..0726e2360 --- /dev/null +++ b/data/templates/npc/monster/29145-LostGuard.xml @@ -0,0 +1,26 @@ + + + + Lost Guard + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29146-LostAssistantGuard.xml b/data/templates/npc/monster/29146-LostAssistantGuard.xml new file mode 100644 index 000000000..0ff0daf83 --- /dev/null +++ b/data/templates/npc/monster/29146-LostAssistantGuard.xml @@ -0,0 +1,26 @@ + + + + Lost Assistant Guard + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29148-LostGuard.xml b/data/templates/npc/monster/29148-LostGuard.xml new file mode 100644 index 000000000..36234d294 --- /dev/null +++ b/data/templates/npc/monster/29148-LostGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Guard + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29149-LostAssistantGuard.xml b/data/templates/npc/monster/29149-LostAssistantGuard.xml new file mode 100644 index 000000000..1b035d998 --- /dev/null +++ b/data/templates/npc/monster/29149-LostAssistantGuard.xml @@ -0,0 +1,25 @@ + + + + Lost Assistant Guard + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29151-FeralHoundOfTheNetherworld.xml b/data/templates/npc/monster/29151-FeralHoundOfTheNetherworld.xml new file mode 100644 index 000000000..70a15d734 --- /dev/null +++ b/data/templates/npc/monster/29151-FeralHoundOfTheNetherworld.xml @@ -0,0 +1,25 @@ + + + + Feral Hound of the Netherworld + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29152-FeralHoundOfTheNetherworld.xml b/data/templates/npc/monster/29152-FeralHoundOfTheNetherworld.xml new file mode 100644 index 000000000..105afca73 --- /dev/null +++ b/data/templates/npc/monster/29152-FeralHoundOfTheNetherworld.xml @@ -0,0 +1,25 @@ + + + + Feral Hound of the Netherworld + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29162-SoldiersOfBravery.xml b/data/templates/npc/monster/29162-SoldiersOfBravery.xml new file mode 100644 index 000000000..cf09971b3 --- /dev/null +++ b/data/templates/npc/monster/29162-SoldiersOfBravery.xml @@ -0,0 +1,26 @@ + + + + Soldiers of Bravery + Tiat's Bodyguards + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29169.xml b/data/templates/npc/monster/29169.xml new file mode 100644 index 000000000..66a6af8ea --- /dev/null +++ b/data/templates/npc/monster/29169.xml @@ -0,0 +1,24 @@ + + + + 73 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29182-DollBlader.xml b/data/templates/npc/monster/29182-DollBlader.xml new file mode 100644 index 000000000..a77ecba3e --- /dev/null +++ b/data/templates/npc/monster/29182-DollBlader.xml @@ -0,0 +1,26 @@ + + + + Doll Blader + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29183-VeilMaster.xml b/data/templates/npc/monster/29183-VeilMaster.xml new file mode 100644 index 000000000..c79d2ebd2 --- /dev/null +++ b/data/templates/npc/monster/29183-VeilMaster.xml @@ -0,0 +1,25 @@ + + + + Veil Master + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29184-PirateZombieCaptain.xml b/data/templates/npc/monster/29184-PirateZombieCaptain.xml new file mode 100644 index 000000000..44d982d37 --- /dev/null +++ b/data/templates/npc/monster/29184-PirateZombieCaptain.xml @@ -0,0 +1,25 @@ + + + + Pirate Zombie Captain + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29185-PirateZombie.xml b/data/templates/npc/monster/29185-PirateZombie.xml new file mode 100644 index 000000000..722dcd59d --- /dev/null +++ b/data/templates/npc/monster/29185-PirateZombie.xml @@ -0,0 +1,26 @@ + + + + Pirate Zombie + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/monster/29187-CrystalPrisonGuard.xml b/data/templates/npc/monster/29187-CrystalPrisonGuard.xml new file mode 100644 index 000000000..243cb47df --- /dev/null +++ b/data/templates/npc/monster/29187-CrystalPrisonGuard.xml @@ -0,0 +1,25 @@ + + + + Crystal Prison Guard + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29188-CrystalGolem.xml b/data/templates/npc/monster/29188-CrystalGolem.xml new file mode 100644 index 000000000..201a21138 --- /dev/null +++ b/data/templates/npc/monster/29188-CrystalGolem.xml @@ -0,0 +1,25 @@ + + + + Crystal Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29189-CrystalGolem.xml b/data/templates/npc/monster/29189-CrystalGolem.xml new file mode 100644 index 000000000..268ca93e8 --- /dev/null +++ b/data/templates/npc/monster/29189-CrystalGolem.xml @@ -0,0 +1,25 @@ + + + + Crystal Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/29190-TaraskDragon.xml b/data/templates/npc/monster/29190-TaraskDragon.xml new file mode 100644 index 000000000..d8f465c0b --- /dev/null +++ b/data/templates/npc/monster/29190-TaraskDragon.xml @@ -0,0 +1,25 @@ + + + + Tarask Dragon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30936-Malcom1.xml b/data/templates/npc/monster/30936-Malcom1.xml new file mode 100644 index 000000000..a4e90d010 --- /dev/null +++ b/data/templates/npc/monster/30936-Malcom1.xml @@ -0,0 +1,26 @@ + + + + Malcom1 + Frog Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30937-Malcom2.xml b/data/templates/npc/monster/30937-Malcom2.xml new file mode 100644 index 000000000..0da5f5b05 --- /dev/null +++ b/data/templates/npc/monster/30937-Malcom2.xml @@ -0,0 +1,26 @@ + + + + Malcom2 + Wild Boar Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30938-Malcom3.xml b/data/templates/npc/monster/30938-Malcom3.xml new file mode 100644 index 000000000..54e4094bd --- /dev/null +++ b/data/templates/npc/monster/30938-Malcom3.xml @@ -0,0 +1,26 @@ + + + + Malcom3 + Orc Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30939-Malcom4.xml b/data/templates/npc/monster/30939-Malcom4.xml new file mode 100644 index 000000000..1eb4b84ec --- /dev/null +++ b/data/templates/npc/monster/30939-Malcom4.xml @@ -0,0 +1,26 @@ + + + + Malcom4 + Prince of Darkness + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30940-Malcom5.xml b/data/templates/npc/monster/30940-Malcom5.xml new file mode 100644 index 000000000..54d9f9a30 --- /dev/null +++ b/data/templates/npc/monster/30940-Malcom5.xml @@ -0,0 +1,26 @@ + + + + Malcom5 + Gremlin Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30941-Malcom6.xml b/data/templates/npc/monster/30941-Malcom6.xml new file mode 100644 index 000000000..7e722d053 --- /dev/null +++ b/data/templates/npc/monster/30941-Malcom6.xml @@ -0,0 +1,26 @@ + + + + Malcom6 + Prince of Wild Beast + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30942-Malcom7.xml b/data/templates/npc/monster/30942-Malcom7.xml new file mode 100644 index 000000000..93c428607 --- /dev/null +++ b/data/templates/npc/monster/30942-Malcom7.xml @@ -0,0 +1,26 @@ + + + + Malcom7 + Monster Eye Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30943-Malcom8.xml b/data/templates/npc/monster/30943-Malcom8.xml new file mode 100644 index 000000000..2400ea0eb --- /dev/null +++ b/data/templates/npc/monster/30943-Malcom8.xml @@ -0,0 +1,26 @@ + + + + Malcom8 + Rabbit Prince + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30955-GillianSRevenant.xml b/data/templates/npc/monster/30955-GillianSRevenant.xml new file mode 100644 index 000000000..b7a201010 --- /dev/null +++ b/data/templates/npc/monster/30955-GillianSRevenant.xml @@ -0,0 +1,25 @@ + + + + Gillian's Revenant + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30972-OrpheusResurrecter.xml b/data/templates/npc/monster/30972-OrpheusResurrecter.xml new file mode 100644 index 000000000..585db7b1e --- /dev/null +++ b/data/templates/npc/monster/30972-OrpheusResurrecter.xml @@ -0,0 +1,25 @@ + + + + Orpheus Resurrecter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30982-SleepingAntLarva1.xml b/data/templates/npc/monster/30982-SleepingAntLarva1.xml new file mode 100644 index 000000000..4d45a6c46 --- /dev/null +++ b/data/templates/npc/monster/30982-SleepingAntLarva1.xml @@ -0,0 +1,25 @@ + + + + Sleeping Ant Larva1 + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30983-SleepingAntLarva2.xml b/data/templates/npc/monster/30983-SleepingAntLarva2.xml new file mode 100644 index 000000000..4ee93cb3d --- /dev/null +++ b/data/templates/npc/monster/30983-SleepingAntLarva2.xml @@ -0,0 +1,25 @@ + + + + Sleeping Ant Larva2 + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30984-SleepingAntLarva3.xml b/data/templates/npc/monster/30984-SleepingAntLarva3.xml new file mode 100644 index 000000000..f2e972a28 --- /dev/null +++ b/data/templates/npc/monster/30984-SleepingAntLarva3.xml @@ -0,0 +1,25 @@ + + + + Sleeping Ant Larva3 + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30985-SleepingAntLarva4.xml b/data/templates/npc/monster/30985-SleepingAntLarva4.xml new file mode 100644 index 000000000..c8605a98e --- /dev/null +++ b/data/templates/npc/monster/30985-SleepingAntLarva4.xml @@ -0,0 +1,25 @@ + + + + Sleeping Ant Larva4 + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30986-SleepingAntLarva5.xml b/data/templates/npc/monster/30986-SleepingAntLarva5.xml new file mode 100644 index 000000000..4c1ac9256 --- /dev/null +++ b/data/templates/npc/monster/30986-SleepingAntLarva5.xml @@ -0,0 +1,25 @@ + + + + Sleeping Ant Larva5 + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/30987-SleepingAntLarva6.xml b/data/templates/npc/monster/30987-SleepingAntLarva6.xml new file mode 100644 index 000000000..3a564435e --- /dev/null +++ b/data/templates/npc/monster/30987-SleepingAntLarva6.xml @@ -0,0 +1,25 @@ + + + + Sleeping Ant Larva6 + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31003-HereICome.xml b/data/templates/npc/monster/31003-HereICome.xml new file mode 100644 index 000000000..2d4b5151b --- /dev/null +++ b/data/templates/npc/monster/31003-HereICome.xml @@ -0,0 +1,25 @@ + + + + Here I Come + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31004-HalfMoonLove.xml b/data/templates/npc/monster/31004-HalfMoonLove.xml new file mode 100644 index 000000000..92a2c819e --- /dev/null +++ b/data/templates/npc/monster/31004-HalfMoonLove.xml @@ -0,0 +1,25 @@ + + + + Half Moon Love + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31005-Everlasting.xml b/data/templates/npc/monster/31005-Everlasting.xml new file mode 100644 index 000000000..63a83aaea --- /dev/null +++ b/data/templates/npc/monster/31005-Everlasting.xml @@ -0,0 +1,25 @@ + + + + Everlasting + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31006-DarkSideOfTheMoon.xml b/data/templates/npc/monster/31006-DarkSideOfTheMoon.xml new file mode 100644 index 000000000..1aff556e5 --- /dev/null +++ b/data/templates/npc/monster/31006-DarkSideOfTheMoon.xml @@ -0,0 +1,25 @@ + + + + Dark Side of the Moon + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31007-WindRider.xml b/data/templates/npc/monster/31007-WindRider.xml new file mode 100644 index 000000000..613925112 --- /dev/null +++ b/data/templates/npc/monster/31007-WindRider.xml @@ -0,0 +1,25 @@ + + + + Wind Rider + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31008-ShootingStar.xml b/data/templates/npc/monster/31008-ShootingStar.xml new file mode 100644 index 000000000..30d4a85d7 --- /dev/null +++ b/data/templates/npc/monster/31008-ShootingStar.xml @@ -0,0 +1,25 @@ + + + + Shooting Star + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31009-CycloneThunder.xml b/data/templates/npc/monster/31009-CycloneThunder.xml new file mode 100644 index 000000000..5cbcde490 --- /dev/null +++ b/data/templates/npc/monster/31009-CycloneThunder.xml @@ -0,0 +1,25 @@ + + + + Cyclone Thunder + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31010-HungryBaby.xml b/data/templates/npc/monster/31010-HungryBaby.xml new file mode 100644 index 000000000..c63799e08 --- /dev/null +++ b/data/templates/npc/monster/31010-HungryBaby.xml @@ -0,0 +1,25 @@ + + + + Hungry Baby + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31011-SaltyDog.xml b/data/templates/npc/monster/31011-SaltyDog.xml new file mode 100644 index 000000000..600f903a7 --- /dev/null +++ b/data/templates/npc/monster/31011-SaltyDog.xml @@ -0,0 +1,25 @@ + + + + Salty Dog + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31012-RagingRevolution.xml b/data/templates/npc/monster/31012-RagingRevolution.xml new file mode 100644 index 000000000..1487e3054 --- /dev/null +++ b/data/templates/npc/monster/31012-RagingRevolution.xml @@ -0,0 +1,25 @@ + + + + Raging Revolution + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31013-ValentineBlue.xml b/data/templates/npc/monster/31013-ValentineBlue.xml new file mode 100644 index 000000000..1bbcc82fe --- /dev/null +++ b/data/templates/npc/monster/31013-ValentineBlue.xml @@ -0,0 +1,25 @@ + + + + Valentine Blue + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31014-LightMyFire.xml b/data/templates/npc/monster/31014-LightMyFire.xml new file mode 100644 index 000000000..d690c3b53 --- /dev/null +++ b/data/templates/npc/monster/31014-LightMyFire.xml @@ -0,0 +1,25 @@ + + + + Light My Fire + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31015-RedBullet.xml b/data/templates/npc/monster/31015-RedBullet.xml new file mode 100644 index 000000000..decbaf976 --- /dev/null +++ b/data/templates/npc/monster/31015-RedBullet.xml @@ -0,0 +1,25 @@ + + + + Red Bullet + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31016-ShiningSilver.xml b/data/templates/npc/monster/31016-ShiningSilver.xml new file mode 100644 index 000000000..3f37aa08a --- /dev/null +++ b/data/templates/npc/monster/31016-ShiningSilver.xml @@ -0,0 +1,25 @@ + + + + Shining Silver + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31017-OverTheTop.xml b/data/templates/npc/monster/31017-OverTheTop.xml new file mode 100644 index 000000000..90a59a695 --- /dev/null +++ b/data/templates/npc/monster/31017-OverTheTop.xml @@ -0,0 +1,25 @@ + + + + Over the top + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31018-RoyalStraight.xml b/data/templates/npc/monster/31018-RoyalStraight.xml new file mode 100644 index 000000000..7448d698d --- /dev/null +++ b/data/templates/npc/monster/31018-RoyalStraight.xml @@ -0,0 +1,25 @@ + + + + Royal Straight + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31019-AllSeven.xml b/data/templates/npc/monster/31019-AllSeven.xml new file mode 100644 index 000000000..a1d52417b --- /dev/null +++ b/data/templates/npc/monster/31019-AllSeven.xml @@ -0,0 +1,25 @@ + + + + All Seven + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31020-NastyGreen.xml b/data/templates/npc/monster/31020-NastyGreen.xml new file mode 100644 index 000000000..addda710c --- /dev/null +++ b/data/templates/npc/monster/31020-NastyGreen.xml @@ -0,0 +1,25 @@ + + + + Nasty Green + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31021-Shortcut.xml b/data/templates/npc/monster/31021-Shortcut.xml new file mode 100644 index 000000000..aa231df20 --- /dev/null +++ b/data/templates/npc/monster/31021-Shortcut.xml @@ -0,0 +1,25 @@ + + + + Shortcut + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31022-TyphoonTiger.xml b/data/templates/npc/monster/31022-TyphoonTiger.xml new file mode 100644 index 000000000..ea44117e2 --- /dev/null +++ b/data/templates/npc/monster/31022-TyphoonTiger.xml @@ -0,0 +1,25 @@ + + + + Typhoon Tiger + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31023-RedHot.xml b/data/templates/npc/monster/31023-RedHot.xml new file mode 100644 index 000000000..7dab42952 --- /dev/null +++ b/data/templates/npc/monster/31023-RedHot.xml @@ -0,0 +1,25 @@ + + + + Red Hot + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31024-GalaxyExpress.xml b/data/templates/npc/monster/31024-GalaxyExpress.xml new file mode 100644 index 000000000..4f1b2c67a --- /dev/null +++ b/data/templates/npc/monster/31024-GalaxyExpress.xml @@ -0,0 +1,25 @@ + + + + Galaxy Express + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31025-BestCondition.xml b/data/templates/npc/monster/31025-BestCondition.xml new file mode 100644 index 000000000..2f171f37e --- /dev/null +++ b/data/templates/npc/monster/31025-BestCondition.xml @@ -0,0 +1,25 @@ + + + + Best Condition + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31026-Albatross.xml b/data/templates/npc/monster/31026-Albatross.xml new file mode 100644 index 000000000..29b49ee24 --- /dev/null +++ b/data/templates/npc/monster/31026-Albatross.xml @@ -0,0 +1,25 @@ + + + + Albatross + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/31844-Aracna.xml b/data/templates/npc/monster/31844-Aracna.xml new file mode 100644 index 000000000..753df2ef8 --- /dev/null +++ b/data/templates/npc/monster/31844-Aracna.xml @@ -0,0 +1,25 @@ + + + + Aracna + 50 + FEMALE + + + + + + + + + + + + + + + 3000 + 226 + + + diff --git a/data/templates/npc/monster/31846-Satyros.xml b/data/templates/npc/monster/31846-Satyros.xml new file mode 100644 index 000000000..a736476de --- /dev/null +++ b/data/templates/npc/monster/31846-Satyros.xml @@ -0,0 +1,26 @@ + + + + Satyros + 80 + MALE + + + + + + + + + + + + + + + 7680 + 226 + + + + diff --git a/data/templates/npc/monster/31847-Pan.xml b/data/templates/npc/monster/31847-Pan.xml new file mode 100644 index 000000000..412afd5c3 --- /dev/null +++ b/data/templates/npc/monster/31847-Pan.xml @@ -0,0 +1,26 @@ + + + + Pan + 80 + MALE + + + + + + + + + + + + + + + 7680 + 226 + + + + diff --git a/data/templates/npc/monster/31849-RedArachne.xml b/data/templates/npc/monster/31849-RedArachne.xml new file mode 100644 index 000000000..071c1d5ea --- /dev/null +++ b/data/templates/npc/monster/31849-RedArachne.xml @@ -0,0 +1,25 @@ + + + + Red Arachne + 80 + FEMALE + + + + + + + + + + + + + + + 7680 + 226 + + + diff --git a/data/templates/npc/monster/32342-EvaSGiftBox.xml b/data/templates/npc/monster/32342-EvaSGiftBox.xml new file mode 100644 index 000000000..1e3c4a341 --- /dev/null +++ b/data/templates/npc/monster/32342-EvaSGiftBox.xml @@ -0,0 +1,25 @@ + + + + Eva's Gift Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/32502-KetraOrcSupporter.xml b/data/templates/npc/monster/32502-KetraOrcSupporter.xml new file mode 100644 index 000000000..2f75d3cc5 --- /dev/null +++ b/data/templates/npc/monster/32502-KetraOrcSupporter.xml @@ -0,0 +1,25 @@ + + + + Ketra Orc Supporter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/32509-KetraOrcIntelligenceOfficer.xml b/data/templates/npc/monster/32509-KetraOrcIntelligenceOfficer.xml new file mode 100644 index 000000000..91ff8101b --- /dev/null +++ b/data/templates/npc/monster/32509-KetraOrcIntelligenceOfficer.xml @@ -0,0 +1,25 @@ + + + + Ketra Orc Intelligence Officer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/32656.xml b/data/templates/npc/monster/32656.xml new file mode 100644 index 000000000..3dfab7da7 --- /dev/null +++ b/data/templates/npc/monster/32656.xml @@ -0,0 +1,24 @@ + + + + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/35368-BloodyLordNurka.xml b/data/templates/npc/monster/35368-BloodyLordNurka.xml new file mode 100644 index 000000000..1e280e586 --- /dev/null +++ b/data/templates/npc/monster/35368-BloodyLordNurka.xml @@ -0,0 +1,26 @@ + + + + Bloody Lord Nurka + 73 + MALE + + + + + + + + + + + + + + + 2665 + 1 + + + + diff --git a/data/templates/npc/monster/35369-PartisanHealer.xml b/data/templates/npc/monster/35369-PartisanHealer.xml new file mode 100644 index 000000000..b85958bae --- /dev/null +++ b/data/templates/npc/monster/35369-PartisanHealer.xml @@ -0,0 +1,26 @@ + + + + Partisan Healer + 70 + MALE + + + + + + + + + + + + + + + 2450 + 1 + + + + diff --git a/data/templates/npc/monster/35370-PartisanCourtGuard.xml b/data/templates/npc/monster/35370-PartisanCourtGuard.xml new file mode 100644 index 000000000..fe9093ba7 --- /dev/null +++ b/data/templates/npc/monster/35370-PartisanCourtGuard.xml @@ -0,0 +1,26 @@ + + + + Partisan Court Guard + 70 + MALE + + + + + + + + + + + + + + + 2450 + 1 + + + + diff --git a/data/templates/npc/monster/35371-PartisanCourtGuard.xml b/data/templates/npc/monster/35371-PartisanCourtGuard.xml new file mode 100644 index 000000000..b62cdc580 --- /dev/null +++ b/data/templates/npc/monster/35371-PartisanCourtGuard.xml @@ -0,0 +1,26 @@ + + + + Partisan Court Guard + 70 + MALE + + + + + + + + + + + + + + + 2450 + 1 + + + + diff --git a/data/templates/npc/monster/35372-PartisanSoldier.xml b/data/templates/npc/monster/35372-PartisanSoldier.xml new file mode 100644 index 000000000..d50e50563 --- /dev/null +++ b/data/templates/npc/monster/35372-PartisanSoldier.xml @@ -0,0 +1,26 @@ + + + + Partisan Soldier + 68 + MALE + + + + + + + + + + + + + + + 2312 + 1 + + + + diff --git a/data/templates/npc/monster/35373-PartisanSorcerer.xml b/data/templates/npc/monster/35373-PartisanSorcerer.xml new file mode 100644 index 000000000..d298edd78 --- /dev/null +++ b/data/templates/npc/monster/35373-PartisanSorcerer.xml @@ -0,0 +1,26 @@ + + + + Partisan Sorcerer + 68 + MALE + + + + + + + + + + + + + + + 2312 + 1 + + + + diff --git a/data/templates/npc/monster/35374-PartisanArcher.xml b/data/templates/npc/monster/35374-PartisanArcher.xml new file mode 100644 index 000000000..3570bfb3a --- /dev/null +++ b/data/templates/npc/monster/35374-PartisanArcher.xml @@ -0,0 +1,26 @@ + + + + Partisan Archer + 68 + MALE + + + + + + + + + + + + + + + 2312 + 1 + + + + diff --git a/data/templates/npc/monster/35375-BloodyLordNurka.xml b/data/templates/npc/monster/35375-BloodyLordNurka.xml new file mode 100644 index 000000000..fca97a870 --- /dev/null +++ b/data/templates/npc/monster/35375-BloodyLordNurka.xml @@ -0,0 +1,26 @@ + + + + Bloody Lord Nurka + 73 + MALE + + + + + + + + + + + + + + + 2665 + 1 + + + + diff --git a/data/templates/npc/monster/35376-PartisanHealer.xml b/data/templates/npc/monster/35376-PartisanHealer.xml new file mode 100644 index 000000000..3fbf4b286 --- /dev/null +++ b/data/templates/npc/monster/35376-PartisanHealer.xml @@ -0,0 +1,26 @@ + + + + Partisan Healer + 70 + MALE + + + + + + + + + + + + + + + 2450 + 1 + + + + diff --git a/data/templates/npc/monster/35377-PartisanCourtGuard.xml b/data/templates/npc/monster/35377-PartisanCourtGuard.xml new file mode 100644 index 000000000..a09f7bdca --- /dev/null +++ b/data/templates/npc/monster/35377-PartisanCourtGuard.xml @@ -0,0 +1,26 @@ + + + + Partisan Court Guard + 70 + MALE + + + + + + + + + + + + + + + 2450 + 1 + + + + diff --git a/data/templates/npc/monster/35378-PartisanCourtGuard.xml b/data/templates/npc/monster/35378-PartisanCourtGuard.xml new file mode 100644 index 000000000..4aa9aebe3 --- /dev/null +++ b/data/templates/npc/monster/35378-PartisanCourtGuard.xml @@ -0,0 +1,26 @@ + + + + Partisan Court Guard + 70 + MALE + + + + + + + + + + + + + + + 2450 + 1 + + + + diff --git a/data/templates/npc/monster/35379-PartisanSoldier.xml b/data/templates/npc/monster/35379-PartisanSoldier.xml new file mode 100644 index 000000000..8be64ab73 --- /dev/null +++ b/data/templates/npc/monster/35379-PartisanSoldier.xml @@ -0,0 +1,26 @@ + + + + Partisan Soldier + 68 + MALE + + + + + + + + + + + + + + + 2312 + 1 + + + + diff --git a/data/templates/npc/monster/35380-PartisanSorcerer.xml b/data/templates/npc/monster/35380-PartisanSorcerer.xml new file mode 100644 index 000000000..d0f321953 --- /dev/null +++ b/data/templates/npc/monster/35380-PartisanSorcerer.xml @@ -0,0 +1,26 @@ + + + + Partisan Sorcerer + 68 + MALE + + + + + + + + + + + + + + + 2312 + 1 + + + + diff --git a/data/templates/npc/monster/35381-PartisanArcher.xml b/data/templates/npc/monster/35381-PartisanArcher.xml new file mode 100644 index 000000000..c0ddab819 --- /dev/null +++ b/data/templates/npc/monster/35381-PartisanArcher.xml @@ -0,0 +1,26 @@ + + + + Partisan Archer + 68 + MALE + + + + + + + + + + + + + + + 2312 + 1 + + + + diff --git a/data/templates/npc/monster/35408-Dietrich.xml b/data/templates/npc/monster/35408-Dietrich.xml new file mode 100644 index 000000000..7bffd5ee4 --- /dev/null +++ b/data/templates/npc/monster/35408-Dietrich.xml @@ -0,0 +1,25 @@ + + + + Dietrich + 76 + MALE + + + + + + + + + + + + + + + 578 + 0 + + + diff --git a/data/templates/npc/monster/35409-Mikhail.xml b/data/templates/npc/monster/35409-Mikhail.xml new file mode 100644 index 000000000..f5af12ad9 --- /dev/null +++ b/data/templates/npc/monster/35409-Mikhail.xml @@ -0,0 +1,25 @@ + + + + Mikhail + 76 + MALE + + + + + + + + + + + + + + + 578 + 0 + + + diff --git a/data/templates/npc/monster/35410-Gustav.xml b/data/templates/npc/monster/35410-Gustav.xml new file mode 100644 index 000000000..4e24bd94c --- /dev/null +++ b/data/templates/npc/monster/35410-Gustav.xml @@ -0,0 +1,25 @@ + + + + Gustav + 78 + MALE + + + + + + + + + + + + + + + 608 + 0 + + + diff --git a/data/templates/npc/monster/35411-DoomServant.xml b/data/templates/npc/monster/35411-DoomServant.xml new file mode 100644 index 000000000..a37dfbcdc --- /dev/null +++ b/data/templates/npc/monster/35411-DoomServant.xml @@ -0,0 +1,25 @@ + + + + Doom Servant + 73 + MALE + + + + + + + + + + + + + + + 533 + 0 + + + diff --git a/data/templates/npc/monster/35412-DoomGuard.xml b/data/templates/npc/monster/35412-DoomGuard.xml new file mode 100644 index 000000000..f87230b2a --- /dev/null +++ b/data/templates/npc/monster/35412-DoomGuard.xml @@ -0,0 +1,25 @@ + + + + Doom Guard + 74 + MALE + + + + + + + + + + + + + + + 548 + 0 + + + diff --git a/data/templates/npc/monster/35413-DoomArcher.xml b/data/templates/npc/monster/35413-DoomArcher.xml new file mode 100644 index 000000000..269f27cda --- /dev/null +++ b/data/templates/npc/monster/35413-DoomArcher.xml @@ -0,0 +1,26 @@ + + + + Doom Archer + 75 + MALE + + + + + + + + + + + + + + + 563 + 0 + + + + diff --git a/data/templates/npc/monster/35414-DoomTrooper.xml b/data/templates/npc/monster/35414-DoomTrooper.xml new file mode 100644 index 000000000..627a698d2 --- /dev/null +++ b/data/templates/npc/monster/35414-DoomTrooper.xml @@ -0,0 +1,26 @@ + + + + Doom Trooper + 76 + MALE + + + + + + + + + + + + + + + 578 + 0 + + + + diff --git a/data/templates/npc/monster/35415-DoomWarrior.xml b/data/templates/npc/monster/35415-DoomWarrior.xml new file mode 100644 index 000000000..8d963383a --- /dev/null +++ b/data/templates/npc/monster/35415-DoomWarrior.xml @@ -0,0 +1,26 @@ + + + + Doom Warrior + 77 + MALE + + + + + + + + + + + + + + + 593 + 0 + + + + diff --git a/data/templates/npc/monster/35416-DoomKnight.xml b/data/templates/npc/monster/35416-DoomKnight.xml new file mode 100644 index 000000000..e3d86e096 --- /dev/null +++ b/data/templates/npc/monster/35416-DoomKnight.xml @@ -0,0 +1,26 @@ + + + + Doom Knight + 78 + MALE + + + + + + + + + + + + + + + 608 + 0 + + + + diff --git a/data/templates/npc/monster/35417-DoormanOfHell.xml b/data/templates/npc/monster/35417-DoormanOfHell.xml new file mode 100644 index 000000000..477100531 --- /dev/null +++ b/data/templates/npc/monster/35417-DoormanOfHell.xml @@ -0,0 +1,25 @@ + + + + Doorman of Hell + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/35418-DoormanOfHell.xml b/data/templates/npc/monster/35418-DoormanOfHell.xml new file mode 100644 index 000000000..d0cadee89 --- /dev/null +++ b/data/templates/npc/monster/35418-DoormanOfHell.xml @@ -0,0 +1,25 @@ + + + + Doorman of Hell + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/35428-OelMahumBerserker.xml b/data/templates/npc/monster/35428-OelMahumBerserker.xml new file mode 100644 index 000000000..410725f9e --- /dev/null +++ b/data/templates/npc/monster/35428-OelMahumBerserker.xml @@ -0,0 +1,25 @@ + + + + Oel Mahum Berserker + 73 + MALE + + + + + + + + + + + + + + + 6395 + 247 + + + diff --git a/data/templates/npc/monster/35429-OelMahumScout.xml b/data/templates/npc/monster/35429-OelMahumScout.xml new file mode 100644 index 000000000..b8e13ed41 --- /dev/null +++ b/data/templates/npc/monster/35429-OelMahumScout.xml @@ -0,0 +1,25 @@ + + + + Oel Mahum Scout + 73 + MALE + + + + + + + + + + + + + + + 6395 + 247 + + + diff --git a/data/templates/npc/monster/35430-OelMahumLeader.xml b/data/templates/npc/monster/35430-OelMahumLeader.xml new file mode 100644 index 000000000..bd011729d --- /dev/null +++ b/data/templates/npc/monster/35430-OelMahumLeader.xml @@ -0,0 +1,25 @@ + + + + Oel Mahum Leader + 73 + MALE + + + + + + + + + + + + + + + 6395 + 247 + + + diff --git a/data/templates/npc/monster/35431-OelMahumCleric.xml b/data/templates/npc/monster/35431-OelMahumCleric.xml new file mode 100644 index 000000000..799a6f6d6 --- /dev/null +++ b/data/templates/npc/monster/35431-OelMahumCleric.xml @@ -0,0 +1,25 @@ + + + + Oel Mahum Cleric + 73 + MALE + + + + + + + + + + + + + + + 6395 + 247 + + + diff --git a/data/templates/npc/monster/35432-OelMahumThief.xml b/data/templates/npc/monster/35432-OelMahumThief.xml new file mode 100644 index 000000000..4a612b9f5 --- /dev/null +++ b/data/templates/npc/monster/35432-OelMahumThief.xml @@ -0,0 +1,25 @@ + + + + Oel Mahum Thief + 73 + MALE + + + + + + + + + + + + + + + 6395 + 247 + + + diff --git a/data/templates/npc/monster/36499-TerritoryCatapult.xml b/data/templates/npc/monster/36499-TerritoryCatapult.xml new file mode 100644 index 000000000..619cd65d2 --- /dev/null +++ b/data/templates/npc/monster/36499-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Gludio + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36500-TerritoryCatapult.xml b/data/templates/npc/monster/36500-TerritoryCatapult.xml new file mode 100644 index 000000000..246cc7026 --- /dev/null +++ b/data/templates/npc/monster/36500-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Dion + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36501-TerritoryCatapult.xml b/data/templates/npc/monster/36501-TerritoryCatapult.xml new file mode 100644 index 000000000..b32243583 --- /dev/null +++ b/data/templates/npc/monster/36501-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Giran + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36502-TerritoryCatapult.xml b/data/templates/npc/monster/36502-TerritoryCatapult.xml new file mode 100644 index 000000000..976c79df4 --- /dev/null +++ b/data/templates/npc/monster/36502-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Oren + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36503-TerritoryCatapult.xml b/data/templates/npc/monster/36503-TerritoryCatapult.xml new file mode 100644 index 000000000..659525ffd --- /dev/null +++ b/data/templates/npc/monster/36503-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Aden + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36504-TerritoryCatapult.xml b/data/templates/npc/monster/36504-TerritoryCatapult.xml new file mode 100644 index 000000000..fec505562 --- /dev/null +++ b/data/templates/npc/monster/36504-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Innadril + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36505-TerritoryCatapult.xml b/data/templates/npc/monster/36505-TerritoryCatapult.xml new file mode 100644 index 000000000..f2147b708 --- /dev/null +++ b/data/templates/npc/monster/36505-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Goddard + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36506-TerritoryCatapult.xml b/data/templates/npc/monster/36506-TerritoryCatapult.xml new file mode 100644 index 000000000..7dfb127ea --- /dev/null +++ b/data/templates/npc/monster/36506-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Rune + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36507-TerritoryCatapult.xml b/data/templates/npc/monster/36507-TerritoryCatapult.xml new file mode 100644 index 000000000..6c1d58ff5 --- /dev/null +++ b/data/templates/npc/monster/36507-TerritoryCatapult.xml @@ -0,0 +1,26 @@ + + + + Territory Catapult + Schuttgart + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36591-SuppliesSafe.xml b/data/templates/npc/monster/36591-SuppliesSafe.xml new file mode 100644 index 000000000..740e2b08e --- /dev/null +++ b/data/templates/npc/monster/36591-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36592-SuppliesSafe.xml b/data/templates/npc/monster/36592-SuppliesSafe.xml new file mode 100644 index 000000000..0462a7921 --- /dev/null +++ b/data/templates/npc/monster/36592-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36593-SuppliesSafe.xml b/data/templates/npc/monster/36593-SuppliesSafe.xml new file mode 100644 index 000000000..fbdac74b7 --- /dev/null +++ b/data/templates/npc/monster/36593-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36594-SuppliesSafe.xml b/data/templates/npc/monster/36594-SuppliesSafe.xml new file mode 100644 index 000000000..f63140a0d --- /dev/null +++ b/data/templates/npc/monster/36594-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36595-SuppliesSafe.xml b/data/templates/npc/monster/36595-SuppliesSafe.xml new file mode 100644 index 000000000..918e9bcd6 --- /dev/null +++ b/data/templates/npc/monster/36595-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36596-SuppliesSafe.xml b/data/templates/npc/monster/36596-SuppliesSafe.xml new file mode 100644 index 000000000..8314c090f --- /dev/null +++ b/data/templates/npc/monster/36596-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36597-SuppliesSafe.xml b/data/templates/npc/monster/36597-SuppliesSafe.xml new file mode 100644 index 000000000..b6349e3fd --- /dev/null +++ b/data/templates/npc/monster/36597-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36598-SuppliesSafe.xml b/data/templates/npc/monster/36598-SuppliesSafe.xml new file mode 100644 index 000000000..adbc7a68b --- /dev/null +++ b/data/templates/npc/monster/36598-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/monster/36599-SuppliesSafe.xml b/data/templates/npc/monster/36599-SuppliesSafe.xml new file mode 100644 index 000000000..b348eba39 --- /dev/null +++ b/data/templates/npc/monster/36599-SuppliesSafe.xml @@ -0,0 +1,25 @@ + + + + Supplies Safe + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/30115-Jurek.xml b/data/templates/npc/mysticvillagemaster/30115-Jurek.xml new file mode 100644 index 000000000..16ae591a5 --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/30115-Jurek.xml @@ -0,0 +1,26 @@ + + + + Jurek + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/30174-Arkenias.xml b/data/templates/npc/mysticvillagemaster/30174-Arkenias.xml new file mode 100644 index 000000000..c17201d2c --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/30174-Arkenias.xml @@ -0,0 +1,26 @@ + + + + Arkenias + Grand Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/30175-Fairen.xml b/data/templates/npc/mysticvillagemaster/30175-Fairen.xml new file mode 100644 index 000000000..ed40c7ecb --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/30175-Fairen.xml @@ -0,0 +1,26 @@ + + + + Fairen + Grand Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/30176-Valleria.xml b/data/templates/npc/mysticvillagemaster/30176-Valleria.xml new file mode 100644 index 000000000..ea5dc3fb9 --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/30176-Valleria.xml @@ -0,0 +1,26 @@ + + + + Valleria + Grand Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/30694-Scraide.xml b/data/templates/npc/mysticvillagemaster/30694-Scraide.xml new file mode 100644 index 000000000..d950c7eca --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/30694-Scraide.xml @@ -0,0 +1,26 @@ + + + + Scraide + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/30854-Drikiyan.xml b/data/templates/npc/mysticvillagemaster/30854-Drikiyan.xml new file mode 100644 index 000000000..6bc848bc1 --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/30854-Drikiyan.xml @@ -0,0 +1,26 @@ + + + + Drikiyan + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/31331-Valdis.xml b/data/templates/npc/mysticvillagemaster/31331-Valdis.xml new file mode 100644 index 000000000..e552569ed --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/31331-Valdis.xml @@ -0,0 +1,26 @@ + + + + Valdis + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/31755-Halaster.xml b/data/templates/npc/mysticvillagemaster/31755-Halaster.xml new file mode 100644 index 000000000..7490f7795 --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/31755-Halaster.xml @@ -0,0 +1,26 @@ + + + + Halaster + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/31996-Javier.xml b/data/templates/npc/mysticvillagemaster/31996-Javier.xml new file mode 100644 index 000000000..1a045c2a3 --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/31996-Javier.xml @@ -0,0 +1,26 @@ + + + + Javier + Grand Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/32098-Celes.xml b/data/templates/npc/mysticvillagemaster/32098-Celes.xml new file mode 100644 index 000000000..d9341cae0 --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/32098-Celes.xml @@ -0,0 +1,26 @@ + + + + Celes + Grand Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/mysticvillagemaster/32147-Rivian.xml b/data/templates/npc/mysticvillagemaster/32147-Rivian.xml new file mode 100644 index 000000000..b581ede5c --- /dev/null +++ b/data/templates/npc/mysticvillagemaster/32147-Rivian.xml @@ -0,0 +1,26 @@ + + + + Rivian + Grand Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/observation/31031-BroadcastingTower.xml b/data/templates/npc/observation/31031-BroadcastingTower.xml new file mode 100644 index 000000000..95d9117dd --- /dev/null +++ b/data/templates/npc/observation/31031-BroadcastingTower.xml @@ -0,0 +1,24 @@ + + + + Broadcasting Tower + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/olympiadmanager/31688-GrandOlympiadManager.xml b/data/templates/npc/olympiadmanager/31688-GrandOlympiadManager.xml new file mode 100644 index 000000000..206d91ecb --- /dev/null +++ b/data/templates/npc/olympiadmanager/31688-GrandOlympiadManager.xml @@ -0,0 +1,26 @@ + + + + Grand Olympiad Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/olympiadmanager/31690-MonumentOfHeroes.xml b/data/templates/npc/olympiadmanager/31690-MonumentOfHeroes.xml new file mode 100644 index 000000000..6c88a2eb7 --- /dev/null +++ b/data/templates/npc/olympiadmanager/31690-MonumentOfHeroes.xml @@ -0,0 +1,24 @@ + + + + Monument of Heroes + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/olympiadmanager/31769-MonumentOfHeroes.xml b/data/templates/npc/olympiadmanager/31769-MonumentOfHeroes.xml new file mode 100644 index 000000000..5c105ce8c --- /dev/null +++ b/data/templates/npc/olympiadmanager/31769-MonumentOfHeroes.xml @@ -0,0 +1,24 @@ + + + + Monument of Heroes + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/olympiadmanager/31770-MonumentOfHeroes.xml b/data/templates/npc/olympiadmanager/31770-MonumentOfHeroes.xml new file mode 100644 index 000000000..0147b7833 --- /dev/null +++ b/data/templates/npc/olympiadmanager/31770-MonumentOfHeroes.xml @@ -0,0 +1,24 @@ + + + + Monument of Heroes + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/olympiadmanager/31771-MonumentOfHeroes.xml b/data/templates/npc/olympiadmanager/31771-MonumentOfHeroes.xml new file mode 100644 index 000000000..948c4157e --- /dev/null +++ b/data/templates/npc/olympiadmanager/31771-MonumentOfHeroes.xml @@ -0,0 +1,24 @@ + + + + Monument of Heroes + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/olympiadmanager/31772-MonumentOfHeroes.xml b/data/templates/npc/olympiadmanager/31772-MonumentOfHeroes.xml new file mode 100644 index 000000000..b93265e20 --- /dev/null +++ b/data/templates/npc/olympiadmanager/31772-MonumentOfHeroes.xml @@ -0,0 +1,24 @@ + + + + Monument of Heroes + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/olympiadmanager/36402-OlympiadHost.xml b/data/templates/npc/olympiadmanager/36402-OlympiadHost.xml new file mode 100644 index 000000000..77cfd1235 --- /dev/null +++ b/data/templates/npc/olympiadmanager/36402-OlympiadHost.xml @@ -0,0 +1,26 @@ + + + + Olympiad Host + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/orcvillagemaster/30500-Osborn.xml b/data/templates/npc/orcvillagemaster/30500-Osborn.xml new file mode 100644 index 000000000..51dbf9e69 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30500-Osborn.xml @@ -0,0 +1,26 @@ + + + + Osborn + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30505-Drikus.xml b/data/templates/npc/orcvillagemaster/30505-Drikus.xml new file mode 100644 index 000000000..95e16ecba --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30505-Drikus.xml @@ -0,0 +1,26 @@ + + + + Drikus + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30508-Castor.xml b/data/templates/npc/orcvillagemaster/30508-Castor.xml new file mode 100644 index 000000000..952360ace --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30508-Castor.xml @@ -0,0 +1,26 @@ + + + + Castor + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30513-Penatus.xml b/data/templates/npc/orcvillagemaster/30513-Penatus.xml new file mode 100644 index 000000000..940733afa --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30513-Penatus.xml @@ -0,0 +1,26 @@ + + + + Penatus + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30565-Kakai.xml b/data/templates/npc/orcvillagemaster/30565-Kakai.xml new file mode 100644 index 000000000..041bccbf1 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30565-Kakai.xml @@ -0,0 +1,26 @@ + + + + Kakai + Flame Lord + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30681-Karia.xml b/data/templates/npc/orcvillagemaster/30681-Karia.xml new file mode 100644 index 000000000..585be9ebd --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30681-Karia.xml @@ -0,0 +1,26 @@ + + + + Karia + High Prefect + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30704-Garvarentz.xml b/data/templates/npc/orcvillagemaster/30704-Garvarentz.xml new file mode 100644 index 000000000..eca917a13 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30704-Garvarentz.xml @@ -0,0 +1,26 @@ + + + + Garvarentz + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30865-Ladanza.xml b/data/templates/npc/orcvillagemaster/30865-Ladanza.xml new file mode 100644 index 000000000..e8543d71e --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30865-Ladanza.xml @@ -0,0 +1,26 @@ + + + + Ladanza + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/30913-Tushku.xml b/data/templates/npc/orcvillagemaster/30913-Tushku.xml new file mode 100644 index 000000000..8c698ba60 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/30913-Tushku.xml @@ -0,0 +1,26 @@ + + + + Tushku + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/31288-Aklan.xml b/data/templates/npc/orcvillagemaster/31288-Aklan.xml new file mode 100644 index 000000000..7bec04774 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/31288-Aklan.xml @@ -0,0 +1,26 @@ + + + + Aklan + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/31326-Lambac.xml b/data/templates/npc/orcvillagemaster/31326-Lambac.xml new file mode 100644 index 000000000..3d749eaa4 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/31326-Lambac.xml @@ -0,0 +1,26 @@ + + + + Lambac + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/31336-Rahorakti.xml b/data/templates/npc/orcvillagemaster/31336-Rahorakti.xml new file mode 100644 index 000000000..8ecd59e9f --- /dev/null +++ b/data/templates/npc/orcvillagemaster/31336-Rahorakti.xml @@ -0,0 +1,27 @@ + + + + Rahorakti + Grand Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/orcvillagemaster/31977-Shaka.xml b/data/templates/npc/orcvillagemaster/31977-Shaka.xml new file mode 100644 index 000000000..fb5fabc30 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/31977-Shaka.xml @@ -0,0 +1,26 @@ + + + + Shaka + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/32097-Finker.xml b/data/templates/npc/orcvillagemaster/32097-Finker.xml new file mode 100644 index 000000000..e11442c92 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/32097-Finker.xml @@ -0,0 +1,26 @@ + + + + Finker + High Prefect + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/orcvillagemaster/32150-Took.xml b/data/templates/npc/orcvillagemaster/32150-Took.xml new file mode 100644 index 000000000..1b7e945b7 --- /dev/null +++ b/data/templates/npc/orcvillagemaster/32150-Took.xml @@ -0,0 +1,26 @@ + + + + Took + High Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12077-Wolf.xml b/data/templates/npc/pet/12077-Wolf.xml new file mode 100644 index 000000000..a4d4a28b1 --- /dev/null +++ b/data/templates/npc/pet/12077-Wolf.xml @@ -0,0 +1,25 @@ + + + + Wolf + 15 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12311-HatchlingOfTheWind.xml b/data/templates/npc/pet/12311-HatchlingOfTheWind.xml new file mode 100644 index 000000000..af82d9c92 --- /dev/null +++ b/data/templates/npc/pet/12311-HatchlingOfTheWind.xml @@ -0,0 +1,25 @@ + + + + Hatchling of the Wind + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12312-HatchlingOfTheStars.xml b/data/templates/npc/pet/12312-HatchlingOfTheStars.xml new file mode 100644 index 000000000..2a8bb710d --- /dev/null +++ b/data/templates/npc/pet/12312-HatchlingOfTheStars.xml @@ -0,0 +1,25 @@ + + + + Hatchling of the Stars + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12313-HatchlingOfTwilight.xml b/data/templates/npc/pet/12313-HatchlingOfTwilight.xml new file mode 100644 index 000000000..c45d3915b --- /dev/null +++ b/data/templates/npc/pet/12313-HatchlingOfTwilight.xml @@ -0,0 +1,25 @@ + + + + Hatchling of Twilight + 35 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12526-WindStrider.xml b/data/templates/npc/pet/12526-WindStrider.xml new file mode 100644 index 000000000..4aa72d904 --- /dev/null +++ b/data/templates/npc/pet/12526-WindStrider.xml @@ -0,0 +1,25 @@ + + + + Wind Strider + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12527-StarStrider.xml b/data/templates/npc/pet/12527-StarStrider.xml new file mode 100644 index 000000000..1b70f0c94 --- /dev/null +++ b/data/templates/npc/pet/12527-StarStrider.xml @@ -0,0 +1,25 @@ + + + + Star Strider + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12528-TwilightStrider.xml b/data/templates/npc/pet/12528-TwilightStrider.xml new file mode 100644 index 000000000..ae7eab897 --- /dev/null +++ b/data/templates/npc/pet/12528-TwilightStrider.xml @@ -0,0 +1,25 @@ + + + + Twilight Strider + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12564-SinEater.xml b/data/templates/npc/pet/12564-SinEater.xml new file mode 100644 index 000000000..c245d6d2e --- /dev/null +++ b/data/templates/npc/pet/12564-SinEater.xml @@ -0,0 +1,25 @@ + + + + Sin Eater + 15 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/12621-Wyvern.xml b/data/templates/npc/pet/12621-Wyvern.xml new file mode 100644 index 000000000..751c38712 --- /dev/null +++ b/data/templates/npc/pet/12621-Wyvern.xml @@ -0,0 +1,25 @@ + + + + Wyvern + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14001-ReanimatedMan.xml b/data/templates/npc/pet/14001-ReanimatedMan.xml new file mode 100644 index 000000000..870a1a62d --- /dev/null +++ b/data/templates/npc/pet/14001-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14002-ReanimatedMan.xml b/data/templates/npc/pet/14002-ReanimatedMan.xml new file mode 100644 index 000000000..e45efab99 --- /dev/null +++ b/data/templates/npc/pet/14002-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14003-ReanimatedMan.xml b/data/templates/npc/pet/14003-ReanimatedMan.xml new file mode 100644 index 000000000..1cc7b0688 --- /dev/null +++ b/data/templates/npc/pet/14003-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14004-ReanimatedMan.xml b/data/templates/npc/pet/14004-ReanimatedMan.xml new file mode 100644 index 000000000..07514195d --- /dev/null +++ b/data/templates/npc/pet/14004-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14005-ReanimatedMan.xml b/data/templates/npc/pet/14005-ReanimatedMan.xml new file mode 100644 index 000000000..44813a31f --- /dev/null +++ b/data/templates/npc/pet/14005-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14006-ReanimatedMan.xml b/data/templates/npc/pet/14006-ReanimatedMan.xml new file mode 100644 index 000000000..10656c37e --- /dev/null +++ b/data/templates/npc/pet/14006-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14007-ReanimatedMan.xml b/data/templates/npc/pet/14007-ReanimatedMan.xml new file mode 100644 index 000000000..658c98cfb --- /dev/null +++ b/data/templates/npc/pet/14007-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14008-ReanimatedMan.xml b/data/templates/npc/pet/14008-ReanimatedMan.xml new file mode 100644 index 000000000..4c665a438 --- /dev/null +++ b/data/templates/npc/pet/14008-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14009-ReanimatedMan.xml b/data/templates/npc/pet/14009-ReanimatedMan.xml new file mode 100644 index 000000000..741e7cf63 --- /dev/null +++ b/data/templates/npc/pet/14009-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14010-ReanimatedMan.xml b/data/templates/npc/pet/14010-ReanimatedMan.xml new file mode 100644 index 000000000..ba18250a5 --- /dev/null +++ b/data/templates/npc/pet/14010-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14011-ReanimatedMan.xml b/data/templates/npc/pet/14011-ReanimatedMan.xml new file mode 100644 index 000000000..f62dab201 --- /dev/null +++ b/data/templates/npc/pet/14011-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14012-ReanimatedMan.xml b/data/templates/npc/pet/14012-ReanimatedMan.xml new file mode 100644 index 000000000..ae5bf3946 --- /dev/null +++ b/data/templates/npc/pet/14012-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14013-ReanimatedMan.xml b/data/templates/npc/pet/14013-ReanimatedMan.xml new file mode 100644 index 000000000..121571cac --- /dev/null +++ b/data/templates/npc/pet/14013-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14014-ReanimatedMan.xml b/data/templates/npc/pet/14014-ReanimatedMan.xml new file mode 100644 index 000000000..4095859f7 --- /dev/null +++ b/data/templates/npc/pet/14014-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14015-ReanimatedMan.xml b/data/templates/npc/pet/14015-ReanimatedMan.xml new file mode 100644 index 000000000..95815f698 --- /dev/null +++ b/data/templates/npc/pet/14015-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14016-ReanimatedMan.xml b/data/templates/npc/pet/14016-ReanimatedMan.xml new file mode 100644 index 000000000..34a09dde1 --- /dev/null +++ b/data/templates/npc/pet/14016-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14017-ReanimatedMan.xml b/data/templates/npc/pet/14017-ReanimatedMan.xml new file mode 100644 index 000000000..9870cab70 --- /dev/null +++ b/data/templates/npc/pet/14017-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14018-ReanimatedMan.xml b/data/templates/npc/pet/14018-ReanimatedMan.xml new file mode 100644 index 000000000..5519d1920 --- /dev/null +++ b/data/templates/npc/pet/14018-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14019-ReanimatedMan.xml b/data/templates/npc/pet/14019-ReanimatedMan.xml new file mode 100644 index 000000000..6ed2feca9 --- /dev/null +++ b/data/templates/npc/pet/14019-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14020-ReanimatedMan.xml b/data/templates/npc/pet/14020-ReanimatedMan.xml new file mode 100644 index 000000000..f85ba12f6 --- /dev/null +++ b/data/templates/npc/pet/14020-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14021-ReanimatedMan.xml b/data/templates/npc/pet/14021-ReanimatedMan.xml new file mode 100644 index 000000000..d0c20510f --- /dev/null +++ b/data/templates/npc/pet/14021-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14022-ReanimatedMan.xml b/data/templates/npc/pet/14022-ReanimatedMan.xml new file mode 100644 index 000000000..6a7fd970e --- /dev/null +++ b/data/templates/npc/pet/14022-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14023-ReanimatedMan.xml b/data/templates/npc/pet/14023-ReanimatedMan.xml new file mode 100644 index 000000000..04ecbb740 --- /dev/null +++ b/data/templates/npc/pet/14023-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14024-ReanimatedMan.xml b/data/templates/npc/pet/14024-ReanimatedMan.xml new file mode 100644 index 000000000..8e798558f --- /dev/null +++ b/data/templates/npc/pet/14024-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14025-ReanimatedMan.xml b/data/templates/npc/pet/14025-ReanimatedMan.xml new file mode 100644 index 000000000..fa3a4ed2a --- /dev/null +++ b/data/templates/npc/pet/14025-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14026-ReanimatedMan.xml b/data/templates/npc/pet/14026-ReanimatedMan.xml new file mode 100644 index 000000000..c8f6e1798 --- /dev/null +++ b/data/templates/npc/pet/14026-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14027-ReanimatedMan.xml b/data/templates/npc/pet/14027-ReanimatedMan.xml new file mode 100644 index 000000000..5e3b935e8 --- /dev/null +++ b/data/templates/npc/pet/14027-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14028-ReanimatedMan.xml b/data/templates/npc/pet/14028-ReanimatedMan.xml new file mode 100644 index 000000000..5d601d7f2 --- /dev/null +++ b/data/templates/npc/pet/14028-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14029-ReanimatedMan.xml b/data/templates/npc/pet/14029-ReanimatedMan.xml new file mode 100644 index 000000000..839fd8b06 --- /dev/null +++ b/data/templates/npc/pet/14029-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14030-ReanimatedMan.xml b/data/templates/npc/pet/14030-ReanimatedMan.xml new file mode 100644 index 000000000..8665d8f0a --- /dev/null +++ b/data/templates/npc/pet/14030-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14031-ReanimatedMan.xml b/data/templates/npc/pet/14031-ReanimatedMan.xml new file mode 100644 index 000000000..199ac23aa --- /dev/null +++ b/data/templates/npc/pet/14031-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14032-ReanimatedMan.xml b/data/templates/npc/pet/14032-ReanimatedMan.xml new file mode 100644 index 000000000..512f447ae --- /dev/null +++ b/data/templates/npc/pet/14032-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14033-ReanimatedMan.xml b/data/templates/npc/pet/14033-ReanimatedMan.xml new file mode 100644 index 000000000..e7252d0a7 --- /dev/null +++ b/data/templates/npc/pet/14033-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14034-ReanimatedMan.xml b/data/templates/npc/pet/14034-ReanimatedMan.xml new file mode 100644 index 000000000..51b8a46c1 --- /dev/null +++ b/data/templates/npc/pet/14034-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14035-ReanimatedMan.xml b/data/templates/npc/pet/14035-ReanimatedMan.xml new file mode 100644 index 000000000..8d632e476 --- /dev/null +++ b/data/templates/npc/pet/14035-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14036-ReanimatedMan.xml b/data/templates/npc/pet/14036-ReanimatedMan.xml new file mode 100644 index 000000000..b99e46c66 --- /dev/null +++ b/data/templates/npc/pet/14036-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14037-ReanimatedMan.xml b/data/templates/npc/pet/14037-ReanimatedMan.xml new file mode 100644 index 000000000..7dffb58aa --- /dev/null +++ b/data/templates/npc/pet/14037-ReanimatedMan.xml @@ -0,0 +1,25 @@ + + + + Reanimated Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14038-CorruptedMan.xml b/data/templates/npc/pet/14038-CorruptedMan.xml new file mode 100644 index 000000000..48e8b1bf7 --- /dev/null +++ b/data/templates/npc/pet/14038-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14039-CorruptedMan.xml b/data/templates/npc/pet/14039-CorruptedMan.xml new file mode 100644 index 000000000..6d814083f --- /dev/null +++ b/data/templates/npc/pet/14039-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14040-CorruptedMan.xml b/data/templates/npc/pet/14040-CorruptedMan.xml new file mode 100644 index 000000000..1d91c9cbe --- /dev/null +++ b/data/templates/npc/pet/14040-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14041-CorruptedMan.xml b/data/templates/npc/pet/14041-CorruptedMan.xml new file mode 100644 index 000000000..6f29c854c --- /dev/null +++ b/data/templates/npc/pet/14041-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14042-CorruptedMan.xml b/data/templates/npc/pet/14042-CorruptedMan.xml new file mode 100644 index 000000000..b5f3a044b --- /dev/null +++ b/data/templates/npc/pet/14042-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14043-CorruptedMan.xml b/data/templates/npc/pet/14043-CorruptedMan.xml new file mode 100644 index 000000000..79f433a50 --- /dev/null +++ b/data/templates/npc/pet/14043-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14044-CorruptedMan.xml b/data/templates/npc/pet/14044-CorruptedMan.xml new file mode 100644 index 000000000..c67a10bd0 --- /dev/null +++ b/data/templates/npc/pet/14044-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14045-CorruptedMan.xml b/data/templates/npc/pet/14045-CorruptedMan.xml new file mode 100644 index 000000000..5043088da --- /dev/null +++ b/data/templates/npc/pet/14045-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14046-CorruptedMan.xml b/data/templates/npc/pet/14046-CorruptedMan.xml new file mode 100644 index 000000000..e1dbeb980 --- /dev/null +++ b/data/templates/npc/pet/14046-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14047-CorruptedMan.xml b/data/templates/npc/pet/14047-CorruptedMan.xml new file mode 100644 index 000000000..ef3a8c045 --- /dev/null +++ b/data/templates/npc/pet/14047-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14048-CorruptedMan.xml b/data/templates/npc/pet/14048-CorruptedMan.xml new file mode 100644 index 000000000..84699530c --- /dev/null +++ b/data/templates/npc/pet/14048-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14049-CorruptedMan.xml b/data/templates/npc/pet/14049-CorruptedMan.xml new file mode 100644 index 000000000..f5d6c1989 --- /dev/null +++ b/data/templates/npc/pet/14049-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14050-CorruptedMan.xml b/data/templates/npc/pet/14050-CorruptedMan.xml new file mode 100644 index 000000000..b35dc6659 --- /dev/null +++ b/data/templates/npc/pet/14050-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14051-CorruptedMan.xml b/data/templates/npc/pet/14051-CorruptedMan.xml new file mode 100644 index 000000000..3b0cb3c38 --- /dev/null +++ b/data/templates/npc/pet/14051-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14052-CorruptedMan.xml b/data/templates/npc/pet/14052-CorruptedMan.xml new file mode 100644 index 000000000..d527734ad --- /dev/null +++ b/data/templates/npc/pet/14052-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14053-CorruptedMan.xml b/data/templates/npc/pet/14053-CorruptedMan.xml new file mode 100644 index 000000000..b8a9b48ad --- /dev/null +++ b/data/templates/npc/pet/14053-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14054-CorruptedMan.xml b/data/templates/npc/pet/14054-CorruptedMan.xml new file mode 100644 index 000000000..b6f821ff4 --- /dev/null +++ b/data/templates/npc/pet/14054-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14055-CorruptedMan.xml b/data/templates/npc/pet/14055-CorruptedMan.xml new file mode 100644 index 000000000..7b3d56f06 --- /dev/null +++ b/data/templates/npc/pet/14055-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14056-CorruptedMan.xml b/data/templates/npc/pet/14056-CorruptedMan.xml new file mode 100644 index 000000000..b8ceeacf8 --- /dev/null +++ b/data/templates/npc/pet/14056-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14057-CorruptedMan.xml b/data/templates/npc/pet/14057-CorruptedMan.xml new file mode 100644 index 000000000..13ee0753c --- /dev/null +++ b/data/templates/npc/pet/14057-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14058-CorruptedMan.xml b/data/templates/npc/pet/14058-CorruptedMan.xml new file mode 100644 index 000000000..511ee2ab4 --- /dev/null +++ b/data/templates/npc/pet/14058-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14059-CorruptedMan.xml b/data/templates/npc/pet/14059-CorruptedMan.xml new file mode 100644 index 000000000..59a5c85f3 --- /dev/null +++ b/data/templates/npc/pet/14059-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14060-CorruptedMan.xml b/data/templates/npc/pet/14060-CorruptedMan.xml new file mode 100644 index 000000000..3c49e603d --- /dev/null +++ b/data/templates/npc/pet/14060-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14061-CorruptedMan.xml b/data/templates/npc/pet/14061-CorruptedMan.xml new file mode 100644 index 000000000..cc913046a --- /dev/null +++ b/data/templates/npc/pet/14061-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14062-CorruptedMan.xml b/data/templates/npc/pet/14062-CorruptedMan.xml new file mode 100644 index 000000000..cb1620605 --- /dev/null +++ b/data/templates/npc/pet/14062-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14063-CorruptedMan.xml b/data/templates/npc/pet/14063-CorruptedMan.xml new file mode 100644 index 000000000..5c418ff71 --- /dev/null +++ b/data/templates/npc/pet/14063-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14064-CorruptedMan.xml b/data/templates/npc/pet/14064-CorruptedMan.xml new file mode 100644 index 000000000..31c717fb4 --- /dev/null +++ b/data/templates/npc/pet/14064-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14065-CorruptedMan.xml b/data/templates/npc/pet/14065-CorruptedMan.xml new file mode 100644 index 000000000..dd994ad7e --- /dev/null +++ b/data/templates/npc/pet/14065-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14066-CorruptedMan.xml b/data/templates/npc/pet/14066-CorruptedMan.xml new file mode 100644 index 000000000..55e42d663 --- /dev/null +++ b/data/templates/npc/pet/14066-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14067-CorruptedMan.xml b/data/templates/npc/pet/14067-CorruptedMan.xml new file mode 100644 index 000000000..c8d0d8860 --- /dev/null +++ b/data/templates/npc/pet/14067-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14068-CorruptedMan.xml b/data/templates/npc/pet/14068-CorruptedMan.xml new file mode 100644 index 000000000..0cdd671b1 --- /dev/null +++ b/data/templates/npc/pet/14068-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14069-CorruptedMan.xml b/data/templates/npc/pet/14069-CorruptedMan.xml new file mode 100644 index 000000000..2c5c2c8c6 --- /dev/null +++ b/data/templates/npc/pet/14069-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14070-CorruptedMan.xml b/data/templates/npc/pet/14070-CorruptedMan.xml new file mode 100644 index 000000000..5661255b3 --- /dev/null +++ b/data/templates/npc/pet/14070-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14071-CorruptedMan.xml b/data/templates/npc/pet/14071-CorruptedMan.xml new file mode 100644 index 000000000..8424d768d --- /dev/null +++ b/data/templates/npc/pet/14071-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14072-CorruptedMan.xml b/data/templates/npc/pet/14072-CorruptedMan.xml new file mode 100644 index 000000000..bc054b38b --- /dev/null +++ b/data/templates/npc/pet/14072-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14073-CorruptedMan.xml b/data/templates/npc/pet/14073-CorruptedMan.xml new file mode 100644 index 000000000..8e5091996 --- /dev/null +++ b/data/templates/npc/pet/14073-CorruptedMan.xml @@ -0,0 +1,25 @@ + + + + Corrupted Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14074-CursedMan.xml b/data/templates/npc/pet/14074-CursedMan.xml new file mode 100644 index 000000000..49c64decd --- /dev/null +++ b/data/templates/npc/pet/14074-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14075-CursedMan.xml b/data/templates/npc/pet/14075-CursedMan.xml new file mode 100644 index 000000000..e3896c11c --- /dev/null +++ b/data/templates/npc/pet/14075-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14076-CursedMan.xml b/data/templates/npc/pet/14076-CursedMan.xml new file mode 100644 index 000000000..9d06edbf3 --- /dev/null +++ b/data/templates/npc/pet/14076-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14077-CursedMan.xml b/data/templates/npc/pet/14077-CursedMan.xml new file mode 100644 index 000000000..24115f678 --- /dev/null +++ b/data/templates/npc/pet/14077-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14078-CursedMan.xml b/data/templates/npc/pet/14078-CursedMan.xml new file mode 100644 index 000000000..0e0c0a82a --- /dev/null +++ b/data/templates/npc/pet/14078-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14079-CursedMan.xml b/data/templates/npc/pet/14079-CursedMan.xml new file mode 100644 index 000000000..8e5a42178 --- /dev/null +++ b/data/templates/npc/pet/14079-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14080-CursedMan.xml b/data/templates/npc/pet/14080-CursedMan.xml new file mode 100644 index 000000000..b1ecd5191 --- /dev/null +++ b/data/templates/npc/pet/14080-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14081-CursedMan.xml b/data/templates/npc/pet/14081-CursedMan.xml new file mode 100644 index 000000000..0edf1a04a --- /dev/null +++ b/data/templates/npc/pet/14081-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14082-CursedMan.xml b/data/templates/npc/pet/14082-CursedMan.xml new file mode 100644 index 000000000..074c2746e --- /dev/null +++ b/data/templates/npc/pet/14082-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14083-CursedMan.xml b/data/templates/npc/pet/14083-CursedMan.xml new file mode 100644 index 000000000..3a1d5d63f --- /dev/null +++ b/data/templates/npc/pet/14083-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14084-CursedMan.xml b/data/templates/npc/pet/14084-CursedMan.xml new file mode 100644 index 000000000..15eb5b1b1 --- /dev/null +++ b/data/templates/npc/pet/14084-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14085-CursedMan.xml b/data/templates/npc/pet/14085-CursedMan.xml new file mode 100644 index 000000000..9e13f8721 --- /dev/null +++ b/data/templates/npc/pet/14085-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14086-CursedMan.xml b/data/templates/npc/pet/14086-CursedMan.xml new file mode 100644 index 000000000..94786bd89 --- /dev/null +++ b/data/templates/npc/pet/14086-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14087-CursedMan.xml b/data/templates/npc/pet/14087-CursedMan.xml new file mode 100644 index 000000000..632ca3a17 --- /dev/null +++ b/data/templates/npc/pet/14087-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14088-CursedMan.xml b/data/templates/npc/pet/14088-CursedMan.xml new file mode 100644 index 000000000..0fd2bd5be --- /dev/null +++ b/data/templates/npc/pet/14088-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14089-CursedMan.xml b/data/templates/npc/pet/14089-CursedMan.xml new file mode 100644 index 000000000..43dfc4196 --- /dev/null +++ b/data/templates/npc/pet/14089-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14090-CursedMan.xml b/data/templates/npc/pet/14090-CursedMan.xml new file mode 100644 index 000000000..0fc9f4a56 --- /dev/null +++ b/data/templates/npc/pet/14090-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14091-CursedMan.xml b/data/templates/npc/pet/14091-CursedMan.xml new file mode 100644 index 000000000..d018bc664 --- /dev/null +++ b/data/templates/npc/pet/14091-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14092-CursedMan.xml b/data/templates/npc/pet/14092-CursedMan.xml new file mode 100644 index 000000000..123601899 --- /dev/null +++ b/data/templates/npc/pet/14092-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14093-CursedMan.xml b/data/templates/npc/pet/14093-CursedMan.xml new file mode 100644 index 000000000..0f97ea69c --- /dev/null +++ b/data/templates/npc/pet/14093-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14094-CursedMan.xml b/data/templates/npc/pet/14094-CursedMan.xml new file mode 100644 index 000000000..0611fd349 --- /dev/null +++ b/data/templates/npc/pet/14094-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14095-CursedMan.xml b/data/templates/npc/pet/14095-CursedMan.xml new file mode 100644 index 000000000..ab56d69b8 --- /dev/null +++ b/data/templates/npc/pet/14095-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14096-CursedMan.xml b/data/templates/npc/pet/14096-CursedMan.xml new file mode 100644 index 000000000..aaddf1228 --- /dev/null +++ b/data/templates/npc/pet/14096-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14097-CursedMan.xml b/data/templates/npc/pet/14097-CursedMan.xml new file mode 100644 index 000000000..c3c63e6d3 --- /dev/null +++ b/data/templates/npc/pet/14097-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14098-CursedMan.xml b/data/templates/npc/pet/14098-CursedMan.xml new file mode 100644 index 000000000..1cb618e04 --- /dev/null +++ b/data/templates/npc/pet/14098-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14099-CursedMan.xml b/data/templates/npc/pet/14099-CursedMan.xml new file mode 100644 index 000000000..c767c7e5b --- /dev/null +++ b/data/templates/npc/pet/14099-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14100-CursedMan.xml b/data/templates/npc/pet/14100-CursedMan.xml new file mode 100644 index 000000000..de7294436 --- /dev/null +++ b/data/templates/npc/pet/14100-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14101-CursedMan.xml b/data/templates/npc/pet/14101-CursedMan.xml new file mode 100644 index 000000000..2ac71d570 --- /dev/null +++ b/data/templates/npc/pet/14101-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14102-CursedMan.xml b/data/templates/npc/pet/14102-CursedMan.xml new file mode 100644 index 000000000..3f9f2fd1a --- /dev/null +++ b/data/templates/npc/pet/14102-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14103-CursedMan.xml b/data/templates/npc/pet/14103-CursedMan.xml new file mode 100644 index 000000000..50488808e --- /dev/null +++ b/data/templates/npc/pet/14103-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14104-CursedMan.xml b/data/templates/npc/pet/14104-CursedMan.xml new file mode 100644 index 000000000..a809fef1e --- /dev/null +++ b/data/templates/npc/pet/14104-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14105-CursedMan.xml b/data/templates/npc/pet/14105-CursedMan.xml new file mode 100644 index 000000000..bc7816517 --- /dev/null +++ b/data/templates/npc/pet/14105-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14106-CursedMan.xml b/data/templates/npc/pet/14106-CursedMan.xml new file mode 100644 index 000000000..bd21970d1 --- /dev/null +++ b/data/templates/npc/pet/14106-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14107-CursedMan.xml b/data/templates/npc/pet/14107-CursedMan.xml new file mode 100644 index 000000000..11d5952a9 --- /dev/null +++ b/data/templates/npc/pet/14107-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14108-CursedMan.xml b/data/templates/npc/pet/14108-CursedMan.xml new file mode 100644 index 000000000..860014edb --- /dev/null +++ b/data/templates/npc/pet/14108-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14109-CursedMan.xml b/data/templates/npc/pet/14109-CursedMan.xml new file mode 100644 index 000000000..ef65a0592 --- /dev/null +++ b/data/templates/npc/pet/14109-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14110-CursedMan.xml b/data/templates/npc/pet/14110-CursedMan.xml new file mode 100644 index 000000000..8f02914bb --- /dev/null +++ b/data/templates/npc/pet/14110-CursedMan.xml @@ -0,0 +1,25 @@ + + + + Cursed Man + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14111-KatTheCat.xml b/data/templates/npc/pet/14111-KatTheCat.xml new file mode 100644 index 000000000..32c56c9c7 --- /dev/null +++ b/data/templates/npc/pet/14111-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14112-KatTheCat.xml b/data/templates/npc/pet/14112-KatTheCat.xml new file mode 100644 index 000000000..7161080fe --- /dev/null +++ b/data/templates/npc/pet/14112-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14113-KatTheCat.xml b/data/templates/npc/pet/14113-KatTheCat.xml new file mode 100644 index 000000000..2db720571 --- /dev/null +++ b/data/templates/npc/pet/14113-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14114-KatTheCat.xml b/data/templates/npc/pet/14114-KatTheCat.xml new file mode 100644 index 000000000..3187054ca --- /dev/null +++ b/data/templates/npc/pet/14114-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14115-KatTheCat.xml b/data/templates/npc/pet/14115-KatTheCat.xml new file mode 100644 index 000000000..009fa90f0 --- /dev/null +++ b/data/templates/npc/pet/14115-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14116-KatTheCat.xml b/data/templates/npc/pet/14116-KatTheCat.xml new file mode 100644 index 000000000..8802bf752 --- /dev/null +++ b/data/templates/npc/pet/14116-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14117-KatTheCat.xml b/data/templates/npc/pet/14117-KatTheCat.xml new file mode 100644 index 000000000..67de8894c --- /dev/null +++ b/data/templates/npc/pet/14117-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14118-KatTheCat.xml b/data/templates/npc/pet/14118-KatTheCat.xml new file mode 100644 index 000000000..1de80971b --- /dev/null +++ b/data/templates/npc/pet/14118-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14119-KatTheCat.xml b/data/templates/npc/pet/14119-KatTheCat.xml new file mode 100644 index 000000000..19bea1d9d --- /dev/null +++ b/data/templates/npc/pet/14119-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14120-KatTheCat.xml b/data/templates/npc/pet/14120-KatTheCat.xml new file mode 100644 index 000000000..13ccfbedd --- /dev/null +++ b/data/templates/npc/pet/14120-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14121-KatTheCat.xml b/data/templates/npc/pet/14121-KatTheCat.xml new file mode 100644 index 000000000..bd5fafdb2 --- /dev/null +++ b/data/templates/npc/pet/14121-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14122-KatTheCat.xml b/data/templates/npc/pet/14122-KatTheCat.xml new file mode 100644 index 000000000..f3041ccc1 --- /dev/null +++ b/data/templates/npc/pet/14122-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14123-KatTheCat.xml b/data/templates/npc/pet/14123-KatTheCat.xml new file mode 100644 index 000000000..a4f73a742 --- /dev/null +++ b/data/templates/npc/pet/14123-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14124-KatTheCat.xml b/data/templates/npc/pet/14124-KatTheCat.xml new file mode 100644 index 000000000..9c460f908 --- /dev/null +++ b/data/templates/npc/pet/14124-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14125-KatTheCat.xml b/data/templates/npc/pet/14125-KatTheCat.xml new file mode 100644 index 000000000..c191c73a7 --- /dev/null +++ b/data/templates/npc/pet/14125-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14126-KatTheCat.xml b/data/templates/npc/pet/14126-KatTheCat.xml new file mode 100644 index 000000000..9f4f5024d --- /dev/null +++ b/data/templates/npc/pet/14126-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14127-KatTheCat.xml b/data/templates/npc/pet/14127-KatTheCat.xml new file mode 100644 index 000000000..946dff346 --- /dev/null +++ b/data/templates/npc/pet/14127-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14128-KatTheCat.xml b/data/templates/npc/pet/14128-KatTheCat.xml new file mode 100644 index 000000000..5e946abd0 --- /dev/null +++ b/data/templates/npc/pet/14128-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14129-KatTheCat.xml b/data/templates/npc/pet/14129-KatTheCat.xml new file mode 100644 index 000000000..a3115c50b --- /dev/null +++ b/data/templates/npc/pet/14129-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14130-KatTheCat.xml b/data/templates/npc/pet/14130-KatTheCat.xml new file mode 100644 index 000000000..9039e6c5c --- /dev/null +++ b/data/templates/npc/pet/14130-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14131-KatTheCat.xml b/data/templates/npc/pet/14131-KatTheCat.xml new file mode 100644 index 000000000..b46b40ba4 --- /dev/null +++ b/data/templates/npc/pet/14131-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14132-KatTheCat.xml b/data/templates/npc/pet/14132-KatTheCat.xml new file mode 100644 index 000000000..da11756a2 --- /dev/null +++ b/data/templates/npc/pet/14132-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14133-KatTheCat.xml b/data/templates/npc/pet/14133-KatTheCat.xml new file mode 100644 index 000000000..c483a476b --- /dev/null +++ b/data/templates/npc/pet/14133-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14134-KatTheCat.xml b/data/templates/npc/pet/14134-KatTheCat.xml new file mode 100644 index 000000000..a84168fd0 --- /dev/null +++ b/data/templates/npc/pet/14134-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14135-KatTheCat.xml b/data/templates/npc/pet/14135-KatTheCat.xml new file mode 100644 index 000000000..ccd6166e5 --- /dev/null +++ b/data/templates/npc/pet/14135-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14136-KatTheCat.xml b/data/templates/npc/pet/14136-KatTheCat.xml new file mode 100644 index 000000000..1fc13b055 --- /dev/null +++ b/data/templates/npc/pet/14136-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14137-KatTheCat.xml b/data/templates/npc/pet/14137-KatTheCat.xml new file mode 100644 index 000000000..5e72600ca --- /dev/null +++ b/data/templates/npc/pet/14137-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14138-KatTheCat.xml b/data/templates/npc/pet/14138-KatTheCat.xml new file mode 100644 index 000000000..826e64728 --- /dev/null +++ b/data/templates/npc/pet/14138-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14139-KatTheCat.xml b/data/templates/npc/pet/14139-KatTheCat.xml new file mode 100644 index 000000000..e17e8b9b2 --- /dev/null +++ b/data/templates/npc/pet/14139-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14140-KatTheCat.xml b/data/templates/npc/pet/14140-KatTheCat.xml new file mode 100644 index 000000000..2863dde99 --- /dev/null +++ b/data/templates/npc/pet/14140-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14141-KatTheCat.xml b/data/templates/npc/pet/14141-KatTheCat.xml new file mode 100644 index 000000000..8492e30ef --- /dev/null +++ b/data/templates/npc/pet/14141-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14142-KatTheCat.xml b/data/templates/npc/pet/14142-KatTheCat.xml new file mode 100644 index 000000000..360b2672a --- /dev/null +++ b/data/templates/npc/pet/14142-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14143-KatTheCat.xml b/data/templates/npc/pet/14143-KatTheCat.xml new file mode 100644 index 000000000..3f478244f --- /dev/null +++ b/data/templates/npc/pet/14143-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14144-KatTheCat.xml b/data/templates/npc/pet/14144-KatTheCat.xml new file mode 100644 index 000000000..7f9fbfb45 --- /dev/null +++ b/data/templates/npc/pet/14144-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14145-KatTheCat.xml b/data/templates/npc/pet/14145-KatTheCat.xml new file mode 100644 index 000000000..73174ab52 --- /dev/null +++ b/data/templates/npc/pet/14145-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14146-KatTheCat.xml b/data/templates/npc/pet/14146-KatTheCat.xml new file mode 100644 index 000000000..5c7d64254 --- /dev/null +++ b/data/templates/npc/pet/14146-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14147-KatTheCat.xml b/data/templates/npc/pet/14147-KatTheCat.xml new file mode 100644 index 000000000..8c8b2cf36 --- /dev/null +++ b/data/templates/npc/pet/14147-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14148-KatTheCat.xml b/data/templates/npc/pet/14148-KatTheCat.xml new file mode 100644 index 000000000..09dd0dbba --- /dev/null +++ b/data/templates/npc/pet/14148-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14149-KatTheCat.xml b/data/templates/npc/pet/14149-KatTheCat.xml new file mode 100644 index 000000000..cedd8211e --- /dev/null +++ b/data/templates/npc/pet/14149-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14150-KatTheCat.xml b/data/templates/npc/pet/14150-KatTheCat.xml new file mode 100644 index 000000000..eef51d70c --- /dev/null +++ b/data/templates/npc/pet/14150-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14151-KatTheCat.xml b/data/templates/npc/pet/14151-KatTheCat.xml new file mode 100644 index 000000000..df5dab040 --- /dev/null +++ b/data/templates/npc/pet/14151-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14152-KatTheCat.xml b/data/templates/npc/pet/14152-KatTheCat.xml new file mode 100644 index 000000000..c9ff21ce8 --- /dev/null +++ b/data/templates/npc/pet/14152-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14153-KatTheCat.xml b/data/templates/npc/pet/14153-KatTheCat.xml new file mode 100644 index 000000000..9f12e8bd0 --- /dev/null +++ b/data/templates/npc/pet/14153-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14154-KatTheCat.xml b/data/templates/npc/pet/14154-KatTheCat.xml new file mode 100644 index 000000000..84dc0998e --- /dev/null +++ b/data/templates/npc/pet/14154-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14155-KatTheCat.xml b/data/templates/npc/pet/14155-KatTheCat.xml new file mode 100644 index 000000000..ae097a8dc --- /dev/null +++ b/data/templates/npc/pet/14155-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14156-KatTheCat.xml b/data/templates/npc/pet/14156-KatTheCat.xml new file mode 100644 index 000000000..99bc88a4a --- /dev/null +++ b/data/templates/npc/pet/14156-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14157-KatTheCat.xml b/data/templates/npc/pet/14157-KatTheCat.xml new file mode 100644 index 000000000..29e8654c2 --- /dev/null +++ b/data/templates/npc/pet/14157-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14158-KatTheCat.xml b/data/templates/npc/pet/14158-KatTheCat.xml new file mode 100644 index 000000000..16cd414f2 --- /dev/null +++ b/data/templates/npc/pet/14158-KatTheCat.xml @@ -0,0 +1,25 @@ + + + + Kat the Cat + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14159-MewTheCat.xml b/data/templates/npc/pet/14159-MewTheCat.xml new file mode 100644 index 000000000..e955d6038 --- /dev/null +++ b/data/templates/npc/pet/14159-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 22 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14160-MewTheCat.xml b/data/templates/npc/pet/14160-MewTheCat.xml new file mode 100644 index 000000000..e89f917e1 --- /dev/null +++ b/data/templates/npc/pet/14160-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 27 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14161-MewTheCat.xml b/data/templates/npc/pet/14161-MewTheCat.xml new file mode 100644 index 000000000..94e1e7b01 --- /dev/null +++ b/data/templates/npc/pet/14161-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 32 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14162-MewTheCat.xml b/data/templates/npc/pet/14162-MewTheCat.xml new file mode 100644 index 000000000..94144280b --- /dev/null +++ b/data/templates/npc/pet/14162-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 37 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14163-MewTheCat.xml b/data/templates/npc/pet/14163-MewTheCat.xml new file mode 100644 index 000000000..5e0d1971e --- /dev/null +++ b/data/templates/npc/pet/14163-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 42 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14164-MewTheCat.xml b/data/templates/npc/pet/14164-MewTheCat.xml new file mode 100644 index 000000000..3c11cd557 --- /dev/null +++ b/data/templates/npc/pet/14164-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 46 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14165-MewTheCat.xml b/data/templates/npc/pet/14165-MewTheCat.xml new file mode 100644 index 000000000..0fd7d2518 --- /dev/null +++ b/data/templates/npc/pet/14165-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 50 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14166-MewTheCat.xml b/data/templates/npc/pet/14166-MewTheCat.xml new file mode 100644 index 000000000..03eeb6ff2 --- /dev/null +++ b/data/templates/npc/pet/14166-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 54 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14167-MewTheCat.xml b/data/templates/npc/pet/14167-MewTheCat.xml new file mode 100644 index 000000000..528a6b8b9 --- /dev/null +++ b/data/templates/npc/pet/14167-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 58 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14168-MewTheCat.xml b/data/templates/npc/pet/14168-MewTheCat.xml new file mode 100644 index 000000000..f8c993c4e --- /dev/null +++ b/data/templates/npc/pet/14168-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 60 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14169-MewTheCat.xml b/data/templates/npc/pet/14169-MewTheCat.xml new file mode 100644 index 000000000..9617d7a77 --- /dev/null +++ b/data/templates/npc/pet/14169-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 62 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14170-MewTheCat.xml b/data/templates/npc/pet/14170-MewTheCat.xml new file mode 100644 index 000000000..27530b5f8 --- /dev/null +++ b/data/templates/npc/pet/14170-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 64 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14171-MewTheCat.xml b/data/templates/npc/pet/14171-MewTheCat.xml new file mode 100644 index 000000000..ad0f14530 --- /dev/null +++ b/data/templates/npc/pet/14171-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 66 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14172-MewTheCat.xml b/data/templates/npc/pet/14172-MewTheCat.xml new file mode 100644 index 000000000..013b4f999 --- /dev/null +++ b/data/templates/npc/pet/14172-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 68 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14173-MewTheCat.xml b/data/templates/npc/pet/14173-MewTheCat.xml new file mode 100644 index 000000000..c1130a994 --- /dev/null +++ b/data/templates/npc/pet/14173-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14174-MewTheCat.xml b/data/templates/npc/pet/14174-MewTheCat.xml new file mode 100644 index 000000000..a80fd6b8e --- /dev/null +++ b/data/templates/npc/pet/14174-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 72 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14175-MewTheCat.xml b/data/templates/npc/pet/14175-MewTheCat.xml new file mode 100644 index 000000000..4bba0c7e5 --- /dev/null +++ b/data/templates/npc/pet/14175-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 74 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14176-MewTheCat.xml b/data/templates/npc/pet/14176-MewTheCat.xml new file mode 100644 index 000000000..6bf07e299 --- /dev/null +++ b/data/templates/npc/pet/14176-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14177-MewTheCat.xml b/data/templates/npc/pet/14177-MewTheCat.xml new file mode 100644 index 000000000..f42a24690 --- /dev/null +++ b/data/templates/npc/pet/14177-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14178-MewTheCat.xml b/data/templates/npc/pet/14178-MewTheCat.xml new file mode 100644 index 000000000..9edeaa319 --- /dev/null +++ b/data/templates/npc/pet/14178-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14179-MewTheCat.xml b/data/templates/npc/pet/14179-MewTheCat.xml new file mode 100644 index 000000000..da7cba9f9 --- /dev/null +++ b/data/templates/npc/pet/14179-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14180-MewTheCat.xml b/data/templates/npc/pet/14180-MewTheCat.xml new file mode 100644 index 000000000..f48c64b6c --- /dev/null +++ b/data/templates/npc/pet/14180-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14181-MewTheCat.xml b/data/templates/npc/pet/14181-MewTheCat.xml new file mode 100644 index 000000000..ef77bf6f4 --- /dev/null +++ b/data/templates/npc/pet/14181-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14182-MewTheCat.xml b/data/templates/npc/pet/14182-MewTheCat.xml new file mode 100644 index 000000000..47cbdb92f --- /dev/null +++ b/data/templates/npc/pet/14182-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14183-MewTheCat.xml b/data/templates/npc/pet/14183-MewTheCat.xml new file mode 100644 index 000000000..58e1fffa5 --- /dev/null +++ b/data/templates/npc/pet/14183-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14184-MewTheCat.xml b/data/templates/npc/pet/14184-MewTheCat.xml new file mode 100644 index 000000000..e9c3ba37f --- /dev/null +++ b/data/templates/npc/pet/14184-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14185-MewTheCat.xml b/data/templates/npc/pet/14185-MewTheCat.xml new file mode 100644 index 000000000..cfcce5f45 --- /dev/null +++ b/data/templates/npc/pet/14185-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14186-MewTheCat.xml b/data/templates/npc/pet/14186-MewTheCat.xml new file mode 100644 index 000000000..e67a2a402 --- /dev/null +++ b/data/templates/npc/pet/14186-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14187-MewTheCat.xml b/data/templates/npc/pet/14187-MewTheCat.xml new file mode 100644 index 000000000..86fb9ec14 --- /dev/null +++ b/data/templates/npc/pet/14187-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14188-MewTheCat.xml b/data/templates/npc/pet/14188-MewTheCat.xml new file mode 100644 index 000000000..ae1f58c07 --- /dev/null +++ b/data/templates/npc/pet/14188-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14189-MewTheCat.xml b/data/templates/npc/pet/14189-MewTheCat.xml new file mode 100644 index 000000000..d9d05704e --- /dev/null +++ b/data/templates/npc/pet/14189-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14190-MewTheCat.xml b/data/templates/npc/pet/14190-MewTheCat.xml new file mode 100644 index 000000000..9272b9735 --- /dev/null +++ b/data/templates/npc/pet/14190-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14191-MewTheCat.xml b/data/templates/npc/pet/14191-MewTheCat.xml new file mode 100644 index 000000000..bf68016f4 --- /dev/null +++ b/data/templates/npc/pet/14191-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14192-MewTheCat.xml b/data/templates/npc/pet/14192-MewTheCat.xml new file mode 100644 index 000000000..b01d604af --- /dev/null +++ b/data/templates/npc/pet/14192-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14193-MewTheCat.xml b/data/templates/npc/pet/14193-MewTheCat.xml new file mode 100644 index 000000000..df7497612 --- /dev/null +++ b/data/templates/npc/pet/14193-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14194-MewTheCat.xml b/data/templates/npc/pet/14194-MewTheCat.xml new file mode 100644 index 000000000..066b9e21d --- /dev/null +++ b/data/templates/npc/pet/14194-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14195-MewTheCat.xml b/data/templates/npc/pet/14195-MewTheCat.xml new file mode 100644 index 000000000..44b897529 --- /dev/null +++ b/data/templates/npc/pet/14195-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14196-MewTheCat.xml b/data/templates/npc/pet/14196-MewTheCat.xml new file mode 100644 index 000000000..33814b61f --- /dev/null +++ b/data/templates/npc/pet/14196-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14197-MewTheCat.xml b/data/templates/npc/pet/14197-MewTheCat.xml new file mode 100644 index 000000000..c96cd7151 --- /dev/null +++ b/data/templates/npc/pet/14197-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14198-MewTheCat.xml b/data/templates/npc/pet/14198-MewTheCat.xml new file mode 100644 index 000000000..eb34ded40 --- /dev/null +++ b/data/templates/npc/pet/14198-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14199-MewTheCat.xml b/data/templates/npc/pet/14199-MewTheCat.xml new file mode 100644 index 000000000..ca5980181 --- /dev/null +++ b/data/templates/npc/pet/14199-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14200-MewTheCat.xml b/data/templates/npc/pet/14200-MewTheCat.xml new file mode 100644 index 000000000..d3de6aac0 --- /dev/null +++ b/data/templates/npc/pet/14200-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14201-MewTheCat.xml b/data/templates/npc/pet/14201-MewTheCat.xml new file mode 100644 index 000000000..10870df5a --- /dev/null +++ b/data/templates/npc/pet/14201-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14202-MewTheCat.xml b/data/templates/npc/pet/14202-MewTheCat.xml new file mode 100644 index 000000000..85f19eea6 --- /dev/null +++ b/data/templates/npc/pet/14202-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14203-MewTheCat.xml b/data/templates/npc/pet/14203-MewTheCat.xml new file mode 100644 index 000000000..65baa7bd5 --- /dev/null +++ b/data/templates/npc/pet/14203-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14204-MewTheCat.xml b/data/templates/npc/pet/14204-MewTheCat.xml new file mode 100644 index 000000000..6c1476c67 --- /dev/null +++ b/data/templates/npc/pet/14204-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14205-MewTheCat.xml b/data/templates/npc/pet/14205-MewTheCat.xml new file mode 100644 index 000000000..bae61f220 --- /dev/null +++ b/data/templates/npc/pet/14205-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14206-MewTheCat.xml b/data/templates/npc/pet/14206-MewTheCat.xml new file mode 100644 index 000000000..f29877115 --- /dev/null +++ b/data/templates/npc/pet/14206-MewTheCat.xml @@ -0,0 +1,25 @@ + + + + Mew the Cat + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14207-KaiTheCat.xml b/data/templates/npc/pet/14207-KaiTheCat.xml new file mode 100644 index 000000000..5962b1cf6 --- /dev/null +++ b/data/templates/npc/pet/14207-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14208-KaiTheCat.xml b/data/templates/npc/pet/14208-KaiTheCat.xml new file mode 100644 index 000000000..8bf0b0972 --- /dev/null +++ b/data/templates/npc/pet/14208-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14209-KaiTheCat.xml b/data/templates/npc/pet/14209-KaiTheCat.xml new file mode 100644 index 000000000..26044e1e2 --- /dev/null +++ b/data/templates/npc/pet/14209-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14210-KaiTheCat.xml b/data/templates/npc/pet/14210-KaiTheCat.xml new file mode 100644 index 000000000..aff8883e8 --- /dev/null +++ b/data/templates/npc/pet/14210-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14211-KaiTheCat.xml b/data/templates/npc/pet/14211-KaiTheCat.xml new file mode 100644 index 000000000..7c1209014 --- /dev/null +++ b/data/templates/npc/pet/14211-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14212-KaiTheCat.xml b/data/templates/npc/pet/14212-KaiTheCat.xml new file mode 100644 index 000000000..a334e84a7 --- /dev/null +++ b/data/templates/npc/pet/14212-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14213-KaiTheCat.xml b/data/templates/npc/pet/14213-KaiTheCat.xml new file mode 100644 index 000000000..5367e4f38 --- /dev/null +++ b/data/templates/npc/pet/14213-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14214-KaiTheCat.xml b/data/templates/npc/pet/14214-KaiTheCat.xml new file mode 100644 index 000000000..98dfea397 --- /dev/null +++ b/data/templates/npc/pet/14214-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14215-KaiTheCat.xml b/data/templates/npc/pet/14215-KaiTheCat.xml new file mode 100644 index 000000000..9147cb5e0 --- /dev/null +++ b/data/templates/npc/pet/14215-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14216-KaiTheCat.xml b/data/templates/npc/pet/14216-KaiTheCat.xml new file mode 100644 index 000000000..5a23087ed --- /dev/null +++ b/data/templates/npc/pet/14216-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14217-KaiTheCat.xml b/data/templates/npc/pet/14217-KaiTheCat.xml new file mode 100644 index 000000000..e22a1b2f8 --- /dev/null +++ b/data/templates/npc/pet/14217-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14218-KaiTheCat.xml b/data/templates/npc/pet/14218-KaiTheCat.xml new file mode 100644 index 000000000..d55b2c56a --- /dev/null +++ b/data/templates/npc/pet/14218-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14219-KaiTheCat.xml b/data/templates/npc/pet/14219-KaiTheCat.xml new file mode 100644 index 000000000..c5c686439 --- /dev/null +++ b/data/templates/npc/pet/14219-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14220-KaiTheCat.xml b/data/templates/npc/pet/14220-KaiTheCat.xml new file mode 100644 index 000000000..0ab5563dd --- /dev/null +++ b/data/templates/npc/pet/14220-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14221-KaiTheCat.xml b/data/templates/npc/pet/14221-KaiTheCat.xml new file mode 100644 index 000000000..3b1d2e4f1 --- /dev/null +++ b/data/templates/npc/pet/14221-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14222-KaiTheCat.xml b/data/templates/npc/pet/14222-KaiTheCat.xml new file mode 100644 index 000000000..20b1c506a --- /dev/null +++ b/data/templates/npc/pet/14222-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14223-KaiTheCat.xml b/data/templates/npc/pet/14223-KaiTheCat.xml new file mode 100644 index 000000000..5998741f3 --- /dev/null +++ b/data/templates/npc/pet/14223-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14224-KaiTheCat.xml b/data/templates/npc/pet/14224-KaiTheCat.xml new file mode 100644 index 000000000..e7013cf03 --- /dev/null +++ b/data/templates/npc/pet/14224-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14225-KaiTheCat.xml b/data/templates/npc/pet/14225-KaiTheCat.xml new file mode 100644 index 000000000..b5eb69695 --- /dev/null +++ b/data/templates/npc/pet/14225-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14226-KaiTheCat.xml b/data/templates/npc/pet/14226-KaiTheCat.xml new file mode 100644 index 000000000..8c77554cf --- /dev/null +++ b/data/templates/npc/pet/14226-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14227-KaiTheCat.xml b/data/templates/npc/pet/14227-KaiTheCat.xml new file mode 100644 index 000000000..07c4cdc4e --- /dev/null +++ b/data/templates/npc/pet/14227-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14228-KaiTheCat.xml b/data/templates/npc/pet/14228-KaiTheCat.xml new file mode 100644 index 000000000..01c3fc385 --- /dev/null +++ b/data/templates/npc/pet/14228-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14229-KaiTheCat.xml b/data/templates/npc/pet/14229-KaiTheCat.xml new file mode 100644 index 000000000..9b42e4531 --- /dev/null +++ b/data/templates/npc/pet/14229-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14230-KaiTheCat.xml b/data/templates/npc/pet/14230-KaiTheCat.xml new file mode 100644 index 000000000..6b34ea454 --- /dev/null +++ b/data/templates/npc/pet/14230-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14231-KaiTheCat.xml b/data/templates/npc/pet/14231-KaiTheCat.xml new file mode 100644 index 000000000..520bd0a6a --- /dev/null +++ b/data/templates/npc/pet/14231-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14232-KaiTheCat.xml b/data/templates/npc/pet/14232-KaiTheCat.xml new file mode 100644 index 000000000..a86a6eed1 --- /dev/null +++ b/data/templates/npc/pet/14232-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14233-KaiTheCat.xml b/data/templates/npc/pet/14233-KaiTheCat.xml new file mode 100644 index 000000000..82d60cc4e --- /dev/null +++ b/data/templates/npc/pet/14233-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14234-KaiTheCat.xml b/data/templates/npc/pet/14234-KaiTheCat.xml new file mode 100644 index 000000000..9f6515942 --- /dev/null +++ b/data/templates/npc/pet/14234-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14235-KaiTheCat.xml b/data/templates/npc/pet/14235-KaiTheCat.xml new file mode 100644 index 000000000..a44305940 --- /dev/null +++ b/data/templates/npc/pet/14235-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14236-KaiTheCat.xml b/data/templates/npc/pet/14236-KaiTheCat.xml new file mode 100644 index 000000000..7ce46a52a --- /dev/null +++ b/data/templates/npc/pet/14236-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14237-KaiTheCat.xml b/data/templates/npc/pet/14237-KaiTheCat.xml new file mode 100644 index 000000000..c1fd2b8aa --- /dev/null +++ b/data/templates/npc/pet/14237-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14238-KaiTheCat.xml b/data/templates/npc/pet/14238-KaiTheCat.xml new file mode 100644 index 000000000..e3ae5e256 --- /dev/null +++ b/data/templates/npc/pet/14238-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14239-KaiTheCat.xml b/data/templates/npc/pet/14239-KaiTheCat.xml new file mode 100644 index 000000000..31a693b3b --- /dev/null +++ b/data/templates/npc/pet/14239-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14240-KaiTheCat.xml b/data/templates/npc/pet/14240-KaiTheCat.xml new file mode 100644 index 000000000..afcc02b72 --- /dev/null +++ b/data/templates/npc/pet/14240-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14241-KaiTheCat.xml b/data/templates/npc/pet/14241-KaiTheCat.xml new file mode 100644 index 000000000..23e5e5edf --- /dev/null +++ b/data/templates/npc/pet/14241-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14242-KaiTheCat.xml b/data/templates/npc/pet/14242-KaiTheCat.xml new file mode 100644 index 000000000..1201abeae --- /dev/null +++ b/data/templates/npc/pet/14242-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14243-KaiTheCat.xml b/data/templates/npc/pet/14243-KaiTheCat.xml new file mode 100644 index 000000000..ec09a3bbf --- /dev/null +++ b/data/templates/npc/pet/14243-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14244-KaiTheCat.xml b/data/templates/npc/pet/14244-KaiTheCat.xml new file mode 100644 index 000000000..bedac170b --- /dev/null +++ b/data/templates/npc/pet/14244-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14245-KaiTheCat.xml b/data/templates/npc/pet/14245-KaiTheCat.xml new file mode 100644 index 000000000..f9f2eb80a --- /dev/null +++ b/data/templates/npc/pet/14245-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14246-KaiTheCat.xml b/data/templates/npc/pet/14246-KaiTheCat.xml new file mode 100644 index 000000000..9f087749d --- /dev/null +++ b/data/templates/npc/pet/14246-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14247-KaiTheCat.xml b/data/templates/npc/pet/14247-KaiTheCat.xml new file mode 100644 index 000000000..8d21501cd --- /dev/null +++ b/data/templates/npc/pet/14247-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14248-KaiTheCat.xml b/data/templates/npc/pet/14248-KaiTheCat.xml new file mode 100644 index 000000000..e814d1534 --- /dev/null +++ b/data/templates/npc/pet/14248-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14249-KaiTheCat.xml b/data/templates/npc/pet/14249-KaiTheCat.xml new file mode 100644 index 000000000..74d081688 --- /dev/null +++ b/data/templates/npc/pet/14249-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14250-KaiTheCat.xml b/data/templates/npc/pet/14250-KaiTheCat.xml new file mode 100644 index 000000000..c35c04b4c --- /dev/null +++ b/data/templates/npc/pet/14250-KaiTheCat.xml @@ -0,0 +1,25 @@ + + + + Kai the Cat + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14251-FelineQueen.xml b/data/templates/npc/pet/14251-FelineQueen.xml new file mode 100644 index 000000000..1776b30f3 --- /dev/null +++ b/data/templates/npc/pet/14251-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 58 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14252-FelineQueen.xml b/data/templates/npc/pet/14252-FelineQueen.xml new file mode 100644 index 000000000..803d80b64 --- /dev/null +++ b/data/templates/npc/pet/14252-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 60 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14253-FelineQueen.xml b/data/templates/npc/pet/14253-FelineQueen.xml new file mode 100644 index 000000000..f32cf83da --- /dev/null +++ b/data/templates/npc/pet/14253-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 62 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14254-FelineQueen.xml b/data/templates/npc/pet/14254-FelineQueen.xml new file mode 100644 index 000000000..49b694eb6 --- /dev/null +++ b/data/templates/npc/pet/14254-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 64 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14255-FelineQueen.xml b/data/templates/npc/pet/14255-FelineQueen.xml new file mode 100644 index 000000000..557d26e59 --- /dev/null +++ b/data/templates/npc/pet/14255-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 66 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14256-FelineQueen.xml b/data/templates/npc/pet/14256-FelineQueen.xml new file mode 100644 index 000000000..de9048f4f --- /dev/null +++ b/data/templates/npc/pet/14256-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 68 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14257-FelineQueen.xml b/data/templates/npc/pet/14257-FelineQueen.xml new file mode 100644 index 000000000..39ff44f22 --- /dev/null +++ b/data/templates/npc/pet/14257-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14258-FelineQueen.xml b/data/templates/npc/pet/14258-FelineQueen.xml new file mode 100644 index 000000000..aed437b4a --- /dev/null +++ b/data/templates/npc/pet/14258-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 72 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14259-FelineQueen.xml b/data/templates/npc/pet/14259-FelineQueen.xml new file mode 100644 index 000000000..d5e4482d4 --- /dev/null +++ b/data/templates/npc/pet/14259-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 74 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14260-FelineQueen.xml b/data/templates/npc/pet/14260-FelineQueen.xml new file mode 100644 index 000000000..7db78d997 --- /dev/null +++ b/data/templates/npc/pet/14260-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14265-FelineQueen.xml b/data/templates/npc/pet/14265-FelineQueen.xml new file mode 100644 index 000000000..f58fbc357 --- /dev/null +++ b/data/templates/npc/pet/14265-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14266-FelineQueen.xml b/data/templates/npc/pet/14266-FelineQueen.xml new file mode 100644 index 000000000..f94125458 --- /dev/null +++ b/data/templates/npc/pet/14266-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14267-FelineQueen.xml b/data/templates/npc/pet/14267-FelineQueen.xml new file mode 100644 index 000000000..ac8236454 --- /dev/null +++ b/data/templates/npc/pet/14267-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14268-FelineQueen.xml b/data/templates/npc/pet/14268-FelineQueen.xml new file mode 100644 index 000000000..dda6738c1 --- /dev/null +++ b/data/templates/npc/pet/14268-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14269-FelineQueen.xml b/data/templates/npc/pet/14269-FelineQueen.xml new file mode 100644 index 000000000..fbeef8770 --- /dev/null +++ b/data/templates/npc/pet/14269-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14270-FelineQueen.xml b/data/templates/npc/pet/14270-FelineQueen.xml new file mode 100644 index 000000000..64025006c --- /dev/null +++ b/data/templates/npc/pet/14270-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14271-FelineQueen.xml b/data/templates/npc/pet/14271-FelineQueen.xml new file mode 100644 index 000000000..359b7d41c --- /dev/null +++ b/data/templates/npc/pet/14271-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14272-FelineQueen.xml b/data/templates/npc/pet/14272-FelineQueen.xml new file mode 100644 index 000000000..adc0339de --- /dev/null +++ b/data/templates/npc/pet/14272-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14273-FelineQueen.xml b/data/templates/npc/pet/14273-FelineQueen.xml new file mode 100644 index 000000000..2ca545a0b --- /dev/null +++ b/data/templates/npc/pet/14273-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14274-FelineQueen.xml b/data/templates/npc/pet/14274-FelineQueen.xml new file mode 100644 index 000000000..0337e3794 --- /dev/null +++ b/data/templates/npc/pet/14274-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14275-FelineQueen.xml b/data/templates/npc/pet/14275-FelineQueen.xml new file mode 100644 index 000000000..6f09c503f --- /dev/null +++ b/data/templates/npc/pet/14275-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14276-FelineQueen.xml b/data/templates/npc/pet/14276-FelineQueen.xml new file mode 100644 index 000000000..1b5aefd70 --- /dev/null +++ b/data/templates/npc/pet/14276-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14277-FelineQueen.xml b/data/templates/npc/pet/14277-FelineQueen.xml new file mode 100644 index 000000000..9ac21883b --- /dev/null +++ b/data/templates/npc/pet/14277-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14278-FelineQueen.xml b/data/templates/npc/pet/14278-FelineQueen.xml new file mode 100644 index 000000000..b8427e671 --- /dev/null +++ b/data/templates/npc/pet/14278-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14279-FelineQueen.xml b/data/templates/npc/pet/14279-FelineQueen.xml new file mode 100644 index 000000000..b4885f4e0 --- /dev/null +++ b/data/templates/npc/pet/14279-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14280-FelineQueen.xml b/data/templates/npc/pet/14280-FelineQueen.xml new file mode 100644 index 000000000..f88cc5b9c --- /dev/null +++ b/data/templates/npc/pet/14280-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14281-FelineQueen.xml b/data/templates/npc/pet/14281-FelineQueen.xml new file mode 100644 index 000000000..9553f9f2f --- /dev/null +++ b/data/templates/npc/pet/14281-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14282-FelineQueen.xml b/data/templates/npc/pet/14282-FelineQueen.xml new file mode 100644 index 000000000..1d094b6f0 --- /dev/null +++ b/data/templates/npc/pet/14282-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14283-FelineQueen.xml b/data/templates/npc/pet/14283-FelineQueen.xml new file mode 100644 index 000000000..01bcc0bf6 --- /dev/null +++ b/data/templates/npc/pet/14283-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14284-FelineQueen.xml b/data/templates/npc/pet/14284-FelineQueen.xml new file mode 100644 index 000000000..b4b2e128e --- /dev/null +++ b/data/templates/npc/pet/14284-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14285-FelineQueen.xml b/data/templates/npc/pet/14285-FelineQueen.xml new file mode 100644 index 000000000..ca921d223 --- /dev/null +++ b/data/templates/npc/pet/14285-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14286-FelineQueen.xml b/data/templates/npc/pet/14286-FelineQueen.xml new file mode 100644 index 000000000..ad0929dda --- /dev/null +++ b/data/templates/npc/pet/14286-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14287-FelineQueen.xml b/data/templates/npc/pet/14287-FelineQueen.xml new file mode 100644 index 000000000..26be919af --- /dev/null +++ b/data/templates/npc/pet/14287-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14288-FelineQueen.xml b/data/templates/npc/pet/14288-FelineQueen.xml new file mode 100644 index 000000000..3d98fa430 --- /dev/null +++ b/data/templates/npc/pet/14288-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14289-FelineQueen.xml b/data/templates/npc/pet/14289-FelineQueen.xml new file mode 100644 index 000000000..3ab894190 --- /dev/null +++ b/data/templates/npc/pet/14289-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14290-FelineQueen.xml b/data/templates/npc/pet/14290-FelineQueen.xml new file mode 100644 index 000000000..b967e1ed9 --- /dev/null +++ b/data/templates/npc/pet/14290-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14291-FelineQueen.xml b/data/templates/npc/pet/14291-FelineQueen.xml new file mode 100644 index 000000000..7c528badd --- /dev/null +++ b/data/templates/npc/pet/14291-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14292-FelineQueen.xml b/data/templates/npc/pet/14292-FelineQueen.xml new file mode 100644 index 000000000..eb95216d2 --- /dev/null +++ b/data/templates/npc/pet/14292-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14293-FelineQueen.xml b/data/templates/npc/pet/14293-FelineQueen.xml new file mode 100644 index 000000000..0dc14d06b --- /dev/null +++ b/data/templates/npc/pet/14293-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14294-FelineQueen.xml b/data/templates/npc/pet/14294-FelineQueen.xml new file mode 100644 index 000000000..7100a677e --- /dev/null +++ b/data/templates/npc/pet/14294-FelineQueen.xml @@ -0,0 +1,25 @@ + + + + Feline Queen + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14295-BoxerTheUnicorn.xml b/data/templates/npc/pet/14295-BoxerTheUnicorn.xml new file mode 100644 index 000000000..ebd9b0940 --- /dev/null +++ b/data/templates/npc/pet/14295-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14296-BoxerTheUnicorn.xml b/data/templates/npc/pet/14296-BoxerTheUnicorn.xml new file mode 100644 index 000000000..3feb185b4 --- /dev/null +++ b/data/templates/npc/pet/14296-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14297-BoxerTheUnicorn.xml b/data/templates/npc/pet/14297-BoxerTheUnicorn.xml new file mode 100644 index 000000000..e79f7775a --- /dev/null +++ b/data/templates/npc/pet/14297-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14298-BoxerTheUnicorn.xml b/data/templates/npc/pet/14298-BoxerTheUnicorn.xml new file mode 100644 index 000000000..7e3729445 --- /dev/null +++ b/data/templates/npc/pet/14298-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14299-BoxerTheUnicorn.xml b/data/templates/npc/pet/14299-BoxerTheUnicorn.xml new file mode 100644 index 000000000..8b21cc18f --- /dev/null +++ b/data/templates/npc/pet/14299-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14300-BoxerTheUnicorn.xml b/data/templates/npc/pet/14300-BoxerTheUnicorn.xml new file mode 100644 index 000000000..1d306d7f4 --- /dev/null +++ b/data/templates/npc/pet/14300-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14301-BoxerTheUnicorn.xml b/data/templates/npc/pet/14301-BoxerTheUnicorn.xml new file mode 100644 index 000000000..799069a7d --- /dev/null +++ b/data/templates/npc/pet/14301-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14302-BoxerTheUnicorn.xml b/data/templates/npc/pet/14302-BoxerTheUnicorn.xml new file mode 100644 index 000000000..51779e68f --- /dev/null +++ b/data/templates/npc/pet/14302-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14303-BoxerTheUnicorn.xml b/data/templates/npc/pet/14303-BoxerTheUnicorn.xml new file mode 100644 index 000000000..dc4fbc323 --- /dev/null +++ b/data/templates/npc/pet/14303-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14304-BoxerTheUnicorn.xml b/data/templates/npc/pet/14304-BoxerTheUnicorn.xml new file mode 100644 index 000000000..a95f81d39 --- /dev/null +++ b/data/templates/npc/pet/14304-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14305-BoxerTheUnicorn.xml b/data/templates/npc/pet/14305-BoxerTheUnicorn.xml new file mode 100644 index 000000000..22409a128 --- /dev/null +++ b/data/templates/npc/pet/14305-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14306-BoxerTheUnicorn.xml b/data/templates/npc/pet/14306-BoxerTheUnicorn.xml new file mode 100644 index 000000000..edcbc920a --- /dev/null +++ b/data/templates/npc/pet/14306-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14307-BoxerTheUnicorn.xml b/data/templates/npc/pet/14307-BoxerTheUnicorn.xml new file mode 100644 index 000000000..467193a8a --- /dev/null +++ b/data/templates/npc/pet/14307-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14308-BoxerTheUnicorn.xml b/data/templates/npc/pet/14308-BoxerTheUnicorn.xml new file mode 100644 index 000000000..813d66719 --- /dev/null +++ b/data/templates/npc/pet/14308-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14309-BoxerTheUnicorn.xml b/data/templates/npc/pet/14309-BoxerTheUnicorn.xml new file mode 100644 index 000000000..046175770 --- /dev/null +++ b/data/templates/npc/pet/14309-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14310-BoxerTheUnicorn.xml b/data/templates/npc/pet/14310-BoxerTheUnicorn.xml new file mode 100644 index 000000000..51f044f39 --- /dev/null +++ b/data/templates/npc/pet/14310-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14311-BoxerTheUnicorn.xml b/data/templates/npc/pet/14311-BoxerTheUnicorn.xml new file mode 100644 index 000000000..eb7a04ca1 --- /dev/null +++ b/data/templates/npc/pet/14311-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14312-BoxerTheUnicorn.xml b/data/templates/npc/pet/14312-BoxerTheUnicorn.xml new file mode 100644 index 000000000..f2d028b0d --- /dev/null +++ b/data/templates/npc/pet/14312-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14313-BoxerTheUnicorn.xml b/data/templates/npc/pet/14313-BoxerTheUnicorn.xml new file mode 100644 index 000000000..eaf544837 --- /dev/null +++ b/data/templates/npc/pet/14313-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14314-BoxerTheUnicorn.xml b/data/templates/npc/pet/14314-BoxerTheUnicorn.xml new file mode 100644 index 000000000..9bdb694a8 --- /dev/null +++ b/data/templates/npc/pet/14314-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14315-BoxerTheUnicorn.xml b/data/templates/npc/pet/14315-BoxerTheUnicorn.xml new file mode 100644 index 000000000..a5f968adc --- /dev/null +++ b/data/templates/npc/pet/14315-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14316-BoxerTheUnicorn.xml b/data/templates/npc/pet/14316-BoxerTheUnicorn.xml new file mode 100644 index 000000000..d4c09e5f7 --- /dev/null +++ b/data/templates/npc/pet/14316-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14317-BoxerTheUnicorn.xml b/data/templates/npc/pet/14317-BoxerTheUnicorn.xml new file mode 100644 index 000000000..55ec6fd11 --- /dev/null +++ b/data/templates/npc/pet/14317-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14318-BoxerTheUnicorn.xml b/data/templates/npc/pet/14318-BoxerTheUnicorn.xml new file mode 100644 index 000000000..94be6d716 --- /dev/null +++ b/data/templates/npc/pet/14318-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14319-BoxerTheUnicorn.xml b/data/templates/npc/pet/14319-BoxerTheUnicorn.xml new file mode 100644 index 000000000..634c54cf6 --- /dev/null +++ b/data/templates/npc/pet/14319-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14320-BoxerTheUnicorn.xml b/data/templates/npc/pet/14320-BoxerTheUnicorn.xml new file mode 100644 index 000000000..f92ab64df --- /dev/null +++ b/data/templates/npc/pet/14320-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14321-BoxerTheUnicorn.xml b/data/templates/npc/pet/14321-BoxerTheUnicorn.xml new file mode 100644 index 000000000..5af7dc9f1 --- /dev/null +++ b/data/templates/npc/pet/14321-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14322-BoxerTheUnicorn.xml b/data/templates/npc/pet/14322-BoxerTheUnicorn.xml new file mode 100644 index 000000000..dec7ca581 --- /dev/null +++ b/data/templates/npc/pet/14322-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14323-BoxerTheUnicorn.xml b/data/templates/npc/pet/14323-BoxerTheUnicorn.xml new file mode 100644 index 000000000..93aaaf66c --- /dev/null +++ b/data/templates/npc/pet/14323-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14324-BoxerTheUnicorn.xml b/data/templates/npc/pet/14324-BoxerTheUnicorn.xml new file mode 100644 index 000000000..226ef965a --- /dev/null +++ b/data/templates/npc/pet/14324-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14325-BoxerTheUnicorn.xml b/data/templates/npc/pet/14325-BoxerTheUnicorn.xml new file mode 100644 index 000000000..71dde630b --- /dev/null +++ b/data/templates/npc/pet/14325-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14326-BoxerTheUnicorn.xml b/data/templates/npc/pet/14326-BoxerTheUnicorn.xml new file mode 100644 index 000000000..cb3808a6e --- /dev/null +++ b/data/templates/npc/pet/14326-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14327-BoxerTheUnicorn.xml b/data/templates/npc/pet/14327-BoxerTheUnicorn.xml new file mode 100644 index 000000000..a04354035 --- /dev/null +++ b/data/templates/npc/pet/14327-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14328-BoxerTheUnicorn.xml b/data/templates/npc/pet/14328-BoxerTheUnicorn.xml new file mode 100644 index 000000000..b6a7923b0 --- /dev/null +++ b/data/templates/npc/pet/14328-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14329-BoxerTheUnicorn.xml b/data/templates/npc/pet/14329-BoxerTheUnicorn.xml new file mode 100644 index 000000000..1c46f9e35 --- /dev/null +++ b/data/templates/npc/pet/14329-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14330-BoxerTheUnicorn.xml b/data/templates/npc/pet/14330-BoxerTheUnicorn.xml new file mode 100644 index 000000000..47c1becfe --- /dev/null +++ b/data/templates/npc/pet/14330-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14331-BoxerTheUnicorn.xml b/data/templates/npc/pet/14331-BoxerTheUnicorn.xml new file mode 100644 index 000000000..7da0114b6 --- /dev/null +++ b/data/templates/npc/pet/14331-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14332-BoxerTheUnicorn.xml b/data/templates/npc/pet/14332-BoxerTheUnicorn.xml new file mode 100644 index 000000000..08acfa6ef --- /dev/null +++ b/data/templates/npc/pet/14332-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14333-BoxerTheUnicorn.xml b/data/templates/npc/pet/14333-BoxerTheUnicorn.xml new file mode 100644 index 000000000..7a95bba7f --- /dev/null +++ b/data/templates/npc/pet/14333-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14334-BoxerTheUnicorn.xml b/data/templates/npc/pet/14334-BoxerTheUnicorn.xml new file mode 100644 index 000000000..2b413b721 --- /dev/null +++ b/data/templates/npc/pet/14334-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14335-BoxerTheUnicorn.xml b/data/templates/npc/pet/14335-BoxerTheUnicorn.xml new file mode 100644 index 000000000..59e87b328 --- /dev/null +++ b/data/templates/npc/pet/14335-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14336-BoxerTheUnicorn.xml b/data/templates/npc/pet/14336-BoxerTheUnicorn.xml new file mode 100644 index 000000000..cff8b8113 --- /dev/null +++ b/data/templates/npc/pet/14336-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14337-BoxerTheUnicorn.xml b/data/templates/npc/pet/14337-BoxerTheUnicorn.xml new file mode 100644 index 000000000..c6d6acc7d --- /dev/null +++ b/data/templates/npc/pet/14337-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14338-BoxerTheUnicorn.xml b/data/templates/npc/pet/14338-BoxerTheUnicorn.xml new file mode 100644 index 000000000..fa1ddbf32 --- /dev/null +++ b/data/templates/npc/pet/14338-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14339-BoxerTheUnicorn.xml b/data/templates/npc/pet/14339-BoxerTheUnicorn.xml new file mode 100644 index 000000000..bda7214b4 --- /dev/null +++ b/data/templates/npc/pet/14339-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14340-BoxerTheUnicorn.xml b/data/templates/npc/pet/14340-BoxerTheUnicorn.xml new file mode 100644 index 000000000..c3388afa5 --- /dev/null +++ b/data/templates/npc/pet/14340-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14341-BoxerTheUnicorn.xml b/data/templates/npc/pet/14341-BoxerTheUnicorn.xml new file mode 100644 index 000000000..d792b52a7 --- /dev/null +++ b/data/templates/npc/pet/14341-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14342-BoxerTheUnicorn.xml b/data/templates/npc/pet/14342-BoxerTheUnicorn.xml new file mode 100644 index 000000000..2399b866a --- /dev/null +++ b/data/templates/npc/pet/14342-BoxerTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Boxer the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14343-MirageTheUnicorn.xml b/data/templates/npc/pet/14343-MirageTheUnicorn.xml new file mode 100644 index 000000000..8df842bc1 --- /dev/null +++ b/data/templates/npc/pet/14343-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14344-MirageTheUnicorn.xml b/data/templates/npc/pet/14344-MirageTheUnicorn.xml new file mode 100644 index 000000000..2cf195243 --- /dev/null +++ b/data/templates/npc/pet/14344-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14345-MirageTheUnicorn.xml b/data/templates/npc/pet/14345-MirageTheUnicorn.xml new file mode 100644 index 000000000..704404058 --- /dev/null +++ b/data/templates/npc/pet/14345-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14346-MirageTheUnicorn.xml b/data/templates/npc/pet/14346-MirageTheUnicorn.xml new file mode 100644 index 000000000..75d80a87c --- /dev/null +++ b/data/templates/npc/pet/14346-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14347-MirageTheUnicorn.xml b/data/templates/npc/pet/14347-MirageTheUnicorn.xml new file mode 100644 index 000000000..8a291bad0 --- /dev/null +++ b/data/templates/npc/pet/14347-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14348-MirageTheUnicorn.xml b/data/templates/npc/pet/14348-MirageTheUnicorn.xml new file mode 100644 index 000000000..1b83ad767 --- /dev/null +++ b/data/templates/npc/pet/14348-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14349-MirageTheUnicorn.xml b/data/templates/npc/pet/14349-MirageTheUnicorn.xml new file mode 100644 index 000000000..83add0f5f --- /dev/null +++ b/data/templates/npc/pet/14349-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14350-MirageTheUnicorn.xml b/data/templates/npc/pet/14350-MirageTheUnicorn.xml new file mode 100644 index 000000000..da039cd4b --- /dev/null +++ b/data/templates/npc/pet/14350-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14351-MirageTheUnicorn.xml b/data/templates/npc/pet/14351-MirageTheUnicorn.xml new file mode 100644 index 000000000..47c90c303 --- /dev/null +++ b/data/templates/npc/pet/14351-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14352-MirageTheUnicorn.xml b/data/templates/npc/pet/14352-MirageTheUnicorn.xml new file mode 100644 index 000000000..64501f41a --- /dev/null +++ b/data/templates/npc/pet/14352-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14353-MirageTheUnicorn.xml b/data/templates/npc/pet/14353-MirageTheUnicorn.xml new file mode 100644 index 000000000..e6dc130b1 --- /dev/null +++ b/data/templates/npc/pet/14353-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14354-MirageTheUnicorn.xml b/data/templates/npc/pet/14354-MirageTheUnicorn.xml new file mode 100644 index 000000000..7d7fbbfbd --- /dev/null +++ b/data/templates/npc/pet/14354-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14355-MirageTheUnicorn.xml b/data/templates/npc/pet/14355-MirageTheUnicorn.xml new file mode 100644 index 000000000..94f14a7c2 --- /dev/null +++ b/data/templates/npc/pet/14355-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14356-MirageTheUnicorn.xml b/data/templates/npc/pet/14356-MirageTheUnicorn.xml new file mode 100644 index 000000000..0fdd00371 --- /dev/null +++ b/data/templates/npc/pet/14356-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14357-MirageTheUnicorn.xml b/data/templates/npc/pet/14357-MirageTheUnicorn.xml new file mode 100644 index 000000000..b5459f990 --- /dev/null +++ b/data/templates/npc/pet/14357-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14358-MirageTheUnicorn.xml b/data/templates/npc/pet/14358-MirageTheUnicorn.xml new file mode 100644 index 000000000..3d20d0b36 --- /dev/null +++ b/data/templates/npc/pet/14358-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14359-MirageTheUnicorn.xml b/data/templates/npc/pet/14359-MirageTheUnicorn.xml new file mode 100644 index 000000000..36112d238 --- /dev/null +++ b/data/templates/npc/pet/14359-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14360-MirageTheUnicorn.xml b/data/templates/npc/pet/14360-MirageTheUnicorn.xml new file mode 100644 index 000000000..bb2045739 --- /dev/null +++ b/data/templates/npc/pet/14360-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14361-MirageTheUnicorn.xml b/data/templates/npc/pet/14361-MirageTheUnicorn.xml new file mode 100644 index 000000000..b7b0624a4 --- /dev/null +++ b/data/templates/npc/pet/14361-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14362-MirageTheUnicorn.xml b/data/templates/npc/pet/14362-MirageTheUnicorn.xml new file mode 100644 index 000000000..07c77a723 --- /dev/null +++ b/data/templates/npc/pet/14362-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14363-MirageTheUnicorn.xml b/data/templates/npc/pet/14363-MirageTheUnicorn.xml new file mode 100644 index 000000000..ea8a1b52f --- /dev/null +++ b/data/templates/npc/pet/14363-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14364-MirageTheUnicorn.xml b/data/templates/npc/pet/14364-MirageTheUnicorn.xml new file mode 100644 index 000000000..9b26508f0 --- /dev/null +++ b/data/templates/npc/pet/14364-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14365-MirageTheUnicorn.xml b/data/templates/npc/pet/14365-MirageTheUnicorn.xml new file mode 100644 index 000000000..b4be42638 --- /dev/null +++ b/data/templates/npc/pet/14365-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14366-MirageTheUnicorn.xml b/data/templates/npc/pet/14366-MirageTheUnicorn.xml new file mode 100644 index 000000000..77f8cf294 --- /dev/null +++ b/data/templates/npc/pet/14366-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14367-MirageTheUnicorn.xml b/data/templates/npc/pet/14367-MirageTheUnicorn.xml new file mode 100644 index 000000000..caa4f8881 --- /dev/null +++ b/data/templates/npc/pet/14367-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14368-MirageTheUnicorn.xml b/data/templates/npc/pet/14368-MirageTheUnicorn.xml new file mode 100644 index 000000000..c5c852e1f --- /dev/null +++ b/data/templates/npc/pet/14368-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14369-MirageTheUnicorn.xml b/data/templates/npc/pet/14369-MirageTheUnicorn.xml new file mode 100644 index 000000000..f7ce08146 --- /dev/null +++ b/data/templates/npc/pet/14369-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14370-MirageTheUnicorn.xml b/data/templates/npc/pet/14370-MirageTheUnicorn.xml new file mode 100644 index 000000000..ec79a87c0 --- /dev/null +++ b/data/templates/npc/pet/14370-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14371-MirageTheUnicorn.xml b/data/templates/npc/pet/14371-MirageTheUnicorn.xml new file mode 100644 index 000000000..be568022a --- /dev/null +++ b/data/templates/npc/pet/14371-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14372-MirageTheUnicorn.xml b/data/templates/npc/pet/14372-MirageTheUnicorn.xml new file mode 100644 index 000000000..7c51aeae3 --- /dev/null +++ b/data/templates/npc/pet/14372-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14373-MirageTheUnicorn.xml b/data/templates/npc/pet/14373-MirageTheUnicorn.xml new file mode 100644 index 000000000..b6cc85f10 --- /dev/null +++ b/data/templates/npc/pet/14373-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14374-MirageTheUnicorn.xml b/data/templates/npc/pet/14374-MirageTheUnicorn.xml new file mode 100644 index 000000000..407c74081 --- /dev/null +++ b/data/templates/npc/pet/14374-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14375-MirageTheUnicorn.xml b/data/templates/npc/pet/14375-MirageTheUnicorn.xml new file mode 100644 index 000000000..f895213ae --- /dev/null +++ b/data/templates/npc/pet/14375-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14376-MirageTheUnicorn.xml b/data/templates/npc/pet/14376-MirageTheUnicorn.xml new file mode 100644 index 000000000..29bf51d07 --- /dev/null +++ b/data/templates/npc/pet/14376-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14377-MirageTheUnicorn.xml b/data/templates/npc/pet/14377-MirageTheUnicorn.xml new file mode 100644 index 000000000..573b9e8a6 --- /dev/null +++ b/data/templates/npc/pet/14377-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14378-MirageTheUnicorn.xml b/data/templates/npc/pet/14378-MirageTheUnicorn.xml new file mode 100644 index 000000000..f4d843360 --- /dev/null +++ b/data/templates/npc/pet/14378-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14379-MirageTheUnicorn.xml b/data/templates/npc/pet/14379-MirageTheUnicorn.xml new file mode 100644 index 000000000..4b8614edf --- /dev/null +++ b/data/templates/npc/pet/14379-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14380-MirageTheUnicorn.xml b/data/templates/npc/pet/14380-MirageTheUnicorn.xml new file mode 100644 index 000000000..59eb0b06a --- /dev/null +++ b/data/templates/npc/pet/14380-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14381-MirageTheUnicorn.xml b/data/templates/npc/pet/14381-MirageTheUnicorn.xml new file mode 100644 index 000000000..59ac08265 --- /dev/null +++ b/data/templates/npc/pet/14381-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14382-MirageTheUnicorn.xml b/data/templates/npc/pet/14382-MirageTheUnicorn.xml new file mode 100644 index 000000000..463dae5fc --- /dev/null +++ b/data/templates/npc/pet/14382-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14383-MirageTheUnicorn.xml b/data/templates/npc/pet/14383-MirageTheUnicorn.xml new file mode 100644 index 000000000..e0bf444cc --- /dev/null +++ b/data/templates/npc/pet/14383-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14384-MirageTheUnicorn.xml b/data/templates/npc/pet/14384-MirageTheUnicorn.xml new file mode 100644 index 000000000..6a23e7ea6 --- /dev/null +++ b/data/templates/npc/pet/14384-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14385-MirageTheUnicorn.xml b/data/templates/npc/pet/14385-MirageTheUnicorn.xml new file mode 100644 index 000000000..42a92fe76 --- /dev/null +++ b/data/templates/npc/pet/14385-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14386-MirageTheUnicorn.xml b/data/templates/npc/pet/14386-MirageTheUnicorn.xml new file mode 100644 index 000000000..8e93d4bd7 --- /dev/null +++ b/data/templates/npc/pet/14386-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14387-MirageTheUnicorn.xml b/data/templates/npc/pet/14387-MirageTheUnicorn.xml new file mode 100644 index 000000000..b7fe6b12a --- /dev/null +++ b/data/templates/npc/pet/14387-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14388-MirageTheUnicorn.xml b/data/templates/npc/pet/14388-MirageTheUnicorn.xml new file mode 100644 index 000000000..333bf3a0a --- /dev/null +++ b/data/templates/npc/pet/14388-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14389-MirageTheUnicorn.xml b/data/templates/npc/pet/14389-MirageTheUnicorn.xml new file mode 100644 index 000000000..f2fc15a65 --- /dev/null +++ b/data/templates/npc/pet/14389-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14390-MirageTheUnicorn.xml b/data/templates/npc/pet/14390-MirageTheUnicorn.xml new file mode 100644 index 000000000..7d6ba1e19 --- /dev/null +++ b/data/templates/npc/pet/14390-MirageTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Mirage the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14391-MerrowTheUnicorn.xml b/data/templates/npc/pet/14391-MerrowTheUnicorn.xml new file mode 100644 index 000000000..7082a930a --- /dev/null +++ b/data/templates/npc/pet/14391-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14392-MerrowTheUnicorn.xml b/data/templates/npc/pet/14392-MerrowTheUnicorn.xml new file mode 100644 index 000000000..9c2cd6cd4 --- /dev/null +++ b/data/templates/npc/pet/14392-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14393-MerrowTheUnicorn.xml b/data/templates/npc/pet/14393-MerrowTheUnicorn.xml new file mode 100644 index 000000000..21fd7f8e0 --- /dev/null +++ b/data/templates/npc/pet/14393-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14394-MerrowTheUnicorn.xml b/data/templates/npc/pet/14394-MerrowTheUnicorn.xml new file mode 100644 index 000000000..66f41bea1 --- /dev/null +++ b/data/templates/npc/pet/14394-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14395-MerrowTheUnicorn.xml b/data/templates/npc/pet/14395-MerrowTheUnicorn.xml new file mode 100644 index 000000000..02f8d4217 --- /dev/null +++ b/data/templates/npc/pet/14395-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14396-MerrowTheUnicorn.xml b/data/templates/npc/pet/14396-MerrowTheUnicorn.xml new file mode 100644 index 000000000..c869fc815 --- /dev/null +++ b/data/templates/npc/pet/14396-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14397-MerrowTheUnicorn.xml b/data/templates/npc/pet/14397-MerrowTheUnicorn.xml new file mode 100644 index 000000000..17213d28f --- /dev/null +++ b/data/templates/npc/pet/14397-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14398-MerrowTheUnicorn.xml b/data/templates/npc/pet/14398-MerrowTheUnicorn.xml new file mode 100644 index 000000000..5c6309112 --- /dev/null +++ b/data/templates/npc/pet/14398-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14399-MerrowTheUnicorn.xml b/data/templates/npc/pet/14399-MerrowTheUnicorn.xml new file mode 100644 index 000000000..0d61e42e6 --- /dev/null +++ b/data/templates/npc/pet/14399-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14400-MerrowTheUnicorn.xml b/data/templates/npc/pet/14400-MerrowTheUnicorn.xml new file mode 100644 index 000000000..d59bfdecc --- /dev/null +++ b/data/templates/npc/pet/14400-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14401-MerrowTheUnicorn.xml b/data/templates/npc/pet/14401-MerrowTheUnicorn.xml new file mode 100644 index 000000000..39c7baa5b --- /dev/null +++ b/data/templates/npc/pet/14401-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14402-MerrowTheUnicorn.xml b/data/templates/npc/pet/14402-MerrowTheUnicorn.xml new file mode 100644 index 000000000..a72ea9150 --- /dev/null +++ b/data/templates/npc/pet/14402-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14403-MerrowTheUnicorn.xml b/data/templates/npc/pet/14403-MerrowTheUnicorn.xml new file mode 100644 index 000000000..fba3ac551 --- /dev/null +++ b/data/templates/npc/pet/14403-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14404-MerrowTheUnicorn.xml b/data/templates/npc/pet/14404-MerrowTheUnicorn.xml new file mode 100644 index 000000000..ca16db006 --- /dev/null +++ b/data/templates/npc/pet/14404-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14405-MerrowTheUnicorn.xml b/data/templates/npc/pet/14405-MerrowTheUnicorn.xml new file mode 100644 index 000000000..c4b8ca9d1 --- /dev/null +++ b/data/templates/npc/pet/14405-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14406-MerrowTheUnicorn.xml b/data/templates/npc/pet/14406-MerrowTheUnicorn.xml new file mode 100644 index 000000000..a3bfc416a --- /dev/null +++ b/data/templates/npc/pet/14406-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14407-MerrowTheUnicorn.xml b/data/templates/npc/pet/14407-MerrowTheUnicorn.xml new file mode 100644 index 000000000..5bb3b594f --- /dev/null +++ b/data/templates/npc/pet/14407-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14408-MerrowTheUnicorn.xml b/data/templates/npc/pet/14408-MerrowTheUnicorn.xml new file mode 100644 index 000000000..c5729476e --- /dev/null +++ b/data/templates/npc/pet/14408-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14409-MerrowTheUnicorn.xml b/data/templates/npc/pet/14409-MerrowTheUnicorn.xml new file mode 100644 index 000000000..567ee61f6 --- /dev/null +++ b/data/templates/npc/pet/14409-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14410-MerrowTheUnicorn.xml b/data/templates/npc/pet/14410-MerrowTheUnicorn.xml new file mode 100644 index 000000000..57a82f3c0 --- /dev/null +++ b/data/templates/npc/pet/14410-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14411-MerrowTheUnicorn.xml b/data/templates/npc/pet/14411-MerrowTheUnicorn.xml new file mode 100644 index 000000000..1dafdad6a --- /dev/null +++ b/data/templates/npc/pet/14411-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14412-MerrowTheUnicorn.xml b/data/templates/npc/pet/14412-MerrowTheUnicorn.xml new file mode 100644 index 000000000..a214b324f --- /dev/null +++ b/data/templates/npc/pet/14412-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14413-MerrowTheUnicorn.xml b/data/templates/npc/pet/14413-MerrowTheUnicorn.xml new file mode 100644 index 000000000..cb3a96a56 --- /dev/null +++ b/data/templates/npc/pet/14413-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14414-MerrowTheUnicorn.xml b/data/templates/npc/pet/14414-MerrowTheUnicorn.xml new file mode 100644 index 000000000..baded304c --- /dev/null +++ b/data/templates/npc/pet/14414-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14415-MerrowTheUnicorn.xml b/data/templates/npc/pet/14415-MerrowTheUnicorn.xml new file mode 100644 index 000000000..c83906b89 --- /dev/null +++ b/data/templates/npc/pet/14415-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14416-MerrowTheUnicorn.xml b/data/templates/npc/pet/14416-MerrowTheUnicorn.xml new file mode 100644 index 000000000..3d92a3b46 --- /dev/null +++ b/data/templates/npc/pet/14416-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14417-MerrowTheUnicorn.xml b/data/templates/npc/pet/14417-MerrowTheUnicorn.xml new file mode 100644 index 000000000..207a8924e --- /dev/null +++ b/data/templates/npc/pet/14417-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14418-MerrowTheUnicorn.xml b/data/templates/npc/pet/14418-MerrowTheUnicorn.xml new file mode 100644 index 000000000..876000dab --- /dev/null +++ b/data/templates/npc/pet/14418-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14419-MerrowTheUnicorn.xml b/data/templates/npc/pet/14419-MerrowTheUnicorn.xml new file mode 100644 index 000000000..53fc504f4 --- /dev/null +++ b/data/templates/npc/pet/14419-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14420-MerrowTheUnicorn.xml b/data/templates/npc/pet/14420-MerrowTheUnicorn.xml new file mode 100644 index 000000000..4a456c81f --- /dev/null +++ b/data/templates/npc/pet/14420-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14421-MerrowTheUnicorn.xml b/data/templates/npc/pet/14421-MerrowTheUnicorn.xml new file mode 100644 index 000000000..e220ac1ca --- /dev/null +++ b/data/templates/npc/pet/14421-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14422-MerrowTheUnicorn.xml b/data/templates/npc/pet/14422-MerrowTheUnicorn.xml new file mode 100644 index 000000000..150b7cca9 --- /dev/null +++ b/data/templates/npc/pet/14422-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14423-MerrowTheUnicorn.xml b/data/templates/npc/pet/14423-MerrowTheUnicorn.xml new file mode 100644 index 000000000..e705d5c99 --- /dev/null +++ b/data/templates/npc/pet/14423-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14424-MerrowTheUnicorn.xml b/data/templates/npc/pet/14424-MerrowTheUnicorn.xml new file mode 100644 index 000000000..14d25a6a2 --- /dev/null +++ b/data/templates/npc/pet/14424-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14425-MerrowTheUnicorn.xml b/data/templates/npc/pet/14425-MerrowTheUnicorn.xml new file mode 100644 index 000000000..614b51690 --- /dev/null +++ b/data/templates/npc/pet/14425-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14426-MerrowTheUnicorn.xml b/data/templates/npc/pet/14426-MerrowTheUnicorn.xml new file mode 100644 index 000000000..850209f9a --- /dev/null +++ b/data/templates/npc/pet/14426-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14427-MerrowTheUnicorn.xml b/data/templates/npc/pet/14427-MerrowTheUnicorn.xml new file mode 100644 index 000000000..b1f1a2385 --- /dev/null +++ b/data/templates/npc/pet/14427-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14428-MerrowTheUnicorn.xml b/data/templates/npc/pet/14428-MerrowTheUnicorn.xml new file mode 100644 index 000000000..13b99ab1a --- /dev/null +++ b/data/templates/npc/pet/14428-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14429-MerrowTheUnicorn.xml b/data/templates/npc/pet/14429-MerrowTheUnicorn.xml new file mode 100644 index 000000000..5f07fe451 --- /dev/null +++ b/data/templates/npc/pet/14429-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14430-MerrowTheUnicorn.xml b/data/templates/npc/pet/14430-MerrowTheUnicorn.xml new file mode 100644 index 000000000..76446d8be --- /dev/null +++ b/data/templates/npc/pet/14430-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14431-MerrowTheUnicorn.xml b/data/templates/npc/pet/14431-MerrowTheUnicorn.xml new file mode 100644 index 000000000..44b1bfcd9 --- /dev/null +++ b/data/templates/npc/pet/14431-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14432-MerrowTheUnicorn.xml b/data/templates/npc/pet/14432-MerrowTheUnicorn.xml new file mode 100644 index 000000000..fcc8e6bb2 --- /dev/null +++ b/data/templates/npc/pet/14432-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14433-MerrowTheUnicorn.xml b/data/templates/npc/pet/14433-MerrowTheUnicorn.xml new file mode 100644 index 000000000..24d2118f7 --- /dev/null +++ b/data/templates/npc/pet/14433-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14434-MerrowTheUnicorn.xml b/data/templates/npc/pet/14434-MerrowTheUnicorn.xml new file mode 100644 index 000000000..39cc8b438 --- /dev/null +++ b/data/templates/npc/pet/14434-MerrowTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Merrow the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14435-UnicornSeraphim.xml b/data/templates/npc/pet/14435-UnicornSeraphim.xml new file mode 100644 index 000000000..c101dddab --- /dev/null +++ b/data/templates/npc/pet/14435-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14436-UnicornSeraphim.xml b/data/templates/npc/pet/14436-UnicornSeraphim.xml new file mode 100644 index 000000000..78ca9e1fa --- /dev/null +++ b/data/templates/npc/pet/14436-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14437-UnicornSeraphim.xml b/data/templates/npc/pet/14437-UnicornSeraphim.xml new file mode 100644 index 000000000..7dbdcc553 --- /dev/null +++ b/data/templates/npc/pet/14437-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14438-UnicornSeraphim.xml b/data/templates/npc/pet/14438-UnicornSeraphim.xml new file mode 100644 index 000000000..cb47be82e --- /dev/null +++ b/data/templates/npc/pet/14438-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14439-UnicornSeraphim.xml b/data/templates/npc/pet/14439-UnicornSeraphim.xml new file mode 100644 index 000000000..bd256d086 --- /dev/null +++ b/data/templates/npc/pet/14439-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14440-UnicornSeraphim.xml b/data/templates/npc/pet/14440-UnicornSeraphim.xml new file mode 100644 index 000000000..3a711e0d0 --- /dev/null +++ b/data/templates/npc/pet/14440-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14441-UnicornSeraphim.xml b/data/templates/npc/pet/14441-UnicornSeraphim.xml new file mode 100644 index 000000000..adfdc637d --- /dev/null +++ b/data/templates/npc/pet/14441-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14442-UnicornSeraphim.xml b/data/templates/npc/pet/14442-UnicornSeraphim.xml new file mode 100644 index 000000000..3570b0d9c --- /dev/null +++ b/data/templates/npc/pet/14442-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14443-UnicornSeraphim.xml b/data/templates/npc/pet/14443-UnicornSeraphim.xml new file mode 100644 index 000000000..8f8c2c350 --- /dev/null +++ b/data/templates/npc/pet/14443-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14444-UnicornSeraphim.xml b/data/templates/npc/pet/14444-UnicornSeraphim.xml new file mode 100644 index 000000000..cb42f279b --- /dev/null +++ b/data/templates/npc/pet/14444-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14449-UnicornSeraphim.xml b/data/templates/npc/pet/14449-UnicornSeraphim.xml new file mode 100644 index 000000000..4141aa95b --- /dev/null +++ b/data/templates/npc/pet/14449-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14450-UnicornSeraphim.xml b/data/templates/npc/pet/14450-UnicornSeraphim.xml new file mode 100644 index 000000000..e9a091733 --- /dev/null +++ b/data/templates/npc/pet/14450-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14451-UnicornSeraphim.xml b/data/templates/npc/pet/14451-UnicornSeraphim.xml new file mode 100644 index 000000000..4d53da0be --- /dev/null +++ b/data/templates/npc/pet/14451-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14452-UnicornSeraphim.xml b/data/templates/npc/pet/14452-UnicornSeraphim.xml new file mode 100644 index 000000000..7491a0627 --- /dev/null +++ b/data/templates/npc/pet/14452-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14453-UnicornSeraphim.xml b/data/templates/npc/pet/14453-UnicornSeraphim.xml new file mode 100644 index 000000000..0ec28746f --- /dev/null +++ b/data/templates/npc/pet/14453-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14454-UnicornSeraphim.xml b/data/templates/npc/pet/14454-UnicornSeraphim.xml new file mode 100644 index 000000000..084982f75 --- /dev/null +++ b/data/templates/npc/pet/14454-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14455-UnicornSeraphim.xml b/data/templates/npc/pet/14455-UnicornSeraphim.xml new file mode 100644 index 000000000..b44439ee1 --- /dev/null +++ b/data/templates/npc/pet/14455-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14456-UnicornSeraphim.xml b/data/templates/npc/pet/14456-UnicornSeraphim.xml new file mode 100644 index 000000000..9e2a7c057 --- /dev/null +++ b/data/templates/npc/pet/14456-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14457-UnicornSeraphim.xml b/data/templates/npc/pet/14457-UnicornSeraphim.xml new file mode 100644 index 000000000..19a9d094b --- /dev/null +++ b/data/templates/npc/pet/14457-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14458-UnicornSeraphim.xml b/data/templates/npc/pet/14458-UnicornSeraphim.xml new file mode 100644 index 000000000..773a75c81 --- /dev/null +++ b/data/templates/npc/pet/14458-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14459-UnicornSeraphim.xml b/data/templates/npc/pet/14459-UnicornSeraphim.xml new file mode 100644 index 000000000..7a40cd183 --- /dev/null +++ b/data/templates/npc/pet/14459-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14460-UnicornSeraphim.xml b/data/templates/npc/pet/14460-UnicornSeraphim.xml new file mode 100644 index 000000000..17a7d1930 --- /dev/null +++ b/data/templates/npc/pet/14460-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14461-UnicornSeraphim.xml b/data/templates/npc/pet/14461-UnicornSeraphim.xml new file mode 100644 index 000000000..7f707886f --- /dev/null +++ b/data/templates/npc/pet/14461-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14462-UnicornSeraphim.xml b/data/templates/npc/pet/14462-UnicornSeraphim.xml new file mode 100644 index 000000000..2994e20f5 --- /dev/null +++ b/data/templates/npc/pet/14462-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14463-UnicornSeraphim.xml b/data/templates/npc/pet/14463-UnicornSeraphim.xml new file mode 100644 index 000000000..226422a2b --- /dev/null +++ b/data/templates/npc/pet/14463-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14464-UnicornSeraphim.xml b/data/templates/npc/pet/14464-UnicornSeraphim.xml new file mode 100644 index 000000000..fc25c0ced --- /dev/null +++ b/data/templates/npc/pet/14464-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14465-UnicornSeraphim.xml b/data/templates/npc/pet/14465-UnicornSeraphim.xml new file mode 100644 index 000000000..46ed71a9e --- /dev/null +++ b/data/templates/npc/pet/14465-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14466-UnicornSeraphim.xml b/data/templates/npc/pet/14466-UnicornSeraphim.xml new file mode 100644 index 000000000..51a248893 --- /dev/null +++ b/data/templates/npc/pet/14466-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14467-UnicornSeraphim.xml b/data/templates/npc/pet/14467-UnicornSeraphim.xml new file mode 100644 index 000000000..35482e89b --- /dev/null +++ b/data/templates/npc/pet/14467-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14468-UnicornSeraphim.xml b/data/templates/npc/pet/14468-UnicornSeraphim.xml new file mode 100644 index 000000000..09318bcba --- /dev/null +++ b/data/templates/npc/pet/14468-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14469-UnicornSeraphim.xml b/data/templates/npc/pet/14469-UnicornSeraphim.xml new file mode 100644 index 000000000..23ba93fc7 --- /dev/null +++ b/data/templates/npc/pet/14469-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14470-UnicornSeraphim.xml b/data/templates/npc/pet/14470-UnicornSeraphim.xml new file mode 100644 index 000000000..7b474336a --- /dev/null +++ b/data/templates/npc/pet/14470-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14471-UnicornSeraphim.xml b/data/templates/npc/pet/14471-UnicornSeraphim.xml new file mode 100644 index 000000000..a8f704d12 --- /dev/null +++ b/data/templates/npc/pet/14471-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14472-UnicornSeraphim.xml b/data/templates/npc/pet/14472-UnicornSeraphim.xml new file mode 100644 index 000000000..848e9b0a2 --- /dev/null +++ b/data/templates/npc/pet/14472-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14473-UnicornSeraphim.xml b/data/templates/npc/pet/14473-UnicornSeraphim.xml new file mode 100644 index 000000000..d00a56a6c --- /dev/null +++ b/data/templates/npc/pet/14473-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14474-UnicornSeraphim.xml b/data/templates/npc/pet/14474-UnicornSeraphim.xml new file mode 100644 index 000000000..df227595b --- /dev/null +++ b/data/templates/npc/pet/14474-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14475-UnicornSeraphim.xml b/data/templates/npc/pet/14475-UnicornSeraphim.xml new file mode 100644 index 000000000..2b70bcd45 --- /dev/null +++ b/data/templates/npc/pet/14475-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14476-UnicornSeraphim.xml b/data/templates/npc/pet/14476-UnicornSeraphim.xml new file mode 100644 index 000000000..e219d6f7d --- /dev/null +++ b/data/templates/npc/pet/14476-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14477-UnicornSeraphim.xml b/data/templates/npc/pet/14477-UnicornSeraphim.xml new file mode 100644 index 000000000..1652a3596 --- /dev/null +++ b/data/templates/npc/pet/14477-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14478-UnicornSeraphim.xml b/data/templates/npc/pet/14478-UnicornSeraphim.xml new file mode 100644 index 000000000..650db4bcc --- /dev/null +++ b/data/templates/npc/pet/14478-UnicornSeraphim.xml @@ -0,0 +1,25 @@ + + + + Unicorn Seraphim + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14479-Shadow.xml b/data/templates/npc/pet/14479-Shadow.xml new file mode 100644 index 000000000..59df143f4 --- /dev/null +++ b/data/templates/npc/pet/14479-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 22 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14480-Shadow.xml b/data/templates/npc/pet/14480-Shadow.xml new file mode 100644 index 000000000..8d7539c0b --- /dev/null +++ b/data/templates/npc/pet/14480-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 27 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14481-Shadow.xml b/data/templates/npc/pet/14481-Shadow.xml new file mode 100644 index 000000000..0c2db7f3f --- /dev/null +++ b/data/templates/npc/pet/14481-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 32 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14482-Shadow.xml b/data/templates/npc/pet/14482-Shadow.xml new file mode 100644 index 000000000..30b0af7fd --- /dev/null +++ b/data/templates/npc/pet/14482-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 37 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14483-Shadow.xml b/data/templates/npc/pet/14483-Shadow.xml new file mode 100644 index 000000000..7ce52c7b2 --- /dev/null +++ b/data/templates/npc/pet/14483-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14484-Shadow.xml b/data/templates/npc/pet/14484-Shadow.xml new file mode 100644 index 000000000..8bcf336fd --- /dev/null +++ b/data/templates/npc/pet/14484-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14485-Shadow.xml b/data/templates/npc/pet/14485-Shadow.xml new file mode 100644 index 000000000..fa43a207d --- /dev/null +++ b/data/templates/npc/pet/14485-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14486-Shadow.xml b/data/templates/npc/pet/14486-Shadow.xml new file mode 100644 index 000000000..a845e5dbb --- /dev/null +++ b/data/templates/npc/pet/14486-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14487-Shadow.xml b/data/templates/npc/pet/14487-Shadow.xml new file mode 100644 index 000000000..6accaa6db --- /dev/null +++ b/data/templates/npc/pet/14487-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14488-Shadow.xml b/data/templates/npc/pet/14488-Shadow.xml new file mode 100644 index 000000000..eb6f25e24 --- /dev/null +++ b/data/templates/npc/pet/14488-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14489-Shadow.xml b/data/templates/npc/pet/14489-Shadow.xml new file mode 100644 index 000000000..11cdcbce8 --- /dev/null +++ b/data/templates/npc/pet/14489-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14490-Shadow.xml b/data/templates/npc/pet/14490-Shadow.xml new file mode 100644 index 000000000..b0376a20f --- /dev/null +++ b/data/templates/npc/pet/14490-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14491-Shadow.xml b/data/templates/npc/pet/14491-Shadow.xml new file mode 100644 index 000000000..73faf1aec --- /dev/null +++ b/data/templates/npc/pet/14491-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14492-Shadow.xml b/data/templates/npc/pet/14492-Shadow.xml new file mode 100644 index 000000000..76ffb97bf --- /dev/null +++ b/data/templates/npc/pet/14492-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14493-Shadow.xml b/data/templates/npc/pet/14493-Shadow.xml new file mode 100644 index 000000000..70465949b --- /dev/null +++ b/data/templates/npc/pet/14493-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14494-Shadow.xml b/data/templates/npc/pet/14494-Shadow.xml new file mode 100644 index 000000000..36bf843a9 --- /dev/null +++ b/data/templates/npc/pet/14494-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14495-Shadow.xml b/data/templates/npc/pet/14495-Shadow.xml new file mode 100644 index 000000000..e1c85f5f4 --- /dev/null +++ b/data/templates/npc/pet/14495-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14496-Shadow.xml b/data/templates/npc/pet/14496-Shadow.xml new file mode 100644 index 000000000..7d6afa200 --- /dev/null +++ b/data/templates/npc/pet/14496-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14497-Shadow.xml b/data/templates/npc/pet/14497-Shadow.xml new file mode 100644 index 000000000..4a8a268a0 --- /dev/null +++ b/data/templates/npc/pet/14497-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14498-Shadow.xml b/data/templates/npc/pet/14498-Shadow.xml new file mode 100644 index 000000000..1326fbf21 --- /dev/null +++ b/data/templates/npc/pet/14498-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14499-Shadow.xml b/data/templates/npc/pet/14499-Shadow.xml new file mode 100644 index 000000000..2660872c6 --- /dev/null +++ b/data/templates/npc/pet/14499-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14500-Shadow.xml b/data/templates/npc/pet/14500-Shadow.xml new file mode 100644 index 000000000..98fd607ac --- /dev/null +++ b/data/templates/npc/pet/14500-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14501-Shadow.xml b/data/templates/npc/pet/14501-Shadow.xml new file mode 100644 index 000000000..3141d8aff --- /dev/null +++ b/data/templates/npc/pet/14501-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14502-Shadow.xml b/data/templates/npc/pet/14502-Shadow.xml new file mode 100644 index 000000000..39fcefda0 --- /dev/null +++ b/data/templates/npc/pet/14502-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14503-Shadow.xml b/data/templates/npc/pet/14503-Shadow.xml new file mode 100644 index 000000000..d9aa36e3e --- /dev/null +++ b/data/templates/npc/pet/14503-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14504-Shadow.xml b/data/templates/npc/pet/14504-Shadow.xml new file mode 100644 index 000000000..e797ab492 --- /dev/null +++ b/data/templates/npc/pet/14504-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14505-Shadow.xml b/data/templates/npc/pet/14505-Shadow.xml new file mode 100644 index 000000000..332dd98aa --- /dev/null +++ b/data/templates/npc/pet/14505-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14506-Shadow.xml b/data/templates/npc/pet/14506-Shadow.xml new file mode 100644 index 000000000..683ebbfff --- /dev/null +++ b/data/templates/npc/pet/14506-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14507-Shadow.xml b/data/templates/npc/pet/14507-Shadow.xml new file mode 100644 index 000000000..745bcffb7 --- /dev/null +++ b/data/templates/npc/pet/14507-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14508-Shadow.xml b/data/templates/npc/pet/14508-Shadow.xml new file mode 100644 index 000000000..a82964d92 --- /dev/null +++ b/data/templates/npc/pet/14508-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14509-Shadow.xml b/data/templates/npc/pet/14509-Shadow.xml new file mode 100644 index 000000000..3d676dcdd --- /dev/null +++ b/data/templates/npc/pet/14509-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14510-Shadow.xml b/data/templates/npc/pet/14510-Shadow.xml new file mode 100644 index 000000000..fd76dd352 --- /dev/null +++ b/data/templates/npc/pet/14510-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14511-Shadow.xml b/data/templates/npc/pet/14511-Shadow.xml new file mode 100644 index 000000000..bf4604ab1 --- /dev/null +++ b/data/templates/npc/pet/14511-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14512-Shadow.xml b/data/templates/npc/pet/14512-Shadow.xml new file mode 100644 index 000000000..544352ce4 --- /dev/null +++ b/data/templates/npc/pet/14512-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14513-Shadow.xml b/data/templates/npc/pet/14513-Shadow.xml new file mode 100644 index 000000000..a355ace20 --- /dev/null +++ b/data/templates/npc/pet/14513-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14514-Shadow.xml b/data/templates/npc/pet/14514-Shadow.xml new file mode 100644 index 000000000..0b0230588 --- /dev/null +++ b/data/templates/npc/pet/14514-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14515-Shadow.xml b/data/templates/npc/pet/14515-Shadow.xml new file mode 100644 index 000000000..1bf39d144 --- /dev/null +++ b/data/templates/npc/pet/14515-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14516-Shadow.xml b/data/templates/npc/pet/14516-Shadow.xml new file mode 100644 index 000000000..67ce8d1a6 --- /dev/null +++ b/data/templates/npc/pet/14516-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14517-Shadow.xml b/data/templates/npc/pet/14517-Shadow.xml new file mode 100644 index 000000000..4b5fcd90a --- /dev/null +++ b/data/templates/npc/pet/14517-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14518-Shadow.xml b/data/templates/npc/pet/14518-Shadow.xml new file mode 100644 index 000000000..77f8ecbc7 --- /dev/null +++ b/data/templates/npc/pet/14518-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14519-Shadow.xml b/data/templates/npc/pet/14519-Shadow.xml new file mode 100644 index 000000000..eb8c1a7d0 --- /dev/null +++ b/data/templates/npc/pet/14519-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14520-Shadow.xml b/data/templates/npc/pet/14520-Shadow.xml new file mode 100644 index 000000000..ebc55fc3c --- /dev/null +++ b/data/templates/npc/pet/14520-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14521-Shadow.xml b/data/templates/npc/pet/14521-Shadow.xml new file mode 100644 index 000000000..f12c90860 --- /dev/null +++ b/data/templates/npc/pet/14521-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14522-Shadow.xml b/data/templates/npc/pet/14522-Shadow.xml new file mode 100644 index 000000000..de4045d9c --- /dev/null +++ b/data/templates/npc/pet/14522-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14523-Shadow.xml b/data/templates/npc/pet/14523-Shadow.xml new file mode 100644 index 000000000..4810b9f38 --- /dev/null +++ b/data/templates/npc/pet/14523-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14524-Shadow.xml b/data/templates/npc/pet/14524-Shadow.xml new file mode 100644 index 000000000..6fa81595c --- /dev/null +++ b/data/templates/npc/pet/14524-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14525-Shadow.xml b/data/templates/npc/pet/14525-Shadow.xml new file mode 100644 index 000000000..063fda741 --- /dev/null +++ b/data/templates/npc/pet/14525-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14526-Shadow.xml b/data/templates/npc/pet/14526-Shadow.xml new file mode 100644 index 000000000..56fa04b10 --- /dev/null +++ b/data/templates/npc/pet/14526-Shadow.xml @@ -0,0 +1,25 @@ + + + + Shadow + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14527-Silhouette.xml b/data/templates/npc/pet/14527-Silhouette.xml new file mode 100644 index 000000000..1e52805f9 --- /dev/null +++ b/data/templates/npc/pet/14527-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 22 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14528-Silhouette.xml b/data/templates/npc/pet/14528-Silhouette.xml new file mode 100644 index 000000000..69aeea3fb --- /dev/null +++ b/data/templates/npc/pet/14528-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 27 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14529-Silhouette.xml b/data/templates/npc/pet/14529-Silhouette.xml new file mode 100644 index 000000000..ac68c2498 --- /dev/null +++ b/data/templates/npc/pet/14529-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 32 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14530-Silhouette.xml b/data/templates/npc/pet/14530-Silhouette.xml new file mode 100644 index 000000000..6b8fd68a1 --- /dev/null +++ b/data/templates/npc/pet/14530-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 37 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14531-Silhouette.xml b/data/templates/npc/pet/14531-Silhouette.xml new file mode 100644 index 000000000..1e76408e7 --- /dev/null +++ b/data/templates/npc/pet/14531-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 42 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14532-Silhouette.xml b/data/templates/npc/pet/14532-Silhouette.xml new file mode 100644 index 000000000..14f1d0078 --- /dev/null +++ b/data/templates/npc/pet/14532-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 46 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14533-Silhouette.xml b/data/templates/npc/pet/14533-Silhouette.xml new file mode 100644 index 000000000..2b9747979 --- /dev/null +++ b/data/templates/npc/pet/14533-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 50 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14534-Silhouette.xml b/data/templates/npc/pet/14534-Silhouette.xml new file mode 100644 index 000000000..32c66d639 --- /dev/null +++ b/data/templates/npc/pet/14534-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 54 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14535-Silhouette.xml b/data/templates/npc/pet/14535-Silhouette.xml new file mode 100644 index 000000000..8e463bebc --- /dev/null +++ b/data/templates/npc/pet/14535-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 58 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14536-Silhouette.xml b/data/templates/npc/pet/14536-Silhouette.xml new file mode 100644 index 000000000..fbffd897b --- /dev/null +++ b/data/templates/npc/pet/14536-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 60 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14537-Silhouette.xml b/data/templates/npc/pet/14537-Silhouette.xml new file mode 100644 index 000000000..01758b779 --- /dev/null +++ b/data/templates/npc/pet/14537-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 62 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14538-Silhouette.xml b/data/templates/npc/pet/14538-Silhouette.xml new file mode 100644 index 000000000..4082d009a --- /dev/null +++ b/data/templates/npc/pet/14538-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 64 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14539-Silhouette.xml b/data/templates/npc/pet/14539-Silhouette.xml new file mode 100644 index 000000000..778f18e28 --- /dev/null +++ b/data/templates/npc/pet/14539-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 66 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14540-Silhouette.xml b/data/templates/npc/pet/14540-Silhouette.xml new file mode 100644 index 000000000..3e5f4fc37 --- /dev/null +++ b/data/templates/npc/pet/14540-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 68 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14541-Silhouette.xml b/data/templates/npc/pet/14541-Silhouette.xml new file mode 100644 index 000000000..1e24fa739 --- /dev/null +++ b/data/templates/npc/pet/14541-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14542-Silhouette.xml b/data/templates/npc/pet/14542-Silhouette.xml new file mode 100644 index 000000000..107ee8a24 --- /dev/null +++ b/data/templates/npc/pet/14542-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 72 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14543-Silhouette.xml b/data/templates/npc/pet/14543-Silhouette.xml new file mode 100644 index 000000000..80e0504ea --- /dev/null +++ b/data/templates/npc/pet/14543-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 74 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14544-Silhouette.xml b/data/templates/npc/pet/14544-Silhouette.xml new file mode 100644 index 000000000..79b8ef58f --- /dev/null +++ b/data/templates/npc/pet/14544-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 76 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14545-Silhouette.xml b/data/templates/npc/pet/14545-Silhouette.xml new file mode 100644 index 000000000..c30771aae --- /dev/null +++ b/data/templates/npc/pet/14545-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14546-Silhouette.xml b/data/templates/npc/pet/14546-Silhouette.xml new file mode 100644 index 000000000..41645dc84 --- /dev/null +++ b/data/templates/npc/pet/14546-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14547-Silhouette.xml b/data/templates/npc/pet/14547-Silhouette.xml new file mode 100644 index 000000000..9de24a766 --- /dev/null +++ b/data/templates/npc/pet/14547-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14548-Silhouette.xml b/data/templates/npc/pet/14548-Silhouette.xml new file mode 100644 index 000000000..76ab2eba6 --- /dev/null +++ b/data/templates/npc/pet/14548-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 78 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14549-Silhouette.xml b/data/templates/npc/pet/14549-Silhouette.xml new file mode 100644 index 000000000..ee77a4d9b --- /dev/null +++ b/data/templates/npc/pet/14549-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14550-Silhouette.xml b/data/templates/npc/pet/14550-Silhouette.xml new file mode 100644 index 000000000..1dfac27ad --- /dev/null +++ b/data/templates/npc/pet/14550-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14551-Silhouette.xml b/data/templates/npc/pet/14551-Silhouette.xml new file mode 100644 index 000000000..a980dac38 --- /dev/null +++ b/data/templates/npc/pet/14551-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14552-Silhouette.xml b/data/templates/npc/pet/14552-Silhouette.xml new file mode 100644 index 000000000..a08940eb6 --- /dev/null +++ b/data/templates/npc/pet/14552-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14553-Silhouette.xml b/data/templates/npc/pet/14553-Silhouette.xml new file mode 100644 index 000000000..ff2f7a913 --- /dev/null +++ b/data/templates/npc/pet/14553-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14554-Silhouette.xml b/data/templates/npc/pet/14554-Silhouette.xml new file mode 100644 index 000000000..e18a4ec08 --- /dev/null +++ b/data/templates/npc/pet/14554-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14555-Silhouette.xml b/data/templates/npc/pet/14555-Silhouette.xml new file mode 100644 index 000000000..370fe5a1f --- /dev/null +++ b/data/templates/npc/pet/14555-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14556-Silhouette.xml b/data/templates/npc/pet/14556-Silhouette.xml new file mode 100644 index 000000000..2a07a3a8b --- /dev/null +++ b/data/templates/npc/pet/14556-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14557-Silhouette.xml b/data/templates/npc/pet/14557-Silhouette.xml new file mode 100644 index 000000000..001165665 --- /dev/null +++ b/data/templates/npc/pet/14557-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14558-Silhouette.xml b/data/templates/npc/pet/14558-Silhouette.xml new file mode 100644 index 000000000..eb1f09f2b --- /dev/null +++ b/data/templates/npc/pet/14558-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14559-Silhouette.xml b/data/templates/npc/pet/14559-Silhouette.xml new file mode 100644 index 000000000..9e7ef5c65 --- /dev/null +++ b/data/templates/npc/pet/14559-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14560-Silhouette.xml b/data/templates/npc/pet/14560-Silhouette.xml new file mode 100644 index 000000000..f88825e24 --- /dev/null +++ b/data/templates/npc/pet/14560-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 81 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14561-Silhouette.xml b/data/templates/npc/pet/14561-Silhouette.xml new file mode 100644 index 000000000..e098565c9 --- /dev/null +++ b/data/templates/npc/pet/14561-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14562-Silhouette.xml b/data/templates/npc/pet/14562-Silhouette.xml new file mode 100644 index 000000000..62d64ee95 --- /dev/null +++ b/data/templates/npc/pet/14562-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14563-Silhouette.xml b/data/templates/npc/pet/14563-Silhouette.xml new file mode 100644 index 000000000..a5120753b --- /dev/null +++ b/data/templates/npc/pet/14563-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14564-Silhouette.xml b/data/templates/npc/pet/14564-Silhouette.xml new file mode 100644 index 000000000..1f1a91d0b --- /dev/null +++ b/data/templates/npc/pet/14564-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 82 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14565-Silhouette.xml b/data/templates/npc/pet/14565-Silhouette.xml new file mode 100644 index 000000000..a0a8b96a8 --- /dev/null +++ b/data/templates/npc/pet/14565-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14566-Silhouette.xml b/data/templates/npc/pet/14566-Silhouette.xml new file mode 100644 index 000000000..ad2b048d6 --- /dev/null +++ b/data/templates/npc/pet/14566-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14567-Silhouette.xml b/data/templates/npc/pet/14567-Silhouette.xml new file mode 100644 index 000000000..8ea2c4f6d --- /dev/null +++ b/data/templates/npc/pet/14567-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14568-Silhouette.xml b/data/templates/npc/pet/14568-Silhouette.xml new file mode 100644 index 000000000..21de60790 --- /dev/null +++ b/data/templates/npc/pet/14568-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14569-Silhouette.xml b/data/templates/npc/pet/14569-Silhouette.xml new file mode 100644 index 000000000..dc1a7d2ae --- /dev/null +++ b/data/templates/npc/pet/14569-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14570-Silhouette.xml b/data/templates/npc/pet/14570-Silhouette.xml new file mode 100644 index 000000000..5d9fb9f32 --- /dev/null +++ b/data/templates/npc/pet/14570-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14571-Silhouette.xml b/data/templates/npc/pet/14571-Silhouette.xml new file mode 100644 index 000000000..e456d7c24 --- /dev/null +++ b/data/templates/npc/pet/14571-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 84 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14572-Silhouette.xml b/data/templates/npc/pet/14572-Silhouette.xml new file mode 100644 index 000000000..f8420361e --- /dev/null +++ b/data/templates/npc/pet/14572-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14573-Silhouette.xml b/data/templates/npc/pet/14573-Silhouette.xml new file mode 100644 index 000000000..0fd04f992 --- /dev/null +++ b/data/templates/npc/pet/14573-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14574-Silhouette.xml b/data/templates/npc/pet/14574-Silhouette.xml new file mode 100644 index 000000000..198b12a3d --- /dev/null +++ b/data/templates/npc/pet/14574-Silhouette.xml @@ -0,0 +1,25 @@ + + + + Silhouette + 85 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14575-Soulless.xml b/data/templates/npc/pet/14575-Soulless.xml new file mode 100644 index 000000000..575dfb9da --- /dev/null +++ b/data/templates/npc/pet/14575-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14576-Soulless.xml b/data/templates/npc/pet/14576-Soulless.xml new file mode 100644 index 000000000..62c03f2e4 --- /dev/null +++ b/data/templates/npc/pet/14576-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 46 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14577-Soulless.xml b/data/templates/npc/pet/14577-Soulless.xml new file mode 100644 index 000000000..af6b0b00d --- /dev/null +++ b/data/templates/npc/pet/14577-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 50 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14578-Soulless.xml b/data/templates/npc/pet/14578-Soulless.xml new file mode 100644 index 000000000..47de40ee4 --- /dev/null +++ b/data/templates/npc/pet/14578-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 54 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14579-Soulless.xml b/data/templates/npc/pet/14579-Soulless.xml new file mode 100644 index 000000000..f7c333b80 --- /dev/null +++ b/data/templates/npc/pet/14579-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14580-Soulless.xml b/data/templates/npc/pet/14580-Soulless.xml new file mode 100644 index 000000000..70fee1fb9 --- /dev/null +++ b/data/templates/npc/pet/14580-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14581-Soulless.xml b/data/templates/npc/pet/14581-Soulless.xml new file mode 100644 index 000000000..3034024ec --- /dev/null +++ b/data/templates/npc/pet/14581-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14582-Soulless.xml b/data/templates/npc/pet/14582-Soulless.xml new file mode 100644 index 000000000..16fa83536 --- /dev/null +++ b/data/templates/npc/pet/14582-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14583-Soulless.xml b/data/templates/npc/pet/14583-Soulless.xml new file mode 100644 index 000000000..80f478e3e --- /dev/null +++ b/data/templates/npc/pet/14583-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14584-Soulless.xml b/data/templates/npc/pet/14584-Soulless.xml new file mode 100644 index 000000000..ec9d118e9 --- /dev/null +++ b/data/templates/npc/pet/14584-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14585-Soulless.xml b/data/templates/npc/pet/14585-Soulless.xml new file mode 100644 index 000000000..72d989c1d --- /dev/null +++ b/data/templates/npc/pet/14585-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14586-Soulless.xml b/data/templates/npc/pet/14586-Soulless.xml new file mode 100644 index 000000000..6d43add74 --- /dev/null +++ b/data/templates/npc/pet/14586-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14587-Soulless.xml b/data/templates/npc/pet/14587-Soulless.xml new file mode 100644 index 000000000..c976ffdbc --- /dev/null +++ b/data/templates/npc/pet/14587-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14588-Soulless.xml b/data/templates/npc/pet/14588-Soulless.xml new file mode 100644 index 000000000..51860beda --- /dev/null +++ b/data/templates/npc/pet/14588-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14589-Soulless.xml b/data/templates/npc/pet/14589-Soulless.xml new file mode 100644 index 000000000..ed1180b9b --- /dev/null +++ b/data/templates/npc/pet/14589-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14590-Soulless.xml b/data/templates/npc/pet/14590-Soulless.xml new file mode 100644 index 000000000..36246f324 --- /dev/null +++ b/data/templates/npc/pet/14590-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14591-Soulless.xml b/data/templates/npc/pet/14591-Soulless.xml new file mode 100644 index 000000000..8fb520c96 --- /dev/null +++ b/data/templates/npc/pet/14591-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14592-Soulless.xml b/data/templates/npc/pet/14592-Soulless.xml new file mode 100644 index 000000000..591728496 --- /dev/null +++ b/data/templates/npc/pet/14592-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14593-Soulless.xml b/data/templates/npc/pet/14593-Soulless.xml new file mode 100644 index 000000000..0f93b3fdc --- /dev/null +++ b/data/templates/npc/pet/14593-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14594-Soulless.xml b/data/templates/npc/pet/14594-Soulless.xml new file mode 100644 index 000000000..e214ecc69 --- /dev/null +++ b/data/templates/npc/pet/14594-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14595-Soulless.xml b/data/templates/npc/pet/14595-Soulless.xml new file mode 100644 index 000000000..c9328b2b4 --- /dev/null +++ b/data/templates/npc/pet/14595-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14596-Soulless.xml b/data/templates/npc/pet/14596-Soulless.xml new file mode 100644 index 000000000..9a6c3341e --- /dev/null +++ b/data/templates/npc/pet/14596-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14597-Soulless.xml b/data/templates/npc/pet/14597-Soulless.xml new file mode 100644 index 000000000..70fb06707 --- /dev/null +++ b/data/templates/npc/pet/14597-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14598-Soulless.xml b/data/templates/npc/pet/14598-Soulless.xml new file mode 100644 index 000000000..efd555ce3 --- /dev/null +++ b/data/templates/npc/pet/14598-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14599-Soulless.xml b/data/templates/npc/pet/14599-Soulless.xml new file mode 100644 index 000000000..82a4da229 --- /dev/null +++ b/data/templates/npc/pet/14599-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14600-Soulless.xml b/data/templates/npc/pet/14600-Soulless.xml new file mode 100644 index 000000000..f0cd575f1 --- /dev/null +++ b/data/templates/npc/pet/14600-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14601-Soulless.xml b/data/templates/npc/pet/14601-Soulless.xml new file mode 100644 index 000000000..db6ac9f76 --- /dev/null +++ b/data/templates/npc/pet/14601-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14602-Soulless.xml b/data/templates/npc/pet/14602-Soulless.xml new file mode 100644 index 000000000..2aed2a20a --- /dev/null +++ b/data/templates/npc/pet/14602-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14603-Soulless.xml b/data/templates/npc/pet/14603-Soulless.xml new file mode 100644 index 000000000..6ca46d1e2 --- /dev/null +++ b/data/templates/npc/pet/14603-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14604-Soulless.xml b/data/templates/npc/pet/14604-Soulless.xml new file mode 100644 index 000000000..dd9d41e21 --- /dev/null +++ b/data/templates/npc/pet/14604-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14605-Soulless.xml b/data/templates/npc/pet/14605-Soulless.xml new file mode 100644 index 000000000..2085f1b0d --- /dev/null +++ b/data/templates/npc/pet/14605-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14606-Soulless.xml b/data/templates/npc/pet/14606-Soulless.xml new file mode 100644 index 000000000..1d2a229ce --- /dev/null +++ b/data/templates/npc/pet/14606-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14607-Soulless.xml b/data/templates/npc/pet/14607-Soulless.xml new file mode 100644 index 000000000..1c47452ea --- /dev/null +++ b/data/templates/npc/pet/14607-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14608-Soulless.xml b/data/templates/npc/pet/14608-Soulless.xml new file mode 100644 index 000000000..cabe7d0ff --- /dev/null +++ b/data/templates/npc/pet/14608-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14609-Soulless.xml b/data/templates/npc/pet/14609-Soulless.xml new file mode 100644 index 000000000..680ac35e6 --- /dev/null +++ b/data/templates/npc/pet/14609-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14610-Soulless.xml b/data/templates/npc/pet/14610-Soulless.xml new file mode 100644 index 000000000..74c3b06c0 --- /dev/null +++ b/data/templates/npc/pet/14610-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14611-Soulless.xml b/data/templates/npc/pet/14611-Soulless.xml new file mode 100644 index 000000000..cea64e3d5 --- /dev/null +++ b/data/templates/npc/pet/14611-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14612-Soulless.xml b/data/templates/npc/pet/14612-Soulless.xml new file mode 100644 index 000000000..2a299b536 --- /dev/null +++ b/data/templates/npc/pet/14612-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14613-Soulless.xml b/data/templates/npc/pet/14613-Soulless.xml new file mode 100644 index 000000000..9e60e64f5 --- /dev/null +++ b/data/templates/npc/pet/14613-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14614-Soulless.xml b/data/templates/npc/pet/14614-Soulless.xml new file mode 100644 index 000000000..8e24cdd60 --- /dev/null +++ b/data/templates/npc/pet/14614-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14615-Soulless.xml b/data/templates/npc/pet/14615-Soulless.xml new file mode 100644 index 000000000..2522048c7 --- /dev/null +++ b/data/templates/npc/pet/14615-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14616-Soulless.xml b/data/templates/npc/pet/14616-Soulless.xml new file mode 100644 index 000000000..2aa8ebf5c --- /dev/null +++ b/data/templates/npc/pet/14616-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14617-Soulless.xml b/data/templates/npc/pet/14617-Soulless.xml new file mode 100644 index 000000000..99dd738c8 --- /dev/null +++ b/data/templates/npc/pet/14617-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14618-Soulless.xml b/data/templates/npc/pet/14618-Soulless.xml new file mode 100644 index 000000000..4684c27a8 --- /dev/null +++ b/data/templates/npc/pet/14618-Soulless.xml @@ -0,0 +1,25 @@ + + + + Soulless + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14619-Nightshade.xml b/data/templates/npc/pet/14619-Nightshade.xml new file mode 100644 index 000000000..98ad9b1a7 --- /dev/null +++ b/data/templates/npc/pet/14619-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 58 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14620-Nightshade.xml b/data/templates/npc/pet/14620-Nightshade.xml new file mode 100644 index 000000000..082f234e1 --- /dev/null +++ b/data/templates/npc/pet/14620-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14621-Nightshade.xml b/data/templates/npc/pet/14621-Nightshade.xml new file mode 100644 index 000000000..6d6215156 --- /dev/null +++ b/data/templates/npc/pet/14621-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14622-Nightshade.xml b/data/templates/npc/pet/14622-Nightshade.xml new file mode 100644 index 000000000..9b4c7bfed --- /dev/null +++ b/data/templates/npc/pet/14622-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14623-Nightshade.xml b/data/templates/npc/pet/14623-Nightshade.xml new file mode 100644 index 000000000..1be5b6287 --- /dev/null +++ b/data/templates/npc/pet/14623-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14624-Nightshade.xml b/data/templates/npc/pet/14624-Nightshade.xml new file mode 100644 index 000000000..1763442a7 --- /dev/null +++ b/data/templates/npc/pet/14624-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14625-Nightshade.xml b/data/templates/npc/pet/14625-Nightshade.xml new file mode 100644 index 000000000..2900e50e9 --- /dev/null +++ b/data/templates/npc/pet/14625-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14626-Nightshade.xml b/data/templates/npc/pet/14626-Nightshade.xml new file mode 100644 index 000000000..3dcea716b --- /dev/null +++ b/data/templates/npc/pet/14626-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14627-Nightshade.xml b/data/templates/npc/pet/14627-Nightshade.xml new file mode 100644 index 000000000..2faf8f775 --- /dev/null +++ b/data/templates/npc/pet/14627-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14628-Nightshade.xml b/data/templates/npc/pet/14628-Nightshade.xml new file mode 100644 index 000000000..39490d983 --- /dev/null +++ b/data/templates/npc/pet/14628-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14633-Nightshade.xml b/data/templates/npc/pet/14633-Nightshade.xml new file mode 100644 index 000000000..abac03254 --- /dev/null +++ b/data/templates/npc/pet/14633-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14634-Nightshade.xml b/data/templates/npc/pet/14634-Nightshade.xml new file mode 100644 index 000000000..45e480c67 --- /dev/null +++ b/data/templates/npc/pet/14634-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14635-Nightshade.xml b/data/templates/npc/pet/14635-Nightshade.xml new file mode 100644 index 000000000..f702e6d32 --- /dev/null +++ b/data/templates/npc/pet/14635-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14636-Nightshade.xml b/data/templates/npc/pet/14636-Nightshade.xml new file mode 100644 index 000000000..cd9131409 --- /dev/null +++ b/data/templates/npc/pet/14636-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14637-Nightshade.xml b/data/templates/npc/pet/14637-Nightshade.xml new file mode 100644 index 000000000..848d50035 --- /dev/null +++ b/data/templates/npc/pet/14637-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14638-Nightshade.xml b/data/templates/npc/pet/14638-Nightshade.xml new file mode 100644 index 000000000..77acfccf0 --- /dev/null +++ b/data/templates/npc/pet/14638-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14639-Nightshade.xml b/data/templates/npc/pet/14639-Nightshade.xml new file mode 100644 index 000000000..a8c539aca --- /dev/null +++ b/data/templates/npc/pet/14639-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14640-Nightshade.xml b/data/templates/npc/pet/14640-Nightshade.xml new file mode 100644 index 000000000..21cf70775 --- /dev/null +++ b/data/templates/npc/pet/14640-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14641-Nightshade.xml b/data/templates/npc/pet/14641-Nightshade.xml new file mode 100644 index 000000000..fbbeb118c --- /dev/null +++ b/data/templates/npc/pet/14641-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14642-Nightshade.xml b/data/templates/npc/pet/14642-Nightshade.xml new file mode 100644 index 000000000..f718dda89 --- /dev/null +++ b/data/templates/npc/pet/14642-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14643-Nightshade.xml b/data/templates/npc/pet/14643-Nightshade.xml new file mode 100644 index 000000000..a937338ac --- /dev/null +++ b/data/templates/npc/pet/14643-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14644-Nightshade.xml b/data/templates/npc/pet/14644-Nightshade.xml new file mode 100644 index 000000000..5f8061186 --- /dev/null +++ b/data/templates/npc/pet/14644-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14645-Nightshade.xml b/data/templates/npc/pet/14645-Nightshade.xml new file mode 100644 index 000000000..acadb48de --- /dev/null +++ b/data/templates/npc/pet/14645-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14646-Nightshade.xml b/data/templates/npc/pet/14646-Nightshade.xml new file mode 100644 index 000000000..228fcd45d --- /dev/null +++ b/data/templates/npc/pet/14646-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14647-Nightshade.xml b/data/templates/npc/pet/14647-Nightshade.xml new file mode 100644 index 000000000..82cb15745 --- /dev/null +++ b/data/templates/npc/pet/14647-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14648-Nightshade.xml b/data/templates/npc/pet/14648-Nightshade.xml new file mode 100644 index 000000000..24f129393 --- /dev/null +++ b/data/templates/npc/pet/14648-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14649-Nightshade.xml b/data/templates/npc/pet/14649-Nightshade.xml new file mode 100644 index 000000000..a4ca018c3 --- /dev/null +++ b/data/templates/npc/pet/14649-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14650-Nightshade.xml b/data/templates/npc/pet/14650-Nightshade.xml new file mode 100644 index 000000000..3d6cf3027 --- /dev/null +++ b/data/templates/npc/pet/14650-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14651-Nightshade.xml b/data/templates/npc/pet/14651-Nightshade.xml new file mode 100644 index 000000000..7ad3f9390 --- /dev/null +++ b/data/templates/npc/pet/14651-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14652-Nightshade.xml b/data/templates/npc/pet/14652-Nightshade.xml new file mode 100644 index 000000000..a149baf0b --- /dev/null +++ b/data/templates/npc/pet/14652-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14653-Nightshade.xml b/data/templates/npc/pet/14653-Nightshade.xml new file mode 100644 index 000000000..163808d95 --- /dev/null +++ b/data/templates/npc/pet/14653-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14654-Nightshade.xml b/data/templates/npc/pet/14654-Nightshade.xml new file mode 100644 index 000000000..0e5e69ed5 --- /dev/null +++ b/data/templates/npc/pet/14654-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14655-Nightshade.xml b/data/templates/npc/pet/14655-Nightshade.xml new file mode 100644 index 000000000..910fcf350 --- /dev/null +++ b/data/templates/npc/pet/14655-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14656-Nightshade.xml b/data/templates/npc/pet/14656-Nightshade.xml new file mode 100644 index 000000000..11c14a9a8 --- /dev/null +++ b/data/templates/npc/pet/14656-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14657-Nightshade.xml b/data/templates/npc/pet/14657-Nightshade.xml new file mode 100644 index 000000000..06a9b78fe --- /dev/null +++ b/data/templates/npc/pet/14657-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14658-Nightshade.xml b/data/templates/npc/pet/14658-Nightshade.xml new file mode 100644 index 000000000..cd2a6912e --- /dev/null +++ b/data/templates/npc/pet/14658-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14659-Nightshade.xml b/data/templates/npc/pet/14659-Nightshade.xml new file mode 100644 index 000000000..fedec9d0a --- /dev/null +++ b/data/templates/npc/pet/14659-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14660-Nightshade.xml b/data/templates/npc/pet/14660-Nightshade.xml new file mode 100644 index 000000000..f28e15056 --- /dev/null +++ b/data/templates/npc/pet/14660-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14661-Nightshade.xml b/data/templates/npc/pet/14661-Nightshade.xml new file mode 100644 index 000000000..ebcbe771f --- /dev/null +++ b/data/templates/npc/pet/14661-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14662-Nightshade.xml b/data/templates/npc/pet/14662-Nightshade.xml new file mode 100644 index 000000000..42f01ea59 --- /dev/null +++ b/data/templates/npc/pet/14662-Nightshade.xml @@ -0,0 +1,25 @@ + + + + Nightshade + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14663-MechanicGolem.xml b/data/templates/npc/pet/14663-MechanicGolem.xml new file mode 100644 index 000000000..ef5635e4d --- /dev/null +++ b/data/templates/npc/pet/14663-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 30 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14664-MechanicGolem.xml b/data/templates/npc/pet/14664-MechanicGolem.xml new file mode 100644 index 000000000..bbd988a3b --- /dev/null +++ b/data/templates/npc/pet/14664-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 38 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14665-MechanicGolem.xml b/data/templates/npc/pet/14665-MechanicGolem.xml new file mode 100644 index 000000000..883da61a5 --- /dev/null +++ b/data/templates/npc/pet/14665-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 45 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14666-MechanicGolem.xml b/data/templates/npc/pet/14666-MechanicGolem.xml new file mode 100644 index 000000000..d693985a9 --- /dev/null +++ b/data/templates/npc/pet/14666-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14667-MechanicGolem.xml b/data/templates/npc/pet/14667-MechanicGolem.xml new file mode 100644 index 000000000..87ac6aaf3 --- /dev/null +++ b/data/templates/npc/pet/14667-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 57 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14668-MechanicGolem.xml b/data/templates/npc/pet/14668-MechanicGolem.xml new file mode 100644 index 000000000..0d8114a4d --- /dev/null +++ b/data/templates/npc/pet/14668-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 62 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14669-MechanicGolem.xml b/data/templates/npc/pet/14669-MechanicGolem.xml new file mode 100644 index 000000000..9e4728bdd --- /dev/null +++ b/data/templates/npc/pet/14669-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 66 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14670-MechanicGolem.xml b/data/templates/npc/pet/14670-MechanicGolem.xml new file mode 100644 index 000000000..748c94d77 --- /dev/null +++ b/data/templates/npc/pet/14670-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14671-MechanicGolem.xml b/data/templates/npc/pet/14671-MechanicGolem.xml new file mode 100644 index 000000000..2ad644243 --- /dev/null +++ b/data/templates/npc/pet/14671-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 74 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14672-MechanicGolem.xml b/data/templates/npc/pet/14672-MechanicGolem.xml new file mode 100644 index 000000000..6701befe9 --- /dev/null +++ b/data/templates/npc/pet/14672-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14673-MechanicGolem.xml b/data/templates/npc/pet/14673-MechanicGolem.xml new file mode 100644 index 000000000..a32dc32fe --- /dev/null +++ b/data/templates/npc/pet/14673-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14674-MechanicGolem.xml b/data/templates/npc/pet/14674-MechanicGolem.xml new file mode 100644 index 000000000..5f40b82df --- /dev/null +++ b/data/templates/npc/pet/14674-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14675-MechanicGolem.xml b/data/templates/npc/pet/14675-MechanicGolem.xml new file mode 100644 index 000000000..e686d11d9 --- /dev/null +++ b/data/templates/npc/pet/14675-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14676-MechanicGolem.xml b/data/templates/npc/pet/14676-MechanicGolem.xml new file mode 100644 index 000000000..a8ccc7b24 --- /dev/null +++ b/data/templates/npc/pet/14676-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14677-MechanicGolem.xml b/data/templates/npc/pet/14677-MechanicGolem.xml new file mode 100644 index 000000000..5f1ee2479 --- /dev/null +++ b/data/templates/npc/pet/14677-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14678-MechanicGolem.xml b/data/templates/npc/pet/14678-MechanicGolem.xml new file mode 100644 index 000000000..392cad509 --- /dev/null +++ b/data/templates/npc/pet/14678-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14679-MechanicGolem.xml b/data/templates/npc/pet/14679-MechanicGolem.xml new file mode 100644 index 000000000..eda07f4ab --- /dev/null +++ b/data/templates/npc/pet/14679-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14680-MechanicGolem.xml b/data/templates/npc/pet/14680-MechanicGolem.xml new file mode 100644 index 000000000..eb00fee33 --- /dev/null +++ b/data/templates/npc/pet/14680-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14681-MechanicGolem.xml b/data/templates/npc/pet/14681-MechanicGolem.xml new file mode 100644 index 000000000..61f1db9b2 --- /dev/null +++ b/data/templates/npc/pet/14681-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14682-MechanicGolem.xml b/data/templates/npc/pet/14682-MechanicGolem.xml new file mode 100644 index 000000000..a056c68cd --- /dev/null +++ b/data/templates/npc/pet/14682-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14683-MechanicGolem.xml b/data/templates/npc/pet/14683-MechanicGolem.xml new file mode 100644 index 000000000..f14c9c3fb --- /dev/null +++ b/data/templates/npc/pet/14683-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14684-MechanicGolem.xml b/data/templates/npc/pet/14684-MechanicGolem.xml new file mode 100644 index 000000000..c247b1228 --- /dev/null +++ b/data/templates/npc/pet/14684-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14685-MechanicGolem.xml b/data/templates/npc/pet/14685-MechanicGolem.xml new file mode 100644 index 000000000..af7085b67 --- /dev/null +++ b/data/templates/npc/pet/14685-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14686-MechanicGolem.xml b/data/templates/npc/pet/14686-MechanicGolem.xml new file mode 100644 index 000000000..2c898c352 --- /dev/null +++ b/data/templates/npc/pet/14686-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14687-MechanicGolem.xml b/data/templates/npc/pet/14687-MechanicGolem.xml new file mode 100644 index 000000000..160ad169d --- /dev/null +++ b/data/templates/npc/pet/14687-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14688-MechanicGolem.xml b/data/templates/npc/pet/14688-MechanicGolem.xml new file mode 100644 index 000000000..6275d5ee5 --- /dev/null +++ b/data/templates/npc/pet/14688-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14689-MechanicGolem.xml b/data/templates/npc/pet/14689-MechanicGolem.xml new file mode 100644 index 000000000..5c355a8ca --- /dev/null +++ b/data/templates/npc/pet/14689-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14690-MechanicGolem.xml b/data/templates/npc/pet/14690-MechanicGolem.xml new file mode 100644 index 000000000..cfcc1cb3e --- /dev/null +++ b/data/templates/npc/pet/14690-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14691-MechanicGolem.xml b/data/templates/npc/pet/14691-MechanicGolem.xml new file mode 100644 index 000000000..7887719f0 --- /dev/null +++ b/data/templates/npc/pet/14691-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14692-MechanicGolem.xml b/data/templates/npc/pet/14692-MechanicGolem.xml new file mode 100644 index 000000000..21e47b930 --- /dev/null +++ b/data/templates/npc/pet/14692-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14693-MechanicGolem.xml b/data/templates/npc/pet/14693-MechanicGolem.xml new file mode 100644 index 000000000..a9fd514ec --- /dev/null +++ b/data/templates/npc/pet/14693-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14694-MechanicGolem.xml b/data/templates/npc/pet/14694-MechanicGolem.xml new file mode 100644 index 000000000..6d794df8e --- /dev/null +++ b/data/templates/npc/pet/14694-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14695-MechanicGolem.xml b/data/templates/npc/pet/14695-MechanicGolem.xml new file mode 100644 index 000000000..72d6751bf --- /dev/null +++ b/data/templates/npc/pet/14695-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14696-MechanicGolem.xml b/data/templates/npc/pet/14696-MechanicGolem.xml new file mode 100644 index 000000000..2bae7852c --- /dev/null +++ b/data/templates/npc/pet/14696-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14697-MechanicGolem.xml b/data/templates/npc/pet/14697-MechanicGolem.xml new file mode 100644 index 000000000..97389a241 --- /dev/null +++ b/data/templates/npc/pet/14697-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14698-MechanicGolem.xml b/data/templates/npc/pet/14698-MechanicGolem.xml new file mode 100644 index 000000000..bb58952f0 --- /dev/null +++ b/data/templates/npc/pet/14698-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14699-MechanicGolem.xml b/data/templates/npc/pet/14699-MechanicGolem.xml new file mode 100644 index 000000000..f3f5ad910 --- /dev/null +++ b/data/templates/npc/pet/14699-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14700-MechanicGolem.xml b/data/templates/npc/pet/14700-MechanicGolem.xml new file mode 100644 index 000000000..eeefc898c --- /dev/null +++ b/data/templates/npc/pet/14700-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14701-MechanicGolem.xml b/data/templates/npc/pet/14701-MechanicGolem.xml new file mode 100644 index 000000000..d49cdf1e3 --- /dev/null +++ b/data/templates/npc/pet/14701-MechanicGolem.xml @@ -0,0 +1,25 @@ + + + + Mechanic Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14702-BigBoom.xml b/data/templates/npc/pet/14702-BigBoom.xml new file mode 100644 index 000000000..50a24bafd --- /dev/null +++ b/data/templates/npc/pet/14702-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14703-BigBoom.xml b/data/templates/npc/pet/14703-BigBoom.xml new file mode 100644 index 000000000..3a9ea544a --- /dev/null +++ b/data/templates/npc/pet/14703-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14704-BigBoom.xml b/data/templates/npc/pet/14704-BigBoom.xml new file mode 100644 index 000000000..cd6a06c3b --- /dev/null +++ b/data/templates/npc/pet/14704-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14705-BigBoom.xml b/data/templates/npc/pet/14705-BigBoom.xml new file mode 100644 index 000000000..79b74386e --- /dev/null +++ b/data/templates/npc/pet/14705-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14706-BigBoom.xml b/data/templates/npc/pet/14706-BigBoom.xml new file mode 100644 index 000000000..67e07d4cf --- /dev/null +++ b/data/templates/npc/pet/14706-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14707-BigBoom.xml b/data/templates/npc/pet/14707-BigBoom.xml new file mode 100644 index 000000000..151bbdecb --- /dev/null +++ b/data/templates/npc/pet/14707-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14708-BigBoom.xml b/data/templates/npc/pet/14708-BigBoom.xml new file mode 100644 index 000000000..03ea4f49b --- /dev/null +++ b/data/templates/npc/pet/14708-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14709-BigBoom.xml b/data/templates/npc/pet/14709-BigBoom.xml new file mode 100644 index 000000000..4a6b67976 --- /dev/null +++ b/data/templates/npc/pet/14709-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14710-BigBoom.xml b/data/templates/npc/pet/14710-BigBoom.xml new file mode 100644 index 000000000..1a4c9aed6 --- /dev/null +++ b/data/templates/npc/pet/14710-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14711-BigBoom.xml b/data/templates/npc/pet/14711-BigBoom.xml new file mode 100644 index 000000000..ed9ae5996 --- /dev/null +++ b/data/templates/npc/pet/14711-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14712-BigBoom.xml b/data/templates/npc/pet/14712-BigBoom.xml new file mode 100644 index 000000000..bb4f3c565 --- /dev/null +++ b/data/templates/npc/pet/14712-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14713-BigBoom.xml b/data/templates/npc/pet/14713-BigBoom.xml new file mode 100644 index 000000000..6a956c950 --- /dev/null +++ b/data/templates/npc/pet/14713-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14714-BigBoom.xml b/data/templates/npc/pet/14714-BigBoom.xml new file mode 100644 index 000000000..f95018304 --- /dev/null +++ b/data/templates/npc/pet/14714-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14715-BigBoom.xml b/data/templates/npc/pet/14715-BigBoom.xml new file mode 100644 index 000000000..98019d8e9 --- /dev/null +++ b/data/templates/npc/pet/14715-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14716-BigBoom.xml b/data/templates/npc/pet/14716-BigBoom.xml new file mode 100644 index 000000000..fc0394d52 --- /dev/null +++ b/data/templates/npc/pet/14716-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14717-BigBoom.xml b/data/templates/npc/pet/14717-BigBoom.xml new file mode 100644 index 000000000..4868dd164 --- /dev/null +++ b/data/templates/npc/pet/14717-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14718-BigBoom.xml b/data/templates/npc/pet/14718-BigBoom.xml new file mode 100644 index 000000000..cd8b04e65 --- /dev/null +++ b/data/templates/npc/pet/14718-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14719-BigBoom.xml b/data/templates/npc/pet/14719-BigBoom.xml new file mode 100644 index 000000000..321b9ac41 --- /dev/null +++ b/data/templates/npc/pet/14719-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14720-BigBoom.xml b/data/templates/npc/pet/14720-BigBoom.xml new file mode 100644 index 000000000..c60d90c8e --- /dev/null +++ b/data/templates/npc/pet/14720-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14721-BigBoom.xml b/data/templates/npc/pet/14721-BigBoom.xml new file mode 100644 index 000000000..2545d5d34 --- /dev/null +++ b/data/templates/npc/pet/14721-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14722-BigBoom.xml b/data/templates/npc/pet/14722-BigBoom.xml new file mode 100644 index 000000000..5e0d1b61d --- /dev/null +++ b/data/templates/npc/pet/14722-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14723-BigBoom.xml b/data/templates/npc/pet/14723-BigBoom.xml new file mode 100644 index 000000000..3f00a2ff4 --- /dev/null +++ b/data/templates/npc/pet/14723-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14724-BigBoom.xml b/data/templates/npc/pet/14724-BigBoom.xml new file mode 100644 index 000000000..7c192a465 --- /dev/null +++ b/data/templates/npc/pet/14724-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14725-BigBoom.xml b/data/templates/npc/pet/14725-BigBoom.xml new file mode 100644 index 000000000..2b7324b40 --- /dev/null +++ b/data/templates/npc/pet/14725-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14726-BigBoom.xml b/data/templates/npc/pet/14726-BigBoom.xml new file mode 100644 index 000000000..fbf09c5e0 --- /dev/null +++ b/data/templates/npc/pet/14726-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14727-BigBoom.xml b/data/templates/npc/pet/14727-BigBoom.xml new file mode 100644 index 000000000..a74143415 --- /dev/null +++ b/data/templates/npc/pet/14727-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14728-BigBoom.xml b/data/templates/npc/pet/14728-BigBoom.xml new file mode 100644 index 000000000..57464e16b --- /dev/null +++ b/data/templates/npc/pet/14728-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14729-BigBoom.xml b/data/templates/npc/pet/14729-BigBoom.xml new file mode 100644 index 000000000..4a4426344 --- /dev/null +++ b/data/templates/npc/pet/14729-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14730-BigBoom.xml b/data/templates/npc/pet/14730-BigBoom.xml new file mode 100644 index 000000000..a2ef785b6 --- /dev/null +++ b/data/templates/npc/pet/14730-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14731-BigBoom.xml b/data/templates/npc/pet/14731-BigBoom.xml new file mode 100644 index 000000000..3ebd2e8d6 --- /dev/null +++ b/data/templates/npc/pet/14731-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14732-BigBoom.xml b/data/templates/npc/pet/14732-BigBoom.xml new file mode 100644 index 000000000..bee0e46c1 --- /dev/null +++ b/data/templates/npc/pet/14732-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14733-BigBoom.xml b/data/templates/npc/pet/14733-BigBoom.xml new file mode 100644 index 000000000..36e5746f5 --- /dev/null +++ b/data/templates/npc/pet/14733-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14734-BigBoom.xml b/data/templates/npc/pet/14734-BigBoom.xml new file mode 100644 index 000000000..ab21989cf --- /dev/null +++ b/data/templates/npc/pet/14734-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14735-BigBoom.xml b/data/templates/npc/pet/14735-BigBoom.xml new file mode 100644 index 000000000..7aeea005c --- /dev/null +++ b/data/templates/npc/pet/14735-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14736-BigBoom.xml b/data/templates/npc/pet/14736-BigBoom.xml new file mode 100644 index 000000000..268e31754 --- /dev/null +++ b/data/templates/npc/pet/14736-BigBoom.xml @@ -0,0 +1,25 @@ + + + + Big Boom + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14799-DarkPanther.xml b/data/templates/npc/pet/14799-DarkPanther.xml new file mode 100644 index 000000000..add811e83 --- /dev/null +++ b/data/templates/npc/pet/14799-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 42 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14800-DarkPanther.xml b/data/templates/npc/pet/14800-DarkPanther.xml new file mode 100644 index 000000000..3a55a04bb --- /dev/null +++ b/data/templates/npc/pet/14800-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 51 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14801-DarkPanther.xml b/data/templates/npc/pet/14801-DarkPanther.xml new file mode 100644 index 000000000..267b6afec --- /dev/null +++ b/data/templates/npc/pet/14801-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14802-DarkPanther.xml b/data/templates/npc/pet/14802-DarkPanther.xml new file mode 100644 index 000000000..bba125603 --- /dev/null +++ b/data/templates/npc/pet/14802-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 64 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14803-DarkPanther.xml b/data/templates/npc/pet/14803-DarkPanther.xml new file mode 100644 index 000000000..6f53eb2f2 --- /dev/null +++ b/data/templates/npc/pet/14803-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14804-DarkPanther.xml b/data/templates/npc/pet/14804-DarkPanther.xml new file mode 100644 index 000000000..fa9d94130 --- /dev/null +++ b/data/templates/npc/pet/14804-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 72 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14805-DarkPanther.xml b/data/templates/npc/pet/14805-DarkPanther.xml new file mode 100644 index 000000000..3bf82ce55 --- /dev/null +++ b/data/templates/npc/pet/14805-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 76 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14806-DarkPanther.xml b/data/templates/npc/pet/14806-DarkPanther.xml new file mode 100644 index 000000000..6dbc50b78 --- /dev/null +++ b/data/templates/npc/pet/14806-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14807-DarkPanther.xml b/data/templates/npc/pet/14807-DarkPanther.xml new file mode 100644 index 000000000..b93a8db3f --- /dev/null +++ b/data/templates/npc/pet/14807-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14808-DarkPanther.xml b/data/templates/npc/pet/14808-DarkPanther.xml new file mode 100644 index 000000000..61774efe3 --- /dev/null +++ b/data/templates/npc/pet/14808-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14809-DarkPanther.xml b/data/templates/npc/pet/14809-DarkPanther.xml new file mode 100644 index 000000000..166cf31de --- /dev/null +++ b/data/templates/npc/pet/14809-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14810-DarkPanther.xml b/data/templates/npc/pet/14810-DarkPanther.xml new file mode 100644 index 000000000..abc424737 --- /dev/null +++ b/data/templates/npc/pet/14810-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14811-DarkPanther.xml b/data/templates/npc/pet/14811-DarkPanther.xml new file mode 100644 index 000000000..79d55621c --- /dev/null +++ b/data/templates/npc/pet/14811-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14812-DarkPanther.xml b/data/templates/npc/pet/14812-DarkPanther.xml new file mode 100644 index 000000000..f2694fb00 --- /dev/null +++ b/data/templates/npc/pet/14812-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14813-DarkPanther.xml b/data/templates/npc/pet/14813-DarkPanther.xml new file mode 100644 index 000000000..3fe8c0e95 --- /dev/null +++ b/data/templates/npc/pet/14813-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14814-DarkPanther.xml b/data/templates/npc/pet/14814-DarkPanther.xml new file mode 100644 index 000000000..409368ea4 --- /dev/null +++ b/data/templates/npc/pet/14814-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14815-DarkPanther.xml b/data/templates/npc/pet/14815-DarkPanther.xml new file mode 100644 index 000000000..028c82431 --- /dev/null +++ b/data/templates/npc/pet/14815-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14816-DarkPanther.xml b/data/templates/npc/pet/14816-DarkPanther.xml new file mode 100644 index 000000000..08a0d00f8 --- /dev/null +++ b/data/templates/npc/pet/14816-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14817-DarkPanther.xml b/data/templates/npc/pet/14817-DarkPanther.xml new file mode 100644 index 000000000..c110334aa --- /dev/null +++ b/data/templates/npc/pet/14817-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14818-DarkPanther.xml b/data/templates/npc/pet/14818-DarkPanther.xml new file mode 100644 index 000000000..084f377f9 --- /dev/null +++ b/data/templates/npc/pet/14818-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14819-DarkPanther.xml b/data/templates/npc/pet/14819-DarkPanther.xml new file mode 100644 index 000000000..7545a1bb1 --- /dev/null +++ b/data/templates/npc/pet/14819-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14820-DarkPanther.xml b/data/templates/npc/pet/14820-DarkPanther.xml new file mode 100644 index 000000000..96d0014e6 --- /dev/null +++ b/data/templates/npc/pet/14820-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14821-DarkPanther.xml b/data/templates/npc/pet/14821-DarkPanther.xml new file mode 100644 index 000000000..dfeb87fef --- /dev/null +++ b/data/templates/npc/pet/14821-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14822-DarkPanther.xml b/data/templates/npc/pet/14822-DarkPanther.xml new file mode 100644 index 000000000..4ecff491f --- /dev/null +++ b/data/templates/npc/pet/14822-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14823-DarkPanther.xml b/data/templates/npc/pet/14823-DarkPanther.xml new file mode 100644 index 000000000..86fc75b7f --- /dev/null +++ b/data/templates/npc/pet/14823-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14824-DarkPanther.xml b/data/templates/npc/pet/14824-DarkPanther.xml new file mode 100644 index 000000000..5242717fb --- /dev/null +++ b/data/templates/npc/pet/14824-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14825-DarkPanther.xml b/data/templates/npc/pet/14825-DarkPanther.xml new file mode 100644 index 000000000..65569280c --- /dev/null +++ b/data/templates/npc/pet/14825-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14826-DarkPanther.xml b/data/templates/npc/pet/14826-DarkPanther.xml new file mode 100644 index 000000000..d57901a17 --- /dev/null +++ b/data/templates/npc/pet/14826-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14827-DarkPanther.xml b/data/templates/npc/pet/14827-DarkPanther.xml new file mode 100644 index 000000000..45f4382dc --- /dev/null +++ b/data/templates/npc/pet/14827-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14828-DarkPanther.xml b/data/templates/npc/pet/14828-DarkPanther.xml new file mode 100644 index 000000000..dcda29aa5 --- /dev/null +++ b/data/templates/npc/pet/14828-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14829-DarkPanther.xml b/data/templates/npc/pet/14829-DarkPanther.xml new file mode 100644 index 000000000..337962443 --- /dev/null +++ b/data/templates/npc/pet/14829-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14830-DarkPanther.xml b/data/templates/npc/pet/14830-DarkPanther.xml new file mode 100644 index 000000000..5f77ddbb5 --- /dev/null +++ b/data/templates/npc/pet/14830-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14831-DarkPanther.xml b/data/templates/npc/pet/14831-DarkPanther.xml new file mode 100644 index 000000000..8171c59a2 --- /dev/null +++ b/data/templates/npc/pet/14831-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14832-DarkPanther.xml b/data/templates/npc/pet/14832-DarkPanther.xml new file mode 100644 index 000000000..21b659a46 --- /dev/null +++ b/data/templates/npc/pet/14832-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14833-DarkPanther.xml b/data/templates/npc/pet/14833-DarkPanther.xml new file mode 100644 index 000000000..c9ccf0670 --- /dev/null +++ b/data/templates/npc/pet/14833-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14834-DarkPanther.xml b/data/templates/npc/pet/14834-DarkPanther.xml new file mode 100644 index 000000000..07b331732 --- /dev/null +++ b/data/templates/npc/pet/14834-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14835-DarkPanther.xml b/data/templates/npc/pet/14835-DarkPanther.xml new file mode 100644 index 000000000..786eae030 --- /dev/null +++ b/data/templates/npc/pet/14835-DarkPanther.xml @@ -0,0 +1,25 @@ + + + + Dark Panther + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14836-FelineKing.xml b/data/templates/npc/pet/14836-FelineKing.xml new file mode 100644 index 000000000..40e35549c --- /dev/null +++ b/data/templates/npc/pet/14836-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14837-MagnusTheUnicorn.xml b/data/templates/npc/pet/14837-MagnusTheUnicorn.xml new file mode 100644 index 000000000..3db3a1ad6 --- /dev/null +++ b/data/templates/npc/pet/14837-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14838-SpectralLord.xml b/data/templates/npc/pet/14838-SpectralLord.xml new file mode 100644 index 000000000..061b40417 --- /dev/null +++ b/data/templates/npc/pet/14838-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14870-DivineBeast.xml b/data/templates/npc/pet/14870-DivineBeast.xml new file mode 100644 index 000000000..ab582733a --- /dev/null +++ b/data/templates/npc/pet/14870-DivineBeast.xml @@ -0,0 +1,25 @@ + + + + Divine Beast + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14871-FelineKing.xml b/data/templates/npc/pet/14871-FelineKing.xml new file mode 100644 index 000000000..17c754c08 --- /dev/null +++ b/data/templates/npc/pet/14871-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14872-FelineKing.xml b/data/templates/npc/pet/14872-FelineKing.xml new file mode 100644 index 000000000..ce792e430 --- /dev/null +++ b/data/templates/npc/pet/14872-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14873-FelineKing.xml b/data/templates/npc/pet/14873-FelineKing.xml new file mode 100644 index 000000000..c3a24f546 --- /dev/null +++ b/data/templates/npc/pet/14873-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14874-FelineKing.xml b/data/templates/npc/pet/14874-FelineKing.xml new file mode 100644 index 000000000..bd970d47c --- /dev/null +++ b/data/templates/npc/pet/14874-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14875-FelineKing.xml b/data/templates/npc/pet/14875-FelineKing.xml new file mode 100644 index 000000000..dd20247dc --- /dev/null +++ b/data/templates/npc/pet/14875-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14876-FelineKing.xml b/data/templates/npc/pet/14876-FelineKing.xml new file mode 100644 index 000000000..7dc904a57 --- /dev/null +++ b/data/templates/npc/pet/14876-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14877-FelineKing.xml b/data/templates/npc/pet/14877-FelineKing.xml new file mode 100644 index 000000000..aacfe03fb --- /dev/null +++ b/data/templates/npc/pet/14877-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14878-FelineKing.xml b/data/templates/npc/pet/14878-FelineKing.xml new file mode 100644 index 000000000..75b44cd65 --- /dev/null +++ b/data/templates/npc/pet/14878-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14879-FelineKing.xml b/data/templates/npc/pet/14879-FelineKing.xml new file mode 100644 index 000000000..0d073d5e8 --- /dev/null +++ b/data/templates/npc/pet/14879-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14880-FelineKing.xml b/data/templates/npc/pet/14880-FelineKing.xml new file mode 100644 index 000000000..7ed5b9641 --- /dev/null +++ b/data/templates/npc/pet/14880-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14881-FelineKing.xml b/data/templates/npc/pet/14881-FelineKing.xml new file mode 100644 index 000000000..4a9b6df89 --- /dev/null +++ b/data/templates/npc/pet/14881-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14882-FelineKing.xml b/data/templates/npc/pet/14882-FelineKing.xml new file mode 100644 index 000000000..1b85e5c22 --- /dev/null +++ b/data/templates/npc/pet/14882-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14883-FelineKing.xml b/data/templates/npc/pet/14883-FelineKing.xml new file mode 100644 index 000000000..e2b348c60 --- /dev/null +++ b/data/templates/npc/pet/14883-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14884-FelineKing.xml b/data/templates/npc/pet/14884-FelineKing.xml new file mode 100644 index 000000000..9ce010149 --- /dev/null +++ b/data/templates/npc/pet/14884-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14885-FelineKing.xml b/data/templates/npc/pet/14885-FelineKing.xml new file mode 100644 index 000000000..2470ca96a --- /dev/null +++ b/data/templates/npc/pet/14885-FelineKing.xml @@ -0,0 +1,25 @@ + + + + Feline King + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14886-MagnusTheUnicorn.xml b/data/templates/npc/pet/14886-MagnusTheUnicorn.xml new file mode 100644 index 000000000..3a993e1e4 --- /dev/null +++ b/data/templates/npc/pet/14886-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14887-MagnusTheUnicorn.xml b/data/templates/npc/pet/14887-MagnusTheUnicorn.xml new file mode 100644 index 000000000..3056cd85a --- /dev/null +++ b/data/templates/npc/pet/14887-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14888-MagnusTheUnicorn.xml b/data/templates/npc/pet/14888-MagnusTheUnicorn.xml new file mode 100644 index 000000000..c40f4629d --- /dev/null +++ b/data/templates/npc/pet/14888-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14889-MagnusTheUnicorn.xml b/data/templates/npc/pet/14889-MagnusTheUnicorn.xml new file mode 100644 index 000000000..32168dc64 --- /dev/null +++ b/data/templates/npc/pet/14889-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14890-MagnusTheUnicorn.xml b/data/templates/npc/pet/14890-MagnusTheUnicorn.xml new file mode 100644 index 000000000..877d75ae7 --- /dev/null +++ b/data/templates/npc/pet/14890-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14891-MagnusTheUnicorn.xml b/data/templates/npc/pet/14891-MagnusTheUnicorn.xml new file mode 100644 index 000000000..54e10e04c --- /dev/null +++ b/data/templates/npc/pet/14891-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14892-MagnusTheUnicorn.xml b/data/templates/npc/pet/14892-MagnusTheUnicorn.xml new file mode 100644 index 000000000..968ef5bf3 --- /dev/null +++ b/data/templates/npc/pet/14892-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14893-MagnusTheUnicorn.xml b/data/templates/npc/pet/14893-MagnusTheUnicorn.xml new file mode 100644 index 000000000..4dc86d4d7 --- /dev/null +++ b/data/templates/npc/pet/14893-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14894-MagnusTheUnicorn.xml b/data/templates/npc/pet/14894-MagnusTheUnicorn.xml new file mode 100644 index 000000000..f91d85c4d --- /dev/null +++ b/data/templates/npc/pet/14894-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14895-MagnusTheUnicorn.xml b/data/templates/npc/pet/14895-MagnusTheUnicorn.xml new file mode 100644 index 000000000..c202f1f60 --- /dev/null +++ b/data/templates/npc/pet/14895-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14896-MagnusTheUnicorn.xml b/data/templates/npc/pet/14896-MagnusTheUnicorn.xml new file mode 100644 index 000000000..85b3d5b90 --- /dev/null +++ b/data/templates/npc/pet/14896-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14897-MagnusTheUnicorn.xml b/data/templates/npc/pet/14897-MagnusTheUnicorn.xml new file mode 100644 index 000000000..477dfc608 --- /dev/null +++ b/data/templates/npc/pet/14897-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14898-MagnusTheUnicorn.xml b/data/templates/npc/pet/14898-MagnusTheUnicorn.xml new file mode 100644 index 000000000..a73d1135b --- /dev/null +++ b/data/templates/npc/pet/14898-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14899-MagnusTheUnicorn.xml b/data/templates/npc/pet/14899-MagnusTheUnicorn.xml new file mode 100644 index 000000000..684e7006b --- /dev/null +++ b/data/templates/npc/pet/14899-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14900-MagnusTheUnicorn.xml b/data/templates/npc/pet/14900-MagnusTheUnicorn.xml new file mode 100644 index 000000000..6accb3894 --- /dev/null +++ b/data/templates/npc/pet/14900-MagnusTheUnicorn.xml @@ -0,0 +1,25 @@ + + + + Magnus the Unicorn + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14901-SpectralLord.xml b/data/templates/npc/pet/14901-SpectralLord.xml new file mode 100644 index 000000000..4fad0cd21 --- /dev/null +++ b/data/templates/npc/pet/14901-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14902-SpectralLord.xml b/data/templates/npc/pet/14902-SpectralLord.xml new file mode 100644 index 000000000..255306625 --- /dev/null +++ b/data/templates/npc/pet/14902-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14903-SpectralLord.xml b/data/templates/npc/pet/14903-SpectralLord.xml new file mode 100644 index 000000000..991dc12a2 --- /dev/null +++ b/data/templates/npc/pet/14903-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14904-SpectralLord.xml b/data/templates/npc/pet/14904-SpectralLord.xml new file mode 100644 index 000000000..ac262ee09 --- /dev/null +++ b/data/templates/npc/pet/14904-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14905-SpectralLord.xml b/data/templates/npc/pet/14905-SpectralLord.xml new file mode 100644 index 000000000..652d349ee --- /dev/null +++ b/data/templates/npc/pet/14905-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14906-SpectralLord.xml b/data/templates/npc/pet/14906-SpectralLord.xml new file mode 100644 index 000000000..bc454edcd --- /dev/null +++ b/data/templates/npc/pet/14906-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14907-SpectralLord.xml b/data/templates/npc/pet/14907-SpectralLord.xml new file mode 100644 index 000000000..2b8ce3b34 --- /dev/null +++ b/data/templates/npc/pet/14907-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14908-SpectralLord.xml b/data/templates/npc/pet/14908-SpectralLord.xml new file mode 100644 index 000000000..5be1a42a1 --- /dev/null +++ b/data/templates/npc/pet/14908-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14909-SpectralLord.xml b/data/templates/npc/pet/14909-SpectralLord.xml new file mode 100644 index 000000000..a00e0775b --- /dev/null +++ b/data/templates/npc/pet/14909-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14910-SpectralLord.xml b/data/templates/npc/pet/14910-SpectralLord.xml new file mode 100644 index 000000000..3dea1d34a --- /dev/null +++ b/data/templates/npc/pet/14910-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14911-SpectralLord.xml b/data/templates/npc/pet/14911-SpectralLord.xml new file mode 100644 index 000000000..425b3e3c1 --- /dev/null +++ b/data/templates/npc/pet/14911-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14912-SpectralLord.xml b/data/templates/npc/pet/14912-SpectralLord.xml new file mode 100644 index 000000000..0d46d5614 --- /dev/null +++ b/data/templates/npc/pet/14912-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14913-SpectralLord.xml b/data/templates/npc/pet/14913-SpectralLord.xml new file mode 100644 index 000000000..862f1d33c --- /dev/null +++ b/data/templates/npc/pet/14913-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14914-SpectralLord.xml b/data/templates/npc/pet/14914-SpectralLord.xml new file mode 100644 index 000000000..f4d1a141c --- /dev/null +++ b/data/templates/npc/pet/14914-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14915-SpectralLord.xml b/data/templates/npc/pet/14915-SpectralLord.xml new file mode 100644 index 000000000..7ed2f68c0 --- /dev/null +++ b/data/templates/npc/pet/14915-SpectralLord.xml @@ -0,0 +1,25 @@ + + + + Spectral Lord + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14916-Tigress.xml b/data/templates/npc/pet/14916-Tigress.xml new file mode 100644 index 000000000..abfdd7aa2 --- /dev/null +++ b/data/templates/npc/pet/14916-Tigress.xml @@ -0,0 +1,25 @@ + + + + Tigress + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14917-Tigress.xml b/data/templates/npc/pet/14917-Tigress.xml new file mode 100644 index 000000000..7dd9d76a4 --- /dev/null +++ b/data/templates/npc/pet/14917-Tigress.xml @@ -0,0 +1,25 @@ + + + + Tigress + 61 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/14918-ImperialPhoenix.xml b/data/templates/npc/pet/14918-ImperialPhoenix.xml new file mode 100644 index 000000000..63e5fb4fd --- /dev/null +++ b/data/templates/npc/pet/14918-ImperialPhoenix.xml @@ -0,0 +1,25 @@ + + + + Imperial Phoenix + 83 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1538-BabyRudolph.xml b/data/templates/npc/pet/1538-BabyRudolph.xml new file mode 100644 index 000000000..9bfd2f526 --- /dev/null +++ b/data/templates/npc/pet/1538-BabyRudolph.xml @@ -0,0 +1,25 @@ + + + + Baby Rudolph + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1561-BabyRudolph.xml b/data/templates/npc/pet/1561-BabyRudolph.xml new file mode 100644 index 000000000..fe225a860 --- /dev/null +++ b/data/templates/npc/pet/1561-BabyRudolph.xml @@ -0,0 +1,25 @@ + + + + Baby Rudolph + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1562-Deseloph.xml b/data/templates/npc/pet/1562-Deseloph.xml new file mode 100644 index 000000000..00e3c13e0 --- /dev/null +++ b/data/templates/npc/pet/1562-Deseloph.xml @@ -0,0 +1,25 @@ + + + + Deseloph + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1563-Hyum.xml b/data/templates/npc/pet/1563-Hyum.xml new file mode 100644 index 000000000..e6d429bf5 --- /dev/null +++ b/data/templates/npc/pet/1563-Hyum.xml @@ -0,0 +1,25 @@ + + + + Hyum + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1564-Rekang.xml b/data/templates/npc/pet/1564-Rekang.xml new file mode 100644 index 000000000..6965ead45 --- /dev/null +++ b/data/templates/npc/pet/1564-Rekang.xml @@ -0,0 +1,25 @@ + + + + Rekang + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1565-Lilias.xml b/data/templates/npc/pet/1565-Lilias.xml new file mode 100644 index 000000000..0a9de925f --- /dev/null +++ b/data/templates/npc/pet/1565-Lilias.xml @@ -0,0 +1,25 @@ + + + + Lilias + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1566-Lapham.xml b/data/templates/npc/pet/1566-Lapham.xml new file mode 100644 index 000000000..ece3760a6 --- /dev/null +++ b/data/templates/npc/pet/1566-Lapham.xml @@ -0,0 +1,25 @@ + + + + Lapham + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1567-Mafum.xml b/data/templates/npc/pet/1567-Mafum.xml new file mode 100644 index 000000000..f9dd2b23c --- /dev/null +++ b/data/templates/npc/pet/1567-Mafum.xml @@ -0,0 +1,25 @@ + + + + Mafum + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1568-Deseloph.xml b/data/templates/npc/pet/1568-Deseloph.xml new file mode 100644 index 000000000..52dadd7da --- /dev/null +++ b/data/templates/npc/pet/1568-Deseloph.xml @@ -0,0 +1,25 @@ + + + + Deseloph + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1569-Hyum.xml b/data/templates/npc/pet/1569-Hyum.xml new file mode 100644 index 000000000..48045f8f2 --- /dev/null +++ b/data/templates/npc/pet/1569-Hyum.xml @@ -0,0 +1,25 @@ + + + + Hyum + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1570-Rekang.xml b/data/templates/npc/pet/1570-Rekang.xml new file mode 100644 index 000000000..8a43378da --- /dev/null +++ b/data/templates/npc/pet/1570-Rekang.xml @@ -0,0 +1,25 @@ + + + + Rekang + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1571-Lilias.xml b/data/templates/npc/pet/1571-Lilias.xml new file mode 100644 index 000000000..3c0d27607 --- /dev/null +++ b/data/templates/npc/pet/1571-Lilias.xml @@ -0,0 +1,25 @@ + + + + Lilias + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1572-Lapham.xml b/data/templates/npc/pet/1572-Lapham.xml new file mode 100644 index 000000000..2f948283b --- /dev/null +++ b/data/templates/npc/pet/1572-Lapham.xml @@ -0,0 +1,25 @@ + + + + Lapham + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/1573-Mafum.xml b/data/templates/npc/pet/1573-Mafum.xml new file mode 100644 index 000000000..059ca32e0 --- /dev/null +++ b/data/templates/npc/pet/1573-Mafum.xml @@ -0,0 +1,25 @@ + + + + Mafum + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16025-GreatWolf.xml b/data/templates/npc/pet/16025-GreatWolf.xml new file mode 100644 index 000000000..404aef6f1 --- /dev/null +++ b/data/templates/npc/pet/16025-GreatWolf.xml @@ -0,0 +1,25 @@ + + + + Great Wolf + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16030-GreatWolf.xml b/data/templates/npc/pet/16030-GreatWolf.xml new file mode 100644 index 000000000..5b43ce6a1 --- /dev/null +++ b/data/templates/npc/pet/16030-GreatWolf.xml @@ -0,0 +1,25 @@ + + + + Great Wolf + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16037-GreatSnowWolf.xml b/data/templates/npc/pet/16037-GreatSnowWolf.xml new file mode 100644 index 000000000..464186270 --- /dev/null +++ b/data/templates/npc/pet/16037-GreatSnowWolf.xml @@ -0,0 +1,25 @@ + + + + Great Snow Wolf + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16038-RedWindStrider.xml b/data/templates/npc/pet/16038-RedWindStrider.xml new file mode 100644 index 000000000..8a512d6a9 --- /dev/null +++ b/data/templates/npc/pet/16038-RedWindStrider.xml @@ -0,0 +1,25 @@ + + + + Red Wind Strider + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16039-RedStarStrider.xml b/data/templates/npc/pet/16039-RedStarStrider.xml new file mode 100644 index 000000000..1c4c846df --- /dev/null +++ b/data/templates/npc/pet/16039-RedStarStrider.xml @@ -0,0 +1,25 @@ + + + + Red Star Strider + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16040-RedTwilightStrider.xml b/data/templates/npc/pet/16040-RedTwilightStrider.xml new file mode 100644 index 000000000..547405ebd --- /dev/null +++ b/data/templates/npc/pet/16040-RedTwilightStrider.xml @@ -0,0 +1,25 @@ + + + + Red Twilight Strider + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16041-Fenrir.xml b/data/templates/npc/pet/16041-Fenrir.xml new file mode 100644 index 000000000..bc27bda0f --- /dev/null +++ b/data/templates/npc/pet/16041-Fenrir.xml @@ -0,0 +1,25 @@ + + + + Fenrir + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16042-SnowFenrir.xml b/data/templates/npc/pet/16042-SnowFenrir.xml new file mode 100644 index 000000000..028fd135c --- /dev/null +++ b/data/templates/npc/pet/16042-SnowFenrir.xml @@ -0,0 +1,25 @@ + + + + Snow Fenrir + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16043-FoxShaman.xml b/data/templates/npc/pet/16043-FoxShaman.xml new file mode 100644 index 000000000..c501189bb --- /dev/null +++ b/data/templates/npc/pet/16043-FoxShaman.xml @@ -0,0 +1,25 @@ + + + + Fox Shaman + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16044-WildBeastFighter.xml b/data/templates/npc/pet/16044-WildBeastFighter.xml new file mode 100644 index 000000000..bc75b7fda --- /dev/null +++ b/data/templates/npc/pet/16044-WildBeastFighter.xml @@ -0,0 +1,25 @@ + + + + Wild Beast Fighter + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16050-OwlMonk.xml b/data/templates/npc/pet/16050-OwlMonk.xml new file mode 100644 index 000000000..dcbf2be73 --- /dev/null +++ b/data/templates/npc/pet/16050-OwlMonk.xml @@ -0,0 +1,25 @@ + + + + Owl Monk + 55 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16067-Deinonychus.xml b/data/templates/npc/pet/16067-Deinonychus.xml new file mode 100644 index 000000000..241bd0466 --- /dev/null +++ b/data/templates/npc/pet/16067-Deinonychus.xml @@ -0,0 +1,25 @@ + + + + Deinonychus + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16068-GuardianSStrider.xml b/data/templates/npc/pet/16068-GuardianSStrider.xml new file mode 100644 index 000000000..3f84c0a6c --- /dev/null +++ b/data/templates/npc/pet/16068-GuardianSStrider.xml @@ -0,0 +1,25 @@ + + + + Guardian's Strider + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16071-Maguen.xml b/data/templates/npc/pet/16071-Maguen.xml new file mode 100644 index 000000000..e9a915d63 --- /dev/null +++ b/data/templates/npc/pet/16071-Maguen.xml @@ -0,0 +1,25 @@ + + + + Maguen + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/pet/16072-EliteMaguen.xml b/data/templates/npc/pet/16072-EliteMaguen.xml new file mode 100644 index 000000000..49a539f21 --- /dev/null +++ b/data/templates/npc/pet/16072-EliteMaguen.xml @@ -0,0 +1,25 @@ + + + + Elite Maguen + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/30731-Martin.xml b/data/templates/npc/petmanager/30731-Martin.xml new file mode 100644 index 000000000..e772bd7ef --- /dev/null +++ b/data/templates/npc/petmanager/30731-Martin.xml @@ -0,0 +1,26 @@ + + + + Martin + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/30827-Lundy.xml b/data/templates/npc/petmanager/30827-Lundy.xml new file mode 100644 index 000000000..50b529961 --- /dev/null +++ b/data/templates/npc/petmanager/30827-Lundy.xml @@ -0,0 +1,26 @@ + + + + Lundy + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/30828-Waters.xml b/data/templates/npc/petmanager/30828-Waters.xml new file mode 100644 index 000000000..09ff8be67 --- /dev/null +++ b/data/templates/npc/petmanager/30828-Waters.xml @@ -0,0 +1,26 @@ + + + + Waters + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/30829-Cooper.xml b/data/templates/npc/petmanager/30829-Cooper.xml new file mode 100644 index 000000000..afa8b966d --- /dev/null +++ b/data/templates/npc/petmanager/30829-Cooper.xml @@ -0,0 +1,26 @@ + + + + Cooper + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/30830-Joey.xml b/data/templates/npc/petmanager/30830-Joey.xml new file mode 100644 index 000000000..e0a81c73a --- /dev/null +++ b/data/templates/npc/petmanager/30830-Joey.xml @@ -0,0 +1,26 @@ + + + + Joey + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/30831-Nelson.xml b/data/templates/npc/petmanager/30831-Nelson.xml new file mode 100644 index 000000000..b10ccdebc --- /dev/null +++ b/data/templates/npc/petmanager/30831-Nelson.xml @@ -0,0 +1,26 @@ + + + + Nelson + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/30869-Lemper.xml b/data/templates/npc/petmanager/30869-Lemper.xml new file mode 100644 index 000000000..a0cfa0bb7 --- /dev/null +++ b/data/templates/npc/petmanager/30869-Lemper.xml @@ -0,0 +1,26 @@ + + + + Lemper + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/31067-Rood.xml b/data/templates/npc/petmanager/31067-Rood.xml new file mode 100644 index 000000000..db9ea16ed --- /dev/null +++ b/data/templates/npc/petmanager/31067-Rood.xml @@ -0,0 +1,26 @@ + + + + Rood + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/31265-Annette.xml b/data/templates/npc/petmanager/31265-Annette.xml new file mode 100644 index 000000000..9b7c4df65 --- /dev/null +++ b/data/templates/npc/petmanager/31265-Annette.xml @@ -0,0 +1,26 @@ + + + + Annette + Pet Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/31309-Woods.xml b/data/templates/npc/petmanager/31309-Woods.xml new file mode 100644 index 000000000..abc179141 --- /dev/null +++ b/data/templates/npc/petmanager/31309-Woods.xml @@ -0,0 +1,26 @@ + + + + Woods + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/31954-Saroyan.xml b/data/templates/npc/petmanager/31954-Saroyan.xml new file mode 100644 index 000000000..bf020e815 --- /dev/null +++ b/data/templates/npc/petmanager/31954-Saroyan.xml @@ -0,0 +1,26 @@ + + + + Saroyan + Pet Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/petmanager/36478-Mickey.xml b/data/templates/npc/petmanager/36478-Mickey.xml new file mode 100644 index 000000000..baba0cb9f --- /dev/null +++ b/data/templates/npc/petmanager/36478-Mickey.xml @@ -0,0 +1,26 @@ + + + + Mickey + Pet Trader + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30031-Biotin.xml b/data/templates/npc/priestvillagemaster/30031-Biotin.xml new file mode 100644 index 000000000..f972335a6 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30031-Biotin.xml @@ -0,0 +1,26 @@ + + + + Biotin + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30037-Levian.xml b/data/templates/npc/priestvillagemaster/30037-Levian.xml new file mode 100644 index 000000000..0a63127ec --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30037-Levian.xml @@ -0,0 +1,26 @@ + + + + Levian + High Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30070-Sylvain.xml b/data/templates/npc/priestvillagemaster/30070-Sylvain.xml new file mode 100644 index 000000000..b5e915077 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30070-Sylvain.xml @@ -0,0 +1,26 @@ + + + + Sylvain + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30120-Maximilian.xml b/data/templates/npc/priestvillagemaster/30120-Maximilian.xml new file mode 100644 index 000000000..c311bb131 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30120-Maximilian.xml @@ -0,0 +1,26 @@ + + + + Maximilian + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30154-Asterios.xml b/data/templates/npc/priestvillagemaster/30154-Asterios.xml new file mode 100644 index 000000000..f3b892220 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30154-Asterios.xml @@ -0,0 +1,26 @@ + + + + Asterios + Hierarch + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30191-Hollint.xml b/data/templates/npc/priestvillagemaster/30191-Hollint.xml new file mode 100644 index 000000000..e002c487b --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30191-Hollint.xml @@ -0,0 +1,26 @@ + + + + Hollint + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30289-Raymond.xml b/data/templates/npc/priestvillagemaster/30289-Raymond.xml new file mode 100644 index 000000000..3053482dc --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30289-Raymond.xml @@ -0,0 +1,26 @@ + + + + Raymond + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30857-Orven.xml b/data/templates/npc/priestvillagemaster/30857-Orven.xml new file mode 100644 index 000000000..5a176eb95 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30857-Orven.xml @@ -0,0 +1,26 @@ + + + + Orven + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/30905-Squillari.xml b/data/templates/npc/priestvillagemaster/30905-Squillari.xml new file mode 100644 index 000000000..6941d2be3 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/30905-Squillari.xml @@ -0,0 +1,26 @@ + + + + Squillari + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/priestvillagemaster/31279-Gregory.xml b/data/templates/npc/priestvillagemaster/31279-Gregory.xml new file mode 100644 index 000000000..87285e8ee --- /dev/null +++ b/data/templates/npc/priestvillagemaster/31279-Gregory.xml @@ -0,0 +1,27 @@ + + + + Gregory + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/priestvillagemaster/31328-Innocentin.xml b/data/templates/npc/priestvillagemaster/31328-Innocentin.xml new file mode 100644 index 000000000..8ebe4d983 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/31328-Innocentin.xml @@ -0,0 +1,27 @@ + + + + Innocentin + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/priestvillagemaster/31968-Baryl.xml b/data/templates/npc/priestvillagemaster/31968-Baryl.xml new file mode 100644 index 000000000..11aaf233d --- /dev/null +++ b/data/templates/npc/priestvillagemaster/31968-Baryl.xml @@ -0,0 +1,27 @@ + + + + Baryl + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/priestvillagemaster/32095-Marie.xml b/data/templates/npc/priestvillagemaster/32095-Marie.xml new file mode 100644 index 000000000..36076a4a7 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/32095-Marie.xml @@ -0,0 +1,27 @@ + + + + Marie + High Priest + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/priestvillagemaster/32153-Prana.xml b/data/templates/npc/priestvillagemaster/32153-Prana.xml new file mode 100644 index 000000000..441048e14 --- /dev/null +++ b/data/templates/npc/priestvillagemaster/32153-Prana.xml @@ -0,0 +1,26 @@ + + + + Prana + High Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/raidboss/25001-GreyclawKutus.xml b/data/templates/npc/raidboss/25001-GreyclawKutus.xml new file mode 100644 index 000000000..d017d2224 --- /dev/null +++ b/data/templates/npc/raidboss/25001-GreyclawKutus.xml @@ -0,0 +1,41 @@ + + + + Greyclaw Kutus + Raid Boss + 23 + MALE + + + + + + + + + + + + + + + 2690117 + 69902 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25004-TurekMercenaryCaptain.xml b/data/templates/npc/raidboss/25004-TurekMercenaryCaptain.xml new file mode 100644 index 000000000..80e694efe --- /dev/null +++ b/data/templates/npc/raidboss/25004-TurekMercenaryCaptain.xml @@ -0,0 +1,40 @@ + + + + Turek Mercenary Captain + Raid Boss + 30 + MALE + + + + + + + + + + + + + + + 1868579 + 150667 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25007-RetreatSpiderCletu.xml b/data/templates/npc/raidboss/25007-RetreatSpiderCletu.xml new file mode 100644 index 000000000..f9d7e25b3 --- /dev/null +++ b/data/templates/npc/raidboss/25007-RetreatSpiderCletu.xml @@ -0,0 +1,43 @@ + + + + Retreat Spider Cletu + Raid Boss + 42 + MALE + + + + + + + + + + + + + + + 3062105 + 303198 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25010-FuriousThieles.xml b/data/templates/npc/raidboss/25010-FuriousThieles.xml new file mode 100644 index 000000000..84f58e767 --- /dev/null +++ b/data/templates/npc/raidboss/25010-FuriousThieles.xml @@ -0,0 +1,42 @@ + + + + Furious Thieles + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 3983098 + 535296 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25013-GhostOfPeasantLeader.xml b/data/templates/npc/raidboss/25013-GhostOfPeasantLeader.xml new file mode 100644 index 000000000..30cdb03f3 --- /dev/null +++ b/data/templates/npc/raidboss/25013-GhostOfPeasantLeader.xml @@ -0,0 +1,43 @@ + + + + Ghost of Peasant Leader + Raid Boss + 50 + MALE + + + + + + + + + + + + + + + 3551193 + 422350 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25016-The3rdUnderwaterGuardian.xml b/data/templates/npc/raidboss/25016-The3rdUnderwaterGuardian.xml new file mode 100644 index 000000000..6c90262d7 --- /dev/null +++ b/data/templates/npc/raidboss/25016-The3rdUnderwaterGuardian.xml @@ -0,0 +1,44 @@ + + + + The 3rd Underwater Guardian + Raid Boss + 60 + MALE + + + + + + + + + + + + + + + 4154684 + 587467 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25019-PanDryad.xml b/data/templates/npc/raidboss/25019-PanDryad.xml new file mode 100644 index 000000000..3ade189cf --- /dev/null +++ b/data/templates/npc/raidboss/25019-PanDryad.xml @@ -0,0 +1,39 @@ + + + + Pan Dryad + Raid Boss + 25 + MALE + + + + + + + + + + + + + + + 2541012 + 79280 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25020-BrekaWarlockPastu.xml b/data/templates/npc/raidboss/25020-BrekaWarlockPastu.xml new file mode 100644 index 000000000..a18c92118 --- /dev/null +++ b/data/templates/npc/raidboss/25020-BrekaWarlockPastu.xml @@ -0,0 +1,42 @@ + + + + Breka Warlock Pastu + Raid Boss + 34 + MALE + + + + + + + + + + + + + + + 1918617 + 135504 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25023-StakatoQueenZyrnna.xml b/data/templates/npc/raidboss/25023-StakatoQueenZyrnna.xml new file mode 100644 index 000000000..ad7d30a33 --- /dev/null +++ b/data/templates/npc/raidboss/25023-StakatoQueenZyrnna.xml @@ -0,0 +1,36 @@ + + + + Stakato Queen Zyrnna + Raid Boss + 34 + FEMALE + + + + + + + + + + + + + + + 2316590 + 188679 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25026-KatuVanLeaderAtui.xml b/data/templates/npc/raidboss/25026-KatuVanLeaderAtui.xml new file mode 100644 index 000000000..ba36ce0f0 --- /dev/null +++ b/data/templates/npc/raidboss/25026-KatuVanLeaderAtui.xml @@ -0,0 +1,43 @@ + + + + Katu Van Leader Atui + Raid Boss + 49 + MALE + + + + + + + + + + + + + + + 2328069 + 284981 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25029-Atraiban.xml b/data/templates/npc/raidboss/25029-Atraiban.xml new file mode 100644 index 000000000..b5e55419b --- /dev/null +++ b/data/templates/npc/raidboss/25029-Atraiban.xml @@ -0,0 +1,44 @@ + + + + Atraiban + Raid Boss + 53 + MALE + + + + + + + + + + + + + + + 3895772 + 516213 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25032-EvaSGuardianMillenu.xml b/data/templates/npc/raidboss/25032-EvaSGuardianMillenu.xml new file mode 100644 index 000000000..e8c844d94 --- /dev/null +++ b/data/templates/npc/raidboss/25032-EvaSGuardianMillenu.xml @@ -0,0 +1,41 @@ + + + + Eva's Guardian Millenu + Raid Boss + 58 + FEMALE + + + + + + + + + + + + + + + 4092905 + 566683 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25035-ShilenSMessengerCabrio.xml b/data/templates/npc/raidboss/25035-ShilenSMessengerCabrio.xml new file mode 100644 index 000000000..e3f177141 --- /dev/null +++ b/data/templates/npc/raidboss/25035-ShilenSMessengerCabrio.xml @@ -0,0 +1,45 @@ + + + + Shilen's Messenger Cabrio + Raid Boss + 70 + MALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25038-Tirak.xml b/data/templates/npc/raidboss/25038-Tirak.xml new file mode 100644 index 000000000..84ec8a5b6 --- /dev/null +++ b/data/templates/npc/raidboss/25038-Tirak.xml @@ -0,0 +1,39 @@ + + + + Tirak + Raid Boss + 28 + MALE + + + + + + + + + + + + + + + 2390045 + 97281 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25041-Remmel.xml b/data/templates/npc/raidboss/25041-Remmel.xml new file mode 100644 index 000000000..85a7ad878 --- /dev/null +++ b/data/templates/npc/raidboss/25041-Remmel.xml @@ -0,0 +1,44 @@ + + + + Remmel + Raid Boss + 35 + FEMALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25044-Barion.xml b/data/templates/npc/raidboss/25044-Barion.xml new file mode 100644 index 000000000..88af14029 --- /dev/null +++ b/data/templates/npc/raidboss/25044-Barion.xml @@ -0,0 +1,51 @@ + + + + Barion + Raid Boss + 47 + MALE + + + + + + + + + + + + + + + 2205665 + 257531 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25047-Karte.xml b/data/templates/npc/raidboss/25047-Karte.xml new file mode 100644 index 000000000..b283bc916 --- /dev/null +++ b/data/templates/npc/raidboss/25047-Karte.xml @@ -0,0 +1,51 @@ + + + + Karte + Raid Boss + 49 + MALE + + + + + + + + + + + + + + + 2328069 + 284981 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25050-Verfa.xml b/data/templates/npc/raidboss/25050-Verfa.xml new file mode 100644 index 000000000..0d5548d29 --- /dev/null +++ b/data/templates/npc/raidboss/25050-Verfa.xml @@ -0,0 +1,43 @@ + + + + Verfa + Raid Boss + 51 + MALE + + + + + + + + + + + + + + + 2256714 + 285537 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25051-Rahha.xml b/data/templates/npc/raidboss/25051-Rahha.xml new file mode 100644 index 000000000..716745562 --- /dev/null +++ b/data/templates/npc/raidboss/25051-Rahha.xml @@ -0,0 +1,41 @@ + + + + Rahha + Raid Boss + 65 + FEMALE + + + + + + + + + + + + + + + 4489693 + 746626 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25054-Kernon.xml b/data/templates/npc/raidboss/25054-Kernon.xml new file mode 100644 index 000000000..038748508 --- /dev/null +++ b/data/templates/npc/raidboss/25054-Kernon.xml @@ -0,0 +1,45 @@ + + + + Kernon + Raid Boss + 75 + MALE + + + + + + + + + + + + + + + 5231148 + 864099 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25057-BiconneOfBlueSky.xml b/data/templates/npc/raidboss/25057-BiconneOfBlueSky.xml new file mode 100644 index 000000000..f13eb56db --- /dev/null +++ b/data/templates/npc/raidboss/25057-BiconneOfBlueSky.xml @@ -0,0 +1,42 @@ + + + + Biconne of Blue Sky + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 2085510 + 229987 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25060-UnrequitedKael.xml b/data/templates/npc/raidboss/25060-UnrequitedKael.xml new file mode 100644 index 000000000..dfdde4eab --- /dev/null +++ b/data/templates/npc/raidboss/25060-UnrequitedKael.xml @@ -0,0 +1,36 @@ + + + + Unrequited Kael + Raid Boss + 24 + FEMALE + + + + + + + + + + + + + + + 2584114 + 74037 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25063-ChertubaOfGreatSoul.xml b/data/templates/npc/raidboss/25063-ChertubaOfGreatSoul.xml new file mode 100644 index 000000000..537d3d015 --- /dev/null +++ b/data/templates/npc/raidboss/25063-ChertubaOfGreatSoul.xml @@ -0,0 +1,38 @@ + + + + Chertuba of Great Soul + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25064-WizardOfStormTeruk.xml b/data/templates/npc/raidboss/25064-WizardOfStormTeruk.xml new file mode 100644 index 000000000..d948f6a76 --- /dev/null +++ b/data/templates/npc/raidboss/25064-WizardOfStormTeruk.xml @@ -0,0 +1,57 @@ + + + + Wizard of Storm Teruk + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25067-CaptainOfRedFlagShaka.xml b/data/templates/npc/raidboss/25067-CaptainOfRedFlagShaka.xml new file mode 100644 index 000000000..7a989d4ef --- /dev/null +++ b/data/templates/npc/raidboss/25067-CaptainOfRedFlagShaka.xml @@ -0,0 +1,47 @@ + + + + Captain of Red Flag Shaka + Raid Boss + 52 + MALE + + + + + + + + + + + + + + + 3849013 + 503876 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25070-EnchantedForestWatcherRuell.xml b/data/templates/npc/raidboss/25070-EnchantedForestWatcherRuell.xml new file mode 100644 index 000000000..84f596556 --- /dev/null +++ b/data/templates/npc/raidboss/25070-EnchantedForestWatcherRuell.xml @@ -0,0 +1,45 @@ + + + + Enchanted Forest Watcher Ruell + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 2477107 + 327038 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25073-BloodyPriestRudelto.xml b/data/templates/npc/raidboss/25073-BloodyPriestRudelto.xml new file mode 100644 index 000000000..dee958f71 --- /dev/null +++ b/data/templates/npc/raidboss/25073-BloodyPriestRudelto.xml @@ -0,0 +1,40 @@ + + + + Bloody Priest Rudelto + Raid Boss + 69 + MALE + + + + + + + + + + + + + + + 4576841 + 791290 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25076-PrincessMolrang.xml b/data/templates/npc/raidboss/25076-PrincessMolrang.xml new file mode 100644 index 000000000..f082302c8 --- /dev/null +++ b/data/templates/npc/raidboss/25076-PrincessMolrang.xml @@ -0,0 +1,38 @@ + + + + Princess Molrang + Raid Boss + 25 + MALE + + + + + + + + + + + + + + + 2541012 + 79280 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25079-CatSEyeBandit.xml b/data/templates/npc/raidboss/25079-CatSEyeBandit.xml new file mode 100644 index 000000000..6a64ce4e1 --- /dev/null +++ b/data/templates/npc/raidboss/25079-CatSEyeBandit.xml @@ -0,0 +1,35 @@ + + + + Cat's Eye Bandit + Raid Boss + 30 + MALE + + + + + + + + + + + + + + + 1868579 + 150667 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25082-LeaderOfCatGang.xml b/data/templates/npc/raidboss/25082-LeaderOfCatGang.xml new file mode 100644 index 000000000..60b050553 --- /dev/null +++ b/data/templates/npc/raidboss/25082-LeaderOfCatGang.xml @@ -0,0 +1,39 @@ + + + + Leader of Cat Gang + Raid Boss + 39 + MALE + + + + + + + + + + + + + + + 1988451 + 173127 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25085-TimakOrcChiefRanger.xml b/data/templates/npc/raidboss/25085-TimakOrcChiefRanger.xml new file mode 100644 index 000000000..356de8c8a --- /dev/null +++ b/data/templates/npc/raidboss/25085-TimakOrcChiefRanger.xml @@ -0,0 +1,41 @@ + + + + Timak Orc Chief Ranger + Raid Boss + 44 + MALE + + + + + + + + + + + + + + + 3196387 + 320242 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25088-CrazyMechanicGolem.xml b/data/templates/npc/raidboss/25088-CrazyMechanicGolem.xml new file mode 100644 index 000000000..ea72b3dc8 --- /dev/null +++ b/data/templates/npc/raidboss/25088-CrazyMechanicGolem.xml @@ -0,0 +1,39 @@ + + + + Crazy Mechanic Golem + Raid Boss + 43 + MALE + + + + + + + + + + + + + + + 3128858 + 311947 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25089-SoullessWildBoar.xml b/data/templates/npc/raidboss/25089-SoullessWildBoar.xml new file mode 100644 index 000000000..b537a68d1 --- /dev/null +++ b/data/templates/npc/raidboss/25089-SoullessWildBoar.xml @@ -0,0 +1,46 @@ + + + + Soulless Wild Boar + Raid Boss + 59 + MALE + + + + + + + + + + + + + + + 2684275 + 381459 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25092-Korim.xml b/data/templates/npc/raidboss/25092-Korim.xml new file mode 100644 index 000000000..01d3ff375 --- /dev/null +++ b/data/templates/npc/raidboss/25092-Korim.xml @@ -0,0 +1,42 @@ + + + + Korim + Raid Boss + 70 + MALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25095-ElfRenoa.xml b/data/templates/npc/raidboss/25095-ElfRenoa.xml new file mode 100644 index 000000000..1d659fdb7 --- /dev/null +++ b/data/templates/npc/raidboss/25095-ElfRenoa.xml @@ -0,0 +1,35 @@ + + + + Elf Renoa + Raid Boss + 29 + MALE + + + + + + + + + + + + + + + 2345715 + 104160 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25098-SejarrSServitor.xml b/data/templates/npc/raidboss/25098-SejarrSServitor.xml new file mode 100644 index 000000000..05464c7d7 --- /dev/null +++ b/data/templates/npc/raidboss/25098-SejarrSServitor.xml @@ -0,0 +1,37 @@ + + + + Sejarr's Servitor + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25099-RottenTreeRepiro.xml b/data/templates/npc/raidboss/25099-RottenTreeRepiro.xml new file mode 100644 index 000000000..a2c631d3c --- /dev/null +++ b/data/templates/npc/raidboss/25099-RottenTreeRepiro.xml @@ -0,0 +1,50 @@ + + + + Rotten Tree Repiro + Raid Boss + 44 + MALE + + + + + + + + + + + + + + + 2030767 + 217826 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25102-Shacram.xml b/data/templates/npc/raidboss/25102-Shacram.xml new file mode 100644 index 000000000..98c8faf3f --- /dev/null +++ b/data/templates/npc/raidboss/25102-Shacram.xml @@ -0,0 +1,43 @@ + + + + Shacram + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 2085510 + 229987 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25103-SorcererIsirr.xml b/data/templates/npc/raidboss/25103-SorcererIsirr.xml new file mode 100644 index 000000000..bc243fc41 --- /dev/null +++ b/data/templates/npc/raidboss/25103-SorcererIsirr.xml @@ -0,0 +1,45 @@ + + + + Sorcerer Isirr + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 2477107 + 327038 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25106-GhostOfTheWellLidia.xml b/data/templates/npc/raidboss/25106-GhostOfTheWellLidia.xml new file mode 100644 index 000000000..a15ff860d --- /dev/null +++ b/data/templates/npc/raidboss/25106-GhostOfTheWellLidia.xml @@ -0,0 +1,44 @@ + + + + Ghost of the Well Lidia + Raid Boss + 60 + FEMALE + + + + + + + + + + + + + + + 2735033 + 394692 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25109-AntharasPriestCloe.xml b/data/templates/npc/raidboss/25109-AntharasPriestCloe.xml new file mode 100644 index 000000000..4f9b2ba5f --- /dev/null +++ b/data/templates/npc/raidboss/25109-AntharasPriestCloe.xml @@ -0,0 +1,39 @@ + + + + Antharas Priest Cloe + Raid Boss + 74 + FEMALE + + + + + + + + + + + + + + + 5199407 + 852059 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25112-AgentOfBeresMeana.xml b/data/templates/npc/raidboss/25112-AgentOfBeresMeana.xml new file mode 100644 index 000000000..296ee9337 --- /dev/null +++ b/data/templates/npc/raidboss/25112-AgentOfBeresMeana.xml @@ -0,0 +1,39 @@ + + + + Agent of Beres Meana + Raid Boss + 30 + FEMALE + + + + + + + + + + + + + + + 2308288 + 111484 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25115-IcarusSample1.xml b/data/templates/npc/raidboss/25115-IcarusSample1.xml new file mode 100644 index 000000000..05ed4f221 --- /dev/null +++ b/data/templates/npc/raidboss/25115-IcarusSample1.xml @@ -0,0 +1,54 @@ + + + + Icarus Sample 1 + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2741414 + 271385 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25118-GuilotineWardenOfTheExecutionGrounds.xml b/data/templates/npc/raidboss/25118-GuilotineWardenOfTheExecutionGrounds.xml new file mode 100644 index 000000000..eac930098 --- /dev/null +++ b/data/templates/npc/raidboss/25118-GuilotineWardenOfTheExecutionGrounds.xml @@ -0,0 +1,47 @@ + + + + Guilotine Warden of the Execution Grounds + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25119-MessengerOfFairyQueenBerun.xml b/data/templates/npc/raidboss/25119-MessengerOfFairyQueenBerun.xml new file mode 100644 index 000000000..639ed1c5b --- /dev/null +++ b/data/templates/npc/raidboss/25119-MessengerOfFairyQueenBerun.xml @@ -0,0 +1,49 @@ + + + + Messenger of Fairy Queen Berun + Raid Boss + 50 + MALE + + + + + + + + + + + + + + + 3551193 + 422350 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25122-RefugeeHopefulLeo.xml b/data/templates/npc/raidboss/25122-RefugeeHopefulLeo.xml new file mode 100644 index 000000000..912c9392c --- /dev/null +++ b/data/templates/npc/raidboss/25122-RefugeeHopefulLeo.xml @@ -0,0 +1,41 @@ + + + + Refugee Hopeful Leo + Raid Boss + 56 + MALE + + + + + + + + + + + + + + + 2529799 + 340561 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25125-FierceTigerKingAngel.xml b/data/templates/npc/raidboss/25125-FierceTigerKingAngel.xml new file mode 100644 index 000000000..c9cbf17a1 --- /dev/null +++ b/data/templates/npc/raidboss/25125-FierceTigerKingAngel.xml @@ -0,0 +1,42 @@ + + + + Fierce Tiger King Angel + Raid Boss + 65 + MALE + + + + + + + + + + + + + + + 4489693 + 746626 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25126-LonghornGolkonda.xml b/data/templates/npc/raidboss/25126-LonghornGolkonda.xml new file mode 100644 index 000000000..ed4e8f4d8 --- /dev/null +++ b/data/templates/npc/raidboss/25126-LonghornGolkonda.xml @@ -0,0 +1,47 @@ + + + + Longhorn Golkonda + Raid Boss + 79 + MALE + + + + + + + + + + + + + + + 5390003 + 1205333 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25127-LangkMatriarchRashkos.xml b/data/templates/npc/raidboss/25127-LangkMatriarchRashkos.xml new file mode 100644 index 000000000..7df6a1ea8 --- /dev/null +++ b/data/templates/npc/raidboss/25127-LangkMatriarchRashkos.xml @@ -0,0 +1,35 @@ + + + + Langk Matriarch Rashkos + Raid Boss + 24 + MALE + + + + + + + + + + + + + + + 2584114 + 74037 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25128-VukuGrandSeerGharmash.xml b/data/templates/npc/raidboss/25128-VukuGrandSeerGharmash.xml new file mode 100644 index 000000000..6a8348e69 --- /dev/null +++ b/data/templates/npc/raidboss/25128-VukuGrandSeerGharmash.xml @@ -0,0 +1,48 @@ + + + + Vuku Grand Seer Gharmash + Raid Boss + 33 + MALE + + + + + + + + + + + + + + + 1932560 + 127255 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25131-CarnageLordGato.xml b/data/templates/npc/raidboss/25131-CarnageLordGato.xml new file mode 100644 index 000000000..baad927d6 --- /dev/null +++ b/data/templates/npc/raidboss/25131-CarnageLordGato.xml @@ -0,0 +1,45 @@ + + + + Carnage Lord Gato + Raid Boss + 50 + MALE + + + + + + + + + + + + + + + 2389767 + 281312 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25134-LetoChiefTalkin.xml b/data/templates/npc/raidboss/25134-LetoChiefTalkin.xml new file mode 100644 index 000000000..bcda75f13 --- /dev/null +++ b/data/templates/npc/raidboss/25134-LetoChiefTalkin.xml @@ -0,0 +1,42 @@ + + + + Leto Chief Talkin + Raid Boss + 40 + FEMALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25137-BelethSSeerSephia.xml b/data/templates/npc/raidboss/25137-BelethSSeerSephia.xml new file mode 100644 index 000000000..d18a647aa --- /dev/null +++ b/data/templates/npc/raidboss/25137-BelethSSeerSephia.xml @@ -0,0 +1,44 @@ + + + + Beleth's Seer Sephia + Raid Boss + 55 + FEMALE + + + + + + + + + + + + + + + 2477107 + 327038 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25140-HekatonPrime.xml b/data/templates/npc/raidboss/25140-HekatonPrime.xml new file mode 100644 index 000000000..2a6ccb0fd --- /dev/null +++ b/data/templates/npc/raidboss/25140-HekatonPrime.xml @@ -0,0 +1,41 @@ + + + + Hekaton Prime + Raid Boss + 65 + MALE + + + + + + + + + + + + + + + 4489693 + 746626 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25143-FireOfWrathShuriel.xml b/data/templates/npc/raidboss/25143-FireOfWrathShuriel.xml new file mode 100644 index 000000000..b123186c1 --- /dev/null +++ b/data/templates/npc/raidboss/25143-FireOfWrathShuriel.xml @@ -0,0 +1,36 @@ + + + + Fire of Wrath Shuriel + Raid Boss + 78 + MALE + + + + + + + + + + + + + + + 5346496 + 1193017 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25146-SerpentDemonBifrons.xml b/data/templates/npc/raidboss/25146-SerpentDemonBifrons.xml new file mode 100644 index 000000000..c56591770 --- /dev/null +++ b/data/templates/npc/raidboss/25146-SerpentDemonBifrons.xml @@ -0,0 +1,38 @@ + + + + Serpent Demon Bifrons + Raid Boss + 21 + MALE + + + + + + + + + + + + + + + 2646357 + 60367 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25149-ZombieLordCrowl.xml b/data/templates/npc/raidboss/25149-ZombieLordCrowl.xml new file mode 100644 index 000000000..3a04734e8 --- /dev/null +++ b/data/templates/npc/raidboss/25149-ZombieLordCrowl.xml @@ -0,0 +1,37 @@ + + + + Zombie Lord Crowl + Raid Boss + 25 + MALE + + + + + + + + + + + + + + + 2541012 + 79280 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25152-FlameLordShadar.xml b/data/templates/npc/raidboss/25152-FlameLordShadar.xml new file mode 100644 index 000000000..72d205643 --- /dev/null +++ b/data/templates/npc/raidboss/25152-FlameLordShadar.xml @@ -0,0 +1,36 @@ + + + + Flame Lord Shadar + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25155-ShamanKingSelu.xml b/data/templates/npc/raidboss/25155-ShamanKingSelu.xml new file mode 100644 index 000000000..bbed0ad2b --- /dev/null +++ b/data/templates/npc/raidboss/25155-ShamanKingSelu.xml @@ -0,0 +1,41 @@ + + + + Shaman King Selu + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2741414 + 271385 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25158-KingTarlk.xml b/data/templates/npc/raidboss/25158-KingTarlk.xml new file mode 100644 index 000000000..91ab1f80c --- /dev/null +++ b/data/templates/npc/raidboss/25158-KingTarlk.xml @@ -0,0 +1,45 @@ + + + + King Tarlk + Raid Boss + 48 + MALE + + + + + + + + + + + + + + + 3443211 + 354989 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25159-PanielTheUnicorn.xml b/data/templates/npc/raidboss/25159-PanielTheUnicorn.xml new file mode 100644 index 000000000..7c1d690dd --- /dev/null +++ b/data/templates/npc/raidboss/25159-PanielTheUnicorn.xml @@ -0,0 +1,44 @@ + + + + Paniel the Unicorn + Raid Boss + 54 + MALE + + + + + + + + + + + + + + + 2422283 + 313577 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25162-GiantMarpanak.xml b/data/templates/npc/raidboss/25162-GiantMarpanak.xml new file mode 100644 index 000000000..b29628d7f --- /dev/null +++ b/data/templates/npc/raidboss/25162-GiantMarpanak.xml @@ -0,0 +1,43 @@ + + + + Giant Marpanak + Raid Boss + 60 + MALE + + + + + + + + + + + + + + + 4154684 + 587467 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25163-RoaringSkylancer.xml b/data/templates/npc/raidboss/25163-RoaringSkylancer.xml new file mode 100644 index 000000000..a9799fd1e --- /dev/null +++ b/data/templates/npc/raidboss/25163-RoaringSkylancer.xml @@ -0,0 +1,44 @@ + + + + Roaring Skylancer + Raid Boss + 70 + MALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25166-Ikuntai.xml b/data/templates/npc/raidboss/25166-Ikuntai.xml new file mode 100644 index 000000000..bbf4abff4 --- /dev/null +++ b/data/templates/npc/raidboss/25166-Ikuntai.xml @@ -0,0 +1,37 @@ + + + + Ikuntai + Raid Boss + 25 + MALE + + + + + + + + + + + + + + + 1589296 + 122871 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25169-Ragraman.xml b/data/templates/npc/raidboss/25169-Ragraman.xml new file mode 100644 index 000000000..e1f47abc5 --- /dev/null +++ b/data/templates/npc/raidboss/25169-Ragraman.xml @@ -0,0 +1,51 @@ + + + + Ragraman + Raid Boss + 30 + MALE + + + + + + + + + + + + + + + 1868579 + 150667 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25170-LizardmenLeaderHellion.xml b/data/templates/npc/raidboss/25170-LizardmenLeaderHellion.xml new file mode 100644 index 000000000..549930939 --- /dev/null +++ b/data/templates/npc/raidboss/25170-LizardmenLeaderHellion.xml @@ -0,0 +1,40 @@ + + + + Lizardmen Leader Hellion + Raid Boss + 38 + MALE + + + + + + + + + + + + + + + 1957608 + 163199 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25173-TigerKingKaruta.xml b/data/templates/npc/raidboss/25173-TigerKingKaruta.xml new file mode 100644 index 000000000..753611533 --- /dev/null +++ b/data/templates/npc/raidboss/25173-TigerKingKaruta.xml @@ -0,0 +1,40 @@ + + + + Tiger King Karuta + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 2085510 + 229987 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25176-BlackLily.xml b/data/templates/npc/raidboss/25176-BlackLily.xml new file mode 100644 index 000000000..1913cd394 --- /dev/null +++ b/data/templates/npc/raidboss/25176-BlackLily.xml @@ -0,0 +1,42 @@ + + + + Black Lily + Raid Boss + 55 + FEMALE + + + + + + + + + + + + + + + 2477107 + 327038 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25179-GuardianOfTheStatueOfGiantKarum.xml b/data/templates/npc/raidboss/25179-GuardianOfTheStatueOfGiantKarum.xml new file mode 100644 index 000000000..02850bc3f --- /dev/null +++ b/data/templates/npc/raidboss/25179-GuardianOfTheStatueOfGiantKarum.xml @@ -0,0 +1,40 @@ + + + + Guardian of the Statue of Giant Karum + Raid Boss + 60 + MALE + + + + + + + + + + + + + + + 2735033 + 394692 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25182-DemonKurikups.xml b/data/templates/npc/raidboss/25182-DemonKurikups.xml new file mode 100644 index 000000000..010fb81de --- /dev/null +++ b/data/templates/npc/raidboss/25182-DemonKurikups.xml @@ -0,0 +1,44 @@ + + + + Demon Kurikups + Raid Boss + 59 + MALE + + + + + + + + + + + + + + + 2684275 + 381459 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25185-TasabaPatriarchHellena.xml b/data/templates/npc/raidboss/25185-TasabaPatriarchHellena.xml new file mode 100644 index 000000000..c46634a5b --- /dev/null +++ b/data/templates/npc/raidboss/25185-TasabaPatriarchHellena.xml @@ -0,0 +1,41 @@ + + + + Tasaba Patriarch Hellena + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25188-Apepi.xml b/data/templates/npc/raidboss/25188-Apepi.xml new file mode 100644 index 000000000..9dc08f1ee --- /dev/null +++ b/data/templates/npc/raidboss/25188-Apepi.xml @@ -0,0 +1,48 @@ + + + + Apepi + Raid Boss + 30 + MALE + + + + + + + + + + + + + + + 2308288 + 111484 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25189-CronosSServitorMumu.xml b/data/templates/npc/raidboss/25189-CronosSServitorMumu.xml new file mode 100644 index 000000000..aca55bac5 --- /dev/null +++ b/data/templates/npc/raidboss/25189-CronosSServitorMumu.xml @@ -0,0 +1,33 @@ + + + + Cronos's Servitor Mumu + Raid Boss + 34 + FEMALE + + + + + + + + + + + + + + + 1918617 + 135504 + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25192-EarthProtectorPanathen.xml b/data/templates/npc/raidboss/25192-EarthProtectorPanathen.xml new file mode 100644 index 000000000..665fd90a8 --- /dev/null +++ b/data/templates/npc/raidboss/25192-EarthProtectorPanathen.xml @@ -0,0 +1,36 @@ + + + + Earth Protector Panathen + Raid Boss + 43 + MALE + + + + + + + + + + + + + + + 1976893 + 206038 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25198-FafurionSHeraldLokness.xml b/data/templates/npc/raidboss/25198-FafurionSHeraldLokness.xml new file mode 100644 index 000000000..8a2f2321b --- /dev/null +++ b/data/templates/npc/raidboss/25198-FafurionSHeraldLokness.xml @@ -0,0 +1,41 @@ + + + + Fafurion's Herald Lokness + Raid Boss + 70 + FEMALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25199-WaterDragonSeerSheshark.xml b/data/templates/npc/raidboss/25199-WaterDragonSeerSheshark.xml new file mode 100644 index 000000000..91340c0e2 --- /dev/null +++ b/data/templates/npc/raidboss/25199-WaterDragonSeerSheshark.xml @@ -0,0 +1,42 @@ + + + + Water Dragon Seer Sheshark + Raid Boss + 72 + MALE + + + + + + + + + + + + + + + 5140647 + 827123 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25202-KrokianPadishaSobekk.xml b/data/templates/npc/raidboss/25202-KrokianPadishaSobekk.xml new file mode 100644 index 000000000..421ac005c --- /dev/null +++ b/data/templates/npc/raidboss/25202-KrokianPadishaSobekk.xml @@ -0,0 +1,45 @@ + + + + Krokian Padisha Sobekk + Raid Boss + 74 + MALE + + + + + + + + + + + + + + + 5199407 + 852059 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25205-OceanFlameAshakiel.xml b/data/templates/npc/raidboss/25205-OceanFlameAshakiel.xml new file mode 100644 index 000000000..39bcafc6d --- /dev/null +++ b/data/templates/npc/raidboss/25205-OceanFlameAshakiel.xml @@ -0,0 +1,41 @@ + + + + Ocean Flame Ashakiel + Raid Boss + 76 + MALE + + + + + + + + + + + + + + + 5267108 + 1171763 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25208-WaterCouatleAteka.xml b/data/templates/npc/raidboss/25208-WaterCouatleAteka.xml new file mode 100644 index 000000000..45be49d06 --- /dev/null +++ b/data/templates/npc/raidboss/25208-WaterCouatleAteka.xml @@ -0,0 +1,41 @@ + + + + Water Couatle Ateka + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25211-Sebek.xml b/data/templates/npc/raidboss/25211-Sebek.xml new file mode 100644 index 000000000..90f1554d2 --- /dev/null +++ b/data/templates/npc/raidboss/25211-Sebek.xml @@ -0,0 +1,38 @@ + + + + Sebek + Raid Boss + 36 + MALE + + + + + + + + + + + + + + + 1916442 + 153260 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25214-FafurionSPageSika.xml b/data/templates/npc/raidboss/25214-FafurionSPageSika.xml new file mode 100644 index 000000000..ecd35bfd8 --- /dev/null +++ b/data/templates/npc/raidboss/25214-FafurionSPageSika.xml @@ -0,0 +1,42 @@ + + + + Fafurion's Page Sika + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25217-CursedClara.xml b/data/templates/npc/raidboss/25217-CursedClara.xml new file mode 100644 index 000000000..feb6eb801 --- /dev/null +++ b/data/templates/npc/raidboss/25217-CursedClara.xml @@ -0,0 +1,42 @@ + + + + Cursed Clara + Raid Boss + 50 + FEMALE + + + + + + + + + + + + + + + 2389767 + 281312 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25220-DeathLordHallate.xml b/data/templates/npc/raidboss/25220-DeathLordHallate.xml new file mode 100644 index 000000000..ad62ea4db --- /dev/null +++ b/data/templates/npc/raidboss/25220-DeathLordHallate.xml @@ -0,0 +1,41 @@ + + + + Death Lord Hallate + Raid Boss + 73 + MALE + + + + + + + + + + + + + + + 5168419 + 839126 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25223-SoulCollectorAcheron.xml b/data/templates/npc/raidboss/25223-SoulCollectorAcheron.xml new file mode 100644 index 000000000..8891f8798 --- /dev/null +++ b/data/templates/npc/raidboss/25223-SoulCollectorAcheron.xml @@ -0,0 +1,45 @@ + + + + Soul Collector Acheron + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25226-RoaringLordKastor.xml b/data/templates/npc/raidboss/25226-RoaringLordKastor.xml new file mode 100644 index 000000000..a5155436e --- /dev/null +++ b/data/templates/npc/raidboss/25226-RoaringLordKastor.xml @@ -0,0 +1,44 @@ + + + + Roaring Lord Kastor + Raid Boss + 62 + MALE + + + + + + + + + + + + + + + 4417539 + 712205 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25229-StormWingedNaga.xml b/data/templates/npc/raidboss/25229-StormWingedNaga.xml new file mode 100644 index 000000000..386ec8613 --- /dev/null +++ b/data/templates/npc/raidboss/25229-StormWingedNaga.xml @@ -0,0 +1,40 @@ + + + + Storm Winged Naga + Raid Boss + 75 + MALE + + + + + + + + + + + + + + + 5231148 + 864099 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25230-TimakSeerRagoth.xml b/data/templates/npc/raidboss/25230-TimakSeerRagoth.xml new file mode 100644 index 000000000..df50dc933 --- /dev/null +++ b/data/templates/npc/raidboss/25230-TimakSeerRagoth.xml @@ -0,0 +1,41 @@ + + + + Timak Seer Ragoth + Raid Boss + 57 + MALE + + + + + + + + + + + + + + + 2581681 + 354156 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25233-SpiritOfAndrasTheBetrayer.xml b/data/templates/npc/raidboss/25233-SpiritOfAndrasTheBetrayer.xml new file mode 100644 index 000000000..bfc562a3e --- /dev/null +++ b/data/templates/npc/raidboss/25233-SpiritOfAndrasTheBetrayer.xml @@ -0,0 +1,42 @@ + + + + Spirit of Andras the Betrayer + Raid Boss + 69 + MALE + + + + + + + + + + + + + + + 2969653 + 474928 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25234-AncientWeirdDrake.xml b/data/templates/npc/raidboss/25234-AncientWeirdDrake.xml new file mode 100644 index 000000000..a3d125bd2 --- /dev/null +++ b/data/templates/npc/raidboss/25234-AncientWeirdDrake.xml @@ -0,0 +1,43 @@ + + + + Ancient Weird Drake + Raid Boss + 60 + MALE + + + + + + + + + + + + + + + 2735033 + 394692 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25235-VanorChiefKandra.xml b/data/templates/npc/raidboss/25235-VanorChiefKandra.xml new file mode 100644 index 000000000..1adce7428 --- /dev/null +++ b/data/templates/npc/raidboss/25235-VanorChiefKandra.xml @@ -0,0 +1,45 @@ + + + + Vanor Chief Kandra + Raid Boss + 72 + MALE + + + + + + + + + + + + + + + 5140647 + 827123 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25238-AbyssBrukunt.xml b/data/templates/npc/raidboss/25238-AbyssBrukunt.xml new file mode 100644 index 000000000..4fb4f37a5 --- /dev/null +++ b/data/templates/npc/raidboss/25238-AbyssBrukunt.xml @@ -0,0 +1,43 @@ + + + + Abyss Brukunt + Raid Boss + 59 + MALE + + + + + + + + + + + + + + + 2684275 + 381459 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25241-HaritHeroTamash.xml b/data/templates/npc/raidboss/25241-HaritHeroTamash.xml new file mode 100644 index 000000000..82280459c --- /dev/null +++ b/data/templates/npc/raidboss/25241-HaritHeroTamash.xml @@ -0,0 +1,47 @@ + + + + Harit Hero Tamash + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 3983098 + 535296 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25244-LastLesserGiantOlkuth.xml b/data/templates/npc/raidboss/25244-LastLesserGiantOlkuth.xml new file mode 100644 index 000000000..bf592b418 --- /dev/null +++ b/data/templates/npc/raidboss/25244-LastLesserGiantOlkuth.xml @@ -0,0 +1,36 @@ + + + + Last Lesser Giant Olkuth + Raid Boss + 75 + MALE + + + + + + + + + + + + + + + 5231148 + 864099 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25245-LastLesserGiantGlaki.xml b/data/templates/npc/raidboss/25245-LastLesserGiantGlaki.xml new file mode 100644 index 000000000..e6a9c13b9 --- /dev/null +++ b/data/templates/npc/raidboss/25245-LastLesserGiantGlaki.xml @@ -0,0 +1,36 @@ + + + + Last Lesser Giant Glaki + Raid Boss + 78 + MALE + + + + + + + + + + + + + + + 5346496 + 1193017 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25248-DoomBladeTanatos.xml b/data/templates/npc/raidboss/25248-DoomBladeTanatos.xml new file mode 100644 index 000000000..723f3b581 --- /dev/null +++ b/data/templates/npc/raidboss/25248-DoomBladeTanatos.xml @@ -0,0 +1,41 @@ + + + + Doom Blade Tanatos + Raid Boss + 72 + MALE + + + + + + + + + + + + + + + 5140647 + 827123 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25249-PalatanosOfHorrificPower.xml b/data/templates/npc/raidboss/25249-PalatanosOfHorrificPower.xml new file mode 100644 index 000000000..c4f5bb69c --- /dev/null +++ b/data/templates/npc/raidboss/25249-PalatanosOfHorrificPower.xml @@ -0,0 +1,34 @@ + + + + Palatanos of Horrific Power + Raid Boss + 75 + FEMALE + + + + + + + + + + + + + + + 5231148 + 864099 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25252-PalibatiQueenThemis.xml b/data/templates/npc/raidboss/25252-PalibatiQueenThemis.xml new file mode 100644 index 000000000..31603679d --- /dev/null +++ b/data/templates/npc/raidboss/25252-PalibatiQueenThemis.xml @@ -0,0 +1,41 @@ + + + + Palibati Queen Themis + Raid Boss + 70 + FEMALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25255-GargoyleLordTiphon.xml b/data/templates/npc/raidboss/25255-GargoyleLordTiphon.xml new file mode 100644 index 000000000..a7ce6047d --- /dev/null +++ b/data/templates/npc/raidboss/25255-GargoyleLordTiphon.xml @@ -0,0 +1,40 @@ + + + + Gargoyle Lord Tiphon + Raid Boss + 65 + MALE + + + + + + + + + + + + + + + 4489693 + 746626 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25256-TaikHighPrefectArak.xml b/data/templates/npc/raidboss/25256-TaikHighPrefectArak.xml new file mode 100644 index 000000000..d5f6e7d07 --- /dev/null +++ b/data/templates/npc/raidboss/25256-TaikHighPrefectArak.xml @@ -0,0 +1,45 @@ + + + + Taik High Prefect Arak + Raid Boss + 60 + MALE + + + + + + + + + + + + + + + 2735033 + 394692 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25259-ZakenSButcherKrantz.xml b/data/templates/npc/raidboss/25259-ZakenSButcherKrantz.xml new file mode 100644 index 000000000..c9377faaa --- /dev/null +++ b/data/templates/npc/raidboss/25259-ZakenSButcherKrantz.xml @@ -0,0 +1,43 @@ + + + + Zaken's Butcher Krantz + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 3983098 + 535296 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25260-IronGiantTotem.xml b/data/templates/npc/raidboss/25260-IronGiantTotem.xml new file mode 100644 index 000000000..02a84d953 --- /dev/null +++ b/data/templates/npc/raidboss/25260-IronGiantTotem.xml @@ -0,0 +1,54 @@ + + + + Iron Giant Totem + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 3259016 + 329439 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25263-KernonSFaithfulServantKelone.xml b/data/templates/npc/raidboss/25263-KernonSFaithfulServantKelone.xml new file mode 100644 index 000000000..1bd23adf6 --- /dev/null +++ b/data/templates/npc/raidboss/25263-KernonSFaithfulServantKelone.xml @@ -0,0 +1,42 @@ + + + + Kernon's Faithful Servant Kelone + Raid Boss + 67 + FEMALE + + + + + + + + + + + + + + + 4534433 + 767699 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25266-BloodyEmpressDecarbia.xml b/data/templates/npc/raidboss/25266-BloodyEmpressDecarbia.xml new file mode 100644 index 000000000..2a4f121be --- /dev/null +++ b/data/templates/npc/raidboss/25266-BloodyEmpressDecarbia.xml @@ -0,0 +1,35 @@ + + + + Bloody Empress Decarbia + Raid Boss + 75 + FEMALE + + + + + + + + + + + + + + + 5231148 + 864099 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25269-BeastLordBehemoth.xml b/data/templates/npc/raidboss/25269-BeastLordBehemoth.xml new file mode 100644 index 000000000..f66981a8a --- /dev/null +++ b/data/templates/npc/raidboss/25269-BeastLordBehemoth.xml @@ -0,0 +1,41 @@ + + + + Beast Lord Behemoth + Raid Boss + 70 + MALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25272-PartisanLeaderTalakin.xml b/data/templates/npc/raidboss/25272-PartisanLeaderTalakin.xml new file mode 100644 index 000000000..be63355fc --- /dev/null +++ b/data/templates/npc/raidboss/25272-PartisanLeaderTalakin.xml @@ -0,0 +1,40 @@ + + + + Partisan Leader Talakin + Raid Boss + 28 + MALE + + + + + + + + + + + + + + + 2390045 + 97281 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25273-Carnamakos.xml b/data/templates/npc/raidboss/25273-Carnamakos.xml new file mode 100644 index 000000000..74a581ebe --- /dev/null +++ b/data/templates/npc/raidboss/25273-Carnamakos.xml @@ -0,0 +1,30 @@ + + + + Carnamakos + Raid Boss + 50 + MALE + + + + + + + + + + + + + + + 3551193 + 422350 + + + + + + + diff --git a/data/templates/npc/raidboss/25276-DeathLordIpos.xml b/data/templates/npc/raidboss/25276-DeathLordIpos.xml new file mode 100644 index 000000000..9c5ecab31 --- /dev/null +++ b/data/templates/npc/raidboss/25276-DeathLordIpos.xml @@ -0,0 +1,41 @@ + + + + Death Lord Ipos + Raid Boss + 75 + MALE + + + + + + + + + + + + + + + 5231148 + 864099 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25277-LilithSWitchMarilion.xml b/data/templates/npc/raidboss/25277-LilithSWitchMarilion.xml new file mode 100644 index 000000000..ec5afce93 --- /dev/null +++ b/data/templates/npc/raidboss/25277-LilithSWitchMarilion.xml @@ -0,0 +1,44 @@ + + + + Lilith's Witch Marilion + Raid Boss + 50 + FEMALE + + + + + + + + + + + + + + + 3551193 + 422350 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25280-PaganWatcherCerberon.xml b/data/templates/npc/raidboss/25280-PaganWatcherCerberon.xml new file mode 100644 index 000000000..544e593dc --- /dev/null +++ b/data/templates/npc/raidboss/25280-PaganWatcherCerberon.xml @@ -0,0 +1,42 @@ + + + + Pagan Watcher Cerberon + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 3983098 + 535296 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25281-AnakimSNemesisZakaron.xml b/data/templates/npc/raidboss/25281-AnakimSNemesisZakaron.xml new file mode 100644 index 000000000..978d4b4f0 --- /dev/null +++ b/data/templates/npc/raidboss/25281-AnakimSNemesisZakaron.xml @@ -0,0 +1,43 @@ + + + + Anakim's Nemesis Zakaron + Raid Boss + 70 + MALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25282-DeathLordShax.xml b/data/templates/npc/raidboss/25282-DeathLordShax.xml new file mode 100644 index 000000000..3f9cf176d --- /dev/null +++ b/data/templates/npc/raidboss/25282-DeathLordShax.xml @@ -0,0 +1,52 @@ + + + + Death Lord Shax + Raid Boss + 75 + MALE + + + + + + + + + + + + + + + 5231148 + 864099 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25283-Lilith.xml b/data/templates/npc/raidboss/25283-Lilith.xml new file mode 100644 index 000000000..51eab4c64 --- /dev/null +++ b/data/templates/npc/raidboss/25283-Lilith.xml @@ -0,0 +1,36 @@ + + + + Lilith + Raid Boss + 80 + FEMALE + + + + + + + + + + + + + + + 9911897 + 1421059 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25286-Anakim.xml b/data/templates/npc/raidboss/25286-Anakim.xml new file mode 100644 index 000000000..037de5bd8 --- /dev/null +++ b/data/templates/npc/raidboss/25286-Anakim.xml @@ -0,0 +1,42 @@ + + + + Anakim + Raid Boss + 80 + FEMALE + + + + + + + + + + + + + + + 9911897 + 1421059 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25290-DaimonTheWhiteEyed.xml b/data/templates/npc/raidboss/25290-DaimonTheWhiteEyed.xml new file mode 100644 index 000000000..889347ffd --- /dev/null +++ b/data/templates/npc/raidboss/25290-DaimonTheWhiteEyed.xml @@ -0,0 +1,36 @@ + + + + Daimon the White-Eyed + Raid Boss + 78 + MALE + + + + + + + + + + + + + + + 5346496 + 1193017 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25293-HestiaGuardianDeityOfTheHotSprings.xml b/data/templates/npc/raidboss/25293-HestiaGuardianDeityOfTheHotSprings.xml new file mode 100644 index 000000000..ab65082bb --- /dev/null +++ b/data/templates/npc/raidboss/25293-HestiaGuardianDeityOfTheHotSprings.xml @@ -0,0 +1,37 @@ + + + + Hestia Guardian Deity of the Hot Springs + Raid Boss + 78 + FEMALE + + + + + + + + + + + + + + + 5346496 + 1193017 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25296-IcicleEmperorBumbalump.xml b/data/templates/npc/raidboss/25296-IcicleEmperorBumbalump.xml new file mode 100644 index 000000000..b4c3e37cb --- /dev/null +++ b/data/templates/npc/raidboss/25296-IcicleEmperorBumbalump.xml @@ -0,0 +1,43 @@ + + + + Icicle Emperor Bumbalump + Raid Boss + 74 + MALE + + + + + + + + + + + + + + + 5199407 + 852059 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25299-KetraSHeroHekaton.xml b/data/templates/npc/raidboss/25299-KetraSHeroHekaton.xml new file mode 100644 index 000000000..92fe81c05 --- /dev/null +++ b/data/templates/npc/raidboss/25299-KetraSHeroHekaton.xml @@ -0,0 +1,35 @@ + + + + Ketra's Hero Hekaton + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25302-KetraSCommanderTayr.xml b/data/templates/npc/raidboss/25302-KetraSCommanderTayr.xml new file mode 100644 index 000000000..dfb6f64e4 --- /dev/null +++ b/data/templates/npc/raidboss/25302-KetraSCommanderTayr.xml @@ -0,0 +1,35 @@ + + + + Ketra's Commander Tayr + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25305-KetraSChiefBrakki.xml b/data/templates/npc/raidboss/25305-KetraSChiefBrakki.xml new file mode 100644 index 000000000..589159947 --- /dev/null +++ b/data/templates/npc/raidboss/25305-KetraSChiefBrakki.xml @@ -0,0 +1,39 @@ + + + + Ketra's Chief Brakki + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25306-SoulOfFireNastron.xml b/data/templates/npc/raidboss/25306-SoulOfFireNastron.xml new file mode 100644 index 000000000..cf8ddab6f --- /dev/null +++ b/data/templates/npc/raidboss/25306-SoulOfFireNastron.xml @@ -0,0 +1,46 @@ + + + + Soul of Fire Nastron + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 2643173 + 390090 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25309-VarkaSHeroShadith.xml b/data/templates/npc/raidboss/25309-VarkaSHeroShadith.xml new file mode 100644 index 000000000..e3fb47097 --- /dev/null +++ b/data/templates/npc/raidboss/25309-VarkaSHeroShadith.xml @@ -0,0 +1,38 @@ + + + + Varka's Hero Shadith + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25312-VarkaSCommanderMos.xml b/data/templates/npc/raidboss/25312-VarkaSCommanderMos.xml new file mode 100644 index 000000000..ddab26c42 --- /dev/null +++ b/data/templates/npc/raidboss/25312-VarkaSCommanderMos.xml @@ -0,0 +1,42 @@ + + + + Varka's Commander Mos + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25315-VarkaSChiefHorus.xml b/data/templates/npc/raidboss/25315-VarkaSChiefHorus.xml new file mode 100644 index 000000000..4037bbd69 --- /dev/null +++ b/data/templates/npc/raidboss/25315-VarkaSChiefHorus.xml @@ -0,0 +1,48 @@ + + + + Varka's Chief Horus + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25316-SoulOfWaterAshutar.xml b/data/templates/npc/raidboss/25316-SoulOfWaterAshutar.xml new file mode 100644 index 000000000..77cce069b --- /dev/null +++ b/data/templates/npc/raidboss/25316-SoulOfWaterAshutar.xml @@ -0,0 +1,34 @@ + + + + Soul of Water Ashutar + Raid Boss + 80 + FEMALE + + + + + + + + + + + + + + + 2643173 + 390090 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25319-Ember.xml b/data/templates/npc/raidboss/25319-Ember.xml new file mode 100644 index 000000000..06342a9e2 --- /dev/null +++ b/data/templates/npc/raidboss/25319-Ember.xml @@ -0,0 +1,50 @@ + + + + Ember + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 5437589 + 1219007 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25322-DemonSAgentFalston.xml b/data/templates/npc/raidboss/25322-DemonSAgentFalston.xml new file mode 100644 index 000000000..4ace9859e --- /dev/null +++ b/data/templates/npc/raidboss/25322-DemonSAgentFalston.xml @@ -0,0 +1,44 @@ + + + + Demon's Agent Falston + Raid Boss + 66 + MALE + + + + + + + + + + + + + + + 4512325 + 757636 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25325-FlameOfSplendorBarakiel.xml b/data/templates/npc/raidboss/25325-FlameOfSplendorBarakiel.xml new file mode 100644 index 000000000..1bd823505 --- /dev/null +++ b/data/templates/npc/raidboss/25325-FlameOfSplendorBarakiel.xml @@ -0,0 +1,44 @@ + + + + Flame of Splendor Barakiel + Raid Boss + 70 + FEMALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25328-EilhalderVonHellmann.xml b/data/templates/npc/raidboss/25328-EilhalderVonHellmann.xml new file mode 100644 index 000000000..f6667c1a5 --- /dev/null +++ b/data/templates/npc/raidboss/25328-EilhalderVonHellmann.xml @@ -0,0 +1,43 @@ + + + + Eilhalder von Hellmann + Raid Boss + 71 + MALE + + + + + + + + + + + + + + + 5113018 + 815421 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25333-Anakazel.xml b/data/templates/npc/raidboss/25333-Anakazel.xml new file mode 100644 index 000000000..67f069d18 --- /dev/null +++ b/data/templates/npc/raidboss/25333-Anakazel.xml @@ -0,0 +1,32 @@ + + + + Anakazel + Invaders' Leader + 28 + MALE + + + + + + + + + + + + + + + 1673031 + 68097 + + + + + + + + + diff --git a/data/templates/npc/raidboss/25334-Anakazel.xml b/data/templates/npc/raidboss/25334-Anakazel.xml new file mode 100644 index 000000000..0538c9c25 --- /dev/null +++ b/data/templates/npc/raidboss/25334-Anakazel.xml @@ -0,0 +1,37 @@ + + + + Anakazel + Invaders' Leader + 38 + MALE + + + + + + + + + + + + + + + 1370326 + 114239 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25335-Anakazel.xml b/data/templates/npc/raidboss/25335-Anakazel.xml new file mode 100644 index 000000000..4ea87cb6b --- /dev/null +++ b/data/templates/npc/raidboss/25335-Anakazel.xml @@ -0,0 +1,46 @@ + + + + Anakazel + Invaders' Leader + 48 + MALE + + + + + + + + + + + + + + + 1586608 + 189699 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25336-Anakazel.xml b/data/templates/npc/raidboss/25336-Anakazel.xml new file mode 100644 index 000000000..d120290f7 --- /dev/null +++ b/data/templates/npc/raidboss/25336-Anakazel.xml @@ -0,0 +1,44 @@ + + + + Anakazel + Invaders' Leader + 58 + MALE + + + + + + + + + + + + + + + 1843815 + 257493 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25337-Anakazel.xml b/data/templates/npc/raidboss/25337-Anakazel.xml new file mode 100644 index 000000000..c68b26f42 --- /dev/null +++ b/data/templates/npc/raidboss/25337-Anakazel.xml @@ -0,0 +1,39 @@ + + + + Anakazel + Invaders' Leader + 68 + MALE + + + + + + + + + + + + + + + 2044017 + 324825 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25338-Anakazel.xml b/data/templates/npc/raidboss/25338-Anakazel.xml new file mode 100644 index 000000000..392e69158 --- /dev/null +++ b/data/templates/npc/raidboss/25338-Anakazel.xml @@ -0,0 +1,38 @@ + + + + Anakazel + Invaders' Leader + 78 + MALE + + + + + + + + + + + + + + + 2504378 + 380180 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25352-GiantWastelandBasilisk.xml b/data/templates/npc/raidboss/25352-GiantWastelandBasilisk.xml new file mode 100644 index 000000000..2185a4510 --- /dev/null +++ b/data/templates/npc/raidboss/25352-GiantWastelandBasilisk.xml @@ -0,0 +1,38 @@ + + + + Giant Wasteland Basilisk + Raid Boss + 30 + MALE + + + + + + + + + + + + + + + 2308288 + 111484 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25354-GargoyleLordSirocco.xml b/data/templates/npc/raidboss/25354-GargoyleLordSirocco.xml new file mode 100644 index 000000000..88fd6309e --- /dev/null +++ b/data/templates/npc/raidboss/25354-GargoyleLordSirocco.xml @@ -0,0 +1,41 @@ + + + + Gargoyle Lord Sirocco + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25357-SukarWereratChief.xml b/data/templates/npc/raidboss/25357-SukarWereratChief.xml new file mode 100644 index 000000000..b6f065ad3 --- /dev/null +++ b/data/templates/npc/raidboss/25357-SukarWereratChief.xml @@ -0,0 +1,35 @@ + + + + Sukar Wererat Chief + Raid Boss + 21 + MALE + + + + + + + + + + + + + + + 2646357 + 60367 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25360-TigerHornet.xml b/data/templates/npc/raidboss/25360-TigerHornet.xml new file mode 100644 index 000000000..44041e0fc --- /dev/null +++ b/data/templates/npc/raidboss/25360-TigerHornet.xml @@ -0,0 +1,39 @@ + + + + Tiger Hornet + Raid Boss + 26 + MALE + + + + + + + + + + + + + + + 2487618 + 84828 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25362-TrackerLeaderSharuk.xml b/data/templates/npc/raidboss/25362-TrackerLeaderSharuk.xml new file mode 100644 index 000000000..2bf0dfec3 --- /dev/null +++ b/data/templates/npc/raidboss/25362-TrackerLeaderSharuk.xml @@ -0,0 +1,50 @@ + + + + Tracker Leader Sharuk + Raid Boss + 23 + MALE + + + + + + + + + + + + + + + 2690117 + 69902 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25365-PatriarchKuroboros.xml b/data/templates/npc/raidboss/25365-PatriarchKuroboros.xml new file mode 100644 index 000000000..457ee0e01 --- /dev/null +++ b/data/templates/npc/raidboss/25365-PatriarchKuroboros.xml @@ -0,0 +1,34 @@ + + + + Patriarch Kuroboros + Raid Boss + 26 + MALE + + + + + + + + + + + + + + + 2487618 + 84828 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25366-KuroborosPriest.xml b/data/templates/npc/raidboss/25366-KuroborosPriest.xml new file mode 100644 index 000000000..aab355bc1 --- /dev/null +++ b/data/templates/npc/raidboss/25366-KuroborosPriest.xml @@ -0,0 +1,36 @@ + + + + Kuroboros' Priest + Raid Boss + 23 + MALE + + + + + + + + + + + + + + + 2690117 + 69902 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25369-SoulScavenger.xml b/data/templates/npc/raidboss/25369-SoulScavenger.xml new file mode 100644 index 000000000..d8b8b30e4 --- /dev/null +++ b/data/templates/npc/raidboss/25369-SoulScavenger.xml @@ -0,0 +1,37 @@ + + + + Soul Scavenger + Raid Boss + 25 + MALE + + + + + + + + + + + + + + + 2541012 + 79280 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25372-DiscardedGuardian.xml b/data/templates/npc/raidboss/25372-DiscardedGuardian.xml new file mode 100644 index 000000000..f2ab6ed23 --- /dev/null +++ b/data/templates/npc/raidboss/25372-DiscardedGuardian.xml @@ -0,0 +1,37 @@ + + + + Discarded Guardian + Raid Boss + 20 + MALE + + + + + + + + + + + + + + + 3041766 + 59634 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25373-MalexHeraldOfDagoniel.xml b/data/templates/npc/raidboss/25373-MalexHeraldOfDagoniel.xml new file mode 100644 index 000000000..96fd6cdaf --- /dev/null +++ b/data/templates/npc/raidboss/25373-MalexHeraldOfDagoniel.xml @@ -0,0 +1,34 @@ + + + + Malex Herald of Dagoniel + Raid Boss + 21 + MALE + + + + + + + + + + + + + + + 2646357 + 60367 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25375-ZombieLordFarakelsus.xml b/data/templates/npc/raidboss/25375-ZombieLordFarakelsus.xml new file mode 100644 index 000000000..acfa6b3ce --- /dev/null +++ b/data/templates/npc/raidboss/25375-ZombieLordFarakelsus.xml @@ -0,0 +1,36 @@ + + + + Zombie Lord Farakelsus + Raid Boss + 20 + MALE + + + + + + + + + + + + + + + 3041766 + 59634 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25378-MadnessBeast.xml b/data/templates/npc/raidboss/25378-MadnessBeast.xml new file mode 100644 index 000000000..c4a2be239 --- /dev/null +++ b/data/templates/npc/raidboss/25378-MadnessBeast.xml @@ -0,0 +1,34 @@ + + + + Madness Beast + Raid Boss + 20 + MALE + + + + + + + + + + + + + + + 3041766 + 59634 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25380-KayshaHeraldOfIcarus.xml b/data/templates/npc/raidboss/25380-KayshaHeraldOfIcarus.xml new file mode 100644 index 000000000..d31059c86 --- /dev/null +++ b/data/templates/npc/raidboss/25380-KayshaHeraldOfIcarus.xml @@ -0,0 +1,34 @@ + + + + Kaysha Herald of Icarus + Raid Boss + 21 + FEMALE + + + + + + + + + + + + + + + 2646357 + 60367 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25383-RevenantOfSirCalibus.xml b/data/templates/npc/raidboss/25383-RevenantOfSirCalibus.xml new file mode 100644 index 000000000..fb63d6cc2 --- /dev/null +++ b/data/templates/npc/raidboss/25383-RevenantOfSirCalibus.xml @@ -0,0 +1,38 @@ + + + + Revenant of Sir Calibus + Raid Boss + 34 + MALE + + + + + + + + + + + + + + + 1918617 + 135504 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25385-EvilSpiritTempest.xml b/data/templates/npc/raidboss/25385-EvilSpiritTempest.xml new file mode 100644 index 000000000..e3992b8ae --- /dev/null +++ b/data/templates/npc/raidboss/25385-EvilSpiritTempest.xml @@ -0,0 +1,43 @@ + + + + Evil Spirit Tempest + Raid Boss + 36 + MALE + + + + + + + + + + + + + + + 1916442 + 153260 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25388-RedEyeCaptainTrakia.xml b/data/templates/npc/raidboss/25388-RedEyeCaptainTrakia.xml new file mode 100644 index 000000000..71b259885 --- /dev/null +++ b/data/templates/npc/raidboss/25388-RedEyeCaptainTrakia.xml @@ -0,0 +1,34 @@ + + + + Red Eye Captain Trakia + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25391-NurkaSMessenger.xml b/data/templates/npc/raidboss/25391-NurkaSMessenger.xml new file mode 100644 index 000000000..a4db5d0c7 --- /dev/null +++ b/data/templates/npc/raidboss/25391-NurkaSMessenger.xml @@ -0,0 +1,44 @@ + + + + Nurka's Messenger + Raid Boss + 33 + MALE + + + + + + + + + + + + + + + 1932560 + 127255 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25392-CaptainOfQueenSRoyalGuards.xml b/data/templates/npc/raidboss/25392-CaptainOfQueenSRoyalGuards.xml new file mode 100644 index 000000000..8ced95ac4 --- /dev/null +++ b/data/templates/npc/raidboss/25392-CaptainOfQueenSRoyalGuards.xml @@ -0,0 +1,41 @@ + + + + Captain of Queen's Royal Guards + Raid Boss + 32 + FEMALE + + + + + + + + + + + + + + + 1962692 + 119633 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25394-PremoPrime.xml b/data/templates/npc/raidboss/25394-PremoPrime.xml new file mode 100644 index 000000000..933bd5a5d --- /dev/null +++ b/data/templates/npc/raidboss/25394-PremoPrime.xml @@ -0,0 +1,40 @@ + + + + Premo Prime + Raid Boss + 38 + MALE + + + + + + + + + + + + + + + 1957608 + 163199 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25395-ArchonSuscepter.xml b/data/templates/npc/raidboss/25395-ArchonSuscepter.xml new file mode 100644 index 000000000..5c0b7d19a --- /dev/null +++ b/data/templates/npc/raidboss/25395-ArchonSuscepter.xml @@ -0,0 +1,58 @@ + + + + Archon Suscepter + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 2085510 + 229987 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25398-EyeOfBeleth.xml b/data/templates/npc/raidboss/25398-EyeOfBeleth.xml new file mode 100644 index 000000000..dc52865e3 --- /dev/null +++ b/data/templates/npc/raidboss/25398-EyeOfBeleth.xml @@ -0,0 +1,37 @@ + + + + Eye of Beleth + Raid Boss + 35 + MALE + + + + + + + + + + + + + + + 1912395 + 144137 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25401-Skyla.xml b/data/templates/npc/raidboss/25401-Skyla.xml new file mode 100644 index 000000000..1a393ac9b --- /dev/null +++ b/data/templates/npc/raidboss/25401-Skyla.xml @@ -0,0 +1,38 @@ + + + + Skyla + Raid Boss + 32 + MALE + + + + + + + + + + + + + + + 1962692 + 119633 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25404-CorsairCaptainKylon.xml b/data/templates/npc/raidboss/25404-CorsairCaptainKylon.xml new file mode 100644 index 000000000..366c7f8e9 --- /dev/null +++ b/data/templates/npc/raidboss/25404-CorsairCaptainKylon.xml @@ -0,0 +1,40 @@ + + + + Corsair Captain Kylon + Raid Boss + 33 + MALE + + + + + + + + + + + + + + + 1932560 + 127255 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25407-LordIshka.xml b/data/templates/npc/raidboss/25407-LordIshka.xml new file mode 100644 index 000000000..cbf65ada4 --- /dev/null +++ b/data/templates/npc/raidboss/25407-LordIshka.xml @@ -0,0 +1,45 @@ + + + + Lord Ishka + Raid Boss + 60 + MALE + + + + + + + + + + + + + + + 2735033 + 394692 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25410-RoadScavengerLeader.xml b/data/templates/npc/raidboss/25410-RoadScavengerLeader.xml new file mode 100644 index 000000000..0cadbb4ad --- /dev/null +++ b/data/templates/npc/raidboss/25410-RoadScavengerLeader.xml @@ -0,0 +1,42 @@ + + + + Road Scavenger Leader + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25412-NecrosentinelRoyalGuard.xml b/data/templates/npc/raidboss/25412-NecrosentinelRoyalGuard.xml new file mode 100644 index 000000000..c9afd336a --- /dev/null +++ b/data/templates/npc/raidboss/25412-NecrosentinelRoyalGuard.xml @@ -0,0 +1,45 @@ + + + + Necrosentinel Royal Guard + Raid Boss + 47 + MALE + + + + + + + + + + + + + + + 2205665 + 257531 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25415-Nakondas.xml b/data/templates/npc/raidboss/25415-Nakondas.xml new file mode 100644 index 000000000..a45801fbd --- /dev/null +++ b/data/templates/npc/raidboss/25415-Nakondas.xml @@ -0,0 +1,43 @@ + + + + Nakondas + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25418-DreadAvengerKraven.xml b/data/templates/npc/raidboss/25418-DreadAvengerKraven.xml new file mode 100644 index 000000000..171d3f231 --- /dev/null +++ b/data/templates/npc/raidboss/25418-DreadAvengerKraven.xml @@ -0,0 +1,59 @@ + + + + Dread Avenger Kraven + Raid Boss + 44 + MALE + + + + + + + + + + + + + + + 2030767 + 217826 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25420-OrfenSHandmaiden.xml b/data/templates/npc/raidboss/25420-OrfenSHandmaiden.xml new file mode 100644 index 000000000..9008c10fe --- /dev/null +++ b/data/templates/npc/raidboss/25420-OrfenSHandmaiden.xml @@ -0,0 +1,40 @@ + + + + Orfen's Handmaiden + Raid Boss + 48 + FEMALE + + + + + + + + + + + + + + + 2266583 + 270998 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25423-FairyQueenTiminiel.xml b/data/templates/npc/raidboss/25423-FairyQueenTiminiel.xml new file mode 100644 index 000000000..fdc3bb9b3 --- /dev/null +++ b/data/templates/npc/raidboss/25423-FairyQueenTiminiel.xml @@ -0,0 +1,44 @@ + + + + Fairy Queen Timiniel + Raid Boss + 61 + FEMALE + + + + + + + + + + + + + + + 2601295 + 380861 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25426-BetrayerOfUrutuFreki.xml b/data/templates/npc/raidboss/25426-BetrayerOfUrutuFreki.xml new file mode 100644 index 000000000..a3a6ca40c --- /dev/null +++ b/data/templates/npc/raidboss/25426-BetrayerOfUrutuFreki.xml @@ -0,0 +1,33 @@ + + + + Betrayer of Urutu Freki + Raid Boss + 25 + MALE + + + + + + + + + + + + + + + 2541012 + 79280 + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25429-MammonCollectorTalos.xml b/data/templates/npc/raidboss/25429-MammonCollectorTalos.xml new file mode 100644 index 000000000..028697641 --- /dev/null +++ b/data/templates/npc/raidboss/25429-MammonCollectorTalos.xml @@ -0,0 +1,40 @@ + + + + Mammon Collector Talos + Raid Boss + 25 + MALE + + + + + + + + + + + + + + + 2541012 + 79280 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25431-FlamestoneGolem.xml b/data/templates/npc/raidboss/25431-FlamestoneGolem.xml new file mode 100644 index 000000000..f6e0e5d07 --- /dev/null +++ b/data/templates/npc/raidboss/25431-FlamestoneGolem.xml @@ -0,0 +1,38 @@ + + + + Flamestone Golem + Raid Boss + 44 + MALE + + + + + + + + + + + + + + + 2030767 + 217826 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25434-BanditLeaderBarda.xml b/data/templates/npc/raidboss/25434-BanditLeaderBarda.xml new file mode 100644 index 000000000..1a35320be --- /dev/null +++ b/data/templates/npc/raidboss/25434-BanditLeaderBarda.xml @@ -0,0 +1,47 @@ + + + + Bandit Leader Barda + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 2477107 + 327038 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25437-TimakOrcGosmos.xml b/data/templates/npc/raidboss/25437-TimakOrcGosmos.xml new file mode 100644 index 000000000..4f6cd76d0 --- /dev/null +++ b/data/templates/npc/raidboss/25437-TimakOrcGosmos.xml @@ -0,0 +1,39 @@ + + + + Timak Orc Gosmos + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 2085510 + 229987 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25438-ThiefKelbar.xml b/data/templates/npc/raidboss/25438-ThiefKelbar.xml new file mode 100644 index 000000000..a44ead779 --- /dev/null +++ b/data/templates/npc/raidboss/25438-ThiefKelbar.xml @@ -0,0 +1,39 @@ + + + + Thief Kelbar + Raid Boss + 44 + MALE + + + + + + + + + + + + + + + 2030767 + 217826 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25441-EvilSpiritCyrion.xml b/data/templates/npc/raidboss/25441-EvilSpiritCyrion.xml new file mode 100644 index 000000000..1122871c6 --- /dev/null +++ b/data/templates/npc/raidboss/25441-EvilSpiritCyrion.xml @@ -0,0 +1,42 @@ + + + + Evil Spirit Cyrion + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 2085510 + 229987 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25444-EnmityGhostRamdal.xml b/data/templates/npc/raidboss/25444-EnmityGhostRamdal.xml new file mode 100644 index 000000000..437fea9a5 --- /dev/null +++ b/data/templates/npc/raidboss/25444-EnmityGhostRamdal.xml @@ -0,0 +1,41 @@ + + + + Enmity Ghost Ramdal + Raid Boss + 65 + MALE + + + + + + + + + + + + + + + 2780578 + 429547 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25447-ImmortalSaviorMardil.xml b/data/templates/npc/raidboss/25447-ImmortalSaviorMardil.xml new file mode 100644 index 000000000..67508a41e --- /dev/null +++ b/data/templates/npc/raidboss/25447-ImmortalSaviorMardil.xml @@ -0,0 +1,43 @@ + + + + Immortal Savior Mardil + Raid Boss + 71 + FEMALE + + + + + + + + + + + + + + + 3074084 + 495533 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25450-CherubGalaxia.xml b/data/templates/npc/raidboss/25450-CherubGalaxia.xml new file mode 100644 index 000000000..0c2d69a23 --- /dev/null +++ b/data/templates/npc/raidboss/25450-CherubGalaxia.xml @@ -0,0 +1,48 @@ + + + + Cherub Galaxia + Raid Boss + 79 + MALE + + + + + + + + + + + + + + + 5390003 + 1205333 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25453-MeanasAnor.xml b/data/templates/npc/raidboss/25453-MeanasAnor.xml new file mode 100644 index 000000000..333935df1 --- /dev/null +++ b/data/templates/npc/raidboss/25453-MeanasAnor.xml @@ -0,0 +1,40 @@ + + + + Meanas Anor + Raid Boss + 70 + MALE + + + + + + + + + + + + + + + 4596479 + 802604 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25456-MirrorOfOblivion.xml b/data/templates/npc/raidboss/25456-MirrorOfOblivion.xml new file mode 100644 index 000000000..3f4caa5d3 --- /dev/null +++ b/data/templates/npc/raidboss/25456-MirrorOfOblivion.xml @@ -0,0 +1,40 @@ + + + + Mirror of Oblivion + Raid Boss + 49 + MALE + + + + + + + + + + + + + + + 2328069 + 284981 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25460-DeadmanEreve.xml b/data/templates/npc/raidboss/25460-DeadmanEreve.xml new file mode 100644 index 000000000..bba2e8dcc --- /dev/null +++ b/data/templates/npc/raidboss/25460-DeadmanEreve.xml @@ -0,0 +1,45 @@ + + + + Deadman Ereve + Raid Boss + 51 + MALE + + + + + + + + + + + + + + + 2256714 + 285537 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25463-HaritGuardianGarangky.xml b/data/templates/npc/raidboss/25463-HaritGuardianGarangky.xml new file mode 100644 index 000000000..db17d1337 --- /dev/null +++ b/data/templates/npc/raidboss/25463-HaritGuardianGarangky.xml @@ -0,0 +1,39 @@ + + + + Harit Guardian Garangky + Raid Boss + 56 + MALE + + + + + + + + + + + + + + + 2529799 + 340561 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25467-Gorgolos.xml b/data/templates/npc/raidboss/25467-Gorgolos.xml new file mode 100644 index 000000000..642c9f795 --- /dev/null +++ b/data/templates/npc/raidboss/25467-Gorgolos.xml @@ -0,0 +1,41 @@ + + + + Gorgolos + Raid Boss + 64 + MALE + + + + + + + + + + + + + + + 2736355 + 417632 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25470-LastTitanUtenus.xml b/data/templates/npc/raidboss/25470-LastTitanUtenus.xml new file mode 100644 index 000000000..be3a649a5 --- /dev/null +++ b/data/templates/npc/raidboss/25470-LastTitanUtenus.xml @@ -0,0 +1,44 @@ + + + + Last Titan Utenus + Raid Boss + 66 + MALE + + + + + + + + + + + + + + + 2826358 + 441301 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25473-GraveRobberKim.xml b/data/templates/npc/raidboss/25473-GraveRobberKim.xml new file mode 100644 index 000000000..98047530d --- /dev/null +++ b/data/templates/npc/raidboss/25473-GraveRobberKim.xml @@ -0,0 +1,45 @@ + + + + Grave Robber Kim + Raid Boss + 52 + MALE + + + + + + + + + + + + + + + 2313340 + 287521 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25475-GhostKnightKabed.xml b/data/templates/npc/raidboss/25475-GhostKnightKabed.xml new file mode 100644 index 000000000..5fdeb3970 --- /dev/null +++ b/data/templates/npc/raidboss/25475-GhostKnightKabed.xml @@ -0,0 +1,48 @@ + + + + Ghost Knight Kabed + Raid Boss + 55 + MALE + + + + + + + + + + + + + + + 2477107 + 327038 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25478-ShilenSPriestHisilrome.xml b/data/templates/npc/raidboss/25478-ShilenSPriestHisilrome.xml new file mode 100644 index 000000000..caaa6b03d --- /dev/null +++ b/data/templates/npc/raidboss/25478-ShilenSPriestHisilrome.xml @@ -0,0 +1,41 @@ + + + + Shilen's Priest Hisilrome + Raid Boss + 65 + FEMALE + + + + + + + + + + + + + + + 2780578 + 429547 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25481-MagusKenishee.xml b/data/templates/npc/raidboss/25481-MagusKenishee.xml new file mode 100644 index 000000000..a0626e060 --- /dev/null +++ b/data/templates/npc/raidboss/25481-MagusKenishee.xml @@ -0,0 +1,45 @@ + + + + Magus Kenishee + Raid Boss + 53 + FEMALE + + + + + + + + + + + + + + + 2368104 + 300304 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25484-ZakenSChiefMateTillion.xml b/data/templates/npc/raidboss/25484-ZakenSChiefMateTillion.xml new file mode 100644 index 000000000..144ae1842 --- /dev/null +++ b/data/templates/npc/raidboss/25484-ZakenSChiefMateTillion.xml @@ -0,0 +1,47 @@ + + + + Zaken's Chief Mate Tillion + Raid Boss + 50 + MALE + + + + + + + + + + + + + + + 2389767 + 281312 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25487-WaterSpiritLian.xml b/data/templates/npc/raidboss/25487-WaterSpiritLian.xml new file mode 100644 index 000000000..5108b55b3 --- /dev/null +++ b/data/templates/npc/raidboss/25487-WaterSpiritLian.xml @@ -0,0 +1,65 @@ + + + + Water Spirit Lian + Raid Boss + 40 + FEMALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25490-Gwindorr.xml b/data/templates/npc/raidboss/25490-Gwindorr.xml new file mode 100644 index 000000000..062402381 --- /dev/null +++ b/data/templates/npc/raidboss/25490-Gwindorr.xml @@ -0,0 +1,40 @@ + + + + Gwindorr + Raid Boss + 40 + MALE + + + + + + + + + + + + + + + 2030965 + 181264 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25493-EvaSSpiritNiniel.xml b/data/templates/npc/raidboss/25493-EvaSSpiritNiniel.xml new file mode 100644 index 000000000..4abd09147 --- /dev/null +++ b/data/templates/npc/raidboss/25493-EvaSSpiritNiniel.xml @@ -0,0 +1,46 @@ + + + + Eva's Spirit Niniel + Raid Boss + 55 + FEMALE + + + + + + + + + + + + + + + 2477107 + 327038 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25496-FafurionSEnvoyPingolpin.xml b/data/templates/npc/raidboss/25496-FafurionSEnvoyPingolpin.xml new file mode 100644 index 000000000..3056df354 --- /dev/null +++ b/data/templates/npc/raidboss/25496-FafurionSEnvoyPingolpin.xml @@ -0,0 +1,44 @@ + + + + Fafurion's Envoy Pingolpin + Raid Boss + 52 + FEMALE + + + + + + + + + + + + + + + 2313340 + 287521 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25498-FafurionSHenchmanIstary.xml b/data/templates/npc/raidboss/25498-FafurionSHenchmanIstary.xml new file mode 100644 index 000000000..3be8db830 --- /dev/null +++ b/data/templates/npc/raidboss/25498-FafurionSHenchmanIstary.xml @@ -0,0 +1,45 @@ + + + + Fafurion's Henchman Istary + Raid Boss + 45 + MALE + + + + + + + + + + + + + + + 2085510 + 229987 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25501-BossAkata.xml b/data/templates/npc/raidboss/25501-BossAkata.xml new file mode 100644 index 000000000..7e2567578 --- /dev/null +++ b/data/templates/npc/raidboss/25501-BossAkata.xml @@ -0,0 +1,41 @@ + + + + Boss Akata + Raid Boss + 30 + MALE + + + + + + + + + + + + + + + 2308288 + 111484 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25504-NellisVengefulSpirit.xml b/data/templates/npc/raidboss/25504-NellisVengefulSpirit.xml new file mode 100644 index 000000000..bda12b62f --- /dev/null +++ b/data/templates/npc/raidboss/25504-NellisVengefulSpirit.xml @@ -0,0 +1,56 @@ + + + + Nellis' Vengeful Spirit + Raid Boss + 39 + MALE + + + + + + + + + + + + + + + 1988451 + 173127 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25506-RayitoTheLooter.xml b/data/templates/npc/raidboss/25506-RayitoTheLooter.xml new file mode 100644 index 000000000..b8a851516 --- /dev/null +++ b/data/templates/npc/raidboss/25506-RayitoTheLooter.xml @@ -0,0 +1,35 @@ + + + + Rayito the Looter + Raid Boss + 37 + MALE + + + + + + + + + + + + + + + 1932589 + 153693 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25509-DarkShamanVarangka.xml b/data/templates/npc/raidboss/25509-DarkShamanVarangka.xml new file mode 100644 index 000000000..74a6b4fb2 --- /dev/null +++ b/data/templates/npc/raidboss/25509-DarkShamanVarangka.xml @@ -0,0 +1,47 @@ + + + + Dark Shaman Varangka + Raid Boss + 53 + MALE + + + + + + + + + + + + + + + 2368104 + 300304 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25512-GiganticChaosGolem.xml b/data/templates/npc/raidboss/25512-GiganticChaosGolem.xml new file mode 100644 index 000000000..52a7ee33b --- /dev/null +++ b/data/templates/npc/raidboss/25512-GiganticChaosGolem.xml @@ -0,0 +1,46 @@ + + + + Gigantic Chaos Golem + Raid Boss + 52 + MALE + + + + + + + + + + + + + + + 2313340 + 287521 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25514-QueenShyeed.xml b/data/templates/npc/raidboss/25514-QueenShyeed.xml new file mode 100644 index 000000000..8693f0d43 --- /dev/null +++ b/data/templates/npc/raidboss/25514-QueenShyeed.xml @@ -0,0 +1,40 @@ + + + + Queen Shyeed + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25523-PlagueGolem.xml b/data/templates/npc/raidboss/25523-PlagueGolem.xml new file mode 100644 index 000000000..73fc6d5cb --- /dev/null +++ b/data/templates/npc/raidboss/25523-PlagueGolem.xml @@ -0,0 +1,42 @@ + + + + Plague Golem + Raid Boss + 73 + MALE + + + + + + + + + + + + + + + 5168419 + 839126 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25524-FlamestoneGiant.xml b/data/templates/npc/raidboss/25524-FlamestoneGiant.xml new file mode 100644 index 000000000..a39724b01 --- /dev/null +++ b/data/templates/npc/raidboss/25524-FlamestoneGiant.xml @@ -0,0 +1,41 @@ + + + + Flamestone Giant + Raid Boss + 76 + MALE + + + + + + + + + + + + + + + 5267108 + 1171763 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25527-Uruka.xml b/data/templates/npc/raidboss/25527-Uruka.xml new file mode 100644 index 000000000..3777d479e --- /dev/null +++ b/data/templates/npc/raidboss/25527-Uruka.xml @@ -0,0 +1,42 @@ + + + + Uruka + Raid Boss + 80 + MALE + + + + + + + + + + + + + + + 3775961 + 557272 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25528-Tiberias.xml b/data/templates/npc/raidboss/25528-Tiberias.xml new file mode 100644 index 000000000..bb9c275ae --- /dev/null +++ b/data/templates/npc/raidboss/25528-Tiberias.xml @@ -0,0 +1,26 @@ + + + + Tiberias + Prime Inspector + 22 + MALE + + + + + + + + + + + + + + + 225568 + 18408 + + + diff --git a/data/templates/npc/raidboss/25531-Darnel.xml b/data/templates/npc/raidboss/25531-Darnel.xml new file mode 100644 index 000000000..3744bc587 --- /dev/null +++ b/data/templates/npc/raidboss/25531-Darnel.xml @@ -0,0 +1,42 @@ + + + + Darnel + Torture Maiden + 81 + FEMALE + + + + + + + + + + + + + + + 1713495 + 1026728 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25532-Kechi.xml b/data/templates/npc/raidboss/25532-Kechi.xml new file mode 100644 index 000000000..9fda5f452 --- /dev/null +++ b/data/templates/npc/raidboss/25532-Kechi.xml @@ -0,0 +1,54 @@ + + + + Kechi + Fire + 82 + MALE + + + + + + + + + + + + + + + 2586436 + 1438503 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25534-Tears.xml b/data/templates/npc/raidboss/25534-Tears.xml new file mode 100644 index 000000000..adcb7ceb7 --- /dev/null +++ b/data/templates/npc/raidboss/25534-Tears.xml @@ -0,0 +1,33 @@ + + + + Tears + Ice + 83 + FEMALE + + + + + + + + + + + + + + + 2010425 + 1208631 + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25536-Hannibal.xml b/data/templates/npc/raidboss/25536-Hannibal.xml new file mode 100644 index 000000000..6e102181a --- /dev/null +++ b/data/templates/npc/raidboss/25536-Hannibal.xml @@ -0,0 +1,26 @@ + + + + Hannibal + Raid Boss + 81 + FEMALE + + + + + + + + + + + + + + + 5614732 + 1265702 + + + diff --git a/data/templates/npc/raidboss/25539-Typhoon.xml b/data/templates/npc/raidboss/25539-Typhoon.xml new file mode 100644 index 000000000..eed87e76a --- /dev/null +++ b/data/templates/npc/raidboss/25539-Typhoon.xml @@ -0,0 +1,26 @@ + + + + Typhoon + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 5678637 + 1283185 + + + diff --git a/data/templates/npc/raidboss/25540-DemonPrince.xml b/data/templates/npc/raidboss/25540-DemonPrince.xml new file mode 100644 index 000000000..2dcb2255c --- /dev/null +++ b/data/templates/npc/raidboss/25540-DemonPrince.xml @@ -0,0 +1,39 @@ + + + + Demon Prince + Raid Boss + 83 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25542-Ranku.xml b/data/templates/npc/raidboss/25542-Ranku.xml new file mode 100644 index 000000000..a967ef252 --- /dev/null +++ b/data/templates/npc/raidboss/25542-Ranku.xml @@ -0,0 +1,35 @@ + + + + Ranku + Raid Boss + 83 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25544-Tully.xml b/data/templates/npc/raidboss/25544-Tully.xml new file mode 100644 index 000000000..af8e02c2e --- /dev/null +++ b/data/templates/npc/raidboss/25544-Tully.xml @@ -0,0 +1,32 @@ + + + + Tully + Steel Citadel + 83 + MALE + + + + + + + + + + + + + + + 2522625 + 1749150 + + + + + + + + + diff --git a/data/templates/npc/raidboss/25546-RhiannaTheTraitor.xml b/data/templates/npc/raidboss/25546-RhiannaTheTraitor.xml new file mode 100644 index 000000000..a19c8fa66 --- /dev/null +++ b/data/templates/npc/raidboss/25546-RhiannaTheTraitor.xml @@ -0,0 +1,37 @@ + + + + Rhianna the Traitor + Forsaken Prisoner + 75 + FEMALE + + + + + + + + + + + + + + + 2329614 + 373311 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25549-TeslaTheDeceiver.xml b/data/templates/npc/raidboss/25549-TeslaTheDeceiver.xml new file mode 100644 index 000000000..d1612daf6 --- /dev/null +++ b/data/templates/npc/raidboss/25549-TeslaTheDeceiver.xml @@ -0,0 +1,35 @@ + + + + Tesla the Deceiver + Forsaken Prisoner + 75 + MALE + + + + + + + + + + + + + + + 2329614 + 373311 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25552-SoulHunterChakundel.xml b/data/templates/npc/raidboss/25552-SoulHunterChakundel.xml new file mode 100644 index 000000000..dcb1617f9 --- /dev/null +++ b/data/templates/npc/raidboss/25552-SoulHunterChakundel.xml @@ -0,0 +1,38 @@ + + + + Soul Hunter Chakundel + Forsaken Prisoner + 76 + MALE + + + + + + + + + + + + + + + 2383519 + 369370 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25553-DurangoTheCrusher.xml b/data/templates/npc/raidboss/25553-DurangoTheCrusher.xml new file mode 100644 index 000000000..82a474149 --- /dev/null +++ b/data/templates/npc/raidboss/25553-DurangoTheCrusher.xml @@ -0,0 +1,38 @@ + + + + Durango the Crusher + Forsaken Prisoner + 77 + MALE + + + + + + + + + + + + + + + 2441393 + 374864 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25554-BrutusTheObstinate.xml b/data/templates/npc/raidboss/25554-BrutusTheObstinate.xml new file mode 100644 index 000000000..88c5762a1 --- /dev/null +++ b/data/templates/npc/raidboss/25554-BrutusTheObstinate.xml @@ -0,0 +1,31 @@ + + + + Brutus the Obstinate + Forsaken Prisoner + 78 + MALE + + + + + + + + + + + + + + + 2504378 + 380180 + + + + + + + + diff --git a/data/templates/npc/raidboss/25557-RangerKarankawa.xml b/data/templates/npc/raidboss/25557-RangerKarankawa.xml new file mode 100644 index 000000000..e73d8ca17 --- /dev/null +++ b/data/templates/npc/raidboss/25557-RangerKarankawa.xml @@ -0,0 +1,31 @@ + + + + Ranger Karankawa + Forsaken Prisoner + 79 + FEMALE + + + + + + + + + + + + + + + 2571289 + 385228 + + + + + + + + diff --git a/data/templates/npc/raidboss/25560-SargonTheMad.xml b/data/templates/npc/raidboss/25560-SargonTheMad.xml new file mode 100644 index 000000000..261e82e98 --- /dev/null +++ b/data/templates/npc/raidboss/25560-SargonTheMad.xml @@ -0,0 +1,32 @@ + + + + Sargon the Mad + Forsaken Prisoner + 79 + MALE + + + + + + + + + + + + + + + 2571289 + 385228 + + + + + + + + + diff --git a/data/templates/npc/raidboss/25563-BeautifulAtrielle.xml b/data/templates/npc/raidboss/25563-BeautifulAtrielle.xml new file mode 100644 index 000000000..f7591383b --- /dev/null +++ b/data/templates/npc/raidboss/25563-BeautifulAtrielle.xml @@ -0,0 +1,34 @@ + + + + Beautiful Atrielle + Forsaken Prisoner + 81 + FEMALE + + + + + + + + + + + + + + + 2730279 + 394141 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25566-NagenTheTomboy.xml b/data/templates/npc/raidboss/25566-NagenTheTomboy.xml new file mode 100644 index 000000000..b047602d5 --- /dev/null +++ b/data/templates/npc/raidboss/25566-NagenTheTomboy.xml @@ -0,0 +1,34 @@ + + + + Nagen the Tomboy + Forsaken Prisoner + 82 + FEMALE + + + + + + + + + + + + + + + 2819565 + 398177 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25569-JaxTheDestroyer.xml b/data/templates/npc/raidboss/25569-JaxTheDestroyer.xml new file mode 100644 index 000000000..b8a07dd30 --- /dev/null +++ b/data/templates/npc/raidboss/25569-JaxTheDestroyer.xml @@ -0,0 +1,35 @@ + + + + Jax the Destroyer + Forsaken Prisoner + 82 + MALE + + + + + + + + + + + + + + + 2819565 + 398177 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25572-HagerTheOutlaw.xml b/data/templates/npc/raidboss/25572-HagerTheOutlaw.xml new file mode 100644 index 000000000..58d491701 --- /dev/null +++ b/data/templates/npc/raidboss/25572-HagerTheOutlaw.xml @@ -0,0 +1,32 @@ + + + + Hager the Outlaw + Forsaken Inmate + 72 + MALE + + + + + + + + + + + + + + + 2192267 + 353878 + + + + + + + + + diff --git a/data/templates/npc/raidboss/25575-AllSeeingRango.xml b/data/templates/npc/raidboss/25575-AllSeeingRango.xml new file mode 100644 index 000000000..264f48754 --- /dev/null +++ b/data/templates/npc/raidboss/25575-AllSeeingRango.xml @@ -0,0 +1,38 @@ + + + + All-Seeing Rango + Forsaken Inmate + 73 + MALE + + + + + + + + + + + + + + + 2234730 + 360602 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25578-Jakard.xml b/data/templates/npc/raidboss/25578-Jakard.xml new file mode 100644 index 000000000..235cdc404 --- /dev/null +++ b/data/templates/npc/raidboss/25578-Jakard.xml @@ -0,0 +1,36 @@ + + + + Jakard + Forsaken Inmate + 73 + MALE + + + + + + + + + + + + + + + 2234730 + 360602 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25579-Helsing.xml b/data/templates/npc/raidboss/25579-Helsing.xml new file mode 100644 index 000000000..2124a0f9d --- /dev/null +++ b/data/templates/npc/raidboss/25579-Helsing.xml @@ -0,0 +1,40 @@ + + + + Helsing + Forsaken Inmate + 74 + FEMALE + + + + + + + + + + + + + + + 2280801 + 367102 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25582-Gillien.xml b/data/templates/npc/raidboss/25582-Gillien.xml new file mode 100644 index 000000000..e9c4a37bb --- /dev/null +++ b/data/templates/npc/raidboss/25582-Gillien.xml @@ -0,0 +1,37 @@ + + + + Gillien + Forsaken Inmate + 75 + MALE + + + + + + + + + + + + + + + 2329614 + 373311 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25585-Medici.xml b/data/templates/npc/raidboss/25585-Medici.xml new file mode 100644 index 000000000..0eb23b8f5 --- /dev/null +++ b/data/templates/npc/raidboss/25585-Medici.xml @@ -0,0 +1,40 @@ + + + + Medici + Forsaken Inmate + 76 + FEMALE + + + + + + + + + + + + + + + 2383519 + 369370 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25588-ImmortalMuus.xml b/data/templates/npc/raidboss/25588-ImmortalMuus.xml new file mode 100644 index 000000000..ad5cc0a8b --- /dev/null +++ b/data/templates/npc/raidboss/25588-ImmortalMuus.xml @@ -0,0 +1,37 @@ + + + + Immortal Muus + Forsaken Inmate + 77 + MALE + + + + + + + + + + + + + + + 2441393 + 374864 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25589-BrandTheExile.xml b/data/templates/npc/raidboss/25589-BrandTheExile.xml new file mode 100644 index 000000000..cfd7b58ab --- /dev/null +++ b/data/templates/npc/raidboss/25589-BrandTheExile.xml @@ -0,0 +1,40 @@ + + + + Brand the Exile + Forsaken Inmate + 78 + MALE + + + + + + + + + + + + + + + 2504378 + 380180 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25592-CommanderKoenig.xml b/data/templates/npc/raidboss/25592-CommanderKoenig.xml new file mode 100644 index 000000000..7941ea35b --- /dev/null +++ b/data/templates/npc/raidboss/25592-CommanderKoenig.xml @@ -0,0 +1,38 @@ + + + + Commander Koenig + Forsaken Inmate + 79 + MALE + + + + + + + + + + + + + + + 2571289 + 385228 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25593-GergTheHunter.xml b/data/templates/npc/raidboss/25593-GergTheHunter.xml new file mode 100644 index 000000000..447380141 --- /dev/null +++ b/data/templates/npc/raidboss/25593-GergTheHunter.xml @@ -0,0 +1,34 @@ + + + + Gerg the Hunter + Forsaken Inmate + 80 + MALE + + + + + + + + + + + + + + + 2643173 + 390090 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25603-Darion.xml b/data/templates/npc/raidboss/25603-Darion.xml new file mode 100644 index 000000000..b3a6723e8 --- /dev/null +++ b/data/templates/npc/raidboss/25603-Darion.xml @@ -0,0 +1,32 @@ + + + + Darion + 84 + MALE + + + + + + + + + + + + + + + 4712138 + 598881 + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25609-Epidos.xml b/data/templates/npc/raidboss/25609-Epidos.xml new file mode 100644 index 000000000..997e34595 --- /dev/null +++ b/data/templates/npc/raidboss/25609-Epidos.xml @@ -0,0 +1,26 @@ + + + + Epidos + Naia Shambler + 82 + MALE + + + + + + + + + + + + + + + 13455636 + 2851570 + + + diff --git a/data/templates/npc/raidboss/25610-Epidos.xml b/data/templates/npc/raidboss/25610-Epidos.xml new file mode 100644 index 000000000..e2321fc0c --- /dev/null +++ b/data/templates/npc/raidboss/25610-Epidos.xml @@ -0,0 +1,26 @@ + + + + Epidos + Naia Shambler + 82 + MALE + + + + + + + + + + + + + + + 13455636 + 2851570 + + + diff --git a/data/templates/npc/raidboss/25611-Epidos.xml b/data/templates/npc/raidboss/25611-Epidos.xml new file mode 100644 index 000000000..b5e964707 --- /dev/null +++ b/data/templates/npc/raidboss/25611-Epidos.xml @@ -0,0 +1,26 @@ + + + + Epidos + Naia Shambler + 82 + MALE + + + + + + + + + + + + + + + 13455636 + 2851570 + + + diff --git a/data/templates/npc/raidboss/25612-Epidos.xml b/data/templates/npc/raidboss/25612-Epidos.xml new file mode 100644 index 000000000..453765316 --- /dev/null +++ b/data/templates/npc/raidboss/25612-Epidos.xml @@ -0,0 +1,26 @@ + + + + Epidos + Naia Shambler + 82 + MALE + + + + + + + + + + + + + + + 13455636 + 2851570 + + + diff --git a/data/templates/npc/raidboss/25616-LostWarden.xml b/data/templates/npc/raidboss/25616-LostWarden.xml new file mode 100644 index 000000000..7f0421dcb --- /dev/null +++ b/data/templates/npc/raidboss/25616-LostWarden.xml @@ -0,0 +1,26 @@ + + + + Lost Warden + 29 + MALE + + + + + + + + + + + + + + + 821000 + 36456 + + + + diff --git a/data/templates/npc/raidboss/25617-LostWarden.xml b/data/templates/npc/raidboss/25617-LostWarden.xml new file mode 100644 index 000000000..e495e2942 --- /dev/null +++ b/data/templates/npc/raidboss/25617-LostWarden.xml @@ -0,0 +1,26 @@ + + + + Lost Warden + 39 + MALE + + + + + + + + + + + + + + + 695958 + 60594 + + + + diff --git a/data/templates/npc/raidboss/25618-LostWarden.xml b/data/templates/npc/raidboss/25618-LostWarden.xml new file mode 100644 index 000000000..f14a77a90 --- /dev/null +++ b/data/templates/npc/raidboss/25618-LostWarden.xml @@ -0,0 +1,25 @@ + + + + Lost Warden + 49 + MALE + + + + + + + + + + + + + + + 814824 + 99743 + + + diff --git a/data/templates/npc/raidboss/25619-LostWarden.xml b/data/templates/npc/raidboss/25619-LostWarden.xml new file mode 100644 index 000000000..195f5339b --- /dev/null +++ b/data/templates/npc/raidboss/25619-LostWarden.xml @@ -0,0 +1,26 @@ + + + + Lost Warden + 59 + MALE + + + + + + + + + + + + + + + 939496 + 133511 + + + + diff --git a/data/templates/npc/raidboss/25620-LostWarden.xml b/data/templates/npc/raidboss/25620-LostWarden.xml new file mode 100644 index 000000000..a0b185621 --- /dev/null +++ b/data/templates/npc/raidboss/25620-LostWarden.xml @@ -0,0 +1,25 @@ + + + + Lost Warden + 69 + MALE + + + + + + + + + + + + + + + 1039378 + 166225 + + + diff --git a/data/templates/npc/raidboss/25621-LostWarden.xml b/data/templates/npc/raidboss/25621-LostWarden.xml new file mode 100644 index 000000000..d9b9e0f12 --- /dev/null +++ b/data/templates/npc/raidboss/25621-LostWarden.xml @@ -0,0 +1,26 @@ + + + + Lost Warden + 78 + MALE + + + + + + + + + + + + + + + 1252189 + 190090 + + + + diff --git a/data/templates/npc/raidboss/25622-LostWarden.xml b/data/templates/npc/raidboss/25622-LostWarden.xml new file mode 100644 index 000000000..874d1c532 --- /dev/null +++ b/data/templates/npc/raidboss/25622-LostWarden.xml @@ -0,0 +1,26 @@ + + + + Lost Warden + 81 + MALE + + + + + + + + + + + + + + + 1365139 + 197071 + + + + diff --git a/data/templates/npc/raidboss/25643-AwakenedAncientSentry.xml b/data/templates/npc/raidboss/25643-AwakenedAncientSentry.xml new file mode 100644 index 000000000..f1f4fc02b --- /dev/null +++ b/data/templates/npc/raidboss/25643-AwakenedAncientSentry.xml @@ -0,0 +1,26 @@ + + + + Awakened Ancient Sentry + Raid Boss + 81 + FEMALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/raidboss/25644-AwakenedAncientSeverer.xml b/data/templates/npc/raidboss/25644-AwakenedAncientSeverer.xml new file mode 100644 index 000000000..a65c7c0e4 --- /dev/null +++ b/data/templates/npc/raidboss/25644-AwakenedAncientSeverer.xml @@ -0,0 +1,26 @@ + + + + Awakened Ancient Severer + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/raidboss/25645-AwakenedAncientSoulExtractor.xml b/data/templates/npc/raidboss/25645-AwakenedAncientSoulExtractor.xml new file mode 100644 index 000000000..80e196404 --- /dev/null +++ b/data/templates/npc/raidboss/25645-AwakenedAncientSoulExtractor.xml @@ -0,0 +1,26 @@ + + + + Awakened Ancient Soul Extractor + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/raidboss/25646-AwakenedAncientSoulDevourer.xml b/data/templates/npc/raidboss/25646-AwakenedAncientSoulDevourer.xml new file mode 100644 index 000000000..3f7cc1bcb --- /dev/null +++ b/data/templates/npc/raidboss/25646-AwakenedAncientSoulDevourer.xml @@ -0,0 +1,26 @@ + + + + Awakened Ancient Soul Devourer + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/raidboss/25647-AwakenedAncientFighter.xml b/data/templates/npc/raidboss/25647-AwakenedAncientFighter.xml new file mode 100644 index 000000000..e31a79715 --- /dev/null +++ b/data/templates/npc/raidboss/25647-AwakenedAncientFighter.xml @@ -0,0 +1,27 @@ + + + + Awakened Ancient Fighter + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/raidboss/25648-AwakenedAncientFighter.xml b/data/templates/npc/raidboss/25648-AwakenedAncientFighter.xml new file mode 100644 index 000000000..a8ddf7e9f --- /dev/null +++ b/data/templates/npc/raidboss/25648-AwakenedAncientFighter.xml @@ -0,0 +1,27 @@ + + + + Awakened Ancient Fighter + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/raidboss/25649-AwakenedAncientExecutor.xml b/data/templates/npc/raidboss/25649-AwakenedAncientExecutor.xml new file mode 100644 index 000000000..bce4b2c8e --- /dev/null +++ b/data/templates/npc/raidboss/25649-AwakenedAncientExecutor.xml @@ -0,0 +1,27 @@ + + + + Awakened Ancient Executor + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/raidboss/25650-AwakenedAncientExecutor.xml b/data/templates/npc/raidboss/25650-AwakenedAncientExecutor.xml new file mode 100644 index 000000000..92d0cab9c --- /dev/null +++ b/data/templates/npc/raidboss/25650-AwakenedAncientExecutor.xml @@ -0,0 +1,27 @@ + + + + Awakened Ancient Executor + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + diff --git a/data/templates/npc/raidboss/25651-AwakenedAncientProphet.xml b/data/templates/npc/raidboss/25651-AwakenedAncientProphet.xml new file mode 100644 index 000000000..8ae22f414 --- /dev/null +++ b/data/templates/npc/raidboss/25651-AwakenedAncientProphet.xml @@ -0,0 +1,26 @@ + + + + Awakened Ancient Prophet + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/raidboss/25652-AwakenedAncientProphet.xml b/data/templates/npc/raidboss/25652-AwakenedAncientProphet.xml new file mode 100644 index 000000000..f00b26962 --- /dev/null +++ b/data/templates/npc/raidboss/25652-AwakenedAncientProphet.xml @@ -0,0 +1,26 @@ + + + + Awakened Ancient Prophet + Raid Boss + 81 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + diff --git a/data/templates/npc/raidboss/25653-KanadisHerald.xml b/data/templates/npc/raidboss/25653-KanadisHerald.xml new file mode 100644 index 000000000..12614e641 --- /dev/null +++ b/data/templates/npc/raidboss/25653-KanadisHerald.xml @@ -0,0 +1,35 @@ + + + + Kanadis Herald + Invading Forces + 81 + MALE + + + + + + + + + + + + + + + 2730279 + 394141 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25654-KanadisHerald.xml b/data/templates/npc/raidboss/25654-KanadisHerald.xml new file mode 100644 index 000000000..f9c0fe196 --- /dev/null +++ b/data/templates/npc/raidboss/25654-KanadisHerald.xml @@ -0,0 +1,41 @@ + + + + Kanadis Herald + Invading Forces + 83 + MALE + + + + + + + + + + + + + + + 2911026 + 402310 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25655-KanadisHerald.xml b/data/templates/npc/raidboss/25655-KanadisHerald.xml new file mode 100644 index 000000000..0b676bf05 --- /dev/null +++ b/data/templates/npc/raidboss/25655-KanadisHerald.xml @@ -0,0 +1,37 @@ + + + + Kanadis Herald + Invading Forces + 85 + MALE + + + + + + + + + + + + + + + 3100452 + 410692 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25659-KanadisGuide.xml b/data/templates/npc/raidboss/25659-KanadisGuide.xml new file mode 100644 index 000000000..bead3f91c --- /dev/null +++ b/data/templates/npc/raidboss/25659-KanadisGuide.xml @@ -0,0 +1,38 @@ + + + + Kanadis Guide + Invading Forces + 77 + MALE + + + + + + + + + + + + + + + 2588731 + 332450 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25660-KanadisGuide.xml b/data/templates/npc/raidboss/25660-KanadisGuide.xml new file mode 100644 index 000000000..dfe3f85f2 --- /dev/null +++ b/data/templates/npc/raidboss/25660-KanadisGuide.xml @@ -0,0 +1,36 @@ + + + + Kanadis Guide + Invading Forces + 80 + MALE + + + + + + + + + + + + + + + 2706503 + 353878 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25661-KanadisGuide.xml b/data/templates/npc/raidboss/25661-KanadisGuide.xml new file mode 100644 index 000000000..b3263b533 --- /dev/null +++ b/data/templates/npc/raidboss/25661-KanadisGuide.xml @@ -0,0 +1,45 @@ + + + + Kanadis Guide + Invading Forces + 83 + MALE + + + + + + + + + + + + + + + 2853104 + 373311 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25665-YehanKlodekus.xml b/data/templates/npc/raidboss/25665-YehanKlodekus.xml new file mode 100644 index 000000000..f11bbe710 --- /dev/null +++ b/data/templates/npc/raidboss/25665-YehanKlodekus.xml @@ -0,0 +1,40 @@ + + + + Yehan Klodekus + Soul Destroyer + 81 + MALE + + + + + + + + + + + + + + + 5044000 + 1152586 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25666-YehanKlanikus.xml b/data/templates/npc/raidboss/25666-YehanKlanikus.xml new file mode 100644 index 000000000..bd5ab837b --- /dev/null +++ b/data/templates/npc/raidboss/25666-YehanKlanikus.xml @@ -0,0 +1,51 @@ + + + + Yehan Klanikus + Guide of Darkness + 81 + MALE + + + + + + + + + + + + + + + 5044000 + 1152586 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25667-CannibalisticStakatoChief.xml b/data/templates/npc/raidboss/25667-CannibalisticStakatoChief.xml new file mode 100644 index 000000000..d62b486ea --- /dev/null +++ b/data/templates/npc/raidboss/25667-CannibalisticStakatoChief.xml @@ -0,0 +1,26 @@ + + + + Cannibalistic Stakato Chief + Shadow of Violence + 82 + MALE + + + + + + + + + + + + + + + 4292368 + 580689 + + + diff --git a/data/templates/npc/raidboss/25668-CannibalisticStakatoChief.xml b/data/templates/npc/raidboss/25668-CannibalisticStakatoChief.xml new file mode 100644 index 000000000..eef29067d --- /dev/null +++ b/data/templates/npc/raidboss/25668-CannibalisticStakatoChief.xml @@ -0,0 +1,26 @@ + + + + Cannibalistic Stakato Chief + Shadow of Violence + 82 + MALE + + + + + + + + + + + + + + + 4292368 + 580689 + + + diff --git a/data/templates/npc/raidboss/25669-CannibalisticStakatoChief.xml b/data/templates/npc/raidboss/25669-CannibalisticStakatoChief.xml new file mode 100644 index 000000000..dbea4ea7d --- /dev/null +++ b/data/templates/npc/raidboss/25669-CannibalisticStakatoChief.xml @@ -0,0 +1,26 @@ + + + + Cannibalistic Stakato Chief + Shadow of Violence + 82 + MALE + + + + + + + + + + + + + + + 4292368 + 580689 + + + diff --git a/data/templates/npc/raidboss/25670-CannibalisticStakatoChief.xml b/data/templates/npc/raidboss/25670-CannibalisticStakatoChief.xml new file mode 100644 index 000000000..f87886bfd --- /dev/null +++ b/data/templates/npc/raidboss/25670-CannibalisticStakatoChief.xml @@ -0,0 +1,26 @@ + + + + Cannibalistic Stakato Chief + Shadow of Violence + 82 + MALE + + + + + + + + + + + + + + + 4292368 + 580689 + + + diff --git a/data/templates/npc/raidboss/25671-QueenShyeed.xml b/data/templates/npc/raidboss/25671-QueenShyeed.xml new file mode 100644 index 000000000..e6856bd16 --- /dev/null +++ b/data/templates/npc/raidboss/25671-QueenShyeed.xml @@ -0,0 +1,39 @@ + + + + Queen Shyeed + Raid Boss + 84 + MALE + + + + + + + + + + + + + + + 4292368 + 580689 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25674-Gwindorr.xml b/data/templates/npc/raidboss/25674-Gwindorr.xml new file mode 100644 index 000000000..74349f8c6 --- /dev/null +++ b/data/templates/npc/raidboss/25674-Gwindorr.xml @@ -0,0 +1,37 @@ + + + + Gwindorr + Raid Boss + 83 + MALE + + + + + + + + + + + + + + + 4158609 + 574729 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25677-WaterSpiritLian.xml b/data/templates/npc/raidboss/25677-WaterSpiritLian.xml new file mode 100644 index 000000000..9b1a748bc --- /dev/null +++ b/data/templates/npc/raidboss/25677-WaterSpiritLian.xml @@ -0,0 +1,41 @@ + + + + Water Spirit Lian + Raid Boss + 84 + FEMALE + + + + + + + + + + + + + + + 4292368 + 580689 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25680-GiantMarpanak.xml b/data/templates/npc/raidboss/25680-GiantMarpanak.xml new file mode 100644 index 000000000..f0f0fce83 --- /dev/null +++ b/data/templates/npc/raidboss/25680-GiantMarpanak.xml @@ -0,0 +1,47 @@ + + + + Giant Marpanak + Raid Boss + 82 + MALE + + + + + + + + + + + + + + + 5553283 + 1249267 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25681-Gorgolos.xml b/data/templates/npc/raidboss/25681-Gorgolos.xml new file mode 100644 index 000000000..c026b5957 --- /dev/null +++ b/data/templates/npc/raidboss/25681-Gorgolos.xml @@ -0,0 +1,39 @@ + + + + Gorgolos + Raid Boss + 82 + MALE + + + + + + + + + + + + + + + 4027950 + 568824 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25684-LastTitanUtenus.xml b/data/templates/npc/raidboss/25684-LastTitanUtenus.xml new file mode 100644 index 000000000..25f15cf8c --- /dev/null +++ b/data/templates/npc/raidboss/25684-LastTitanUtenus.xml @@ -0,0 +1,41 @@ + + + + Last Titan Utenus + Raid Boss + 83 + MALE + + + + + + + + + + + + + + + 4158609 + 574729 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25687-HekatonPrime.xml b/data/templates/npc/raidboss/25687-HekatonPrime.xml new file mode 100644 index 000000000..26a0f2a97 --- /dev/null +++ b/data/templates/npc/raidboss/25687-HekatonPrime.xml @@ -0,0 +1,36 @@ + + + + Hekaton Prime + Raid Boss + 83 + MALE + + + + + + + + + + + + + + + 5614732 + 1265702 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25690-Aenkinel.xml b/data/templates/npc/raidboss/25690-Aenkinel.xml new file mode 100644 index 000000000..a9e6cda01 --- /dev/null +++ b/data/templates/npc/raidboss/25690-Aenkinel.xml @@ -0,0 +1,26 @@ + + + + Aenkinel + Invader of Dream + 81 + MALE + + + + + + + + + + + + + + + 3327991 + 394141 + + + diff --git a/data/templates/npc/raidboss/25691-Aenkinel.xml b/data/templates/npc/raidboss/25691-Aenkinel.xml new file mode 100644 index 000000000..4ecc101af --- /dev/null +++ b/data/templates/npc/raidboss/25691-Aenkinel.xml @@ -0,0 +1,26 @@ + + + + Aenkinel + Invader of Dream + 81 + MALE + + + + + + + + + + + + + + + 3327991 + 394141 + + + diff --git a/data/templates/npc/raidboss/25692-Aenkinel.xml b/data/templates/npc/raidboss/25692-Aenkinel.xml new file mode 100644 index 000000000..df2c7e995 --- /dev/null +++ b/data/templates/npc/raidboss/25692-Aenkinel.xml @@ -0,0 +1,26 @@ + + + + Aenkinel + Invader of Dream + 81 + MALE + + + + + + + + + + + + + + + 3327991 + 394141 + + + diff --git a/data/templates/npc/raidboss/25693-Aenkinel.xml b/data/templates/npc/raidboss/25693-Aenkinel.xml new file mode 100644 index 000000000..4fe15c3fe --- /dev/null +++ b/data/templates/npc/raidboss/25693-Aenkinel.xml @@ -0,0 +1,26 @@ + + + + Aenkinel + Invader of Dream + 81 + MALE + + + + + + + + + + + + + + + 3327991 + 394141 + + + diff --git a/data/templates/npc/raidboss/25694-Aenkinel.xml b/data/templates/npc/raidboss/25694-Aenkinel.xml new file mode 100644 index 000000000..2e4bf3f56 --- /dev/null +++ b/data/templates/npc/raidboss/25694-Aenkinel.xml @@ -0,0 +1,26 @@ + + + + Aenkinel + Invader of Dream + 82 + MALE + + + + + + + + + + + + + + + 37775745 + 1117041 + + + diff --git a/data/templates/npc/raidboss/25695-Aenkinel.xml b/data/templates/npc/raidboss/25695-Aenkinel.xml new file mode 100644 index 000000000..4c19b5a6f --- /dev/null +++ b/data/templates/npc/raidboss/25695-Aenkinel.xml @@ -0,0 +1,26 @@ + + + + Aenkinel + Invader of Dream + 84 + MALE + + + + + + + + + + + + + + + 42720366 + 1206690 + + + diff --git a/data/templates/npc/raidboss/25696-Taklacan.xml b/data/templates/npc/raidboss/25696-Taklacan.xml new file mode 100644 index 000000000..7ad35c9b3 --- /dev/null +++ b/data/templates/npc/raidboss/25696-Taklacan.xml @@ -0,0 +1,26 @@ + + + + Taklacan + Bistakon + 85 + MALE + + + + + + + + + + + + + + + 3078749 + 399008 + + + diff --git a/data/templates/npc/raidboss/25697-Torumba.xml b/data/templates/npc/raidboss/25697-Torumba.xml new file mode 100644 index 000000000..78e94c81e --- /dev/null +++ b/data/templates/npc/raidboss/25697-Torumba.xml @@ -0,0 +1,26 @@ + + + + Torumba + Reptilikon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/raidboss/25698-Dopagen.xml b/data/templates/npc/raidboss/25698-Dopagen.xml new file mode 100644 index 000000000..e297e39a8 --- /dev/null +++ b/data/templates/npc/raidboss/25698-Dopagen.xml @@ -0,0 +1,26 @@ + + + + Dopagen + Kokracon + 85 + MALE + + + + + + + + + + + + + + + 3233771 + 403115 + + + diff --git a/data/templates/npc/raidboss/25699-Glakias.xml b/data/templates/npc/raidboss/25699-Glakias.xml new file mode 100644 index 000000000..6aa2c1099 --- /dev/null +++ b/data/templates/npc/raidboss/25699-Glakias.xml @@ -0,0 +1,26 @@ + + + + Glakias + Archery Knight Captain + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/raidboss/25700-Glakias.xml b/data/templates/npc/raidboss/25700-Glakias.xml new file mode 100644 index 000000000..b6fcc0529 --- /dev/null +++ b/data/templates/npc/raidboss/25700-Glakias.xml @@ -0,0 +1,26 @@ + + + + Glakias + Archery Knight Captain + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/raidboss/25701-Anays.xml b/data/templates/npc/raidboss/25701-Anays.xml new file mode 100644 index 000000000..8e93aa09c --- /dev/null +++ b/data/templates/npc/raidboss/25701-Anays.xml @@ -0,0 +1,44 @@ + + + + Anays + Master of Splendor + 84 + MALE + + + + + + + + + + + + + + + 6653170 + 900069 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25703-GiganticGolem.xml b/data/templates/npc/raidboss/25703-GiganticGolem.xml new file mode 100644 index 000000000..f54df3cc9 --- /dev/null +++ b/data/templates/npc/raidboss/25703-GiganticGolem.xml @@ -0,0 +1,26 @@ + + + + Gigantic Golem + Chaos + 76 + MALE + + + + + + + + + + + + + + + 3429147 + 530149 + + + diff --git a/data/templates/npc/raidboss/25709-LostWarden.xml b/data/templates/npc/raidboss/25709-LostWarden.xml new file mode 100644 index 000000000..0bf35929b --- /dev/null +++ b/data/templates/npc/raidboss/25709-LostWarden.xml @@ -0,0 +1,25 @@ + + + + Lost Warden + 83 + MALE + + + + + + + + + + + + + + + 1455513 + 201155 + + + diff --git a/data/templates/npc/raidboss/25710-LostCaptain.xml b/data/templates/npc/raidboss/25710-LostCaptain.xml new file mode 100644 index 000000000..ed8562fa3 --- /dev/null +++ b/data/templates/npc/raidboss/25710-LostCaptain.xml @@ -0,0 +1,33 @@ + + + + Lost Captain + 83 + MALE + + + + + + + + + + + + + + + 16653943 + 2116126 + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/25713-Darnels.xml b/data/templates/npc/raidboss/25713-Darnels.xml new file mode 100644 index 000000000..b5525277e --- /dev/null +++ b/data/templates/npc/raidboss/25713-Darnels.xml @@ -0,0 +1,26 @@ + + + + Darnels + Square + 84 + FEMALE + + + + + + + + + + + + + + + 1789794 + 1050642 + + + diff --git a/data/templates/npc/raidboss/25714-Kietch.xml b/data/templates/npc/raidboss/25714-Kietch.xml new file mode 100644 index 000000000..e5c93056f --- /dev/null +++ b/data/templates/npc/raidboss/25714-Kietch.xml @@ -0,0 +1,26 @@ + + + + Kietch + Flames + 84 + MALE + + + + + + + + + + + + + + + 2662111 + 1460807 + + + diff --git a/data/templates/npc/raidboss/25716-Tears.xml b/data/templates/npc/raidboss/25716-Tears.xml new file mode 100644 index 000000000..814327aff --- /dev/null +++ b/data/templates/npc/raidboss/25716-Tears.xml @@ -0,0 +1,27 @@ + + + + Tears + Ice + 84 + FEMALE + + + + + + + + + + + + + + + 2039317 + 1217980 + + + + diff --git a/data/templates/npc/raidboss/29030-FenrilHoundKerinne.xml b/data/templates/npc/raidboss/29030-FenrilHoundKerinne.xml new file mode 100644 index 000000000..9fe20d043 --- /dev/null +++ b/data/templates/npc/raidboss/29030-FenrilHoundKerinne.xml @@ -0,0 +1,31 @@ + + + + Fenril Hound Kerinne + Family of Valakas + 84 + MALE + + + + + + + + + + + + + + + 2407887 + 1226568 + + + + + + + + diff --git a/data/templates/npc/raidboss/29033-FenrilHoundFreki.xml b/data/templates/npc/raidboss/29033-FenrilHoundFreki.xml new file mode 100644 index 000000000..732d09c63 --- /dev/null +++ b/data/templates/npc/raidboss/29033-FenrilHoundFreki.xml @@ -0,0 +1,31 @@ + + + + Fenril Hound Freki + Family of Valakas + 84 + MALE + + + + + + + + + + + + + + + 2434088 + 1257012 + + + + + + + + diff --git a/data/templates/npc/raidboss/29036-FenrilHoundUruz.xml b/data/templates/npc/raidboss/29036-FenrilHoundUruz.xml new file mode 100644 index 000000000..104b3d281 --- /dev/null +++ b/data/templates/npc/raidboss/29036-FenrilHoundUruz.xml @@ -0,0 +1,31 @@ + + + + Fenril Hound Uruz + Family of Valakas + 84 + MALE + + + + + + + + + + + + + + + 2466262 + 1289662 + + + + + + + + diff --git a/data/templates/npc/raidboss/29037-FenrilHoundKinaz.xml b/data/templates/npc/raidboss/29037-FenrilHoundKinaz.xml new file mode 100644 index 000000000..a06155819 --- /dev/null +++ b/data/templates/npc/raidboss/29037-FenrilHoundKinaz.xml @@ -0,0 +1,31 @@ + + + + Fenril Hound Kinaz + Family of Valakas + 84 + MALE + + + + + + + + + + + + + + + 2504880 + 1322688 + + + + + + + + diff --git a/data/templates/npc/raidboss/29040-WingsOfFlameIxion.xml b/data/templates/npc/raidboss/29040-WingsOfFlameIxion.xml new file mode 100644 index 000000000..921110e62 --- /dev/null +++ b/data/templates/npc/raidboss/29040-WingsOfFlameIxion.xml @@ -0,0 +1,31 @@ + + + + Wings of Flame Ixion + Gatekeeper of Valakas + 84 + MALE + + + + + + + + + + + + + + + 2535975 + 1356048 + + + + + + + + diff --git a/data/templates/npc/raidboss/29054-Benom.xml b/data/templates/npc/raidboss/29054-Benom.xml new file mode 100644 index 000000000..4286d31cc --- /dev/null +++ b/data/templates/npc/raidboss/29054-Benom.xml @@ -0,0 +1,38 @@ + + + + Benom + Triol's Leader + 75 + MALE + + + + + + + + + + + + + + + 2499951 + 1757872 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29056-IceFairySirra.xml b/data/templates/npc/raidboss/29056-IceFairySirra.xml new file mode 100644 index 000000000..e8f79ec18 --- /dev/null +++ b/data/templates/npc/raidboss/29056-IceFairySirra.xml @@ -0,0 +1,46 @@ + + + + Ice Fairy Sirra + Raid Boss + 60 + FEMALE + + + + + + + + + + + + + + + 1610848 + 371722 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29060-CaptainOfTheIceQueenSRoyalGuard.xml b/data/templates/npc/raidboss/29060-CaptainOfTheIceQueenSRoyalGuard.xml new file mode 100644 index 000000000..646a22f7a --- /dev/null +++ b/data/templates/npc/raidboss/29060-CaptainOfTheIceQueenSRoyalGuard.xml @@ -0,0 +1,26 @@ + + + + Captain of the Ice Queen's Royal Guard + Raid Boss + 59 + MALE + + + + + + + + + + + + + + + 1749007 + 397080 + + + diff --git a/data/templates/npc/raidboss/29062-AndreasVanHalter.xml b/data/templates/npc/raidboss/29062-AndreasVanHalter.xml new file mode 100644 index 000000000..0371d9504 --- /dev/null +++ b/data/templates/npc/raidboss/29062-AndreasVanHalter.xml @@ -0,0 +1,37 @@ + + + + Andreas Van Halter + Seer of Pagan + 80 + MALE + + + + + + + + + + + + + + + 2915973 + 2380617 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29065-Sailren.xml b/data/templates/npc/raidboss/29065-Sailren.xml new file mode 100644 index 000000000..220018239 --- /dev/null +++ b/data/templates/npc/raidboss/29065-Sailren.xml @@ -0,0 +1,35 @@ + + + + Sailren + Sealed Evil Power + 80 + MALE + + + + + + + + + + + + + + + 4569145 + 592766 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29095-Gordon.xml b/data/templates/npc/raidboss/29095-Gordon.xml new file mode 100644 index 000000000..7c7b09cf3 --- /dev/null +++ b/data/templates/npc/raidboss/29095-Gordon.xml @@ -0,0 +1,36 @@ + + + + Gordon + Knight of Destruction + 80 + MALE + + + + + + + + + + + + + + + 5885017 + 1455305 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29096-Anais.xml b/data/templates/npc/raidboss/29096-Anais.xml new file mode 100644 index 000000000..dcb08ac34 --- /dev/null +++ b/data/templates/npc/raidboss/29096-Anais.xml @@ -0,0 +1,39 @@ + + + + Anais + Lord of Splendor + 80 + MALE + + + + + + + + + + + + + + + 8827525 + 2036475 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29129-LostCaptain.xml b/data/templates/npc/raidboss/29129-LostCaptain.xml new file mode 100644 index 000000000..37008d095 --- /dev/null +++ b/data/templates/npc/raidboss/29129-LostCaptain.xml @@ -0,0 +1,34 @@ + + + + Lost Captain + 29 + MALE + + + + + + + + + + + + + + + 5013133 + 233765 + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29132-LostCaptain.xml b/data/templates/npc/raidboss/29132-LostCaptain.xml new file mode 100644 index 000000000..333974326 --- /dev/null +++ b/data/templates/npc/raidboss/29132-LostCaptain.xml @@ -0,0 +1,38 @@ + + + + Lost Captain + 39 + FEMALE + + + + + + + + + + + + + + + 4952216 + 390467 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29135-LostCaptain.xml b/data/templates/npc/raidboss/29135-LostCaptain.xml new file mode 100644 index 000000000..4bb65c7d9 --- /dev/null +++ b/data/templates/npc/raidboss/29135-LostCaptain.xml @@ -0,0 +1,39 @@ + + + + Lost Captain + 49 + MALE + + + + + + + + + + + + + + + 6038762 + 629275 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29138-LostCaptain.xml b/data/templates/npc/raidboss/29138-LostCaptain.xml new file mode 100644 index 000000000..3e7e8d1be --- /dev/null +++ b/data/templates/npc/raidboss/29138-LostCaptain.xml @@ -0,0 +1,44 @@ + + + + Lost Captain + 59 + MALE + + + + + + + + + + + + + + + 7188264 + 860647 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29141-LostCaptain.xml b/data/templates/npc/raidboss/29141-LostCaptain.xml new file mode 100644 index 000000000..841d41772 --- /dev/null +++ b/data/templates/npc/raidboss/29141-LostCaptain.xml @@ -0,0 +1,36 @@ + + + + Lost Captain + 69 + MALE + + + + + + + + + + + + + + + 8315797 + 1112310 + + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29144-LostCaptain.xml b/data/templates/npc/raidboss/29144-LostCaptain.xml new file mode 100644 index 000000000..a0687d450 --- /dev/null +++ b/data/templates/npc/raidboss/29144-LostCaptain.xml @@ -0,0 +1,35 @@ + + + + Lost Captain + 78 + MALE + + + + + + + + + + + + + + + 12606595 + 1625206 + + + + + + + + + + + + + diff --git a/data/templates/npc/raidboss/29147-LostCaptain.xml b/data/templates/npc/raidboss/29147-LostCaptain.xml new file mode 100644 index 000000000..bb7b0fcfd --- /dev/null +++ b/data/templates/npc/raidboss/29147-LostCaptain.xml @@ -0,0 +1,40 @@ + + + + Lost Captain + 81 + MALE + + + + + + + + + + + + + + + 12961356 + 1669147 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21659-OtherworldlyInvaderSoldier.xml b/data/templates/npc/riftinvader/21659-OtherworldlyInvaderSoldier.xml new file mode 100644 index 000000000..bf2080e7c --- /dev/null +++ b/data/templates/npc/riftinvader/21659-OtherworldlyInvaderSoldier.xml @@ -0,0 +1,39 @@ + + + + Otherworldly Invader Soldier + 30 + MALE + + + + + + + + + + + + + + + 4372 + 239 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21660-OtherworldlyInvaderSoldier.xml b/data/templates/npc/riftinvader/21660-OtherworldlyInvaderSoldier.xml new file mode 100644 index 000000000..a4bc68a6b --- /dev/null +++ b/data/templates/npc/riftinvader/21660-OtherworldlyInvaderSoldier.xml @@ -0,0 +1,42 @@ + + + + Otherworldly Invader Soldier + 35 + MALE + + + + + + + + + + + + + + + 6221 + 368 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21661-OtherworldlyInvaderArcher.xml b/data/templates/npc/riftinvader/21661-OtherworldlyInvaderArcher.xml new file mode 100644 index 000000000..3c0c44184 --- /dev/null +++ b/data/templates/npc/riftinvader/21661-OtherworldlyInvaderArcher.xml @@ -0,0 +1,40 @@ + + + + Otherworldly Invader Archer + 33 + MALE + + + + + + + + + + + + + + + 4478 + 257 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21662-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21662-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..a94b5f7c9 --- /dev/null +++ b/data/templates/npc/riftinvader/21662-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,41 @@ + + + + Otherworldly Invader Elite Soldier + 35 + MALE + + + + + + + + + + + + + + + 5178 + 306 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21663-OtherworldlyInvaderShaman.xml b/data/templates/npc/riftinvader/21663-OtherworldlyInvaderShaman.xml new file mode 100644 index 000000000..75e2c3a76 --- /dev/null +++ b/data/templates/npc/riftinvader/21663-OtherworldlyInvaderShaman.xml @@ -0,0 +1,41 @@ + + + + Otherworldly Invader Shaman + 33 + MALE + + + + + + + + + + + + + + + 5654 + 324 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21664-OtherworldlyInvaderPriest.xml b/data/templates/npc/riftinvader/21664-OtherworldlyInvaderPriest.xml new file mode 100644 index 000000000..946d1c28d --- /dev/null +++ b/data/templates/npc/riftinvader/21664-OtherworldlyInvaderPriest.xml @@ -0,0 +1,40 @@ + + + + Otherworldly Invader Priest + 30 + MALE + + + + + + + + + + + + + + + 3023 + 165 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21665-OtherworldlyInvaderMagus.xml b/data/templates/npc/riftinvader/21665-OtherworldlyInvaderMagus.xml new file mode 100644 index 000000000..08e73feff --- /dev/null +++ b/data/templates/npc/riftinvader/21665-OtherworldlyInvaderMagus.xml @@ -0,0 +1,40 @@ + + + + Otherworldly Invader Magus + 35 + MALE + + + + + + + + + + + + + + + 4089 + 242 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21666-OtherworldlyInvaderMartyrs.xml b/data/templates/npc/riftinvader/21666-OtherworldlyInvaderMartyrs.xml new file mode 100644 index 000000000..3a3fe3093 --- /dev/null +++ b/data/templates/npc/riftinvader/21666-OtherworldlyInvaderMartyrs.xml @@ -0,0 +1,41 @@ + + + + Otherworldly Invader Martyrs + 30 + MALE + + + + + + + + + + + + + + + 3054 + 167 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21667-OtherworldlyInvaderWarrior.xml b/data/templates/npc/riftinvader/21667-OtherworldlyInvaderWarrior.xml new file mode 100644 index 000000000..ac9160f40 --- /dev/null +++ b/data/templates/npc/riftinvader/21667-OtherworldlyInvaderWarrior.xml @@ -0,0 +1,40 @@ + + + + Otherworldly Invader Warrior + 33 + MALE + + + + + + + + + + + + + + + 3635 + 209 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21668-OtherworldlyInvaderSoldier.xml b/data/templates/npc/riftinvader/21668-OtherworldlyInvaderSoldier.xml new file mode 100644 index 000000000..59235611d --- /dev/null +++ b/data/templates/npc/riftinvader/21668-OtherworldlyInvaderSoldier.xml @@ -0,0 +1,41 @@ + + + + Otherworldly Invader Soldier + 30 + MALE + + + + + + + + + + + + + + + 3215 + 176 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21669-OtherworldlyInvaderDiscipline.xml b/data/templates/npc/riftinvader/21669-OtherworldlyInvaderDiscipline.xml new file mode 100644 index 000000000..dfb8c5952 --- /dev/null +++ b/data/templates/npc/riftinvader/21669-OtherworldlyInvaderDiscipline.xml @@ -0,0 +1,41 @@ + + + + Otherworldly Invader Discipline + 33 + MALE + + + + + + + + + + + + + + + 3828 + 220 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21670-OtherworldlyInvaderBerserker.xml b/data/templates/npc/riftinvader/21670-OtherworldlyInvaderBerserker.xml new file mode 100644 index 000000000..f8ddc495a --- /dev/null +++ b/data/templates/npc/riftinvader/21670-OtherworldlyInvaderBerserker.xml @@ -0,0 +1,44 @@ + + + + Otherworldly Invader Berserker + 35 + MALE + + + + + + + + + + + + + + + 5356 + 317 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21672-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21672-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..5a4de6f3e --- /dev/null +++ b/data/templates/npc/riftinvader/21672-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,41 @@ + + + + Otherworldly Invader Elite Soldier + 35 + MALE + + + + + + + + + + + + + + + 9595 + 568 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21673-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21673-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..0f480caf9 --- /dev/null +++ b/data/templates/npc/riftinvader/21673-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Otherworldly Invader Elite Soldier + 35 + MALE + + + + + + + + + + + + + + + 9777 + 579 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21674-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21674-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..150552c57 --- /dev/null +++ b/data/templates/npc/riftinvader/21674-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,40 @@ + + + + Otherworldly Invader Elite Soldier + 35 + MALE + + + + + + + + + + + + + + + 381 + 23 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21675-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21675-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..511879ac6 --- /dev/null +++ b/data/templates/npc/riftinvader/21675-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,38 @@ + + + + Otherworldly Invader Elite Soldier + 30 + MALE + + + + + + + + + + + + + + + 778 + 42 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21676-OtherworldlyInvaderWarrior.xml b/data/templates/npc/riftinvader/21676-OtherworldlyInvaderWarrior.xml new file mode 100644 index 000000000..5e7fb6dca --- /dev/null +++ b/data/templates/npc/riftinvader/21676-OtherworldlyInvaderWarrior.xml @@ -0,0 +1,41 @@ + + + + Otherworldly Invader Warrior + 33 + MALE + + + + + + + + + + + + + + + 8716 + 500 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21677-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21677-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..fd502dbd7 --- /dev/null +++ b/data/templates/npc/riftinvader/21677-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,33 @@ + + + + Otherworldly Invader Elite Soldier + 30 + MALE + + + + + + + + + + + + + + + 6988 + 382 + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21678-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21678-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..47e3674e8 --- /dev/null +++ b/data/templates/npc/riftinvader/21678-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,33 @@ + + + + Otherworldly Invader Elite Soldier + 33 + MALE + + + + + + + + + + + + + + + 8456 + 485 + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21679-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21679-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..35f720fb9 --- /dev/null +++ b/data/templates/npc/riftinvader/21679-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,36 @@ + + + + Otherworldly Invader Elite Soldier + 30 + MALE + + + + + + + + + + + + + + + 6889 + 376 + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21680-OtherworldlyInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21680-OtherworldlyInvaderEliteSoldier.xml new file mode 100644 index 000000000..5e0763e5e --- /dev/null +++ b/data/templates/npc/riftinvader/21680-OtherworldlyInvaderEliteSoldier.xml @@ -0,0 +1,37 @@ + + + + Otherworldly Invader Elite Soldier + 35 + MALE + + + + + + + + + + + + + + + 9377 + 555 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21681-OtherworldlyInvaderMagus.xml b/data/templates/npc/riftinvader/21681-OtherworldlyInvaderMagus.xml new file mode 100644 index 000000000..50ba1620f --- /dev/null +++ b/data/templates/npc/riftinvader/21681-OtherworldlyInvaderMagus.xml @@ -0,0 +1,35 @@ + + + + Otherworldly Invader Magus + 33 + MALE + + + + + + + + + + + + + + + 8062 + 463 + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21682-DimensionInvaderSoldier.xml b/data/templates/npc/riftinvader/21682-DimensionInvaderSoldier.xml new file mode 100644 index 000000000..b3271ff58 --- /dev/null +++ b/data/templates/npc/riftinvader/21682-DimensionInvaderSoldier.xml @@ -0,0 +1,40 @@ + + + + Dimension Invader Soldier + 40 + MALE + + + + + + + + + + + + + + + 7772 + 502 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21683-DimensionInvaderSoldier.xml b/data/templates/npc/riftinvader/21683-DimensionInvaderSoldier.xml new file mode 100644 index 000000000..f0c7af033 --- /dev/null +++ b/data/templates/npc/riftinvader/21683-DimensionInvaderSoldier.xml @@ -0,0 +1,43 @@ + + + + Dimension Invader Soldier + 45 + MALE + + + + + + + + + + + + + + + 10283 + 715 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21684-DimensionInvaderArcher.xml b/data/templates/npc/riftinvader/21684-DimensionInvaderArcher.xml new file mode 100644 index 000000000..0f6111479 --- /dev/null +++ b/data/templates/npc/riftinvader/21684-DimensionInvaderArcher.xml @@ -0,0 +1,41 @@ + + + + Dimension Invader Archer + 43 + MALE + + + + + + + + + + + + + + + 7603 + 514 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21685-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21685-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..a4bea37d2 --- /dev/null +++ b/data/templates/npc/riftinvader/21685-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,45 @@ + + + + Dimension Invader Elite Soldier + 45 + MALE + + + + + + + + + + + + + + + 8560 + 595 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21686-DimensionInvaderShaman.xml b/data/templates/npc/riftinvader/21686-DimensionInvaderShaman.xml new file mode 100644 index 000000000..ede7c2138 --- /dev/null +++ b/data/templates/npc/riftinvader/21686-DimensionInvaderShaman.xml @@ -0,0 +1,38 @@ + + + + Dimension Invader Shaman + 43 + MALE + + + + + + + + + + + + + + + 9599 + 649 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21687-DimensionInvaderPriest.xml b/data/templates/npc/riftinvader/21687-DimensionInvaderPriest.xml new file mode 100644 index 000000000..64d180b6d --- /dev/null +++ b/data/templates/npc/riftinvader/21687-DimensionInvaderPriest.xml @@ -0,0 +1,53 @@ + + + + Dimension Invader Priest + 40 + MALE + + + + + + + + + + + + + + + 5374 + 347 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21688-DimensionInvaderMagus.xml b/data/templates/npc/riftinvader/21688-DimensionInvaderMagus.xml new file mode 100644 index 000000000..8b1e0dcdd --- /dev/null +++ b/data/templates/npc/riftinvader/21688-DimensionInvaderMagus.xml @@ -0,0 +1,43 @@ + + + + Dimension Invader Magus + 45 + MALE + + + + + + + + + + + + + + + 6759 + 470 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21689-DimensionInvaderMartyrs.xml b/data/templates/npc/riftinvader/21689-DimensionInvaderMartyrs.xml new file mode 100644 index 000000000..504df31a4 --- /dev/null +++ b/data/templates/npc/riftinvader/21689-DimensionInvaderMartyrs.xml @@ -0,0 +1,42 @@ + + + + Dimension Invader Martyrs + 40 + MALE + + + + + + + + + + + + + + + 5430 + 351 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21690-DimensionInvaderWarrior.xml b/data/templates/npc/riftinvader/21690-DimensionInvaderWarrior.xml new file mode 100644 index 000000000..7801cbef7 --- /dev/null +++ b/data/templates/npc/riftinvader/21690-DimensionInvaderWarrior.xml @@ -0,0 +1,49 @@ + + + + Dimension Invader Warrior + 43 + MALE + + + + + + + + + + + + + + + 6172 + 417 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21691-DimensionInvaderSoldier.xml b/data/templates/npc/riftinvader/21691-DimensionInvaderSoldier.xml new file mode 100644 index 000000000..405a4d69e --- /dev/null +++ b/data/templates/npc/riftinvader/21691-DimensionInvaderSoldier.xml @@ -0,0 +1,38 @@ + + + + Dimension Invader Soldier + 40 + MALE + + + + + + + + + + + + + + + 5716 + 369 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21692-DimensionInvaderDiscipline.xml b/data/templates/npc/riftinvader/21692-DimensionInvaderDiscipline.xml new file mode 100644 index 000000000..8e1ad8991 --- /dev/null +++ b/data/templates/npc/riftinvader/21692-DimensionInvaderDiscipline.xml @@ -0,0 +1,47 @@ + + + + Dimension Invader Discipline + 43 + MALE + + + + + + + + + + + + + + + 6499 + 439 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21693-DimensionInvaderBerserker.xml b/data/templates/npc/riftinvader/21693-DimensionInvaderBerserker.xml new file mode 100644 index 000000000..f37a4b8b9 --- /dev/null +++ b/data/templates/npc/riftinvader/21693-DimensionInvaderBerserker.xml @@ -0,0 +1,48 @@ + + + + Dimension Invader Berserker + 45 + MALE + + + + + + + + + + + + + + + 8854 + 616 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21695-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21695-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..4391072cf --- /dev/null +++ b/data/templates/npc/riftinvader/21695-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,48 @@ + + + + Dimension Invader Elite Soldier + 45 + MALE + + + + + + + + + + + + + + + 15861 + 1103 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21696-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21696-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..cf7311d98 --- /dev/null +++ b/data/templates/npc/riftinvader/21696-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,43 @@ + + + + Dimension Invader Elite Soldier + 45 + MALE + + + + + + + + + + + + + + + 16162 + 1124 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21697-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21697-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..bfa96bcfe --- /dev/null +++ b/data/templates/npc/riftinvader/21697-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Dimension Invader Elite Soldier + 45 + MALE + + + + + + + + + + + + + + + 630 + 44 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21698-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21698-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..9c14f3657 --- /dev/null +++ b/data/templates/npc/riftinvader/21698-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,41 @@ + + + + Dimension Invader Elite Soldier + 40 + MALE + + + + + + + + + + + + + + + 1382 + 89 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21699-DimensionInvaderWarrior.xml b/data/templates/npc/riftinvader/21699-DimensionInvaderWarrior.xml new file mode 100644 index 000000000..42b024921 --- /dev/null +++ b/data/templates/npc/riftinvader/21699-DimensionInvaderWarrior.xml @@ -0,0 +1,41 @@ + + + + Dimension Invader Warrior + 43 + MALE + + + + + + + + + + + + + + + 14798 + 1000 + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21700-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21700-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..8a81ace14 --- /dev/null +++ b/data/templates/npc/riftinvader/21700-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,33 @@ + + + + Dimension Invader Elite Soldier + 40 + MALE + + + + + + + + + + + + + + + 12423 + 802 + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21701-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21701-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..db15749b4 --- /dev/null +++ b/data/templates/npc/riftinvader/21701-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,33 @@ + + + + Dimension Invader Elite Soldier + 43 + MALE + + + + + + + + + + + + + + + 14357 + 971 + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21702-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21702-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..e72895cb9 --- /dev/null +++ b/data/templates/npc/riftinvader/21702-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,38 @@ + + + + Dimension Invader Elite Soldier + 40 + MALE + + + + + + + + + + + + + + + 12248 + 791 + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21703-DimensionInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21703-DimensionInvaderEliteSoldier.xml new file mode 100644 index 000000000..01b638940 --- /dev/null +++ b/data/templates/npc/riftinvader/21703-DimensionInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Dimension Invader Elite Soldier + 45 + MALE + + + + + + + + + + + + + + + 15501 + 1078 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21704-DimensionInvaderMagus.xml b/data/templates/npc/riftinvader/21704-DimensionInvaderMagus.xml new file mode 100644 index 000000000..2660b8826 --- /dev/null +++ b/data/templates/npc/riftinvader/21704-DimensionInvaderMagus.xml @@ -0,0 +1,45 @@ + + + + Dimension Invader Magus + 43 + MALE + + + + + + + + + + + + + + + 13688 + 925 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21705-PurgatoryInvaderSoldier.xml b/data/templates/npc/riftinvader/21705-PurgatoryInvaderSoldier.xml new file mode 100644 index 000000000..99a7ef2f2 --- /dev/null +++ b/data/templates/npc/riftinvader/21705-PurgatoryInvaderSoldier.xml @@ -0,0 +1,54 @@ + + + + Purgatory Invader Soldier + 50 + MALE + + + + + + + + + + + + + + + 12144 + 915 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21706-PurgatoryInvaderSoldier.xml b/data/templates/npc/riftinvader/21706-PurgatoryInvaderSoldier.xml new file mode 100644 index 000000000..3ef5f109d --- /dev/null +++ b/data/templates/npc/riftinvader/21706-PurgatoryInvaderSoldier.xml @@ -0,0 +1,47 @@ + + + + Purgatory Invader Soldier + 55 + MALE + + + + + + + + + + + + + + + 15362 + 1240 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21707-PurgatoryInvaderArcher.xml b/data/templates/npc/riftinvader/21707-PurgatoryInvaderArcher.xml new file mode 100644 index 000000000..401812feb --- /dev/null +++ b/data/templates/npc/riftinvader/21707-PurgatoryInvaderArcher.xml @@ -0,0 +1,44 @@ + + + + Purgatory Invader Archer + 53 + MALE + + + + + + + + + + + + + + + 11550 + 908 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21708-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21708-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..c0e117c97 --- /dev/null +++ b/data/templates/npc/riftinvader/21708-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,45 @@ + + + + Purgatory Invader Elite Soldier + 55 + FEMALE + + + + + + + + + + + + + + + 12787 + 1032 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21709-PurgatoryInvaderShaman.xml b/data/templates/npc/riftinvader/21709-PurgatoryInvaderShaman.xml new file mode 100644 index 000000000..f88405b74 --- /dev/null +++ b/data/templates/npc/riftinvader/21709-PurgatoryInvaderShaman.xml @@ -0,0 +1,51 @@ + + + + Purgatory Invader Shaman + 53 + FEMALE + + + + + + + + + + + + + + + 14583 + 1146 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21710-PurgatoryInvaderPriest.xml b/data/templates/npc/riftinvader/21710-PurgatoryInvaderPriest.xml new file mode 100644 index 000000000..90eba630c --- /dev/null +++ b/data/templates/npc/riftinvader/21710-PurgatoryInvaderPriest.xml @@ -0,0 +1,47 @@ + + + + Purgatory Invader Priest + 50 + FEMALE + + + + + + + + + + + + + + + 8396 + 633 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21711-PurgatoryInvaderMagus.xml b/data/templates/npc/riftinvader/21711-PurgatoryInvaderMagus.xml new file mode 100644 index 000000000..da7d4fc97 --- /dev/null +++ b/data/templates/npc/riftinvader/21711-PurgatoryInvaderMagus.xml @@ -0,0 +1,53 @@ + + + + Purgatory Invader Magus + 55 + FEMALE + + + + + + + + + + + + + + + 10097 + 815 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21712-PurgatoryInvaderMartyrs.xml b/data/templates/npc/riftinvader/21712-PurgatoryInvaderMartyrs.xml new file mode 100644 index 000000000..3cc738bcb --- /dev/null +++ b/data/templates/npc/riftinvader/21712-PurgatoryInvaderMartyrs.xml @@ -0,0 +1,48 @@ + + + + Purgatory Invader Martyrs + 50 + FEMALE + + + + + + + + + + + + + + + 8484 + 639 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21713-PurgatoryInvaderWarrior.xml b/data/templates/npc/riftinvader/21713-PurgatoryInvaderWarrior.xml new file mode 100644 index 000000000..32e1a9f18 --- /dev/null +++ b/data/templates/npc/riftinvader/21713-PurgatoryInvaderWarrior.xml @@ -0,0 +1,46 @@ + + + + Purgatory Invader Warrior + 53 + MALE + + + + + + + + + + + + + + + 9376 + 737 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21714-PurgatoryInvaderSoldier.xml b/data/templates/npc/riftinvader/21714-PurgatoryInvaderSoldier.xml new file mode 100644 index 000000000..a9bb2218d --- /dev/null +++ b/data/templates/npc/riftinvader/21714-PurgatoryInvaderSoldier.xml @@ -0,0 +1,46 @@ + + + + Purgatory Invader Soldier + 50 + MALE + + + + + + + + + + + + + + + 8932 + 673 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21715-PurgatoryInvaderDisciples.xml b/data/templates/npc/riftinvader/21715-PurgatoryInvaderDisciples.xml new file mode 100644 index 000000000..491707ba9 --- /dev/null +++ b/data/templates/npc/riftinvader/21715-PurgatoryInvaderDisciples.xml @@ -0,0 +1,46 @@ + + + + Purgatory Invader Disciples + 53 + MALE + + + + + + + + + + + + + + + 9873 + 776 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21716-PurgatoryInvaderBerserker.xml b/data/templates/npc/riftinvader/21716-PurgatoryInvaderBerserker.xml new file mode 100644 index 000000000..c5642410e --- /dev/null +++ b/data/templates/npc/riftinvader/21716-PurgatoryInvaderBerserker.xml @@ -0,0 +1,46 @@ + + + + Purgatory Invader Berserker + 55 + MALE + + + + + + + + + + + + + + + 13227 + 1068 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21718-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21718-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..3b6e71d32 --- /dev/null +++ b/data/templates/npc/riftinvader/21718-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,46 @@ + + + + Purgatory Invader Elite Soldier + 55 + FEMALE + + + + + + + + + + + + + + + 23694 + 1913 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21719-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21719-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..988d6ba67 --- /dev/null +++ b/data/templates/npc/riftinvader/21719-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,55 @@ + + + + Purgatory Invader Elite Soldier + 55 + FEMALE + + + + + + + + + + + + + + + 24143 + 1949 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21720-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21720-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..47873762d --- /dev/null +++ b/data/templates/npc/riftinvader/21720-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,47 @@ + + + + Purgatory Invader Elite Soldier + 55 + FEMALE + + + + + + + + + + + + + + + 942 + 76 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21721-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21721-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..2e584892f --- /dev/null +++ b/data/templates/npc/riftinvader/21721-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,45 @@ + + + + Purgatory Invader Elite Soldier + 50 + FEMALE + + + + + + + + + + + + + + + 2160 + 163 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21722-PurgatoryInvaderWarrior.xml b/data/templates/npc/riftinvader/21722-PurgatoryInvaderWarrior.xml new file mode 100644 index 000000000..ba5fd1d59 --- /dev/null +++ b/data/templates/npc/riftinvader/21722-PurgatoryInvaderWarrior.xml @@ -0,0 +1,48 @@ + + + + Purgatory Invader Warrior + 53 + MALE + + + + + + + + + + + + + + + 22482 + 1767 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21723-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21723-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..269936596 --- /dev/null +++ b/data/templates/npc/riftinvader/21723-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,36 @@ + + + + Purgatory Invader Elite Soldier + 50 + FEMALE + + + + + + + + + + + + + + + 19411 + 1462 + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21724-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21724-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..dc6f9c156 --- /dev/null +++ b/data/templates/npc/riftinvader/21724-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,36 @@ + + + + Purgatory Invader Elite Soldier + 53 + FEMALE + + + + + + + + + + + + + + + 21811 + 1715 + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21725-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21725-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..733dc46e2 --- /dev/null +++ b/data/templates/npc/riftinvader/21725-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,57 @@ + + + + Purgatory Invader Elite Soldier + 50 + FEMALE + + + + + + + + + + + + + + + 19137 + 1442 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21726-PurgatoryInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21726-PurgatoryInvaderEliteSoldier.xml new file mode 100644 index 000000000..b7771db2d --- /dev/null +++ b/data/templates/npc/riftinvader/21726-PurgatoryInvaderEliteSoldier.xml @@ -0,0 +1,43 @@ + + + + Purgatory Invader Elite Soldier + 55 + FEMALE + + + + + + + + + + + + + + + 23156 + 1869 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21727-PurgatoryInvaderMagus.xml b/data/templates/npc/riftinvader/21727-PurgatoryInvaderMagus.xml new file mode 100644 index 000000000..46075789c --- /dev/null +++ b/data/templates/npc/riftinvader/21727-PurgatoryInvaderMagus.xml @@ -0,0 +1,44 @@ + + + + Purgatory Invader Magus + 53 + FEMALE + + + + + + + + + + + + + + + 20795 + 1635 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21728-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21728-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..31a6ea88b --- /dev/null +++ b/data/templates/npc/riftinvader/21728-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,50 @@ + + + + Forbidden Path Invader Elite Soldier + 60 + MALE + + + + + + + + + + + + + + + 17487 + 1518 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21729-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21729-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..96861d522 --- /dev/null +++ b/data/templates/npc/riftinvader/21729-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Forbidden Path Invader Elite Soldier + 65 + MALE + + + + + + + + + + + + + + + 21456 + 1993 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21730-ForbiddenPathInvaderArcher.xml b/data/templates/npc/riftinvader/21730-ForbiddenPathInvaderArcher.xml new file mode 100644 index 000000000..cf84f920a --- /dev/null +++ b/data/templates/npc/riftinvader/21730-ForbiddenPathInvaderArcher.xml @@ -0,0 +1,44 @@ + + + + Forbidden Path Invader Archer + 63 + MALE + + + + + + + + + + + + + + + 16320 + 1473 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21731-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21731-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..dc888016b --- /dev/null +++ b/data/templates/npc/riftinvader/21731-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,49 @@ + + + + Forbidden Path Invader Elite Soldier + 65 + FEMALE + + + + + + + + + + + + + + + 17859 + 1659 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21732-ForbiddenPathInvaderShaman.xml b/data/templates/npc/riftinvader/21732-ForbiddenPathInvaderShaman.xml new file mode 100644 index 000000000..4c8891145 --- /dev/null +++ b/data/templates/npc/riftinvader/21732-ForbiddenPathInvaderShaman.xml @@ -0,0 +1,45 @@ + + + + Forbidden Path Invader Shaman + 63 + FEMALE + + + + + + + + + + + + + + + 20606 + 1860 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21733-ForbiddenPathInvaderPriest.xml b/data/templates/npc/riftinvader/21733-ForbiddenPathInvaderPriest.xml new file mode 100644 index 000000000..5585bcc39 --- /dev/null +++ b/data/templates/npc/riftinvader/21733-ForbiddenPathInvaderPriest.xml @@ -0,0 +1,47 @@ + + + + Forbidden Path Invader Priest + 60 + FEMALE + + + + + + + + + + + + + + + 12091 + 1050 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21734-ForbiddenPathInvaderMagus.xml b/data/templates/npc/riftinvader/21734-ForbiddenPathInvaderMagus.xml new file mode 100644 index 000000000..f2368987e --- /dev/null +++ b/data/templates/npc/riftinvader/21734-ForbiddenPathInvaderMagus.xml @@ -0,0 +1,46 @@ + + + + Forbidden Path Invader Magus + 65 + FEMALE + + + + + + + + + + + + + + + 14102 + 1310 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21735-ForbiddenPathInvaderMartyrs.xml b/data/templates/npc/riftinvader/21735-ForbiddenPathInvaderMartyrs.xml new file mode 100644 index 000000000..602eaa00f --- /dev/null +++ b/data/templates/npc/riftinvader/21735-ForbiddenPathInvaderMartyrs.xml @@ -0,0 +1,43 @@ + + + + Forbidden Path Invader Martyrs + 60 + FEMALE + + + + + + + + + + + + + + + 12217 + 1060 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21736-ForbiddenPathInvaderWarrior.xml b/data/templates/npc/riftinvader/21736-ForbiddenPathInvaderWarrior.xml new file mode 100644 index 000000000..2f672bf35 --- /dev/null +++ b/data/templates/npc/riftinvader/21736-ForbiddenPathInvaderWarrior.xml @@ -0,0 +1,44 @@ + + + + Forbidden Path Invader Warrior + 63 + MALE + + + + + + + + + + + + + + + 13248 + 1196 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21737-ForbiddenPathInvaderSoldier.xml b/data/templates/npc/riftinvader/21737-ForbiddenPathInvaderSoldier.xml new file mode 100644 index 000000000..32d7354af --- /dev/null +++ b/data/templates/npc/riftinvader/21737-ForbiddenPathInvaderSoldier.xml @@ -0,0 +1,47 @@ + + + + Forbidden Path Invader Soldier + 60 + MALE + + + + + + + + + + + + + + + 12862 + 1116 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21738-ForbiddenPathInvaderDisciple.xml b/data/templates/npc/riftinvader/21738-ForbiddenPathInvaderDisciple.xml new file mode 100644 index 000000000..366bbb195 --- /dev/null +++ b/data/templates/npc/riftinvader/21738-ForbiddenPathInvaderDisciple.xml @@ -0,0 +1,49 @@ + + + + Forbidden Path Invader Disciple + 63 + MALE + + + + + + + + + + + + + + + 13950 + 1259 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21739-ForbiddenPathInvaderBerserker.xml b/data/templates/npc/riftinvader/21739-ForbiddenPathInvaderBerserker.xml new file mode 100644 index 000000000..3dc5e56b1 --- /dev/null +++ b/data/templates/npc/riftinvader/21739-ForbiddenPathInvaderBerserker.xml @@ -0,0 +1,49 @@ + + + + Forbidden Path Invader Berserker + 65 + MALE + + + + + + + + + + + + + + + 18474 + 1716 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21741-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21741-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..95ab4c1e6 --- /dev/null +++ b/data/templates/npc/riftinvader/21741-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,47 @@ + + + + Forbidden Path Invader Elite Soldier + 65 + FEMALE + + + + + + + + + + + + + + + 33094 + 3074 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21742-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21742-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..0cb557726 --- /dev/null +++ b/data/templates/npc/riftinvader/21742-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Forbidden Path Invader Elite Soldier + 65 + FEMALE + + + + + + + + + + + + + + + 33720 + 3133 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21743-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21743-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..e5b093a46 --- /dev/null +++ b/data/templates/npc/riftinvader/21743-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,47 @@ + + + + Forbidden Path Invader Elite Soldier + 65 + FEMALE + + + + + + + + + + + + + + + 1315 + 122 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21744-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21744-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..d81e78a55 --- /dev/null +++ b/data/templates/npc/riftinvader/21744-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,48 @@ + + + + Forbidden Path Invader Elite Soldier + 60 + FEMALE + + + + + + + + + + + + + + + 3110 + 270 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21745-ForbiddenPathInvaderWarrior.xml b/data/templates/npc/riftinvader/21745-ForbiddenPathInvaderWarrior.xml new file mode 100644 index 000000000..7a94612b0 --- /dev/null +++ b/data/templates/npc/riftinvader/21745-ForbiddenPathInvaderWarrior.xml @@ -0,0 +1,45 @@ + + + + Forbidden Path Invader Warrior + 63 + MALE + + + + + + + + + + + + + + + 31766 + 2868 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21746-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21746-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..56c943def --- /dev/null +++ b/data/templates/npc/riftinvader/21746-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,35 @@ + + + + Forbidden Path Invader Elite Soldier + 60 + FEMALE + + + + + + + + + + + + + + + 27952 + 2426 + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21747-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21747-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..b8f2f9e22 --- /dev/null +++ b/data/templates/npc/riftinvader/21747-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,36 @@ + + + + Forbidden Path Invader Elite Soldier + 63 + FEMALE + + + + + + + + + + + + + + + 30818 + 2782 + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21748-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21748-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..4ac920c60 --- /dev/null +++ b/data/templates/npc/riftinvader/21748-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Forbidden Path Invader Elite Soldier + 60 + FEMALE + + + + + + + + + + + + + + + 27557 + 2392 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21749-ForbiddenPathInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21749-ForbiddenPathInvaderEliteSoldier.xml new file mode 100644 index 000000000..97f668938 --- /dev/null +++ b/data/templates/npc/riftinvader/21749-ForbiddenPathInvaderEliteSoldier.xml @@ -0,0 +1,45 @@ + + + + Forbidden Path Invader Elite Soldier + 65 + FEMALE + + + + + + + + + + + + + + + 32342 + 3005 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21750-ForbiddenPathInvaderMagus.xml b/data/templates/npc/riftinvader/21750-ForbiddenPathInvaderMagus.xml new file mode 100644 index 000000000..2dfda267a --- /dev/null +++ b/data/templates/npc/riftinvader/21750-ForbiddenPathInvaderMagus.xml @@ -0,0 +1,44 @@ + + + + Forbidden Path Invader Magus + 63 + FEMALE + + + + + + + + + + + + + + + 29382 + 2653 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21751-DarkOmenInvaderSoldier.xml b/data/templates/npc/riftinvader/21751-DarkOmenInvaderSoldier.xml new file mode 100644 index 000000000..f9195eed8 --- /dev/null +++ b/data/templates/npc/riftinvader/21751-DarkOmenInvaderSoldier.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Soldier + 70 + MALE + + + + + + + + + + + + + + + 23802 + 2360 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21752-DarkOmenInvaderSoldier.xml b/data/templates/npc/riftinvader/21752-DarkOmenInvaderSoldier.xml new file mode 100644 index 000000000..281eb8337 --- /dev/null +++ b/data/templates/npc/riftinvader/21752-DarkOmenInvaderSoldier.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Soldier + 75 + MALE + + + + + + + + + + + + + + + 28565 + 3013 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21753-DarkOmenInvaderArcher.xml b/data/templates/npc/riftinvader/21753-DarkOmenInvaderArcher.xml new file mode 100644 index 000000000..67e642ef7 --- /dev/null +++ b/data/templates/npc/riftinvader/21753-DarkOmenInvaderArcher.xml @@ -0,0 +1,49 @@ + + + + Dark Omen Invader Archer + 73 + MALE + + + + + + + + + + + + + + + 21912 + 2255 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21754-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21754-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..2d668507a --- /dev/null +++ b/data/templates/npc/riftinvader/21754-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,43 @@ + + + + Dark Omen Invader Elite Soldier + 75 + MALE + + + + + + + + + + + + + + + 23777 + 2508 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21755-DarkOmenInvaderShaman.xml b/data/templates/npc/riftinvader/21755-DarkOmenInvaderShaman.xml new file mode 100644 index 000000000..fc58ac10d --- /dev/null +++ b/data/templates/npc/riftinvader/21755-DarkOmenInvaderShaman.xml @@ -0,0 +1,47 @@ + + + + Dark Omen Invader Shaman + 73 + MALE + + + + + + + + + + + + + + + 27667 + 2847 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21756-DarkOmenInvaderPriest.xml b/data/templates/npc/riftinvader/21756-DarkOmenInvaderPriest.xml new file mode 100644 index 000000000..b19895b35 --- /dev/null +++ b/data/templates/npc/riftinvader/21756-DarkOmenInvaderPriest.xml @@ -0,0 +1,43 @@ + + + + Dark Omen Invader Priest + 70 + MALE + + + + + + + + + + + + + + + 16457 + 1632 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21757-DarkOmenInvaderMagus.xml b/data/templates/npc/riftinvader/21757-DarkOmenInvaderMagus.xml new file mode 100644 index 000000000..99dc8fa75 --- /dev/null +++ b/data/templates/npc/riftinvader/21757-DarkOmenInvaderMagus.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Magus + 75 + MALE + + + + + + + + + + + + + + + 18775 + 1980 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21758-DarkOmenInvaderMartyrs.xml b/data/templates/npc/riftinvader/21758-DarkOmenInvaderMartyrs.xml new file mode 100644 index 000000000..dcaf3d500 --- /dev/null +++ b/data/templates/npc/riftinvader/21758-DarkOmenInvaderMartyrs.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Martyrs + 70 + MALE + + + + + + + + + + + + + + + 16629 + 1649 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21759-DarkOmenInvaderWarrior.xml b/data/templates/npc/riftinvader/21759-DarkOmenInvaderWarrior.xml new file mode 100644 index 000000000..cf3aab9ad --- /dev/null +++ b/data/templates/npc/riftinvader/21759-DarkOmenInvaderWarrior.xml @@ -0,0 +1,51 @@ + + + + Dark Omen Invader Warrior + 73 + MALE + + + + + + + + + + + + + + + 17787 + 1830 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21760-DarkOmenInvaderSoldier.xml b/data/templates/npc/riftinvader/21760-DarkOmenInvaderSoldier.xml new file mode 100644 index 000000000..0c1a048bf --- /dev/null +++ b/data/templates/npc/riftinvader/21760-DarkOmenInvaderSoldier.xml @@ -0,0 +1,49 @@ + + + + Dark Omen Invader Soldier + 70 + MALE + + + + + + + + + + + + + + + 17506 + 1736 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21761-DarkOmenInvaderDisciple.xml b/data/templates/npc/riftinvader/21761-DarkOmenInvaderDisciple.xml new file mode 100644 index 000000000..185d5f44c --- /dev/null +++ b/data/templates/npc/riftinvader/21761-DarkOmenInvaderDisciple.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Disciple + 73 + MALE + + + + + + + + + + + + + + + 18730 + 1927 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21762-DarkOmenInvaderBerserker.xml b/data/templates/npc/riftinvader/21762-DarkOmenInvaderBerserker.xml new file mode 100644 index 000000000..f1dd9c398 --- /dev/null +++ b/data/templates/npc/riftinvader/21762-DarkOmenInvaderBerserker.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Berserker + 75 + MALE + + + + + + + + + + + + + + + 24596 + 2594 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21764-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21764-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..b65a986e0 --- /dev/null +++ b/data/templates/npc/riftinvader/21764-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Elite Soldier + 75 + MALE + + + + + + + + + + + + + + + 44060 + 4647 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21765-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21765-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..2e58dbc5b --- /dev/null +++ b/data/templates/npc/riftinvader/21765-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Elite Soldier + 75 + MALE + + + + + + + + + + + + + + + 44894 + 4735 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21766-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21766-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..ddfb98ea5 --- /dev/null +++ b/data/templates/npc/riftinvader/21766-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,45 @@ + + + + Dark Omen Invader Elite Soldier + 75 + MALE + + + + + + + + + + + + + + + 1751 + 185 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21767-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21767-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..af8202675 --- /dev/null +++ b/data/templates/npc/riftinvader/21767-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Elite Soldier + 70 + MALE + + + + + + + + + + + + + + + 4233 + 420 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21768-DarkOmenInvaderWarrior.xml b/data/templates/npc/riftinvader/21768-DarkOmenInvaderWarrior.xml new file mode 100644 index 000000000..e0d4c578a --- /dev/null +++ b/data/templates/npc/riftinvader/21768-DarkOmenInvaderWarrior.xml @@ -0,0 +1,44 @@ + + + + Dark Omen Invader Warrior + 73 + MALE + + + + + + + + + + + + + + + 42650 + 4389 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21769-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21769-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..a025699fe --- /dev/null +++ b/data/templates/npc/riftinvader/21769-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,37 @@ + + + + Dark Omen Invader Elite Soldier + 70 + MALE + + + + + + + + + + + + + + + 38046 + 3772 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21770-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21770-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..ad1e2522b --- /dev/null +++ b/data/templates/npc/riftinvader/21770-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,36 @@ + + + + Dark Omen Invader Elite Soldier + 73 + MALE + + + + + + + + + + + + + + + 41377 + 4258 + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21771-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21771-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..7bce5e0ff --- /dev/null +++ b/data/templates/npc/riftinvader/21771-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,40 @@ + + + + Dark Omen Invader Elite Soldier + 70 + MALE + + + + + + + + + + + + + + + 37509 + 3719 + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21772-DarkOmenInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21772-DarkOmenInvaderEliteSoldier.xml new file mode 100644 index 000000000..183f1ae47 --- /dev/null +++ b/data/templates/npc/riftinvader/21772-DarkOmenInvaderEliteSoldier.xml @@ -0,0 +1,46 @@ + + + + Dark Omen Invader Elite Soldier + 75 + MALE + + + + + + + + + + + + + + + 43058 + 4542 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21773-DarkOmenInvaderMagus.xml b/data/templates/npc/riftinvader/21773-DarkOmenInvaderMagus.xml new file mode 100644 index 000000000..2d719471c --- /dev/null +++ b/data/templates/npc/riftinvader/21773-DarkOmenInvaderMagus.xml @@ -0,0 +1,39 @@ + + + + Dark Omen Invader Magus + 73 + MALE + + + + + + + + + + + + + + + 39450 + 4059 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21774-MessengerInvaderSoldier.xml b/data/templates/npc/riftinvader/21774-MessengerInvaderSoldier.xml new file mode 100644 index 000000000..fbf37ea09 --- /dev/null +++ b/data/templates/npc/riftinvader/21774-MessengerInvaderSoldier.xml @@ -0,0 +1,42 @@ + + + + Messenger Invader Soldier + 78 + MALE + + + + + + + + + + + + + + + 31088 + 3489 + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21775-MessengerInvaderSoldier.xml b/data/templates/npc/riftinvader/21775-MessengerInvaderSoldier.xml new file mode 100644 index 000000000..6b7849fbe --- /dev/null +++ b/data/templates/npc/riftinvader/21775-MessengerInvaderSoldier.xml @@ -0,0 +1,44 @@ + + + + Messenger Invader Soldier + 78 + MALE + + + + + + + + + + + + + + + 36690 + 4367 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21776-MessengerInvaderArcher.xml b/data/templates/npc/riftinvader/21776-MessengerInvaderArcher.xml new file mode 100644 index 000000000..b9e789390 --- /dev/null +++ b/data/templates/npc/riftinvader/21776-MessengerInvaderArcher.xml @@ -0,0 +1,46 @@ + + + + Messenger Invader Archer + 78 + MALE + + + + + + + + + + + + + + + 28326 + 3293 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21777-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21777-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..c09c6bfa8 --- /dev/null +++ b/data/templates/npc/riftinvader/21777-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,45 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 30540 + 3635 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21778-MessengerInvaderShaman.xml b/data/templates/npc/riftinvader/21778-MessengerInvaderShaman.xml new file mode 100644 index 000000000..5e69ce4c2 --- /dev/null +++ b/data/templates/npc/riftinvader/21778-MessengerInvaderShaman.xml @@ -0,0 +1,45 @@ + + + + Messenger Invader Shaman + 78 + MALE + + + + + + + + + + + + + + + 35766 + 4158 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21779-MessengerInvaderPriest.xml b/data/templates/npc/riftinvader/21779-MessengerInvaderPriest.xml new file mode 100644 index 000000000..4fd6dae66 --- /dev/null +++ b/data/templates/npc/riftinvader/21779-MessengerInvaderPriest.xml @@ -0,0 +1,44 @@ + + + + Messenger Invader Priest + 78 + MALE + + + + + + + + + + + + + + + 21494 + 2413 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21780-MessengerInvaderMagus.xml b/data/templates/npc/riftinvader/21780-MessengerInvaderMagus.xml new file mode 100644 index 000000000..b81b1cfab --- /dev/null +++ b/data/templates/npc/riftinvader/21780-MessengerInvaderMagus.xml @@ -0,0 +1,46 @@ + + + + Messenger Invader Magus + 78 + MALE + + + + + + + + + + + + + + + 24116 + 2871 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21781-MessengerInvaderMartyrs.xml b/data/templates/npc/riftinvader/21781-MessengerInvaderMartyrs.xml new file mode 100644 index 000000000..31483b03a --- /dev/null +++ b/data/templates/npc/riftinvader/21781-MessengerInvaderMartyrs.xml @@ -0,0 +1,44 @@ + + + + Messenger Invader Martyrs + 78 + MALE + + + + + + + + + + + + + + + 21719 + 2438 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21782-MessengerInvaderWarrior.xml b/data/templates/npc/riftinvader/21782-MessengerInvaderWarrior.xml new file mode 100644 index 000000000..e9d5f117a --- /dev/null +++ b/data/templates/npc/riftinvader/21782-MessengerInvaderWarrior.xml @@ -0,0 +1,50 @@ + + + + Messenger Invader Warrior + 78 + MALE + + + + + + + + + + + + + + + 22994 + 2673 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21783-MessengerInvaderSoldier.xml b/data/templates/npc/riftinvader/21783-MessengerInvaderSoldier.xml new file mode 100644 index 000000000..08fe0fb1e --- /dev/null +++ b/data/templates/npc/riftinvader/21783-MessengerInvaderSoldier.xml @@ -0,0 +1,45 @@ + + + + Messenger Invader Soldier + 78 + MALE + + + + + + + + + + + + + + + 22865 + 2566 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21784-MessengerInvaderDisciple.xml b/data/templates/npc/riftinvader/21784-MessengerInvaderDisciple.xml new file mode 100644 index 000000000..2c9202cca --- /dev/null +++ b/data/templates/npc/riftinvader/21784-MessengerInvaderDisciple.xml @@ -0,0 +1,46 @@ + + + + Messenger Invader Disciple + 78 + MALE + + + + + + + + + + + + + + + 24213 + 2815 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21785-MessengerInvaderBerserker.xml b/data/templates/npc/riftinvader/21785-MessengerInvaderBerserker.xml new file mode 100644 index 000000000..01a72b536 --- /dev/null +++ b/data/templates/npc/riftinvader/21785-MessengerInvaderBerserker.xml @@ -0,0 +1,50 @@ + + + + Messenger Invader Berserker + 78 + MALE + + + + + + + + + + + + + + + 31592 + 3760 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21787-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21787-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..9f21c6c75 --- /dev/null +++ b/data/templates/npc/riftinvader/21787-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,47 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 56592 + 6736 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21788-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21788-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..3ac0463a1 --- /dev/null +++ b/data/templates/npc/riftinvader/21788-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,48 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 57664 + 6864 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21789-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21789-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..797ca87f2 --- /dev/null +++ b/data/templates/npc/riftinvader/21789-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,48 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 2249 + 268 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21790-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21790-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..911f1f851 --- /dev/null +++ b/data/templates/npc/riftinvader/21790-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,50 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 5529 + 621 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21791-MessengerInvaderWarrior.xml b/data/templates/npc/riftinvader/21791-MessengerInvaderWarrior.xml new file mode 100644 index 000000000..ce1155d18 --- /dev/null +++ b/data/templates/npc/riftinvader/21791-MessengerInvaderWarrior.xml @@ -0,0 +1,49 @@ + + + + Messenger Invader Warrior + 78 + MALE + + + + + + + + + + + + + + + 55136 + 6409 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21792-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21792-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..c5daa31e9 --- /dev/null +++ b/data/templates/npc/riftinvader/21792-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,35 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 49693 + 5578 + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21793-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21793-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..32cb4686b --- /dev/null +++ b/data/templates/npc/riftinvader/21793-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,36 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 53490 + 6218 + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21794-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21794-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..27d7354ee --- /dev/null +++ b/data/templates/npc/riftinvader/21794-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,43 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 48991 + 5499 + + + + + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21795-MessengerInvaderEliteSoldier.xml b/data/templates/npc/riftinvader/21795-MessengerInvaderEliteSoldier.xml new file mode 100644 index 000000000..5832fda90 --- /dev/null +++ b/data/templates/npc/riftinvader/21795-MessengerInvaderEliteSoldier.xml @@ -0,0 +1,39 @@ + + + + Messenger Invader Elite Soldier + 78 + MALE + + + + + + + + + + + + + + + 55306 + 6583 + + + + + + + + + + + + + + + + + diff --git a/data/templates/npc/riftinvader/21796-MessengerInvaderMagus.xml b/data/templates/npc/riftinvader/21796-MessengerInvaderMagus.xml new file mode 100644 index 000000000..54a4ee7fe --- /dev/null +++ b/data/templates/npc/riftinvader/21796-MessengerInvaderMagus.xml @@ -0,0 +1,37 @@ + + + + Messenger Invader Magus + 78 + MALE + + + + + + + + + + + + + + + 50999 + 5928 + + + + + + + + + + + + + + + diff --git a/data/templates/npc/sepulcher/31452-GhostOfWigoth.xml b/data/templates/npc/sepulcher/31452-GhostOfWigoth.xml new file mode 100644 index 000000000..8058937e9 --- /dev/null +++ b/data/templates/npc/sepulcher/31452-GhostOfWigoth.xml @@ -0,0 +1,25 @@ + + + + Ghost of Wigoth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31453-NamelessSpirit.xml b/data/templates/npc/sepulcher/31453-NamelessSpirit.xml new file mode 100644 index 000000000..16d2e60df --- /dev/null +++ b/data/templates/npc/sepulcher/31453-NamelessSpirit.xml @@ -0,0 +1,25 @@ + + + + Nameless Spirit + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31454-GhostOfWigoth.xml b/data/templates/npc/sepulcher/31454-GhostOfWigoth.xml new file mode 100644 index 000000000..d140a642c --- /dev/null +++ b/data/templates/npc/sepulcher/31454-GhostOfWigoth.xml @@ -0,0 +1,25 @@ + + + + Ghost of Wigoth + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31455-KeyBox.xml b/data/templates/npc/sepulcher/31455-KeyBox.xml new file mode 100644 index 000000000..747ccb174 --- /dev/null +++ b/data/templates/npc/sepulcher/31455-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31456-KeyBox.xml b/data/templates/npc/sepulcher/31456-KeyBox.xml new file mode 100644 index 000000000..b80309540 --- /dev/null +++ b/data/templates/npc/sepulcher/31456-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31457-KeyBox.xml b/data/templates/npc/sepulcher/31457-KeyBox.xml new file mode 100644 index 000000000..932851286 --- /dev/null +++ b/data/templates/npc/sepulcher/31457-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31458-KeyBox.xml b/data/templates/npc/sepulcher/31458-KeyBox.xml new file mode 100644 index 000000000..98472ea48 --- /dev/null +++ b/data/templates/npc/sepulcher/31458-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31459-KeyBox.xml b/data/templates/npc/sepulcher/31459-KeyBox.xml new file mode 100644 index 000000000..20b555039 --- /dev/null +++ b/data/templates/npc/sepulcher/31459-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31460-KeyBox.xml b/data/templates/npc/sepulcher/31460-KeyBox.xml new file mode 100644 index 000000000..b1c49aa0d --- /dev/null +++ b/data/templates/npc/sepulcher/31460-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31461-KeyBox.xml b/data/templates/npc/sepulcher/31461-KeyBox.xml new file mode 100644 index 000000000..3f1d86d72 --- /dev/null +++ b/data/templates/npc/sepulcher/31461-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31462-KeyBox.xml b/data/templates/npc/sepulcher/31462-KeyBox.xml new file mode 100644 index 000000000..930e44467 --- /dev/null +++ b/data/templates/npc/sepulcher/31462-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31463-KeyBox.xml b/data/templates/npc/sepulcher/31463-KeyBox.xml new file mode 100644 index 000000000..020f2625b --- /dev/null +++ b/data/templates/npc/sepulcher/31463-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31464-KeyBox.xml b/data/templates/npc/sepulcher/31464-KeyBox.xml new file mode 100644 index 000000000..a4a679131 --- /dev/null +++ b/data/templates/npc/sepulcher/31464-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31465-KeyBox.xml b/data/templates/npc/sepulcher/31465-KeyBox.xml new file mode 100644 index 000000000..0abf968a3 --- /dev/null +++ b/data/templates/npc/sepulcher/31465-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31466-KeyBox.xml b/data/templates/npc/sepulcher/31466-KeyBox.xml new file mode 100644 index 000000000..3ae08a5e7 --- /dev/null +++ b/data/templates/npc/sepulcher/31466-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31467-KeyBox.xml b/data/templates/npc/sepulcher/31467-KeyBox.xml new file mode 100644 index 000000000..15dd4319b --- /dev/null +++ b/data/templates/npc/sepulcher/31467-KeyBox.xml @@ -0,0 +1,25 @@ + + + + Key Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31468-MysteriousBox.xml b/data/templates/npc/sepulcher/31468-MysteriousBox.xml new file mode 100644 index 000000000..f5084f73e --- /dev/null +++ b/data/templates/npc/sepulcher/31468-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31469-MysteriousBox.xml b/data/templates/npc/sepulcher/31469-MysteriousBox.xml new file mode 100644 index 000000000..757faf80f --- /dev/null +++ b/data/templates/npc/sepulcher/31469-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31470-MysteriousBox.xml b/data/templates/npc/sepulcher/31470-MysteriousBox.xml new file mode 100644 index 000000000..b1d2cf6bf --- /dev/null +++ b/data/templates/npc/sepulcher/31470-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31471-MysteriousBox.xml b/data/templates/npc/sepulcher/31471-MysteriousBox.xml new file mode 100644 index 000000000..7580a39c3 --- /dev/null +++ b/data/templates/npc/sepulcher/31471-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31472-MysteriousBox.xml b/data/templates/npc/sepulcher/31472-MysteriousBox.xml new file mode 100644 index 000000000..6b642f0c2 --- /dev/null +++ b/data/templates/npc/sepulcher/31472-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31473-MysteriousBox.xml b/data/templates/npc/sepulcher/31473-MysteriousBox.xml new file mode 100644 index 000000000..371571d30 --- /dev/null +++ b/data/templates/npc/sepulcher/31473-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31474-MysteriousBox.xml b/data/templates/npc/sepulcher/31474-MysteriousBox.xml new file mode 100644 index 000000000..cb07ef02f --- /dev/null +++ b/data/templates/npc/sepulcher/31474-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31475-MysteriousBox.xml b/data/templates/npc/sepulcher/31475-MysteriousBox.xml new file mode 100644 index 000000000..ccec69193 --- /dev/null +++ b/data/templates/npc/sepulcher/31475-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31476-MysteriousBox.xml b/data/templates/npc/sepulcher/31476-MysteriousBox.xml new file mode 100644 index 000000000..f7af7c1c3 --- /dev/null +++ b/data/templates/npc/sepulcher/31476-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31477-MysteriousBox.xml b/data/templates/npc/sepulcher/31477-MysteriousBox.xml new file mode 100644 index 000000000..fae11bbc4 --- /dev/null +++ b/data/templates/npc/sepulcher/31477-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31478-MysteriousBox.xml b/data/templates/npc/sepulcher/31478-MysteriousBox.xml new file mode 100644 index 000000000..62ef09bce --- /dev/null +++ b/data/templates/npc/sepulcher/31478-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31479-MysteriousBox.xml b/data/templates/npc/sepulcher/31479-MysteriousBox.xml new file mode 100644 index 000000000..788b15798 --- /dev/null +++ b/data/templates/npc/sepulcher/31479-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31480-MysteriousBox.xml b/data/templates/npc/sepulcher/31480-MysteriousBox.xml new file mode 100644 index 000000000..8acb6e8f4 --- /dev/null +++ b/data/templates/npc/sepulcher/31480-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31481-MysteriousBox.xml b/data/templates/npc/sepulcher/31481-MysteriousBox.xml new file mode 100644 index 000000000..35a533c4e --- /dev/null +++ b/data/templates/npc/sepulcher/31481-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31482-MysteriousBox.xml b/data/templates/npc/sepulcher/31482-MysteriousBox.xml new file mode 100644 index 000000000..c178bc6df --- /dev/null +++ b/data/templates/npc/sepulcher/31482-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31483-MysteriousBox.xml b/data/templates/npc/sepulcher/31483-MysteriousBox.xml new file mode 100644 index 000000000..a8eb8d2cd --- /dev/null +++ b/data/templates/npc/sepulcher/31483-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31484-MysteriousBox.xml b/data/templates/npc/sepulcher/31484-MysteriousBox.xml new file mode 100644 index 000000000..b6fa246b4 --- /dev/null +++ b/data/templates/npc/sepulcher/31484-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31485-MysteriousBox.xml b/data/templates/npc/sepulcher/31485-MysteriousBox.xml new file mode 100644 index 000000000..d6254afe1 --- /dev/null +++ b/data/templates/npc/sepulcher/31485-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31486-MysteriousBox.xml b/data/templates/npc/sepulcher/31486-MysteriousBox.xml new file mode 100644 index 000000000..991ffb293 --- /dev/null +++ b/data/templates/npc/sepulcher/31486-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31487-MysteriousBox.xml b/data/templates/npc/sepulcher/31487-MysteriousBox.xml new file mode 100644 index 000000000..be15b6937 --- /dev/null +++ b/data/templates/npc/sepulcher/31487-MysteriousBox.xml @@ -0,0 +1,25 @@ + + + + Mysterious Box + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31919-GhostChamberlainOfElmoreden.xml b/data/templates/npc/sepulcher/31919-GhostChamberlainOfElmoreden.xml new file mode 100644 index 000000000..ec90752ad --- /dev/null +++ b/data/templates/npc/sepulcher/31919-GhostChamberlainOfElmoreden.xml @@ -0,0 +1,25 @@ + + + + Ghost Chamberlain of Elmoreden + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31920-GhostChamberlainOfElmoreden.xml b/data/templates/npc/sepulcher/31920-GhostChamberlainOfElmoreden.xml new file mode 100644 index 000000000..179b02542 --- /dev/null +++ b/data/templates/npc/sepulcher/31920-GhostChamberlainOfElmoreden.xml @@ -0,0 +1,25 @@ + + + + Ghost Chamberlain of Elmoreden + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31921-ConquerorsSepulcherManager.xml b/data/templates/npc/sepulcher/31921-ConquerorsSepulcherManager.xml new file mode 100644 index 000000000..0abc36b76 --- /dev/null +++ b/data/templates/npc/sepulcher/31921-ConquerorsSepulcherManager.xml @@ -0,0 +1,25 @@ + + + + Conquerors' Sepulcher Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31922-EmperorsSepulcherManager.xml b/data/templates/npc/sepulcher/31922-EmperorsSepulcherManager.xml new file mode 100644 index 000000000..2bd71cc8e --- /dev/null +++ b/data/templates/npc/sepulcher/31922-EmperorsSepulcherManager.xml @@ -0,0 +1,25 @@ + + + + Emperors' Sepulcher Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31923-GreatSagesSepulcherManager.xml b/data/templates/npc/sepulcher/31923-GreatSagesSepulcherManager.xml new file mode 100644 index 000000000..4ee1ef3f1 --- /dev/null +++ b/data/templates/npc/sepulcher/31923-GreatSagesSepulcherManager.xml @@ -0,0 +1,25 @@ + + + + Great Sages' Sepulcher Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31924-JudgesSepulcherManager.xml b/data/templates/npc/sepulcher/31924-JudgesSepulcherManager.xml new file mode 100644 index 000000000..a30c2e384 --- /dev/null +++ b/data/templates/npc/sepulcher/31924-JudgesSepulcherManager.xml @@ -0,0 +1,25 @@ + + + + Judges' Sepulcher Manager + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31925-BaronSHallGatekeeper.xml b/data/templates/npc/sepulcher/31925-BaronSHallGatekeeper.xml new file mode 100644 index 000000000..3622aaf17 --- /dev/null +++ b/data/templates/npc/sepulcher/31925-BaronSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Baron's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31926-ViscountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31926-ViscountSHallGatekeeper.xml new file mode 100644 index 000000000..cccd851ac --- /dev/null +++ b/data/templates/npc/sepulcher/31926-ViscountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Viscount's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31927-CountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31927-CountSHallGatekeeper.xml new file mode 100644 index 000000000..c14b2b5f0 --- /dev/null +++ b/data/templates/npc/sepulcher/31927-CountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Count's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31928-MarquisHallGatekeeper.xml b/data/templates/npc/sepulcher/31928-MarquisHallGatekeeper.xml new file mode 100644 index 000000000..6ad09a63a --- /dev/null +++ b/data/templates/npc/sepulcher/31928-MarquisHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Marquis' Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31929-DukeSHallGatekeeper.xml b/data/templates/npc/sepulcher/31929-DukeSHallGatekeeper.xml new file mode 100644 index 000000000..c90c17495 --- /dev/null +++ b/data/templates/npc/sepulcher/31929-DukeSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Duke's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31930-BaronSHallGatekeeper.xml b/data/templates/npc/sepulcher/31930-BaronSHallGatekeeper.xml new file mode 100644 index 000000000..7dd45a4d1 --- /dev/null +++ b/data/templates/npc/sepulcher/31930-BaronSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Baron's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31931-ViscountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31931-ViscountSHallGatekeeper.xml new file mode 100644 index 000000000..a7f2bd83e --- /dev/null +++ b/data/templates/npc/sepulcher/31931-ViscountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Viscount's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31932-CountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31932-CountSHallGatekeeper.xml new file mode 100644 index 000000000..7af0ceafd --- /dev/null +++ b/data/templates/npc/sepulcher/31932-CountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Count's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31933-MarquisHallGatekeeper.xml b/data/templates/npc/sepulcher/31933-MarquisHallGatekeeper.xml new file mode 100644 index 000000000..ad973bc3f --- /dev/null +++ b/data/templates/npc/sepulcher/31933-MarquisHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Marquis' Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31934-DukeSHallGatekeeper.xml b/data/templates/npc/sepulcher/31934-DukeSHallGatekeeper.xml new file mode 100644 index 000000000..d2b2a50f6 --- /dev/null +++ b/data/templates/npc/sepulcher/31934-DukeSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Duke's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31935-BaronSHallGatekeeper.xml b/data/templates/npc/sepulcher/31935-BaronSHallGatekeeper.xml new file mode 100644 index 000000000..674aed4a8 --- /dev/null +++ b/data/templates/npc/sepulcher/31935-BaronSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Baron's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31936-ViscountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31936-ViscountSHallGatekeeper.xml new file mode 100644 index 000000000..32561a469 --- /dev/null +++ b/data/templates/npc/sepulcher/31936-ViscountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Viscount's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31937-CountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31937-CountSHallGatekeeper.xml new file mode 100644 index 000000000..82d457092 --- /dev/null +++ b/data/templates/npc/sepulcher/31937-CountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Count's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31938-MarquisHallGatekeeper.xml b/data/templates/npc/sepulcher/31938-MarquisHallGatekeeper.xml new file mode 100644 index 000000000..93da3d4df --- /dev/null +++ b/data/templates/npc/sepulcher/31938-MarquisHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Marquis' Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31939-DukeSHallGatekeeper.xml b/data/templates/npc/sepulcher/31939-DukeSHallGatekeeper.xml new file mode 100644 index 000000000..ce9b08b71 --- /dev/null +++ b/data/templates/npc/sepulcher/31939-DukeSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Duke's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31940-BaronSHallGatekeeper.xml b/data/templates/npc/sepulcher/31940-BaronSHallGatekeeper.xml new file mode 100644 index 000000000..3716461d5 --- /dev/null +++ b/data/templates/npc/sepulcher/31940-BaronSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Baron's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31941-ViscountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31941-ViscountSHallGatekeeper.xml new file mode 100644 index 000000000..e5ba8bd4d --- /dev/null +++ b/data/templates/npc/sepulcher/31941-ViscountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Viscount's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31942-CountSHallGatekeeper.xml b/data/templates/npc/sepulcher/31942-CountSHallGatekeeper.xml new file mode 100644 index 000000000..caf7fde12 --- /dev/null +++ b/data/templates/npc/sepulcher/31942-CountSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Count's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31943-MarquisHallGatekeeper.xml b/data/templates/npc/sepulcher/31943-MarquisHallGatekeeper.xml new file mode 100644 index 000000000..73837c2f0 --- /dev/null +++ b/data/templates/npc/sepulcher/31943-MarquisHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Marquis' Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/sepulcher/31944-DukeSHallGatekeeper.xml b/data/templates/npc/sepulcher/31944-DukeSHallGatekeeper.xml new file mode 100644 index 000000000..5eef6bbaa --- /dev/null +++ b/data/templates/npc/sepulcher/31944-DukeSHallGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Duke's Hall Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siege/35104-Tyron.xml b/data/templates/npc/siege/35104-Tyron.xml new file mode 100644 index 000000000..42e371fb2 --- /dev/null +++ b/data/templates/npc/siege/35104-Tyron.xml @@ -0,0 +1,27 @@ + + + + Tyron + Sir + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + + diff --git a/data/templates/npc/siege/35146-Gibbson.xml b/data/templates/npc/siege/35146-Gibbson.xml new file mode 100644 index 000000000..9ecac720a --- /dev/null +++ b/data/templates/npc/siege/35146-Gibbson.xml @@ -0,0 +1,27 @@ + + + + Gibbson + Herald + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + + diff --git a/data/templates/npc/siege/35188-Holmes.xml b/data/templates/npc/siege/35188-Holmes.xml new file mode 100644 index 000000000..7c65dbd2d --- /dev/null +++ b/data/templates/npc/siege/35188-Holmes.xml @@ -0,0 +1,27 @@ + + + + Holmes + Sir + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + + diff --git a/data/templates/npc/siege/35232-Sherwood.xml b/data/templates/npc/siege/35232-Sherwood.xml new file mode 100644 index 000000000..2e815781f --- /dev/null +++ b/data/templates/npc/siege/35232-Sherwood.xml @@ -0,0 +1,27 @@ + + + + Sherwood + Messenger + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + + diff --git a/data/templates/npc/siege/35278-MessengerRuford.xml b/data/templates/npc/siege/35278-MessengerRuford.xml new file mode 100644 index 000000000..fd9afaf4f --- /dev/null +++ b/data/templates/npc/siege/35278-MessengerRuford.xml @@ -0,0 +1,27 @@ + + + + Messenger Ruford + Messenger + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + + diff --git a/data/templates/npc/siege/35320-Raybell.xml b/data/templates/npc/siege/35320-Raybell.xml new file mode 100644 index 000000000..60e0f16bf --- /dev/null +++ b/data/templates/npc/siege/35320-Raybell.xml @@ -0,0 +1,27 @@ + + + + Raybell + Sir + 75 + MALE + + + + + + + + + + + + + + + 563 + 10 + + + + diff --git a/data/templates/npc/siege/35367-Daven.xml b/data/templates/npc/siege/35367-Daven.xml new file mode 100644 index 000000000..b8111ebd8 --- /dev/null +++ b/data/templates/npc/siege/35367-Daven.xml @@ -0,0 +1,27 @@ + + + + Daven + Messenger + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/siege/35513-Sherman.xml b/data/templates/npc/siege/35513-Sherman.xml new file mode 100644 index 000000000..5b498107d --- /dev/null +++ b/data/templates/npc/siege/35513-Sherman.xml @@ -0,0 +1,27 @@ + + + + Sherman + Messenger + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/siege/35559-Daguerre.xml b/data/templates/npc/siege/35559-Daguerre.xml new file mode 100644 index 000000000..929212c16 --- /dev/null +++ b/data/templates/npc/siege/35559-Daguerre.xml @@ -0,0 +1,27 @@ + + + + Daguerre + Messenger + 75 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/siegesummon/14737-SiegeGolem.xml b/data/templates/npc/siegesummon/14737-SiegeGolem.xml new file mode 100644 index 000000000..04c13698c --- /dev/null +++ b/data/templates/npc/siegesummon/14737-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 55 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14738-SiegeGolem.xml b/data/templates/npc/siegesummon/14738-SiegeGolem.xml new file mode 100644 index 000000000..d58369e71 --- /dev/null +++ b/data/templates/npc/siegesummon/14738-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14739-SiegeGolem.xml b/data/templates/npc/siegesummon/14739-SiegeGolem.xml new file mode 100644 index 000000000..b81ade94f --- /dev/null +++ b/data/templates/npc/siegesummon/14739-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14740-SiegeGolem.xml b/data/templates/npc/siegesummon/14740-SiegeGolem.xml new file mode 100644 index 000000000..78b68f37b --- /dev/null +++ b/data/templates/npc/siegesummon/14740-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14741-SiegeGolem.xml b/data/templates/npc/siegesummon/14741-SiegeGolem.xml new file mode 100644 index 000000000..90dc4083f --- /dev/null +++ b/data/templates/npc/siegesummon/14741-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14742-SiegeGolem.xml b/data/templates/npc/siegesummon/14742-SiegeGolem.xml new file mode 100644 index 000000000..6c7e6f772 --- /dev/null +++ b/data/templates/npc/siegesummon/14742-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14743-SiegeGolem.xml b/data/templates/npc/siegesummon/14743-SiegeGolem.xml new file mode 100644 index 000000000..5bdbe6a5c --- /dev/null +++ b/data/templates/npc/siegesummon/14743-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14744-SiegeGolem.xml b/data/templates/npc/siegesummon/14744-SiegeGolem.xml new file mode 100644 index 000000000..420d4e790 --- /dev/null +++ b/data/templates/npc/siegesummon/14744-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14745-SiegeGolem.xml b/data/templates/npc/siegesummon/14745-SiegeGolem.xml new file mode 100644 index 000000000..2eeb99b6c --- /dev/null +++ b/data/templates/npc/siegesummon/14745-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14746-SiegeGolem.xml b/data/templates/npc/siegesummon/14746-SiegeGolem.xml new file mode 100644 index 000000000..92b575487 --- /dev/null +++ b/data/templates/npc/siegesummon/14746-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14747-SiegeGolem.xml b/data/templates/npc/siegesummon/14747-SiegeGolem.xml new file mode 100644 index 000000000..29d2811da --- /dev/null +++ b/data/templates/npc/siegesummon/14747-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14748-SiegeGolem.xml b/data/templates/npc/siegesummon/14748-SiegeGolem.xml new file mode 100644 index 000000000..cc7bc7f4d --- /dev/null +++ b/data/templates/npc/siegesummon/14748-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14749-SiegeGolem.xml b/data/templates/npc/siegesummon/14749-SiegeGolem.xml new file mode 100644 index 000000000..37797e202 --- /dev/null +++ b/data/templates/npc/siegesummon/14749-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14750-SiegeGolem.xml b/data/templates/npc/siegesummon/14750-SiegeGolem.xml new file mode 100644 index 000000000..56fd2f1d0 --- /dev/null +++ b/data/templates/npc/siegesummon/14750-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14751-SiegeGolem.xml b/data/templates/npc/siegesummon/14751-SiegeGolem.xml new file mode 100644 index 000000000..c5add90dc --- /dev/null +++ b/data/templates/npc/siegesummon/14751-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14752-SiegeGolem.xml b/data/templates/npc/siegesummon/14752-SiegeGolem.xml new file mode 100644 index 000000000..717ad57e4 --- /dev/null +++ b/data/templates/npc/siegesummon/14752-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14753-SiegeGolem.xml b/data/templates/npc/siegesummon/14753-SiegeGolem.xml new file mode 100644 index 000000000..aed097681 --- /dev/null +++ b/data/templates/npc/siegesummon/14753-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14754-SiegeGolem.xml b/data/templates/npc/siegesummon/14754-SiegeGolem.xml new file mode 100644 index 000000000..027bd453c --- /dev/null +++ b/data/templates/npc/siegesummon/14754-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14755-SiegeGolem.xml b/data/templates/npc/siegesummon/14755-SiegeGolem.xml new file mode 100644 index 000000000..c1b58cb9e --- /dev/null +++ b/data/templates/npc/siegesummon/14755-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14756-SiegeGolem.xml b/data/templates/npc/siegesummon/14756-SiegeGolem.xml new file mode 100644 index 000000000..0d1aac187 --- /dev/null +++ b/data/templates/npc/siegesummon/14756-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14757-SiegeGolem.xml b/data/templates/npc/siegesummon/14757-SiegeGolem.xml new file mode 100644 index 000000000..c2b175c2b --- /dev/null +++ b/data/templates/npc/siegesummon/14757-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14758-SiegeGolem.xml b/data/templates/npc/siegesummon/14758-SiegeGolem.xml new file mode 100644 index 000000000..15bdbe752 --- /dev/null +++ b/data/templates/npc/siegesummon/14758-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14759-SiegeGolem.xml b/data/templates/npc/siegesummon/14759-SiegeGolem.xml new file mode 100644 index 000000000..45f318ba4 --- /dev/null +++ b/data/templates/npc/siegesummon/14759-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14760-SiegeGolem.xml b/data/templates/npc/siegesummon/14760-SiegeGolem.xml new file mode 100644 index 000000000..176cb566c --- /dev/null +++ b/data/templates/npc/siegesummon/14760-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14761-SiegeGolem.xml b/data/templates/npc/siegesummon/14761-SiegeGolem.xml new file mode 100644 index 000000000..52f9fb73d --- /dev/null +++ b/data/templates/npc/siegesummon/14761-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14762-SiegeGolem.xml b/data/templates/npc/siegesummon/14762-SiegeGolem.xml new file mode 100644 index 000000000..5dfa007cc --- /dev/null +++ b/data/templates/npc/siegesummon/14762-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14763-SiegeGolem.xml b/data/templates/npc/siegesummon/14763-SiegeGolem.xml new file mode 100644 index 000000000..c58cf3334 --- /dev/null +++ b/data/templates/npc/siegesummon/14763-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14764-SiegeGolem.xml b/data/templates/npc/siegesummon/14764-SiegeGolem.xml new file mode 100644 index 000000000..b05fe80f2 --- /dev/null +++ b/data/templates/npc/siegesummon/14764-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14765-SiegeGolem.xml b/data/templates/npc/siegesummon/14765-SiegeGolem.xml new file mode 100644 index 000000000..ed780d966 --- /dev/null +++ b/data/templates/npc/siegesummon/14765-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14766-SiegeGolem.xml b/data/templates/npc/siegesummon/14766-SiegeGolem.xml new file mode 100644 index 000000000..4bf49293d --- /dev/null +++ b/data/templates/npc/siegesummon/14766-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14767-SiegeGolem.xml b/data/templates/npc/siegesummon/14767-SiegeGolem.xml new file mode 100644 index 000000000..2674850a9 --- /dev/null +++ b/data/templates/npc/siegesummon/14767-SiegeGolem.xml @@ -0,0 +1,25 @@ + + + + Siege Golem + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14768-WildHogCannon.xml b/data/templates/npc/siegesummon/14768-WildHogCannon.xml new file mode 100644 index 000000000..8f0d9c0da --- /dev/null +++ b/data/templates/npc/siegesummon/14768-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 60 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14769-WildHogCannon.xml b/data/templates/npc/siegesummon/14769-WildHogCannon.xml new file mode 100644 index 000000000..f242386d8 --- /dev/null +++ b/data/templates/npc/siegesummon/14769-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14770-WildHogCannon.xml b/data/templates/npc/siegesummon/14770-WildHogCannon.xml new file mode 100644 index 000000000..b681f941a --- /dev/null +++ b/data/templates/npc/siegesummon/14770-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14771-WildHogCannon.xml b/data/templates/npc/siegesummon/14771-WildHogCannon.xml new file mode 100644 index 000000000..060c9535f --- /dev/null +++ b/data/templates/npc/siegesummon/14771-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14772-WildHogCannon.xml b/data/templates/npc/siegesummon/14772-WildHogCannon.xml new file mode 100644 index 000000000..f9db26253 --- /dev/null +++ b/data/templates/npc/siegesummon/14772-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14773-WildHogCannon.xml b/data/templates/npc/siegesummon/14773-WildHogCannon.xml new file mode 100644 index 000000000..c354d9c0d --- /dev/null +++ b/data/templates/npc/siegesummon/14773-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14774-WildHogCannon.xml b/data/templates/npc/siegesummon/14774-WildHogCannon.xml new file mode 100644 index 000000000..32c4ce5c2 --- /dev/null +++ b/data/templates/npc/siegesummon/14774-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14775-WildHogCannon.xml b/data/templates/npc/siegesummon/14775-WildHogCannon.xml new file mode 100644 index 000000000..aa54064d8 --- /dev/null +++ b/data/templates/npc/siegesummon/14775-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14776-WildHogCannon.xml b/data/templates/npc/siegesummon/14776-WildHogCannon.xml new file mode 100644 index 000000000..12e437828 --- /dev/null +++ b/data/templates/npc/siegesummon/14776-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14777-WildHogCannon.xml b/data/templates/npc/siegesummon/14777-WildHogCannon.xml new file mode 100644 index 000000000..563fd869a --- /dev/null +++ b/data/templates/npc/siegesummon/14777-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14778-WildHogCannon.xml b/data/templates/npc/siegesummon/14778-WildHogCannon.xml new file mode 100644 index 000000000..ca2e401e2 --- /dev/null +++ b/data/templates/npc/siegesummon/14778-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14779-WildHogCannon.xml b/data/templates/npc/siegesummon/14779-WildHogCannon.xml new file mode 100644 index 000000000..25184f1ba --- /dev/null +++ b/data/templates/npc/siegesummon/14779-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14780-WildHogCannon.xml b/data/templates/npc/siegesummon/14780-WildHogCannon.xml new file mode 100644 index 000000000..bbfc11ecb --- /dev/null +++ b/data/templates/npc/siegesummon/14780-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14781-WildHogCannon.xml b/data/templates/npc/siegesummon/14781-WildHogCannon.xml new file mode 100644 index 000000000..42b6c31a2 --- /dev/null +++ b/data/templates/npc/siegesummon/14781-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14782-WildHogCannon.xml b/data/templates/npc/siegesummon/14782-WildHogCannon.xml new file mode 100644 index 000000000..624410931 --- /dev/null +++ b/data/templates/npc/siegesummon/14782-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14783-WildHogCannon.xml b/data/templates/npc/siegesummon/14783-WildHogCannon.xml new file mode 100644 index 000000000..95bed670d --- /dev/null +++ b/data/templates/npc/siegesummon/14783-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14784-WildHogCannon.xml b/data/templates/npc/siegesummon/14784-WildHogCannon.xml new file mode 100644 index 000000000..e7af5bccb --- /dev/null +++ b/data/templates/npc/siegesummon/14784-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14785-WildHogCannon.xml b/data/templates/npc/siegesummon/14785-WildHogCannon.xml new file mode 100644 index 000000000..a9947377d --- /dev/null +++ b/data/templates/npc/siegesummon/14785-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14786-WildHogCannon.xml b/data/templates/npc/siegesummon/14786-WildHogCannon.xml new file mode 100644 index 000000000..604842eb3 --- /dev/null +++ b/data/templates/npc/siegesummon/14786-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14787-WildHogCannon.xml b/data/templates/npc/siegesummon/14787-WildHogCannon.xml new file mode 100644 index 000000000..712a2fab7 --- /dev/null +++ b/data/templates/npc/siegesummon/14787-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14788-WildHogCannon.xml b/data/templates/npc/siegesummon/14788-WildHogCannon.xml new file mode 100644 index 000000000..53aeb804c --- /dev/null +++ b/data/templates/npc/siegesummon/14788-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14789-WildHogCannon.xml b/data/templates/npc/siegesummon/14789-WildHogCannon.xml new file mode 100644 index 000000000..6fda66be1 --- /dev/null +++ b/data/templates/npc/siegesummon/14789-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14790-WildHogCannon.xml b/data/templates/npc/siegesummon/14790-WildHogCannon.xml new file mode 100644 index 000000000..712307cf2 --- /dev/null +++ b/data/templates/npc/siegesummon/14790-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14791-WildHogCannon.xml b/data/templates/npc/siegesummon/14791-WildHogCannon.xml new file mode 100644 index 000000000..707cee841 --- /dev/null +++ b/data/templates/npc/siegesummon/14791-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14792-WildHogCannon.xml b/data/templates/npc/siegesummon/14792-WildHogCannon.xml new file mode 100644 index 000000000..086c9a527 --- /dev/null +++ b/data/templates/npc/siegesummon/14792-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14793-WildHogCannon.xml b/data/templates/npc/siegesummon/14793-WildHogCannon.xml new file mode 100644 index 000000000..b0b503436 --- /dev/null +++ b/data/templates/npc/siegesummon/14793-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14794-WildHogCannon.xml b/data/templates/npc/siegesummon/14794-WildHogCannon.xml new file mode 100644 index 000000000..faa8388c4 --- /dev/null +++ b/data/templates/npc/siegesummon/14794-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14795-WildHogCannon.xml b/data/templates/npc/siegesummon/14795-WildHogCannon.xml new file mode 100644 index 000000000..3d38d535d --- /dev/null +++ b/data/templates/npc/siegesummon/14795-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14796-WildHogCannon.xml b/data/templates/npc/siegesummon/14796-WildHogCannon.xml new file mode 100644 index 000000000..4a0fdf66a --- /dev/null +++ b/data/templates/npc/siegesummon/14796-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14797-WildHogCannon.xml b/data/templates/npc/siegesummon/14797-WildHogCannon.xml new file mode 100644 index 000000000..879c55956 --- /dev/null +++ b/data/templates/npc/siegesummon/14797-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14798-WildHogCannon.xml b/data/templates/npc/siegesummon/14798-WildHogCannon.xml new file mode 100644 index 000000000..8b5e08a80 --- /dev/null +++ b/data/templates/npc/siegesummon/14798-WildHogCannon.xml @@ -0,0 +1,25 @@ + + + + Wild Hog Cannon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14839-SwoopCannon.xml b/data/templates/npc/siegesummon/14839-SwoopCannon.xml new file mode 100644 index 000000000..6bfd7b92d --- /dev/null +++ b/data/templates/npc/siegesummon/14839-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 68 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14840-SwoopCannon.xml b/data/templates/npc/siegesummon/14840-SwoopCannon.xml new file mode 100644 index 000000000..99ba46462 --- /dev/null +++ b/data/templates/npc/siegesummon/14840-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14841-SwoopCannon.xml b/data/templates/npc/siegesummon/14841-SwoopCannon.xml new file mode 100644 index 000000000..ee8163da8 --- /dev/null +++ b/data/templates/npc/siegesummon/14841-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14842-SwoopCannon.xml b/data/templates/npc/siegesummon/14842-SwoopCannon.xml new file mode 100644 index 000000000..889261b0e --- /dev/null +++ b/data/templates/npc/siegesummon/14842-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14843-SwoopCannon.xml b/data/templates/npc/siegesummon/14843-SwoopCannon.xml new file mode 100644 index 000000000..f2a122a6f --- /dev/null +++ b/data/templates/npc/siegesummon/14843-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 78 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14844-SwoopCannon.xml b/data/templates/npc/siegesummon/14844-SwoopCannon.xml new file mode 100644 index 000000000..1a1d0bac0 --- /dev/null +++ b/data/templates/npc/siegesummon/14844-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14845-SwoopCannon.xml b/data/templates/npc/siegesummon/14845-SwoopCannon.xml new file mode 100644 index 000000000..2535d4681 --- /dev/null +++ b/data/templates/npc/siegesummon/14845-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14846-SwoopCannon.xml b/data/templates/npc/siegesummon/14846-SwoopCannon.xml new file mode 100644 index 000000000..19e03d347 --- /dev/null +++ b/data/templates/npc/siegesummon/14846-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14847-SwoopCannon.xml b/data/templates/npc/siegesummon/14847-SwoopCannon.xml new file mode 100644 index 000000000..eb2c50d36 --- /dev/null +++ b/data/templates/npc/siegesummon/14847-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 79 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14848-SwoopCannon.xml b/data/templates/npc/siegesummon/14848-SwoopCannon.xml new file mode 100644 index 000000000..4eb3e2077 --- /dev/null +++ b/data/templates/npc/siegesummon/14848-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14849-SwoopCannon.xml b/data/templates/npc/siegesummon/14849-SwoopCannon.xml new file mode 100644 index 000000000..3ca8fc91b --- /dev/null +++ b/data/templates/npc/siegesummon/14849-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14850-SwoopCannon.xml b/data/templates/npc/siegesummon/14850-SwoopCannon.xml new file mode 100644 index 000000000..37adabf0b --- /dev/null +++ b/data/templates/npc/siegesummon/14850-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14851-SwoopCannon.xml b/data/templates/npc/siegesummon/14851-SwoopCannon.xml new file mode 100644 index 000000000..de5f10db4 --- /dev/null +++ b/data/templates/npc/siegesummon/14851-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14852-SwoopCannon.xml b/data/templates/npc/siegesummon/14852-SwoopCannon.xml new file mode 100644 index 000000000..2cc09b794 --- /dev/null +++ b/data/templates/npc/siegesummon/14852-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14853-SwoopCannon.xml b/data/templates/npc/siegesummon/14853-SwoopCannon.xml new file mode 100644 index 000000000..64053496c --- /dev/null +++ b/data/templates/npc/siegesummon/14853-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14854-SwoopCannon.xml b/data/templates/npc/siegesummon/14854-SwoopCannon.xml new file mode 100644 index 000000000..dbdcf855b --- /dev/null +++ b/data/templates/npc/siegesummon/14854-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14855-SwoopCannon.xml b/data/templates/npc/siegesummon/14855-SwoopCannon.xml new file mode 100644 index 000000000..d83539508 --- /dev/null +++ b/data/templates/npc/siegesummon/14855-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 81 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14856-SwoopCannon.xml b/data/templates/npc/siegesummon/14856-SwoopCannon.xml new file mode 100644 index 000000000..295f667c3 --- /dev/null +++ b/data/templates/npc/siegesummon/14856-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14857-SwoopCannon.xml b/data/templates/npc/siegesummon/14857-SwoopCannon.xml new file mode 100644 index 000000000..8e5ee8659 --- /dev/null +++ b/data/templates/npc/siegesummon/14857-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14858-SwoopCannon.xml b/data/templates/npc/siegesummon/14858-SwoopCannon.xml new file mode 100644 index 000000000..7b6aa0e98 --- /dev/null +++ b/data/templates/npc/siegesummon/14858-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14859-SwoopCannon.xml b/data/templates/npc/siegesummon/14859-SwoopCannon.xml new file mode 100644 index 000000000..d38b1b20a --- /dev/null +++ b/data/templates/npc/siegesummon/14859-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 82 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14860-SwoopCannon.xml b/data/templates/npc/siegesummon/14860-SwoopCannon.xml new file mode 100644 index 000000000..d7042f90e --- /dev/null +++ b/data/templates/npc/siegesummon/14860-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14861-SwoopCannon.xml b/data/templates/npc/siegesummon/14861-SwoopCannon.xml new file mode 100644 index 000000000..b767da78c --- /dev/null +++ b/data/templates/npc/siegesummon/14861-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14862-SwoopCannon.xml b/data/templates/npc/siegesummon/14862-SwoopCannon.xml new file mode 100644 index 000000000..158cc7921 --- /dev/null +++ b/data/templates/npc/siegesummon/14862-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14863-SwoopCannon.xml b/data/templates/npc/siegesummon/14863-SwoopCannon.xml new file mode 100644 index 000000000..6d16ad5e8 --- /dev/null +++ b/data/templates/npc/siegesummon/14863-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14864-SwoopCannon.xml b/data/templates/npc/siegesummon/14864-SwoopCannon.xml new file mode 100644 index 000000000..0aefc456a --- /dev/null +++ b/data/templates/npc/siegesummon/14864-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14865-SwoopCannon.xml b/data/templates/npc/siegesummon/14865-SwoopCannon.xml new file mode 100644 index 000000000..d21a950dd --- /dev/null +++ b/data/templates/npc/siegesummon/14865-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14866-SwoopCannon.xml b/data/templates/npc/siegesummon/14866-SwoopCannon.xml new file mode 100644 index 000000000..e120607ef --- /dev/null +++ b/data/templates/npc/siegesummon/14866-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14867-SwoopCannon.xml b/data/templates/npc/siegesummon/14867-SwoopCannon.xml new file mode 100644 index 000000000..b930f4aa8 --- /dev/null +++ b/data/templates/npc/siegesummon/14867-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14868-SwoopCannon.xml b/data/templates/npc/siegesummon/14868-SwoopCannon.xml new file mode 100644 index 000000000..b52064153 --- /dev/null +++ b/data/templates/npc/siegesummon/14868-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/siegesummon/14869-SwoopCannon.xml b/data/templates/npc/siegesummon/14869-SwoopCannon.xml new file mode 100644 index 000000000..65dd7bd99 --- /dev/null +++ b/data/templates/npc/siegesummon/14869-SwoopCannon.xml @@ -0,0 +1,25 @@ + + + + Swoop Cannon + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/signspriest/31092-BlackMarketeerOfMammon.xml b/data/templates/npc/signspriest/31092-BlackMarketeerOfMammon.xml new file mode 100644 index 000000000..6ec3241f2 --- /dev/null +++ b/data/templates/npc/signspriest/31092-BlackMarketeerOfMammon.xml @@ -0,0 +1,25 @@ + + + + Black Marketeer of Mammon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/signspriest/31113-MerchantOfMammon.xml b/data/templates/npc/signspriest/31113-MerchantOfMammon.xml new file mode 100644 index 000000000..a5ce6270e --- /dev/null +++ b/data/templates/npc/signspriest/31113-MerchantOfMammon.xml @@ -0,0 +1,25 @@ + + + + Merchant of Mammon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/signspriest/31126-BlacksmithOfMammon.xml b/data/templates/npc/signspriest/31126-BlacksmithOfMammon.xml new file mode 100644 index 000000000..16adb560a --- /dev/null +++ b/data/templates/npc/signspriest/31126-BlacksmithOfMammon.xml @@ -0,0 +1,25 @@ + + + + Blacksmith of Mammon + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31046-Marsden.xml b/data/templates/npc/symbolmaker/31046-Marsden.xml new file mode 100644 index 000000000..742e8401d --- /dev/null +++ b/data/templates/npc/symbolmaker/31046-Marsden.xml @@ -0,0 +1,26 @@ + + + + Marsden + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31047-Kell.xml b/data/templates/npc/symbolmaker/31047-Kell.xml new file mode 100644 index 000000000..1cfbca1a6 --- /dev/null +++ b/data/templates/npc/symbolmaker/31047-Kell.xml @@ -0,0 +1,26 @@ + + + + Kell + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31048-Mcdermott.xml b/data/templates/npc/symbolmaker/31048-Mcdermott.xml new file mode 100644 index 000000000..375e57e16 --- /dev/null +++ b/data/templates/npc/symbolmaker/31048-Mcdermott.xml @@ -0,0 +1,26 @@ + + + + McDermott + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31049-Pepper.xml b/data/templates/npc/symbolmaker/31049-Pepper.xml new file mode 100644 index 000000000..449e4ff05 --- /dev/null +++ b/data/templates/npc/symbolmaker/31049-Pepper.xml @@ -0,0 +1,26 @@ + + + + Pepper + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31050-Thora.xml b/data/templates/npc/symbolmaker/31050-Thora.xml new file mode 100644 index 000000000..33a33ffb0 --- /dev/null +++ b/data/templates/npc/symbolmaker/31050-Thora.xml @@ -0,0 +1,26 @@ + + + + Thora + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31051-Keach.xml b/data/templates/npc/symbolmaker/31051-Keach.xml new file mode 100644 index 000000000..1ac6dbb9a --- /dev/null +++ b/data/templates/npc/symbolmaker/31051-Keach.xml @@ -0,0 +1,26 @@ + + + + Keach + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31052-Heid.xml b/data/templates/npc/symbolmaker/31052-Heid.xml new file mode 100644 index 000000000..cf9b9e4a2 --- /dev/null +++ b/data/templates/npc/symbolmaker/31052-Heid.xml @@ -0,0 +1,26 @@ + + + + Heid + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31053-Kidder.xml b/data/templates/npc/symbolmaker/31053-Kidder.xml new file mode 100644 index 000000000..8b7541ed1 --- /dev/null +++ b/data/templates/npc/symbolmaker/31053-Kidder.xml @@ -0,0 +1,26 @@ + + + + Kidder + Symbol Maker + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31264-Olsun.xml b/data/templates/npc/symbolmaker/31264-Olsun.xml new file mode 100644 index 000000000..77184502e --- /dev/null +++ b/data/templates/npc/symbolmaker/31264-Olsun.xml @@ -0,0 +1,26 @@ + + + + Olsun + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31308-Achim.xml b/data/templates/npc/symbolmaker/31308-Achim.xml new file mode 100644 index 000000000..2bd2a8896 --- /dev/null +++ b/data/templates/npc/symbolmaker/31308-Achim.xml @@ -0,0 +1,26 @@ + + + + Achim + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/symbolmaker/31953-Rankar.xml b/data/templates/npc/symbolmaker/31953-Rankar.xml new file mode 100644 index 000000000..614afbd6c --- /dev/null +++ b/data/templates/npc/symbolmaker/31953-Rankar.xml @@ -0,0 +1,26 @@ + + + + Rankar + Symbol Maker + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/16013-TrainedBuffalo.xml b/data/templates/npc/tamedbeast/16013-TrainedBuffalo.xml new file mode 100644 index 000000000..cbabb3c90 --- /dev/null +++ b/data/templates/npc/tamedbeast/16013-TrainedBuffalo.xml @@ -0,0 +1,25 @@ + + + + Trained Buffalo + 67 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/16014-TrainedBuffalo.xml b/data/templates/npc/tamedbeast/16014-TrainedBuffalo.xml new file mode 100644 index 000000000..05eb29480 --- /dev/null +++ b/data/templates/npc/tamedbeast/16014-TrainedBuffalo.xml @@ -0,0 +1,25 @@ + + + + Trained Buffalo + 67 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/16015-TrainedCougar.xml b/data/templates/npc/tamedbeast/16015-TrainedCougar.xml new file mode 100644 index 000000000..224a47b51 --- /dev/null +++ b/data/templates/npc/tamedbeast/16015-TrainedCougar.xml @@ -0,0 +1,25 @@ + + + + Trained Cougar + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/16016-TrainedCougar.xml b/data/templates/npc/tamedbeast/16016-TrainedCougar.xml new file mode 100644 index 000000000..10b2f44f7 --- /dev/null +++ b/data/templates/npc/tamedbeast/16016-TrainedCougar.xml @@ -0,0 +1,25 @@ + + + + Trained Cougar + 69 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/16017-TrainedKookaburra.xml b/data/templates/npc/tamedbeast/16017-TrainedKookaburra.xml new file mode 100644 index 000000000..510a7a5ba --- /dev/null +++ b/data/templates/npc/tamedbeast/16017-TrainedKookaburra.xml @@ -0,0 +1,25 @@ + + + + Trained Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/16018-TrainedKookaburra.xml b/data/templates/npc/tamedbeast/16018-TrainedKookaburra.xml new file mode 100644 index 000000000..87078cd44 --- /dev/null +++ b/data/templates/npc/tamedbeast/16018-TrainedKookaburra.xml @@ -0,0 +1,25 @@ + + + + Trained Kookaburra + 65 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/18869-Kookaburra.xml b/data/templates/npc/tamedbeast/18869-Kookaburra.xml new file mode 100644 index 000000000..b6d9d2a50 --- /dev/null +++ b/data/templates/npc/tamedbeast/18869-Kookaburra.xml @@ -0,0 +1,26 @@ + + + + Kookaburra + Tame + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/18870-Cougar.xml b/data/templates/npc/tamedbeast/18870-Cougar.xml new file mode 100644 index 000000000..c40a8e4cb --- /dev/null +++ b/data/templates/npc/tamedbeast/18870-Cougar.xml @@ -0,0 +1,26 @@ + + + + Cougar + Tame + 83 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/18871-Buffalo.xml b/data/templates/npc/tamedbeast/18871-Buffalo.xml new file mode 100644 index 000000000..39c757d70 --- /dev/null +++ b/data/templates/npc/tamedbeast/18871-Buffalo.xml @@ -0,0 +1,26 @@ + + + + Buffalo + Tame + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/tamedbeast/18872-Grendel.xml b/data/templates/npc/tamedbeast/18872-Grendel.xml new file mode 100644 index 000000000..ab0f0deae --- /dev/null +++ b/data/templates/npc/tamedbeast/18872-Grendel.xml @@ -0,0 +1,26 @@ + + + + Grendel + Tame + 84 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/29055-TeleportationCubic.xml b/data/templates/npc/teleporter/29055-TeleportationCubic.xml new file mode 100644 index 000000000..c9d7f07cb --- /dev/null +++ b/data/templates/npc/teleporter/29055-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/29061-TeleportationCubic.xml b/data/templates/npc/teleporter/29061-TeleportationCubic.xml new file mode 100644 index 000000000..2ad34720f --- /dev/null +++ b/data/templates/npc/teleporter/29061-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30006-Roxxy.xml b/data/templates/npc/teleporter/30006-Roxxy.xml new file mode 100644 index 000000000..ba8f872cc --- /dev/null +++ b/data/templates/npc/teleporter/30006-Roxxy.xml @@ -0,0 +1,26 @@ + + + + Roxxy + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30059-Trisha.xml b/data/templates/npc/teleporter/30059-Trisha.xml new file mode 100644 index 000000000..f0a959b09 --- /dev/null +++ b/data/templates/npc/teleporter/30059-Trisha.xml @@ -0,0 +1,26 @@ + + + + Trisha + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30080-Clarissa.xml b/data/templates/npc/teleporter/30080-Clarissa.xml new file mode 100644 index 000000000..6763603ee --- /dev/null +++ b/data/templates/npc/teleporter/30080-Clarissa.xml @@ -0,0 +1,26 @@ + + + + Clarissa + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30134-Jasmine.xml b/data/templates/npc/teleporter/30134-Jasmine.xml new file mode 100644 index 000000000..f71df1414 --- /dev/null +++ b/data/templates/npc/teleporter/30134-Jasmine.xml @@ -0,0 +1,26 @@ + + + + Jasmine + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30146-Mirabel.xml b/data/templates/npc/teleporter/30146-Mirabel.xml new file mode 100644 index 000000000..813284fe1 --- /dev/null +++ b/data/templates/npc/teleporter/30146-Mirabel.xml @@ -0,0 +1,26 @@ + + + + Mirabel + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30162-Karin.xml b/data/templates/npc/teleporter/30162-Karin.xml new file mode 100644 index 000000000..97a35a4e7 --- /dev/null +++ b/data/templates/npc/teleporter/30162-Karin.xml @@ -0,0 +1,26 @@ + + + + Karin + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30177-Valentina.xml b/data/templates/npc/teleporter/30177-Valentina.xml new file mode 100644 index 000000000..4b204c550 --- /dev/null +++ b/data/templates/npc/teleporter/30177-Valentina.xml @@ -0,0 +1,26 @@ + + + + Valentina + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30233-Esmeralda.xml b/data/templates/npc/teleporter/30233-Esmeralda.xml new file mode 100644 index 000000000..3bd6f28df --- /dev/null +++ b/data/templates/npc/teleporter/30233-Esmeralda.xml @@ -0,0 +1,26 @@ + + + + Esmeralda + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30256-Bella.xml b/data/templates/npc/teleporter/30256-Bella.xml new file mode 100644 index 000000000..c0b87e7c4 --- /dev/null +++ b/data/templates/npc/teleporter/30256-Bella.xml @@ -0,0 +1,26 @@ + + + + Bella + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30320-Richlin.xml b/data/templates/npc/teleporter/30320-Richlin.xml new file mode 100644 index 000000000..f9ba13221 --- /dev/null +++ b/data/templates/npc/teleporter/30320-Richlin.xml @@ -0,0 +1,26 @@ + + + + Richlin + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30427-Siff.xml b/data/templates/npc/teleporter/30427-Siff.xml new file mode 100644 index 000000000..e09a4a2c6 --- /dev/null +++ b/data/templates/npc/teleporter/30427-Siff.xml @@ -0,0 +1,26 @@ + + + + Siff + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30429-Tiramisa.xml b/data/templates/npc/teleporter/30429-Tiramisa.xml new file mode 100644 index 000000000..4a09f5db6 --- /dev/null +++ b/data/templates/npc/teleporter/30429-Tiramisa.xml @@ -0,0 +1,26 @@ + + + + Tiramisa + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30483-Mozella.xml b/data/templates/npc/teleporter/30483-Mozella.xml new file mode 100644 index 000000000..fad884f79 --- /dev/null +++ b/data/templates/npc/teleporter/30483-Mozella.xml @@ -0,0 +1,26 @@ + + + + Mozella + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30484-Ponti.xml b/data/templates/npc/teleporter/30484-Ponti.xml new file mode 100644 index 000000000..ce7262850 --- /dev/null +++ b/data/templates/npc/teleporter/30484-Ponti.xml @@ -0,0 +1,26 @@ + + + + Ponti + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30485-Capella.xml b/data/templates/npc/teleporter/30485-Capella.xml new file mode 100644 index 000000000..55c684931 --- /dev/null +++ b/data/templates/npc/teleporter/30485-Capella.xml @@ -0,0 +1,26 @@ + + + + Capella + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30486-Hanna.xml b/data/templates/npc/teleporter/30486-Hanna.xml new file mode 100644 index 000000000..24329c652 --- /dev/null +++ b/data/templates/npc/teleporter/30486-Hanna.xml @@ -0,0 +1,26 @@ + + + + Hanna + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30487-Penelope.xml b/data/templates/npc/teleporter/30487-Penelope.xml new file mode 100644 index 000000000..a6414d89d --- /dev/null +++ b/data/templates/npc/teleporter/30487-Penelope.xml @@ -0,0 +1,26 @@ + + + + Penelope + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30540-Wirphy.xml b/data/templates/npc/teleporter/30540-Wirphy.xml new file mode 100644 index 000000000..6e458e023 --- /dev/null +++ b/data/templates/npc/teleporter/30540-Wirphy.xml @@ -0,0 +1,26 @@ + + + + Wirphy + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30576-Tamil.xml b/data/templates/npc/teleporter/30576-Tamil.xml new file mode 100644 index 000000000..206caf6d6 --- /dev/null +++ b/data/templates/npc/teleporter/30576-Tamil.xml @@ -0,0 +1,26 @@ + + + + Tamil + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30716-Cecile.xml b/data/templates/npc/teleporter/30716-Cecile.xml new file mode 100644 index 000000000..db73c68f9 --- /dev/null +++ b/data/templates/npc/teleporter/30716-Cecile.xml @@ -0,0 +1,26 @@ + + + + Cecile + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30719-Mariell.xml b/data/templates/npc/teleporter/30719-Mariell.xml new file mode 100644 index 000000000..5ceeecb72 --- /dev/null +++ b/data/templates/npc/teleporter/30719-Mariell.xml @@ -0,0 +1,26 @@ + + + + Mariell + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30722-Merian.xml b/data/templates/npc/teleporter/30722-Merian.xml new file mode 100644 index 000000000..75fd5a5ac --- /dev/null +++ b/data/templates/npc/teleporter/30722-Merian.xml @@ -0,0 +1,26 @@ + + + + Merian + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30727-Verona.xml b/data/templates/npc/teleporter/30727-Verona.xml new file mode 100644 index 000000000..bfc95b90c --- /dev/null +++ b/data/templates/npc/teleporter/30727-Verona.xml @@ -0,0 +1,26 @@ + + + + Verona + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30836-Minerva.xml b/data/templates/npc/teleporter/30836-Minerva.xml new file mode 100644 index 000000000..807422355 --- /dev/null +++ b/data/templates/npc/teleporter/30836-Minerva.xml @@ -0,0 +1,26 @@ + + + + Minerva + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30848-Elisa.xml b/data/templates/npc/teleporter/30848-Elisa.xml new file mode 100644 index 000000000..1bb304623 --- /dev/null +++ b/data/templates/npc/teleporter/30848-Elisa.xml @@ -0,0 +1,26 @@ + + + + Elisa + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30878-Angelina.xml b/data/templates/npc/teleporter/30878-Angelina.xml new file mode 100644 index 000000000..94534e43f --- /dev/null +++ b/data/templates/npc/teleporter/30878-Angelina.xml @@ -0,0 +1,26 @@ + + + + Angelina + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/30899-Flauen.xml b/data/templates/npc/teleporter/30899-Flauen.xml new file mode 100644 index 000000000..d5e4f8784 --- /dev/null +++ b/data/templates/npc/teleporter/30899-Flauen.xml @@ -0,0 +1,26 @@ + + + + Flauen + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31147-Sobling.xml b/data/templates/npc/teleporter/31147-Sobling.xml new file mode 100644 index 000000000..ed8af5b52 --- /dev/null +++ b/data/templates/npc/teleporter/31147-Sobling.xml @@ -0,0 +1,26 @@ + + + + Sobling + Head Researcher + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31211-RaceTrackGuide.xml b/data/templates/npc/teleporter/31211-RaceTrackGuide.xml new file mode 100644 index 000000000..b96d851fe --- /dev/null +++ b/data/templates/npc/teleporter/31211-RaceTrackGuide.xml @@ -0,0 +1,25 @@ + + + + Race Track Guide + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31212-EventGatekeeper.xml b/data/templates/npc/teleporter/31212-EventGatekeeper.xml new file mode 100644 index 000000000..5d165e782 --- /dev/null +++ b/data/templates/npc/teleporter/31212-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31213-EventGatekeeper.xml b/data/templates/npc/teleporter/31213-EventGatekeeper.xml new file mode 100644 index 000000000..06d1e6aa1 --- /dev/null +++ b/data/templates/npc/teleporter/31213-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31214-EventGatekeeper.xml b/data/templates/npc/teleporter/31214-EventGatekeeper.xml new file mode 100644 index 000000000..f233fb661 --- /dev/null +++ b/data/templates/npc/teleporter/31214-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31215-EventGatekeeper.xml b/data/templates/npc/teleporter/31215-EventGatekeeper.xml new file mode 100644 index 000000000..d96a79f9e --- /dev/null +++ b/data/templates/npc/teleporter/31215-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31216-EventGatekeeper.xml b/data/templates/npc/teleporter/31216-EventGatekeeper.xml new file mode 100644 index 000000000..d5ff774f9 --- /dev/null +++ b/data/templates/npc/teleporter/31216-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31217-EventGatekeeper.xml b/data/templates/npc/teleporter/31217-EventGatekeeper.xml new file mode 100644 index 000000000..4de572e6f --- /dev/null +++ b/data/templates/npc/teleporter/31217-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31218-EventGatekeeper.xml b/data/templates/npc/teleporter/31218-EventGatekeeper.xml new file mode 100644 index 000000000..1af046c37 --- /dev/null +++ b/data/templates/npc/teleporter/31218-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31219-EventGatekeeper.xml b/data/templates/npc/teleporter/31219-EventGatekeeper.xml new file mode 100644 index 000000000..edea74020 --- /dev/null +++ b/data/templates/npc/teleporter/31219-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31220-EventGatekeeper.xml b/data/templates/npc/teleporter/31220-EventGatekeeper.xml new file mode 100644 index 000000000..0b1382848 --- /dev/null +++ b/data/templates/npc/teleporter/31220-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31221-EventGatekeeper.xml b/data/templates/npc/teleporter/31221-EventGatekeeper.xml new file mode 100644 index 000000000..43fa81f54 --- /dev/null +++ b/data/templates/npc/teleporter/31221-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31222-EventGatekeeper.xml b/data/templates/npc/teleporter/31222-EventGatekeeper.xml new file mode 100644 index 000000000..01a4936d2 --- /dev/null +++ b/data/templates/npc/teleporter/31222-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31223-EventGatekeeper.xml b/data/templates/npc/teleporter/31223-EventGatekeeper.xml new file mode 100644 index 000000000..9ac88ac20 --- /dev/null +++ b/data/templates/npc/teleporter/31223-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31224-EventGatekeeper.xml b/data/templates/npc/teleporter/31224-EventGatekeeper.xml new file mode 100644 index 000000000..d8ce4d80e --- /dev/null +++ b/data/templates/npc/teleporter/31224-EventGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Event Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31275-Tatiana.xml b/data/templates/npc/teleporter/31275-Tatiana.xml new file mode 100644 index 000000000..dcd94d92a --- /dev/null +++ b/data/templates/npc/teleporter/31275-Tatiana.xml @@ -0,0 +1,26 @@ + + + + Tatiana + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31320-Ilyana.xml b/data/templates/npc/teleporter/31320-Ilyana.xml new file mode 100644 index 000000000..7672cb946 --- /dev/null +++ b/data/templates/npc/teleporter/31320-Ilyana.xml @@ -0,0 +1,26 @@ + + + + Ilyana + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31376-Kurfa.xml b/data/templates/npc/teleporter/31376-Kurfa.xml new file mode 100644 index 000000000..6ad6a93f4 --- /dev/null +++ b/data/templates/npc/teleporter/31376-Kurfa.xml @@ -0,0 +1,27 @@ + + + + Kurfa + Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/teleporter/31383-TeranuMardui.xml b/data/templates/npc/teleporter/31383-TeranuMardui.xml new file mode 100644 index 000000000..7f40d5529 --- /dev/null +++ b/data/templates/npc/teleporter/31383-TeranuMardui.xml @@ -0,0 +1,27 @@ + + + + Teranu Mardui + Gatekeeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/teleporter/31698-Arisha.xml b/data/templates/npc/teleporter/31698-Arisha.xml new file mode 100644 index 000000000..91bff17b4 --- /dev/null +++ b/data/templates/npc/teleporter/31698-Arisha.xml @@ -0,0 +1,26 @@ + + + + Arisha + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31699-Stanislava.xml b/data/templates/npc/teleporter/31699-Stanislava.xml new file mode 100644 index 000000000..d17bb4565 --- /dev/null +++ b/data/templates/npc/teleporter/31699-Stanislava.xml @@ -0,0 +1,26 @@ + + + + Stanislava + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/31842-TeleportationCubic.xml b/data/templates/npc/teleporter/31842-TeleportationCubic.xml new file mode 100644 index 000000000..6ac66fe11 --- /dev/null +++ b/data/templates/npc/teleporter/31842-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 0 + 1 + + + diff --git a/data/templates/npc/teleporter/31843-TeleportationCubic.xml b/data/templates/npc/teleporter/31843-TeleportationCubic.xml new file mode 100644 index 000000000..56051cc3d --- /dev/null +++ b/data/templates/npc/teleporter/31843-TeleportationCubic.xml @@ -0,0 +1,24 @@ + + + + Teleportation Cubic + 70 + + + + + + + + + + + + + + + 490 + 1 + + + diff --git a/data/templates/npc/teleporter/31861-Gatekeeper.xml b/data/templates/npc/teleporter/31861-Gatekeeper.xml new file mode 100644 index 000000000..467c92135 --- /dev/null +++ b/data/templates/npc/teleporter/31861-Gatekeeper.xml @@ -0,0 +1,25 @@ + + + + Gatekeeper + 56 + FEMALE + + + + + + + + + + + + + + + 314 + 10 + + + diff --git a/data/templates/npc/teleporter/31964-Bilia.xml b/data/templates/npc/teleporter/31964-Bilia.xml new file mode 100644 index 000000000..865388102 --- /dev/null +++ b/data/templates/npc/teleporter/31964-Bilia.xml @@ -0,0 +1,26 @@ + + + + Bilia + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32034-TempleGatekeeper.xml b/data/templates/npc/teleporter/32034-TempleGatekeeper.xml new file mode 100644 index 000000000..1ae81c723 --- /dev/null +++ b/data/templates/npc/teleporter/32034-TempleGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Temple Gatekeeper + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32035-TempleGatekeeper.xml b/data/templates/npc/teleporter/32035-TempleGatekeeper.xml new file mode 100644 index 000000000..0bc4f2d57 --- /dev/null +++ b/data/templates/npc/teleporter/32035-TempleGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Temple Gatekeeper + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32036-TempleGatekeeper.xml b/data/templates/npc/teleporter/32036-TempleGatekeeper.xml new file mode 100644 index 000000000..76ee33918 --- /dev/null +++ b/data/templates/npc/teleporter/32036-TempleGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Temple Gatekeeper + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32037-TempleGatekeeper.xml b/data/templates/npc/teleporter/32037-TempleGatekeeper.xml new file mode 100644 index 000000000..697334cd8 --- /dev/null +++ b/data/templates/npc/teleporter/32037-TempleGatekeeper.xml @@ -0,0 +1,24 @@ + + + + Temple Gatekeeper + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32039-TriolSMirror.xml b/data/templates/npc/teleporter/32039-TriolSMirror.xml new file mode 100644 index 000000000..47e0f2939 --- /dev/null +++ b/data/templates/npc/teleporter/32039-TriolSMirror.xml @@ -0,0 +1,24 @@ + + + + Triol's Mirror + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32040-TriolSMirror.xml b/data/templates/npc/teleporter/32040-TriolSMirror.xml new file mode 100644 index 000000000..3ce349f90 --- /dev/null +++ b/data/templates/npc/teleporter/32040-TriolSMirror.xml @@ -0,0 +1,24 @@ + + + + Triol's Mirror + 70 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32163-Ragara.xml b/data/templates/npc/teleporter/32163-Ragara.xml new file mode 100644 index 000000000..8805853c8 --- /dev/null +++ b/data/templates/npc/teleporter/32163-Ragara.xml @@ -0,0 +1,26 @@ + + + + Ragara + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32181-Mellon.xml b/data/templates/npc/teleporter/32181-Mellon.xml new file mode 100644 index 000000000..730300e85 --- /dev/null +++ b/data/templates/npc/teleporter/32181-Mellon.xml @@ -0,0 +1,26 @@ + + + + Mellon + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32184-Yinir.xml b/data/templates/npc/teleporter/32184-Yinir.xml new file mode 100644 index 000000000..8251ffe46 --- /dev/null +++ b/data/templates/npc/teleporter/32184-Yinir.xml @@ -0,0 +1,26 @@ + + + + Yinir + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32186-Yung.xml b/data/templates/npc/teleporter/32186-Yung.xml new file mode 100644 index 000000000..9c89c17a6 --- /dev/null +++ b/data/templates/npc/teleporter/32186-Yung.xml @@ -0,0 +1,26 @@ + + + + Yung + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32189-Largo.xml b/data/templates/npc/teleporter/32189-Largo.xml new file mode 100644 index 000000000..f3aa6135b --- /dev/null +++ b/data/templates/npc/teleporter/32189-Largo.xml @@ -0,0 +1,26 @@ + + + + Largo + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32239-MotherNornil.xml b/data/templates/npc/teleporter/32239-MotherNornil.xml new file mode 100644 index 000000000..17c791218 --- /dev/null +++ b/data/templates/npc/teleporter/32239-MotherNornil.xml @@ -0,0 +1,25 @@ + + + + Mother Nornil + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32351-EnceinteInsurgent.xml b/data/templates/npc/teleporter/32351-EnceinteInsurgent.xml new file mode 100644 index 000000000..c3efc4f3c --- /dev/null +++ b/data/templates/npc/teleporter/32351-EnceinteInsurgent.xml @@ -0,0 +1,26 @@ + + + + Enceinte Insurgent + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/teleporter/32377-Kuram.xml b/data/templates/npc/teleporter/32377-Kuram.xml new file mode 100644 index 000000000..77e2c825e --- /dev/null +++ b/data/templates/npc/teleporter/32377-Kuram.xml @@ -0,0 +1,26 @@ + + + + Kuram + Coordinator + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32378-FantasyIslePaddies.xml b/data/templates/npc/teleporter/32378-FantasyIslePaddies.xml new file mode 100644 index 000000000..41a1d8a28 --- /dev/null +++ b/data/templates/npc/teleporter/32378-FantasyIslePaddies.xml @@ -0,0 +1,26 @@ + + + + Fantasy Isle Paddies + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32534-Jaedin.xml b/data/templates/npc/teleporter/32534-Jaedin.xml new file mode 100644 index 000000000..c4f3d4b59 --- /dev/null +++ b/data/templates/npc/teleporter/32534-Jaedin.xml @@ -0,0 +1,26 @@ + + + + Jaedin + Guide of Infinity + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32539-GatekeeperOfAbyss.xml b/data/templates/npc/teleporter/32539-GatekeeperOfAbyss.xml new file mode 100644 index 000000000..98ecaec55 --- /dev/null +++ b/data/templates/npc/teleporter/32539-GatekeeperOfAbyss.xml @@ -0,0 +1,25 @@ + + + + Gatekeeper of Abyss + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32613-Handy.xml b/data/templates/npc/teleporter/32613-Handy.xml new file mode 100644 index 000000000..72df0dd7c --- /dev/null +++ b/data/templates/npc/teleporter/32613-Handy.xml @@ -0,0 +1,26 @@ + + + + Handy + Game Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32614-Lamcedas.xml b/data/templates/npc/teleporter/32614-Lamcedas.xml new file mode 100644 index 000000000..35add95f5 --- /dev/null +++ b/data/templates/npc/teleporter/32614-Lamcedas.xml @@ -0,0 +1,26 @@ + + + + Lamcedas + Gatekeeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32645-Chandra.xml b/data/templates/npc/teleporter/32645-Chandra.xml new file mode 100644 index 000000000..34957736c --- /dev/null +++ b/data/templates/npc/teleporter/32645-Chandra.xml @@ -0,0 +1,26 @@ + + + + Chandra + Transport Post + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32648-NewsInformer.xml b/data/templates/npc/teleporter/32648-NewsInformer.xml new file mode 100644 index 000000000..43ef6e86c --- /dev/null +++ b/data/templates/npc/teleporter/32648-NewsInformer.xml @@ -0,0 +1,25 @@ + + + + News Informer + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32649-Dwyph.xml b/data/templates/npc/teleporter/32649-Dwyph.xml new file mode 100644 index 000000000..a7a7a05ca --- /dev/null +++ b/data/templates/npc/teleporter/32649-Dwyph.xml @@ -0,0 +1,26 @@ + + + + Dwyph + Dwarf Adventurer + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32652-TeleportCrystal.xml b/data/templates/npc/teleporter/32652-TeleportCrystal.xml new file mode 100644 index 000000000..455a950de --- /dev/null +++ b/data/templates/npc/teleporter/32652-TeleportCrystal.xml @@ -0,0 +1,24 @@ + + + + Teleport Crystal + 80 + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32653-Krun.xml b/data/templates/npc/teleporter/32653-Krun.xml new file mode 100644 index 000000000..31bef35ae --- /dev/null +++ b/data/templates/npc/teleporter/32653-Krun.xml @@ -0,0 +1,25 @@ + + + + Krun + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32654-Tarun.xml b/data/templates/npc/teleporter/32654-Tarun.xml new file mode 100644 index 000000000..d078a080f --- /dev/null +++ b/data/templates/npc/teleporter/32654-Tarun.xml @@ -0,0 +1,25 @@ + + + + Tarun + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32711-Droph.xml b/data/templates/npc/teleporter/32711-Droph.xml new file mode 100644 index 000000000..29616565c --- /dev/null +++ b/data/templates/npc/teleporter/32711-Droph.xml @@ -0,0 +1,26 @@ + + + + Droph + Dwarf Adventurer + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32712-Somulitan.xml b/data/templates/npc/teleporter/32712-Somulitan.xml new file mode 100644 index 000000000..1ae7b5bad --- /dev/null +++ b/data/templates/npc/teleporter/32712-Somulitan.xml @@ -0,0 +1,26 @@ + + + + Somulitan + Zaken Researcher + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32714-Asher.xml b/data/templates/npc/teleporter/32714-Asher.xml new file mode 100644 index 000000000..266ad11be --- /dev/null +++ b/data/templates/npc/teleporter/32714-Asher.xml @@ -0,0 +1,26 @@ + + + + Asher + Gatekeeper + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32734-Klemis.xml b/data/templates/npc/teleporter/32734-Klemis.xml new file mode 100644 index 000000000..62465ece8 --- /dev/null +++ b/data/templates/npc/teleporter/32734-Klemis.xml @@ -0,0 +1,26 @@ + + + + Klemis + Officer + 80 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32774-Elmina.xml b/data/templates/npc/teleporter/32774-Elmina.xml new file mode 100644 index 000000000..4c6a00b6a --- /dev/null +++ b/data/templates/npc/teleporter/32774-Elmina.xml @@ -0,0 +1,26 @@ + + + + Elmina + Soldier + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/32782-Lionel.xml b/data/templates/npc/teleporter/32782-Lionel.xml new file mode 100644 index 000000000..5c625a1ee --- /dev/null +++ b/data/templates/npc/teleporter/32782-Lionel.xml @@ -0,0 +1,26 @@ + + + + Lionel + Transmitter + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/35560-MassGatekeeper.xml b/data/templates/npc/teleporter/35560-MassGatekeeper.xml new file mode 100644 index 000000000..461fbcfc6 --- /dev/null +++ b/data/templates/npc/teleporter/35560-MassGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Mass Gatekeeper + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/35561-MassGatekeeper.xml b/data/templates/npc/teleporter/35561-MassGatekeeper.xml new file mode 100644 index 000000000..c4a2da7a7 --- /dev/null +++ b/data/templates/npc/teleporter/35561-MassGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Mass Gatekeeper + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/35562-MassGatekeeper.xml b/data/templates/npc/teleporter/35562-MassGatekeeper.xml new file mode 100644 index 000000000..05eddcdd8 --- /dev/null +++ b/data/templates/npc/teleporter/35562-MassGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Mass Gatekeeper + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/35563-MassGatekeeper.xml b/data/templates/npc/teleporter/35563-MassGatekeeper.xml new file mode 100644 index 000000000..c9cb487a0 --- /dev/null +++ b/data/templates/npc/teleporter/35563-MassGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Mass Gatekeeper + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/35564-MassGatekeeper.xml b/data/templates/npc/teleporter/35564-MassGatekeeper.xml new file mode 100644 index 000000000..5be1ac82f --- /dev/null +++ b/data/templates/npc/teleporter/35564-MassGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Mass Gatekeeper + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/35565-MassGatekeeper.xml b/data/templates/npc/teleporter/35565-MassGatekeeper.xml new file mode 100644 index 000000000..c4fdb31fb --- /dev/null +++ b/data/templates/npc/teleporter/35565-MassGatekeeper.xml @@ -0,0 +1,25 @@ + + + + Mass Gatekeeper + 56 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/teleporter/36570-EmeryCompressor.xml b/data/templates/npc/teleporter/36570-EmeryCompressor.xml new file mode 100644 index 000000000..610d4995a --- /dev/null +++ b/data/templates/npc/teleporter/36570-EmeryCompressor.xml @@ -0,0 +1,26 @@ + + + + Emery Compressor + Aerial Cleft + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/terrainobject/18705-DestroyedTumor.xml b/data/templates/npc/terrainobject/18705-DestroyedTumor.xml new file mode 100644 index 000000000..db3da206b --- /dev/null +++ b/data/templates/npc/terrainobject/18705-DestroyedTumor.xml @@ -0,0 +1,25 @@ + + + + Destroyed Tumor + 79 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/terrainobject/18928-AnnihilationFurnace.xml b/data/templates/npc/terrainobject/18928-AnnihilationFurnace.xml new file mode 100644 index 000000000..f81e23a26 --- /dev/null +++ b/data/templates/npc/terrainobject/18928-AnnihilationFurnace.xml @@ -0,0 +1,25 @@ + + + + Annihilation Furnace + 85 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/terrainobject/32775-GraciaSoldier.xml b/data/templates/npc/terrainobject/32775-GraciaSoldier.xml new file mode 100644 index 000000000..dab76a125 --- /dev/null +++ b/data/templates/npc/terrainobject/32775-GraciaSoldier.xml @@ -0,0 +1,25 @@ + + + + Gracia Soldier + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/terrainobject/32776-GraciaSoldier.xml b/data/templates/npc/terrainobject/32776-GraciaSoldier.xml new file mode 100644 index 000000000..e0974ec9b --- /dev/null +++ b/data/templates/npc/terrainobject/32776-GraciaSoldier.xml @@ -0,0 +1,25 @@ + + + + Gracia Soldier + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36572-GludioWard.xml b/data/templates/npc/territoryward/36572-GludioWard.xml new file mode 100644 index 000000000..3eb15ab59 --- /dev/null +++ b/data/templates/npc/territoryward/36572-GludioWard.xml @@ -0,0 +1,25 @@ + + + + Gludio Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36573-DionWard.xml b/data/templates/npc/territoryward/36573-DionWard.xml new file mode 100644 index 000000000..4944d51d5 --- /dev/null +++ b/data/templates/npc/territoryward/36573-DionWard.xml @@ -0,0 +1,25 @@ + + + + Dion Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36574-GiranWard.xml b/data/templates/npc/territoryward/36574-GiranWard.xml new file mode 100644 index 000000000..8c8f0c247 --- /dev/null +++ b/data/templates/npc/territoryward/36574-GiranWard.xml @@ -0,0 +1,25 @@ + + + + Giran Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36575-OrenWard.xml b/data/templates/npc/territoryward/36575-OrenWard.xml new file mode 100644 index 000000000..0967bc2b9 --- /dev/null +++ b/data/templates/npc/territoryward/36575-OrenWard.xml @@ -0,0 +1,25 @@ + + + + Oren Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36576-AdenWard.xml b/data/templates/npc/territoryward/36576-AdenWard.xml new file mode 100644 index 000000000..5cb7af0c8 --- /dev/null +++ b/data/templates/npc/territoryward/36576-AdenWard.xml @@ -0,0 +1,25 @@ + + + + Aden Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36577-InnadrilWard.xml b/data/templates/npc/territoryward/36577-InnadrilWard.xml new file mode 100644 index 000000000..9537b0f8a --- /dev/null +++ b/data/templates/npc/territoryward/36577-InnadrilWard.xml @@ -0,0 +1,25 @@ + + + + Innadril Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36578-GoddardWard.xml b/data/templates/npc/territoryward/36578-GoddardWard.xml new file mode 100644 index 000000000..0e78aef1d --- /dev/null +++ b/data/templates/npc/territoryward/36578-GoddardWard.xml @@ -0,0 +1,25 @@ + + + + Goddard Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36579-RuneWard.xml b/data/templates/npc/territoryward/36579-RuneWard.xml new file mode 100644 index 000000000..9fa156b3b --- /dev/null +++ b/data/templates/npc/territoryward/36579-RuneWard.xml @@ -0,0 +1,25 @@ + + + + Rune Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/territoryward/36580-SchuttgartWard.xml b/data/templates/npc/territoryward/36580-SchuttgartWard.xml new file mode 100644 index 000000000..fc158c985 --- /dev/null +++ b/data/templates/npc/territoryward/36580-SchuttgartWard.xml @@ -0,0 +1,25 @@ + + + + Schuttgart Ward + 80 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31202-Maximus.xml b/data/templates/npc/townpet/31202-Maximus.xml new file mode 100644 index 000000000..e24070bc1 --- /dev/null +++ b/data/templates/npc/townpet/31202-Maximus.xml @@ -0,0 +1,25 @@ + + + + Maximus + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31203-MoonDancer.xml b/data/templates/npc/townpet/31203-MoonDancer.xml new file mode 100644 index 000000000..5cdb479d2 --- /dev/null +++ b/data/templates/npc/townpet/31203-MoonDancer.xml @@ -0,0 +1,25 @@ + + + + Moon Dancer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31204-Georgio.xml b/data/templates/npc/townpet/31204-Georgio.xml new file mode 100644 index 000000000..dbb0a40a8 --- /dev/null +++ b/data/templates/npc/townpet/31204-Georgio.xml @@ -0,0 +1,25 @@ + + + + Georgio + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31205-Katz.xml b/data/templates/npc/townpet/31205-Katz.xml new file mode 100644 index 000000000..7fa52365d --- /dev/null +++ b/data/templates/npc/townpet/31205-Katz.xml @@ -0,0 +1,25 @@ + + + + Katz + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31206-TenTen.xml b/data/templates/npc/townpet/31206-TenTen.xml new file mode 100644 index 000000000..bf14c71c9 --- /dev/null +++ b/data/templates/npc/townpet/31206-TenTen.xml @@ -0,0 +1,25 @@ + + + + Ten Ten + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31207-Sardinia.xml b/data/templates/npc/townpet/31207-Sardinia.xml new file mode 100644 index 000000000..b03e1ea35 --- /dev/null +++ b/data/templates/npc/townpet/31207-Sardinia.xml @@ -0,0 +1,25 @@ + + + + Sardinia + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31208-LaGrange.xml b/data/templates/npc/townpet/31208-LaGrange.xml new file mode 100644 index 000000000..6de728cd1 --- /dev/null +++ b/data/templates/npc/townpet/31208-LaGrange.xml @@ -0,0 +1,25 @@ + + + + La Grange + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31209-MistyRain.xml b/data/templates/npc/townpet/31209-MistyRain.xml new file mode 100644 index 000000000..55752983d --- /dev/null +++ b/data/templates/npc/townpet/31209-MistyRain.xml @@ -0,0 +1,25 @@ + + + + Misty Rain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31266-Kaiser.xml b/data/templates/npc/townpet/31266-Kaiser.xml new file mode 100644 index 000000000..9db606877 --- /dev/null +++ b/data/templates/npc/townpet/31266-Kaiser.xml @@ -0,0 +1,25 @@ + + + + Kaiser + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31593-Dorothy.xml b/data/templates/npc/townpet/31593-Dorothy.xml new file mode 100644 index 000000000..5e5bb7d0b --- /dev/null +++ b/data/templates/npc/townpet/31593-Dorothy.xml @@ -0,0 +1,26 @@ + + + + Dorothy + Golem of Telson + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31758-Rafi.xml b/data/templates/npc/townpet/31758-Rafi.xml new file mode 100644 index 000000000..497d852ac --- /dev/null +++ b/data/templates/npc/townpet/31758-Rafi.xml @@ -0,0 +1,25 @@ + + + + Rafi + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/townpet/31955-Ruby.xml b/data/templates/npc/townpet/31955-Ruby.xml new file mode 100644 index 000000000..6523d60cd --- /dev/null +++ b/data/templates/npc/townpet/31955-Ruby.xml @@ -0,0 +1,25 @@ + + + + Ruby + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30010-Auron.xml b/data/templates/npc/trainer/30010-Auron.xml new file mode 100644 index 000000000..baad84a73 --- /dev/null +++ b/data/templates/npc/trainer/30010-Auron.xml @@ -0,0 +1,26 @@ + + + + Auron + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30014-Celma.xml b/data/templates/npc/trainer/30014-Celma.xml new file mode 100644 index 000000000..aba665367 --- /dev/null +++ b/data/templates/npc/trainer/30014-Celma.xml @@ -0,0 +1,26 @@ + + + + Celma + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30022-Zigaunt.xml b/data/templates/npc/trainer/30022-Zigaunt.xml new file mode 100644 index 000000000..babdb1ab1 --- /dev/null +++ b/data/templates/npc/trainer/30022-Zigaunt.xml @@ -0,0 +1,26 @@ + + + + Zigaunt + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30027-Gwinter.xml b/data/templates/npc/trainer/30027-Gwinter.xml new file mode 100644 index 000000000..276f5b730 --- /dev/null +++ b/data/templates/npc/trainer/30027-Gwinter.xml @@ -0,0 +1,26 @@ + + + + Gwinter + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30028-Pintage.xml b/data/templates/npc/trainer/30028-Pintage.xml new file mode 100644 index 000000000..cf3c785ea --- /dev/null +++ b/data/templates/npc/trainer/30028-Pintage.xml @@ -0,0 +1,26 @@ + + + + Pintage + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30029-Minia.xml b/data/templates/npc/trainer/30029-Minia.xml new file mode 100644 index 000000000..6783b59b7 --- /dev/null +++ b/data/templates/npc/trainer/30029-Minia.xml @@ -0,0 +1,26 @@ + + + + Minia + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30030-Vivyan.xml b/data/templates/npc/trainer/30030-Vivyan.xml new file mode 100644 index 000000000..539c998c3 --- /dev/null +++ b/data/templates/npc/trainer/30030-Vivyan.xml @@ -0,0 +1,26 @@ + + + + Vivyan + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30032-Yohanes.xml b/data/templates/npc/trainer/30032-Yohanes.xml new file mode 100644 index 000000000..68d8b5713 --- /dev/null +++ b/data/templates/npc/trainer/30032-Yohanes.xml @@ -0,0 +1,26 @@ + + + + Yohanes + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30033-Baulro.xml b/data/templates/npc/trainer/30033-Baulro.xml new file mode 100644 index 000000000..b67cd7f62 --- /dev/null +++ b/data/templates/npc/trainer/30033-Baulro.xml @@ -0,0 +1,26 @@ + + + + Baulro + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30034-Iris.xml b/data/templates/npc/trainer/30034-Iris.xml new file mode 100644 index 000000000..347b2ffcb --- /dev/null +++ b/data/templates/npc/trainer/30034-Iris.xml @@ -0,0 +1,26 @@ + + + + Iris + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30035-Harrys.xml b/data/templates/npc/trainer/30035-Harrys.xml new file mode 100644 index 000000000..7648643db --- /dev/null +++ b/data/templates/npc/trainer/30035-Harrys.xml @@ -0,0 +1,26 @@ + + + + Harrys + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30036-Petron.xml b/data/templates/npc/trainer/30036-Petron.xml new file mode 100644 index 000000000..57747b264 --- /dev/null +++ b/data/templates/npc/trainer/30036-Petron.xml @@ -0,0 +1,26 @@ + + + + Petron + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30064-Terry.xml b/data/templates/npc/trainer/30064-Terry.xml new file mode 100644 index 000000000..258a7ec63 --- /dev/null +++ b/data/templates/npc/trainer/30064-Terry.xml @@ -0,0 +1,26 @@ + + + + Terry + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30065-Arnelle.xml b/data/templates/npc/trainer/30065-Arnelle.xml new file mode 100644 index 000000000..9d459bf2d --- /dev/null +++ b/data/templates/npc/trainer/30065-Arnelle.xml @@ -0,0 +1,26 @@ + + + + Arnelle + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30067-Glyvka.xml b/data/templates/npc/trainer/30067-Glyvka.xml new file mode 100644 index 000000000..10851758e --- /dev/null +++ b/data/templates/npc/trainer/30067-Glyvka.xml @@ -0,0 +1,26 @@ + + + + Glyvka + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30068-Shegfield.xml b/data/templates/npc/trainer/30068-Shegfield.xml new file mode 100644 index 000000000..f5c1ff853 --- /dev/null +++ b/data/templates/npc/trainer/30068-Shegfield.xml @@ -0,0 +1,26 @@ + + + + Shegfield + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30069-Rollant.xml b/data/templates/npc/trainer/30069-Rollant.xml new file mode 100644 index 000000000..fafc90297 --- /dev/null +++ b/data/templates/npc/trainer/30069-Rollant.xml @@ -0,0 +1,26 @@ + + + + Rollant + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30105-Genwitter.xml b/data/templates/npc/trainer/30105-Genwitter.xml new file mode 100644 index 000000000..68135f656 --- /dev/null +++ b/data/templates/npc/trainer/30105-Genwitter.xml @@ -0,0 +1,26 @@ + + + + Genwitter + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30106-Dufner.xml b/data/templates/npc/trainer/30106-Dufner.xml new file mode 100644 index 000000000..3d210de65 --- /dev/null +++ b/data/templates/npc/trainer/30106-Dufner.xml @@ -0,0 +1,26 @@ + + + + Dufner + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30107-Goldian.xml b/data/templates/npc/trainer/30107-Goldian.xml new file mode 100644 index 000000000..870c18b3b --- /dev/null +++ b/data/templates/npc/trainer/30107-Goldian.xml @@ -0,0 +1,26 @@ + + + + Goldian + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30108-Macken.xml b/data/templates/npc/trainer/30108-Macken.xml new file mode 100644 index 000000000..515e5f1d0 --- /dev/null +++ b/data/templates/npc/trainer/30108-Macken.xml @@ -0,0 +1,26 @@ + + + + Macken + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30110-Iker.xml b/data/templates/npc/trainer/30110-Iker.xml new file mode 100644 index 000000000..adc000524 --- /dev/null +++ b/data/templates/npc/trainer/30110-Iker.xml @@ -0,0 +1,26 @@ + + + + Iker + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30111-Dieter.xml b/data/templates/npc/trainer/30111-Dieter.xml new file mode 100644 index 000000000..97dcc2ec1 --- /dev/null +++ b/data/templates/npc/trainer/30111-Dieter.xml @@ -0,0 +1,26 @@ + + + + Dieter + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30112-Maurius.xml b/data/templates/npc/trainer/30112-Maurius.xml new file mode 100644 index 000000000..dbce3bc4a --- /dev/null +++ b/data/templates/npc/trainer/30112-Maurius.xml @@ -0,0 +1,26 @@ + + + + Maurius + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30113-Juris.xml b/data/templates/npc/trainer/30113-Juris.xml new file mode 100644 index 000000000..779e40949 --- /dev/null +++ b/data/templates/npc/trainer/30113-Juris.xml @@ -0,0 +1,26 @@ + + + + Juris + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30114-Roa.xml b/data/templates/npc/trainer/30114-Roa.xml new file mode 100644 index 000000000..c68015cd5 --- /dev/null +++ b/data/templates/npc/trainer/30114-Roa.xml @@ -0,0 +1,26 @@ + + + + Roa + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30116-Dustin.xml b/data/templates/npc/trainer/30116-Dustin.xml new file mode 100644 index 000000000..4601bad59 --- /dev/null +++ b/data/templates/npc/trainer/30116-Dustin.xml @@ -0,0 +1,26 @@ + + + + Dustin + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30117-Primos.xml b/data/templates/npc/trainer/30117-Primos.xml new file mode 100644 index 000000000..1b7032d62 --- /dev/null +++ b/data/templates/npc/trainer/30117-Primos.xml @@ -0,0 +1,26 @@ + + + + Primos + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30118-Pupina.xml b/data/templates/npc/trainer/30118-Pupina.xml new file mode 100644 index 000000000..dcc957b91 --- /dev/null +++ b/data/templates/npc/trainer/30118-Pupina.xml @@ -0,0 +1,26 @@ + + + + Pupina + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30119-Isabellin.xml b/data/templates/npc/trainer/30119-Isabellin.xml new file mode 100644 index 000000000..9302e16a4 --- /dev/null +++ b/data/templates/npc/trainer/30119-Isabellin.xml @@ -0,0 +1,26 @@ + + + + Isabellin + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30143-Trudy.xml b/data/templates/npc/trainer/30143-Trudy.xml new file mode 100644 index 000000000..6dee84a0e --- /dev/null +++ b/data/templates/npc/trainer/30143-Trudy.xml @@ -0,0 +1,26 @@ + + + + Trudy + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30144-Harne.xml b/data/templates/npc/trainer/30144-Harne.xml new file mode 100644 index 000000000..215be14c6 --- /dev/null +++ b/data/templates/npc/trainer/30144-Harne.xml @@ -0,0 +1,26 @@ + + + + Harne + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30145-Vlasty.xml b/data/templates/npc/trainer/30145-Vlasty.xml new file mode 100644 index 000000000..74ea21184 --- /dev/null +++ b/data/templates/npc/trainer/30145-Vlasty.xml @@ -0,0 +1,26 @@ + + + + Vlasty + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30155-Ellenia.xml b/data/templates/npc/trainer/30155-Ellenia.xml new file mode 100644 index 000000000..635e5ef8e --- /dev/null +++ b/data/templates/npc/trainer/30155-Ellenia.xml @@ -0,0 +1,26 @@ + + + + Ellenia + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30156-Cobendell.xml b/data/templates/npc/trainer/30156-Cobendell.xml new file mode 100644 index 000000000..363d24089 --- /dev/null +++ b/data/templates/npc/trainer/30156-Cobendell.xml @@ -0,0 +1,26 @@ + + + + Cobendell + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30157-Greenis.xml b/data/templates/npc/trainer/30157-Greenis.xml new file mode 100644 index 000000000..893e02663 --- /dev/null +++ b/data/templates/npc/trainer/30157-Greenis.xml @@ -0,0 +1,26 @@ + + + + Greenis + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30158-Esrandell.xml b/data/templates/npc/trainer/30158-Esrandell.xml new file mode 100644 index 000000000..925dfac13 --- /dev/null +++ b/data/templates/npc/trainer/30158-Esrandell.xml @@ -0,0 +1,26 @@ + + + + Esrandell + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30171-Gaius.xml b/data/templates/npc/trainer/30171-Gaius.xml new file mode 100644 index 000000000..bbebf850d --- /dev/null +++ b/data/templates/npc/trainer/30171-Gaius.xml @@ -0,0 +1,26 @@ + + + + Gaius + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30184-Rigol.xml b/data/templates/npc/trainer/30184-Rigol.xml new file mode 100644 index 000000000..b1819b4ad --- /dev/null +++ b/data/templates/npc/trainer/30184-Rigol.xml @@ -0,0 +1,26 @@ + + + + Rigol + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30185-TaniacBlackbird.xml b/data/templates/npc/trainer/30185-TaniacBlackbird.xml new file mode 100644 index 000000000..986770288 --- /dev/null +++ b/data/templates/npc/trainer/30185-TaniacBlackbird.xml @@ -0,0 +1,26 @@ + + + + Taniac Blackbird + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30186-Bhan.xml b/data/templates/npc/trainer/30186-Bhan.xml new file mode 100644 index 000000000..06cfafe9b --- /dev/null +++ b/data/templates/npc/trainer/30186-Bhan.xml @@ -0,0 +1,26 @@ + + + + Bhan + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30188-Vadin.xml b/data/templates/npc/trainer/30188-Vadin.xml new file mode 100644 index 000000000..58adfbfde --- /dev/null +++ b/data/templates/npc/trainer/30188-Vadin.xml @@ -0,0 +1,26 @@ + + + + Vadin + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30189-Rovia.xml b/data/templates/npc/trainer/30189-Rovia.xml new file mode 100644 index 000000000..1f87417ab --- /dev/null +++ b/data/templates/npc/trainer/30189-Rovia.xml @@ -0,0 +1,26 @@ + + + + Rovia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30190-Phanovia.xml b/data/templates/npc/trainer/30190-Phanovia.xml new file mode 100644 index 000000000..4d27546a4 --- /dev/null +++ b/data/templates/npc/trainer/30190-Phanovia.xml @@ -0,0 +1,26 @@ + + + + Phanovia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30192-Darya.xml b/data/templates/npc/trainer/30192-Darya.xml new file mode 100644 index 000000000..2f9600dfb --- /dev/null +++ b/data/templates/npc/trainer/30192-Darya.xml @@ -0,0 +1,26 @@ + + + + Darya + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30194-Gideon.xml b/data/templates/npc/trainer/30194-Gideon.xml new file mode 100644 index 000000000..e9c7f22ef --- /dev/null +++ b/data/templates/npc/trainer/30194-Gideon.xml @@ -0,0 +1,26 @@ + + + + Gideon + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30291-Alex.xml b/data/templates/npc/trainer/30291-Alex.xml new file mode 100644 index 000000000..d48ddf996 --- /dev/null +++ b/data/templates/npc/trainer/30291-Alex.xml @@ -0,0 +1,27 @@ + + + + Alex + Captain + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30293-Manuel.xml b/data/templates/npc/trainer/30293-Manuel.xml new file mode 100644 index 000000000..84d4cfa0b --- /dev/null +++ b/data/templates/npc/trainer/30293-Manuel.xml @@ -0,0 +1,26 @@ + + + + Manuel + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30298-Pinter.xml b/data/templates/npc/trainer/30298-Pinter.xml new file mode 100644 index 000000000..2ea3f03f7 --- /dev/null +++ b/data/templates/npc/trainer/30298-Pinter.xml @@ -0,0 +1,27 @@ + + + + Pinter + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30300-Pushkin.xml b/data/templates/npc/trainer/30300-Pushkin.xml new file mode 100644 index 000000000..b36f073cb --- /dev/null +++ b/data/templates/npc/trainer/30300-Pushkin.xml @@ -0,0 +1,27 @@ + + + + Pushkin + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30317-Kluto.xml b/data/templates/npc/trainer/30317-Kluto.xml new file mode 100644 index 000000000..d92a70718 --- /dev/null +++ b/data/templates/npc/trainer/30317-Kluto.xml @@ -0,0 +1,27 @@ + + + + Kluto + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30325-Audiberti.xml b/data/templates/npc/trainer/30325-Audiberti.xml new file mode 100644 index 000000000..f4a1cc25f --- /dev/null +++ b/data/templates/npc/trainer/30325-Audiberti.xml @@ -0,0 +1,26 @@ + + + + Audiberti + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30326-Leona.xml b/data/templates/npc/trainer/30326-Leona.xml new file mode 100644 index 000000000..55b77b3a5 --- /dev/null +++ b/data/templates/npc/trainer/30326-Leona.xml @@ -0,0 +1,26 @@ + + + + Leona + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30327-Sorius.xml b/data/templates/npc/trainer/30327-Sorius.xml new file mode 100644 index 000000000..bca4c44a1 --- /dev/null +++ b/data/templates/npc/trainer/30327-Sorius.xml @@ -0,0 +1,26 @@ + + + + Sorius + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30328-Reisa.xml b/data/templates/npc/trainer/30328-Reisa.xml new file mode 100644 index 000000000..f9fa46b04 --- /dev/null +++ b/data/templates/npc/trainer/30328-Reisa.xml @@ -0,0 +1,26 @@ + + + + Reisa + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30329-Virgil.xml b/data/templates/npc/trainer/30329-Virgil.xml new file mode 100644 index 000000000..4d1eefaaf --- /dev/null +++ b/data/templates/npc/trainer/30329-Virgil.xml @@ -0,0 +1,26 @@ + + + + Virgil + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30330-Sidra.xml b/data/templates/npc/trainer/30330-Sidra.xml new file mode 100644 index 000000000..d1c16978d --- /dev/null +++ b/data/templates/npc/trainer/30330-Sidra.xml @@ -0,0 +1,26 @@ + + + + Sidra + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30344-Rohmer.xml b/data/templates/npc/trainer/30344-Rohmer.xml new file mode 100644 index 000000000..9a895d7ff --- /dev/null +++ b/data/templates/npc/trainer/30344-Rohmer.xml @@ -0,0 +1,26 @@ + + + + Rohmer + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30345-Ramoniell.xml b/data/templates/npc/trainer/30345-Ramoniell.xml new file mode 100644 index 000000000..9afac1044 --- /dev/null +++ b/data/templates/npc/trainer/30345-Ramoniell.xml @@ -0,0 +1,26 @@ + + + + Ramoniell + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30360-Harant.xml b/data/templates/npc/trainer/30360-Harant.xml new file mode 100644 index 000000000..c70d25a6e --- /dev/null +++ b/data/templates/npc/trainer/30360-Harant.xml @@ -0,0 +1,26 @@ + + + + Harant + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30369-Baenedes.xml b/data/templates/npc/trainer/30369-Baenedes.xml new file mode 100644 index 000000000..83e49e57b --- /dev/null +++ b/data/templates/npc/trainer/30369-Baenedes.xml @@ -0,0 +1,26 @@ + + + + Baenedes + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30374-Rhodiell.xml b/data/templates/npc/trainer/30374-Rhodiell.xml new file mode 100644 index 000000000..b34e26904 --- /dev/null +++ b/data/templates/npc/trainer/30374-Rhodiell.xml @@ -0,0 +1,26 @@ + + + + Rhodiell + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30375-Adonius.xml b/data/templates/npc/trainer/30375-Adonius.xml new file mode 100644 index 000000000..2eb2a0114 --- /dev/null +++ b/data/templates/npc/trainer/30375-Adonius.xml @@ -0,0 +1,26 @@ + + + + Adonius + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30376-Nell.xml b/data/templates/npc/trainer/30376-Nell.xml new file mode 100644 index 000000000..c63209f1b --- /dev/null +++ b/data/templates/npc/trainer/30376-Nell.xml @@ -0,0 +1,26 @@ + + + + Nell + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30377-Talbot.xml b/data/templates/npc/trainer/30377-Talbot.xml new file mode 100644 index 000000000..2cd7a7dfd --- /dev/null +++ b/data/templates/npc/trainer/30377-Talbot.xml @@ -0,0 +1,26 @@ + + + + Talbot + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30378-Estella.xml b/data/templates/npc/trainer/30378-Estella.xml new file mode 100644 index 000000000..b5274819f --- /dev/null +++ b/data/templates/npc/trainer/30378-Estella.xml @@ -0,0 +1,26 @@ + + + + Estella + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30458-Poitan.xml b/data/templates/npc/trainer/30458-Poitan.xml new file mode 100644 index 000000000..cc3b668e6 --- /dev/null +++ b/data/templates/npc/trainer/30458-Poitan.xml @@ -0,0 +1,27 @@ + + + + Poitan + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30459-Wandius.xml b/data/templates/npc/trainer/30459-Wandius.xml new file mode 100644 index 000000000..ad2fbc534 --- /dev/null +++ b/data/templates/npc/trainer/30459-Wandius.xml @@ -0,0 +1,26 @@ + + + + Wandius + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30460-Cardien.xml b/data/templates/npc/trainer/30460-Cardien.xml new file mode 100644 index 000000000..d4ef20167 --- /dev/null +++ b/data/templates/npc/trainer/30460-Cardien.xml @@ -0,0 +1,26 @@ + + + + Cardien + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30461-Mirien.xml b/data/templates/npc/trainer/30461-Mirien.xml new file mode 100644 index 000000000..75eb3d851 --- /dev/null +++ b/data/templates/npc/trainer/30461-Mirien.xml @@ -0,0 +1,26 @@ + + + + Mirien + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30463-Ixia.xml b/data/templates/npc/trainer/30463-Ixia.xml new file mode 100644 index 000000000..843b41b42 --- /dev/null +++ b/data/templates/npc/trainer/30463-Ixia.xml @@ -0,0 +1,26 @@ + + + + Ixia + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30464-Clayton.xml b/data/templates/npc/trainer/30464-Clayton.xml new file mode 100644 index 000000000..64a9b2225 --- /dev/null +++ b/data/templates/npc/trainer/30464-Clayton.xml @@ -0,0 +1,26 @@ + + + + Clayton + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30471-Rupio.xml b/data/templates/npc/trainer/30471-Rupio.xml new file mode 100644 index 000000000..a62222dbd --- /dev/null +++ b/data/templates/npc/trainer/30471-Rupio.xml @@ -0,0 +1,27 @@ + + + + Rupio + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30472-Rosheria.xml b/data/templates/npc/trainer/30472-Rosheria.xml new file mode 100644 index 000000000..efdb0318c --- /dev/null +++ b/data/templates/npc/trainer/30472-Rosheria.xml @@ -0,0 +1,26 @@ + + + + Rosheria + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30473-Bandellos.xml b/data/templates/npc/trainer/30473-Bandellos.xml new file mode 100644 index 000000000..8ba590a5b --- /dev/null +++ b/data/templates/npc/trainer/30473-Bandellos.xml @@ -0,0 +1,26 @@ + + + + Bandellos + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30475-Stapin.xml b/data/templates/npc/trainer/30475-Stapin.xml new file mode 100644 index 000000000..4f5339365 --- /dev/null +++ b/data/templates/npc/trainer/30475-Stapin.xml @@ -0,0 +1,26 @@ + + + + Stapin + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30476-Kaira.xml b/data/templates/npc/trainer/30476-Kaira.xml new file mode 100644 index 000000000..09a5c9d65 --- /dev/null +++ b/data/templates/npc/trainer/30476-Kaira.xml @@ -0,0 +1,26 @@ + + + + Kaira + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30501-Kasman.xml b/data/templates/npc/trainer/30501-Kasman.xml new file mode 100644 index 000000000..ea784f583 --- /dev/null +++ b/data/templates/npc/trainer/30501-Kasman.xml @@ -0,0 +1,26 @@ + + + + Kasman + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30502-Umos.xml b/data/templates/npc/trainer/30502-Umos.xml new file mode 100644 index 000000000..241bd153c --- /dev/null +++ b/data/templates/npc/trainer/30502-Umos.xml @@ -0,0 +1,26 @@ + + + + Umos + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30506-Buka.xml b/data/templates/npc/trainer/30506-Buka.xml new file mode 100644 index 000000000..244fa2088 --- /dev/null +++ b/data/templates/npc/trainer/30506-Buka.xml @@ -0,0 +1,26 @@ + + + + Buka + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30507-Racoy.xml b/data/templates/npc/trainer/30507-Racoy.xml new file mode 100644 index 000000000..8883809ec --- /dev/null +++ b/data/templates/npc/trainer/30507-Racoy.xml @@ -0,0 +1,26 @@ + + + + Racoy + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30509-Dowki.xml b/data/templates/npc/trainer/30509-Dowki.xml new file mode 100644 index 000000000..91f821a9b --- /dev/null +++ b/data/templates/npc/trainer/30509-Dowki.xml @@ -0,0 +1,26 @@ + + + + Dowki + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30510-Somak.xml b/data/templates/npc/trainer/30510-Somak.xml new file mode 100644 index 000000000..536278d7a --- /dev/null +++ b/data/templates/npc/trainer/30510-Somak.xml @@ -0,0 +1,26 @@ + + + + Somak + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30514-Vokian.xml b/data/templates/npc/trainer/30514-Vokian.xml new file mode 100644 index 000000000..846228a5f --- /dev/null +++ b/data/templates/npc/trainer/30514-Vokian.xml @@ -0,0 +1,26 @@ + + + + Vokian + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30515-Manakia.xml b/data/templates/npc/trainer/30515-Manakia.xml new file mode 100644 index 000000000..50548c1d5 --- /dev/null +++ b/data/templates/npc/trainer/30515-Manakia.xml @@ -0,0 +1,26 @@ + + + + Manakia + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30526-Brunon.xml b/data/templates/npc/trainer/30526-Brunon.xml new file mode 100644 index 000000000..1d06fcf43 --- /dev/null +++ b/data/templates/npc/trainer/30526-Brunon.xml @@ -0,0 +1,27 @@ + + + + Brunon + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30527-Silvera.xml b/data/templates/npc/trainer/30527-Silvera.xml new file mode 100644 index 000000000..f02cfac4e --- /dev/null +++ b/data/templates/npc/trainer/30527-Silvera.xml @@ -0,0 +1,26 @@ + + + + Silvera + Blacksmith + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30569-Brukurse.xml b/data/templates/npc/trainer/30569-Brukurse.xml new file mode 100644 index 000000000..db4140c2a --- /dev/null +++ b/data/templates/npc/trainer/30569-Brukurse.xml @@ -0,0 +1,26 @@ + + + + Brukurse + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30570-Karukia.xml b/data/templates/npc/trainer/30570-Karukia.xml new file mode 100644 index 000000000..00da54f36 --- /dev/null +++ b/data/templates/npc/trainer/30570-Karukia.xml @@ -0,0 +1,26 @@ + + + + Karukia + Prefect + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30571-Tanapi.xml b/data/templates/npc/trainer/30571-Tanapi.xml new file mode 100644 index 000000000..2d24da1f5 --- /dev/null +++ b/data/templates/npc/trainer/30571-Tanapi.xml @@ -0,0 +1,26 @@ + + + + Tanapi + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30572-Livina.xml b/data/templates/npc/trainer/30572-Livina.xml new file mode 100644 index 000000000..545cf168c --- /dev/null +++ b/data/templates/npc/trainer/30572-Livina.xml @@ -0,0 +1,26 @@ + + + + Livina + Seer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30678-Helton.xml b/data/templates/npc/trainer/30678-Helton.xml new file mode 100644 index 000000000..fbed91c9b --- /dev/null +++ b/data/templates/npc/trainer/30678-Helton.xml @@ -0,0 +1,27 @@ + + + + Helton + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30679-Roameria.xml b/data/templates/npc/trainer/30679-Roameria.xml new file mode 100644 index 000000000..fb1810f5f --- /dev/null +++ b/data/templates/npc/trainer/30679-Roameria.xml @@ -0,0 +1,26 @@ + + + + Roameria + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30680-Egnos.xml b/data/templates/npc/trainer/30680-Egnos.xml new file mode 100644 index 000000000..f9e7cc8ae --- /dev/null +++ b/data/templates/npc/trainer/30680-Egnos.xml @@ -0,0 +1,26 @@ + + + + Egnos + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30682-Pekiron.xml b/data/templates/npc/trainer/30682-Pekiron.xml new file mode 100644 index 000000000..024b09ce4 --- /dev/null +++ b/data/templates/npc/trainer/30682-Pekiron.xml @@ -0,0 +1,26 @@ + + + + Pekiron + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30683-Daunt.xml b/data/templates/npc/trainer/30683-Daunt.xml new file mode 100644 index 000000000..90ab54b12 --- /dev/null +++ b/data/templates/npc/trainer/30683-Daunt.xml @@ -0,0 +1,26 @@ + + + + Daunt + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30688-Duning.xml b/data/templates/npc/trainer/30688-Duning.xml new file mode 100644 index 000000000..81bc21004 --- /dev/null +++ b/data/templates/npc/trainer/30688-Duning.xml @@ -0,0 +1,27 @@ + + + + Duning + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30690-Luther.xml b/data/templates/npc/trainer/30690-Luther.xml new file mode 100644 index 000000000..030a5e310 --- /dev/null +++ b/data/templates/npc/trainer/30690-Luther.xml @@ -0,0 +1,26 @@ + + + + Luther + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30691-ArenAthebaldt.xml b/data/templates/npc/trainer/30691-ArenAthebaldt.xml new file mode 100644 index 000000000..6c847656c --- /dev/null +++ b/data/templates/npc/trainer/30691-ArenAthebaldt.xml @@ -0,0 +1,26 @@ + + + + Aren Athebaldt + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30692-Stedmiel.xml b/data/templates/npc/trainer/30692-Stedmiel.xml new file mode 100644 index 000000000..3a47b1355 --- /dev/null +++ b/data/templates/npc/trainer/30692-Stedmiel.xml @@ -0,0 +1,26 @@ + + + + Stedmiel + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30693-Queenien.xml b/data/templates/npc/trainer/30693-Queenien.xml new file mode 100644 index 000000000..71718cd7a --- /dev/null +++ b/data/templates/npc/trainer/30693-Queenien.xml @@ -0,0 +1,26 @@ + + + + Queenien + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30695-Moses.xml b/data/templates/npc/trainer/30695-Moses.xml new file mode 100644 index 000000000..de4c81497 --- /dev/null +++ b/data/templates/npc/trainer/30695-Moses.xml @@ -0,0 +1,26 @@ + + + + Moses + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30696-Page.xml b/data/templates/npc/trainer/30696-Page.xml new file mode 100644 index 000000000..e57c41a1f --- /dev/null +++ b/data/templates/npc/trainer/30696-Page.xml @@ -0,0 +1,26 @@ + + + + Page + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30697-Videlrien.xml b/data/templates/npc/trainer/30697-Videlrien.xml new file mode 100644 index 000000000..b04f37e87 --- /dev/null +++ b/data/templates/npc/trainer/30697-Videlrien.xml @@ -0,0 +1,26 @@ + + + + Videlrien + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30698-Evelyn.xml b/data/templates/npc/trainer/30698-Evelyn.xml new file mode 100644 index 000000000..7d1e42377 --- /dev/null +++ b/data/templates/npc/trainer/30698-Evelyn.xml @@ -0,0 +1,26 @@ + + + + Evelyn + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30700-Prestan.xml b/data/templates/npc/trainer/30700-Prestan.xml new file mode 100644 index 000000000..12cec8e20 --- /dev/null +++ b/data/templates/npc/trainer/30700-Prestan.xml @@ -0,0 +1,26 @@ + + + + Prestan + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30701-Errickin.xml b/data/templates/npc/trainer/30701-Errickin.xml new file mode 100644 index 000000000..10f46123a --- /dev/null +++ b/data/templates/npc/trainer/30701-Errickin.xml @@ -0,0 +1,26 @@ + + + + Errickin + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30705-Chakiris.xml b/data/templates/npc/trainer/30705-Chakiris.xml new file mode 100644 index 000000000..a516bc742 --- /dev/null +++ b/data/templates/npc/trainer/30705-Chakiris.xml @@ -0,0 +1,26 @@ + + + + Chakiris + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30706-Lazenby.xml b/data/templates/npc/trainer/30706-Lazenby.xml new file mode 100644 index 000000000..9f8444969 --- /dev/null +++ b/data/templates/npc/trainer/30706-Lazenby.xml @@ -0,0 +1,26 @@ + + + + Lazenby + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30715-Marina.xml b/data/templates/npc/trainer/30715-Marina.xml new file mode 100644 index 000000000..df6c2ee88 --- /dev/null +++ b/data/templates/npc/trainer/30715-Marina.xml @@ -0,0 +1,26 @@ + + + + Marina + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30717-Gauen.xml b/data/templates/npc/trainer/30717-Gauen.xml new file mode 100644 index 000000000..9f2ea0695 --- /dev/null +++ b/data/templates/npc/trainer/30717-Gauen.xml @@ -0,0 +1,26 @@ + + + + Gauen + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30718-Joan.xml b/data/templates/npc/trainer/30718-Joan.xml new file mode 100644 index 000000000..4c55400b2 --- /dev/null +++ b/data/templates/npc/trainer/30718-Joan.xml @@ -0,0 +1,26 @@ + + + + Joan + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30720-Kaiena.xml b/data/templates/npc/trainer/30720-Kaiena.xml new file mode 100644 index 000000000..4740067e1 --- /dev/null +++ b/data/templates/npc/trainer/30720-Kaiena.xml @@ -0,0 +1,26 @@ + + + + Kaiena + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30721-Ladd.xml b/data/templates/npc/trainer/30721-Ladd.xml new file mode 100644 index 000000000..6a65baa2c --- /dev/null +++ b/data/templates/npc/trainer/30721-Ladd.xml @@ -0,0 +1,26 @@ + + + + Ladd + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30833-Kaspar.xml b/data/templates/npc/trainer/30833-Kaspar.xml new file mode 100644 index 000000000..7fd246c9f --- /dev/null +++ b/data/templates/npc/trainer/30833-Kaspar.xml @@ -0,0 +1,26 @@ + + + + Kaspar + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30835-Icarus.xml b/data/templates/npc/trainer/30835-Icarus.xml new file mode 100644 index 000000000..d15cad1c2 --- /dev/null +++ b/data/templates/npc/trainer/30835-Icarus.xml @@ -0,0 +1,27 @@ + + + + Icarus + Lich King + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30846-Wilbert.xml b/data/templates/npc/trainer/30846-Wilbert.xml new file mode 100644 index 000000000..54de3f754 --- /dev/null +++ b/data/templates/npc/trainer/30846-Wilbert.xml @@ -0,0 +1,27 @@ + + + + Wilbert + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/30850-Aiken.xml b/data/templates/npc/trainer/30850-Aiken.xml new file mode 100644 index 000000000..91a16a0df --- /dev/null +++ b/data/templates/npc/trainer/30850-Aiken.xml @@ -0,0 +1,26 @@ + + + + Aiken + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30851-Kendra.xml b/data/templates/npc/trainer/30851-Kendra.xml new file mode 100644 index 000000000..3b4acebd9 --- /dev/null +++ b/data/templates/npc/trainer/30851-Kendra.xml @@ -0,0 +1,26 @@ + + + + Kendra + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30852-Sinden.xml b/data/templates/npc/trainer/30852-Sinden.xml new file mode 100644 index 000000000..ca18dd59e --- /dev/null +++ b/data/templates/npc/trainer/30852-Sinden.xml @@ -0,0 +1,26 @@ + + + + Sinden + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30853-Raien.xml b/data/templates/npc/trainer/30853-Raien.xml new file mode 100644 index 000000000..e0573e77b --- /dev/null +++ b/data/templates/npc/trainer/30853-Raien.xml @@ -0,0 +1,26 @@ + + + + Raien + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30855-Desmond.xml b/data/templates/npc/trainer/30855-Desmond.xml new file mode 100644 index 000000000..896a81fc7 --- /dev/null +++ b/data/templates/npc/trainer/30855-Desmond.xml @@ -0,0 +1,26 @@ + + + + Desmond + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30856-Winonin.xml b/data/templates/npc/trainer/30856-Winonin.xml new file mode 100644 index 000000000..963c7d85b --- /dev/null +++ b/data/templates/npc/trainer/30856-Winonin.xml @@ -0,0 +1,26 @@ + + + + Winonin + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30858-Ross.xml b/data/templates/npc/trainer/30858-Ross.xml new file mode 100644 index 000000000..3d4eebc8e --- /dev/null +++ b/data/templates/npc/trainer/30858-Ross.xml @@ -0,0 +1,26 @@ + + + + Ross + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30859-Vivyan.xml b/data/templates/npc/trainer/30859-Vivyan.xml new file mode 100644 index 000000000..6f2948f34 --- /dev/null +++ b/data/templates/npc/trainer/30859-Vivyan.xml @@ -0,0 +1,26 @@ + + + + Vivyan + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30860-Flownia.xml b/data/templates/npc/trainer/30860-Flownia.xml new file mode 100644 index 000000000..ff6ced5d9 --- /dev/null +++ b/data/templates/npc/trainer/30860-Flownia.xml @@ -0,0 +1,26 @@ + + + + Flownia + Priestess + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30861-Leonard.xml b/data/templates/npc/trainer/30861-Leonard.xml new file mode 100644 index 000000000..ea49b4dbb --- /dev/null +++ b/data/templates/npc/trainer/30861-Leonard.xml @@ -0,0 +1,26 @@ + + + + Leonard + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30863-Ghest.xml b/data/templates/npc/trainer/30863-Ghest.xml new file mode 100644 index 000000000..15f626f1d --- /dev/null +++ b/data/templates/npc/trainer/30863-Ghest.xml @@ -0,0 +1,26 @@ + + + + Ghest + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30864-Hanellin.xml b/data/templates/npc/trainer/30864-Hanellin.xml new file mode 100644 index 000000000..8e8b55a76 --- /dev/null +++ b/data/templates/npc/trainer/30864-Hanellin.xml @@ -0,0 +1,26 @@ + + + + Hanellin + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30866-Marestella.xml b/data/templates/npc/trainer/30866-Marestella.xml new file mode 100644 index 000000000..ef1a8f52f --- /dev/null +++ b/data/templates/npc/trainer/30866-Marestella.xml @@ -0,0 +1,26 @@ + + + + Marestella + Prefect + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30867-Reva.xml b/data/templates/npc/trainer/30867-Reva.xml new file mode 100644 index 000000000..28268827c --- /dev/null +++ b/data/templates/npc/trainer/30867-Reva.xml @@ -0,0 +1,26 @@ + + + + Reva + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30898-Morning.xml b/data/templates/npc/trainer/30898-Morning.xml new file mode 100644 index 000000000..750feda10 --- /dev/null +++ b/data/templates/npc/trainer/30898-Morning.xml @@ -0,0 +1,26 @@ + + + + Morning + Blacksmith + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30901-Arti.xml b/data/templates/npc/trainer/30901-Arti.xml new file mode 100644 index 000000000..a95d6c418 --- /dev/null +++ b/data/templates/npc/trainer/30901-Arti.xml @@ -0,0 +1,26 @@ + + + + Arti + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30902-Karuna.xml b/data/templates/npc/trainer/30902-Karuna.xml new file mode 100644 index 000000000..dee50661d --- /dev/null +++ b/data/templates/npc/trainer/30902-Karuna.xml @@ -0,0 +1,26 @@ + + + + Karuna + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30903-Traus.xml b/data/templates/npc/trainer/30903-Traus.xml new file mode 100644 index 000000000..770a5e7b8 --- /dev/null +++ b/data/templates/npc/trainer/30903-Traus.xml @@ -0,0 +1,26 @@ + + + + Traus + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30904-Naiel.xml b/data/templates/npc/trainer/30904-Naiel.xml new file mode 100644 index 000000000..d8cdc1181 --- /dev/null +++ b/data/templates/npc/trainer/30904-Naiel.xml @@ -0,0 +1,26 @@ + + + + Naiel + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30906-Ranton.xml b/data/templates/npc/trainer/30906-Ranton.xml new file mode 100644 index 000000000..a0c81805f --- /dev/null +++ b/data/templates/npc/trainer/30906-Ranton.xml @@ -0,0 +1,26 @@ + + + + Ranton + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30907-Minevia.xml b/data/templates/npc/trainer/30907-Minevia.xml new file mode 100644 index 000000000..a162c7fd5 --- /dev/null +++ b/data/templates/npc/trainer/30907-Minevia.xml @@ -0,0 +1,26 @@ + + + + Minevia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30908-Tanios.xml b/data/templates/npc/trainer/30908-Tanios.xml new file mode 100644 index 000000000..8f47b77cc --- /dev/null +++ b/data/templates/npc/trainer/30908-Tanios.xml @@ -0,0 +1,26 @@ + + + + Tanios + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30909-Anabel.xml b/data/templates/npc/trainer/30909-Anabel.xml new file mode 100644 index 000000000..6299af839 --- /dev/null +++ b/data/templates/npc/trainer/30909-Anabel.xml @@ -0,0 +1,26 @@ + + + + Anabel + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30911-Brikus.xml b/data/templates/npc/trainer/30911-Brikus.xml new file mode 100644 index 000000000..99b854abf --- /dev/null +++ b/data/templates/npc/trainer/30911-Brikus.xml @@ -0,0 +1,26 @@ + + + + Brikus + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30912-Xenovia.xml b/data/templates/npc/trainer/30912-Xenovia.xml new file mode 100644 index 000000000..9df8fd21d --- /dev/null +++ b/data/templates/npc/trainer/30912-Xenovia.xml @@ -0,0 +1,26 @@ + + + + Xenovia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30914-Sorbo.xml b/data/templates/npc/trainer/30914-Sorbo.xml new file mode 100644 index 000000000..d2cc1fbd5 --- /dev/null +++ b/data/templates/npc/trainer/30914-Sorbo.xml @@ -0,0 +1,26 @@ + + + + Sorbo + Prefect + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/30915-Takina.xml b/data/templates/npc/trainer/30915-Takina.xml new file mode 100644 index 000000000..b8004440b --- /dev/null +++ b/data/templates/npc/trainer/30915-Takina.xml @@ -0,0 +1,26 @@ + + + + Takina + Seer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31271-Hilda.xml b/data/templates/npc/trainer/31271-Hilda.xml new file mode 100644 index 000000000..93e9eaaaa --- /dev/null +++ b/data/templates/npc/trainer/31271-Hilda.xml @@ -0,0 +1,27 @@ + + + + Hilda + Blacksmith + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31277-Felix.xml b/data/templates/npc/trainer/31277-Felix.xml new file mode 100644 index 000000000..711bca6f4 --- /dev/null +++ b/data/templates/npc/trainer/31277-Felix.xml @@ -0,0 +1,27 @@ + + + + Felix + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31278-Bronwyn.xml b/data/templates/npc/trainer/31278-Bronwyn.xml new file mode 100644 index 000000000..6e61f6f14 --- /dev/null +++ b/data/templates/npc/trainer/31278-Bronwyn.xml @@ -0,0 +1,27 @@ + + + + Bronwyn + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31280-Bastian.xml b/data/templates/npc/trainer/31280-Bastian.xml new file mode 100644 index 000000000..4c63e8a2b --- /dev/null +++ b/data/templates/npc/trainer/31280-Bastian.xml @@ -0,0 +1,26 @@ + + + + Bastian + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31281-Cerenas.xml b/data/templates/npc/trainer/31281-Cerenas.xml new file mode 100644 index 000000000..aea45d0e3 --- /dev/null +++ b/data/templates/npc/trainer/31281-Cerenas.xml @@ -0,0 +1,26 @@ + + + + Cerenas + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31282-Justin.xml b/data/templates/npc/trainer/31282-Justin.xml new file mode 100644 index 000000000..06eb3bbb5 --- /dev/null +++ b/data/templates/npc/trainer/31282-Justin.xml @@ -0,0 +1,26 @@ + + + + Justin + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31283-Alminas.xml b/data/templates/npc/trainer/31283-Alminas.xml new file mode 100644 index 000000000..5caeb88bb --- /dev/null +++ b/data/templates/npc/trainer/31283-Alminas.xml @@ -0,0 +1,26 @@ + + + + Alminas + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31286-Drakon.xml b/data/templates/npc/trainer/31286-Drakon.xml new file mode 100644 index 000000000..95517778a --- /dev/null +++ b/data/templates/npc/trainer/31286-Drakon.xml @@ -0,0 +1,27 @@ + + + + Drakon + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31287-Kamilen.xml b/data/templates/npc/trainer/31287-Kamilen.xml new file mode 100644 index 000000000..3a2f6f7ae --- /dev/null +++ b/data/templates/npc/trainer/31287-Kamilen.xml @@ -0,0 +1,27 @@ + + + + Kamilen + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31289-Lakan.xml b/data/templates/npc/trainer/31289-Lakan.xml new file mode 100644 index 000000000..455960896 --- /dev/null +++ b/data/templates/npc/trainer/31289-Lakan.xml @@ -0,0 +1,27 @@ + + + + Lakan + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31290-Skahi.xml b/data/templates/npc/trainer/31290-Skahi.xml new file mode 100644 index 000000000..1d3f0a7e0 --- /dev/null +++ b/data/templates/npc/trainer/31290-Skahi.xml @@ -0,0 +1,27 @@ + + + + Skahi + Seer + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31316-Vincenz.xml b/data/templates/npc/trainer/31316-Vincenz.xml new file mode 100644 index 000000000..37957ae30 --- /dev/null +++ b/data/templates/npc/trainer/31316-Vincenz.xml @@ -0,0 +1,27 @@ + + + + Vincenz + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31322-Erian.xml b/data/templates/npc/trainer/31322-Erian.xml new file mode 100644 index 000000000..f5e71ac59 --- /dev/null +++ b/data/templates/npc/trainer/31322-Erian.xml @@ -0,0 +1,27 @@ + + + + Erian + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31323-Beryl.xml b/data/templates/npc/trainer/31323-Beryl.xml new file mode 100644 index 000000000..f339899b2 --- /dev/null +++ b/data/templates/npc/trainer/31323-Beryl.xml @@ -0,0 +1,27 @@ + + + + Beryl + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31325-Themis.xml b/data/templates/npc/trainer/31325-Themis.xml new file mode 100644 index 000000000..905c5c8c5 --- /dev/null +++ b/data/templates/npc/trainer/31325-Themis.xml @@ -0,0 +1,27 @@ + + + + Themis + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31327-Tazki.xml b/data/templates/npc/trainer/31327-Tazki.xml new file mode 100644 index 000000000..9ceff565a --- /dev/null +++ b/data/templates/npc/trainer/31327-Tazki.xml @@ -0,0 +1,27 @@ + + + + Tazki + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31329-Eliyah.xml b/data/templates/npc/trainer/31329-Eliyah.xml new file mode 100644 index 000000000..a4d883e7a --- /dev/null +++ b/data/templates/npc/trainer/31329-Eliyah.xml @@ -0,0 +1,26 @@ + + + + Eliyah + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31330-Wagner.xml b/data/templates/npc/trainer/31330-Wagner.xml new file mode 100644 index 000000000..070879987 --- /dev/null +++ b/data/templates/npc/trainer/31330-Wagner.xml @@ -0,0 +1,26 @@ + + + + Wagner + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31332-Amelia.xml b/data/templates/npc/trainer/31332-Amelia.xml new file mode 100644 index 000000000..fd185ff4c --- /dev/null +++ b/data/templates/npc/trainer/31332-Amelia.xml @@ -0,0 +1,26 @@ + + + + Amelia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31333-Rumiel.xml b/data/templates/npc/trainer/31333-Rumiel.xml new file mode 100644 index 000000000..483129df4 --- /dev/null +++ b/data/templates/npc/trainer/31333-Rumiel.xml @@ -0,0 +1,26 @@ + + + + Rumiel + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31335-Kayan.xml b/data/templates/npc/trainer/31335-Kayan.xml new file mode 100644 index 000000000..5ae81a479 --- /dev/null +++ b/data/templates/npc/trainer/31335-Kayan.xml @@ -0,0 +1,27 @@ + + + + Kayan + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31337-Mekara.xml b/data/templates/npc/trainer/31337-Mekara.xml new file mode 100644 index 000000000..0f33b08b7 --- /dev/null +++ b/data/templates/npc/trainer/31337-Mekara.xml @@ -0,0 +1,26 @@ + + + + Mekara + Seer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31580-Galadrid.xml b/data/templates/npc/trainer/31580-Galadrid.xml new file mode 100644 index 000000000..475dae3dc --- /dev/null +++ b/data/templates/npc/trainer/31580-Galadrid.xml @@ -0,0 +1,27 @@ + + + + Galadrid + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31581-Anastia.xml b/data/templates/npc/trainer/31581-Anastia.xml new file mode 100644 index 000000000..b74f61385 --- /dev/null +++ b/data/templates/npc/trainer/31581-Anastia.xml @@ -0,0 +1,27 @@ + + + + Anastia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31582-Mordred.xml b/data/templates/npc/trainer/31582-Mordred.xml new file mode 100644 index 000000000..3f26d077d --- /dev/null +++ b/data/templates/npc/trainer/31582-Mordred.xml @@ -0,0 +1,27 @@ + + + + Mordred + Dark Knight + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31583-Feynn.xml b/data/templates/npc/trainer/31583-Feynn.xml new file mode 100644 index 000000000..6022525a1 --- /dev/null +++ b/data/templates/npc/trainer/31583-Feynn.xml @@ -0,0 +1,27 @@ + + + + Feynn + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31960-Buryun.xml b/data/templates/npc/trainer/31960-Buryun.xml new file mode 100644 index 000000000..337dfcb25 --- /dev/null +++ b/data/templates/npc/trainer/31960-Buryun.xml @@ -0,0 +1,27 @@ + + + + Buryun + Blacksmith + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31966-Karamon.xml b/data/templates/npc/trainer/31966-Karamon.xml new file mode 100644 index 000000000..8476c6f01 --- /dev/null +++ b/data/templates/npc/trainer/31966-Karamon.xml @@ -0,0 +1,27 @@ + + + + Karamon + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31967-Euline.xml b/data/templates/npc/trainer/31967-Euline.xml new file mode 100644 index 000000000..aec68ec4a --- /dev/null +++ b/data/templates/npc/trainer/31967-Euline.xml @@ -0,0 +1,27 @@ + + + + Euline + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31969-Evelyn.xml b/data/templates/npc/trainer/31969-Evelyn.xml new file mode 100644 index 000000000..a7be7f18c --- /dev/null +++ b/data/templates/npc/trainer/31969-Evelyn.xml @@ -0,0 +1,26 @@ + + + + Evelyn + Priest + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31970-Sinis.xml b/data/templates/npc/trainer/31970-Sinis.xml new file mode 100644 index 000000000..76ff9050c --- /dev/null +++ b/data/templates/npc/trainer/31970-Sinis.xml @@ -0,0 +1,26 @@ + + + + Sinis + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31971-Otillo.xml b/data/templates/npc/trainer/31971-Otillo.xml new file mode 100644 index 000000000..24e60a5d5 --- /dev/null +++ b/data/templates/npc/trainer/31971-Otillo.xml @@ -0,0 +1,26 @@ + + + + Otillo + Magister + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31972-Atraxia.xml b/data/templates/npc/trainer/31972-Atraxia.xml new file mode 100644 index 000000000..56953ad96 --- /dev/null +++ b/data/templates/npc/trainer/31972-Atraxia.xml @@ -0,0 +1,26 @@ + + + + Atraxia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/31975-Aerina.xml b/data/templates/npc/trainer/31975-Aerina.xml new file mode 100644 index 000000000..e09609f3e --- /dev/null +++ b/data/templates/npc/trainer/31975-Aerina.xml @@ -0,0 +1,27 @@ + + + + Aerina + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31976-Talia.xml b/data/templates/npc/trainer/31976-Talia.xml new file mode 100644 index 000000000..46df1a227 --- /dev/null +++ b/data/templates/npc/trainer/31976-Talia.xml @@ -0,0 +1,27 @@ + + + + Talia + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31978-Tazeer.xml b/data/templates/npc/trainer/31978-Tazeer.xml new file mode 100644 index 000000000..466825e04 --- /dev/null +++ b/data/templates/npc/trainer/31978-Tazeer.xml @@ -0,0 +1,27 @@ + + + + Tazeer + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31979-Moira.xml b/data/templates/npc/trainer/31979-Moira.xml new file mode 100644 index 000000000..0dd209f9a --- /dev/null +++ b/data/templates/npc/trainer/31979-Moira.xml @@ -0,0 +1,27 @@ + + + + Moira + Seer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/31990-Siger.xml b/data/templates/npc/trainer/31990-Siger.xml new file mode 100644 index 000000000..d7af34878 --- /dev/null +++ b/data/templates/npc/trainer/31990-Siger.xml @@ -0,0 +1,26 @@ + + + + Siger + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32141-Nerga.xml b/data/templates/npc/trainer/32141-Nerga.xml new file mode 100644 index 000000000..46e027bea --- /dev/null +++ b/data/templates/npc/trainer/32141-Nerga.xml @@ -0,0 +1,27 @@ + + + + Nerga + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32142-Tenor.xml b/data/templates/npc/trainer/32142-Tenor.xml new file mode 100644 index 000000000..83bee1315 --- /dev/null +++ b/data/templates/npc/trainer/32142-Tenor.xml @@ -0,0 +1,27 @@ + + + + Tenor + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32143-Belkis.xml b/data/templates/npc/trainer/32143-Belkis.xml new file mode 100644 index 000000000..671cb4e38 --- /dev/null +++ b/data/templates/npc/trainer/32143-Belkis.xml @@ -0,0 +1,27 @@ + + + + Belkis + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32144-Xonia.xml b/data/templates/npc/trainer/32144-Xonia.xml new file mode 100644 index 000000000..5d026ab7a --- /dev/null +++ b/data/templates/npc/trainer/32144-Xonia.xml @@ -0,0 +1,27 @@ + + + + Xonia + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32148-Cindet.xml b/data/templates/npc/trainer/32148-Cindet.xml new file mode 100644 index 000000000..d74675aac --- /dev/null +++ b/data/templates/npc/trainer/32148-Cindet.xml @@ -0,0 +1,26 @@ + + + + Cindet + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32149-Ennear.xml b/data/templates/npc/trainer/32149-Ennear.xml new file mode 100644 index 000000000..b03430497 --- /dev/null +++ b/data/templates/npc/trainer/32149-Ennear.xml @@ -0,0 +1,26 @@ + + + + Ennear + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32151-Herz.xml b/data/templates/npc/trainer/32151-Herz.xml new file mode 100644 index 000000000..5db8ce6a4 --- /dev/null +++ b/data/templates/npc/trainer/32151-Herz.xml @@ -0,0 +1,26 @@ + + + + Herz + Prefect + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32152-Henri.xml b/data/templates/npc/trainer/32152-Henri.xml new file mode 100644 index 000000000..d2bf0a195 --- /dev/null +++ b/data/templates/npc/trainer/32152-Henri.xml @@ -0,0 +1,26 @@ + + + + Henri + Seer + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32155-Nabot.xml b/data/templates/npc/trainer/32155-Nabot.xml new file mode 100644 index 000000000..bb1168a87 --- /dev/null +++ b/data/templates/npc/trainer/32155-Nabot.xml @@ -0,0 +1,26 @@ + + + + Nabot + Priest + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32156-Talbot.xml b/data/templates/npc/trainer/32156-Talbot.xml new file mode 100644 index 000000000..25807f8d2 --- /dev/null +++ b/data/templates/npc/trainer/32156-Talbot.xml @@ -0,0 +1,26 @@ + + + + Talbot + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32159-Kincaid.xml b/data/templates/npc/trainer/32159-Kincaid.xml new file mode 100644 index 000000000..4ba7ed884 --- /dev/null +++ b/data/templates/npc/trainer/32159-Kincaid.xml @@ -0,0 +1,26 @@ + + + + Kincaid + Blacksmith + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32161-Black.xml b/data/templates/npc/trainer/32161-Black.xml new file mode 100644 index 000000000..4fe1a6674 --- /dev/null +++ b/data/templates/npc/trainer/32161-Black.xml @@ -0,0 +1,26 @@ + + + + Black + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32162-Martika.xml b/data/templates/npc/trainer/32162-Martika.xml new file mode 100644 index 000000000..56faeb480 --- /dev/null +++ b/data/templates/npc/trainer/32162-Martika.xml @@ -0,0 +1,26 @@ + + + + Martika + Magister + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/trainer/32182-Coplan.xml b/data/templates/npc/trainer/32182-Coplan.xml new file mode 100644 index 000000000..c20ac5b3d --- /dev/null +++ b/data/templates/npc/trainer/32182-Coplan.xml @@ -0,0 +1,27 @@ + + + + Coplan + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32183-Yunha.xml b/data/templates/npc/trainer/32183-Yunha.xml new file mode 100644 index 000000000..18d1b9660 --- /dev/null +++ b/data/templates/npc/trainer/32183-Yunha.xml @@ -0,0 +1,27 @@ + + + + Yunha + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32194-Shubain.xml b/data/templates/npc/trainer/32194-Shubain.xml new file mode 100644 index 000000000..ccdcbb4fb --- /dev/null +++ b/data/templates/npc/trainer/32194-Shubain.xml @@ -0,0 +1,27 @@ + + + + Shubain + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32195-Sione.xml b/data/templates/npc/trainer/32195-Sione.xml new file mode 100644 index 000000000..68966c551 --- /dev/null +++ b/data/templates/npc/trainer/32195-Sione.xml @@ -0,0 +1,27 @@ + + + + Sione + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32197-Gwain.xml b/data/templates/npc/trainer/32197-Gwain.xml new file mode 100644 index 000000000..f8a2fffae --- /dev/null +++ b/data/templates/npc/trainer/32197-Gwain.xml @@ -0,0 +1,27 @@ + + + + Gwain + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32198-Gobie.xml b/data/templates/npc/trainer/32198-Gobie.xml new file mode 100644 index 000000000..a321c406e --- /dev/null +++ b/data/templates/npc/trainer/32198-Gobie.xml @@ -0,0 +1,27 @@ + + + + Gobie + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32200-Entien.xml b/data/templates/npc/trainer/32200-Entien.xml new file mode 100644 index 000000000..494bcf825 --- /dev/null +++ b/data/templates/npc/trainer/32200-Entien.xml @@ -0,0 +1,27 @@ + + + + Entien + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32201-Rindy.xml b/data/templates/npc/trainer/32201-Rindy.xml new file mode 100644 index 000000000..f8c433250 --- /dev/null +++ b/data/templates/npc/trainer/32201-Rindy.xml @@ -0,0 +1,27 @@ + + + + Rindy + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32203-Ramen.xml b/data/templates/npc/trainer/32203-Ramen.xml new file mode 100644 index 000000000..dbe9f0ed8 --- /dev/null +++ b/data/templates/npc/trainer/32203-Ramen.xml @@ -0,0 +1,27 @@ + + + + Ramen + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32204-Fiske.xml b/data/templates/npc/trainer/32204-Fiske.xml new file mode 100644 index 000000000..68f5e704e --- /dev/null +++ b/data/templates/npc/trainer/32204-Fiske.xml @@ -0,0 +1,27 @@ + + + + Fiske + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32207-Orkurus.xml b/data/templates/npc/trainer/32207-Orkurus.xml new file mode 100644 index 000000000..a6be0afbe --- /dev/null +++ b/data/templates/npc/trainer/32207-Orkurus.xml @@ -0,0 +1,27 @@ + + + + Orkurus + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32208-Rasha.xml b/data/templates/npc/trainer/32208-Rasha.xml new file mode 100644 index 000000000..9714e7f8b --- /dev/null +++ b/data/templates/npc/trainer/32208-Rasha.xml @@ -0,0 +1,27 @@ + + + + Rasha + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32211-Jueno.xml b/data/templates/npc/trainer/32211-Jueno.xml new file mode 100644 index 000000000..9cbaccb0f --- /dev/null +++ b/data/templates/npc/trainer/32211-Jueno.xml @@ -0,0 +1,27 @@ + + + + Jueno + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32212-Rishtar.xml b/data/templates/npc/trainer/32212-Rishtar.xml new file mode 100644 index 000000000..6711ff929 --- /dev/null +++ b/data/templates/npc/trainer/32212-Rishtar.xml @@ -0,0 +1,27 @@ + + + + Rishtar + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32215-Tenain.xml b/data/templates/npc/trainer/32215-Tenain.xml new file mode 100644 index 000000000..911e4466e --- /dev/null +++ b/data/templates/npc/trainer/32215-Tenain.xml @@ -0,0 +1,27 @@ + + + + Tenain + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32216-Noir.xml b/data/templates/npc/trainer/32216-Noir.xml new file mode 100644 index 000000000..db185dd33 --- /dev/null +++ b/data/templates/npc/trainer/32216-Noir.xml @@ -0,0 +1,27 @@ + + + + Noir + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32219-Fabnor.xml b/data/templates/npc/trainer/32219-Fabnor.xml new file mode 100644 index 000000000..2c2ae8fce --- /dev/null +++ b/data/templates/npc/trainer/32219-Fabnor.xml @@ -0,0 +1,27 @@ + + + + Fabnor + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32220-Selsia.xml b/data/templates/npc/trainer/32220-Selsia.xml new file mode 100644 index 000000000..b1dc65273 --- /dev/null +++ b/data/templates/npc/trainer/32220-Selsia.xml @@ -0,0 +1,27 @@ + + + + Selsia + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32223-Duroga.xml b/data/templates/npc/trainer/32223-Duroga.xml new file mode 100644 index 000000000..d3ae1d2bc --- /dev/null +++ b/data/templates/npc/trainer/32223-Duroga.xml @@ -0,0 +1,27 @@ + + + + Duroga + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32224-Auren.xml b/data/templates/npc/trainer/32224-Auren.xml new file mode 100644 index 000000000..f61833757 --- /dev/null +++ b/data/templates/npc/trainer/32224-Auren.xml @@ -0,0 +1,27 @@ + + + + Auren + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32227-Digler.xml b/data/templates/npc/trainer/32227-Digler.xml new file mode 100644 index 000000000..158af094b --- /dev/null +++ b/data/templates/npc/trainer/32227-Digler.xml @@ -0,0 +1,27 @@ + + + + Digler + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32228-Medea.xml b/data/templates/npc/trainer/32228-Medea.xml new file mode 100644 index 000000000..19a8db4a7 --- /dev/null +++ b/data/templates/npc/trainer/32228-Medea.xml @@ -0,0 +1,27 @@ + + + + Medea + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32231-Luben.xml b/data/templates/npc/trainer/32231-Luben.xml new file mode 100644 index 000000000..10948628f --- /dev/null +++ b/data/templates/npc/trainer/32231-Luben.xml @@ -0,0 +1,27 @@ + + + + Luben + Master + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/trainer/32232-Minuet.xml b/data/templates/npc/trainer/32232-Minuet.xml new file mode 100644 index 000000000..4bf9335bc --- /dev/null +++ b/data/templates/npc/trainer/32232-Minuet.xml @@ -0,0 +1,27 @@ + + + + Minuet + Master + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/transformmanager/32323-AvantGarde.xml b/data/templates/npc/transformmanager/32323-AvantGarde.xml new file mode 100644 index 000000000..041196f4f --- /dev/null +++ b/data/templates/npc/transformmanager/32323-AvantGarde.xml @@ -0,0 +1,26 @@ + + + + Avant-Garde + Transformation Wizard + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/walker/31356-Remy.xml b/data/templates/npc/walker/31356-Remy.xml new file mode 100644 index 000000000..b0ebcff22 --- /dev/null +++ b/data/templates/npc/walker/31356-Remy.xml @@ -0,0 +1,26 @@ + + + + Remy + Porter + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/walker/31357-Leandro.xml b/data/templates/npc/walker/31357-Leandro.xml new file mode 100644 index 000000000..ab34645d8 --- /dev/null +++ b/data/templates/npc/walker/31357-Leandro.xml @@ -0,0 +1,26 @@ + + + + Leandro + Secretary + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/walker/31358-Kasiel.xml b/data/templates/npc/walker/31358-Kasiel.xml new file mode 100644 index 000000000..06904425f --- /dev/null +++ b/data/templates/npc/walker/31358-Kasiel.xml @@ -0,0 +1,27 @@ + + + + Kasiel + Bard + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/walker/31359-Jaradine.xml b/data/templates/npc/walker/31359-Jaradine.xml new file mode 100644 index 000000000..e48588cf2 --- /dev/null +++ b/data/templates/npc/walker/31359-Jaradine.xml @@ -0,0 +1,27 @@ + + + + Jaradine + Mother Tree Guardian + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/walker/31360-Alhena.xml b/data/templates/npc/walker/31360-Alhena.xml new file mode 100644 index 000000000..eeba19731 --- /dev/null +++ b/data/templates/npc/walker/31360-Alhena.xml @@ -0,0 +1,27 @@ + + + + Alhena + Tetrarch Agent + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/walker/31361-Kreed.xml b/data/templates/npc/walker/31361-Kreed.xml new file mode 100644 index 000000000..a4a52bd0d --- /dev/null +++ b/data/templates/npc/walker/31361-Kreed.xml @@ -0,0 +1,27 @@ + + + + Kreed + Tetrarch Executioner + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/walker/31362-Tate.xml b/data/templates/npc/walker/31362-Tate.xml new file mode 100644 index 000000000..134a70ae5 --- /dev/null +++ b/data/templates/npc/walker/31362-Tate.xml @@ -0,0 +1,26 @@ + + + + Tate + Carrier + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/walker/31363-Rogin.xml b/data/templates/npc/walker/31363-Rogin.xml new file mode 100644 index 000000000..c5e776792 --- /dev/null +++ b/data/templates/npc/walker/31363-Rogin.xml @@ -0,0 +1,26 @@ + + + + Rogin + Deliveryman + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/walker/31364-Rokar.xml b/data/templates/npc/walker/31364-Rokar.xml new file mode 100644 index 000000000..e2a8b0a59 --- /dev/null +++ b/data/templates/npc/walker/31364-Rokar.xml @@ -0,0 +1,27 @@ + + + + Rokar + Guardian of Flame + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/walker/31365-Yakand.xml b/data/templates/npc/walker/31365-Yakand.xml new file mode 100644 index 000000000..34a0a6fcf --- /dev/null +++ b/data/templates/npc/walker/31365-Yakand.xml @@ -0,0 +1,27 @@ + + + + Yakand + Guardian of Flame + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + + diff --git a/data/templates/npc/walker/32070-Adolph.xml b/data/templates/npc/walker/32070-Adolph.xml new file mode 100644 index 000000000..c5055fec8 --- /dev/null +++ b/data/templates/npc/walker/32070-Adolph.xml @@ -0,0 +1,25 @@ + + + + Adolph + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/walker/32072-Edwin.xml b/data/templates/npc/walker/32072-Edwin.xml new file mode 100644 index 000000000..dabf0bdd6 --- /dev/null +++ b/data/templates/npc/walker/32072-Edwin.xml @@ -0,0 +1,25 @@ + + + + Edwin + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30005-Wilford.xml b/data/templates/npc/warehouse/30005-Wilford.xml new file mode 100644 index 000000000..aae69e5fb --- /dev/null +++ b/data/templates/npc/warehouse/30005-Wilford.xml @@ -0,0 +1,26 @@ + + + + Wilford + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30054-Rant.xml b/data/templates/npc/warehouse/30054-Rant.xml new file mode 100644 index 000000000..eed82758a --- /dev/null +++ b/data/templates/npc/warehouse/30054-Rant.xml @@ -0,0 +1,26 @@ + + + + Rant + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30055-Rolfe.xml b/data/templates/npc/warehouse/30055-Rolfe.xml new file mode 100644 index 000000000..cdf9fd3bc --- /dev/null +++ b/data/templates/npc/warehouse/30055-Rolfe.xml @@ -0,0 +1,26 @@ + + + + Rolfe + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30057-Aldo.xml b/data/templates/npc/warehouse/30057-Aldo.xml new file mode 100644 index 000000000..b3ba42f67 --- /dev/null +++ b/data/templates/npc/warehouse/30057-Aldo.xml @@ -0,0 +1,26 @@ + + + + Aldo + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30058-Holvas.xml b/data/templates/npc/warehouse/30058-Holvas.xml new file mode 100644 index 000000000..3f4a0dba7 --- /dev/null +++ b/data/templates/npc/warehouse/30058-Holvas.xml @@ -0,0 +1,26 @@ + + + + Holvas + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30079-Barder.xml b/data/templates/npc/warehouse/30079-Barder.xml new file mode 100644 index 000000000..d5f07e2ce --- /dev/null +++ b/data/templates/npc/warehouse/30079-Barder.xml @@ -0,0 +1,26 @@ + + + + Barder + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30083-Pochi.xml b/data/templates/npc/warehouse/30083-Pochi.xml new file mode 100644 index 000000000..70955817c --- /dev/null +++ b/data/templates/npc/warehouse/30083-Pochi.xml @@ -0,0 +1,26 @@ + + + + Pochi + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30086-Taurin.xml b/data/templates/npc/warehouse/30086-Taurin.xml new file mode 100644 index 000000000..e4756cb88 --- /dev/null +++ b/data/templates/npc/warehouse/30086-Taurin.xml @@ -0,0 +1,26 @@ + + + + Taurin + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30092-Collob.xml b/data/templates/npc/warehouse/30092-Collob.xml new file mode 100644 index 000000000..81dc3019c --- /dev/null +++ b/data/templates/npc/warehouse/30092-Collob.xml @@ -0,0 +1,26 @@ + + + + Collob + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30095-Randolf.xml b/data/templates/npc/warehouse/30095-Randolf.xml new file mode 100644 index 000000000..abc06ca93 --- /dev/null +++ b/data/templates/npc/warehouse/30095-Randolf.xml @@ -0,0 +1,26 @@ + + + + Randolf + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30103-Valkon.xml b/data/templates/npc/warehouse/30103-Valkon.xml new file mode 100644 index 000000000..83c98130f --- /dev/null +++ b/data/templates/npc/warehouse/30103-Valkon.xml @@ -0,0 +1,26 @@ + + + + Valkon + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30104-Parman.xml b/data/templates/npc/warehouse/30104-Parman.xml new file mode 100644 index 000000000..77461ef2e --- /dev/null +++ b/data/templates/npc/warehouse/30104-Parman.xml @@ -0,0 +1,26 @@ + + + + Parman + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30139-Dorankus.xml b/data/templates/npc/warehouse/30139-Dorankus.xml new file mode 100644 index 000000000..edaffcee3 --- /dev/null +++ b/data/templates/npc/warehouse/30139-Dorankus.xml @@ -0,0 +1,26 @@ + + + + Dorankus + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30140-Erviante.xml b/data/templates/npc/warehouse/30140-Erviante.xml new file mode 100644 index 000000000..0c56e0273 --- /dev/null +++ b/data/templates/npc/warehouse/30140-Erviante.xml @@ -0,0 +1,26 @@ + + + + Erviante + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30151-Chad.xml b/data/templates/npc/warehouse/30151-Chad.xml new file mode 100644 index 000000000..b17606c1a --- /dev/null +++ b/data/templates/npc/warehouse/30151-Chad.xml @@ -0,0 +1,26 @@ + + + + Chad + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30152-Julia.xml b/data/templates/npc/warehouse/30152-Julia.xml new file mode 100644 index 000000000..bc3d466d8 --- /dev/null +++ b/data/templates/npc/warehouse/30152-Julia.xml @@ -0,0 +1,26 @@ + + + + Julia + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30153-Markius.xml b/data/templates/npc/warehouse/30153-Markius.xml new file mode 100644 index 000000000..7bc4f5cc1 --- /dev/null +++ b/data/templates/npc/warehouse/30153-Markius.xml @@ -0,0 +1,26 @@ + + + + Markius + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30169-Marty.xml b/data/templates/npc/warehouse/30169-Marty.xml new file mode 100644 index 000000000..94b87fe41 --- /dev/null +++ b/data/templates/npc/warehouse/30169-Marty.xml @@ -0,0 +1,26 @@ + + + + Marty + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30170-Radic.xml b/data/templates/npc/warehouse/30170-Radic.xml new file mode 100644 index 000000000..d132ea2f7 --- /dev/null +++ b/data/templates/npc/warehouse/30170-Radic.xml @@ -0,0 +1,26 @@ + + + + Radic + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30182-Cliff.xml b/data/templates/npc/warehouse/30182-Cliff.xml new file mode 100644 index 000000000..3bc7bab0c --- /dev/null +++ b/data/templates/npc/warehouse/30182-Cliff.xml @@ -0,0 +1,26 @@ + + + + Cliff + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30183-Hagger.xml b/data/templates/npc/warehouse/30183-Hagger.xml new file mode 100644 index 000000000..562675913 --- /dev/null +++ b/data/templates/npc/warehouse/30183-Hagger.xml @@ -0,0 +1,26 @@ + + + + Hagger + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30210-Norman.xml b/data/templates/npc/warehouse/30210-Norman.xml new file mode 100644 index 000000000..59a36344c --- /dev/null +++ b/data/templates/npc/warehouse/30210-Norman.xml @@ -0,0 +1,26 @@ + + + + Norman + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30232-Sorint.xml b/data/templates/npc/warehouse/30232-Sorint.xml new file mode 100644 index 000000000..c23ac2bbe --- /dev/null +++ b/data/templates/npc/warehouse/30232-Sorint.xml @@ -0,0 +1,26 @@ + + + + Sorint + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30255-Haprock.xml b/data/templates/npc/warehouse/30255-Haprock.xml new file mode 100644 index 000000000..2200f71af --- /dev/null +++ b/data/templates/npc/warehouse/30255-Haprock.xml @@ -0,0 +1,26 @@ + + + + Haprock + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30316-Raut.xml b/data/templates/npc/warehouse/30316-Raut.xml new file mode 100644 index 000000000..9539928c3 --- /dev/null +++ b/data/templates/npc/warehouse/30316-Raut.xml @@ -0,0 +1,26 @@ + + + + Raut + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30322-Ballin.xml b/data/templates/npc/warehouse/30322-Ballin.xml new file mode 100644 index 000000000..73a12cadf --- /dev/null +++ b/data/templates/npc/warehouse/30322-Ballin.xml @@ -0,0 +1,26 @@ + + + + Ballin + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30350-Carlon.xml b/data/templates/npc/warehouse/30350-Carlon.xml new file mode 100644 index 000000000..1ca6ff4ba --- /dev/null +++ b/data/templates/npc/warehouse/30350-Carlon.xml @@ -0,0 +1,26 @@ + + + + Carlon + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30521-Murdoc.xml b/data/templates/npc/warehouse/30521-Murdoc.xml new file mode 100644 index 000000000..3ea58991c --- /dev/null +++ b/data/templates/npc/warehouse/30521-Murdoc.xml @@ -0,0 +1,26 @@ + + + + Murdoc + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30522-Airy.xml b/data/templates/npc/warehouse/30522-Airy.xml new file mode 100644 index 000000000..8ed7ed203 --- /dev/null +++ b/data/templates/npc/warehouse/30522-Airy.xml @@ -0,0 +1,26 @@ + + + + Airy + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30562-Grookin.xml b/data/templates/npc/warehouse/30562-Grookin.xml new file mode 100644 index 000000000..21b144d6f --- /dev/null +++ b/data/templates/npc/warehouse/30562-Grookin.xml @@ -0,0 +1,26 @@ + + + + Grookin + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30563-Imantu.xml b/data/templates/npc/warehouse/30563-Imantu.xml new file mode 100644 index 000000000..bdaebcc24 --- /dev/null +++ b/data/templates/npc/warehouse/30563-Imantu.xml @@ -0,0 +1,26 @@ + + + + Imantu + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30686-Silva.xml b/data/templates/npc/warehouse/30686-Silva.xml new file mode 100644 index 000000000..09445d753 --- /dev/null +++ b/data/templates/npc/warehouse/30686-Silva.xml @@ -0,0 +1,26 @@ + + + + Silva + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30843-Romp.xml b/data/templates/npc/warehouse/30843-Romp.xml new file mode 100644 index 000000000..9f869ec26 --- /dev/null +++ b/data/templates/npc/warehouse/30843-Romp.xml @@ -0,0 +1,26 @@ + + + + Romp + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30844-Walderal.xml b/data/templates/npc/warehouse/30844-Walderal.xml new file mode 100644 index 000000000..4ff83b7bc --- /dev/null +++ b/data/templates/npc/warehouse/30844-Walderal.xml @@ -0,0 +1,26 @@ + + + + Walderal + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30895-Kluck.xml b/data/templates/npc/warehouse/30895-Kluck.xml new file mode 100644 index 000000000..f898fb265 --- /dev/null +++ b/data/templates/npc/warehouse/30895-Kluck.xml @@ -0,0 +1,26 @@ + + + + Kluck + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/30896-Mia.xml b/data/templates/npc/warehouse/30896-Mia.xml new file mode 100644 index 000000000..488c900ce --- /dev/null +++ b/data/templates/npc/warehouse/30896-Mia.xml @@ -0,0 +1,26 @@ + + + + Mia + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31225-ArenaManager.xml b/data/templates/npc/warehouse/31225-ArenaManager.xml new file mode 100644 index 000000000..607d33ce5 --- /dev/null +++ b/data/templates/npc/warehouse/31225-ArenaManager.xml @@ -0,0 +1,25 @@ + + + + Arena Manager + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31267-Lietta.xml b/data/templates/npc/warehouse/31267-Lietta.xml new file mode 100644 index 000000000..3debc246a --- /dev/null +++ b/data/templates/npc/warehouse/31267-Lietta.xml @@ -0,0 +1,26 @@ + + + + Lietta + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31268-Hakon.xml b/data/templates/npc/warehouse/31268-Hakon.xml new file mode 100644 index 000000000..3f678814e --- /dev/null +++ b/data/templates/npc/warehouse/31268-Hakon.xml @@ -0,0 +1,26 @@ + + + + Hakon + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31270-Stefano.xml b/data/templates/npc/warehouse/31270-Stefano.xml new file mode 100644 index 000000000..3e5adb12f --- /dev/null +++ b/data/templates/npc/warehouse/31270-Stefano.xml @@ -0,0 +1,26 @@ + + + + Stefano + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31311-Hugin.xml b/data/templates/npc/warehouse/31311-Hugin.xml new file mode 100644 index 000000000..30771189b --- /dev/null +++ b/data/templates/npc/warehouse/31311-Hugin.xml @@ -0,0 +1,26 @@ + + + + Hugin + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31312-Durin.xml b/data/templates/npc/warehouse/31312-Durin.xml new file mode 100644 index 000000000..02ba4d127 --- /dev/null +++ b/data/templates/npc/warehouse/31312-Durin.xml @@ -0,0 +1,26 @@ + + + + Durin + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31313-Lunin.xml b/data/templates/npc/warehouse/31313-Lunin.xml new file mode 100644 index 000000000..f07bd179b --- /dev/null +++ b/data/templates/npc/warehouse/31313-Lunin.xml @@ -0,0 +1,26 @@ + + + + Lunin + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31315-Daisy.xml b/data/templates/npc/warehouse/31315-Daisy.xml new file mode 100644 index 000000000..d52f951ae --- /dev/null +++ b/data/templates/npc/warehouse/31315-Daisy.xml @@ -0,0 +1,26 @@ + + + + Daisy + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31374-Jaff.xml b/data/templates/npc/warehouse/31374-Jaff.xml new file mode 100644 index 000000000..f7b6f6854 --- /dev/null +++ b/data/templates/npc/warehouse/31374-Jaff.xml @@ -0,0 +1,26 @@ + + + + Jaff + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31381-Hagos.xml b/data/templates/npc/warehouse/31381-Hagos.xml new file mode 100644 index 000000000..6e93a1b83 --- /dev/null +++ b/data/templates/npc/warehouse/31381-Hagos.xml @@ -0,0 +1,26 @@ + + + + Hagos + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31773-Sonin.xml b/data/templates/npc/warehouse/31773-Sonin.xml new file mode 100644 index 000000000..d7d94258e --- /dev/null +++ b/data/templates/npc/warehouse/31773-Sonin.xml @@ -0,0 +1,26 @@ + + + + Sonin + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31956-Rydel.xml b/data/templates/npc/warehouse/31956-Rydel.xml new file mode 100644 index 000000000..ecac9d0c9 --- /dev/null +++ b/data/templates/npc/warehouse/31956-Rydel.xml @@ -0,0 +1,26 @@ + + + + Rydel + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31957-Cherbal.xml b/data/templates/npc/warehouse/31957-Cherbal.xml new file mode 100644 index 000000000..29913951d --- /dev/null +++ b/data/templates/npc/warehouse/31957-Cherbal.xml @@ -0,0 +1,26 @@ + + + + Cherbal + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/31959-Axel.xml b/data/templates/npc/warehouse/31959-Axel.xml new file mode 100644 index 000000000..e11859649 --- /dev/null +++ b/data/templates/npc/warehouse/31959-Axel.xml @@ -0,0 +1,26 @@ + + + + Axel + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/32170-Benis.xml b/data/templates/npc/warehouse/32170-Benis.xml new file mode 100644 index 000000000..84c567ad6 --- /dev/null +++ b/data/templates/npc/warehouse/32170-Benis.xml @@ -0,0 +1,26 @@ + + + + Benis + Warehouse Keeper + 70 + MALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/templates/npc/warehouse/32172-Saylem.xml b/data/templates/npc/warehouse/32172-Saylem.xml new file mode 100644 index 000000000..fb2ae03e3 --- /dev/null +++ b/data/templates/npc/warehouse/32172-Saylem.xml @@ -0,0 +1,26 @@ + + + + Saylem + Warehouse Keeper + 70 + FEMALE + + + + + + + + + + + + + + + 0 + 0 + + + diff --git a/data/zones.xml b/data/zones.xml new file mode 100644 index 000000000..aa42d88b5 --- /dev/null +++ b/data/zones.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/main/java/com/l2jserver/game/net/packet/server/CharacterEnterWorldPacket.java b/src/main/java/com/l2jserver/game/net/packet/server/CharacterEnterWorldPacket.java index e00c7e088..39183f1db 100644 --- a/src/main/java/com/l2jserver/game/net/packet/server/CharacterEnterWorldPacket.java +++ b/src/main/java/com/l2jserver/game/net/packet/server/CharacterEnterWorldPacket.java @@ -81,12 +81,12 @@ public class CharacterEnterWorldPacket extends AbstractServerPacket { buffer.writeInt(ActorExperience.LEVEL_1.level); buffer.writeInt(0x00); // karma buffer.writeInt(0x00); // pk - buffer.writeInt(character.getAttributes().getIntelligence()); // INT - buffer.writeInt(character.getAttributes().getStrength()); // STR - buffer.writeInt(character.getAttributes().getConcentration()); // CON - buffer.writeInt(character.getAttributes().getMentality()); // MEN - buffer.writeInt(character.getAttributes().getDexterity()); // DEX - buffer.writeInt(character.getAttributes().getWitness()); // WIT + buffer.writeInt(character.getStats().getIntelligence()); // INT + buffer.writeInt(character.getStats().getStrength()); // STR + buffer.writeInt(character.getStats().getConcentration()); // CON + buffer.writeInt(character.getStats().getMentality()); // MEN + buffer.writeInt(character.getStats().getDexterity()); // DEX + buffer.writeInt(character.getStats().getWitness()); // WIT buffer.writeInt(250); // game time buffer.writeInt(0x00); diff --git a/src/main/java/com/l2jserver/game/net/packet/server/CharacterInformationPacket.java b/src/main/java/com/l2jserver/game/net/packet/server/CharacterInformationPacket.java index 7ca25d8f7..5f01289bd 100644 --- a/src/main/java/com/l2jserver/game/net/packet/server/CharacterInformationPacket.java +++ b/src/main/java/com/l2jserver/game/net/packet/server/CharacterInformationPacket.java @@ -101,7 +101,7 @@ public class CharacterInformationPacket extends AbstractServerPacket { buffer.writeInt((int) character.getMP()); // cur mp buffer.writeInt(character.getSP()); // sp buffer.writeInt(0); // load - buffer.writeInt(character.getAttributes().getMaxWeigth()); // max load + buffer.writeInt(character.getStats().getMaximumLoad()); // max load // 20 no weapon, 40 weapon equippe buffer.writeInt(20); diff --git a/src/main/java/com/l2jserver/game/net/packet/server/CharacterSelectedPacket.java b/src/main/java/com/l2jserver/game/net/packet/server/CharacterSelectedPacket.java index 807d1f965..1b15c8b7c 100644 --- a/src/main/java/com/l2jserver/game/net/packet/server/CharacterSelectedPacket.java +++ b/src/main/java/com/l2jserver/game/net/packet/server/CharacterSelectedPacket.java @@ -72,12 +72,12 @@ public class CharacterSelectedPacket extends AbstractServerPacket { buffer.writeInt(ActorExperience.LEVEL_1.level); buffer.writeInt(0); // karma buffer.writeInt(0); // pk - buffer.writeInt(character.getAttributes().getIntelligence()); - buffer.writeInt(character.getAttributes().getStrength()); - buffer.writeInt(character.getAttributes().getConcentration()); - buffer.writeInt(character.getAttributes().getMentality()); - buffer.writeInt(character.getAttributes().getDexterity()); - buffer.writeInt(character.getAttributes().getWitness()); + buffer.writeInt(character.getStats().getIntelligence()); + buffer.writeInt(character.getStats().getStrength()); + buffer.writeInt(character.getStats().getConcentration()); + buffer.writeInt(character.getStats().getMentality()); + buffer.writeInt(character.getStats().getDexterity()); + buffer.writeInt(character.getStats().getWitness()); buffer.writeInt(0); // game time buffer.writeInt(0x00); // unk diff --git a/src/main/java/com/l2jserver/game/net/packet/server/CharacterTemplatePacket.java b/src/main/java/com/l2jserver/game/net/packet/server/CharacterTemplatePacket.java index 73cbac3e1..7ebd29809 100644 --- a/src/main/java/com/l2jserver/game/net/packet/server/CharacterTemplatePacket.java +++ b/src/main/java/com/l2jserver/game/net/packet/server/CharacterTemplatePacket.java @@ -50,22 +50,22 @@ public class CharacterTemplatePacket extends AbstractServerPacket { buffer.writeInt(template.getRace().id); buffer.writeInt(template.getCharacterClass().id); buffer.writeInt(0x46); - buffer.writeInt(template.getBaseAttributes().getStrength()); + buffer.writeInt(template.getBaseStrength()); buffer.writeInt(0x0a); buffer.writeInt(0x46); - buffer.writeInt(template.getBaseAttributes().getDexterity()); + buffer.writeInt(template.getBaseDexterity()); buffer.writeInt(0x0a); buffer.writeInt(0x46); - buffer.writeInt(template.getBaseAttributes().getConcentration()); + buffer.writeInt(template.getBaseConcentration()); buffer.writeInt(0x0a); buffer.writeInt(0x46); - buffer.writeInt(template.getBaseAttributes().getIntelligence()); + buffer.writeInt(template.getBaseIntelligence()); buffer.writeInt(0x0a); buffer.writeInt(0x46); - buffer.writeInt(template.getBaseAttributes().getWitness()); + buffer.writeInt(template.getBaseWitness()); buffer.writeInt(0x0a); buffer.writeInt(0x46); - buffer.writeInt(template.getBaseAttributes().getMentality()); + buffer.writeInt(template.getBaseMentality()); buffer.writeInt(0x0a); } } diff --git a/src/main/java/com/l2jserver/game/net/packet/server/NPCInformationPacket.java b/src/main/java/com/l2jserver/game/net/packet/server/NPCInformationPacket.java index 0070526ee..6578ecf32 100644 --- a/src/main/java/com/l2jserver/game/net/packet/server/NPCInformationPacket.java +++ b/src/main/java/com/l2jserver/game/net/packet/server/NPCInformationPacket.java @@ -49,8 +49,7 @@ public class NPCInformationPacket extends AbstractServerPacket { buffer.writeInt(npc.getID().getID()); buffer.writeInt(template.getID().getID() + 1000000); // npctype id if (npc instanceof NPC) { - buffer.writeInt(((template).isAttackable() ? 0x01 - : 0x00)); + buffer.writeInt((template.isAttackable() ? 0x01 : 0x00)); } else { buffer.writeInt(0x01); } @@ -59,8 +58,8 @@ public class NPCInformationPacket extends AbstractServerPacket { buffer.writeInt(npc.getPoint().getZ()); buffer.writeInt((int) npc.getPoint().getAngle()); buffer.writeInt(0x00); // unk - buffer.writeInt(template.getCastSpeed()); - buffer.writeInt(template.getAttackSpeed()); + buffer.writeInt((int) template.getMagicalAttackSpeed()); + buffer.writeInt((int) template.getPhysicalAttackSpeed()); buffer.writeInt((int) template.getRunSpeed()); buffer.writeInt((int) template.getWalkSpeed()); buffer.writeInt((int) template.getRunSpeed()); // swim run speed @@ -69,8 +68,8 @@ public class NPCInformationPacket extends AbstractServerPacket { buffer.writeInt((int) template.getWalkSpeed()); // swim walk speed buffer.writeInt((int) template.getRunSpeed()); // fly run speed buffer.writeInt((int) template.getWalkSpeed()); // fly run speed - buffer.writeDouble(template.getMovementSpeedMultiplier()); - buffer.writeDouble(template.getAttackSpeedMultiplier()); + buffer.writeDouble(0x01); // TODO + buffer.writeDouble(0x01);// TODO buffer.writeDouble(template.getCollisionRadius()); buffer.writeDouble(template.getCollisionHeight()); buffer.writeInt((template.getRightHand() != null ? template @@ -83,8 +82,8 @@ public class NPCInformationPacket extends AbstractServerPacket { buffer.writeByte(0x00); // is in combat buffer.writeByte(0x00); // is like dead (faking) buffer.writeByte(0x00); // 0=teleported 1=default 2=summoned - BufferUtils.writeString(buffer, (template).getName()); - BufferUtils.writeString(buffer, (template).getTitle()); + BufferUtils.writeString(buffer, template.getName()); + BufferUtils.writeString(buffer, template.getTitle()); buffer.writeInt(0x00); // Title color 0=client default buffer.writeInt(0x00); // pvp flag buffer.writeInt(0x00); // karma diff --git a/src/main/java/com/l2jserver/game/net/packet/server/ServerObjectPacket.java b/src/main/java/com/l2jserver/game/net/packet/server/ServerObjectPacket.java index c1d08ab53..09319570d 100644 --- a/src/main/java/com/l2jserver/game/net/packet/server/ServerObjectPacket.java +++ b/src/main/java/com/l2jserver/game/net/packet/server/ServerObjectPacket.java @@ -55,13 +55,13 @@ public class ServerObjectPacket extends AbstractServerPacket { buffer.writeInt(npc.getPoint().getY()); // y buffer.writeInt(npc.getPoint().getZ()); // z buffer.writeInt((int) npc.getPoint().getAngle()); // angle - buffer.writeDouble(template.getMovementSpeedMultiplier()); - buffer.writeDouble(template.getAttackSpeedMultiplier()); - buffer.writeDouble(template.getCollisionRadius()); // coll radius - buffer.writeDouble(template.getCollisionHeight()); // coll height + buffer.writeDouble(0x01); // move mult + buffer.writeDouble(0x01); // attack spd mult + buffer.writeDouble(template.getCollisionRadius()); + buffer.writeDouble(template.getCollisionHeight()); buffer.writeInt((int) (template.isAttackable() ? npc.getHP() : 0x00)); - buffer.writeInt((int) (template.isAttackable() ? template.getMaxHP() - : 0x00)); + buffer.writeInt((int) (template.isAttackable() ? template + .getMaximumHP() : 0x00)); buffer.writeInt(0x01); // object type buffer.writeInt(0x00); // special effects } diff --git a/src/main/java/com/l2jserver/model/id/template/ItemTemplateID.java b/src/main/java/com/l2jserver/model/id/template/ItemTemplateID.java index 9c0c7f64b..df27d4259 100644 --- a/src/main/java/com/l2jserver/model/id/template/ItemTemplateID.java +++ b/src/main/java/com/l2jserver/model/id/template/ItemTemplateID.java @@ -34,7 +34,8 @@ public class ItemTemplateID extends TemplateID { private final TemplateService templateService; @Inject - protected ItemTemplateID(@Assisted int id, TemplateService templateService) { + // FIXME this should be protected + public ItemTemplateID(@Assisted int id, TemplateService templateService) { super(id); this.templateService = templateService; } diff --git a/src/main/java/com/l2jserver/model/template/AbstractTemplate.java b/src/main/java/com/l2jserver/model/template/AbstractTemplate.java index 5cbbbb6ea..b88a6b435 100644 --- a/src/main/java/com/l2jserver/model/template/AbstractTemplate.java +++ b/src/main/java/com/l2jserver/model/template/AbstractTemplate.java @@ -27,22 +27,20 @@ import com.l2jserver.model.id.TemplateID; * the type of object created by this template */ public abstract class AbstractTemplate implements Template { - /** - * The {@link TemplateID}F - */ - private final TemplateID id; + // /** + // * The {@link TemplateID} + // */ + // private final TemplateID id; - /** - * Creates a new instance - * - * @param id - */ - protected AbstractTemplate(TemplateID id) { - this.id = id; - } + // /** + // * Creates a new instance + // * + // * @param id + // */ + // protected AbstractTemplate(TemplateID id) { + // this.id = id; + // } @Override - public TemplateID getID() { - return id; - } + public abstract TemplateID getID(); } diff --git a/src/main/java/com/l2jserver/model/template/ActorTemplate.java b/src/main/java/com/l2jserver/model/template/ActorTemplate.java index 3bb559dc7..e1cfbdef5 100644 --- a/src/main/java/com/l2jserver/model/template/ActorTemplate.java +++ b/src/main/java/com/l2jserver/model/template/ActorTemplate.java @@ -19,10 +19,7 @@ package com.l2jserver.model.template; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import com.l2jserver.model.id.template.ActorTemplateID; import com.l2jserver.model.world.Actor; -import com.l2jserver.model.world.actor.ActorAttributes; -import com.l2jserver.model.world.actor.stat.Stats; /** * Template for {@link Actor} @@ -37,33 +34,6 @@ public abstract class ActorTemplate extends private static final Logger log = LoggerFactory .getLogger(ActorTemplate.class); - /** - * The movement speed multiplier - */ - protected double movementSpeedMultiplier = 1.0; - /** - * The attack speed multiplier - */ - protected double attackSpeedMultiplier = 1.0; - - /** - * The Actor maximum HP - */ - protected double maxHP; - /** - * The Actor maximum MP - */ - protected double maxMP; - - /** - * The base attributes instance - */ - protected ActorBaseAttributes attributes = new ActorBaseAttributes(); - - public ActorTemplate(ActorTemplateID id) { - super(id); - } - @Override public T create() { log.debug("Creating a new Actor instance with template {}", this); @@ -73,422 +43,4 @@ public abstract class ActorTemplate extends } protected abstract T createInstance(); - - public abstract Stats getTemplateStat(); - - /** - * @return the baseAttributes - */ - public ActorBaseAttributes getBaseAttributes() { - return attributes; - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getIntelligence() - */ - public int getIntelligence() { - return attributes.getIntelligence(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getStrength() - */ - public int getStrength() { - return attributes.getStrength(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getConcentration() - */ - public int getConcentration() { - return attributes.getConcentration(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getMentality() - */ - public int getMentality() { - return attributes.getMentality(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getDexterity() - */ - public int getDextry() { - return attributes.getDexterity(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getWitness() - */ - public int getWitness() { - return attributes.getWitness(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getPhysicalAttack() - */ - public double getPhysicalAttack() { - return attributes.getPhysicalAttack(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getMagicalAttack() - */ - public double getMagicalAttack() { - return attributes.getMagicalAttack(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getPhysicalDefense() - */ - public double getPhysicalDefense() { - return attributes.getPhysicalDefense(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getMagicalDefense() - */ - public double getMagicalDefense() { - return attributes.getMagicalDefense(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getAttackSpeed() - */ - public int getAttackSpeed() { - return attributes.getAttackSpeed(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getCastSpeed() - */ - public int getCastSpeed() { - return attributes.getCastSpeed(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getAccuracy() - */ - public int getAccuracy() { - return attributes.getAccuracy(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getCriticalChance() - */ - public int getCriticalChance() { - return attributes.getCriticalChance(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getEvasionChance() - */ - public int getEvasionChance() { - return attributes.getEvasionChance(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getRunSpeed() - */ - public double getRunSpeed() { - return attributes.getRunSpeed(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getWalkSpeed() - */ - public double getWalkSpeed() { - return attributes.getWalkSpeed(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#getMaxWeigth() - */ - public int getMaxWeigth() { - return attributes.getMaxWeigth(); - } - - /** - * @return - * @see com.l2jserver.model.template.ActorBaseAttributes#canCraft() - */ - public boolean canCraft() { - return attributes.canCraft(); - } - - /** - * @return the movementSpeedMultiplier - */ - public double getMovementSpeedMultiplier() { - return movementSpeedMultiplier; - } - - /** - * @return the attackSpeedMultiplier - */ - public double getAttackSpeedMultiplier() { - return attackSpeedMultiplier; - } - - /** - * @return the max hp - */ - public double getMaxHP() { - return maxHP; - } - - /** - * Defines the attributes of an character - * - * @author Rogiel - */ - public class ActorBaseAttributes implements ActorAttributes { - /** - * The character intelligence - */ - public int intelligence; - /** - * The character strength - */ - public int strength; - /** - * The character concentration - */ - public int concentration; - /** - * The character mentality power - */ - public int mentality; - /** - * The character dexterity - */ - public int dexterity; - /** - * The character witness - */ - public int witness; - - /** - * The default physical attack - */ - public double physicalAttack; - /** - * The default magical attack - */ - public double magicalAttack; - /** - * The physical defense - */ - public double physicalDefense; - /** - * The magical defense - */ - public double magicalDefense; - - /** - * The physical attack speed - */ - public int attackSpeed; - /** - * The "magical attack speed" (aka cast speed) - */ - public int castSpeed; - - /** - * The character accuracy - */ - public int accuracy; - /** - * Chance of issuing an critical attack - */ - public int criticalChance; - /** - * Chance of avoiding an attack - */ - public int evasionChance; - /** - * The character's run speed - */ - public double runSpeed; - /** - * The character's walk speed - */ - public double walkSpeed; - /** - * The maximum weigth in items to be carried in the inventory - */ - public int maxWeigth; - /** - * If this character can craft - */ - public boolean craft; - - /** - * @return the intelligence - */ - @Override - public int getIntelligence() { - return intelligence; - } - - /** - * @return the strength - */ - @Override - public int getStrength() { - return strength; - } - - /** - * @return the concentration - */ - @Override - public int getConcentration() { - return concentration; - } - - /** - * @return the mentality - */ - @Override - public int getMentality() { - return mentality; - } - - /** - * @return the dexterity - */ - @Override - public int getDexterity() { - return dexterity; - } - - /** - * @return the witness - */ - @Override - public int getWitness() { - return witness; - } - - /** - * @return the physicalAttack - */ - @Override - public double getPhysicalAttack() { - return physicalAttack; - } - - /** - * @return the magicalAttack - */ - @Override - public double getMagicalAttack() { - return magicalAttack; - } - - /** - * @return the physicalDefense - */ - @Override - public double getPhysicalDefense() { - return physicalDefense; - } - - /** - * @return the magicalDefense - */ - @Override - public double getMagicalDefense() { - return magicalDefense; - } - - /** - * @return the attackSpeed - */ - @Override - public int getAttackSpeed() { - return attackSpeed; - } - - /** - * @return the castSpeed - */ - @Override - public int getCastSpeed() { - return castSpeed; - } - - /** - * @return the accuracy - */ - @Override - public int getAccuracy() { - return accuracy; - } - - /** - * @return the criticalChance - */ - @Override - public int getCriticalChance() { - return criticalChance; - } - - /** - * @return the evasionChance - */ - @Override - public int getEvasionChance() { - return evasionChance; - } - - /** - * @return the moveSpeed - */ - @Override - public double getRunSpeed() { - return runSpeed; - } - - @Override - public double getWalkSpeed() { - return walkSpeed; - } - - /** - * @return the maxWeigth - */ - @Override - public int getMaxWeigth() { - return maxWeigth; - } - - /** - * @return the craft - */ - @Override - public boolean canCraft() { - return craft; - } - } } \ No newline at end of file diff --git a/src/main/java/com/l2jserver/model/template/AugmentTemplate.java b/src/main/java/com/l2jserver/model/template/AugmentTemplate.java index 69b9e3e5c..5cd46b734 100644 --- a/src/main/java/com/l2jserver/model/template/AugmentTemplate.java +++ b/src/main/java/com/l2jserver/model/template/AugmentTemplate.java @@ -16,7 +16,6 @@ */ package com.l2jserver.model.template; -import com.l2jserver.model.id.template.ItemTemplateID; /** * Template for an Aumentation @@ -24,17 +23,13 @@ import com.l2jserver.model.id.template.ItemTemplateID; * @author Rogiel */ public abstract class AugmentTemplate extends AbstractTemplate { - public AugmentTemplate(ItemTemplateID id) { - super(id); - } - @Override public Object create() { return null; } - @Override - public ItemTemplateID getID() { - return (ItemTemplateID) super.getID(); - } + // @Override + // public ItemTemplateID getID() { + // return (ItemTemplateID) super.getID(); + // } } diff --git a/src/main/java/com/l2jserver/model/template/CharacterTemplate.java b/src/main/java/com/l2jserver/model/template/CharacterTemplate.java index 00113aed5..7e4d50737 100644 --- a/src/main/java/com/l2jserver/model/template/CharacterTemplate.java +++ b/src/main/java/com/l2jserver/model/template/CharacterTemplate.java @@ -2,238 +2,519 @@ * This file is part of l2jserver . * * l2jserver is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * 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. * * l2jserver 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. + * GNU General public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU General public License * along with l2jserver. If not, see . */ package com.l2jserver.model.template; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlAttribute; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + import com.l2jserver.model.id.template.CharacterTemplateID; import com.l2jserver.model.world.Actor.ActorRace; import com.l2jserver.model.world.L2Character; -import com.l2jserver.model.world.actor.stat.Stats; import com.l2jserver.model.world.character.CharacterClass; -import com.l2jserver.util.dimensional.Point; +import com.l2jserver.util.jaxb.CharacterTemplateIDAdapter; /** - * Template for {@link L2Character} - * * @author Rogiel */ -public abstract class CharacterTemplate extends ActorTemplate { - /** - * The character class - */ - protected final CharacterClass characterClass; - /** - * The initial location for the character to be spawned - */ - protected final Point spawnLocation; +@XmlRootElement(name = "character") +@XmlType(namespace = "character") +@XmlAccessorType(XmlAccessType.FIELD) +public class CharacterTemplate extends ActorTemplate { + @XmlJavaTypeAdapter(CharacterTemplateIDAdapter.class) + @XmlAttribute(name = "class") + protected CharacterTemplateID id = null; - protected double hpBase; - protected double hpAdd; - protected double hpMultiplier; + @XmlAttribute(name = "class") + protected CharacterClass characterClass = null; - protected double mpBase; - protected double mpAdd; - protected double mpMultiplier; + @XmlElement(name = "stats") + protected CharacterStatsMetadata stats = null; - protected double cpBase; - protected double cpAdd; - protected double cpMultiplier; + @XmlType(namespace = "character") + protected static class CharacterStatsMetadata { + @XmlAttribute(name = "level") + protected int level = 0; + @XmlAttribute(name = "crafter") + protected boolean crafter = false; - protected int minimumLevel; + @XmlElement(name = "hp") + protected Stat hp = null; + @XmlElement(name = "mp") + protected Stat mp = null; + @XmlElement(name = "cp") + protected Stat cp = null; - protected Integer attackDamage = null; - protected AttackType attackType; + @XmlType(namespace = "character") + protected static class Stat { + @XmlAttribute(name = "base") + protected double base = 0; + @XmlAttribute(name = "modifier") + protected double modifier = 0; + @XmlAttribute(name = "add") + protected double add = 0; + } - public enum AttackType { - FIST; + @XmlElement(name = "attack") + protected AttackMetadata attack = null; + + @XmlType(namespace = "character") + protected static class AttackMetadata { + @XmlAttribute(name = "evasion") + protected int evasion = 0; + @XmlAttribute(name = "critical") + protected int critical = 0; + @XmlAttribute(name = "accuracy") + protected int accuracy = 0; + + @XmlElement(name = "physical") + protected AttackValueMetadata physical = null; + @XmlElement(name = "magical") + protected AttackValueMetadata magical = null; + + @XmlType(namespace = "character") + protected static class AttackValueMetadata { + @XmlAttribute(name = "damage") + protected double damage = 0; + @XmlAttribute(name = "speed") + protected double speed = 0; + } + } + + @XmlElement(name = "defense") + protected DefenseMetadata defense = null; + + @XmlType(namespace = "character") + protected static class DefenseMetadata { + @XmlElement(name = "physical") + protected DefenseValueMetadata physical = null; + @XmlElement(name = "magical") + protected DefenseValueMetadata magical = null; + + @XmlType(namespace = "character") + protected static class DefenseValueMetadata { + @XmlAttribute(name = "value") + protected double value = 0; + } + } + + @XmlElement(name = "move") + protected MoveMetadata move = null; + + @XmlType(namespace = "character") + protected static class MoveMetadata { + @XmlAttribute(name = "run") + protected double run = 0; + @XmlAttribute(name = "walk") + protected double walk = 0; + } + + @XmlElement(name = "base") + protected BaseMetadata base = null; + + @XmlType(namespace = "character") + protected static class BaseMetadata { + @XmlAttribute(name = "int") + protected int intelligence = 0; + @XmlAttribute(name = "str") + protected int strength = 0; + @XmlAttribute(name = "con") + protected int concentration = 0; + @XmlAttribute(name = "men") + protected int mentality = 0; + @XmlAttribute(name = "dex") + protected int dexterity = 0; + @XmlAttribute(name = "wit") + protected int witness = 0; + } + + @XmlElement(name = "maxload") + protected int maximumLoad = 0; } - /** - * The collision radius for male instances - */ - protected double maleCollisionRadius = 0; - /** - * The collision height for male instances - */ - protected double maleCollisionHeight = 0; - /** - * The collision radius for female instances - */ - protected double femaleCollisionRadius = 0; - /** - * The collision height for female instances - */ - protected double femaleCollisionHeight = 0; + @XmlElement(name = "collision") + protected CollitionMetadataContainer collision = null; - protected CharacterTemplate(CharacterTemplateID id, - CharacterClass characterClass, Point spawnLocation) { - super(id); - this.characterClass = characterClass; - this.spawnLocation = spawnLocation; + @XmlType(namespace = "character") + protected static class CollitionMetadataContainer { + @XmlElement(name = "male") + protected CollisionMetadata male = null; + + @XmlElement(name = "female") + protected CollisionMetadata female = null; + + @XmlType(namespace = "character") + protected static class CollisionMetadata { + @XmlAttribute(name = "radius") + protected double radius = 0; + @XmlAttribute(name = "heigth") + protected double height = 0; + } } @Override - public L2Character createInstance() { - final L2Character character = new L2Character(this.getID()); - - character.setRace(getRace()); - character.setCharacterClass(characterClass); - character.setPoint(spawnLocation); - - return character; - } - - @Override - public Stats getTemplateStat() { - return null; + protected L2Character createInstance() { + return new L2Character(id); + // character.setPosition(null); // TODO spawn location + // return null; } /** - * @return the race - */ - public ActorRace getRace() { - return characterClass.race; - } - - /** - * @return the characterClass + * @return the character Class */ public CharacterClass getCharacterClass() { return characterClass; } /** - * @return the initial spawn location + * @return the character race */ - public Point getSpawnLocation() { - return spawnLocation; + public ActorRace getRace() { + return characterClass.race; } /** - * @return the hpBase - */ - public double getHpBase() { - return hpBase; - } - - /** - * @return the hpAdd - */ - public double getHpAdd() { - return hpAdd; - } - - /** - * @return the hpMultiplier - */ - public double getHpMultiplier() { - return hpMultiplier; - } - - /** - * @return the mpBase - */ - public double getMpBase() { - return mpBase; - } - - /** - * @return the mpAdd - */ - public double getMpAdd() { - return mpAdd; - } - - /** - * @return the mpMultiplier - */ - public double getMpMultiplier() { - return mpMultiplier; - } - - /** - * @return the cpBase - */ - public double getCpBase() { - return cpBase; - } - - /** - * @return the cpAdd - */ - public double getCpAdd() { - return cpAdd; - } - - /** - * @return the cpMultiplier - */ - public double getCpMultiplier() { - return cpMultiplier; - } - - /** - * @return the minimumLevel + * @return the minimum level */ public int getMinimumLevel() { - return minimumLevel; + if (stats == null) + return 0; + return stats.level; } /** - * @return the attackDamage + * @return true if class is crafter */ - public Integer getAttackDamage() { - return attackDamage; + public boolean isCrafter() { + if (stats == null) + return false; + return stats.crafter; + } + + public double getBaseHP() { + if (stats == null) + return 0; + if (stats.hp == null) + return 0; + return stats.hp.base; + } + + public double getBaseHPModifier() { + if (stats == null) + return 0; + if (stats.hp == null) + return 0; + return stats.hp.modifier; + } + + public double getBaseHPAdd() { + if (stats == null) + return 0; + if (stats.hp == null) + return 0; + return stats.hp.add; + } + + public double getBaseBaseMP() { + if (stats == null) + return 0; + if (stats.mp == null) + return 0; + return stats.mp.base; + } + + public double getBaseMPModifier() { + if (stats == null) + return 0; + if (stats.mp == null) + return 0; + return stats.mp.modifier; + } + + public double getBaseMPAdd() { + if (stats == null) + return 0; + if (stats.mp == null) + return 0; + return stats.mp.add; + } + + public double getBaseCP() { + if (stats == null) + return 0; + if (stats.cp == null) + return 0; + return stats.cp.base; + } + + public double getBaseCPModifier() { + if (stats == null) + return 0; + if (stats.cp == null) + return 0; + return stats.cp.modifier; + } + + public double getBaseCPAdd() { + if (stats == null) + return 0; + if (stats.cp == null) + return 0; + return stats.cp.add; } /** - * @return the attackType + * @return the evasion */ - public AttackType getAttackType() { - return attackType; + public int getBaseEvasion() { + if (stats == null) + return 0; + if (stats.attack == null) + return 0; + return stats.attack.evasion; } /** - * @return the male collision radius + * @return the critical */ + public int getBaseCritical() { + if (stats == null) + return 0; + if (stats.attack == null) + return 0; + return stats.attack.critical; + } + + /** + * @return the accuracy + */ + public int getBaseAccuracy() { + if (stats == null) + return 0; + if (stats.attack == null) + return 0; + return stats.attack.accuracy; + } + + /** + * @return the physical attack + */ + public double getBasePhysicalAttack() { + if (stats == null) + return 0; + if (stats.attack == null) + return 0; + if (stats.attack.physical == null) + return 0; + return stats.attack.physical.damage; + } + + /** + * @return the physical defense + */ + public double getBasePhysicalDefense() { + if (stats == null) + return 0; + if (stats.defense == null) + return 0; + if (stats.defense.physical == null) + return 0; + return stats.defense.physical.value; + } + + /** + * @return the physical attack speed + */ + public double getBasePhysicalAttackSpeed() { + if (stats == null) + return 0; + if (stats.attack == null) + return 0; + if (stats.attack.physical == null) + return 0; + return stats.attack.physical.speed; + } + + /** + * @return the magical attack + */ + public double getBaseMagicalAttack() { + if (stats == null) + return 0; + if (stats.attack == null) + return 0; + if (stats.attack.magical == null) + return 0; + return stats.attack.magical.damage; + } + + /** + * @return the magical attack + */ + public double getBaseMagicalDefense() { + if (stats == null) + return 0; + if (stats.defense == null) + return 0; + if (stats.defense.magical == null) + return 0; + return stats.defense.magical.value; + } + + /** + * @return the magical attack speed + */ + public double getBaseMagicalAttackSpeed() { + if (stats == null) + return 0; + if (stats.attack == null) + return 0; + if (stats.attack.magical == null) + return 0; + return stats.attack.magical.speed; + } + + public double getBaseRunSpeed() { + if (stats == null) + return 0; + if (stats.move == null) + return 0; + return stats.move.run; + } + + public double getBaseWalkSpeed() { + if (stats == null) + return 0; + if (stats.move == null) + return 0; + return stats.move.walk; + } + + /** + * @return the intelligence + */ + public int getBaseIntelligence() { + if (stats == null) + return 0; + if (stats.base == null) + return 0; + return stats.base.intelligence; + } + + /** + * @return the strength + */ + public int getBaseStrength() { + if (stats == null) + return 0; + if (stats.base == null) + return 0; + return stats.base.strength; + } + + /** + * @return the concentration + */ + public int getBaseConcentration() { + if (stats == null) + return 0; + if (stats.base == null) + return 0; + return stats.base.concentration; + } + + /** + * @return the mentality + */ + public int getBaseMentality() { + if (stats == null) + return 0; + if (stats.base == null) + return 0; + return stats.base.mentality; + } + + /** + * @return the dexterity + */ + public int getBaseDexterity() { + if (stats == null) + return 0; + if (stats.base == null) + return 0; + return stats.base.dexterity; + } + + /** + * @return the witness + */ + public int getBaseWitness() { + if (stats == null) + return 0; + if (stats.base == null) + return 0; + return stats.base.witness; + } + + /** + * @return the witness + */ + public int getBaseMaximumLoad() { + if (stats == null) + return 0; + return stats.maximumLoad; + } + public double getMaleCollisionRadius() { - return maleCollisionRadius; + if (collision == null) + return 0; + if (collision.male == null) + return 0; + return collision.male.radius; } - /** - * @return the male collision height - */ public double getMaleCollisionHeight() { - return maleCollisionHeight; + if (collision == null) + return 0; + if (collision.male == null) + return 0; + return collision.male.height; } - /** - * @return the female collision radius - */ public double getFemaleCollisionRadius() { - return femaleCollisionRadius; + if (collision == null) + return 0; + if (collision.female == null) + return 0; + return collision.female.radius; } - /** - * @return the female collision height - */ public double getFemaleCollisionHeight() { - return femaleCollisionHeight; + if (collision == null) + return 0; + if (collision.female == null) + return 0; + return collision.female.height; } @Override public CharacterTemplateID getID() { - return (CharacterTemplateID) super.getID(); + return id; } } diff --git a/src/main/java/com/l2jserver/model/template/EffectTemplate.java b/src/main/java/com/l2jserver/model/template/EffectTemplate.java index 229793a5e..01119ad34 100644 --- a/src/main/java/com/l2jserver/model/template/EffectTemplate.java +++ b/src/main/java/com/l2jserver/model/template/EffectTemplate.java @@ -16,7 +16,6 @@ */ package com.l2jserver.model.template; -import com.l2jserver.model.id.template.ItemTemplateID; import com.l2jserver.model.world.Actor; /** @@ -25,10 +24,6 @@ import com.l2jserver.model.world.Actor; * @author Rogiel */ public abstract class EffectTemplate extends AbstractTemplate { - public EffectTemplate(ItemTemplateID id) { - super(id); - } - @Override public Object create() { return null; @@ -44,8 +39,8 @@ public abstract class EffectTemplate extends AbstractTemplate { } - @Override - public ItemTemplateID getID() { - return (ItemTemplateID) super.getID(); - } + // @Override + // public ItemTemplateID getID() { + // return (ItemTemplateID) super.getID(); + // } } diff --git a/src/main/java/com/l2jserver/model/template/ItemTemplate.java b/src/main/java/com/l2jserver/model/template/ItemTemplate.java index f0499b6d9..69ce3bc94 100644 --- a/src/main/java/com/l2jserver/model/template/ItemTemplate.java +++ b/src/main/java/com/l2jserver/model/template/ItemTemplate.java @@ -16,40 +16,54 @@ */ package com.l2jserver.model.template; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlAttribute; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import com.google.inject.Inject; -import com.l2jserver.game.net.Lineage2Connection; -import com.l2jserver.model.id.object.CharacterID; import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.capability.Dropable; -import com.l2jserver.model.template.capability.Enchantable; -import com.l2jserver.model.template.capability.Sellable; -import com.l2jserver.model.template.capability.Tradable; import com.l2jserver.model.world.Item; -import com.l2jserver.model.world.L2Character; -import com.l2jserver.service.network.NetworkService; +import com.l2jserver.util.jaxb.ItemTemplateIDAdapter; /** * Template for an {@link Item} * * @author Rogiel */ -public abstract class ItemTemplate extends AbstractTemplate { +@XmlRootElement(name = "item") +@XmlType(namespace = "item") +@XmlAccessorType(XmlAccessType.FIELD) +public class ItemTemplate extends AbstractTemplate { /** * The logger */ private static final Logger log = LoggerFactory .getLogger(ItemTemplate.class); - @Inject - protected NetworkService networkService; + @XmlAttribute(name = "id") + @XmlJavaTypeAdapter(ItemTemplateIDAdapter.class) + protected ItemTemplateID id; + @XmlElement(name = "weight") protected int weight = 0; + @XmlElement(name = "price") protected int price = 0; + @XmlElement(name = "icon") protected String icon; - protected boolean immediateEffect = true; + @XmlElement(name = "weight") + protected EffectContainer effect; + + @XmlType(namespace = "item") + private static class EffectContainer { + @XmlAttribute(name = "type") + protected EffectType effect = null; + } protected ItemMaterial material; @@ -57,62 +71,14 @@ public abstract class ItemTemplate extends AbstractTemplate { COTTON, WOOD, PAPER, FISH, ORIHARUKON, HORN, ADAMANTAITE, CHRYSOLITE, MITHRIL, COBWEB, RUNE_XP, CLOTH, SCALE_OF_DRAGON, BONE, GOLD, LEATHER, FINE_STEEL, SILVER, DYESTUFF, CRYSTAL, RUNE_REMOVE_PENALTY, STEEL, BRONZE, RUNE_SP, LIQUID, BLOOD_STEEL, DAMASCUS; } - public ItemTemplate(ItemTemplateID id) { - super(id); - } - - public ItemTemplate(final ItemTemplateID id, String icon, - ItemMaterial material) { - super(id); - this.icon = icon; - this.material = material; + public enum EffectType { + IMMEDIATE; } @Override public Item create() { log.debug("Creating a new Item instance with template {}", this); - return new Item(this.getID()); - } - - public final void use(Item item, L2Character character) { - final CharacterID id = character.getID(); - final Lineage2Connection conn = networkService.discover(id); - this.use(item, character, conn); - } - - protected void use(Item item, L2Character character, Lineage2Connection conn) { - conn.sendActionFailed(); - } - - public void stack(Item... object) { - } - - /** - * @return true if item is enchantable - */ - public boolean isEnchantable() { - return (this instanceof Enchantable); - } - - /** - * @return the sellable - */ - public boolean isSellable() { - return (this instanceof Sellable); - } - - /** - * @return the dropable - */ - public boolean isDropable() { - return (this instanceof Dropable); - } - - /** - * @return the tradable - */ - public boolean isTradable() { - return (this instanceof Tradable); + return new Item(id); } /** @@ -139,8 +105,8 @@ public abstract class ItemTemplate extends AbstractTemplate { /** * @return the immediateEffect */ - public boolean isImmediateEffect() { - return immediateEffect; + public EffectType getEffectType() { + return effect.effect; } /** @@ -150,8 +116,18 @@ public abstract class ItemTemplate extends AbstractTemplate { return material; } + /* + * (non-Javadoc) + * + * @see com.l2jserver.model.template.AbstractTemplate#getID() + */ @Override public ItemTemplateID getID() { - return (ItemTemplateID) super.getID(); + return id; } + + // @Override + // public ItemTemplateID getID() { + // return (ItemTemplateID) super.getID(); + // } } diff --git a/src/main/java/com/l2jserver/model/template/NPCTemplate.java b/src/main/java/com/l2jserver/model/template/NPCTemplate.java index 3bd19d93b..a2cbd272c 100644 --- a/src/main/java/com/l2jserver/model/template/NPCTemplate.java +++ b/src/main/java/com/l2jserver/model/template/NPCTemplate.java @@ -2,406 +2,721 @@ * This file is part of l2jserver . * * l2jserver is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by + * 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. * * l2jserver 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. + * GNU General public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU General public License * along with l2jserver. If not, see . */ package com.l2jserver.model.template; -import com.google.common.base.Preconditions; -import com.google.inject.Inject; -import com.l2jserver.game.net.Lineage2Connection; -import com.l2jserver.game.net.packet.server.NPCHtmlMessagePacket; +import java.util.List; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlAttribute; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlElementWrapper; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import javax.xml.bind.annotation.XmlValue; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + +import com.l2jserver.model.id.TemplateID; import com.l2jserver.model.id.template.ItemTemplateID; import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.id.template.provider.ItemTemplateIDProvider; -import com.l2jserver.model.template.capability.Interactable; -import com.l2jserver.model.world.Actor; import com.l2jserver.model.world.Actor.ActorSex; -import com.l2jserver.model.world.L2Character; import com.l2jserver.model.world.NPC; -import com.l2jserver.model.world.actor.stat.Stats; -import com.l2jserver.service.game.character.CannotSetTargetServiceException; -import com.l2jserver.service.game.character.CharacterService; -import com.l2jserver.service.network.NetworkService; -import com.l2jserver.util.calculator.Calculator; -import com.l2jserver.util.exception.L2Exception; -import com.l2jserver.util.html.markup.HtmlTemplate; +import com.l2jserver.util.jaxb.ItemTemplateIDAdapter; +import com.l2jserver.util.jaxb.NPCTemplateIDAdapter; /** - * Template for {@link NPC} - * * @author Rogiel */ -public abstract class NPCTemplate extends ActorTemplate implements - Interactable { - /** - * The {@link NetworkService} - */ - @Inject - protected NetworkService networkService; - /** - * The {@link CharacterService} - */ - @Inject - protected CharacterService charService; - /** - * The {@link ItemTemplateID} provider - */ - @Inject - protected ItemTemplateIDProvider itemTemplateIdProvider; - - protected Stats stats; +@XmlRootElement(name = "npc") +@XmlType(namespace = "npc") +@XmlAccessorType(XmlAccessType.FIELD) +public class NPCTemplate extends ActorTemplate { + @XmlAttribute(name = "id") + @XmlJavaTypeAdapter(value = NPCTemplateIDAdapter.class) + protected NPCTemplateID id = null; + @XmlAttribute(name = "type") + protected String type = null; - /** - * The NPC name - */ - protected String name = null; - /** - * If true will send the name in the packet - */ - protected boolean serverSideName; - /** - * The NPC title - */ - protected String title = null; - /** - * If true will send the title in the packet - */ - protected boolean serverSideTitle; - /** - * The attackable state of the NPC - */ - protected boolean attackable = false; + @XmlElement(name = "info") + protected NPCInformationMetadata info = null; - /** - * The collision radius - */ - protected double collisionRadius = 0; - /** - * The collision height - */ - protected double collisionHeight = 0; + @XmlType(namespace = "npc") + protected static class NPCInformationMetadata { + @XmlElement(name = "name") + public NPCNameMetadata nameMetadata = null; - /** - * The NPC Sex - */ - protected ActorSex sex; - /** - * The NPC level - */ - protected int level; - - /** - * The NPC attack range - */ - protected int attackRange; - - /** - * The HP regeneration - */ - protected double hpRegeneration; - /** - * The MP regeneration - */ - protected double mpRegeneration; - - /** - * The NPC experience - */ - protected long experience; - /** - * The NPC sp - */ - protected int sp; - - /** - * The NPC agressive state - */ - protected boolean aggressive; - - /** - * Weapon or shield in NPC right hand - */ - protected ItemTemplateID rightHand; - /** - * Weapon or shield in NPC left hand - */ - protected ItemTemplateID leftHand; - /** - * Enchant level in NPC weapon - */ - protected int enchantLevel; - - /** - * True if NPC can be targetted - */ - protected boolean targetable; - /** - * True will display the NPC name - */ - protected boolean showName; - /** - * TODO - */ - protected int dropHerbGroup; - /** - * Use base attributes - */ - protected boolean baseAttributes; - - protected NPCTemplate(NPCTemplateID id) { - super(id); - } - - @Override - public void action(NPC npc, L2Character character, String... args) - throws L2Exception { - Preconditions.checkNotNull(npc, "npc"); - Preconditions.checkNotNull(character, "character"); - Preconditions.checkNotNull(args, "args"); - - final Lineage2Connection conn = networkService.discover(character - .getID()); - if (conn == null) - return; - - // target this npc - try { - charService.target(character, npc); - } catch (CannotSetTargetServiceException e) { - conn.sendActionFailed(); - return; + @XmlType(namespace = "npc") + protected static class NPCNameMetadata { + @XmlValue + protected String name = null; + @XmlAttribute(name = "send") + protected Boolean send = null; + @XmlAttribute(name = "display") + protected Boolean display = null; } - if (args.length == 0 || args[0].equals("Chat")) - talk(npc, character, conn, args); - } + @XmlElement(name = "title") + protected NPCTitleMetadata titleMetadata = null; - /** - * Talks with this NPC - * - * @param npc - * the npc - * @param character - * the character - * @param conn - * the lineage 2 connection - * @param args - * the action arguments - * @throws L2Exception - */ - protected void talk(NPC npc, L2Character character, - Lineage2Connection conn, String... args) throws L2Exception { - if (args.length == 0 || (args.length >= 1 && args[0].equals("Chat"))) { - String name = ""; - if (args.length == 2) - name = args[1]; - final HtmlTemplate template = getChat(name); - if (template != null) { - template.register("npcid", npc.getID().getID()); - conn.write(new NPCHtmlMessagePacket(npc, template)); + @XmlType(namespace = "npc") + protected static class NPCTitleMetadata { + @XmlValue + protected String title = null; + @XmlAttribute(name = "send") + protected Boolean send = null; + } + + @XmlElement(name = "level") + protected int level = 0; + @XmlElement(name = "sex") + protected ActorSex sex = null; + + @XmlAttribute(name = "attackable") + protected Boolean attackable = null; + @XmlAttribute(name = "targetable") + protected Boolean targetable = null; + @XmlAttribute(name = "aggressive") + protected Boolean aggressive = null; + + @XmlElement(name = "stats") + protected NPCStatsMetadata stats = null; + + @XmlType(namespace = "npc") + protected static class NPCStatsMetadata { + @XmlElement(name = "hp") + protected Stat hp = null; + @XmlElement(name = "mp") + protected Stat mp = null; + + @XmlType(namespace = "npc") + protected static class Stat { + @XmlAttribute(name = "max") + protected double max = 0; + @XmlAttribute(name = "regen") + protected double regen = 0; + } + + @XmlElement(name = "attack") + protected AttackMetadata attack = null; + + @XmlType(namespace = "npc") + protected static class AttackMetadata { + @XmlAttribute(name = "range") + protected int range = 0; + @XmlAttribute(name = "evasion") + protected int evasion = 0; + @XmlAttribute(name = "critical") + protected int critical = 0; + + @XmlElement(name = "physical") + protected AttackValueMetadata physical = null; + @XmlElement(name = "magical") + protected AttackValueMetadata magical = null; + + @XmlType(namespace = "npc") + protected static class AttackValueMetadata { + @XmlAttribute(name = "damage") + protected double damage = 0; + @XmlAttribute(name = "speed") + protected double speed = 0; + } + } + + @XmlElement(name = "defense") + protected DefenseMetadata defense = null; + + @XmlType(namespace = "npc") + protected static class DefenseMetadata { + @XmlElement(name = "physical") + protected DefenseValueMetadata physical = null; + @XmlElement(name = "magical") + protected DefenseValueMetadata magical = null; + + @XmlType(namespace = "npc") + protected static class DefenseValueMetadata { + @XmlAttribute(name = "value") + protected double value = 0; + } + } + + @XmlElement(name = "move") + protected MoveMetadata move = null; + + @XmlType(namespace = "npc") + protected static class MoveMetadata { + @XmlAttribute(name = "run") + protected double run = 0; + @XmlAttribute(name = "walk") + protected double walk = 0; + } + + @XmlElement(name = "base") + public BaseMetadata base = null; + + @XmlType(namespace = "npc") + protected static class BaseMetadata { + @XmlAttribute(name = "int") + protected int intelligence = 0; + @XmlAttribute(name = "str") + protected int strength = 0; + @XmlAttribute(name = "con") + protected int concentration = 0; + @XmlAttribute(name = "men") + protected int mentality = 0; + @XmlAttribute(name = "dex") + protected int dexterity = 0; + @XmlAttribute(name = "wit") + protected int witness = 0; } } - conn.sendActionFailed(); + + @XmlElement(name = "experience") + protected long experience = 0; + @XmlElement(name = "sp") + protected int sp = 0; + + @XmlElement(name = "item") + protected ItemMetadata item = null; + + @XmlType(namespace = "npc") + protected static class ItemMetadata { + @XmlAttribute(name = "righthand") + @XmlJavaTypeAdapter(value = ItemTemplateIDAdapter.class) + protected ItemTemplateID rightHand = null; + @XmlAttribute(name = "lefthand") + @XmlJavaTypeAdapter(value = ItemTemplateIDAdapter.class) + protected ItemTemplateID leftHand = null; + } + + @XmlElement(name = "collision") + protected CollisionMetadata collision = null; + + @XmlType(namespace = "npc") + protected static class CollisionMetadata { + @XmlAttribute(name = "radius") + protected double radius = 0; + @XmlAttribute(name = "heigth") + protected double height = 0; + } } - protected HtmlTemplate getChat(String name) throws L2Exception { - return null; + @XmlElement(name = "ai") + protected AIMetadata ai = null; + + @XmlType(namespace = "npc") + protected static class AIMetadata { + @XmlAttribute(name = "script") + protected String script = null; + } + + @XmlElement(name = "teleporter") + protected TeleporterMetadata teleporter = null; + + @XmlType(namespace = "npc") + protected static class TeleporterMetadata { + @XmlElement(name = "teleport") + protected List teleports = null; + + @XmlType(namespace = "npc") + protected static class TeleporterTeleportMetadata { + @XmlAttribute(name = "id") + protected String id = null; + @XmlElement(name = "region") + protected List regions = null; + + @XmlType(namespace = "npc") + protected static class TeleporterRegionMetadata { + @XmlAttribute(name = "id") + protected String id = null; + @XmlAttribute(name = "price") + protected int price = 0; + @XmlAttribute(name = "item") + protected int item = 57; + + // TODO implement conditions + } + } + } + + @XmlElement(name = "talk") + protected TalkMetadata talk = null; + + @XmlType(namespace = "npc") + protected static class TalkMetadata { + @XmlAttribute(name = "default") + protected String defaultChat = null; + + @XmlElement(name = "chat") + protected List chats = null; + + @XmlType(namespace = "npc") + protected static class ChatMetadata { + @XmlAttribute(name = "id") + protected String id = null; + @XmlValue + protected String html = null; + } + } + + @XmlElementWrapper(name = "droplist") + @XmlElement(name = "item") + protected List droplist = null; + + @XmlType(namespace = "npc") + protected static class DropItemMetadata { + @XmlAttribute(name = "id") + @XmlJavaTypeAdapter(value = ItemTemplateIDAdapter.class) + protected ItemTemplateID item = null; + @XmlAttribute(name = "min") + protected int min = 0; + @XmlAttribute(name = "max") + protected int max = 0; + + @XmlAttribute(name = "category") + protected DropCategory category = null; + + public enum DropCategory { + KILL; + } + + @XmlAttribute(name = "chance") + protected int chance = 0; + } + + @Override + protected NPC createInstance() { + return new NPC(this.id); } /** - * Receives an attack from an {@link Actor} - * - * @param npc - * the {@link NPC} being attacked - * @param calculator - * the calculator - * @param attacker - * the attacker actor + * @return the type */ - public void receiveAttack(NPC npc, Calculator calculator, Actor attacker) { - // TODO add attributes to calculator! - } - - - @Override - public NPC createInstance() { - return new NPC(this.getID()); - } - - @Override - public Stats getTemplateStat() { - - - - return null; + public String getType() { + return type; } - /** - * @return the name - */ public String getName() { - return name; + if (info == null) + return null; + if (info.nameMetadata == null) + return null; + return info.nameMetadata.name; + } + + public boolean getSendName() { + if (info == null) + return false; + if (info.nameMetadata == null) + return false; + return info.nameMetadata.send; + } + + public boolean getDisplayName() { + if (info == null) + return false; + if (info.nameMetadata == null) + return false; + return info.nameMetadata.display; } - /** - * @return the title - */ public String getTitle() { - return title; + if (info == null) + return null; + if (info.titleMetadata == null) + return null; + return info.titleMetadata.title; } - /** - * @return the attackable - */ - public boolean isAttackable() { - return attackable; - } - - /** - * @return the collision radius - */ - public double getCollisionRadius() { - return collisionRadius; - } - - /** - * @return the collision height - */ - public double getCollisionHeight() { - return collisionHeight; - } - - /** - * @return the serverSideName - */ - public boolean isServerSideName() { - return serverSideName; - } - - /** - * @return the serverSideTitle - */ - public boolean isServerSideTitle() { - return serverSideTitle; - } - - /** - * @return the sex - */ - public ActorSex getSex() { - return sex; + public boolean getSendTitle() { + if (info == null) + return false; + if (info.titleMetadata == null) + return false; + return info.titleMetadata.send; } /** * @return the level */ public int getLevel() { - return level; + if (info == null) + return -1; + return info.level; } /** - * @return the attackRange + * @return the sex */ - public int getAttackRange() { - return attackRange; + public ActorSex getSex() { + if (info == null) + return null; + return info.sex; } /** - * @return the hpRegeneration + * @return the attackable */ - public double getHPRegeneration() { - return hpRegeneration; - } - - /** - * @return the mpRegeneration - */ - public double getMPRegeneration() { - return mpRegeneration; - } - - /** - * @return the experience - */ - public long getExperience() { - return experience; - } - - /** - * @return the sp - */ - public int getSp() { - return sp; - } - - /** - * @return the aggressive - */ - public boolean isAggressive() { - return aggressive; - } - - /** - * @return the right Hand item - */ - public ItemTemplateID getRightHand() { - return rightHand; - } - - /** - * @return the left Hand item - */ - public ItemTemplateID getLeftHand() { - return leftHand; - } - - /** - * @return the enchantLevel - */ - public int getEnchantLevel() { - return enchantLevel; + public boolean isAttackable() { + if (info == null) + return false; + return info.attackable; } /** * @return the targetable */ public boolean isTargetable() { - return targetable; + if (info == null) + return false; + return info.targetable; } /** - * @return the showName + * @return the aggressive */ - public boolean isShowName() { - return showName; + public boolean isAggressive() { + if (info == null) + return false; + return info.aggressive; } /** - * @return the dropHerbGroup + * @return the experience */ - public int getDropHerbGroup() { - return dropHerbGroup; + public long getExperience() { + if (info == null) + return 0; + return info.experience; } /** - * @return the baseAttributes + * @return the sp */ - public boolean isBaseAttributes() { - return baseAttributes; + public int getSP() { + if (info == null) + return 0; + return info.sp; + } + + public double getMaximumHP() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.hp == null) + return 0; + return info.stats.hp.max; + } + + public double getHPRegeneration() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.hp == null) + return 0; + return info.stats.hp.regen; + } + + public double getMaximumMP() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.mp == null) + return 0; + return info.stats.mp.max; + } + + public double getMPRegeneration() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.mp == null) + return 0; + return info.stats.mp.regen; + } + + /** + * @return the range + */ + public int getRange() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.attack == null) + return 0; + return info.stats.attack.range; + } + + /** + * @return the evasion + */ + public int getEvasion() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.attack == null) + return 0; + return info.stats.attack.evasion; + } + + /** + * @return the critical + */ + public int getCritical() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.attack == null) + return 0; + return info.stats.attack.critical; + } + + /** + * @return the physical attack + */ + public double getPhysicalAttack() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.attack == null) + return 0; + if (info.stats.attack.physical == null) + return 0; + return info.stats.attack.physical.damage; + } + + /** + * @return the physical defense + */ + public double getPhysicalDefense() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.defense == null) + return 0; + if (info.stats.defense.physical == null) + return 0; + return info.stats.defense.physical.value; + } + + /** + * @return the physical attack speed + */ + public double getPhysicalAttackSpeed() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.attack == null) + return 0; + if (info.stats.attack.physical == null) + return 0; + return info.stats.attack.physical.speed; + } + + /** + * @return the magical attack + */ + public double getMagicalAttack() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.attack == null) + return 0; + if (info.stats.attack.magical == null) + return 0; + return info.stats.attack.magical.damage; + } + + /** + * @return the magical attack + */ + public double getMagicalDefense() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.defense == null) + return 0; + if (info.stats.defense.magical == null) + return 0; + return info.stats.defense.magical.value; + } + + /** + * @return the magical attack speed + */ + public double getMagicalAttackSpeed() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.attack == null) + return 0; + if (info.stats.attack.magical == null) + return 0; + return info.stats.attack.magical.speed; + } + + public double getRunSpeed() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.move == null) + return 0; + return info.stats.move.run; + } + + public double getWalkSpeed() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.move == null) + return 0; + return info.stats.move.walk; + } + + /** + * @return the intelligence + */ + public int getIntelligence() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.base == null) + return 0; + return info.stats.base.intelligence; + } + + /** + * @return the strength + */ + public int getStrength() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.base == null) + return 0; + return info.stats.base.strength; + } + + /** + * @return the concentration + */ + public int getConcentration() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.base == null) + return 0; + return info.stats.base.concentration; + } + + /** + * @return the mentality + */ + public int getMentality() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.base == null) + return 0; + return info.stats.base.mentality; + } + + /** + * @return the dexterity + */ + public int getDexterity() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.base == null) + return 0; + return info.stats.base.dexterity; + } + + /** + * @return the witness + */ + public int getWitness() { + if (info == null) + return 0; + if (info.stats == null) + return 0; + if (info.stats.base == null) + return 0; + return info.stats.base.witness; + } + + public ItemTemplateID getRightHand() { + if (info == null) + return null; + if (info.item == null) + return null; + return info.item.rightHand; + } + + public ItemTemplateID getLeftHand() { + if (info == null) + return null; + if (info.item == null) + return null; + return info.item.leftHand; + } + + public double getCollisionRadius() { + if (info == null) + return 0; + if (info.collision == null) + return 0; + return info.collision.radius; + } + + public double getCollisionHeight() { + if (info == null) + return 0; + if (info.collision == null) + return 0; + return info.collision.height; + } + + public String getAIScriptName() { + if (ai == null) + return null; + return ai.script; } @Override - public NPCTemplateID getID() { - return (NPCTemplateID) super.getID(); + public TemplateID getID() { + return id; } } diff --git a/src/main/java/com/l2jserver/model/template/SkillTemplate.java b/src/main/java/com/l2jserver/model/template/SkillTemplate.java index 5f12f453b..a7b5289c8 100644 --- a/src/main/java/com/l2jserver/model/template/SkillTemplate.java +++ b/src/main/java/com/l2jserver/model/template/SkillTemplate.java @@ -18,23 +18,18 @@ package com.l2jserver.model.template; import com.l2jserver.model.game.Skill; import com.l2jserver.model.id.template.SkillTemplateID; -import com.l2jserver.model.world.character.CharacterClass; /** * Template for {@link Skill} object * * @author Rogiel */ -public abstract class SkillTemplate extends AbstractTemplate { +public class SkillTemplate extends AbstractTemplate { /** * The maximum level supported by this skill */ protected int maximumLevel = 1; - public SkillTemplate(SkillTemplateID id) { - super(id); - } - /** * @return the maximumLevel */ @@ -42,16 +37,15 @@ public abstract class SkillTemplate extends AbstractTemplate { return maximumLevel; } - public abstract CharacterClass[] getClasses(); - @Override public Skill create() { - final Skill skill = new Skill(this.getID()); + final Skill skill = new Skill(null); return skill; } @Override public SkillTemplateID getID() { - return (SkillTemplateID) super.getID(); + // TODO Auto-generated method stub + return null; } } diff --git a/src/main/java/com/l2jserver/model/template/item/ArmorTemplate.java b/src/main/java/com/l2jserver/model/template/item/ArmorTemplate.java deleted file mode 100644 index c5ddcec26..000000000 --- a/src/main/java/com/l2jserver/model/template/item/ArmorTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for Armor {@link Item} - * - * @author Rogiel - */ -public abstract class ArmorTemplate extends ItemTemplate { - public ArmorTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/ArrowTemplate.java b/src/main/java/com/l2jserver/model/template/item/ArrowTemplate.java deleted file mode 100644 index ee0befb99..000000000 --- a/src/main/java/com/l2jserver/model/template/item/ArrowTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for consumable arrow {@link Item} - * - * @author Rogiel - */ -public abstract class ArrowTemplate extends ConsumableTemplate { - public ArrowTemplate(ItemTemplateID id, String icon, ItemMaterial material) { - super(id, icon, material); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/CastleGuardTemplate.java b/src/main/java/com/l2jserver/model/template/item/CastleGuardTemplate.java deleted file mode 100644 index 3eebc6019..000000000 --- a/src/main/java/com/l2jserver/model/template/item/CastleGuardTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for Castle Guard {@link Item} - * - * @author Rogiel - */ -public abstract class CastleGuardTemplate extends ItemTemplate { - public CastleGuardTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/ConsumableTemplate.java b/src/main/java/com/l2jserver/model/template/item/ConsumableTemplate.java deleted file mode 100644 index 8383d6086..000000000 --- a/src/main/java/com/l2jserver/model/template/item/ConsumableTemplate.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for consumable {@link Item} - * - * @author Rogiel - */ -public abstract class ConsumableTemplate extends ItemTemplate { - public ConsumableTemplate(ItemTemplateID id, String icon, - ItemMaterial material) { - super(id, icon, material); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/CoupomTemplate.java b/src/main/java/com/l2jserver/model/template/item/CoupomTemplate.java deleted file mode 100644 index de355d35d..000000000 --- a/src/main/java/com/l2jserver/model/template/item/CoupomTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for coupom {@link Item} - * - * @author Rogiel - */ -public abstract class CoupomTemplate extends ItemTemplate { - public CoupomTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/CropTemplate.java b/src/main/java/com/l2jserver/model/template/item/CropTemplate.java deleted file mode 100644 index 5a08edf60..000000000 --- a/src/main/java/com/l2jserver/model/template/item/CropTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for crop {@link Item} - * - * @author Rogiel - */ -public abstract class CropTemplate extends ItemTemplate { - public CropTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/DyeTemplate.java b/src/main/java/com/l2jserver/model/template/item/DyeTemplate.java deleted file mode 100644 index e82464ce1..000000000 --- a/src/main/java/com/l2jserver/model/template/item/DyeTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for consumable Dye {@link Item} - * - * @author Rogiel - */ -public abstract class DyeTemplate extends ConsumableTemplate { - public DyeTemplate(ItemTemplateID id, String icon, ItemMaterial material) { - super(id, icon, material); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/ElixirTemplate.java b/src/main/java/com/l2jserver/model/template/item/ElixirTemplate.java deleted file mode 100644 index d0f6fc05f..000000000 --- a/src/main/java/com/l2jserver/model/template/item/ElixirTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for consumable elixir {@link Item} - * - * @author Rogiel - */ -public abstract class ElixirTemplate extends ConsumableTemplate { - public ElixirTemplate(ItemTemplateID id, String icon, ItemMaterial material) { - super(id, icon, material); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/EnchantScrollTemplate.java b/src/main/java/com/l2jserver/model/template/item/EnchantScrollTemplate.java deleted file mode 100644 index a20e30b65..000000000 --- a/src/main/java/com/l2jserver/model/template/item/EnchantScrollTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for consumable enchant scroll {@link Item} - * - * @author Rogiel - */ -public abstract class EnchantScrollTemplate extends ScrollTemplate { - public EnchantScrollTemplate(ItemTemplateID id, String icon) { - super(id, icon); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/EtcItemTemplate.java b/src/main/java/com/l2jserver/model/template/item/EtcItemTemplate.java deleted file mode 100644 index 7773fb62a..000000000 --- a/src/main/java/com/l2jserver/model/template/item/EtcItemTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for general items {@link Item} - * - * @author Rogiel - */ -public abstract class EtcItemTemplate extends ItemTemplate { - public EtcItemTemplate(ItemTemplateID id, String icon, ItemMaterial material) { - super(id, icon, material); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/HarvestTemplate.java b/src/main/java/com/l2jserver/model/template/item/HarvestTemplate.java deleted file mode 100644 index 7dd61f987..000000000 --- a/src/main/java/com/l2jserver/model/template/item/HarvestTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for harvest {@link Item} - * - * @author Rogiel - */ -public abstract class HarvestTemplate extends ItemTemplate { - public HarvestTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/LotteryTicketTemplate.java b/src/main/java/com/l2jserver/model/template/item/LotteryTicketTemplate.java deleted file mode 100644 index 9e179a047..000000000 --- a/src/main/java/com/l2jserver/model/template/item/LotteryTicketTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for lottery ticket {@link Item} - * - * @author Rogiel - */ -public abstract class LotteryTicketTemplate extends TicketTemplate { - public LotteryTicketTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/LureTemplate.java b/src/main/java/com/l2jserver/model/template/item/LureTemplate.java deleted file mode 100644 index c4b8f9d02..000000000 --- a/src/main/java/com/l2jserver/model/template/item/LureTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for lure {@link Item} - * - * @author Rogiel - */ -public abstract class LureTemplate extends ItemTemplate { - public LureTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/MaterialTemplate.java b/src/main/java/com/l2jserver/model/template/item/MaterialTemplate.java deleted file mode 100644 index e65f0cd23..000000000 --- a/src/main/java/com/l2jserver/model/template/item/MaterialTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for material {@link Item} - * - * @author Rogiel - */ -public abstract class MaterialTemplate extends ItemTemplate { - public MaterialTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/PetCollarTemplate.java b/src/main/java/com/l2jserver/model/template/item/PetCollarTemplate.java deleted file mode 100644 index 3a2df4f6a..000000000 --- a/src/main/java/com/l2jserver/model/template/item/PetCollarTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for pet collar {@link Item} - * - * @author Rogiel - */ -public abstract class PetCollarTemplate extends ItemTemplate { - public PetCollarTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/PotionTemplate.java b/src/main/java/com/l2jserver/model/template/item/PotionTemplate.java deleted file mode 100644 index f6af6844f..000000000 --- a/src/main/java/com/l2jserver/model/template/item/PotionTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for Potion {@link Item} - * - * @author Rogiel - */ -public abstract class PotionTemplate extends ConsumableTemplate { - public PotionTemplate(ItemTemplateID id, String icon) { - super(id, icon, ItemMaterial.LIQUID); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/RaceTicketTemplate.java b/src/main/java/com/l2jserver/model/template/item/RaceTicketTemplate.java deleted file mode 100644 index 363ddc362..000000000 --- a/src/main/java/com/l2jserver/model/template/item/RaceTicketTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for Race Ticket {@link Item} - * - * @author Rogiel - */ -public abstract class RaceTicketTemplate extends TicketTemplate { - public RaceTicketTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/RecipeTemplate.java b/src/main/java/com/l2jserver/model/template/item/RecipeTemplate.java deleted file mode 100644 index 217bc0ffb..000000000 --- a/src/main/java/com/l2jserver/model/template/item/RecipeTemplate.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for recipe {@link Item} - * - * @author Rogiel - */ -public abstract class RecipeTemplate extends ItemTemplate { - protected ItemTemplateID item; - - public RecipeTemplate(ItemTemplateID id) { - super(id); - } - - /** - * @return the item - */ - public ItemTemplateID getItem() { - return item; - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/RuneTemplate.java b/src/main/java/com/l2jserver/model/template/item/RuneTemplate.java deleted file mode 100644 index c5faf78a5..000000000 --- a/src/main/java/com/l2jserver/model/template/item/RuneTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for rune {@link Item} - * - * @author Rogiel - */ -public abstract class RuneTemplate extends ItemTemplate { - public RuneTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/ScrollTemplate.java b/src/main/java/com/l2jserver/model/template/item/ScrollTemplate.java deleted file mode 100644 index db942c42b..000000000 --- a/src/main/java/com/l2jserver/model/template/item/ScrollTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for consumable scroll {@link Item} - * - * @author Rogiel - */ -public abstract class ScrollTemplate extends ConsumableTemplate { - public ScrollTemplate(ItemTemplateID id, String icon) { - super(id, icon, ItemMaterial.PAPER); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/SeedTemplate.java b/src/main/java/com/l2jserver/model/template/item/SeedTemplate.java deleted file mode 100644 index 98489c5fc..000000000 --- a/src/main/java/com/l2jserver/model/template/item/SeedTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for seed {@link Item} - * - * @author Rogiel - */ -public abstract class SeedTemplate extends ItemTemplate { - public SeedTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/SkillEtcItemTemplate.java b/src/main/java/com/l2jserver/model/template/item/SkillEtcItemTemplate.java deleted file mode 100644 index 48e3c52d6..000000000 --- a/src/main/java/com/l2jserver/model/template/item/SkillEtcItemTemplate.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.game.net.Lineage2Connection; -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.id.template.SkillTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; -import com.l2jserver.model.world.L2Character; - -/** - * Template for general items {@link Item} - * - * @author Rogiel - */ -public abstract class SkillEtcItemTemplate extends ItemTemplate { - protected SkillTemplateID skill; - - public SkillEtcItemTemplate(ItemTemplateID id, String icon, - ItemMaterial material, SkillTemplateID skill) { - super(id, icon, material); - } - - @Override - protected void use(Item item, L2Character character, Lineage2Connection conn) { - - super.use(item, character, conn); - } - - /** - * @return the skill - */ - public SkillTemplateID getSkill() { - return skill; - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/TicketOfLordTemplate.java b/src/main/java/com/l2jserver/model/template/item/TicketOfLordTemplate.java deleted file mode 100644 index cb96f3e0d..000000000 --- a/src/main/java/com/l2jserver/model/template/item/TicketOfLordTemplate.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.world.Item; - -/** - * Template for ticket of lord {@link Item} - * - * @author Rogiel - */ -public abstract class TicketOfLordTemplate extends TicketTemplate { - public TicketOfLordTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/TicketTemplate.java b/src/main/java/com/l2jserver/model/template/item/TicketTemplate.java deleted file mode 100644 index c2ff9ff23..000000000 --- a/src/main/java/com/l2jserver/model/template/item/TicketTemplate.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; - -/** - * Template for ticket {@link Item} - * - * @author Rogiel - */ -public abstract class TicketTemplate extends ItemTemplate { - public TicketTemplate(ItemTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/item/WeaponTemplate.java b/src/main/java/com/l2jserver/model/template/item/WeaponTemplate.java deleted file mode 100644 index 3b17ae900..000000000 --- a/src/main/java/com/l2jserver/model/template/item/WeaponTemplate.java +++ /dev/null @@ -1,271 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.item; - - -import com.l2jserver.model.id.template.ItemTemplateID; -import com.l2jserver.model.template.ItemTemplate; -import com.l2jserver.model.world.Item; -import com.l2jserver.model.world.actor.stat.Stats; -import com.l2jserver.model.world.actor.stat.Stats.StatType; -import com.l2jserver.model.world.character.CharacterInventory.InventoryPaperdoll; -import com.l2jserver.util.calculator.Calculator; - -/** - * Template for Weapon {@link Item} - * - * @author Rogiel - */ -public abstract class WeaponTemplate extends ItemTemplate { - /** - * The paperldoll slot used by this weapon - */ - protected InventoryPaperdoll paperdoll = null; - /** - * The weapon type - */ - protected WeaponType type; - - /** - * The weapon type enum - * - * @author Rogiel - */ - public enum WeaponType { - FISHINGROD, CROSSBOW, BIG_SWORD, RAPIER, DUAL_FIST, ETC, DAGGER, BLUNT, BIG_BLUNT, DUAL_DAGGER, DUAL, FLAG, POLE, FIST, BOW, OWN_THING, SWORD, ANCIENT_SWORD; - } - - /** - * The weapon's attributes - */ - protected final Stats stats = new Stats(); - - /** - * This weapon random damage - */ - protected int randomDamage = 0; - /** - * This weapon attack range - */ - protected int attackRange = 0; - /** - * Unknown! - */ - protected int[] damageRange = new int[] {}; - - /** - * Number of soulshots used per attack - */ - protected int soulshots = 0; - /** - * Number of spirithots used per cast - */ - protected int spiritshots = 0; - - /** - * The crystal count for this weapon - */ - protected int crystals = 0; - /** - * This weapon crystal type - */ - protected CrystalType crystal; - - /** - * Enum containing all crystal types possible - * - * @author Rogiel - */ - public enum CrystalType { - GRADE_A, GRADE_B, GRADE_C, GRADE_D; - } - - /** - * Creates a new instance. All arguments are required! - * - * @param id - * the template id - * @param icon - * the item icon - * @param material - * the item material - * @param paperdoll - * the paperdoll slot - * @param type - * the weapon type - */ - public WeaponTemplate(ItemTemplateID id, String icon, - ItemMaterial material, InventoryPaperdoll paperdoll, WeaponType type) { - super(id, icon, material); - this.paperdoll = paperdoll; - this.type = type; - } - - /** - * Append all operation for this weapon - * - * @param type - * the attribute type - * @param calc - * the calculator - */ - public void calculator(StatType type, Calculator calc) { - stats.calculator(type, calc); - } - - /** - * @return the paperdoll - */ - public InventoryPaperdoll getPaperdoll() { - return paperdoll; - } - - /** - * @param paperdoll - * the paperdoll to set - */ - public void setPaperdoll(InventoryPaperdoll paperdoll) { - this.paperdoll = paperdoll; - } - - /** - * @return the type - */ - public WeaponType getType() { - return type; - } - - /** - * @param type - * the type to set - */ - public void setType(WeaponType type) { - this.type = type; - } - - /** - * @return the randomDamage - */ - public int getRandomDamage() { - return randomDamage; - } - - /** - * @param randomDamage - * the randomDamage to set - */ - public void setRandomDamage(int randomDamage) { - this.randomDamage = randomDamage; - } - - /** - * @return the attackRange - */ - public int getAttackRange() { - return attackRange; - } - - /** - * @param attackRange - * the attackRange to set - */ - public void setAttackRange(int attackRange) { - this.attackRange = attackRange; - } - - /** - * @return the damageRange - */ - public int[] getDamageRange() { - return damageRange; - } - - /** - * @param damageRange - * the damageRange to set - */ - public void setDamageRange(int[] damageRange) { - this.damageRange = damageRange; - } - - /** - * @return the soulshots - */ - public int getSoulshots() { - return soulshots; - } - - /** - * @param soulshots - * the soulshots to set - */ - public void setSoulshots(int soulshots) { - this.soulshots = soulshots; - } - - /** - * @return the spiritshots - */ - public int getSpiritshots() { - return spiritshots; - } - - /** - * @param spiritshots - * the spiritshots to set - */ - public void setSpiritshots(int spiritshots) { - this.spiritshots = spiritshots; - } - - /** - * @return the crystals - */ - public int getCrystals() { - return crystals; - } - - /** - * @param crystals - * the crystals to set - */ - public void setCrystals(int crystals) { - this.crystals = crystals; - } - - /** - * @return the crystal - */ - public CrystalType getCrystal() { - return crystal; - } - - /** - * @param crystal - * the crystal to set - */ - public void setCrystal(CrystalType crystal) { - this.crystal = crystal; - } - - /** - * @return the attribute - */ - public Stats getAttribute() { - return stats; - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/AbstractVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/AbstractVillageMasterNPCTemplate.java deleted file mode 100644 index fdb52b0f3..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/AbstractVillageMasterNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public abstract class AbstractVillageMasterNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected AbstractVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/AdventurerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/AdventurerNPCTemplate.java deleted file mode 100644 index b2deb1cc4..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/AdventurerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class AdventurerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected AdventurerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ArtefactNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ArtefactNPCTemplate.java deleted file mode 100644 index 774d3fd43..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ArtefactNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ArtefactNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ArtefactNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/AuctioneerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/AuctioneerNPCTemplate.java deleted file mode 100644 index e4770b07a..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/AuctioneerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class AuctioneerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected AuctioneerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/BabyPetNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/BabyPetNPCTemplate.java deleted file mode 100644 index c5b8402a0..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/BabyPetNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class BabyPetNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected BabyPetNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/BlockNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/BlockNPCTemplate.java deleted file mode 100644 index 42afdc87c..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/BlockNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class BlockNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected BlockNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CabaleBufferNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CabaleBufferNPCTemplate.java deleted file mode 100644 index 27fff5588..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CabaleBufferNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class CabaleBufferNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CabaleBufferNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CastleBlacksmithNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CastleBlacksmithNPCTemplate.java deleted file mode 100644 index ccd0f17a5..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CastleBlacksmithNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class CastleBlacksmithNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CastleBlacksmithNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CastleChamberlainNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CastleChamberlainNPCTemplate.java deleted file mode 100644 index d34b6d564..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CastleChamberlainNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class CastleChamberlainNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CastleChamberlainNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CastleDoormenNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CastleDoormenNPCTemplate.java deleted file mode 100644 index 743b1019c..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CastleDoormenNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class CastleDoormenNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CastleDoormenNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CastleMagicianNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CastleMagicianNPCTemplate.java deleted file mode 100644 index 4c6c27f35..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CastleMagicianNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class CastleMagicianNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CastleMagicianNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CastleTeleporterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CastleTeleporterNPCTemplate.java deleted file mode 100644 index fdd7f47fe..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CastleTeleporterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class CastleTeleporterNPCTemplate extends TeleporterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CastleTeleporterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CastleWarehouseNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CastleWarehouseNPCTemplate.java deleted file mode 100644 index acb70ccab..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CastleWarehouseNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class CastleWarehouseNPCTemplate extends WarehouseNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CastleWarehouseNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/CastleWyvernManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/CastleWyvernManagerNPCTemplate.java deleted file mode 100644 index aad435a24..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/CastleWyvernManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class CastleWyvernManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected CastleWyvernManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ChestNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ChestNPCTemplate.java deleted file mode 100644 index e63abd2fa..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ChestNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ChestNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ChestNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ChristmasTreeNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ChristmasTreeNPCTemplate.java deleted file mode 100644 index ff09de7e6..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ChristmasTreeNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ChristmasTreeNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ChristmasTreeNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ClanTraderNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ClanTraderNPCTemplate.java deleted file mode 100644 index dae039b89..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ClanTraderNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ClanTraderNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ClanTraderNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ClanhallDoormenNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ClanhallDoormenNPCTemplate.java deleted file mode 100644 index 52d05c225..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ClanhallDoormenNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ClanhallDoormenNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ClanhallDoormenNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ClanhallManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ClanhallManagerNPCTemplate.java deleted file mode 100644 index e3d5e24b7..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ClanhallManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ClanhallManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ClanhallManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ClassMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ClassMasterNPCTemplate.java deleted file mode 100644 index 43c9173bd..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ClassMasterNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ClassMasterNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ClassMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ControlTowerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ControlTowerNPCTemplate.java deleted file mode 100644 index 9de0ad958..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ControlTowerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ControlTowerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ControlTowerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DarkElfVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DarkElfVillageMasterNPCTemplate.java deleted file mode 100644 index 718ad544a..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DarkElfVillageMasterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class DarkElfVillageMasterNPCTemplate extends AbstractVillageMasterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DarkElfVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DawnPriestNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DawnPriestNPCTemplate.java deleted file mode 100644 index 60cf9519a..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DawnPriestNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class DawnPriestNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DawnPriestNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DecoyNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DecoyNPCTemplate.java deleted file mode 100644 index a06274efa..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DecoyNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class DecoyNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DecoyNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DefenderNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DefenderNPCTemplate.java deleted file mode 100644 index 0edbccd01..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DefenderNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class DefenderNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DefenderNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DoormenNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DoormenNPCTemplate.java deleted file mode 100644 index 642a91229..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DoormenNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class DoormenNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DoormenNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DungeonGatekeeperNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DungeonGatekeeperNPCTemplate.java deleted file mode 100644 index 782c9e5a5..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DungeonGatekeeperNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class DungeonGatekeeperNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DungeonGatekeeperNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DuskPriestNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DuskPriestNPCTemplate.java deleted file mode 100644 index 5eb305b0a..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DuskPriestNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class DuskPriestNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DuskPriestNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/DwarfVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/DwarfVillageMasterNPCTemplate.java deleted file mode 100644 index 8059ed27f..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/DwarfVillageMasterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class DwarfVillageMasterNPCTemplate extends AbstractVillageMasterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected DwarfVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/EffectPointNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/EffectPointNPCTemplate.java deleted file mode 100644 index dec1bacaf..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/EffectPointNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class EffectPointNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected EffectPointNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/EventChestNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/EventChestNPCTemplate.java deleted file mode 100644 index 384f6eb85..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/EventChestNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class EventChestNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected EventChestNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FameManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FameManagerNPCTemplate.java deleted file mode 100644 index dbe106c57..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FameManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FameManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FameManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FeedableBeastNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FeedableBeastNPCTemplate.java deleted file mode 100644 index 16c841729..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FeedableBeastNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FeedableBeastNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FeedableBeastNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FestivalGuideNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FestivalGuideNPCTemplate.java deleted file mode 100644 index b9e8e6ac8..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FestivalGuideNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FestivalGuideNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FestivalGuideNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FestivalMonsterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FestivalMonsterNPCTemplate.java deleted file mode 100644 index 9b332458d..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FestivalMonsterNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FestivalMonsterNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FestivalMonsterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FightherVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FightherVillageMasterNPCTemplate.java deleted file mode 100644 index 92b3e1eea..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FightherVillageMasterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class FightherVillageMasterNPCTemplate extends AbstractVillageMasterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FightherVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FishermanNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FishermanNPCTemplate.java deleted file mode 100644 index 69afe562e..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FishermanNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FishermanNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FishermanNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FlameTowerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FlameTowerNPCTemplate.java deleted file mode 100644 index 814d8ad45..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FlameTowerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FlameTowerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FlameTowerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FlyMonsterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FlyMonsterNPCTemplate.java deleted file mode 100644 index 68be7199b..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FlyMonsterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class FlyMonsterNPCTemplate extends MonsterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FlyMonsterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FlyNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FlyNPCTemplate.java deleted file mode 100644 index 78dc5a6a5..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FlyNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FlyNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FlyNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FlyRaidBossNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FlyRaidBossNPCTemplate.java deleted file mode 100644 index 7b6e5eb88..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FlyRaidBossNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FlyRaidBossNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FlyRaidBossNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FlyTerrainObjectNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FlyTerrainObjectNPCTemplate.java deleted file mode 100644 index f8216e099..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FlyTerrainObjectNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FlyTerrainObjectNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FlyTerrainObjectNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortBallistaNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortBallistaNPCTemplate.java deleted file mode 100644 index f101b2cb1..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortBallistaNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortBallistaNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortBallistaNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortCommanderNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortCommanderNPCTemplate.java deleted file mode 100644 index 53b98e23e..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortCommanderNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortCommanderNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortCommanderNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortDoormenNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortDoormenNPCTemplate.java deleted file mode 100644 index 36946911d..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortDoormenNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortDoormenNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortDoormenNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortEnvoyNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortEnvoyNPCTemplate.java deleted file mode 100644 index 24e5cbc6f..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortEnvoyNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortEnvoyNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortEnvoyNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortLogisticsNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortLogisticsNPCTemplate.java deleted file mode 100644 index 91adc7043..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortLogisticsNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortLogisticsNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortLogisticsNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortManagerNPCTemplate.java deleted file mode 100644 index 9ef67d918..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortSiegeNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortSiegeNPCTemplate.java deleted file mode 100644 index cb7d6fcb3..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortSiegeNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortSiegeNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortSiegeNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortSupportCaptainNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortSupportCaptainNPCTemplate.java deleted file mode 100644 index 030d7822b..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortSupportCaptainNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortSupportCaptainNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortSupportCaptainNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FortWyvernManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FortWyvernManagerNPCTemplate.java deleted file mode 100644 index 446119773..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FortWyvernManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class FortWyvernManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FortWyvernManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/FriendlyMonsterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/FriendlyMonsterNPCTemplate.java deleted file mode 100644 index f023593a3..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/FriendlyMonsterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class FriendlyMonsterNPCTemplate extends MonsterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected FriendlyMonsterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/GrandBossNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/GrandBossNPCTemplate.java deleted file mode 100644 index 0c7907126..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/GrandBossNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class GrandBossNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected GrandBossNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/GuardNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/GuardNPCTemplate.java deleted file mode 100644 index 24f9a2c6f..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/GuardNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class GuardNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected GuardNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/KamaelVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/KamaelVillageMasterNPCTemplate.java deleted file mode 100644 index 1c7d1ee1c..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/KamaelVillageMasterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class KamaelVillageMasterNPCTemplate extends AbstractVillageMasterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected KamaelVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ManorManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ManorManagerNPCTemplate.java deleted file mode 100644 index 0f636a2e0..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ManorManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ManorManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ManorManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/MercManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/MercManagerNPCTemplate.java deleted file mode 100644 index 4b3f6dcff..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/MercManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class MercManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected MercManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/MercenaryManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/MercenaryManagerNPCTemplate.java deleted file mode 100644 index 1d1757431..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/MercenaryManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class MercenaryManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected MercenaryManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/MerchantNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/MerchantNPCTemplate.java deleted file mode 100644 index 553ec291d..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/MerchantNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class MerchantNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected MerchantNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/MerchantSummonNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/MerchantSummonNPCTemplate.java deleted file mode 100644 index 23f2f2df0..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/MerchantSummonNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class MerchantSummonNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected MerchantSummonNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/MonsterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/MonsterNPCTemplate.java deleted file mode 100644 index 66391d433..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/MonsterNPCTemplate.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; -import com.l2jserver.util.exception.L2Exception; -import com.l2jserver.util.html.markup.HtmlTemplate; -import com.l2jserver.util.html.markup.MarkupTag; - -/** - * @author Rogiel - * - */ -public class MonsterNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected MonsterNPCTemplate(NPCTemplateID id) { - super(id); - } - - @Override - protected HtmlTemplate getChat(String name) throws L2Exception { - return new HtmlTemplate() { - @Override - protected void build(MarkupTag body) { - body.text("Sorry, but you can't interact with me yet."); - } - }; - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/MysticVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/MysticVillageMasterNPCTemplate.java deleted file mode 100644 index b873d0590..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/MysticVillageMasterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class MysticVillageMasterNPCTemplate extends AbstractVillageMasterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected MysticVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/ObservationNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/ObservationNPCTemplate.java deleted file mode 100644 index f1242a037..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/ObservationNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class ObservationNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected ObservationNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/OlympiadManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/OlympiadManagerNPCTemplate.java deleted file mode 100644 index b859e5c08..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/OlympiadManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class OlympiadManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected OlympiadManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/OrcVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/OrcVillageMasterNPCTemplate.java deleted file mode 100644 index 072557e6b..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/OrcVillageMasterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class OrcVillageMasterNPCTemplate extends AbstractVillageMasterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected OrcVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/PenaltyMonsterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/PenaltyMonsterNPCTemplate.java deleted file mode 100644 index 710a4ef98..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/PenaltyMonsterNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class PenaltyMonsterNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected PenaltyMonsterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/PetManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/PetManagerNPCTemplate.java deleted file mode 100644 index 7fa0cb5b5..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/PetManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class PetManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected PetManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/PriestVillageMasterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/PriestVillageMasterNPCTemplate.java deleted file mode 100644 index 33d8c3fc9..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/PriestVillageMasterNPCTemplate.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; - -/** - * @author Rogiel - * - */ -public class PriestVillageMasterNPCTemplate extends AbstractVillageMasterNPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected PriestVillageMasterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/RaidBossNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/RaidBossNPCTemplate.java deleted file mode 100644 index c5cebe838..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/RaidBossNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class RaidBossNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected RaidBossNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/RiftInvaderNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/RiftInvaderNPCTemplate.java deleted file mode 100644 index 9c22d906f..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/RiftInvaderNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class RiftInvaderNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected RiftInvaderNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/SepulcherMonsterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/SepulcherMonsterNPCTemplate.java deleted file mode 100644 index 97220ae21..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/SepulcherMonsterNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class SepulcherMonsterNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected SepulcherMonsterNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/SiegeNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/SiegeNPCTemplate.java deleted file mode 100644 index 335c0e18f..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/SiegeNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class SiegeNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected SiegeNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/SiegeSummonNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/SiegeSummonNPCTemplate.java deleted file mode 100644 index 79eaa1b47..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/SiegeSummonNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class SiegeSummonNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected SiegeSummonNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/SignsPriestNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/SignsPriestNPCTemplate.java deleted file mode 100644 index dfb00d030..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/SignsPriestNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class SignsPriestNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected SignsPriestNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/SymbolMakerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/SymbolMakerNPCTemplate.java deleted file mode 100644 index 2ac193bfa..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/SymbolMakerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class SymbolMakerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected SymbolMakerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/TamedBeastNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/TamedBeastNPCTemplate.java deleted file mode 100644 index fd1173ccf..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/TamedBeastNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class TamedBeastNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected TamedBeastNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/TeleporterNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/TeleporterNPCTemplate.java deleted file mode 100644 index f66a2fdfc..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/TeleporterNPCTemplate.java +++ /dev/null @@ -1,170 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import java.util.List; - -import com.google.inject.Inject; -import com.l2jserver.game.net.Lineage2Connection; -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; -import com.l2jserver.model.world.L2Character; -import com.l2jserver.model.world.NPC; -import com.l2jserver.service.game.spawn.CharacterAlreadyTeleportingServiceException; -import com.l2jserver.service.game.spawn.NotSpawnedServiceException; -import com.l2jserver.service.game.spawn.SpawnService; -import com.l2jserver.util.dimensional.Coordinate; -import com.l2jserver.util.exception.L2Exception; -import com.l2jserver.util.factory.CollectionFactory; -import com.l2jserver.util.html.markup.HtmlTemplate; -import com.l2jserver.util.html.markup.MarkupTag; - -/** - * @author Rogiel - * - */ -public class TeleporterNPCTemplate extends NPCTemplate { - // TOWNS - public static final Coordinate GLUDIN = Coordinate.fromXYZ(-80684, 149770, - -3040); - public static final Coordinate GLUDIO = Coordinate.fromXYZ(-12787, 122779, - -3112); - public static final Coordinate SCHUTTGART = Coordinate.fromXYZ(87126, - -143520, -1288); - - // VILLAGES - public static final Coordinate DARK_ELF_VILLAGE = Coordinate.fromXYZ(9709, - 15566, -4568); - public static final Coordinate DWARVEN_VILLAGE = Coordinate.fromXYZ(115120, - -178224, -880); - public static final Coordinate ELVEN_VILLAGE = Coordinate.fromXYZ(46951, - 51550, -2976); - public static final Coordinate ORC_VILLAGE = Coordinate.fromXYZ(-45158, - -112583, -240); - public static final Coordinate KAMAEL_VILLAGE = Coordinate.fromXYZ(-117251, - 46771, 360); - public static final Coordinate TALKING_ISLAND_VILLAGE = Coordinate.fromXYZ( - -84141, 244623, -3728); - public static final Coordinate TALKING_ISLAND_NORTHERN_TERRITORY = Coordinate - .fromXYZ(-106696, 214691, -3424); - - // TERRITORIES - public static final Coordinate ELVEN_RUINS = Coordinate.fromXYZ(-112367, - 234703, -3688); - public static final Coordinate SINGING_WATERFALL = Coordinate.fromXYZ( - -111728, 244330, -3448); - public static final Coordinate OBELISK_OF_VICTORY = Coordinate.fromXYZ( - -99586, 237637, -3568); - public static final Coordinate IMMORTAL_PLATEAU = Coordinate.fromXYZ( - -10983, -117484, -2464); - public static final Coordinate IMMORTAL_PLATEAU_SOUTHERN_REGION = Coordinate - .fromXYZ(-4190, -80040, -2696); - public static final Coordinate FROZEN_WATERFALL = Coordinate.fromXYZ(8652, - -139941, -1144); - public static final Coordinate CAVE_OF_TRIALS = Coordinate.fromXYZ(9340, - -112509, -2536); - - public static final Coordinate DARK_FOREST = Coordinate.fromXYZ(-22224, - 14168, -3232); - public static final Coordinate SPIDER_NEST = Coordinate.fromXYZ(-61095, - 75104, -3352); - public static final Coordinate SWAMPLAND = Coordinate.fromXYZ(-21966, - 40544, -3192); - public static final Coordinate NEUTRAL_ZONE = Coordinate.fromXYZ(-10612, - 75881, -3592); - - @Inject - protected SpawnService spawnService; - - /** - * The list of all possible teleportation locations - */ - protected final List locations = CollectionFactory - .newList(); - - /** - * Creates a new instance of this template - * - * @param id - * the template id - */ - protected TeleporterNPCTemplate(NPCTemplateID id) { - super(id); - // TODO remove this when possible - addLocation("Talking Island Village - temporary", TALKING_ISLAND_VILLAGE, 0); - } - - @Override - public void action(NPC npc, L2Character character, String... args) - throws L2Exception { - final Lineage2Connection conn = networkService.discover(character - .getID()); - if (args.length >= 2 && args[0].equals("goto")) { - teleport(npc, character, conn, args[1]); - } - super.action(npc, character, args); - } - - @Override - protected HtmlTemplate getChat(String name) throws L2Exception { - if (name.equals("") || name.equals("teleport")) { - return new HtmlTemplate() { - @Override - protected void build(MarkupTag body) { - body.textcode(556).br().br(); - int i = 0; - for (final TeleportationMetadata location : locations) { - body.addLink( - location.name + " - " + location.price - + " Adena", "npc_${npcid}_goto " + i++) - .br(); - } - } - }; - } - return super.getChat(name); - } - - protected void teleport(NPC npc, L2Character character, - Lineage2Connection conn, String name) - throws NotSpawnedServiceException, - CharacterAlreadyTeleportingServiceException { - final int location = Integer.parseInt(name); - final TeleportationMetadata metadata = locations.get(location); - if (metadata == null) { - conn.sendActionFailed(); - return; - } - spawnService.teleport(character, metadata.point); - } - - protected void addLocation(String name, Coordinate coordinate, int price) { - this.locations.add(new TeleportationMetadata(name, coordinate, price)); - } - - protected static class TeleportationMetadata { - public final String name; - public final Coordinate point; - public final int price; - - public TeleportationMetadata(String name, Coordinate point, int price) { - this.name = name; - this.point = point; - this.price = price; - } - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/TerrainObjectNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/TerrainObjectNPCTemplate.java deleted file mode 100644 index 161fb3854..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/TerrainObjectNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class TerrainObjectNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected TerrainObjectNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/TerritoryWardNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/TerritoryWardNPCTemplate.java deleted file mode 100644 index aef7e59dc..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/TerritoryWardNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class TerritoryWardNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected TerritoryWardNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/TownPetNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/TownPetNPCTemplate.java deleted file mode 100644 index bc00620fe..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/TownPetNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class TownPetNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected TownPetNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/TrainerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/TrainerNPCTemplate.java deleted file mode 100644 index ed976e13e..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/TrainerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class TrainerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected TrainerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/TransformManagerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/TransformManagerNPCTemplate.java deleted file mode 100644 index e718c2639..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/TransformManagerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class TransformManagerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected TransformManagerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/WalkerNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/WalkerNPCTemplate.java deleted file mode 100644 index 6adc8b28e..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/WalkerNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class WalkerNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected WalkerNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/template/npc/WarehouseNPCTemplate.java b/src/main/java/com/l2jserver/model/template/npc/WarehouseNPCTemplate.java deleted file mode 100644 index fb32f05b3..000000000 --- a/src/main/java/com/l2jserver/model/template/npc/WarehouseNPCTemplate.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.template.npc; - -import com.l2jserver.model.id.template.NPCTemplateID; -import com.l2jserver.model.template.NPCTemplate; - -/** - * @author Rogiel - * - */ -public class WarehouseNPCTemplate extends NPCTemplate { - /** - * Creates a new instance of this template - * - * @param id - * the template id - * @param race - * the npc race - */ - protected WarehouseNPCTemplate(NPCTemplateID id) { - super(id); - } -} diff --git a/src/main/java/com/l2jserver/model/world/L2Character.java b/src/main/java/com/l2jserver/model/world/L2Character.java index 6dbb476fc..8d1e097fb 100644 --- a/src/main/java/com/l2jserver/model/world/L2Character.java +++ b/src/main/java/com/l2jserver/model/world/L2Character.java @@ -25,9 +25,7 @@ import com.l2jserver.model.id.object.ClanID; import com.l2jserver.model.id.object.PetID; import com.l2jserver.model.id.template.CharacterTemplateID; import com.l2jserver.model.template.CharacterTemplate; -import com.l2jserver.model.world.actor.ActorAttributes; import com.l2jserver.model.world.character.CharacterAppearance; -import com.l2jserver.model.world.character.CharacterCalculatedAttributes; import com.l2jserver.model.world.character.CharacterClass; import com.l2jserver.model.world.character.CharacterFriendList; import com.l2jserver.model.world.character.CharacterInventory; @@ -62,14 +60,6 @@ public class L2Character extends Player { * The appearance of this character */ private final CharacterAppearance appearance = new CharacterAppearance(this); - /** - * The base attributes of this character - */ - private final CharacterTemplate.ActorBaseAttributes baseAttributes; - /** - * The attributes of this character - */ - private final ActorAttributes attributes; /** * The list of friend of this character */ @@ -200,8 +190,6 @@ public class L2Character extends Player { */ public L2Character(CharacterTemplateID templateID) { super(templateID); - this.baseAttributes = templateID.getTemplate().getBaseAttributes(); - this.attributes = new CharacterCalculatedAttributes(this); } /** @@ -463,6 +451,13 @@ public class L2Character extends Player { this.state = state; } + /** + * @return true if character is doing nothing + */ + public boolean isIdle() { + return state == null; + } + /** * @return true if character is being teleported */ @@ -534,20 +529,6 @@ public class L2Character extends Player { return appearance; } - /** - * @return the base attributes - */ - public CharacterTemplate.ActorBaseAttributes getBaseAttributes() { - return baseAttributes; - } - - /** - * @return the attributes - */ - public ActorAttributes getAttributes() { - return attributes; - } - /** * @return the friendList */ diff --git a/src/main/java/com/l2jserver/model/world/NPC.java b/src/main/java/com/l2jserver/model/world/NPC.java index cf283b015..aa5336c73 100644 --- a/src/main/java/com/l2jserver/model/world/NPC.java +++ b/src/main/java/com/l2jserver/model/world/NPC.java @@ -23,9 +23,8 @@ import com.l2jserver.model.template.NPCTemplate; import com.l2jserver.service.game.ai.AIScript; /** - * NPC stand for "Not Playable Character" and is an character that not player - * has control over it. In most cases they are controlled by an {@link AIScript} - * . + * NPC stand for "Not Playable Character" and is an character that no player has + * control over it. In most cases they are controlled by an {@link AIScript} . * * @author Rogiel */ @@ -61,7 +60,7 @@ public class NPC extends Actor { } public double getMaxHP() { - return this.getTemplate().getMaxHP(); + return this.getTemplate().getMaximumHP(); } public void setMaxHP(double maxHP) { @@ -69,13 +68,13 @@ public class NPC extends Actor { } public double getMaxMP() { - return this.getTemplate().getMaxHP(); + return this.getTemplate().getMaximumMP(); } public void setMaxMP(double maxMP) { throw new UnsupportedOperationException(); } - + @Override public long getExperience() { return this.getTemplate().getExperience(); @@ -88,7 +87,7 @@ public class NPC extends Actor { @Override public int getSP() { - return this.getTemplate().getSp(); + return this.getTemplate().getSP(); } @Override diff --git a/src/main/java/com/l2jserver/model/world/actor/ActorAttributes.java b/src/main/java/com/l2jserver/model/world/actor/ActorAttributes.java deleted file mode 100644 index 5f54e012a..000000000 --- a/src/main/java/com/l2jserver/model/world/actor/ActorAttributes.java +++ /dev/null @@ -1,124 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.world.actor; - -import com.l2jserver.model.template.ActorTemplate; - -/** - * Defines attributes of the character. Implementations can use an static value - * (i.e. from {@link ActorTemplate}) or can use an calculator to define values, - * composed from many attributes objects. - * - * @author Rogiel - * - */ -public interface ActorAttributes { - /** - * @return the intelligence - */ - public int getIntelligence(); - - /** - * @return the strength - */ - public int getStrength(); - - /** - * @return the concentration - */ - public int getConcentration(); - - /** - * @return the mentality - */ - public int getMentality(); - - /** - * @return the dexterity - */ - public int getDexterity(); - - /** - * @return the witness - */ - public int getWitness(); - - /** - * @return the physicalAttack - */ - public double getPhysicalAttack(); - - /** - * @return the magicalAttack - */ - public double getMagicalAttack(); - - /** - * @return the physicalDefense - */ - public double getPhysicalDefense(); - - /** - * @return the magicalDefense - */ - public double getMagicalDefense(); - - /** - * @return the attackSpeed - */ - public int getAttackSpeed(); - - /** - * @return the castSpeed - */ - public int getCastSpeed(); - - /** - * @return the accuracy - */ - public int getAccuracy(); - - /** - * @return the criticalChance - */ - public int getCriticalChance(); - - /** - * @return the evasionChance - */ - public int getEvasionChance(); - - /** - * @return the run speed - */ - public double getRunSpeed(); - - /** - * @return the walking speed - */ - public double getWalkSpeed(); - - /** - * @return the maxWeigth - */ - public int getMaxWeigth(); - - /** - * @return the craft - */ - public boolean canCraft(); -} diff --git a/src/main/java/com/l2jserver/model/world/character/CharacterCalculatedAttributes.java b/src/main/java/com/l2jserver/model/world/character/CharacterCalculatedAttributes.java deleted file mode 100644 index a0e731a3e..000000000 --- a/src/main/java/com/l2jserver/model/world/character/CharacterCalculatedAttributes.java +++ /dev/null @@ -1,142 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.model.world.character; - -import com.l2jserver.model.template.CharacterTemplate; -import com.l2jserver.model.world.L2Character; -import com.l2jserver.model.world.actor.ActorAttributes; - -/** - * This {@link ActorAttributes} implementation calculates the real - * character attributes based on it's {@link CharacterTemplate} and active - * buffs. - * - * @author Rogiel - */ -public class CharacterCalculatedAttributes implements ActorAttributes { - /** - * The character - */ - private final L2Character character; - /** - * The base attributes (from {@link CharacterTemplate}) - */ - private final ActorAttributes baseAttributes; - - public CharacterCalculatedAttributes(L2Character character) { - this.character = character; - this.baseAttributes = this.character.getBaseAttributes(); - } - - @Override - public int getIntelligence() { - return baseAttributes.getIntelligence(); - } - - @Override - public int getStrength() { - return baseAttributes.getStrength(); - } - - @Override - public int getConcentration() { - return baseAttributes.getConcentration(); - } - - @Override - public int getMentality() { - return baseAttributes.getMentality(); - } - - @Override - public int getDexterity() { - return baseAttributes.getDexterity(); - } - - @Override - public int getWitness() { - return baseAttributes.getWitness(); - } - - @Override - public double getPhysicalAttack() { - return baseAttributes.getPhysicalAttack(); - } - - @Override - public double getMagicalAttack() { - return baseAttributes.getMagicalAttack(); - } - - @Override - public double getPhysicalDefense() { - return baseAttributes.getPhysicalDefense(); - } - - @Override - public double getMagicalDefense() { - return baseAttributes.getMagicalDefense(); - } - - @Override - public int getAttackSpeed() { - return baseAttributes.getAttackSpeed(); - } - - @Override - public int getCastSpeed() { - return baseAttributes.getCastSpeed(); - } - - @Override - public int getAccuracy() { - return baseAttributes.getAccuracy(); - } - - @Override - public int getCriticalChance() { - return baseAttributes.getCriticalChance(); - } - - @Override - public int getEvasionChance() { - return baseAttributes.getEvasionChance(); - } - - @Override - public double getRunSpeed() { - return baseAttributes.getRunSpeed(); - } - - @Override - public double getWalkSpeed() { - //FIXME this is a temporary work arround - return getRunSpeed(); - //return baseAttributes.getWalkSpeed(); - } - - @Override - public int getMaxWeigth() { - return baseAttributes.getMaxWeigth(); - } - - @Override - public boolean canCraft() { - return baseAttributes.canCraft(); - } - -} diff --git a/src/main/java/com/l2jserver/model/world/character/CharacterStats.java b/src/main/java/com/l2jserver/model/world/character/CharacterStats.java index 3872d81c5..24cd0cc9f 100644 --- a/src/main/java/com/l2jserver/model/world/character/CharacterStats.java +++ b/src/main/java/com/l2jserver/model/world/character/CharacterStats.java @@ -212,6 +212,10 @@ public class CharacterStats { public int getEvasionRate() { return (int) calc(StatType.EVASION_RATE); } + + public int getMaximumLoad() { + return (int) calc(StatType.MAX_LOAD); + } // public void add(StatType type, Calculator calculator) { // getCalculator(type).importFunctions(calculator); diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackAccuracyCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackAccuracyCalculator.java index 4e200d81a..40e525fa8 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackAccuracyCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackAccuracyCalculator.java @@ -32,7 +32,7 @@ public class BaseAttackAccuracyCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getAccuracy(); + ctx.result = c.getTemplate().getBaseAccuracy(); } }, new AbstractFunction(0x100) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackEvasionCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackEvasionCalculator.java index 27421401e..14bb73aa6 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackEvasionCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseAttackEvasionCalculator.java @@ -32,7 +32,7 @@ public class BaseAttackEvasionCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getEvasionChance(); + ctx.result = c.getTemplate().getBaseEvasion(); } }, new AbstractFunction(0x100) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseCPCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseCPCalculator.java index 5a6ba2684..cdc9b4ce5 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseCPCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseCPCalculator.java @@ -32,7 +32,7 @@ public class BaseCPCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getCpBase(); + ctx.result = c.getTemplate().getBaseCP(); } }, new AbstractFunction(0x100) { @Override @@ -40,9 +40,9 @@ public class BaseCPCalculator extends CharacterCalculator { final CharacterTemplate template = c.getTemplate(); int lvl = c.getLevel() - template.getMinimumLevel(); - double mod = template.getCpMultiplier() * lvl; - double max = (template.getCpAdd() + mod) * lvl; - double min = (template.getCpAdd() * lvl) + mod; + double mod = template.getBaseCPModifier() * lvl; + double max = (template.getBaseCPAdd() + mod) * lvl; + double min = (template.getBaseCPAdd() * lvl) + mod; ctx.result += (max + min) / 2; } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseConcentrationCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseConcentrationCalculator.java index cffffb8ea..7da0939ae 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseConcentrationCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseConcentrationCalculator.java @@ -29,7 +29,7 @@ public class BaseConcentrationCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getConcentration(); + ctx.result = c.getTemplate().getBaseConcentration(); } }); } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseDexterityCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseDexterityCalculator.java index 6baf30968..b87b947f8 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseDexterityCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseDexterityCalculator.java @@ -29,7 +29,7 @@ public class BaseDexterityCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getDextry(); + ctx.result = c.getTemplate().getBaseDexterity(); } }); } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseHPCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseHPCalculator.java index e785eab9d..7d0e7360b 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseHPCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseHPCalculator.java @@ -32,7 +32,7 @@ public class BaseHPCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getHpBase(); + ctx.result = c.getTemplate().getBaseHP(); } }, new AbstractFunction(0x100) { @Override @@ -40,9 +40,9 @@ public class BaseHPCalculator extends CharacterCalculator { final CharacterTemplate template = c.getTemplate(); int lvl = c.getLevel() - template.getMinimumLevel(); - double mod = template.getHpMultiplier() * lvl; - double max = (template.getHpAdd() + mod) * lvl; - double min = (template.getHpAdd() * lvl) + mod; + double mod = template.getBaseHP() * lvl; + double max = (template.getBaseHPAdd() + mod) * lvl; + double min = (template.getBaseHPAdd() * lvl) + mod; ctx.result += (max + min) / 2; } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseHPRegenerationCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseHPRegenerationCalculator.java new file mode 100644 index 000000000..4319ea814 --- /dev/null +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseHPRegenerationCalculator.java @@ -0,0 +1,150 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.world.character.calculator; + +import com.l2jserver.model.world.L2Character; +import com.l2jserver.model.world.L2Character.CharacterMoveType; +import com.l2jserver.model.world.actor.stat.BaseStats; +import com.l2jserver.util.calculator.AbstractFunction; +import com.l2jserver.util.calculator.CalculatorContext; + +/** + * @author Rogiel + * + */ +public class BaseHPRegenerationCalculator extends CharacterCalculator { + /** + * Retail value is 100 + */ + public static final double HP_REGEN_MULTIPLIER = 100; + + @SuppressWarnings("unchecked") + public BaseHPRegenerationCalculator() { + super(new AbstractFunction(0x000) { + @Override + public void calculate(L2Character c, CalculatorContext ctx) { + // TODO set base hp regen + ctx.result = 0; + + // initial value is changed here + ctx.result += (c.getLevel() > 10) ? ((c.getLevel() - 1) / 10.0) + : 0.5; + + // Add CON bonus + ctx.result *= ((100.0 - 11 + c.getLevel()) / 100.0) + * BaseStats.CON.calculateBonus(c.getStats() + .getConcentration()); + + if (ctx.result < 0) + ctx.result = 0; + + } + }, new AbstractFunction(Integer.MAX_VALUE) { + @Override + public void calculate(L2Character c, CalculatorContext ctx) { + double hpRegenMultiplier = HP_REGEN_MULTIPLIER; + double hpRegenBonus = 0; + + // TODO SevenSigns Festival modifier + // if (SevenSignsFestival.getInstance().isFestivalInProgress() + // && player.isFestivalParticipant()) + // hpRegenMultiplier *= calcFestivalRegenModifier(player); + // else { + // double siegeModifier = calcSiegeRegenModifer(player); + // if (siegeModifier > 0) + // hpRegenMultiplier *= siegeModifier; + // } + + // TODO clan hall regen + // if (player.isInsideZone(L2Character.ZONE_CLANHALL) + // && player.getClan() != null + // && player.getClan().getHasHideout() > 0) { + // L2ClanHallZone zone = ZoneManager.getInstance().getZone( + // player, L2ClanHallZone.class); + // int posChIndex = zone == null ? -1 : zone.getClanHallId(); + // int clanHallIndex = player.getClan().getHasHideout(); + // if (clanHallIndex > 0 && clanHallIndex == posChIndex) { + // ClanHall clansHall = ClanHallManager.getInstance() + // .getClanHallById(clanHallIndex); + // if (clansHall != null) + // if (clansHall.getFunction(ClanHall.FUNC_RESTORE_HP) != null) + // hpRegenMultiplier *= 1 + (double) clansHall + // .getFunction(ClanHall.FUNC_RESTORE_HP) + // .getLvl() / 100; + // } + // } + + // TODO castle regen + // if (player.isInsideZone(L2Character.ZONE_CASTLE) + // && player.getClan() != null + // && player.getClan().getHasCastle() > 0) { + // L2CastleZone zone = ZoneManager.getInstance().getZone( + // player, L2CastleZone.class); + // int posCastleIndex = zone == null ? -1 : zone.getCastleId(); + // int castleIndex = player.getClan().getHasCastle(); + // if (castleIndex > 0 && castleIndex == posCastleIndex) { + // Castle castle = CastleManager.getInstance() + // .getCastleById(castleIndex); + // if (castle != null) + // if (castle.getFunction(Castle.FUNC_RESTORE_HP) != null) + // hpRegenMultiplier *= 1 + (double) castle + // .getFunction(Castle.FUNC_RESTORE_HP) + // .getLvl() / 100; + // } + // } + + // TODO fort regen + // if (player.isInsideZone(L2Character.ZONE_FORT) + // && player.getClan() != null + // && player.getClan().getHasFort() > 0) { + // L2FortZone zone = ZoneManager.getInstance().getZone(player, + // L2FortZone.class); + // int posFortIndex = zone == null ? -1 : zone.getFortId(); + // int fortIndex = player.getClan().getHasFort(); + // if (fortIndex > 0 && fortIndex == posFortIndex) { + // Fort fort = FortManager.getInstance().getFortById( + // fortIndex); + // if (fort != null) + // if (fort.getFunction(Fort.FUNC_RESTORE_HP) != null) + // hpRegenMultiplier *= 1 + (double) fort + // .getFunction(Fort.FUNC_RESTORE_HP) + // .getLvl() / 100; + // } + // } + + // TODO Mother Tree effect is calculated at last + // if (player.isInsideZone(L2Character.ZONE_MOTHERTREE)) { + // L2MotherTreeZone zone = ZoneManager.getInstance().getZone( + // player, L2MotherTreeZone.class); + // int hpBonus = zone == null ? 0 : zone.getHpRegenBonus(); + // hpRegenBonus += hpBonus; + // } + + // Calculate Movement bonus + // if (player.isSitting()) + // hpRegenMultiplier *= 1.5; // Sitting + // else + if (c.isIdle()) + hpRegenMultiplier *= 1.1; // Staying + else if (c.getMoveType() == CharacterMoveType.RUN) + hpRegenMultiplier *= 0.7; // Running + + ctx.result = ctx.result * hpRegenMultiplier + hpRegenBonus; + } + }); + } +} diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseIntelligenceCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseIntelligenceCalculator.java index 9cec744cd..a778675ee 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseIntelligenceCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseIntelligenceCalculator.java @@ -29,7 +29,7 @@ public class BaseIntelligenceCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getIntelligence(); + ctx.result = c.getTemplate().getBaseIntelligence(); } }); } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMPCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMPCalculator.java index b37cfcef3..be0e2d7b2 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMPCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMPCalculator.java @@ -32,7 +32,7 @@ public class BaseMPCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getMpBase(); + ctx.result = c.getTemplate().getBaseBaseMP(); } }, new AbstractFunction(0x100) { @Override @@ -40,9 +40,9 @@ public class BaseMPCalculator extends CharacterCalculator { final CharacterTemplate template = c.getTemplate(); int lvl = c.getLevel() - template.getMinimumLevel(); - double mod = template.getMpMultiplier() * lvl; - double max = (template.getMpAdd() + mod) * lvl; - double min = (template.getMpAdd() * lvl) + mod; + double mod = template.getBaseMPModifier() * lvl; + double max = (template.getBaseMPAdd() + mod) * lvl; + double min = (template.getBaseMPAdd() * lvl) + mod; ctx.result += (max + min) / 2; } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackCalculator.java index 3abb31030..7f66b2b03 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackCalculator.java @@ -31,7 +31,7 @@ public class BaseMagicalAttackCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getMagicalAttack(); + ctx.result = c.getTemplate().getBaseMagicalAttack(); } }, new AbstractFunction(0x200) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackSpeedCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackSpeedCalculator.java index 65167659a..21c1f5fc8 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackSpeedCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalAttackSpeedCalculator.java @@ -31,7 +31,7 @@ public class BaseMagicalAttackSpeedCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getCastSpeed(); + ctx.result = c.getTemplate().getBaseMagicalAttackSpeed(); } }, new AbstractFunction(0x200) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalCriticalRateCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalCriticalRateCalculator.java index 6fa0e28fb..17f7fc3ed 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalCriticalRateCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalCriticalRateCalculator.java @@ -31,7 +31,7 @@ public class BaseMagicalCriticalRateCalculator extends CharacterCalculator { @Override public void calculate(L2Character c, CalculatorContext ctx) { // XXX is the same as physical???? - ctx.result = c.getTemplate().getCriticalChance(); + ctx.result = c.getTemplate().getBaseCritical(); } }, new AbstractFunction(0x300) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalDefenseCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalDefenseCalculator.java index 4288bbb53..6a207f0ba 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalDefenseCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMagicalDefenseCalculator.java @@ -37,7 +37,7 @@ public class BaseMagicalDefenseCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getMagicalDefense(); + ctx.result = c.getTemplate().getBaseMagicalDefense(); } }, new AbstractFunction(0x200) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMentalityCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMentalityCalculator.java index 9a97554dd..1fe917ffc 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseMentalityCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseMentalityCalculator.java @@ -29,7 +29,7 @@ public class BaseMentalityCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getMentality(); + ctx.result = c.getTemplate().getBaseMentality(); } }); } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackCalculator.java index e44362af1..db380426a 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackCalculator.java @@ -31,7 +31,7 @@ public class BasePhysicalAttackCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getPhysicalAttack(); + ctx.result = c.getTemplate().getBasePhysicalAttack(); } }, new AbstractFunction(0x100) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackSpeedCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackSpeedCalculator.java index 9b02e5ae4..96fbef299 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackSpeedCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalAttackSpeedCalculator.java @@ -31,7 +31,7 @@ public class BasePhysicalAttackSpeedCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getAttackSpeed(); + ctx.result = c.getTemplate().getBasePhysicalAttackSpeed(); } }, new AbstractFunction(0x200) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalCriticalRateCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalCriticalRateCalculator.java index b05579354..2ad8ce953 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalCriticalRateCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalCriticalRateCalculator.java @@ -30,7 +30,7 @@ public class BasePhysicalCriticalRateCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getCriticalChance(); + ctx.result = c.getTemplate().getBaseCritical(); } }, new AbstractFunction(0x090) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalDefenseCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalDefenseCalculator.java index 0c1862e86..2f4108306 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalDefenseCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BasePhysicalDefenseCalculator.java @@ -39,7 +39,7 @@ public class BasePhysicalDefenseCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getPhysicalDefense(); + ctx.result = c.getTemplate().getBasePhysicalDefense(); } }, new AbstractFunction(0x200) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseRunSpeedCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseRunSpeedCalculator.java index cb67bf1af..86e059942 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseRunSpeedCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseRunSpeedCalculator.java @@ -31,7 +31,7 @@ public class BaseRunSpeedCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getRunSpeed(); + ctx.result = c.getTemplate().getBaseRunSpeed(); } }, new AbstractFunction(0x300) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseStrengthCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseStrengthCalculator.java index 9cdbe74f9..c27b89470 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseStrengthCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseStrengthCalculator.java @@ -29,7 +29,7 @@ public class BaseStrengthCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getStrength(); + ctx.result = c.getTemplate().getBaseStrength(); } }); } diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseWalkSpeedCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseWalkSpeedCalculator.java index 49715a068..9d7b63e28 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseWalkSpeedCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseWalkSpeedCalculator.java @@ -31,7 +31,7 @@ public class BaseWalkSpeedCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getWalkSpeed(); + ctx.result = c.getTemplate().getBaseWalkSpeed(); } }, new AbstractFunction(0x300) { @Override diff --git a/src/main/java/com/l2jserver/model/world/character/calculator/BaseWitnessCalculator.java b/src/main/java/com/l2jserver/model/world/character/calculator/BaseWitnessCalculator.java index bd5244487..950244289 100644 --- a/src/main/java/com/l2jserver/model/world/character/calculator/BaseWitnessCalculator.java +++ b/src/main/java/com/l2jserver/model/world/character/calculator/BaseWitnessCalculator.java @@ -29,7 +29,7 @@ public class BaseWitnessCalculator extends CharacterCalculator { super(new AbstractFunction(0x000) { @Override public void calculate(L2Character c, CalculatorContext ctx) { - ctx.result = c.getTemplate().getMentality(); + ctx.result = c.getTemplate().getBaseWitness(); } }); } diff --git a/src/main/java/com/l2jserver/model/world/npc/Teleporter.java b/src/main/java/com/l2jserver/model/world/npc/Teleporter.java new file mode 100644 index 000000000..0cf2ece18 --- /dev/null +++ b/src/main/java/com/l2jserver/model/world/npc/Teleporter.java @@ -0,0 +1,34 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.world.npc; + +import com.l2jserver.model.id.template.NPCTemplateID; +import com.l2jserver.model.world.NPC; + +/** + * @author Rogiel + * + */ +public class Teleporter extends NPC { + /** + * @param templateID + * the NPC template ID + */ + public Teleporter(NPCTemplateID templateID) { + super(templateID); + } +} diff --git a/src/main/java/com/l2jserver/model/world/npc/controller/NPCController.java b/src/main/java/com/l2jserver/model/world/npc/controller/NPCController.java new file mode 100644 index 000000000..db9b1ead1 --- /dev/null +++ b/src/main/java/com/l2jserver/model/world/npc/controller/NPCController.java @@ -0,0 +1,83 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.world.npc.controller; + +import com.l2jserver.game.net.Lineage2Connection; +import com.l2jserver.model.template.NPCTemplate; +import com.l2jserver.model.world.L2Character; +import com.l2jserver.model.world.NPC; +import com.l2jserver.util.exception.L2Exception; + +/** + * @author Rogiel + * + */ +public class NPCController { + /** + * The {@link NPC} instance + */ + protected final NPC npc; + /** + * The {@link NPC} template + */ + protected final NPCTemplate template; + + /** + * Creates a new instance + * + * @param npc + * the {@link NPC} + */ + public NPCController(NPC npc) { + this.npc = npc; + this.template = null; + } + + /** + * Performs an interaction with this template. + * + * @param character + * the interacting character + * @param args + * the action arguments + * @throws L2Exception + * any {@link L2Exception} + */ + public void action(NPC npc, L2Character character, String... args) + throws L2Exception { + + } + + /** + * Talks with this NPC + * + * @param npc + * the npc + * @param character + * the character + * @param conn + * the lineage 2 connection + * @param args + * the action arguments + * @throws L2Exception + */ + protected void talk(NPC npc, L2Character character, + Lineage2Connection conn, String... args) throws L2Exception { + + conn.sendActionFailed(); + } +} diff --git a/src/main/java/com/l2jserver/model/world/npc/controller/TeleporterController.java b/src/main/java/com/l2jserver/model/world/npc/controller/TeleporterController.java new file mode 100644 index 000000000..77f5945e7 --- /dev/null +++ b/src/main/java/com/l2jserver/model/world/npc/controller/TeleporterController.java @@ -0,0 +1,38 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.world.npc.controller; + +import com.l2jserver.model.world.NPC; +import com.l2jserver.service.game.spawn.SpawnService; + +/** + * @author Rogiel + * + */ +public class TeleporterController extends NPCController { + /** + * The {@link SpawnService} + */ + protected SpawnService spawnService; + + /** + * @param npc + */ + public TeleporterController(NPC npc) { + super(npc); + } +} diff --git a/src/main/java/com/l2jserver/service/ServiceModule.java b/src/main/java/com/l2jserver/service/ServiceModule.java index 358ed5d9f..853356f21 100644 --- a/src/main/java/com/l2jserver/service/ServiceModule.java +++ b/src/main/java/com/l2jserver/service/ServiceModule.java @@ -39,8 +39,8 @@ import com.l2jserver.service.game.scripting.ScriptingService; import com.l2jserver.service.game.scripting.ScriptingServiceImpl; import com.l2jserver.service.game.spawn.SpawnService; import com.l2jserver.service.game.spawn.SpawnServiceImpl; -import com.l2jserver.service.game.template.ScriptTemplateService; import com.l2jserver.service.game.template.TemplateService; +import com.l2jserver.service.game.template.XMLTemplateService; import com.l2jserver.service.game.world.CachedWorldIDService; import com.l2jserver.service.game.world.WorldIDService; import com.l2jserver.service.game.world.WorldService; @@ -80,7 +80,7 @@ public class ServiceModule extends AbstractModule { Scopes.SINGLETON); bind(ScriptingService.class).to(ScriptingServiceImpl.class).in( Scopes.SINGLETON); - bind(TemplateService.class).to(ScriptTemplateService.class).in( + bind(TemplateService.class).to(XMLTemplateService.class).in( Scopes.SINGLETON); bind(ChatService.class).to(SimpleChatService.class) diff --git a/src/main/java/com/l2jserver/service/game/npc/NPCServiceImpl.java b/src/main/java/com/l2jserver/service/game/npc/NPCServiceImpl.java index d876c18cf..d527ca9b3 100644 --- a/src/main/java/com/l2jserver/service/game/npc/NPCServiceImpl.java +++ b/src/main/java/com/l2jserver/service/game/npc/NPCServiceImpl.java @@ -29,7 +29,6 @@ import com.l2jserver.service.AbstractService; import com.l2jserver.service.game.spawn.AlreadySpawnedServiceException; import com.l2jserver.service.game.spawn.SpawnPointNotFoundServiceException; import com.l2jserver.service.game.spawn.SpawnService; -import com.l2jserver.util.exception.L2Exception; /** * Default {@link NPCService} implementation @@ -61,11 +60,11 @@ public class NPCServiceImpl extends AbstractService implements NPCService { Preconditions.checkNotNull(action, "action"); final NPCTemplate template = npc.getTemplate(); - try { - template.action(npc, character, new String[0]); - } catch (L2Exception e) { - throw new ActionServiceException(e); - } + // try { + // // template.action(npc, character, new String[0]); + // } catch (L2Exception e) { + // throw new ActionServiceException(e); + // } } @Override @@ -77,11 +76,11 @@ public class NPCServiceImpl extends AbstractService implements NPCService { args = new String[0]; final NPCTemplate template = npc.getTemplate(); - try { - template.action(npc, character, args); - } catch (L2Exception e) { - throw new ActionServiceException(e); - } + // try { + // // template.action(npc, character, args); + // } catch (L2Exception e) { + // throw new ActionServiceException(e); + // } } @Override diff --git a/src/main/java/com/l2jserver/service/game/template/XMLTemplateService.java b/src/main/java/com/l2jserver/service/game/template/XMLTemplateService.java new file mode 100644 index 000000000..f1ae28578 --- /dev/null +++ b/src/main/java/com/l2jserver/service/game/template/XMLTemplateService.java @@ -0,0 +1,129 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.service.game.template; + +import java.io.File; +import java.util.Collection; +import java.util.Map; + +import javax.xml.bind.JAXBContext; +import javax.xml.bind.JAXBException; +import javax.xml.bind.Unmarshaller; + +import org.apache.commons.io.FileUtils; + +import com.google.common.base.Preconditions; +import com.google.inject.Inject; +import com.l2jserver.model.id.TemplateID; +import com.l2jserver.model.template.CharacterTemplate; +import com.l2jserver.model.template.ItemTemplate; +import com.l2jserver.model.template.NPCTemplate; +import com.l2jserver.model.template.Template; +import com.l2jserver.service.AbstractService; +import com.l2jserver.service.AbstractService.Depends; +import com.l2jserver.service.ServiceStartException; +import com.l2jserver.service.ServiceStopException; +import com.l2jserver.service.configuration.ConfigurationService; +import com.l2jserver.service.core.LoggingService; +import com.l2jserver.util.factory.CollectionFactory; +import com.l2jserver.util.jaxb.CharacterTemplateIDAdapter; +import com.l2jserver.util.jaxb.ItemTemplateIDAdapter; +import com.l2jserver.util.jaxb.NPCTemplateIDAdapter; + +@Depends({ LoggingService.class, ConfigurationService.class }) +public class XMLTemplateService extends AbstractService implements + TemplateService { + private final XMLTemplateServiceConfiguration config; + private final NPCTemplateIDAdapter npcTemplateIdAdapter; + private final ItemTemplateIDAdapter itemTemplateIdAdapter; + private final CharacterTemplateIDAdapter charIdTemplateAdapter; + + private JAXBContext context; + private Unmarshaller unmarshaller; + + @SuppressWarnings("rawtypes") + private Map templates = CollectionFactory.newMap(); + + @Inject + public XMLTemplateService(ConfigurationService configService, + NPCTemplateIDAdapter npcTemplateIdAdapter, + ItemTemplateIDAdapter itemTemplateIdAdapter, + CharacterTemplateIDAdapter charIdTemplateAdapter) { + this.config = configService.get(XMLTemplateServiceConfiguration.class); + this.npcTemplateIdAdapter = npcTemplateIdAdapter; + this.itemTemplateIdAdapter = itemTemplateIdAdapter; + this.charIdTemplateAdapter = charIdTemplateAdapter; + } + + @Override + protected void doStart() throws ServiceStartException { + try { + context = JAXBContext.newInstance(CharacterTemplate.class, + NPCTemplate.class, ItemTemplate.class); + unmarshaller = context.createUnmarshaller(); + + unmarshaller.setAdapter(NPCTemplateIDAdapter.class, + npcTemplateIdAdapter); + unmarshaller.setAdapter(ItemTemplateIDAdapter.class, + itemTemplateIdAdapter); + unmarshaller.setAdapter(CharacterTemplateIDAdapter.class, + charIdTemplateAdapter); + + @SuppressWarnings("unchecked") + Collection files = FileUtils + .listFiles(config.getTemplateDirectory(), + new String[] { "xml" }, true); + for (final File file : files) { + loadTemplate(file); + } + } catch (JAXBException e) { + throw new ServiceStartException(e); + } + } + + @Override + @SuppressWarnings("unchecked") + public > T getTemplate(TemplateID id) { + Preconditions.checkNotNull(id, "id"); + return (T) templates.get(id); + } + + public void loadTemplate(File file) throws JAXBException { + Preconditions.checkNotNull(file, "file"); + final Template template = (Template) unmarshaller.unmarshal(file); + if (template.getID() != null) + templates.put(template.getID(), template); + } + + public void removeTemplate(Template template) { + Preconditions.checkNotNull(template, "template"); + templates.remove(template.getID()); + } + + @Override + public void reload() { + // TODO Auto-generated method stub + + } + + @Override + protected void doStop() throws ServiceStopException { + templates.clear(); + unmarshaller = null; + context = null; + } +} diff --git a/src/main/java/com/l2jserver/service/game/template/XMLTemplateServiceConfiguration.java b/src/main/java/com/l2jserver/service/game/template/XMLTemplateServiceConfiguration.java new file mode 100644 index 000000000..6a91fc2e1 --- /dev/null +++ b/src/main/java/com/l2jserver/service/game/template/XMLTemplateServiceConfiguration.java @@ -0,0 +1,31 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.service.game.template; + +import java.io.File; + +import com.l2jserver.service.configuration.Configuration; +import com.l2jserver.service.configuration.Configuration.ConfigurationName; + +@ConfigurationName("template") +public interface XMLTemplateServiceConfiguration extends Configuration { + @ConfigurationPropertyGetter(name = "template.directory", defaultValue = "data/templates") + File getTemplateDirectory(); + + @ConfigurationPropertySetter(name = "template.directory") + void setTemplateDirectory(File file); +} diff --git a/src/main/java/com/l2jserver/test/XMLMappingTest.java b/src/main/java/com/l2jserver/test/XMLMappingTest.java new file mode 100644 index 000000000..198b0600e --- /dev/null +++ b/src/main/java/com/l2jserver/test/XMLMappingTest.java @@ -0,0 +1,72 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.test; + +import java.io.File; +import java.io.IOException; + +import javax.xml.bind.JAXBContext; +import javax.xml.bind.JAXBException; +import javax.xml.bind.Unmarshaller; + +import com.google.inject.Guice; +import com.google.inject.Injector; +import com.l2jserver.GameServerModule; +import com.l2jserver.model.template.CharacterTemplate; +import com.l2jserver.util.jaxb.CharacterTemplateIDAdapter; +import com.l2jserver.util.jaxb.ItemTemplateIDAdapter; +import com.l2jserver.util.jaxb.NPCTemplateIDAdapter; + +/** + * @author Rogiel + * + */ +public class XMLMappingTest { + /** + * @param args + * @throws JAXBException + * @throws IOException + */ + public static void main(String[] args) throws JAXBException, IOException { + // final List templates = CollectionFactory.newList(); + + final JAXBContext c = JAXBContext.newInstance(CharacterTemplate.class); + final Unmarshaller u = c.createUnmarshaller(); + + final Injector injector = Guice.createInjector(new GameServerModule()); + u.setAdapter(NPCTemplateIDAdapter.class, + injector.getInstance(NPCTemplateIDAdapter.class)); + u.setAdapter(ItemTemplateIDAdapter.class, + injector.getInstance(ItemTemplateIDAdapter.class)); + u.setAdapter(CharacterTemplateIDAdapter.class, + injector.getInstance(CharacterTemplateIDAdapter.class)); + + // long start = System.currentTimeMillis(); + // for (int i = 0; i < 200 * 1000; i++) { + // final NPCTemplate t = (NPCTemplate) u.unmarshal(new File( + // "data/npc.xml")); + // templates.add(t); + // } + // long end = System.currentTimeMillis(); + // + // System.out.println("Took " + ((end - start) / 1000) + " seconds"); + + final CharacterTemplate t = (CharacterTemplate) u.unmarshal(new File( + "data/templates/character/Adventurer.xml")); + System.out.println(t.getFemaleCollisionHeight()); + } +} diff --git a/src/main/java/com/l2jserver/util/jaxb/CharacterTemplateIDAdapter.java b/src/main/java/com/l2jserver/util/jaxb/CharacterTemplateIDAdapter.java new file mode 100644 index 000000000..8ca17f4bc --- /dev/null +++ b/src/main/java/com/l2jserver/util/jaxb/CharacterTemplateIDAdapter.java @@ -0,0 +1,54 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.util.jaxb; + +import javax.xml.bind.annotation.adapters.XmlAdapter; + +import com.google.inject.Inject; +import com.l2jserver.model.id.template.CharacterTemplateID; +import com.l2jserver.model.id.template.provider.CharacterTemplateIDProvider; +import com.l2jserver.model.id.template.provider.ItemTemplateIDProvider; +import com.l2jserver.model.world.character.CharacterClass; + +/** + * TODO this should use an {@link ItemTemplateIDProvider}! + * + * @author Rogiel + */ +public class CharacterTemplateIDAdapter extends + XmlAdapter { + private final CharacterTemplateIDProvider provider; + + @Inject + public CharacterTemplateIDAdapter(CharacterTemplateIDProvider provider) { + this.provider = provider; + } + + @Override + public CharacterTemplateID unmarshal(CharacterClass v) throws Exception { + if (v == null) + return null; + return provider.createID(v.id); + } + + @Override + public CharacterClass marshal(CharacterTemplateID v) throws Exception { + if (v == null) + return null; + return CharacterClass.fromID(v.getID()); + } +} diff --git a/src/main/java/com/l2jserver/util/jaxb/ItemTemplateIDAdapter.java b/src/main/java/com/l2jserver/util/jaxb/ItemTemplateIDAdapter.java new file mode 100644 index 000000000..04e0d2e81 --- /dev/null +++ b/src/main/java/com/l2jserver/util/jaxb/ItemTemplateIDAdapter.java @@ -0,0 +1,51 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.util.jaxb; + +import javax.xml.bind.annotation.adapters.XmlAdapter; + +import com.google.inject.Inject; +import com.l2jserver.model.id.template.ItemTemplateID; +import com.l2jserver.model.id.template.provider.ItemTemplateIDProvider; + +/** + * TODO this should use an {@link ItemTemplateIDProvider}! + * + * @author Rogiel + */ +public class ItemTemplateIDAdapter extends XmlAdapter { + private final ItemTemplateIDProvider provider; + + @Inject + public ItemTemplateIDAdapter(ItemTemplateIDProvider provider) { + this.provider = provider; + } + + @Override + public ItemTemplateID unmarshal(Integer v) throws Exception { + if (v == 0) + return null; + return provider.createID(v); + } + + @Override + public Integer marshal(ItemTemplateID v) throws Exception { + if (v == null) + return 0; + return v.getID(); + } +} diff --git a/src/main/java/com/l2jserver/util/jaxb/MapAdapter.java b/src/main/java/com/l2jserver/util/jaxb/MapAdapter.java new file mode 100644 index 000000000..90784a7a1 --- /dev/null +++ b/src/main/java/com/l2jserver/util/jaxb/MapAdapter.java @@ -0,0 +1,61 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.util.jaxb; + +import java.util.HashMap; +import java.util.Map; + +import javax.xml.bind.annotation.XmlAttribute; +import javax.xml.bind.annotation.XmlValue; +import javax.xml.bind.annotation.adapters.XmlAdapter; + +import com.l2jserver.util.jaxb.MapAdapter.MapElements; + +/** + * @author Rogiel + * + */ +public class MapAdapter extends XmlAdapter> { + @Override + public MapElements[] marshal(Map map) throws Exception { + return map.values().toArray(new MapElements[map.size()]); + } + + @Override + public Map unmarshal(MapElements[] elems) throws Exception { + Map r = new HashMap(); + for (MapElements mapelement : elems) + r.put(mapelement.key, mapelement.value); + return r; + + } + + public static class MapElements { + @XmlAttribute(name = "id") + public String key; + @XmlValue + public String value; + + protected MapElements() { + } + + public MapElements(String key, String value) { + this.key = key; + this.value = value; + } + } +} \ No newline at end of file diff --git a/src/main/java/com/l2jserver/util/jaxb/NPCTemplateIDAdapter.java b/src/main/java/com/l2jserver/util/jaxb/NPCTemplateIDAdapter.java new file mode 100644 index 000000000..caf4a556e --- /dev/null +++ b/src/main/java/com/l2jserver/util/jaxb/NPCTemplateIDAdapter.java @@ -0,0 +1,52 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.util.jaxb; + +import javax.xml.bind.annotation.adapters.XmlAdapter; + +import com.google.inject.Inject; +import com.l2jserver.model.id.template.NPCTemplateID; +import com.l2jserver.model.id.template.provider.ItemTemplateIDProvider; +import com.l2jserver.model.id.template.provider.NPCTemplateIDProvider; + +/** + * TODO this should use an {@link ItemTemplateIDProvider}! + * + * @author Rogiel + */ +public class NPCTemplateIDAdapter extends XmlAdapter { + private final NPCTemplateIDProvider provider; + + @Inject + public NPCTemplateIDAdapter(NPCTemplateIDProvider provider) { + this.provider = provider; + } + + @Override + public NPCTemplateID unmarshal(Integer v) throws Exception { + if (v == 0) + return null; + return provider.createID(v); + } + + @Override + public Integer marshal(NPCTemplateID v) throws Exception { + if (v == null) + return 0; + return v.getID(); + } +} diff --git a/src/tool/java/com/l2jserver/model/template/CharacterOldTemplateConverter.java b/src/tool/java/com/l2jserver/model/template/CharacterOldTemplateConverter.java new file mode 100644 index 000000000..bcc9f7102 --- /dev/null +++ b/src/tool/java/com/l2jserver/model/template/CharacterOldTemplateConverter.java @@ -0,0 +1,127 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.template; + +import java.io.FileOutputStream; +import java.io.IOException; +import java.sql.Connection; +import java.sql.DriverManager; +import java.sql.PreparedStatement; +import java.sql.ResultSet; +import java.sql.SQLException; +import java.util.Map; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import org.apache.commons.io.IOUtils; + +import com.l2jserver.model.world.Actor.ActorRace; +import com.l2jserver.model.world.character.CharacterClass; +import com.l2jserver.util.factory.CollectionFactory; + +public class CharacterOldTemplateConverter { + private static final String JDBC_URL = "jdbc:mysql://localhost/l2j-old"; + private static final String JDBC_USERNAME = "l2j"; + private static final String JDBC_PASSWORD = "changeme"; + + private static String template; + + private static Map parents = CollectionFactory + .newMap(); + + public static void main(String[] args) throws SQLException, IOException, + ClassNotFoundException { + Class.forName("com.mysql.jdbc.Driver"); + + template = IOUtils.toString(CharacterOldTemplateConverter.class + .getResourceAsStream("CharacterTemplateBase.txt")); + System.out.println("Generating template classes..."); + + final Connection conn = DriverManager.getConnection(JDBC_URL, + JDBC_USERNAME, JDBC_PASSWORD); + try { + final PreparedStatement st = conn + .prepareStatement("SELECT * FROM char_templates " + + "LEFT JOIN lvlupgain ON (char_templates.Classid = lvlupgain.classid)"); + try { + st.execute(); + final ResultSet rs = st.getResultSet(); + while (rs.next()) { + String[] result = generateJavaClass(rs); + IOUtils.write(result[0], new FileOutputStream( + "generated/template/character/" + result[1])); + } + } finally { + st.close(); + } + } finally { + conn.close(); + } + } + + private static String[] generateJavaClass(ResultSet rs) throws SQLException { + String name = ""; + String template = CharacterOldTemplateConverter.template; + for (int i = 1; i < rs.getMetaData().getColumnCount() + 1; i++) { + template = replace(template, rs.getMetaData().getColumnName(i), + rs.getString(i)); + if (rs.getMetaData().getColumnName(i).equals("ClassId")) { + final CharacterClass c = CharacterClass.fromID(Integer + .parseInt(rs.getString(i))); + name = camelCase(c.name()) + "Template.java"; + } + } + return new String[] { template, name }; + } + + private static String replace(String template, String key, String value) { + if (key.equals("ClassId")) { + final CharacterClass c = CharacterClass.fromID(Integer + .parseInt(value)); + value = "CharacterClass." + c.name(); + String parent; + if (c.parent != null) { + parent = parents.get(c.parent); + } else { + parent = "Abstract" + camelCase(c.race.name()) + "Character"; + } + parents.put(c, camelCase(c.name())); + template = template.replaceAll("\\$\\{parent\\}", parent); + template = template.replaceAll("\\$\\{javaClassName\\}", + camelCase(c.name())); + } + if (key.equals("RaceId")) + value = ActorRace.fromOption(Integer.parseInt(value)).name(); + if (key.equals("canCraft")) + value = (value.equals("1") ? "true" : "false"); + + return template.replaceAll("\\$\\{" + key + "\\}", value); + } + + private static String camelCase(String c) { + Pattern p = Pattern.compile("[a-zA-Z0-9]+"); + Matcher m = p.matcher(c.replaceAll("_", " ")); + StringBuffer result = new StringBuffer(); + String word; + while (m.find()) { + word = m.group(); + result.append(word.substring(0, 1).toUpperCase() + + word.substring(1).toLowerCase()); + } + return result.toString(); + } +} diff --git a/src/tool/java/com/l2jserver/tool/conversor/chartemplate/CharacterTemplateBase.txt b/src/tool/java/com/l2jserver/model/template/CharacterTemplateBase.txt similarity index 100% rename from src/tool/java/com/l2jserver/tool/conversor/chartemplate/CharacterTemplateBase.txt rename to src/tool/java/com/l2jserver/model/template/CharacterTemplateBase.txt diff --git a/src/tool/java/com/l2jserver/model/template/CharacterTemplateConverter.java b/src/tool/java/com/l2jserver/model/template/CharacterTemplateConverter.java new file mode 100644 index 000000000..e3cab387c --- /dev/null +++ b/src/tool/java/com/l2jserver/model/template/CharacterTemplateConverter.java @@ -0,0 +1,190 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.template; + +import java.io.File; +import java.io.IOException; +import java.sql.Connection; +import java.sql.DriverManager; +import java.sql.PreparedStatement; +import java.sql.ResultSet; +import java.sql.SQLException; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import javax.xml.bind.JAXBContext; +import javax.xml.bind.JAXBException; +import javax.xml.bind.Marshaller; +import javax.xml.bind.SchemaOutputResolver; +import javax.xml.transform.Result; +import javax.xml.transform.stream.StreamResult; + +import com.l2jserver.model.template.CharacterTemplate; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata.AttackMetadata; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata.AttackMetadata.AttackValueMetadata; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata.BaseMetadata; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata.DefenseMetadata; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata.DefenseMetadata.DefenseValueMetadata; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata.MoveMetadata; +import com.l2jserver.model.template.CharacterTemplate.CharacterStatsMetadata.Stat; +import com.l2jserver.model.template.CharacterTemplate.CollitionMetadataContainer; +import com.l2jserver.model.template.CharacterTemplate.CollitionMetadataContainer.CollisionMetadata; +import com.l2jserver.model.world.character.CharacterClass; + +/** + * The need to use this package to get access to protected fields. + * + * @author Rogiel + */ +public class CharacterTemplateConverter { + private static final String JDBC_URL = "jdbc:mysql://localhost/l2j-old"; + private static final String JDBC_USERNAME = "l2j"; + private static final String JDBC_PASSWORD = "changeme"; + + public static void main(String[] args) throws SQLException, IOException, + ClassNotFoundException, JAXBException { + Class.forName("com.mysql.jdbc.Driver"); + final File target = new File("generated/template"); + + System.out.println("Generating template classes..."); + + final JAXBContext c = JAXBContext.newInstance(CharacterTemplate.class); + c.generateSchema(new SchemaOutputResolver() { + @Override + public Result createOutput(String namespaceUri, + String suggestedFileName) throws IOException { + return new StreamResult(new File(target, "character.xsd")); + } + }); + + final Marshaller m = c.createMarshaller(); + m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); + m.setProperty(Marshaller.JAXB_NO_NAMESPACE_SCHEMA_LOCATION, "character"); + m.setProperty(Marshaller.JAXB_SCHEMA_LOCATION, + "character ../character.xsd"); + + final Connection conn = DriverManager.getConnection(JDBC_URL, + JDBC_USERNAME, JDBC_PASSWORD); + try { + final PreparedStatement st = conn + .prepareStatement("SELECT * FROM char_templates " + + "LEFT JOIN lvlupgain ON (char_templates.Classid = lvlupgain.classid)"); + try { + st.execute(); + final ResultSet rs = st.getResultSet(); + while (rs.next()) { + CharacterTemplate t = fillTemplate(rs); + + final File file = new File(target, "character/" + + camelCase(t.characterClass.name()) + ".xml"); + file.getParentFile().mkdirs(); + + m.marshal(t, file); + + // m.marshal(t, System.out); + // System.exit(0); + } + } finally { + st.close(); + } + } finally { + conn.close(); + } + } + + private static CharacterTemplate fillTemplate(ResultSet rs) + throws SQLException { + final CharacterTemplate t = new CharacterTemplate(); + + t.characterClass = CharacterClass.fromID(rs.getInt("ClassId")); + // this.hpBase = ${defaulthpbase}; + t.stats = new CharacterStatsMetadata(); + t.stats.hp = new Stat(); + t.stats.hp.base = rs.getDouble("defaulthpbase"); + t.stats.hp.modifier = rs.getDouble("defaulthpmod"); + t.stats.hp.add = rs.getDouble("defaulthpadd"); + + t.stats.mp = new Stat(); + t.stats.mp.base = rs.getDouble("defaultmpbase"); + t.stats.mp.modifier = rs.getDouble("defaultmpmod"); + t.stats.mp.add = rs.getDouble("defaultmpadd"); + + t.stats.cp = new Stat(); + t.stats.cp.base = rs.getDouble("defaultcpbase"); + t.stats.cp.modifier = rs.getDouble("defaultcpmod"); + t.stats.cp.add = rs.getDouble("defaultcpadd"); + + t.stats.base = new BaseMetadata(); + t.stats.base.intelligence = rs.getInt("_INT"); + t.stats.base.strength = rs.getInt("STR"); + t.stats.base.concentration = rs.getInt("CON"); + t.stats.base.mentality = rs.getInt("MEN"); + t.stats.base.dexterity = rs.getInt("DEX"); + t.stats.base.witness = rs.getInt("WIT"); + + t.stats.attack = new AttackMetadata(); + t.stats.attack.critical = rs.getInt("CRITICAL"); + t.stats.attack.evasion = rs.getInt("EVASION"); + t.stats.attack.accuracy = rs.getInt("ACC"); + + t.stats.attack.physical = new AttackValueMetadata(); + t.stats.attack.physical.damage = rs.getDouble("P_ATK"); + t.stats.attack.physical.speed = rs.getDouble("P_SPD"); + t.stats.attack.magical = new AttackValueMetadata(); + t.stats.attack.magical.damage = rs.getDouble("M_ATK"); + t.stats.attack.magical.speed = rs.getDouble("M_SPD"); + + t.stats.defense = new DefenseMetadata(); + t.stats.defense.physical = new DefenseValueMetadata(); + t.stats.defense.physical.value = rs.getDouble("P_DEF"); + t.stats.defense.magical = new DefenseValueMetadata(); + t.stats.defense.magical.value = rs.getDouble("M_DEF"); + + t.stats.move = new MoveMetadata(); + t.stats.move.run = rs.getInt("MOVE_SPD"); + // TODO this is not really the same + t.stats.move.walk = rs.getInt("MOVE_SPD"); + + t.stats.level = rs.getInt("class_lvl"); + t.stats.maximumLoad = rs.getInt("_LOAD"); + t.stats.crafter = rs.getBoolean("canCraft"); + + t.collision = new CollitionMetadataContainer(); + t.collision.male = new CollisionMetadata(); + t.collision.male.radius = rs.getDouble("M_COL_R"); + t.collision.male.height = rs.getDouble("M_COL_H"); + t.collision.female = new CollisionMetadata(); + t.collision.female.radius = rs.getDouble("F_COL_R"); + t.collision.female.height = rs.getDouble("F_COL_H"); + + return t; + } + + private static String camelCase(String c) { + Pattern p = Pattern.compile("[a-zA-Z0-9]+"); + Matcher m = p.matcher(c.replaceAll("_", " ")); + StringBuffer result = new StringBuffer(); + String word; + while (m.find()) { + word = m.group(); + result.append(word.substring(0, 1).toUpperCase() + + word.substring(1).toLowerCase()); + } + return result.toString(); + } +} diff --git a/src/tool/java/com/l2jserver/model/template/NPCOldTemplateConverter.java b/src/tool/java/com/l2jserver/model/template/NPCOldTemplateConverter.java new file mode 100644 index 000000000..c3ef97679 --- /dev/null +++ b/src/tool/java/com/l2jserver/model/template/NPCOldTemplateConverter.java @@ -0,0 +1,212 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.template; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.sql.Connection; +import java.sql.DriverManager; +import java.sql.PreparedStatement; +import java.sql.ResultSet; +import java.sql.SQLException; +import java.util.Set; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import org.apache.commons.io.IOUtils; + +import com.l2jserver.util.factory.CollectionFactory; + +public class NPCOldTemplateConverter { + private static final String JDBC_URL = "jdbc:mysql://localhost/l2j-old"; + private static final String JDBC_USERNAME = "l2j"; + private static final String JDBC_PASSWORD = "changeme"; + + private static String template; + + private static Set names = CollectionFactory.newSet(); + + public static void main(String[] args) throws SQLException, IOException, + ClassNotFoundException { + Class.forName("com.mysql.jdbc.Driver"); + + template = IOUtils.toString(NPCOldTemplateConverter.class + .getResourceAsStream("NPCTemplateBase.txt")); + System.out.println("Generating template classes..."); + + final Connection conn = DriverManager.getConnection(JDBC_URL, + JDBC_USERNAME, JDBC_PASSWORD); + try { + final PreparedStatement st = conn + .prepareStatement("SELECT * FROM npc"); + try { + st.execute(); + final ResultSet rs = st.getResultSet(); + // final Set directories = CollectionFactory.newSet(); + while (rs.next()) { + String[] result = generateJavaClass(rs); + if (result == null) + continue; + // directories.add(result[1]); + // System.out.println(result[0]); + // System.exit(0); + final File file = new File("generated/script/template/npc" + + result[1] + result[2]); + file.getParentFile().mkdirs(); + IOUtils.write(result[0], new FileOutputStream(file)); + } + // System.out.println(directories); + } finally { + st.close(); + } + } finally { + conn.close(); + } + } + + private static String[] generateJavaClass(ResultSet rs) throws SQLException { + String npcName = ""; + String npcClass = ""; + String npcTitle = ""; + String npcType = ""; + + String name = ""; + String folder = ""; + String template = NPCOldTemplateConverter.template; + for (int i = 1; i < rs.getMetaData().getColumnCount() + 1; i++) { + template = replace(template, rs.getMetaData().getColumnName(i), + rs.getString(i)); + if (rs.getMetaData().getColumnName(i).equals("name")) { + npcName = rs.getString(i); + } else if (rs.getMetaData().getColumnName(i).equals("class")) { + npcClass = rs.getString(i); + } else if (rs.getMetaData().getColumnName(i).equals("title")) { + npcTitle = rs.getString(i); + } else if (rs.getMetaData().getColumnName(i).equals("type")) { + npcType = rs.getString(i); + } + } + + if (npcType.equals("L2Pet")) + return null; + // generate class and file name + if (npcName.length() == 0) + return null; + + String className = camelCase(prepareName(npcName)); + if (npcTitle.equals("Gatekeeper")) { + className += npcTitle; + } + + if (!names.add(className)) { + int i = 2; + String nameAppend = className + i; + while (names.add(nameAppend) == false) { + i++; + nameAppend = className + i; + } + className = nameAppend; + + // System.out.println("Name already taken: " + className); + // System.exit(0); + } + className += "Template"; + + folder = ""; + name = className + ".java"; + + folder = createFolder(npcType); + if (folder.contains("villagemaster")) { + folder = "villagemaster"; + } + + String packageName = ""; + if (folder.length() > 0) + packageName = "." + folder; + template = replace(template, "javaClassName", className); + template = replace(template, "javaPackage", packageName); + + return new String[] { template, "/" + folder + "/", name }; + } + + private static String replace(String template, String key, String value) { + if (key.equals("class")) { + + // template = template.replaceAll("\\$\\{javaClassName\\}", + // camelCase(c.name())); + } + if (key.equals("sex")) + value = value.toUpperCase(); + if (key.equals("type")) + template = template.replaceAll("\\$\\{javaParentClassName\\}", + createParentType(value)); + if (key.equals("serverSideName") || key.equals("serverSideTitle") + || key.equals("aggro") || key.equals("targetable") + || key.equals("show_name") || key.equals("basestats") + || key.equals("serverSideName") || key.equals("serverSideName") + || key.equals("serverSideName")) + value = (value.equals("1") ? "true" : "false"); + + return template.replaceAll("\\$\\{" + key + "\\}", value); + } + + private static String prepareName(String name) { + return name.replaceAll("'", ""); + } + + private static String camelCase(String c) { + Pattern p = Pattern.compile("[a-zA-Z0-9]+"); + Matcher m = p.matcher(c.replaceAll("_", " ").replaceAll("\\.", " ")); + StringBuffer result = new StringBuffer(); + String word; + while (m.find()) { + word = m.group(); + result.append(word.substring(0, 1).toUpperCase() + + word.substring(1).toLowerCase()); + } + return result.toString(); + } + + private static String createParentType(String l2j) { + if (l2j.startsWith("L2")) + l2j = l2j.substring(2); + if (l2j.equals("Npc")) + return ""; + if (l2j.contains("VillageMaster")) + return (l2j.replaceAll("VillageMaster", "") + "VillageMaster"); + if(l2j.contains("Npc")) + l2j = l2j.replaceAll("Npc", ""); + return l2j; + } + + private static String createFolder(String l2j) { + if (l2j.startsWith("L2")) + l2j = l2j.substring(2); + if (l2j.equals("Npc")) + return ""; + if (l2j.toLowerCase().contains("monster")) + return "monster"; + if (l2j.toLowerCase().contains("castle")) + return "castle"; + if (l2j.toLowerCase().contains("fort")) + return "fort"; + if (l2j.toLowerCase().contains("xmasstree")) + return "misc"; + return l2j.toLowerCase(); + } +} diff --git a/src/tool/java/com/l2jserver/tool/conversor/npctemplate/NPCTemplateBase.txt b/src/tool/java/com/l2jserver/model/template/NPCTemplateBase.txt similarity index 100% rename from src/tool/java/com/l2jserver/tool/conversor/npctemplate/NPCTemplateBase.txt rename to src/tool/java/com/l2jserver/model/template/NPCTemplateBase.txt diff --git a/src/tool/java/com/l2jserver/model/template/NPCTemplateConverter.java b/src/tool/java/com/l2jserver/model/template/NPCTemplateConverter.java new file mode 100644 index 000000000..044740ef9 --- /dev/null +++ b/src/tool/java/com/l2jserver/model/template/NPCTemplateConverter.java @@ -0,0 +1,288 @@ +/* + * This file is part of l2jserver . + * + * l2jserver 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. + * + * l2jserver 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 l2jserver. If not, see . + */ +package com.l2jserver.model.template; + +import java.io.File; +import java.io.IOException; +import java.sql.Connection; +import java.sql.DriverManager; +import java.sql.PreparedStatement; +import java.sql.ResultSet; +import java.sql.SQLException; +import java.util.List; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import javax.xml.bind.JAXBContext; +import javax.xml.bind.JAXBException; +import javax.xml.bind.Marshaller; +import javax.xml.bind.SchemaOutputResolver; +import javax.xml.transform.Result; +import javax.xml.transform.stream.StreamResult; + +import com.l2jserver.model.id.template.ItemTemplateID; +import com.l2jserver.model.template.NPCTemplate.DropItemMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.CollisionMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.ItemMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCNameMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata.AttackMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata.AttackMetadata.AttackValueMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata.BaseMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata.DefenseMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata.DefenseMetadata.DefenseValueMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata.MoveMetadata; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCStatsMetadata.Stat; +import com.l2jserver.model.template.NPCTemplate.NPCInformationMetadata.NPCTitleMetadata; +import com.l2jserver.model.world.Actor.ActorSex; +import com.l2jserver.util.factory.CollectionFactory; + +public class NPCTemplateConverter { + private static final String JDBC_URL = "jdbc:mysql://localhost/l2j-old"; + private static final String JDBC_USERNAME = "l2j"; + private static final String JDBC_PASSWORD = "changeme"; + + private static List templates = CollectionFactory.newList(); + + public static void main(String[] args) throws SQLException, IOException, + ClassNotFoundException, JAXBException { + Class.forName("com.mysql.jdbc.Driver"); + final File target = new File("generated/template"); + + System.out.println("Generating template classes..."); + + final JAXBContext c = JAXBContext.newInstance(NPCTemplate.class); + c.generateSchema(new SchemaOutputResolver() { + @Override + public Result createOutput(String namespaceUri, + String suggestedFileName) throws IOException { + return new StreamResult(new File(target, "npc.xsd")); + } + }); + + final Marshaller m = c.createMarshaller(); + m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); + m.setProperty(Marshaller.JAXB_NO_NAMESPACE_SCHEMA_LOCATION, "npc"); + + final Connection conn = DriverManager.getConnection(JDBC_URL, + JDBC_USERNAME, JDBC_PASSWORD); + try { + final PreparedStatement st = conn + .prepareStatement("SELECT * FROM npc"); + st.execute(); + final ResultSet rs = st.getResultSet(); + while (rs.next()) { + NPCTemplate t = fillNPC(rs); + + String folder = createFolder(t.type); + if (folder.isEmpty()) { + m.setProperty(Marshaller.JAXB_SCHEMA_LOCATION, + "npc ../npc.xsd"); + } else { + m.setProperty(Marshaller.JAXB_SCHEMA_LOCATION, + "npc ../../npc.xsd"); + } + + final File file = new File(target, "npc/" + + folder + + "/" + + t.id + + (t.info.nameMetadata != null ? "-" + + camelCase(t.info.nameMetadata.name) : "") + + ".xml"); + file.getParentFile().mkdirs(); + templates.add(t); + + // m.marshal(t, file); + + // m.marshal(t, System.out); + // System.exit(0); + } + + System.gc(); + System.out.println("Free: " + Runtime.getRuntime().freeMemory() + / 1024 / 1024 + " MB"); + System.out.println("Total: " + Runtime.getRuntime().totalMemory() + / 1024 / 1024 + " MB"); + System.out.println("Used: " + + (Runtime.getRuntime().totalMemory() - Runtime + .getRuntime().freeMemory()) / 1024 / 1024 + " MB"); + System.out.println("Max: " + Runtime.getRuntime().maxMemory() + / 1024 / 1024 + " MB"); + } finally { + conn.close(); + } + } + + private static NPCTemplate fillNPC(ResultSet rs) throws SQLException { + final NPCTemplate template = new NPCTemplate(); + template.id = null; + template.type = createParentType(rs.getString("type")); + template.info = new NPCInformationMetadata(); + + template.info.nameMetadata = new NPCNameMetadata(); + template.info.nameMetadata.name = rs.getString("name"); + template.info.nameMetadata.display = rs.getBoolean("show_name"); + template.info.nameMetadata.send = rs.getBoolean("serverSideName"); + + template.info.titleMetadata = new NPCTitleMetadata(); + template.info.titleMetadata.title = rs.getString("title"); + template.info.titleMetadata.send = rs.getBoolean("serverSideTitle"); + + if (template.info.titleMetadata.title.length() == 0) + template.info.titleMetadata = null; + if (template.info.nameMetadata.name.length() == 0) + template.info.nameMetadata = null; + + template.info.level = rs.getInt("level"); + if (!rs.getString("sex").equals("etc")) + template.info.sex = ActorSex.valueOf(rs.getString("sex") + .toUpperCase()); + // template.info.attackable = rs.getBoolean("attackable"); + template.info.targetable = rs.getBoolean("targetable"); + template.info.aggressive = rs.getBoolean("aggro"); + + template.info.stats = new NPCStatsMetadata(); + + template.info.stats.hp = new Stat(); + template.info.stats.hp.max = rs.getDouble("hp"); + template.info.stats.hp.regen = rs.getDouble("hpreg"); + + template.info.stats.mp = new Stat(); + template.info.stats.mp.max = rs.getDouble("mp"); + template.info.stats.mp.regen = rs.getDouble("mpreg"); + + template.info.stats.attack = new AttackMetadata(); + template.info.stats.attack.range = rs.getInt("attackrange"); + template.info.stats.attack.critical = rs.getInt("critical"); + + template.info.stats.attack.physical = new AttackValueMetadata(); + template.info.stats.attack.physical.damage = rs.getDouble("patk"); + template.info.stats.attack.physical.speed = rs.getDouble("atkspd"); + + template.info.stats.attack.magical = new AttackValueMetadata(); + template.info.stats.attack.magical.damage = rs.getDouble("matk"); + template.info.stats.attack.magical.speed = rs.getDouble("matkspd"); + + template.info.stats.defense = new DefenseMetadata(); + template.info.stats.defense.physical = new DefenseValueMetadata(); + template.info.stats.defense.physical.value = rs.getDouble("pdef"); + template.info.stats.defense.magical = new DefenseValueMetadata(); + template.info.stats.defense.magical.value = rs.getDouble("mdef"); + + template.info.stats.move = new MoveMetadata(); + template.info.stats.move.run = rs.getDouble("runspd"); + template.info.stats.move.walk = rs.getDouble("walkspd"); + + template.info.stats.base = new BaseMetadata(); + template.info.stats.base.intelligence = rs.getInt("int"); + template.info.stats.base.strength = rs.getInt("str"); + template.info.stats.base.concentration = rs.getInt("con"); + template.info.stats.base.dexterity = rs.getInt("dex"); + template.info.stats.base.witness = rs.getInt("wit"); + template.info.stats.base.mentality = rs.getInt("men"); + + template.info.experience = rs.getLong("exp"); + template.info.sp = rs.getInt("sp"); + + if (rs.getInt("rhand") > 0 || rs.getInt("lhand") > 0) + template.info.item = new ItemMetadata(); + if (rs.getInt("rhand") > 0) + template.info.item.rightHand = new ItemTemplateID( + rs.getInt("rhand"), null); + if (rs.getInt("lhand") > 0) + template.info.item.leftHand = new ItemTemplateID( + rs.getInt("lhand"), null); + + template.info.collision = new CollisionMetadata(); + template.info.collision.radius = rs.getDouble("collision_radius"); + template.info.collision.height = rs.getDouble("collision_height"); + + // TODO import teleporter data + // TODO import html files + + template.droplist = fillDropList(rs, template.id.getID()); + + return template; + } + + private static List fillDropList(ResultSet npcRs, + int npcId) throws SQLException { + final Connection conn = npcRs.getStatement().getConnection(); + final List drops = CollectionFactory.newList(); + + final PreparedStatement st = conn + .prepareStatement("SELECT * FROM droplist WHERE mobId = ?"); + st.setInt(1, npcId); + st.execute(); + final ResultSet rs = st.getResultSet(); + while (rs.next()) { + DropItemMetadata m = new DropItemMetadata(); + m.item = new ItemTemplateID(rs.getInt("itemId"), null); + m.min = rs.getInt("min"); + m.max = rs.getInt("max"); + m.chance = rs.getInt("chance"); + drops.add(m); + // TODO category + } + if (drops.size() == 0) + return null; + return drops; + } + + private static String camelCase(String c) { + Pattern p = Pattern.compile("[a-zA-Z0-9]+"); + Matcher m = p.matcher(c.replaceAll("_", " ").replaceAll("\\.", " ")); + StringBuffer result = new StringBuffer(); + String word; + while (m.find()) { + word = m.group(); + result.append(word.substring(0, 1).toUpperCase() + + word.substring(1).toLowerCase()); + } + return result.toString(); + } + + private static String createParentType(String l2j) { + if (l2j.startsWith("L2")) + l2j = l2j.substring(2); + if (l2j.equals("Npc")) + return ""; + if (l2j.contains("VillageMaster")) + return (l2j.replaceAll("VillageMaster", "") + "VillageMaster"); + if (l2j.contains("Npc")) + l2j = l2j.replaceAll("Npc", ""); + return l2j; + } + + private static String createFolder(String l2j) { + if (l2j.startsWith("L2")) + l2j = l2j.substring(2); + if (l2j.equals("Npc")) + return ""; + if (l2j.toLowerCase().contains("monster")) + return "monster"; + if (l2j.toLowerCase().contains("castle")) + return "castle"; + if (l2j.toLowerCase().contains("fort")) + return "fort"; + if (l2j.toLowerCase().contains("xmasstree")) + return "misc"; + return l2j.toLowerCase(); + } +} diff --git a/src/tool/java/com/l2jserver/tool/conversor/chartemplate/CharacterTemplateConverter.java b/src/tool/java/com/l2jserver/tool/conversor/chartemplate/CharacterTemplateConverter.java deleted file mode 100644 index 7844d2817..000000000 --- a/src/tool/java/com/l2jserver/tool/conversor/chartemplate/CharacterTemplateConverter.java +++ /dev/null @@ -1,127 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.tool.conversor.chartemplate; - -import java.io.FileOutputStream; -import java.io.IOException; -import java.sql.Connection; -import java.sql.DriverManager; -import java.sql.PreparedStatement; -import java.sql.ResultSet; -import java.sql.SQLException; -import java.util.Map; -import java.util.regex.Matcher; -import java.util.regex.Pattern; - -import org.apache.commons.io.IOUtils; - -import com.l2jserver.model.world.Actor.ActorRace; -import com.l2jserver.model.world.character.CharacterClass; -import com.l2jserver.util.factory.CollectionFactory; - -public class CharacterTemplateConverter { - private static final String JDBC_URL = "jdbc:mysql://localhost/l2j-old"; - private static final String JDBC_USERNAME = "l2j"; - private static final String JDBC_PASSWORD = "changeme"; - - private static String template; - - private static Map parents = CollectionFactory - .newMap(); - - public static void main(String[] args) throws SQLException, IOException, - ClassNotFoundException { - Class.forName("com.mysql.jdbc.Driver"); - - template = IOUtils.toString(CharacterTemplateConverter.class - .getResourceAsStream("CharacterTemplateBase.txt")); - System.out.println("Generating template classes..."); - - final Connection conn = DriverManager.getConnection(JDBC_URL, - JDBC_USERNAME, JDBC_PASSWORD); - try { - final PreparedStatement st = conn - .prepareStatement("SELECT * FROM char_templates " - + "LEFT JOIN lvlupgain ON (char_templates.Classid = lvlupgain.classid)"); - try { - st.execute(); - final ResultSet rs = st.getResultSet(); - while (rs.next()) { - String[] result = generateJavaClass(rs); - IOUtils.write(result[0], new FileOutputStream( - "generated/template/character/" + result[1])); - } - } finally { - st.close(); - } - } finally { - conn.close(); - } - } - - private static String[] generateJavaClass(ResultSet rs) throws SQLException { - String name = ""; - String template = CharacterTemplateConverter.template; - for (int i = 1; i < rs.getMetaData().getColumnCount() + 1; i++) { - template = replace(template, rs.getMetaData().getColumnName(i), - rs.getString(i)); - if (rs.getMetaData().getColumnName(i).equals("ClassId")) { - final CharacterClass c = CharacterClass.fromID(Integer - .parseInt(rs.getString(i))); - name = camelCase(c.name()) + "Template.java"; - } - } - return new String[] { template, name }; - } - - private static String replace(String template, String key, String value) { - if (key.equals("ClassId")) { - final CharacterClass c = CharacterClass.fromID(Integer - .parseInt(value)); - value = "CharacterClass." + c.name(); - String parent; - if (c.parent != null) { - parent = parents.get(c.parent); - } else { - parent = "Abstract" + camelCase(c.race.name()) + "Character"; - } - parents.put(c, camelCase(c.name())); - template = template.replaceAll("\\$\\{parent\\}", parent); - template = template.replaceAll("\\$\\{javaClassName\\}", - camelCase(c.name())); - } - if (key.equals("RaceId")) - value = ActorRace.fromOption(Integer.parseInt(value)).name(); - if (key.equals("canCraft")) - value = (value.equals("1") ? "true" : "false"); - - return template.replaceAll("\\$\\{" + key + "\\}", value); - } - - private static String camelCase(String c) { - Pattern p = Pattern.compile("[a-zA-Z0-9]+"); - Matcher m = p.matcher(c.replaceAll("_", " ")); - StringBuffer result = new StringBuffer(); - String word; - while (m.find()) { - word = m.group(); - result.append(word.substring(0, 1).toUpperCase() - + word.substring(1).toLowerCase()); - } - return result.toString(); - } -} diff --git a/src/tool/java/com/l2jserver/tool/conversor/npctemplate/NPCTemplateConverter.java b/src/tool/java/com/l2jserver/tool/conversor/npctemplate/NPCTemplateConverter.java deleted file mode 100644 index a550a0da6..000000000 --- a/src/tool/java/com/l2jserver/tool/conversor/npctemplate/NPCTemplateConverter.java +++ /dev/null @@ -1,212 +0,0 @@ -/* - * This file is part of l2jserver . - * - * l2jserver 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. - * - * l2jserver 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 l2jserver. If not, see . - */ -package com.l2jserver.tool.conversor.npctemplate; - -import java.io.File; -import java.io.FileOutputStream; -import java.io.IOException; -import java.sql.Connection; -import java.sql.DriverManager; -import java.sql.PreparedStatement; -import java.sql.ResultSet; -import java.sql.SQLException; -import java.util.Set; -import java.util.regex.Matcher; -import java.util.regex.Pattern; - -import org.apache.commons.io.IOUtils; - -import com.l2jserver.util.factory.CollectionFactory; - -public class NPCTemplateConverter { - private static final String JDBC_URL = "jdbc:mysql://localhost/l2j-old"; - private static final String JDBC_USERNAME = "l2j"; - private static final String JDBC_PASSWORD = "changeme"; - - private static String template; - - private static Set names = CollectionFactory.newSet(); - - public static void main(String[] args) throws SQLException, IOException, - ClassNotFoundException { - Class.forName("com.mysql.jdbc.Driver"); - - template = IOUtils.toString(NPCTemplateConverter.class - .getResourceAsStream("NPCTemplateBase.txt")); - System.out.println("Generating template classes..."); - - final Connection conn = DriverManager.getConnection(JDBC_URL, - JDBC_USERNAME, JDBC_PASSWORD); - try { - final PreparedStatement st = conn - .prepareStatement("SELECT * FROM npc"); - try { - st.execute(); - final ResultSet rs = st.getResultSet(); - // final Set directories = CollectionFactory.newSet(); - while (rs.next()) { - String[] result = generateJavaClass(rs); - if (result == null) - continue; - // directories.add(result[1]); - // System.out.println(result[0]); - // System.exit(0); - final File file = new File("generated/script/template/npc" - + result[1] + result[2]); - file.getParentFile().mkdirs(); - IOUtils.write(result[0], new FileOutputStream(file)); - } - // System.out.println(directories); - } finally { - st.close(); - } - } finally { - conn.close(); - } - } - - private static String[] generateJavaClass(ResultSet rs) throws SQLException { - String npcName = ""; - String npcClass = ""; - String npcTitle = ""; - String npcType = ""; - - String name = ""; - String folder = ""; - String template = NPCTemplateConverter.template; - for (int i = 1; i < rs.getMetaData().getColumnCount() + 1; i++) { - template = replace(template, rs.getMetaData().getColumnName(i), - rs.getString(i)); - if (rs.getMetaData().getColumnName(i).equals("name")) { - npcName = rs.getString(i); - } else if (rs.getMetaData().getColumnName(i).equals("class")) { - npcClass = rs.getString(i); - } else if (rs.getMetaData().getColumnName(i).equals("title")) { - npcTitle = rs.getString(i); - } else if (rs.getMetaData().getColumnName(i).equals("type")) { - npcType = rs.getString(i); - } - } - - if (npcType.equals("L2Pet")) - return null; - // generate class and file name - if (npcName.length() == 0) - return null; - - String className = camelCase(prepareName(npcName)); - if (npcTitle.equals("Gatekeeper")) { - className += npcTitle; - } - - if (!names.add(className)) { - int i = 2; - String nameAppend = className + i; - while (names.add(nameAppend) == false) { - i++; - nameAppend = className + i; - } - className = nameAppend; - - // System.out.println("Name already taken: " + className); - // System.exit(0); - } - className += "Template"; - - folder = ""; - name = className + ".java"; - - folder = createFolder(npcType); - if (folder.contains("villagemaster")) { - folder = "villagemaster"; - } - - String packageName = ""; - if (folder.length() > 0) - packageName = "." + folder; - template = replace(template, "javaClassName", className); - template = replace(template, "javaPackage", packageName); - - return new String[] { template, "/" + folder + "/", name }; - } - - private static String replace(String template, String key, String value) { - if (key.equals("class")) { - - // template = template.replaceAll("\\$\\{javaClassName\\}", - // camelCase(c.name())); - } - if (key.equals("sex")) - value = value.toUpperCase(); - if (key.equals("type")) - template = template.replaceAll("\\$\\{javaParentClassName\\}", - createParentType(value)); - if (key.equals("serverSideName") || key.equals("serverSideTitle") - || key.equals("aggro") || key.equals("targetable") - || key.equals("show_name") || key.equals("basestats") - || key.equals("serverSideName") || key.equals("serverSideName") - || key.equals("serverSideName")) - value = (value.equals("1") ? "true" : "false"); - - return template.replaceAll("\\$\\{" + key + "\\}", value); - } - - private static String prepareName(String name) { - return name.replaceAll("'", ""); - } - - private static String camelCase(String c) { - Pattern p = Pattern.compile("[a-zA-Z0-9]+"); - Matcher m = p.matcher(c.replaceAll("_", " ").replaceAll("\\.", " ")); - StringBuffer result = new StringBuffer(); - String word; - while (m.find()) { - word = m.group(); - result.append(word.substring(0, 1).toUpperCase() - + word.substring(1).toLowerCase()); - } - return result.toString(); - } - - private static String createParentType(String l2j) { - if (l2j.startsWith("L2")) - l2j = l2j.substring(2); - if (l2j.equals("Npc")) - return ""; - if (l2j.contains("VillageMaster")) - return (l2j.replaceAll("VillageMaster", "") + "VillageMaster"); - if(l2j.contains("Npc")) - l2j = l2j.replaceAll("Npc", ""); - return l2j; - } - - private static String createFolder(String l2j) { - if (l2j.startsWith("L2")) - l2j = l2j.substring(2); - if (l2j.equals("Npc")) - return ""; - if (l2j.toLowerCase().contains("monster")) - return "monster"; - if (l2j.toLowerCase().contains("castle")) - return "castle"; - if (l2j.toLowerCase().contains("fort")) - return "fort"; - if (l2j.toLowerCase().contains("xmasstree")) - return "misc"; - return l2j.toLowerCase(); - } -} diff --git a/test.xsd b/test.xsd new file mode 100644 index 000000000..a4f5d71af --- /dev/null +++ b/test.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +