mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-11 09:42:54 +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:
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.MonsterController"
|
||||
id="21207" 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">Nephilim Commander</name>
|
||||
<level>78</level>
|
||||
<race>ANGEL</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.67" max="2937.9838056"/>
|
||||
<mp regen="3.06" max="1708.296"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="912.65371"/>
|
||||
<magical speed="333.0" damage="635.68866"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="348.2025"/>
|
||||
<magical value="231.83715"/>
|
||||
</defense>
|
||||
<move walk="65.0" run="200.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>41856</experience>
|
||||
<sp>4698</sp>
|
||||
<collision heigth="48.0" radius="13.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="70" category="UNK_2" max="1" min="1" id="729"/>
|
||||
<item chance="8621" category="SPOIL" max="1" min="1" id="730"/>
|
||||
<item chance="141469" category="UNK_2" max="3" min="1" id="1866"/>
|
||||
<item chance="79577" category="UNK_2" max="12" min="4" id="1871"/>
|
||||
<item chance="25464" category="UNK_2" max="1" min="1" id="1877"/>
|
||||
<item chance="12732" category="UNK_2" max="1" min="1" id="4040"/>
|
||||
<item chance="5536" category="UNK_2" max="1" min="1" id="4041"/>
|
||||
<item chance="63" category="UNK_1" max="1" min="1" id="5312"/>
|
||||
<item chance="90" category="UNK_1" max="1" min="1" id="5315"/>
|
||||
<item chance="63" category="UNK_1" max="1" min="1" id="5317"/>
|
||||
<item chance="46420" category="SPOIL" max="1" min="1" id="5480"/>
|
||||
<item chance="46584" category="SPOIL" max="1" min="1" id="5488"/>
|
||||
<item chance="9666" category="UNK_1" max="1" min="1" id="5495"/>
|
||||
<item chance="7611" category="UNK_1" max="1" min="1" id="5527"/>
|
||||
<item chance="7611" category="UNK_1" max="1" min="1" id="5528"/>
|
||||
<item chance="700000" category="UNK_3" max="1610" min="805" id="6361"/>
|
||||
<item chance="700000" category="UNK_4" max="28" min="14" id="6362"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="9" id="4032"/>
|
||||
<skill level="9" id="4072"/>
|
||||
<skill level="1" id="4091"/>
|
||||
<skill level="3" id="4285"/>
|
||||
<skill level="3" id="4287"/>
|
||||
<skill level="12" id="4408"/>
|
||||
<skill level="1" id="4409"/>
|
||||
<skill level="13" id="4410"/>
|
||||
<skill level="13" id="4411"/>
|
||||
<skill level="16" id="4412"/>
|
||||
<skill level="9" id="4413"/>
|
||||
<skill level="2" id="4414"/>
|
||||
<skill level="3" id="4415"/>
|
||||
<skill level="8" id="4416"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user