mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-06 01:32: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,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="25166" 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">Ikuntai</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>25</level>
|
||||
<race>UNDEAD</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="24.0862326352072" max="56644.1399290069"/>
|
||||
<mp regen="1.5" max="259.2"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="138.03739"/>
|
||||
<magical speed="333.0" damage="16.13317"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="305.50599"/>
|
||||
<magical value="149.04"/>
|
||||
</defense>
|
||||
<move walk="40.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1589296</experience>
|
||||
<sp>122871</sp>
|
||||
<item lefthand="0" righthand="150"/>
|
||||
<collision heigth="39.0" radius="15.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="123685" category="UNK_1" max="1" min="1" id="157"/>
|
||||
<item chance="123685" category="UNK_1" max="1" min="1" id="186"/>
|
||||
<item chance="132967" category="DROP" max="10" min="4" id="849"/>
|
||||
<item chance="278665" category="DROP" max="7" min="3" id="880"/>
|
||||
<item chance="87215" category="DROP" max="12" min="4" id="912"/>
|
||||
<item chance="220513" category="DROP" max="216" min="72" id="1901"/>
|
||||
<item chance="250976" category="UNK_1" max="36" min="12" id="2027"/>
|
||||
<item chance="298017" category="UNK_2" max="180" min="60" id="6387"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="1" id="4045"/>
|
||||
<skill level="2" id="4178"/>
|
||||
<skill level="1" 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="1" id="4494"/>
|
||||
<skill level="1" id="4853"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user