1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-05-02 13:04:01 +00:00

Modularizes the Maven project

This commit modularizes the maven project into several modules:
 - l2jserver2-common: common sources for both login and gameserver
 - l2jserver2-gameserver: the game server
 - l2jserver2-loginserver: the login server
 - l2jserver2-tools: refactored src/tools/java soure folder
This commit is contained in:
2011-10-05 17:32:04 -03:00
parent c4052ccb3b
commit 22c136ab17
18930 changed files with 4292 additions and 231 deletions

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21659" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Soldier</name>
<level>30</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>4372</experience>
<sp>239</sp>
<collision heigth="22.0" radius="14.0"/>
</info>
<droplist>
<item chance="770744" category="SPOIL" max="1" min="1" id="1061"/>
<item chance="635864" category="SPOIL" max="3" min="1" id="1869"/>
<item chance="139139" category="SPOIL" max="1" min="1" id="1900"/>
<item chance="700000" category="DROP" max="1073" min="536" id="57"/>
<item chance="1810" category="UNK_1" max="1" min="1" id="46"/>
<item chance="2583" category="UNK_1" max="1" min="1" id="627"/>
<item chance="11583" category="UNK_2" max="1" min="1" id="737"/>
<item chance="231650" category="UNK_2" max="1" min="1" id="1864"/>
<item chance="115825" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="11583" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="1545" category="UNK_2" max="1" min="1" id="5550"/>
<item chance="4633" category="UNK_2" max="1" min="1" id="6387"/>
</droplist>
<skills>
<skill level="3" id="4067"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="18" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21660" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Soldier</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>6221</experience>
<sp>368</sp>
<collision heigth="22.0" radius="14.0"/>
</info>
<droplist>
<item chance="887208" category="SPOIL" max="3" min="1" id="1870"/>
<item chance="264838" category="SPOIL" max="1" min="1" id="1940"/>
<item chance="126744" category="SPOIL" max="1" min="1" id="2190"/>
<item chance="700000" category="DROP" max="1495" min="749" id="57"/>
<item chance="689" category="UNK_1" max="1" min="1" id="63"/>
<item chance="689" category="UNK_1" max="1" min="1" id="553"/>
<item chance="20116" category="UNK_1" max="1" min="1" id="1940"/>
<item chance="689" category="UNK_1" max="1" min="1" id="2422"/>
<item chance="689" category="UNK_1" max="1" min="1" id="2423"/>
<item chance="689" category="UNK_1" max="1" min="1" id="2446"/>
<item chance="689" category="UNK_1" max="1" min="1" id="2447"/>
<item chance="235862" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="117931" category="UNK_2" max="3" min="1" id="1870"/>
<item chance="15725" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="30085" category="UNK_2" max="1" min="1" id="2192"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="20" id="4412"/>
<skill level="14" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4579"/>
</skills>
</npc>

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21661" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Archer</name>
<level>33</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="702.20463"/>
<mp regen="1.8" max="372.96"/>
<attack critical="8" evasion="0" range="1100">
<physical speed="253.0" damage="113.49065"/>
<magical speed="333.0" damage="77.49941"/>
</attack>
<defense>
<physical value="129.23095"/>
<magical value="86.04342"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>4478</experience>
<sp>257</sp>
<item lefthand="0" righthand="275"/>
<collision heigth="27.0" radius="11.0"/>
</info>
<droplist>
<item chance="91332" category="SPOIL" max="1" min="1" id="1875"/>
<item chance="228329" category="SPOIL" max="1" min="1" id="1879"/>
<item chance="189223" category="SPOIL" max="1" min="1" id="1901"/>
<item chance="700000" category="DROP" max="1158" min="579" id="57"/>
<item chance="98" category="UNK_1" max="1" min="1" id="278"/>
<item chance="4345" category="UNK_1" max="1" min="1" id="2029"/>
<item chance="8094" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="20234" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="10117" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="12998" category="UNK_2" max="1" min="1" id="2154"/>
<item chance="12141" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="1619" category="UNK_2" max="1" min="1" id="5550"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="13" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="9" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21662" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="100.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>5178</experience>
<sp>306</sp>
<collision heigth="35.0" radius="20.0"/>
</info>
<droplist>
<item chance="304870" category="SPOIL" max="1" min="1" id="1876"/>
<item chance="18347" category="SPOIL" max="1" min="1" id="2026"/>
<item chance="204063" category="SPOIL" max="1" min="1" id="2191"/>
<item chance="700000" category="DROP" max="1285" min="644" id="57"/>
<item chance="820" category="UNK_1" max="1" min="1" id="849"/>
<item chance="1228" category="UNK_1" max="1" min="1" id="880"/>
<item chance="615" category="UNK_1" max="1" min="1" id="912"/>
<item chance="27987" category="UNK_1" max="1" min="1" id="1901"/>
<item chance="27017" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="5404" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="13509" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="18011" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="30018" category="UNK_2" max="1" min="1" id="1882"/>
<item chance="18084" category="UNK_2" max="1" min="1" id="2193"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4643"/>
</skills>
</npc>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21663" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Shaman</name>
<level>33</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="702.20463"/>
<mp regen="1.8" max="372.96"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="113.49065"/>
<magical speed="333.0" damage="77.49941"/>
</attack>
<defense>
<physical value="129.23095"/>
<magical value="86.04342"/>
</defense>
<move walk="100.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>5654</experience>
<sp>324</sp>
<collision heigth="35.0" radius="20.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="1266" min="633" id="57"/>
<item chance="806" category="UNK_1" max="1" min="1" id="849"/>
<item chance="1207" category="UNK_1" max="1" min="1" id="880"/>
<item chance="604" category="UNK_1" max="1" min="1" id="912"/>
<item chance="8850" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="53098" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="81689" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="8850" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="27502" category="UNK_1" max="1" min="1" id="1901"/>
<item chance="100705" category="SPOIL" max="1" min="1" id="1938"/>
<item chance="131576" category="SPOIL" max="1" min="1" id="1939"/>
<item chance="160385" category="SPOIL" max="1" min="1" id="2154"/>
<item chance="21308" category="UNK_2" max="1" min="1" id="2155"/>
<item chance="5310" category="UNK_2" max="1" min="1" id="5220"/>
</droplist>
<skills>
<skill level="3" id="4157"/>
<skill level="3" id="4160"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="1" id="4675"/>
</skills>
</npc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21664" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Priest</name>
<level>30</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="100.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3023</experience>
<sp>165</sp>
<collision heigth="35.0" radius="20.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="694" min="347" id="57"/>
<item chance="686" category="UNK_1" max="1" min="1" id="848"/>
<item chance="1032" category="UNK_1" max="1" min="1" id="879"/>
<item chance="515" category="UNK_1" max="1" min="1" id="911"/>
<item chance="360" category="UNK_2" max="1" min="1" id="955"/>
<item chance="179900" category="UNK_2" max="1" min="1" id="1864"/>
<item chance="89950" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="8996" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="12302" category="UNK_1" max="1" min="1" id="1900"/>
<item chance="96826" category="SPOIL" max="1" min="1" id="1933"/>
<item chance="127997" category="SPOIL" max="1" min="1" id="2153"/>
<item chance="54146" category="SPOIL" max="1" min="1" id="2183"/>
<item chance="1200" category="UNK_2" max="1" min="1" id="5550"/>
</droplist>
<skills>
<skill level="3" id="4046"/>
<skill level="3" id="4065"/>
<skill level="10" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21665" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Magus</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="100.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>4089</experience>
<sp>242</sp>
<collision heigth="35.0" radius="20.0"/>
</info>
<droplist>
<item chance="17685" category="SPOIL" max="1" min="1" id="2027"/>
<item chance="16040" category="SPOIL" max="1" min="1" id="2028"/>
<item chance="172191" category="SPOIL" max="1" min="1" id="2192"/>
<item chance="700000" category="DROP" max="1138" min="570" id="57"/>
<item chance="613" category="UNK_1" max="1" min="1" id="436"/>
<item chance="981" category="UNK_1" max="1" min="1" id="469"/>
<item chance="341801" category="UNK_2" max="30" min="10" id="1341"/>
<item chance="6836" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="17090" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="8546" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="733" category="UNK_2" max="1" min="1" id="2269"/>
<item chance="10255" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="1368" category="UNK_2" max="1" min="1" id="5550"/>
</droplist>
<skills>
<skill level="3" id="4160"/>
<skill level="3" id="4257"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21666" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Martyrs</name>
<level>30</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="100.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3054</experience>
<sp>167</sp>
<collision heigth="35.0" radius="20.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="871" min="436" id="57"/>
<item chance="46" category="UNK_1" max="1" min="1" id="69"/>
<item chance="46" category="UNK_1" max="1" min="1" id="125"/>
<item chance="46" category="UNK_1" max="1" min="1" id="126"/>
<item chance="46" category="UNK_1" max="1" min="1" id="128"/>
<item chance="4130" category="SPOIL" max="1" min="1" id="955"/>
<item chance="3762" category="UNK_2" max="1" min="1" id="956"/>
<item chance="150453" category="UNK_2" max="1" min="1" id="1867"/>
<item chance="688304" category="SPOIL" max="3" min="1" id="1872"/>
<item chance="150453" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="7523" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="15046" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="57679" category="SPOIL" max="1" min="1" id="1935"/>
<item chance="1425" category="UNK_1" max="1" min="1" id="2021"/>
</droplist>
<skills>
<skill level="1" id="4286"/>
<skill level="1" id="4288"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4614"/>
</skills>
</npc>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21667" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Warrior</name>
<level>33</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="702.20463"/>
<mp regen="1.8" max="372.96"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="113.49065"/>
<magical speed="333.0" damage="77.49941"/>
</attack>
<defense>
<physical value="129.23095"/>
<magical value="86.04342"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3635</experience>
<sp>209</sp>
<item lefthand="0" righthand="220"/>
<collision heigth="25.0" radius="11.0"/>
</info>
<droplist>
<item chance="80757" category="SPOIL" max="1" min="1" id="1874"/>
<item chance="180800" category="SPOIL" max="1" min="1" id="1940"/>
<item chance="194440" category="SPOIL" max="1" min="1" id="2155"/>
<item chance="700000" category="DROP" max="1024" min="512" id="57"/>
<item chance="1099" category="UNK_1" max="1" min="1" id="47"/>
<item chance="1571" category="UNK_1" max="1" min="1" id="628"/>
<item chance="7157" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="42939" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="66060" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="7157" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="8588" category="UNK_2" max="1" min="1" id="2156"/>
<item chance="4294" category="UNK_2" max="1" min="1" id="5220"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21668" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Soldier</name>
<level>30</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3215</experience>
<sp>176</sp>
<collision heigth="22.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="917" min="459" id="57"/>
<item chance="290" category="UNK_1" max="1" min="1" id="348"/>
<item chance="463" category="UNK_1" max="1" min="1" id="377"/>
<item chance="59999" category="UNK_2" max="1" min="1" id="1061"/>
<item chance="39599" category="UNK_2" max="1" min="1" id="1829"/>
<item chance="603864" category="SPOIL" max="3" min="1" id="1832"/>
<item chance="724636" category="SPOIL" max="5" min="1" id="1864"/>
<item chance="197994" category="UNK_2" max="1" min="1" id="1864"/>
<item chance="98997" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="9900" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="8296" category="UNK_1" max="1" min="1" id="1935"/>
<item chance="88949" category="SPOIL" max="1" min="1" id="1936"/>
<item chance="12758" category="UNK_1" max="1" min="1" id="1937"/>
<item chance="1321" category="UNK_2" max="1" min="1" id="5550"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4581"/>
</skills>
</npc>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21669" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Discipline</name>
<level>33</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="702.20463"/>
<mp regen="1.8" max="372.96"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="113.49065"/>
<magical speed="333.0" damage="77.49941"/>
</attack>
<defense>
<physical value="129.23095"/>
<magical value="86.04342"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3828</experience>
<sp>220</sp>
<item lefthand="0" righthand="220"/>
<collision heigth="25.0" radius="11.0"/>
</info>
<droplist>
<item chance="15353" category="SPOIL" max="1" min="1" id="2026"/>
<item chance="102046" category="SPOIL" max="1" min="1" id="2156"/>
<item chance="17008" category="SPOIL" max="1" min="1" id="5550"/>
<item chance="700000" category="DROP" max="1078" min="539" id="57"/>
<item chance="61" category="UNK_1" max="1" min="1" id="316"/>
<item chance="61" category="UNK_1" max="1" min="1" id="317"/>
<item chance="2645" category="UNK_1" max="1" min="1" id="2030"/>
<item chance="188394" category="UNK_2" max="60" min="20" id="1341"/>
<item chance="75358" category="UNK_2" max="3" min="1" id="1864"/>
<item chance="113036" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="11304" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="3781" category="UNK_2" max="1" min="1" id="2186"/>
<item chance="1508" category="UNK_2" max="1" min="1" id="5550"/>
</droplist>
<skills>
<skill level="3" id="4117"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21670" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Berserker</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>5356</experience>
<sp>317</sp>
<item lefthand="0" righthand="220"/>
<collision heigth="25.0" radius="11.0"/>
</info>
<droplist>
<item chance="601988" category="SPOIL" max="1" min="1" id="1878"/>
<item chance="926136" category="SPOIL" max="1" min="1" id="1884"/>
<item chance="17952" category="SPOIL" max="1" min="1" id="2029"/>
<item chance="700000" category="DROP" max="1268" min="636" id="57"/>
<item chance="228" category="UNK_1" max="1" min="1" id="393"/>
<item chance="228" category="UNK_1" max="1" min="1" id="394"/>
<item chance="364" category="UNK_1" max="1" min="1" id="415"/>
<item chance="364" category="UNK_1" max="1" min="1" id="416"/>
<item chance="8967" category="UNK_1" max="1" min="1" id="1938"/>
<item chance="11715" category="UNK_1" max="1" min="1" id="1939"/>
<item chance="8891" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="53346" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="82070" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="8891" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="953" category="UNK_2" max="1" min="1" id="2270"/>
<item chance="5335" category="UNK_2" max="1" min="1" id="5220"/>
</droplist>
<skills>
<skill level="1" id="4095"/>
<skill level="2" id="4119"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21672" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9595</experience>
<sp>568</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="37052" category="SPOIL" max="1" min="1" id="2030"/>
<item chance="424088" category="SPOIL" max="1" min="1" id="2193"/>
<item chance="22628" category="SPOIL" max="1" min="1" id="2269"/>
<item chance="700000" category="DROP" max="2670" min="1338" id="57"/>
<item chance="151" category="UNK_1" max="1" min="1" id="157"/>
<item chance="151" category="UNK_1" max="1" min="1" id="186"/>
<item chance="7355" category="UNK_1" max="1" min="1" id="2027"/>
<item chance="70182" category="UNK_2" max="12" min="4" id="1864"/>
<item chance="56145" category="UNK_2" max="6" min="2" id="1865"/>
<item chance="311920" category="UNK_2" max="9" min="3" id="1866"/>
<item chance="187152" category="UNK_2" max="3" min="1" id="1868"/>
<item chance="112291" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="2006" category="UNK_2" max="1" min="1" id="2271"/>
</droplist>
<skills>
<skill level="3" id="4032"/>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21673" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9777</experience>
<sp>579</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="215196" category="SPOIL" max="1" min="1" id="1889"/>
<item chance="445848" category="SPOIL" max="1" min="1" id="1901"/>
<item chance="129118" category="SPOIL" max="1" min="1" id="5220"/>
<item chance="700000" category="DROP" max="2720" min="1363" id="57"/>
<item chance="489" category="UNK_1" max="1" min="1" id="393"/>
<item chance="489" category="UNK_1" max="1" min="1" id="394"/>
<item chance="782" category="UNK_1" max="1" min="1" id="415"/>
<item chance="781" category="UNK_1" max="1" min="1" id="416"/>
<item chance="19229" category="UNK_1" max="1" min="1" id="1938"/>
<item chance="25124" category="UNK_1" max="1" min="1" id="1939"/>
<item chance="19070" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="114418" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="176027" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="19070" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="2043" category="UNK_2" max="1" min="1" id="2272"/>
<item chance="11442" category="UNK_2" max="1" min="1" id="5220"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4582"/>
</skills>
</npc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21674" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>381</experience>
<sp>23</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="8463" category="SPOIL" max="1" min="1" id="1938"/>
<item chance="11057" category="SPOIL" max="1" min="1" id="1939"/>
<item chance="899" category="SPOIL" max="1" min="1" id="2270"/>
<item chance="700000" category="DROP" max="106" min="53" id="57"/>
<item chance="18" category="UNK_1" max="1" min="1" id="260"/>
<item chance="638" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="1594" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="797" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="69" category="UNK_2" max="1" min="1" id="2273"/>
<item chance="957" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="128" category="UNK_2" max="1" min="1" id="5550"/>
<item chance="319" category="UNK_2" max="1" min="1" id="6036"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="8" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="14" id="4412"/>
<skill level="14" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21675" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>30</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>778</experience>
<sp>42</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="222" min="111" id="57"/>
<item chance="58" category="UNK_1" max="1" min="1" id="292"/>
<item chance="8761" category="SPOIL" max="1" min="1" id="956"/>
<item chance="57452" category="UNK_2" max="1" min="1" id="1864"/>
<item chance="28726" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="26283" category="SPOIL" max="1" min="1" id="1880"/>
<item chance="2873" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="3319" category="SPOIL" max="1" min="1" id="2021"/>
<item chance="4468" category="UNK_2" max="1" min="1" id="2153"/>
<item chance="384" category="UNK_2" max="1" min="1" id="5550"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="9" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21676" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Warrior</name>
<level>33</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="702.20463"/>
<mp regen="1.8" max="372.96"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="113.49065"/>
<magical speed="333.0" damage="77.49941"/>
</attack>
<defense>
<physical value="129.23095"/>
<magical value="86.04342"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8716</experience>
<sp>500</sp>
<item lefthand="0" righthand="220"/>
<collision heigth="25.0" radius="11.0"/>
</info>
<droplist>
<item chance="726143" category="SPOIL" max="7" min="1" id="1865"/>
<item chance="726143" category="SPOIL" max="7" min="1" id="1870"/>
<item chance="34646" category="SPOIL" max="1" min="1" id="2029"/>
<item chance="700000" category="DROP" max="2454" min="1227" id="57"/>
<item chance="1563" category="UNK_1" max="1" min="1" id="849"/>
<item chance="2340" category="UNK_1" max="1" min="1" id="880"/>
<item chance="1172" category="UNK_1" max="1" min="1" id="912"/>
<item chance="53326" category="UNK_1" max="1" min="1" id="1901"/>
<item chance="154434" category="UNK_2" max="3" min="1" id="1865"/>
<item chance="102956" category="UNK_2" max="3" min="1" id="1870"/>
<item chance="20591" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="51478" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="22062" category="UNK_2" max="1" min="1" id="2188"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4560"/>
</skills>
</npc>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21677" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>30</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>6988</experience>
<sp>382</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="258453" category="SPOIL" max="1" min="1" id="1900"/>
<item chance="590566" category="SPOIL" max="1" min="1" id="2250"/>
<item chance="738208" category="SPOIL" max="3" min="1" id="6667"/>
<item chance="700000" category="DROP" max="1993" min="996" id="57"/>
<item chance="425208" category="UNK_2" max="9" min="3" id="6667"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21678" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>33</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="702.20463"/>
<mp regen="1.8" max="372.96"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="113.49065"/>
<magical speed="333.0" damage="77.49941"/>
</attack>
<defense>
<physical value="129.23095"/>
<magical value="86.04342"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8456</experience>
<sp>485</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2381" min="1191" id="57"/>
<item chance="389212" category="SPOIL" max="1" min="1" id="1901"/>
<item chance="301702" category="SPOIL" max="1" min="1" id="2154"/>
<item chance="880592" category="SPOIL" max="3" min="1" id="6667"/>
<item chance="125721" category="UNK_2" max="36" min="12" id="6667"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21679" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>30</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>6889</experience>
<sp>376</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="9315" category="SPOIL" max="1" min="1" id="955"/>
<item chance="77629" category="SPOIL" max="1" min="1" id="956"/>
<item chance="93155" category="SPOIL" max="1" min="1" id="6387"/>
<item chance="700000" category="DROP" max="1965" min="982" id="57"/>
<item chance="4971" category="UNK_1" max="1" min="1" id="605"/>
<item chance="4971" category="UNK_1" max="1" min="1" id="1123"/>
<item chance="2545" category="UNK_2" max="1" min="1" id="955"/>
<item chance="21211" category="UNK_2" max="1" min="1" id="956"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21680" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Elite Soldier</name>
<level>35</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="772.73802"/>
<mp regen="1.8" max="402.6"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="129.32896"/>
<magical speed="333.0" damage="88.31491"/>
</attack>
<defense>
<physical value="136.72948"/>
<magical value="91.03603"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9377</experience>
<sp>555</sp>
<item lefthand="0" righthand="96"/>
<collision heigth="28.0" radius="10.0"/>
</info>
<droplist>
<item chance="427616" category="SPOIL" max="1" min="1" id="1901"/>
<item chance="208130" category="SPOIL" max="1" min="1" id="1938"/>
<item chance="331471" category="SPOIL" max="1" min="1" id="2154"/>
<item chance="700000" category="DROP" max="2609" min="1308" id="57"/>
<item chance="148" category="UNK_1" max="1" min="1" id="316"/>
<item chance="148" category="UNK_1" max="1" min="1" id="317"/>
<item chance="6418" category="UNK_1" max="1" min="1" id="2030"/>
<item chance="3293" category="UNK_2" max="1" min="1" id="955"/>
<item chance="27435" category="UNK_2" max="1" min="1" id="956"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21681" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Otherworldly Invader Magus</name>
<level>33</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="702.20463"/>
<mp regen="1.8" max="372.96"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="113.49065"/>
<magical speed="333.0" damage="77.49941"/>
</attack>
<defense>
<physical value="129.23095"/>
<magical value="86.04342"/>
</defense>
<move walk="100.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8062</experience>
<sp>463</sp>
<collision heigth="35.0" radius="20.0"/>
</info>
<droplist>
<item chance="2438" category="UNK_1" max="1" min="1" id="47"/>
<item chance="700000" category="DROP" max="2270" min="1135" id="57"/>
<item chance="3484" category="UNK_1" max="1" min="1" id="628"/>
<item chance="2857" category="UNK_2" max="1" min="1" id="955"/>
<item chance="23808" category="UNK_2" max="1" min="1" id="956"/>
<item chance="235980" category="SPOIL" max="1" min="1" id="1939"/>
<item chance="431241" category="SPOIL" max="1" min="1" id="2155"/>
<item chance="214931" category="SPOIL" max="1" min="1" id="2156"/>
</droplist>
<skills>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4561"/>
<skill level="3" id="4563"/>
</skills>
</npc>

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21682" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Soldier</name>
<level>40</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="966.57792"/>
<mp regen="1.8" max="478.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="176.36077"/>
<magical speed="333.0" damage="120.43155"/>
</attack>
<defense>
<physical value="156.55035"/>
<magical value="104.23299"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7772</experience>
<sp>502</sp>
<collision heigth="22.0" radius="14.0"/>
</info>
<droplist>
<item chance="111959" category="SPOIL" max="1" min="1" id="1944"/>
<item chance="156783" category="SPOIL" max="1" min="1" id="2148"/>
<item chance="73165" category="SPOIL" max="1" min="1" id="6036"/>
<item chance="700000" category="DROP" max="1829" min="916" id="57"/>
<item chance="330" category="UNK_1" max="1" min="1" id="437"/>
<item chance="527" category="UNK_1" max="1" min="1" id="470"/>
<item chance="14468" category="UNK_1" max="1" min="1" id="1944"/>
<item chance="22530" category="UNK_1" max="1" min="1" id="1945"/>
<item chance="151283" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="100855" category="UNK_2" max="3" min="1" id="1872"/>
<item chance="50428" category="UNK_2" max="1" min="1" id="1882"/>
<item chance="7962" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="18754" category="UNK_2" max="1" min="1" id="2157"/>
</droplist>
<skills>
<skill level="4" id="4067"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="18" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21683" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Soldier</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>10283</experience>
<sp>715</sp>
<collision heigth="22.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2376" min="1170" id="57"/>
<item chance="79" category="UNK_1" max="1" min="1" id="263"/>
<item chance="279598" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="55920" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="27960" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="39942" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="222740" category="SPOIL" max="1" min="1" id="1910"/>
<item chance="157356" category="SPOIL" max="1" min="1" id="1954"/>
<item chance="5403" category="UNK_1" max="1" min="1" id="2073"/>
<item chance="227537" category="SPOIL" max="1" min="1" id="2164"/>
<item chance="5356" category="UNK_2" max="1" min="1" id="2165"/>
<item chance="2330" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="5592" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="1398" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="140" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="28" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="20" id="4412"/>
<skill level="14" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4579"/>
</skills>
</npc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21684" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Archer</name>
<level>43</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1094.28943"/>
<mp regen="2.1" max="557.4"/>
<attack critical="8" evasion="0" range="1100">
<physical speed="253.0" damage="210.04832"/>
<magical speed="333.0" damage="143.43577"/>
</attack>
<defense>
<physical value="169.13417"/>
<magical value="112.61144"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7603</experience>
<sp>514</sp>
<item lefthand="0" righthand="279"/>
<collision heigth="27.0" radius="11.0"/>
</info>
<droplist>
<item chance="319295" category="SPOIL" max="1" min="1" id="1906"/>
<item chance="161591" category="SPOIL" max="1" min="1" id="1907"/>
<item chance="149862" category="SPOIL" max="1" min="1" id="2160"/>
<item chance="700000" category="DROP" max="1865" min="919" id="57"/>
<item chance="194" category="UNK_1" max="1" min="1" id="353"/>
<item chance="310" category="UNK_1" max="1" min="1" id="380"/>
<item chance="9465" category="UNK_1" max="1" min="1" id="1950"/>
<item chance="14721" category="UNK_1" max="1" min="1" id="1951"/>
<item chance="103683" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="155525" category="UNK_2" max="3" min="1" id="1872"/>
<item chance="15553" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="31105" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="15051" category="UNK_2" max="1" min="1" id="2160"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="13" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="9" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21685" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8560</experience>
<sp>595</sp>
<collision heigth="38.0" radius="15.0"/>
</info>
<droplist>
<item chance="508225" category="SPOIL" max="3" min="1" id="1873"/>
<item chance="228416" category="SPOIL" max="1" min="1" id="1958"/>
<item chance="97361" category="SPOIL" max="1" min="1" id="2165"/>
<item chance="700000" category="DROP" max="2042" min="1005" id="57"/>
<item chance="206" category="UNK_1" max="1" min="1" id="439"/>
<item chance="330" category="UNK_1" max="1" min="1" id="471"/>
<item chance="15963" category="UNK_1" max="1" min="1" id="1954"/>
<item chance="9608" category="UNK_1" max="1" min="1" id="1962"/>
<item chance="240195" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="48039" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="8006" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="1865" category="UNK_2" max="1" min="1" id="2213"/>
<item chance="4003" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="12010" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="4804" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="1201" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="120" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="24" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="15" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4643"/>
</skills>
</npc>

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21686" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Shaman</name>
<level>43</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1094.28943"/>
<mp regen="2.1" max="557.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="210.04832"/>
<magical speed="333.0" damage="143.43577"/>
</attack>
<defense>
<physical value="169.13417"/>
<magical value="112.61144"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9599</experience>
<sp>649</sp>
<collision heigth="38.0" radius="15.0"/>
</info>
<droplist>
<item chance="846642" category="SPOIL" max="11" min="1" id="1864"/>
<item chance="846642" category="SPOIL" max="5" min="1" id="1869"/>
<item chance="14514" category="SPOIL" max="1" min="1" id="4470"/>
<item chance="700000" category="DROP" max="2040" min="1004" id="57"/>
<item chance="92" category="UNK_1" max="1" min="1" id="280"/>
<item chance="5427" category="UNK_1" max="1" min="1" id="2054"/>
<item chance="85029" category="UNK_2" max="9" min="3" id="1864"/>
<item chance="63772" category="UNK_2" max="6" min="2" id="1869"/>
<item chance="102035" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="156977" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="24766" category="UNK_2" max="1" min="1" id="2161"/>
</droplist>
<skills>
<skill level="4" id="4157"/>
<skill level="4" id="4160"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="1" id="4675"/>
</skills>
</npc>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21687" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Priest</name>
<level>40</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="966.57792"/>
<mp regen="1.8" max="478.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="176.36077"/>
<magical speed="333.0" damage="120.43155"/>
</attack>
<defense>
<physical value="156.55035"/>
<magical value="104.23299"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>5374</experience>
<sp>347</sp>
<collision heigth="38.0" radius="15.0"/>
</info>
<droplist>
<item chance="112828" category="SPOIL" max="1" min="1" id="1945"/>
<item chance="191960" category="SPOIL" max="1" min="1" id="1946"/>
<item chance="101464" category="SPOIL" max="1" min="1" id="2149"/>
<item chance="700000" category="DROP" max="1184" min="593" id="57"/>
<item chance="160" category="UNK_1" max="1" min="1" id="606"/>
<item chance="160" category="UNK_1" max="1" min="1" id="1124"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="1946"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="1948"/>
<item chance="160" category="UNK_1" max="1" min="1" id="2424"/>
<item chance="160" category="UNK_1" max="1" min="1" id="2425"/>
<item chance="160" category="UNK_1" max="1" min="1" id="2426"/>
<item chance="160" category="UNK_1" max="1" min="1" id="2448"/>
<item chance="160" category="UNK_1" max="1" min="1" id="2449"/>
<item chance="160" category="UNK_1" max="1" min="1" id="2450"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="2923"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="2924"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="2925"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="2926"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="2927"/>
<item chance="6202" category="UNK_1" max="1" min="1" id="2928"/>
<item chance="163176" category="UNK_2" max="1" min="1" id="1867"/>
<item chance="163176" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="8159" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="16317" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="15146" category="UNK_2" max="1" min="1" id="2158"/>
<item chance="4079" category="UNK_2" max="1" min="1" id="6036"/>
</droplist>
<skills>
<skill level="4" id="4046"/>
<skill level="4" id="4065"/>
<skill level="10" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21688" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Magus</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>6759</experience>
<sp>470</sp>
<collision heigth="38.0" radius="15.0"/>
</info>
<droplist>
<item chance="213109" category="SPOIL" max="1" min="1" id="1908"/>
<item chance="60618" category="SPOIL" max="1" min="1" id="1959"/>
<item chance="37507" category="SPOIL" max="1" min="1" id="4042"/>
<item chance="700000" category="DROP" max="1808" min="890" id="57"/>
<item chance="60" category="UNK_1" max="1" min="1" id="281"/>
<item chance="3767" category="UNK_1" max="1" min="1" id="2074"/>
<item chance="212717" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="42544" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="21272" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="30388" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="2639" category="UNK_2" max="1" min="1" id="2214"/>
<item chance="1773" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="4254" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="1064" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="106" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="21" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="4" id="4160"/>
<skill level="4" id="4257"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21689" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Martyrs</name>
<level>40</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="966.57792"/>
<mp regen="1.8" max="478.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="176.36077"/>
<magical speed="333.0" damage="120.43155"/>
</attack>
<defense>
<physical value="156.55035"/>
<magical value="104.23299"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>5430</experience>
<sp>351</sp>
<collision heigth="38.0" radius="15.0"/>
</info>
<droplist>
<item chance="791992" category="SPOIL" max="5" min="1" id="1867"/>
<item chance="791992" category="SPOIL" max="5" min="1" id="1872"/>
<item chance="59399" category="SPOIL" max="1" min="1" id="6036"/>
<item chance="700000" category="DROP" max="1485" min="744" id="57"/>
<item chance="134" category="UNK_1" max="1" min="1" id="352"/>
<item chance="6105" category="UNK_1" max="1" min="1" id="1941"/>
<item chance="214" category="UNK_1" max="1" min="1" id="2377"/>
<item chance="214" category="UNK_1" max="1" min="1" id="2378"/>
<item chance="9108" category="UNK_1" max="1" min="1" id="2918"/>
<item chance="9108" category="UNK_1" max="1" min="1" id="2919"/>
<item chance="122820" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="245640" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="40940" category="UNK_2" max="1" min="1" id="1882"/>
<item chance="6464" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="11373" category="UNK_2" max="1" min="1" id="2159"/>
</droplist>
<skills>
<skill level="1" id="4286"/>
<skill level="1" id="4288"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4614"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21690" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Warrior</name>
<level>43</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1094.28943"/>
<mp regen="2.1" max="557.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="210.04832"/>
<magical speed="333.0" damage="143.43577"/>
</attack>
<defense>
<physical value="169.13417"/>
<magical value="112.61144"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>6172</experience>
<sp>417</sp>
<item lefthand="0" righthand="70"/>
<collision heigth="25.0" radius="10.0"/>
</info>
<droplist>
<item chance="229233" category="SPOIL" max="1" min="1" id="1949"/>
<item chance="66664" category="SPOIL" max="1" min="1" id="1950"/>
<item chance="199410" category="SPOIL" max="1" min="1" id="2161"/>
<item chance="700000" category="DROP" max="1649" min="812" id="57"/>
<item chance="229" category="UNK_1" max="1" min="1" id="61"/>
<item chance="229" category="UNK_1" max="1" min="1" id="607"/>
<item chance="229" category="UNK_1" max="1" min="1" id="1125"/>
<item chance="9593" category="UNK_1" max="1" min="1" id="1949"/>
<item chance="9593" category="UNK_1" max="1" min="1" id="1957"/>
<item chance="9593" category="UNK_1" max="1" min="1" id="1963"/>
<item chance="229" category="UNK_1" max="1" min="1" id="2427"/>
<item chance="229" category="UNK_1" max="1" min="1" id="2428"/>
<item chance="229" category="UNK_1" max="1" min="1" id="2451"/>
<item chance="9593" category="UNK_1" max="1" min="1" id="2931"/>
<item chance="9593" category="UNK_1" max="1" min="1" id="2932"/>
<item chance="9593" category="UNK_1" max="1" min="1" id="2933"/>
<item chance="206277" category="UNK_2" max="3" min="1" id="1868"/>
<item chance="82511" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="13752" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="9965" category="UNK_2" max="1" min="1" id="2162"/>
<item chance="20628" category="UNK_2" max="1" min="1" id="5549"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21691" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Soldier</name>
<level>40</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="966.57792"/>
<mp regen="1.8" max="478.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="176.36077"/>
<magical speed="333.0" damage="120.43155"/>
</attack>
<defense>
<physical value="156.55035"/>
<magical value="104.23299"/>
</defense>
<move walk="50.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>5716</experience>
<sp>369</sp>
<collision heigth="22.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="1563" min="783" id="57"/>
<item chance="90" category="UNK_1" max="1" min="1" id="279"/>
<item chance="193954" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="193954" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="12930" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="32326" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="270129" category="SPOIL" max="1" min="1" id="1947"/>
<item chance="253520" category="SPOIL" max="1" min="1" id="1948"/>
<item chance="5610" category="UNK_1" max="1" min="1" id="2040"/>
<item chance="155045" category="SPOIL" max="1" min="1" id="2157"/>
<item chance="19831" category="UNK_2" max="1" min="1" id="2194"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4581"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21692" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Discipline</name>
<level>43</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1094.28943"/>
<mp regen="2.1" max="557.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="210.04832"/>
<magical speed="333.0" damage="143.43577"/>
</attack>
<defense>
<physical value="169.13417"/>
<magical value="112.61144"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>6499</experience>
<sp>439</sp>
<item lefthand="0" righthand="70"/>
<collision heigth="25.0" radius="10.0"/>
</info>
<droplist>
<item chance="720938" category="SPOIL" max="3" min="1" id="1866"/>
<item chance="109178" category="SPOIL" max="1" min="1" id="1951"/>
<item chance="104484" category="SPOIL" max="1" min="1" id="2162"/>
<item chance="700000" category="DROP" max="1737" min="855" id="57"/>
<item chance="16" category="UNK_1" max="1" min="1" id="159"/>
<item chance="16" category="UNK_1" max="1" min="1" id="187"/>
<item chance="16" category="UNK_1" max="1" min="1" id="188"/>
<item chance="16" category="UNK_1" max="1" min="1" id="189"/>
<item chance="16" category="UNK_1" max="1" min="1" id="190"/>
<item chance="898" category="UNK_1" max="1" min="1" id="2048"/>
<item chance="898" category="UNK_1" max="1" min="1" id="2049"/>
<item chance="952" category="UNK_1" max="1" min="1" id="2050"/>
<item chance="952" category="UNK_1" max="1" min="1" id="2051"/>
<item chance="898" category="UNK_1" max="1" min="1" id="2058"/>
<item chance="144809" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="217213" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="18101" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="9165" category="UNK_2" max="1" min="1" id="2199"/>
<item chance="8689" category="UNK_2" max="1" min="1" id="5220"/>
</droplist>
<skills>
<skill level="4" id="4117"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21693" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Berserker</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8854</experience>
<sp>616</sp>
<item lefthand="0" righthand="70"/>
<collision heigth="25.0" radius="10.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2016" min="992" id="57"/>
<item chance="387" category="UNK_1" max="1" min="1" id="631"/>
<item chance="237142" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="47428" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="23714" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="33877" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="137469" category="SPOIL" max="1" min="1" id="1960"/>
<item chance="15968" category="UNK_1" max="1" min="1" id="1964"/>
<item chance="38957" category="SPOIL" max="1" min="1" id="2213"/>
<item chance="62254" category="SPOIL" max="1" min="1" id="2214"/>
<item chance="1510" category="UNK_2" max="1" min="1" id="2215"/>
<item chance="271" category="UNK_1" max="1" min="1" id="2413"/>
<item chance="387" category="UNK_1" max="1" min="1" id="2495"/>
<item chance="14503" category="UNK_1" max="1" min="1" id="2936"/>
<item chance="15968" category="UNK_1" max="1" min="1" id="2945"/>
<item chance="1976" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="4743" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="1186" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="119" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="24" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="1" id="4095"/>
<skill level="3" id="4119"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21695" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>15861</experience>
<sp>1103</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="4243" min="2089" id="57"/>
<item chance="47" category="UNK_1" max="1" min="1" id="96"/>
<item chance="47" category="UNK_1" max="1" min="1" id="298"/>
<item chance="47" category="UNK_1" max="1" min="1" id="302"/>
<item chance="110928" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="880170" category="SPOIL" max="15" min="1" id="1872"/>
<item chance="166392" category="UNK_2" max="3" min="1" id="1872"/>
<item chance="16639" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="33279" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="168993" category="SPOIL" max="1" min="1" id="1961"/>
<item chance="3262" category="UNK_1" max="1" min="1" id="2062"/>
<item chance="3262" category="UNK_1" max="1" min="1" id="2075"/>
<item chance="3262" category="UNK_1" max="1" min="1" id="2076"/>
<item chance="10313" category="UNK_2" max="1" min="1" id="2216"/>
<item chance="45922" category="SPOIL" max="1" min="1" id="4041"/>
<item chance="2170" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="9984" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="2496" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="250" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="50" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="4" id="4032"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21696" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>16162</experience>
<sp>1124</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="188808" category="SPOIL" max="1" min="1" id="1894"/>
<item chance="172193" category="SPOIL" max="1" min="1" id="1962"/>
<item chance="68548" category="SPOIL" max="1" min="1" id="2215"/>
<item chance="700000" category="DROP" max="4323" min="2128" id="57"/>
<item chance="144" category="UNK_1" max="1" min="1" id="281"/>
<item chance="9007" category="UNK_1" max="1" min="1" id="2074"/>
<item chance="9915" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="16720" category="UNK_2" max="1" min="1" id="2217"/>
<item chance="9419" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="2457" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="9419" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="11303" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="2826" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="283" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="57" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4582"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21697" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>630</experience>
<sp>44</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="169" min="83" id="57"/>
<item chance="6" category="UNK_1" max="1" min="1" id="263"/>
<item chance="19835" category="UNK_2" max="1" min="1" id="1864"/>
<item chance="9918" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="3967" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="6103" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="16957" category="SPOIL" max="1" min="1" id="1964"/>
<item chance="1559" category="SPOIL" max="1" min="1" id="2059"/>
<item chance="383" category="UNK_1" max="1" min="1" id="2073"/>
<item chance="8671" category="SPOIL" max="1" min="1" id="2216"/>
<item chance="616" category="UNK_2" max="1" min="1" id="2219"/>
<item chance="331" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="397" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="99" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="2" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="8" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="14" id="4412"/>
<skill level="14" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21698" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>40</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="966.57792"/>
<mp regen="1.8" max="478.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="176.36077"/>
<magical speed="333.0" damage="120.43155"/>
</attack>
<defense>
<physical value="156.55035"/>
<magical value="104.23299"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>1382</experience>
<sp>89</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="378" min="189" id="57"/>
<item chance="68" category="UNK_1" max="1" min="1" id="395"/>
<item chance="109" category="UNK_1" max="1" min="1" id="417"/>
<item chance="156332" category="UNK_2" max="30" min="10" id="1341"/>
<item chance="31266" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="453642" category="SPOIL" max="1" min="1" id="1871"/>
<item chance="46900" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="1876" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="2990" category="UNK_1" max="1" min="1" id="1942"/>
<item chance="4657" category="UNK_1" max="1" min="1" id="1943"/>
<item chance="4192" category="SPOIL" max="1" min="1" id="2032"/>
<item chance="1922" category="UNK_2" max="1" min="1" id="2196"/>
<item chance="15121" category="SPOIL" max="1" min="1" id="6036"/>
</droplist>
<skills>
<skill level="9" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21699" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Warrior</name>
<level>43</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1094.28943"/>
<mp regen="2.1" max="557.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="210.04832"/>
<magical speed="333.0" damage="143.43577"/>
</attack>
<defense>
<physical value="169.13417"/>
<magical value="112.61144"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>14798</experience>
<sp>1000</sp>
<item lefthand="0" righthand="70"/>
<collision heigth="25.0" radius="10.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="3955" min="1947" id="57"/>
<item chance="89" category="UNK_1" max="1" min="1" id="70"/>
<item chance="123652" category="UNK_2" max="12" min="4" id="1864"/>
<item chance="164869" category="UNK_2" max="3" min="1" id="1869"/>
<item chance="49461" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="157747" category="SPOIL" max="1" min="1" id="1953"/>
<item chance="5435" category="UNK_1" max="1" min="1" id="2047"/>
<item chance="207800" category="SPOIL" max="1" min="1" id="2199"/>
<item chance="536477" category="SPOIL" max="3" min="1" id="2203"/>
<item chance="9794" category="UNK_2" max="1" min="1" id="2204"/>
<item chance="89" category="UNK_1" max="1" min="1" id="2499"/>
<item chance="5362" category="UNK_1" max="1" min="1" id="2967"/>
<item chance="6595" category="UNK_2" max="1" min="1" id="5550"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4560"/>
</skills>
</npc>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21700" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>40</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="966.57792"/>
<mp regen="1.8" max="478.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="176.36077"/>
<magical speed="333.0" damage="120.43155"/>
</attack>
<defense>
<physical value="156.55035"/>
<magical value="104.23299"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12423</experience>
<sp>802</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="3397" min="1702" id="57"/>
<item chance="413089" category="SPOIL" max="1" min="1" id="1902"/>
<item chance="135906" category="SPOIL" max="1" min="1" id="6036"/>
<item chance="728069" category="SPOIL" max="3" min="1" id="6668"/>
<item chance="412199" category="UNK_2" max="9" min="3" id="6668"/>
</droplist>
<skills>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21701" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>43</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1094.28943"/>
<mp regen="2.1" max="557.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="210.04832"/>
<magical speed="333.0" damage="143.43577"/>
</attack>
<defense>
<physical value="169.13417"/>
<magical value="112.61144"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>14357</experience>
<sp>971</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="3837" min="1889" id="57"/>
<item chance="464775" category="SPOIL" max="1" min="1" id="1905"/>
<item chance="308251" category="SPOIL" max="1" min="1" id="2160"/>
<item chance="853195" category="SPOIL" max="3" min="1" id="6668"/>
<item chance="478839" category="UNK_2" max="9" min="3" id="6668"/>
</droplist>
<skills>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21702" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>40</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="4.5" max="966.57792"/>
<mp regen="1.8" max="478.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="176.36077"/>
<magical speed="333.0" damage="120.43155"/>
</attack>
<defense>
<physical value="156.55035"/>
<magical value="104.23299"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12248</experience>
<sp>791</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="407248" category="SPOIL" max="1" min="1" id="1902"/>
<item chance="670482" category="SPOIL" max="1" min="1" id="1903"/>
<item chance="332193" category="SPOIL" max="1" min="1" id="2157"/>
<item chance="700000" category="DROP" max="3349" min="1678" id="57"/>
<item chance="604" category="UNK_1" max="1" min="1" id="395"/>
<item chance="965" category="UNK_1" max="1" min="1" id="417"/>
<item chance="26496" category="UNK_1" max="1" min="1" id="1942"/>
<item chance="41259" category="UNK_1" max="1" min="1" id="1943"/>
<item chance="1889" category="UNK_2" max="1" min="1" id="951"/>
<item chance="13852" category="UNK_2" max="1" min="1" id="952"/>
</droplist>
<skills>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21703" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Elite Soldier</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="70.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>15501</experience>
<sp>1078</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="21.0"/>
</info>
<droplist>
<item chance="9384" category="SPOIL" max="1" min="1" id="951"/>
<item chance="68813" category="SPOIL" max="1" min="1" id="952"/>
<item chance="263316" category="SPOIL" max="1" min="1" id="2163"/>
<item chance="700000" category="DROP" max="4146" min="2041" id="57"/>
<item chance="797" category="UNK_1" max="1" min="1" id="631"/>
<item chance="32849" category="UNK_1" max="1" min="1" id="1964"/>
<item chance="558" category="UNK_1" max="1" min="1" id="2413"/>
<item chance="797" category="UNK_1" max="1" min="1" id="2495"/>
<item chance="29835" category="UNK_1" max="1" min="1" id="2936"/>
<item chance="32849" category="UNK_1" max="1" min="1" id="2945"/>
<item chance="739" category="UNK_2" max="1" min="1" id="951"/>
<item chance="5420" category="UNK_2" max="1" min="1" id="952"/>
<item chance="16261" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="4065" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="407" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="81" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21704" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dimension Invader Magus</name>
<level>43</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1094.28943"/>
<mp regen="2.1" max="557.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="210.04832"/>
<magical speed="333.0" damage="143.43577"/>
</attack>
<defense>
<physical value="169.13417"/>
<magical value="112.61144"/>
</defense>
<move walk="60.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>13688</experience>
<sp>925</sp>
<collision heigth="38.0" radius="15.0"/>
</info>
<droplist>
<item chance="8282" category="SPOIL" max="1" min="1" id="951"/>
<item chance="60738" category="SPOIL" max="1" min="1" id="952"/>
<item chance="443126" category="SPOIL" max="1" min="1" id="1905"/>
<item chance="700000" category="DROP" max="3658" min="1801" id="57"/>
<item chance="507" category="UNK_1" max="1" min="1" id="61"/>
<item chance="507" category="UNK_1" max="1" min="1" id="607"/>
<item chance="507" category="UNK_1" max="1" min="1" id="1125"/>
<item chance="21276" category="UNK_1" max="1" min="1" id="1949"/>
<item chance="21276" category="UNK_1" max="1" min="1" id="1957"/>
<item chance="21276" category="UNK_1" max="1" min="1" id="1963"/>
<item chance="507" category="UNK_1" max="1" min="1" id="2427"/>
<item chance="507" category="UNK_1" max="1" min="1" id="2428"/>
<item chance="507" category="UNK_1" max="1" min="1" id="2451"/>
<item chance="21276" category="UNK_1" max="1" min="1" id="2931"/>
<item chance="21276" category="UNK_1" max="1" min="1" id="2932"/>
<item chance="21276" category="UNK_1" max="1" min="1" id="2933"/>
<item chance="2079" category="UNK_2" max="1" min="1" id="951"/>
<item chance="15250" category="UNK_2" max="1" min="1" id="952"/>
</droplist>
<skills>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4561"/>
<skill level="4" id="4563"/>
</skills>
</npc>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21705" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Soldier</name>
<level>50</level>
<race>DEMON</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1421.00103"/>
<mp regen="2.1" max="747.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="305.54906"/>
<magical speed="333.0" damage="208.6504"/>
</attack>
<defense>
<physical value="200.23844"/>
<magical value="133.32101"/>
</defense>
<move walk="22.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12144</experience>
<sp>915</sp>
<item lefthand="5129" righthand="5129"/>
<collision heigth="12.0" radius="6.0"/>
</info>
<droplist>
<item chance="195926" category="SPOIL" max="1" min="1" id="1914"/>
<item chance="307267" category="SPOIL" max="1" min="1" id="1915"/>
<item chance="61725" category="SPOIL" max="1" min="1" id="2169"/>
<item chance="700000" category="DROP" max="2804" min="1379" id="57"/>
<item chance="7" category="UNK_1" max="1" min="1" id="75"/>
<item chance="7" category="UNK_1" max="1" min="1" id="76"/>
<item chance="7" category="UNK_1" max="1" min="1" id="77"/>
<item chance="7" category="UNK_1" max="1" min="1" id="84"/>
<item chance="7" category="UNK_1" max="1" min="1" id="134"/>
<item chance="7" category="UNK_1" max="1" min="1" id="145"/>
<item chance="655" category="UNK_1" max="1" min="1" id="2089"/>
<item chance="655" category="UNK_1" max="1" min="1" id="2090"/>
<item chance="655" category="UNK_1" max="1" min="1" id="2091"/>
<item chance="655" category="UNK_1" max="1" min="1" id="2092"/>
<item chance="655" category="UNK_1" max="1" min="1" id="2095"/>
<item chance="655" category="UNK_1" max="1" min="1" id="2096"/>
<item chance="192295" category="UNK_2" max="1" min="1" id="1867"/>
<item chance="192295" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="9615" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="19229" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="3401" category="UNK_2" max="1" min="1" id="2170"/>
<item chance="1254" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="4006" category="UNK_200" max="1" min="1" id="8725"/>
<item chance="1001" category="UNK_200" max="1" min="1" id="8735"/>
<item chance="100" category="UNK_200" max="1" min="1" id="8745"/>
<item chance="21" category="UNK_200" max="1" min="1" id="8755"/>
</droplist>
<skills>
<skill level="5" id="4067"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="18" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21706" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Soldier</name>
<level>55</level>
<race>DEMON</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="22.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>15362</experience>
<sp>1240</sp>
<item lefthand="5129" righthand="5129"/>
<collision heigth="12.0" radius="6.0"/>
</info>
<droplist>
<item chance="891882" category="SPOIL" max="9" min="1" id="1870"/>
<item chance="20981" category="SPOIL" max="1" min="1" id="2117"/>
<item chance="148647" category="SPOIL" max="1" min="1" id="4039"/>
<item chance="700000" category="DROP" max="3590" min="1762" id="57"/>
<item chance="17" category="UNK_1" max="1" min="1" id="135"/>
<item chance="1886" category="UNK_1" max="1" min="1" id="2115"/>
<item chance="17" category="UNK_1" max="1" min="1" id="5286"/>
<item chance="1888" category="UNK_1" max="1" min="1" id="5530"/>
<item chance="149686" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="149686" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="9979" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="4989" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="4989" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="959" category="UNK_2" max="1" min="1" id="4143"/>
<item chance="173" category="UNK_2" max="1" min="1" id="4971"/>
<item chance="3465" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="866" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="87" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="17" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="20" id="4412"/>
<skill level="14" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4579"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21707" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Archer</name>
<level>53</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="8" evasion="0" range="1100">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>11550</experience>
<sp>908</sp>
<item lefthand="0" righthand="282"/>
<collision heigth="27.0" radius="11.0"/>
</info>
<droplist>
<item chance="296029" category="SPOIL" max="1" min="1" id="1885"/>
<item chance="121552" category="SPOIL" max="1" min="1" id="1920"/>
<item chance="7105" category="SPOIL" max="1" min="1" id="3034"/>
<item chance="700000" category="DROP" max="2856" min="1406" id="57"/>
<item chance="28" category="UNK_1" max="1" min="1" id="286"/>
<item chance="3016" category="UNK_1" max="1" min="1" id="2121"/>
<item chance="8744" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="21861" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="10930" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="1009" category="UNK_2" max="1" min="1" id="4134"/>
<item chance="13116" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="1749" category="UNK_2" max="1" min="1" id="5550"/>
<item chance="3036" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="759" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="76" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="15" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="13" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="9" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21708" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>55</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12787</experience>
<sp>1032</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="18024" category="SPOIL" max="1" min="1" id="2118"/>
<item chance="29469" category="SPOIL" max="1" min="1" id="4142"/>
<item chance="24557" category="SPOIL" max="1" min="1" id="4143"/>
<item chance="700000" category="DROP" max="3084" min="1514" id="57"/>
<item chance="30" category="UNK_1" max="1" min="1" id="286"/>
<item chance="3252" category="UNK_1" max="1" min="1" id="2121"/>
<item chance="128591" category="UNK_2" max="3" min="1" id="1864"/>
<item chance="128591" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="51437" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="79133" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="4286" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="1321" category="UNK_2" max="1" min="1" id="4144"/>
<item chance="148" category="UNK_2" max="1" min="1" id="4972"/>
<item chance="2977" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="744" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="74" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="15" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="15" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4643"/>
</skills>
</npc>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21709" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Shaman</name>
<level>53</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>14583</experience>
<sp>1146</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="83265" category="SPOIL" max="1" min="1" id="1984"/>
<item chance="133941" category="SPOIL" max="1" min="1" id="1985"/>
<item chance="7769" category="SPOIL" max="1" min="1" id="3955"/>
<item chance="700000" category="DROP" max="3123" min="1538" id="57"/>
<item chance="8" category="UNK_1" max="1" min="1" id="203"/>
<item chance="6" category="UNK_1" max="1" min="1" id="204"/>
<item chance="6" category="UNK_1" max="1" min="1" id="205"/>
<item chance="6" category="UNK_1" max="1" min="1" id="206"/>
<item chance="695" category="UNK_1" max="1" min="1" id="2112"/>
<item chance="675" category="UNK_1" max="1" min="1" id="2116"/>
<item chance="675" category="UNK_1" max="1" min="1" id="2117"/>
<item chance="675" category="UNK_1" max="1" min="1" id="2118"/>
<item chance="6" category="UNK_1" max="1" min="1" id="2503"/>
<item chance="689" category="UNK_1" max="1" min="1" id="2969"/>
<item chance="45531" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="319" category="UNK_2" max="1" min="1" id="3955"/>
<item chance="3187" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="2656" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="5312" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="3689" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="922" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="92" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="19" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="5" id="4157"/>
<skill level="5" id="4160"/>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="1" id="4675"/>
</skills>
</npc>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21710" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Priest</name>
<level>50</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="5.5" max="1421.00103"/>
<mp regen="2.1" max="747.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="305.54906"/>
<magical speed="333.0" damage="208.6504"/>
</attack>
<defense>
<physical value="200.23844"/>
<magical value="133.32101"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8396</experience>
<sp>633</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="752328" category="SPOIL" max="3" min="1" id="1866"/>
<item chance="96042" category="SPOIL" max="1" min="1" id="1916"/>
<item chance="53231" category="SPOIL" max="1" min="1" id="2170"/>
<item chance="700000" category="DROP" max="1815" min="893" id="57"/>
<item chance="247" category="UNK_1" max="1" min="1" id="64"/>
<item chance="247" category="UNK_1" max="1" min="1" id="608"/>
<item chance="13726" category="UNK_1" max="1" min="1" id="1981"/>
<item chance="13726" category="UNK_1" max="1" min="1" id="2956"/>
<item chance="18855" category="UNK_2" max="1" min="1" id="1539"/>
<item chance="56567" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="84850" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="3394" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="366" category="UNK_2" max="1" min="1" id="2231"/>
<item chance="1697" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="728" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="2357" category="UNK_200" max="1" min="1" id="8725"/>
<item chance="589" category="UNK_200" max="1" min="1" id="8735"/>
<item chance="59" category="UNK_200" max="1" min="1" id="8745"/>
<item chance="12" category="UNK_200" max="1" min="1" id="8755"/>
</droplist>
<skills>
<skill level="5" id="4046"/>
<skill level="5" id="4065"/>
<skill level="3" id="4285"/>
<skill level="10" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21711" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Magus</name>
<level>55</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>10097</experience>
<sp>815</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2731" min="1341" id="57"/>
<item chance="7" category="UNK_1" max="1" min="1" id="203"/>
<item chance="5" category="UNK_1" max="1" min="1" id="204"/>
<item chance="5" category="UNK_1" max="1" min="1" id="205"/>
<item chance="5" category="UNK_1" max="1" min="1" id="206"/>
<item chance="75921" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="113881" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="4555" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="607" category="UNK_1" max="1" min="1" id="2112"/>
<item chance="589" category="UNK_1" max="1" min="1" id="2116"/>
<item chance="589" category="UNK_1" max="1" min="1" id="2117"/>
<item chance="589" category="UNK_1" max="1" min="1" id="2118"/>
<item chance="15460" category="SPOIL" max="1" min="1" id="2119"/>
<item chance="5" category="UNK_1" max="1" min="1" id="2503"/>
<item chance="602" category="UNK_1" max="1" min="1" id="2969"/>
<item chance="67854" category="SPOIL" max="1" min="1" id="4040"/>
<item chance="2278" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="29502" category="SPOIL" max="1" min="1" id="4041"/>
<item chance="990" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="499" category="UNK_2" max="1" min="1" id="4145"/>
<item chance="131" category="UNK_2" max="1" min="1" id="4972"/>
<item chance="2636" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="659" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="66" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="13" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="5" id="4160"/>
<skill level="5" id="4257"/>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21712" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Martyrs</name>
<level>50</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="5.5" max="1421.00103"/>
<mp regen="2.1" max="747.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="305.54906"/>
<magical speed="333.0" damage="208.6504"/>
</attack>
<defense>
<physical value="200.23844"/>
<magical value="133.32101"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8484</experience>
<sp>639</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="629184" category="SPOIL" max="1" min="1" id="1539"/>
<item chance="6292" category="SPOIL" max="1" min="1" id="4602"/>
<item chance="283133" category="SPOIL" max="1" min="1" id="5549"/>
<item chance="700000" category="DROP" max="2277" min="1120" id="57"/>
<item chance="172" category="UNK_1" max="1" min="1" id="854"/>
<item chance="258" category="UNK_1" max="1" min="1" id="885"/>
<item chance="129" category="UNK_1" max="1" min="1" id="917"/>
<item chance="10962" category="UNK_1" max="1" min="1" id="1914"/>
<item chance="17191" category="UNK_1" max="1" min="1" id="1915"/>
<item chance="8303" category="UNK_1" max="1" min="1" id="1916"/>
<item chance="234172" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="46834" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="7806" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="673" category="UNK_2" max="1" min="1" id="2232"/>
<item chance="3903" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="11709" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="3252" category="UNK_200" max="1" min="1" id="8725"/>
<item chance="813" category="UNK_200" max="1" min="1" id="8735"/>
<item chance="81" category="UNK_200" max="1" min="1" id="8745"/>
<item chance="16" category="UNK_200" max="1" min="1" id="8755"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4614"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21713" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Warrior</name>
<level>53</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9376</experience>
<sp>737</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2526" min="1243" id="57"/>
<item chance="12" category="UNK_1" max="1" min="1" id="135"/>
<item chance="115977" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="115977" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="209404" category="SPOIL" max="1" min="1" id="1874"/>
<item chance="7732" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="33191" category="SPOIL" max="1" min="1" id="1986"/>
<item chance="1328" category="UNK_1" max="1" min="1" id="2115"/>
<item chance="3866" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="104702" category="SPOIL" max="1" min="1" id="4043"/>
<item chance="3866" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="1914" category="UNK_2" max="1" min="1" id="4126"/>
<item chance="12" category="UNK_1" max="1" min="1" id="5286"/>
<item chance="1330" category="UNK_1" max="1" min="1" id="5530"/>
<item chance="2685" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="671" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="67" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="14" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21714" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Soldier</name>
<level>50</level>
<race>DEMON</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1421.00103"/>
<mp regen="2.1" max="747.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="305.54906"/>
<magical speed="333.0" damage="208.6504"/>
</attack>
<defense>
<physical value="200.23844"/>
<magical value="133.32101"/>
</defense>
<move walk="22.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8932</experience>
<sp>673</sp>
<item lefthand="5129" righthand="5129"/>
<collision heigth="12.0" radius="6.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2397" min="1179" id="57"/>
<item chance="326" category="UNK_1" max="1" min="1" id="64"/>
<item chance="326" category="UNK_1" max="1" min="1" id="608"/>
<item chance="35219" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="44094" category="SPOIL" max="1" min="1" id="1977"/>
<item chance="191076" category="SPOIL" max="1" min="1" id="1978"/>
<item chance="18128" category="UNK_1" max="1" min="1" id="1981"/>
<item chance="12848" category="SPOIL" max="1" min="1" id="2231"/>
<item chance="1152" category="UNK_2" max="1" min="1" id="2233"/>
<item chance="18128" category="UNK_1" max="1" min="1" id="2956"/>
<item chance="4371" category="UNK_2" max="1" min="1" id="2970"/>
<item chance="2465" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="2054" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="4109" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="3424" category="UNK_200" max="1" min="1" id="8725"/>
<item chance="856" category="UNK_200" max="1" min="1" id="8735"/>
<item chance="86" category="UNK_200" max="1" min="1" id="8745"/>
<item chance="17" category="UNK_200" max="1" min="1" id="8755"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4581"/>
</skills>
</npc>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21715" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Disciples</name>
<level>53</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9873</experience>
<sp>776</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2660" min="1309" id="57"/>
<item chance="74" category="UNK_1" max="1" min="1" id="442"/>
<item chance="118" category="UNK_1" max="1" min="1" id="473"/>
<item chance="162835" category="UNK_2" max="1" min="1" id="1867"/>
<item chance="162835" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="27139" category="UNK_2" max="1" min="1" id="1882"/>
<item chance="4285" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="50463" category="SPOIL" max="1" min="1" id="1987"/>
<item chance="5867" category="UNK_1" max="1" min="1" id="1988"/>
<item chance="9202" category="UNK_1" max="1" min="1" id="1989"/>
<item chance="2036" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="545813" category="SPOIL" max="1" min="1" id="4126"/>
<item chance="81871" category="SPOIL" max="1" min="1" id="4127"/>
<item chance="3023" category="UNK_2" max="1" min="1" id="4127"/>
<item chance="2827" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="707" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="71" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="14" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="5" id="4117"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21716" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Berserker</name>
<level>55</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>13227</experience>
<sp>1068</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="18168" category="SPOIL" max="1" min="1" id="2120"/>
<item chance="17393" category="SPOIL" max="1" min="1" id="2121"/>
<item chance="38872" category="SPOIL" max="1" min="1" id="4144"/>
<item chance="700000" category="DROP" max="3045" min="1495" id="57"/>
<item chance="15" category="UNK_1" max="1" min="1" id="135"/>
<item chance="1600" category="UNK_1" max="1" min="1" id="2115"/>
<item chance="15" category="UNK_1" max="1" min="1" id="5286"/>
<item chance="1602" category="UNK_1" max="1" min="1" id="5530"/>
<item chance="9310" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="55860" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="85939" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="9310" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="895" category="UNK_2" max="1" min="1" id="4146"/>
<item chance="5586" category="UNK_2" max="1" min="1" id="5220"/>
<item chance="3233" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="808" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="81" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="16" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="1" id="4095"/>
<skill level="3" id="4119"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21718" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>55</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>23694</experience>
<sp>1913</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="6410" min="3146" id="57"/>
<item chance="178" category="UNK_1" max="1" min="1" id="442"/>
<item chance="285" category="UNK_1" max="1" min="1" id="473"/>
<item chance="267241" category="UNK_2" max="3" min="1" id="1868"/>
<item chance="106897" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="17816" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="14121" category="UNK_1" max="1" min="1" id="1988"/>
<item chance="22150" category="UNK_1" max="1" min="1" id="1989"/>
<item chance="36339" category="SPOIL" max="1" min="1" id="2122"/>
<item chance="265386" category="SPOIL" max="1" min="1" id="4044"/>
<item chance="8908" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="34919" category="SPOIL" max="1" min="1" id="4145"/>
<item chance="2746" category="UNK_2" max="1" min="1" id="4147"/>
<item chance="26724" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="204" category="UNK_2" max="1" min="1" id="8311"/>
<item chance="6186" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="1546" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="155" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="31" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="5" id="4032"/>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21719" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>55</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>24143</experience>
<sp>1949</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="6531" min="3206" id="57"/>
<item chance="99844" category="UNK_2" max="9" min="3" id="1868"/>
<item chance="119813" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="811236" category="SPOIL" max="3" min="1" id="1876"/>
<item chance="59907" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="85581" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="202" category="UNK_1" max="1" min="1" id="2436"/>
<item chance="156" category="UNK_1" max="1" min="1" id="2437"/>
<item chance="156" category="UNK_1" max="1" min="1" id="2438"/>
<item chance="202" category="UNK_1" max="1" min="1" id="2460"/>
<item chance="156" category="UNK_1" max="1" min="1" id="2461"/>
<item chance="156" category="UNK_1" max="1" min="1" id="2462"/>
<item chance="156" category="UNK_1" max="1" min="1" id="2463"/>
<item chance="465950" category="SPOIL" max="1" min="1" id="2917"/>
<item chance="13544" category="UNK_1" max="1" min="1" id="2954"/>
<item chance="13544" category="UNK_1" max="1" min="1" id="2955"/>
<item chance="11652" category="UNK_1" max="1" min="1" id="2960"/>
<item chance="11652" category="UNK_1" max="1" min="1" id="2961"/>
<item chance="11652" category="UNK_1" max="1" min="1" id="2962"/>
<item chance="11652" category="UNK_1" max="1" min="1" id="2963"/>
<item chance="11652" category="UNK_1" max="1" min="1" id="2964"/>
<item chance="4992" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="52002" category="SPOIL" max="1" min="1" id="4146"/>
<item chance="1314" category="UNK_2" max="1" min="1" id="4148"/>
<item chance="6934" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="1734" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="173" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="34" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4582"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21720" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>55</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>942</experience>
<sp>76</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="20023" category="SPOIL" max="1" min="1" id="2954"/>
<item chance="20023" category="SPOIL" max="1" min="1" id="2955"/>
<item chance="3251" category="SPOIL" max="1" min="1" id="4147"/>
<item chance="700000" category="DROP" max="255" min="125" id="57"/>
<item chance="1" category="UNK_1" max="1" min="1" id="299"/>
<item chance="1" category="UNK_1" max="1" min="1" id="301"/>
<item chance="1" category="UNK_1" max="1" min="1" id="303"/>
<item chance="94" category="UNK_1" max="1" min="1" id="2113"/>
<item chance="94" category="UNK_1" max="1" min="1" id="2114"/>
<item chance="89" category="UNK_1" max="1" min="1" id="2122"/>
<item chance="7787" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="11681" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="973" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="102" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="150" category="UNK_2" max="1" min="1" id="4149"/>
<item chance="467" category="UNK_2" max="1" min="1" id="5220"/>
<item chance="270" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="68" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="7" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="1" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="8" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="14" id="4412"/>
<skill level="14" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21721" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>50</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="5.5" max="1421.00103"/>
<mp regen="2.1" max="747.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="305.54906"/>
<magical speed="333.0" damage="208.6504"/>
</attack>
<defense>
<physical value="200.23844"/>
<magical value="133.32101"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>2160</experience>
<sp>163</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="160172" category="SPOIL" max="1" min="1" id="1539"/>
<item chance="720775" category="SPOIL" max="1" min="1" id="1865"/>
<item chance="1602" category="SPOIL" max="1" min="1" id="4603"/>
<item chance="700000" category="DROP" max="580" min="285" id="57"/>
<item chance="5" category="UNK_1" max="1" min="1" id="231"/>
<item chance="5" category="UNK_1" max="1" min="1" id="233"/>
<item chance="406" category="UNK_1" max="1" min="1" id="2106"/>
<item chance="406" category="UNK_1" max="1" min="1" id="2107"/>
<item chance="29807" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="29807" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="1987" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="49" category="UNK_2" max="1" min="1" id="2353"/>
<item chance="994" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="994" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="828" category="UNK_200" max="1" min="1" id="8725"/>
<item chance="207" category="UNK_200" max="1" min="1" id="8735"/>
<item chance="21" category="UNK_200" max="1" min="1" id="8745"/>
<item chance="4" category="UNK_200" max="1" min="1" id="8755"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="9" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21722" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Warrior</name>
<level>53</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>22482</experience>
<sp>1767</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="226991" category="SPOIL" max="1" min="1" id="1989"/>
<item chance="36472" category="SPOIL" max="1" min="1" id="2112"/>
<item chance="93213" category="SPOIL" max="1" min="1" id="4128"/>
<item chance="700000" category="DROP" max="6056" min="2981" id="57"/>
<item chance="20" category="UNK_1" max="1" min="1" id="299"/>
<item chance="25" category="UNK_1" max="1" min="1" id="301"/>
<item chance="25" category="UNK_1" max="1" min="1" id="303"/>
<item chance="2245" category="UNK_1" max="1" min="1" id="2113"/>
<item chance="2245" category="UNK_1" max="1" min="1" id="2114"/>
<item chance="2116" category="UNK_1" max="1" min="1" id="2122"/>
<item chance="139044" category="UNK_2" max="3" min="1" id="1865"/>
<item chance="278089" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="18539" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="46348" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="5562" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="1337" category="UNK_2" max="1" min="1" id="4133"/>
<item chance="6437" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="1609" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="161" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="32" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="5" id="4560"/>
</skills>
</npc>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21723" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>50</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="5.5" max="1421.00103"/>
<mp regen="2.1" max="747.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="305.54906"/>
<magical speed="333.0" damage="208.6504"/>
</attack>
<defense>
<physical value="200.23844"/>
<magical value="133.32101"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19411</experience>
<sp>1462</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="719788" category="SPOIL" max="3" min="1" id="1539"/>
<item chance="14396" category="SPOIL" max="1" min="1" id="4601"/>
<item chance="753266" category="SPOIL" max="3" min="1" id="6669"/>
<item chance="700000" category="DROP" max="5209" min="2562" id="57"/>
<item chance="240303" category="UNK_2" max="3" min="1" id="6669"/>
<item chance="57406" category="UNK_200" max="1" min="1" id="8725"/>
<item chance="14351" category="UNK_200" max="1" min="1" id="8735"/>
<item chance="1435" category="UNK_200" max="1" min="1" id="8745"/>
<item chance="287" category="UNK_200" max="1" min="1" id="8755"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21724" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>53</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>21811</experience>
<sp>1715</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="156630" category="SPOIL" max="2" min="1" id="1984"/>
<item chance="120574" category="SPOIL" max="1" min="1" id="4126"/>
<item chance="849629" category="SPOIL" max="3" min="1" id="6669"/>
<item chance="700000" category="DROP" max="5875" min="2892" id="57"/>
<item chance="263516" category="UNK_2" max="3" min="1" id="6669"/>
<item chance="52459" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="13115" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="1311" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="263" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21725" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>50</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="5.5" max="1421.00103"/>
<mp regen="2.1" max="747.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="305.54906"/>
<magical speed="333.0" damage="208.6504"/>
</attack>
<defense>
<physical value="200.23844"/>
<magical value="133.32101"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19137</experience>
<sp>1442</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="11612" category="SPOIL" max="1" min="1" id="951"/>
<item chance="85153" category="SPOIL" max="1" min="1" id="952"/>
<item chance="358792" category="SPOIL" max="1" min="1" id="1914"/>
<item chance="700000" category="DROP" max="5135" min="2526" id="57"/>
<item chance="10" category="UNK_1" max="1" min="1" id="162"/>
<item chance="10" category="UNK_1" max="1" min="1" id="174"/>
<item chance="10" category="UNK_1" max="1" min="1" id="196"/>
<item chance="10" category="UNK_1" max="1" min="1" id="197"/>
<item chance="10" category="UNK_1" max="1" min="1" id="199"/>
<item chance="10" category="UNK_1" max="1" min="1" id="200"/>
<item chance="10" category="UNK_1" max="1" min="1" id="201"/>
<item chance="10" category="UNK_1" max="1" min="1" id="202"/>
<item chance="884" category="UNK_1" max="1" min="1" id="2097"/>
<item chance="884" category="UNK_1" max="1" min="1" id="2098"/>
<item chance="931" category="UNK_1" max="1" min="1" id="2099"/>
<item chance="931" category="UNK_1" max="1" min="1" id="2100"/>
<item chance="897" category="UNK_1" max="1" min="1" id="2102"/>
<item chance="931" category="UNK_1" max="1" min="1" id="2103"/>
<item chance="931" category="UNK_1" max="1" min="1" id="2104"/>
<item chance="884" category="UNK_1" max="1" min="1" id="2105"/>
<item chance="480" category="UNK_2" max="1" min="1" id="951"/>
<item chance="3521" category="UNK_2" max="1" min="1" id="952"/>
<item chance="9267" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="8804" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="2297" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="8804" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="7336" category="UNK_200" max="1" min="1" id="8725"/>
<item chance="1834" category="UNK_200" max="1" min="1" id="8735"/>
<item chance="183" category="UNK_200" max="1" min="1" id="8745"/>
<item chance="37" category="UNK_200" max="1" min="1" id="8755"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21726" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
<level>55</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1673.05473"/>
<mp regen="2.4" max="889.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="388.11142"/>
<magical speed="333.0" damage="265.02979"/>
</attack>
<defense>
<physical value="223.6362"/>
<magical value="148.89951"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>23156</experience>
<sp>1869</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="14147" category="SPOIL" max="1" min="1" id="951"/>
<item chance="103742" category="SPOIL" max="1" min="1" id="952"/>
<item chance="192590" category="SPOIL" max="1" min="1" id="4127"/>
<item chance="700000" category="DROP" max="6264" min="3075" id="57"/>
<item chance="220" category="UNK_1" max="1" min="1" id="119"/>
<item chance="294" category="UNK_1" max="1" min="1" id="855"/>
<item chance="441" category="UNK_1" max="1" min="1" id="886"/>
<item chance="20737" category="UNK_1" max="1" min="1" id="1918"/>
<item chance="16384" category="UNK_1" max="1" min="1" id="1920"/>
<item chance="27503" category="UNK_1" max="1" min="1" id="2917"/>
<item chance="871" category="UNK_2" max="1" min="1" id="951"/>
<item chance="6384" category="UNK_2" max="1" min="1" id="952"/>
<item chance="11083" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="2771" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="277" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="55" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21727" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Purgatory Invader Magus</name>
<level>53</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20795</experience>
<sp>1635</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="12666" category="SPOIL" max="1" min="1" id="951"/>
<item chance="92886" category="SPOIL" max="1" min="1" id="952"/>
<item chance="149334" category="SPOIL" max="1" min="1" id="1984"/>
<item chance="700000" category="DROP" max="5602" min="2758" id="57"/>
<item chance="197" category="UNK_1" max="1" min="1" id="119"/>
<item chance="263" category="UNK_1" max="1" min="1" id="855"/>
<item chance="395" category="UNK_1" max="1" min="1" id="886"/>
<item chance="18567" category="UNK_1" max="1" min="1" id="1918"/>
<item chance="14670" category="UNK_1" max="1" min="1" id="1920"/>
<item chance="24625" category="UNK_1" max="1" min="1" id="2917"/>
<item chance="779" category="UNK_2" max="1" min="1" id="951"/>
<item chance="5716" category="UNK_2" max="1" min="1" id="952"/>
<item chance="9924" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="2481" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="248" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="50" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="5" id="4561"/>
<skill level="5" id="4563"/>
</skills>
</npc>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21728" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>60</level>
<race>DEMON</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1933.24044"/>
<mp regen="2.4" max="1036.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="481.34551"/>
<magical speed="333.0" damage="328.69659"/>
</attack>
<defense>
<physical value="247.65008"/>
<magical value="164.88822"/>
</defense>
<move walk="22.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>17487</experience>
<sp>1518</sp>
<item lefthand="5129" righthand="5129"/>
<collision heigth="12.0" radius="6.0"/>
</info>
<droplist>
<item chance="851364" category="SPOIL" max="15" min="1" id="1867"/>
<item chance="681091" category="SPOIL" max="1" min="1" id="1881"/>
<item chance="7046" category="SPOIL" max="1" min="1" id="4614"/>
<item chance="700000" category="DROP" max="4107" min="2020" id="57"/>
<item chance="24" category="UNK_1" max="1" min="1" id="357"/>
<item chance="38" category="UNK_1" max="1" min="1" id="383"/>
<item chance="24" category="UNK_1" max="1" min="1" id="2376"/>
<item chance="38" category="UNK_1" max="1" min="1" id="2379"/>
<item chance="3415" category="UNK_1" max="1" min="1" id="4056"/>
<item chance="5278" category="UNK_1" max="1" min="1" id="4057"/>
<item chance="3415" category="UNK_1" max="1" min="1" id="4064"/>
<item chance="5278" category="UNK_1" max="1" min="1" id="4065"/>
<item chance="201184" category="UNK_2" max="1" min="1" id="1867"/>
<item chance="201184" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="10059" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="20118" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="1312" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="1633" category="UNK_2" max="1" min="1" id="4129"/>
<item chance="2515" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="629" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="63" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="13" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="6" id="4067"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="18" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21729" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>65</level>
<race>DEMON</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="22.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>21456</experience>
<sp>1993</sp>
<item lefthand="5129" righthand="5129"/>
<collision heigth="12.0" radius="6.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="5122" min="2526" id="57"/>
<item chance="19" category="UNK_1" max="1" min="1" id="97"/>
<item chance="8500" category="SPOIL" max="1" min="1" id="1807"/>
<item chance="12554" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="75423" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="115882" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="12554" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="8500" category="SPOIL" max="1" min="1" id="3035"/>
<item chance="110793" category="SPOIL" max="1" min="1" id="4085"/>
<item chance="4107" category="UNK_1" max="1" min="1" id="4115"/>
<item chance="7532" category="UNK_2" max="1" min="1" id="5220"/>
<item chance="966" category="UNK_2" max="1" min="1" id="6337"/>
<item chance="2511" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="628" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="63" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="13" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="20" id="4412"/>
<skill level="14" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4579"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21730" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Archer</name>
<level>63</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2089.92274"/>
<mp regen="2.7" max="1127.4"/>
<attack critical="8" evasion="0" range="1100">
<physical speed="253.0" damage="541.44774"/>
<magical speed="333.0" damage="369.73862"/>
</attack>
<defense>
<physical value="262.19426"/>
<magical value="174.5719"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>16320</experience>
<sp>1473</sp>
<item lefthand="0" righthand="284"/>
<collision heigth="27.0" radius="11.0"/>
</info>
<droplist>
<item chance="120236" category="SPOIL" max="1" min="1" id="4087"/>
<item chance="193646" category="SPOIL" max="1" min="1" id="4088"/>
<item chance="6832" category="SPOIL" max="1" min="1" id="5276"/>
<item chance="700000" category="DROP" max="4115" min="2032" id="57"/>
<item chance="15" category="UNK_1" max="1" min="1" id="287"/>
<item chance="3296" category="UNK_1" max="1" min="1" id="4121"/>
<item chance="151351" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="151351" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="10090" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="5045" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="5045" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="83" category="UNK_2" max="1" min="1" id="5438"/>
<item chance="2018" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="505" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="50" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="13" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="9" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21731" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>65</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>17859</experience>
<sp>1659</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="192162" category="SPOIL" max="1" min="1" id="1894"/>
<item chance="91277" category="SPOIL" max="1" min="1" id="4042"/>
<item chance="128514" category="SPOIL" max="1" min="1" id="4086"/>
<item chance="700000" category="DROP" max="4400" min="2170" id="57"/>
<item chance="83" category="UNK_1" max="1" min="1" id="110"/>
<item chance="58" category="UNK_1" max="1" min="1" id="2416"/>
<item chance="58" category="UNK_1" max="1" min="1" id="2417"/>
<item chance="12130" category="UNK_1" max="1" min="1" id="4077"/>
<item chance="10191" category="UNK_1" max="1" min="1" id="4088"/>
<item chance="10191" category="UNK_1" max="1" min="1" id="4089"/>
<item chance="105047" category="UNK_2" max="60" min="20" id="1343"/>
<item chance="65362" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="196086" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="32681" category="UNK_2" max="1" min="1" id="1882"/>
<item chance="5160" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="2451" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="1131" category="UNK_2" max="1" min="1" id="6339"/>
<item chance="1961" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="490" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="49" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="15" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4643"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21732" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Shaman</name>
<level>63</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2089.92274"/>
<mp regen="2.7" max="1127.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="541.44774"/>
<magical speed="333.0" damage="369.73862"/>
</attack>
<defense>
<physical value="262.19426"/>
<magical value="174.5719"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20606</experience>
<sp>1860</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="4499" min="2222" id="57"/>
<item chance="16" category="UNK_1" max="1" min="1" id="234"/>
<item chance="71642" category="UNK_2" max="90" min="30" id="1343"/>
<item chance="37612" category="UNK_2" max="12" min="4" id="1864"/>
<item chance="150448" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="60180" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="92584" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="186755" category="SPOIL" max="1" min="1" id="4039"/>
<item chance="5015" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="211741" category="SPOIL" max="1" min="1" id="4089"/>
<item chance="3623" category="UNK_1" max="1" min="1" id="4119"/>
<item chance="7470" category="SPOIL" max="1" min="1" id="5281"/>
<item chance="82" category="UNK_2" max="1" min="1" id="5444"/>
<item chance="2006" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="502" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="50" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="6" id="4157"/>
<skill level="6" id="4160"/>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="1" id="4675"/>
</skills>
</npc>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21733" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Priest</name>
<level>60</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1933.24044"/>
<mp regen="2.4" max="1036.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="481.34551"/>
<magical speed="333.0" damage="328.69659"/>
</attack>
<defense>
<physical value="247.65008"/>
<magical value="164.88822"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12091</experience>
<sp>1050</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="59834" category="SPOIL" max="1" min="1" id="4056"/>
<item chance="92471" category="SPOIL" max="1" min="1" id="4057"/>
<item chance="26877" category="SPOIL" max="1" min="1" id="4131"/>
<item chance="700000" category="DROP" max="2658" min="1308" id="57"/>
<item chance="7" category="UNK_1" max="1" min="1" id="91"/>
<item chance="7" category="UNK_1" max="1" min="1" id="92"/>
<item chance="1397" category="UNK_1" max="1" min="1" id="4105"/>
<item chance="1374" category="UNK_1" max="1" min="1" id="4106"/>
<item chance="126818" category="UNK_2" max="30" min="10" id="1343"/>
<item chance="118363" category="UNK_2" max="1" min="1" id="1867"/>
<item chance="118363" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="5918" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="11836" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="772" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="1441" category="UNK_2" max="1" min="1" id="4130"/>
<item chance="1480" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="370" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="37" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="7" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="6" id="4046"/>
<skill level="6" id="4065"/>
<skill level="3" id="4285"/>
<skill level="10" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21734" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Magus</name>
<level>65</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>14102</experience>
<sp>1310</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="3897" min="1922" id="57"/>
<item chance="16" category="UNK_2" max="1" min="1" id="729"/>
<item chance="143265" category="UNK_2" max="3" min="1" id="1864"/>
<item chance="143265" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="57306" category="UNK_2" max="1" min="1" id="1878"/>
<item chance="88163" category="UNK_2" max="1" min="1" id="1884"/>
<item chance="24" category="UNK_1" max="1" min="1" id="2391"/>
<item chance="24" category="UNK_1" max="1" min="1" id="2392"/>
<item chance="6467" category="SPOIL" max="1" min="1" id="3956"/>
<item chance="4775" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="4047" category="UNK_1" max="1" min="1" id="4082"/>
<item chance="4047" category="UNK_1" max="1" min="1" id="4083"/>
<item chance="113812" category="SPOIL" max="1" min="1" id="4087"/>
<item chance="183300" category="SPOIL" max="1" min="1" id="4088"/>
<item chance="1910" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="477" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="48" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="6" id="4160"/>
<skill level="6" id="4257"/>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21735" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Martyrs</name>
<level>60</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1933.24044"/>
<mp regen="2.4" max="1036.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="481.34551"/>
<magical speed="333.0" damage="328.69659"/>
</attack>
<defense>
<physical value="247.65008"/>
<magical value="164.88822"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12217</experience>
<sp>1060</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="10368" category="SPOIL" max="1" min="1" id="948"/>
<item chance="75061" category="SPOIL" max="1" min="1" id="4064"/>
<item chance="49078" category="SPOIL" max="1" min="1" id="4154"/>
<item chance="700000" category="DROP" max="3334" min="1640" id="57"/>
<item chance="18" category="UNK_1" max="1" min="1" id="300"/>
<item chance="3152" category="UNK_1" max="1" min="1" id="4113"/>
<item chance="4776" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="4537" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="1184" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="4537" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="1107" category="UNK_2" max="1" min="1" id="4131"/>
<item chance="2269" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="567" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="57" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="11" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4614"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21736" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Warrior</name>
<level>63</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2089.92274"/>
<mp regen="2.7" max="1127.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="541.44774"/>
<magical speed="333.0" damage="369.73862"/>
</attack>
<defense>
<physical value="262.19426"/>
<magical value="174.5719"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>13248</experience>
<sp>1196</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="3638" min="1797" id="57"/>
<item chance="13" category="UNK_1" max="1" min="1" id="97"/>
<item chance="89218" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="133827" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="11152" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="1164" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="203395" category="SPOIL" max="1" min="1" id="4090"/>
<item chance="2919" category="UNK_1" max="1" min="1" id="4115"/>
<item chance="181225" category="SPOIL" max="1" min="1" id="5220"/>
<item chance="5353" category="UNK_2" max="1" min="1" id="5220"/>
<item chance="2476" category="SPOIL" max="1" min="1" id="5438"/>
<item chance="73" category="UNK_2" max="1" min="1" id="5446"/>
<item chance="1784" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="446" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="45" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="9" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21737" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Soldier</name>
<level>60</level>
<race>DEMON</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1933.24044"/>
<mp regen="2.4" max="1036.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="481.34551"/>
<magical speed="333.0" damage="328.69659"/>
</attack>
<defense>
<physical value="247.65008"/>
<magical value="164.88822"/>
</defense>
<move walk="22.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12862</experience>
<sp>1116</sp>
<item lefthand="5129" righthand="5129"/>
<collision heigth="12.0" radius="6.0"/>
</info>
<droplist>
<item chance="436600" category="SPOIL" max="1" min="1" id="1880"/>
<item chance="6022" category="SPOIL" max="1" min="1" id="4615"/>
<item chance="58213" category="SPOIL" max="1" min="1" id="5550"/>
<item chance="700000" category="DROP" max="3510" min="1727" id="57"/>
<item chance="10" category="UNK_1" max="1" min="1" id="229"/>
<item chance="10" category="UNK_1" max="1" min="1" id="243"/>
<item chance="1816" category="UNK_1" max="1" min="1" id="4109"/>
<item chance="1816" category="UNK_1" max="1" min="1" id="4110"/>
<item chance="167486" category="UNK_2" max="30" min="10" id="1343"/>
<item chance="117241" category="UNK_2" max="3" min="1" id="1864"/>
<item chance="117241" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="11724" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="3908" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="1388" category="UNK_2" max="1" min="1" id="4154"/>
<item chance="1563" category="UNK_2" max="1" min="1" id="5550"/>
<item chance="1954" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="489" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="49" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4581"/>
</skills>
</npc>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21738" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Disciple</name>
<level>63</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2089.92274"/>
<mp regen="2.7" max="1127.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="541.44774"/>
<magical speed="333.0" damage="369.73862"/>
</attack>
<defense>
<physical value="262.19426"/>
<magical value="174.5719"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>13950</experience>
<sp>1259</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="3831" min="1892" id="57"/>
<item chance="5" category="UNK_1" max="1" min="1" id="79"/>
<item chance="183017" category="UNK_2" max="30" min="10" id="1343"/>
<item chance="128111" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="128111" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="8541" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="21352" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="2562" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="214178" category="SPOIL" max="1" min="1" id="4091"/>
<item chance="214178" category="SPOIL" max="1" min="1" id="4096"/>
<item chance="1028" category="UNK_1" max="1" min="1" id="4114"/>
<item chance="2607" category="SPOIL" max="1" min="1" id="5444"/>
<item chance="70" category="UNK_2" max="1" min="1" id="5452"/>
<item chance="5" category="UNK_1" max="1" min="1" id="7883"/>
<item chance="5" category="UNK_1" max="1" min="1" id="7889"/>
<item chance="1027" category="UNK_1" max="1" min="1" id="8330"/>
<item chance="1028" category="UNK_1" max="1" min="1" id="8336"/>
<item chance="1708" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="427" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="43" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="9" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="6" id="4117"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21739" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Berserker</name>
<level>65</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18474</experience>
<sp>1716</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="204345" category="SPOIL" max="1" min="1" id="4089"/>
<item chance="7209" category="SPOIL" max="1" min="1" id="5156"/>
<item chance="216279" category="SPOIL" max="1" min="1" id="5220"/>
<item chance="700000" category="DROP" max="4344" min="2143" id="57"/>
<item chance="75" category="UNK_1" max="1" min="1" id="864"/>
<item chance="112" category="UNK_1" max="1" min="1" id="895"/>
<item chance="56" category="UNK_1" max="1" min="1" id="926"/>
<item chance="9424" category="UNK_1" max="1" min="1" id="4052"/>
<item chance="11409" category="UNK_1" max="1" min="1" id="4053"/>
<item chance="5243" category="UNK_1" max="1" min="1" id="4054"/>
<item chance="121" category="UNK_2" max="1" min="1" id="730"/>
<item chance="207419" category="UNK_2" max="30" min="10" id="1343"/>
<item chance="96796" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="145194" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="12099" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="1263" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="5808" category="UNK_2" max="1" min="1" id="5220"/>
<item chance="1936" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="484" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="49" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="1" id="4095"/>
<skill level="3" id="4119"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21741" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>65</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>33094</experience>
<sp>3074</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="9145" min="4510" id="57"/>
<item chance="11" category="UNK_1" max="1" min="1" id="79"/>
<item chance="224130" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="168097" category="UNK_2" max="3" min="1" id="1871"/>
<item chance="13448" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="227632" category="SPOIL" max="1" min="1" id="4040"/>
<item chance="6724" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="2923" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="510958" category="SPOIL" max="1" min="1" id="4090"/>
<item chance="2453" category="UNK_1" max="1" min="1" id="4114"/>
<item chance="15175" category="SPOIL" max="1" min="1" id="5161"/>
<item chance="125" category="UNK_2" max="1" min="1" id="5434"/>
<item chance="11" category="UNK_1" max="1" min="1" id="7883"/>
<item chance="11" category="UNK_1" max="1" min="1" id="7889"/>
<item chance="2449" category="UNK_1" max="1" min="1" id="8330"/>
<item chance="2453" category="UNK_1" max="1" min="1" id="8336"/>
<item chance="4483" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="1121" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="112" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="22" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="6" id="4032"/>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21742" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>65</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>33720</experience>
<sp>3133</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="520636" category="SPOIL" max="1" min="1" id="4091"/>
<item chance="520636" category="SPOIL" max="1" min="1" id="4096"/>
<item chance="15463" category="SPOIL" max="1" min="1" id="5166"/>
<item chance="700000" category="DROP" max="9318" min="4596" id="57"/>
<item chance="34" category="UNK_1" max="1" min="1" id="234"/>
<item chance="7498" category="UNK_1" max="1" min="1" id="4119"/>
<item chance="44488" category="UNK_2" max="300" min="100" id="1343"/>
<item chance="138409" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="103806" category="UNK_2" max="6" min="2" id="1872"/>
<item chance="69204" category="UNK_2" max="1" min="1" id="1882"/>
<item chance="10927" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="5190" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="116" category="UNK_2" max="1" min="1" id="5440"/>
<item chance="4152" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="1038" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="104" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="21" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4582"/>
</skills>
</npc>

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21743" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>65</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>1315</experience>
<sp>122</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="363" min="179" id="57"/>
<item chance="2" category="UNK_1" max="1" min="1" id="358"/>
<item chance="8906" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="13359" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="18090" category="SPOIL" max="1" min="1" id="1877"/>
<item chance="534" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="3" category="UNK_1" max="1" min="1" id="2380"/>
<item chance="1" category="UNK_1" max="1" min="1" id="2381"/>
<item chance="267" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="3933" category="SPOIL" max="1" min="1" id="4041"/>
<item chance="116" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="325" category="UNK_1" max="1" min="1" id="4078"/>
<item chance="458" category="UNK_1" max="1" min="1" id="4080"/>
<item chance="220" category="UNK_1" max="1" min="1" id="4081"/>
<item chance="20303" category="SPOIL" max="1" min="1" id="4099"/>
<item chance="5" category="UNK_2" max="1" min="1" id="5442"/>
<item chance="178" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="45" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="4" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="1" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="8" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="14" id="4412"/>
<skill level="14" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21744" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>60</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1933.24044"/>
<mp regen="2.4" max="1036.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="481.34551"/>
<magical speed="333.0" damage="328.69659"/>
</attack>
<defense>
<physical value="247.65008"/>
<magical value="164.88822"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3110</experience>
<sp>270</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="422" category="SPOIL" max="1" min="1" id="947"/>
<item chance="37792" category="SPOIL" max="1" min="1" id="4067"/>
<item chance="5252" category="SPOIL" max="1" min="1" id="4157"/>
<item chance="700000" category="DROP" max="849" min="418" id="57"/>
<item chance="9" category="UNK_1" max="1" min="1" id="2397"/>
<item chance="14" category="UNK_1" max="1" min="1" id="2402"/>
<item chance="5" category="UNK_1" max="1" min="1" id="2406"/>
<item chance="1226" category="UNK_1" max="1" min="1" id="4069"/>
<item chance="1861" category="UNK_1" max="1" min="1" id="4070"/>
<item chance="942" category="UNK_1" max="1" min="1" id="4071"/>
<item chance="40499" category="UNK_2" max="30" min="10" id="1343"/>
<item chance="56700" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="11340" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="1890" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="945" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="141" category="UNK_2" max="1" min="1" id="4157"/>
<item chance="2835" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="472" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="118" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="12" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="2" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="9" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21745" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Warrior</name>
<level>63</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2089.92274"/>
<mp regen="2.7" max="1127.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="541.44774"/>
<magical speed="333.0" damage="369.73862"/>
</attack>
<defense>
<physical value="262.19426"/>
<magical value="174.5719"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>31766</experience>
<sp>2868</sp>
<item lefthand="946" righthand="946"/>
<collision heigth="28.5" radius="11.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="8724" min="4309" id="57"/>
<item chance="32" category="UNK_1" max="1" min="1" id="268"/>
<item chance="52092" category="UNK_2" max="240" min="80" id="1343"/>
<item chance="194478" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="97239" category="UNK_2" max="3" min="1" id="1871"/>
<item chance="116698" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="5834" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="2537" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="47551" category="SPOIL" max="1" min="1" id="4114"/>
<item chance="7011" category="UNK_1" max="1" min="1" id="4120"/>
<item chance="5936" category="SPOIL" max="1" min="1" id="5446"/>
<item chance="5936" category="SPOIL" max="1" min="1" id="5452"/>
<item chance="159" category="UNK_2" max="1" min="1" id="5460"/>
<item chance="3889" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="972" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="97" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="20" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="6" id="4560"/>
</skills>
</npc>

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21746" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>60</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1933.24044"/>
<mp regen="2.4" max="1036.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="481.34551"/>
<magical speed="333.0" damage="328.69659"/>
</attack>
<defense>
<physical value="247.65008"/>
<magical value="164.88822"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>27952</experience>
<sp>2426</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="3795" category="SPOIL" max="1" min="1" id="947"/>
<item chance="790715" category="SPOIL" max="3" min="1" id="6670"/>
<item chance="700000" category="DROP" max="7629" min="3753" id="57"/>
<item chance="233565" category="UNK_2" max="3" min="1" id="6670"/>
<item chance="46713" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="11678" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="1168" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="234" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21747" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>63</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2089.92274"/>
<mp regen="2.7" max="1127.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="541.44774"/>
<magical speed="333.0" damage="369.73862"/>
</attack>
<defense>
<physical value="262.19426"/>
<magical value="174.5719"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>30818</experience>
<sp>2782</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="8463" min="4180" id="57"/>
<item chance="369798" category="SPOIL" max="1" min="1" id="1894"/>
<item chance="373136" category="SPOIL" max="1" min="1" id="4052"/>
<item chance="878270" category="SPOIL" max="3" min="1" id="6670"/>
<item chance="259427" category="UNK_2" max="3" min="1" id="6670"/>
<item chance="41508" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="10377" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="1038" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="208" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4572"/>
</skills>
</npc>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21748" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>60</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="6.5" max="1933.24044"/>
<mp regen="2.4" max="1036.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="481.34551"/>
<magical speed="333.0" damage="328.69659"/>
</attack>
<defense>
<physical value="247.65008"/>
<magical value="164.88822"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>27557</experience>
<sp>2392</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="3742" category="SPOIL" max="1" min="1" id="947"/>
<item chance="23386" category="SPOIL" max="1" min="1" id="948"/>
<item chance="101238" category="SPOIL" max="1" min="1" id="4129"/>
<item chance="700000" category="DROP" max="7521" min="3700" id="57"/>
<item chance="41" category="UNK_1" max="1" min="1" id="267"/>
<item chance="7907" category="UNK_1" max="1" min="1" id="4111"/>
<item chance="101" category="UNK_2" max="1" min="1" id="947"/>
<item chance="628" category="UNK_2" max="1" min="1" id="948"/>
<item chance="111643" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="167464" category="UNK_2" max="3" min="1" id="1872"/>
<item chance="16746" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="33493" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="2184" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="4186" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="1047" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="105" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="21" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21749" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Elite Soldier</name>
<level>65</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>32342</experience>
<sp>3005</sp>
<collision heigth="40.0" radius="14.0"/>
</info>
<droplist>
<item chance="4449" category="SPOIL" max="1" min="1" id="947"/>
<item chance="27807" category="SPOIL" max="1" min="1" id="948"/>
<item chance="476765" category="SPOIL" max="1" min="1" id="4053"/>
<item chance="700000" category="DROP" max="8937" min="4408" id="57"/>
<item chance="133" category="UNK_1" max="1" min="1" id="601"/>
<item chance="133" category="UNK_1" max="1" min="1" id="2439"/>
<item chance="133" category="UNK_1" max="1" min="1" id="2475"/>
<item chance="133" category="UNK_1" max="1" min="1" id="2487"/>
<item chance="18437" category="UNK_1" max="1" min="1" id="4090"/>
<item chance="18437" category="UNK_1" max="1" min="1" id="4091"/>
<item chance="18437" category="UNK_1" max="1" min="1" id="4096"/>
<item chance="18437" category="UNK_1" max="1" min="1" id="4099"/>
<item chance="219" category="UNK_2" max="1" min="1" id="947"/>
<item chance="1369" category="UNK_2" max="1" min="1" id="948"/>
<item chance="7302" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="1825" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="183" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="37" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="13" id="4410"/>
<skill level="13" id="4411"/>
<skill level="9" id="4412"/>
<skill level="9" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4573"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21750" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Forbidden Path Invader Magus</name>
<level>63</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="7.5" max="2089.92274"/>
<mp regen="2.7" max="1127.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="541.44774"/>
<magical speed="333.0" damage="369.73862"/>
</attack>
<defense>
<physical value="262.19426"/>
<magical value="174.5719"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>29382</experience>
<sp>2653</sp>
<item lefthand="0" righthand="3939"/>
<collision heigth="23.0" radius="9.0"/>
</info>
<droplist>
<item chance="4019" category="SPOIL" max="1" min="1" id="947"/>
<item chance="25121" category="SPOIL" max="1" min="1" id="948"/>
<item chance="13298" category="SPOIL" max="1" min="1" id="5230"/>
<item chance="700000" category="DROP" max="8069" min="3985" id="57"/>
<item chance="152" category="UNK_1" max="1" min="1" id="110"/>
<item chance="107" category="UNK_1" max="1" min="1" id="2416"/>
<item chance="107" category="UNK_1" max="1" min="1" id="2417"/>
<item chance="22255" category="UNK_1" max="1" min="1" id="4077"/>
<item chance="18697" category="UNK_1" max="1" min="1" id="4088"/>
<item chance="18697" category="UNK_1" max="1" min="1" id="4089"/>
<item chance="198" category="UNK_2" max="1" min="1" id="947"/>
<item chance="1237" category="UNK_2" max="1" min="1" id="948"/>
<item chance="6596" category="UNK_200" max="1" min="1" id="8729"/>
<item chance="1649" category="UNK_200" max="1" min="1" id="8739"/>
<item chance="165" category="UNK_200" max="1" min="1" id="8749"/>
<item chance="33" category="UNK_200" max="1" min="1" id="8759"/>
</droplist>
<skills>
<skill level="3" id="4285"/>
<skill level="14" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="9" id="4416"/>
<skill level="6" id="4561"/>
<skill level="6" id="4563"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21751" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Soldier</name>
<level>70</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2444.46819"/>
<mp regen="2.7" max="1345.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="688.86373"/>
<magical speed="333.0" damage="470.40463"/>
</attack>
<defense>
<physical value="295.91597"/>
<magical value="197.0242"/>
</defense>
<move walk="20.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>23802</experience>
<sp>2360</sp>
<collision heigth="40.0" radius="13.0"/>
</info>
<droplist>
<item chance="794" category="SPOIL" max="1" min="1" id="729"/>
<item chance="714323" category="SPOIL" max="3" min="1" id="1876"/>
<item chance="680308" category="SPOIL" max="5" min="1" id="1895"/>
<item chance="700000" category="DROP" max="5748" min="2825" id="57"/>
<item chance="15" category="UNK_1" max="1" min="1" id="269"/>
<item chance="3558" category="UNK_1" max="1" min="1" id="5539"/>
<item chance="91342" category="UNK_2" max="90" min="30" id="1343"/>
<item chance="191818" category="UNK_2" max="3" min="1" id="1868"/>
<item chance="76727" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="38363" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="54805" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="3197" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="71" category="UNK_2" max="1" min="1" id="5434"/>
<item chance="2131" category="UNK_200" max="1" min="1" id="8730"/>
<item chance="533" category="UNK_200" max="1" min="1" id="8740"/>
<item chance="53" category="UNK_200" max="1" min="1" id="8750"/>
<item chance="11" category="UNK_200" max="1" min="1" id="8760"/>
</droplist>
<skills>
<skill level="7" id="4067"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="18" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21752" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Soldier</name>
<level>75</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2676.65854"/>
<mp regen="3.0" max="1507.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="794.70901"/>
<magical speed="333.0" damage="542.68324"/>
</attack>
<defense>
<physical value="319.24623"/>
<magical value="212.55774"/>
</defense>
<move walk="20.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>28565</experience>
<sp>3013</sp>
<collision heigth="40.0" radius="13.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="7020" min="3440" id="57"/>
<item chance="18" category="UNK_1" max="1" min="1" id="269"/>
<item chance="73159" category="UNK_2" max="120" min="40" id="1344"/>
<item chance="104048" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="156073" category="UNK_2" max="3" min="1" id="1872"/>
<item chance="15607" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="31214" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="2036" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="104" category="UNK_2" max="1" min="1" id="5162"/>
<item chance="3100" category="SPOIL" max="1" min="1" id="5272"/>
<item chance="23752" category="SPOIL" max="1" min="1" id="5522"/>
<item chance="23752" category="SPOIL" max="1" min="1" id="5523"/>
<item chance="4343" category="UNK_1" max="1" min="1" id="5539"/>
<item chance="2168" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="542" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="54" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="11" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="8" id="4410"/>
<skill level="8" id="4411"/>
<skill level="20" id="4412"/>
<skill level="14" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="8" id="4579"/>
<skill level="4" id="4789"/>
</skills>
</npc>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21753" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Archer</name>
<level>73</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2586.66898"/>
<mp regen="3.0" max="1442.4"/>
<attack critical="8" evasion="0" range="1100">
<physical speed="253.0" damage="752.73928"/>
<magical speed="333.0" damage="514.02335"/>
</attack>
<defense>
<physical value="310.02959"/>
<magical value="206.4212"/>
</defense>
<move walk="40.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>21912</experience>
<sp>2255</sp>
<item lefthand="0" righthand="288"/>
<collision heigth="27.0" radius="11.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="5688" min="2793" id="57"/>
<item chance="79116" category="UNK_2" max="90" min="30" id="1344"/>
<item chance="189880" category="UNK_2" max="3" min="1" id="1864"/>
<item chance="189880" category="UNK_2" max="1" min="1" id="1869"/>
<item chance="18988" category="UNK_2" max="1" min="1" id="1880"/>
<item chance="6329" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="20" category="UNK_1" max="1" min="1" id="5287"/>
<item chance="31" category="UNK_1" max="1" min="1" id="5288"/>
<item chance="12" category="UNK_1" max="1" min="1" id="5293"/>
<item chance="2095" category="SPOIL" max="1" min="1" id="5464"/>
<item chance="36478" category="SPOIL" max="1" min="1" id="5520"/>
<item chance="2245" category="UNK_1" max="1" min="1" id="5520"/>
<item chance="25740" category="SPOIL" max="1" min="1" id="5521"/>
<item chance="1584" category="UNK_1" max="1" min="1" id="5521"/>
<item chance="3431" category="UNK_1" max="1" min="1" id="5524"/>
<item chance="2532" category="UNK_2" max="1" min="1" id="5550"/>
<item chance="190" category="UNK_2" max="1" min="1" id="6901"/>
<item chance="1758" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="440" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="44" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="9" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="16" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="9" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4789"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21754" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Elite Soldier</name>
<level>75</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2676.65854"/>
<mp regen="3.0" max="1507.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="794.70901"/>
<magical speed="333.0" damage="542.68324"/>
</attack>
<defense>
<physical value="319.24623"/>
<magical value="212.55774"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>23777</experience>
<sp>2508</sp>
<collision heigth="42.0" radius="20.0"/>
</info>
<droplist>
<item chance="99859" category="SPOIL" max="1" min="1" id="4042"/>
<item chance="2663" category="SPOIL" max="1" min="1" id="5277"/>
<item chance="71635" category="SPOIL" max="1" min="1" id="5527"/>
<item chance="700000" category="DROP" max="6030" min="2956" id="57"/>
<item chance="16" category="UNK_1" max="1" min="1" id="288"/>
<item chance="3774" category="UNK_1" max="1" min="1" id="5535"/>
<item chance="221227" category="UNK_2" max="3" min="1" id="1868"/>
<item chance="88491" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="44245" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="63208" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="3687" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="98" category="UNK_2" max="1" min="1" id="5167"/>
<item chance="2048" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="512" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="51" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="11" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="15" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="8" id="4643"/>
<skill level="4" id="4789"/>
</skills>
</npc>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21755" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Shaman</name>
<level>73</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2586.66898"/>
<mp regen="3.0" max="1442.4"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="752.73928"/>
<magical speed="333.0" damage="514.02335"/>
</attack>
<defense>
<physical value="310.02959"/>
<magical value="206.4212"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>27667</experience>
<sp>2847</sp>
<collision heigth="42.0" radius="20.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="6219" min="3054" id="57"/>
<item chance="687" category="SPOIL" max="1" min="1" id="729"/>
<item chance="101" category="UNK_2" max="1" min="1" id="1808"/>
<item chance="228386" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="228386" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="412363" category="SPOIL" max="1" min="1" id="1874"/>
<item chance="15226" category="UNK_2" max="1" min="1" id="1874"/>
<item chance="7613" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="206181" category="SPOIL" max="1" min="1" id="4043"/>
<item chance="7613" category="UNK_2" max="1" min="1" id="4043"/>
<item chance="57" category="UNK_1" max="1" min="1" id="6323"/>
<item chance="76" category="UNK_1" max="1" min="1" id="6324"/>
<item chance="114" category="UNK_1" max="1" min="1" id="6325"/>
<item chance="10528" category="UNK_1" max="1" min="1" id="6341"/>
<item chance="8138" category="UNK_1" max="1" min="1" id="6343"/>
<item chance="14561" category="UNK_1" max="1" min="1" id="6345"/>
<item chance="2114" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="529" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="53" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="11" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="7" id="4157"/>
<skill level="7" id="4160"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="1" id="4675"/>
<skill level="3" id="4789"/>
</skills>
</npc>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21756" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Priest</name>
<level>70</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2444.46819"/>
<mp regen="2.7" max="1345.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="688.86373"/>
<magical speed="333.0" damage="470.40463"/>
</attack>
<defense>
<physical value="295.91597"/>
<magical value="197.0242"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>16457</experience>
<sp>1632</sp>
<collision heigth="42.0" radius="20.0"/>
</info>
<droplist>
<item chance="1712" category="SPOIL" max="1" min="1" id="5466"/>
<item chance="45563" category="SPOIL" max="1" min="1" id="5524"/>
<item chance="71462" category="SPOIL" max="1" min="1" id="5525"/>
<item chance="700000" category="DROP" max="3720" min="1828" id="57"/>
<item chance="10" category="UNK_1" max="1" min="1" id="288"/>
<item chance="2330" category="UNK_1" max="1" min="1" id="5535"/>
<item chance="273105" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="54621" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="27310" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="39015" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="2276" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="51" category="UNK_2" max="1" min="1" id="5440"/>
<item chance="1517" category="UNK_200" max="1" min="1" id="8730"/>
<item chance="379" category="UNK_200" max="1" min="1" id="8740"/>
<item chance="38" category="UNK_200" max="1" min="1" id="8750"/>
<item chance="8" category="UNK_200" max="1" min="1" id="8760"/>
</droplist>
<skills>
<skill level="7" id="4046"/>
<skill level="7" id="4065"/>
<skill level="10" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="18" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21757" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Magus</name>
<level>75</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2676.65854"/>
<mp regen="3.0" max="1507.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="794.70901"/>
<magical speed="333.0" damage="542.68324"/>
</attack>
<defense>
<physical value="319.24623"/>
<magical value="212.55774"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18775</experience>
<sp>1980</sp>
<collision heigth="42.0" radius="20.0"/>
</info>
<droplist>
<item chance="46140" category="SPOIL" max="1" min="1" id="4041"/>
<item chance="2358" category="SPOIL" max="1" min="1" id="5282"/>
<item chance="63440" category="SPOIL" max="1" min="1" id="5528"/>
<item chance="700000" category="DROP" max="5341" min="2617" id="57"/>
<item chance="14" category="UNK_1" max="1" min="1" id="235"/>
<item chance="3333" category="UNK_1" max="1" min="1" id="5536"/>
<item chance="111318" category="UNK_2" max="60" min="20" id="1344"/>
<item chance="118739" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="178109" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="7124" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="3562" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="1549" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="79" category="UNK_2" max="1" min="1" id="5272"/>
<item chance="1649" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="412" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="41" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="8" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="8" id="4160"/>
<skill level="8" id="4257"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="14" id="4411"/>
<skill level="8" id="4412"/>
<skill level="8" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4789"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21758" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Martyrs</name>
<level>70</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2444.46819"/>
<mp regen="2.7" max="1345.8"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="688.86373"/>
<magical speed="333.0" damage="470.40463"/>
</attack>
<defense>
<physical value="295.91597"/>
<magical value="197.0242"/>
</defense>
<move walk="80.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>16629</experience>
<sp>1649</sp>
<collision heigth="42.0" radius="20.0"/>
</info>
<droplist>
<item chance="4833" category="SPOIL" max="1" min="1" id="730"/>
<item chance="89647" category="SPOIL" max="1" min="1" id="5526"/>
<item chance="22305" category="SPOIL" max="1" min="1" id="6335"/>
<item chance="700000" category="DROP" max="4666" min="2294" id="57"/>
<item chance="12" category="UNK_1" max="1" min="1" id="235"/>
<item chance="2914" category="UNK_1" max="1" min="1" id="5536"/>
<item chance="111234" category="UNK_2" max="60" min="20" id="1343"/>
<item chance="155728" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="155728" category="UNK_2" max="1" min="1" id="1870"/>
<item chance="10382" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="25955" category="UNK_2" max="1" min="1" id="1879"/>
<item chance="3114" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="58" category="UNK_2" max="1" min="1" id="5442"/>
<item chance="1730" category="UNK_200" max="1" min="1" id="8730"/>
<item chance="432" category="UNK_200" max="1" min="1" id="8740"/>
<item chance="43" category="UNK_200" max="1" min="1" id="8750"/>
<item chance="9" category="UNK_200" max="1" min="1" id="8760"/>
</droplist>
<skills>
<skill level="1" id="4286"/>
<skill level="1" id="4288"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="7" id="4415"/>
<skill level="1" id="4416"/>
<skill level="7" id="4614"/>
</skills>
</npc>

