Addition of custom Noble Master and Delevel Manager NPCs.
This commit is contained in:
21
L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/custom/DelevelManager.xml
vendored
Normal file
21
L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/custom/DelevelManager.xml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
|
||||
<npc id="1002000" displayId="32534" type="Npc" name="Jeadin" usingServerSideName="true" title="Experience Devourer" usingServerSideTitle="true">
|
||||
<race>HUMANOID</race>
|
||||
<sex>MALE</sex>
|
||||
<stats str="40" int="21" dex="30" wit="20" con="43" men="20">
|
||||
<vitals hp="2444.46819" hpRegen="7.5" mp="1345.8" mpRegen="2.7" />
|
||||
<attack physical="688.86373" magical="470.40463" random="10" critical="4" accuracy="5" attackSpeed="253" type="FIST" range="40" distance="80" width="120" />
|
||||
<defence physical="295.91597" magical="216.53847" />
|
||||
<speed>
|
||||
<walk ground="73" />
|
||||
<run ground="170" />
|
||||
</speed>
|
||||
</stats>
|
||||
<status attackable="false" canMove="false" />
|
||||
<collision>
|
||||
<radius normal="19" />
|
||||
<height normal="44" />
|
||||
</collision>
|
||||
</npc>
|
||||
</list>
|
||||
21
L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/custom/NoblesseMaster.xml
vendored
Normal file
21
L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/custom/NoblesseMaster.xml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
|
||||
<npc id="1003000" displayId="32138" type="Npc" name="Kadmos" usingServerSideName="true" title="Noblesse Master" usingServerSideTitle="true">
|
||||
<race>KAMAEL</race>
|
||||
<sex>MALE</sex>
|
||||
<stats str="40" int="21" dex="30" wit="20" con="43" men="20">
|
||||
<vitals hp="2444.46819" hpRegen="7.5" mp="1345.8" mpRegen="2.7" />
|
||||
<attack physical="688.86373" magical="470.40463" random="10" critical="4" accuracy="5" attackSpeed="253" type="FIST" range="40" distance="80" width="120" />
|
||||
<defence physical="295.91597" magical="216.53847" />
|
||||
<speed>
|
||||
<walk ground="20" />
|
||||
<run ground="120" />
|
||||
</speed>
|
||||
</stats>
|
||||
<status attackable="false" canMove="false" />
|
||||
<collision>
|
||||
<radius normal="18" />
|
||||
<height normal="28" />
|
||||
</collision>
|
||||
</npc>
|
||||
</list>
|
||||
Reference in New Issue
Block a user