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,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="25063" 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">Chertuba of Great Soul</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>35</level>
|
||||
<race>HUMANOID</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="66.9859801832901" max="138899.136909231"/>
|
||||
<mp regen="1.8" max="402.6"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="327.3913"/>
|
||||
<magical speed="333.0" damage="51.71999"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="410.18844"/>
|
||||
<magical value="200.1"/>
|
||||
</defense>
|
||||
<move walk="36.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1912395</experience>
|
||||
<sp>144137</sp>
|
||||
<item lefthand="0" righthand="78"/>
|
||||
<collision heigth="51.0" radius="24.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="30926" category="DROP" max="16" min="6" id="630"/>
|
||||
<item chance="190655" category="DROP" max="120" min="40" id="1956"/>
|
||||
<item chance="238251" category="DROP" max="1" min="1" id="2412"/>
|
||||
<item chance="28349" category="DROP" max="18" min="6" id="2494"/>
|
||||
<item chance="38686" category="DROP" max="420" min="140" id="2930"/>
|
||||
<item chance="94151" category="DROP" max="243" min="81" id="2934"/>
|
||||
<item chance="87193" category="UNK_1" max="1" min="1" id="297"/>
|
||||
<item chance="208326" category="UNK_1" max="36" min="12" id="2055"/>
|
||||
<item chance="712587" category="UNK_2" max="3" min="1" id="951"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="1" id="4045"/>
|
||||
<skill level="3" id="4173"/>
|
||||
<skill level="3" id="4177"/>
|
||||
<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="6" id="4416"/>
|
||||
<skill level="1" id="4494"/>
|
||||
<skill level="3" id="4722"/>
|
||||
<skill level="3" id="4737"/>
|
||||
<skill level="1" id="4812"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user