View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21759" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Warrior</name>
<level>73</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2586.66898"/>
<mp regen="3.0" max="1442.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="752.73928"/>
<magical speed="333.0" damage="514.02335"/>
</attack>
<defense>
<physical value="310.02959"/>
<magical value="206.4212"/>
</defense>
<move walk="39.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>17787</experience>
<sp>1830</sp>
<item lefthand="6721" righthand="134"/>
<collision heigth="30.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="5029" min="2470" id="57"/>
<item chance="3" category="UNK_1" max="1" min="1" id="212"/>
<item chance="104935" category="UNK_2" max="60" min="20" id="1344"/>
<item chance="111931" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="167896" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="6716" category="UNK_2" max="1" min="1" id="1877"/>
<item chance="3" category="UNK_1" max="1" min="1" id="2504"/>
<item chance="74" category="UNK_2" max="1" min="1" id="3036"/>
<item chance="3358" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="1460" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="1853" category="SPOIL" max="1" min="1" id="5466"/>
<item chance="49299" category="SPOIL" max="1" min="1" id="5524"/>
<item chance="77321" category="SPOIL" max="1" min="1" id="5525"/>
<item chance="779" category="UNK_1" max="1" min="1" id="5532"/>
<item chance="786" category="UNK_1" max="1" min="1" id="5543"/>
<item chance="3" category="UNK_1" max="1" min="1" id="7894"/>
<item chance="3" category="UNK_1" max="1" min="1" id="7899"/>
<item chance="778" category="UNK_1" max="1" min="1" id="8341"/>
<item chance="779" category="UNK_1" max="1" min="1" id="8346"/>
<item chance="1554" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="389" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="39" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="8" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4789"/>
</skills>
</npc>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21760" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Soldier</name>
<level>70</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2444.46819"/>
<mp regen="2.7" max="1345.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="688.86373"/>
<magical speed="333.0" damage="470.40463"/>
</attack>
<defense>
<physical value="295.91597"/>
<magical value="197.0242"/>
</defense>
<move walk="20.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>17506</experience>
<sp>1736</sp>
<collision heigth="40.0" radius="13.0"/>
</info>
<droplist>
<item chance="508781" category="SPOIL" max="1" min="1" id="1885"/>
<item chance="244215" category="SPOIL" max="1" min="1" id="5220"/>
<item chance="20589" category="SPOIL" max="1" min="1" id="5532"/>
<item chance="700000" category="DROP" max="4913" min="2415" id="57"/>
<item chance="51" category="UNK_1" max="1" min="1" id="5290"/>
<item chance="51" category="UNK_1" max="1" min="1" id="5291"/>
<item chance="51" category="UNK_1" max="1" min="1" id="5295"/>
<item chance="51" category="UNK_1" max="1" min="1" id="5296"/>
<item chance="5286" category="UNK_1" max="1" min="1" id="5496"/>
<item chance="5286" category="UNK_1" max="1" min="1" id="5497"/>
<item chance="5286" category="UNK_1" max="1" min="1" id="5508"/>
<item chance="5286" category="UNK_1" max="1" min="1" id="5509"/>
<item chance="120229" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="180343" category="UNK_2" max="1" min="1" id="1871"/>
<item chance="15079" category="UNK_2" max="1" min="1" id="1885"/>
<item chance="1568" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="7214" category="UNK_2" max="1" min="1" id="5220"/>
<item chance="67" category="UNK_2" max="1" min="1" id="5448"/>
<item chance="2004" category="UNK_200" max="1" min="1" id="8730"/>
<item chance="501" category="UNK_200" max="1" min="1" id="8740"/>
<item chance="50" category="UNK_200" max="1" min="1" id="8750"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8760"/>
</droplist>
<skills>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="7" id="4581"/>
</skills>
</npc>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21761" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Disciple</name>
<level>73</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2586.66898"/>
<mp regen="3.0" max="1442.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="752.73928"/>
<magical speed="333.0" damage="514.02335"/>
</attack>
<defense>
<physical value="310.02959"/>
<magical value="206.4212"/>
</defense>
<move walk="39.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18730</experience>
<sp>1927</sp>
<item lefthand="6721" righthand="134"/>
<collision heigth="30.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="5296" min="2601" id="57"/>
<item chance="14" category="UNK_1" max="1" min="1" id="269"/>
<item chance="4389" category="SPOIL" max="1" min="1" id="730"/>
<item chance="259301" category="UNK_2" max="1" min="1" id="1867"/>
<item chance="129651" category="UNK_2" max="3" min="1" id="1872"/>
<item chance="12965" category="UNK_2" max="1" min="1" id="1875"/>
<item chance="25930" category="UNK_2" max="1" min="1" id="1881"/>
<item chance="86" category="UNK_2" max="1" min="1" id="3957"/>
<item chance="1691" category="UNK_2" max="1" min="1" id="4041"/>
<item chance="81420" category="SPOIL" max="1" min="1" id="5526"/>
<item chance="3279" category="UNK_1" max="1" min="1" id="5539"/>
<item chance="20258" category="SPOIL" max="1" min="1" id="6335"/>
<item chance="1801" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="450" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="45" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="10" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="7" id="4117"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="3" id="4789"/>
</skills>
</npc>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21762" xsi:schemaLocation="npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Dark Omen Invader Berserker</name>
<level>75</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2676.65854"/>
<mp regen="3.0" max="1507.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="794.70901"/>
<magical speed="333.0" damage="542.68324"/>
</attack>
<defense>
<physical value="319.24623"/>
<magical value="212.55774"/>
</defense>
<move walk="39.0" run="165.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>24596</experience>
<sp>2594</sp>
<item lefthand="6721" righthand="134"/>
<collision heigth="30.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="5954" min="2918" id="57"/>
<item chance="15" category="UNK_1" max="1" min="1" id="269"/>
<item chance="145609" category="UNK_2" max="3" min="1" id="1867"/>
<item chance="291219" category="UNK_2" max="1" min="1" id="1872"/>
<item chance="48536" category="UNK_2" max="1" min="1" id="1882"/>
<item chance="7664" category="UNK_2" max="1" min="1" id="1894"/>
<item chance="3640" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="97" category="UNK_2" max="1" min="1" id="5277"/>
<item chance="16229" category="SPOIL" max="1" min="1" id="5529"/>
<item chance="16226" category="SPOIL" max="1" min="1" id="5533"/>
<item chance="3683" category="UNK_1" max="1" min="1" id="5539"/>
<item chance="5915" category="SPOIL" max="1" min="1" id="6901"/>
<item chance="2022" category="UNK_200" max="1" min="1" id="8731"/>
<item chance="505" category="UNK_200" max="1" min="1" id="8741"/>
<item chance="50" category="UNK_200" max="1" min="1" id="8751"/>
<item chance="11" category="UNK_200" max="1" min="1" id="8761"/>
</droplist>
<skills>
<skill level="1" id="4095"/>
<skill level="3" id="4119"/>
<skill level="1" id="4274"/>
<skill level="11" id="4408"/>
<skill level="1" id="4409"/>
<skill level="9" id="4410"/>
<skill level="9" id="4411"/>
<skill level="13" id="4412"/>
<skill level="13" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="4" id="4789"/>
</skills>
</npc>

Some files were not shown because too many files have changed in this diff Show More