mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +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,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.MonsterController"
|
||||
id="22326" 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">Hellinark</name>
|
||||
<title send="false">Naia's Guardian</title>
|
||||
<level>81</level>
|
||||
<race>DEMON</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="194.030406814438" max="338766.60216791"/>
|
||||
<mp regen="3.0" max="1708.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="7957.47326"/>
|
||||
<magical speed="333.0" damage="5529.81543"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="582.69205"/>
|
||||
<magical value="639.58314"/>
|
||||
</defense>
|
||||
<move walk="37.0" run="200.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>2629658</experience>
|
||||
<sp>267913</sp>
|
||||
<collision heigth="90.0" radius="25.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" category="DROP" max="576519" min="287985" id="57"/>
|
||||
<item chance="869600" category="UNK_100" max="44" min="14" id="9599"/>
|
||||
<item chance="121534" category="UNK_1" max="1" min="1" id="5546"/>
|
||||
<item chance="110646" category="UNK_1" max="1" min="1" id="5529"/>
|
||||
<item chance="110646" category="UNK_1" max="1" min="1" id="5545"/>
|
||||
<item chance="389" category="UNK_1" max="1" min="1" id="81"/>
|
||||
<item chance="389" category="UNK_1" max="1" min="1" id="151"/>
|
||||
<item chance="389" category="UNK_1" max="1" min="1" id="2500"/>
|
||||
<item chance="141569" category="UNK_2" max="15" min="5" id="1894"/>
|
||||
<item chance="42028" category="UNK_2" max="48" min="16" id="4044"/>
|
||||
<item chance="74717" category="UNK_2" max="27" min="9" id="4039"/>
|
||||
<item chance="50121" category="UNK_2" max="9" min="3" id="4041"/>
|
||||
<item chance="1614" category="UNK_2" max="1" min="1" id="959"/>
|
||||
<item chance="35864" category="UNK_200" max="12" min="4" id="9551"/>
|
||||
<item chance="910052" category="SPOIL" max="35" min="1" id="4039"/>
|
||||
<item chance="874614" category="SPOIL" max="15" min="1" id="6704"/>
|
||||
<item chance="491428" category="SPOIL" max="1" min="1" id="6901"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="10" id="4408"/>
|
||||
<skill level="1" id="4409"/>
|
||||
<skill level="13" id="4410"/>
|
||||
<skill level="11" id="4411"/>
|
||||
<skill level="13" id="4412"/>
|
||||
<skill level="11" id="4413"/>
|
||||
<skill level="1" id="4414"/>
|
||||
<skill level="3" id="4415"/>
|
||||
<skill level="9" id="4416"/>
|
||||
<skill level="4" id="5335"/>
|
||||
<skill level="4" id="5362"/>
|
||||
<skill level="1" id="5467"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user